From owner-svn-ports-head@freebsd.org Tue Apr 30 10:40:01 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E8B5158C5E7; Tue, 30 Apr 2019 10:40:01 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6F214684DF; Tue, 30 Apr 2019 10:40:00 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4A63C85C1; Tue, 30 Apr 2019 10:40:00 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x3UAe0wJ053525; Tue, 30 Apr 2019 10:40:00 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3UAdxML053496; Tue, 30 Apr 2019 10:39:59 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201904301039.x3UAdxML053496@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 30 Apr 2019 10:39:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500471 - in head/sysutils/memtest86: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/sysutils/memtest86: . files X-SVN-Commit-Revision: 500471 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6F214684DF X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.958,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2019 10:40:01 -0000 Author: swills Date: Tue Apr 30 10:39:58 2019 New Revision: 500471 URL: https://svnweb.freebsd.org/changeset/ports/500471 Log: sysutils/memtest86: update to 4.3.7 While here, add options for image types and assign maintainer to submitter PR: 237658 Submitted by: Nuno Teixeira Added: head/sysutils/memtest86/pkg-plist (contents, props changed) Modified: head/sysutils/memtest86/Makefile (contents, props changed) head/sysutils/memtest86/distinfo (contents, props changed) head/sysutils/memtest86/files/pkg-message.in (contents, props changed) head/sysutils/memtest86/pkg-descr (contents, props changed) Modified: head/sysutils/memtest86/Makefile ============================================================================== --- head/sysutils/memtest86/Makefile Tue Apr 30 09:31:25 2019 (r500470) +++ head/sysutils/memtest86/Makefile Tue Apr 30 10:39:58 2019 (r500471) @@ -2,35 +2,46 @@ # $FreeBSD$ PORTNAME= memtest86 -PORTVERSION= 4.0b +PORTVERSION= 4.3.7 CATEGORIES= sysutils -MASTER_SITES= http://www.memtest86.com/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/b/s/} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}.iso.zip +MASTER_SITES= https://www.memtest86.com/downloads/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ed.arrakis@gmail.com COMMENT= Stand alone memory test for x86 architecture computers -ONLY_FOR_ARCHS= i386 +NO_WRKSUBDIR= yes +NO_ARCH= yes NO_BUILD= yes -ISO= Memtest86_${PORTVERSION:S/b/s/}.iso -ISODEST= Memtest86_${PORTVERSION:S/b//}.iso -PORTDOCS= README -PLIST_FILES= %%DATADIR%%/floppy.bin \ - %%DATADIR%%/${ISODEST} SUB_FILES= pkg-message -OPTIONS_DEFINE= DOCS +OPTIONS_MULTI= IMAGE +OPTIONS_MULTI_IMAGE= USB CD-ROM FLOPPY +OPTIONS_DEFAULT= USB +OPTIONS_SUB= yes +IMAGE_DESC= Image selection + +USB_DESC= Image for creating bootable USB Drive +USB_DISTFILES= ${DISTNAME}-usb${EXTRACT_SUFX} + +CD-ROM_DESC= Image for creating bootable CD-ROM Drive +CD-ROM_DISTFILES= ${DISTNAME}-iso${EXTRACT_SUFX} + +FLOPPY_DESC= Image for creating bootable Floppy Drive +FLOPPY_DISTFILES= ${DISTNAME}-floppy${EXTRACT_SUFX} + do-install: @${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/precomp.bin ${STAGEDIR}${DATADIR}/floppy.bin - ${INSTALL_DATA} ${WRKDIR}/${ISO} ${STAGEDIR}${DATADIR}/${ISODEST} -.for i in ${PORTDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} -.endfor + +do-install-USB-on: + ${INSTALL_DATA} ${WRKSRC}/memtest86-usb.img ${STAGEDIR}${DATADIR} + +do-install-CD-ROM-on: + ${INSTALL_DATA} ${WRKSRC}/Memtest86-4.3.7.iso ${STAGEDIR}${DATADIR}/memtest86-cdrom.iso + +do-install-FLOPPY-on: + ${INSTALL_DATA} ${WRKSRC}/memtest86-floppy.img ${STAGEDIR}${DATADIR} .include Modified: head/sysutils/memtest86/distinfo ============================================================================== --- head/sysutils/memtest86/distinfo Tue Apr 30 09:31:25 2019 (r500470) +++ head/sysutils/memtest86/distinfo Tue Apr 30 10:39:58 2019 (r500471) @@ -1,4 +1,7 @@ -SHA256 (memtest86-4.0s.tar.gz) = 05270483eef83683ede190750951387c4a7173568f5c8d7b82bb06824836cb79 -SIZE (memtest86-4.0s.tar.gz) = 157262 -SHA256 (memtest86-4.0s.iso.zip) = b3741456fd006bd1903b3a99f1e44966bf1421deb91343b8c64b8bc37dcec8bc -SIZE (memtest86-4.0s.iso.zip) = 773918 +TIMESTAMP = 1556536139 +SHA256 (memtest86-4.3.7-iso.tar.gz) = 514860e6687c6b829267ece45a8d72e870e52f4d6d56e6c812a29a2d644d3c03 +SIZE (memtest86-4.3.7-iso.tar.gz) = 426736 +SHA256 (memtest86-4.3.7-floppy.tar.gz) = efcc70bdad10b9d66eb3fae2c9d98a459a37df2d6402032adbe04ae2755c3ab1 +SIZE (memtest86-4.3.7-floppy.tar.gz) = 423271 +SHA256 (memtest86-4.3.7-usb.tar.gz) = 1ed05c97786a102d6e55de02f5724c6bcf3e50e2558afb0dfaf255ed57a1e38b +SIZE (memtest86-4.3.7-usb.tar.gz) = 424433 Modified: head/sysutils/memtest86/files/pkg-message.in ============================================================================== --- head/sysutils/memtest86/files/pkg-message.in Tue Apr 30 09:31:25 2019 (r500470) +++ head/sysutils/memtest86/files/pkg-message.in Tue Apr 30 10:39:58 2019 (r500471) @@ -1,7 +1,19 @@ * * Usage: * +* USB: +* 1) Insert memstick +* 2) dd if=%%DATADIR%%/memtest86-usb.img \ + of=/dev/daN bs=1m conv=sync +* 3) Boot the memstick +* +* CD-ROM: +* 1) Insert blank cd-rom +* 2) cdrecord dev= %%DATADIR%%/memtest86-cdrom.iso +* 3) Boot the memstick +* +* FLOPPY: * 1) Insert blank floppy -* 2) dd if=%%DATADIR%%/floppy.bin of=/dev/fd0 +* 2) dd if=%%DATADIR%%/memtest86-floppy.img of=/dev/fd0 * 3) Boot the floppy * Modified: head/sysutils/memtest86/pkg-descr ============================================================================== --- head/sysutils/memtest86/pkg-descr Tue Apr 30 09:31:25 2019 (r500470) +++ head/sysutils/memtest86/pkg-descr Tue Apr 30 10:39:58 2019 (r500471) @@ -1,7 +1,8 @@ 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. +MemTest86 is the original, free, stand alone memory testing software for +x86 computers. MemTest86 boots from a USB flash drive and tests the RAM +in your computer for faults using a series of comprehensive algorithms and +test patterns. WWW: http://www.memtest86.com/ Added: head/sysutils/memtest86/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/memtest86/pkg-plist Tue Apr 30 10:39:58 2019 (r500471) @@ -0,0 +1,3 @@ +%%CD-ROM%%%%DATADIR%%/memtest86-cdrom.iso +%%FLOPPY%%%%DATADIR%%/memtest86-floppy.img +%%USB%%%%DATADIR%%/memtest86-usb.img