[28119] trunk/dports/sysutils

source_changes at macosforge.org source_changes at macosforge.org
Tue Aug 21 06:40:28 PDT 2007


Revision: 28119
          http://trac.macosforge.org/projects/macports/changeset/28119
Author:   raimue at macports.org
Date:     2007-08-21 06:40:27 -0700 (Tue, 21 Aug 2007)

Log Message:
-----------
sysutils/python_select:
New port for selecting version of python binaries.
I'm yet unsure if the files for different version should go in here 
or in the respective ports

Added Paths:
-----------
    trunk/dports/sysutils/python_select/
    trunk/dports/sysutils/python_select/Portfile
    trunk/dports/sysutils/python_select/files/
    trunk/dports/sysutils/python_select/files/base
    trunk/dports/sysutils/python_select/files/python23
    trunk/dports/sysutils/python_select/files/python23-apple
    trunk/dports/sysutils/python_select/files/python24
    trunk/dports/sysutils/python_select/files/python25

Added: trunk/dports/sysutils/python_select/Portfile
===================================================================
--- trunk/dports/sysutils/python_select/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/python_select/Portfile	2007-08-21 13:40:27 UTC (rev 28119)
@@ -0,0 +1,28 @@
+# $Id$
+
+PortSystem 1.0
+
+name			python_select
+version			0.1
+categories		sysutils
+platforms		darwin
+maintainers		raimue
+description		Switch the default python interpreter
+long_description	python_select lets you switch the default python interpreter. \
+			It symlinks the standard python executables \
+			in the MacPorts prefix to the selected version.
+
+homepage		http://svn.macports.org/repository/macports/users/mww/select/
+master_sites		${homepage}
+distname		select-${version}
+checksums		sha1 18e1f95c2ddd88210aa52eb696261859af2dc3a4
+
+configure.args		--mandir=${prefix}/share/man --name=python
+
+# install all & select python23-apple by default
+post-destroot {
+    xinstall -m 644 -W ${filespath} base python23-apple python23 python24 python25 \
+        ${destroot}${prefix}/etc/select/python
+    system "${destroot}${prefix}/bin/${name} -i ${destroot} python23-apple"
+}
+


Property changes on: trunk/dports/sysutils/python_select/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Added: trunk/dports/sysutils/python_select/files/base
===================================================================
--- trunk/dports/sysutils/python_select/files/base	                        (rev 0)
+++ trunk/dports/sysutils/python_select/files/base	2007-08-21 13:40:27 UTC (rev 28119)
@@ -0,0 +1,8 @@
+bin/python
+bin/pythonw
+bin/python-config
+bin/idle
+bin/pydoc
+bin/smtpd.py
+share/man/man1/python.1
+share/man/man1/python.1.gz

Added: trunk/dports/sysutils/python_select/files/python23
===================================================================
--- trunk/dports/sysutils/python_select/files/python23	                        (rev 0)
+++ trunk/dports/sysutils/python_select/files/python23	2007-08-21 13:40:27 UTC (rev 28119)
@@ -0,0 +1,8 @@
+bin/python2.3
+-
+-
+bin/idle2.3
+bin/pydoc2.3
+-
+-
+share/man/man1/python2.3.1.gz

Added: trunk/dports/sysutils/python_select/files/python23-apple
===================================================================
--- trunk/dports/sysutils/python_select/files/python23-apple	                        (rev 0)
+++ trunk/dports/sysutils/python_select/files/python23-apple	2007-08-21 13:40:27 UTC (rev 28119)
@@ -0,0 +1,8 @@
+/usr/bin/python2.3
+/usr/bin/pythonw2.3
+-
+-
+/usr/bin/pydoc
+-
+/usr/share/man/man1/python2.3.1
+-

Added: trunk/dports/sysutils/python_select/files/python24
===================================================================
--- trunk/dports/sysutils/python_select/files/python24	                        (rev 0)
+++ trunk/dports/sysutils/python_select/files/python24	2007-08-21 13:40:27 UTC (rev 28119)
@@ -0,0 +1,8 @@
+bin/python2.4
+bin/pythonw2.4
+-
+bin/idle2.4
+bin/pydoc2.4
+bin/smtpd2.4.py
+-
+share/man/man1/python2.4.1.gz

Added: trunk/dports/sysutils/python_select/files/python25
===================================================================
--- trunk/dports/sysutils/python_select/files/python25	                        (rev 0)
+++ trunk/dports/sysutils/python_select/files/python25	2007-08-21 13:40:27 UTC (rev 28119)
@@ -0,0 +1,8 @@
+bin/python2.5
+-
+bin/python-config2.5
+bin/idle2.5
+bin/pydoc2.5
+bin/smtpd2.5.py
+-
+share/man/man1/python2.5.1.gz

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070821/0036de78/attachment.html


More information about the macports-changes mailing list