summaryrefslogtreecommitdiff
path: root/lang/python22 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - 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] Notes: svn path=/head/; revision=92598
* 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> Notes: svn path=/head/; revision=91831
* Utilize PYTHON_SITE_SUBDIR.Hye-Shik Chang2003-10-191-1/+1
| | | | Notes: svn path=/head/; revision=91644
* - Add python22 as an alternative version.Hye-Shik Chang2003-07-313-13/+25
| | | | | | | | | | - Correct pydoc search path to lang/python-doc-html port's [1] PR: 43036 [1] Submitted by: Emil Sit <sit@amsterdam.lcs.mit.edu> [1] Notes: svn path=/head/; revision=86070
* Set per-thread stack size to 0x20000 (default) or 0x100000Hye-Shik Chang2003-07-091-1/+6
| | | | | | | | | | | (WITH_HUGE_STACK_SIZE=yes). This will enable python2.2 to run Zope and its products. Requested by: dwhite Reviewed by: dwhite Notes: svn path=/head/; revision=84509
* o Utilize MASTER_SITE_PYTHON.Hye-Shik Chang2003-07-042-4/+9
| | | | | | | | | | | 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
* Take maintainerships from alane's python ports.Hye-Shik Chang2003-06-091-1/+1
| | | | | | | Rest in Peace, Alan. Notes: svn path=/head/; revision=82562
* 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. Notes: svn path=/head/; revision=82550
* Update to 2.2.3Hye-Shik Chang2003-06-043-4/+62
| | | | | | | | | PR: 52830 Submitted by: Chuck Swiger <chuck@pkix.net> (partly) Approved by: maintainer (implicitly) Notes: svn path=/head/; revision=82237
* Destroy pkg-comment for some of the stranger uses in the tree,Ade Lovett2003-03-062-1/+1
| | | | | | | | | pending the final semi-automatic purge. Approved by: portmgr (implicitly) Notes: svn path=/head/; revision=77037
* PORTREVSION => 2.Alan Eldridge2002-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. Notes: svn path=/head/; revision=70681
* 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: Notes: svn path=/head/; revision=70679
* PORTREVISION => 1Alan Eldridge2002-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: Notes: svn path=/head/; revision=70678
* Simplified threads configuration.Alan Eldridge2002-11-211-3/+5
| | | | Notes: svn path=/head/; revision=70671
* Take over as maintainer since tg is taking a leave of absence from portAlan Eldridge2002-11-151-1/+1
| | | | | | | maintenance. Notes: svn path=/head/; revision=70167
* Upgrade to Python-2.2.2.Hye-Shik Chang2002-10-175-30/+44
| | | | | | | Approved by: tg Notes: svn path=/head/; revision=68198
* Use new PYTHONPREFIX_*DIR variables to make these ports PREFIX-clean.Thomas Gellekum2002-06-141-6/+6
| | | | Notes: svn path=/head/; revision=61261
* Fix building on the Alpha.Thomas Gellekum2002-05-162-4/+10
| | | | | | | Submitted by: gallatin Notes: svn path=/head/; revision=59259
* Add patch from SF PR #541980. This fixes 4suite.Thomas Gellekum2002-04-171-0/+14
| | | | | | | Submitted by: nectar Notes: svn path=/head/; revision=57801
* Upgrade to Python-2.2.Thomas Gellekum2002-04-124-64/+6
| | | | | | | | PR: 36977 Submitted by: Hye-Shik Chang <perky@fallin.lv> Notes: svn path=/head/; revision=57615
* 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> Notes: svn path=/head/; revision=57192
* Explicitly enable IPv6 support.Thomas Gellekum2002-04-021-2/+8
| | | | | | | Submitted by: sumikawa Notes: svn path=/head/; revision=57191
* Fix sizeof(wchar_t) calculation.Thomas Gellekum2002-01-211-0/+10
| | | | Notes: svn path=/head/; revision=53452
* Implement PyObject_DelItemString(), which was obviously forgotten forThomas Gellekum2002-01-162-0/+57
| | | | | | | | | | | Python-2.2. This will fix at least the metakit port. Bump PORTREVISION. Obtained from: Python CVS tree Notes: svn path=/head/; revision=53162
* 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. Notes: svn path=/head/; revision=52711
* 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 Notes: svn path=/head/; revision=50256
* Don't build mpz extension, it's moved to a separate port.Thomas Gellekum2001-10-193-10/+3
| | | | Notes: svn path=/head/; revision=48936
* Depend on math/libgmp when running a recent -current.Thomas Gellekum2001-09-251-0/+6
| | | | Notes: svn path=/head/; revision=48185
* Upgrade to 2.1.1.Thomas Gellekum2001-07-253-2/+10
| | | | Notes: svn path=/head/; revision=45469
* Upgrade to 2.1.Thomas Gellekum2001-05-0212-1169/+876
| | | | 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
* -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. Notes: svn path=/head/; revision=40539
* Allow MAINTAINER to be redefined in a slave port.Maxim Sobolev2001-03-291-1/+1
| | | | Notes: svn path=/head/; revision=40518
* MASTER_SITE changed.Thomas Gellekum2000-12-071-1/+2
| | | | | | | Submitted by: sobomax Notes: svn path=/head/; revision=35742
* Install Demo/ dir to $PREFIX/share/examples/python.Thomas Gellekum2000-11-292-3/+325
| | | | Notes: svn path=/head/; revision=35509
* Fix compilation on FreeBSD-3.x.Thomas Gellekum2000-11-131-0/+6
| | | | | | | | PR: 22226 Reviewed by: Alan Bawden <Alan@LCS.MIT.EDU> Notes: svn path=/head/; revision=35076
* Upgrade to 2.0.Thomas Gellekum2000-10-187-133/+302
| | | | Notes: svn path=/head/; revision=33960
* Rename PLIST.{Tools,gmp} to pkg-plist.{Tools,gmp}.Satoshi Asami2000-10-081-3/+3
| | | | Notes: svn path=/head/; revision=33522
* Use USE_PYTHON.Thomas Gellekum2000-09-281-0/+1
| | | | Notes: svn path=/head/; revision=33207
* Upgrade to 1.6.Thomas Gellekum2000-09-089-1239/+1726
| | | | 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
* Clarify comment even further.Thomas Gellekum2000-07-281-1/+1
| | | | Notes: svn path=/head/; revision=31081
* - Clarify comment on thread support.Thomas Gellekum2000-07-271-6/+10
| | | | | | | | | - Don't link against libxpg4 on newer systems. - Remove last remnants of Tkinter support, it's all in x11-toolkits/py-tkinter. Notes: svn path=/head/; revision=31063
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-5/+3
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27680
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27458
* Separate the Python Tk module from the main port. I've beenThomas Gellekum2000-04-041-15/+1
| | | | | | | | | | wanting do to this for a long time now. Now we got rid of the stupid dependency on Tcl/Tk and save some checks in python's makefile. Update the dependent ports accordingly. Notes: svn path=/head/; revision=27320
* Fix packaging on -current.Thomas Gellekum2000-03-242-5/+22
| | | | Notes: svn path=/head/; revision=27011
* move IPv6-enable python to python+ipv6 and revert origial pythonMunechika SUMIKAWA2000-01-273-21/+3
| | | | | | | | | | | | | | to before IPv6. Since IPv6-enable python make bigger the size of sockaddr, some of scripts are affected. I maintain python+ipv6 separately to minimize impact for users. It will be removed when IPv6 patches are merged into original distribution, such as ruby. Repositry copied by: asami Notes: svn path=/head/; revision=25122
* Add 'ipv6' on CATEGORIES.Munechika SUMIKAWA2000-01-181-1/+1
| | | | Notes: svn path=/head/; revision=24815
* Oops, forgot to update the checksum file.Thomas Gellekum2000-01-181-2/+2
| | | | Notes: svn path=/head/; revision=24813