[Lunar-commits] <moonbase> webkit: new(ish) module. stable. moved to web/
Zachary McGrew
zmcgrew at lunar-linux.org
Tue Mar 3 20:13:07 CET 2009
commit ff861d55827ee96653f080bc90a0a1ddd6ce3d0b
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date: Tue Mar 3 11:13:07 2009 -0800
webkit: new(ish) module. stable. moved to web/
---
web/webkit/BUILD | 11 +++++++++++
web/webkit/DEPENDS | 13 +++++++++++++
web/webkit/DETAILS | 20 ++++++++++++++++++++
3 files changed, 44 insertions(+), 0 deletions(-)
diff --git a/web/webkit/BUILD b/web/webkit/BUILD
new file mode 100644
index 0000000..c710700
--- /dev/null
+++ b/web/webkit/BUILD
@@ -0,0 +1,11 @@
+(
+
+# bad_flags linker &&
+
+ OPTS="$OPTS --enable-svg-experimental --enable-svg --enable-svg-animation \
+ --enable-svg-filters --enable-svg-fonts --enable-svg-foreign-object \
+ --enable-svg-as-image --enable-svg-use-element"
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/web/webkit/DEPENDS b/web/webkit/DEPENDS
new file mode 100644
index 0000000..2be3522
--- /dev/null
+++ b/web/webkit/DEPENDS
@@ -0,0 +1,13 @@
+depends gtk+-2
+depends icu4c
+depends gperf
+depends libxslt
+depends sqlite
+depends jpeg
+depends libpng
+depends freetype2
+depends libsoup
+
+optional_depends gst-plugins-good "--enable-video" "" \
+ "Enable HTML5 video support?"
+
diff --git a/web/webkit/DETAILS b/web/webkit/DETAILS
new file mode 100644
index 0000000..ff70519
--- /dev/null
+++ b/web/webkit/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=webkit
+ VERSION=1.1.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://cafe.minaslivre.org/webkit/
+ SOURCE_VFY=sha1:4cf54ec1293617c28aa795b3e5bacfa443d302ec
+ WEB_SITE=http://www.webkit.org
+ ENTERED=20070919
+ UPDATED=20090303
+ SHORT="a web content engine"
+ PSAFE=no
+
+cat<<EOF
+WebKit is a web content engine, derived from KHTML and KJS from KDE,
+and used primarily in Apple's Safari browser. It is made to be embedded
+in other applications, such as mail readers, or web browsers.
+
+It is able to display content such as HTML, SVG, XML, and others. It
+also supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript
+and more.
+EOF
More information about the Lunar-commits
mailing list