Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-12-07 | Add patches to config.sub so macppc is recognized | jmc | 3 | -1/+29 | |
2001-11-29 | Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in | hubertf | 1 | -2/+3 | |
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally. | |||||
2001-11-28 | Buildlinkify. | jlam | 3 | -10/+13 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 63 | -55/+55 | |
2001-10-26 | As this script is called directly by the package Makefile, move it out | agc | 4 | -5/+5 | |
of the scripts directory, so that we don't confuse it with one of the automatically called scripts in bsd.pkg.mk | |||||
2001-09-22 | bump version to 1.0nb1 - the bw_pipe pipe descriptor fix | jdolecek | 1 | -2/+2 | |
2001-09-22 | fix the bw_pipe to actually apply cleanly | jdolecek | 2 | -5/+5 | |
2001-09-22 | bw_pipe.c: close pipe descriptors as appropriate | jdolecek | 2 | -1/+32 | |
2001-09-09 | Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: | agc | 10 | -20/+20 | |
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value). | |||||
2001-07-28 | Forgot RCS ID. | thorpej | 2 | -2/+4 | |
2001-07-27 | Add netpipe. | thorpej | 1 | -1/+2 | |
2001-07-27 | A package for the NetPIPE performance measuring tool. | thorpej | 5 | -0/+48 | |
2001-07-18 | Remove empty trailing line. | wiz | 1 | -2/+1 | |
2001-07-18 | Add a dependency on perl, and fix the two installed perl scripts. Noted by | garbled | 1 | -1/+4 | |
Martin Weber in private email. | |||||
2001-07-17 | Enable bonnie++ | garbled | 1 | -1/+2 | |
2001-07-17 | Update postmark to 1.5. Also, fix the benchmark target to provide a little | garbled | 2 | -10/+11 | |
better benchmark without being too unreasonable on the disk requirements. Changelog: 1.14 - Automatically stop run if work files are depleted 1.5 - It was pointed out by many (most recently Michael Flaster) that the pseudo-random number generator was more pseudo than random. After a review of the literature and extensive benchmarking, I've replaced the previous PRNG with the Mersenne Twister. While an excellent PRNG, it retains much of the performance of the previous implementation. URL: http://www.math.keio.ac.jp/~matumoto/emt.html Also changed MB definition to 1024KB, tweaked show command | |||||
2001-07-16 | Add new pkg for bonnie++ 1.01. This is an enhanced version of bonnie | garbled | 6 | -0/+79 | |
based on the original. | |||||
2001-07-16 | Update this pkg to 2.06. There doesn't seem to be any changelog, nor any | garbled | 4 | -102/+30 | |
obvious changes, other than the addition of a -html option to generate html tables for results. | |||||
2001-07-16 | Update this pkg to 3.56. Changes are mostly bugfixes, available at: | garbled | 4 | -94/+158 | |
http://www.iozone.org/src/current/Changes.txt I have patched the source however, to allow use of the pread/prwite tests, via the -E extension mode. Also, the benchmark target has been fixed. | |||||
2001-07-05 | Make lat_rpc.c at least not dump core when run. Now it's very flakey | simonb | 2 | -5/+24 | |
(needs to be run multiple times sometimes) but better than before... | |||||
2001-06-04 | s/non-commercial/no-commercial-use/ | jtb | 1 | -2/+2 | |
2001-06-04 | LICENSE=non-commercial. | jtb | 1 | -1/+3 | |
This program/these programs can be used freely for private or educational purposes. If you want to use them for commercial purposes, please contact the author. You may redistribute this software only if all files from my original distribution are included unchanged. You may only add readable documentation files, such as a BBS signature, and only if they are marked prominently as additions. If you want to include any part of the orignal distribution with other software, please contact the author before. | |||||
2001-06-04 | Publication of derivative works not allowed. | jtb | 1 | -1/+3 | |
2001-04-27 | Add distinfo file. | jtb | 1 | -0/+5 | |
2001-04-27 | linpack has been renamed linpack-bench. | jtb | 1 | -2/+2 | |
2001-04-27 | Reimport of former benchmarks/linpack package as linpack-bench. | jtb | 4 | -0/+281 | |
2001-04-27 | linpack is being renamed linpack-bench to make room for the library | jtb | 5 | -286/+0 | |
of that name. | |||||
2001-04-20 | Move to sha1 digests, and add distfile sizes. | agc | 19 | -41/+63 | |
2001-04-20 | Correct the size of the distfile | agc | 1 | -2/+2 | |
2001-04-19 | Update "netio" package to version 1.14. This version includes the bug | tron | 4 | -31/+9 | |
fixes from the NetBSD package sources. | |||||
2001-04-19 | $() -> ${} | wiz | 1 | -2/+2 | |
2001-04-17 | - Fix bug in send part which caused failures under Solaris and possibly | tron | 2 | -1/+23 | |
other non i386 NetBSD ports. - Don't print an error message on EINTR because this error is pretty normal if send() gets interrupt by SIGALRM. | |||||
2001-04-17 | Pay attention to "${LDFLAGS}". | tron | 2 | -4/+4 | |
2001-04-17 | Make this package build under Solaris. | tron | 1 | -1/+7 | |
2001-04-17 | Add and enable "netio". | tron | 1 | -1/+2 | |
2001-04-17 | Import new "netio" package: | tron | 5 | -0/+50 | |
Network benchmark for DOS, OS/2 2.x, Windows NT/2000 and Unix | |||||
2001-04-17 | Move "ttcp" package to category "benchmarks". | tron | 7 | -1/+134 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 45 | -113/+87 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-04-15 | revert previous change. f2c package has been fixed so that the autoconf | dmcmahill | 2 | -6/+5 | |
builtin test correctly determines runtime path. | |||||
2001-04-15 | add missing -Wl,-R.... | dmcmahill | 2 | -5/+6 | |
2001-04-09 | Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR} | wiz | 16 | -32/+32 | |
2001-03-31 | Cleanup: | zuntum | 7 | -16/+16 | |
-O2 -> ${CFLAGS} ${MKDIR} -> ${INSTALL_DATA_DIR} | |||||
2001-03-27 | Change BUILD_DEPENDS semantics: | hubertf | 1 | -2/+2 | |
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org> | |||||
2001-03-22 | gnuplot>=3.7 | wiz | 1 | -2/+2 | |
2001-03-19 | make sure this works with either f77 or f2c-f77. Fixes recently noted | dmcmahill | 2 | -8/+8 | |
problems using f77 on alpha. | |||||
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 2 | -7/+7 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-16 | Not needed any more -- COMMENTs are in Makefiles now. | wiz | 1 | -1/+0 | |
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 1 | -19/+20 | |
While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.) | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 36 | -36/+36 | |
2001-02-06 | Unify format of MESSAGEs, and include RCS Ids. | wiz | 2 | -4/+14 | |