summaryrefslogtreecommitdiff
path: root/benchmarks/hbench
AgeCommit message (Collapse)AuthorFilesLines
2004-10-28Replace non-responding master site; use currently available tarballwiz2-5/+7
(using DIST_SUBDIR). Diff is: diff -r old/hbench-OS/README new/hbench-OS/README 12a13,14 > If you would like to share your results, please mail > them to hbench-results@eecs.harvard.edu. 51a54,56 > If you would like to share your results, please mail > them to hbench-results@eecs.harvard.edu. >
2004-07-30Enable pkgviews installation.minskim1-1/+3
2004-04-11Convert to buildlink3.snj1-3/+3
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-11-11Use buildlink2.seb1-3/+3
2002-09-12Standardize.wiz1-3/+3
2002-01-22Undo last -- version was already bumped.wiz1-2/+2
2002-01-22belately bump version to 1.0nb1, for the bw_pipe fixjdolecek1-2/+2
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+3
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-28Buildlinkify.jlam1-3/+4
2001-10-31Move pkg/ files into package's toplevel directoryzuntum5-4/+4
2001-10-26As this script is called directly by the package Makefile, move it outagc2-3/+3
of the scripts directory, so that we don't confuse it with one of the automatically called scripts in bsd.pkg.mk
2001-09-22bump version to 1.0nb1 - the bw_pipe pipe descriptor fixjdolecek1-2/+2
2001-09-22fix the bw_pipe to actually apply cleanlyjdolecek2-5/+5
2001-09-22bw_pipe.c: close pipe descriptors as appropriatejdolecek2-1/+32
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-16/+14
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-09Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR}wiz1-2/+2
2001-03-22gnuplot>=3.7wiz1-2/+2
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz1-2/+7
2000-10-18Add an OSVERSION_SPECIFIC=yes flag to these packages. The flag at this timegarbled1-1/+2
doesn't enable any functionality. It is here as a marker, so people building binary packages know that these packages have version-specific features that would make them incompatible with other point releases.. (such as LKM's)
2000-08-28Install only the files we really want, but remove all directories we create.wiz2-3/+9
2000-05-09fixes for mips machines. Use 'uname -p' instead of 'uname -m'.dmcmahill2-6/+14
This fixes PR 7573 reported by Simon Burge and redundant PR 9950 reported by me (oops).
2000-03-16remove unnecessary empty linewiz1-1/+0
2000-02-01fix handling of OS_VERSION when an underscore is included (like 1.4.2_ALPHA)dmcmahill2-1/+16
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-28replaced some commands by their ${COMMAND} counterpartswiz1-3/+3
one RCS tag added
1999-11-22regen.rh1-4/+4
1999-11-21update patch-sum for new patchesdmcmahill1-4/+4
1999-11-15defuzzrh4-16/+19
1999-09-06Use ${LOWER_OPSYS} instead ofsakamoto3-61/+61
${SED} -e 's|@OPSYS@|'`${ECHO} ${OPSYS} | ${TR} '[A-Z]' '[a-z]'`'|g'.
1999-07-09Add package patch-sum filesagc1-0/+12
1999-02-09GNU plot is now at v.3.7. Depend on that version.bad1-2/+2
1998-12-26Fix all the benchmark targets so they work properly, and work with thegarbled2-8/+17
package uninstalled, with the exceptionof lmbench. Make non-batch targets for all the benchmarks, and create a results target which places all the results in /tmp for easier collection.
1998-12-03make aware of BATCH (if interactive), uid (if benchmark needs to be run as root)hubertf1-1/+2
1998-11-16Do the PLIST substitutions more efficiently, and use the new OS_VERSIONagc3-66/+63
substitution when compiling the PLIST. Eliminate the unnecessary command execution from the package Makefile, which was incorrect.
1998-11-12s/echo/${ECHO}/agc1-3/+3
1998-09-23Use @PREFIX@ when substituting for ${PREFIX}.agc11-79/+101
Add benchmark target to enable the benchmark to be run.
1998-09-17Clean this up for RO pkgsrc.agc1-28/+21
Eliminate duplicated code.
1998-09-05New pkg for hbench-OS-1.0 (hi matt!)garbled19-0/+679
a suite of portable benchmarks to measure the OS and the hardware.