summaryrefslogtreecommitdiff
path: root/converters/py-zfec
AgeCommit message (Collapse)AuthorFilesLines
2014-03-31Update to 1.4.24:wiz2-6/+6
No NEWS found.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-2/+3
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-02-16Fix build on SunOS.hans1-1/+3
2012-02-12Update converters/py-zfec to 1.4.22.gls4-21/+29
pkgsrc changes: - /usr/bin/env police - zfec and zunfec scripts require py-argparse and py-setuptools_trial dependencies. upstream changes: Unknown. Upstream NEWS file stopped at 1.4.5.
2011-01-23err, really fixtnn1-3/+3
2011-01-23fix dependency patternstnn1-3/+3
2010-11-27Express dependency on py-darcsver.gdt1-4/+2
2010-11-27Work around upstream bug where more python bits are fetched from thegdt3-2/+19
net at build time. See http://tahoe-lafs.org/trac/zfec/ticket/11 . PKGREVISION++
2010-07-25This package needs py-expat installed in order to build.agc1-1/+3
2010-07-24Import py26-zfec-1.4.7 as converters/py-zfec.gdt4-0/+77
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.