Initial import of p5-CDDB 1.08
The CDDB module implements a Perl class for communicating with an audio compact disc database through the CDDBP protocol. It allows quering the database and submitting new entries to it via e-mail (the Mail::Internet and Mail::Header modules are required for submitting, but their absence won't affect other functions). Unlike its analogs, CDDB.pm doesn't try to read a disc in your CD-ROM by itself, but relies on the main program supplying disc data. Therefore, it is particularly useful for developing software that deals with alternative media, such as MPEG audio files.
This commit is contained in:
parent
b60739150a
commit
ba5814f854
4 changed files with 31 additions and 0 deletions
9
p5-CDDB/DESCR
Normal file
9
p5-CDDB/DESCR
Normal file
|
@ -0,0 +1,9 @@
|
|||
The CDDB module implements a Perl class for communicating with an
|
||||
audio compact disc database through the CDDBP protocol. It allows
|
||||
quering the database and submitting new entries to it via e-mail
|
||||
(the Mail::Internet and Mail::Header modules are required for
|
||||
submitting, but their absence won't affect other functions). Unlike
|
||||
its analogs, CDDB.pm doesn't try to read a disc in your CD-ROM by
|
||||
itself, but relies on the main program supplying disc data.
|
||||
Therefore, it is particularly useful for developing software that
|
||||
deals with alternative media, such as MPEG audio files.
|
17
p5-CDDB/Makefile
Normal file
17
p5-CDDB/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/05/21 10:43:02 xtraeme Exp $
|
||||
#
|
||||
|
||||
DISTNAME= CDDB-1.08
|
||||
CATEGORIES= audio perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/R/RC/RCAPUTO/}
|
||||
|
||||
MAINTAINER= packages@netbsd.org
|
||||
HOMEPAGE= http://search.cpan.org/search?module=CDDB
|
||||
COMMENT= high-level interface to the Compact Disc Database
|
||||
|
||||
USE_BUILDLINK2= yes
|
||||
|
||||
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/CDDB/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
p5-CDDB/PLIST
Normal file
1
p5-CDDB/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/05/21 10:43:02 xtraeme Exp $
|
4
p5-CDDB/distinfo
Normal file
4
p5-CDDB/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/05/21 10:43:02 xtraeme Exp $
|
||||
|
||||
SHA1 (CDDB-1.08.tar.gz) = f5563c5b3b4115f1affeb8812139a2ebbeacb68e
|
||||
Size (CDDB-1.08.tar.gz) = 20441 bytes
|
Loading…
Reference in a new issue