# 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 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 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