summaryrefslogtreecommitdiff
path: root/filesystems/tahoe-lafs/Makefile
diff options
context:
space:
mode:
authorgdt <gdt>2010-07-24 18:14:27 +0000
committergdt <gdt>2010-07-24 18:14:27 +0000
commit62abeb258ca7f7528206421c43562976f918fcb3 (patch)
treedf96a38927e609e9c7015b1aea9c6f21e8916adc /filesystems/tahoe-lafs/Makefile
parent7a784357d13b10b93a08a24cbc43749a7d577faa (diff)
downloadpkgsrc-62abeb258ca7f7528206421c43562976f918fcb3.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"