View | Details | Raw Unified | Return to bug 204655
Collapse All | Expand All

(-)Makefile (-1 / +3 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	hieracles
3
PORTNAME=	hieracles
4
PORTVERSION=	0.1.5
4
PORTVERSION=	0.1.6
5
CATEGORIES=	sysutils rubygems
5
CATEGORIES=	sysutils rubygems
6
MASTER_SITES=	RG
6
MASTER_SITES=	RG
7
7
Lines 10-15 Link Here
10
10
11
LICENSE=	MIT
11
LICENSE=	MIT
12
12
13
RUN_DEPENDS=	rubygem-deep_merge>=1.0.1:${PORTSDIR}/devel/rubygem-deep_merge
14
13
NO_ARCH=	yes
15
NO_ARCH=	yes
14
USE_RUBY=	yes
16
USE_RUBY=	yes
15
USE_RUBYGEMS=	yes
17
USE_RUBYGEMS=	yes
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (rubygem/hieracles-0.1.5.gem) = 4d47e26bb9aa19a6fc000fd8a9ae30d528fda3235dc7e1bea12b455cdd29768d
1
SHA256 (rubygem/hieracles-0.1.6.gem) = 1bef1f8d0824deb8ffe2789c006d6184cbaba7586ac9cd51f584d683c6475041
2
SIZE (rubygem/hieracles-0.1.5.gem) = 23040
2
SIZE (rubygem/hieracles-0.1.6.gem) = 24064
(-)pkg-descr (-5 / +5 lines)
Lines 1-6 Link Here
1
Hieracles is a command-line tool for analysis and deep examination 
1
Hieracles is a command-line tool for analysis and deep examination
2
of Hiera paramaters in a Puppet setup. It's used internally at 
2
of Hiera parameters in a Puppet setup. It can be used to quickly 
3
Gandi.net and its first incarnation is strongly tied to Gandi 
3
visualize, from a local puppet (typically on a developers
4
puppet architecture.
4
environment), all the Hiera params related to a specific node.
5
5
6
WWW: https://github.com/Gandi/hieracles
6
WWW: https://github.com/Gandi/hieracles/

Return to bug 204655