From owner-svn-ports-all@FreeBSD.ORG Sat Apr 5 19:16:49 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3659B2C8; Sat, 5 Apr 2014 19:16:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 09BE72AC; Sat, 5 Apr 2014 19:16:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s35JGmR4041201; Sat, 5 Apr 2014 19:16:48 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s35JGm1t041199; Sat, 5 Apr 2014 19:16:48 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201404051916.s35JGm1t041199@svn.freebsd.org> From: Thierry Thomas Date: Sat, 5 Apr 2014 19:16:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350259 - head/benchmarks/scimark2c X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2014 19:16:49 -0000 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 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... + +*****************************************************************************