pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/memtester Update to 4.0.2. From the README:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac58e9406bf7
branches:  trunk
changeset: 479252:ac58e9406bf7
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Aug 09 20:39:53 2004 +0000

description:
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:

 sysutils/memtester/Makefile |  15 +++++++--------
 sysutils/memtester/PLIST    |   8 +++++---
 sysutils/memtester/distinfo |   6 +++---
 3 files changed, 15 insertions(+), 14 deletions(-)

diffs (58 lines):

diff -r 91d87b9d2a9b -r ac58e9406bf7 sysutils/memtester/Makefile
--- a/sysutils/memtester/Makefile       Mon Aug 09 20:14:21 2004 +0000
+++ b/sysutils/memtester/Makefile       Mon Aug 09 20:39:53 2004 +0000
@@ -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@localhost
 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 -r 91d87b9d2a9b -r ac58e9406bf7 sysutils/memtester/PLIST
--- a/sysutils/memtester/PLIST  Mon Aug 09 20:14:21 2004 +0000
+++ b/sysutils/memtester/PLIST  Mon Aug 09 20:39:53 2004 +0000
@@ -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 -r 91d87b9d2a9b -r ac58e9406bf7 sysutils/memtester/distinfo
--- a/sysutils/memtester/distinfo       Mon Aug 09 20:14:21 2004 +0000
+++ b/sysutils/memtester/distinfo       Mon Aug 09 20:39:53 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index