pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/memtester Initial import of memtester-2.93.1 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2756cd2f6b27
branches:  trunk
changeset: 478065:2756cd2f6b27
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Fri Jul 16 00:49:20 2004 +0000

description:
Initial import of memtester-2.93.1 from pkgsrc-wip, contributed by
<pancake at phreaker.net> with some minor changes by me.

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@localhost>. 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.

diffstat:

 sysutils/memtester/DESCR    |   7 +++++++
 sysutils/memtester/Makefile |  20 ++++++++++++++++++++
 sysutils/memtester/PLIST    |   3 +++
 sysutils/memtester/distinfo |   4 ++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r 16c204b5ff58 -r 2756cd2f6b27 sysutils/memtester/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/memtester/DESCR  Fri Jul 16 00:49:20 2004 +0000
@@ -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@localhost>. 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 -r 16c204b5ff58 -r 2756cd2f6b27 sysutils/memtester/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/memtester/Makefile       Fri Jul 16 00:49:20 2004 +0000
@@ -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@localhost
+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 -r 16c204b5ff58 -r 2756cd2f6b27 sysutils/memtester/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/memtester/PLIST  Fri Jul 16 00:49:20 2004 +0000
@@ -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 -r 16c204b5ff58 -r 2756cd2f6b27 sysutils/memtester/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/memtester/distinfo       Fri Jul 16 00:49:20 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index