diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-02-21 14:05:31 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-02-21 14:05:31 +0800 |
commit | bf3cc6ef4a0f23adcb3de1fcadcdff0d5820fcde (patch) | |
tree | 7af24c407e0facce7a23cb108f31170d79dfdbc1 /textproc/filepp | |
parent | d18189f91bcf00e27f60754a338844ce5b16eb8d (diff) | |
download | freebsd-ports-gnome-bf3cc6ef4a0f23adcb3de1fcadcdff0d5820fcde.tar.gz freebsd-ports-gnome-bf3cc6ef4a0f23adcb3de1fcadcdff0d5820fcde.tar.zst freebsd-ports-gnome-bf3cc6ef4a0f23adcb3de1fcadcdff0d5820fcde.zip |
add filepp, a generic file preprocessor
Diffstat (limited to 'textproc/filepp')
-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 |
5 files changed, 31 insertions, 0 deletions
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 |