diff options
author | peter <peter@FreeBSD.org> | 1997-01-06 15:28:33 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-01-06 15:28:33 +0000 |
commit | cf1dc9c1dc56d5beff81264a1ea0ff13b36b6b7a (patch) | |
tree | 910697c650d1bf17a9848eface995543aa7817f5 /news | |
parent | 1641bd79c1a7f3dbe3a5a7f916b1d19422aa6802 (diff) | |
download | FreeBSD-ports-cf1dc9c1dc56d5beff81264a1ea0ff13b36b6b7a.zip FreeBSD-ports-cf1dc9c1dc56d5beff81264a1ea0ff13b36b6b7a.tar.gz |
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 0000000..d9f6427 --- /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 0000000..68b199f --- /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 0000000..457ba39 --- /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 0000000..5680911 --- /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 0000000..7c0eab1 --- /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 |