public
Description: Git mirror of the MacPorts svn repo
Homepage: http://www.macports.org
Clone URL: git://github.com/kballard/macports.git
commit  8b7ac19aa328fbcf923ec678d4c6be0e47a0a45b
tree    64e80f994d1cbbf84cf751661f10c558efa983b0
parent  797a171541c696354da669c3edbf6999c0677c16
macports / dports / fuse / curlftpfs / Portfile
100644 23 lines (20 sloc) 1.072 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $Id$
PortSystem 1.0
name curlftpfs
version 0.9.1
categories fuse
maintainers darenzana@gmail.com
description CurlFtpFS is a filesystem for acessing FTP hosts based on FUSE and libcurl.
long_description CurlFtpFS diferentiates itself from other FTP filesystems because it features \
                  SSLv3 and TLSv1 support, \
                  connecting through tunneling HTTP proxies, \
                  automatically reconnection if the server times out, \
                  transform absolute symlinks to point back into the ftp file system, \
                  and additional options.
homepage http://curlftpfs.sourceforge.net/
master_sites http://downloads.sourceforge.net/curlftpfs/
checksums md5 969998e9cf1663824f44739e94c703a1 \
                  sha1 768385f68f7e128ec9e852bbf7860a632e8e3c46 \
                  rmd160 bb1a156160ff4bd517410f872f68ba77c8085b11
 
depends_build port:pkgconfig
depends_lib port:curl port:macfuse port:glib2 port:gettext port:libiconv port:zlib