From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 22 21:30:28 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB55416AB1D for ; Mon, 22 May 2006 21:30:28 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E24443D55 for ; Mon, 22 May 2006 21:30:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k4MLUSWV078581 for ; Mon, 22 May 2006 21:30:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4MLUSnf078580; Mon, 22 May 2006 21:30:28 GMT (envelope-from gnats) Date: Mon, 22 May 2006 21:30:28 GMT Message-Id: <200605222130.k4MLUSnf078580@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Tim Welch Cc: Subject: Re: ports/97643: New Port: news/p5-nzbperl: A simple nzb downloader script X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tim Welch List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 May 2006 21:30:28 -0000 The following reply was made to PR ports/97643; it has been noted by GNATS. From: Tim Welch To: bug-followup@freebsd.org Cc: ports@thepentagon.org Subject: Re: ports/97643: New Port: news/p5-nzbperl: A simple nzb downloader script Date: Mon, 22 May 2006 16:28:02 -0500 (CDT) Ok, last try. Honest. # 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: # # nzbperl # nzbperl/Makefile # nzbperl/distinfo # nzbperl/pkg-descr # nzbperl/pkg-message # echo c - nzbperl mkdir -p nzbperl > /dev/null 2>&1 echo x - nzbperl/Makefile sed 's/^X//' >nzbperl/Makefile << 'END-of-nzbperl/Makefile' X# New ports collection makefile for: nzbperl X# Date created: 20 May 2006 X# Whom: Tim Welch X# X# $FreeBSD$ X# X XPORTNAME= nzbperl XPORTVERSION= 0.6.8 XCATEGORIES= news XMASTER_SITES= http://noisybox.net/computers/nzbperl/ XDISTNAME= nzbperl.pl XEXTRACT_SUFX= X XMAINTAINER= ports@thepentagon.org XCOMMENT= A perl script for downloading nzb files X XRUN_DEPENDS= ${SITE_PERL}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM \ X ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ X ${LOCALBASE}/bin/uudeview:${PORTSDIR}/converters/uudeview X XPLIST_FILES= bin/nzbperl XNO_BUILD= yes XUSE_PERL5_RUN= yes X X.if defined(WITH_SSL) XRUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay X.endif X Xdo-extract: X @${MKDIR} ${WRKDIR} X @${CP} ${DISTDIR}/${DISTNAME} ${WRKDIR} X @${REINPLACE_CMD} -e \ X "s,#!/usr/bin/perl -w,#!/usr/local/bin/perl -w," \ X ${WRKDIR}/nzbperl.pl X Xdo-install: X ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin/${PORTNAME} X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include END-of-nzbperl/Makefile echo x - nzbperl/distinfo sed 's/^X//' >nzbperl/distinfo << 'END-of-nzbperl/distinfo' XMD5 (nzbperl.pl) = 70e64b7cd4ff9c7c098bf8dffeb62578 XSHA256 (nzbperl.pl) = 6a116e647b45d4ccecd06f20a7363e4d69f20082df60fe373fb9c219cabe9185 XSIZE (nzbperl.pl) = 99238 END-of-nzbperl/distinfo echo x - nzbperl/pkg-descr sed 's/^X//' >nzbperl/pkg-descr << 'END-of-nzbperl/pkg-descr' XNzbPerl is a perl script for downloading nzb files. It supports automated Xparsing and sorting of nzb files, multiple servers, automated downloading, Xassmbling and decoding of message parts, and has user controlled bandwidth Xthrottling during runtime. X XWWW: http://noisybox.net/computers/nzbperl/ END-of-nzbperl/pkg-descr echo x - nzbperl/pkg-message sed 's/^X//' >nzbperl/pkg-message << 'END-of-nzbperl/pkg-message' X================================================================ X XNOTE: X Nzbperl prefers a threaded perl, which FreeBSD does not Xship with. Either lang/perl5.8 has to be compiled with XWITH_THREADS=1 or nzbperl must be run with -dthreadct=0. Note Xthat nzbperl will pause downloading while each file part is Xdecoded if a threaded perl is not used. X X================================================================ END-of-nzbperl/pkg-message exit