aboutsummaryrefslogtreecommitdiff
path: root/audio/p5-MusicBrainz-DiscID
Commit message (Collapse)AuthorAgeFilesLines
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Bump PORTREVISION to chase the update of audio/libdiscidWen Heping2011-03-281-1/+2
| | | | | | | | PR: ports/155977 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> Notes: svn path=/head/; revision=271915
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* MusicBrainz::DiscID is a class to calculate a MusicBrainz DiscIDWen Heping2009-12-234-0/+41
from an audio CD in the drive. The coding style is slightly different to the C interface to libdiscid, because it makes use of perl's Object Oriented functionality. WWW: http://search.cpan.org/dist/MusicBrainz-DiscID PR: ports/141906 Submitted by: Tobias Rehbein <tobias.rehbein@web.de> Notes: svn path=/head/; revision=246497