Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2001-01-11 | CFLAGS+= instead of CFLAGS= | wiz | 2 | -7/+8 | |
2000-12-14 | Update to 1.13 - no list of changes available. | hubertf | 2 | -5/+5 | |
2000-12-14 | Handle uname -a output better. Fixes pkg/11273. | wiz | 2 | -5/+20 | |
2000-12-12 | Unify Makefiles -- mostly headers: remove FreeBSD Ids. | wiz | 1 | -2/+1 | |
Consistent 4 character indentation of SUBDIR entries. | |||||
2000-11-16 | $() -> ${} | wiz | 1 | -2/+2 | |
2000-11-08 | Work around gcc codegen bug that results in infinite loop compiling mhz.c -O | abs | 3 | -5/+21 | |
on arm32 | |||||
2000-11-07 | Use pkgsrc libtool. | skrll | 1 | -1/+3 | |
2000-11-02 | Fix a typo in HOMEPAGE. | toshii | 1 | -2/+2 | |
2000-10-18 | Add an OSVERSION_SPECIFIC=yes flag to these packages. The flag at this time | garbled | 1 | -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-28 | Install only the files we really want, but remove all directories we create. | wiz | 2 | -3/+9 | |
2000-08-11 | Remove (sometimes FreeBSD) packager's (porter's) name from DESCR. | wiz | 3 | -8/+0 | |
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here. | |||||
2000-08-04 | Install benchmarking programs under libexec/bytebench. Add patches to do | jlam | 6 | -43/+165 | |
nicer report printing under BSD systems, provided by Greg Woods in pkg/6943. Closes PRs: 6943, 6945, 6946 | |||||
2000-08-04 | Make "make benchmark" actually work without having installed the software. | jlam | 3 | -9/+15 | |
Also remove an apparent extraneous line in the executable script which was causing errors. | |||||
2000-05-13 | -add missing USE_FORTRAN | dmcmahill | 6 | -2/+1433 | |
-minor patches to allow the package to correctly build with either g77 or f2c. | |||||
2000-05-09 | fixes for mips machines. Use 'uname -p' instead of 'uname -m'. | dmcmahill | 2 | -6/+14 | |
This fixes PR 7573 reported by Simon Burge and redundant PR 9950 reported by me (oops). | |||||
2000-05-04 | oops, restore `benchmark:' and `results:' | pooka | 1 | -1/+8 | |
2000-05-03 | Install ps documentation also. | pooka | 2 | -2/+6 | |
2000-05-02 | Update iozone to lastest stable (3.09), addresses pkg/10020. | pooka | 6 | -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-10 | Add missing manual page. | itohy | 1 | -1/+2 | |
2000-04-03 | Add and enable xengine. | sakamoto | 1 | -1/+2 | |
2000-04-03 | Adapt this package to NetBSD. | sakamoto | 5 | -18/+15 | |
2000-04-03 | Import FreeBSD's "xengine" port: | sakamoto | 6 | -0/+82 | |
Reciprocating engine for X | |||||
2000-03-16 | Add and enable httperf. | thorpej | 1 | -1/+2 | |