[120226] trunk/dports/python

mf2k at macports.org mf2k at macports.org
Mon May 19 14:57:38 PDT 2014


Revision: 120226
          https://trac.macports.org/changeset/120226
Author:   mf2k at macports.org
Date:     2014-05-19 14:57:38 -0700 (Mon, 19 May 2014)
Log Message:
-----------
py-hachoir-urwid: New port. (#33160)

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

Added: trunk/dports/python/py-hachoir-urwid/Portfile
===================================================================
--- trunk/dports/python/py-hachoir-urwid/Portfile	                        (rev 0)
+++ trunk/dports/python/py-hachoir-urwid/Portfile	2014-05-19 21:57:38 UTC (rev 120226)
@@ -0,0 +1,38 @@
+# -*- 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-urwid
+version             1.1
+categories          python
+platforms           darwin
+license             GPL-2
+maintainers         nomaintainer
+
+description         Binary file explorer using Hachoir and urwid libraries
+long_description    hachoir-urwid is a binary file explorer based on Hachoir library to parse the \
+                    files. Using this tool you can exactly know the meaning of each bit/byte of \
+                    your files. With direction keys, you can navigate in the field tree. The \
+                    key h will disable human display and switch to raw display. It is sometime \
+                    useful when you would like to compare hexadecimal data and Hachoir reprensentation.
+
+homepage            http://pypi.python.org/pypi/hachoir-urwid/${version}
+master_sites        http://pypi.python.org/packages/source/h/hachoir-urwid/
+distname            hachoir-urwid-${version}
+
+checksums           rmd160  63964024d1b52bd3d485f493aae81ef57897406d \
+                    sha256  95161ccc0708818958e974fde4d395ddf181cc05e92839e2c6aff1a8cac40681
+
+depends_lib         port:py-hachoir-core \
+                    port:py-hachoir-parser \
+                    port:py-urwid
+
+python.versions     24 25 26 27
+python.default_version  27
+
+livecheck.type      regex
+livecheck.url       http://pypi.python.org/packages/source/h/hachoir-urwid/
+livecheck.regex     {hachoir-urwid-(\d+(?:\.\d+)*)\.tar\.gz}


Property changes on: trunk/dports/python/py-hachoir-urwid/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/6ef64057/attachment.html>


More information about the macports-changes mailing list