summaryrefslogtreecommitdiff
path: root/news/Makefile
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-03-20 12:54:45 +0000
committerClement Laforet <clement@FreeBSD.org>2004-03-20 12:54:45 +0000
commitca38353a6a2f7d533bdfd1b847abb088c264954d (patch)
treea5990b8457c956b6a05231974ae4e7dc75d8a71c /news/Makefile
parentFix mispelled CONFIGURE_ARGS option (diff)
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/
Notes
Notes: svn path=/head/; revision=104733
Diffstat (limited to 'news/Makefile')
-rw-r--r--news/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/news/Makefile b/news/Makefile
index b135be8fde72..bd1e6f2e9e69 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