View | Details | Raw Unified | Return to bug 206182
Collapse All | Expand All

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

Return to bug 206182