Port details |
- datadog-integrations Datadog Agent Integrations
- 7.24.0_3 sysutils
=0 7.24.0_3Version of this port present on the latest quarterly branch.
- DEPRECATED: Depends on expired sysutils/datadog-agent
This port expired on: 2024-07-11
- Maintainer: uros@gruber.si
- Port Added: 2020-12-12 19:00:41
- Last Update: 2024-07-13 13:08:06
- Commit Hash: bbcefa0
- License: BSD4CLAUSE
- WWW:
- https://www.datadoghq.com/
- Description:
- Cloud-Scale Monitoring
The Datadog Agent Integrations (also known as checks) supported by Datadog Agent
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- datadog-integrations>0:sysutils/datadog-integrations
- No installation instructions:
- This port has been deleted.
- PKGNAME: datadog-integrations
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1610384472
SHA256 (DataDog-integrations-core-7.24.0_GH0.tar.gz) = fdb04d75b10e18610570aeea8f316cdc71511512bfd7617984e54cde93d0c426
SIZE (DataDog-integrations-core-7.24.0_GH0.tar.gz) = 29726898
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- datadog-agent>=7.24.1 : sysutils/datadog-agent
- py311-botocore>0 : devel/py-botocore@py311
- py311-pysocks>0 : net/py-pysocks@py311
- py311-python-dateutil>0 : devel/py-python-dateutil@py311
- py311-pytz>0 : devel/py-pytz@py311
- py311-typing-extensions>0 : devel/py-typing-extensions@py311
- py311-requests-unixsocket>0 : www/py-requests-unixsocket@py311
- py311-simplejson>0 : devel/py-simplejson@py311
- py311-requests>0 : www/py-requests@py311
- py311-requests-toolbelt>0 : www/py-requests-toolbelt@py311
- py311-pyyaml>=0 : devel/py-pyyaml@py311
- py311-uptime>0 : sysutils/py-uptime@py311
- py311-typing-extensions>0 : devel/py-typing-extensions@py311
- py311-cryptography>=42.0.5,1 : security/py-cryptography@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for datadog-integrations-7.24.0_3:
APACHE=off: Apache check integration
CONSUL=off: Consul check integration
COREDNS=off: CoreDNS check integration
DIRECTORY=off: Directory check integration
DISK=off: Disk check integration
DNS=off: DNS check integration
MYSQL=off: MySQL check integration
NETWORK=off: Network check integration
NGINX=off: Nginx check integration
PHP=off: PHP-fpm check integration
POSTFIX=off: Postfix check integration
PROCESS=off: Process check integration
REDIS=off: Redis check integration
SSH=off: SSH check integration
SYS_CORE=off: System Core check integration
SYS_SWAP=off: System Swap check integration
TCP=off: TCP check integration
TLS=off: TLS check integration
===> Use 'make config' to modify these settings
- Options name:
- sysutils_datadog-integrations
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.24.0_3 13 Jul 2024 13:08:06 |
Rene Ladan (rene) |
sysutils/datadog-integrations: Remove expired port
2024-07-11 sysutils/datadog-integrations: Depends on expired
sysutils/datadog-agent |
7.24.0_3 07 Jul 2024 08:05:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
7.24.0_2 11 Jun 2024 16:00:25 |
Rene Ladan (rene) |
sysutils/datadog-integrations: expire on 2024-07-11 for sysutils/datadog-agent |
7.24.0_2 13 Apr 2024 14:47:51 |
Po-Chuan Hsieh (sunpoet) |
devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutil
- Convert to USE_PYTHON=pep517
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of
PKGNAMEPREFIX for *_DEPENDS |
7.24.0_1 27 Nov 2023 05:38:03 |
Po-Chuan Hsieh (sunpoet) |
*: Change {RUN,TEST}_DEPENDS from security/py-service_identity to
security/py-service-identity
- Bump PORTREVISION for dependency change (except security/py-trustme)
PR: 275167
Reported by: Joakim Bergman <jocke@gipset.se> |
7.24.0 29 Sep 2023 14:19:56 |
Po-Chuan Hsieh (sunpoet) |
*: Replace USES=pycryptography* with USE_PYTHON=cryptography{,_build,_test}
- Introduce USE_PYTHON=cryptography{,_build,_test}
- Switch all 96 ports from USES=pycryptography to with
USE_PYTHON=cryptography{,_build,_test}
- Remove Mk/Uses/pycryptography.mk
PR: 273727
Approved by: tcberner (portmgr)
Exp-run by: antoine |
7.24.0 22 Jul 2023 07:46:38 |
Tobias C. Berner (tcberner) |
framework: convert tree to use USES=pycryptography
A future commit will update to security/py-cryptography will introduce a
rust dependency.
PR: 254853 |
7.24.0 18 Jul 2023 00:53:09 |
Charlie Li (vishwin) |
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358 |
7.24.0 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
7.24.0 30 Jan 2023 13:02:39 |
Po-Chuan Hsieh (sunpoet) |
sysutils/datadog-integrations: Add missing @PY_FLAVOR
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
7.24.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above ) |
7.24.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
7.24.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
7.24.0 19 Mar 2021 16:46:50 |
mat |
Regular USE_GITHUB cleanup.
Remove DISTNAME, it is always overwritten.
Cleanup GH_TAGNAME and WRKSRC. |
7.24.0 06 Mar 2021 12:05:29 |
kai |
sysutils/datadog-integrations: Update to 7.24.0
* Also sort some variables according the PHB and fix indents.
Changelog:
https://github.com/DataDog/integrations-core/blob/7.24.0/AGENT_CHANGELOG.md
PR: 252593
Submitted by: Uros Gruber (maintainer)
Reviewed by: fernape |
7.23.0 04 Mar 2021 11:32:08 |
kai |
sysutils/datadog-integrations: Fix pkg-plist for non-default Python versions
PR: 253815
Approved by: portmgr (build fix) |
7.23.0 08 Jan 2021 16:36:03 |
mikael |
sysutils/datadog-integrations: Fix poudriere testport
PR: 251586
Submitted by: uros@gruber.si (maintainer) |
7.23.0 12 Dec 2020 19:00:33 |
mikael |
sysutils/datadog-integrations: add port
The Datadog Agent Integrations (also known as checks) supported by Datadog Agent
WWW: https://www.datadoghq.com/
PR: 251586
Submitted by: uros@gruber.si |