summaryrefslogtreecommitdiff
path: root/filesystems
AgeCommit message (Collapse)AuthorFilesLines
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
2009-06-14Remove @dirrm entries from PLISTsjoerg8-18/+8
2009-06-13Removed an empty line that offended pkglint.rillig1-2/+1
2009-06-05Updated fs-utils to 20090527stacktic3-9/+32
- Fixed some bugs - Added support of hardlink in fsu_ecp - Fixed PR pkg/41488
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz2-2/+4
major change. Reported by Robert Elz in PR 41345.
2009-04-16neon update to 0.28.x changed ABI, so do a recursive bump, PKGREVISION++.wiz2-4/+4
Noted by obache@ on pkgsrc-changes@
2009-04-09Update to 1.1.1manu8-195/+426
From changelog: Bugs fixed since ChironFS 1.1.0: o ChironFS could not locate the correct place where chirctl was when called using the environment variable $PATH to find it. Now chirctl is called in the same way as ChironFS, leaving this work to $PATH searches. Changes since ChironFS 1.1.0 --------------------- o ChironFS could not locate the correct place where chirctl was when called using the environment variable $PATH to find it. Now chirctl is called in the same way as ChironFS, leaving this work to $PATH searches. Changes since ChironFS 1.0.0 --------------------- o Added the --ctl (or -c) option which allows to mount a pseudo-filesystem (like /proc) to control the behavior of the Chiron filesystem being mounted. Currently, it's only possible to show the status of the replicas and change their status. Dynamically generated nagios plugin scripts are provided too. o Updated the howto in the chapter 5, explaining the use of the --ctl option.
2009-03-21Fix up my email address.agc1-2/+2
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg2-26/+12
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.
2009-02-23Update "fuse-afpfs-ng" package to version 0.8.1. Changes since version 0.8:tron4-22/+8
- Support for read-only mounts - Escaping of "@" and ":" in passwords and usernames - Support for mounting via "fstab" - bug fixes
2009-02-21Add a lot of missing package list entries (binaries, the shared librarytron2-2/+12
and the manual page). Bump package revision.
2009-02-17Fixed filesystems/fs-utils PLISTstacktic1-1/+3
2009-02-11Updated fs-utils to 20090211stacktic2-6/+6
- Clean up - Sync with HEAD - use fork in fsu_console
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg2-3/+4
changed runtime dependencies now.
2008-12-18DESTDIR support also fixing bulk builds.joerg1-3/+6
2008-12-14Add fuse-gstfs to filesystems/Makefile.bjs1-1/+2
2008-12-14Import fuse-gstfs-0.1.bjs7-0/+98
GSTFS is a filesystem for on-demand transcoding of music files between different formats. It utilizes the gstreamer library for conversion so any formats supported by gstreamer should also be supported by gstfs. The filesystem's only requirement is that the gstreamer pipeline begin with a filesrc with the name "_source" and end with an fdsink with the name "_dest". The filesystem will automatically substitute the filename and fd number in these pipelines.
2008-11-24Updated to fs-utils-20081124stacktic2-9/+10
2008-09-29Updated to fs-utils-20080929stacktic2-6/+6
2008-09-29Add and enable fs-utilsstacktic1-1/+2
2008-09-29Initial import of fs-utils-20080925 (ok by wiz).stacktic4-0/+87
Tools to access and modify a file system image without having to mount it. Classic commands included (prefixed with fsu_): * cat, diff, du, find, ls * chflags, chmod, chown, mv, rm, rmdir * cp, ln, mkdir, mkfifo, mknod, touch New commands: * fsu_ecp (cp-like which allows the user to get/put files from/to the image) * fsu_exec (executes a local command like text editor on a file from the image) * fsu_write (writes its input in a file on the image) * fsu_console (a command console tool that uses previous commands and adds directory browsing) This package is enabled only for NetBSD 4.99.72 and newer.
2008-09-06Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlibwiz1-2/+2
name change).
2008-07-04Use the python infrastructure.wiz4-27/+17
Installs compiled python objects, so add them to PLIST and bump PKGREVISION. Replace patch-aa with better SUBST framework usage.
2008-06-30Fix installation with python-2.5, using the appropriate infrastructurewiz2-11/+17
(following some hints by joerg@). Add missing files to PLIST. Mark as user-destdir ready. Bump PKGREVISION.
2008-05-25Reset maintainer on his request.wiz2-4/+4
2008-04-29Update to 0.4.0sborrill3-6/+23
- Statfs support - FUSE 2.6 API - Single threaded main loop - Write support - mkdir/rmdir
2008-04-25Don't hardcode PYPKGPREFIX in bl3.mktnn1-10/+10