changeset 8:e38a6e16e756

MERGE: the move libprom
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 19 Mar 2025 08:47:36 +0100
parents aae160bdb31e (diff) 19458de35e56 (current diff)
children b3adf5848e4c
files
diffstat 3 files changed, 27 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Wed Mar 19 08:47:36 2025 +0100
@@ -0,0 +1,3 @@
+syntax: regexp
+
+(^|/)work(-[^/]+)?/
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/prometheus-client-c/Makefile	Wed Mar 19 08:47:36 2025 +0100
@@ -0,0 +1,21 @@
+PORTNAME=	prometheus-client-c
+DISTVERSION=	0.1.3
+CATEGORIES=	net-mgmt
+MASTER_SITES=
+DISTFILES=
+
+MAINTAINER=	freebsd-dev@dom66.de
+COMMENT=	Meta-port to include libprom and libpromhttp
+WWW=		https://github.com/digitalocean/prometheus-client-c
+
+LICENSE=	APACHE20
+
+RUN_DEPENDS=	${LOCALBASE}/lib/libprom.so:net-mgmt/prometheus-client-c-libprom \
+		${LOCALBASE}/lib/libpromhttp.so:net-mgmt/prometheus-client-c-libpromhttp
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+NO_INSTALL=	yes
+NO_TEST=	yes
+
+.include <bsd.port.mk>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/prometheus-client-c/pkg-descr	Wed Mar 19 08:47:36 2025 +0100
@@ -0,0 +1,3 @@
+Meta-port for prometheus-client-c.
+
+This port requires and provides indirectly libprom and libpromhttp.