diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2009-03-03 05:44:51 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2009-03-03 05:44:51 +0000 |
commit | abe2af50bddcf283d5a16a3d366a5df05af3f139 (patch) | |
tree | 972a4417c5b7dbed643b7047b144c72d9e8c70e2 /www/Makefile | |
parent | 92ca1fc28a3fd07d787ca390eda190b6f04ff7a3 (diff) |
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.
WWW: http://search.cpan.org/dist/Gtk2-WebKit/
PR: ports/131044
Submitted by: Zane C, Bowers <vvelox at vvelox.net>
Notes
Notes:
svn path=/head/; revision=229402
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 2d8f36d9a1ce..29e211ca40aa 100644 --- a/www/Makefile +++ b/www/Makefile @@ -817,6 +817,7 @@ SUBDIR += p5-Flickr-Upload SUBDIR += p5-Gantry SUBDIR += p5-Geo-Caching + SUBDIR += p5-Gtk2-WebKit SUBDIR += p5-Gungho SUBDIR += p5-HTML-Adsense SUBDIR += p5-HTML-Breadcrumbs |