aboutsummaryrefslogtreecommitdiffstats
path: root/audio/p5-MP3-Find
Commit message (Collapse)AuthorAgeFilesLines
* - Add build depends to avoid warningswills2011-09-201-1/+2
| | | | | | PR: ports/159826 Submitted by: swills (me) Approved by: maintainer timeout (>5 weeks)
* - Update to 0.07sunpoet2011-06-282-7/+9
| | | | | | | | | - Sort MAN3 Changes: http://search.cpan.org/dist/MP3-Find/Changes PR: ports/157783 Submitted by: Jin-Sih Lin <linpct@gmail.com> Approved by: maintainer (timeout, 16 days)
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checkspgollucci2009-07-231-7/+1
| | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav)
* A few typo fixes for ports/audio descriptions.olgeni2008-06-151-1/+1
|
* - use CPAN macroleeym2008-02-292-9/+10
| | | | | | | | | - simplify dependency - bump PORTREVISION PR: 121214 Submitted by: leeym Approved by: maintainer
* This module allows you to search for MP3 files by their ID3 tags.novel2006-07-134-0/+52
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>