svn commit: r370127 - in head/graphics: . rubygem-flamegraph
Steve Wills
swills at FreeBSD.org
Sun Oct 5 21:19:51 UTC 2014
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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= flamegraph
+PORTVERSION= 0.0.5
+CATEGORIES= graphics rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at 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
More information about the svn-ports-head
mailing list