summaryrefslogtreecommitdiff
path: root/converters/py-cjkcodecs
AgeCommit message (Collapse)AuthorFilesLines
2009-09-07Retire py23-cjkcodecs. It is included with newer Python versions.joerg4-140/+0
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-03-05Remove PYBINMODULE. All it did was mark some packages as not availablejoerg1-2/+1
on some platforms that lacked shared library support in the past. The list hasn't been maintained at all and the gain is very limited, so just get rid of it.
2009-02-09Remove Python 2.1 support.joerg1-2/+2
2008-11-23Note in PYTHON_VERSIONS_ACCEPTED that this is part of python24.snj1-2/+2
2008-06-12Add DESTDIR support.joerg1-1/+3
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+2
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2006-08-23Do not build this package with python24, which already includes this.minskim1-2/+2
2006-06-04Needs Python 2.1+joerg1-1/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 onesagc1-1/+2
2004-11-19Update py-cjkcodecs to 1.1.1.minskim3-22/+5
Changes: - Fix a build problem with gcc-2.x.
2004-08-14gcc 2 does not handle the C99-feature of permitting a structure tokristerw2-1/+18
end with an incomplete array type. Use the gcc "zero length arrays" extension when compiling with gcc 2.
2004-08-07Update py-cjkcodecs to 1.1.minskim3-59/+59
Changes: - Combine codecs of each language. - Support more encodings.
2004-07-22add python as categoryrecht1-2/+2
ok'd a while back at pkgsrcCon by agc and wiz
2004-02-07Import py-cjkcodecs-1.0.3 from pkgsrc-wip.minskim4-0/+138
The cjkcodecs is a unified unicode codec for Chinese, Japanese, and Korean encodings. It supports full features of unicode codec specification and PEP293 error callbacks on Python 2.3.