summaryrefslogtreecommitdiffstats
path: root/lang/python
Commit message (Collapse)AuthorAgeFilesLines
* Update to Python 2.4.4.delphij2007-02-142-1/+4
| | | | | | Approved by: maintainer timeout, alexbl (python@) Tested by: pointyhat PR: ports/105901
* Populate a new ports-mgmt category. List of moved ports:pav2007-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
* Revert the default version of Python to 2.4 for the ports freezeperky2006-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)
* - Restrict a dependency to the real interpreter to _RUN only. Thisperky2006-10-091-1/+1
| | | | | allows portupgrade to upgrade lang/python from 2.4 flawlessly. - So remove obsolete instruction.
* Fix version number to 2.5 even if 2.4 is in the system.perky2006-10-091-1/+2
|
* - Update the main python version to 2.5.perky2006-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.
* Fix buffer overrun when performing repr() on a unicode string in a buildsimon2006-10-082-0/+68
| | | | | | | | with wide unicode (UCS-4) support. Obtained from: Python SVN (#51466) Security: CVE-2006-4980 With hat: secteam
* Add a checksum for 2.5c2 and remove checksums for old beta releases.perky2006-09-131-6/+3
|
* Avoid to use "ncursesw" which causes segfault when the system hasperky2006-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>
* Add checksums for Python 2.5b3 and remove old checksums for pre-alphaperky2006-08-041-9/+3
| | | | versions.
* Add a checksum for Python 2.5b1perky2006-06-231-0/+3
|
* [PATCH] lang/python: Some portlint fixesedwin2006-05-141-3/+3
| | | | | | | | - Fix tab/space issues PR: ports/95779 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> Approved by: maintainer timeout
* Remove USE_REINPLACE from the categories starting with Ledwin2006-05-091-1/+0
|
* Update to Python 2.4.3.perky2006-03-304-2938/+1228
|
* Add a checksum for Python 2.5.a0.20060326perky2006-03-261-0/+3
|
* SHA256ify (approved by krion@)edwin2006-02-011-11/+41
|
* Add a CONFLICT to lang/python-mode.el.perky2005-11-021-0/+1
|
* Bring a bugfix enabling WITHOUT_THREADS build again.perky2005-10-041-0/+27
| | | | | Requested by: Mike Harding <mvh@ix.netcom.com> Obtained from: Python CVS
* - Update to Python 2.4.2. [1]perky2005-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]
* Add checksum for 2.5.a0.20050728 snapshot.perky2005-07-281-0/+2
|
* Fix fcntl.ioctl argument parsing to accept termios.TIOCGWINSZ.perky2005-07-282-1/+36
| | | | | Submitted by: jkim Obtained from: Python CVS
* Backport support for FreeBSD 7 and drop support for FreeBSD 3.perky2005-07-183-20/+644
| | | | | | | Fixes for other versions of python will be followed tomorrow. Submitted by: nork Obtained from: Python CVS
* - Disable "fpectl" base module on non-i386 platforms to fix buildperky2005-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]
* - Make FPECTL support optional and turn it off by default becauseperky2005-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]
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Update to Python 2.4.1perky2005-04-035-127/+43
|
* Fix package building on non-i386 platforms by unrestrict `audioop`perky2005-03-281-1/+1
| | | | | | module for them in plist. Approved by: portmgr (kris)
* Unbreak package building on ia64, alpha, amd64 and sparc64 byperky2005-03-231-1/+1
| | | | | | adding ossaudiodev module to their plists, either. Approved by: portmgr (kris)
* Add checksum info for Python 2.3.5.perky2005-03-201-0/+2
|
* Add a patch from PSF-2005-001 which fixes SimpleXMLRPCServerperky2005-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
* Resurrect lang/python-devel port with Python 2.5 development snapshotperky2005-01-291-2/+2
| | | | as of today.
* Add new utility target named 'upgrade-site-packages' to upgradeperky2004-12-061-0/+22
| | | | site-packages which was built on previous version of python.
* mpz module is deprecated since Python 2.2 and removed in Python 2.4.perky2004-12-021-1/+0
|
* - Update lang/python to 2.4 final release.perky2004-12-0111-700/+334
| | | | - Finish repocopy lang/python -> lang/python23 for Python 2.3.4
* - Update python-devel to 2.4c1perky2004-11-201-2/+2
|
* farewell to libxpg4.sf2004-11-151-7/+0
|
* Add checksum for Python-2.4b2.perky2004-11-061-2/+2
|
* Add distinfo for Python-2.4a3perky2004-09-031-4/+2
|
* Fix package build on 4-STABLE.perky2004-08-211-1/+1
| | | | Submitted by: kstewart <kstewart@owt.com>
* - Add support for FreeBSD 6.perky2004-08-205-16/+552
| | | | | | | - Remove support for FreeBSD 2. Spotted by: marcus, kris Obtained from: Python CVS
* - Allow to disable IPv6 support [1]perky2004-08-072-2/+5
| | | | | | | - Add checksum for 2.4a2 PR: 69950 [1] Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* Make PORTREVISION overridable by slave ports.perky2004-07-101-1/+1
| | | | Found by: eik's chkversion
* Allow to install and use 3rd party packages in X11BASE.perky2004-07-091-0/+4
| | | | | | | ${X11BASE}/lib/{python2.3{,/site-packages},site-python} will be added to your python's sys.path if each directory exists. Suggested by: marcus
* The tarball for Python 2.4a1 is renamed in the site.perky2004-07-091-2/+2
|
* Add checksum info for 2.4a1.perky2004-07-081-1/+2
|
* Fix comment.perky2004-06-281-1/+1
| | | | Submitted by: fjoe
* Use ${CC} instead of cc on dynamic linkings.perky2004-06-041-4/+13
| | | | | PR: 67515 Submitted by: michael johnson <ahze@ahze.net>
* - Update to Python 2.3.4.perky2004-05-276-91/+7
| | | | | - Test WITHOUT_* instead of WITH_* for values which are on by default so that package build clusters detect correctly.
* Use OPTIONS.perky2004-05-071-11/+12
| | | | Submitted by: Stephane E. Potvin <sepotvin@videotron.ca>
OpenPOWER on IntegriCloud