From owner-cvs-all Mon Oct 21 20:42:59 2002 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 9C41A37B401; Mon, 21 Oct 2002 20:42:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38C0D43E65; Mon, 21 Oct 2002 20:42:56 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9M3gOmV060773; Mon, 21 Oct 2002 20:42:24 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9M3gOgJ060772; Mon, 21 Oct 2002 20:42:24 -0700 (PDT) Message-Id: <200210220342.g9M3gOgJ060772@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 21 Oct 2002 20:42:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla Makefile distinfo pkg-descr pkg-message pkg-plist ports/www/mozilla/files mozilla.sh patch-Makefile.in patch-build_unix_run-mozilla.sh patch-embedding::config::basebrowser-unix patch-modules::libpref::src::unix::unix.js patch-security patch-security::coreconf::FreeBSD.mk ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/10/21 20:42:24 PDT Modified files: www/mozilla Makefile distinfo pkg-descr www/mozilla/files mozilla.sh patch-Makefile.in patch-embedding::config::basebrowser-unix patch-modules::libpref::src::unix::unix.js patch-security patch-security::coreconf::FreeBSD.mk www/mozilla-devel Makefile distinfo pkg-descr www/mozilla-devel/files patch-qt www/mozilla-embedded Makefile www/mozilla-embedded-devel Makefile www/mozilla-embedded-vendor Makefile www/mozilla-headers Makefile www/mozilla-headers-devel Makefile www/mozilla-headers-vendor Makefile www/mozilla-vendor Makefile pkg-descr www/mozilla-vendor/files mozilla.sh Added files: www/mozilla pkg-message www/mozilla/files patch-build_unix_run-mozilla.sh www/mozilla-devel pkg-message www/mozilla-vendor pkg-message www/mozilla-vendor/files patch-build_unix_run-mozilla.sh patch-security Removed files: www/mozilla pkg-plist www/mozilla/files tar-exclude www/mozilla-devel pkg-plist www/mozilla-devel/files patch-security tar-exclude www/mozilla-embedded pkg-plist www/mozilla-embedded-devel pkg-plist www/mozilla-embedded-vendor pkg-plist www/mozilla-headers pkg-plist www/mozilla-headers-devel pkg-plist www/mozilla-headers-vendor pkg-plist www/mozilla-vendor pkg-plist www/mozilla-vendor/files tar-exclude Log: This commit includes: * mozilla-*vendor ports (currently for Mozilla 1.0.1) * mozilla* ports (currently for Mozilla 1.1) * mozilla-*devel ports (currently for Mozilla 1.2b) Special thanks goes to trevor for auto-generating plist patches, cy for pointing out that the Mozilla startup scripts need to be tailored for each version of Mozilla, grog for suggesting that some verbage needs to be added to explain the Java plugin messages at startup, and John Merryweather Cooper for suggesting a common plugin directory. Of course, thanks also goes to the user community for suggestions and support. These ports offer: * Complete coexistence with each other * A universal ${PREFIX}/lib/browser_plugins directory * Auto-generated plists for ease of maintenance * More accurate pkg-descr's * A pkg-message pointing users to java/jdk13 for the Java plugin PR: 42870 42941 Reviewed by: ports gnome Revision Changes Path 1.120 +41 -19 ports/www/mozilla-devel/Makefile 1.57 +2 -2 ports/www/mozilla-devel/distinfo 1.19 +7 -35 ports/www/mozilla-devel/files/patch-qt 1.2 +0 -317 ports/www/mozilla-devel/files/patch-security (dead) 1.2 +0 -6 ports/www/mozilla-devel/files/tar-exclude (dead) 1.23 +2 -3 ports/www/mozilla-devel/pkg-descr 1.1 +9 -0 ports/www/mozilla-devel/pkg-message (new) 1.61 +0 -631 ports/www/mozilla-devel/pkg-plist (dead) 1.19 +11 -3 ports/www/mozilla-embedded-devel/Makefile 1.27 +0 -197 ports/www/mozilla-embedded-devel/pkg-plist (dead) 1.18 +16 -6 ports/www/mozilla-embedded-vendor/Makefile 1.27 +0 -194 ports/www/mozilla-embedded-vendor/pkg-plist (dead) 1.18 +10 -1 ports/www/mozilla-embedded/Makefile 1.27 +0 -194 ports/www/mozilla-embedded/pkg-plist (dead) 1.10 +10 -2 ports/www/mozilla-headers-devel/Makefile 1.27 +0 -2225 ports/www/mozilla-headers-devel/pkg-plist (dead) 1.9 +16 -6 ports/www/mozilla-headers-vendor/Makefile 1.28 +0 -2209 ports/www/mozilla-headers-vendor/pkg-plist (dead) 1.9 +9 -0 ports/www/mozilla-headers/Makefile 1.28 +0 -2209 ports/www/mozilla-headers/pkg-plist (dead) 1.117 +42 -18 ports/www/mozilla-vendor/Makefile 1.5 +2 -2 ports/www/mozilla-vendor/files/mozilla.sh 1.1 +21 -0 ports/www/mozilla-vendor/files/patch-build_unix_run-mozilla.sh (new) 1.1 +260 -0 ports/www/mozilla-vendor/files/patch-security (new) 1.2 +0 -6 ports/www/mozilla-vendor/files/tar-exclude (dead) 1.23 +4 -3 ports/www/mozilla-vendor/pkg-descr 1.1 +9 -0 ports/www/mozilla-vendor/pkg-message (new) 1.61 +0 -595 ports/www/mozilla-vendor/pkg-plist (dead) 1.119 +34 -17 ports/www/mozilla/Makefile 1.58 +2 -2 ports/www/mozilla/distinfo 1.5 +0 -0 ports/www/mozilla/files/mozilla.sh 1.4 +8 -11 ports/www/mozilla/files/patch-Makefile.in 1.1 +21 -0 ports/www/mozilla/files/patch-build_unix_run-mozilla.sh (new) 1.5 +0 -0 ports/www/mozilla/files/patch-embedding::config::basebrowser-unix 1.3 +0 -0 ports/www/mozilla/files/patch-modules::libpref::src::unix::unix.js 1.2 +156 -99 ports/www/mozilla/files/patch-security 1.4 +0 -0 ports/www/mozilla/files/patch-security::coreconf::FreeBSD.mk 1.2 +0 -6 ports/www/mozilla/files/tar-exclude (dead) 1.23 +6 -7 ports/www/mozilla/pkg-descr 1.1 +9 -0 ports/www/mozilla/pkg-message (new) 1.61 +0 -595 ports/www/mozilla/pkg-plist (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message