[110844] trunk/dports/sysutils

larryv at macports.org larryv at macports.org
Sat Sep 7 20:28:12 PDT 2013


Revision: 110844
          https://trac.macports.org/changeset/110844
Author:   larryv at macports.org
Date:     2013-09-07 20:28:11 -0700 (Sat, 07 Sep 2013)
Log Message:
-----------
fatsort: New port (#40324).

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

Added: trunk/dports/sysutils/fatsort/Portfile
===================================================================
--- trunk/dports/sysutils/fatsort/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/fatsort/Portfile	2013-09-08 03:28:11 UTC (rev 110844)
@@ -0,0 +1,44 @@
+# -*- 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
+
+name                fatsort
+version             1.1.1.336
+categories          sysutils
+platforms           darwin freebsd linux
+license             GPL-2
+maintainers         ionic.de:ionic
+
+installs_libs       no
+
+description         Utility to sort FAT12, FAT16 and FAT32 partitions
+long_description    FATSort is a C utility that sorts FAT12, FAT16 and \
+                    FAT32 partitions. It even can handle long file \
+                    name entries. FATSort reads the boot sector and \
+                    sorts the directory structure recursively.
+homepage            http://fatsort.sourceforge.net/
+
+depends_lib         port:libiconv
+
+master_sites        sourceforge:${name}
+checksums           md5     268ce4154ede7c08ff09eb3a80f0db51 \
+                    sha1    03a070603e7d48a98efd13166a2cc798141d0678 \
+                    rmd160  f218d8fc06df2e5a73ce050c88f5df9d2eae4c53 \
+                    sha256  e4c8212dffc94f62a15b557133e7a9acaf55ff17f5f22a655a67ac8cc36aee7c
+
+use_configure       no
+variant universal {}
+
+build.env           CFLAGS="${configure.cppflags} ${configure.cflags} [get_canonical_archflags cc]" \
+                    LDFLAGS="${configure.ldflags} [get_canonical_archflags ld]"
+build.args          CC=${configure.cc} \
+                    LD=${configure.cc}
+
+destroot.args       MANDIR=${prefix}/share/man/man1 \
+                    SBINDIR=${prefix}/sbin
+
+# OS X can't run the tests, but they could hypothetically run on
+# any system with bbe, mkfs.vfat, and fsck.vfat.
+test.run            yes
+test.target         tests


Property changes on: trunk/dports/sysutils/fatsort/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130907/91eb76b5/attachment.html>


More information about the macports-changes mailing list