Commit graph

97 commits

Author SHA1 Message Date
itohy
aa50d33b07 Add missing manual page. 2000-04-10 01:39:17 +00:00
sakamoto
e36b0b5511 Add and enable xengine. 2000-04-03 15:56:14 +00:00
sakamoto
4e1795ba5b Adapt this package to NetBSD. 2000-04-03 15:55:23 +00:00
sakamoto
c8e9c759ef Import FreeBSD's "xengine" port:
Reciprocating engine for X
2000-04-03 15:50:53 +00:00
thorpej
5549bcdd9c Add and enable httperf. 2000-03-16 22:55:02 +00:00
thorpej
9a378fd510 Package for David Mosberger's httperf web server benchmarking tool. 2000-03-16 22:53:28 +00:00
wiz
f4bb42e48b another cp -> ${CP} 2000-03-16 15:30:52 +00:00
wiz
a98e68c035 cp -> ${CP}, chmod -> ${CHMOD} 2000-03-16 12:16:49 +00:00
wiz
eb406ad378 remove unnecessary empty line 2000-03-16 12:16:17 +00:00
wiz
74874e66d9 remove trailing `.' 2000-03-09 13:47:31 +00:00
wiz
f895e15bb9 remove commented out SUBDIR += lines for packages that never got
converted from FreeBSD, or have been disabled since. Sorted lines
alphabetically, added some missing directories.
2000-02-25 01:04:11 +00:00
dmcmahill
353791f6ca fix handling of OS_VERSION when an underscore is included (like 1.4.2_ALPHA) 2000-02-01 17:40:24 +00:00
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