Leafnode is an NNTP server designed for small sites

that dynamically "learns" which newsgroups should be
collected from a given news server.

Originally submitted by: Patrick Yu <pyu@rogidi.com>

I received "mailbox full" messages when I tried to contact
the author, so I've given myself as the maintainer for
the time being ('till I hear from Patrick).
This commit is contained in:
Brian Somers 1997-06-27 23:00:50 +00:00
parent 55a113fdff
commit 14fde1101a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7103
5 changed files with 41 additions and 0 deletions

27
news/leafnode/Makefile Normal file
View file

@ -0,0 +1,27 @@
# New ports collection makefile for: leafnode
# Version required: 1.0.1
# Date created: 10 April 1996
# Whom: Patrick Yu <pyu@rogidi.com>
# Brian Somers <brian@awfulhak.org>
#
# $Id:$
#
DISTNAME= leafnode-1.0.1
CATEGORIES+= news
MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/system/news/readers/ \
ftp://sunsite.doc.ic.ac.uk/Mirrors/sunsite.unc.edu/pub/Linux/system/news/readers/
MAINTAINER= brian@awfulhak.org
EXTRACT_SUFX= .ELF.tgz
post-install:
strip ${PREFIX}/sbin/fetch ${PREFIX}/sbin/leafnode ${PREFIX}/sbin/texpire
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man8/fetch.8 ${PREFIX}/man/man8/leafnode.8 \
${PREFIX}/man/man8/texpire.8
chmod 444 ${PREFIX}/man/man8/fetch.8.gz \
${PREFIX}/man/man8/leafnode.8.gz \
${PREFIX}/man/man8/texpire.8.gz
.endif
.include <bsd.port.mk>

1
news/leafnode/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (leafnode-1.0.1.ELF.tgz) = 2cbbc51e8a5ae96cbbc130d7f486fa4b

View file

@ -0,0 +1 @@
Leafnode is a USENET software package designed for small sites.

5
news/leafnode/pkg-descr Normal file
View file

@ -0,0 +1,5 @@
Leafnode v0.8 is a simple NNTP server designed for small sites.
It does NOT have NOV support.
For more detail, see http://www.troll.no/freebies/leafnode.html
--Patrick Yu

7
news/leafnode/pkg-plist Normal file
View file

@ -0,0 +1,7 @@
lib/leafnode/config.example
man/man8/fetch.8.gz
man/man8/leafnode.8.gz
man/man8/texpire.8.gz
sbin/fetch
sbin/leafnode
sbin/texpire