Commit 0fafa1dd authored by Rene Ladan's avatar Rene Ladan
Browse files

sysutils/stressdisk: Remove expired port

2026-01-31 sysutils/stressdisk: dead upstream
parent c1bb69ea
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5097,3 +5097,4 @@ x11/rofi-wayland|x11/rofi|2026-01-31|Wayland bits are now part of the main port
multimedia/py-decord||2026-01-31|Python bindings of multimedia/decord that was removed
sysutils/wiimms||2026-02-01|Has expired: sysutils/wiimms has been abandoned for many years
sysutils/burp-devel|sysutils/burp|2026-02-01|Has expired: 3.2.0 is the new stable version based on 3.1.4. Use sysutils/burp instead
sysutils/stressdisk||2026-02-01|Has expired: dead upstream
+0 −1
Original line number Diff line number Diff line
@@ -1368,7 +1368,6 @@
    SUBDIR += stow
    SUBDIR += stowES
    SUBDIR += stress
    SUBDIR += stressdisk
    SUBDIR += superfile
    SUBDIR += superiotool
    SUBDIR += swapd

sysutils/stressdisk/Makefile

deleted100644 → 0
+0 −37
Original line number Diff line number Diff line
PORTNAME=	stressdisk
DISTVERSIONPREFIX=	v
DISTVERSION=	1.0.13
PORTREVISION=	22
CATEGORIES=	sysutils

MAINTAINER=	eduardo@FreeBSD.org
COMMENT=	Stress test your disks before trusting your valuable data to them
WWW=		https://github.com/ncw/stressdisk

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

DEPRECATED=	dead upstream
EXPIRATION_DATE=	2026-01-31

BROKEN_FreeBSD_15=	error: SHT_STRTAB string table section [index 3] is non-null terminated, https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270962

USES=		go:modules
GO_MODULE=	github.com/ncw/stressdisk
GO_BUILDFLAGS=	-ldflags=" \
		-X main.version=${DISTVERSION}"

PLIST_FILES=	bin/stressdisk

PORTDOCS=	README.md

OPTIONS_DEFINE=	DOCS

do-install-DOCS-on:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>

sysutils/stressdisk/distinfo

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
TIMESTAMP = 1687781048
SHA256 (go/sysutils_stressdisk/stressdisk-v1.0.13/v1.0.13.mod) = 8a4203f65fbe55ebd523b553ce4683de54f0a2a1ffb2bafa64f945eca6683379
SIZE (go/sysutils_stressdisk/stressdisk-v1.0.13/v1.0.13.mod) = 82
SHA256 (go/sysutils_stressdisk/stressdisk-v1.0.13/v1.0.13.zip) = a5cb329326961c31bde17dcde0f264f7deb322b1772a091134aa0d16d6f2bf34
SIZE (go/sysutils_stressdisk/stressdisk-v1.0.13/v1.0.13.zip) = 13960

sysutils/stressdisk/pkg-descr

deleted100644 → 0
+0 −7
Original line number Diff line number Diff line
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.