Date: Mon, 25 Aug 2014 20:00:02 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366142 - in head/devel: . rubygem-sigdump Message-ID: <201408252000.s7PK02Cq001897@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= sigdump +PORTVERSION= 0.2.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408252000.s7PK02Cq001897>