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:
parent
63628e82b5
commit
9836186117
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437320
@ -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
|
||||
|
18
devel/rubygem-bindex/Makefile
Normal file
18
devel/rubygem-bindex/Makefile
Normal 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>
|
3
devel/rubygem-bindex/distinfo
Normal file
3
devel/rubygem-bindex/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1490878391
|
||||
SHA256 (rubygem/bindex-0.5.0.gem) = 114da28f776d205ded2ae0ed3de3d9bed2c7c1068cdd012245bd4c8d367170f3
|
||||
SIZE (rubygem/bindex-0.5.0.gem) = 18432
|
6
devel/rubygem-bindex/pkg-descr
Normal file
6
devel/rubygem-bindex/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user