mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Added new port net-mgmt/rubygem-checkson.
PR: 247843 Submitted by: florian@fsrv.xyz
This commit is contained in:
parent
8419e9fd71
commit
cbe2b21c39
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557857
4 changed files with 27 additions and 0 deletions
|
@ -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
|
||||
|
|
20
net-mgmt/rubygem-checkson/Makefile
Normal file
20
net-mgmt/rubygem-checkson/Makefile
Normal file
|
@ -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 <bsd.port.mk>
|
3
net-mgmt/rubygem-checkson/distinfo
Normal file
3
net-mgmt/rubygem-checkson/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1607798898
|
||||
SHA256 (rubygem/checkson-1.3.gem) = fff7aebf3fa97ba9b84555fee3dac4bf7b8031a167741abe28ff5617f63e2e62
|
||||
SIZE (rubygem/checkson-1.3.gem) = 8192
|
3
net-mgmt/rubygem-checkson/pkg-descr
Normal file
3
net-mgmt/rubygem-checkson/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This is a simple port of checkson
|
||||
|
||||
WWW: https://gitlab.fsrv.xyz
|
Loading…
Add table
Reference in a new issue