summaryrefslogtreecommitdiff
path: root/filesystems/tahoe-lafs/Makefile
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2010-07-24 18:14:27 +0000
committergdt <gdt@pkgsrc.org>2010-07-24 18:14:27 +0000
commit2d53d7e02bfafd98d55777b49f41cdeef5599f48 (patch)
treedf96a38927e609e9c7015b1aea9c6f21e8916adc /filesystems/tahoe-lafs/Makefile
parent50456ab33c9d9f7a423cfc85c2c22f8feac7d648 (diff)
downloadpkgsrc-2d53d7e02bfafd98d55777b49f41cdeef5599f48.tar.gz
Import tahoe-lafs-1.7.1 as filesystems/tahoe-lafs.
Tahoe-LAFS is a Free Software/Open Source decentralized data store. It distributes your filesystem across multiple servers, and even if some of the servers fail or are taken over by an attacker, the entire filesystem continues to work correctly and to preserve your privacy and security.
Diffstat (limited to 'filesystems/tahoe-lafs/Makefile')
-rw-r--r--filesystems/tahoe-lafs/Makefile43
1 files changed, 43 insertions, 0 deletions
diff --git a/filesystems/tahoe-lafs/Makefile b/filesystems/tahoe-lafs/Makefile
new file mode 100644
index 00000000000..92300cceb8f
--- /dev/null
+++ b/filesystems/tahoe-lafs/Makefile
@@ -0,0 +1,43 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/07/24 18:14:27 gdt Exp $
+#
+
+VERSION= 1.7.1
+DISTNAME= allmydata-tahoe-${VERSION}
+PKGNAME= tahoe-lafs-${VERSION}
+CATEGORIES= filesystems
+MASTER_SITES= http://tahoe-lafs.org/source/tahoe-lafs/releases/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= gdt@NetBSD.org
+HOMEPAGE= http://tahoe-lafs.org/
+COMMENT= Distributed fault-tolerant least-authority filesystem
+LICENSE= gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+# TODO
+# fix nevow: doc location
+
+DEPENDS+= ${PYPKGPREFIX}-zfec:../../converters/py-zfec
+DEPENDS+= ${PYPKGPREFIX}-zbase32:../../converters/py-zbase32
+DEPENDS+= ${PYPKGPREFIX}-simplejson:../../converters/py-simplejson
+DEPENDS+= ${PYPKGPREFIX}-argparse:../../devel/py-argparse
+# Included egg darcsver, but depend anyway.
+DEPENDS+= ${PYPKGPREFIX}-darcsver:../../devel/py-darcsver
+DEPENDS+= ${PYPKGPREFIX}-pyutil:../../devel/py-pyutil
+# Included egg setuptools_trial, not used.
+# Included egg setuptools_darcs, used (no package yet).
+DEPENDS+= ${PYPKGPREFIX}-foolscap:../../net/py-foolscap
+DEPENDS+= ${PYPKGPREFIX}-twisted:../../net/py-twisted
+DEPENDS+= ${PYPKGPREFIX}-asn1:../../security/py-asn1
+DEPENDS+= ${PYPKGPREFIX}-crypto:../../security/py-crypto
+DEPENDS+= ${PYPKGPREFIX}-cryptopp:../../security/py-cryptopp
+DEPENDS+= ${PYPKGPREFIX}-OpenSSL:../../security/py-OpenSSL
+DEPENDS+= ${PYPKGPREFIX}-nevow:../../www/py-nevow
+
+REPLACE_PYTHON+= src/allmydata/reliability.py
+REPLACE_PYTHON+= src/allmydata/storage/shares.py
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"