diff options
author | wiz <wiz@pkgsrc.org> | 2010-02-08 21:06:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-02-08 21:06:29 +0000 |
commit | 4c77c870b08e1f7341de0a0440c76cacad1af1f3 (patch) | |
tree | 6debc039fa545acab6e4e648108f1d7cc87eccd0 /audio | |
parent | 4a2f706d66d8d59389b42d25b4189ad936742363 (diff) | |
download | pkgsrc-4c77c870b08e1f7341de0a0440c76cacad1af1f3.tar.gz |
Initial import of p5-Audio-Scan-0.58, packaged for wip by Wen Heping.
Audio::Scan is a C-based scanner for audio file metadata and tag
information. It currently supports MP3 via an included version of
libid3tag, MP4, Ogg Vorbis, FLAC (if libFLAC is installed), ASF,
WAV, AIFF, Musepack, and Monkey's Audio.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/p5-Audio-Scan/DESCR | 4 | ||||
-rw-r--r-- | audio/p5-Audio-Scan/Makefile | 20 | ||||
-rw-r--r-- | audio/p5-Audio-Scan/distinfo | 5 |
3 files changed, 29 insertions, 0 deletions
diff --git a/audio/p5-Audio-Scan/DESCR b/audio/p5-Audio-Scan/DESCR new file mode 100644 index 00000000000..47c6925d00b --- /dev/null +++ b/audio/p5-Audio-Scan/DESCR @@ -0,0 +1,4 @@ +Audio::Scan is a C-based scanner for audio file metadata and tag +information. It currently supports MP3 via an included version of +libid3tag, MP4, Ogg Vorbis, FLAC (if libFLAC is installed), ASF, +WAV, AIFF, Musepack, and Monkey's Audio. diff --git a/audio/p5-Audio-Scan/Makefile b/audio/p5-Audio-Scan/Makefile new file mode 100644 index 00000000000..46a61e49209 --- /dev/null +++ b/audio/p5-Audio-Scan/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/02/08 21:06:29 wiz Exp $ +# + +DISTNAME= Audio-Scan-0.58 +PKGNAME= p5-${DISTNAME} +CATEGORIES= audio perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Audio/} + +MAINTAINER= wenheping@gmail.com +HOMEPAGE= http://search.cpan.org/dist/Audio-Scan/ +COMMENT= XS parser for MP3, MP4, Ogg Vorbis, etc +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Audio/Scan/.packlist +USE_LIBTOOL= yes + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/p5-Audio-Scan/distinfo b/audio/p5-Audio-Scan/distinfo new file mode 100644 index 00000000000..36f45ee8e46 --- /dev/null +++ b/audio/p5-Audio-Scan/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/02/08 21:06:29 wiz Exp $ + +SHA1 (Audio-Scan-0.58.tar.gz) = 6684756d686de2cd77c7ce6b20cb723a9329e64f +RMD160 (Audio-Scan-0.58.tar.gz) = c709d6189c205afac61390a20327c9ddf1b6e98c +Size (Audio-Scan-0.58.tar.gz) = 2811290 bytes |