diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-03-01 00:36:19 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-03-01 00:36:19 +0000 |
commit | 78887a99f95455f29395707a8cb7eac96078db2f (patch) | |
tree | 8a32291fc95d118babb168bd1f094104436058f3 | |
parent | 5f6ba1d211419135c23e3579df7948692aec5e2b (diff) | |
download | pkgsrc-78887a99f95455f29395707a8cb7eac96078db2f.tar.gz |
Added filesystems/fuse-encfs.
-rw-r--r-- | doc/CHANGES-2007 | 3 | ||||
-rw-r--r-- | filesystems/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007 index bdeabe92717..961e0b61559 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.504 2007/03/01 00:28:54 seb Exp $ +$NetBSD: CHANGES-2007,v 1.505 2007/03/01 00:36:19 xtraeme Exp $ Changes to the packages collection and infrastructure in 2007: @@ -1008,3 +1008,4 @@ Changes to the packages collection and infrastructure in 2007: Updated mail/mhonarc to 2.6.16 [jwise 2007-02-28] Updated devel/p5-Module-CoreList to 2.09 [seb 2007-03-01] Added textproc/p5-Text-RewriteRules version 0.10 [seb 2007-03-01] + Added filesystems/fuse-encfs version 1.2.0-2 [xtraeme 2007-03-01] diff --git a/filesystems/Makefile b/filesystems/Makefile index a652d769d9b..45fe5ea9cc0 100644 --- a/filesystems/Makefile +++ b/filesystems/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2007/02/26 19:56:35 pooka Exp $ +# $NetBSD: Makefile,v 1.8 2007/03/01 00:36:19 xtraeme Exp $ # COMMENT= File systems, and file system related packages @@ -8,6 +8,7 @@ SUBDIR+= fuse-archivemount SUBDIR+= fuse-cddfs SUBDIR+= fuse-cryptofs SUBDIR+= fuse-curlftpfs +SUBDIR+= fuse-encfs SUBDIR+= fuse-httpfs SUBDIR+= fuse-lzofs SUBDIR+= fuse-ntfs-3g |