diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-21 06:05:31 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-21 06:05:31 +0000 |
commit | 8ab010d0cc022fa0adc54aeeedfab31b82f2c3bd (patch) | |
tree | 92b24b8f15226ceb203dc74fe1dfcf6e33f6e0be /textproc/filepp | |
parent | f480e19e78dfb0324239f8f6660fd156ceb53d1b (diff) | |
download | ports-8ab010d0cc022fa0adc54aeeedfab31b82f2c3bd.tar.gz ports-8ab010d0cc022fa0adc54aeeedfab31b82f2c3bd.zip |
Notes
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 |