[114327] trunk/dports/devel

g5pw at macports.org g5pw at macports.org
Thu Dec 5 02:08:08 PST 2013


Revision: 114327
          https://trac.macports.org/changeset/114327
Author:   g5pw at macports.org
Date:     2013-12-05 02:08:08 -0800 (Thu, 05 Dec 2013)
Log Message:
-----------
devel/appledoc:
  new port

Added Paths:
-----------
    trunk/dports/devel/appledoc/
    trunk/dports/devel/appledoc/Portfile

Added: trunk/dports/devel/appledoc/Portfile
===================================================================
--- trunk/dports/devel/appledoc/Portfile	                        (rev 0)
+++ trunk/dports/devel/appledoc/Portfile	2013-12-05 10:08:08 UTC (rev 114327)
@@ -0,0 +1,35 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4
+# $Id$
+PortSystem          1.0
+PortGroup           github 1.0
+PortGroup           xcode 1.0
+
+github.setup        tomaz appledoc 2.2 v
+maintainers         g5pw openmaintainer
+categories          devel
+description         Description
+long_description    LongDescription
+homepage            http://gentlebytes.com/${name}/
+license             BSD
+
+checksums           rmd160  7049aee126baed721c3e6fdc3ec066766b47bcd8 \
+                    sha256  7d86ff332c679a697dd62318585a413b09802881f4dc73ee9ae0217a8977847f
+
+xcode.target        appledoc
+xcode.configuration Release
+xcode.destroot.path ${prefix}/bin
+
+xcode.destroot.settings \
+                    OTHER_CFLAGS='-DCOMPILE_TIME_DEFAULT_TEMPLATE_PATH=@\"${destroot}${prefix}/share/${name}/Templates\"'
+
+pre-fetch {
+    if {${os.platform} == "darwin" && ${os.major} < 11} {
+        ui_error "${name} is only supported on OS X 10.7 Lion or later."
+        return -code error "unsupported platform version"
+    }
+}
+
+post-destroot {
+    xinstall -d ${destroot}${prefix}/share/${name}
+    copy ${worksrcpath}/Templates ${destroot}${prefix}/share/${name}/
+}


Property changes on: trunk/dports/devel/appledoc/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/20131205/413e542b/attachment.html>


More information about the macports-changes mailing list