diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-04 11:49:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-04 11:49:03 +0000 |
commit | 8fd0c388887ac7d01a904b23dd219e282f9691b8 (patch) | |
tree | db781a9337b2fcf95a26ea739f2dc503cb011fd2 /audio | |
parent | c157c3c83d938ff987afc8ac917255ec68216727 (diff) | |
download | pkgsrc-8fd0c388887ac7d01a904b23dd219e282f9691b8.tar.gz |
Import p5-MusicBrainz-DiscID-0.03 as audio/p5-MusicBrainz-DiscID.
MusicBrainz::DiscID is a class to calculate a MusicBrainz DiscID
from an audio CD in the drive. The coding style is slightly different
to the C interface to libdiscid, because it makes use of perl's
Object Oriented functionality.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/p5-MusicBrainz-DiscID/DESCR | 4 | ||||
-rw-r--r-- | audio/p5-MusicBrainz-DiscID/Makefile | 22 | ||||
-rw-r--r-- | audio/p5-MusicBrainz-DiscID/distinfo | 5 |
3 files changed, 31 insertions, 0 deletions
diff --git a/audio/p5-MusicBrainz-DiscID/DESCR b/audio/p5-MusicBrainz-DiscID/DESCR new file mode 100644 index 00000000000..b9bdd810484 --- /dev/null +++ b/audio/p5-MusicBrainz-DiscID/DESCR @@ -0,0 +1,4 @@ +MusicBrainz::DiscID is a class to calculate a MusicBrainz DiscID +from an audio CD in the drive. The coding style is slightly different +to the C interface to libdiscid, because it makes use of perl's +Object Oriented functionality. diff --git a/audio/p5-MusicBrainz-DiscID/Makefile b/audio/p5-MusicBrainz-DiscID/Makefile new file mode 100644 index 00000000000..c4d1b6bcb23 --- /dev/null +++ b/audio/p5-MusicBrainz-DiscID/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2015/01/04 11:49:03 wiz Exp $ + +DISTNAME= MusicBrainz-DiscID-0.03 +PKGNAME= p5-${DISTNAME} +CATEGORIES= audio perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MusicBrainz/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/~njh/MusicBrainz-DiscID/ +COMMENT= Perl interface for the MusicBrainz libdiscid library +LICENSE= gnu-gpl-v2 # or later + +DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod + +PERL5_PACKLIST= auto/MusicBrainz/DiscID/.packlist + +PERL5_MODULE_TYPE= Module::Build +USE_TOOLS+= pkg-config + +.include "../../audio/libdiscid/buildlink3.mk" +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/p5-MusicBrainz-DiscID/distinfo b/audio/p5-MusicBrainz-DiscID/distinfo new file mode 100644 index 00000000000..6e730edb9a0 --- /dev/null +++ b/audio/p5-MusicBrainz-DiscID/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/01/04 11:49:03 wiz Exp $ + +SHA1 (MusicBrainz-DiscID-0.03.tar.gz) = ac64ffcd1e7807ca646e82f43e9a421d1e9d544e +RMD160 (MusicBrainz-DiscID-0.03.tar.gz) = 06ddcdf08dc27bc8860541aca121f86e39cfcded +Size (MusicBrainz-DiscID-0.03.tar.gz) = 5343 bytes |