aboutsummaryrefslogtreecommitdiff
path: root/lang/python2
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* lang/python2: Clean upPo-Chuan Hsieh2021-07-241-12/+12
| | | | | - Remove leading definite article from COMMENT - Remove unneeded use of PYTHON_MAJOR_VER because this is for python 2.7
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Garbage collecte unusable things from lang/python{,2,3} metaports.Mathieu Arnold2020-01-091-13/+1
| | | | Notes: svn path=/head/; revision=522489
* Simplify the lang/python{2,3} metaports.Mathieu Arnold2020-01-091-4/+1
| | | | | | | Reviewed by: antoine Notes: svn path=/head/; revision=522488
* Deprecate python2Antoine Brodin2020-01-011-0/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=521726
* Drop the ipv6 virtual category for l* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514140
* Add a not to a few meta ports: do not depend on these portsAntoine Brodin2019-03-081-0/+1
| | | | Notes: svn path=/head/; revision=495025
* Add NO_ARCHSunpoet Po-Chuan Hsieh2019-02-011-3/+5
| | | | Notes: svn path=/head/; revision=491863
* Update WWWSunpoet Po-Chuan Hsieh2019-01-261-1/+1
| | | | Notes: svn path=/head/; revision=491285
* Remove PYTHON*_DEFAULT_VERSION.Mathieu Arnold2018-01-211-1/+1
| | | | Notes: svn path=/head/; revision=459584
* Remove dead PYTHON_NO_DEPENDS. It has not been needed or supported sinceBryan Drewery2015-05-151-1/+0
| | | | | | | USES=python was added in r364450. Notes: svn path=/head/; revision=386379
* - Convert ports of irc/ and lang/ to new USES=pythonMarcus von Appen2014-10-201-3/+3
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371288
* Remove support for pkg_installBaptiste Daroussin2014-09-011-5/+0
| | | | | | | | | | | 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
* - Fix and remove stale symlinks after the lang/python* cleanupMarcus von Appen2014-08-041-9/+2
| | | | | | | Reported by: Scott Allendorf <scott-allendorf@uiowa.edu> Notes: svn path=/head/; revision=363965
* - Do not use absolute source paths for the symlinks to the stagedirMarcus von Appen2014-01-251-6/+6
| | | | | | | Noticed by: danfe Notes: svn path=/head/; revision=340997
* - Enable stagedir supportMarcus von Appen2014-01-251-7/+12
| | | | Notes: svn path=/head/; revision=340996
* Install python[23].pc files for the lang/python[23] ports.Koop Mast2013-12-121-2/+4
| | | | | | | | Discussed with: koobs@ Approved by: python@ (wg@) Notes: svn path=/head/; revision=336250
* 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
* - Introduce PYTHON2_DEFAULT_VERSION, the version of the default python2Marcus von Appen2013-09-151-1/+2
| | | | | | | | | | | | | | | | | | | | 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
* - improve the python meta port descriptionsMarcus von Appen2013-09-011-0/+3
| | | | | | | | Requested by: demon@ Reviewed by: demon@ Notes: svn path=/head/; revision=325867
* - Avoid circular dependencies due to the previous bsd.python.mk changeMarcus von Appen2013-08-181-0/+3
| | | | Notes: svn path=/head/; revision=324925
* - Move the symlink magic for the default python version into lang/pythonMarcus von Appen2013-08-172-0/+56
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