diff options
author | clement <clement@FreeBSD.org> | 2004-03-20 20:54:45 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-03-20 20:54:45 +0800 |
commit | aa9d2696b6cc59dea35b8f1944211cc8775c74dc (patch) | |
tree | d22e2ec69cdcb98a24cb0c379a67d4c5ec0e38c8 /news/Makefile | |
parent | 838ae235c5aed0d24ae7c0921df5c3d87444b36c (diff) | |
download | freebsd-ports-graphics-aa9d2696b6cc59dea35b8f1944211cc8775c74dc.tar.gz freebsd-ports-graphics-aa9d2696b6cc59dea35b8f1944211cc8775c74dc.tar.zst freebsd-ports-graphics-aa9d2696b6cc59dea35b8f1944211cc8775c74dc.zip |
Add nntpswitch 0.10, a NNTP content router.
NNTPSwitch is a NNTP content router. It's aimed at high-performance
news servers for ISPs and Usenet resellers. NNTPSwitch forwards client
connections to multiple backend servers to get its actual articles.
Depending on the backend server type, all NNTP commands and extensions
are supported, including (remote) authorization. Accounting is supported
in a user-friendly matter for data limited NNTP connections.
WWW: http://www.nntpswitch.org/
Diffstat (limited to 'news/Makefile')
-rw-r--r-- | news/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/news/Makefile b/news/Makefile index b135be8fde7..bd1e6f2e9e6 100644 --- a/news/Makefile +++ b/news/Makefile @@ -51,6 +51,7 @@ SUBDIR += nntp SUBDIR += nntpbtr SUBDIR += nntpcache + SUBDIR += nntpswitch SUBDIR += noffle SUBDIR += p5-Gateway SUBDIR += p5-NNTPClient |