pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/filesystems/fuse-httpfs Initial import of fuse-httpfs-...
details: https://anonhg.NetBSD.org/pkgsrc/rev/90a06c58c4a9
branches: trunk
changeset: 525678:90a06c58c4a9
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Tue Feb 20 23:44:06 2007 +0000
description:
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:
filesystems/fuse-httpfs/DESCR | 2 ++
filesystems/fuse-httpfs/Makefile | 33 +++++++++++++++++++++++++++++++++
filesystems/fuse-httpfs/PLIST | 2 ++
filesystems/fuse-httpfs/distinfo | 5 +++++
4 files changed, 42 insertions(+), 0 deletions(-)
diffs (58 lines):
diff -r c88ac0b6cbfc -r 90a06c58c4a9 filesystems/fuse-httpfs/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/filesystems/fuse-httpfs/DESCR Tue Feb 20 23:44:06 2007 +0000
@@ -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 -r c88ac0b6cbfc -r 90a06c58c4a9 filesystems/fuse-httpfs/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/filesystems/fuse-httpfs/Makefile Tue Feb 20 23:44:06 2007 +0000
@@ -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@localhost
+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 -r c88ac0b6cbfc -r 90a06c58c4a9 filesystems/fuse-httpfs/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/filesystems/fuse-httpfs/PLIST Tue Feb 20 23:44:06 2007 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/02/20 23:44:06 xtraeme Exp $
+bin/httpfs
diff -r c88ac0b6cbfc -r 90a06c58c4a9 filesystems/fuse-httpfs/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/filesystems/fuse-httpfs/distinfo Tue Feb 20 23:44:06 2007 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index