--- databases/pg_prometheus/Makefile (nonexistent) +++ databases/pg_prometheus/Makefile (working copy) @@ -0,0 +1,30 @@ +# Created by: Felix +# $FreeBSD$ + +PORTNAME= pg_prometheus +PORTVERSION= 0.2.2 +CATEGORIES= databases +PKGNAMEPREFIX= postgresql${PGSQL_VER_NODOT}- + +MAINTAINER= felix@userspace.com.au +COMMENT= Prometheus metric data type and storage formats + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= gmake pgsql + +LLD_UNSAFE= yes +WANT_PGSQL= server + +USE_GITHUB= yes +GH_ACCOUNT= timescale + +PLIST_FILES= lib/postgresql/pg_prometheus.so \ + share/postgresql/extension/pg_prometheus--0.2.2.sql \ + share/postgresql/extension/pg_prometheus.control + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/pg_prometheus.so + +.include --- databases/pg_prometheus/distinfo (nonexistent) +++ databases/pg_prometheus/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1585524207 +SHA256 (timescale-pg_prometheus-0.2.2_GH0.tar.gz) = 5ef155740572d6f4e355e5abeeb5d1cd44517756b22d87e0f014dd8871c97afd +SIZE (timescale-pg_prometheus-0.2.2_GH0.tar.gz) = 19320 --- databases/pg_prometheus/pkg-descr (nonexistent) +++ databases/pg_prometheus/pkg-descr (working copy) @@ -0,0 +1,4 @@ +The pg_prometheus extension provides a Prometheus metric samples data type and +storage formats for Prometheus data + +WWW: https://github.com/timescale/pg_prometheus