svn commit: r398913 - in head/devel: . rubygem-concurrent-ruby-edge

Michael Moll mmoll at FreeBSD.org
Fri Oct 9 13:20:03 UTC 2015


Author: mmoll
Date: Fri Oct  9 13:20:01 2015
New Revision: 398913
URL: https://svnweb.freebsd.org/changeset/ports/398913

Log:
  new port: devel/rubygem-concurrent-ruby-edge
  
  Contains features for concurrent-ruby that are under active development
  and may change with future versions.
  
  WWW: https://github.com/ruby-concurrency/concurrent-ruby

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Oct  9 13:17:36 2015	(r398912)
+++ head/devel/Makefile	Fri Oct  9 13:20:01 2015	(r398913)
@@ -4664,6 +4664,7 @@
     SUBDIR += rubygem-columnize
     SUBDIR += rubygem-commander
     SUBDIR += rubygem-concurrent-ruby
+    SUBDIR += rubygem-concurrent-ruby-edge
     SUBDIR += rubygem-configatron
     SUBDIR += rubygem-configuration
     SUBDIR += rubygem-cool.io

Added: head/devel/rubygem-concurrent-ruby-edge/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-concurrent-ruby-edge/Makefile	Fri Oct  9 13:20:01 2015	(r398913)
@@ -0,0 +1,23 @@
+# Created by: Michael Moll <kvedulv at kvedulv.de>
+# $FreeBSD$
+
+PORTNAME=	concurrent-ruby-edge
+PORTVERSION=	0.1.1
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	mmoll at FreeBSD.org
+COMMENT=	Bleeding edge features for concurrent-ruby
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	rubygem-concurrent-ruby>=0.9.1:${PORTSDIR}/devel/rubygem-concurrent-ruby
+
+NO_ARCH=	yes
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-concurrent-ruby-edge/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-concurrent-ruby-edge/distinfo	Fri Oct  9 13:20:01 2015	(r398913)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/concurrent-ruby-edge-0.1.1.gem) = ac3bda8786a06747f5bbd7f7b22205f3893812069436852e4b3496dc3c88e7b7
+SIZE (rubygem/concurrent-ruby-edge-0.1.1.gem) = 38912

Added: head/devel/rubygem-concurrent-ruby-edge/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-concurrent-ruby-edge/pkg-descr	Fri Oct  9 13:20:01 2015	(r398913)
@@ -0,0 +1,4 @@
+Contains features for concurrent-ruby that are under active development
+and may change with future versions.
+
+WWW: https://github.com/ruby-concurrency/concurrent-ruby


More information about the svn-ports-head mailing list