fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
354 B
Text
8 lines
354 B
Text
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
|