Ticket #28407: Portfile

File Portfile, 1.1 KB (added by dechaume@…, 14 years ago)
Line 
1PortSystem          1.0
2PortGroup           python26 1.0
3
4name                py26-pudb
5version             0.93
6categories          python
7description         A full-screen, console-based Python debugger
8long_description    PuDB is a full-screen, console-based visual debugger for Python. \
9Its goal is to provide all the niceties of modern GUI-based debuggers in a more lightweight and keyboard-friendly package. PuDB allows you to debug code right where you write and test it--in a terminal. If you've worked with the excellent (but nowadays ancient) DOS-based Turbo Pascal or C tools, PuDB's UI might look familiar.
10
11maintainers         openmaintainer
12platforms           darwin
13homepage            http://pypi.python.org/pypi/pudb
14master_sites        http://pypi.python.org/packages/source/p/pudb
15distname            pudb-${version}
16checksums           md5     3d8bf95ccdd3f599aa842ac0d4ae6041 \
17                    sha1    cf1667b35898b5704cdbb7322a961ba5db9d4341 \
18                    rmd160  5f138af4835d4b101055e97a5144043d2c5941df
19
20depends_lib         port:py26-urwid \
21                    port:py26-pygments