--- fusefs-cryptofs/Makefile (revision 405977) +++ fusefs-cryptofs/Makefile (working copy) @@ -5,19 +5,19 @@ PORTVERSION= 0.6.0 PORTREVISION= 7 CATEGORIES= sysutils -MASTER_SITES= http://reboot78.re.funpic.de/cryptofs/ +MASTER_SITES= http://BSDforge.com/projects/source/sysutils/fusefs-cryptofs/ PKGNAMEPREFIX= fusefs- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Encrypted filesystem for FUSE -BROKEN= unfetchable +LICENSE= GPLv2 LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ libglib-2.0.so:${PORTSDIR}/devel/glib20 GNU_CONFIGURE= yes -USES= fuse pkgconfig tar:bzip2 +USES= fuse pkgconfig DOCS= README cryptofs.conf OPTIONS_DEFINE= DOCS --- fusefs-cryptofs/distinfo (revision 405977) +++ fusefs-cryptofs/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (cryptofs-0.6.0.tar.bz2) = 163174257c32ac9b92195bcd050df9845c35c9eb0bc8860f32608fe541073b03 -SIZE (cryptofs-0.6.0.tar.bz2) = 242440 +SHA256 (cryptofs-0.6.0.tar.gz) = d884199e38ee09848841dda247db1db0361236b1ce8cc7dd3acb5031f80f6b57 +SIZE (cryptofs-0.6.0.tar.gz) = 352805 --- fusefs-cryptofs/pkg-descr (revision 405977) +++ fusefs-cryptofs/pkg-descr (working copy) @@ -1,7 +1,7 @@ CryptoFS is a encrypted filesystem for Filesystem in Userspace (FUSE) and the Linux Userland FileSystem (LUFS). Visit http://fuse.sourceforge.net/ -for more information on FUSE or http://lufs.sourceforge.net/lufs/ for more -information on LUFS. +for more information on FUSE, or http://lufs.sourceforge.net/lufs/ for +more information on LUFS. CryptoFS will use a normal directory to store files encrypted. The mountpoint will contain the decrypted files. Every file stored in this @@ -11,9 +11,9 @@ FUSE/LUFS filesystems it does not need root access or any complicated setup like creating a filesystem on a encrypted disk using the loop device. -CryptoFS can be build for FUSE and LUFS. When you build for FUSE you get a -program to mount the filesystem. For LUFS a shared library will be built +CryptoFS can be build for FUSE, and LUFS. When you build for FUSE you get +a program to mount the filesystem. For LUFS a shared library will be built that can be used by LUFS's lufsd. Both methods can use the same encrypted directory. -WWW: http://reboot78.re.funpic.de/cryptofs/ +WWW: http://BSDforge.com/projects/sysutils/fusefs-cryptofs/