summaryrefslogtreecommitdiff
path: root/benchmarks/heapsort
AgeCommit message (Collapse)AuthorFilesLines
2016-04-24sunet.se stopped mirroring lots of stuff, remove/comment out references to itwiz1-3/+3
2015-11-03Add SHA512 digests for distfiles for benchmarks categoryagc1-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-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2012-09-11"user-destdir" is default these daysasau1-2/+1
2011-09-14Fix some pkglint. There's quite a bit left, including a highly bogusdholland1-5/+5
"results" target that copies results into /tmp.
2011-09-14fix void main, use stdlib.h instead of casting malloc, etc.dholland2-1/+72
2010-01-25update master_sites.zafer1-3/+3
2009-05-16update master sitezafer1-2/+2
2008-03-03Mechanical changes to add full DESTDIR support to packages that installjlam1-2/+3
their files via a custom do-install target.
2008-01-19Reset maintainer on his request.wiz1-2/+2
2005-02-22Add RMD160 digests in addition to the SHA1 ones.agc1-1/+2
2004-07-30Enable pkgviews installation.minskim1-1/+5
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+3
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-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-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-3/+3
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-09Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR}wiz1-2/+2
2001-03-31Cleanup:zuntum1-2/+2
-O2 -> ${CFLAGS} ${MKDIR} -> ${INSTALL_DATA_DIR}
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-03-16cp -> ${CP}, chmod -> ${CHMOD}wiz1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-03-16s/cc/${CC}/agc1-2/+2
1998-12-26Fix all the benchmark targets so they work properly, and work with thegarbled1-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-22Heapsort benchmarkgarbled5-0/+47
benchmark program for variable sized arrays.