svn commit: r481296 - in head/devel: . rubygem-c21e

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Oct 5 21:06:52 UTC 2018


Author: sunpoet
Date: Fri Oct  5 21:06:50 2018
New Revision: 481296
URL: https://svnweb.freebsd.org/changeset/ports/481296

Log:
  Add rubygem-c21e 1.1.5
  
  Cross Platform Executable (c21e)
  
  This is a library for running cross-platform executables.
  
  Cucumber relies executables that are cross-compiled for various CPUs and
  operating systems, resulting in 20 or so executables that are bundled inside
  packages (gems, jars, npm modules etc).
  
  This library picks the right executable to run for the current CPU/OS.
  
  WWW: https://github.com/cucumber/c21e-ruby

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Oct  5 21:03:43 2018	(r481295)
+++ head/devel/Makefile	Fri Oct  5 21:06:50 2018	(r481296)
@@ -5513,6 +5513,7 @@
     SUBDIR += rubygem-bugspots
     SUBDIR += rubygem-builder
     SUBDIR += rubygem-byebug
+    SUBDIR += rubygem-c21e
     SUBDIR += rubygem-cabin
     SUBDIR += rubygem-caesars
     SUBDIR += rubygem-cairo-gobject

Added: head/devel/rubygem-c21e/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-c21e/Makefile	Fri Oct  5 21:06:50 2018	(r481296)
@@ -0,0 +1,20 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	c21e
+PORTVERSION=	1.1.5
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Run cross-platform executables
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-c21e/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-c21e/distinfo	Fri Oct  5 21:06:50 2018	(r481296)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1538665520
+SHA256 (rubygem/c21e-1.1.5.gem) = 2af4d8b6cd7ad64b4b233afed7ae60a6a7482dbf609af8c1441bbf6f3b2a7034
+SIZE (rubygem/c21e-1.1.5.gem) = 6656

Added: head/devel/rubygem-c21e/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-c21e/pkg-descr	Fri Oct  5 21:06:50 2018	(r481296)
@@ -0,0 +1,11 @@
+Cross Platform Executable (c21e)
+
+This is a library for running cross-platform executables.
+
+Cucumber relies executables that are cross-compiled for various CPUs and
+operating systems, resulting in 20 or so executables that are bundled inside
+packages (gems, jars, npm modules etc).
+
+This library picks the right executable to run for the current CPU/OS.
+
+WWW: https://github.com/cucumber/c21e-ruby


More information about the svn-ports-head mailing list