Ticket #33158: Portfile.2

File Portfile.2, 1.9 KB (added by jul_bsd@…, 10 years ago)
Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0
5
6PortGroup           python 1.0
7
8name                py-hachoir-metadata
9version             1.3.3
10categories          python
11platforms           darwin
12license             GPL-2
13maintainers         nomaintainer
14description         hachoir-metadata extracts metadata from multimedia files
15long_description    hachoir-metadata extracts metadata from multimedia files: \
16                    music, picture, video, but also archives. It supports most common file formats: \
17                    \
18                    Program:  \
19                    exe \
20                    Archives:  \
21                    bzip2, gzip, zip, tar  \
22                    Video:  \
23                    ASF format (WMV video), AVI, Matroska (MKV), WebM video, Quicktime (MOV),  \
24                    Ogg/Theora, Real media (RM) \
25                    Audio:  \
26                    MPEG audio/MP3, WAV, Sun/NeXT audio, Ogg/Vorbis (OGG), MIDI, AIFF, AIFC,  \
27                    Real audio (RA) \
28                    Image:  \
29                    bmp, cur, emf, ico, gif, jpg/jpeg, pcx, png, tga, tiff, wmf, xcf \
30                    Misc:  \
31                    Torrent
32
33homepage            http://pypi.python.org/pypi/hachoir-metadata
34master_sites        http://pypi.python.org/packages/source/h/hachoir-metadata/
35distname            hachoir-metadata-${version}
36
37checksums           md5     26e04a2395205d31469fc2d6935055a9 \
38                    sha256    ec403f13a44e2cf3d26001f8f440cdc4329a316a4c971035944bfadacc90eb3c
39
40depends_lib        port:py-hachoir-core port:py-hachoir-parser
41python.versions     24 25 26 27
42python.default_version 27
43
44livecheck.type      regex
45livecheck.url       http://pypi.python.org/pypi/hachoir-metadata
46livecheck.regex     {hachoir-metadata-(\d+(?:\.\d+)*)\.tar\.gz}
47
48