Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2019 01:42:48 +0000 (UTC)
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501609 - in head/devel: . rubygem-irb
Message-ID:  <201905140142.x4E1gmd6077906@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: meta
Date: Tue May 14 01:42:48 2019
New Revision: 501609
URL: https://svnweb.freebsd.org/changeset/ports/501609

Log:
  Add new port devel/rubygem-irb, Interactive Ruby
  
  Ruby 2.6 requires this gem port. ${PREFIX}/bin/irb installed by lang/ruby26
  is just a wrapper script of this gem.
  
  PR:		237870
  Submitted by:	myself
  Differential Revision:	https://reviews.freebsd.org/D20254

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue May 14 00:57:25 2019	(r501608)
+++ head/devel/Makefile	Tue May 14 01:42:48 2019	(r501609)
@@ -5546,6 +5546,7 @@
     SUBDIR += rubygem-interact
     SUBDIR += rubygem-io-like
     SUBDIR += rubygem-iobuffer
+    SUBDIR += rubygem-irb
     SUBDIR += rubygem-iso8601
     SUBDIR += rubygem-jaeger-client
     SUBDIR += rubygem-jammit

Added: head/devel/rubygem-irb/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-irb/Makefile	Tue May 14 01:42:48 2019	(r501609)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	irb
+PORTVERSION=	1.0.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	meta@FreeBSD.org
+COMMENT=	Interactive Ruby
+
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+# irb executable is installed by ruby port
+post-install:
+	${RM} ${STAGEDIR}${PREFIX}/bin/irb
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-irb/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-irb/distinfo	Tue May 14 01:42:48 2019	(r501609)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1557733732
+SHA256 (rubygem/irb-1.0.0.gem) = 99b5b043c2eb4becdb68fb173f2e4f0673ea205b10bdaf11bf0e006d21422da0
+SIZE (rubygem/irb-1.0.0.gem) = 49664

Added: head/devel/rubygem-irb/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-irb/pkg-descr	Tue May 14 01:42:48 2019	(r501609)
@@ -0,0 +1,4 @@
+IRB stands for "interactive Ruby" and is a tool to interactively execute
+Ruby expressions read from the standard input.
+
+WWW: http://rubygems.org/gems/irb



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