[55507] trunk/dports/python

snc at macports.org snc at macports.org
Wed Aug 12 05:33:37 PDT 2009


Revision: 55507
          http://trac.macports.org/changeset/55507
Author:   snc at macports.org
Date:     2009-08-12 05:33:36 -0700 (Wed, 12 Aug 2009)
Log Message:
-----------
created py26-eyed3, ticket #20610

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

Added: trunk/dports/python/py26-eyed3/Portfile
===================================================================
--- trunk/dports/python/py26-eyed3/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-eyed3/Portfile	2009-08-12 12:33:36 UTC (rev 55507)
@@ -0,0 +1,40 @@
+# -*- 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
+PortGroup           python26 1.0
+
+name                py26-eyed3
+version             0.6.17
+categories-append   audio
+platforms           darwin
+maintainers         wanadoo.fr:neric27 openmaintainer
+description         python module and program for processing ID3 tags
+long_description    eyeD3 is a Python program/module for processing \
+                    (reading and writing) ID3 tags. Information about mp3 \
+                    files (i.e bit rate, sample frequency, play time, \
+                    etc.) is also available. The formats supported are ID3 \
+                    v1.0/v1.1 and v2.3/v2.4.
+
+homepage            http://eyed3.nicfit.net/
+master_sites        ${homepage}/releases/
+distname            eyeD3-${version}
+
+checksums           md5     7bc175d0eb1e0152753b2aca80df6fde \
+                    sha1    a607ce4355f395ef137c265f8dad60ac67ba4e47 \
+                    rmd160  32891c885f175e7f2da1201359d73309366930e9
+
+
+use_configure       yes
+
+post-configure    {
+    reinplace "s|/usr/bin/env python|${python.bin}|g" ${worksrcpath}/bin/eyeD3
+}
+
+post-destroot    {
+    xinstall -m 755 ${worksrcpath}/bin/eyeD3 ${destroot}${prefix}/bin
+    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS \
+        README README.html THANKS TODO \
+        ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 ${worksrcpath}/doc/eyeD3.1 ${destroot}${prefix}/share/man/man1
+}


Property changes on: trunk/dports/python/py26-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/20090812/a84dea74/attachment.html>


More information about the macports-changes mailing list