1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Initial import of newsfish version 1.0.1.

A batch USENET news reader with filter capabilities.

PR:		9549
Submitted by:	Allan Saddi <asaddi@philosophysw.com>
This commit is contained in:
Steve Price 1999-01-26 03:39:07 +00:00
parent df31203a62
commit 5d1d5e5efe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16348
6 changed files with 46 additions and 0 deletions

17
news/newsfish/Makefile Normal file
View File

@ -0,0 +1,17 @@
# New ports collection makefile for: newsfish
# Version required: 1.0.1
# Date created: 17 January 1999
# Whom: asaddi@philosophysw.com
#
# $Id$
#
DISTNAME= newsfish-1.0.1
CATEGORIES= news
MASTER_SITES= ftp://ftp.philosophysw.com/software/
MAINTAINER= asaddi@philosophysw.com
MAN1= newsfish.1
.include <bsd.port.mk>

1
news/newsfish/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (newsfish-1.0.1.tar.gz) = 2dad23defa2ec762afbae873a71d7d93

View File

@ -0,0 +1,11 @@
--- Makefile.orig Sun Jan 17 20:33:42 1999
+++ Makefile Sun Jan 17 20:34:29 1999
@@ -1,6 +1,6 @@
# $Id: Makefile,v 1.10 1999/01/18 04:29:07 asaddi Exp $
-CFLAGS= -Wall -g -DDEBUG
-LDFLAGS=
+CFLAGS+= -DNDEBUG
+LDFLAGS+= -s
# Uncomment the following for non-debug executables
#CFLAGS= -O2 -DNDEBUG

View File

@ -0,0 +1 @@
Batch USENET news reader with filter capabilities.

15
news/newsfish/pkg-descr Normal file
View File

@ -0,0 +1,15 @@
From the README:
newsfish, quite simply, is a batch USENET news reader. In other words,
it is not interactive, and it has a very simple user interface. The power
of newsfish is that it can sift through articles and save only the ones
that match your criteria. It does this by applying a set of regular
expressions (a la grep/egrep) to the headers of each article.
Articles are saved in mailbox format, which makes them suitable for
viewing under most popular mail readers.
http://www.philosophysw.com/
- Allan Saddi
asaddi@philosophysw.com

1
news/newsfish/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/newsfish