[33380] trunk/dports/www

rhwood at macports.org rhwood at macports.org
Fri Jan 25 17:15:55 PST 2008


Revision: 33380
          http://trac.macosforge.org/projects/macports/changeset/33380
Author:   rhwood at macports.org
Date:     2008-01-25 17:15:53 -0800 (Fri, 25 Jan 2008)

Log Message:
-----------
New port of the GTK port of Apple's WebKit web rendering framework.

This port is currently known not to work and is being worked with the upstream
developers at http://bugs.webkit.org/show_bug.cgi?id=17001

Added Paths:
-----------
    trunk/dports/www/webkit-gtk/
    trunk/dports/www/webkit-gtk/Portfile

Added: trunk/dports/www/webkit-gtk/Portfile
===================================================================
--- trunk/dports/www/webkit-gtk/Portfile	                        (rev 0)
+++ trunk/dports/www/webkit-gtk/Portfile	2008-01-26 01:15:53 UTC (rev 33380)
@@ -0,0 +1,49 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem	1.0
+
+name		webkit-gtk
+version		r29781
+description	Apple's WebKit HTML Rendering library for GTK+
+long_description	\
+	The opensource HTML Rendering library from Apple for GTK+ \
+	\n\n \
+	This port is currently broken but has been included in the tree \
+	for debugging and development purposes. \
+	\n\n \
+	See  http://bugs.webkit.org/show_bug.cgi?id=17001 for the upstream ticket.
+maintainers	nomaintainer
+categories	www gnome
+platforms	darwin freebsd
+homepage	http://webkit.org
+master_sites    http://nightly.webkit.org/files/trunk/src/
+distname	WebKit-${version}
+use_bzip2	yes
+checksums	\
+	md5 93aef90606fdfe1ce13e35ba63ec42d2 \
+	sha1 39f45903f35254c2964770f4d6d2f906f1b7a600 \
+	rmd160 e9881bd7ed0026b18f960f119ac08aaec0467756
+
+depends_lib	\
+	port:curl \
+	port:gnome-vfs \
+	port:gstreamer \
+	port:gtk2 \
+	port:icu \
+	port:libxslt \
+	port:sqlite3 
+depends_build	\
+	port:libtool \
+	port:pkgconfig
+
+post-patch	{
+	reinplace "s|aclocal |aclocal -I${prefix}/share/aclocal |" ${worksrcpath}/autogen.sh
+	reinplace "s|libtoolize|glibtoolize|g" ${worksrcpath}/autogen.sh
+	# temporary reinplaces until patch is committed upstream
+	# see http://bugs.webkit.org/show_bug.cgi?id=17001
+	reinplace "s|!defined(__MACOS_CLASSIC__)|!defined(__MACOS_CLASSIC__) \\\&\\\& !defined(XP_UNIX)|" ${worksrcpath}/JavaScriptCore/bindings/npapi.h
+}
+
+configure.cmd	./autogen.sh
+configure.env	LIBTOOLIZE=${prefix}/bin/glibtoolize


Property changes on: trunk/dports/www/webkit-gtk/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080125/32eb7bba/attachment.html


More information about the macports-changes mailing list