# -*- 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 }