aboutsummaryrefslogtreecommitdiff
path: root/lang/python-doc-html/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2016-01-011-11/+8
| | | | | | | | | - Simplify Makefile: - Remove WRKSRC=WRKDIR/DISTNAME (default value) - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk Notes: svn path=/head/; revision=404970
* - Drop @dirrm* from plistDmitry Marakasov2015-05-181-3/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=386674
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-3/+2
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Convert ports of irc/ and lang/ to new USES=pythonMarcus von Appen2014-10-201-2/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371288
* Welcome Python 3.4 to the FreeBSD Ports Tree!Kubilay Kocak2014-04-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The FreeBSD Python Team warmly welcomes Python 3.4 to the Ports tree: - Add lang/python34 - Add devel/py-setuptools34 - Add Python 3.4.0 docs to lang/python-doc Release Announcement and Major Features: https://www.python.org/download/releases/3.4.0/ This also marks the next stage of a cleaner, much-closer-to-upstream approach to Python on FreeBSD, that builds upon the hard work of the entire FreeBSD Python team over the last year. This port is built "entirely" from scratch, retiring as much of the legacy, workarounds, patches and hacks from the existing Python ports as possible. Of particular note: static + shared dual-build is gone, as it was flaky at best, grossly untested upstream and caused more issues than it solved. It is replaced by a shared build by default. The static python library remains installed and usable. Major changes in this structure are: - Replace dual static and shared in-tree build with shared-only. - Use options helpers - Replace plat-freebsd* hacks with a lighter weight alternative - Strip all libraries and shared extensions - Only retain patches that are absolutely necessary - Replace static disabled_module_list with one from upstream - Retain NIS and sparc64 workarounds from python33 - Deprecate SEM option, no longer optional. - Deprecate PTH option, no longer maintained or supported upstream - Deprecate FPECTL option, no longer maintained or supported upstream - Add upstream issue references & breadcrumb annotations where possible Tested by: many (Special thanks to Andrew Berg) Reviewed by: xmj, nemysis, antoine Notes: svn path=/head/; revision=350610
* - Update distinfo to Python 3.3.3Sunpoet Po-Chuan Hsieh2013-11-191-3/+2
| | | | | | | - Support STAGEDIR Notes: svn path=/head/; revision=334353
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - change PORTVERSION to what it should beRuslan Makhmatkhanov2013-05-171-2/+1
| | | | Notes: svn path=/head/; revision=318355
* - update to latest upstream versions:Ruslan Makhmatkhanov2013-05-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | . lang/python27: 2.7.3 -> 2.7.5 . lang/python32: 3.2.3 -> 3.2.4 . lang/python33: 3.3.0 -> 3.3.1 - update Mk/bsd.python.mk with new versions - mark lang/python26 and lang/python31 as deprecated (set them to upstream EoL dates) - update docs (lang/python-doc-html) - align databases/py-bsddb patch for python27 - most of it was applied upstream. Raise BDB version to 4.3 atleast, according to upstream requirements. Many thanks to Martin (miwi) for his time on this update. PR: 178506 Submitted by: rm (myself) Exp-run by: portmgr (miwi) - revert erroneous threads patch in lang/python26 and lang/python27, that was added after ports/131080. It was rejected upstream, because it's not actually a bug, but misuse. Gabor Pali (pgj) in collaboration with Kubilay Kocak (koobs) did an independent investigation regard the issue. See here for details: http://lists.freebsd.org/pipermail/freebsd-python/2013-April/005376.html PR: 153167 Submitted by: Duncan Findlay <duncan@duncf.ca> Reported by: pgj/koobs (at python@ ML) Exp-run by: portmgr (miwi) Notes: svn path=/head/; revision=318353
* Commit all the non-functional changes to python ports to reduce the diff sizeRuslan Makhmatkhanov2013-05-111-6/+2
| | | | | | | | | | | | | | | | | for an exp-run of updated python versions. - trim Makefile headers - remove leading indefinite article from COMMENT - use PYTHON shortcut in MASTER_SITES - whitespace fixes - remove checks for unsupported versions of FreeBSD - use static value ``33'' instead of PYTHON_SUFFIX in lang/python33/pkg-plist, because this value is not supposed to be changed across the branch and for consistency with other python3 ports - remove conflicts in lang/python-mode.el with not more existing python-2.4 Notes: svn path=/head/; revision=317865
* - remove expired portsRuslan Makhmatkhanov2012-07-161-4/+0
| | | | | | | | | | | | | | | | * lang/python24 and lang/python25: unmaintained upstream * www/zope and www/zope211: unmaintained upstream (the only consumers of python24) - clean-up python versions < 2.6 from lang/python-doc-html - clean-up python24/25 from Mk/bsd.ports.mk - add www/zope213 glue to bsd.python.mk - clean-up zope versions != 2.13 from bsd.python.mk Submitted by: miwi (based on) Approved by: portmgr (miwi) Notes: svn path=/head/; revision=300956
* Fix portlint warning (IGNORE message should start from lower-case letter)Ruslan Makhmatkhanov2012-04-171-1/+1
| | | | Notes: svn path=/head/; revision=294942
* Cleanup python < 2.6 logic, because there is no documentation for thisRuslan Makhmatkhanov2012-04-171-5/+1
| | | | | | | | | versions anymore. Add corresponding message for users of this versions. Approved by: silence on python@ Notes: svn path=/head/; revision=294939
* Cleanup special check for python 2.6.0Ruslan Makhmatkhanov2012-04-171-4/+0
| | | | | | | Approved by: silence on python@ Notes: svn path=/head/; revision=294937
* - Fix logical errors in DOCFORMAT and PYTHON_REL detectionsSunpoet Po-Chuan Hsieh2011-10-101-38/+30
| | | | | | | | | - 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.6.4Martin Wilke2009-11-261-1/+2
| | | | | | | | 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-081-11/+11
| | | | | | | | Tested by: 3 pointyhat runs Thanks to: pav, gahr, lwhsu, mva, amdmi3 Notes: svn path=/head/; revision=235453
* Introduce two new versions of Python: 2.6 and 3.0rc1 (finally!)Hye-Shik Chang2008-10-131-25/+18
| | | | | | | | | | | 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
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154134
* Add new checksums for 2.4.1 and unbreak port.Hye-Shik Chang2005-04-111-2/+0
| | | | | | | Submitted by: olgeni Notes: svn path=/head/; revision=133028
* BROKEN: Incorrect distinfoKris Kennaway2005-04-101-0/+2
| | | | Notes: svn path=/head/; revision=132978
* Use the SORT macro from bsd.port.mk.Trevor Johnson2004-01-221-2/+3
| | | | Notes: svn path=/head/; revision=98788
* Update python documentation ports to Python-2.3's.Hye-Shik Chang2003-07-311-3/+17
| | | | 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-041-2/+10
| | | | | | | Approved by: maintainer (implicitly) Notes: svn path=/head/; revision=82238
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+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
* Fix PLIST for Python-2.1 docs.Thomas Gellekum2001-05-161-1/+8
| | | | Notes: svn path=/head/; revision=42634
* Put docs into versioned directories.Thomas Gellekum2001-05-021-1/+1
| | | | 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-201-4/+4
| | | | Notes: svn path=/head/; revision=34015
* Rename PLIST_* to pkg-plist_*.Satoshi Asami2000-10-081-1/+1
| | | | Notes: svn path=/head/; revision=33530
* 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-061-4/+4
| | | | 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
* Add version number to package name.Thomas Gellekum1999-08-041-2/+2
| | | | | | | | PR: 12954 Submitted by: Neil Blakey-Milner <nbm@rucus.ru.ac.za> Notes: svn path=/head/; revision=20522
* New port python-doc-html. As the name suggests: documentation forThomas Gellekum1999-06-021-0/+45
the Python language in HTML format. This port includes the necessary files for other formats, like PDF and PS, in a fashion similar to gimp-manual-html. Notes: svn path=/head/; revision=19180