diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/filepp/Makefile | 22 | ||||
-rw-r--r-- | textproc/filepp/distinfo | 1 | ||||
-rw-r--r-- | textproc/filepp/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/filepp/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/filepp/pkg-plist | 1 |
6 files changed, 32 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index ab1e90cf805f..9fb0be6dd040 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -34,6 +34,7 @@ SUBDIR += expat SUBDIR += expat2 SUBDIR += fdp-tools + SUBDIR += filepp SUBDIR += freegrep SUBDIR += fribidi SUBDIR += gaspell diff --git a/textproc/filepp/Makefile b/textproc/filepp/Makefile new file mode 100644 index 000000000000..a0235dae21e2 --- /dev/null +++ b/textproc/filepp/Makefile @@ -0,0 +1,22 @@ +# ex:ts=8 +# New ports collection makefile for: filepp +# Date created: Feb 21, 2001 +# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= filepp +PORTVERSION= 1.2.0 +CATEGORIES= textproc +MASTER_SITES= http://www.cabaret.demon.co.uk/filepp/ + +MAINTAINER= ijliao@FreeBSD.org + +USE_PERL5= yes +GNU_CONFIGURE= yes +NO_BUILD= yes + +MAN1= filepp.1 + +.include <bsd.port.mk> diff --git a/textproc/filepp/distinfo b/textproc/filepp/distinfo new file mode 100644 index 000000000000..02b86d5c80c2 --- /dev/null +++ b/textproc/filepp/distinfo @@ -0,0 +1 @@ +MD5 (filepp-1.2.0.tar.gz) = d5cca93d62d984696fa825b22ebdcf22 diff --git a/textproc/filepp/pkg-comment b/textproc/filepp/pkg-comment new file mode 100644 index 000000000000..f65eda7ff671 --- /dev/null +++ b/textproc/filepp/pkg-comment @@ -0,0 +1 @@ +A generic file preprocessor diff --git a/textproc/filepp/pkg-descr b/textproc/filepp/pkg-descr new file mode 100644 index 000000000000..3da87a4371b4 --- /dev/null +++ b/textproc/filepp/pkg-descr @@ -0,0 +1,6 @@ +filepp is a generic file preprocessor designed to allow the +functionality provided by the C preprocessor cpp(1) to be used with +any file type. filepp is designed to be easily customised and +extended. + +WWW: http://www.cabaret.demon.co.uk/filepp/ diff --git a/textproc/filepp/pkg-plist b/textproc/filepp/pkg-plist new file mode 100644 index 000000000000..ab37a717304a --- /dev/null +++ b/textproc/filepp/pkg-plist @@ -0,0 +1 @@ +bin/filepp |