pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/p5-CDDB Import p5-CDDB from pkgsrc-wip. Package...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aadee2bea4e5
branches:  trunk
changeset: 475104:aadee2bea4e5
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon May 10 01:48:06 2004 +0000

description:
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:

 audio/p5-CDDB/DESCR    |   9 +++++++++
 audio/p5-CDDB/Makefile |  19 +++++++++++++++++++
 audio/p5-CDDB/PLIST    |   1 +
 audio/p5-CDDB/distinfo |   4 ++++
 4 files changed, 33 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r 6f12f43d80a5 -r aadee2bea4e5 audio/p5-CDDB/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/p5-CDDB/DESCR       Mon May 10 01:48:06 2004 +0000
@@ -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 -r 6f12f43d80a5 -r aadee2bea4e5 audio/p5-CDDB/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/p5-CDDB/Makefile    Mon May 10 01:48:06 2004 +0000
@@ -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@localhost
+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 -r 6f12f43d80a5 -r aadee2bea4e5 audio/p5-CDDB/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/p5-CDDB/PLIST       Mon May 10 01:48:06 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/10 01:48:06 minskim Exp $
diff -r 6f12f43d80a5 -r aadee2bea4e5 audio/p5-CDDB/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/p5-CDDB/distinfo    Mon May 10 01:48:06 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index