pkgsrc/filesystems/fuse-wdfs/Makefile
agc e71a9f285d Initial import of wdfs-1.4.1 into the Packages Collection.
wdfs is a webdav filesystem with special features for accessing subversion
	repositories. it is based on fuse v2.5+ and neon v0.24.7+.

	features:
	 - generic webdav filesystem
	 - http redirect support
	 - https support
	 - file locking support (different modes)
	 - access to all revisions of a webdav exported subversion repository
	 - versioning filesystem for autoversioning enabled subversion repositories

Using wdfs, it's possible to mount webdav volumes:

% df /mnt
Filesystem        1K-blocks      Used     Avail Capacity  Mounted on
puffs:refuse:wdfs         0         0         0     0%    /mnt
% l /mnt
total 2
drwxrwxrwx   1 root  wheel   4096 May 13 10:17 .
drwxr-xr-x  31 root  wheel   1024 May 16 20:06 ..
-rw-rw-rw-   1 root  wheel  64393 Mar 16 23:06 About your iDisk.rtf
drwxrwxrwx   1 root  wheel   4096 May 13 10:17 Backup
drwxrwxrwx   1 root  wheel   4096 May 13 10:17 Documents
drwxrwxrwx   1 root  wheel   4096 May 13 10:17 Library
drwxrwxrwx   1 root  wheel   4096 May 13 10:17 Movies
drwxrwxrwx   1 root  wheel   4096 May 13 10:17 Music
drwxrwxrwx   1 root  wheel   4096 May 13 10:17 Pictures
drwxrwxrwx   1 root  wheel   4096 May 13 10:17 Public
drwxrwxrwx   1 root  wheel   4096 May 13 10:17 Sites
drwxrwxrwx   1 root  wheel   4096 Dec  6 01:08 Software
%
2007-05-16 19:56:37 +00:00

20 lines
497 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/05/16 19:56:37 agc Exp $
#
DISTNAME= wdfs-1.4.1
PKGNAME= fuse-${DISTNAME}
CATEGORIES= filesystems
MASTER_SITES= http://noedler.de/projekte/wdfs/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://noedler.de/projekte/wdfs/
COMMENT= FUSE-based webdav filesystem
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
.include "../../devel/glib2/buildlink3.mk"
.include "../../www/neon/buildlink3.mk"
.include "../../mk/fuse.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"