Date: Sun, 7 Jun 2015 21:18:36 +0000 (UTC) From: Michael Moll <mmoll@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388788 - in head/sysutils: . rubygem-puppet_forge Message-ID: <201506072118.t57LIaFQ011777@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mmoll Date: Sun Jun 7 21:18:35 2015 New Revision: 388788 URL: https://svnweb.freebsd.org/changeset/ports/388788 Log: new port: sysutils/rubygem-puppet_forge Ruby library to access and manipulate the Puppet Forge API from Ruby. WWW: https://github.com/puppetlabs/forge-ruby Differential Revision: https://reviews.freebsd.org/D2754 Approved by: mat (mentor) Added: head/sysutils/rubygem-puppet_forge/ head/sysutils/rubygem-puppet_forge/Makefile (contents, props changed) head/sysutils/rubygem-puppet_forge/distinfo (contents, props changed) head/sysutils/rubygem-puppet_forge/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sun Jun 7 21:15:53 2015 (r388787) +++ head/sysutils/Makefile Sun Jun 7 21:18:35 2015 (r388788) @@ -850,6 +850,7 @@ SUBDIR += rubygem-murder SUBDIR += rubygem-ohai SUBDIR += rubygem-parallel + SUBDIR += rubygem-puppet_forge SUBDIR += rubygem-rubyipmi SUBDIR += rubygem-shellany SUBDIR += rubygem-smart_proxy_chef Added: head/sysutils/rubygem-puppet_forge/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-puppet_forge/Makefile Sun Jun 7 21:18:35 2015 (r388788) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= puppet_forge +PORTVERSION= 1.0.4 +CATEGORIES= sysutils rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Ruby client for the Puppet Forge API + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-her>=0.6:${PORTSDIR}/databases/rubygem-her + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/sysutils/rubygem-puppet_forge/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-puppet_forge/distinfo Sun Jun 7 21:18:35 2015 (r388788) @@ -0,0 +1,2 @@ +SHA256 (rubygem/puppet_forge-1.0.4.gem) = b64bc3638528b6857044dc4a594b0c9174a57a6d48c82236b14b788646f41ee7 +SIZE (rubygem/puppet_forge-1.0.4.gem) = 760832 Added: head/sysutils/rubygem-puppet_forge/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-puppet_forge/pkg-descr Sun Jun 7 21:18:35 2015 (r388788) @@ -0,0 +1,3 @@ +Ruby library to access and manipulate the Puppet Forge API from Ruby. + +WWW: https://github.com/puppetlabs/forge-ruby
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506072118.t57LIaFQ011777>