From owner-cvs-all@FreeBSD.ORG Thu Aug 28 20:50:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7291D16A4BF; Thu, 28 Aug 2003 20:50:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0628943FCB; Thu, 28 Aug 2003 20:50:29 -0700 (PDT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7T3oS0U081440; Thu, 28 Aug 2003 20:50:28 -0700 (PDT) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7T3oS8U081439; Thu, 28 Aug 2003 20:50:28 -0700 (PDT) Message-Id: <200308290350.h7T3oS8U081439@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 28 Aug 2003 20:50:28 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/benchmarks Makefile ports/benchmarks/scimark2 Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2003 03:50:29 -0000 edwin 2003/08/28 20:50:28 PDT FreeBSD ports repository Modified files: benchmarks Makefile Added files: benchmarks/scimark2 Makefile distinfo pkg-descr pkg-plist Log: New port: benchmarks/scimark2 - a Java benchmark. SciMark 2.0 is a Java benchmark for scientific and numerical computing. It measures several computational kernels and reports a composite score in approximate Mflops (Millions of floating point operations per second). Suggested by May Tho. PR: ports/50645 Submitted by: Thierry Thomas Revision Changes Path 1.25 +1 -0 ports/benchmarks/Makefile 1.1 +54 -0 ports/benchmarks/scimark2/Makefile (new) 1.1 +1 -0 ports/benchmarks/scimark2/distinfo (new) 1.1 +9 -0 ports/benchmarks/scimark2/pkg-descr (new) 1.1 +36 -0 ports/benchmarks/scimark2/pkg-plist (new)