filepp is a generic file preprocessor. It is designed to allow the functionality

provided by the C preprocessor to be used with any file type. filepp supports
the usual C preprocessor keywords and more.

WWW: http://www.cabaret.demon.co.uk/filepp/

ok kili@
This commit is contained in:
william 2009-09-04 01:37:37 +00:00
parent 478e08ba31
commit 21bb460df6
4 changed files with 58 additions and 0 deletions

26
textproc/filepp/Makefile Normal file
View File

@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/09/04 01:37:37 william Exp $
COMMENT = cpp-like generic file pre-processor
DISTNAME = filepp-1.8.0
CATEGORIES = textproc devel
MASTER_SITES = ${HOMEPAGE}
HOMEPAGE = http://www.cabaret.demon.co.uk/filepp/
MAINTAINER = William Yodlowsky <william@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
CONFIGURE_STYLE = gnu dest
NO_BUILD = Yes
PKG_ARCH = *
REGRESS_TARGET = fulltest
post-configure:
@perl -pi -e 's,\$${DESTDIR},,g;' ${WRKSRC}/filepp
.include <bsd.port.mk>

5
textproc/filepp/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (filepp-1.8.0.tar.gz) = t+6WBhys71pqmFsL6MgoAQ==
RMD160 (filepp-1.8.0.tar.gz) = WTFNUbW3oMyIqYRCebOsGzUf0fk=
SHA1 (filepp-1.8.0.tar.gz) = D2n74tePUbfOa0ZCdv7Pot8Yh3o=
SHA256 (filepp-1.8.0.tar.gz) = Er0ilxhKw6mjjfno0Mdgg+7y1dVhZhtP2TxCbnbauVY=
SIZE (filepp-1.8.0.tar.gz) = 142875

View File

@ -0,0 +1,3 @@
filepp is a generic file preprocessor. It is designed to allow the functionality
provided by the C preprocessor to be used with any file type. filepp supports
the usual C preprocessor keywords and more.

24
textproc/filepp/pkg/PLIST Normal file
View File

@ -0,0 +1,24 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/09/04 01:37:37 william Exp $
bin/filepp
@man man/man1/filepp.1
share/filepp/
share/filepp/modules/
share/filepp/modules/bigdef.pm
share/filepp/modules/bigfunc.pm
share/filepp/modules/blc.pm
share/filepp/modules/c-comment.pm
share/filepp/modules/cmacros.pm
share/filepp/modules/comment.pm
share/filepp/modules/cpp.pm
share/filepp/modules/defplus.pm
share/filepp/modules/for.pm
share/filepp/modules/foreach.pm
share/filepp/modules/format.pm
share/filepp/modules/function.pm
share/filepp/modules/grab.pm
share/filepp/modules/hash-comment.pm
share/filepp/modules/literal.pm
share/filepp/modules/maths.pm
share/filepp/modules/regexp.pm
share/filepp/modules/tolower.pm
share/filepp/modules/toupper.pm