pkgsrc/benchmarks
agc 171e025b4a Rewrite the extraction commands to be more intuitive.
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz,
and .tar.bz2).

EXTRACT_USING_PAX can be set as before.

For custom extractions, instead of using EXTRACT_BEFORE_ARGS,
EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the
command needed to decompress and extract the lements from the archive.
${DOWNLOADED_DISTFILE} can be used to reference the distfile(s).
e.g. for compressed shars, where previously there was:

EXTRACT_CMD=           ${GZCAT}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS=    |sh

now use:

EXTRACT_CMD=           ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
1999-04-01 14:07:52 +00:00
..
benchfft s/gmake/${GMAKE}/ 1999-03-08 10:50:23 +00:00
bonnie Fix all the benchmark targets so they work properly, and work with the 1998-12-26 15:59:54 +00:00
bytebench Fix all the benchmark targets so they work properly, and work with the 1998-12-26 15:59:54 +00:00
dhrystone Fix all the benchmark targets so they work properly, and work with the 1998-12-26 15:59:54 +00:00
fib s/cc/${CC}/ 1999-03-16 09:02:26 +00:00
flops s/cc/${CC}/ 1999-03-16 09:02:26 +00:00
hbench GNU plot is now at v.3.7. Depend on that version. 1999-02-09 16:08:58 +00:00
heapsort s/cc/${CC}/ 1999-03-16 09:02:26 +00:00
hint Rewrite the extraction commands to be more intuitive. 1999-04-01 14:07:52 +00:00
iozone s/cc/${CC}/ 1999-03-16 09:02:26 +00:00
linpack s/cc/${CC}/ 1999-03-16 09:02:26 +00:00
lmbench work around PREFIX not being defined for exist() 1999-01-02 02:26:34 +00:00
nsieve s/cc/${CC}/ 1999-03-16 09:02:26 +00:00
paranoia Rewrite the extraction commands to be more intuitive. 1999-04-01 14:07:52 +00:00
pkg Import of some more missing categories 1997-11-20 21:01:17 +00:00
whetstone Rewrite the extraction commands to be more intuitive. 1999-04-01 14:07:52 +00:00
Makefile Fix all the benchmark targets so they work properly, and work with the 1998-12-26 15:59:54 +00:00