Commit graph

126 commits

Author SHA1 Message Date
joerg
34f38e4103 user-destdir support 2009-07-08 16:40:08 +00:00
joerg
ae5f36fc3d user-destdir support 2009-07-08 16:37:53 +00:00
joerg
d1dac1f373 user-destdir support 2009-07-08 16:27:31 +00:00
joerg
0dc2c42150 user-destdir support, fix bash usage 2009-07-08 16:24:53 +00:00
joerg
5f6a76999e user-destdir support 2009-07-08 16:24:12 +00:00
joerg
a4f0f269f9 user-destdir support 2009-07-08 16:18:33 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
rillig
d59ff54b62 Removed an empty line that offended pkglint. 2009-06-13 06:37:39 +00:00
stacktic
2ce1cd0b55 Updated fs-utils to 20090527
- Fixed some bugs
- Added support of hardlink in fsu_ecp
- Fixed PR pkg/41488
2009-06-05 07:14:18 +00:00
wiz
272d51cc21 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:05 +00:00
wiz
1577be544a neon update to 0.28.x changed ABI, so do a recursive bump, PKGREVISION++.
Noted by obache@ on pkgsrc-changes@
2009-04-16 21:42:40 +00:00
manu
2206838a94 Update to 1.1.1
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-04-09 03:33:12 +00:00
agc
b0dfbbf240 Fix up my email address. 2009-03-21 05:44:05 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
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-03-20 19:23:50 +00:00
tron
3e08c8b3d8 Update "fuse-afpfs-ng" package to version 0.8.1. Changes since version 0.8:
- Support for read-only mounts
- Escaping of "@" and ":" in passwords and usernames
- Support for mounting via "fstab"
- bug fixes
2009-02-23 12:58:26 +00:00
tron
ced0899af6 Add a lot of missing package list entries (binaries, the shared library
and the manual page). Bump package revision.
2009-02-21 23:34:00 +00:00
stacktic
9299a4dcfe Fixed filesystems/fs-utils PLIST 2009-02-17 18:35:15 +00:00
stacktic
9cdc654c11 Updated fs-utils to 20090211
- Clean up
- Sync with HEAD
- use fork in fsu_console
2009-02-11 22:04:40 +00:00
joerg
3c645bb7fc Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
2009-02-09 22:56:21 +00:00
joerg
665505be80 DESTDIR support also fixing bulk builds. 2008-12-18 15:25:38 +00:00
bjs
a6e0b2455e Add fuse-gstfs to filesystems/Makefile. 2008-12-14 06:38:37 +00:00
bjs
7e5da2d0f0 Import fuse-gstfs-0.1.
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-12-14 06:37:49 +00:00
stacktic
f99876be72 Updated to fs-utils-20081124 2008-11-24 16:28:31 +00:00
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