From owner-svn-ports-head@FreeBSD.ORG Sun Oct 5 21:19:51 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 00DC6AC8; Sun, 5 Oct 2014 21:19:50 +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 C7726C92; Sun, 5 Oct 2014 21:19:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s95LJo27019745; Sun, 5 Oct 2014 21:19:50 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s95LJnVu019741; Sun, 5 Oct 2014 21:19:49 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201410052119.s95LJnVu019741@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 5 Oct 2014 21:19:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370127 - in head/graphics: . rubygem-flamegraph X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2014 21:19:51 -0000 Author: swills Date: Sun Oct 5 21:19:49 2014 New Revision: 370127 URL: https://svnweb.freebsd.org/changeset/ports/370127 QAT: https://qat.redports.org/buildarchive/r370127/ Log: graphics/rubygem-flamegraph: create port Flamegraph support for arbitrary ruby apps WWW: https://github.com/SamSaffron/flamegraph Added: head/graphics/rubygem-flamegraph/ head/graphics/rubygem-flamegraph/Makefile (contents, props changed) head/graphics/rubygem-flamegraph/distinfo (contents, props changed) head/graphics/rubygem-flamegraph/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Oct 5 21:17:05 2014 (r370126) +++ head/graphics/Makefile Sun Oct 5 21:19:49 2014 (r370127) @@ -920,6 +920,7 @@ SUBDIR += rubygem-exifr SUBDIR += rubygem-ezprint SUBDIR += rubygem-fastimage + SUBDIR += rubygem-flamegraph SUBDIR += rubygem-gd2 SUBDIR += rubygem-gdk_pixbuf2 SUBDIR += rubygem-geokit Added: head/graphics/rubygem-flamegraph/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/rubygem-flamegraph/Makefile Sun Oct 5 21:19:49 2014 (r370127) @@ -0,0 +1,18 @@ +# Created by: Steve Wills +# $FreeBSD$ + +PORTNAME= flamegraph +PORTVERSION= 0.0.5 +CATEGORIES= graphics rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Flamegraph support for arbitrary ruby apps + +RUN_DEPENDS= rubygem-fast_stack>=0:${PORTSDIR}/devel/rubygem-fast_stack + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST=yes + +.include Added: head/graphics/rubygem-flamegraph/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/rubygem-flamegraph/distinfo Sun Oct 5 21:19:49 2014 (r370127) @@ -0,0 +1,2 @@ +SHA256 (rubygem/flamegraph-0.0.5.gem) = 35797468e37d129ad94be75c2a63488e7cdbf29fdc7a3cbd84f6b530a4497bee +SIZE (rubygem/flamegraph-0.0.5.gem) = 95232 Added: head/graphics/rubygem-flamegraph/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/rubygem-flamegraph/pkg-descr Sun Oct 5 21:19:49 2014 (r370127) @@ -0,0 +1,3 @@ +Flamegraph support for arbitrary ruby apps + +WWW: https://github.com/SamSaffron/flamegraph