aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/memtest
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2018-04-10 01:06:46 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2018-04-10 01:06:46 +0800
commit29ffa21e047dc573a614e3706ae53498e0112cb0 (patch)
treeca9a039f7a014c7f8be6fbfef037a7d4fee2ff6d /sysutils/memtest
parent306e92d375606bd62d3e9d6d95b86d08b574a5b6 (diff)
downloadfreebsd-ports-gnome-29ffa21e047dc573a614e3706ae53498e0112cb0.tar.gz
freebsd-ports-gnome-29ffa21e047dc573a614e3706ae53498e0112cb0.tar.zst
freebsd-ports-gnome-29ffa21e047dc573a614e3706ae53498e0112cb0.zip
- Rename sysutils/memtest to sysutils/memtester as that's how the
package and upstream project are named - Take maintainership
Diffstat (limited to 'sysutils/memtest')
-rw-r--r--sysutils/memtest/Makefile26
-rw-r--r--sysutils/memtest/distinfo2
-rw-r--r--sysutils/memtest/pkg-descr13
3 files changed, 0 insertions, 41 deletions
diff --git a/sysutils/memtest/Makefile b/sysutils/memtest/Makefile
deleted file mode 100644
index 5c703e9a2736..000000000000
--- a/sysutils/memtest/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Created by: Mario S F Ferreira <lioux@linf.unb.br> et al.
-# $FreeBSD$
-
-PORTNAME= memtester
-PORTVERSION= 4.3.0
-CATEGORIES= sysutils
-MASTER_SITES= http://pyropus.ca/software/${PORTNAME}/old-versions/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Utility to test for faulty memory subsystem
-
-LICENSE= GPLv2
-
-PLIST_FILES= bin/${PORTNAME} man/man8/${PORTNAME}.8.gz
-
-post-patch:
- @${REINPLACE_CMD} -e 's|cc|${CC}|' \
- ${WRKSRC}/conf-*
- @${REINPLACE_CMD} -e 's|_SC_PAGE_SIZE|_SC_PAGESIZE|' \
- ${WRKSRC}/${PORTNAME}.c
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8
-
-.include <bsd.port.mk>
diff --git a/sysutils/memtest/distinfo b/sysutils/memtest/distinfo
deleted file mode 100644
index f56a67b31d89..000000000000
--- a/sysutils/memtest/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (memtester-4.3.0.tar.gz) = f9dfe2fd737c38fad6535bbab327da9a21f7ce4ea6f18c7b3339adef6bf5fd88
-SIZE (memtester-4.3.0.tar.gz) = 22113
diff --git a/sysutils/memtest/pkg-descr b/sysutils/memtest/pkg-descr
deleted file mode 100644
index b8c9524fff13..000000000000
--- a/sysutils/memtest/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-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@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/