summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorgdt <gdt>2010-07-24 13:24:15 +0000
committergdt <gdt>2010-07-24 13:24:15 +0000
commit405b280e2efd063b46dd9691bf12d024e9f36e6a (patch)
tree418075d878a4415de65b3be39aa2bf06c269d887 /converters
parentae4488ef9bd7b6fe5c5c22a67986849833991769 (diff)
downloadpkgsrc-405b280e2efd063b46dd9691bf12d024e9f36e6a.tar.gz
Import py26-zfec-1.4.7 as converters/py-zfec.
A fast erasure codec which can be used with the command-line, C, Python, or Haskell. Fast, portable, programmable erasure coding a.k.a. "forward error correction": the generation of redundant blocks of information such that if some blocks are lost then the original data can be recovered from the remaining blocks. The zfec package includes command-line tools, C API, Python API, and Haskell API.
Diffstat (limited to 'converters')
-rw-r--r--converters/py-zfec/DESCR8
-rw-r--r--converters/py-zfec/Makefile20
-rw-r--r--converters/py-zfec/PLIST44
-rw-r--r--converters/py-zfec/distinfo5
4 files changed, 77 insertions, 0 deletions
diff --git a/converters/py-zfec/DESCR b/converters/py-zfec/DESCR
new file mode 100644
index 00000000000..5724bb9c615
--- /dev/null
+++ b/converters/py-zfec/DESCR
@@ -0,0 +1,8 @@
+A fast erasure codec which can be used with the command-line, C,
+Python, or Haskell.
+
+Fast, portable, programmable erasure coding a.k.a. "forward error
+correction": the generation of redundant blocks of information such
+that if some blocks are lost then the original data can be recovered
+from the remaining blocks. The zfec package includes command-line
+tools, C API, Python API, and Haskell API.
diff --git a/converters/py-zfec/Makefile b/converters/py-zfec/Makefile
new file mode 100644
index 00000000000..6c55534c58a
--- /dev/null
+++ b/converters/py-zfec/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/07/24 13:24:15 gdt Exp $
+#
+
+DISTNAME= zfec-1.4.7
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= converters
+MASTER_SITES= http://pypi.python.org/packages/source/z/zfec/
+
+MAINTAINER= gdt@ir.bbn.com
+HOMEPAGE= http://pypi.python.org/packages/source/z/zfec/
+COMMENT= Fast erasure codec
+LICENSE= gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+# Uses internal egg.
+#DEPENDS+= ${PYPKGPREFIX}-darcsver:../../devel/py-darcsver
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/converters/py-zfec/PLIST b/converters/py-zfec/PLIST
new file mode 100644
index 00000000000..89d6ff1c779
--- /dev/null
+++ b/converters/py-zfec/PLIST
@@ -0,0 +1,44 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/07/24 13:24:15 gdt Exp $
+bin/zfec
+bin/zunfec
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/stdeb.cfg
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/zfec/__init__.py
+${PYSITELIB}/zfec/__init__.pyc
+${PYSITELIB}/zfec/__init__.pyo
+${PYSITELIB}/zfec/_fec.so
+${PYSITELIB}/zfec/_fecmodule.c
+${PYSITELIB}/zfec/_version.py
+${PYSITELIB}/zfec/_version.pyc
+${PYSITELIB}/zfec/_version.pyo
+${PYSITELIB}/zfec/cmdline_zfec.py
+${PYSITELIB}/zfec/cmdline_zfec.pyc
+${PYSITELIB}/zfec/cmdline_zfec.pyo
+${PYSITELIB}/zfec/cmdline_zunfec.py
+${PYSITELIB}/zfec/cmdline_zunfec.pyc
+${PYSITELIB}/zfec/cmdline_zunfec.pyo
+${PYSITELIB}/zfec/easyfec.py
+${PYSITELIB}/zfec/easyfec.pyc
+${PYSITELIB}/zfec/easyfec.pyo
+${PYSITELIB}/zfec/fec.c
+${PYSITELIB}/zfec/fec.h
+${PYSITELIB}/zfec/filefec.py
+${PYSITELIB}/zfec/filefec.pyc
+${PYSITELIB}/zfec/filefec.pyo
+${PYSITELIB}/zfec/test/__init__.py
+${PYSITELIB}/zfec/test/__init__.pyc
+${PYSITELIB}/zfec/test/__init__.pyo
+${PYSITELIB}/zfec/test/test_zfec.py
+${PYSITELIB}/zfec/test/test_zfec.pyc
+${PYSITELIB}/zfec/test/test_zfec.pyo
+share/doc/zfec/COPYING.GPL
+share/doc/zfec/COPYING.TGPPL.html
+share/doc/zfec/README.txt
+share/doc/zfec/TODO
+share/doc/zfec/changelog
diff --git a/converters/py-zfec/distinfo b/converters/py-zfec/distinfo
new file mode 100644
index 00000000000..c4ea55f159b
--- /dev/null
+++ b/converters/py-zfec/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/07/24 13:24:15 gdt Exp $
+
+SHA1 (zfec-1.4.7.tar.gz) = 7614e82757ad880cb8d0df44444822c5123af04b
+RMD160 (zfec-1.4.7.tar.gz) = 12dca2c4b50a79337fbef523eba681252006777a
+Size (zfec-1.4.7.tar.gz) = 155662 bytes