1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

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)
This commit is contained in:
Ollivier Robert 2002-07-30 14:16:28 +00:00
parent 9a35cb0bc6
commit c49e45aafb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63739
5 changed files with 49 additions and 0 deletions

35
news/newspost/Makefile Normal file
View File

@ -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>

1
news/newspost/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (newspost-2.0.tar.gz) = 664f96c37b2a6566cf55dc4e040648fe

View File

@ -0,0 +1 @@
Newspost is a full-featured USEnet binary autoposter

9
news/newspost/pkg-descr Normal file
View File

@ -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

3
news/newspost/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
bin/newspost
share/doc/newspost/README
@dirrm share/doc/newspost