[120965] trunk/dports/python
mf2k at macports.org
mf2k at macports.org
Thu Jun 12 14:10:58 PDT 2014
Revision: 120965
https://trac.macports.org/changeset/120965
Author: mf2k at macports.org
Date: 2014-06-12 14:10:58 -0700 (Thu, 12 Jun 2014)
Log Message:
-----------
py-hachoir-metadata: New port. (#33158)
Added Paths:
-----------
trunk/dports/python/py-hachoir-metadata/
trunk/dports/python/py-hachoir-metadata/Portfile
Added: trunk/dports/python/py-hachoir-metadata/Portfile
===================================================================
--- trunk/dports/python/py-hachoir-metadata/Portfile (rev 0)
+++ trunk/dports/python/py-hachoir-metadata/Portfile 2014-06-12 21:10:58 UTC (rev 120965)
@@ -0,0 +1,53 @@
+# -*- 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 python 1.0
+
+name py-hachoir-metadata
+version 1.3.3
+categories python
+platforms darwin
+license GPL-2
+maintainers nomaintainer
+
+description hachoir-metadata extracts metadata from multimedia files
+long_description hachoir-metadata extracts metadata from multimedia files: \
+ music, picture, video, but also archives. It supports most common file formats: \
+ \
+ Program: \
+ exe \
+ Archives: \
+ bzip2, gzip, zip, tar \
+ Video: \
+ ASF format (WMV video), AVI, Matroska (MKV), WebM video, Quicktime (MOV), \
+ Ogg/Theora, Real media (RM) \
+ Audio: \
+ MPEG audio/MP3, WAV, Sun/NeXT audio, Ogg/Vorbis (OGG), MIDI, AIFF, AIFC, \
+ Real audio (RA) \
+ Image: \
+ bmp, cur, emf, ico, gif, jpg/jpeg, pcx, png, tga, tiff, wmf, xcf \
+ Misc: \
+ Torrent
+
+homepage http://pypi.python.org/pypi/hachoir-metadata
+master_sites http://pypi.python.org/packages/source/h/hachoir-metadata/
+distname hachoir-metadata-${version}
+
+checksums rmd160 9fc1fc7e35321a1839b4270b1723887a0465f2a0 \
+ sha256 ec403f13a44e2cf3d26001f8f440cdc4329a316a4c971035944bfadacc90eb3c
+
+python.versions 24 25 26 27
+python.default_version 27
+
+if {${name} ne ${subport}} {
+ depends_lib-append port:py${python.version}-hachoir-core \
+ port:py${python.version}-hachoir-parser
+
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url http://pypi.python.org/pypi/hachoir-metadata
+ livecheck.regex {hachoir-metadata-(\d+(?:\.\d+)*)\.tar\.gz}
+}
Property changes on: trunk/dports/python/py-hachoir-metadata/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140612/3c6dbeac/attachment.html>
More information about the macports-changes
mailing list