diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-10-14 14:21:58 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-10-14 14:21:58 +0000 |
commit | 5af7bc41cb0f09f0a2388af0c3751aca20a50ad8 (patch) | |
tree | 01d8e0fc98030592b65ffbafd757fb46d1b3787e /converters/Makefile | |
parent | - Update to 3.5 (diff) |
BSD licensed charset/encoding converter library with more function than
libiconv. (Currently, only a few codecs are supported)
This port is a python wrapper for bsdconv.
WWW: http://github.com/buganini/bsdconv/
PR: ports/139524
Submitted by: buganini at gmail.com
Notes
Notes:
svn path=/head/; revision=242844
Diffstat (limited to 'converters/Makefile')
-rw-r--r-- | converters/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index a6a7b1c15fe7..1ff703e40d91 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -102,6 +102,7 @@ SUBDIR += php5-mbstring SUBDIR += php5-recode SUBDIR += psiconv + SUBDIR += py-bsdconv SUBDIR += py-cjkcodecs SUBDIR += py-iconv SUBDIR += py-iconvcodec |