diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-07-12 22:19:02 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-07-12 22:19:02 +0000 |
commit | 09671d4a292970920667286a870889ef56690c8d (patch) | |
tree | 89be75df6f988f55e9c4271fe70fdf87f6931f50 /audio/p5-Audio-Scan | |
parent | 1cf0994802b522c40accfa1a120a4634f4abb69b (diff) | |
download | ports-09671d4a292970920667286a870889ef56690c8d.tar.gz ports-09671d4a292970920667286a870889ef56690c8d.zip |
Notes
Diffstat (limited to 'audio/p5-Audio-Scan')
-rw-r--r-- | audio/p5-Audio-Scan/Makefile | 21 | ||||
-rw-r--r-- | audio/p5-Audio-Scan/distinfo | 3 | ||||
-rw-r--r-- | audio/p5-Audio-Scan/pkg-descr | 6 | ||||
-rw-r--r-- | audio/p5-Audio-Scan/pkg-plist | 7 |
4 files changed, 37 insertions, 0 deletions
diff --git a/audio/p5-Audio-Scan/Makefile b/audio/p5-Audio-Scan/Makefile new file mode 100644 index 000000000000..8a708d8d1787 --- /dev/null +++ b/audio/p5-Audio-Scan/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Audio-Scan +# Date created: 11 July, 2009 +# Whom: Wen Heping <wenheping@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= Audio-Scan +PORTVERSION= 0.25 +CATEGORIES= audio perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= wenheping@gmail.com +COMMENT= Scanner for audio file metadata and tag information + +PERL_CONFIGURE= yes + +MAN3= Audio::Scan.3 + +.include <bsd.port.mk> diff --git a/audio/p5-Audio-Scan/distinfo b/audio/p5-Audio-Scan/distinfo new file mode 100644 index 000000000000..c7555c3ca5a9 --- /dev/null +++ b/audio/p5-Audio-Scan/distinfo @@ -0,0 +1,3 @@ +MD5 (Audio-Scan-0.25.tar.gz) = fe15a50d5f497f7f0c82cf3cd4bfe451 +SHA256 (Audio-Scan-0.25.tar.gz) = 41b4985fc9cbaedb6315fa368ffb87970899c654bc42596e690ad70fd5b5288d +SIZE (Audio-Scan-0.25.tar.gz) = 1965017 diff --git a/audio/p5-Audio-Scan/pkg-descr b/audio/p5-Audio-Scan/pkg-descr new file mode 100644 index 000000000000..bbda887944c4 --- /dev/null +++ b/audio/p5-Audio-Scan/pkg-descr @@ -0,0 +1,6 @@ +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. + +WWW: http://search.cpan.org/dist/Audio-Scan/ diff --git a/audio/p5-Audio-Scan/pkg-plist b/audio/p5-Audio-Scan/pkg-plist new file mode 100644 index 000000000000..429e737f9c6b --- /dev/null +++ b/audio/p5-Audio-Scan/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio/Scan/Scan.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio/Scan/Scan.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio/Scan/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/Audio/Scan.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio/Scan +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Audio |