1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | name curlftpfs |
---|
4 | version 0.9.1 |
---|
5 | categories fuse |
---|
6 | maintainers darenzana@gmail.com |
---|
7 | description CurlFtpFS is a filesystem for acessing FTP hosts based on FUSE and libcurl. |
---|
8 | long_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. |
---|
14 | homepage http://curlftpfs.sourceforge.net/ |
---|
15 | master_sites http://downloads.sourceforge.net/curlftpfs/ |
---|
16 | checksums md5 969998e9cf1663824f44739e94c703a1 \ |
---|
17 | sha1 768385f68f7e128ec9e852bbf7860a632e8e3c46 \ |
---|
18 | rmd160 bb1a156160ff4bd517410f872f68ba77c8085b11 |
---|
19 | |
---|
20 | depends_build port:pkgconfig |
---|
21 | depends_lib port:libfuse port:curl port:glib2 port:gettext port:libiconv port:zlib |
---|
22 | depends_run port:fusefs |
---|
23 | |
---|