[78649] trunk/dports/www

ryandesign at macports.org ryandesign at macports.org
Sun May 15 23:04:38 PDT 2011


Revision: 78649
          http://trac.macports.org/changeset/78649
Author:   ryandesign at macports.org
Date:     2011-05-15 23:04:37 -0700 (Sun, 15 May 2011)
Log Message:
-----------
arora: new port, version 0.11.0; see #29467

Added Paths:
-----------
    trunk/dports/www/arora/
    trunk/dports/www/arora/Portfile

Added: trunk/dports/www/arora/Portfile
===================================================================
--- trunk/dports/www/arora/Portfile	                        (rev 0)
+++ trunk/dports/www/arora/Portfile	2011-05-16 06:04:37 UTC (rev 78649)
@@ -0,0 +1,35 @@
+# -*- 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                arora
+version             0.11.0
+categories          www aqua
+platforms           darwin
+maintainers         strasweb.fr:rudloff openmaintainer
+license             GPL-2
+
+description         cross-platform QtWebKit web browser
+
+long_description    Arora is a lightweight cross-platform web browser based \
+                    on QtWebKit. It's free (as in free speech and free beer).
+
+homepage            http://code.google.com/p/arora/
+master_sites        http://arora.googlecode.com/files/
+
+checksums           sha1    480cfd7482cccbb7ece866fa10afe9acace29b31 \
+                    rmd160  c8b010d5e540c8ee3a0604c4d24c19c8b8653798
+
+depends_lib         port:qt4-mac \
+                    port:openssl
+
+universal_variant   no
+
+configure {
+    system "cd ${worksrcpath} && ${prefix}/bin/qmake"
+}
+
+destroot {
+    copy ${worksrcpath}/Arora.app ${destroot}${applications_dir}
+}


Property changes on: trunk/dports/www/arora/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/20110515/02d4342a/attachment.html>


More information about the macports-changes mailing list