aboutsummaryrefslogtreecommitdiff
path: root/audio/p5-MP3-Find/pkg-descr
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2006-07-12 20:24:34 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2006-07-12 20:24:34 +0000
commitcdbfe1f9a743d32f0da08be17dee6e61a86f8e2c (patch)
tree890f0e688ed193cf848cbe5b0e0045e9ecadea55 /audio/p5-MP3-Find/pkg-descr
parentb52c47970c2d271af7cee2361f1d510ca854368a (diff)
downloadports-cdbfe1f9a743d32f0da08be17dee6e61a86f8e2c.tar.gz
ports-cdbfe1f9a743d32f0da08be17dee6e61a86f8e2c.zip
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>
Notes
Notes: svn path=/head/; revision=167621
Diffstat (limited to 'audio/p5-MP3-Find/pkg-descr')
-rw-r--r--audio/p5-MP3-Find/pkg-descr7
1 files changed, 7 insertions, 0 deletions
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/