diff options
author | miwi <miwi@FreeBSD.org> | 2008-08-10 05:03:44 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-08-10 05:03:44 +0800 |
commit | d340993eec1aa2b7a61094193452b19db1cdedeb (patch) | |
tree | d021a038b695ed0cf7017323bbd96a63752f8417 /www/Makefile | |
parent | 928ba763a2739815d59c581d4c5f88af249e7252 (diff) | |
download | freebsd-ports-gnome-d340993eec1aa2b7a61094193452b19db1cdedeb.tar.gz freebsd-ports-gnome-d340993eec1aa2b7a61094193452b19db1cdedeb.tar.zst freebsd-ports-gnome-d340993eec1aa2b7a61094193452b19db1cdedeb.zip |
Arora is a simple cross platform web browser. Currently Arora is a
very basic browser whose feature list includes things like "History"
and "Bookmarks". It does not have support for netscape plugins, so
no flash support until Qt 4.5. But it is small, less than 10,000
lines of code, very fast, lean, mean and loads of fun to hack on.
Arora and QtWebKit is developed to be cross-platform using the Qt
library. It was originally created as a demo for Qt to help test
the QtWebKit component and find API issues and bugs before the
release.
WWW: http://code.google.com/p/arora/
Submitted by: Andy Fawcett <andy at athame.co.uk>
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 a7012b0b4089..fddfe365e448 100644 --- a/www/Makefile +++ b/www/Makefile @@ -31,6 +31,7 @@ SUBDIR += aria SUBDIR += aria2 SUBDIR += aria2fe + SUBDIR += arora SUBDIR += ashe SUBDIR += asp2php SUBDIR += asterisk-fop |