summaryrefslogtreecommitdiff
path: root/filesystems/fuse-wdfs
diff options
context:
space:
mode:
authoragc <agc>2007-05-16 19:56:37 +0000
committeragc <agc>2007-05-16 19:56:37 +0000
commit499b81c2f4da7c9e2304436f3fbde86c415c74b3 (patch)
tree8acb796632f72f19253e4bbdad2645d0a1bb9227 /filesystems/fuse-wdfs
parent3fef49769121da48381c23b00f085daa887fc0f5 (diff)
downloadpkgsrc-499b81c2f4da7c9e2304436f3fbde86c415c74b3.tar.gz
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 %
Diffstat (limited to 'filesystems/fuse-wdfs')
-rw-r--r--filesystems/fuse-wdfs/DESCR10
-rw-r--r--filesystems/fuse-wdfs/Makefile20
-rw-r--r--filesystems/fuse-wdfs/PLIST2
-rw-r--r--filesystems/fuse-wdfs/distinfo6
-rw-r--r--filesystems/fuse-wdfs/patches/patch-aa16
5 files changed, 54 insertions, 0 deletions
diff --git a/filesystems/fuse-wdfs/DESCR b/filesystems/fuse-wdfs/DESCR
new file mode 100644
index 00000000000..112c5dc8a4e
--- /dev/null
+++ b/filesystems/fuse-wdfs/DESCR
@@ -0,0 +1,10 @@
+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
diff --git a/filesystems/fuse-wdfs/Makefile b/filesystems/fuse-wdfs/Makefile
new file mode 100644
index 00000000000..59a80b293fb
--- /dev/null
+++ b/filesystems/fuse-wdfs/Makefile
@@ -0,0 +1,20 @@
+# $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"
diff --git a/filesystems/fuse-wdfs/PLIST b/filesystems/fuse-wdfs/PLIST
new file mode 100644
index 00000000000..918eb66ca57
--- /dev/null
+++ b/filesystems/fuse-wdfs/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/16 19:56:37 agc Exp $
+bin/wdfs
diff --git a/filesystems/fuse-wdfs/distinfo b/filesystems/fuse-wdfs/distinfo
new file mode 100644
index 00000000000..1b3df6c77da
--- /dev/null
+++ b/filesystems/fuse-wdfs/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/05/16 19:56:37 agc Exp $
+
+SHA1 (wdfs-1.4.1.tar.gz) = 7748ef4f3d00a0910a2bc09c5901929408e8a990
+RMD160 (wdfs-1.4.1.tar.gz) = f2d682ba7840ba11ada3f0444fddb921890240fb
+Size (wdfs-1.4.1.tar.gz) = 109223 bytes
+SHA1 (patch-aa) = 3353a90a2a411f9633e26dd6a0df05d0c0ab083d
diff --git a/filesystems/fuse-wdfs/patches/patch-aa b/filesystems/fuse-wdfs/patches/patch-aa
new file mode 100644
index 00000000000..528b10c07ea
--- /dev/null
+++ b/filesystems/fuse-wdfs/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.1.1.1 2007/05/16 19:56:37 agc Exp $
+
+--- src/Makefile.in 2007/03/11 22:35:55 1.1
++++ src/Makefile.in 2007/03/11 22:37:43
+@@ -56,9 +56,9 @@
+ depcomp = $(SHELL) $(top_srcdir)/depcomp
+ am__depfiles_maybe = depfiles
+ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+- $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
++ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -pthread
+ CCLD = $(CC)
+-LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++LINK = $(CCLD) -pthread $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
+ SOURCES = $(wdfs_SOURCES)
+ DIST_SOURCES = $(wdfs_SOURCES)
+ ETAGS = etags