From owner-cvs-all@FreeBSD.ORG Wed Mar 15 11:35:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99C2016A400; Wed, 15 Mar 2006 11:35:34 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C75C43D46; Wed, 15 Mar 2006 11:35:34 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FBZXvD040108; Wed, 15 Mar 2006 11:35:33 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FBZXiI040107; Wed, 15 Mar 2006 11:35:33 GMT (envelope-from ahze) Message-Id: <200603151135.k2FBZXiI040107@repoman.freebsd.org> From: Michael Johnson Date: Wed, 15 Mar 2006 11:35:33 +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/xulrunner Makefile distinfo pkg-descr ports/www/xulrunner/files patch-build_unix_run-mozilla.sh patch-config-mkdepend-imakemdep.h patch-config_autoconf.mk.in patch-config_mkdepend_Makefile.in patch-config_rules.mk patch-configure ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 11:35:34 -0000 ahze 2006-03-15 11:35:33 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/xulrunner Makefile distinfo pkg-descr www/xulrunner/files patch-build_unix_run-mozilla.sh patch-config-mkdepend-imakemdep.h patch-config_autoconf.mk.in patch-config_mkdepend_Makefile.in patch-config_rules.mk patch-configure patch-extensions_transformiix_source_base_Double.cpp patch-gfx_src_gtk_nsFontMetricsXft.cpp patch-libm patch-security_coreconf_FreeBSD.mk patch-sysnss patch-uriloader_exthandler_unix_nsGNOMERegistry.cpp patch-xpcom_reflect_xptcall_public_xptcstubsdecl.inc patch-xpcom_reflect_xptcall_src_md_unix_Makefile.in patch-xptcall-alpha patch-xptcall-amd64 patch-xptcall-ia64 patch-xptcall-sparc64 Log: - Add xulrunner Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications that are as rich as Firefox and Thunderbird. It will provide mechanisms for installing, upgrading, and uninstalling these applications. XULRunner will also provide libxul, a solution which allows the embedding of Mozilla technologies in other projects and products. WWW: http://developer.mozilla.org/en/docs/XULRunner Most patches obtained from: www/seamonkey Revision Changes Path 1.1341 +1 -0 ports/www/Makefile 1.1 +34 -0 ports/www/xulrunner/Makefile (new) 1.1 +3 -0 ports/www/xulrunner/distinfo (new) 1.1 +21 -0 ports/www/xulrunner/files/patch-build_unix_run-mozilla.sh (new) 1.1 +10 -0 ports/www/xulrunner/files/patch-config-mkdepend-imakemdep.h (new) 1.1 +18 -0 ports/www/xulrunner/files/patch-config_autoconf.mk.in (new) 1.1 +10 -0 ports/www/xulrunner/files/patch-config_mkdepend_Makefile.in (new) 1.1 +14 -0 ports/www/xulrunner/files/patch-config_rules.mk (new) 1.1 +47 -0 ports/www/xulrunner/files/patch-configure (new) 1.1 +23 -0 ports/www/xulrunner/files/patch-extensions_transformiix_source_base_Double.cpp (new) 1.1 +12 -0 ports/www/xulrunner/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp (new) 1.1 +25 -0 ports/www/xulrunner/files/patch-libm (new) 1.1 +37 -0 ports/www/xulrunner/files/patch-security_coreconf_FreeBSD.mk (new) 1.1 +156 -0 ports/www/xulrunner/files/patch-sysnss (new) 1.1 +29 -0 ports/www/xulrunner/files/patch-uriloader_exthandler_unix_nsGNOMERegistry.cpp (new) 1.1 +11 -0 ports/www/xulrunner/files/patch-xpcom_reflect_xptcall_public_xptcstubsdecl.inc (new) 1.1 +56 -0 ports/www/xulrunner/files/patch-xpcom_reflect_xptcall_src_md_unix_Makefile.in (new) 1.1 +459 -0 ports/www/xulrunner/files/patch-xptcall-alpha (new) 1.1 +386 -0 ports/www/xulrunner/files/patch-xptcall-amd64 (new) 1.1 +38 -0 ports/www/xulrunner/files/patch-xptcall-ia64 (new) 1.1 +327 -0 ports/www/xulrunner/files/patch-xptcall-sparc64 (new) 1.1 +7 -0 ports/www/xulrunner/pkg-descr (new)