summaryrefslogtreecommitdiff
path: root/filesystems/fuse-httpfs
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2007-02-20 23:44:06 +0000
committerxtraeme <xtraeme>2007-02-20 23:44:06 +0000
commit02270c59eb9396edf4728c71d376554c1a3910be (patch)
tree0a23e3c20c08299b36898f9e43b016e796446183 /filesystems/fuse-httpfs
parente0149f6380219387d7171188b71fde25f796ba77 (diff)
downloadpkgsrc-02270c59eb9396edf4728c71d376554c1a3910be.tar.gz
Initial import of fuse-httpfs-2.06.08.26.
HTTPFS is a FUSE-based file system. You may think of it, as a downloader with the speed of light.
Diffstat (limited to 'filesystems/fuse-httpfs')
-rw-r--r--filesystems/fuse-httpfs/DESCR2
-rw-r--r--filesystems/fuse-httpfs/Makefile33
-rw-r--r--filesystems/fuse-httpfs/PLIST2
-rw-r--r--filesystems/fuse-httpfs/distinfo5
4 files changed, 42 insertions, 0 deletions
diff --git a/filesystems/fuse-httpfs/DESCR b/filesystems/fuse-httpfs/DESCR
new file mode 100644
index 00000000000..5d9df8ee68c
--- /dev/null
+++ b/filesystems/fuse-httpfs/DESCR
@@ -0,0 +1,2 @@
+HTTPFS is a FUSE-based file system.
+You may think of it, as a downloader with the speed of light.
diff --git a/filesystems/fuse-httpfs/Makefile b/filesystems/fuse-httpfs/Makefile
new file mode 100644
index 00000000000..2ca0055ea4e
--- /dev/null
+++ b/filesystems/fuse-httpfs/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/02/20 23:44:06 xtraeme Exp $
+#
+
+DISTNAME= httpfs_with_static_binaries_${DIST_VER}
+PKGNAME= fuse-httpfs-${DIST_VER}
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=httpfs/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://httpfs.sourceforge.net/
+COMMENT= FUSE HTTP filesystem
+
+DIST_VER= 2.06.08.26
+
+NO_CONFIGURE= yes
+WRKSRC= ${WRKDIR}
+
+LIBS+= -lfuse
+
+INSTALLATION_DIRS= bin
+
+post-extract:
+ ${RM} ${WRKSRC}/httpfs
+
+do-build:
+ ${CC} ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} ${LIBS} \
+ ${WRKSRC}/httpfs.c -o ${WRKSRC}/httpfs
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/httpfs ${PREFIX}/bin
+
+.include "../../mk/fuse.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/filesystems/fuse-httpfs/PLIST b/filesystems/fuse-httpfs/PLIST
new file mode 100644
index 00000000000..c8ea9ceb2ac
--- /dev/null
+++ b/filesystems/fuse-httpfs/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/02/20 23:44:06 xtraeme Exp $
+bin/httpfs
diff --git a/filesystems/fuse-httpfs/distinfo b/filesystems/fuse-httpfs/distinfo
new file mode 100644
index 00000000000..1b524edfcfb
--- /dev/null
+++ b/filesystems/fuse-httpfs/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/02/20 23:44:06 xtraeme Exp $
+
+SHA1 (httpfs_with_static_binaries_2.06.08.26.tar.gz) = 857dfe72b817b01c8a445eb486a047b8c4f8ec02
+RMD160 (httpfs_with_static_binaries_2.06.08.26.tar.gz) = 0172c155d38b0ee2e862fdcf8815886ed7d28e48
+Size (httpfs_with_static_binaries_2.06.08.26.tar.gz) = 115384 bytes