1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Add rubygem-bindex 0.5.0

When Ruby raises an exception, it leaves you a backtrace to help you figure out
where did the exception originated in. Bindex gives you the bindings as well.
This can help you introspect the state of the Ruby program when at the point the
exception occurred.

WWW: https://github.com/gsamokovarov/bindex
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-03-30 15:16:08 +00:00
parent 63628e82b5
commit 9836186117
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437320
4 changed files with 28 additions and 0 deletions

View File

@ -5136,6 +5136,7 @@
SUBDIR += rubygem-benelux
SUBDIR += rubygem-bin_utils
SUBDIR += rubygem-bindata
SUBDIR += rubygem-bindex
SUBDIR += rubygem-binding_of_caller
SUBDIR += rubygem-bit-struct
SUBDIR += rubygem-blankslate

View File

@ -0,0 +1,18 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= bindex
PORTVERSION= 0.5.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Bindings for your Ruby exceptions
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1490878391
SHA256 (rubygem/bindex-0.5.0.gem) = 114da28f776d205ded2ae0ed3de3d9bed2c7c1068cdd012245bd4c8d367170f3
SIZE (rubygem/bindex-0.5.0.gem) = 18432

View File

@ -0,0 +1,6 @@
When Ruby raises an exception, it leaves you a backtrace to help you figure out
where did the exception originated in. Bindex gives you the bindings as well.
This can help you introspect the state of the Ruby program when at the point the
exception occurred.
WWW: https://github.com/gsamokovarov/bindex