From owner-cvs-ports@FreeBSD.ORG Thu Aug 28 20:41:05 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D68016A4BF; Thu, 28 Aug 2003 20:41:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F04F143FFB; Thu, 28 Aug 2003 20:41:04 -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 h7T3f40U075653; Thu, 28 Aug 2003 20:41:04 -0700 (PDT) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7T3f4Wv075652; Thu, 28 Aug 2003 20:41:04 -0700 (PDT) Message-Id: <200308290341.h7T3f4Wv075652@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 28 Aug 2003 20:41:04 -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/scimark2c Makefile distinfo pkg-descr pkg-plist ports/benchmarks/scimark2c/files patch-Makefile patch-scimark2.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2003 03:41:05 -0000 edwin 2003/08/28 20:41:04 PDT FreeBSD ports repository Modified files: benchmarks Makefile Added files: benchmarks/scimark2c Makefile distinfo pkg-descr pkg-plist benchmarks/scimark2c/files patch-Makefile patch-scimark2.c Log: New port: benchmarks/scimark2c - an ANSI C version of the SciMark2 benchmark. This is an ANSI C version of the SciMark2 benchmark, translated from the original Java sources. The intent in making this benchmark available in C is mainly for performance comparisons. Suggested by May Tho. PR: ports/50646 Submitted by: Thierry Thomas Revision Changes Path 1.24 +1 -0 ports/benchmarks/Makefile 1.1 +43 -0 ports/benchmarks/scimark2c/Makefile (new) 1.1 +1 -0 ports/benchmarks/scimark2c/distinfo (new) 1.1 +13 -0 ports/benchmarks/scimark2c/files/patch-Makefile (new) 1.1 +11 -0 ports/benchmarks/scimark2c/files/patch-scimark2.c (new) 1.1 +7 -0 ports/benchmarks/scimark2c/pkg-descr (new) 1.1 +1 -0 ports/benchmarks/scimark2c/pkg-plist (new)