Date: Mon, 16 Nov 2015 02:40:35 +0000 (UTC) From: Marcelo Araujo <araujo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401747 - in head/sysutils: . rubygem-hieracles Message-ID: <201511160240.tAG2eZGD001908@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <mose@gandi.net> 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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511160240.tAG2eZGD001908>