From owner-svn-ports-head@freebsd.org Mon Nov 16 02:40:36 2015 Return-Path: Delivered-To: svn-ports-head@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 D42A8A2F78D; Mon, 16 Nov 2015 02:40:36 +0000 (UTC) (envelope-from araujo@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 8664C1F26; Mon, 16 Nov 2015 02:40:36 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAG2eZLe001913; Mon, 16 Nov 2015 02:40:35 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAG2eZGD001908; Mon, 16 Nov 2015 02:40:35 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201511160240.tAG2eZGD001908@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Mon, 16 Nov 2015 02:40:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401747 - in head/sysutils: . rubygem-hieracles X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2015 02:40:37 -0000 Author: araujo Date: Mon Nov 16 02:40:35 2015 New Revision: 401747 URL: https://svnweb.freebsd.org/changeset/ports/401747 Log: Hieracles is a command-line tool for analysis and deep examination of Hiera paramaters in a Puppet setup. It's used internally at Gandi.net and its first incarnation is strongly tied to Gandi puppet architecture. WWW: https://github.com/Gandi/hieracles PR: ports/204513 Submitted by: mose Sponsored by: gandi.net Added: head/sysutils/rubygem-hieracles/ head/sysutils/rubygem-hieracles/Makefile (contents, props changed) head/sysutils/rubygem-hieracles/distinfo (contents, props changed) head/sysutils/rubygem-hieracles/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Nov 16 02:24:57 2015 (r401746) +++ head/sysutils/Makefile Mon Nov 16 02:40:35 2015 (r401747) @@ -879,6 +879,7 @@ SUBDIR += rubygem-hammer_cli_foreman_salt SUBDIR += rubygem-hammer_cli_foreman_ssh SUBDIR += rubygem-hiera + SUBDIR += rubygem-hieracles SUBDIR += rubygem-hiera-file SUBDIR += rubygem-hiera1 SUBDIR += rubygem-librarian-puppet Added: head/sysutils/rubygem-hieracles/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-hieracles/Makefile Mon Nov 16 02:40:35 2015 (r401747) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= hieracles +PORTVERSION= 0.1.4 +CATEGORIES= sysutils rubygems +MASTER_SITES= RG + +MAINTAINER= mose@gandi.net +COMMENT= CLI tool for Hiera parameters visualisation and analysis + +LICENSE= MIT + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes +PLIST_FILES= bin/hc man/man1/hc.1.gz + +post-install: + ${INSTALL_MAN} ${WRKSRC}/hc.1 ${STAGEDIR}${PREFIX}/man/man1/ + +.include Added: head/sysutils/rubygem-hieracles/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-hieracles/distinfo Mon Nov 16 02:40:35 2015 (r401747) @@ -0,0 +1,2 @@ +SHA256 (rubygem/hieracles-0.1.4.gem) = d66cc95f8cadebea4991857a8084d18565228b667478ac9105505b6000dabc8f +SIZE (rubygem/hieracles-0.1.4.gem) = 22016 Added: head/sysutils/rubygem-hieracles/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-hieracles/pkg-descr Mon Nov 16 02:40:35 2015 (r401747) @@ -0,0 +1,6 @@ +Hieracles is a command-line tool for analysis and deep examination +of Hiera paramaters in a Puppet setup. It's used internally at +Gandi.net and its first incarnation is strongly tied to Gandi +puppet architecture. + +WWW: https://github.com/Gandi/hieracles