1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

add newsgrag

Download and uuencode binary files from USENET using regexps

PR:		280687
Submitted by:	Pete Fritchman <petef@databits.net>
This commit is contained in:
Ying-Chieh Liao 2001-07-06 17:29:37 +00:00
parent 8a326e6627
commit 2ce4d8b5da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44838
6 changed files with 41 additions and 0 deletions

View File

@ -25,6 +25,7 @@
SUBDIR += leafnode+
SUBDIR += newsfetch
SUBDIR += newsfish
SUBDIR += newsgrab
SUBDIR += newsx
SUBDIR += nn
SUBDIR += nntp

27
news/newsgrab/Makefile Normal file
View File

@ -0,0 +1,27 @@
# New ports collection makefile for: newsgrab
# Date Created: 11 June 2001
# Whom: Pete Fritchman <petef@databits.net>
#
# $FreeBSD$
#
PORTNAME= newsgrab
PORTVERSION= 0.1.1
CATEGORIES= news
MASTER_SITES= http://phunkbros.dk/newsgrab/
MAINTAINER= petef@databits.net
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/News/NNTPClient.pm:${PORTSDIR}/news/p5-NNTPClient
NO_BUILD= yes
USE_PERL5= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/newsgrab.pl ${PREFIX}/bin/newsgrab
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/newsgrab
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/newsgrab
.endif
.include <bsd.port.mk>

1
news/newsgrab/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (newsgrab-0.1.1.tar.gz) = 04d59241c5759363ff4c39f63e6f28c0

View File

@ -0,0 +1 @@
Download and uuencode binary files from USENET using regexps

8
news/newsgrab/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
Based on a given regular expression and news group, newsgrab will
connect to your NNTP server and download all the binaries in articles
that match the given regexp and uudecode them.
WWW: http://phunkbros.dk/?page=goodiebag
- Pete
petef@databits.net

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

@ -0,0 +1,3 @@
bin/newsgrab
%%PORTDOCS%%share/doc/newsgrab/README
%%PORTDOCS%%@dirrm share/doc/newsgrab