summaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Collapse)AuthorFilesLines
2006-01-12Fixed pkglint warnings, including a typo: INSTALLATINO => INSTALLATION.rillig1-6/+6
2006-01-12Use canonical config.guess and config.sub scripts instead of patchingjoerg4-25/+20
them. Add DragonFly support.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-29Doesn't hide the output from the post-configure and do-install steps (Ireed2-10/+11
needed for troubleshooting). And use BINOWN and BINGRP because user "bin" and group "bin" don't exist on some systems. Use BSD_INSTALL_PROGRAM, BSD_INSTALL_DATA and BSD_INSTALL_SCRIPT instead of calling /usr/bin/install directly. Okayed by maintainer. Bumped PKGREVISION, since ownership of files may be different on some systems.
2005-12-28Use pthread buildlink instead of hard-coding -lpthread.joerg3-7/+17
2005-12-27Remove PKG_FAIL fallout from f2c vs. f77 difference.joerg1-4/+1
2005-12-27Install README and manpage.reed2-2/+11
And bump PKGREVISION.
2005-12-27Remove quick description from first line.reed1-17/+17
Change references of "I" to the author.
2005-12-27Remove extra space.reed1-1/+1
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz1-1/+4
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
2005-12-21- Fix GCC 4.x build problems.tron3-20/+52
- Correct crude Darwin build fix so it doesn't break under 8.x.
2005-12-20Backout last change. f2c is not correctly working here.joerg3-204/+1
2005-12-13Change HOMEPAGE to real webpage about this.reed1-2/+2
2005-12-13Fix typo.reed1-1/+1
2005-12-13Match function arguments with actual usage. Since neither me norjoerg3-1/+204
the maintainer is very fluent with Fortan, let's assume f2c knows what it was doing.
2005-12-13Add DragonFly, fix errno.joerg3-19/+21
2005-12-13Add DragonFly support. Use errno.h on all platforms. Don't playjoerg2-1/+89
stupid off64_t games on DragonFly, just use off_t.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig11-33/+33
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-11Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULTtonio1-2/+2
It is more consistent with the tex.buildlink3.mk name. Also, if a package really needs latex, it just has to set TEX_ACCEPTED to latex distributions altough today, all TEX_ACCEPTED possibilities are latex distributions
2005-11-08convert to use tex.buildlink3.mktonio1-2/+3
Accepts teTeX1, teTeX2 and teTeX3
2005-11-07Don't declare errno manually, depend on errno.h for it. While here,joerg3-13/+43
fix the signal handling to use a volatile variable. Compilers can optimise the access otherwise. Bump revision, since this is a bugfix. Reviewed by jlam and the maintainer.
2005-11-07Depend on errno.h to provide errno.joerg2-12/+20
2005-11-06Use O_FSYNC instead of O_SYNC on DragonFly. Disable extattr_get_filejoerg3-7/+25
on DragonFly, the semantic is different and it isn't very useful in the current form.
2005-11-05Do not intermingle build phases, CONFIGURE_DIRS can specify a list ofjoerg7-689/+147
directories to process. The removal of pre-configure fixes the config.* handling at the same time. Also specify the config.status overrides. Patch configure to not try to detect -lrfftw, just link the static version explicitly. Do the same for -lfftw. This ensures that we actually do get the static versions without having to worry about libtool being too clever. Retire manual config.sub hacks, this should be handled by config.guess already. <jlam> just go ahead and commit that benchfft patch and let's <jlam> never speak of it again :)
2005-11-05Regenerate hand-edited patches so that the Mac OS X patch programkristerw4-22/+22
can apply them.
2005-10-31NOT_FOR_PLATFORM Interix.tv1-1/+3
2005-10-31NOT_FOR_PLATFORM Interix (only 32-bit off_t).tv1-1/+3
2005-10-31This needs libgetopt on some systems.tv1-1/+2
2005-10-314.1.0nb1: Interix has no sync(2). Use fsync(2) there instead.tv3-3/+55
While there, use fsync(2) on all hosts. Without this, the fstime benchmark will be disproportionately biased toward OS's and hardware that buffer larger amounts of data in memory before [background] syncing.
2005-10-31NOT_FOR_PLATFORM Interix (only 32-bit off_t).tv1-1/+3
2005-10-20Add RMD160 checksum.wiz1-1/+2
2005-10-19Changes 3.248:adam3-15/+16
* Improvements
2005-10-13Added benchmarks/forkbombxtraeme1-1/+2
2005-10-13Initial import of forkbomb-1.4.xtraeme4-0/+35
Classic Unix fork() bomber. Includes CPU hanger, memory allocator, memory toucher and zombie dance team. You can test how will your computer behave under heavy CPU, process, memory load. Forkbomb is also useful as realloc() benchmark.
2005-10-13Correct execl() so that the argument list is NULL terminated.ben2-9/+14
Terminating with 0 worked under NetBSD 2.0.2, but it fails with EFAULT under NetBSD/amd64 3.0_BETA.
2005-10-10Explicitly specify to Makefile.in the directory on which the manpagesxtraeme3-4/+25
will be installed, otherwise as --mandir now defaults to ${PREFIX}/${PKGMANDIR}, they won't be installed into the correct location. Bump PKGREVISION.
2005-09-28Removed unneeded patch-aa.rillig1-122/+0
2005-09-28Fixed pkglint warnings. Converted patch-ab to unified diff format. Movedrillig4-24/+133
hint.1 from inside patch-aa to the files/ directory.
2005-09-25Added a chunk to patch-aa that comments out unnecessary code (statvfs). Nowrillig3-6/+22
the package builds on NetBSD-1.6.2. Bumped PKGREVISION.
2005-09-03Removed the $Id$ line from the patch. Restored -kkv mode.rillig2-5/+4
2005-09-03Re-add the patch with -ko, as suggests pkglint.xtraeme2-2/+16
2005-09-03Remove the patch, contains $Id$ expandedxtraeme1-15/+0
2005-09-03Remove the line $Id$ in the patch.xtraeme2-6/+7
2005-09-03eek, fix the patch.xtraeme2-6/+6
2005-09-03Fix HOMEPAGExtraeme1-2/+2
2005-09-03Added benchmarks/pipebenchxtraeme1-1/+2
2005-09-03Initial import of pipebench-0.40.xtraeme5-0/+41
Measures the speed of a pipe, by sitting in the middle passing the data along to the next process.
2005-09-03Added benchmarks/nbenchxtraeme1-1/+2
2005-09-03Initial import of nbench-2.2.2.xtraeme5-0/+51
This benchmark utility is used to determine how the processor, its caches and coprocessors influence overall system performance. Its measurements can indicate problems with the processor subsystem and (since the processor is a major influence on overall system system performance) give us an idea of how well a given system will perform.
2005-09-03Added benchmarks/ubenchxtraeme1-1/+2