Port details |
- gutenfetch Fetch listings and books from Project Gutenberg
- 1.5_2 net =4 1.5_2Version of this port present on the latest quarterly branch.
- Maintainer: johntabularasa@users.sf.net
- Port Added: 2001-09-18 03:21:29
- Last Update: 2024-02-25 08:18:49
- Commit Hash: ddb8b62
- People watching this port, also watch:: xpdf, openssl, libwmf, p5-libwww, libxml2
- License: not specified in port
- Description:
- Gutenfetch - A small program capable of listing and fetching various
free electronic texts available from Project Gutenberg. It is light
and intended to be combined with other tools.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- gutenfetch>0:net/gutenfetch
- To install the port:
- cd /usr/ports/net/gutenfetch/ && make install clean
- To add the package, run one of these commands:
- pkg install net/gutenfetch
- pkg install gutenfetch
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gutenfetch
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (gutenfetch-1.5.tar.bz2) = 2014c43bbbdff0a1c0dfaa55c881b94047deb4e162f95201516e35f77accca3d
SIZE (gutenfetch-1.5.tar.bz2) = 229482
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:
-
- gmake>=4.3 : devel/gmake
- Library dependencies:
-
- libgutenfetch.so : devel/libgutenfetch
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_gutenfetch
- USES:
- gmake tar:bzip2
- 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 |
1.5_2 25 Feb 2024 08:18:49 |
Muhammad Moinur Rahman (bofh) |
net/gutenfetch: Moved man to share/man
Approved by: portmgr (blanket) |
1.5_1 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
1.5_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.5_1 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
1.5_1 08 Dec 2016 19:52:20 |
tijl |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
1.5 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
1.5 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.5 23 Jun 2014 09:26:47 |
vanilla |
Stagify.
Approved by: portmgr@ |
1.5 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
1.5 29 May 2014 12:00:31 |
miwi |
- Convert gmake,bzip2 to USES
Approved by: portmgr |
1.5 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.5 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.5 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.5 28 Jan 2010 00:32:04 |
amdmi3 |
- Use $SUB_FILES to dynamically adjust pkg-message
PR: 143100
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
Approved by: Russ Francis <russell.francis@gmail.com> (maintainer) |
1.5 22 Aug 2009 00:32:25 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
1.5 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.5 20 Mar 2008 09:56:52 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
1.5 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
1.5 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.5 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.5 25 Jul 2004 22:00:00 |
pav |
- Update to 1.5
PR: ports/69593
Submitted by: Russell Francis <rf358197@ohio.edu> (maintainer) |
1.4 07 Mar 2004 22:12:21 |
krion |
- Update to version 1.4
PR: ports/63885
Submitted by: maintainer |
1.1_1 06 Feb 2004 13:12:53 |
trevor |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
1.1_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
1.1 24 Sep 2003 09:37:11 |
osa |
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998 |
1.1 21 Feb 2003 13:15:09 |
knu |
De-pkg-comment. |
18 Sep 2001 07:21:29 |
petef |
add gutenfetch-1.1 Fetch listings and books from Project Gutenberg |