aboutsummaryrefslogtreecommitdiffstats
path: root/news/newsstar/pkg-descr
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-05-15 01:54:04 +0800
committerpav <pav@FreeBSD.org>2004-05-15 01:54:04 +0800
commit72ee36a6111dfdc8c6c201b85c936f7e445bf9f7 (patch)
tree74d6ed1e9f565dd6f4cce10844ae7083c24e0fde /news/newsstar/pkg-descr
parentcb0e69daad358eaec7bf9c304d7c65965f157f87 (diff)
downloadfreebsd-ports-gnome-72ee36a6111dfdc8c6c201b85c936f7e445bf9f7.tar.gz
freebsd-ports-gnome-72ee36a6111dfdc8c6c201b85c936f7e445bf9f7.tar.zst
freebsd-ports-gnome-72ee36a6111dfdc8c6c201b85c936f7e445bf9f7.zip
Add newsstar, a program that fetches news from a number of remote NNTP servers
and posts it to a local server (INN or sn), and also posts outgoing articles from the local server to the remote ones. It uses a configurable number of multiple processes or "threads" to maximise bandwidth utilisation. The threads are coordinated to avoid downloading multiple copies of the same article. PR: ports/66441 Submitted by: Andrey Slusar <vasallia@ukr.net>
Diffstat (limited to 'news/newsstar/pkg-descr')
-rw-r--r--news/newsstar/pkg-descr20
1 files changed, 20 insertions, 0 deletions
diff --git a/news/newsstar/pkg-descr b/news/newsstar/pkg-descr
new file mode 100644
index 000000000000..43ed7f32d44a
--- /dev/null
+++ b/news/newsstar/pkg-descr
@@ -0,0 +1,20 @@
+Newsstar fetches news and posts it to a local server; INN, s-news and sn are
+supported, and it should be easy to adapt for other servers with some
+configuration and extra scripts. It's designed for Unix-like systems, and all
+the development was done on Linux.
+
+There are already plenty of other programs to do this, but what makes newsstar
+special is that it can make multiple simultaneous connections, not only to
+one server, but to several, supporting up to 10 threads. Before fetching each
+article it checks that it hasn't already been downloaded by another thread or
+in a previous session. It can also pipeline article requests to make better
+use of available bandwidth.
+
+I wrote it because a number of ISPs I have used suffer from unreliable
+newsfeeds. There is an excellent free server made available by
+news.individual.net, but it can be a bit slow at times, and using external
+servers uses more bandwidth. Therefore I wanted a program which could fetch
+whatever articles my ISP has available, but use the foreign server to avoid
+missing posts or getting them very late, and to do it as fast as possible.
+
+WWW: http://newsstar.sourceforge.net/