Files
ports/sysutils/f3/Makefile
T
sthen a6a3d10d0d import ports/sysutils/f3, from Alexander Klimov, earlier version ok op@
f3 is a simple tool that tests flash cards capacity and performance to
see if they live up to claimed specifications. It fills the device with
pseudorandom data and then checks if it returns the same on reading.

F3 stands for Fight Flash Fraud, or Fight Fake Flash.
2024-10-09 10:02:00 +00:00

20 lines
263 B
Makefile

COMMENT= test flash cards capacity and performance
GH_ACCOUNT= AltraMayor
GH_PROJECT= f3
GH_TAGNAME= v8.0
CATEGORIES= sysutils
# GPLv3
PERMIT_PACKAGE= Yes
WANTLIB= c m
USE_GMAKE= Yes
NO_TEST= Yes
BUILD_DEPENDS= devel/argp-standalone
.include <bsd.port.mk>