freebsd-ports/devel/ucpp/pkg-descr
Wesley Shields cb5f16720b Point to new MASTER_SITE. It has the same version number but the distinfo
changed. The changes between the old and new are build related and one
functional code change.

While here, add LICENSE.

Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via ports@)
2011-04-06 14:28:01 +00:00

9 lines
330 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)
WWW: http://code.google.com/p/ucpp/