Date: Mon, 19 Aug 2019 20:50:44 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509331 - in head/net: . rubygem-cloudflare Message-ID: <201908192050.x7JKoiWi006250@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Aug 19 20:50:44 2019 New Revision: 509331 URL: https://svnweb.freebsd.org/changeset/ports/509331 Log: Add rubygem-cloudflare 4.1.3 Cloudflare is a Ruby wrapper for the Cloudflare V4 API. It provides a light weight wrapper using RestClient::Resource. The wrapper functionality is limited to zones and DNS records at this time. WWW: https://github.com/socketry/cloudflare Added: head/net/rubygem-cloudflare/ head/net/rubygem-cloudflare/Makefile (contents, props changed) head/net/rubygem-cloudflare/distinfo (contents, props changed) head/net/rubygem-cloudflare/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Aug 19 20:50:20 2019 (r509330) +++ head/net/Makefile Mon Aug 19 20:50:44 2019 (r509331) @@ -1211,6 +1211,7 @@ SUBDIR += rubygem-azure-core SUBDIR += rubygem-beefcake SUBDIR += rubygem-bunny + SUBDIR += rubygem-cloudflare SUBDIR += rubygem-connection_pool SUBDIR += rubygem-docker-api SUBDIR += rubygem-dogapi Added: head/net/rubygem-cloudflare/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-cloudflare/Makefile Mon Aug 19 20:50:44 2019 (r509331) @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= cloudflare +PORTVERSION= 4.1.3 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Ruby wrapper for the Cloudflare API + +LICENSE= MIT + +RUN_DEPENDS= rubygem-async-rest>=0.10.0<0.11:www/rubygem-async-rest + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/net/rubygem-cloudflare/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-cloudflare/distinfo Mon Aug 19 20:50:44 2019 (r509331) @@ -0,0 +1,3 @@ +TIMESTAMP = 1566229372 +SHA256 (rubygem/cloudflare-4.1.3.gem) = 05c82d823aa5e9f7895b278d216bcae622d6ae708e3eb462456ef4fa49b49332 +SIZE (rubygem/cloudflare-4.1.3.gem) = 16384 Added: head/net/rubygem-cloudflare/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-cloudflare/pkg-descr Mon Aug 19 20:50:44 2019 (r509331) @@ -0,0 +1,5 @@ +Cloudflare is a Ruby wrapper for the Cloudflare V4 API. It provides a light +weight wrapper using RestClient::Resource. The wrapper functionality is limited +to zones and DNS records at this time. + +WWW: https://github.com/socketry/cloudflare
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908192050.x7JKoiWi006250>