diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-10 01:48:06 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-10 01:48:06 +0000 |
commit | 21c099ca3ce678ccf626a66b115b24247c0f3eb8 (patch) | |
tree | eb6b4a95b6ac557725dd0df817fb3cfbe69444dc /audio | |
parent | 670dd249cd1e8109199be9a24b43d317ba04a445 (diff) | |
download | pkgsrc-21c099ca3ce678ccf626a66b115b24247c0f3eb8.tar.gz |
Import p5-CDDB from pkgsrc-wip. Packaged by xtraeme@.
The CDDB module implements a Perl class for communicating with an
audio compact disc database through the CDDBP protocol. It allows
querying 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.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/p5-CDDB/DESCR | 9 | ||||
-rw-r--r-- | audio/p5-CDDB/Makefile | 19 | ||||
-rw-r--r-- | audio/p5-CDDB/PLIST | 1 | ||||
-rw-r--r-- | audio/p5-CDDB/distinfo | 4 |
4 files changed, 33 insertions, 0 deletions
diff --git a/audio/p5-CDDB/DESCR b/audio/p5-CDDB/DESCR new file mode 100644 index 00000000000..4dfd1e11ea7 --- /dev/null +++ b/audio/p5-CDDB/DESCR @@ -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 +querying 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. diff --git a/audio/p5-CDDB/Makefile b/audio/p5-CDDB/Makefile new file mode 100644 index 00000000000..bf7cf250c93 --- /dev/null +++ b/audio/p5-CDDB/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/05/10 01:48:06 minskim Exp $ +# + +DISTNAME= CDDB-1.12 +CATEGORIES= audio perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/R/RC/RCAPUTO/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/search?module=CDDB +COMMENT= High-level interface to the Compact Disc Database + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= yes + +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/CDDB/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/p5-CDDB/PLIST b/audio/p5-CDDB/PLIST new file mode 100644 index 00000000000..93531c28df9 --- /dev/null +++ b/audio/p5-CDDB/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/10 01:48:06 minskim Exp $ diff --git a/audio/p5-CDDB/distinfo b/audio/p5-CDDB/distinfo new file mode 100644 index 00000000000..a362fa25836 --- /dev/null +++ b/audio/p5-CDDB/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/05/10 01:48:06 minskim Exp $ + +SHA1 (CDDB-1.12.tar.gz) = a6dbf2a9d35279da2e725184b27cdf68adc3ea66 +Size (CDDB-1.12.tar.gz) = 22696 bytes |