From e1d5dc45bd01e27526d8c66ea87ef52e25dac9dd Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Wed, 4 Jan 2017 04:40:42 +0000 Subject: net-mgmt/rubygem-oxidized-script: create port CLI and Library to interface with network devices in Oxidized, a RANCID replacement. WWW: https://github.com/ytti/oxidized-script PR: 203374 Submitted by: Nick Hilliard (with modifications) --- net-mgmt/Makefile | 1 + net-mgmt/rubygem-oxidized-script/Makefile | 24 ++++++++++++++++++++++++ net-mgmt/rubygem-oxidized-script/distinfo | 3 +++ net-mgmt/rubygem-oxidized-script/pkg-descr | 4 ++++ 4 files changed, 32 insertions(+) create mode 100644 net-mgmt/rubygem-oxidized-script/Makefile create mode 100644 net-mgmt/rubygem-oxidized-script/distinfo create mode 100644 net-mgmt/rubygem-oxidized-script/pkg-descr diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 85ac9f9dc7b4..eaec53f779f0 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -300,6 +300,7 @@ SUBDIR += rrdbot SUBDIR += rubygem-blimpy SUBDIR += rubygem-oxidized + SUBDIR += rubygem-oxidized-script SUBDIR += rubygem-oxidized-web SUBDIR += rubygem-snmp SUBDIR += rubygem-visage-app diff --git a/net-mgmt/rubygem-oxidized-script/Makefile b/net-mgmt/rubygem-oxidized-script/Makefile new file mode 100644 index 000000000000..2f3387c0146b --- /dev/null +++ b/net-mgmt/rubygem-oxidized-script/Makefile @@ -0,0 +1,24 @@ +# Created by: Nick Hilliard +# $FreeBSD$ + +PORTNAME= oxidized-script +PORTVERSION= 0.3.1 +CATEGORIES= net-mgmt rubygems +MASTER_SITES= RG + +MAINTAINER= nick@foobar.org +COMMENT= CLI and Library to interface with network devices in rubygems-oxidized + +LICENSE= APACHE20 + +RUN_DEPENDS= rubygem-oxidized>=0.15:net-mgmt/rubygem-oxidized \ + rubygem-slop3>=3.5:devel/rubygem-slop3 + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem + +PLIST_FILES= bin/oxs + +.include diff --git a/net-mgmt/rubygem-oxidized-script/distinfo b/net-mgmt/rubygem-oxidized-script/distinfo new file mode 100644 index 000000000000..e004fa0334a5 --- /dev/null +++ b/net-mgmt/rubygem-oxidized-script/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1483497797 +SHA256 (rubygem/oxidized-script-0.3.1.gem) = 810ec8becf8bf7653d5668c8b5ee310f76f0848f9cd54814a80985d6431cf31c +SIZE (rubygem/oxidized-script-0.3.1.gem) = 10240 diff --git a/net-mgmt/rubygem-oxidized-script/pkg-descr b/net-mgmt/rubygem-oxidized-script/pkg-descr new file mode 100644 index 000000000000..422b6abf2ee8 --- /dev/null +++ b/net-mgmt/rubygem-oxidized-script/pkg-descr @@ -0,0 +1,4 @@ +CLI and Library to interface with network devices in Oxidized, a RANCID +replacement. + +WWW: https://github.com/ytti/oxidized-script -- cgit v1.2.3