diff options
author | Peter Wemm <peter@FreeBSD.org> | 1997-01-06 15:28:33 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1997-01-06 15:28:33 +0000 |
commit | 1f8cb145386ef964acee34408ece8618e17260fd (patch) | |
tree | cf6aaefb11ea32e4b7b81d4dd7e1c6e18d55a921 /news | |
parent | Previous modification to treat ttyv? as console introduced bug and this (diff) |
Import a port for nntpcache-1.0.1
(This is partly to test easy-import)
Submitted by: proff@suburbia.net
Diffstat (limited to 'news')
-rw-r--r-- | news/nntpcache/Makefile | 17 | ||||
-rw-r--r-- | news/nntpcache/distinfo | 1 | ||||
-rw-r--r-- | news/nntpcache/pkg-comment | 1 | ||||
-rw-r--r-- | news/nntpcache/pkg-descr | 9 | ||||
-rw-r--r-- | news/nntpcache/pkg-plist | 5 |
5 files changed, 33 insertions, 0 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile new file mode 100644 index 000000000000..d9f6427ef993 --- /dev/null +++ b/news/nntpcache/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: nntpcache +# Version required: 1.0.1 +# Date created: 6 January 1997 +# Whom: proff@suburbia.net +# +# $Id$ +# + +DISTNAME= nntpcache-1.0.1 +CATEGORIES+= news +MASTER_SITES= ftp://nntpcache.org/pub/nntpcache/ + +GNU_CONFIGURE= TRUE + +MAINTAINER= nntpcache@nntpcache.org + +.include <bsd.port.mk> diff --git a/news/nntpcache/distinfo b/news/nntpcache/distinfo new file mode 100644 index 000000000000..68b199f0d2aa --- /dev/null +++ b/news/nntpcache/distinfo @@ -0,0 +1 @@ +MD5 (nntpcache-1.0.1.tar.gz) = bd7d538c4033a1355db311ef6dcc6bb0 diff --git a/news/nntpcache/pkg-comment b/news/nntpcache/pkg-comment new file mode 100644 index 000000000000..457ba39ec2be --- /dev/null +++ b/news/nntpcache/pkg-comment @@ -0,0 +1 @@ +NNTPCache news caching system. diff --git a/news/nntpcache/pkg-descr b/news/nntpcache/pkg-descr new file mode 100644 index 000000000000..5680911b7222 --- /dev/null +++ b/news/nntpcache/pkg-descr @@ -0,0 +1,9 @@ +nntpcache (very efficiently) executes on the localhost pretending to be +an NNRP news reading server. In fact, what it does is pass certain NNTP +commands through to real (remote and possibly local) news-servers based +on various pattern matching rules. nntpcache then takes the output from +those servers and caches & indexes it in funky ways (much specific case +magic goes into this). The next time such information is asked for, or +other information which can be logically inferred from the previously +collated information, it is sent directly from the cache, without +consulting the remote servers. diff --git a/news/nntpcache/pkg-plist b/news/nntpcache/pkg-plist new file mode 100644 index 000000000000..7c0eab1d2b32 --- /dev/null +++ b/news/nntpcache/pkg-plist @@ -0,0 +1,5 @@ +@cwd /usr/local +sbin/nntpcached +man/man8/nntpcached.8 +@unexec rm -rf %D/etc/nntpcache +@unexec rm -rf %D/newscache |