svn commit: r437320 - in head/devel: . rubygem-bindex
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Mar 30 15:16:10 UTC 2017
Author: sunpoet
Date: Thu Mar 30 15:16:08 2017
New Revision: 437320
URL: https://svnweb.freebsd.org/changeset/ports/437320
Log:
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
Added:
head/devel/rubygem-bindex/
head/devel/rubygem-bindex/Makefile (contents, props changed)
head/devel/rubygem-bindex/distinfo (contents, props changed)
head/devel/rubygem-bindex/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Thu Mar 30 15:14:15 2017 (r437319)
+++ head/devel/Makefile Thu Mar 30 15:16:08 2017 (r437320)
@@ -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
Added: head/devel/rubygem-bindex/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-bindex/Makefile Thu Mar 30 15:16:08 2017 (r437320)
@@ -0,0 +1,18 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= bindex
+PORTVERSION= 0.5.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Bindings for your Ruby exceptions
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-bindex/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-bindex/distinfo Thu Mar 30 15:16:08 2017 (r437320)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1490878391
+SHA256 (rubygem/bindex-0.5.0.gem) = 114da28f776d205ded2ae0ed3de3d9bed2c7c1068cdd012245bd4c8d367170f3
+SIZE (rubygem/bindex-0.5.0.gem) = 18432
Added: head/devel/rubygem-bindex/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-bindex/pkg-descr Thu Mar 30 15:16:08 2017 (r437320)
@@ -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
More information about the svn-ports-head
mailing list