Ticket #33160: Portfile.2

File Portfile.2, 1.6 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-urwid
9version             1.1
10categories          python
11platforms           darwin
12license             GPL-2
13maintainers         nomaintainer
14description         Binary file explorer using Hachoir and urwid libraries
15long_description    hachoir-urwid is a binary file explorer based on Hachoir library to parse the \
16                    files. Using this tool you can exactly know the meaning of each bit/byte of \
17                    your files. With direction keys, you can navigate in the field tree. The \
18                    key h will disable human display and switch to raw display. It is sometime \
19                    useful when you would like to compare hexadecimal data and Hachoir reprensentation.
20
21homepage            http://pypi.python.org/pypi/hachoir-urwid/${version}
22master_sites        http://pypi.python.org/packages/source/h/hachoir-urwid/
23distname            hachoir-urwid-${version}
24checksums           rmd160  63964024d1b52bd3d485f493aae81ef57897406d \
25                    sha256  95161ccc0708818958e974fde4d395ddf181cc05e92839e2c6aff1a8cac40681
26
27depends_lib         port:py-hachoir-core \
28                    port:py-hachoir-parser port:py-urwid
29python.versions     24 25 26 27
30python.default_version 27
31
32livecheck.type      regex
33livecheck.url       http://pypi.python.org/packages/source/h/hachoir-urwid/
34livecheck.regex     {hachoir-urwid-(\d+(?:\.\d+)*)\.tar\.gz}
35