# HG changeset patch # User Franz Glasner # Date 1742369731 -3600 # Node ID aae160bdb31e530abc39e574c5721af488297ab9 # Parent 7dc64bb5205a2267193fd8b9ab0279944cd4d390 Prepare for a mono-repo: move the meta-port into a subdirectory proper diff -r 7dc64bb5205a -r aae160bdb31e Makefile --- a/Makefile Wed Mar 19 08:32:50 2025 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -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 diff -r 7dc64bb5205a -r aae160bdb31e pkg-descr --- a/pkg-descr Wed Mar 19 08:32:50 2025 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -Meta-port for prometheus-client-c. - -This port requires and provides indirectly libprom and libpromhttp. diff -r 7dc64bb5205a -r aae160bdb31e prometheus-client-c/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/prometheus-client-c/Makefile Wed Mar 19 08:35:31 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 diff -r 7dc64bb5205a -r aae160bdb31e prometheus-client-c/pkg-descr --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/prometheus-client-c/pkg-descr Wed Mar 19 08:35:31 2025 +0100 @@ -0,0 +1,3 @@ +Meta-port for prometheus-client-c. + +This port requires and provides indirectly libprom and libpromhttp.