summaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Collapse)AuthorFilesLines
2005-08-10Simplify the check for SunOS, LIBS.SunOS is enough.xtraeme1-4/+2
2005-08-10Use "PTHREAD_LIBS" in build phase to make sure that this builds ontron1-2/+2
platforms without a "-pthread" option supported by the compiler.
2005-08-09Update "netio" package to version 1.23. Changes since version 1.13 include:tron3-47/+12
- UDP support - sets socket buffer size by default for decent performance under *BSD
2005-08-06Removed PKG_MISC_TARGETS, as it doesn't work anyway. Many packages in thisrillig1-2/+1
category don't even implement these targets. ok'ed by jlam.
2005-08-02explicitely include <sys/types.h> before <machine/ieee.h>drochner2-7/+8
might fix build error on older NetBSD releases (seen in 1.6.2 bulk build)
2005-07-27+zelibmdrochner1-1/+2
2005-07-27import "zelibm", a tool to check the accuracy of some libm functions,drochner9-0/+218
by Ulrich Drepper
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam2-5/+4
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam2-5/+4
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam2-4/+4
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-07-12Changes 3.03:adam4-57/+14
* Many improvements
2005-07-06Import thrulay-0.6, TCP and UDP network capacity tester.reed1-1/+2
Packaged by Rui Paulo.
2005-07-06Import thrulay-0.6, a TCP and UDP network capacity tester.reed4-0/+50
This package is from rpaulo@, who asked me to import. (My only change was to use INSTALLATION_DIRS.) I only tested build. DESCR: thrulay is used to measure the capacity of a network by sending a bulk TCP stream over it. Like other tools (such as iperf, netperf, nettest, nuttcp, ttcp, etc.), thrulay can report TCP throughput periodically so that TCP performance plots can be produced. Unlike other tools, thrulay not only reports goodput, but round-trip delay time as well. The output of thrulay is easy to parse by machine (in fact, it's ready to be used as a data file for gnuplot). Starting from version 0.5, thrulay supports UDP tests. Unique feature of thrulay is that it can send a Poisson stream of very precisely positioned packets; the TSC register is used for timing rather than very coarse (20ms on most systems) system sleep functionality.
2005-06-17Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead ofjlam1-3/+3
${PREFIX}.
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-06-12regen patch-aa (as standard unidiff). Addresses part of PR 29877.wiz2-29/+21
2005-06-12Remove the need to archivers/gsharutils at build-time to extract thejlam1-7/+8
distfiles. This fixes PR pkg/29877.
2005-05-23Removed RCS IDs out of the patches.rillig3-11/+7
2005-05-23NO_CHECKSUM=yes instead of #defined.rillig1-2/+2
2005-05-23Append to USE_TOOLS instead of overwriting.rillig1-2/+2
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam5-10/+10
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-16Note that expr is used by this package.jlam1-1/+2
2005-05-15Use ${GZCAT} instead of ${GUNZIP_CMD} -c. The former is more succinct,jlam1-2/+2
and is recognized by the tools framework automatically.
2005-05-02Fix MAINTAINER email address for David Ferlier.reed1-2/+2
2005-04-12Removed the RCS Id tags from the patches. This makes pkglint happy.rillig4-19/+10
Approved by jlam.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv6-12/+6
2005-03-30Convert to bl3.wiz1-2/+2
2005-03-25Make this package build on Darwin.minskim2-1/+17
- Include sys/aio.h to use O_SYNC. - Use fsync(2) instead of fdatasync(2), which is unavailable on Darwin.
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz4-11/+4
useful.
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.