summaryrefslogtreecommitdiff
path: root/filesystems
AgeCommit message (Collapse)AuthorFilesLines
2010-09-09Update perfuse with fixes for ntfs-3gmanu2-6/+6
2010-09-07Update to perfuse-20100907: fix perfused auto-start, cleanup debug messages,manu2-13/+7
fix warnings
2010-09-06Fix path to perfused. Bump PKGREVISION.wiz1-2/+8
2010-09-06Remove obsolete MESSAGE, bump PKGREVISION.wiz2-9/+2
2010-09-06Make pkglint happier.wiz1-4/+4
2010-09-06Add symlinks for libperfuse. Simplify package. Bump PKGREVISION.wiz2-6/+10
2010-09-06On NetBSD, pull in perfuse.wiz1-1/+7
2010-09-06Remove -Werror from compiler flags until code is clean enough.wiz1-1/+2
2010-09-06Missing commit for checksum updatemanu1-1/+4
2010-09-06LP64 fixesmanu2-6/+3
2010-09-05A few reliability fixes for using perfuse with glusterfs.manu2-6/+6
I can now build libperfuse within a glusterfs mounted filesystem.
2010-08-26Add glusterfs 3.0.5manu1-1/+2
2010-08-26This is an experimental port of glusterfs on NetBSD. Don't do this at home!manu24-0/+924
2010-08-26Fix enough filehandle problems to make glusterfs happier.manu5-9/+9
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-08-25Add perfuse-20100825manu1-1/+2
This is exactly the code in-tree for NetBS-current. The package is there to help using that code on NetBSD-5.x
2010-08-25perfuse brings full FUSE support to NetBSD It has two components:manu6-0/+76
- a daemon that creates a /dev/fuse socket and that performs PUFFS relay to FUSE. - a library and a header file to use in filesystems and libraries that open /dev/fuse, so that they are directed to the socket.
2010-07-25Fix yet another package with bogus dependencies.joerg1-14/+14
2010-07-24Permissions fix: chmod +r all the distfile contents, because they aregdt1-1/+8
600 and this results in installed python files that non-root users cannot access.
2010-07-24SUBDIR+= tahoe-lafsgdt1-1/+2
2010-07-24Import tahoe-lafs-1.7.1 as filesystems/tahoe-lafs.gdt4-0/+636
Tahoe-LAFS is a Free Software/Open Source decentralized data store. It distributes your filesystem across multiple servers, and even if some of the servers fail or are taken over by an attacker, the entire filesystem continues to work correctly and to preserve your privacy and security.
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
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-03-24Recursive revision bump for GMP update.asau1-2/+2
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg2-4/+4
2010-02-02Fix build in OS X.jmmv4-7/+31
2010-02-02s/unionfs/nullfs/ as reported by David Holland.jmmv1-1/+1
2010-02-01Add and enable fuse-bindfs.jmmv1-1/+2
2010-02-01Initial import of fuse-bindfs-1.8.4:jmmv5-0/+57
bindfs is a FUSE filesystem for mounting a directory to another location, similar to 'mount --bind' in Linux or unionfs in BSD. The permissions in the mountpoint can be altered through various rules.
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz4-7/+8
2009-12-15Recursive bump for libltdljoerg1-1/+2
2009-11-16Updated fs-utils to version 20091116stacktic2-10/+11
- Syncd code with HEAD - Fixed build on Linux/x86_64 CentOS5 (RHEL5) reported by Nicolas Joly
2009-11-02Fixed linux buildstacktic1-1/+2
2009-11-02Updated filesystems/fs-utils to version 20091102stacktic3-16/+44
- Added support for FreeBSD and Linux
2009-10-10Fix PKGNAME to have a better version number, noted by reed.wiz1-3/+3
While here, update HOMEPAGE.
2009-09-23Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessarytron1-2/+1
after Python 2.3 has been removed from "pkgsrc". Approved by Thomas Klausner.
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-08-21Allow python-2.6.wiz1-2/+2
2009-08-03fuse_main for FUSE 2.6 has the signature of the !NetBSD branch, so dropjoerg2-13/+3
the conditional.
2009-08-03Try to make it compilable on NetBSD.joerg2-1/+21
2009-07-17Be smarter when parsing the argument for the bitrate.wiz3-5/+15
Allows mounting directories with commas in them. Bump PKGREVISION.
2009-07-16+ fuse-mp3fs.wiz1-1/+2
2009-07-16Initial import of fuse-mp3fs-0.13:wiz6-0/+99
MP3FS is a read-only FUSE filesystem which transcodes audio formats (currently FLAC) to MP3 on the fly when opened and read. This was written to enable using a FLAC collection with software and/or hardware which only understands MP3. It is also a novel alternative to traditional MP3 encoder applications. Just use your favorite file browser to select the files you want encoded and copy them somewhere!
2009-07-08user-destdir supportjoerg7-13/+23
2009-07-08user-destdir supportjoerg1-1/+3
2009-07-08user-destdir supportjoerg6-10/+19
2009-07-08user-destdir support, fix bash usagejoerg1-1/+5
2009-07-08user-destdir supportjoerg1-3/+5
2009-07-08user-destdir supportjoerg1-1/+3