[119716] trunk/dports/devel

mk at macports.org mk at macports.org
Sat May 3 22:24:25 PDT 2014


Revision: 119716
          https://trac.macports.org/changeset/119716
Author:   mk at macports.org
Date:     2014-05-03 22:24:25 -0700 (Sat, 03 May 2014)
Log Message:
-----------
qoauth: new port (closes #39877)

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

Added: trunk/dports/devel/qoauth/Portfile
===================================================================
--- trunk/dports/devel/qoauth/Portfile	                        (rev 0)
+++ trunk/dports/devel/qoauth/Portfile	2014-05-04 05:24:25 UTC (rev 119716)
@@ -0,0 +1,37 @@
+# -*- 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           qmake 1.0
+PortGroup           github 1.0
+
+github.setup        ayoy qoauth 1.0.1
+
+categories          devel
+platforms           darwin
+license             GPL-3
+maintainers         nomaintainer
+description         Qt-based client implementation of the OAuth standard
+long_description    ${description}
+
+depends_build       port:qt4-mac \
+                    port:qca \
+                    port:qca-ossl
+
+master_sites        http://files.ayoy.net/qoauth/${version}
+distname            ${name}-$version-src
+
+use_bzip2           yes
+
+checksums           rmd160 f6cb736a4c4ca036f7bb3bc840243cf005febd3b \
+                    sha256 b8579a77cecb07928e557c4a019db902a0f040b22f7926f147299e87ac5a54fd
+
+# The qoauth frameworks in src/src.pro doesn't really work - use the unix part
+post-patch {
+        # Dummy to force use of the unix part
+        reinplace "s|^macx|macxNOFRAMEWORKS|g" ${worksrcpath}/src/src.pro
+        # Don't use lib64
+        reinplace "s|lib64|lib|g" ${worksrcpath}/src/src.pro
+}
+
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140503/d4ab2965/attachment.html>


More information about the macports-changes mailing list