summaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Collapse)AuthorFilesLines
2005-04-03Pullup ticket 413 - requested by Min Sik Kimsnj2-1/+17
portability fix for dbench Revisions pulled up: - pkgsrc/benchmarks/dbench/distinfo 1.5 - pkgsrc/benchmarks/dbench/patches/patch-aa 1.3 Module Name: pkgsrc Committed By: minskim Date: Fri Mar 25 15:44:39 UTC 2005 Modified Files: pkgsrc/benchmarks/dbench: distinfo Added Files: pkgsrc/benchmarks/dbench/patches: patch-aa Log Message: Make this package build on Darwin. - Include sys/aio.h to use O_SYNC. - Use fsync(2) instead of fdatasync(2), which is unavailable on Darwin.
2005-03-14Added two patches that comment out the sa_sigaction field of structrillig3-1/+63
sigaction for NetBSD versions (<2.0) that don't have it. Approved by wiz.
2005-03-03Fix the ID taggarbled5-5/+5
2005-03-03Fix a stupid in the patchgarbled1-1/+1
2005-03-03Apply patches to bonnie from PR 21421 by Greg Woods. Fixes a number ofgarbled5-28/+200
issues with the program. Bumping pkgrevsision to 1.
2005-03-03Add patches in PR pkg/17941 from David Laight. Mostly performancegarbled7-13/+144
boosts, and a core dump fix. Bumping rev to 2.
2005-02-22Add RMD160 digests in addition to the SHA1 ones.agc29-29/+63
2005-02-21Use the extended PLIST_SRC support which now also reads:veego4-45/+35
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g} PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g} and remove the package hack for MD PLIST files. While here merge the PLIST.md file into PLIST.common and put the @dirrm commands into the new PLIST.common_end
2005-02-14Added benchmarks/blogbench.xtraeme1-1/+2
2005-02-14Initial import of blogbench-1.0.xtraeme4-0/+30
Blogbench is a portable filesystem benchmark that tries to reproduce the load of a real-world busy file server. It stresses the filesystem with multiple threads performing random reads, writes and rewrites in order to get a realistic idea of the scalability and the concurrency a system can handle.
2005-01-12Nuke USE_FORTRAN and bring the f2c handling within the mk/compilerjlam1-2/+2
framework. The list of changes include: * Modify compiler.mk so that "c" is always prepended to USE_LANGUAGES, so we no longer need to say it in package Makefiles. Packages should now append to USE_LANGUAGES instead of setting it. * Create mk/compiler/f2c.mk which implements another pseudo-compiler "f2c" that may be used with any C compiler backend, e.g. PKGSRC_COMPILER= f2c ccache gcc * Teach the various "real" compiler files, e.g., sunpro.mk, mipspro.mk, etc., to use f2c if the native Fortran compiler isn't present. Packages that use Fortran should now simply include the line: USE_LANGUAGES+= fortran in the package Makefile.
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz5-16/+16
Suggested by Roland Illig, ok'd by various.
2004-11-27Reset maintainer on his request.wiz2-4/+4
2004-11-13Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies thejlam1-2/+2
former) for applications that are known to require C++.
2004-11-10Changes 2.1:adam5-50/+27
* unknown
2004-11-10Changes 3.218adam3-17/+17
Add label to Excel spreadsheet that describes the rows and columns. Add support for Solaris64 with VxFS. Add support for Linux-arm Changes 3.219 Add sleep to permit child to get connection up before master does connect. Changes 3.220 Improve master connect to child, without delays. Changes 3.221 Add -+B Mixed sequential testing. BlueArc request. Changes 3.222 Workaround for bug in Cygwin's sscanf Changes 3.223 Add transfer size to the output from -Q Changes 3.224 Work around for TCP_WAIT in Windows. Changes 3.225 Fix for broken rsh on Windows. Changes 3.226 Workaround for gcc 3.4. From the folks at Gentoo.org.
2004-11-02Set WRKSRC after DISTNAME change.wiz1-1/+2
2004-11-01Update MASTERSITES.wiz1-3/+3
2004-10-28Update DISTNAME and MASTER_SITES; contentswiz2-6/+7
have not changed.
2004-10-28Replace non-responding master site; use currently available tarballwiz2-5/+7
(using DIST_SUBDIR). Diff is: diff -r old/hbench-OS/README new/hbench-OS/README 12a13,14 > If you would like to share your results, please mail > them to hbench-results@eecs.harvard.edu. 51a54,56 > If you would like to share your results, please mail > them to hbench-results@eecs.harvard.edu. >
2004-10-28Update MASTER_SITES.wiz1-2/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-10-01there will not be a NetBSD-1.[7-9] but will be a NetBSD-[2-9].*grant1-2/+2
adjust patterns used in ONLY_FOR_PLATFORM/NOT_FOR_PLATFORM to reflect this.
2004-08-22Remove duplicate '-DNO_ISO' in IRIX target.jschauma2-4/+4
2004-08-22Re-add RCS IDs for patchesjschauma3-3/+7
2004-08-22Make this build and install under Linux and IRIX.jschauma4-29/+67
(Fixes PR pkg/26641)
2004-07-30Enable pkgviews installation.minskim27-27/+129
2004-07-30No need to include bsd.prefs.mk.minskim1-3/+1
2004-07-30Print statistics to stderr, not to stdout, so that this programhe3-16/+66
can be used for bulk data transport without adding any crud at the receiving end. Bump pkgrevision to 2.
2004-07-04also works on 1.6Z.mrg1-2/+2
2004-06-16Make this package build on Linux.minskim2-1/+14
- Include time.h to use struct tm.
2004-05-23malloc.h fixes for darwin, plus a handful of other small fixes fordanw2-6/+15
problems found after fixing malloc problems
2004-05-13Honor *OWN and *GRP.minskim1-1/+3
2004-05-10Add correct ALL_TARGET for some more platforms.jschauma1-3/+12
2004-05-07whitespace nitscjep1-2/+2
2004-05-05make this build on Darwindanw3-4/+21
2004-05-05add an ALL_TARGET for darwin and patch the package Makefile so thedanw3-2/+17
build errors out if no platform-specific target is specified (so that pkgsrc will recognize that the build failed)
2004-05-05require gmake. (it coincidentally happens to build correctly withdanw2-2/+4
bmake on NetBSD, but not on some other platforms)
2004-04-11Convert to buildlink3.snj3-12/+11
2004-04-11Convert to buildlink3.snj1-2/+2
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz2-3/+4
Buildlink files: RECOMMENDED version changed to current version.
2004-02-21s/conformancy/conformance/snj1-2/+2
2004-02-21s/algorithims/algorithms/snj1-2/+2
2004-02-14CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and willjlam1-4/+3
automatically substitute for any config.{guess,sub} files found up to a directory depth of 2.
2004-01-31s/seperate/separate/snj1-1/+1
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz1-2/+2
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant3-6/+6
2004-01-21Update to 3.217:wiz2-6/+6
Revision 3.212 Add record locking Add single file, file sharing. Revision 3.213 Enhance fill/verify (diag mode) for shared file. Revision 3.214 Remove warnings. Revision 3.215 Add prototype for mylockr() Revision 3.216 Fix prototype for mylockr Revision 3.217 Enable options for Windows systems.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc19-38/+48
2004-01-11bl3ify and support pkgviews installation.jmmv1-3/+7