Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-09-06 | Use ${LOWER_OPSYS} instead of | sakamoto | 3 | -61/+61 | |
${SED} -e 's|@OPSYS@|'`${ECHO} ${OPSYS} | ${TR} '[A-Z]' '[a-z]'`'|g'. | |||||
1999-07-09 | Add package patch-sum files | agc | 11 | -0/+55 | |
1999-07-02 | Some packages use bsd-style .mk files when building, and so any manual | agc | 1 | -6/+2 | |
pages that are installed will be gzip-compressed, if MANZ is set, or not if MANZ is not set. If the package uses bsd-style .mk files, the variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in the package Makefile. This replaces the previous method of specific inclusion of bsd.prefs.mk, followed by a check for MANZ and conditional assignment of MANCOMPRESSED. Add appropriate documentation, and change all necessary ocurrences in package Makefiles. | |||||
1999-06-21 | Make this package work on Solaris. | agc | 1 | -2/+8 | |
1999-05-05 | Use ftp0.sunet.se instead of ftp.sunet.se. | bad | 1 | -2/+2 | |
1999-04-01 | Rewrite the extraction commands to be more intuitive. | agc | 3 | -10/+6 | |
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-03-16 | s/cc/${CC}/ | agc | 7 | -15/+15 | |
1999-03-16 | Rename FPE signal handler to avoid a name clash. | agc | 1 | -0/+105 | |
1999-03-16 | s/cc/${CC}/ | agc | 1 | -2/+2 | |
Add -ffloat-store to compilation line (pointed out by Jonathon Stone) | |||||
1999-03-08 | s/gmake/${GMAKE}/ | agc | 1 | -3/+3 | |
1999-02-10 | install hint-double and hint-int, both of which test the obvious. | explorer | 2 | -5/+7 | |
1999-02-10 | pkglint: remove bogus header from Makefile and add missing rcs ids. | frueauf | 5 | -7/+8 | |
1999-02-09 | GNU plot is now at v.3.7. Depend on that version. | bad | 1 | -2/+2 | |
1999-01-02 | work around PREFIX not being defined for exist() | hubertf | 1 | -6/+5 | |
1998-12-26 | Fix all the benchmark targets so they work properly, and work with the | garbled | 19 | -43/+147 | |
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-06 | Set PKG_MISC_TARGETS+=benchmark, so all benchmarks can be run by: | hubertf | 1 | -1/+3 | |
# cd /usr/pkgsrc/benchmark # make install benchmark | |||||
1998-12-03 | make aware of BATCH (if interactive), uid (if benchmark needs to be run as root) | hubertf | 5 | -5/+27 | |
1998-11-20 | enable hint | drochner | 1 | -1/+2 | |
1998-11-16 | Do the PLIST substitutions more efficiently, and use the new OS_VERSION | agc | 3 | -66/+63 | |
substitution when compiling the PLIST. Eliminate the unnecessary command execution from the package Makefile, which was incorrect. | |||||
1998-11-13 | basic NetBSD changes | drochner | 2 | -4/+6 | |
1998-11-13 | import HINT benchmark | drochner | 7 | -0/+190 | |
1998-11-12 | s/echo/${ECHO}/ | agc | 1 | -3/+3 | |
1998-10-22 | Make the "flops" benchmark into a good citizen, and exit with the proper | agc | 1 | -0/+14 | |
value. | |||||
1998-10-22 | Enable nsieve, fib and heapsort, document them, and document update of | garbled | 1 | -1/+4 | |
xosview to 1.6.2.a. | |||||
1998-10-22 | Import of nsieve benchmark | garbled | 5 | -0/+41 | |
a Sieve of Eratosthenes benchmark. | |||||
1998-10-22 | Heapsort benchmark | garbled | 5 | -0/+47 | |
benchmark program for variable sized arrays. | |||||
1998-10-22 | Benchmark to time the computation of the 40th Fibonacci number. | garbled | 5 | -0/+34 | |
1998-10-22 | Document and enable flops | garbled | 1 | -1/+2 | |
1998-10-22 | Initital import of flops-2.0 benchmark. | garbled | 5 | -0/+52 | |
a floating point benchmark to give your MFLOPS rating. | |||||
1998-10-21 | Enable glunix, fftw, and benchfft. | garbled | 1 | -1/+2 | |
1998-10-21 | Initital import of benchfft-2.0 | garbled | 6 | -0/+113 | |
Benchmark your machine with a number of FFT algorithims | |||||
1998-09-24 | Add a benchmark target to the package Makefile, so that the benchmark | agc | 1 | -1/+5 | |
can be run. | |||||
1998-09-24 | Run the benchmarks in ${WRKSRC}. | agc | 2 | -4/+4 | |
1998-09-24 | Add a benchmark target to the package Makefile, to enable the | agc | 1 | -1/+4 | |
benchmark to be run. | |||||
1998-09-24 | Add benchmark target to the package Makefile, to enable the benchmark | agc | 2 | -1/+16 | |
to be run. Add a file containing the answers necessary to run the benchmark. | |||||
1998-09-24 | + Use @PREFIX@ as the pattern to substitute for ${PREFIX} | agc | 6 | -61/+59 | |
+ Cleanup the substitutions a bit. + Add a benchmark target to the package Makefile to enable the benchmark to be run. | |||||
1998-09-23 | Add a benchmark target to the package Makefile, to enable the | agc | 1 | -1/+5 | |
benchmark to be run. | |||||
1998-09-23 | Use @PREFIX@ when substituting for ${PREFIX}. | agc | 11 | -79/+101 | |
Add benchmark target to enable the benchmark to be run. | |||||
1998-09-23 | Add a benchmark target to the package Makefile, to enable the | agc | 1 | -1/+4 | |
benchmark to be run. | |||||
1998-09-23 | Add a benchmark target to the package Makefile to enable the benchmark | agc | 1 | -1/+4 | |
to be run. | |||||
1998-09-23 | Rename PREFIX value to be substituted to @PREFIX@. | agc | 2 | -4/+7 | |
Add a benchmark target to the package Makefile, so that "make benchmark" will run the benchmark. | |||||
1998-09-17 | Clean this up for RO pkgsrc. | agc | 1 | -28/+21 | |
Eliminate duplicated code. | |||||
1998-09-06 | Make this pkg honor WRKOBJSRC, pointed out by Thorsten. | garbled | 1 | -5/+4 | |
1998-09-06 | Make this pkg honor WRKOBJSRC | garbled | 1 | -5/+4 | |
1998-09-05 | Add and enable hbench, note it in the docs. | garbled | 1 | -1/+2 | |
1998-09-05 | New pkg for hbench-OS-1.0 (hi matt!) | garbled | 19 | -0/+679 | |
a suite of portable benchmarks to measure the OS and the hardware. | |||||
1998-09-03 | Work around bug in our dc(1) and fix up the checking of wait(3). | garbled | 1 | -0/+43 | |
Will look into fixing dc(1) this weekend. | |||||
1998-09-01 | use ${WRKDIR} not `work' | mrg | 1 | -2/+2 | |
1998-09-01 | Fix an LP64 bug in the pipe speed tests. | garbled | 1 | -0/+22 | |
1998-08-30 | fix minor screw up in path to result-dir | garbled | 1 | -4/+4 | |