pkgsrc/filesystems/Makefile
jmmv 3126f91f64 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.
2016-02-05 21:01:46 +00:00

48 lines
1,016 B
Makefile

# $NetBSD: Makefile,v 1.39 2016/02/05 21:01:46 jmmv Exp $
#
COMMENT= File systems, and file system related packages
SUBDIR+= cloudfuse
SUBDIR+= fs-utils
SUBDIR+= fuse
SUBDIR+= fuse-afpfs-ng
SUBDIR+= fuse-archivemount
SUBDIR+= fuse-bindfs
SUBDIR+= fuse-cddfs
SUBDIR+= fuse-chironfs
SUBDIR+= fuse-cryptofs
SUBDIR+= fuse-curlftpfs
SUBDIR+= fuse-djmount
SUBDIR+= fuse-encfs
SUBDIR+= fuse-ext2
SUBDIR+= fuse-gmailfs
SUBDIR+= fuse-gphotofs
SUBDIR+= fuse-gstfs
SUBDIR+= fuse-httpfs
SUBDIR+= fuse-loggedfs
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
SUBDIR+= fuse-wdfs
SUBDIR+= fuse-wikipediafs
SUBDIR+= glusterfs
SUBDIR+= libntfs
SUBDIR+= openafs
SUBDIR+= openafs-devel
SUBDIR+= ori
SUBDIR+= p5-Module-Path
SUBDIR+= p5-MooseX-Types-Path-Tiny
SUBDIR+= p5-Path-Tiny
SUBDIR+= perfuse
SUBDIR+= py-filesystem
SUBDIR+= py-fuse-bindings
SUBDIR+= tahoe-lafs
SUBDIR+= u9fs
.include "../mk/misc/category.mk"