From owner-freebsd-ports Sat Feb 23 11:30:14 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 08D8A37B402 for ; Sat, 23 Feb 2002 11:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1NJU1n75504; Sat, 23 Feb 2002 11:30:01 -0800 (PST) (envelope-from gnats) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by hub.freebsd.org (Postfix) with ESMTP id 675BC37B416 for ; Sat, 23 Feb 2002 11:24:57 -0800 (PST) Received: from sauna.arved.de (sauna.arved.de [192.168.2.4]) by 21322530218.direct.eti.at (8.11.6/8.11.6) with SMTP id g1NJWYD03726 for ; Sat, 23 Feb 2002 20:32:34 +0100 (CET) (envelope-from tilman@arved.de) Message-Id: <20020223202458.0c926be0.tilman@arved.de> Date: Sat, 23 Feb 2002 20:24:58 +0100 From: Tilman Linneweh To: FreeBSD-gnats-submit@freebsd.org Subject: ports/35251: NewPort: news/newscache 0.99.17 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: 35251 >Category: ports >Synopsis: NewPort: news/newscache 0.99.17 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 23 11:30:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Tilman Linneweh >Release: FreeBSD 4.5-STABLE i386 >Organization: BSD Usergroup Austria http://www.bugat.at >Environment: System: FreeBSD sauna.arved.de 4.5-STABLE FreeBSD 4.5-STABLE #2: Tue Feb 19 15:30:21 CET 2002 root@sauna.arved.de:/usr/obj/usr/src/sys/SAUNA i386 >Description: NewsCache is a free cache server for USENET News available under the GNU General Public License. >How-To-Repeat: >Fix: s 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.17 XCATEGORIES= news XMASTER_SITES= http://www.infosys.tuwien.ac.at/NewsCache/download/ XDISTNAME= NewsCache-${PORTVERSION} 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.17.tar.gz) = 1392d4243a57b6f828efda6cb2e0682d 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