[91504] trunk/dports/math

dports at macports.org dports at macports.org
Tue Apr 3 13:58:14 PDT 2012


Revision: 91504
          https://trac.macports.org/changeset/91504
Author:   dports at macports.org
Date:     2012-04-03 13:58:13 -0700 (Tue, 03 Apr 2012)
Log Message:
-----------
R-app: new port, v1.51 (#33844, #32100)

Added Paths:
-----------
    trunk/dports/math/R-app/
    trunk/dports/math/R-app/Portfile

Added: trunk/dports/math/R-app/Portfile
===================================================================
--- trunk/dports/math/R-app/Portfile	                        (rev 0)
+++ trunk/dports/math/R-app/Portfile	2012-04-03 20:58:13 UTC (rev 91504)
@@ -0,0 +1,54 @@
+# -*- 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 xcode 1.0
+
+name                      R-app
+version                   1.51
+categories                math science aqua
+maintainers               epfl.ch:kjell.konis
+license                   GPL-2+
+
+description               R GUI for Mac OS X
+long_description          ${description}
+
+homepage                  http://R.research.att.com/
+platforms                 macosx
+
+fetch.type                svn
+svn.url                   https://svn.r-project.org/R-packages/trunk/Mac-GUI
+svn.method                checkout
+svn.revision              6148
+
+post-patch {
+    reinplace "s|/Library/Frameworks/R.framework|${frameworks_dir}/R.framework|g" \
+        ${worksrcpath}/R.xcodeproj/project.pbxproj
+}
+
+use_configure             no
+
+depends_lib               port:R-framework
+
+universal_variant         no
+
+worksrcdir                Mac-GUI
+
+# R-app does not yet build with clang
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
+xcode.project             R.xcodeproj
+xcode.configuration       Leopard64
+xcode.target              R
+xcode.build.settings      FRAMEWORK_SEARCH_PATHS=${frameworks_dir}
+xcode.destroot.settings   FRAMEWORK_SEARCH_PATHS=${frameworks_dir}
+
+post-destroot {
+    reinplace "s|%SVN%|${svn.revision}|g" ${destroot}${applications_dir}/R.app/Contents/Info.plist
+    file delete ${destroot}${applications_dir}/sush
+}
+
+
+


Property changes on: trunk/dports/math/R-app/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/20120403/c13e7d2b/attachment.html>


More information about the macports-changes mailing list