public
Description: Git mirror of the MacPorts svn repo
Homepage: http://www.macports.org
Clone URL: git://github.com/kballard/macports.git
kballard (author)
Fri Apr 25 07:42:41 -0700 2008
commit  e403352e82f8dd5dd9f6887f5d3b0a3e5c9b11f9
tree    b403a214aebe0ae1e7c76fbb23bacbd7dc9be27c
parent  93d857f442cae6879ab0622bc137d25b9c81d84b
macports / dports / fuse / curlftpfs / Portfile
100644 25 lines (21 sloc) 1.128 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $Id$
 
PortSystem 1.0
 
name curlftpfs
version 0.9.1
categories fuse
platforms darwin
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