Port details |
- ffe Flat file extractor
- 0.3.9_2 textproc =3 0.3.9_2Version of this port present on the latest quarterly branch.
- Maintainer: egypcio@FreeBSD.org
- Port Added: 2006-09-19 17:47:06
- Last Update: 2024-03-22 22:05:27
- Commit Hash: 1f42b0e
- People watching this port, also watch:: mDNSResponder, otk, p5-Template-Iterator-AlzaboWrapperCursor, p5-DBIx-SQLite-Simple, health-nut
- License: GPLv2+
- WWW:
- https://ff-extractor.sourceforge.net/
- Description:
- ffe is a program for extracting fields from flat file records and
displaying them in different formats. ffe relies on the configuration
file to control input file structure and the output format.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/textproc/ffe/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/ffe
- pkg install ffe
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ffe
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1544358608
SHA256 (ffe-0.3.9.tar.gz) = 78bab8fa1068a62600c3de153122b8fc9252080ddbc521f71b938b5dbd9afb0d
SIZE (ffe-0.3.9.tar.gz) = 312756
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- makeinfo : print/texinfo
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ffe-0.3.9_2:
DOCS=on: Build and/or install documentation
GCRYPT=off: Use GNU crypt library instead of OpenSSL
===> Use 'make config' to modify these settings
- Options name:
- textproc_ffe
- USES:
- makeinfo localbase
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3.9_2 22 Mar 2024 22:05:27 |
Nuno Teixeira (eduardo) |
textproc/ffe: Move man pages to share/man
Approved by: portmgr (blanket) |
0.3.9_1 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.3.9_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.3.9_1 30 Jul 2022 15:59:15 |
Vinícius Zavam (egypcio) |
textproc/ffe: fix build (requires GNU89 inline semantics)
* fixes specially for OSVERSION>=1300000;
* also tested on different platforms.
PR: 265511
Reported by: Robert Clausecker <fuz % fuz.su> |
0.3.9 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.3.9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.3.9 17 Dec 2018 10:15:09 |
egypcio |
textproc/ffe: update 0.3.8 to 0.3.9
- adopt port;
- silent portlint.
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D18488 |
0.3.8_1 11 Dec 2018 17:03:52 |
linimon |
These ports now build on powerpc64.
Approved by: portmgr (tier-2 blanket) |
0.3.8_1 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
0.3.8 29 Aug 2018 20:19:32 |
swills |
textproc/ffe: Update to 0.3.8
PR: 230992
Submitted by: Nathan <ndowens@yahoo.com> |
0.3.7.1 02 Jul 2018 04:00:29 |
linimon |
Mark ports broken on mips64 that are already broken on powerpc64. In
most cases, the failure mode is the same. Also, mark them broken on
mips when necessary.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.3.7.1 22 Jun 2018 08:04:39 |
yuri |
Reset MAINTAINER on ports maintained by amutu@amutu.com
Based on the new policy of all maintained ports reset
when maintaner is absent for 3 months.
Bug#226400 for science/py-tensorflow is ignored since 2018-03-06 (3+ months).
portscout database indicates that 48.94% of his ports aren't updated. |
0.3.7.1 18 Jun 2018 14:40:31 |
linimon |
Mark ports broken on powerpc64, categories o-z.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
0.3.7.1 09 Sep 2017 14:05:13 |
riggs |
Update to upstream version 0.3.7-1; new maintainer: amutu@amutu.com
PR: 220506
Submitted by: amutu@amutu.com (new maintainer)
MFH: 2017Q3 |
0.3.6.1 26 Apr 2016 12:43:58 |
mat |
Update to 0.3.6-1.
PR: 209052
Submitted by: tkato432 yahoo com
Sponsored by: Absolight |
0.3.6 15 Jan 2016 18:22:38 |
amdmi3 |
- Update to 0.3.6
PR: 206256
Submitted by: tkato432@yahoo.com |
0.3.5 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.3.5 13 Sep 2015 03:24:59 |
wen |
- Update to 0.3.5
- Improve pkg-descr
PR: 202857
Submitted by: tkato432@yahoo.com |
0.3.4 02 Mar 2015 23:51:50 |
bapt |
Remove Author from pkg-descr and white space fixes |
0.3.4 18 Nov 2014 09:37:33 |
bapt |
Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work! |
0.3.4 26 Jun 2014 07:32:37 |
antoine |
Allow to build with texinfo from ports
With hat: portmgr |
0.3.4 19 May 2014 07:51:49 |
miwi |
- Update to 0.3.4
- Pet portlint
PR: 189804
Submitted by: Ports Fury |
0.3.3 26 Jan 2014 20:29:57 |
mat |
Support staging.
Sponsored by: Absolight |
0.3.3 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.3.3 03 Feb 2013 16:20:49 |
miwi |
- Update to 0.3.3 |
0.3.2 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
0.3.2 25 Jun 2011 06:52:19 |
miwi |
- Update to 0.3.2 |
0.3.1 04 Nov 2010 10:02:22 |
miwi |
- Update to 0.3.1 |
0.3.0 05 Jun 2010 17:07:22 |
miwi |
- Update to 0.3.0 |
0.2.9 11 Mar 2010 21:25:23 |
miwi |
- Update to 0.2.9. |
0.2.8 02 Sep 2009 15:01:56 |
amdmi3 |
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav) |
0.2.8 23 Sep 2008 08:35:40 |
miwi |
- Update to 0.2.8 |
0.2.7 07 Sep 2008 11:02:59 |
miwi |
- Update to 0.2.7
- Take maintainership |
0.2.6 07 Sep 2008 00:19:05 |
linimon |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
0.2.6 08 May 2008 14:03:34 |
sat |
- Update to 0.2.6 |
0.2.5 18 Mar 2008 10:25:24 |
sat |
- Update to 0.2.5 |
0.2.4 02 Mar 2008 11:03:40 |
sat |
- Update to 0.2.4 |
0.2.3 12 Dec 2007 16:07:47 |
sat |
- Update to 0.2.3 |
0.2.2 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
0.2.2 31 May 2007 04:43:06 |
sat |
- Update to 0.2.2 |
0.2.1 26 Apr 2007 15:55:05 |
sat |
- Update to 0.2.1
PR: ports/112127 (part of)
Submitted by: "Eric P. Scott" <eps+pbug0704@ana.com> |
0.2.0 11 Apr 2007 06:27:04 |
sat |
- Update to 0.2.0 |
0.1.9 15 Mar 2007 09:53:52 |
sat |
- Update to 0.1.9 |
0.1.8 04 Feb 2007 14:29:26 |
sat |
- Update to 0.1.8 |
0.1.7 05 Nov 2006 12:33:32 |
sat |
- Update to 0.1.7 |
0.1.6 19 Sep 2006 17:45:25 |
sat |
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> |