Date: Sat, 5 Apr 2014 19:16:48 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350259 - head/benchmarks/scimark2c Message-ID: <201404051916.s35JGm1t041199@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Sat Apr 5 19:16:48 2014 New Revision: 350259 URL: http://svnweb.freebsd.org/changeset/ports/350259 QAT: https://qat.redports.org/buildarchive/r350259/ Log: - Convert to pkg-message - Change my address. Added: head/benchmarks/scimark2c/pkg-message (contents, props changed) Modified: head/benchmarks/scimark2c/Makefile Modified: head/benchmarks/scimark2c/Makefile ============================================================================== --- head/benchmarks/scimark2c/Makefile Sat Apr 5 19:05:58 2014 (r350258) +++ head/benchmarks/scimark2c/Makefile Sat Apr 5 19:16:48 2014 (r350259) @@ -7,7 +7,7 @@ CATEGORIES= benchmarks MASTER_SITES= http://math.nist.gov/scimark2/ DISTNAME= ${PORTNAME:S/2/${DISTVERSION}/} -MAINTAINER= thierry@pompo.net +MAINTAINER= thierry@FreeBSD.org COMMENT= ANSI C version of the SciMark2 benchmark USES= zip @@ -18,16 +18,4 @@ WRKSRC= ${WRKDIR} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/scimark2 ${STAGEDIR}${PREFIX}/bin -post-install: - @${ECHO} "*****************************************************************************" - @${ECHO} "" - @${ECHO} " Just run scimark2 or scimark2 -large" - @${ECHO} "" - @${ECHO} " The first SciMark number reported is the composite score, followed by the an" - @${ECHO} " approximate Mflop rate for each kernel." - @${ECHO} "" - @${ECHO} " You may try to hack CC or CFLAGS in /etc/make.conf..." - @${ECHO} "" - @${ECHO} "*****************************************************************************" - .include <bsd.port.mk> Added: head/benchmarks/scimark2c/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/scimark2c/pkg-message Sat Apr 5 19:16:48 2014 (r350259) @@ -0,0 +1,10 @@ +***************************************************************************** + + Just run scimark2 or scimark2 -large + + The first SciMark number reported is the composite score, followed by the an + approximate Mflop rate for each kernel. + + You may try to hack CC or CFLAGS in /etc/make.conf... + +*****************************************************************************
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404051916.s35JGm1t041199>