add filepp, a generic file preprocessor
This commit is contained in:
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
|
@ -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
22
textproc/filepp/Makefile
Normal 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
1
textproc/filepp/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (filepp-1.2.0.tar.gz) = d5cca93d62d984696fa825b22ebdcf22
|
1
textproc/filepp/pkg-comment
Normal file
1
textproc/filepp/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A generic file preprocessor
|
6
textproc/filepp/pkg-descr
Normal file
6
textproc/filepp/pkg-descr
Normal 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/
|
1
textproc/filepp/pkg-plist
Normal file
1
textproc/filepp/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/filepp
|
Loading…
Reference in a new issue