Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jul 2006 15:33:13 +0800 (CST)
From:      tjs <tjs@cdpa.nsysu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/100149: New port: audio/p5-MP3-Find Search and sort MP3 files based on their ID3 tags
Message-ID:  <200607120733.k6C7XDc2077782@Pluto.CDPA.nsysu.edu.tw>
Resent-Message-ID: <200607120740.k6C7eGvd051220@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         100149
>Category:       ports
>Synopsis:       New port: audio/p5-MP3-Find Search and sort MP3 files based on their ID3 tags
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 12 07:40:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jin-Shan Tseng
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
NCHC
>Environment:
System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #0: Tue Jul 11 22:29:47 CST 2006 tjs@Pluto.CDPA.nsysu.edu.tw:/usr/obj/usr/src/sys/Pluto i386


>Description:

	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/

>How-To-Repeat:
>Fix:

	

--- p5-MP3-Find.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-MP3-Find
#	p5-MP3-Find/Makefile
#	p5-MP3-Find/distinfo
#	p5-MP3-Find/pkg-descr
#	p5-MP3-Find/pkg-plist
#
echo c - p5-MP3-Find
mkdir -p p5-MP3-Find > /dev/null 2>&1
echo x - p5-MP3-Find/Makefile
sed 's/^X//' >p5-MP3-Find/Makefile << 'END-of-p5-MP3-Find/Makefile'
X# New ports collection makefile for:	p5-MP3-Find
X# Date created:				2006-07-12
X# Whom:					Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	MP3-Find
XPORTVERSION=	0.06
XCATEGORIES=	audio perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
X#MASTER_SITE_SUBDIR=	../../authors/id/P/PE/PEICHMAN
XMASTER_SITE_SUBDIR=	MP3
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	tjs@cdpa.nsysu.edu.tw
XCOMMENT=	Search and sort MP3 files based on their ID3 tags
X
XBUILD_DEPENDS=	${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info \
X		${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule \
X		${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
XRUN_DEPENDS+=	${BUILD_DEPENDS}
X
XMAN1=	mp3db.1 mp3find.1
XMAN3=	MP3::Find::DB.3 MP3::Find::Filesystem.3 MP3::Find.3 MP3::Find::Base.3
X
XPERL_CONFIGURE=	yes
X
X.include <bsd.port.mk>
END-of-p5-MP3-Find/Makefile
echo x - p5-MP3-Find/distinfo
sed 's/^X//' >p5-MP3-Find/distinfo << 'END-of-p5-MP3-Find/distinfo'
XMD5 (MP3-Find-0.06.tar.gz) = 6de91612713767e1470db6f91ab35c17
XSHA256 (MP3-Find-0.06.tar.gz) = e833a6526ac88c3ea4cbbe001025237c2977bd76fdf07be1b7b3907f61d39501
XSIZE (MP3-Find-0.06.tar.gz) = 29645
END-of-p5-MP3-Find/distinfo
echo x - p5-MP3-Find/pkg-descr
sed 's/^X//' >p5-MP3-Find/pkg-descr << 'END-of-p5-MP3-Find/pkg-descr'
XThis module allows you to search for MP3 files by their ID3 tags.
XYou can ask for the results to be sorted by one or more of those tags,
Xand return either the list of filenames (the deault), a printf-style
Xformatted string for each file using its ID3 tags, or the actual Perl
Xdata structure representing the results.
X
XWWW: http://search.cpan.org/dist/MP3-Find/
XAuthor: Peter Eichman <peichamn@cpan.org>
END-of-p5-MP3-Find/pkg-descr
echo x - p5-MP3-Find/pkg-plist
sed 's/^X//' >p5-MP3-Find/pkg-plist << 'END-of-p5-MP3-Find/pkg-plist'
Xbin/mp3db
Xbin/mp3find
X%%SITE_PERL%%/MP3/Find.pm
X%%SITE_PERL%%/MP3/Find/Base.pm
X%%SITE_PERL%%/MP3/Find/DB.pm
X%%SITE_PERL%%/MP3/Find/Filesystem.pm
X%%SITE_PERL%%/MP3/Find/Util.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/MP3/Find/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MP3/Find
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MP3
X@dirrmtry %%SITE_PERL%%/MP3
END-of-p5-MP3-Find/pkg-plist
exit
--- p5-MP3-Find.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607120733.k6C7XDc2077782>