Revision: 74758 http://trac.macports.org/changeset/74758 Author: rmstonecipher@macports.org Date: 2011-01-01 09:31:58 -0800 (Sat, 01 Jan 2011) Log Message: ----------- python/py27-mutagen python 2.7 port for mutagen, a module to handle audio metadata Added Paths: ----------- trunk/dports/python/py27-mutagen/ trunk/dports/python/py27-mutagen/Portfile Added: trunk/dports/python/py27-mutagen/Portfile =================================================================== --- trunk/dports/python/py27-mutagen/Portfile (rev 0) +++ trunk/dports/python/py27-mutagen/Portfile 2011-01-01 17:31:58 UTC (rev 74758) @@ -0,0 +1,32 @@ +# -*- mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +# $Id$ + +PortSystem 1.0 +PortGroup python27 1.0 + +name py27-mutagen +version 1.20 +description A Python module to handle audio metadata +platforms darwin +categories-append audio devel +maintainers nomaintainer +long_description \ + Supports ASF, FLAC, M4A, Monkey's Audio, MP3, Musepack, Ogg FLAC, Ogg \ + Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack and OptimFROG audio \ + files. All versions of ID3v2 are supported, and all standard ID3v2.4 \ + frames are parsed. It can read Xing headers to accurately calculate the \ + bitrate and length of MP3s. ID3 and APEv2 tags can be edited regardless of \ + audio format. It can also manipulate Ogg streams on an individual \ + packet/page level. + +distname mutagen-${version} +homepage http://code.google.com/p/mutagen/ +master_sites googlecode:mutagen + +checksums md5 adb16d9f6056bc864a5c86c6f885af79 \ + sha1 7a8c1918160e6b5d24acd146f57c08ed942a2fa8 \ + rmd160 e8edceba11d670cdd3021429debcf454e11d4d96 + +livecheck.type regex +livecheck.url http://code.google.com/p/mutagen/downloads/list +livecheck.regex "mutagen-(\\d+(?:\\.\\d+)*)${extract.suffix}" Property changes on: trunk/dports/python/py27-mutagen/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native