# $Id: Portfile 58271 2009-09-25 03:17:55Z ryandesign@macports.org $

PortSystem 1.0

name                curlftpfs
version             0.9.1
categories          fuse
platforms           darwin
maintainers         gmail.com:darenzana
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 path:lib/pkgconfig/glib-2.0.pc:glib2 port:gettext port:libiconv port:zlib
