Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Dec 2016 15:32:53 +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: r427619 - in head/devel: . rubygem-tool
Message-ID:  <201612031532.uB3FWrIH069988@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Dec  3 15:32:53 2016
New Revision: 427619
URL: https://svnweb.freebsd.org/changeset/ports/427619

Log:
  - Add rubygem-tool 0.2.3
  
  Welcome to Tool, the general purpose Ruby library used by Sinatra 2.0,
  Mustermann and related projects.
  
  WWW: https://github.com/rkh/tool

Added:
  head/devel/rubygem-tool/
  head/devel/rubygem-tool/Makefile   (contents, props changed)
  head/devel/rubygem-tool/distinfo   (contents, props changed)
  head/devel/rubygem-tool/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Dec  3 15:24:00 2016	(r427618)
+++ head/devel/Makefile	Sat Dec  3 15:32:53 2016	(r427619)
@@ -5403,6 +5403,7 @@
     SUBDIR += rubygem-tins
     SUBDIR += rubygem-titlecase
     SUBDIR += rubygem-toml
+    SUBDIR += rubygem-tool
     SUBDIR += rubygem-transaction-simple
     SUBDIR += rubygem-travis
     SUBDIR += rubygem-treetop

Added: head/devel/rubygem-tool/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-tool/Makefile	Sat Dec  3 15:32:53 2016	(r427619)
@@ -0,0 +1,19 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	tool
+PORTVERSION=	0.2.3
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	General purpose Ruby library used by Sinatra 2.0, Mustermann and related projects
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USES=		gem
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-tool/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-tool/distinfo	Sat Dec  3 15:32:53 2016	(r427619)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1480770506
+SHA256 (rubygem/tool-0.2.3.gem) = e05a322049fe58a7354a6a4c3d4b2164a6991aa137e902d2144b6c4a629fd5c7
+SIZE (rubygem/tool-0.2.3.gem) = 10240

Added: head/devel/rubygem-tool/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-tool/pkg-descr	Sat Dec  3 15:32:53 2016	(r427619)
@@ -0,0 +1,4 @@
+Welcome to Tool, the general purpose Ruby library used by Sinatra 2.0,
+Mustermann and related projects.
+
+WWW: https://github.com/rkh/tool



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