diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-11 05:25:15 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-11 05:25:15 +0000 |
commit | b71abfeac5a54d5a32cb82d17a9d28a96943b1d6 (patch) | |
tree | 8b403fda799f3928861fa050d5b3b7180c628336 | |
parent | 72dd9ee587ae87eb403aff9378c67ed114bdbbe7 (diff) | |
download | ports-b71abfeac5a54d5a32cb82d17a9d28a96943b1d6.tar.gz ports-b71abfeac5a54d5a32cb82d17a9d28a96943b1d6.zip |
Notes
-rw-r--r-- | news/Makefile | 1 | ||||
-rw-r--r-- | news/multisuck/Makefile | 27 | ||||
-rw-r--r-- | news/multisuck/distinfo | 1 | ||||
-rw-r--r-- | news/multisuck/pkg-comment | 1 | ||||
-rw-r--r-- | news/multisuck/pkg-descr | 5 | ||||
-rw-r--r-- | news/multisuck/pkg-plist | 5 |
6 files changed, 40 insertions, 0 deletions
diff --git a/news/Makefile b/news/Makefile index b5a0bcf84266..75795a291821 100644 --- a/news/Makefile +++ b/news/Makefile @@ -25,6 +25,7 @@ SUBDIR += knews SUBDIR += leafnode SUBDIR += leafnode+ + SUBDIR += multisuck SUBDIR += newscache SUBDIR += newsfetch SUBDIR += newsfish diff --git a/news/multisuck/Makefile b/news/multisuck/Makefile new file mode 100644 index 000000000000..ed9e6d2b2d73 --- /dev/null +++ b/news/multisuck/Makefile @@ -0,0 +1,27 @@ +# ex:ts=8 +# Ports collection makefile for: multisuck +# Date created: Aug 11, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= multisuck +PORTVERSION= 1.0.3 +CATEGORIES= news +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org + +GNU_CONFIGURE= yes +ALL_TARGET= msuck + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/msuck ${PREFIX}/bin +.if !defined(NOPORTDOCS) + @${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/samples/*.sample ${EXAMPLESDIR} +.endif + +.include <bsd.port.mk> diff --git a/news/multisuck/distinfo b/news/multisuck/distinfo new file mode 100644 index 000000000000..3f9001233cbe --- /dev/null +++ b/news/multisuck/distinfo @@ -0,0 +1 @@ +MD5 (multisuck-1.0.3.tar.gz) = 5bde5e76198ad798ecb59d49537be81d diff --git a/news/multisuck/pkg-comment b/news/multisuck/pkg-comment new file mode 100644 index 000000000000..20a33cebb0c2 --- /dev/null +++ b/news/multisuck/pkg-comment @@ -0,0 +1 @@ +Multi-server/conn news suck diff --git a/news/multisuck/pkg-descr b/news/multisuck/pkg-descr new file mode 100644 index 000000000000..e88de0a735fc --- /dev/null +++ b/news/multisuck/pkg-descr @@ -0,0 +1,5 @@ +A multi-server, multi-connections-per-server Usenet news sucking mechanism. +Feeds articles to a local news server. Powerful filtering capability. Runs +continuously as a quasi-daemon. + +WWW: http://multisuck.sourceforge.net/ diff --git a/news/multisuck/pkg-plist b/news/multisuck/pkg-plist new file mode 100644 index 000000000000..db4b3c292a0b --- /dev/null +++ b/news/multisuck/pkg-plist @@ -0,0 +1,5 @@ +bin/msuck +%%PORTDOCS%%share/examples/multisuck/filters.sample +%%PORTDOCS%%share/examples/multisuck/newsrc.sample +%%PORTDOCS%%share/examples/multisuck/suck.cfg.sample +%%PORTDOCS%%@dirrm share/examples/multisuck |