From owner-cvs-ports@FreeBSD.ORG Sat Aug 9 21:03:44 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBDCA106567B; Sat, 9 Aug 2008 21:03:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A5B6F8FC15; Sat, 9 Aug 2008 21:03:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m79L3iM9061479; Sat, 9 Aug 2008 21:03:44 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m79L3ijj061478; Sat, 9 Aug 2008 21:03:44 GMT (envelope-from miwi) Message-Id: <200808092103.m79L3ijj061478@repoman.freebsd.org> From: Martin Wilke Date: Sat, 9 Aug 2008 21:03:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/arora Makefile distinfo pkg-descr pkg-plist ports/www/arora/files patch-src_src.pri patch-src_src.pro X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Aug 2008 21:03:44 -0000 miwi 2008-08-09 21:03:44 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/arora Makefile distinfo pkg-descr pkg-plist www/arora/files patch-src_src.pri patch-src_src.pro Log: 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 Revision Changes Path 1.2118 +1 -0 ports/www/Makefile 1.1 +44 -0 ports/www/arora/Makefile (new) 1.1 +3 -0 ports/www/arora/distinfo (new) 1.1 +11 -0 ports/www/arora/files/patch-src_src.pri (new) 1.1 +20 -0 ports/www/arora/files/patch-src_src.pro (new) 1.1 +11 -0 ports/www/arora/pkg-descr (new) 1.1 +36 -0 ports/www/arora/pkg-plist (new)