diff options
author | peter <peter@FreeBSD.org> | 1997-01-06 23:28:33 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-01-06 23:28:33 +0800 |
commit | cf1dc9c1dc56d5beff81264a1ea0ff13b36b6b7a (patch) | |
tree | 910697c650d1bf17a9848eface995543aa7817f5 /news/nntpcache/pkg-descr | |
parent | 1641bd79c1a7f3dbe3a5a7f916b1d19422aa6802 (diff) | |
download | freebsd-ports-gnome-cf1dc9c1dc56d5beff81264a1ea0ff13b36b6b7a.tar.gz freebsd-ports-gnome-cf1dc9c1dc56d5beff81264a1ea0ff13b36b6b7a.tar.zst freebsd-ports-gnome-cf1dc9c1dc56d5beff81264a1ea0ff13b36b6b7a.zip |
Import a port for nntpcache-1.0.1
(This is partly to test easy-import)
Submitted by: proff@suburbia.net
Diffstat (limited to 'news/nntpcache/pkg-descr')
-rw-r--r-- | news/nntpcache/pkg-descr | 9 |
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. |