| 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 | name py25-pydb |
|---|
| 7 | version 1.23 |
|---|
| 8 | categories python |
|---|
| 9 | maintainers dweber macfreek.nl:software openmaintainer |
|---|
| 10 | description Extended Python Debugger |
|---|
| 11 | long_description \ |
|---|
| 12 | pydb is an expanded version of the Python debugger loosely based on the gdb command set. \ |
|---|
| 13 | To use pydb in a GUI, also install the ddd packages, and run "ddd --pydb" |
|---|
| 14 | |
|---|
| 15 | homepage http://bashdb.sourceforge.net/pydb/ |
|---|
| 16 | platforms darwin |
|---|
| 17 | |
|---|
| 18 | master_sites sourceforge:bashdb |
|---|
| 19 | distname pydb-${version} |
|---|
| 20 | |
|---|
| 21 | checksums md5 947f55b508e475630a461a80899481c6 \ |
|---|
| 22 | sha 193c2b97fc2547fb8de3e99e08c9f32d8a92ddfd \ |
|---|
| 23 | rmd160 1608ec9a34a108188eef5f9e9eb8eba4f4773404 |
|---|
| 24 | |
|---|
| 25 | patchfiles patch-Makefile.in.diff |
|---|
| 26 | |
|---|
| 27 | depends_lib port:python25 |
|---|
| 28 | |
|---|
| 29 | configure.args-append \ |
|---|
| 30 | --with-python=${prefix}/bin/python |
|---|
| 31 | |
|---|