Date: Wed, 15 May 2019 06:22:31 +0000 (UTC) From: =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501687 - in head/databases: . rubygem-pl-puppetdb-ruby Message-ID: <201905150622.x4F6MVMI088143@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: romain Date: Wed May 15 06:22:31 2019 New Revision: 501687 URL: https://svnweb.freebsd.org/changeset/ports/501687 Log: New port: databases/rubygem-pl-puppetdb-ruby Simple Ruby client library for PuppetDB API WWW: http://rubygems.org/gems/pl-puppetdb-ruby With hat: puppet Added: head/databases/rubygem-pl-puppetdb-ruby/ head/databases/rubygem-pl-puppetdb-ruby/Makefile (contents, props changed) head/databases/rubygem-pl-puppetdb-ruby/distinfo (contents, props changed) head/databases/rubygem-pl-puppetdb-ruby/pkg-descr (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Wed May 15 05:22:36 2019 (r501686) +++ head/databases/Makefile Wed May 15 06:22:31 2019 (r501687) @@ -964,6 +964,7 @@ SUBDIR += rubygem-pghero SUBDIR += rubygem-pghero-rails5 SUBDIR += rubygem-pghero-rails50 + SUBDIR += rubygem-pl-puppetdb-ruby SUBDIR += rubygem-postgres_ext SUBDIR += rubygem-rbase SUBDIR += rubygem-redis Added: head/databases/rubygem-pl-puppetdb-ruby/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rubygem-pl-puppetdb-ruby/Makefile Wed May 15 06:22:31 2019 (r501687) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= pl-puppetdb-ruby +PORTVERSION= 2.0.2 +CATEGORIES= databases rubygems +MASTER_SITES= RG + +MAINTAINER= puppet@FreeBSD.org +COMMENT= Simple Ruby client library for PuppetDB API + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-httparty>0:www/rubygem-httparty + +USE_RUBY= yes +USES= gem + +.include <bsd.port.mk> Added: head/databases/rubygem-pl-puppetdb-ruby/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rubygem-pl-puppetdb-ruby/distinfo Wed May 15 06:22:31 2019 (r501687) @@ -0,0 +1,3 @@ +TIMESTAMP = 1557793027 +SHA256 (rubygem/pl-puppetdb-ruby-2.0.2.gem) = 1d376757c82f5424b5887f03d0899e224e49f25986979300e0c74fb8bfaefbea +SIZE (rubygem/pl-puppetdb-ruby-2.0.2.gem) = 11264 Added: head/databases/rubygem-pl-puppetdb-ruby/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rubygem-pl-puppetdb-ruby/pkg-descr Wed May 15 06:22:31 2019 (r501687) @@ -0,0 +1,3 @@ +Simple Ruby client library for PuppetDB API + +WWW: http://rubygems.org/gems/pl-puppetdb-ruby
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905150622.x4F6MVMI088143>