Add memtest86, a thorough, stand alone memory test for x86 architecture computers.
BIOS based memory tests are a quick, cursory check and often miss many of the failures that are detected by Memtest86. PR: ports/64818 Submitted by: Radim Kolar <hsn@netmag.cz>
This commit is contained in:
parent
5bab905509
commit
e0eee5508b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105463
@ -204,6 +204,7 @@
|
||||
SUBDIR += mcron
|
||||
SUBDIR += memgrep
|
||||
SUBDIR += memtest
|
||||
SUBDIR += memtest86
|
||||
SUBDIR += metalog
|
||||
SUBDIR += mgeupsd
|
||||
SUBDIR += minirsyslogd
|
||||
|
39
sysutils/memtest86/Makefile
Normal file
39
sysutils/memtest86/Makefile
Normal file
@ -0,0 +1,39 @@
|
||||
# New ports collection makefile for: memtest86
|
||||
# Date created: 27 Mar 2004
|
||||
# Whom: Radim Kolar
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= memtest86
|
||||
PORTVERSION= 3.1a
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.memtest86.com/
|
||||
|
||||
MAINTAINER= ports@freebsd.org
|
||||
COMMENT= Stand alone memory test for x86 architecture computers
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
PORTDOCS= README
|
||||
PLIST_FILES= share/${PORTNAME}/floppy.bin share/${PORTNAME}/memtest.iso.gz
|
||||
PLIST_DIRS= share/${PORTNAME}
|
||||
|
||||
do-build:
|
||||
@${CAT} ${FILESDIR}/pkg-message.in | ${SED} 's|%%DATADIR%%|${DATADIR}|g' > ${WRKDIR}/pkg-message
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/precomp.bin ${DATADIR}/floppy.bin
|
||||
${INSTALL_DATA} ${WRKSRC}/memtest.iso ${DATADIR}
|
||||
${GZIP_CMD} ${DATADIR}/memtest.iso
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.for i in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/memtest86/distinfo
Normal file
2
sysutils/memtest86/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (memtest86-3.1a.tar.gz) = 6c43d4aba3fdfa135c462a02b3ae5b39
|
||||
SIZE (memtest86-3.1a.tar.gz) = 142729
|
7
sysutils/memtest86/files/pkg-message.in
Normal file
7
sysutils/memtest86/files/pkg-message.in
Normal file
@ -0,0 +1,7 @@
|
||||
*
|
||||
* Usage:
|
||||
*
|
||||
* 1) Insert blank floppy
|
||||
* 2) dd if=%%DATADIR%%/floppy.bin of=/dev/fd0
|
||||
* 3) Boot the floppy
|
||||
*
|
7
sysutils/memtest86/pkg-descr
Normal file
7
sysutils/memtest86/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Memtest86 - A Stand-alone Memory Diagnostic
|
||||
|
||||
Memtest86 is thorough, stand alone memory test for x86 architecture computers.
|
||||
BIOS based memory tests are a quick, cursory check and often miss many of the
|
||||
failures that are detected by Memtest86.
|
||||
|
||||
WWW: http://www.memtest86.com/
|
Loading…
Reference in New Issue
Block a user