summaryrefslogtreecommitdiff
path: root/devel/ucpp
AgeCommit message (Collapse)AuthorFilesLines
2009-03-26Make ucpp actually buildable.joerg3-15/+27
2009-03-21Remove MAINTAINER at their request.darcy3-20/+19
Fixed up a few things so that it passes pkglint.
2008-12-08This project is moved to Google Code.obache1-3/+3
(but MASTER_SITES is commented out, it also have versin 1.3, but a little bit different)
2008-04-07Fix DESTDIR.joerg1-3/+3
2008-03-03Mechanical changes to add DESTDIR support to packages that installjlam1-3/+5
their files via a custom do-install target.
2007-05-24Import ucpp version 1.3.obache5-0/+58
Based on PR 31480 by Jeroen Ruigrok van der Werven, fixed manual page installation path. 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)