Index: fusefs-curlftpfs/Makefile =================================================================== RCS file: fusefs-curlftpfs/Makefile diff -N fusefs-curlftpfs/Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ fusefs-curlftpfs/Makefile 25 May 2006 12:52:57 -0000 @@ -0,0 +1,31 @@ +# New ports collection makefile for: fusefs-curlftpfs +# Date created: 25 May 2006 +# Whom: Andrew Pantyukhin +# +# $FreeBSD$ +# + +PORTNAME= curlftpfs +PORTVERSION= 0.8 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +PKGNAMEPREFIX= fusefs- + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Mount remote ftp directories + +LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs +RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod + +GNU_CONFIGURE= yes +MAN1= ${PORTNAME}.1 +PLIST_FILES= bin/curlftpfs + +.include + +.if ${OSVERSION} < 600000 +IGNORE= depends on kernel module that requires FreeBSD 6 or later +.endif + +.include Index: fusefs-curlftpfs/distinfo =================================================================== RCS file: fusefs-curlftpfs/distinfo diff -N fusefs-curlftpfs/distinfo --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ fusefs-curlftpfs/distinfo 25 May 2006 12:52:57 -0000 @@ -0,0 +1,3 @@ +MD5 (curlftpfs-0.8.tar.gz) = 5322877611319397319ca0012ccc61c9 +SHA256 (curlftpfs-0.8.tar.gz) = 610c5e769f23632ff2d14067880b377797228151b661b1da78fea50651ec12d1 +SIZE (curlftpfs-0.8.tar.gz) = 345187 Index: fusefs-curlftpfs/pkg-descr =================================================================== RCS file: fusefs-curlftpfs/pkg-descr diff -N fusefs-curlftpfs/pkg-descr --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ fusefs-curlftpfs/pkg-descr 25 May 2006 12:52:57 -0000 @@ -0,0 +1,13 @@ +CurlFtpFS is a filesystem for acessing FTP hosts based on FUSE and +libcurl. + +CurlFtpFS differentiates 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 + +WWW: http://curlftpfs.sourceforge.net/