From b71a7c051d270174822041c2e6dc89b4984a2634 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 8 Feb 2010 21:06:29 +0000 Subject: 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. --- audio/p5-Audio-Scan/DESCR | 4 ++++ audio/p5-Audio-Scan/Makefile | 20 ++++++++++++++++++++ audio/p5-Audio-Scan/distinfo | 5 +++++ 3 files changed, 29 insertions(+) create mode 100644 audio/p5-Audio-Scan/DESCR create mode 100644 audio/p5-Audio-Scan/Makefile create mode 100644 audio/p5-Audio-Scan/distinfo (limited to 'audio/p5-Audio-Scan') 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 -- cgit v1.2.3