diff options
author | roberto <roberto@FreeBSD.org> | 2002-07-30 22:16:28 +0800 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 2002-07-30 22:16:28 +0800 |
commit | b902786952b881db7be3bd0b444de25c9eee2307 (patch) | |
tree | c40fc2acd67166e275041d7e1247de57a5e5951b /news/newspost | |
parent | 7d0797ccfa56d0cebed3f071f9105f4b7f848adf (diff) | |
download | freebsd-ports-gnome-b902786952b881db7be3bd0b444de25c9eee2307.tar.gz freebsd-ports-gnome-b902786952b881db7be3bd0b444de25c9eee2307.tar.zst freebsd-ports-gnome-b902786952b881db7be3bd0b444de25c9eee2307.zip |
Newspost is a full-featured Usenet binary autoposter. It is meant as
an all-in-one posting solution. In addition to posting files, it can
post text prefixes, and generate and post .SFV files and .PAR volumes.
WWW: http://newspost.unixcab.org/
AUTHOR: Jim Faulkner <newspost@unixcab.org>
PR: ports/40916
Submitted by: Michael L. Hostbaek (mich@freebsdcluster.org)
Diffstat (limited to 'news/newspost')
-rw-r--r-- | news/newspost/Makefile | 35 | ||||
-rw-r--r-- | news/newspost/distinfo | 1 | ||||
-rw-r--r-- | news/newspost/pkg-comment | 1 | ||||
-rw-r--r-- | news/newspost/pkg-descr | 9 | ||||
-rw-r--r-- | news/newspost/pkg-plist | 3 |
5 files changed, 49 insertions, 0 deletions
diff --git a/news/newspost/Makefile b/news/newspost/Makefile new file mode 100644 index 000000000000..faa0448b5026 --- /dev/null +++ b/news/newspost/Makefile @@ -0,0 +1,35 @@ +# ex:ts=8 +# Ports collection makefile for: newspost +# Date created: Tue Jul 23, 2002 +# Whom: Michael L. Hostbaek (mich@freebsdcluster.org) +# +# $FreeBSD$ +# + +PORTNAME= newspost +PORTVERSION= 2.0 +CATEGORIES= news +MASTER_SITES= http://newspost.unixcab.org/download/ + +MAINTAINER= mich@freebsdcluster.org + +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} + +USE_REINPLACE= yes + +post-patch: + @${REINPLACE_CMD} -e "s|^CC|#CC|g" \ + -e "s|^OPT_FLAGS|#OPT_FLAGS|g" ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} + ${INSTALL_MAN} ${WRKSRC}/man/man1/newspost.1 ${PREFIX}/man/man1 + +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README +.endif + +MAN1= newspost.1 + +.include <bsd.port.mk> diff --git a/news/newspost/distinfo b/news/newspost/distinfo new file mode 100644 index 000000000000..6b5f7cfb0af7 --- /dev/null +++ b/news/newspost/distinfo @@ -0,0 +1 @@ +MD5 (newspost-2.0.tar.gz) = 664f96c37b2a6566cf55dc4e040648fe diff --git a/news/newspost/pkg-comment b/news/newspost/pkg-comment new file mode 100644 index 000000000000..70fd0d03441c --- /dev/null +++ b/news/newspost/pkg-comment @@ -0,0 +1 @@ +Newspost is a full-featured USEnet binary autoposter diff --git a/news/newspost/pkg-descr b/news/newspost/pkg-descr new file mode 100644 index 000000000000..02b46170227e --- /dev/null +++ b/news/newspost/pkg-descr @@ -0,0 +1,9 @@ +Newspost is a full-featured USEnet binary autoposter. It is meant as +an all-in-one posting solution. In addition to posting files, it can +post text prefixes, and generate and post .SFV files and .PAR volumes. + +WWW: http://newspost.unixcab.org/ +AUTHOR: Jim Faulkner <newspost@unixcab.org> + + - Michael L. Hostbaek + mich@freebsdcluster.org diff --git a/news/newspost/pkg-plist b/news/newspost/pkg-plist new file mode 100644 index 000000000000..e99b31bc1835 --- /dev/null +++ b/news/newspost/pkg-plist @@ -0,0 +1,3 @@ +bin/newspost +share/doc/newspost/README +@dirrm share/doc/newspost |