Date: Mon, 11 Jun 2001 12:42:36 -0400 (EDT) From: petef@databits.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/28067: New port: news/newsgrab Message-ID: <200106111642.f5BGgaQ04936@electron.databits.net>
next in thread | raw e-mail | index | archive | help
>Number: 28067 >Category: ports >Synopsis: New port: news/newsgrab >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 11 09:50:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: 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 Note: this depends on news/p5-News-NNTPClient in PR ports/28057 >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # newsgrab # newsgrab/pkg-descr # newsgrab/pkg-plist # newsgrab/Makefile # newsgrab/distinfo # newsgrab/pkg-comment # echo c - newsgrab mkdir -p newsgrab > /dev/null 2>&1 echo x - newsgrab/pkg-descr sed 's/^X//' >newsgrab/pkg-descr << 'END-of-newsgrab/pkg-descr' XBased on a given regular expression and news group, newsgrab will Xconnect to your NNTP server and download all the binaries in articles Xthat match the given regexp and uudecode them. X XWWW: http://phunkbros.dk/?page=goodiebag X X- Pete Xpetef@databits.net END-of-newsgrab/pkg-descr echo x - newsgrab/pkg-plist sed 's/^X//' >newsgrab/pkg-plist << 'END-of-newsgrab/pkg-plist' Xbin/newsgrab X%%PORTDOCS%%share/doc/newsgrab/README X%%PORTDOCS%%@dirrm share/doc/newsgrab END-of-newsgrab/pkg-plist echo x - newsgrab/Makefile sed 's/^X//' >newsgrab/Makefile << 'END-of-newsgrab/Makefile' X# New ports collection makefile for: newsgrab X# Date Created: 11 June 2001 X# Whom: Pete Fritchman <petef@databits.net> X# X# $FreeBSD$ X# X XPORTNAME= newsgrab XPORTVERSION= 0.1.1 XCATEGORIES= news XMASTER_SITES= http://phunkbros.dk/newsgrab/ X XMAINTAINER= petef@databits.net X XRUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/News/NNTPClient.pm:${PORTSDIR}/news/p5-News-NNTPClient X XNO_BUILD= yes XUSE_PERL5= yes X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/newsgrab.pl ${PREFIX}/bin/newsgrab X.if !defined(NOPORTDOCS) X @${MKDIR} ${PREFIX}/share/doc/newsgrab X ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/newsgrab X.endif X X.include <bsd.port.mk> END-of-newsgrab/Makefile echo x - newsgrab/distinfo sed 's/^X//' >newsgrab/distinfo << 'END-of-newsgrab/distinfo' XMD5 (newsgrab-0.1.1.tar.gz) = 04d59241c5759363ff4c39f63e6f28c0 END-of-newsgrab/distinfo echo x - newsgrab/pkg-comment sed 's/^X//' >newsgrab/pkg-comment << 'END-of-newsgrab/pkg-comment' XDownload and uuencode binary files from USENET using regexps END-of-newsgrab/pkg-comment exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106111642.f5BGgaQ04936>