Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-11-11 | Use buildlink2. | seb | 1 | -3/+3 | |
2002-09-12 | Standardize. | wiz | 1 | -3/+3 | |
2002-01-22 | Undo last -- version was already bumped. | wiz | 1 | -2/+2 | |
2002-01-22 | belately bump version to 1.0nb1, for the bw_pipe fix | jdolecek | 1 | -2/+2 | |
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 | 1 | -3/+4 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 5 | -4/+4 | |
2001-10-26 | As this script is called directly by the package Makefile, move it out | agc | 2 | -3/+3 | |
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-04-20 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -16/+14 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-04-09 | Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR} | wiz | 1 | -2/+2 | |
2001-03-22 | gnuplot>=3.7 | wiz | 1 | -2/+2 | |
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-06 | Unify format of MESSAGEs, and include RCS Ids. | wiz | 1 | -2/+7 | |
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-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-03-16 | remove unnecessary empty line | wiz | 1 | -1/+0 | |
2000-02-01 | fix handling of OS_VERSION when an underscore is included (like 1.4.2_ALPHA) | dmcmahill | 2 | -1/+16 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-12-28 | replaced some commands by their ${COMMAND} counterparts | wiz | 1 | -3/+3 | |
one RCS tag added | |||||
1999-11-22 | regen. | rh | 1 | -4/+4 | |
1999-11-21 | update patch-sum for new patches | dmcmahill | 1 | -4/+4 | |
1999-11-15 | defuzz | rh | 4 | -16/+19 | |
1999-09-06 | Use ${LOWER_OPSYS} instead of | sakamoto | 3 | -61/+61 | |
${SED} -e 's|@OPSYS@|'`${ECHO} ${OPSYS} | ${TR} '[A-Z]' '[a-z]'`'|g'. | |||||
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+12 | |
1999-02-09 | GNU plot is now at v.3.7. Depend on that version. | bad | 1 | -2/+2 | |
1998-12-26 | Fix all the benchmark targets so they work properly, and work with the | garbled | 2 | -8/+17 | |
package uninstalled, with the exceptionof lmbench. Make non-batch targets for all the benchmarks, and create a results target which places all the results in /tmp for easier collection. | |||||
1998-12-03 | make aware of BATCH (if interactive), uid (if benchmark needs to be run as root) | hubertf | 1 | -1/+2 | |
1998-11-16 | Do the PLIST substitutions more efficiently, and use the new OS_VERSION | agc | 3 | -66/+63 | |
substitution when compiling the PLIST. Eliminate the unnecessary command execution from the package Makefile, which was incorrect. | |||||
1998-11-12 | s/echo/${ECHO}/ | agc | 1 | -3/+3 | |
1998-09-23 | Use @PREFIX@ when substituting for ${PREFIX}. | agc | 11 | -79/+101 | |
Add benchmark target to enable the benchmark to be run. | |||||
1998-09-17 | Clean this up for RO pkgsrc. | agc | 1 | -28/+21 | |
Eliminate duplicated code. | |||||
1998-09-05 | New pkg for hbench-OS-1.0 (hi matt!) | garbled | 19 | -0/+679 | |
a suite of portable benchmarks to measure the OS and the hardware. |