New port: sysutils/stressdisk

This is a program designed to stress test your disks and
find failures in them.

- Use it to soak test your new disks / memory cards / USB
  sticks before trusting your valuable data to it.

- Use it to soak test your new PC hardware also for the same reason.

WWW: https://github.com/ncw/stressdisk

PR:		251309
Submitted by:	Nuno Teixeira <ed.arrakis@gmail.com>
This commit is contained in:
Kurt Jaeger 2020-11-28 06:14:00 +00:00
parent daf7957f6a
commit d560098f08
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556479
4 changed files with 47 additions and 0 deletions

View File

@ -1271,6 +1271,7 @@
SUBDIR += stow
SUBDIR += stowES
SUBDIR += stress
SUBDIR += stressdisk
SUBDIR += superiotool
SUBDIR += swapd
SUBDIR += swapexd

View File

@ -0,0 +1,32 @@
# $FreeBSD$
PORTNAME= stressdisk
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.12
CATEGORIES= sysutils
MAINTAINER= ed.arrakis@gmail.com
COMMENT= Stress test your disks before trusting your valuable data to them
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= ncw
GH_TUPLE= ncw:directio:v1.0.4:ncw_directio/vendor/github.com/ncw/directio
PLIST_FILES= bin/stressdisk
PORTDOCS= README.md
OPTIONS_DEFINE= DOCS
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
TIMESTAMP = 1606042976
SHA256 (ncw-stressdisk-v1.0.12_GH0.tar.gz) = 2ddb89810f88c27edbcbd31eb3ec28d8393570f88421c6cdd95728986e820142
SIZE (ncw-stressdisk-v1.0.12_GH0.tar.gz) = 11408
SHA256 (ncw-directio-v1.0.4_GH0.tar.gz) = 65ae83dfce6da3673440b21bdac9951957283917aef4a63a9c234cbc2e8efb8a
SIZE (ncw-directio-v1.0.4_GH0.tar.gz) = 3873

View File

@ -0,0 +1,9 @@
This is a program designed to stress test your disks and
find failures in them.
- Use it to soak test your new disks / memory cards / USB
sticks before trusting your valuable data to it.
- Use it to soak test your new PC hardware also for the same reason.
WWW: https://github.com/ncw/stressdisk