[120229] trunk/dports/python

mf2k at macports.org mf2k at macports.org
Mon May 19 15:12:19 PDT 2014


Revision: 120229
          https://trac.macports.org/changeset/120229
Author:   mf2k at macports.org
Date:     2014-05-19 15:12:19 -0700 (Mon, 19 May 2014)
Log Message:
-----------
py-hachoir-parser: New port. (#33159)

Added Paths:
-----------
    trunk/dports/python/py-hachoir-parser/
    trunk/dports/python/py-hachoir-parser/Portfile

Added: trunk/dports/python/py-hachoir-parser/Portfile
===================================================================
--- trunk/dports/python/py-hachoir-parser/Portfile	                        (rev 0)
+++ trunk/dports/python/py-hachoir-parser/Portfile	2014-05-19 22:12:19 UTC (rev 120229)
@@ -0,0 +1,59 @@
+# -*- 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-parser
+version             1.3.4
+categories          python
+platforms           darwin
+license             GPL-2
+maintainers         nomaintainer
+
+description         78 parser for common binary file formats using Hachoir framework
+long_description    hachoir-parser is a package of most common file format parsers written for \
+                    the Hachoir framework. Currently, 78 parsers are supported (some only partially). \
+                    \
+                    File System:  \
+                    ext2, fat12, fat16, fat32, iso9660, linux_swap, MBR, ntfs, ReiserFS \
+                    Program:  \
+                    elf, exe, javac, EFI pifv, prc, pyc, pyo \
+                    Archive: \
+                    7zip, ace, bzip2, cab, gzip, mar, rar, rpm, tar, unix_archive, zip \
+                    Audio: \
+                    aiff, fasttracker2, flac, itunesdb, midi, mod,  \
+                    MPEG-1 audio, ptm, ra, s3m, snd \
+                    Container: \
+                    asn1, mkv, ogg, rm, riff, swf \
+                    Video: \
+                    asf, flv, mov, MPEG-1/2 PS, MPEG-2 TS \
+                    Game:  \
+                    blp1, blp2, lucasarts_font, spiderman_video, zsnes \
+                    Image:  \
+                    bmp, gif, ico, jpeg/jpg, pcx, png, psd, tga, tiff, wmf, xcf \
+                    Misc:  \
+                    3do, 3ds, bplist, chm, gnomekeyring, hlp, lnk, ole2, pcf, pdf,  \
+                    tcpdump, torrent, ttf
+
+homepage            http://pypi.python.org/pypi/hachoir-parser
+master_sites        http://pypi.python.org/packages/source/h/hachoir-parser/
+distname            hachoir-parser-${version}
+
+checksums           rmd160  e487b9d5110593a155875a91bd481db9d35588c1 \
+                    sha256  775be5e10d72c6122b1ba3202dfce153c09ebcb60080d8edbd51aa89aa4e6b3f
+
+python.versions     24 25 26 27
+python.default_version  27
+
+if {${name} ne ${subport}} {
+    depends_lib         port:py${python.version}-hachoir-core
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       http://pypi.python.org/packages/source/h/hachoir-parser/
+    livecheck.regex     {hachoir-parser-(\d+(?:\.\d+)*)\.tar\.gz}
+}
+


Property changes on: trunk/dports/python/py-hachoir-parser/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/20140519/358f7f95/attachment-0001.html>


More information about the macports-changes mailing list