diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-07-12 20:24:34 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-07-12 20:24:34 +0000 |
commit | cdbfe1f9a743d32f0da08be17dee6e61a86f8e2c (patch) | |
tree | 890f0e688ed193cf848cbe5b0e0045e9ecadea55 | |
parent | b52c47970c2d271af7cee2361f1d510ca854368a (diff) | |
download | ports-cdbfe1f9a743d32f0da08be17dee6e61a86f8e2c.tar.gz ports-cdbfe1f9a743d32f0da08be17dee6e61a86f8e2c.zip |
Notes
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/p5-MP3-Find/Makefile | 29 | ||||
-rw-r--r-- | audio/p5-MP3-Find/distinfo | 3 | ||||
-rw-r--r-- | audio/p5-MP3-Find/pkg-descr | 7 | ||||
-rw-r--r-- | audio/p5-MP3-Find/pkg-plist | 13 |
5 files changed, 53 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 942065f9c6a9..f93c25b21f6f 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -409,6 +409,7 @@ SUBDIR += p5-CDDB-File SUBDIR += p5-CDDB_get SUBDIR += p5-Filesys-Virtual-DAAP + SUBDIR += p5-MP3-Find SUBDIR += p5-MP3-ID3v1Tag SUBDIR += p5-MP3-Info SUBDIR += p5-MP3-Tag diff --git a/audio/p5-MP3-Find/Makefile b/audio/p5-MP3-Find/Makefile new file mode 100644 index 000000000000..66af084c5994 --- /dev/null +++ b/audio/p5-MP3-Find/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: p5-MP3-Find +# Date created: 2006-07-12 +# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= MP3-Find +PORTVERSION= 0.06 +CATEGORIES= audio perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +#MASTER_SITE_SUBDIR= ../../authors/id/P/PE/PEICHMAN +MASTER_SITE_SUBDIR= MP3 +PKGNAMEPREFIX= p5- + +MAINTAINER= tjs@cdpa.nsysu.edu.tw +COMMENT= Search and sort MP3 files based on their ID3 tags + +BUILD_DEPENDS= ${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info \ + ${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule \ + ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils +RUN_DEPENDS+= ${BUILD_DEPENDS} + +MAN1= mp3db.1 mp3find.1 +MAN3= MP3::Find::DB.3 MP3::Find::Filesystem.3 MP3::Find.3 MP3::Find::Base.3 + +PERL_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/audio/p5-MP3-Find/distinfo b/audio/p5-MP3-Find/distinfo new file mode 100644 index 000000000000..25c8acae91bf --- /dev/null +++ b/audio/p5-MP3-Find/distinfo @@ -0,0 +1,3 @@ +MD5 (MP3-Find-0.06.tar.gz) = 6de91612713767e1470db6f91ab35c17 +SHA256 (MP3-Find-0.06.tar.gz) = e833a6526ac88c3ea4cbbe001025237c2977bd76fdf07be1b7b3907f61d39501 +SIZE (MP3-Find-0.06.tar.gz) = 29645 diff --git a/audio/p5-MP3-Find/pkg-descr b/audio/p5-MP3-Find/pkg-descr new file mode 100644 index 000000000000..3d084458c1b3 --- /dev/null +++ b/audio/p5-MP3-Find/pkg-descr @@ -0,0 +1,7 @@ +This module allows you to search for MP3 files by their ID3 tags. +You can ask for the results to be sorted by one or more of those tags, +and return either the list of filenames (the deault), a printf-style +formatted string for each file using its ID3 tags, or the actual Perl +data structure representing the results. + +WWW: http://search.cpan.org/dist/MP3-Find/ diff --git a/audio/p5-MP3-Find/pkg-plist b/audio/p5-MP3-Find/pkg-plist new file mode 100644 index 000000000000..c912165a3515 --- /dev/null +++ b/audio/p5-MP3-Find/pkg-plist @@ -0,0 +1,13 @@ +bin/mp3db +bin/mp3find +%%SITE_PERL%%/MP3/Find.pm +%%SITE_PERL%%/MP3/Find/Base.pm +%%SITE_PERL%%/MP3/Find/DB.pm +%%SITE_PERL%%/MP3/Find/Filesystem.pm +%%SITE_PERL%%/MP3/Find/Util.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/MP3/Find/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MP3/Find +@dirrm %%SITE_PERL%%/MP3/Find +@dirrm %%SITE_PERL%%/MP3 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MP3 +@dirrmtry %%SITE_PERL%%/MP3 |