summaryrefslogtreecommitdiff
path: root/lang/python21/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Add support for FreeBSD 7Hye-Shik Chang2005-07-283-1/+692
| | | | | | | - Drop support for FreeBSD 3 Notes: svn path=/head/; revision=140292
* - Add support for FreeBSD 6.Hye-Shik Chang2004-11-213-0/+666
| | | | | | | | - Drop support for FreeBSD 2. - Bump PORTREVISION. Notes: svn path=/head/; revision=122061
* Remove a unused file.Hye-Shik Chang2003-07-091-23/+0
| | | | Notes: svn path=/head/; revision=84505
* o Utilize MASTER_SITE_PYTHON.Hye-Shik Chang2003-07-041-2/+11
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=84198
* committed zwiki thread stack patchAlan Eldridge2003-04-131-0/+23
| | | | Notes: svn path=/head/; revision=78898
* 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> Notes: svn path=/head/; revision=74979
* Backport fix for temporary file handling bug in os._execvpe() fromJacques Vidrine2002-11-142-0/+112
| | | | | | | | | Python 2.2.2. Not approved by: tg (short timeout) Notes: svn path=/head/; revision=70118
* Downgrade to Python-2.1.1 again after repo-copy.Thomas Gellekum2002-01-161-0/+11
| | | | Notes: svn path=/head/; revision=53165
* Upgrade lang/python to 2.2. Adjust bsd.python.mk accordingly.Thomas Gellekum2002-01-071-11/+0
| | | | | | | | | | PR: 33444 Submitted by: Hye-Shik Chang <perky@fallin.lv> Add new MD5 to dependent ports. Notes: svn path=/head/; revision=52711
* Don't build mpz extension, it's moved to a separate port.Thomas Gellekum2001-10-191-1/+1
| | | | Notes: svn path=/head/; revision=48936
* Upgrade to 2.1.Thomas Gellekum2001-05-026-510/+11
| | | | Notes: svn path=/head/; revision=42158
* Fix building on -current.Thomas Gellekum2001-04-261-0/+38
| | | | | | | | PR: 26778 Obtained from: Python CVS Notes: svn path=/head/; revision=41916
* Upgrade to 2.0.Thomas Gellekum2000-10-183-105/+79
| | | | Notes: svn path=/head/; revision=33960
* Upgrade to 1.6.Thomas Gellekum2000-09-084-11/+83
| | | | Notes: svn path=/head/; revision=32431
* Don't create group-writable directories.Thomas Gellekum2000-08-141-5/+12
| | | | | | | Submitted by: jedgar Notes: svn path=/head/; revision=31640
* Add the SHA module to the build.Thomas Gellekum1999-07-281-1/+7
| | | | Notes: svn path=/head/; revision=20371
* Link some modules against libmytinfo to pick up a working tputs().Thomas Gellekum1999-06-181-2/+2
| | | | | | | Noticed by: Klaus-Jürgen Wolf <kjwolf@online.de> Notes: svn path=/head/; revision=19544
* Enable the parser module.Thomas Gellekum1999-05-211-1/+1
| | | | | | | Submitted by: nectar Notes: svn path=/head/; revision=18916
* * Update python 1.5.1 -> 1.5.2Jacques Vidrine1999-04-211-3/+3
| | | | | | | * Remove python-beta Notes: svn path=/head/; revision=18042
* Activate some modules needed for zope (www.zope.com).Thomas Gellekum1999-03-101-3/+3
| | | | | | | Submitted by: jkoshy Notes: svn path=/head/; revision=17130
* Add new official patches and activate the dl module.Thomas Gellekum1998-04-291-1/+1
| | | | Notes: svn path=/head/; revision=10753
* Upgrade to 1.5.1.Thomas Gellekum1998-04-151-9/+23
| | | | Notes: svn path=/head/; revision=10520
* Use tk80, not an unsupported alpha version of tk81.Thomas Gellekum1998-02-271-1/+1
| | | | | | | Include locale module. Notes: svn path=/head/; revision=9953
* Upgrade to 1.5.Thomas Gellekum1998-01-063-56/+131
| | | | Notes: svn path=/head/; revision=9280
* Use an option to disable the Tk extension (WITH_TK). Don't useThomas Gellekum1997-11-241-2/+2
| | | | | | | | | | libc_r if we're not building the thread module. Respect options given in the environment. The defaults (build with Tk and thread support) don't change. Notes: svn path=/head/; revision=8799
* Use tk-8.0. Minor makefile cleanups. Add some `@dirrm's in PLIST.Thomas Gellekum1997-08-291-1/+1
| | | | Notes: svn path=/head/; revision=7719
* Fix tk-4.1 dependency. While I'm here, add libreadline support.Thomas Gellekum1997-08-061-1/+1
| | | | Notes: svn path=/head/; revision=7490
* Some reorganization of this port:Thomas Gellekum1997-05-142-9/+6
| | | | | | | | | | | | - build some modules as shared objects, reducing the interpreter's size and removing the dependency on tix - install shared objects in lib - remove version number from OS-dependent script dir A new port of PyTix will follow shortly. Notes: svn path=/head/; revision=6447
* Add NumPy to default search path.Thomas Gellekum1997-05-051-1/+1
| | | | Notes: svn path=/head/; revision=6408
* Use new libtix.Thomas Gellekum1997-02-211-1/+1
| | | | Notes: svn path=/head/; revision=5712
* Install config.h, so compiling extensions from C sourcesThomas Gellekum1997-02-061-25/+23
| | | | | | | actually works. Notes: svn path=/head/; revision=5552
* Compile in the PyTix extensions, now that we have Tix.Thomas Gellekum1997-01-021-1/+1
| | | | | | | Change MAINTAINER from jkh to tg. OK'd by: Jordan. Notes: svn path=/head/; revision=5164
* Update to version 1.4Jordan K. Hubbard1996-11-022-48/+52
| | | | | | | Submitted-By: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> Notes: svn path=/head/; revision=4263
* Upgrade this port to use the latest tcl/tk.Jordan K. Hubbard1996-05-111-1/+1
| | | | | | | Patches Submitted by: Soren Dayton <soren@ambiguity.i-2.com> Notes: svn path=/head/; revision=3076
* Update to Python 1.3Jordan K. Hubbard1996-01-181-10/+53
| | | | | | | Submitted by: tg Notes: svn path=/head/; revision=2642
* The Python programming language.Jordan K. Hubbard1995-08-082-0/+293
Notes: svn path=/head/; revision=2042