Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Oct 2007 12:08:41 +1000 (YAKST)
From:      Alexander Logvinov <ports@logvinov.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Alexander Logvinov <ports@logvinov.com>
Subject:   ports/117468: [maintainer update] benchmarks/rubygem-railsbench: plotting of perf data support
Message-ID:  <200710250208.l9P28fWu039815@blg.akavia.ru>
Resent-Message-ID: <200710250210.l9P2A2v9098912@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         117468
>Category:       ports
>Synopsis:       [maintainer update] benchmarks/rubygem-railsbench: plotting of perf data support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 25 02:10:02 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Logvinov
>Release:        FreeBSD 6.2-RELEASE-p8 i386
>Organization:
>Environment:

>Description:
 
  Add option for plotting of perf data support

>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/benchmarks/rubygem-railsbench/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	3 Apr 2007 01:56:08 -0000	1.1
+++ Makefile	25 Oct 2007 02:05:04 -0000
@@ -6,6 +6,7 @@
 
 PORTNAME=	railsbench
 PORTVERSION=	0.9.2
+PORTREVISION=	1
 CATEGORIES=	benchmarks rubygems
 MASTER_SITES=	${MASTER_SITE_RUBYFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -16,6 +17,14 @@
 BUILD_DEPENDS=	rubygem-hoe>=1.2.0:${PORTSDIR}/devel/rubygem-hoe
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
+OPTIONS=	GRUFF	"Plotting of perf data support using gruff"	off
+OPTIONSFILE=	${PORT_DBDIR}/rubygem-${PORTNAME}/options
+
 .include <bsd.port.pre.mk>
+
+.if defined(WITH_GRUFF)
+RUN_DEPENDS+=	rubygem-gruff>=0.2.8:${PORTSDIR}/graphics/rubygem-gruff
+.endif
+
 .include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
 .include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



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