Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Mar 2017 21:35:21 +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: r436178 - in head/net: . rubygem-fog-dnsimple
Message-ID:  <201703142135.v2ELZL2f060910@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Mar 14 21:35:21 2017
New Revision: 436178
URL: https://svnweb.freebsd.org/changeset/ports/436178

Log:
  Add rubygem-fog-dnsimple 1.0.0
  
  Fog::Dnsimple is a module for the fog gem to support DNSimple.
  
  WWW: https://github.com/fog/fog-dnsimple

Added:
  head/net/rubygem-fog-dnsimple/
  head/net/rubygem-fog-dnsimple/Makefile   (contents, props changed)
  head/net/rubygem-fog-dnsimple/distinfo   (contents, props changed)
  head/net/rubygem-fog-dnsimple/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Tue Mar 14 21:34:53 2017	(r436177)
+++ head/net/Makefile	Tue Mar 14 21:35:21 2017	(r436178)
@@ -1150,6 +1150,7 @@
     SUBDIR += rubygem-fog-brightbox
     SUBDIR += rubygem-fog-cloudatcost
     SUBDIR += rubygem-fog-digitalocean
+    SUBDIR += rubygem-fog-dnsimple
     SUBDIR += rubygem-fog-dynect
     SUBDIR += rubygem-fog-ecloud
     SUBDIR += rubygem-fog-google

Added: head/net/rubygem-fog-dnsimple/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-fog-dnsimple/Makefile	Tue Mar 14 21:35:21 2017	(r436178)
@@ -0,0 +1,25 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	fog-dnsimple
+PORTVERSION=	1.0.0
+CATEGORIES=	net rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Module for the 'fog' gem to support DNSimple
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
+
+RUN_DEPENDS=	rubygem-fog-core>=1.38:devel/rubygem-fog-core \
+		rubygem-fog-json>=1.0:devel/rubygem-fog-json
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USES=		gem
+
+post-install:
+	${RM} ${STAGEDIR}${PREFIX}/bin/console ${STAGEDIR}${PREFIX}/bin/setup
+
+.include <bsd.port.mk>

Added: head/net/rubygem-fog-dnsimple/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-fog-dnsimple/distinfo	Tue Mar 14 21:35:21 2017	(r436178)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1489519619
+SHA256 (rubygem/fog-dnsimple-1.0.0.gem) = 5c17337fb17bbf460601e50f07bbfd511633a3700c731d787cd52bfe20397d6e
+SIZE (rubygem/fog-dnsimple-1.0.0.gem) = 12800

Added: head/net/rubygem-fog-dnsimple/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-fog-dnsimple/pkg-descr	Tue Mar 14 21:35:21 2017	(r436178)
@@ -0,0 +1,3 @@
+Fog::Dnsimple is a module for the fog gem to support DNSimple.
+
+WWW: https://github.com/fog/fog-dnsimple



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703142135.v2ELZL2f060910>