/math/givaro/

ref='https://www.csie.ntu.edu.tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.python.mk
Commit message (Expand)AuthorAgeFilesLines
* - Fix formattingsunpoet2011-08-031-2/+2
* - Make 3.2 higher priority than 3.1lwhsu2011-07-221-1/+1
* - Update to 3.2.1lwhsu2011-07-221-2/+2
* - Introduce PYTHON_ABIVER: fix PYTHON_INCLUDEDIR for python32 users (PYMALLOC...sunpoet2011-07-141-6/+15
* - Update to 2.7.2wen2011-06-271-2/+2
* - Update lang/python31 to 3.1.4wen2011-06-161-2/+2
* - Update to 2.6.7wen2011-06-081-2/+2
* - Update to 2.5.6wen2011-05-301-2/+2
* Tell ports that USE_PYDISTUTILS to link shared objectsbf2011-03-051-1/+4
* - Restore python 2.4 in _PYTHON_ALLBRANCHESmiwi2011-03-051-1/+1
* - Make Python 2.7.1 the default Python versionmiwi2011-03-051-6/+6
* - Part 1 of python24 removalmiwi2011-02-251-36/+0
* - Update to 3.2.0 and complete repocopywen2011-02-221-2/+11
* - Update to 3.1.3wen2010-12-141-2/+2
* - Update to 2.7.1wen2010-11-291-2/+2
* - Update to 2.6.6wen2010-09-121-2/+2
* - Fix PYTHON_MASTER_SITE_SUBDIR expression for RC releaselwhsu2010-08-191-1/+1
* - Introduce Python 2.7.0lwhsu2010-08-161-1/+10
* - Update lang/python26 to 2.6.5wen2010-05-121-4/+4
* - Update to 2.5.5miwi2010-02-031-2/+2
* - Get rid python-2.3 and python-3.0 (no longer under developement)miwi2009-12-181-20/+2
* - Update to 2.6.4miwi2009-11-271-2/+2
* - Update lang/python31 to Python 3.1.1lwhsu2009-08-221-2/+2
* - Add Python 3.1lwhsu2009-07-071-2/+11
* - Update lang/python26 and make Python 2.6.2 to the default Python versionmiwi2009-06-091-8/+8
* - zope27 was switch to python24, chase herepav2009-03-241-4/+0
* - Update python30 to 3.0.1miwi2009-03-101-2/+2
* - Update to python 2.5.4 and python 2.6.1miwi2009-02-171-4/+4
* - Update py-twisted-* to 8.2.0lwhsu2009-01-311-22/+11
* - Adjust PYNUMERIC commentpav2008-12-121-3/+2
* Welcome to the new era of Python 3, with antigravity support!perky2008-12-041-1/+1
* Introduce two new versions of Python: 2.6 and 3.0rc1 (finally!)perky2008-10-131-5/+23
* Major optimizations for 'make index' and other recursive traversalkris2008-07-201-0/+12
* Update python23 to 2.3.7.perky2008-05-301-2/+2
* Update python23 to Python 2.3.6 and python24 to Python 2.4.5.perky2008-03-161-4/+4
* Update to Python 2.5.2.perky2008-02-241-2/+2
* Don't define PYTHONPATH unless PREFIX != LOCALBASE. This fixesperky2007-10-101-0/+2
* - Correct installation paths in plist for PREFIX != LOCALBASE [1]perky2007-10-071-6/+34
* - Extract command variable definitions from bsd.port.mk, they are now stored ingabor2007-08-041-1/+1
* - Correct typo in comment blockpav2007-07-311-1/+1
* Fix typo in comment.perky2007-07-301-2/+2
* - Make Python 2.5.1 the default Python versionalexbl2007-07-301-20/+111
* - add PYTHON to CONFIGURE_ENV so that ports using auto* for python will bealexbl2007-02-261-0/+3
* Update to Python 2.4.4.delphij2007-02-141-2/+2
* Remove python21 and python22 bits now that they are gone.tmclaugh2007-01-271-19/+1
* - Fix whitespacesmiwi2007-01-171-2/+2
* - add a PYTHON_VER variable to bsd.python.mk, this provides a simple x.yalexbl2007-01-171-0/+6
* - add a PYWSGIREF dependency line since wsgiref is included with 2.5alexbl2006-12-221-1/+11
* - add ${PYHASHLIB} dependency macro to bsd.python.mkalexbl2006-12-131-0/+9
* - Mark devel/py-ctypes IGNORE with Python 2.5 [1]alexbl2006-12-091-0/+12
* - Add PYNUMPY macro to bsd.python.mkalexbl2006-12-081-0/+2
* - Add support for Zope 2.10pav2006-11-301-5/+9
* Revert the default version of Python to 2.4 for the ports freezeperky2006-10-131-4/+4
* - Update the main python version to 2.5.perky2006-10-091-15/+8
* Whitespace cleanup.perky2006-10-081-87/+98
* - Update lang/python-devel to Python 2.5c2perky2006-09-141-3/+3
* Add support for DESTDIR part I.erwin2006-08-041-1/+1
* Update python-devel to 2.5b3.perky2006-08-041-1/+1
* Fix to report a correct version number that we use. (2.5b1 -> 2.5.b1)perky2006-06-231-1/+1
* Update python-devel to 2.5b1.perky2006-06-231-5/+6
* Fence around shell execution variables not to fail abnormally whenperky2006-06-161-5/+5
* Correct zope dependency target for 3.2.perky2006-06-041-1/+5
* Update to Python 2.4.3.perky2006-03-301-2/+2
* Update to Python trunk snapshot as of 2006-03-26.perky2006-03-261-1/+1
* Add support for Zope 2.9.perky2006-01-301-2/+5
* - Zope 3.1 is now 3.2pav2006-01-241-4/+4