aboutsummaryrefslogtreecommitdiff
path: root/lang/python
Commit message (Collapse)AuthorAgeFilesLines
* - Update python30 to 3.0.1Martin Wilke2009-03-091-0/+3
| | | | | | | | Release Changelog: http://python.org/download/releases/3.0.1/NEWS.txt Notes: svn path=/head/; revision=229812
* - Fix sha256 checksum for python 2.6.1.Stanislav Sedov2009-02-181-1/+1
| | | | | | | | Reported by: kib@ Approved by: python (miwi) Notes: svn path=/head/; revision=228593
* - Add missing distinfo for python 2.5.4 and python 2.6.1Martin Wilke2009-02-171-0/+6
| | | | Notes: svn path=/head/; revision=228542
* Welcome to the new era of Python 3, with antigravity support!Hye-Shik Chang2008-12-041-3/+3
| | | | | | | Update to Python 3.0. Notes: svn path=/head/; revision=223755
* Introduce two new versions of Python: 2.6 and 3.0rc1 (finally!)Hye-Shik Chang2008-10-131-0/+6
| | | | | | | | | | | Python 2.6 will be the next default python version when enough testings of consumer ports are done. The new "2to3" program is renamed to 2to3-2.6 and 2to3-3.0 for each version, respectively. Repo-copied by: marcus Notes: svn path=/head/; revision=221521
* Update python23 to 2.3.7.Hye-Shik Chang2008-05-301-0/+3
| | | | Notes: svn path=/head/; revision=213912
* Update python23 to Python 2.3.6 and python24 to Python 2.4.5.Hye-Shik Chang2008-03-161-0/+6
| | | | Notes: svn path=/head/; revision=209145
* Update to Python 2.5.2.Hye-Shik Chang2008-02-241-0/+3
| | | | Notes: svn path=/head/; revision=207831
* - use PORTUPGRADE_CMD instead of PORTUPGRADE so as not to confict with theAlexander Botero-Lowry2007-07-311-5/+5
| | | | | | | | | portupgrade env variable Pointed out by: Miroslav Lachman <000.fbsd@quip.cz> Notes: svn path=/head/; revision=196840
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-302-20/+24
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* Update to Python 2.4.4.Xin LI2007-02-142-1/+4
| | | | | | | | | Approved by: maintainer timeout, alexbl (python@) Tested by: pointyhat PR: ports/105901 Notes: svn path=/head/; revision=185141
* Populate a new ports-mgmt category. List of moved ports:Pav Lucistnik2007-02-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | devel/portcheckout -> ports-mgmt/portcheckout devel/portlint -> ports-mgmt/portlint devel/portmk -> ports-mgmt/portmk devel/porttools -> ports-mgmt/porttools misc/instant-tinderbox -> ports-mgmt/instant-tinderbox misc/porteasy -> ports-mgmt/porteasy misc/portell -> ports-mgmt/portell misc/portless -> ports-mgmt/portless misc/tinderbox -> ports-mgmt/tinderbox security/jailaudit -> ports-mgmt/jailaudit security/portaudit -> ports-mgmt/portaudit security/portaudit-db -> ports-mgmt/portaudit-db security/vulnerability-test-port -> ports-mgmt/vulnerability-test-port sysutils/barry -> ports-mgmt/barry sysutils/bpm -> ports-mgmt/bpm sysutils/kports -> ports-mgmt/kports sysutils/managepkg -> ports-mgmt/managepkg sysutils/newportsversioncheck -> ports-mgmt/newportsversioncheck sysutils/pib -> ports-mgmt/pib sysutils/pkgfe -> ports-mgmt/pkgfe sysutils/pkg-orphan -> ports-mgmt/pkg-orphan sysutils/pkg_cutleaves -> ports-mgmt/pkg_cutleaves sysutils/pkg_install -> ports-mgmt/pkg_install sysutils/pkg_install-devel -> ports-mgmt/pkg_install-devel sysutils/pkg_remove -> ports-mgmt/pkg_remove sysutils/pkg_rmleaves -> ports-mgmt/pkg_rmleaves sysutils/pkg_trackinst -> ports-mgmt/pkg_trackinst sysutils/pkg_tree -> ports-mgmt/pkg_tree sysutils/portbrowser -> ports-mgmt/portbrowser sysutils/portconf -> ports-mgmt/portconf sysutils/portdowngrade -> ports-mgmt/portdowngrade sysutils/portcheck -> ports-mgmt/portcheck sysutils/portmanager -> ports-mgmt/portmanager sysutils/portmaster -> ports-mgmt/portmaster sysutils/portscout -> ports-mgmt/portscout sysutils/portsearch -> ports-mgmt/portsearch sysutils/portsman -> ports-mgmt/portsman sysutils/portsnap -> ports-mgmt/portsnap sysutils/portsopt -> ports-mgmt/portsopt sysutils/portupgrade -> ports-mgmt/portupgrade sysutils/portupgrade-devel -> ports-mgmt/portupgrade-devel sysutils/port-authoring-tools -> ports-mgmt/port-authoring-tools sysutils/port-maintenance-tools -> ports-mgmt/port-maintenance-tools sysutils/psearch -> ports-mgmt/psearch sysutils/p5-FreeBSD-Portindex -> ports-mgmt/p5-FreeBSD-Portindex sysutils/qtpkg -> ports-mgmt/qtpkg textproc/p5-FreeBSD-Ports -> ports-mgmt/p5-FreeBSD-Ports Repocopies by: marcus Notes: svn path=/head/; revision=184211
* Revert the default version of Python to 2.4 for the ports freezeHye-Shik Chang2006-10-131-4/+5
| | | | | | | | | | | | period. Python 2.5 brought a vast range of incompatibility to a large number of ports, so the python@ team will do more basic compatibility work in a private repository and merge it later. Sorry for the inconvenience. Approved by: portmgr (kris) Notes: svn path=/head/; revision=175244
* - Restrict a dependency to the real interpreter to _RUN only. ThisHye-Shik Chang2006-10-091-1/+1
| | | | | | | | allows portupgrade to upgrade lang/python from 2.4 flawlessly. - So remove obsolete instruction. Notes: svn path=/head/; revision=175103
* Fix version number to 2.5 even if 2.4 is in the system.Hye-Shik Chang2006-10-091-1/+2
| | | | Notes: svn path=/head/; revision=175094
* - Update the main python version to 2.5.Hye-Shik Chang2006-10-099-2674/+15
| | | | | | | | | | | | | | - Now, lang/python is just a meta-port which depends on lang/python25. - And all versions of Python ports have short version identifier in its package name; python25-2.5, python24-2.4.3 and etc. - Also you must upgrade all python modules after lang/python updated, cd /usr/ports/lang/python && make upgrade-site-packages - Give maintainership of Python ports to the new python@ group which includes me, alexbl@ and others. Notes: svn path=/head/; revision=175093
* Fix buffer overrun when performing repr() on a unicode string in a buildSimon L. B. Nielsen2006-10-082-0/+68
| | | | | | | | | | | with wide unicode (UCS-4) support. Obtained from: Python SVN (#51466) Security: CVE-2006-4980 With hat: secteam Notes: svn path=/head/; revision=174893
* Add a checksum for 2.5c2 and remove checksums for old beta releases.Hye-Shik Chang2006-09-131-6/+3
| | | | Notes: svn path=/head/; revision=172950
* Avoid to use "ncursesw" which causes segfault when the system hasHye-Shik Chang2006-08-121-2/+20
| | | | | | | | | | | | | devel/ncurses installed due to a shared library collision between a base ncurses from libreadline dependency and a local ncurses from libncursesw dependency. PR: 99496 Submitted by: rachid achellal <rachid@in.nl>, Xiao-Yong Jin <xj2106@columbia.edu> Notes: svn path=/head/; revision=170379
* Add checksums for Python 2.5b3 and remove old checksums for pre-alphaHye-Shik Chang2006-08-041-9/+3
| | | | | | | versions. Notes: svn path=/head/; revision=169620
* Add a checksum for Python 2.5b1Hye-Shik Chang2006-06-231-0/+3
| | | | Notes: svn path=/head/; revision=166070
* [PATCH] lang/python: Some portlint fixesEdwin Groothuis2006-05-141-3/+3
| | | | | | | | | | | - Fix tab/space issues PR: ports/95779 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=162276
* Remove USE_REINPLACE from the categories starting with LEdwin Groothuis2006-05-091-1/+0
| | | | Notes: svn path=/head/; revision=161836
* Update to Python 2.4.3.Hye-Shik Chang2006-03-304-2938/+1228
| | | | Notes: svn path=/head/; revision=158415
* Add a checksum for Python 2.5.a0.20060326Hye-Shik Chang2006-03-261-0/+3
| | | | Notes: svn path=/head/; revision=158132
* SHA256ify (approved by krion@)Edwin Groothuis2006-02-011-11/+41
| | | | Notes: svn path=/head/; revision=154967
* Add a CONFLICT to lang/python-mode.el.Hye-Shik Chang2005-11-021-0/+1
| | | | Notes: svn path=/head/; revision=147023
* Bring a bugfix enabling WITHOUT_THREADS build again.Hye-Shik Chang2005-10-041-0/+27
| | | | | | | | Requested by: Mike Harding <mvh@ix.netcom.com> Obtained from: Python CVS Notes: svn path=/head/; revision=144165
* - Update to Python 2.4.2. [1]Hye-Shik Chang2005-10-025-55/+19
| | | | | | | | | | | | | | | | | | - Allow to override a command passing to distutils using PYDISTUTILS_{CONFIGURE,BUILD,INSTALL}_TARGET [2] - Allow to specify BUILD/RUN dependency separatedly. [3] - Replace shell executions with regex replacement on bsd.python.mk. [3] - Remove thread serialization from socket.getaddrinfo() on FreeBSD 5.3 and later versions because we've got thread-safe implementation. [4] - Add a workaround to avoid curses.h problem of FreeBSD base. PR: 86685 [1] Submitted by: Soeren Straarup <xride@x12.dk> [1], lioux [2], vsevolod [3], sobomax [4] Obtained from: Python CVS [4] Notes: svn path=/head/; revision=143983
* Add checksum for 2.5.a0.20050728 snapshot.Hye-Shik Chang2005-07-281-0/+2
| | | | Notes: svn path=/head/; revision=140295
* Fix fcntl.ioctl argument parsing to accept termios.TIOCGWINSZ.Hye-Shik Chang2005-07-282-1/+36
| | | | | | | | Submitted by: jkim Obtained from: Python CVS Notes: svn path=/head/; revision=140282
* Backport support for FreeBSD 7 and drop support for FreeBSD 3.Hye-Shik Chang2005-07-183-20/+644
| | | | | | | | | | Fixes for other versions of python will be followed tomorrow. Submitted by: nork Obtained from: Python CVS Notes: svn path=/head/; revision=139500
* - Disable "fpectl" base module on non-i386 platforms to fix buildHye-Shik Chang2005-06-191-2/+7
| | | | | | | | | | | | on the recent -CURRENT i386 base. [1] - Fix package build on NO_NIS base. [2] PR: 81806 [1] Submitted by: Li-Lun Wang (Leland Wang) <llwang@infor.org> [1], ache [2] Notes: svn path=/head/; revision=137723
* - Make FPECTL support optional and turn it off by default becauseHye-Shik Chang2005-05-122-2/+20
| | | | | | | | | | | | the feature brings huge overheads for floating point arithmetics and integer divisions. [1] - Fix plist - Bump PORTREVISION Requested by: Ewan Todd <ewan@mathcode.net> [1] Notes: svn path=/head/; revision=135088
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Update to Python 2.4.1Hye-Shik Chang2005-04-035-127/+43
| | | | Notes: svn path=/head/; revision=132349
* Fix package building on non-i386 platforms by unrestrict `audioop`Hye-Shik Chang2005-03-281-1/+1
| | | | | | | | | module for them in plist. Approved by: portmgr (kris) Notes: svn path=/head/; revision=132104
* Unbreak package building on ia64, alpha, amd64 and sparc64 byHye-Shik Chang2005-03-231-1/+1
| | | | | | | | | adding ossaudiodev module to their plists, either. Approved by: portmgr (kris) Notes: svn path=/head/; revision=131910
* Add checksum info for Python 2.3.5.Hye-Shik Chang2005-03-201-0/+2
| | | | Notes: svn path=/head/; revision=131739
* Add a patch from PSF-2005-001 which fixes SimpleXMLRPCServerHye-Shik Chang2005-02-042-0/+126
| | | | | | | | | | | | | vulnerability. PR: 77078 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Security: CAN-2005-0089 Security: http://www.vuxml.org/freebsd/6afa87d3-764b-11d9-b0e7-0000e249a0a2.html Security: SimpleXMLRPCServer.py allows unrestricted traversal Notes: svn path=/head/; revision=128014
* Resurrect lang/python-devel port with Python 2.5 development snapshotHye-Shik Chang2005-01-291-2/+2
| | | | | | | as of today. Notes: svn path=/head/; revision=127590
* Add new utility target named 'upgrade-site-packages' to upgradeHye-Shik Chang2004-12-061-0/+22
| | | | | | | site-packages which was built on previous version of python. Notes: svn path=/head/; revision=123279
* mpz module is deprecated since Python 2.2 and removed in Python 2.4.Hye-Shik Chang2004-12-021-1/+0
| | | | Notes: svn path=/head/; revision=122960
* - Update lang/python to 2.4 final release.Hye-Shik Chang2004-12-0111-700/+334
| | | | | | | - Finish repocopy lang/python -> lang/python23 for Python 2.3.4 Notes: svn path=/head/; revision=122898
* - Update python-devel to 2.4c1Hye-Shik Chang2004-11-201-2/+2
| | | | Notes: svn path=/head/; revision=122021
* farewell to libxpg4.FUJISHIMA Satsuki2004-11-151-7/+0
| | | | Notes: svn path=/head/; revision=121637
* Add checksum for Python-2.4b2.Hye-Shik Chang2004-11-061-2/+2
| | | | Notes: svn path=/head/; revision=120989
* Add distinfo for Python-2.4a3Hye-Shik Chang2004-09-031-4/+2
| | | | Notes: svn path=/head/; revision=118058
* Fix package build on 4-STABLE.Hye-Shik Chang2004-08-211-1/+1
| | | | | | | Submitted by: kstewart <kstewart@owt.com> Notes: svn path=/head/; revision=116911