summaryrefslogtreecommitdiff
path: root/lang/python2
AgeCommit message (Collapse)Author
2022-09-07Remove WWW entries moved into port MakefilesStefan Eßer
Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
2022-09-07Add WWW entries to port MakefilesStefan Eßer
It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
2021-07-25lang/python2: Clean upPo-Chuan Hsieh
- Remove leading definite article from COMMENT - Remove unneeded use of PYTHON_MAJOR_VER because this is for python 2.7
2021-04-07One more small cleanup, forgotten yesterday.Mathieu Arnold
Reported by: lwhsu
2021-04-06Remove # $FreeBSD$ from Makefiles.Mathieu Arnold
2020-01-09Garbage collecte unusable things from lang/python{,2,3} metaports.Mathieu Arnold
Notes: svn path=/head/; revision=522489
2020-01-09Simplify the lang/python{2,3} metaports.Mathieu Arnold
Reviewed by: antoine Notes: svn path=/head/; revision=522488
2020-01-01Deprecate python2Antoine Brodin
With hat: portmgr Notes: svn path=/head/; revision=521726
2019-10-09Drop the ipv6 virtual category for l* category as it is not relevant anymoreBaptiste Daroussin
Notes: svn path=/head/; revision=514140
2019-03-08Add a not to a few meta ports: do not depend on these portsAntoine Brodin
Notes: svn path=/head/; revision=495025
2019-02-01Add NO_ARCHSunpoet Po-Chuan Hsieh
Notes: svn path=/head/; revision=491863
2019-01-26Update WWWSunpoet Po-Chuan Hsieh
Notes: svn path=/head/; revision=491285
2018-01-21Remove PYTHON*_DEFAULT_VERSION.Mathieu Arnold
Notes: svn path=/head/; revision=459584
2015-05-15Remove dead PYTHON_NO_DEPENDS. It has not been needed or supported sinceBryan Drewery
USES=python was added in r364450. Notes: svn path=/head/; revision=386379
2014-10-20- Convert ports of irc/ and lang/ to new USES=pythonMarcus von Appen
Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371288
2014-09-01Remove support for pkg_installBaptiste Daroussin
Merge back bsd.pkgng.mk into bsd.port.mk Add a note about @stopdaemon not being supported anymore With hat: portmgr Differential Revision: https://reviews.freebsd.org/D693 Notes: svn path=/head/; revision=366875
2014-08-04- Fix and remove stale symlinks after the lang/python* cleanupMarcus von Appen
Reported by: Scott Allendorf <scott-allendorf@uiowa.edu> Notes: svn path=/head/; revision=363965
2014-01-25- Do not use absolute source paths for the symlinks to the stagedirMarcus von Appen
Noticed by: danfe Notes: svn path=/head/; revision=340997
2014-01-25- Enable stagedir supportMarcus von Appen
Notes: svn path=/head/; revision=340996
2013-12-12Install python[23].pc files for the lang/python[23] ports.Koop Mast
Discussed with: koobs@ Approved by: python@ (wg@) Notes: svn path=/head/; revision=336250
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin
lang) Notes: svn path=/head/; revision=327741
2013-09-15- Introduce PYTHON2_DEFAULT_VERSION, the version of the default python2Marcus von Appen
binary in $PATH. It can be set in case the user wants to use a specific python2 version as a default. Its behaviour is similar to the existing PYTHON3_DEFAULT_VERSION and fixes a small issue with package builds for different python versions. - Outline that PYTHON_DEFAULT_VERSION always takes precedence for a specific python major version. - Update lang/python2 to use PYTHON2_DEFAULT_VERSION and bump the PORTREVISION to let the installed port catch up with the change. - Allow PYTHON3_DEFAULT_VERSION to overriden by a user choice, if PYTHON_DEFAULT_VERSION is not set to a python3 port. Reported by: David Demelier <demelier.david@gmail.com> Reviewed by: koobs@, sbz@ With hat on: python@ Notes: svn path=/head/; revision=327339
2013-09-01- improve the python meta port descriptionsMarcus von Appen
Requested by: demon@ Reviewed by: demon@ Notes: svn path=/head/; revision=325867
2013-08-18- Avoid circular dependencies due to the previous bsd.python.mk changeMarcus von Appen
Notes: svn path=/head/; revision=324925
2013-08-17- Move the symlink magic for the default python version into lang/pythonMarcus von Appen
and lang/python2 and lang/python3. This change brings us closer to the goal of making Python ports usable with different Python versions at the same time. - Add a new lang/python2 port to handle the symlinks for bin/python2, bin/idle2, bin/pydoc2 and so on. - Add a new lang/python3 port to handle the symlinks for bin/python3, bin/idle3, bin/pydoc3 and so on. - Bump the PORTREVISION on all lang/python* ports. Notes: svn path=/head/; revision=324864