aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2017-01-04 04:40:42 +0000
committerSteve Wills <swills@FreeBSD.org>2017-01-04 04:40:42 +0000
commite1d5dc45bd01e27526d8c66ea87ef52e25dac9dd (patch)
treeaedde7d667693b07fab5e3f3bd341d6eea24d1ab /net-mgmt
parent060f8cc5c0a7e5c9c209c7814f0708dfa383d447 (diff)
downloadports-e1d5dc45bd01e27526d8c66ea87ef52e25dac9dd.tar.gz
ports-e1d5dc45bd01e27526d8c66ea87ef52e25dac9dd.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/Makefile1
-rw-r--r--net-mgmt/rubygem-oxidized-script/Makefile24
-rw-r--r--net-mgmt/rubygem-oxidized-script/distinfo3
-rw-r--r--net-mgmt/rubygem-oxidized-script/pkg-descr4
4 files changed, 32 insertions, 0 deletions
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 <nick@foobar.org>
+# $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 <bsd.port.mk>
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