Date: Thu, 7 Aug 2003 23:42:47 +0200 From: "Clement Laforet" <sheepkiller@cultdeadsheep.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Clement Laforet <sheepkiller@cultdeadsheep.org> Subject: ports/55353: [new port] net/pear-Net_NNTP: PEAR class that provides an implementation of the NNTP protocol Message-ID: <20030807214237.AC5A743FE0@mx1.FreeBSD.org> Resent-Message-ID: <200308072150.h77LoEFY018954@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 55353 >Category: ports >Synopsis: [new port] net/pear-Net_NNTP: PEAR class that provides an implementation of the NNTP protocol >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Aug 07 14:50:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Clement Laforet >Release: FreeBSD 5.1-CURRENT i386 >Organization: cotds.org >Environment: System: FreeBSD chuck.cultdeadsheep.org 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Thu Jul 31 03:00:20 CEST 2003 clement@chuck.cultdeadsheep.org:/usr/obj/usr/src/sys/CHUCK i386 >Description: Complete class for communicating with an NNTP server (this is: the USENET), including: post, view, list, authentication, overview, header manipulation, NNTP commands debugger, etc. >How-To-Repeat: N/A. >Fix: --- pear-Net_NNTP.shar begins here --- # 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: # # pear-Net_NNTP # pear-Net_NNTP/Makefile # pear-Net_NNTP/distinfo # pear-Net_NNTP/pkg-descr # pear-Net_NNTP/pkg-plist # echo c - pear-Net_NNTP mkdir -p pear-Net_NNTP > /dev/null 2>&1 echo x - pear-Net_NNTP/Makefile sed 's/^X//' >pear-Net_NNTP/Makefile << 'END-of-pear-Net_NNTP/Makefile' X# Ports collection makefile for: pear-Net_NNTP X# Date created: 07 August 2003 X# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org> X# X# $FreeBSD$ X# X XPORTNAME= Net_NNTP XPORTVERSION= 0.2 XCATEGORIES= net news www X XMAINTAINER= sheepkiller@cultdeadsheep.org XCOMMENT= PEAR class that provides an implementation of the NNTP protocol X XBUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR XRUN_DEPENDS= ${BUILD_DEPENDS} X X.include <bsd.port.pre.mk> X.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common" X Xdo-install: X.if !exists(${PEARDIR}/Net) X @${MKDIR} ${PEARDIR}/Net X.endif X @${CP} -p ${WRKSRC}/NNTP.php ${PEARDIR}/Net X @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Net X X.include <bsd.port.post.mk> END-of-pear-Net_NNTP/Makefile echo x - pear-Net_NNTP/distinfo sed 's/^X//' >pear-Net_NNTP/distinfo << 'END-of-pear-Net_NNTP/distinfo' XMD5 (PEAR/Net_NNTP-0.2.tgz) = 7f2591f11bef81202dd4a09070a33a28 END-of-pear-Net_NNTP/distinfo echo x - pear-Net_NNTP/pkg-descr sed 's/^X//' >pear-Net_NNTP/pkg-descr << 'END-of-pear-Net_NNTP/pkg-descr' XComplete class for communicating with an NNTP server (this is: the USENET), Xincluding: post, view, list, authentication, overview, header manipulation, XNNTP commands debugger, etc. X XWWW: http://pear.php.net/package-info.php?package=Net_NNTP END-of-pear-Net_NNTP/pkg-descr echo x - pear-Net_NNTP/pkg-plist sed 's/^X//' >pear-Net_NNTP/pkg-plist << 'END-of-pear-Net_NNTP/pkg-plist' X%%PEARDIR%%/Net/NNTP.php X%%PKGREGDIR%%/package.xml X@dirrm %%PKGREGDIR%% X@unexec rmdir %D/share/pear/Net 2> /dev/null || true END-of-pear-Net_NNTP/pkg-plist exit --- pear-Net_NNTP.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030807214237.AC5A743FE0>