diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-09-19 17:45:25 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-09-19 17:45:25 +0000 |
commit | 697d5663418e81eff299cf269c146917b5f27aee (patch) | |
tree | 253a9125e6c14c00d7525d20eb05d92cc9ceaf8d /textproc/ffe | |
parent | 92d9ac3b610d3518616184166621a67cd6796600 (diff) |
Add port textproc/ffe:
ffe is a program for extracting fields from flat file records and dis-
playing them in different formats. ffe relies on the configuration file
to control input file structure and the output format.
WWW: http://sourceforge.net/projects/ff-extractor/
Author: Timo Savinen <tjsa@iki.fi>
Notes
Notes:
svn path=/head/; revision=173400
Diffstat (limited to 'textproc/ffe')
-rw-r--r-- | textproc/ffe/Makefile | 31 | ||||
-rw-r--r-- | textproc/ffe/distinfo | 3 | ||||
-rw-r--r-- | textproc/ffe/pkg-descr | 6 |
3 files changed, 40 insertions, 0 deletions
diff --git a/textproc/ffe/Makefile b/textproc/ffe/Makefile new file mode 100644 index 000000000000..7cf6136f74bc --- /dev/null +++ b/textproc/ffe/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: ffe +# Date created: 19 September 2006 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= ffe +PORTVERSION= 0.1.6 +CATEGORIES= textproc +MASTER_SITES= SF/ff-extractor + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Flat file extractor + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --mandir=${MAN1PREFIX}/man +PLIST_FILES= bin/${PORTNAME} +MAN1= ${PORTNAME}.1 +PORTDOCS= ${PORTNAME}.html + +post-patch: + @${REINPLACE_CMD} -e 's/^install-data-am: install-htmlDATA install-info-am install-man/install-data-am: install-man/' ${WRKSRC}/doc/Makefile.in + +post-install: +.ifndef NOPORTDOCS + @${INSTALL} -d ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/doc/${PORTDOCS} ${DOCSDIR}/ +.endif + +.include <bsd.port.mk> diff --git a/textproc/ffe/distinfo b/textproc/ffe/distinfo new file mode 100644 index 000000000000..1ae8ccd2f97e --- /dev/null +++ b/textproc/ffe/distinfo @@ -0,0 +1,3 @@ +MD5 (ffe-0.1.6.tar.gz) = 0cede583a57d3e4d602cda6a3cc9418f +SHA256 (ffe-0.1.6.tar.gz) = 7c83a0523bab6c5c4077def484659a0fae9a2cfbcfad4dd590c598bb131bdde4 +SIZE (ffe-0.1.6.tar.gz) = 222547 diff --git a/textproc/ffe/pkg-descr b/textproc/ffe/pkg-descr new file mode 100644 index 000000000000..7b17ecabc6c4 --- /dev/null +++ b/textproc/ffe/pkg-descr @@ -0,0 +1,6 @@ +ffe is a program for extracting fields from flat file records and dis- +playing them in different formats. ffe relies on the configuration file +to control input file structure and the output format. + +WWW: http://sourceforge.net/projects/ff-extractor/ +Author: Timo Savinen <tjsa@iki.fi> |