A library useful when writing parsers (formerly a part of NetSurf) Maintained by:unobe@cpan.org Port Added: 03 Oct 2011 19:35:45 License: not specified in port
LibParserUtils provides various pieces of functionality that are useful when
writing parsers. These are:
+ A number of character set convertors
+ Mapping of character set names to/from MIB enum values
+ UTF-8 and UTF-16 (host endian) support functions
+ Various simple data structures (resizeable buffer, stack, vector)
+ A UTF-8 input stream
WWW: http://www.netsurf-browser.org/projects/libparserutils/
To install the port:cd /usr/ports/devel/libparserutils/ && make install clean To add the package:pkg_add -r libparserutils
Configuration Options
===> The following configuration options are available for libparserutils-0.1.1_1:
DOXYGEN=on: "Build Doxygen Documentation"
ICONV=on: "Adds iconv support"
STATIC=on: "Build statically linked library"
TEST=on: "Enable tests"
===> Use 'make config' to modify these settings
- Update to version 0.1.1
- Use official mirror for fetching distfile
- Switch to bsd.port.options.mk
PR: ports/167719
Submitted by: me
Approved by: maintainer
LibParserUtils provides various pieces of functionality that are useful when
writing parsers. These are:
+ A number of character set convertors
+ Mapping of character set names to/from MIB enum values
+ UTF-8 and UTF-16 (host endian) support functions
+ Various simple data structures (resizeable buffer, stack, vector)
+ A UTF-8 input stream
WWW: http://www.netsurf-browser.org/projects/libparserutils/
PR: ports/159935
Submitted by: David Romano <unobe@cpan.org>
Approved by: miwi, wen (mentors implicit)