From edb81c4fc4ba7f059a12cfd6641992347a954ef8 Mon Sep 17 00:00:00 2001 From: frueauf Date: Tue, 28 Apr 1998 11:05:52 +0000 Subject: Initial import of suck-3.9.3, based on pr 5332. --- news/suck/Makefile | 27 +++++++++++++++++++++++++++ news/suck/files/md5 | 1 + news/suck/patches/patch-aa | 12 ++++++++++++ news/suck/pkg/COMMENT | 1 + news/suck/pkg/DESCR | 13 +++++++++++++ news/suck/pkg/PLIST | 17 +++++++++++++++++ 6 files changed, 71 insertions(+) create mode 100644 news/suck/Makefile create mode 100644 news/suck/files/md5 create mode 100644 news/suck/patches/patch-aa create mode 100644 news/suck/pkg/COMMENT create mode 100644 news/suck/pkg/DESCR create mode 100644 news/suck/pkg/PLIST (limited to 'news') diff --git a/news/suck/Makefile b/news/suck/Makefile new file mode 100644 index 00000000000..19cda484072 --- /dev/null +++ b/news/suck/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1 1998/04/28 11:05:52 frueauf Exp $ +# + +DISTNAME= suck-3.9.3 +CATEGORIES= news +MASTER_SITES= http://home.att.net/~bobyetman/ +MASTER_SITES+= ftp://sunsite.unc.edu/pub/Linux/system/news/transport/ +MASTER_SITES+= ftp://tsx-11.mit.edu/pub/linux/sources/sbin/ + +MAINTAINER= root@garbled.net + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${LOCALBASE} + +MAN1= rpost.1 suck.1 testhost.1 lmove.1 + +post-patch: + @${CAT} ${WRKSRC}/Makefile.in | ${SED} \ + -e 's+%%%HISTORY%%%+'${LOCALBASE}'/etc/news/history+g' \ + >${WRKSRC}/Makefile.tmp + @${MV} ${WRKSRC}/Makefile.tmp ${WRKSRC}/Makefile.in + +post-install: + ${MKDIR} ${LOCALBASE}/share/examples/suck + ${CP} ${WRKSRC}/sample/* ${LOCALBASE}/share/examples/suck + +.include "../../mk/bsd.pkg.mk" diff --git a/news/suck/files/md5 b/news/suck/files/md5 new file mode 100644 index 00000000000..348d50551ca --- /dev/null +++ b/news/suck/files/md5 @@ -0,0 +1 @@ +MD5 (suck-3.9.3.tar.gz) = a97ec53290d2126506044fa780c7cd02 diff --git a/news/suck/patches/patch-aa b/news/suck/patches/patch-aa new file mode 100644 index 00000000000..543ab6ddbfa --- /dev/null +++ b/news/suck/patches/patch-aa @@ -0,0 +1,12 @@ +--- Makefile.in.orig Thu Feb 12 19:24:28 1998 ++++ Makefile.in Tue Apr 21 04:56:17 1998 +@@ -9,3 +9,3 @@ + #HISTORYF=/var/news/etc/history +-HISTORYF=/usr/lib/news/history ++HISTORYF=%%%HISTORY%%% + +@@ -132,3 +132,3 @@ + - mkdir -p $(bindir) +- - strip -s suck rpost testhost lmove ++ - strip suck rpost testhost lmove + $(INSTALL_PROGRAM) suck $(bindir)/suck diff --git a/news/suck/pkg/COMMENT b/news/suck/pkg/COMMENT new file mode 100644 index 00000000000..acbad3fc73a --- /dev/null +++ b/news/suck/pkg/COMMENT @@ -0,0 +1 @@ +Feed a local news server without a dedicated newsfeed. diff --git a/news/suck/pkg/DESCR b/news/suck/pkg/DESCR new file mode 100644 index 00000000000..59f5f0b7c10 --- /dev/null +++ b/news/suck/pkg/DESCR @@ -0,0 +1,13 @@ +The primary use for suck is to feed a local INN or CNEWS server, without +the remote NNTP feeding you articles. It is designed for a small, partial +news feed. It is NOT designed to feed 10,000 groups and 3 Gigs of articles +a day. + +This package contains software for copying news from an NNTP server to your +local machine, and copying replies back up to an NNTP server. + +The suck/rpost combination allows you to run your own INN/CNEWS site, +controlling where you get your news, and where you post outgoing articles. +Suck/rpost use only standard NNTP commands that are used by your favorite +news reader (tin, xvnews, strn) such as POST and ARTICLE. If you can use tin +or xvnews against a NNTP site, than you can use Suck/Rpost. diff --git a/news/suck/pkg/PLIST b/news/suck/pkg/PLIST new file mode 100644 index 00000000000..df42340c5d9 --- /dev/null +++ b/news/suck/pkg/PLIST @@ -0,0 +1,17 @@ +@comment $NetBSD: PLIST,v 1.1 1998/04/28 11:05:53 frueauf Exp $ +bin/suck +bin/rpost +bin/testhost +bin/lmove +man/man1/rpost.1 +man/man1/suck.1 +man/man1/testhost.1 +man/man1/lmove.1 +share/examples/suck/get.news.innxmit +share/examples/suck/get.news.rnews +share/examples/suck/killprg_child.c +share/examples/suck/put.news +share/examples/suck/suckkillfile.sample +share/examples/suck/sucknewsrc.sample +share/examples/suck/suckothermsgs.sample +@dirrm share/examples/suck -- cgit v1.2.3