Port details |
- newsfetch Download news articles from NNTP server
- 1.21_3 news
=8 1.21_3Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: unknown
- Last Update: 2024-03-16 16:29:30
- Commit Hash: b27c8e6
- People watching this port, also watch:: gettext, rsync, expat, procmail, libiconv
- License: not specified in port
- Description:
- Newsfetch pulls news from an NNTP server and writes the articles to a file
or pipes them to the specified command. The file created by newsfetch can be
used with any mail reader.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- newsfetch>0:news/newsfetch
- To install the port:
- cd /usr/ports/news/newsfetch/ && make install clean
- To add the package, run one of these commands:
- pkg install news/newsfetch
- pkg install newsfetch
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: newsfetch
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (newsfetch-1.21.tar.gz) = 4cf8ad372adfbdfdf6f85311adecebe45a8f54a2f8c21de04a3cf604185872d2
SIZE (newsfetch-1.21.tar.gz) = 10758
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- news_newsfetch
- USES:
- dos2unix uidfix
- 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.21_3 16 Mar 2024 16:29:30
    |
Christian Weisgerber (naddy)  |
news/newsfetch: Move man pages to share/man
Approved by: portmgr (blanket) |
1.21_2 20 Jul 2022 14:22:44
    |
Tobias C. Berner (tcberner)  |
news: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam David <adam@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrey Slusar <anray@FreeBSD.org>
* Brian Somers <brian@FreeBSD.org>
* Carey Jones <mcj@acquiesce.org>
* David O'Brien (obrien@cs.ucdavis.edu)
* Denis Shaposhnikov <dsh@vlink.ru>
* Don Croyle <croyle@gelemna.org>
* Donald Burr <dburr@FreeBSD.org>
* Frederic Cambus (Only the first 15 lines of the commit message are shown above ) |
1.21_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.21_2 20 Jun 2016 16:23:29
  |
mat  |
With the power of USES=dos2unix, get rid of most patches and files
with CRLF.
While there, run make makepatch, rename patches to use the new scheme,
and various fixes.
With hat: portmgr
Sponsored by: Absolight |
1.21_2 14 May 2015 10:15:09
  |
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.21_2 29 Jul 2014 02:18:45
  |
adamw  |
Rename news/ patch-xy patches to reflect the files they modify. |
1.21_2 27 Dec 2013 10:04:01
  |
bapt  |
Support stage
Fix build with clang
Allow packaging as user |
1.21_2 20 Sep 2013 22:31:15
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
news) |
1.21_2 09 Jul 2013 21:26:49
  |
pav  |
- Drop all my ports |
1.21_2 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
1.21_2 11 Nov 2005 20:41:17
 |
pav  |
- Take maintainership, I do use this
- SHA256
- Rewrite pkg-descr |
1.21_2 11 Nov 2005 01:18:01
 |
linimon  |
With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months. We hope to see him back sometime. |
1.21_2 01 Feb 2005 09:32:47
 |
niels  |
Fixed insecure sscanf usage (no length checking) in the processing
of NNTP server responses.
Approved by: nectar (mentor), maintainer (timeout)
VuXML:
http://vuxml.freebsd.org/76e0b133-6bfd-11d9-a5df-00065be4b5b6.html |
1.21_1 22 Mar 2004 15:05:32
 |
knu  |
Add SIZE data.
Submitted by: trevor |
1.21_1 06 Feb 2004 13:12:53
 |
trevor  |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
1.21_1 20 Nov 2003 19:48:11
 |
knu  |
Fix build with gcc 3.x.
PR: 59487
Submitted by: Samy Al Bahra <samy@kerneled.com> |
1.21_1 16 Oct 2003 01:24:23
 |
kris  |
BROKEN on 5.x: does not compile |
1.21_1 18 Feb 2003 05:52:57
 |
knu  |
De-pkg-comment my non-ruby ports as well. |
1.21_1 03 Aug 2002 10:32:49
 |
knu  |
Transmit CR+LF instead of LF as line terminator. This fixes a problem
where it hangs when a news server to connect to is strict with the
NNTP standard.
PR: ports/41197
Submitted by: Nathan J. Yoder <njyoder@gummibears.nu> |
29 Jan 2002 11:45:35
    |
knu  |
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO
macro is set to "echo" by default, but it is set to "true" if make(1) is
invoked with the -s option while ECHO_CMD is always set to the echo command.
|
01 Feb 2001 19:13:13
    |
knu  |
Take over the maintainership. I've once touched this port. |
28 Jan 2001 00:24:38
    |
clive  |
- Support CC properly - Apply to 'one file per patch' convention |
09 Jan 2001 05:57:08
    |
itojun  |
drop myself from MAINTAINER. too many KAME platforms to support, to little
time... |
08 Oct 2000 04:57:04
    |
asami  |
Convert category news to new layout. |