Commit graph

227 commits

Author SHA1 Message Date
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
agc
48f2b0135b Rename PREFIX value to be substituted to @PREFIX@.
Add a benchmark target to the package Makefile, so that "make benchmark"
will run the benchmark.
1998-09-23 16:01:36 +00:00
agc
f40533e6c7 Clean this up for RO pkgsrc.
Eliminate duplicated code.
1998-09-17 14:49:12 +00:00
garbled
e0cc3a8918 Make this pkg honor WRKOBJSRC, pointed out by Thorsten. 1998-09-06 21:12:41 +00:00
garbled
480a38e25c Make this pkg honor WRKOBJSRC 1998-09-06 21:11:24 +00:00
garbled
26f9e7d2b5 Add and enable hbench, note it in the docs. 1998-09-05 22:05:39 +00:00
garbled
7844b74891 New pkg for hbench-OS-1.0 (hi matt!)
a suite of portable benchmarks to measure the OS and the hardware.
1998-09-05 22:02:19 +00:00
garbled
7174ba99b5 Work around bug in our dc(1) and fix up the checking of wait(3).
Will look into fixing dc(1) this weekend.
1998-09-03 04:30:28 +00:00
mrg
cdaa626d1a use ${WRKDIR} not `work' 1998-09-01 16:42:33 +00:00
garbled
c2fdbe87e9 Fix an LP64 bug in the pipe speed tests. 1998-09-01 04:07:33 +00:00
garbled
1e6049e63f fix minor screw up in path to result-dir 1998-08-30 21:37:21 +00:00
garbled
974b77cacb enable linpack and paranoia benchmarks 1998-08-30 19:49:09 +00:00
garbled
8538f4c048 Add new pkg for linpack benchmark
a collection of benchmarks for floating point.
1998-08-30 19:43:51 +00:00
garbled
82a712d223 Add new pkg for paranoia.
a highly paranoid test of IEEE 754 conformancy.
1998-08-30 19:38:57 +00:00
garbled
67fcc12ec0 Enable dhrystone, whetstone, iozone, lmbench and byte-bench 1998-08-30 17:52:43 +00:00
garbled
9a4b4407af Add new pkg for whetstone-1.2 with patches from Ignatios to use clock()
a benchmark for processors that gives you a MIPS rating.
1998-08-30 17:51:16 +00:00
garbled
7131d97439 Add new pkg for lmbench-2.11a
a complete benchmark that gives a large amount of information.
1998-08-30 17:46:25 +00:00
garbled
eb15ff6b2b Oops.. forgot the Makefile.. 1998-08-30 17:42:25 +00:00
garbled
a878a7e655 Add new pkg for iozone-1.14b
a benchmark for file read and write speed.
1998-08-30 17:41:46 +00:00
garbled
f23e8ea7ac add new pkg dhrystone-2.1
Reinhold Weicker's DHRYSTONE 2.1 integer benchmark
1998-08-30 17:39:21 +00:00
garbled
62805e39b6 Add new pkg for bytebench-3.6
BYTE Magazine's Public Domain benchmark for UNIX
1998-08-30 17:35:57 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
agc
e8939e27f4 Make packages which use NetBSD's bsd.man.mk work with automatic manual
page handling.
1998-06-20 09:20:38 +00:00
frueauf
49e36ada0b Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
frueauf
b086b26141 Handle MANZ and MANINSTALL case better. 1998-03-20 22:04:08 +00:00
tron
192eeebf0c Fix manual page compression 1998-03-07 13:57:00 +00:00
tron
4e49e24d5c Handle manual page compression more clever. 1998-02-28 18:14:09 +00:00
tron
97b9cb8383 Enabel "bonnie". 1998-02-26 23:36:45 +00:00
tron
23c0ecfc7e Adapt this package to NetBSD. 1998-02-26 23:32:16 +00:00
tron
f65a872298 Initial import of FreeBSD's "bonnie" port. 1998-02-26 21:27:49 +00:00
hubertf
427ba64225 Fix RCS Ids, sync with reality 1997-11-22 03:13:21 +00:00
hubertf
a28873ae01 Some missing Makefiles, from FreeBSD. 1997-11-22 03:06:19 +00:00
hubertf
9a1d93c087 Import of some more missing categories
(only directories and pkg-descriptions!)
1997-11-20 21:01:17 +00:00