From owner-svn-ports-all@freebsd.org Wed Jan 4 04:40:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E67F7C9E61B; Wed, 4 Jan 2017 04:40:43 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A803E1716; Wed, 4 Jan 2017 04:40:43 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v044eg7H085147; Wed, 4 Jan 2017 04:40:42 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v044egF7085143; Wed, 4 Jan 2017 04:40:42 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201701040440.v044egF7085143@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 4 Jan 2017 04:40:42 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jan 2017 04:40:44 -0000 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 (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 +# $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 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