[55292] trunk/dports/python

toby at macports.org toby at macports.org
Sat Aug 8 03:18:45 PDT 2009


Revision: 55292
          http://trac.macports.org/changeset/55292
Author:   toby at macports.org
Date:     2009-08-08 03:18:42 -0700 (Sat, 08 Aug 2009)
Log Message:
-----------
#20604 (new port : py26-mutagen)

Added Paths:
-----------
    trunk/dports/python/py26-mutagen/
    trunk/dports/python/py26-mutagen/Portfile

Added: trunk/dports/python/py26-mutagen/Portfile
===================================================================
--- trunk/dports/python/py26-mutagen/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-mutagen/Portfile	2009-08-08 10:18:42 UTC (rev 55292)
@@ -0,0 +1,32 @@
+# -*- mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
+#$Id$ 
+
+PortSystem 1.0
+PortGroup python26 1.0
+
+name            py26-mutagen
+version         1.16
+description     A Python module to handle audio metadata
+platforms       darwin
+categories-append   audio devel
+maintainers     wanadoo.fr:neric27 openmaintainer
+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/quodlibet/wiki/Development/Mutagen
+master_sites    googlecode:mutagen
+
+checksums           md5     feea89bebee5816aed911f33a2171559 \
+                    sha1    01a84e48408cde18a7c755e0cd38eef7db866087 \
+                    rmd160  d00b438c950366064a86d3de39c63fd7f4ec019d
+
+livecheck.check		regex
+livecheck.url		http://code.google.com/p/mutagen/downloads/list
+livecheck.regex "mutagen-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/python/py26-mutagen/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090808/40f66cd6/attachment.html>


More information about the macports-changes mailing list