summaryrefslogtreecommitdiff
path: root/lang/python-devel/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update the main python version to 2.5.Hye-Shik Chang2006-10-092-41/+0
| | | | | | | | | | | - 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 plist for FreeBSD 7 or systems with OpenSSL 0.9.8.Hye-Shik Chang2006-08-101-3/+12
| | | | Spotted by: pointyhat via kris
* Update python-devel to 2.5b1.Hye-Shik Chang2006-06-231-5/+5
|
* Update to Python trunk snapshot as of 2006-03-26.Hye-Shik Chang2006-03-261-0/+11
|
* Resurrect lang/python-devel port with Python 2.5 development snapshotHye-Shik Chang2005-01-292-542/+0
| | | | as of today.
* Update to 2.4a3Hye-Shik Chang2004-09-033-137/+5
| | | | | PR: 71340 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* - Add support for FreeBSD 6.Hye-Shik Chang2004-08-213-3/+653
| | | | | | | | - Drop FreeBSD 2 support. - Fix build on -stable. Spotted by: marcus, kris Obtained from: Python CVS
* - Update to 2.4a2Hye-Shik Chang2004-08-072-20/+0
| | | | | | | - Add IPV6 option [1] PR: 69950 [1] Submitted by: Marcus Grando <marcus@corp.grupos.com.br> [1]
* - Update to 2.4a1, the first alpha release of Python 2.4.Hye-Shik Chang2004-07-083-21/+17
| | | | | | | | | | - Provide USE_PYTHON_BUILD and USE_PYTHON_RUN to allow explicit dependencies. [1] - Provide PYDISTUTILS_CONFIGUREARGS and run ${PYSETUP} config on 'do-configure' targets. [2] Reviewed by: eik [1] Submitted by: Mike Brown <mike@skew.org>
* Ignore syntax errors on compiling 3rd party packages.Hye-Shik Chang2003-11-151-0/+16
| | | | Tested by: Lee Harr <missive@hotmail.com>
* - Include pyexpat module in python base ports because python incorporatedHye-Shik Chang2003-11-041-1/+1
| | | | | | | | expat 1.95.6 in its distribution from Python-2.3. - Bump PORTREVISION subsequently. Requested by: Mike Brown <mike@skew.org> Jeremy Kloth <jeremy.kloth@fourthought.com>
* - Update lang/python-devel to Python-2.4 031022 snapshot.Hye-Shik Chang2003-10-293-25/+31
| | | | | | | | | | - 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]
* Update to 2.3c1Hye-Shik Chang2003-07-192-16/+7
|
* o Utilize MASTER_SITE_PYTHON.Hye-Shik Chang2003-07-041-6/+15
| | | | | | | | 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.
* Update new python-devel port to 2.3.b2.Hye-Shik Chang2003-07-031-0/+24
| | | | | | | | | | | | | This update introduces two new knobs to _disable_ somewhat experimental options: BUILD_STATIC=yes Unless this option is specified, the port will build python as shared binary. WITH_UCS2=yes Unless this option is specified, Py_UNICODE type will charge 4 bytes per character (as we do for wchar_t) Repo-copied by: joe (thanks!)
* PORTREVISION => 1Alan Eldridge2002-11-211-0/+12
| | | | | | | | | | | | | | | | | | | Added lotsa missing files to pllist. Added dl module for those who like to live dangerously (petef?). PR: Submitted by: Reviewed by: Approved by: Obtained from: MFC after: PR: Submitted by: Reviewed by: Approved by: Obtained from: MFC after:
* Upgrade to Python-2.2.2.Hye-Shik Chang2002-10-172-24/+0
| | | | Approved by: tg
* Add patch from SF PR #541980. This fixes 4suite.Thomas Gellekum2002-04-171-0/+14
| | | | Submitted by: nectar
* Upgrade to Python-2.2.Thomas Gellekum2002-04-121-56/+0
| | | | | PR: 36977 Submitted by: Hye-Shik Chang <perky@fallin.lv>
* Fix sizeof(wchar_t) calculation.Thomas Gellekum2002-01-211-0/+10
|
* Implement PyObject_DelItemString(), which was obviously forgotten forThomas Gellekum2002-01-161-0/+56
| | | | | | | | Python-2.2. This will fix at least the metakit port. Bump PORTREVISION. Obtained from: Python CVS tree
* 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.
* Don't build mpz extension, it's moved to a separate port.Thomas Gellekum2001-10-191-1/+1
|
* Upgrade to 2.1.Thomas Gellekum2001-05-026-510/+11
|
* Fix building on -current.Thomas Gellekum2001-04-261-0/+38
| | | | | PR: 26778 Obtained from: Python CVS
* Upgrade to 2.0.Thomas Gellekum2000-10-183-105/+79
|
* Upgrade to 1.6.Thomas Gellekum2000-09-084-11/+83
|
* Don't create group-writable directories.Thomas Gellekum2000-08-141-5/+12
| | | | Submitted by: jedgar
* Add the SHA module to the build.Thomas Gellekum1999-07-281-1/+7
|
* 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>
* Enable the parser module.Thomas Gellekum1999-05-211-1/+1
| | | | Submitted by: nectar
* * Update python 1.5.1 -> 1.5.2Jacques Vidrine1999-04-211-3/+3
| | | | * Remove python-beta
* Activate some modules needed for zope (www.zope.com).Thomas Gellekum1999-03-101-3/+3
| | | | Submitted by: jkoshy
* Add new official patches and activate the dl module.Thomas Gellekum1998-04-291-1/+1
|
* Upgrade to 1.5.1.Thomas Gellekum1998-04-151-9/+23
|
* Use tk80, not an unsupported alpha version of tk81.Thomas Gellekum1998-02-271-1/+1
| | | | Include locale module.
* Upgrade to 1.5.Thomas Gellekum1998-01-063-56/+131
|
* 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.
* Use tk-8.0. Minor makefile cleanups. Add some `@dirrm's in PLIST.Thomas Gellekum1997-08-291-1/+1
|
* Fix tk-4.1 dependency. While I'm here, add libreadline support.Thomas Gellekum1997-08-061-1/+1
|
* 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.
* Add NumPy to default search path.Thomas Gellekum1997-05-051-1/+1
|
* Use new libtix.Thomas Gellekum1997-02-211-1/+1
|
* Install config.h, so compiling extensions from C sourcesThomas Gellekum1997-02-061-25/+23
| | | | actually works.
* 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.
* Update to version 1.4Jordan K. Hubbard1996-11-022-48/+52
| | | | Submitted-By: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
* 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>
* Update to Python 1.3Jordan K. Hubbard1996-01-181-10/+53
| | | | Submitted by: tg
* The Python programming language.Jordan K. Hubbard1995-08-082-0/+293