1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

Unmark broken, pass maintainership to submitter.

PR:		206182
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>
This commit is contained in:
Raphael Kubo da Costa 2016-02-28 20:55:43 +00:00
parent 79705af288
commit 6299b3e689
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409760
3 changed files with 11 additions and 11 deletions

View File

@ -5,19 +5,19 @@ PORTNAME= cryptofs
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

View File

@ -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

View File

@ -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 @@ be access by mounting the directory with the correct key again. Like other
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/