The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD news : newscache

NewsCache is a free cache server for USENET News

 What is NewsCache?

NewsCache is a free cache server for USENET News available under the GNU
General Public License. NewsCache can be plugged in between your news
reader(s) and your news server. NewsCache acts to news readers like a news
server and retrieves news articles from the news server like a news
reader. Whenever, a client requests an article from NewsCache, NewsCache
checks whether the article has already been stored in the cache area. If
this is the case, the article is sent directly to its client. Otherwise,
the article is requested from the upstream news server, stored in the
cache area and sent back to the client.

Author: Thomas Gschwind,  Herber Straub
 

http://www.linuxhacker.at/newscache/



newscache history


v. 1.25
date: 2007/09/30 04:47:21;  author: linimon;  state: Exp;  lines: +2 -2
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:		ports/116639
Submitted by:	aDe

v. 1.24 date: 2006/09/17 16:56:05; author: arved; state: Exp; lines: +1 -1 Make fetchable
v. 1.23 date: 2006/05/11 22:49:54; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from all categories starting with N
v. 1.22 date: 2006/01/05 00:43:42; author: edwin; state: Exp; lines: +1 -4 Implement feedback from dougb@ It would be better to replace the SUB_FILES line in the Makefile with: USE_RC_SUBR= ${PORTNAME}.sh This provides several benefits in the short term. It would obviate the need for the post-install target and the pkg-plist entry, as the USE_RC_SUBR macro handles that stuff (as well as the SUB_FILES stuff) for you automatically. In the long term, we're going to add even more support for good things in the USE_RC_SUBR code, so it's a good idea to move that direction now.
v. 1.21 date: 2006/01/04 21:49:12; author: edwin; state: Exp; lines: +9 -5 Update port: news/newscache , Added rc script news/newscache is lacking an rc script, so I hacked this one up PR: ports/91319 Submitted by: Arjan Koole
v. 1.20 date: 2005/11/15 06:50:44; author: ade; state: Exp; lines: +1 -3 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.19 date: 2005/06/04 22:51:49; author: arved; state: Exp; lines: +4 -3 Use the latest autotools/libtool.
v. 1.18 date: 2004/11/03 18:36:56; author: arved; state: Exp; lines: +3 -1 Fix path to newscache.conf file. Bump PORTREVISION Reported by: Mike Harding Obviously i don't care enough about this port to test it :-( -> drop maintainership
v. 1.17 date: 2004/11/03 14:10:58; author: arved; state: Exp; lines: +3 -4 Update to 1.2.rc6 to fix build with the latest socket++.
v. 1.16 date: 2004/06/04 17:29:30; author: ade; state: Exp; lines: +2 -2 Sync with new bsd.autotools.mk
v. 1.15 date: 2004/05/17 08:12:34; author: arved; state: Exp; lines: +2 -0 Move ACLOCAL from post-patch to pre-configure, because on bento BUILD_DEPENDS are installed after patch:
v. 1.14 date: 2004/01/19 13:03:56; author: arved; state: Exp; lines: +2 -0 Fix build on -STABLE Reported by: Mike Harding
v. 1.13 date: 2004/01/16 22:08:30; author: arved; state: Exp; lines: +1 -2 Update to 1.1.92
v. 1.12 date: 2003/12/10 14:56:19; author: arved; state: Exp; lines: +1 -0 Fix a bug leading to SIG11 in the child process Submitted by: Herbert Straub Reported by: Konstantin Nikonenko
v. 1.11 date: 2003/10/27 18:26:34; author: arved; state: Exp; lines: +7 -6 Update to 1.1.90
v. 1.10 date: 2003/08/04 18:26:06; author: arved; state: Exp; lines: +1 -0 Use new INFO macros.
v. 1.9 date: 2003/08/04 11:32:45; author: arved; state: Exp; lines: +1 -0 Fix Crashes on 5.x. Bump PORTREVISION. Reported by: Derkjan de Haan Submitted by: Herbert Straub Tested by: Steve Ames
v. 1.8 date: 2003/05/18 11:24:39; author: kris; state: Exp; lines: +1 -7 Back out previous commit; the port was fixed already Apologies to: arved
v. 1.7 date: 2003/05/18 09:44:38; author: kris; state: Exp; lines: +7 -1 BROKEN on 5.1: bad C++
v. 1.6 date: 2003/05/14 17:34:06; author: arved; state: Exp; lines: +10 -7 Update to 1.1.1Update to 1.1.12
v. 1.5 date: 2003/03/23 16:11:08; author: arved; state: Exp; lines: +3 -2 Update Maintaineraddress. Add a patch for the date command. Bump PORTREVISION Submitted by: Matthias Andree (via author).
v. 1.4 date: 2003/02/21 13:15:52; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.3 date: 2002/10/10 18:51:59; author: ijliao; state: Exp; lines: +2 -2 update mastersite PR: 43893 Submitted by: maintainer
v. 1.2 date: 2002/07/15 10:28:58; author: ijliao; state: Exp; lines: +1 -0 doesn't build with gcc > 3.0 PR: 40531 Submitted by: maintainer
v. 1.1 date: 2002/05/04 15:37:03; author: anders; state: Exp; Add NewsCache, a GPLed cache server for USENET News. PR: 35827 Submitted by: Tilman Linneweh ============================================================================= v. 1.25 date: 2007/09/30 04:47:21; author: linimon; state: Exp; lines: +2 -2 Switch autoconf dependencies from 2.53 or 2.59 to 2.61. PR: ports/116639 Submitted by: aDe
v. 1.24 date: 2006/09/17 16:56:05; author: arved; state: Exp; lines: +1 -1 Make fetchable
v. 1.23 date: 2006/05/11 22:49:54; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from all categories starting with N
v. 1.22 date: 2006/01/05 00:43:42; author: edwin; state: Exp; lines: +1 -4 Implement feedback from dougb@ It would be better to replace the SUB_FILES line in the Makefile with: USE_RC_SUBR= ${PORTNAME}.sh This provides several benefits in the short term. It would obviate the need for the post-install target and the pkg-plist entry, as the USE_RC_SUBR macro handles that stuff (as well as the SUB_FILES stuff) for you automatically. In the long term, we're going to add even more support for good things in the USE_RC_SUBR code, so it's a good idea to move that direction now.
v. 1.21 date: 2006/01/04 21:49:12; author: edwin; state: Exp; lines: +9 -5 Update port: news/newscache , Added rc script news/newscache is lacking an rc script, so I hacked this one up PR: ports/91319 Submitted by: Arjan Koole
v. 1.20 date: 2005/11/15 06:50:44; author: ade; state: Exp; lines: +1 -3 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.19 date: 2005/06/04 22:51:49; author: arved; state: Exp; lines: +4 -3 Use the latest autotools/libtool.
v. 1.18 date: 2004/11/03 18:36:56; author: arved; state: Exp; lines: +3 -1 Fix path to newscache.conf file. Bump PORTREVISION Reported by: Mike Harding Obviously i don't care enough about this port to test it :-( -> drop maintainership
v. 1.17 date: 2004/11/03 14:10:58; author: arved; state: Exp; lines: +3 -4 Update to 1.2.rc6 to fix build with the latest socket++.
v. 1.16 date: 2004/06/04 17:29:30; author: ade; state: Exp; lines: +2 -2 Sync with new bsd.autotools.mk
v. 1.15 date: 2004/05/17 08:12:34; author: arved; state: Exp; lines: +2 -0 Move ACLOCAL from post-patch to pre-configure, because on bento BUILD_DEPENDS are installed after patch:
v. 1.14 date: 2004/01/19 13:03:56; author: arved; state: Exp; lines: +2 -0 Fix build on -STABLE Reported by: Mike Harding
v. 1.13 date: 2004/01/16 22:08:30; author: arved; state: Exp; lines: +1 -2 Update to 1.1.92
v. 1.12 date: 2003/12/10 14:56:19; author: arved; state: Exp; lines: +1 -0 Fix a bug leading to SIG11 in the child process Submitted by: Herbert Straub Reported by: Konstantin Nikonenko
v. 1.11 date: 2003/10/27 18:26:34; author: arved; state: Exp; lines: +7 -6 Update to 1.1.90
v. 1.10 date: 2003/08/04 18:26:06; author: arved; state: Exp; lines: +1 -0 Use new INFO macros.
v. 1.9 date: 2003/08/04 11:32:45; author: arved; state: Exp; lines: +1 -0 Fix Crashes on 5.x. Bump PORTREVISION. Reported by: Derkjan de Haan Submitted by: Herbert Straub Tested by: Steve Ames
v. 1.8 date: 2003/05/18 11:24:39; author: kris; state: Exp; lines: +1 -7 Back out previous commit; the port was fixed already Apologies to: arved
v. 1.7 date: 2003/05/18 09:44:38; author: kris; state: Exp; lines: +7 -1 BROKEN on 5.1: bad C++
v. 1.6 date: 2003/05/14 17:34:06; author: arved; state: Exp; lines: +10 -7 Update to 1.1.1Update to 1.1.12
v. 1.5 date: 2003/03/23 16:11:08; author: arved; state: Exp; lines: +3 -2 Update Maintaineraddress. Add a patch for the date command. Bump PORTREVISION Submitted by: Matthias Andree (via author).
v. 1.4 date: 2003/02/21 13:15:52; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.3 date: 2002/10/10 18:51:59; author: ijliao; state: Exp; lines: +2 -2 update mastersite PR: 43893 Submitted by: maintainer
v. 1.2 date: 2002/07/15 10:28:58; author: ijliao; state: Exp; lines: +1 -0 doesn't build with gcc > 3.0 PR: 40531 Submitted by: maintainer
v. 1.1 date: 2002/05/04 15:37:03; author: anders; state: Exp; Add NewsCache, a GPLed cache server for USENET News. PR: 35827 Submitted by: Tilman Linneweh ============================================================================= v. 1.25 date: 2007/09/30 04:47:21; author: linimon; state: Exp; lines: +2 -2 Switch autoconf dependencies from 2.53 or 2.59 to 2.61. PR: ports/116639 Submitted by: aDe
v. 1.24 date: 2006/09/17 16:56:05; author: arved; state: Exp; lines: +1 -1 Make fetchable
v. 1.23 date: 2006/05/11 22:49:54; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from all categories starting with N
v. 1.22 date: 2006/01/05 00:43:42; author: edwin; state: Exp; lines: +1 -4 Implement feedback from dougb@ It would be better to replace the SUB_FILES line in the Makefile with: USE_RC_SUBR= ${PORTNAME}.sh This provides several benefits in the short term. It would obviate the need for the post-install target and the pkg-plist entry, as the USE_RC_SUBR macro handles that stuff (as well as the SUB_FILES stuff) for you automatically. In the long term, we're going to add even more support for good things in the USE_RC_SUBR code, so it's a good idea to move that direction now.
v. 1.21 date: 2006/01/04 21:49:12; author: edwin; state: Exp; lines: +9 -5 Update port: news/newscache , Added rc script news/newscache is lacking an rc script, so I hacked this one up PR: ports/91319 Submitted by: Arjan Koole
v. 1.20 date: 2005/11/15 06:50:44; author: ade; state: Exp; lines: +1 -3 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.19 date: 2005/06/04 22:51:49; author: arved; state: Exp; lines: +4 -3 Use the latest autotools/libtool.
v. 1.18 date: 2004/11/03 18:36:56; author: arved; state: Exp; lines: +3 -1 Fix path to newscache.conf file. Bump PORTREVISION Reported by: Mike Harding Obviously i don't care enough about this port to test it :-( -> drop maintainership
v. 1.17 date: 2004/11/03 14:10:58; author: arved; state: Exp; lines: +3 -4 Update to 1.2.rc6 to fix build with the latest socket++.
v. 1.16 date: 2004/06/04 17:29:30; author: ade; state: Exp; lines: +2 -2 Sync with new bsd.autotools.mk
v. 1.15 date: 2004/05/17 08:12:34; author: arved; state: Exp; lines: +2 -0 Move ACLOCAL from post-patch to pre-configure, because on bento BUILD_DEPENDS are installed after patch:
v. 1.14 date: 2004/01/19 13:03:56; author: arved; state: Exp; lines: +2 -0 Fix build on -STABLE Reported by: Mike Harding
v. 1.13 date: 2004/01/16 22:08:30; author: arved; state: Exp; lines: +1 -2 Update to 1.1.92
v. 1.12 date: 2003/12/10 14:56:19; author: arved; state: Exp; lines: +1 -0 Fix a bug leading to SIG11 in the child process Submitted by: Herbert Straub Reported by: Konstantin Nikonenko
v. 1.11 date: 2003/10/27 18:26:34; author: arved; state: Exp; lines: +7 -6 Update to 1.1.90
v. 1.10 date: 2003/08/04 18:26:06; author: arved; state: Exp; lines: +1 -0 Use new INFO macros.
v. 1.9 date: 2003/08/04 11:32:45; author: arved; state: Exp; lines: +1 -0 Fix Crashes on 5.x. Bump PORTREVISION. Reported by: Derkjan de Haan Submitted by: Herbert Straub Tested by: Steve Ames
v. 1.8 date: 2003/05/18 11:24:39; author: kris; state: Exp; lines: +1 -7 Back out previous commit; the port was fixed already Apologies to: arved
v. 1.7 date: 2003/05/18 09:44:38; author: kris; state: Exp; lines: +7 -1 BROKEN on 5.1: bad C++
v. 1.6 date: 2003/05/14 17:34:06; author: arved; state: Exp; lines: +10 -7 Update to 1.1.1Update to 1.1.12
v. 1.5 date: 2003/03/23 16:11:08; author: arved; state: Exp; lines: +3 -2 Update Maintaineraddress. Add a patch for the date command. Bump PORTREVISION Submitted by: Matthias Andree (via author).
v. 1.4 date: 2003/02/21 13:15:52; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.3 date: 2002/10/10 18:51:59; author: ijliao; state: Exp; lines: +2 -2 update mastersite PR: 43893 Submitted by: maintainer
v. 1.2 date: 2002/07/15 10:28:58; author: ijliao; state: Exp; lines: +1 -0 doesn't build with gcc > 3.0 PR: 40531 Submitted by: maintainer
v. 1.1 date: 2002/05/04 15:37:03; author: anders; state: Exp; Add NewsCache, a GPLed cache server for USENET News. PR: 35827 Submitted by: Tilman Linneweh =============================================================================



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