head	1.6;
access;
symbols
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.2;
locks; strict;
comment	@# @;


1.6
date	2003.01.21.16.36.12;	author marcus;	state dead;
branches;
next	1.5;

1.5
date	2002.10.22.03.42.20;	author marcus;	state Exp;
branches;
next	1.4;

1.4
date	2002.09.03.20.45.54;	author marcus;	state Exp;
branches;
next	1.3;

1.3
date	2002.03.12.18.16.07;	author sobomax;	state Exp;
branches;
next	1.2;

1.2
date	2002.01.15.15.16.41;	author sobomax;	state Exp;
branches;
next	1.1;

1.1
date	2001.12.26.10.21.21;	author sobomax;	state Exp;
branches;
next	;


desc
@@


1.6
log
@At last, the long awaited update to 1.2.1.  Let the bloodbath begin!

* Update to 1.2.1
* Add optional GTK2 and Xft support
* Re-enable optimizations [1]
* Disable JavaScript debugger by default [1]
* Add calendar support [2]

PR:	45789, 45969 [2]
Submitted by:	Joe Kelsey <joek@@zircon.staff.flyingcroc.net> [2]
Suggested by:	David Schultz <dschultz@@uclink.Berkeley.EDU>
@
text
@
$FreeBSD: ports/www/mozilla/files/patch-embedding::config::basebrowser-unix,v 1.5 2002/10/22 03:42:20 marcus Exp $

--- embedding/config/basebrowser-unix.orig	Thu Feb  7 23:50:19 2002
+++ embedding/config/basebrowser-unix	Tue Mar 12 17:06:08 2002
@@@@ -119,6 +119,7 @@@@
 
 ; layout
 components/libgkcontent.so
+libmoz_art_lgpl.so
 res/dtd/*
 components/libgklayout.so                   
 components/libhtmlpars.so                 
@@@@ -203,12 +204,12 @@@@
 components/unicharutil.xpt
 components/libchardet.so
 ; optional - on english only systems
-; components/libucvja.so for japanese
-; components/libucvko.so for korean
-; components/libucvcn.so for simplified chinese
-; components/libucvtw.so for traditional chinese
-; components/libucvtw2.so for traditional chinese
-; components/libucvibm.so for ibm
+components/libucvja.so
+components/libucvko.so
+components/libucvcn.so
+components/libucvtw.so
+components/libucvtw2.so
+components/libucvibm.so
 
 
 res/language.properties
@


1.5
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
@
text
@d2 1
a2 1
$FreeBSD$
@


1.4
log
@Add mozilla-*-devel after a repo copy from mozilla.

NOTE: mozilla-*-devel is now Mozilla 1.1.  mozilla-* (without the -devel) is
back to Mozilla 1.0.  mozilla.org states that 1.1 is their new bleeding edge
release, and 1.0 is still the stable release.  The release cycle diagram also
indicates that a Mozilla 1.0.1 is coming.

For all users that upgraded from Mozilla 1.0 to 1.1, be aware that running
a blind portupgrade on mozilla will give you mozilla-1.0!  If you want to
keep Mozilla 1.1, you will have to change the origin of you mozilla ports to
point to their -devel counterparts.

The -devel ports will install files into -devel directories.  Therefore,
both mozilla and mozilla-devel can coexist.
@
text
@@


1.3
log
@Long awaited 0.9.9 update. For some reason configure doesn't pick up our
request to enable chatzilla, therefore it is not enabled now - the issue
is under investigation, but anybody is free to smash maintainers with a
relevant patch.
@
text
@@


1.2
log
@- Install files necessary for viewing pages in Asian languages using ports
  based on mozilla-embedded (galeon, skipstone etc.);
- remove commented out line from unixcharset.properties;
- add few `@@unexec rm -f' into mozilla-embedded plist to ensure complete
  removal of package even if the port based on mozilla-embedded was executed
  with root privileges (mozilla has a bad habit of updating files in
  ${PREFIX}/lib/mozilla* wherever it's possible).

Submitted by:	Takashi KANAMARU <kanamaru@@sekine-lab.ei.tuat.ac.jp> (Asian langs)
		sobomax (the rest)
@
text
@d4 2
a5 2
--- embedding/config/basebrowser-unix.orig	Wed Nov 21 00:21:59 2001
+++ embedding/config/basebrowser-unix	Tue Jan 15 15:26:55 2002
d10 2
a11 1
+libmoz_art_lgpl.so                   
d14 1
a14 2
 components/libgkview.so                   
@@@@ -196,12 +197,12 @@@@
@


1.1
log
@Update to 0.9.7.
@
text
@d4 2
a5 2
--- embedding/config/basebrowser-unix	2001/12/26 07:19:52	1.1
+++ embedding/config/basebrowser-unix	2001/12/26 07:24:15
d14 19
@

