summaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Collapse)AuthorFilesLines
2001-01-11CFLAGS+= instead of CFLAGS=wiz2-7/+8
2000-12-14Update to 1.13 - no list of changes available.hubertf2-5/+5
2000-12-14Handle uname -a output better. Fixes pkg/11273.wiz2-5/+20
2000-12-12Unify Makefiles -- mostly headers: remove FreeBSD Ids.wiz1-2/+1
Consistent 4 character indentation of SUBDIR entries.
2000-11-16$() -> ${}wiz1-2/+2
2000-11-08Work around gcc codegen bug that results in infinite loop compiling mhz.c -Oabs3-5/+21
on arm32
2000-11-07Use pkgsrc libtool.skrll1-1/+3
2000-11-02Fix a typo in HOMEPAGE.toshii1-2/+2
2000-10-18Add an OSVERSION_SPECIFIC=yes flag to these packages. The flag at this timegarbled1-1/+2
doesn't enable any functionality. It is here as a marker, so people building binary packages know that these packages have version-specific features that would make them incompatible with other point releases.. (such as LKM's)
2000-08-28Install only the files we really want, but remove all directories we create.wiz2-3/+9
2000-08-11Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.wiz3-8/+0
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here.
2000-08-04Install benchmarking programs under libexec/bytebench. Add patches to dojlam6-43/+165
nicer report printing under BSD systems, provided by Greg Woods in pkg/6943. Closes PRs: 6943, 6945, 6946
2000-08-04Make "make benchmark" actually work without having installed the software.jlam3-9/+15
Also remove an apparent extraneous line in the executable script which was causing errors.
2000-05-13-add missing USE_FORTRANdmcmahill6-2/+1433
-minor patches to allow the package to correctly build with either g77 or f2c.
2000-05-09fixes for mips machines. Use 'uname -p' instead of 'uname -m'.dmcmahill2-6/+14
This fixes PR 7573 reported by Simon Burge and redundant PR 9950 reported by me (oops).
2000-05-04oops, restore `benchmark:' and `results:'pooka1-1/+8
2000-05-03Install ps documentation also.pooka2-2/+6
2000-05-02Update iozone to lastest stable (3.09), addresses pkg/10020.pooka6-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-10Add missing manual page.itohy1-1/+2
2000-04-03Add and enable xengine.sakamoto1-1/+2
2000-04-03Adapt this package to NetBSD.sakamoto5-18/+15
2000-04-03Import FreeBSD's "xengine" port:sakamoto6-0/+82
Reciprocating engine for X
2000-03-16Add and enable httperf.thorpej1-1/+2
2000-03-16Package for David Mosberger's httperf web server benchmarking tool.thorpej5-0/+30
2000-03-16another cp -> ${CP}wiz1-2/+2
2000-03-16cp -> ${CP}, chmod -> ${CHMOD}wiz14-34/+34
2000-03-16remove unnecessary empty linewiz1-1/+0
2000-03-09remove trailing `.'wiz1-1/+1
2000-02-25remove commented out SUBDIR += lines for packages that never gotwiz1-4/+1
converted from FreeBSD, or have been disabled since. Sorted lines alphabetically, added some missing directories.
2000-02-01fix handling of OS_VERSION when an underscore is included (like 1.4.2_ALPHA)dmcmahill2-1/+16
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs12-12/+12
2000-01-05Make this package compile and run on Solaris - undo some over-aggressiveagc3-12/+19
NetBSD patching, and use ${ID} in preference to "id".
2000-01-05Make this install properly on Solaris.agc2-7/+8
1999-12-28replaced some commands by their ${COMMAND} counterpartswiz5-10/+11
one RCS tag added
1999-12-06Add and enable postmark.rh1-1/+2
1999-12-06Convert FreeBSD port to NetBSD port. This closes PR 8961 by Greg A. Woods,rh2-17/+22
thanks!
1999-12-06Initial import of FreeBSD postmark-1.11, a netapps filesystem benchmark.rh5-0/+52
1999-11-22regen.rh2-7/+7
1999-11-21update patch-sum for new patchesdmcmahill2-7/+7
1999-11-15defuzzrh7-27/+32
1999-09-06Use ${LOWER_OPSYS} instead ofsakamoto3-61/+61
${SED} -e 's|@OPSYS@|'`${ECHO} ${OPSYS} | ${TR} '[A-Z]' '[a-z]'`'|g'.
1999-07-09Add package patch-sum filesagc11-0/+55
1999-07-02Some packages use bsd-style .mk files when building, and so any manualagc1-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-21Make this package work on Solaris.agc1-2/+8
1999-05-05Use ftp0.sunet.se instead of ftp.sunet.se.bad1-2/+2
1999-04-01Rewrite the extraction commands to be more intuitive.agc3-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-16s/cc/${CC}/agc7-15/+15
1999-03-16Rename FPE signal handler to avoid a name clash.agc1-0/+105
1999-03-16s/cc/${CC}/agc1-2/+2
Add -ffloat-store to compilation line (pointed out by Jonathon Stone)
1999-03-08s/gmake/${GMAKE}/agc1-3/+3