summaryrefslogtreecommitdiff
path: root/sysutils/memtester
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2004-08-09 20:39:53 +0000
committerschmonz <schmonz@pkgsrc.org>2004-08-09 20:39:53 +0000
commit583ebd70110f53dba9f39898f55b0105959ed345 (patch)
tree877e6508a0dc935e319c206d28b17bd9008e297b /sysutils/memtester
parentc03c270facce87c09286ac50ec2c52137e51e835 (diff)
downloadpkgsrc-583ebd70110f53dba9f39898f55b0105959ed345.tar.gz
Update to 4.0.2. From the README:
The version 4 rewrite was mainly to accomplish three things: (1) the previous code was basically a hack, and was ugly. (2) to make the code more portable. The previous version required some hackery to compile on some systems. (3) to make the code fully 64-bit aware. The previous version worked on 64-bit systems, but did not fully stress the memory subsystems on them -- this version should be better at stress-testing 64-bit systems. pkgsrc changes: * Use the gzipped tarball (the bzipped one is no more). * Tweak COMMENT. * GNU make is no longer needed.
Diffstat (limited to 'sysutils/memtester')
-rw-r--r--sysutils/memtester/Makefile15
-rw-r--r--sysutils/memtester/PLIST8
-rw-r--r--sysutils/memtester/distinfo6
3 files changed, 15 insertions, 14 deletions
diff --git a/sysutils/memtester/Makefile b/sysutils/memtester/Makefile
index e811afc6626..bb610223c32 100644
--- a/sysutils/memtester/Makefile
+++ b/sysutils/memtester/Makefile
@@ -1,24 +1,23 @@
-# $NetBSD: Makefile,v 1.2 2004/07/28 16:03:47 schmonz Exp $
+# $NetBSD: Makefile,v 1.3 2004/08/09 20:39:53 schmonz Exp $
#
-DISTNAME= memtester-2.93.1
+DISTNAME= memtester-4.0.2
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
+COMMENT= Utility for testing the memory subsystem for faults
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_GNU_TOOLS+= make
USE_BUILDLINK3= yes
-INSTALLATION_DIRS= bin man/man1
+INSTALLATION_DIRS= bin man/man8 share/doc/memtester
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/memtest ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/memtest.1 ${PREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/memtester ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/memtester.8 ${PREFIX}/man/man8
+ ${INSTALL_DATA} ${WRKSRC}/README.tests ${PREFIX}/share/doc/memtester
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/memtester/PLIST b/sysutils/memtester/PLIST
index 990008774af..cc6236d78d0 100644
--- a/sysutils/memtester/PLIST
+++ b/sysutils/memtester/PLIST
@@ -1,3 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/16 00:49:20 schmonz Exp $
-bin/memtest
-man/man1/memtest.1
+@comment $NetBSD: PLIST,v 1.2 2004/08/09 20:39:53 schmonz Exp $
+bin/memtester
+man/man8/memtester.8
+share/doc/memtester/README.tests
+@dirrm share/doc/memtester
diff --git a/sysutils/memtester/distinfo b/sysutils/memtester/distinfo
index 66087712d39..9be0dfea44f 100644
--- a/sysutils/memtester/distinfo
+++ b/sysutils/memtester/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/07/16 00:49:20 schmonz Exp $
+$NetBSD: distinfo,v 1.2 2004/08/09 20:39:53 schmonz Exp $
-SHA1 (memtester-2.93.1.tar.bz2) = 9085bb0f6003f47bd06f815151f90703466b4918
-Size (memtester-2.93.1.tar.bz2) = 22665 bytes
+SHA1 (memtester-4.0.2.tar.gz) = 57ce7567bc8cdd1ed5bc2cee4dde732235a25105
+Size (memtester-4.0.2.tar.gz) = 15305 bytes