[48634] trunk/dports/python

snc at macports.org snc at macports.org
Thu Mar 26 11:30:30 PDT 2009


Revision: 48634
          http://trac.macports.org/changeset/48634
Author:   snc at macports.org
Date:     2009-03-26 11:30:30 -0700 (Thu, 26 Mar 2009)
Log Message:
-----------
created py25-db, ticket #12447, maintainer time out. extra jedi chow for mcalhoun.

Added Paths:
-----------
    trunk/dports/python/py25-db/
    trunk/dports/python/py25-db/Portfile
    trunk/dports/python/py25-db/files/
    trunk/dports/python/py25-db/files/patch-Makefile.in.diff
    trunk/dports/python/py25-db/work

Added: trunk/dports/python/py25-db/Portfile
===================================================================
--- trunk/dports/python/py25-db/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-db/Portfile	2009-03-26 18:30:30 UTC (rev 48634)
@@ -0,0 +1,46 @@
+# -*- 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-db
+version             1.25
+categories          python
+maintainers         macfreek.nl:software 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}
+use_bzip2           yes
+
+checksums           md5 a4b3005f92521461eb55663a1b8d1642 \
+                    sha1 c9c85d3c3003d7d2feebc081bb71bf5649d3e09c \
+                    rmd160 aebba569564dac9415ef6fc3b16f32f3157d1ce3
+
+patchfiles          patch-Makefile.in.diff
+
+# Install binaries and man pages in a different location to avoid conflict
+#    with other Python versions
+set python_prefix   ${frameworks_dir}/Python.framework/Version/2.5
+configure.pre_args  --prefix=${python_prefix}
+
+configure.python    ${prefix}/bin/python2.5
+
+# python2.5 gives the incorrect location of site-packages (see #16334).
+configure.args      --with-site-packages=${prefix}/lib/python2.5
+
+post-destroot {
+    # Install binaries and man pages with version appended.
+    foreach fl [glob -tails -directory ${destroot}${python_prefix}/bin *] {
+        ln -s ${python_prefix}/bin/${fl} ${destroot}${prefix}/bin/${fl}2.5
+    }
+    foreach fl {pydb} {
+        ln -s ${python_prefix}/share/man/man1/${fl}.1 ${destroot}${prefix}/share/man/man1/${fl}2.5.1
+    }
+}


Property changes on: trunk/dports/python/py25-db/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py25-db/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/python/py25-db/files/patch-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/python/py25-db/files/patch-Makefile.in.diff	2009-03-26 18:30:30 UTC (rev 48634)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	2009-03-09 16:17:54.000000000 -0400
++++ Makefile.in	2009-03-09 16:18:05.000000000 -0400
+@@ -827,7 +827,7 @@
+ 	fi
+ 	rm -f "$(DESTDIR)$(bindir)/$(bin_SCRIPTS)" || true;
+ 	chmod +x "$(DESTDIR)$(pkgpythondir)/$(python_debugger_script)"
+-	$(LN_S) "$(DESTDIR)$(pkgpythondir)/$(python_debugger_script)" "$(DESTDIR)$(bindir)/$(bin_SCRIPTS)"
++	$(LN_S) "$(pkgpythondir)/$(python_debugger_script)" "$(DESTDIR)$(bindir)/$(bin_SCRIPTS)"
+ 
+ test: check
+ @MAINTAINER_MODE_TRUE at ChangeLog:

Added: trunk/dports/python/py25-db/work
===================================================================
--- trunk/dports/python/py25-db/work	                        (rev 0)
+++ trunk/dports/python/py25-db/work	2009-03-26 18:30:30 UTC (rev 48634)
@@ -0,0 +1 @@
+link /opt/local/var/macports/build/_Users_snc_ports_python_py25-db/work
\ No newline at end of file


Property changes on: trunk/dports/python/py25-db/work
___________________________________________________________________
Added: svn:special
   + *
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090326/be736894/attachment-0001.html>


More information about the macports-changes mailing list