1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

This PEAR class provides to access and query CDDB audio-CD servers.

WWW: http://pear.php.net/package/Net_CDDB

PR:		ports/101993
Submitted by:	chinsan <chinsan.tw(at)gmail.com>
Approved by:	krion (mentor)
This commit is contained in:
Martin Wilke 2006-08-18 20:01:27 +00:00
parent 72e8003e70
commit ad501b97d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170957
4 changed files with 44 additions and 0 deletions

View File

@ -531,6 +531,7 @@
SUBDIR += pcnfsd
SUBDIR += pcs
SUBDIR += pear-Auth_RADIUS
SUBDIR += pear-Net_CDDB
SUBDIR += pear-Net_CheckIP
SUBDIR += pear-Net_DIME
SUBDIR += pear-Net_DNSBL

View File

@ -0,0 +1,37 @@
# Ports collection makefile for: pear-Net_CDDB
# Date created: 2006/08/14
# Whom: chinsan <chinsan.tw@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Net_CDDB
PORTVERSION= 0.2.0
CATEGORIES= net audio www pear
MAINTAINER= chinsan.tw@gmail.com
COMMENT= PEAR class that access and query CDDB audio-CD servers
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \
${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_DOS2UNIX= yes
CATEGORY= Net
FILES= CDDB.php CDDB/Disc.php CDDB/Track.php CDDB/Utilities.php \
CDDB/Protocol.php CDDB/Request.php CDDB/Client.php \
CDDB/Server.php CDDB/Reader/test.php CDDB/Reader/cddiscid.php \
CDDB/Reader/cdparanoia.php CDDB/Protocol/Http.php \
CDDB/Protocol/Cddbp.php CDDB/Protocol/Filesystem.php \
CDDB/Request/Http.php
DOCS= CDDB_example_output.txt CDDB_fileformat.txt CDDB_notes.txt \
CDDB_protocol.txt CDDB_record.txt
TESTS= CDDBTest.php CDDBTest_HTTP.php CDDBTest_CDDBP.php \
CDDBTest_Filesystem.php
EXAMPLES= CDDB_client_example.php CDDB_server_example.php CDDB_misc_example.php
_EXAMPLESDIR= docs/examples
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (PEAR/Net_CDDB-0.2.0.tgz) = 7ce657b4cb9d847000566e5c76634eb1
SHA256 (PEAR/Net_CDDB-0.2.0.tgz) = 1a56e12b0690a38ec053dbbb4d8cb9f78d3f35bafa2d981d0f2345e72a997c2b
SIZE (PEAR/Net_CDDB-0.2.0.tgz) = 47269

View File

@ -0,0 +1,3 @@
This PEAR class provides to access and query CDDB audio-CD servers.
WWW: http://pear.php.net/package/Net_CDDB