diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/memtester/DESCR | 7 | ||||
-rw-r--r-- | sysutils/memtester/Makefile | 20 | ||||
-rw-r--r-- | sysutils/memtester/PLIST | 3 | ||||
-rw-r--r-- | sysutils/memtester/distinfo | 4 |
4 files changed, 34 insertions, 0 deletions
diff --git a/sysutils/memtester/DESCR b/sysutils/memtester/DESCR new file mode 100644 index 00000000000..d03359f7305 --- /dev/null +++ b/sysutils/memtester/DESCR @@ -0,0 +1,7 @@ +memtest is a utility for testing the memory subsystem in a computer +to determine if it is faulty. The original source was by Simon +Kirby <sim@stormix.com>. I have by this time completely rewritten +the original source, and added many additional tests to help catch +borderline memory. I also rewrote the original tests (which catch +mainly memory bits which are stuck permanently high or low) so that +they run approximately an order of magnitude faster. diff --git a/sysutils/memtester/Makefile b/sysutils/memtester/Makefile new file mode 100644 index 00000000000..5ae3e2de5eb --- /dev/null +++ b/sysutils/memtester/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/07/16 00:49:20 schmonz Exp $ +# + +DISTNAME= memtester-2.93.1 +CATEGORIES= sysutils +MASTER_SITES= ${HOMEPAGE} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pancake@phreaker.net +HOMEPAGE= http://www.qcc.ca/~charlesc/software/memtester/ +COMMENT= Utility to test for faulty memory subsystem + +USE_GNU_TOOLS+= make +USE_BUILDLINK3= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/memtest ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/memtest.1 ${PREFIX}/man/man1 + +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/memtester/PLIST b/sysutils/memtester/PLIST new file mode 100644 index 00000000000..990008774af --- /dev/null +++ b/sysutils/memtester/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/16 00:49:20 schmonz Exp $ +bin/memtest +man/man1/memtest.1 diff --git a/sysutils/memtester/distinfo b/sysutils/memtester/distinfo new file mode 100644 index 00000000000..66087712d39 --- /dev/null +++ b/sysutils/memtester/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/07/16 00:49:20 schmonz Exp $ + +SHA1 (memtester-2.93.1.tar.bz2) = 9085bb0f6003f47bd06f815151f90703466b4918 +Size (memtester-2.93.1.tar.bz2) = 22665 bytes |