summaryrefslogtreecommitdiffstats
path: root/lang/python32
Commit message (Collapse)AuthorAgeFilesLines
* Correct pre-install target to pre-su-install so that the credentialperky2004-03-181-1/+1
| | | | | | switch happens before directories are created under PREFIX. Submitted by: marcel
* Update to Python development snapshot as of 040311.perky2004-03-113-6/+133
| | | | | I must say that it's faster by 10%~ than previous snapshot or 2.3. And it incorporated CJKCodecs from this! :)
* Create a symbolic link to lib/python2.3.so on lib/python2.3/config/perky2004-03-092-1/+3
| | | | | | for seamless upgrade from a static library. Suggested by: dd
* Build and install a shared library and its frontend besides static oneperky2004-03-082-19/+51
| | | | | | | | | | | by default. [HEADS UP] The python executable and static library isn't built PIC anymore even on amd64 and ia64. Please use a shared library instead. Requested by: jhay, dd Tested by: Charles Swiger <cswiger@mac.com>, Tim Middleton <x@Vex.Net>
* Fix plist.perky2004-01-091-0/+1
| | | | Reported by: Mun-Kyo Seo <munggo@pmy.lv>
* Add missed deltas on 2.4 040106 update.perky2004-01-092-7/+23
|
* Update python-devel to 2.4 20040106 snapshot.perky2004-01-091-2/+5
|
* Add WWW.demon2003-12-041-0/+2
| | | | Approved by: maintainer
* Ignore syntax errors on compiling 3rd party packages.perky2003-11-151-0/+16
| | | | Tested by: Lee Harr <missive@hotmail.com>
* - Include pyexpat module in python base ports because python incorporatedperky2003-11-043-1/+3
| | | | | | | | 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.perky2003-10-296-35/+68
| | | | | | | | | | - 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* portsperky2003-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>
* BUILD_STATIC by default as lang/python does.perky2003-08-231-1/+2
|
* Update to 2.4a0 snapshot of 1 Aug 2003perky2003-08-013-10/+10
|
* Update to 2.3c1perky2003-07-195-21/+13
|
* o Utilize MASTER_SITE_PYTHON.perky2003-07-043-19/+33
| | | | | | | | 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.perky2003-07-034-445/+864
| | | | | | | | | | | | | 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!)
* Take maintainerships from alane's python ports.perky2003-06-091-1/+1
| | | | Rest in Peace, Alan.
* REST IN PEACEwill2003-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.
* Update to 2.2.3perky2003-06-043-4/+62
| | | | | | PR: 52830 Submitted by: Chuck Swiger <chuck@pkix.net> (partly) Approved by: maintainer (implicitly)
* Destroy pkg-comment for some of the stranger uses in the tree,ade2003-03-062-1/+1
| | | | | | pending the final semi-automatic purge. Approved by: portmgr (implicitly)
* PORTREVSION => 2.alane2002-11-212-170/+2
| | | | | Fix error pointed out by tg@. Now just blow away the Tools subdir on uninstall in case something compiled that stuff.
* PORTREVISION => 1alane2002-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:
* PORTREVISION => 1alane2002-11-212-2/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | 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: PR: Submitted by: Reviewed by: Approved by: Obtained from: MFC after:
* Simplified threads configuration.alane2002-11-211-3/+5
|
* Take over as maintainer since tg is taking a leave of absence from portalane2002-11-151-1/+1
| | | | maintenance.
* Upgrade to Python-2.2.2.perky2002-10-175-30/+44
| | | | Approved by: tg
* Use new PYTHONPREFIX_*DIR variables to make these ports PREFIX-clean.tg2002-06-141-6/+6
|
* Fix building on the Alpha.tg2002-05-162-4/+10
| | | | Submitted by: gallatin
* Add patch from SF PR #541980. This fixes 4suite.tg2002-04-171-0/+14
| | | | Submitted by: nectar
* Upgrade to Python-2.2.tg2002-04-124-64/+6
| | | | | PR: 36977 Submitted by: Hye-Shik Chang <perky@fallin.lv>
* Add SourceForge as a well connected secondary MASTER_SITES location.tg2002-04-021-0/+2
| | | | Submitted by: "Jason R. Mastaler" <jason-dated-1018216403.d8ed28@mastaler.com>
* Explicitly enable IPv6 support.tg2002-04-021-2/+8
| | | | Submitted by: sumikawa
* Fix sizeof(wchar_t) calculation.tg2002-01-211-0/+10
|
* Implement PyObject_DelItemString(), which was obviously forgotten fortg2002-01-162-0/+57
| | | | | | | | 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.tg2002-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 supporttg2001-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.tg2001-10-193-10/+3
|
* Depend on math/libgmp when running a recent -current.tg2001-09-251-0/+6
|
* Upgrade to 2.1.1.tg2001-07-253-2/+10
|
* Upgrade to 2.1.tg2001-05-0212-1169/+876
|
* Fix building on -current.tg2001-04-261-0/+38
| | | | | PR: 26778 Obtained from: Python CVS
* -pthread --> ${PTHREAD_LIBS}sobomax2001-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.sobomax2001-03-291-1/+1
|
* MASTER_SITE changed.tg2000-12-071-1/+2
| | | | Submitted by: sobomax
* Install Demo/ dir to $PREFIX/share/examples/python.tg2000-11-292-3/+325
|
* Fix compilation on FreeBSD-3.x.tg2000-11-131-0/+6
| | | | | PR: 22226 Reviewed by: Alan Bawden <Alan@LCS.MIT.EDU>
* Upgrade to 2.0.tg2000-10-187-133/+302
|
* Rename PLIST.{Tools,gmp} to pkg-plist.{Tools,gmp}.asami2000-10-081-3/+3
|
* Use USE_PYTHON.tg2000-09-281-0/+1
|
OpenPOWER on IntegriCloud