[71226] trunk/dports/devel

mcalhoun at macports.org mcalhoun at macports.org
Sun Sep 5 07:32:14 PDT 2010


Revision: 71226
          http://trac.macports.org/changeset/71226
Author:   mcalhoun at macports.org
Date:     2010-09-05 07:32:13 -0700 (Sun, 05 Sep 2010)
Log Message:
-----------
qt4-creator-mac: Create new port for the IDE qt-creator.

Added Paths:
-----------
    trunk/dports/devel/qt4-creator-mac/
    trunk/dports/devel/qt4-creator-mac/Portfile

Added: trunk/dports/devel/qt4-creator-mac/Portfile
===================================================================
--- trunk/dports/devel/qt4-creator-mac/Portfile	                        (rev 0)
+++ trunk/dports/devel/qt4-creator-mac/Portfile	2010-09-05 14:32:13 UTC (rev 71226)
@@ -0,0 +1,42 @@
+# -*- 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                qt4-creator-mac
+version             1.3.1
+categories          devel aqua
+platforms           darwin
+maintainers         mcalhoun openmaintainer
+description         Cross-platform integrated development environment (IDE) tailored to the needs of Qt developers.
+long_description    Qt Creator is a cross-platform integrated development environment (IDE) tailored to the needs of Qt developers.
+
+homepage            http://qt.nokia.com/products/developer-tools
+distname            qt-creator-${version}-src
+master_sites        http://get.qt.nokia.com/qtcreator/
+depends_lib         port:qt4-mac
+
+use_zip yes
+
+checksums           md5     b4c66810c591f62aa26739f997ffe88b \
+                    sha1    a4a72771f72a04f1aaa6d8e10569c70425002eeb \
+                    rmd160  28ce9fa2bf758cb87b6b753bb439ad16e8b4d542
+
+configure.cmd        ${prefix}/libexec/qt4-mac/bin/qmake
+configure.pre_args   
+configure.args       
+configure.post_args
+configure.universal_args
+
+destroot {
+    copy "${worksrcpath}/bin/Qt Creator.app" "${destroot}${applications_dir}"
+}
+
+variant universal {
+    configure.args-append \"CONFIG+=[string map {i386 x86} ${universal_archs}]\"
+}
+
+livecheck.type      regex
+livecheck.url       http://get.qt.nokia.com/qtcreator/
+# Qt Creator 2.0.* requires Qt 4.7
+#livecheck.regex     "qt-creator-(\[0-9.-\]+)-src.zip"
+livecheck.regex     "qt-creator-(1.\[0-9.-\]+)-src.zip"


Property changes on: trunk/dports/devel/qt4-creator-mac/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/20100905/61ddc696/attachment.html>


More information about the macports-changes mailing list