aboutsummaryrefslogtreecommitdiff
path: root/lang/python-doc-html
Commit message (Collapse)AuthorAgeFilesLines
* - Fix logical errors in DOCFORMAT and PYTHON_REL detectionsSunpoet Po-Chuan Hsieh2011-10-102-185/+266
| | | | | | | | | - Store doc files in DISTDIR/python/ - Cleanup Makefile - Fix distinfo: the old one is incomplete, the new one contains all doc formats of all releases Notes: svn path=/head/; revision=283329
* - Set PORTSCOUT to ignore:1Sunpoet Po-Chuan Hsieh2011-09-041-0/+2
| | | | Notes: svn path=/head/; revision=281168
* - Update to 2.7.2Wen Heping2011-06-271-0/+8
| | | | | | | | | - Mark BROKEN when build with pth Reviewed by: miwi@ Notes: svn path=/head/; revision=276472
* - Update python-doc-* for python 2.7.1Wen Heping2010-12-011-0/+8
| | | | | | | | PR: ports/152725 Submitted by: John Hein <jhein@symmetricom.com> Notes: svn path=/head/; revision=265478
* - Add python-docs for 2.7Martin Wilke2010-11-151-69/+10
| | | | | | | | | | - Remove obsolete MD5 signatures PR: 152185 Submitted by: John Hein <jhein@symmetricom.com> Notes: svn path=/head/; revision=264567
* - Update distinfoWen Heping2010-09-141-0/+9
| | | | Notes: svn path=/head/; revision=261106
* - Update lang/python26 to 2.6.5Wen Heping2010-05-121-214/+9
| | | | | | | | | - Update lang/python31 to 3.1.2 Reviewed by: miwi@, lwhsu@ Notes: svn path=/head/; revision=254191
* - Update to 2.6.4Martin Wilke2009-11-262-1/+21
| | | | | | | | Changelog: http://python.org/download/releases/2.6.4/NEWS.txt Notes: svn path=/head/; revision=244804
* - Update lang/python26 and make Python 2.6.2 to the default Python versionMartin Wilke2009-06-082-11/+29
| | | | | | | | Tested by: 3 pointyhat runs Thanks to: pav, gahr, lwhsu, mva, amdmi3 Notes: svn path=/head/; revision=235453
* Added python 2.6.1 supportJosh Paetzel2009-04-291-0/+9
| | | | | | | | PR: ports/134028 Approved by: linimon (mentor) Notes: svn path=/head/; revision=232926
* - Update to python 2.5.4 and python 2.6.1Martin Wilke2009-02-161-0/+14
| | | | | | | | Reviewed by: perky | lwhsu Tested with: exp-run via pav Notes: svn path=/head/; revision=228521
* Introduce two new versions of Python: 2.6 and 3.0rc1 (finally!)Hye-Shik Chang2008-10-137-947/+27
| | | | | | | | | | | Python 2.6 will be the next default python version when enough testings of consumer ports are done. The new "2to3" program is renamed to 2to3-2.6 and 2to3-3.0 for each version, respectively. Repo-copied by: marcus Notes: svn path=/head/; revision=221521
* Update to Python 2.5.2.Hye-Shik Chang2008-02-241-2/+15
| | | | Notes: svn path=/head/; revision=207831
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+17
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* Update to Python 2.4.4.Xin LI2007-02-141-0/+15
| | | | | | | | | Approved by: maintainer timeout, alexbl (python@) Tested by: pointyhat PR: ports/105901 Notes: svn path=/head/; revision=185141
* Add checksums for Python 2.5 documents.Hye-Shik Chang2006-10-091-0/+15
| | | | Notes: svn path=/head/; revision=175105
* Add new size and checksums for Python 2.4.3Hye-Shik Chang2006-04-021-0/+15
| | | | | | | | PR: 95202 Submitted by: Martin Jackson <mhjacks@swbell.net> Notes: svn path=/head/; revision=158622
* SHA256-ify (approved by krion@)Edwin Groothuis2006-02-011-69/+241
| | | | Notes: svn path=/head/; revision=154966
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-226-6/+6
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154134
* - Update to Python 2.4.2. [1]Hye-Shik Chang2005-10-021-0/+5
| | | | | | | | | | | | | | | | | | - Allow to override a command passing to distutils using PYDISTUTILS_{CONFIGURE,BUILD,INSTALL}_TARGET [2] - Allow to specify BUILD/RUN dependency separatedly. [3] - Replace shell executions with regex replacement on bsd.python.mk. [3] - Remove thread serialization from socket.getaddrinfo() on FreeBSD 5.3 and later versions because we've got thread-safe implementation. [4] - Add a workaround to avoid curses.h problem of FreeBSD base. PR: 86685 [1] Submitted by: Soeren Straarup <xride@x12.dk> [1], lioux [2], vsevolod [3], sobomax [4] Obtained from: Python CVS [4] Notes: svn path=/head/; revision=143983
* Add new checksums for 2.4.1 and unbreak port.Hye-Shik Chang2005-04-112-2/+5
| | | | | | | Submitted by: olgeni Notes: svn path=/head/; revision=133028
* BROKEN: Incorrect distinfoKris Kennaway2005-04-101-0/+2
| | | | Notes: svn path=/head/; revision=132978
* Add checksums for 2.4 documents.Hye-Shik Chang2004-12-021-0/+5
| | | | Notes: svn path=/head/; revision=122956
* Update to 2.3.4.Hye-Shik Chang2004-05-271-0/+5
| | | | Notes: svn path=/head/; revision=110140
* Use the SORT macro from bsd.port.mk.Trevor Johnson2004-01-221-2/+3
| | | | Notes: svn path=/head/; revision=98788
* - Update to Python-2.3.3Hye-Shik Chang2003-12-201-0/+5
| | | | | | | | | - Pass PYTHON_VERSION variable to dependent builds. - Enable email package to use cjkcodecs. - Decrease default recursion limit to 900 on sparc64. Notes: svn path=/head/; revision=96254
* Update to Python-2.3.2Hye-Shik Chang2003-10-041-0/+5
| | | | Notes: svn path=/head/; revision=90205
* - Update to Python-2.3.1, the lastest Bugfix release.Hye-Shik Chang2003-09-241-0/+5
| | | | | | | | | | - Disable dlmodule on amd64 and sparc64 because dlmodule isn't designed for them. - Add -fPIC on CFLAGS on amd64 for mod_python3 and other ports using it on linking their own dynamic library. Notes: svn path=/head/; revision=89191
* Update python documentation ports to Python-2.3's.Hye-Shik Chang2003-07-312-3/+22
| | | | Notes: svn path=/head/; revision=86072
* 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.3 and correct tg's e-mail address.Hye-Shik Chang2003-06-047-2/+1078
| | | | | | | Approved by: maintainer (implicitly) Notes: svn path=/head/; revision=82238
* 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. Notes: svn path=/head/; revision=77045
* Take over as maintainer since tg is taking a leave of absence from portAlan Eldridge2002-11-151-2/+2
| | | | | | | maintenance. Notes: svn path=/head/; revision=70167
* Add PLIST for Python-2.2.2 docs.Hye-Shik Chang2002-10-172-0/+1271
| | | | | | | Approved by: tg Notes: svn path=/head/; revision=68199
* Handle docs for Python-2.1.3 and -2.2.1.Thomas Gellekum2002-04-123-0/+1612
| | | | | | | | PR: 36977 Submitted by: Hye-Shik Chang <perky@fallin.lv> Notes: svn path=/head/; revision=57617
* Add checksums for Python-2.1.2 docs.Thomas Gellekum2002-03-212-0/+594
| | | | | | | Prompted by: many ;-) Notes: svn path=/head/; revision=56418
* Include docs for Python-2.2.Thomas Gellekum2002-01-092-0/+984
| | | | Notes: svn path=/head/; revision=52806
* Update docs for Python-2.{0,1}.1.Thomas Gellekum2001-07-273-0/+1374
| | | | Notes: svn path=/head/; revision=45523
* Fix PLIST for Python-2.1 docs.Thomas Gellekum2001-05-162-1/+423
| | | | Notes: svn path=/head/; revision=42634
* Add checksums for Python-2.1 docs.Thomas Gellekum2001-05-031-0/+5
| | | | Notes: svn path=/head/; revision=42211
* Put docs into versioned directories.Thomas Gellekum2001-05-026-919/+919
| | | | Notes: svn path=/head/; revision=42171
* Use PYTHON_PORTVERSION, so this works for other releases than 2.0.Thomas Gellekum2001-03-151-1/+2
| | | | Notes: svn path=/head/; revision=39881
* Upgrade docs for Python 2.0.Thomas Gellekum2000-10-207-44/+282
| | | | Notes: svn path=/head/; revision=34015
* Rename PLIST_* to pkg-plist_*.Satoshi Asami2000-10-081-1/+1
| | | | Notes: svn path=/head/; revision=33530
* @unexec rmdir needs %D in pathname.Satoshi Asami2000-05-305-5/+5
| | | | | | | Found by: bento Notes: svn path=/head/; revision=28997
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-4/+3
| | | | Notes: svn path=/head/; revision=27458
* Upgrade to 1.5.2p2.Thomas Gellekum2000-04-063-52/+93
| | | | Notes: svn path=/head/; revision=27372
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952