ports/117468: [maintainer update] benchmarks/rubygem-railsbench: plotting of perf data support

Alexander Logvinov ports at logvinov.com
Thu Oct 25 02:10:02 UTC 2007


>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:



More information about the freebsd-ports-bugs mailing list