Port details |
- memtester Utility to test for faulty memory subsystem
- 4.7.0 sysutils =7 4.6.0_1Version of this port present on the latest quarterly branch.
- Maintainer: amdmi3@FreeBSD.org
- Port Added: 2018-04-09 17:07:51
- Last Update: 2024-11-29 18:09:15
- Commit Hash: c3f824e
- People watching this port, also watch:: freetype2, expat, libxml2, pcre, rsync
- License: GPLv2
- WWW:
- https://pyropus.ca./software/memtester/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- memtester>0:sysutils/memtester
- To install the port:
- cd /usr/ports/sysutils/memtester/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/memtester
- pkg install memtester
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: memtester
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1732902559
SHA256 (memtester-4.7.0.tar.gz) = 33271805f8aa30c119fbbf5ec4e7a298e9f4c2bc9d2d9302022a3ed301eb7028
SIZE (memtester-4.7.0.tar.gz) = 24536
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_memtester
- USES:
- cpe
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.7.0 29 Nov 2024 18:09:15 |
Dmitry Marakasov (amdmi3) |
sysutils/memtester: update 4.6.0 → 4.7.0 |
4.6.0_1 11 Jan 2024 13:59:36 |
Baptiste Daroussin (bapt) |
MANPREFIX: eliminate usage of MANPREFIX
While here move some manpages to share/man |
4.6.0 20 Dec 2022 17:38:26 |
Dmitry Marakasov (amdmi3) |
sysutils/memtester: update 4.5.1 → 4.6.0 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.5.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.5.1 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
4.5.1 21 Oct 2021 14:27:13 |
Stefan Eßer (se) |
sysutils/memtester: Add CPE information
Approved by: portmgr (blanket) |
4.5.1 01 Jun 2021 17:34:51 |
Dmitry Marakasov (amdmi3) |
sysutils/memtester: update to 4.5.1 |
4.5.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.5.0 27 Sep 2020 23:26:01 |
amdmi3 |
- Update to 4.5.0 |
4.3.0_1 20 Sep 2020 11:54:13 |
se |
Fix build with -fno-common |
4.3.0 09 Apr 2018 17:06:46 |
amdmi3 |
- Rename sysutils/memtest to sysutils/memtester as that's how the
package and upstream project are named
- Take maintainership |