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/Makefile | |
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/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index de500b05d895..f12720b7aba7 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -129,6 +129,7 @@ SUBDIR += ezxml SUBDIR += fa-aspell SUBDIR += fdp-tools + SUBDIR += ffe SUBDIR += fi-aspell SUBDIR += filepp SUBDIR += fist |