Date: Mon, 14 Aug 2006 14:44:54 +0800 From: chinsan <chinsan.tw@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/101993: [NEW PORT] net/pear-Net_CDDB: PEAR class that access and query CDDB audio-CD servers Message-ID: <20060814070606.054C52E970@smtp2.bc.hgc.com.tw> Resent-Message-ID: <200608140710.k7E7AFFL035932@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <chinsan.tw@gmail.com> 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 <bsd.port.pre.mk> X.include "${PORTSDIR}/devel/pear/bsd.pear.mk" X.include <bsd.port.post.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060814070606.054C52E970>