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)
6 lines
417 B
Text
6 lines
417 B
Text
xml2c reads in an XML file and produces equivalent C source code, suitable for
|
|
#including in your program. The C version is probably easier deal with in your
|
|
code. You don't have to read and parse the XML file and then look for the nodes
|
|
you want; instead you just loop through a bunch of structs. Or maybe you just
|
|
don't want to distribute extra files with your app, and would rather build them
|
|
into the executable.
|