1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Add sn 0.3.6,

sn a small news system for small sites serving perhaps a few
dozen newsgroups, and with a slow connection to the internet.
It is similar to Leafnode. The target user is a home or SOHO
with a single modem connection to the Internet, maybe running
IP masq or similar, and serving a few workstations.

PR:		ports/63263
Submitted by:	Andreas Fehlner <fehlner@gmx.del>
This commit is contained in:
Kirill Ponomarev 2004-02-23 16:30:00 +00:00
parent 77928f84a7
commit a856d49c19
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101874
5 changed files with 87 additions and 0 deletions

View File

@ -68,6 +68,7 @@
SUBDIR += slrnconf
SUBDIR += slrnface
SUBDIR += slurp
SUBDIR += sn
SUBDIR += suck
SUBDIR += suck-cnews
SUBDIR += t-gnus

42
news/sn/Makefile Normal file
View File

@ -0,0 +1,42 @@
# New ports collection makefile for: sn
# Date created: 2004-02-21
# Whom: Andreas Fehlner <fehlner@gmx.del>
#
# $FreeBSD$
#
PORTNAME= sn
PORTVERSION= 0.3.6
CATEGORIES= news
MASTER_SITES= http://www.infa.abo.fi/~patrik/sn/files/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= fehlner@gmx.de
COMMENT= Small news system for small sites serving
DOCS= README CHANGES FAQ INSTALL INTERNALS \
THANKS TODO INSTALL.notes INSTALL.notes2 \
INSTALL.run INSTALL.upgrade
USE_BZIP2= yes
USE_GMAKE= yes
USE_REINPLACE= yes
MAN8= sn.8 sncancel.8 sncat.8 sndelgroup.8 sndumpdb.8 \
snexpire.8 snfetch.8 snget.8 sngetd.8 snmail.8 \
snnewgroup.8 snntpd.8 snprimedb.8 snscan.8 snsend.8 \
snsplit.8 snstore.8
post-patch:
@${REINPLACE_CMD} -e 's|^PREFIX|#PREFIX|g' ${WRKSRC}/Makefile
pre-install:
@${MKDIR} /var/spool/news
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>

2
news/sn/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (sn-0.3.6.tar.bz2) = 320e614c388d94c68425ff471effb383
SIZE (sn-0.3.6.tar.bz2) = 92038

10
news/sn/pkg-descr Normal file
View File

@ -0,0 +1,10 @@
sn a small news system for small sites serving perhaps a few dozen
newsgroups, and with a slow connection to the internet. It is similar
to Leafnode. The target user is a home or SOHO with a single modem
connection to the Internet, maybe running IP masq or similar, and
serving a few workstations.
WWW: http://infa.abo.fi/~patrik/sn/
-Andreas Fehlner
fehlner@gmx.de

32
news/sn/pkg-plist Normal file
View File

@ -0,0 +1,32 @@
%%PORTDOCS%%%%DOCSDIR%%/TODO
%%PORTDOCS%%%%DOCSDIR%%/THANKS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/INTERNALS
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.upgrade
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.run
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.notes2
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.notes
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/FAQ
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
sbin/snstore
sbin/snsplit
sbin/snsend
sbin/snscan
sbin/snprimedb
sbin/snntpd
sbin/snnewgroup
sbin/snmail
sbin/sngetd
sbin/snget
sbin/snfetch
sbin/snexpire
sbin/sndumpdb
sbin/sndelgroup
sbin/sncat
sbin/sncancel
sbin/lockf
sbin/dot-outgoing.ex
sbin/POST
sbin/HELLO
%%PORTDOCS%%@dirrm %%DOCSDIR%%