Ticket #12002: Portfile

File Portfile, 1.1 KB (added by darenzana@…, 17 years ago)
Line 
1# $Id: $
2PortSystem        1.0
3name              curlftpfs
4version           0.9.1
5categories        fuse
6maintainers       darenzana@gmail.com
7description       CurlFtpFS is a filesystem for acessing FTP hosts based on FUSE and libcurl.
8long_description  CurlFtpFS diferentiates itself from other FTP filesystems because it features \
9                  SSLv3 and TLSv1 support, \
10                  connecting through tunneling HTTP proxies, \
11                  automatically reconnection if the server times out, \
12                  transform absolute symlinks to point back into the ftp file system, \
13                  and additional options.
14homepage          http://curlftpfs.sourceforge.net/
15master_sites      http://downloads.sourceforge.net/curlftpfs/
16checksums         md5 969998e9cf1663824f44739e94c703a1 \
17                  sha1 768385f68f7e128ec9e852bbf7860a632e8e3c46 \
18                  rmd160 bb1a156160ff4bd517410f872f68ba77c8085b11
19
20depends_build     port:pkgconfig
21depends_lib       port:libfuse port:curl port:glib2 port:gettext port:libiconv port:zlib
22depends_run       port:fusefs
23