FreeBSD Bugzilla – Attachment 146543 Details for
Bug 193153
[NEW PORT] benchmarks/dhrystone: Computing benchmark for integer operations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
port shar file
dhrystone.shar (text/plain), 1.89 KB, created by
Radim Kolar
on 2014-08-30 17:42:51 UTC
(
hide
)
Description:
port shar file
Filename:
MIME Type:
Creator:
Radim Kolar
Created:
2014-08-30 17:42:51 UTC
Size:
1.89 KB
patch
obsolete
># 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: ># ># dhrystone/Makefile ># dhrystone/distinfo ># dhrystone/files ># dhrystone/pkg-descr ># >echo x - dhrystone/Makefile >sed 's/^X//' >dhrystone/Makefile << '3a5f38f5a860eea8402247a7db0478b9' >X# Created by: Radim Kolar <hsn@sendmail.cz> >X# $FreeBSD$ >X >XPORTNAME= dhrystone >XPORTVERSION= 2.1 >XCATEGORIES= benchmarks >XMASTER_SITES= http://www.netlib.org/benchmark/ >XDISTFILES= dhry-c >X >XMAINTAINER= hsn@sendmail.cz >XCOMMENT= Computing benchmark for integer operations >X >XEXTRACT_CMD= ${MKDIR} ${WRKSRC};cd ${WRKSRC} && sh >XPATCH_STRIP= -p1 >X >XPLIST_FILES= bin/dhry >X >Xdo-build: >X cd ${WRKSRC} && ${CC} ${CFLAGS} -c dhry_1.c && \ >X ${CC} ${CFLAGS} -c dhry_2.c && \ >X ${CC} -o dhry *.o >X >Xdo-install: >X ${INSTALL} ${WRKSRC}/dhry ${STAGEDIR}${PREFIX}/bin >X >X.include <bsd.port.mk> >3a5f38f5a860eea8402247a7db0478b9 >echo x - dhrystone/distinfo >sed 's/^X//' >dhrystone/distinfo << '769ee7a99e1ffc6100da0a4fa4ab34b3' >XSHA256 (dhry-c) = 038a7e9169787125c3451a6c941f3aca5db2d2f3863871afcdce154ef17f4e3e >XSIZE (dhry-c) = 72812 >769ee7a99e1ffc6100da0a4fa4ab34b3 >echo c - dhrystone/files >mkdir -p dhrystone/files > /dev/null 2>&1 >echo x - dhrystone/pkg-descr >sed 's/^X//' >dhrystone/pkg-descr << '7b14449dfbb5c713a08846bee427e7b6' >XDhrystone benchmark >X >XDhrystone is a synthetic computing benchmark program developed in 1984 >Xby Reinhold P. Weicker intended to be representative of system (integer) >Xprogramming. The Dhrystone grew to become representative of general >Xprocessor (CPU) performance. >X >XDMIPS value is result of dhrystone test divided by 1757, results are often >Xreported in DMIPS/Mhz. >X >XWWW: http://en.wikipedia.org/wiki/Dhrystone >7b14449dfbb5c713a08846bee427e7b6 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 193153
:
146543
|
146674
|
146976
|
146977