diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-02-21 06:05:31 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-02-21 06:05:31 +0000 |
commit | bf3cc6ef4a0f23adcb3de1fcadcdff0d5820fcde (patch) | |
tree | 7af24c407e0facce7a23cb108f31170d79dfdbc1 /textproc | |
parent | d18189f91bcf00e27f60754a338844ce5b16eb8d (diff) | |
download | FreeBSD-ports-bf3cc6ef4a0f23adcb3de1fcadcdff0d5820fcde.zip FreeBSD-ports-bf3cc6ef4a0f23adcb3de1fcadcdff0d5820fcde.tar.gz |
add filepp, a generic file preprocessor
Diffstat (limited to 'textproc')
-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 ab1e90c..9fb0be6 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 0000000..a0235da --- /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 0000000..02b86d5 --- /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 0000000..f65eda7 --- /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 0000000..3da87a4 --- /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 0000000..ab37a71 --- /dev/null +++ b/textproc/filepp/pkg-plist @@ -0,0 +1 @@ +bin/filepp |