Add rubygem-concurrent-ruby-ext 1.0.5
Potential performance improvements may be achieved under MRI by installing optional C extensions. To minimize installation errors the C extensions are available in the concurrent-ruby-ext extension gem. concurrent-ruby and concurrent-ruby-ext are always released together with same version. The concurrent-ruby gem will automatically detect the presence of the concurrent-ruby-ext gem and load the appropriate C extensions. WWW: https://github.com/ruby-concurrency/concurrent-ruby
This commit is contained in:
parent
ef08ffa439
commit
f2a0385511
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444191
4 changed files with 33 additions and 0 deletions
|
@ -5258,6 +5258,7 @@
|
|||
SUBDIR += rubygem-commander
|
||||
SUBDIR += rubygem-concurrent-ruby
|
||||
SUBDIR += rubygem-concurrent-ruby-edge
|
||||
SUBDIR += rubygem-concurrent-ruby-ext
|
||||
SUBDIR += rubygem-configatron
|
||||
SUBDIR += rubygem-configstruct
|
||||
SUBDIR += rubygem-configuration
|
||||
|
|
20
devel/rubygem-concurrent-ruby-ext/Makefile
Normal file
20
devel/rubygem-concurrent-ruby-ext/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= concurrent-ruby-ext
|
||||
PORTVERSION= 1.0.5
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= C extensions to optimize the concurrent-ruby
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-concurrent-ruby>=${PORTVERSION}:devel/rubygem-concurrent-ruby
|
||||
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-concurrent-ruby-ext/distinfo
Normal file
3
devel/rubygem-concurrent-ruby-ext/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1498249634
|
||||
SHA256 (rubygem/concurrent-ruby-ext-1.0.5.gem) = f791da26938d57b20f183f29246274f5698859a3e098994703e28cf849293485
|
||||
SIZE (rubygem/concurrent-ruby-ext-1.0.5.gem) = 20992
|
9
devel/rubygem-concurrent-ruby-ext/pkg-descr
Normal file
9
devel/rubygem-concurrent-ruby-ext/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
|||
Potential performance improvements may be achieved under MRI by installing
|
||||
optional C extensions. To minimize installation errors the C extensions are
|
||||
available in the concurrent-ruby-ext extension gem. concurrent-ruby and
|
||||
concurrent-ruby-ext are always released together with same version.
|
||||
|
||||
The concurrent-ruby gem will automatically detect the presence of the
|
||||
concurrent-ruby-ext gem and load the appropriate C extensions.
|
||||
|
||||
WWW: https://github.com/ruby-concurrency/concurrent-ruby
|
Loading…
Reference in a new issue