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://source.netsurf-browser.org/tags/libparserutils/
Responsible Changed From-To: freebsd-ports-bug->freebsd-ports-bugs Fix synopsis and assignment.
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it.
pawel 2011-10-03 19:35:24 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/libparserutils Makefile distinfo pkg-descr pkg-plist devel/libparserutils/files patch-Makefile Log: 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) Revision Changes Path 1.4576 +1 -0 ports/devel/Makefile 1.1 +56 -0 ports/devel/libparserutils/Makefile (new) 1.1 +2 -0 ports/devel/libparserutils/distinfo (new) 1.1 +9 -0 ports/devel/libparserutils/files/patch-Makefile (new) 1.1 +10 -0 ports/devel/libparserutils/pkg-descr (new) 1.1 +21 -0 ports/devel/libparserutils/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
pawel 2011-10-03 19:40:57 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: For devel/libparserutils PR: ports/159935 Approved by: miwi, wen (mentors implicit) Revision Changes Path 1.1025 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks!