summaryrefslogtreecommitdiff
path: root/converters/py-zfec
AgeCommit message (Collapse)AuthorFilesLines
2019-11-03converters: align variable assignmentsrillig1-6/+6
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2019-09-02Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for ↵adam1-2/+2
future Python 3.8
2019-04-26Omit mentions of python 34 and 35, after those were removed.maya1-2/+2
- Includes some whitespace changes, to be handled in a separate commit.
2018-07-03extend PYTHON_VERSIONS_ for Python 3.7adam1-2/+2
2017-09-04Follow some redirects.wiz1-2/+2
2017-03-03Add missing dependency on py-pyutil. Bump PKGREVISION.wiz1-2/+3
2017-02-14Update python 3.x status after py-twisted now supports 3.x.wiz1-2/+2
2017-01-01Add python-3.6 to incompatible versions.wiz1-2/+2
2016-07-09Remove python33: adapt all packages that refer to it.wiz1-2/+2
2016-06-08Switch to MASTER_SITES_PYPI.wiz1-2/+2
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam1-2/+2
2015-11-03Add SHA512 digests for distfiles for converters categoryagc1-1/+2
Problems found with existing distfile: distfiles/libiconv-1.13-cp932.patch.gz No changes made to the libiconv distinfo file. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-09-13Demote py-darcsver to build depends from full.gdt1-2/+4
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
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.