summaryrefslogtreecommitdiff
path: root/filesystems/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2016-02-05 21:01:46 +0000
committerjmmv <jmmv>2016-02-05 21:01:46 +0000
commit64b137137049c79a814e4e48cf3b034ec583febe (patch)
tree73f3bdf8e7dd49bbc83dc6728cdcd59980abdbbb /filesystems/Makefile
parentb7b2678002ba0e9719095ef68d48c536fe27214c (diff)
downloadpkgsrc-64b137137049c79a814e4e48cf3b034ec583febe.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