Ticket #46568: python-select-support-easy_install.diff
File python-select-support-easy_install.diff, 10.6 KB (added by neverpanic (Clemens Lang), 10 years ago) |
---|
-
lang/python24/Portfile
5 5 6 6 name python24 7 7 version 2.4.6 8 revision 1 08 revision 11 9 9 set major [lindex [split $version .] 0] 10 10 set branch [join [lrange [split ${version} .] 0 1] .] 11 11 categories lang -
lang/python24/files/python24
6 6 bin/smtpd2.4.py 7 7 - 8 8 - 9 bin/easy_install2.4 9 10 share/man/man1/python2.4.1.gz 10 11 ${frameworks_dir}/Python.framework/Versions/2.4 11 12 ${frameworks_dir}/Python.framework/Versions/2.4/Headers -
lang/python24/files/python24-noframework
6 6 bin/smtpd2.4.py 7 7 - 8 8 - 9 bin/easy_install2.4 9 10 share/man/man1/python2.4.1.gz 10 11 - 11 12 - -
lang/python25/Portfile
6 6 7 7 name python25 8 8 version 2.5.6 9 revision 49 revision 5 10 10 11 11 set branch [join [lrange [split ${version} .] 0 1] .] 12 12 categories lang -
lang/python25/files/python25
6 6 bin/smtpd2.5.py 7 7 - 8 8 - 9 bin/easy_install2.5 9 10 share/man/man1/python2.5.1.gz 10 11 ${frameworks_dir}/Python.framework/Versions/2.5 11 12 ${frameworks_dir}/Python.framework/Versions/2.5/Headers -
lang/python26/Portfile
7 7 name python26 8 8 # Remember to keep py26-tkinter and py26-gdbm's versions sync'd with this 9 9 version 2.6.9 10 revision 110 revision 2 11 11 set major [lindex [split $version .] 0] 12 12 set branch [join [lrange [split ${version} .] 0 1] .] 13 13 categories lang -
lang/python26/files/python26
5 5 bin/pydoc2.6 6 6 bin/smtpd2.6.py 7 7 bin/2to3-2.6 8 bin/easy_install-2.6 8 9 share/man/man1/python2.6.1 9 10 - 10 11 ${frameworks_dir}/Python.framework/Versions/2.6 -
lang/python27/Portfile
8 8 epoch 2 9 9 # Remember to keep py27-tkinter and py27-gdbm's versions sync'd with this 10 10 version 2.7.9 11 revision 1 11 12 12 13 set major [lindex [split $version .] 0] 13 14 set branch [join [lrange [split ${version} .] 0 1] .] -
lang/python27/files/python27
5 5 bin/pydoc2.7 6 6 bin/smtpd2.7.py 7 7 bin/2to3-2.7 8 bin/easy_install-2.7 8 9 share/man/man1/python2.7.1 9 10 - 10 11 ${frameworks_dir}/Python.framework/Versions/2.7 -
lang/python31/Portfile
8 8 epoch 1 9 9 # Remember to keep py31-tkinter and py31-gdbm's versions sync'd with this 10 10 version 3.1.5 11 revision 211 revision 3 12 12 set major [lindex [split $version .] 0] 13 13 set branch [join [lrange [split ${version} .] 0 1] .] 14 14 categories lang -
lang/python31/files/python31
5 5 bin/pydoc3.1 6 6 - 7 7 bin/2to3-3.1 8 bin/easy_install-3.1 8 9 share/man/man1/python3.1.1 9 10 - 10 11 ${frameworks_dir}/Python.framework/Versions/3.1 -
lang/python32/Portfile
8 8 epoch 20120412 9 9 # Remember to keep py32-tkinter and py32-gdbm's versions sync'd with this 10 10 version 3.2.6 11 revision 111 revision 2 12 12 13 13 set major [lindex [split $version .] 0] 14 14 set branch [join [lrange [split ${version} .] 0 1] .] -
lang/python32/files/python32
5 5 bin/pydoc3.2 6 6 - 7 7 bin/2to3-3.2 8 bin/easy_install-3.2 8 9 share/man/man1/python3.2.1 9 10 - 10 11 ${frameworks_dir}/Python.framework/Versions/3.2 -
lang/python33/Portfile
8 8 9 9 # Remember to keep py33-tkinter and py33-gdbm's versions sync'd with this 10 10 version 3.3.6 11 revision 111 revision 2 12 12 13 13 epoch 20141012 14 14 -
lang/python33/files/python33
5 5 bin/pydoc3.3 6 6 - 7 7 bin/2to3-3.3 8 bin/easy_install-3.3 8 9 share/man/man1/python3.3.1 9 10 - 10 11 ${frameworks_dir}/Python.framework/Versions/3.3 -
lang/python34/Portfile
8 8 9 9 # Remember to keep py34-tkinter and py34-gdbm's versions sync'd with this 10 10 version 3.4.2 11 revision 111 revision 2 12 12 13 13 epoch 20141008 14 14 -
lang/python34/files/python34
5 5 bin/pydoc3.4 6 6 - 7 7 bin/2to3-3.4 8 bin/easy_install-3.4 8 9 share/man/man1/python3.4.1 9 10 - 10 11 ${frameworks_dir}/Python.framework/Versions/3.4 -
sysutils/python_select/Portfile
5 5 6 6 name python_select 7 7 version 0.3 8 revision 48 revision 5 9 9 categories sysutils 10 10 platforms darwin 11 11 license BSD -
sysutils/python_select/files/base
5 5 bin/pydoc 6 6 bin/smtpd.py 7 7 bin/2to3 8 bin/easy_install 8 9 share/man/man1/python.1 9 10 share/man/man1/python.1.gz 10 11 ${frameworks_dir}/Python.framework/Versions/Current -
sysutils/python_select/files/none
11 11 - 12 12 - 13 13 - 14 - -
sysutils/python_select/files/python23-apple
5 5 /usr/bin/pydoc 6 6 - 7 7 - 8 - 8 9 /usr/share/man/man1/python2.3.1 9 10 - 10 11 - -
sysutils/python_select/files/python25-apple
5 5 /usr/bin/pydoc2.5 6 6 /usr/bin/smtpd2.5.py 7 7 - 8 /usr/bin/easy_install-2.5 8 9 - 9 10 /usr/share/man/man1/python2.5.1.gz 10 11 - -
sysutils/python_select/files/python25-apple.mtln
5 5 /usr/bin/pydoc2.5 6 6 /usr/bin/smtpd2.5.py 7 7 - 8 /usr/bin/easy_install-2.5 8 9 /usr/share/man/man1/python2.5.1 9 10 - 10 11 - -
sysutils/python_select/files/python26-apple
5 5 /usr/bin/pydoc2.6 6 6 /usr/bin/smtpd2.6.py 7 7 /usr/bin/2to32.6 8 /usr/bin/easy_install-2.6 8 9 - 9 10 /usr/share/man/man1/python2.6.1.gz 10 11 - -
sysutils/python_select/files/python26-apple.mtln
5 5 /usr/bin/pydoc2.6 6 6 /usr/bin/smtpd2.6.py 7 7 /usr/bin/2to32.6 8 /usr/bin/easy_install-2.6 8 9 /usr/share/man/man1/python2.6.1 9 10 - 10 11 - -
sysutils/python_select/files/python27-apple
5 5 /usr/bin/pydoc2.7 6 6 /usr/bin/smtpd2.7.py 7 7 /usr/bin/2to3-2.7 8 /usr/bin/easy_install-2.7 8 9 - 9 10 /usr/share/man/man1/python2.7.1.gz 10 11 - -
sysutils/python_select/files/python27-apple.mtln
5 5 /usr/bin/pydoc2.7 6 6 /usr/bin/smtpd2.7.py 7 7 /usr/bin/2to3-2.7 8 /usr/bin/easy_install-2.7 8 9 /usr/share/man/man1/python2.7.1 9 10 - 10 11 -