diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-06 18:41:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-06 18:41:50 +0800 |
commit | ecf5863b56231d2cf6fe016486341312008ef5ec (patch) | |
tree | 6396de38cfe9ceac135edd8fc8186e2c1bd07a8b /sysutils/Makefile | |
parent | b48cb3e3d5e126ed79db2b19e9a6909288b60ae0 (diff) | |
download | freebsd-ports-gnome-ecf5863b56231d2cf6fe016486341312008ef5ec.tar.gz freebsd-ports-gnome-ecf5863b56231d2cf6fe016486341312008ef5ec.tar.zst freebsd-ports-gnome-ecf5863b56231d2cf6fe016486341312008ef5ec.zip |
EncFS is an encrypted pass-through filesystem which runs in userspace,
using the FUSE kernel module. Similar in design to CFS and other
pass-through filesystems, all data is encrypted and stored in the
underlying filesystem. Unlike loopback filesystems, there is no
predetermined or pre-allocated filesystem size.
WWW: http://freshmeat.net/projects/encfs/
PR: ports/107600
Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index bdd784296796..2a1ee00f2f42 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -207,6 +207,7 @@ SUBDIR += fsbackup SUBDIR += ftrace SUBDIR += fusefs-curlftpfs + SUBDIR += fusefs-encfs SUBDIR += fusefs-funionfs SUBDIR += fusefs-gnome-vfs SUBDIR += fusefs-httpfs |