diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index aacc31dcea04..0ebf0b1cecab 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -332,6 +332,7 @@ SUBDIR += rrdbot SUBDIR += rtrlib SUBDIR += rubygem-blimpy + SUBDIR += rubygem-checkson SUBDIR += rubygem-oxidized SUBDIR += rubygem-oxidized-script SUBDIR += rubygem-oxidized-web diff --git a/net-mgmt/rubygem-checkson/Makefile b/net-mgmt/rubygem-checkson/Makefile new file mode 100644 index 000000000000..32f56b466335 --- /dev/null +++ b/net-mgmt/rubygem-checkson/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= checkson +DISTVERSION= 1.3 +CATEGORIES= net-mgmt rubygems +MASTER_SITES= RG + +MAINTAINER= florian@fsrv.xyz +COMMENT= Simple checking tool for easy os checks + +LICENSE= BSD3CLAUSE + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +PLIST_FILES= bin/checkson + +.include diff --git a/net-mgmt/rubygem-checkson/distinfo b/net-mgmt/rubygem-checkson/distinfo new file mode 100644 index 000000000000..b1331b64abce --- /dev/null +++ b/net-mgmt/rubygem-checkson/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1607798898 +SHA256 (rubygem/checkson-1.3.gem) = fff7aebf3fa97ba9b84555fee3dac4bf7b8031a167741abe28ff5617f63e2e62 +SIZE (rubygem/checkson-1.3.gem) = 8192 diff --git a/net-mgmt/rubygem-checkson/pkg-descr b/net-mgmt/rubygem-checkson/pkg-descr new file mode 100644 index 000000000000..b81fee9cae6d --- /dev/null +++ b/net-mgmt/rubygem-checkson/pkg-descr @@ -0,0 +1,3 @@ +This is a simple port of checkson + +WWW: https://gitlab.fsrv.xyz