[34616] trunk/dports/lang/python30
raimue at macports.org
raimue at macports.org
Fri Feb 29 06:45:09 PST 2008
Revision: 34616
http://trac.macosforge.org/projects/macports/changeset/34616
Author: raimue at macports.org
Date: 2008-02-29 06:45:09 -0800 (Fri, 29 Feb 2008)
Log Message:
-----------
lang/python30:
Add select file for python_select with permission from maintainer, closes #13985
Modified Paths:
--------------
trunk/dports/lang/python30/Portfile
Added Paths:
-----------
trunk/dports/lang/python30/files/python30
Modified: trunk/dports/lang/python30/Portfile
===================================================================
--- trunk/dports/lang/python30/Portfile 2008-02-29 14:37:59 UTC (rev 34615)
+++ trunk/dports/lang/python30/Portfile 2008-02-29 14:45:09 UTC (rev 34616)
@@ -28,6 +28,10 @@
# make sure we dont have any file conflicts with python2.x
system "cd ${destroot}${prefix}/bin && mv idle idle3.0 && mv pydoc pydoc3.0 && mv smtpd.py smtpd3.0.py"
system "cd ${destroot}${prefix}/share/man/man1 && mv python.1 python3.0.1"
+
+ # install select file for python_select
+ xinstall -m 755 -d ${destroot}${prefix}/etc/select/python
+ xinstall -m 644 ${filespath}/python30 ${destroot}${prefix}/etc/select/python/
}
livecheck.check regex
Added: trunk/dports/lang/python30/files/python30
===================================================================
--- trunk/dports/lang/python30/files/python30 (rev 0)
+++ trunk/dports/lang/python30/files/python30 2008-02-29 14:45:09 UTC (rev 34616)
@@ -0,0 +1,8 @@
+bin/python3.0
+-
+bin/python3.0-config
+bin/idle3.0
+bin/pydoc3.0
+bin/smtpd3.0.py
+-
+share/man/man1/python3.0.1.gz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080229/598f9ccf/attachment.html
More information about the macports-changes
mailing list