From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 14 07:10:19 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 05E3A16A4DE for ; Mon, 14 Aug 2006 07:10:19 +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 12ED043D60 for ; Mon, 14 Aug 2006 07:10:15 +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 k7E7AFjl035933 for ; Mon, 14 Aug 2006 07:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7E7AFFL035932; Mon, 14 Aug 2006 07:10:15 GMT (envelope-from gnats) Resent-Date: Mon, 14 Aug 2006 07:10:15 GMT Resent-Message-Id: <200608140710.k7E7AFFL035932@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, chinsan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4933116A4DE for ; Mon, 14 Aug 2006 07:06:06 +0000 (UTC) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (smtp2.bc.hgc.com.tw [203.133.1.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id E53E143D49 for ; Mon, 14 Aug 2006 07:06:05 +0000 (GMT) (envelope-from chinsan.tw@gmail.com) Received: from smtp2.bc.hgc.com.tw (61-63-0-host123.kbtelecom.net.tw [61.63.0.123]) by smtp2.bc.hgc.com.tw (Postfix) with SMTP id 054C52E970 for ; Mon, 14 Aug 2006 15:06:05 +0800 (CST) Received: by smtp2.bc.hgc.com.tw (sSMTP sendmail emulation); Mon, 14 Aug 2006 14:44:54 +0800 Message-Id: <20060814070606.054C52E970@smtp2.bc.hgc.com.tw> Date: Mon, 14 Aug 2006 14:44:54 +0800 From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/101993: [NEW PORT] net/pear-Net_CDDB: PEAR class that access and query CDDB audio-CD servers X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Aug 2006 07:10:19 -0000 >Number: 101993 >Category: ports >Synopsis: [NEW PORT] net/pear-Net_CDDB: PEAR class that access and query CDDB audio-CD servers >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: Mon Aug 14 07:10:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.1-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #5: Mon Jul 17 09:30:36 CST 2006 >Description: This PEAR class provides to access and query CDDB audio-CD servers. WWW: http://pear.php.net/package/Net_CDDB Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- pear-Net_CDDB-0.2.0.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_CDDB # pear-Net_CDDB/Makefile # pear-Net_CDDB/distinfo # pear-Net_CDDB/pkg-descr # echo c - pear-Net_CDDB mkdir -p pear-Net_CDDB > /dev/null 2>&1 echo x - pear-Net_CDDB/Makefile sed 's/^X//' >pear-Net_CDDB/Makefile << 'END-of-pear-Net_CDDB/Makefile' X# Ports collection makefile for: pear-Net_CDDB X# Date created: 2006/08/14 X# Whom: chinsan X# X# $FreeBSD$ X# X XPORTNAME= Net_CDDB XPORTVERSION= 0.2.0 XCATEGORIES= net audio www pear X XMAINTAINER= chinsan.tw@gmail.com XCOMMENT= PEAR class that access and query CDDB audio-CD servers X XBUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \ X ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request XRUN_DEPENDS= ${BUILD_DEPENDS} X XUSE_DOS2UNIX= yes X XCATEGORY= Net XFILES= CDDB.php CDDB/Disc.php CDDB/Track.php CDDB/Utilities.php \ X CDDB/Protocol.php CDDB/Request.php CDDB/Client.php \ X CDDB/Server.php CDDB/Reader/test.php CDDB/Reader/cddiscid.php \ X CDDB/Reader/cdparanoia.php CDDB/Protocol/Http.php \ X CDDB/Protocol/Cddbp.php CDDB/Protocol/Filesystem.php \ X CDDB/Request/Http.php XDOCS= CDDB_example_output.txt CDDB_fileformat.txt CDDB_notes.txt \ X CDDB_protocol.txt CDDB_record.txt XTESTS= CDDBTest.php CDDBTest_HTTP.php CDDBTest_CDDBP.php \ X CDDBTest_Filesystem.php XEXAMPLES= CDDB_client_example.php CDDB_server_example.php CDDB_misc_example.php X_EXAMPLESDIR= docs/examples X X.include X.include "${PORTSDIR}/devel/pear/bsd.pear.mk" X.include END-of-pear-Net_CDDB/Makefile echo x - pear-Net_CDDB/distinfo sed 's/^X//' >pear-Net_CDDB/distinfo << 'END-of-pear-Net_CDDB/distinfo' XMD5 (PEAR/Net_CDDB-0.2.0.tgz) = 7ce657b4cb9d847000566e5c76634eb1 XSHA256 (PEAR/Net_CDDB-0.2.0.tgz) = 1a56e12b0690a38ec053dbbb4d8cb9f78d3f35bafa2d981d0f2345e72a997c2b XSIZE (PEAR/Net_CDDB-0.2.0.tgz) = 47269 END-of-pear-Net_CDDB/distinfo echo x - pear-Net_CDDB/pkg-descr sed 's/^X//' >pear-Net_CDDB/pkg-descr << 'END-of-pear-Net_CDDB/pkg-descr' XThis PEAR class provides to access and query CDDB audio-CD servers. X XWWW: http://pear.php.net/package/Net_CDDB END-of-pear-Net_CDDB/pkg-descr exit --- pear-Net_CDDB-0.2.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: