Date: Tue, 23 Mar 2004 20:06:20 -0800 (PST) From: michael johnson <ahze@ahze.net> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/64641: [New Port] benchmarks/pnetmark -- Benchmarking tool for Common Language Runtime (CLR) Message-ID: <200403240406.i2O46KZH068938@www.freebsd.org> Resent-Message-ID: <200403240410.i2O4AJxo015251@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 64641 >Category: misc >Synopsis: [New Port] benchmarks/pnetmark -- Benchmarking tool for Common Language Runtime (CLR) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 23 20:10:19 PST 2004 >Closed-Date: >Last-Modified: >Originator: michael johnson >Release: 5.2-CURRENT && 4.9-STABLE >Organization: >Environment: >Description: New Port benchmarks/pnetmark Benchmarking tool for Common Language Runtime (CLR) please commit pr-64454 first. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # benchmarks/pnetmark/ # benchmarks/pnetmark/pkg-descr # benchmarks/pnetmark/Makefile # benchmarks/pnetmark/distinfo # echo c - benchmarks/pnetmark/ mkdir -p benchmarks/pnetmark/ > /dev/null 2>&1 echo x - benchmarks/pnetmark/pkg-descr sed 's/^X//' >benchmarks/pnetmark/pkg-descr << 'END-of-benchmarks/pnetmark/pkg-descr' XPNetMark is a benchmarking tool for Common Language Runtime (CLR) Xenvironments. It is loosely based on the techniques used by the XCaffeineMark to benchmark Java. X XWWW: http://www.southern-storm.com.au/portable_net.html END-of-benchmarks/pnetmark/pkg-descr echo x - benchmarks/pnetmark/Makefile sed 's/^X//' >benchmarks/pnetmark/Makefile << 'END-of-benchmarks/pnetmark/Makefile' X# New ports collection makefile for: pnetmark X# Date created: 2004-03-19 X# Whom: michael johnson <ahze@ahze.net> X# X# $FreeBSD$ X# X XPORTNAME= pnetmark XPORTVERSION= 0.0.6 XCATEGORIES= benchmarks XMASTER_SITES= ${PNET_MASTER_SITES} XMASTER_SITE_SUBDIR= ${PNET_MASTER_SITE_SUBDIR} X XMAINTAINER= ahze@ahze.net XCOMMENT= Benchmarking tool for Common Language Runtime (CLR) X XBUILD_DEPENDS= cscc:${PORTSDIR}/lang/pnet-base \ X csunit:${PORTSDIR}/lang/pnetlib XRUN_DEPENDS= cscc:${PORTSDIR}/lang/pnet-base \ X csunit:${PORTSDIR}/lang/pnetlib X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XSTRIP= # Nothing to Strip XPORTDOCS= pm_faq.html XPNET_STRAP_BIN= pnetmark \ X linpack \ X scimark2 XPLIST_FILES= bin/pnetmark.exe \ X bin/linpack.exe \ X bin/scimark2.exe X X.include "../../lang/pnet/Makefile.pnet" X.include <bsd.port.pre.mk> X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/src/pnetmark.exe ${PREFIX}/bin X @${INSTALL_PROGRAM} ${WRKSRC}/linpack/linpack.exe ${PREFIX}/bin X @${INSTALL_PROGRAM} ${WRKSRC}/scimark2/scimark2.exe ${PREFIX}/bin X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X.for docfile in ${PORTDOCS} X @${INSTALL_DATA} ${WRKSRC}/doc/${docfile} ${DOCSDIR} X.endfor X.endif X X.include <bsd.port.post.mk> END-of-benchmarks/pnetmark/Makefile echo x - benchmarks/pnetmark/distinfo sed 's/^X//' >benchmarks/pnetmark/distinfo << 'END-of-benchmarks/pnetmark/distinfo' XMD5 (pnetmark-0.0.6.tar.gz) = e23c06fb48495ef1ade0fa5c700283f2 XSIZE (pnetmark-0.0.6.tar.gz) = 88442 END-of-benchmarks/pnetmark/distinfo exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403240406.i2O46KZH068938>