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.
This commit is contained in:
parent
a561b746de
commit
190f861711
4 changed files with 77 additions and 0 deletions
8
converters/py-zfec/DESCR
Normal file
8
converters/py-zfec/DESCR
Normal file
|
@ -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.
|
20
converters/py-zfec/Makefile
Normal file
20
converters/py-zfec/Makefile
Normal file
|
@ -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"
|
44
converters/py-zfec/PLIST
Normal file
44
converters/py-zfec/PLIST
Normal file
|
@ -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
|
5
converters/py-zfec/distinfo
Normal file
5
converters/py-zfec/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue