Commit graph

103 commits

Author SHA1 Message Date
stacktic
17fa48026e Updated to fs-utils-20080929 2008-09-29 16:41:18 +00:00
stacktic
b0c712435a Add and enable fs-utils 2008-09-29 15:23:22 +00:00
stacktic
ad56e80cfd Initial import of fs-utils-20080925 (ok by wiz).
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-29 15:11:35 +00:00
wiz
03b53774ba Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib
name change).
2008-09-06 20:54:31 +00:00
wiz
4e5d63ae61 Use the python infrastructure.
Installs compiled python objects, so add them to PLIST and bump
PKGREVISION.

Replace patch-aa with better SUBST framework usage.
2008-07-04 14:27:26 +00:00
wiz
67a9577713 Fix installation with python-2.5, using the appropriate infrastructure
(following some hints by joerg@).
Add missing files to PLIST.
Mark as user-destdir ready.
Bump PKGREVISION.
2008-06-30 15:44:40 +00:00
wiz
41f426ade1 Reset maintainer on his request. 2008-05-25 21:20:07 +00:00
sborrill
b2d54e3119 Update to 0.4.0
- Statfs support
- FUSE 2.6 API
- Single threaded main loop
- Write support
- mkdir/rmdir
2008-04-29 09:39:17 +00:00
tnn
29075003c4 Don't hardcode PYPKGPREFIX in bl3.mk 2008-04-25 22:16:20 +00:00
joerg
a77e7015fe Update PYTHON_VERSIONS_COMPATIBLE
- 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-25 20:39:06 +00:00
agc
724de28584 Add and enable fuse-djmount 2008-04-11 14:57:20 +00:00
agc
5aab256bf7 Initial import of djmount-0.71 into the packages collection.
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-04-11 14:55:45 +00:00
bjs
a2154d915c Update distinfo to reflect reality. 2008-03-27 14:19:34 +00:00
bjs
a0ee4a2a41 Update to version 0.9.1. Changes since 0.9:
- 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-27 14:18:50 +00:00
jlam
0bb78c6c9d Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-03 19:21:37 +00:00
agc
a906878a8d Update fuse-afpfs-ng to version 0.8.
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-28 19:43:00 +00:00
bjs
4803630cf1 #ifndef out some code which results in SIG_SEGV on NetBSD. See patch-aa.
Bump rev.
2008-02-16 01:24:39 +00:00
tnn
518772d5b9 The package is called fuse, not fusefs. (presolve choked on this on Linux.) 2008-02-08 11:53:06 +00:00
rillig
b30f3fc5d2 Removed unneeded hunk from a patch. 2008-01-31 13:32:46 +00:00
bjs
5be0cf5d57 Update to version 1.4.2. While here, support <stdbool.h> if it exists.
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-28 02:56:46 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
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-18 05:06:18 +00:00
adam
707dd64033 db4 update related revision bump 2008-01-12 11:36:28 +00:00
bjs
23445f86ee Add fuse-svnfs to pkgsrc/filesystems top-level Makefile. 2007-12-13 07:01:09 +00:00
bjs
607a6fd4d8 Import svnfs-0.4, a fuse filesystem for mounting subversion repositories.
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-13 07:00:16 +00:00
xtraeme
d4f139c9e2 Update to the latest stable version now that refuse has been fixed. 2007-12-12 16:43:55 +00:00
xtraeme
84f609ed3f Downgrade to 1.913 until the issues are found with newer versions. 2007-12-12 15:39:44 +00:00
wiz
8a5b10ea93 Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev. 2007-12-02 13:04:06 +00:00
pooka
f0a13608a5 add & enabled fuse-chironfs 2007-11-27 18:56:35 +00:00
pooka
9796a74f4d ChironFS, replicating file system which operates like RAID1 on a
file system level, i.e. is configured by collecting several
mountpoints into one virtual replicated file system.
2007-11-27 18:55:40 +00:00
xtraeme
5dc44a2d2e Update to 1.1120:
* 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-20 13:30:54 +00:00
xtraeme
337aa3b576 Update to 1.1104:
* 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-11 15:59:22 +00:00
adam
d4130b31c2 Changes 0.4.3:
- 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-11-03 13:04:40 +00:00
xtraeme
64530763b1 Update to 1.1030:
* 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.
2007-10-30 01:28:05 +00:00
xtraeme
0be058961a Update to 1.1004:
*  fix: unwritten sparse file regions could get corrupted if the end
   of a write wasn't aligned to cluster boundary. Sparse files are very
   rarely used, most typically by bittorent clients.
* fix: creation of read-only files failed.
* change: free inode calculation was CPU intensive during write activity.
  This could reduce write performance when millions of files are used if
  a file manager or desktop applet regularly polled for disk space usage.
  Now the statfs() system call is constant time.
* change: file creation performance is improved by 40-80%.
* change: smart directory traversal is 20-200% faster for disk based and
  300-600% faster for memory cache based traversals.
2007-10-11 21:35:42 +00:00
martti
bd986edbc7 Remove trailing spaces. 2007-10-09 19:19:08 +00:00
xtraeme
287c0f5a04 Remove URL and indent. 2007-09-14 14:03:24 +00:00
xtraeme
597df228e0 Update to 1.913:
STABLE Version 1.913 (September 13, 2007) Release Notes

