New port: devel/rubygem-debugger-ruby_core_source

Provide Ruby core source files for C extensions that need them.

Fork of ruby_core_source that uses included Ruby headers (*.h and *.inc) instead
of downloading them. Used by debugger.

WWW: https://github.com/cldwalker/debugger-ruby_core_source
This commit is contained in:
Torsten Zuehlsdorff
2017-08-24 09:25:06 +00:00
parent 217d5d5362
commit 5a5bb5d31e
4 changed files with 27 additions and 0 deletions

View File

@@ -5358,6 +5358,7 @@
SUBDIR += rubygem-ddplugin
SUBDIR += rubygem-debug_inspector
SUBDIR += rubygem-debugger-linecache
SUBDIR += rubygem-debugger-ruby_core_source
SUBDIR += rubygem-debugger-xml
SUBDIR += rubygem-declarative
SUBDIR += rubygem-declarative-option

View File

@@ -0,0 +1,17 @@
# $FreeBSD$
PORTNAME= debugger-ruby_core_source
PORTVERSION= 1.3.8
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= tz@FreeBSD.org
COMMENT= Provide Ruby core source files for C extensions that need them
LICENSE= MIT
NO_ARCH= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1503566450
SHA256 (rubygem/debugger-ruby_core_source-1.3.8.gem) = 8d5b4d02d92c278c4f444bacb71f90ba7322b2373e64b3abe7b721856a6de5d2
SIZE (rubygem/debugger-ruby_core_source-1.3.8.gem) = 1865216

View File

@@ -0,0 +1,6 @@
Provide Ruby core source files for C extensions that need them.
Fork of ruby_core_source that uses included Ruby headers (*.h and *.inc) instead
of downloading them. Used by debugger.
WWW: https://github.com/cldwalker/debugger-ruby_core_source