summaryrefslogtreecommitdiff
path: root/filesystems/fuse-cryptofs
AgeCommit message (Collapse)AuthorFilesLines
2021-12-08revbump for icu and libffiadam1-2/+2
2021-12-01The upstream has moved to GitHubpho1-3/+6
2021-10-26filesystems: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07filesystems: Remove SHA1 hashes for distfilesnia1-2/+1
2020-03-08*: recursive bump for libffiwiz1-2/+2
2018-01-01Sort PLIST files.rillig1-2/+2
Unsorted entries in PLIST files have generated a pkglint warning for at least 12 years. Somewhat more recently, pkglint has learned to sort PLIST files automatically. Since pkglint 5.4.23, the sorting is only done in obvious, simple cases. These have been applied by running: pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
2017-08-16Comment out dead sites.wiz1-3/+3
2015-11-03Add SHA512 digests for distfiles for filesystems categoryagc1-1/+2
Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail.
2014-01-01Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.wiz1-2/+2
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-08-17filesystems/fuse-cryptofs: Defined DragonFly as BSDmarino2-1/+15
Another configure that assumings all BSD platform names end in "BSD"...
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2009-07-08user-destdir supportjoerg1-3/+5
2007-03-15Fix up CATEGORIES for filesystemagc1-2/+2
2007-02-21aspell.wiz1-3/+3
2007-02-20Initial import of fuse-cryptofs-0.6.0.xtraeme4-0/+44
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.