summaryrefslogtreecommitdiff
path: root/filesystems/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2016-02-05 21:01:46 +0000
committerjmmv <jmmv@pkgsrc.org>2016-02-05 21:01:46 +0000
commit7e4a2c45ce7f336b0e71eb7df40aee1435216967 (patch)
tree73f3bdf8e7dd49bbc83dc6728cdcd59980abdbbb /filesystems/Makefile
parent9b635930f98ea3dfba92b93278e9d6c6ff170e44 (diff)
downloadpkgsrc-7e4a2c45ce7f336b0e71eb7df40aee1435216967.tar.gz
Add filesystems/fuse-pcachefs:
The FUSE-based pCacheFS file system provides a simple caching layer for other filesystems. This makes slow, remote filesystems seem very fast to access. Moreover, the cache does not disappear when you start or stop pCacheFS or if you reboot your computer -- it is persistent. pCacheFS is designed for caching large amounts of data on remote filesystems that don't change very much, such as movie or music libraries.
Diffstat (limited to 'filesystems/Makefile')
-rw-r--r--filesystems/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/filesystems/Makefile b/filesystems/Makefile
index e8b0d76daa9..8fd2836ea8e 100644
--- a/filesystems/Makefile
+++ b/filesystems/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2014/05/20 22:51:26 joerg Exp $
+# $NetBSD: Makefile,v 1.39 2016/02/05 21:01:46 jmmv Exp $
#
COMMENT= File systems, and file system related packages
@@ -25,6 +25,7 @@ SUBDIR+= fuse-lzofs
SUBDIR+= fuse-mp3fs
SUBDIR+= fuse-ntfs-3g
SUBDIR+= fuse-obexfs
+SUBDIR+= fuse-pcachefs
SUBDIR+= fuse-pod
SUBDIR+= fuse-svnfs
SUBDIR+= fuse-unionfs