Commit graph

85 commits

Author SHA1 Message Date
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
agc
11cd40adff Make this package compile and run on Solaris - undo some over-aggressive
NetBSD patching, and use ${ID} in preference to "id".
2000-01-05 12:23:55 +00:00
agc
075de9d192 Make this install properly on Solaris. 2000-01-05 11:42:49 +00:00
wiz
e74f5b5509 replaced some commands by their ${COMMAND} counterparts
one RCS tag added
1999-12-28 04:26:17 +00:00
rh
48918af060 Add and enable postmark. 1999-12-06 19:03:32 +00:00
rh
4d4c088714 Convert FreeBSD port to NetBSD port. This closes PR 8961 by Greg A. Woods,
thanks!
1999-12-06 18:59:40 +00:00
rh
7d73b7b3eb Initial import of FreeBSD postmark-1.11, a netapps filesystem benchmark. 1999-12-06 18:58:26 +00:00
rh
0aaef8eb1f regen. 1999-11-22 15:02:56 +00:00
dmcmahill
51b85fac38 update patch-sum for new patches 1999-11-21 16:43:02 +00:00
rh
68ffa7584a defuzz 1999-11-15 13:19:51 +00:00
sakamoto
7846ab32d3 Use ${LOWER_OPSYS} instead of
${SED} -e 's|@OPSYS@|'`${ECHO} ${OPSYS} | ${TR} '[A-Z]' '[a-z]'`'|g'.
1999-09-06 04:48:53 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
agc
fd7b118f38 Some packages use bsd-style .mk files when building, and so any manual
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-07-02 08:37:20 +00:00
agc
c942fe921f Make this package work on Solaris. 1999-06-21 09:57:03 +00:00
bad
2c5b4ca760 Use ftp0.sunet.se instead of ftp.sunet.se. 1999-05-05 16:54:03 +00:00
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
agc
c9c6ca1df1 s/cc/${CC}/ 1999-03-16 09:02:26 +00:00
agc
b0de669fdb Rename FPE signal handler to avoid a name clash. 1999-03-16 08:54:32 +00:00
agc
6572e1b37c s/cc/${CC}/
Add -ffloat-store to compilation line (pointed out by Jonathon Stone)
1999-03-16 08:53:43 +00:00
agc
73194ee17f s/gmake/${GMAKE}/ 1999-03-08 10:50:23 +00:00
explorer
268f195e23 install hint-double and hint-int, both of which test the obvious. 1999-02-10 18:49:17 +00:00
frueauf
421382c55f pkglint: remove bogus header from Makefile and add missing rcs ids. 1999-02-10 14:59:50 +00:00
bad
95e36eb86f GNU plot is now at v.3.7. Depend on that version. 1999-02-09 16:08:58 +00:00
hubertf
9f10338507 work around PREFIX not being defined for exist() 1999-01-02 02:26:34 +00:00
garbled
f544fc14ed Fix all the benchmark targets so they work properly, and work with the
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-26 15:59:54 +00:00
hubertf
5fe40143f7 Set PKG_MISC_TARGETS+=benchmark, so all benchmarks can be run by:
# cd /usr/pkgsrc/benchmark
# make install benchmark
1998-12-06 01:25:08 +00:00
hubertf
0ddb865a76 make aware of BATCH (if interactive), uid (if benchmark needs to be run as root) 1998-12-03 01:27:04 +00:00
drochner
b1ef288b58 enable hint 1998-11-20 15:31:21 +00:00
agc
b1c9320e35 Do the PLIST substitutions more efficiently, and use the new OS_VERSION
substitution when compiling the PLIST. Eliminate the unnecessary command
execution from the package Makefile, which was incorrect.
1998-11-16 11:27:54 +00:00
drochner
1fff0f3d48 basic NetBSD changes 1998-11-13 14:06:01 +00:00
drochner
db1470bd87 import HINT benchmark 1998-11-13 14:00:50 +00:00
agc
a37fcf7583 s/echo/${ECHO}/ 1998-11-12 16:15:29 +00:00
agc
5fe064087c Make the "flops" benchmark into a good citizen, and exit with the proper
value.
1998-10-22 13:01:25 +00:00
garbled
b3c5566213 Enable nsieve, fib and heapsort, document them, and document update of
xosview to 1.6.2.a.
1998-10-22 06:39:27 +00:00
garbled
f334493bb3 Import of nsieve benchmark
a Sieve of Eratosthenes benchmark.
1998-10-22 06:23:09 +00:00
garbled
2c85e4c186 Heapsort benchmark
benchmark program for variable sized arrays.
1998-10-22 06:07:24 +00:00
garbled
0391979715 Benchmark to time the computation of the 40th Fibonacci number. 1998-10-22 05:55:46 +00:00
garbled
d8432ad422 Document and enable flops 1998-10-22 05:28:34 +00:00
garbled
71b5fe5f37 Initital import of flops-2.0 benchmark.
a floating point benchmark to give your MFLOPS rating.
1998-10-22 05:26:33 +00:00
garbled
e2a3852512 Enable glunix, fftw, and benchfft. 1998-10-21 20:00:59 +00:00
garbled
ea588b5c08 Initital import of benchfft-2.0
Benchmark your machine with a number of FFT algorithims
1998-10-21 19:35:56 +00:00
agc
f588e99782 Add a benchmark target to the package Makefile, so that the benchmark
can be run.
1998-09-24 09:23:32 +00:00
agc
3c8e74daa4 Run the benchmarks in ${WRKSRC}. 1998-09-24 09:20:08 +00:00
agc
8306b5c200 Add a benchmark target to the package Makefile, to enable the
benchmark to be run.
1998-09-24 09:19:10 +00:00
agc
1fe9c24008 Add benchmark target to the package Makefile, to enable the benchmark
to be run.
Add a file containing the answers necessary to run the benchmark.
1998-09-24 09:08:16 +00:00
agc
3beed9d9c6 + Use @PREFIX@ as the pattern to substitute for ${PREFIX}
+ Cleanup the substitutions a bit.
+ Add a benchmark target to the package Makefile to enable the
benchmark to be run.
1998-09-24 08:45:00 +00:00
agc
f0ce95d898 Add a benchmark target to the package Makefile, to enable the
benchmark to be run.
1998-09-23 17:00:35 +00:00
agc
31f6c67c36 Use @PREFIX@ when substituting for ${PREFIX}.
Add benchmark target to enable the benchmark to be run.
1998-09-23 16:56:00 +00:00
agc
466a1f77ad Add a benchmark target to the package Makefile, to enable the
benchmark to be run.
1998-09-23 16:16:20 +00:00
agc
b3fa53adcf Add a benchmark target to the package Makefile to enable the benchmark
to be run.
1998-09-23 16:09:05 +00:00