* change: free disk space calculation was highly CPU intensive during
  write activity. This could reduce write performance severely, especially
  for huge volumes if a file manager or desktop applet regularly polled
  for disk space usage. Now the calculation is constant time, around only
  10 microseconds on a typical desktop, and it's completely independent
  of the volume size.
* fix: hibernation check was too rigid and mount was refused in read/write
  mode unnecessarily in some cases.
* all performance improvements included unchanged from the 1.910-RC test
  release. Please see those details below.

Version 1.910-RC (September 10, 2007) -- Release Notes

* change: significantly improved the performance of writing many files,
  typically by 50-1000% (copying files, unpacking, untarring packages,
  compilation, directory synchronization, ...).
* change: improved the performance of writing multi-GB size files,
  particularly after the creation of many thousands of other files.
  Previous disk space defragmentation is highly advised for the best
  possible speed. File level defragmentation is not enough.
* change: improved concurrent write performance.
2007-09-14 08:55:49 +00:00
wiz
92aa4facd8 Fix typo in COMMENT. 2007-08-25 11:51:44 +00:00
xtraeme
5701b7c2d0 Update to 1.810:
* fix: file rename may updated the modification time of some files which
	caused some backup tools, like rsync, not to preserve always
	this timestamp.
* fix: unmount (fusermount -u) was denied for an unprivileged user who
	was allowed to mount a block device. FUSE 2.7.0+ user space package
	is required for the full fix.
* fix: the driver could hang if there wasn't enough memory during reading
	a large directory
* fix: reading a directory may reported success when there was an error
* fix: metadata update error was ignored in some very rare cases during
	writing a file
* fix: permissions checking was turned on if umask, fmask and dmask was
	set to the default 000 value.
* change: manual update, added Windows filename compatibility section
* change: lots of logging improvements
2007-08-15 13:53:57 +00:00
rillig
6aecf48699 Added mk/misc/category.mk, which contains the definitions that are only
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is
also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-13 08:12:41 +00:00
agc
a71bf8a4db Things usually build better with a custom do-build target if you don't
specify NO_BUILD=yes beforehand.  Remove custom clean privilege
setting, which is no longer needed.


Duh.
2007-08-10 11:04:25 +00:00
agc
bcd45c8696 Add and enable fuse-wikipediafs 2007-08-09 21:43:57 +00:00
agc
3ac6736a49 Initial import of wikipediafs-0.3 into the Packages Collection.
WikipediaFS is a mountable virtual file system that allows to read and
	edit articles from Wikipedia (or any Mediawiki-based site) as if they
	were real files.

	It is thus possible to view and edit articles using your favourite
	text-editor.  Text-editors tend to be more convenient than a simple
	browser form when it comes to editing large texts and they generally
	include useful features such as Mediawiki syntax highlighting and
	spell checking.

	Advanced usage of WikipediaFS includes easy development of scripts and
	bots.  Programs simply have to deal with normal files because this is
	WikipediaFS which takes care of the HTTP layer.  For example, it would
	be possible to use WikipediaFS to perform a massive content migration
	from an existing site to a Mediawiki.

	Features

	    * Reading and editing articles, including subpages.
	    * User * configuration :  add your own Mediawiki.
	    * Editing with your login
	    * HTTPS, HTTP authentication, proxy.
2007-08-09 21:42:52 +00:00
joerg
bdd0ec189c Belated bump revision as libarchive was changed. 2007-07-29 17:37:51 +00:00
xtraeme
1cc45a9f39 Update to 1.710:
* fix: move, rename and hard link could return "input/output error"
* fix: very rare, recoverable directory corruption
* fix: portability improvements
* change: more troubleshooting hints if a volume can't be mounted
* change: logging improvements

* new: install executables to the root file system otherwise mount
  could fail during boot
* fix: any kind of file size change failure returned "Operation not permitted"
* fix: file close failure was not always reported
* fix: unmount failure was not always reported
* fix: file creation always gave "input/output error" if the $MFT Bitmap
  wasn't up-to-date
* fix: converting very long file names to Unicode may failed
* fix: syslog messages didn't show the low level error detail
* fix: compilation improvements on OS X and NetBSD
2007-07-13 10:02:55 +00:00
agc
02ddecd37b Let's not be coy about this - afpfs-ng will run on more than just Linux. 2007-07-09 19:10:33 +00:00
agc
7f2867faa1 Add and enable fuse-afpfs-ng 2007-07-09 19:04:55 +00:00
agc
d1d9c3c359 Initial import of afpfs-ng, version 0.4.1 into the Packages Collection.
afpfs-ng is an Apple Filing Protocol client that will allow a Linux
	system to see files exported from a Mac OS system with AFP over TCP.

With thanks to Jared for the nudge.
2007-07-09 19:03:22 +00:00
xtraeme
e86f51b964 80 chars per line max, please. 2007-06-11 22:02:37 +00:00
agc
bc0d519311 Add and enable fuse-loggedfs. 2007-06-11 20:14:34 +00:00