1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

Add rubygem-skiptrace 0.8.1 (copied from rubygem-bindex)

Upstream renamed bindex to skiptrace.
rubygem-bindex will be removed when all dependent ports converted to skiptrace.
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-07-12 16:47:25 +00:00
parent 08c566cdbf
commit 88f8b80e9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506477
4 changed files with 28 additions and 0 deletions

View File

@ -5900,6 +5900,7 @@
SUBDIR += rubygem-simple_form-rails5
SUBDIR += rubygem-simple_form-rails50
SUBDIR += rubygem-simplecov
SUBDIR += rubygem-skiptrace
SUBDIR += rubygem-slack-notifier
SUBDIR += rubygem-slack-notifier1
SUBDIR += rubygem-slim

View File

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

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1562931584
SHA256 (rubygem/skiptrace-0.8.1.gem) = 22e8106ba4ca32ecb55e8c17b3acbd8b5710b296c444b50e271da286aff1f2e2
SIZE (rubygem/skiptrace-0.8.1.gem) = 19968

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. Skiptrace 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/skiptrace