[Midnightbsd-cvs] mports [18646] memtester 4.3.0

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Apr 12 01:33:01 EDT 2015


Revision: 18646
          http://svnweb.midnightbsd.org/mports/?rev=18646
Author:   laffer1
Date:     2015-04-12 01:33:00 -0400 (Sun, 12 Apr 2015)
Log Message:
-----------
memtester 4.3.0

Modified Paths:
--------------
    trunk/sysutils/memtest/Makefile
    trunk/sysutils/memtest/distinfo
    trunk/sysutils/memtest/pkg-descr

Property Changed:
----------------
    trunk/sysutils/memtest/pkg-descr

Modified: trunk/sysutils/memtest/Makefile
===================================================================
--- trunk/sysutils/memtest/Makefile	2015-04-12 04:43:17 UTC (rev 18645)
+++ trunk/sysutils/memtest/Makefile	2015-04-12 05:33:00 UTC (rev 18646)
@@ -1,29 +1,25 @@
 # $MidnightBSD$
 
-PORTNAME=	memtest
-PORTVERSION=	4.2.2
+PORTNAME=	memtester
+PORTVERSION=	4.3.0
 CATEGORIES=	sysutils
-MASTER_SITES=	http://pyropus.ca/software/${PORTNAME}er/old-versions/
-DISTNAME=	${PORTNAME}er-${PORTVERSION}
+MASTER_SITES=	http://pyropus.ca/software/${PORTNAME}/old-versions/
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Utility to test for faulty memory subsystem
+
 LICENSE=	gpl2
 
-MAN8=		${PORTNAME}.8
-PLIST_FILES=	bin/memtest
+PLIST_FILES=	bin/${PORTNAME} man/man8/${PORTNAME}.8.gz
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|cc|${CC}|' \
 		${WRKSRC}/conf-*
-	@${MV} ${WRKSRC}/${PORTNAME}er.8 ${WRKSRC}/${MAN8}
-	@${REINPLACE_CMD} -e 's|${PORTNAME}er |${PORTNAME} |g' \
-			  -e 's| ${PORTNAME}er| ${PORTNAME}|' \
-			  -e "s|${PORTNAME}er's|${PORTNAME}'s|" \
-		${WRKSRC}/${MAN8}
+	@${REINPLACE_CMD} -e 's|_SC_PAGE_SIZE|_SC_PAGESIZE|' \
+		${WRKSRC}/${PORTNAME}.c
 
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}er ${PREFIX}/bin/${PORTNAME}
-	@${INSTALL_MAN} ${WRKSRC}/${MAN8} ${PREFIX}/man/man8/${MAN8}
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${MANPREFIX}/man/man8
 
 .include <bsd.port.mk>

Modified: trunk/sysutils/memtest/distinfo
===================================================================
--- trunk/sysutils/memtest/distinfo	2015-04-12 04:43:17 UTC (rev 18645)
+++ trunk/sysutils/memtest/distinfo	2015-04-12 05:33:00 UTC (rev 18646)
@@ -1,2 +1,2 @@
-SHA256 (memtester-4.2.2.tar.gz) = a494569d58d642c796332a1b7f3b4b86845b52da66c15c96fbeecd74e48dae8e
-SIZE (memtester-4.2.2.tar.gz) = 20952
+SHA256 (memtester-4.3.0.tar.gz) = f9dfe2fd737c38fad6535bbab327da9a21f7ce4ea6f18c7b3339adef6bf5fd88
+SIZE (memtester-4.3.0.tar.gz) = 22113

Modified: trunk/sysutils/memtest/pkg-descr
===================================================================
--- trunk/sysutils/memtest/pkg-descr	2015-04-12 04:43:17 UTC (rev 18645)
+++ trunk/sysutils/memtest/pkg-descr	2015-04-12 05:33:00 UTC (rev 18646)
@@ -1,9 +1,13 @@
-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 at stormix.com>. The program has been rewritten by Charles
-Cazabon and many additional tests were added to help catch borderline
-memory. He 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.
+A user-space utility for testing the memory subsystem for faults.  It is
+portable and should compile and work on any 32- or 64-bit Unix-like system.
+(Yes, even weird, proprietary Unices, and even Mac OS X.)  For hardware
+developers, memtester can be told to test memory starting at a particular
+physical address as of memtester version 4.1.0.
 
+The original source was by Simon Kirby <sim at stormix.com>.  The program has
+been rewritten by Charles Cazabon and many additional tests were added to
+help catch borderline memory.  He 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.
+
 WWW: http://pyropus.ca/software/memtester/


Property changes on: trunk/sysutils/memtest/pkg-descr
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list