mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
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)
11 lines
602 B
Plaintext
11 lines
602 B
Plaintext
gpp is a general-purpose preprocessor with customizable syntax, suitable for a
|
|
wide range of preprocessing tasks. Its independence on any programming
|
|
language makes it much more versatile than cpp, while its syntax is lighter
|
|
and more flexible than that of m4.
|
|
|
|
gpp is targeted at all common preprocessing tasks where cpp is not suitable
|
|
and where no very sophisticated features are needed. In order to be able to
|
|
process equally efficiently text files or source code in a variety of
|
|
languages, the syntax used by gpp is fully customizable. The handling of
|
|
comments and strings is especially advanced.
|