[48638] trunk/dports/python

dweber at macports.org dweber at macports.org
Thu Mar 26 12:07:01 PDT 2009


Revision: 48638
          http://trac.macports.org/changeset/48638
Author:   dweber at macports.org
Date:     2009-03-26 12:07:00 -0700 (Thu, 26 Mar 2009)
Log Message:
-----------
Adding py25-pydb

Added Paths:
-----------
    trunk/dports/python/py25-pydb/
    trunk/dports/python/py25-pydb/Portfile

Added: trunk/dports/python/py25-pydb/Portfile
===================================================================
--- trunk/dports/python/py25-pydb/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-pydb/Portfile	2009-03-26 19:07:00 UTC (rev 48638)
@@ -0,0 +1,31 @@
+# -*- 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
+
+name             py25-pydb
+version          1.23
+categories       python
+maintainers      software at macfreek.nl dweber openmaintainer
+description      Extended Python Debugger
+long_description \
+    pydb is an expanded version of the Python debugger loosely based on the gdb command set. \
+    To use pydb in a GUI, also install the ddd packages, and run "ddd --pydb"
+
+homepage         http://bashdb.sourceforge.net/pydb/
+platforms        darwin
+
+master_sites     sourceforge:bashdb
+
+distname         pydb-${version}
+
+checksums        md5 947f55b508e475630a461a80899481c6 \
+                 sha 193c2b97fc2547fb8de3e99e08c9f32d8a92ddfd \
+                 rmd160 1608ec9a34a108188eef5f9e9eb8eba4f4773404
+
+depends_lib-append port:python25
+
+configure.args-append \
+    --with-python=${prefix}/bin/python2.5
+


Property changes on: trunk/dports/python/py25-pydb/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090326/077e72bc/attachment.html>


More information about the macports-changes mailing list