From owner-freebsd-ports Tue Mar 12 10:50:35 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 2162F37B419 for ; Tue, 12 Mar 2002 10:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2CIo1N27130; Tue, 12 Mar 2002 10:50:01 -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 4165637B405 for ; Tue, 12 Mar 2002 10:49:20 -0800 (PST) Received: (from tilman@localhost) by tl.kom.tuwien.ac.at (8.11.6/8.11.6) id g2CIrRn30585; Tue, 12 Mar 2002 19:53:27 +0100 (CET) (envelope-from tilman) Message-Id: <200203121853.g2CIrRn30585@tl.kom.tuwien.ac.at> Date: Tue, 12 Mar 2002 19:53:27 +0100 (CET) From: Tilman Linneweh Reply-To: Tilman Linneweh To: FreeBSD-gnats-submit@freebsd.org Cc: tilman@arved.FreeBSD.ORG X-Send-Pr-Version: 3.113 Subject: ports/35827: Updated new port: news/newscache 0.99.22 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: 35827 >Category: ports >Synopsis: Updated new port: news/newscache 0.99.22 >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: Tue Mar 12 10:50:01 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 GNU General Public License. NOTE: This is the second update since i have written the original PR ports/35251 nearly a month ago. This PR also supersedes ports/35401. I wonder why I haven't received any feedback and the port isn't committed within 3 weeks. If there is something wrong with my ports feel free to tell me and I'll fix it. >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 # ./files # ./files/patch-aa # ./files/patch-ab # ./pkg-plist # ./distinfo # 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.22 XCATEGORIES= news XMASTER_SITES= http://www.infosys.tuwien.ac.at/NewsCache/download/ \ X http://members.aon.at/hstraub/linux/ XDISTNAME= NewsCache-${PORTVERSION} X XMAINTAINER= freebsdports@arved.de X XWRKSRC= ${WRKDIR}/NewsCache XUSE_AUTOMAKE= yes XMAN5= newscache.conf.5 XMAN8= NewsCache.8 NewsCacheClean.8 updatenews.8 X X.include END-of-./Makefile 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 echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (NewsCache-0.99.22.tar.gz) = 5ac4bed16dfaa506d207fabd6d7daef0 END-of-./distinfo exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message