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>
This commit is contained in:
Andrew Pantyukhin 2006-09-19 17:45:25 +00:00
parent 92d9ac3b61
commit 697d566341
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173400
4 changed files with 41 additions and 0 deletions

View file

@ -129,6 +129,7 @@
SUBDIR += ezxml
SUBDIR += fa-aspell
SUBDIR += fdp-tools
SUBDIR += ffe
SUBDIR += fi-aspell
SUBDIR += filepp
SUBDIR += fist

31
textproc/ffe/Makefile Normal file
View file

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

3
textproc/ffe/distinfo Normal file
View file

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

6
textproc/ffe/pkg-descr Normal file
View file

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