Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
- Syncd code with HEAD
- Fixed build on Linux/x86_64 CentOS5 (RHEL5) reported by Nicolas Joly
|
|
|
|
- Added support for FreeBSD and Linux
|
|
While here, update HOMEPAGE.
|
|
after Python 2.3 has been removed from "pkgsrc".
Approved by Thomas Klausner.
|
|
|
|
|
|
the conditional.
|
|
|
|
Allows mounting directories with commas in them.
Bump PKGREVISION.
|
|
|
|
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!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Fixed some bugs
- Added support of hardlink in fsu_ecp
- Fixed PR pkg/41488
|
|
major change.
Reported by Robert Elz in PR 41345.
|
|
Noted by obache@ on pkgsrc-changes@
|
|
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.
|
|
|
|
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.
|
|
- Support for read-only mounts
- Escaping of "@" and ":" in passwords and usernames
- Support for mounting via "fstab"
- bug fixes
|
|
and the manual page). Bump package revision.
|
|
|
|
- Clean up
- Sync with HEAD
- use fork in fsu_console
|
|
changed runtime dependencies now.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
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.
|
|
name change).
|
|
Installs compiled python objects, so add them to PLIST and bump
PKGREVISION.
Replace patch-aa with better SUBST framework usage.
|
|
(following some hints by joerg@).
Add missing files to PLIST.
Mark as user-destdir ready.
Bump PKGREVISION.
|
|
|
|
- Statfs support
- FUSE 2.6 API
- Single threaded main loop
- Write support
- mkdir/rmdir
|