mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 03:16:44 -04:00
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)
10 lines
449 B
Text
10 lines
449 B
Text
The ultimate quest of this module is to produce from non-XML text
|
|
text, that will will most probably pass throught any XML parser one
|
|
could find.
|
|
|
|
Basic cleaning is just XML tag matching (for every opening tag there
|
|
will be closing tag as well, and they will form a tree structure).
|
|
|
|
When you add some extra parameters, you will receive complete XML
|
|
text, including XML head and root element (if none were defined in
|
|
text, then some will be added).
|