svn commit: r350259 - head/benchmarks/scimark2c
Thierry Thomas
thierry at FreeBSD.org
Sat Apr 5 19:16:49 UTC 2014
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 at pompo.net
+MAINTAINER= thierry at 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...
+
+*****************************************************************************
More information about the svn-ports-all
mailing list