diff options
author | adam <adam@FreeBSD.org> | 1994-10-03 03:27:48 +0800 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1994-10-03 03:27:48 +0800 |
commit | 1affcc7b8f7b60665a5d404a2348037e4937bd11 (patch) | |
tree | 7879985240a107f53c2da93101459a4d4649222e /news | |
parent | c4033965edcca1325453a2ddd7b4b65bb9253d37 (diff) | |
download | freebsd-ports-gnome-1affcc7b8f7b60665a5d404a2348037e4937bd11.tar.gz freebsd-ports-gnome-1affcc7b8f7b60665a5d404a2348037e4937bd11.tar.zst freebsd-ports-gnome-1affcc7b8f7b60665a5d404a2348037e4937bd11.zip |
NN newsreader with NOV support
nnmaster is installed but not used by default
Diffstat (limited to 'news')
-rw-r--r-- | news/nn/Makefile | 19 | ||||
-rw-r--r-- | news/nn/pkg-comment | 1 | ||||
-rw-r--r-- | news/nn/pkg-descr | 1 | ||||
-rw-r--r-- | news/nn/pkg-plist | 26 |
4 files changed, 47 insertions, 0 deletions
diff --git a/news/nn/Makefile b/news/nn/Makefile new file mode 100644 index 000000000000..5996341cbc69 --- /dev/null +++ b/news/nn/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: nn +# Version required: 6.5.0 +# Date created: 24 September 1994 +# Whom: adam +# +# $Id$ +# + +DISTNAME= nn-6.5.0.b3 +MASTER_SITES= ftp://uniwa.uwa.edu.au/pub/nn/beta/ + +pre-configure: + @cp ${WRKSRC}/config.h-dist ${WRKSRC}/config.h + @cp ${WRKSRC}/conf/s-386bsd.h ${WRKSRC}/conf/s-freebsd.h + +install: all + @cd ${WRKSRC}; ./inst s + +.include <bsd.port.mk> diff --git a/news/nn/pkg-comment b/news/nn/pkg-comment new file mode 100644 index 000000000000..2a559f33561a --- /dev/null +++ b/news/nn/pkg-comment @@ -0,0 +1 @@ +NN newsreader, version 6.5.0.b3 diff --git a/news/nn/pkg-descr b/news/nn/pkg-descr new file mode 100644 index 000000000000..e91c29f1ec55 --- /dev/null +++ b/news/nn/pkg-descr @@ -0,0 +1 @@ +No News is good news. This version of nn has NOV support. diff --git a/news/nn/pkg-plist b/news/nn/pkg-plist new file mode 100644 index 000000000000..b14c67addccf --- /dev/null +++ b/news/nn/pkg-plist @@ -0,0 +1,26 @@ +@cwd /usr/local +lib/nn +bin/nn +bin/nnusages +bin/nngrab +bin/nnstats +bin/nncheck +bin/nnadmin +bin/nntidy +bin/nngoback +bin/nngrep +bin/nnpost +bin/nnbatch +man/man1/nn.1 +man/man1/nncheck.1 +man/man1/nngoback.1 +man/man1/nngrab.1 +man/man1/nngrep.1 +man/man1/nnpost.1 +man/man1/nntidy.1 +man/man1/nnacct.1m +man/man1/nnadmin.1m +man/man1/nnstats.1m +man/man1/nnusages.1m +man/man8/nnmaster.8 +man/man8/nnspew.8 |