From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 7 14:50:16 2003 Return-Path: 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 40EFB37B407 for ; Thu, 7 Aug 2003 14:50:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67CE843FCB for ; Thu, 7 Aug 2003 14:50:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h77LoEUp018955 for ; Thu, 7 Aug 2003 14:50:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h77LoEFY018954; Thu, 7 Aug 2003 14:50:14 -0700 (PDT) Resent-Date: Thu, 7 Aug 2003 14:50:14 -0700 (PDT) Resent-Message-Id: <200308072150.h77LoEFY018954@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Clement Laforet Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C2E737B401 for ; Thu, 7 Aug 2003 14:42:40 -0700 (PDT) Received: from cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC5A743FE0 for ; Thu, 7 Aug 2003 14:42:37 -0700 (PDT) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 64636 invoked from network); 7 Aug 2003 21:42:35 -0000 Received: from unknown (HELO ?HOSTNAME?) (192.168.0.12) by goofy.cultdeadsheep.org with SMTP; 7 Aug 2003 21:42:35 -0000 Received: by _HOSTNAME_ (sSMTP sendmail emulation); Thu, 7 Aug 2003 23:42:47 +0200 Message-Id: <20030807214237.AC5A743FE0@mx1.FreeBSD.org> Date: Thu, 7 Aug 2003 23:42:47 +0200 From: "Clement Laforet" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Clement Laforet Subject: ports/55353: [new port] net/pear-Net_NNTP: PEAR class that provides an implementation of the NNTP protocol X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Clement Laforet List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2003 21:50:16 -0000 >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 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 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 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: