New port: devel/rubygem-puppet-resource_api

This is an implementation of the Resource API specification.  It provides a
simple way to write new native resources for Puppet.

WWW: https://github.com/puppetlabs/puppet-resource_api

With hat:	puppet
This commit is contained in:
Romain Tartière 2019-04-24 17:57:43 +00:00
parent 2129b033d3
commit cfa22bf9db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499893
4 changed files with 26 additions and 0 deletions

View file

@ -5947,6 +5947,7 @@
SUBDIR += rubygem-pry-rails
SUBDIR += rubygem-pry-remote-em
SUBDIR += rubygem-ptreloaded
SUBDIR += rubygem-puppet-resource_api
SUBDIR += rubygem-pygments.rb
SUBDIR += rubygem-r18n-core
SUBDIR += rubygem-rabl

View file

@ -0,0 +1,18 @@
# $FreeBSD$
PORTNAME= puppet-resource_api
PORTVERSION= 1.8.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= puppet@FreeBSD.org
COMMENT= Simple way to write new native resources for puppet
LICENSE= APACHE20
RUN_DEPENDS= rubygem-hocon>=1.0:devel/rubygem-hocon
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1552679696
SHA256 (rubygem/puppet-resource_api-1.8.1.gem) = dadb5cf1439f42700a9922b206753fb8939067bb7b7b0caee2c67c760bd91feb
SIZE (rubygem/puppet-resource_api-1.8.1.gem) = 43520

View file

@ -0,0 +1,4 @@
This is an implementation of the Resource API specification. It provides a
simple way to write new native resources for Puppet.
WWW: https://github.com/puppetlabs/puppet-resource_api