add filepp, a generic file preprocessor

This commit is contained in:
Ying-Chieh Liao 2001-02-21 06:05:31 +00:00
parent f480e19e78
commit 8ab010d0cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38542
6 changed files with 32 additions and 0 deletions

View file

@ -34,6 +34,7 @@
SUBDIR += expat
SUBDIR += expat2
SUBDIR += fdp-tools
SUBDIR += filepp
SUBDIR += freegrep
SUBDIR += fribidi
SUBDIR += gaspell

22
textproc/filepp/Makefile Normal file
View file

@ -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>

1
textproc/filepp/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (filepp-1.2.0.tar.gz) = d5cca93d62d984696fa825b22ebdcf22

View file

@ -0,0 +1 @@
A generic file preprocessor

View file

@ -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/

View file

@ -0,0 +1 @@
bin/filepp