[90846] trunk/dports/sysutils

yeled at macports.org yeled at macports.org
Thu Mar 15 14:42:58 PDT 2012


Revision: 90846
          https://trac.macports.org/changeset/90846
Author:   yeled at macports.org
Date:     2012-03-15 14:42:58 -0700 (Thu, 15 Mar 2012)
Log Message:
-----------
import rdfind - file duplication tool (thanks paul)

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

Added: trunk/dports/sysutils/rdfind/Portfile
===================================================================
--- trunk/dports/sysutils/rdfind/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/rdfind/Portfile	2012-03-15 21:42:58 UTC (rev 90846)
@@ -0,0 +1,23 @@
+# -*- 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                rdfind
+version             1.3.0
+categories          sysutils
+license             GPL-2
+maintainers         yeled
+description         duplicate file finder
+long_description    finds and optionally deletes, or symlinks equal files \
+                    on a filesystem
+homepage            http://rdfind.pauldreik.se/
+platforms           darwin
+master_sites        ${homepage}
+
+checksums           md5     c68e1bd0b6cb07dfae1a85ce4968b55b
+depends_lib         port:nettle
+
+configure.args     CPPFLAGS=-I${prefix}/include/ \
+                   LDFLAGS=-L${prefix}/lib
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120315/ee2f91d5/attachment.html>


More information about the macports-changes mailing list