aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/py-prometheus-client
Commit message (Collapse)AuthorAgeFilesLines
* net-mgmt/py-prometheus-client: Update to 0.16.0Luca Pizzamiglio2023-02-022-4/+4
|
* net-mgmt/py-prometheus-client: Update to 0.15.0Luca Pizzamiglio2022-10-202-5/+5
|
* 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)
* net-mgmt/py-prometheus-client: Update to 0.14.1Luca Pizzamiglio2022-04-092-4/+4
| | | | Changelog: https://github.com/prometheus/client_python/releases
* net-mgmt/py-prometheus-client: Update to 0.13.1Luca Pizzamiglio2022-01-292-4/+4
| | | | Changes: https://github.com/prometheus/client_python/releases
* net-mgmt/py-prometheus-client: Update to 0.12.0Luca Pizzamiglio2021-11-012-4/+4
| | | | Changes: https://github.com/prometheus/client_python/releases
* net-mgmt/py-prometheus-client: Update to 0.11.0Luca Pizzamiglio2021-06-132-4/+4
|
* net-mgmt/py-prometheus-client: Update to 0.10.1Luca Pizzamiglio2021-04-192-4/+4
|
* net-mgmt/py-prometheus-client: Update to 0.10.0Luca Pizzamiglio2021-04-162-4/+4
|
* 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
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* net-mgmt/py-prometheus-client: Update to 0.9.0Luca Pizzamiglio2020-11-212-4/+4
| | | | | | | Add support to python 3.9 Notes: svn path=/head/; revision=555992
* net-mgmt/py-prometheus-client: Update to 0.8.0Luca Pizzamiglio2020-07-112-4/+4
| | | | | | | Changelog: https://github.com/prometheus/client_python/releases/tag/v0.8.0 Notes: svn path=/head/; revision=541982
* net-mgmt/py-prometheus-client: Update to 0.7.1Luca Pizzamiglio2019-06-212-4/+4
| | | | | | | | | CHANGES: https://github.com/prometheus/client_python/releases/tag/v0.7.1 Sponsored by: trivago N.V. Notes: svn path=/head/; revision=504782
* net-mgmt/py-prometheus-client: Update to 0.7.0Luca Pizzamiglio2019-06-162-4/+4
| | | | | | | Sponsored by: Berlin Devsummit 2019 Notes: svn path=/head/; revision=504352
* net-mgmt/py-prometheus-client: Update to 0.6.0Luca Pizzamiglio2019-02-212-4/+4
| | | | | | | | Changes: https://github.com/prometheus/client_python/releases/tag/v0.6.0 Sponsored by: trivago N.V. Notes: svn path=/head/; revision=493498
* net-mgmt/py-prometheus-client: Update to 0.5.0Luca Pizzamiglio2018-12-152-4/+4
| | | | | | | | | Changes: https://github.com/prometheus/client_python/releases/tag/v0.5.0 Sponsored by: trivago N.V. Notes: svn path=/head/; revision=487533
* net-mgmt/py-prometheus-client: Update to 0.4.2Luca Pizzamiglio2018-10-192-4/+4
| | | | | | | | Changes: https://github.com/prometheus/client_python/releases/tag/v0.4.2 Sponsored by: trivago N.V. Notes: svn path=/head/; revision=482432
* net-mgmt:py-prometheus-client: Update to 0.4.1Luca Pizzamiglio2018-10-102-4/+4
| | | | | | | | | Changelog: https://github.com/prometheus/client_python/releases/tag/v0.4.1 Sponsored by: trivago N.V. Notes: svn path=/head/; revision=481741
* net-mgmt/py-prometheus-client: Update to v0.4.0Luca Pizzamiglio2018-10-042-4/+4
| | | | | | | | | Changelog: https://github.com/prometheus/client_python/releases/tag/v0.4.0 Sponsored by: trivago N.V. Notes: svn path=/head/; revision=481241
* net-mgmt/py-prometheus-client: Update to 0.3.1Luca Pizzamiglio2018-08-112-4/+4
| | | | | | | Sponsored by: Essen Hackathon Notes: svn path=/head/; revision=476869
* net-mgmt/py-prometheus-client: Update to 0.3.0Luca Pizzamiglio2018-07-162-4/+4
| | | | | | | | Fixed a leak and performance improvement https://github.com/prometheus/client_python/releases/tag/v0.3.0 Notes: svn path=/head/; revision=474733
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-2/+2
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* net-mgmt/py-prometheus-client: Add python client for prometheusLuca Pizzamiglio2018-04-203-0/+33
Add the official python client implementation for prometheus Sponsored by: trivago N.V. Notes: svn path=/head/; revision=467836