From owner-freebsd-ports Thu Feb 28 3:30:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D57A37B405 for ; Thu, 28 Feb 2002 03:30:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1SBU5379351; Thu, 28 Feb 2002 03:30:05 -0800 (PST) (envelope-from gnats) Received: from tl.kom.tuwien.ac.at (tl.kom.tuwien.ac.at [128.130.34.35]) by hub.freebsd.org (Postfix) with ESMTP id EAD7B37B400 for ; Thu, 28 Feb 2002 03:29:57 -0800 (PST) Received: (from tilman@localhost) by tl.kom.tuwien.ac.at (8.11.6/8.11.6) id g1SBYL993952; Thu, 28 Feb 2002 12:34:21 +0100 (CET) (envelope-from tilman) Message-Id: <200202281134.g1SBYL993952@tl.kom.tuwien.ac.at> Date: Thu, 28 Feb 2002 12:34:21 +0100 (CET) From: Tilman Linneweh Reply-To: Tilman Linneweh To: FreeBSD-gnats-submit@freebsd.org Cc: tilman@arved.de X-Send-Pr-Version: 3.113 Subject: ports/35401: New Port: news/newscache 0.99.19 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 35401 >Category: ports >Synopsis: New Port: news/newscache 0.99.19 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 03:30:04 PST 2002 >Closed-Date: >Last-Modified: >Originator: Tilman Linneweh >Release: FreeBSD 4.5-STABLE i386 >Organization: Vienna University of Technology >Environment: System: FreeBSD tl.kom.tuwien.ac.at 4.5-STABLE FreeBSD 4.5-STABLE #3: Tue Jan 29 21:35:27 CET 2002 tilman@tl.kom.tuwien.ac.at:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: NewsCache is a free cache server for USENET News available under the GPL NOTE: This PR supersedes ports/35351 >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./pkg-comment # ./pkg-descr # ./Makefile # ./distinfo # ./files # ./files/patch-aa # ./files/patch-ab # ./pkg-plist # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./pkg-comment sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment' XNewsCache is a free cache server for USENET News END-of-./pkg-comment echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XWhat is NewsCache? X XNewsCache is a free cache server for USENET News available under the GNU XGeneral Public License. NewsCache can be plugged in between your news Xreader(s) and your news server. NewsCache acts to news readers like a news Xserver and retrieves news articles from the news server like a news Xreader. Whenever, a client requests an article from NewsCache, NewsCache Xchecks whether the article has already been stored in the cache area. If Xthis is the case, the article is sent directly to its client. Otherwise, Xthe article is requested from the upstream news server, stored in the Xcache area and sent back to the client. X XAuthor: Thomas Gschwind XWWW: http://www.infosys.tuwien.ac.at/NewsCache/ X X- arved Xfreebsdports@arved.de END-of-./pkg-descr echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection Makefile for: newscache X# Date created: 23 February 2002 X# Whom: Tilman Linneweh X# X# $FreeBSD$ X# X XPORTNAME= newscache XPORTVERSION= 0.99.19 XCATEGORIES= news XMASTER_SITES= http://www.infosys.tuwien.ac.at/NewsCache/download/ \ X http://members.aon.at/hstraub/linux/ XDISTNAME= NewsCache-${PORTVERSION} XWRKSRC= ${WRKDIR}/NewsCache X XMAINTAINER= freebsdports@arved.de X XHAS_CONFIGURE= yes XMAN5= newscache.conf.5 XMAN8= NewsCache.8 NewsCacheClean.8 updatenews.8 X X.include END-of-./Makefile echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (NewsCache-0.99.19.tar.gz) = 70b1e5316197a5636fa9617a23f4089c END-of-./distinfo echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/patch-aa sed 's/^X//' >./files/patch-aa << 'END-of-./files/patch-aa' X--- src/NewsCache.cc.orig Sat Feb 23 18:06:38 2002 X+++ src/NewsCache.cc Sat Feb 23 18:06:48 2002 X@@ -18,7 +18,6 @@ X */ X #include "config.h" X X-#include X #include X #include X #include END-of-./files/patch-aa echo x - ./files/patch-ab sed 's/^X//' >./files/patch-ab << 'END-of-./files/patch-ab' X--- doc/NewsCache.texinfo.orig Sat Feb 23 18:59:36 2002 X+++ doc/NewsCache.texinfo Sat Feb 23 19:03:53 2002 X@@ -1,5 +1,9 @@ X \input texinfo @c -*-texinfo-*- X @c %**start of header X+@dircategory Usenet tools X+@direntry X+* NewsCache: (newscache). A free cache server for USENET News X+@end direntry X @setfilename NewsCache.info X @settitle NewsCache X END-of-./files/patch-ab echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xbin/updatenews Xetc/newscache.conf-dist Xsbin/NewsCache Xsbin/NewsCacheClean Xsbin/accesslog Xsbin/cachestat Xsbin/hostlog Xsbin/hoststat X@unexec install-info --delete %D/info/NewsCache.info %D/info/dir Xinfo/NewsCache.info X@exec install-info %D/info/NewsCache.info %D/info/dir END-of-./pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message