[135616] trunk/dports/devel

ionic at macports.org ionic at macports.org
Mon Apr 27 21:52:27 PDT 2015


Revision: 135616
          https://trac.macports.org/changeset/135616
Author:   ionic at macports.org
Date:     2015-04-27 21:52:27 -0700 (Mon, 27 Apr 2015)
Log Message:
-----------
qbs: new port. Fixes: #47502.

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

Added: trunk/dports/devel/qbs/Portfile
===================================================================
--- trunk/dports/devel/qbs/Portfile	                        (rev 0)
+++ trunk/dports/devel/qbs/Portfile	2015-04-28 04:52:27 UTC (rev 135616)
@@ -0,0 +1,30 @@
+# -*- 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           qmake5 1.0
+
+name                qbs
+
+version             1.4.0
+categories          devel
+platforms           darwin
+license             LGPL-2.1
+maintainers         openmaintainer \
+                    petroules.com:jake.petroules
+description         Build tool that helps simplify the build process for developing projects across multiple platforms.
+long_description    Qt Build Suite (Qbs) is a tool that helps simplify the build process for developing projects across multiple platforms.
+
+homepage            https://wiki.qt.io/Qt_Build_Suite
+distname            qbs-${version}.src
+worksrcdir          qbs-${version}
+master_sites        https://download.qt.io/official_releases/qbs/${version}/
+
+checksums           rmd160  e0f192ad5abd2f38a4a20f3bbc15afb2c2a8287b \
+                    sha256  d384d0368c3e32ab3bdd9d85c96bb037aa1f650e77326ab5cd400a38cfef33f3
+
+configure.post_args QBS_INSTALL_PREFIX=${prefix} qbs.pro
+
+livecheck.type      regex
+livecheck.url       https://download.qt.io/official_releases/qbs/
+livecheck.regex     {(\d+(?:\.\d+)+)/}


Property changes on: trunk/dports/devel/qbs/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/20150427/18d310ad/attachment.html>


More information about the macports-changes mailing list