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-7.3:
EXTRA=off (default) "Extra codecs (Chinese specifics)"
===> Use 'make config' to modify these settings
- 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