# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup github 1.0 github.setup AltraMayor f3 6.0 v categories sysutils license GPL-3 maintainers nomaintainer description Verifies the reliability of local storage, e.g. flash long_description F3 stands for Fight Flash Fraud, or Fight Fake Flash, and will \ tell if a flash drive reports more capacity than it actually \ has. It writes known data on any local storage until \ it is full, and in a second phase, it reads all the data back and \ verifies it. If the storage is reliable, no discrepancies will \ be found. platforms darwin homepage http://oss.digirati.com.br/f3/ depends_lib-append port:argp-standalone use_configure no checksums rmd160 d91b9213bb7aa804f4429bede5837373cbf66aba \ sha256 b24e609ff580fb20b2058d6da4e12743050be5655d769a31dcea6e9e50f6e623 destroot { # The Makefile doesn't have an "install" target, so copy the files manually file copy \ ${worksrcpath}/f3read \ ${worksrcpath}/f3write \ ${worksrcpath}/f3write.h2w \ ${worksrcpath}/log-f3wr \ ${destroot}${prefix}/bin }