[127369] trunk/dports/sysutils

ryandesign at macports.org ryandesign at macports.org
Sun Oct 26 02:44:30 PDT 2014


Revision: 127369
          https://trac.macports.org/changeset/127369
Author:   ryandesign at macports.org
Date:     2014-10-26 02:44:30 -0700 (Sun, 26 Oct 2014)
Log Message:
-----------
realpath: new port, version 1.0 (#45418)

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

Added: trunk/dports/sysutils/realpath/Portfile
===================================================================
--- trunk/dports/sysutils/realpath/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/realpath/Portfile	2014-10-26 09:44:30 UTC (rev 127369)
@@ -0,0 +1,43 @@
+# -*- 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        user454322 realpath 1.0.0 v
+categories          sysutils
+platforms           darwin
+maintainers         yahoo.com.mx:dev.modprobe
+license             BSD
+
+description         realpath(1)
+
+long_description    realpath uses realpath(3) to resolve the path of the \
+                    filename(s) supplied as arguments and prints the result \
+                    to stdout.
+
+checksums           rmd160  f972c2a0d298307b2035a2d9aecb53343cff7ca7 \
+                    sha256  554ceca127840cf8af0d3c0919c74fc4e8d6ae8ad94bf4aea743ca4af8198be3
+
+configure.pre_args
+configure.args      -b ${prefix}/bin \
+                    -m ${prefix}/share/man
+
+configure.universal_args-delete --disable-dependency-tracking
+
+variant universal {}
+
+build.target
+build.args          CC="${configure.cc} [get_canonical_archflags cc]"
+
+test.run            yes
+test.target         test
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${subport}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        LICENSE \
+        README.md \
+        ${destroot}${docdir}
+}


Property changes on: trunk/dports/sysutils/realpath/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141026/30ad0dea/attachment.html>


More information about the macports-changes mailing list