Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-26 | benchmarks: Replace RMD160 checksums with BLAKE2s checksums | nia | 1 | -2/+2 | |
All checksums have been double-checked against existing RMD160 and SHA512 hashes | |||||
2021-10-07 | benchmarks: Remove SHA1 hashes for distfiles | nia | 1 | -2/+1 | |
2018-01-01 | Sort PLIST files. | rillig | 1 | -2/+2 | |
Unsorted entries in PLIST files have generated a pkglint warning for at least 12 years. Somewhat more recently, pkglint has learned to sort PLIST files automatically. Since pkglint 5.4.23, the sorting is only done in obvious, simple cases. These have been applied by running: pkglint -Cnone,PLIST -Wnone,plist-sort -r -F | |||||
2015-11-03 | Add SHA512 digests for distfiles for benchmarks category | agc | 1 | -1/+2 | |
Problems found with existing distfile for superpi: distfiles/super_pi-20030927/super_pi.tar.gz No changes were made to the superpi/distinfo file. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail. distfiles/eagle-lin32-7.4.0.run | |||||
2014-10-09 | Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. | wiz | 1 | -3/+1 | |
2012-09-11 | "user-destdir" is default these days | asau | 1 | -2/+1 | |
2012-07-01 | If the obsolete CLK_TCK isn't defined use CLOCKS_PER_SEC. | sbd | 2 | -1/+18 | |
2012-07-01 | Revert last. | sbd | 2 | -8/+7 | |
2012-07-01 | <time.h> needs to be included for CLK_TCK | sbd | 2 | -7/+8 | |
2012-06-18 | Fix LP64 problems (implicit declaration of malloc). PKGREVISION++. | dholland | 4 | -2/+64 | |
(Somehow this is the first PKGREVISION this package has ever had since it was imported in 1998...) | |||||
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -2/+1 | |
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 | -6/+9 | |
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-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 | 2 | -1/+1 | |
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 | 3 | -6/+4 | |
+ 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-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -4/+4 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-11 | CFLAGS+= instead of CFLAGS= | wiz | 2 | -7/+8 | |
2000-03-16 | cp -> ${CP}, chmod -> ${CHMOD} | wiz | 1 | -2/+2 | |
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+3 | |
1998-12-26 | Fix all the benchmark targets so they work properly, and work with the | garbled | 1 | -3/+7 | |
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-09-24 | Add a benchmark target to the package Makefile, so that the benchmark | agc | 1 | -1/+5 | |
can be run. | |||||
1998-08-30 | add new pkg dhrystone-2.1 | garbled | 6 | -0/+88 | |
Reinhold Weicker's DHRYSTONE 2.1 integer benchmark |