summaryrefslogtreecommitdiff
path: root/news/nntpcache/pkg-descr
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-01-06 15:28:33 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-01-06 15:28:33 +0000
commit1f8cb145386ef964acee34408ece8618e17260fd (patch)
treecf6aaefb11ea32e4b7b81d4dd7e1c6e18d55a921 /news/nntpcache/pkg-descr
parentPrevious 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
Notes
Notes: svn path=/head/; revision=5239
Diffstat (limited to 'news/nntpcache/pkg-descr')
-rw-r--r--news/nntpcache/pkg-descr9
1 files changed, 9 insertions, 0 deletions
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.