[65637] trunk/dports/audio

rmsfisher at macports.org rmsfisher at macports.org
Mon Mar 29 06:11:53 PDT 2010


Revision: 65637
          http://trac.macports.org/changeset/65637
Author:   rmsfisher at macports.org
Date:     2010-03-29 06:11:51 -0700 (Mon, 29 Mar 2010)
Log Message:
-----------
audio/eyeD3 new port, a Python module and program for processing ID3 tags

Added Paths:
-----------
    trunk/dports/audio/eyeD3/
    trunk/dports/audio/eyeD3/Portfile

Added: trunk/dports/audio/eyeD3/Portfile
===================================================================
--- trunk/dports/audio/eyeD3/Portfile	                        (rev 0)
+++ trunk/dports/audio/eyeD3/Portfile	2010-03-29 13:11:51 UTC (rev 65637)
@@ -0,0 +1,31 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                eyeD3
+version             0.6.17
+categories          audio
+maintainers         rmsfisher openmaintainer
+description \
+    eyeD3 is a Python module and program for processing ID3 tags.
+long_description \
+    ${description} Information about mp3 files \
+    (i.e bit rate, sample frequency, play time, etc.) is also provided. The \
+    formats supported are ID3 v1.0/v1.1 and v2.3/v2.4.
+homepage            http://eyed3.nicfit.net/
+master_sites        http://eyed3.nicfit.net/releases/
+checksums           md5     7bc175d0eb1e0152753b2aca80df6fde \
+                    sha1    a607ce4355f395ef137c265f8dad60ac67ba4e47 \
+                    rmd160  32891c885f175e7f2da1201359d73309366930e9
+
+platforms           darwin
+
+depends_lib         port:python26
+
+set python.branch   2.6
+set python.prefix   ${frameworks_dir}/Python.framework/Versions/${python.branch}
+destroot.destdir    prefix=${destroot}/${python.prefix}
+
+livecheck.url       ${master_sites}
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/audio/eyeD3/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100329/18ce5a44/attachment.html>


More information about the macports-changes mailing list