Ticket #20604: Portfile

File Portfile, 1.3 KB (added by neric27@…, 15 years ago)

Portfile (the port goes in python directory)

Line 
1# -*- mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
2#$Id$
3
4PortSystem 1.0
5PortGroup python26 1.0
6
7name            py26-mutagen
8version         1.16
9description     A Python module to handle audio metadata
10platforms       darwin
11categories-append   audio devel
12maintainers     wanadoo.fr:neric27 openmaintainer
13long_description \
14    Supports ASF, FLAC, M4A, Monkey's Audio, MP3, Musepack, Ogg FLAC, Ogg \
15    Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack and OptimFROG audio \
16    files. All versions of ID3v2 are supported, and all standard ID3v2.4 \
17    frames are parsed. It can read Xing headers to accurately calculate the \
18    bitrate and length of MP3s. ID3 and APEv2 tags can be edited regardless of \
19    audio format. It can also manipulate Ogg streams on an individual \
20    packet/page level.
21
22distname        mutagen-${version}
23homepage        http://code.google.com/p/quodlibet/wiki/Development/Mutagen
24master_sites    googlecode:mutagen
25
26checksums           md5     feea89bebee5816aed911f33a2171559 \
27                    sha1    01a84e48408cde18a7c755e0cd38eef7db866087 \
28                    rmd160  d00b438c950366064a86d3de39c63fd7f4ec019d
29
30livecheck.check         regex
31livecheck.url           http://code.google.com/p/mutagen/downloads/list
32livecheck.regex "mutagen-(\\d+(?:\\.\\d+)*)${extract.suffix}"