BSD licensed charset/encoding converter library Maintained by:buganini@gmail.com Port Added: 05 Jun 2009 22:10:22 License: BSD
BSD licensed charset/encoding converter library with more function than
libiconv. (Currently, only a few codecs are supported)
WWW: http://github.com/buganini/bsdconv/
To install the port:cd /usr/ports/converters/bsdconv/ && make install clean To add the package:pkg_add -r bsdconv
Configuration Options
===> The following configuration options are available for bsdconv-10.0:
CHINESE=off: Extra Chinese codecs
EBCDIC=off: EBCDIC codecs
===> Use 'make config' to modify these settings
- Update bsdconv and wrappers to 9.0 [1]
- Switch to USE_GITHUB for fetching
- Update to new header format
- Mark converters/bsdconv as MAKE_JOBS_UNSAFE
- Add prefix into DISTNAMEs to avoid conflicts
Changelog for converters/bsdconv:
9.0:
fix for MinGW
export bsdconv_malloc/bsdconv_free
add {from,to}/CCCII
add inter/ZH-STRINGS
internal API changes for use of bsdconv_ctl in wrappers
bugfixes
(Only the first 15 lines of the commit message are shown above )
- Update bsdconv and related to 3.6.2
* More inter-mapping conversion
* Add transliteration table for CP950/CP936
* No known bug, valgrind clean now
PR: ports/147866
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
- Update to 2.1
- While here, use %%DATADIR%% in plist, use make correctly and respect PREFIX
PR: 136752
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
BSD licensed charset/encoding converter library with
more function than libiconv. (Currently only support
few codecs)
WWW: http://github.com/buganini/bsdconv/
PR: ports/134871
Submitted by: buganini at gmail.com