diff options
author | Steve Price <steve@FreeBSD.org> | 1999-01-26 03:39:07 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-01-26 03:39:07 +0000 |
commit | 5d1d5e5efe423ef3051f9aaebf14e863724140b6 (patch) | |
tree | a6c2e63f9a57a046d4dada6adae372c5d8b8f78d /news/newsfish | |
parent | df31203a629b905eeb790a04f894ab574672833f (diff) | |
download | ports-5d1d5e5efe423ef3051f9aaebf14e863724140b6.tar.gz ports-5d1d5e5efe423ef3051f9aaebf14e863724140b6.zip |
Notes
Diffstat (limited to 'news/newsfish')
-rw-r--r-- | news/newsfish/Makefile | 17 | ||||
-rw-r--r-- | news/newsfish/distinfo | 1 | ||||
-rw-r--r-- | news/newsfish/files/patch-aa | 11 | ||||
-rw-r--r-- | news/newsfish/pkg-comment | 1 | ||||
-rw-r--r-- | news/newsfish/pkg-descr | 15 | ||||
-rw-r--r-- | news/newsfish/pkg-plist | 1 |
6 files changed, 46 insertions, 0 deletions
diff --git a/news/newsfish/Makefile b/news/newsfish/Makefile new file mode 100644 index 000000000000..e653298308f4 --- /dev/null +++ b/news/newsfish/Makefile @@ -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> diff --git a/news/newsfish/distinfo b/news/newsfish/distinfo new file mode 100644 index 000000000000..f006c57424af --- /dev/null +++ b/news/newsfish/distinfo @@ -0,0 +1 @@ +MD5 (newsfish-1.0.1.tar.gz) = 2dad23defa2ec762afbae873a71d7d93 diff --git a/news/newsfish/files/patch-aa b/news/newsfish/files/patch-aa new file mode 100644 index 000000000000..7ac4a81947e4 --- /dev/null +++ b/news/newsfish/files/patch-aa @@ -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 diff --git a/news/newsfish/pkg-comment b/news/newsfish/pkg-comment new file mode 100644 index 000000000000..149941e1c1d0 --- /dev/null +++ b/news/newsfish/pkg-comment @@ -0,0 +1 @@ +Batch USENET news reader with filter capabilities. diff --git a/news/newsfish/pkg-descr b/news/newsfish/pkg-descr new file mode 100644 index 000000000000..a11af82dbb10 --- /dev/null +++ b/news/newsfish/pkg-descr @@ -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 diff --git a/news/newsfish/pkg-plist b/news/newsfish/pkg-plist new file mode 100644 index 000000000000..6ce3f947e575 --- /dev/null +++ b/news/newsfish/pkg-plist @@ -0,0 +1 @@ +bin/newsfish |