From 697d5663418e81eff299cf269c146917b5f27aee Mon Sep 17 00:00:00 2001
From: Andrew Pantyukhin <sat@FreeBSD.org>
Date: Tue, 19 Sep 2006 17:45:25 +0000
Subject: 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>
---
 textproc/ffe/Makefile  | 31 +++++++++++++++++++++++++++++++
 textproc/ffe/distinfo  |  3 +++
 textproc/ffe/pkg-descr |  6 ++++++
 3 files changed, 40 insertions(+)
 create mode 100644 textproc/ffe/Makefile
 create mode 100644 textproc/ffe/distinfo
 create mode 100644 textproc/ffe/pkg-descr

(limited to 'textproc/ffe')

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>
-- 
cgit v1.2.3