summaryrefslogtreecommitdiff
path: root/filesystems/fuse
AgeCommit message (Collapse)AuthorFilesLines
2010-09-06Remove obsolete MESSAGE, bump PKGREVISION.wiz2-9/+2
2010-09-06Make pkglint happier.wiz1-4/+4
2010-09-06On NetBSD, pull in perfuse.wiz1-1/+7
2010-08-25Update FUSE to 2.8.4 and add NetBSD support through filesystems/perfusemanu18-23/+478
Changes since previous verion, from the NEWS file 2.8.x: - More scalable directory tree locking - Atomic open(O_TRUNC) support - Support big write requests on kernels 2.6.26 and newer - Out-of-tree fuse module removed - Better NFS exporting support - New ioctl and poll requests - New CUSE (Character Device in Userspace) interface - Allow umask processing in userspace - Added cache invalidation notifications - Bugfixes and small improvements 2.7.x: - Stacking support for the high level API - Add filename charset conversion module - Improved mounting 2.6.x! - Improved read characteristics (asynchronous reads) - Support for aborting filesystem connection - POSIX file locking support - Request interruption support - Building module for Linux kernels earlier than 2.6.9 not supported - Allow block device based filesystems to support swap files - Several bugs fixed, including a rare system hang on SMP
2010-07-06Transfer ownership to pkgsrc-users. pancake's address is not valid anyjmmv1-2/+2
more and he has agreed in private mail to drop maintainership.
2010-07-02Supports staged installation.asau1-1/+3
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-02-08The package is called fuse, not fusefs. (presolve choked on this on Linux.)tnn1-7/+7
2007-03-16Add comment about ONLY_FOR_PLATFORM explaining why this doesn't buildgdt1-1/+10
on NetBSD.
2007-03-15Fix up CATEGORIES for filesystemagc1-2/+2
2007-02-21aspell.wiz1-1/+1
2007-02-20Initial import of fuse-2.5.2 from pkgsrc-wip, packaged byxtraeme7-0/+84
pancake. With FUSE it is possible to implement a fully functional filesystem in a userspace program. Features include: * Simple library API * Simple installation (no need to patch or recompile the kernel) * Secure implementation * Userspace - kernel interface is very efficient * Usable by non privileged users * Runs on Linux kernels 2.4.X and 2.6.X * Has proven very stable over time This package is enabled only for linux and FreeBSD, NetBSD uses its own compatible library.