From owner-freebsd-ports Sun Jan 17 22:40:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA26930 for freebsd-ports-outgoing; Sun, 17 Jan 1999 22:40:06 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA26873 for ; Sun, 17 Jan 1999 22:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA19009; Sun, 17 Jan 1999 22:40:01 -0800 (PST) Received: from utopia.philosophysw.com (dynamic45.pm01.mv.best.com [209.24.240.45]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA26409 for ; Sun, 17 Jan 1999 22:36:53 -0800 (PST) (envelope-from asaddi@philosophysw.com) Received: (from asaddi@localhost) by utopia.philosophysw.com (8.8.8/8.8.8) id WAA10861; Sun, 17 Jan 1999 22:36:45 -0800 (PST) (envelope-from asaddi) Message-Id: <199901180636.WAA10861@utopia.philosophysw.com> Date: Sun, 17 Jan 1999 22:36:45 -0800 (PST) From: asaddi@philosophysw.com Reply-To: asaddi@philosophysw.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9549: New port: news/newsfish Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9549 >Category: ports >Synopsis: New port: news/newsfish >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: Sun Jan 17 22:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Allan Saddi >Release: FreeBSD 2.2.8-STABLE i386 >Organization: Philosophy SoftWorks >Environment: Tested under 2.2.8-STABLE. Untested under -CURRENT. >Description: >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: # # newsfish # newsfish/pkg # newsfish/pkg/PLIST # newsfish/pkg/COMMENT # newsfish/pkg/DESCR # newsfish/Makefile # newsfish/files # newsfish/files/md5 # newsfish/patches # newsfish/patches/patch-aa # echo c - newsfish mkdir -p newsfish > /dev/null 2>&1 echo c - newsfish/pkg mkdir -p newsfish/pkg > /dev/null 2>&1 echo x - newsfish/pkg/PLIST sed 's/^X//' >newsfish/pkg/PLIST << 'END-of-newsfish/pkg/PLIST' Xbin/newsfish END-of-newsfish/pkg/PLIST echo x - newsfish/pkg/COMMENT sed 's/^X//' >newsfish/pkg/COMMENT << 'END-of-newsfish/pkg/COMMENT' Xbatch USENET news reader with filter capabilities END-of-newsfish/pkg/COMMENT echo x - newsfish/pkg/DESCR sed 's/^X//' >newsfish/pkg/DESCR << 'END-of-newsfish/pkg/DESCR' XFrom the README: X Xnewsfish, quite simply, is a batch USENET news reader. In other words, Xit is not interactive, and it has a very simple user interface. The power Xof newsfish is that it can sift through articles and save only the ones Xthat match your criteria. It does this by applying a set of regular Xexpressions (a la grep/egrep) to the headers of each article. X XArticles are saved in mailbox format, which makes them suitable for Xviewing under most popular mail readers. X Xhttp://www.philosophysw.com/ X X- Allan Saddi Xasaddi@philosophysw.com END-of-newsfish/pkg/DESCR echo x - newsfish/Makefile sed 's/^X//' >newsfish/Makefile << 'END-of-newsfish/Makefile' X# New ports collection makefile for: newsfish X# Version required: 1.0.1 X# Date created: 17 January 1999 X# Whom: asaddi@philosophysw.com X# X# $Id$ X# X XDISTNAME= newsfish-1.0.1 XCATEGORIES= news XMASTER_SITES= ftp://ftp.philosophysw.com/software/ X XMAINTAINER= asaddi@philosophysw.com X XMAN1= newsfish.1 X X.include END-of-newsfish/Makefile echo c - newsfish/files mkdir -p newsfish/files > /dev/null 2>&1 echo x - newsfish/files/md5 sed 's/^X//' >newsfish/files/md5 << 'END-of-newsfish/files/md5' XMD5 (newsfish-1.0.1.tar.gz) = 2dad23defa2ec762afbae873a71d7d93 END-of-newsfish/files/md5 echo c - newsfish/patches mkdir -p newsfish/patches > /dev/null 2>&1 echo x - newsfish/patches/patch-aa sed 's/^X//' >newsfish/patches/patch-aa << 'END-of-newsfish/patches/patch-aa' X--- Makefile.orig Sun Jan 17 20:33:42 1999 X+++ Makefile Sun Jan 17 20:34:29 1999 X@@ -1,6 +1,6 @@ X # $Id: Makefile,v 1.10 1999/01/18 04:29:07 asaddi Exp $ X-CFLAGS= -Wall -g -DDEBUG X-LDFLAGS= X+CFLAGS+= -DNDEBUG X+LDFLAGS+= -s X X # Uncomment the following for non-debug executables X #CFLAGS= -O2 -DNDEBUG END-of-newsfish/patches/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message