pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/filesystems/fuse-wdfs Initial import of wdfs-1.4.1 int...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70815517dc3b
branches:  trunk
changeset: 528804:70815517dc3b
user:      agc <agc%pkgsrc.org@localhost>
date:      Wed May 16 19:56:37 2007 +0000

description:
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:

 filesystems/fuse-wdfs/DESCR            |  10 ++++++++++
 filesystems/fuse-wdfs/Makefile         |  20 ++++++++++++++++++++
 filesystems/fuse-wdfs/PLIST            |   2 ++
 filesystems/fuse-wdfs/distinfo         |   6 ++++++
 filesystems/fuse-wdfs/patches/patch-aa |  16 ++++++++++++++++
 5 files changed, 54 insertions(+), 0 deletions(-)

diffs (74 lines):

diff -r 7054db3e61f5 -r 70815517dc3b filesystems/fuse-wdfs/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/filesystems/fuse-wdfs/DESCR       Wed May 16 19:56:37 2007 +0000
@@ -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 -r 7054db3e61f5 -r 70815517dc3b filesystems/fuse-wdfs/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/filesystems/fuse-wdfs/Makefile    Wed May 16 19:56:37 2007 +0000
@@ -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@localhost
+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 -r 7054db3e61f5 -r 70815517dc3b filesystems/fuse-wdfs/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/filesystems/fuse-wdfs/PLIST       Wed May 16 19:56:37 2007 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/16 19:56:37 agc Exp $
+bin/wdfs
diff -r 7054db3e61f5 -r 70815517dc3b filesystems/fuse-wdfs/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/filesystems/fuse-wdfs/distinfo    Wed May 16 19:56:37 2007 +0000
@@ -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 -r 7054db3e61f5 -r 70815517dc3b filesystems/fuse-wdfs/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/filesystems/fuse-wdfs/patches/patch-aa    Wed May 16 19:56:37 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index