pkg-descr

Noffle is a Usenet news server optimized for few users and low
speed dial-up connections to the Internet. It acts as a server
to news clients running on the local host, but gets its news
feed by acting as a client to a remote server. Allows reading
news offline with many news clients, even if they do not
support offline reading by themselves.

WWW: http://noffle.sourceforge.net

pkg-message

****************************************************************************
To enable the noffle-daemon, add the following line to your /etc/inetd.conf:

nntp stream tcp nowait news /usr/local/bin/noffle -r
****************************************************************************

pkg-plist

bin/noffle
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/FAQ
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/INTERNALS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/noffle.lsm
%%PORTDOCS%%%%DOCSDIR%%/testing.txt
etc/noffle.conf.sample
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@cwd /
@exec mkdir -p %%SPOOL_DIR%%
@exec mkdir -p %%SPOOL_DIR%%/data
@exec mkdir -p %%SPOOL_DIR%%/lock
@exec mkdir -p %%SPOOL_DIR%%/outgoing
@exec mkdir -p %%SPOOL_DIR%%/overview
@exec mkdir -p %%SPOOL_DIR%%/requested
@unexec rm -rf %%SPOOL_DIR%%