From owner-svn-ports-all@FreeBSD.ORG Mon Aug 25 20:00:03 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B295CF42; Mon, 25 Aug 2014 20:00:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8515235DB; Mon, 25 Aug 2014 20:00:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7PK03TI001912; Mon, 25 Aug 2014 20:00:03 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7PK02Cq001897; Mon, 25 Aug 2014 20:00:02 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201408252000.s7PK02Cq001897@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 25 Aug 2014 20:00:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366142 - in head/devel: . rubygem-sigdump X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 20:00:03 -0000 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 +# $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 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