net-mgmt/nfs-exporter: new port
nfs-exporter exports NFS server statistics to Prometheus.
Sponsored by: Axcient
Differential D28355
net-mgmt/nfs-exporter: new port asomers on Jan 26 2021, 3:38 PM. Authored by Tags None Referenced Files
Details
net-mgmt/nfs-exporter: new port nfs-exporter exports NFS server statistics to Prometheus. Sponsored by: Axcient Built for 11.4 and 12.2 in Poudriere. Running in production at Axcient.
Diff Detail
Event TimelineComment Actions It looks good to me, but I'm not a porter, so I'll respectfully forward it to the people who are. :) Comment Actions otis@dev12:/usr/ports2/net-mgmt/nfs-exporter % portclippy Makefile # PORTNAME block PORTNAME DISTVERSION CATEGORIES DISTNAME # Maintainer block MAINTAINER COMMENT # License block LICENSE LICENSE_COMB -LICENSE_FILE_MIT LICENSE_FILE_APACHE20 +LICENSE_FILE_MIT # USES block USES USE_GITHUB GH_ACCOUNT GH_PROJECT GH_TAGNAME +USE_RC_SUBR # USES=cargo related variables CARGO_CRATES # Packaging list block PLIST_FILES -USE_RC_SUBR otis@dev12:/usr/ports2/net-mgmt/nfs-exporter % portfmt -D Makefile --- Makefile +++ Makefile @@ -1,125 +1,125 @@ # $FreeBSD$ PORTNAME= nfs-exporter DISTVERSION= 0.3.0 CATEGORIES= net-mgmt DISTNAME= freebsd-nfs-exporter-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} MAINTAINER= asomers@FreeBSD.org COMMENT= Prometheus exporter for NFS statistics +LICENSE= APACHE20 MIT -LICENSE= MIT APACHE20 Otherwise LGTM. Comment Actions I don't have Poudriere setup for 13.0. But I've tested it by hand on a 13.0-ALPHA1 build from last Friday. It works there. |