diff options
author | abs <abs@pkgsrc.org> | 2012-03-09 22:46:25 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2012-03-09 22:46:25 +0000 |
commit | 0634b73a58c32d0dcb10dd3b1c60e6253afd42fa (patch) | |
tree | d51fe5073a08d1f31fbf42f7aa9fdc45e79f19ee /filesystems/cloudfuse | |
parent | debbb54100fe70a794832589ca0c04a868c9dc06 (diff) | |
download | pkgsrc-0634b73a58c32d0dcb10dd3b1c60e6253afd42fa.tar.gz |
Added filesystems/cloudfuse version 20120124
Filesystem (fuse) implemented on Mosso's Cloud Files
Cloudfuse is a FUSE application which provides access to Rackspace's
Cloud Files (or any installation of Swift).
Cloud Files is a remote storage system which is similar in principle to
Amazon S3. It provides a simple RESTful interface to storing and retrieving
objects.
http://www.rackspacecloud.com/cloud_hosting_products/files
Diffstat (limited to 'filesystems/cloudfuse')
-rw-r--r-- | filesystems/cloudfuse/DESCR | 10 | ||||
-rw-r--r-- | filesystems/cloudfuse/Makefile | 35 | ||||
-rw-r--r-- | filesystems/cloudfuse/PLIST | 3 | ||||
-rw-r--r-- | filesystems/cloudfuse/distinfo | 5 |
4 files changed, 53 insertions, 0 deletions
diff --git a/filesystems/cloudfuse/DESCR b/filesystems/cloudfuse/DESCR new file mode 100644 index 00000000000..e532b4f98a1 --- /dev/null +++ b/filesystems/cloudfuse/DESCR @@ -0,0 +1,10 @@ +Filesystem (fuse) implemented on Mosso's Cloud Files + +Cloudfuse is a FUSE application which provides access to Rackspace's +Cloud Files (or any installation of Swift). + +Cloud Files is a remote storage system which is similar in principle to +Amazon S3. It provides a simple RESTful interface to storing and retrieving +objects. + +http://www.rackspacecloud.com/cloud_hosting_products/files diff --git a/filesystems/cloudfuse/Makefile b/filesystems/cloudfuse/Makefile new file mode 100644 index 00000000000..e81183cfb23 --- /dev/null +++ b/filesystems/cloudfuse/Makefile @@ -0,0 +1,35 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/03/09 22:46:25 abs Exp $ + +DISTNAME= 1003a82 +PKGNAME= cloudfuse-20120124 +CATEGORIES= filesystems +MASTER_SITES= https://github.com/redbo/cloudfuse/tarball/ +DIST_SUBDIR= cloudfuse + +MAINTAINER= abs@absd.org +HOMEPAGE= https://redbo.github.com/cloudfuse/ +COMMENT= Filesystem (fuse) implemented on Mosso's Cloud Files +EXTRACT_SUFX= +EXTRACT_CMD= ${TAR} -xzf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} +LICENSE= mit + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config tar +INSTALLATION_DIRS= share/doc + +WRKSRC= ${WRKDIR}/redbo-cloudfuse-${DISTNAME} + +post-install: + ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/cloudfuse.README + +# Force using "curl" for fetching the distribution file. It is only available +# over HTTPS and "curl" is the only fetch program which always supports HTTPS. +FETCH_USING= curl + +.include "../../textproc/libxml2/buildlink3.mk" +.include "../../www/curl/buildlink3.mk" +.include "../../filesystems/fuse/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/filesystems/cloudfuse/PLIST b/filesystems/cloudfuse/PLIST new file mode 100644 index 00000000000..87dbc3917f4 --- /dev/null +++ b/filesystems/cloudfuse/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2012/03/09 22:46:25 abs Exp $ +bin/cloudfuse +share/doc/cloudfuse.README diff --git a/filesystems/cloudfuse/distinfo b/filesystems/cloudfuse/distinfo new file mode 100644 index 00000000000..4651e04b62d --- /dev/null +++ b/filesystems/cloudfuse/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/03/09 22:46:25 abs Exp $ + +SHA1 (cloudfuse/1003a82) = fb0a1b4f6280e2e432d656ddd60f7dd8a54262d9 +RMD160 (cloudfuse/1003a82) = a3aa583002bd47c4b9dffc4dcd1ac1777d12d6ed +Size (cloudfuse/1003a82) = 58640 bytes |