mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -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)
6 lines
424 B
Text
6 lines
424 B
Text
Cpphs is a re-implementation of the C pre-processor that is both more
|
|
compatible with Haskell, and itself written in Haskell so that it can be
|
|
distributed with compilers. This version of the C pre-processor is
|
|
pretty-much feature-complete and compatible with traditional (K&R)
|
|
pre-processors. Additional features include: a plain-text mode; an option
|
|
to unlit literate code files; and an option to turn off macro-expansion.
|