svn commit: r366142 - in head/devel: . rubygem-sigdump
Steve Wills
swills at FreeBSD.org
Mon Aug 25 20:00:03 UTC 2014
Author: swills
Date: Mon Aug 25 20:00:02 2014
New Revision: 366142
URL: http://svnweb.freebsd.org/changeset/ports/366142
QAT: https://qat.redports.org/buildarchive/r366142/
Log:
devel/rubygem-sigdump: add port to be used by updated fluentd
Setup signal handler which dumps backtrace of running threads and number of
allocated objects per class.
WWW: https://github.com/frsyuki/sigdump
Added:
head/devel/rubygem-sigdump/
head/devel/rubygem-sigdump/Makefile (contents, props changed)
head/devel/rubygem-sigdump/distinfo (contents, props changed)
head/devel/rubygem-sigdump/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Aug 25 19:49:16 2014 (r366141)
+++ head/devel/Makefile Mon Aug 25 20:00:02 2014 (r366142)
@@ -4496,6 +4496,7 @@
SUBDIR += rubygem-shoulda
SUBDIR += rubygem-shoulda-context
SUBDIR += rubygem-shoulda-matchers
+ SUBDIR += rubygem-sigdump
SUBDIR += rubygem-simple_form
SUBDIR += rubygem-simplecov
SUBDIR += rubygem-slim
Added: head/devel/rubygem-sigdump/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-sigdump/Makefile Mon Aug 25 20:00:02 2014 (r366142)
@@ -0,0 +1,16 @@
+# Created by: Steve Wills <swills at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= sigdump
+PORTVERSION= 0.2.2
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at FreeBSD.org
+COMMENT= Setup signal handler which dumps backtrace of running threads
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST=yes
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-sigdump/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-sigdump/distinfo Mon Aug 25 20:00:02 2014 (r366142)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/sigdump-0.2.2.gem) = e3a45f114400dd0ad7d18b43b2652d936bf8e13cb34285eb5a7cbcf0dc268dc0
+SIZE (rubygem/sigdump-0.2.2.gem) = 7168
Added: head/devel/rubygem-sigdump/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-sigdump/pkg-descr Mon Aug 25 20:00:02 2014 (r366142)
@@ -0,0 +1,4 @@
+Setup signal handler which dumps backtrace of running threads and number of
+allocated objects per class.
+
+WWW: https://github.com/frsyuki/sigdump
More information about the svn-ports-all
mailing list