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)
7 lines
289 B
Text
7 lines
289 B
Text
ucpp is a C preprocessor and lexer. It has the following goals:
|
|
|
|
- Strict conformance to the C99 standard (with switches to
|
|
disable some extensions and mimic C90 behaviour)
|
|
- Low memory consumption
|
|
- Possibility to use the code as a lexer (that outputs tokens
|
|
directly)
|