1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

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/

PR:		ports/136660
Submitted by:	Wen Heping <wenheping at gmail.com>
This commit is contained in:
Martin Wilke 2009-07-12 22:19:02 +00:00
parent 1cf0994802
commit 09671d4a29
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237662
5 changed files with 38 additions and 0 deletions

View File

@ -508,6 +508,7 @@
SUBDIR += p5-Audio-MPD-Common
SUBDIR += p5-Audio-Mixer
SUBDIR += p5-Audio-Musepack
SUBDIR += p5-Audio-Scan
SUBDIR += p5-Audio-Scrobbler
SUBDIR += p5-Audio-WMA
SUBDIR += p5-Audio-Wav

View File

@ -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>

View File

@ -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

View File

@ -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/

View File

@ -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