From owner-svn-ports-head@freebsd.org Fri Oct 9 13:20:03 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F7469D2914; Fri, 9 Oct 2015 13:20:03 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 124AB1FF2; Fri, 9 Oct 2015 13:20:03 +0000 (UTC) (envelope-from mmoll@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t99DK2bo063681; Fri, 9 Oct 2015 13:20:02 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t99DK1sN063677; Fri, 9 Oct 2015 13:20:01 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201510091320.t99DK1sN063677@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Fri, 9 Oct 2015 13:20:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398913 - in head/devel: . rubygem-concurrent-ruby-edge X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2015 13:20:03 -0000 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 +# $FreeBSD$ + +PORTNAME= concurrent-ruby-edge +PORTVERSION= 0.1.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= mmoll@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 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