summaryrefslogtreecommitdiff
path: root/filesystems
AgeCommit message (Collapse)AuthorFilesLines
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
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg2-4/+4
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2008-04-11Add and enable fuse-djmountagc1-1/+2
2008-04-11Initial import of djmount-0.71 into the packages collection.agc5-0/+79
djmount is a UPnP AV client. It mounts the media content of compatible UPnP AV devices as a Unix filesystem. Djmount automatically discovers all UPnP AV Media Servers on the network, and makes the content available in a directory tree. All shared files (e.g. Audio or Video files) are directly visible and can be played using your favorite media player. [15:53:42] agc@inspiron1300 ~ 190 > df /mnt Filesystem 1K-blocks Used Avail %Cap Mounted on /dev/puffs 28101396 20741466 5954862 77% /mnt [15:53:44] agc@inspiron1300 ~ 191 > l /mnt total 5 dr-xr-xr-x 5 root wheel 512 Jan 1 2000 . drwxr-xr-x 37 root wheel 1536 Mar 15 13:22 .. dr-xr-xr-x 5 root wheel 512 Jan 1 2000 .debug dr-xr-xr-x 8 root wheel 512 Jan 1 2000 INSPIRON1300: Alistair Crooks: dr-xr-xr-x 7 root wheel 512 Jan 1 2000 MediaTomb -r--r--r-- 1 root wheel 41 Jan 1 2000 devices [15:54:23] agc@inspiron1300 ~ 192 >
2008-03-27Update distinfo to reflect reality.bjs1-2/+1
2008-03-27Update to version 0.9.1. Changes since 0.9:bjs3-21/+8
- Ask for a password in the terminal so that it doesn't show in ps. - Support different codepages. - Support for SOCKS proxy. - Bug fixes. Add CFLAGS.NetBSD+=-D_NETBSD_SOURCE to make it build.
2008-03-03Mechanical changes to add DESTDIR support to packages that installjlam7-20/+43
their files via a custom do-install target.
2008-02-28Update fuse-afpfs-ng to version 0.8.agc5-33/+21
Changes are mainly portability mods; just one minor change for NetBSD to compile out of the box, which has been fed back upstream.
2008-02-16#ifndef out some code which results in SIG_SEGV on NetBSD. See patch-aa.bjs3-7/+25
Bump rev.
2008-02-08The package is called fuse, not fusefs. (presolve choked on this on Linux.)tnn1-7/+7
2008-01-31Removed unneeded hunk from a patch.rillig2-9/+3
2008-01-28Update to version 1.4.2. While here, support <stdbool.h> if it exists.bjs4-43/+65
I'm not sure about FUSE_VERSION vs. FUSE_USE_VERSION in different implementations, so define FUSE_USE_VERSION from FUSE_VERSION if it does not exist and use that. 2007-04-17 CHANGES: - fixed a stupid bug that avoids mounting the root of a server - documented the optional port for mounting a webdav server - improved attribute caching for some special cases
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn4-5/+8
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2008-01-12db4 update related revision bumpadam1-1/+2
2007-12-13Add fuse-svnfs to pkgsrc/filesystems top-level Makefile.bjs1-1/+2
2007-12-13Import svnfs-0.4, a fuse filesystem for mounting subversion repositories.bjs5-0/+60
While I can find little documentation out there, it seems to work quite well for me (Subversion 1.4.4 + apr1). Thusfar it's seemed quite speedy and useful. I'm thinking that fuse might be an interesting way to get distfiles (curlftpfs) or source snapshots into pkgsrc.
2007-12-12Update to the latest stable version now that refuse has been fixed.xtraeme2-6/+6
2007-12-12Downgrade to 1.913 until the issues are found with newer versions.xtraeme2-6/+6
2007-12-02Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev.wiz1-2/+2
2007-11-27add & enabled fuse-chironfspooka1-1/+2
2007-11-27ChironFS, replicating file system which operates like RAID1 on apooka8-0/+222
file system level, i.e. is configured by collecting several mountpoints into one virtual replicated file system.
2007-11-20Update to 1.1120:xtraeme2-6/+6
* Fix: successful hard link removal may reported "Input/Output error". * Fix: listing the content of a single directory having over 600,000 files and subdirectories may returned "Input/Output error" or truncated directory listing. * Fix: atime mount option didn't work. * Fix: POSIX file time updates (file access and modification times, inode change time). Please note, though NTFS-3G updates the times correctly now, FUSE may keep caching old, invalid time attributes for a short time after rename(2), creat(2), and some file operations which involve hard links. FUSE has fixed already the first two cases and they may be included in the Linux kernel 2.6.24 release. * New: relatime support was added and made the default atime update method.
2007-11-11Update to 1.1104:xtraeme2-6/+6
* Fix: reads over the end of a file could return "invalid argument" error using some recent kernels. This problem may have caused Thunderbird to hang. * Fix: some faulty versions of the gcc compiler have crashed during compilation. * Fix: the utimes(2) system call may incorrectly updated the last status change filestamp. * Change: the ntfs.streams.list extended attribute enumerates Alternate Data Streams (ADS) '\0' separated.
2007-11-03Changes 0.4.3:adam10-146/+17
- UTF8 internationalization of filenames, volumes and servers - proper uid/gid mapping to enable environments with a common or different user directory - DHX2 UAM from Derrik Pates - fixes to deal with the Apple Airport Extreme quirks - fixes to deal with netatalk quirks - improved status output for debugging - various small bug fixes
2007-10-30Update to 1.1030:xtraeme2-6/+6
* fix: big-endian problems exposed by the NTFS-3G Test Suite. * fix: free space calculation may was wrong for >1 TB volumes. * fix: some faulty Thunderbird versions caused system log flooding. * fix: uClibc and uClinux improvements. * fix: logging improvements. * fix: many other minor fixes.