diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-02-20 22:58:34 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-02-20 22:58:34 +0000 |
commit | a5525dbe3cd93491412d4f8127e5379a2f32340e (patch) | |
tree | 3c0e930e63a55ed728aeaa0cfa1f1477c2aa5da4 | |
parent | c6ed3e308ff4bfb2cccb455135f3180c389976d0 (diff) | |
download | pkgsrc-a5525dbe3cd93491412d4f8127e5379a2f32340e.tar.gz |
Initial import of fuse-cryptofs-0.6.0.
CryptoFS is a encrypted filesystem for Filesystem in Userspace (FUSE).
CryptoFS will use a normal directory to store files encrypted. The
mountpoint will contain the decrypted files. Every file stored in
this mountpoint will be written encrypted (data and filename) to the
directory that was mounted. If you unmount the directory the encrypted
data can only be access by mounting the directory with the correct key
again.
-rw-r--r-- | filesystems/fuse-cryptofs/DESCR | 8 | ||||
-rw-r--r-- | filesystems/fuse-cryptofs/Makefile | 27 | ||||
-rw-r--r-- | filesystems/fuse-cryptofs/PLIST | 4 | ||||
-rw-r--r-- | filesystems/fuse-cryptofs/distinfo | 5 |
4 files changed, 44 insertions, 0 deletions
diff --git a/filesystems/fuse-cryptofs/DESCR b/filesystems/fuse-cryptofs/DESCR new file mode 100644 index 00000000000..6abef6f7cce --- /dev/null +++ b/filesystems/fuse-cryptofs/DESCR @@ -0,0 +1,8 @@ +CryptoFS is a encrypted filesystem for Filesystem in Userspace (FUSE). + +CryptoFS will use a normal directory to store files encrypted. The +mountpoint will contain the decrypted files. Every file stored in +this mountpoint will be written encrypted (data and filename) to the +directory that was mounted. If you unmount the directory the encrypted +data can only be access by mounting the directory with the correct key +again. diff --git a/filesystems/fuse-cryptofs/Makefile b/filesystems/fuse-cryptofs/Makefile new file mode 100644 index 00000000000..871fd4f909f --- /dev/null +++ b/filesystems/fuse-cryptofs/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/02/20 22:58:34 xtraeme Exp $ +# + +DISTNAME= cryptofs-0.6.0 +PKGNAME= fuse-${DISTNAME} +CATEGORIES= sysutils +MASTER_SITES= http://reboot.animeirc.de/cryptofs/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://reboot.animeirc.de/cryptofs/ +COMMENT= FUSE encrypted filesystem + +GNU_CONFIGURE= yes +USE_TOOLS+= gmake pkg-config + +INSTALLATION_DIRS= share/doc/${PKGBASE} share/examples/${PKGBASE} + +post-install: + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PKGBASE} + ${INSTALL_DATA} ${WRKSRC}/cryptofs.conf \ + ${PREFIX}/share/examples/${PKGBASE} + +.include "../../devel/glib2/buildlink3.mk" +.include "../../security/libgcrypt/buildlink3.mk" +.include "../../mk/fuse.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/filesystems/fuse-cryptofs/PLIST b/filesystems/fuse-cryptofs/PLIST new file mode 100644 index 00000000000..47564243e1b --- /dev/null +++ b/filesystems/fuse-cryptofs/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/02/20 22:58:34 xtraeme Exp $ +bin/cryptofs +share/examples/fuse-cryptofs/cryptofs.conf +share/doc/fuse-cryptofs/README diff --git a/filesystems/fuse-cryptofs/distinfo b/filesystems/fuse-cryptofs/distinfo new file mode 100644 index 00000000000..f543594e911 --- /dev/null +++ b/filesystems/fuse-cryptofs/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/02/20 22:58:34 xtraeme Exp $ + +SHA1 (cryptofs-0.6.0.tar.bz2) = 967d43f46a26e69704a61f3f68ef83b14c60df41 +RMD160 (cryptofs-0.6.0.tar.bz2) = 6603ba948ba0d421e3ffa0387c718ed42f7f4c51 +Size (cryptofs-0.6.0.tar.bz2) = 242440 bytes |