Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jan 2017 04:40:42 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430536 - in head/net-mgmt: . rubygem-oxidized-script
Message-ID:  <201701040440.v044egF7085143@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Wed Jan  4 04:40:42 2017
New Revision: 430536
URL: https://svnweb.freebsd.org/changeset/ports/430536

Log:
  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 <nick@foobar.org> (with modifications)

Added:
  head/net-mgmt/rubygem-oxidized-script/
  head/net-mgmt/rubygem-oxidized-script/Makefile   (contents, props changed)
  head/net-mgmt/rubygem-oxidized-script/distinfo   (contents, props changed)
  head/net-mgmt/rubygem-oxidized-script/pkg-descr   (contents, props changed)
Modified:
  head/net-mgmt/Makefile

Modified: head/net-mgmt/Makefile
==============================================================================
--- head/net-mgmt/Makefile	Wed Jan  4 04:38:18 2017	(r430535)
+++ head/net-mgmt/Makefile	Wed Jan  4 04:40:42 2017	(r430536)
@@ -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

Added: head/net-mgmt/rubygem-oxidized-script/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/rubygem-oxidized-script/Makefile	Wed Jan  4 04:40:42 2017	(r430536)
@@ -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>

Added: head/net-mgmt/rubygem-oxidized-script/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/rubygem-oxidized-script/distinfo	Wed Jan  4 04:40:42 2017	(r430536)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1483497797
+SHA256 (rubygem/oxidized-script-0.3.1.gem) = 810ec8becf8bf7653d5668c8b5ee310f76f0848f9cd54814a80985d6431cf31c
+SIZE (rubygem/oxidized-script-0.3.1.gem) = 10240

Added: head/net-mgmt/rubygem-oxidized-script/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/rubygem-oxidized-script/pkg-descr	Wed Jan  4 04:40:42 2017	(r430536)
@@ -0,0 +1,4 @@
+CLI and Library to interface with network devices in Oxidized, a RANCID
+replacement.
+
+WWW: https://github.com/ytti/oxidized-script



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701040440.v044egF7085143>