The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD news : newsfetch

Download news articles from NNTP server

 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.
 




newsfetch history


v. 1.20
date: 2005/11/11 20:41:17;  author: pav;  state: Exp;  lines: +1 -1
- Take maintainership, I do use this
- SHA256
- Rewrite pkg-descr

v. 1.19 date: 2005/11/11 01:17:46; author: linimon; state: Exp; lines: +1 -1 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.
v. 1.18 date: 2005/02/01 09:32:47; author: niels; state: Exp; lines: +1 -1 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
v. 1.17 date: 2004/02/06 13:12:11; author: trevor; state: Exp; lines: +1 -0 Use PLIST_FILES (bento-tested, marcus-reviewed).
v. 1.16 date: 2003/11/20 19:48:11; author: knu; state: Exp; lines: +1 -7 Fix build with gcc 3.x. PR: 59487 Submitted by: Samy Al Bahra
v. 1.15 date: 2003/10/16 01:24:23; author: kris; state: Exp; lines: +7 -1 BROKEN on 5.x: does not compile
v. 1.14 date: 2003/02/18 05:52:55; author: knu; state: Exp; lines: +1 -0 De-pkg-comment my non-ruby ports as well.
v. 1.13 date: 2002/08/03 10:32:49; author: knu; state: Exp; lines: +1 -0 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
v. 1.12 date: 2002/01/29 11:45:30; author: knu; state: Exp; lines: +4 -4 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.
v. 1.11 date: 2001/02/01 19:13:12; author: knu; state: Exp; lines: +12 -2 Take over the maintainership. I've once touched this port. Create a clean BSD Makefile instead of modifying the original.
v. 1.10 date: 2001/01/28 00:24:38; author: clive; state: Exp; lines: +2 -3 - Support CC properly - Apply to 'one file per patch' convention PR: 24675 Submitted by: tkato@prontomail.ne.jp
v. 1.9 date: 2001/01/09 05:57:08; author: itojun; state: Exp; lines: +2 -2 drop myself from MAINTAINER. too many KAME platforms to support, to little time...
v. 1.8 date: 2000/04/21 07:51:46; author: mharo; state: Exp; lines: +2 -2 Correct whitespace introduced during PORTNAME conversion and portlint
v. 1.7 date: 2000/04/09 17:33:02; author: cpiazza; state: Exp; lines: +3 -3 Update with the new PORTNAME/PORTVERSION variables
v. 1.6 date: 1999/08/30 14:31:42; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.5 date: 1998/10/20 06:36:01; author: asami; state: Exp; lines: +2 -2 No need to use += for a variable defined only once.
v. 1.4 date: 1998/10/07 06:52:58; author: itojun; state: Exp; lines: +3 -3 original distribution updated (1.2 -> 1.21)
v. 1.3 date: 1998/05/07 17:10:53; author: itojun; state: Exp; lines: +3 -3 original distribution updated (1.11 -> 1.2)
v. 1.2 date: 1998/04/04 14:20:51; author: vanilla; state: Exp; lines: +2 -2 Upgrade to 1.11. PR: ports/6185 Submitted by: josh@quick.net
v. 1.1 date: 1997/09/12 18:28:06; author: itojun; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1997/09/12 18:28:06; author: itojun; state: Exp; lines: +0 -0 new port of newsfetch, command-line downloader for news articles. "download news articles from NNTP server." ============================================================================= v. 1.20 date: 2005/11/11 20:41:17; author: pav; state: Exp; lines: +1 -1 - Take maintainership, I do use this - SHA256 - Rewrite pkg-descr
v. 1.19 date: 2005/11/11 01:17:46; author: linimon; state: Exp; lines: +1 -1 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.
v. 1.18 date: 2005/02/01 09:32:47; author: niels; state: Exp; lines: +1 -1 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
v. 1.17 date: 2004/02/06 13:12:11; author: trevor; state: Exp; lines: +1 -0 Use PLIST_FILES (bento-tested, marcus-reviewed).
v. 1.16 date: 2003/11/20 19:48:11; author: knu; state: Exp; lines: +1 -7 Fix build with gcc 3.x. PR: 59487 Submitted by: Samy Al Bahra
v. 1.15 date: 2003/10/16 01:24:23; author: kris; state: Exp; lines: +7 -1 BROKEN on 5.x: does not compile
v. 1.14 date: 2003/02/18 05:52:55; author: knu; state: Exp; lines: +1 -0 De-pkg-comment my non-ruby ports as well.
v. 1.13 date: 2002/08/03 10:32:49; author: knu; state: Exp; lines: +1 -0 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
v. 1.12 date: 2002/01/29 11:45:30; author: knu; state: Exp; lines: +4 -4 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.
v. 1.11 date: 2001/02/01 19:13:12; author: knu; state: Exp; lines: +12 -2 Take over the maintainership. I've once touched this port. Create a clean BSD Makefile instead of modifying the original.
v. 1.10 date: 2001/01/28 00:24:38; author: clive; state: Exp; lines: +2 -3 - Support CC properly - Apply to 'one file per patch' convention PR: 24675 Submitted by: tkato@prontomail.ne.jp
v. 1.9 date: 2001/01/09 05:57:08; author: itojun; state: Exp; lines: +2 -2 drop myself from MAINTAINER. too many KAME platforms to support, to little time...
v. 1.8 date: 2000/04/21 07:51:46; author: mharo; state: Exp; lines: +2 -2 Correct whitespace introduced during PORTNAME conversion and portlint
v. 1.7 date: 2000/04/09 17:33:02; author: cpiazza; state: Exp; lines: +3 -3 Update with the new PORTNAME/PORTVERSION variables
v. 1.6 date: 1999/08/30 14:31:42; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.5 date: 1998/10/20 06:36:01; author: asami; state: Exp; lines: +2 -2 No need to use += for a variable defined only once.
v. 1.4 date: 1998/10/07 06:52:58; author: itojun; state: Exp; lines: +3 -3 original distribution updated (1.2 -> 1.21)
v. 1.3 date: 1998/05/07 17:10:53; author: itojun; state: Exp; lines: +3 -3 original distribution updated (1.11 -> 1.2)
v. 1.2 date: 1998/04/04 14:20:51; author: vanilla; state: Exp; lines: +2 -2 Upgrade to 1.11. PR: ports/6185 Submitted by: josh@quick.net
v. 1.1 date: 1997/09/12 18:28:06; author: itojun; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1997/09/12 18:28:06; author: itojun; state: Exp; lines: +0 -0 new port of newsfetch, command-line downloader for news articles. "download news articles from NNTP server." ============================================================================= v. 1.20 date: 2005/11/11 20:41:17; author: pav; state: Exp; lines: +1 -1 - Take maintainership, I do use this - SHA256 - Rewrite pkg-descr
v. 1.19 date: 2005/11/11 01:17:46; author: linimon; state: Exp; lines: +1 -1 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.
v. 1.18 date: 2005/02/01 09:32:47; author: niels; state: Exp; lines: +1 -1 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
v. 1.17 date: 2004/02/06 13:12:11; author: trevor; state: Exp; lines: +1 -0 Use PLIST_FILES (bento-tested, marcus-reviewed).
v. 1.16 date: 2003/11/20 19:48:11; author: knu; state: Exp; lines: +1 -7 Fix build with gcc 3.x. PR: 59487 Submitted by: Samy Al Bahra
v. 1.15 date: 2003/10/16 01:24:23; author: kris; state: Exp; lines: +7 -1 BROKEN on 5.x: does not compile
v. 1.14 date: 2003/02/18 05:52:55; author: knu; state: Exp; lines: +1 -0 De-pkg-comment my non-ruby ports as well.
v. 1.13 date: 2002/08/03 10:32:49; author: knu; state: Exp; lines: +1 -0 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
v. 1.12 date: 2002/01/29 11:45:30; author: knu; state: Exp; lines: +4 -4 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.
v. 1.11 date: 2001/02/01 19:13:12; author: knu; state: Exp; lines: +12 -2 Take over the maintainership. I've once touched this port. Create a clean BSD Makefile instead of modifying the original.
v. 1.10 date: 2001/01/28 00:24:38; author: clive; state: Exp; lines: +2 -3 - Support CC properly - Apply to 'one file per patch' convention PR: 24675 Submitted by: tkato@prontomail.ne.jp
v. 1.9 date: 2001/01/09 05:57:08; author: itojun; state: Exp; lines: +2 -2 drop myself from MAINTAINER. too many KAME platforms to support, to little time...
v. 1.8 date: 2000/04/21 07:51:46; author: mharo; state: Exp; lines: +2 -2 Correct whitespace introduced during PORTNAME conversion and portlint
v. 1.7 date: 2000/04/09 17:33:02; author: cpiazza; state: Exp; lines: +3 -3 Update with the new PORTNAME/PORTVERSION variables
v. 1.6 date: 1999/08/30 14:31:42; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.5 date: 1998/10/20 06:36:01; author: asami; state: Exp; lines: +2 -2 No need to use += for a variable defined only once.
v. 1.4 date: 1998/10/07 06:52:58; author: itojun; state: Exp; lines: +3 -3 original distribution updated (1.2 -> 1.21)
v. 1.3 date: 1998/05/07 17:10:53; author: itojun; state: Exp; lines: +3 -3 original distribution updated (1.11 -> 1.2)
v. 1.2 date: 1998/04/04 14:20:51; author: vanilla; state: Exp; lines: +2 -2 Upgrade to 1.11. PR: ports/6185 Submitted by: josh@quick.net
v. 1.1 date: 1997/09/12 18:28:06; author: itojun; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1997/09/12 18:28:06; author: itojun; state: Exp; lines: +0 -0 new port of newsfetch, command-line downloader for news articles. "download news articles from NNTP server." =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm