Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-11 | "user-destdir" is default these days | asau | 1 | -2/+1 | |
2011-09-14 | Fix some pkglint. There's quite a bit left, including a highly bogus | dholland | 1 | -5/+5 | |
"results" target that copies results into /tmp. | |||||
2011-09-14 | fix void main, use stdlib.h instead of casting malloc, etc. | dholland | 2 | -1/+72 | |
2010-01-25 | update master_sites. | zafer | 1 | -3/+3 | |
2009-05-16 | update master site | zafer | 1 | -2/+2 | |
2008-03-03 | Mechanical changes to add full DESTDIR support to packages that install | jlam | 1 | -2/+3 | |
their files via a custom do-install target. | |||||
2008-01-19 | Reset maintainer on his request. | wiz | 1 | -2/+2 | |
2005-02-22 | Add RMD160 digests in addition to the SHA1 ones. | agc | 1 | -1/+2 | |
2004-07-30 | Enable pkgviews installation. | minskim | 1 | -1/+5 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+3 | |
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -3/+2 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-09-09 | Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: | agc | 1 | -2/+2 | |
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value). | |||||
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 | 2 | -3/+3 | |
+ 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-31 | Cleanup: | zuntum | 1 | -2/+2 | |
-O2 -> ${CFLAGS} ${MKDIR} -> ${INSTALL_DATA_DIR} | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-03-16 | cp -> ${CP}, chmod -> ${CHMOD} | wiz | 1 | -2/+2 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-03-16 | s/cc/${CC}/ | agc | 1 | -2/+2 | |
1998-12-26 | Fix all the benchmark targets so they work properly, and work with the | garbled | 1 | -2/+6 | |
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-10-22 | Heapsort benchmark | garbled | 5 | -0/+47 | |
benchmark program for variable sized arrays. |