summaryrefslogtreecommitdiff
path: root/lang/python21 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove python21 and python22. These version lines are long deprecated andTom McLaughlin2007-01-2714-4042/+0
| | | | | | no ports require them. Approved by: python@
* Deprecate these old python versions and schedual for expiration onTom McLaughlin2006-11-081-0/+3
| | | | | | | 2007-01-07. These version branches are no longer developed upstream and are rarely seen these days. Approved by: alexbl (python@)
* - Update the main python version to 2.5.Hye-Shik Chang2006-10-091-2/+2
| | | | | | | | | | | - 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.
* Remove USE_REINPLACE from the categories starting with LEdwin Groothuis2006-05-091-1/+0
|
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | Approved by: krion@
* - Add support for FreeBSD 7Hye-Shik Chang2005-07-285-24/+711
| | | | - Drop support for FreeBSD 3
* - Add support for FreeBSD 6.Hye-Shik Chang2004-11-215-19/+683
| | | | | - Drop support for FreeBSD 2. - Bump PORTREVISION.
* BROKEN on 6.x: Broken pkg-plistKris Kennaway2004-11-181-0/+4
|
* farewell to libxpg4.FUJISHIMA Satsuki2004-11-151-7/+0
|
* Allow to install and use 3rd party packages in X11BASE.Hye-Shik Chang2004-07-091-1/+10
| | | | | | | ${X11BASE}/lib/{python2.3{,/site-packages},site-python} will be added to your python's sys.path if each directory exists. Suggested by: marcus
* Add SIZE data.Hye-Shik Chang2004-03-181-0/+1
| | | | Submitted by: trevor
* Correct pre-install target to pre-su-install so that the credentialHye-Shik Chang2004-03-181-1/+1
| | | | | | switch happens before directories are created under PREFIX. Submitted by: marcel
* - Update lang/python-devel to Python-2.4 031022 snapshot.Hye-Shik Chang2003-10-291-4/+4
| | | | | | | | | | - Correct USE_ZOPE dependency to Python 2.1. [1] - Fetch from correct MASTER_SITE_SUBDIR when upgrading python in same branch. [2] - Enable installing separated standard modules for python-devel port. Reported by: Filippo Natali <pitonat@libero.it> [1], Yoshihiko Sarumaru <mistral@imasy.or.jp> [2]
* Don't use PYTHON_DISTFILE as well as PYTHON_WRKSRC on lang/python* portsHye-Shik Chang2003-10-211-2/+2
| | | | | | | because it does not point the most recent version of each from ports/Mk/bsd.python.mk 1.38. Reported by: Andy Fawcett <andy@athame.co.uk>
* Utilize PYTHON_SITE_SUBDIR.Hye-Shik Chang2003-10-191-1/+1
|
* - Remove somewhat buggy libc_r lackness detection. (at least for bento)Hye-Shik Chang2003-08-071-3/+2
| | | | | - Bump PORTREVISION to enable the thread support in the package building environments.
* Remove a unused file.Hye-Shik Chang2003-07-091-23/+0
|
* o Utilize MASTER_SITE_PYTHON.Hye-Shik Chang2003-07-043-8/+21
| | | | | | | | o Rename pydoc to pydoc${PORTVERSION} to avoid conflicts among these ports. (lang/python port keeps both of bin/pydoc and bin/pydoc2.2) o Set LATEST_LINK to ${PYTHON_VERSION:S/.//} except lang/python. Now, we can install all of these python versions together cleanly.
* Take maintainerships from alane's python ports.Hye-Shik Chang2003-06-091-1/+1
| | | | Rest in Peace, Alan.
* REST IN PEACEWill Andrews2003-06-081-1/+1
| | | | | | | | | Alan Eldridge Born December 15, 1961 in Iowa Died June 6, 2003 in Denver, Colorado Thank you for your contributions, you will be greatly missed.
* committed zwiki thread stack patchAlan Eldridge2003-04-132-1/+24
|
* Add missing fileKris Kennaway2003-04-051-0/+1
|
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Set stacksize to 128K from 64K. Adapted from http://zwiki.org/IssueNo0226.Alan Eldridge2003-02-061-0/+32
| | | | | PR: 47943 Submitted by: Alex Rodioukov <simuran@shaw.ca>
* 1. Removed lib-dynload/errno.so from plist since it isn't built.Alan Eldridge2002-11-162-2/+1
| | | | 2. Bumped portrev cuz plist changed.
* Take over as maintainer since tg is taking a leave of absence from portAlan Eldridge2002-11-151-1/+1
| | | | maintenance.
* Backport fix for temporary file handling bug in os._execvpe() fromJacques Vidrine2002-11-143-0/+113
| | | | | | Python 2.2.2. Not approved by: tg (short timeout)
* Use new PYTHONPREFIX_*DIR variables to make these ports PREFIX-clean.Thomas Gellekum2002-06-141-4/+4
|
* Comment out some files from pkg-plist which are not built on alpha.Kris Kennaway2002-05-152-3/+9
| | | | Submitted by: gallatin
* Allow python?? ports to co-exist with lang/python.Thomas Gellekum2002-04-161-4/+5
| | | | | PR: 36353 Submitted by: Alan Eldridge <ports@geeksrus.net>
* Upgrade to 2.1.3.Thomas Gellekum2002-04-113-5/+6
| | | | | PR: 36977 36979 Submitted by: "Karsten W. Rohrbach" <karsten@rohrbach.de>
* Add SourceForge as a well connected secondary MASTER_SITES location.Thomas Gellekum2002-04-021-0/+2
| | | | Submitted by: "Jason R. Mastaler" <jason-dated-1018216403.d8ed28@mastaler.com>
* Upgrade python21 to 2.1.2, the latest bugfix release.Thomas Gellekum2002-01-223-2/+11
| | | | | | | PR: 34078 Submitted by: Hye-Shik Chang <perky@fallin.lv> Update checksum of dependent ports.
* Downgrade to Python-2.1.1 again after repo-copy.Thomas Gellekum2002-01-164-346/+134
|
* Upgrade lang/python to 2.2. Adjust bsd.python.mk accordingly.Thomas Gellekum2002-01-074-134/+346
| | | | | | | PR: 33444 Submitted by: Hye-Shik Chang <perky@fallin.lv> Add new MD5 to dependent ports.
* Re-add fpectl.so to the plist to fix packaging. Re-enable supportThomas Gellekum2001-11-202-2/+2
| | | | | | for it in the python binary. Noticed by: will
* Don't build mpz extension, it's moved to a separate port.Thomas Gellekum2001-10-193-10/+3
|
* Depend on math/libgmp when running a recent -current.Thomas Gellekum2001-09-251-0/+6
|
* Upgrade to 2.1.1.Thomas Gellekum2001-07-253-2/+10
|
* Upgrade to 2.1.Thomas Gellekum2001-05-0212-1169/+876
|
* Fix building on -current.Thomas Gellekum2001-04-261-0/+38
| | | | | PR: 26778 Obtained from: Python CVS
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-2/+2
| | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
* Allow MAINTAINER to be redefined in a slave port.Maxim Sobolev2001-03-291-1/+1
|
* MASTER_SITE changed.Thomas Gellekum2000-12-071-1/+2
| | | | Submitted by: sobomax
* Install Demo/ dir to $PREFIX/share/examples/python.Thomas Gellekum2000-11-292-3/+325
|
* Fix compilation on FreeBSD-3.x.Thomas Gellekum2000-11-131-0/+6
| | | | | PR: 22226 Reviewed by: Alan Bawden <Alan@LCS.MIT.EDU>
* Upgrade to 2.0.Thomas Gellekum2000-10-187-133/+302
|
* Rename PLIST.{Tools,gmp} to pkg-plist.{Tools,gmp}.Satoshi Asami2000-10-081-3/+3
|
* Use USE_PYTHON.Thomas Gellekum2000-09-281-0/+1
|
* Upgrade to 1.6.Thomas Gellekum2000-09-089-1239/+1726
|