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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | PortGroup python 1.0 |
---|
7 | |
---|
8 | name py-hachoir-urwid |
---|
9 | version 1.1 |
---|
10 | categories python |
---|
11 | platforms darwin |
---|
12 | license GPL-2 |
---|
13 | maintainers nomaintainer |
---|
14 | description Binary file explorer using Hachoir and urwid libraries |
---|
15 | long_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 | |
---|
21 | homepage http://pypi.python.org/pypi/hachoir-urwid/${version} |
---|
22 | master_sites http://pypi.python.org/packages/source/h/hachoir-urwid/ |
---|
23 | distname hachoir-urwid-${version} |
---|
24 | checksums rmd160 63964024d1b52bd3d485f493aae81ef57897406d \ |
---|
25 | sha256 95161ccc0708818958e974fde4d395ddf181cc05e92839e2c6aff1a8cac40681 |
---|
26 | |
---|
27 | depends_lib port:py-hachoir-core \ |
---|
28 | port:py-hachoir-parser port:py-urwid |
---|
29 | python.versions 24 25 26 27 |
---|
30 | python.default_version 27 |
---|
31 | |
---|
32 | livecheck.type regex |
---|
33 | livecheck.url http://pypi.python.org/packages/source/h/hachoir-urwid/ |
---|
34 | livecheck.regex {hachoir-urwid-(\d+(?:\.\d+)*)\.tar\.gz} |
---|
35 | |
---|