[154154] trunk/dports/sysutils/f3

cal at macports.org cal at macports.org
Sat Oct 22 18:06:28 CEST 2016


Revision: 154154
          https://trac.macports.org/changeset/154154
Author:   cal at macports.org
Date:     2016-10-22 18:06:28 +0200 (Sat, 22 Oct 2016)
Log Message:
-----------
f3: new port

Closes #52677

Added Paths:
-----------
    trunk/dports/sysutils/f3/
    trunk/dports/sysutils/f3/Portfile

Added: trunk/dports/sysutils/f3/Portfile
===================================================================
--- trunk/dports/sysutils/f3/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/f3/Portfile	2016-10-22 16:06:28 UTC (rev 154154)
@@ -0,0 +1,37 @@
+# -*- 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
+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
+}


Property changes on: trunk/dports/sysutils/f3/Portfile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161022/c45a2465/attachment-0002.html>


More information about the macports-changes mailing list