Thomas's ucpp (small C99 preprocessor)

This commit is contained in:
espie 2002-07-24 12:16:24 +00:00
parent d1662486a2
commit 72040fd101
4 changed files with 34 additions and 0 deletions

21
devel/ucpp/Makefile Normal file
View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/07/24 12:16:24 espie Exp $
DISTNAME= ucpp-1.2
COMMENT= C preprocessor and lexer
CATEGORIES= devel
HOMEPAGE= http://www.di.ens.fr/~pornin/ucpp/
MASTER_SITES= ${HOMEPAGE}
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
MAINTAINER= Marc Espie <espie@openbsd.org>
MAKE_FLAGS= FLAGS='${CFLAGS} -D_POSIX_SOURCE' CC='${CC}'
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/ucpp ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ucpp.1 ${PREFIX}/man/man1
.include <bsd.port.mk>

3
devel/ucpp/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (ucpp-1.2.tar.gz) = 2bc332b2158d5274b0154b5939afbca4
RMD160 (ucpp-1.2.tar.gz) = 423c4840a6ac5b95b8e2bdb5e8ea2ab074afe813
SHA1 (ucpp-1.2.tar.gz) = a883e429068fa4800e3363638b60e710529117fd

7
devel/ucpp/pkg/DESCR Normal file
View File

@ -0,0 +1,7 @@
Ucpp is a C preprocessor; it is designed to be quick and light,
but fully compliant with the ISO standard 9899:1999, also known
as C99. Ucpp can be compiled as a stand-alone program, or linked to
some other code; in the latter case, ucpp will output tokens, one
at a time, on demand, as an integrated lexer.
WWW: ${HOMEPAGE}

3
devel/ucpp/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/07/24 12:16:24 espie Exp $
bin/ucpp
man/man1/ucpp.1