[80450] trunk/dports/www

ryandesign at macports.org ryandesign at macports.org
Wed Jul 13 05:15:15 PDT 2011


Revision: 80450
          http://trac.macports.org/changeset/80450
Author:   ryandesign at macports.org
Date:     2011-07-13 05:15:14 -0700 (Wed, 13 Jul 2011)
Log Message:
-----------
uzbl: new port, version 2011.04.12; see #21146

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

Added: trunk/dports/www/uzbl/Portfile
===================================================================
--- trunk/dports/www/uzbl/Portfile	                        (rev 0)
+++ trunk/dports/www/uzbl/Portfile	2011-07-13 12:15:14 UTC (rev 80450)
@@ -0,0 +1,48 @@
+# -*- 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                uzbl
+version             2011.04.12
+categories          www
+platforms           darwin
+maintainers         ryandesign openmaintainer
+
+description         Uzbl Web Browser
+
+long_description    ${name} is a web browser that adheres to the UNIX philosophy.
+
+homepage            http://www.uzbl.org/
+master_sites        https://github.com/Dieterbe/uzbl/tarball/${version}
+
+checksums           sha1    eaadbf0a813dad0e5babfffa06b94bf47c4ff798 \
+                    rmd160  01b7c67e48e857c1c9f634fd7778d97366603d94
+
+depends_build       port:pkgconfig
+
+depends_lib         port:gtk2 \
+                    port:webkit-gtk \
+                    port:libsoup
+
+post-extract {
+    move [glob ${workpath}/*] ${worksrcpath}
+}
+
+use_configure       no
+
+variant universal {}
+if {[variant_isset universal]} {
+    set archflags ${configure.universal_cflags}
+} else {
+    set archflags ${configure.cc_archflags}
+}
+
+build.args          PREFIX=${prefix} \
+                    CC="${configure.cc} ${archflags}"
+
+eval destroot.args  ${build.args}
+
+livecheck.type      regex
+livecheck.url       https://github.com/Dieterbe/uzbl/downloads
+livecheck.regex     {tarball/([0-9.]+)"}


Property changes on: trunk/dports/www/uzbl/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/20110713/5e832a73/attachment.html>


More information about the macports-changes mailing list