Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 2014 21:19:49 +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: r370127 - in head/graphics: . rubygem-flamegraph
Message-ID:  <201410052119.s95LJnVu019741@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <swills@FreeBSD.org>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410052119.s95LJnVu019741>