Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-05-13 | -add missing USE_FORTRAN | dmcmahill | 6 | -2/+1433 | |
-minor patches to allow the package to correctly build with either g77 or f2c. | |||||
2000-05-09 | fixes for mips machines. Use 'uname -p' instead of 'uname -m'. | dmcmahill | 2 | -6/+14 | |
This fixes PR 7573 reported by Simon Burge and redundant PR 9950 reported by me (oops). | |||||
2000-05-04 | oops, restore `benchmark:' and `results:' | pooka | 1 | -1/+8 | |
2000-05-03 | Install ps documentation also. | pooka | 2 | -2/+6 | |
2000-05-02 | Update iozone to lastest stable (3.09), addresses pkg/10020. | pooka | 6 | -24/+93 | |
The change-list is huge (src/Changes.txt in the distribution) and users probably should upgrade since the previous version was ancient. | |||||
2000-04-10 | Add missing manual page. | itohy | 1 | -1/+2 | |
2000-04-03 | Add and enable xengine. | sakamoto | 1 | -1/+2 | |
2000-04-03 | Adapt this package to NetBSD. | sakamoto | 5 | -18/+15 | |
2000-04-03 | Import FreeBSD's "xengine" port: | sakamoto | 6 | -0/+82 | |
Reciprocating engine for X | |||||
2000-03-16 | Add and enable httperf. | thorpej | 1 | -1/+2 | |
2000-03-16 | Package for David Mosberger's httperf web server benchmarking tool. | thorpej | 5 | -0/+30 | |
2000-03-16 | another cp -> ${CP} | wiz | 1 | -2/+2 | |
2000-03-16 | cp -> ${CP}, chmod -> ${CHMOD} | wiz | 14 | -34/+34 | |
2000-03-16 | remove unnecessary empty line | wiz | 1 | -1/+0 | |
2000-03-09 | remove trailing `.' | wiz | 1 | -1/+1 | |
2000-02-25 | remove commented out SUBDIR += lines for packages that never got | wiz | 1 | -4/+1 | |
converted from FreeBSD, or have been disabled since. Sorted lines alphabetically, added some missing directories. | |||||
2000-02-01 | fix handling of OS_VERSION when an underscore is included (like 1.4.2_ALPHA) | dmcmahill | 2 | -1/+16 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 12 | -12/+12 | |
2000-01-05 | Make this package compile and run on Solaris - undo some over-aggressive | agc | 3 | -12/+19 | |
NetBSD patching, and use ${ID} in preference to "id". | |||||
2000-01-05 | Make this install properly on Solaris. | agc | 2 | -7/+8 | |
1999-12-28 | replaced some commands by their ${COMMAND} counterparts | wiz | 5 | -10/+11 | |
one RCS tag added | |||||
1999-12-06 | Add and enable postmark. | rh | 1 | -1/+2 | |
1999-12-06 | Convert FreeBSD port to NetBSD port. This closes PR 8961 by Greg A. Woods, | rh | 2 | -17/+22 | |
thanks! | |||||
1999-12-06 | Initial import of FreeBSD postmark-1.11, a netapps filesystem benchmark. | rh | 5 | -0/+52 | |
1999-11-22 | regen. | rh | 2 | -7/+7 | |
1999-11-21 | update patch-sum for new patches | dmcmahill | 2 | -7/+7 | |
1999-11-15 | defuzz | rh | 7 | -27/+32 | |
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. |