mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
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/ PR: ports/100149 Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
This commit is contained in:
parent
b52c47970c
commit
cdbfe1f9a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167621
@ -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
|
||||
|
29
audio/p5-MP3-Find/Makefile
Normal file
29
audio/p5-MP3-Find/Makefile
Normal file
@ -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>
|
3
audio/p5-MP3-Find/distinfo
Normal file
3
audio/p5-MP3-Find/distinfo
Normal file
@ -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
|
7
audio/p5-MP3-Find/pkg-descr
Normal file
7
audio/p5-MP3-Find/pkg-descr
Normal file
@ -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/
|
13
audio/p5-MP3-Find/pkg-plist
Normal file
13
audio/p5-MP3-Find/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user