head	1.17;
access;
symbols
	RELEASE_5_3_0:1.16
	RELEASE_4_10_0:1.16
	RELEASE_5_2_1:1.16
	RELEASE_5_2_0:1.16
	RELEASE_4_9_0:1.16
	RELEASE_5_1_0:1.16
	RELEASE_4_8_0:1.15
	RELEASE_5_0_0:1.15
	RELEASE_4_7_0:1.14
	RELEASE_4_6_2:1.14
	RELEASE_4_6_1:1.14
	RELEASE_4_6_0:1.14
	RELEASE_5_0_DP1:1.14
	RELEASE_4_5_0:1.14
	RELEASE_4_4_0:1.11
	RELEASE_4_3_0:1.6
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.2;
locks; strict;
comment	@# @;


1.17
date	2004.11.09.23.44.00;	author ahze;	state dead;
branches;
next	1.16;

1.16
date	2003.04.20.04.08.54;	author marcus;	state Exp;
branches;
next	1.15;

1.15
date	2002.10.22.03.44.18;	author marcus;	state Exp;
branches;
next	1.14;

1.14
date	2001.12.28.09.34.18;	author sobomax;	state Exp;
branches;
next	1.13;

1.13
date	2001.11.13.12.28.37;	author sobomax;	state Exp;
branches;
next	1.12;

1.12
date	2001.09.18.08.12.37;	author sobomax;	state Exp;
branches;
next	1.11;

1.11
date	2001.07.05.07.33.46;	author sobomax;	state Exp;
branches;
next	1.10;

1.10
date	2001.05.22.12.08.01;	author sobomax;	state Exp;
branches;
next	1.9;

1.9
date	2001.05.18.05.43.15;	author sobomax;	state Exp;
branches;
next	1.8;

1.8
date	2001.05.17.08.17.04;	author sobomax;	state Exp;
branches;
next	1.7;

1.7
date	2001.05.03.11.59.33;	author sobomax;	state Exp;
branches;
next	1.6;

1.6
date	2001.04.09.11.55.51;	author sobomax;	state Exp;
branches;
next	1.5;

1.5
date	2001.01.29.15.11.00;	author sobomax;	state Exp;
branches;
next	1.4;

1.4
date	2000.10.27.08.38.04;	author sobomax;	state Exp;
branches;
next	1.3;

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

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

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


desc
@@


1.17
log
@Rename ports/www/galeon2 --> ports/www/galeon

Approved by:	marcus
@
text
@--- src/galeon.in.orig	Thu Apr  3 15:14:49 2003
+++ src/galeon.in	Sat Apr 19 23:38:10 2003
@@@@ -4,18 +4,14 @@@@
 
 if test -n "$MOZILLA_FIVE_HOME"; then
 	MOZILLA_HOME=$MOZILLA_FIVE_HOME
-elif [ -f @@MOZILLA_HOME@@/chrome/comm.jar ]; then
+elif [ -f @@MOZILLA_HOME@@/libgtkembedmoz.so ]; then
 	MOZILLA_HOME=@@MOZILLA_HOME@@
-elif [ -f /usr/local/mozilla/chrome/comm.jar ]; then
-	MOZILLA_HOME=/usr/local/mozilla
-elif [ -f /usr/lib/mozilla/chrome/comm.jar ]; then
-	MOZILLA_HOME=/usr/lib/mozilla
-elif [ -f /opt/mozilla/chrome/comm.jar ]; then
-	MOZILLA_HOME=/opt/mozilla
-elif [ -f /usr/lib/mozilla-0.9.7/chrome/comm.jar ]; then
-	MOZILLA_HOME=/usr/lib/mozilla-0.9.7/
-elif [ -f /opt/gnome/lib/mozilla/chrome/comm.jar ]; then
-        MOZILLA_HOME=/opt/gnome/lib/mozilla/
+elif [ -f %%LOCALBASE%%/lib/%%MOZILLA%%/libgtkembedmoz.so ]; then
+	MOZILLA_HOME=%%LOCALBASE%%/lib/%%MOZILLA%%
+elif [ -f %%X11BASE%%/lib/%%MOZILLA%%/libgtkembedmoz.so ]; then
+	MOZILLA_HOME=%%X11BASE%%/lib/%%MOZILLA%%
+elif [ -f %%PREFIX%%/lib/%%MOZILLA%%/libgtkembedmoz.so ]; then
+	MOZILLA_HOME=%%PREFIX%%/lib/%%MOZILLA%%
 else
 	echo "Cannot find mozilla installation directory. Please set MOZILLA_FIVE_HOME to your mozilla directory"
 	exit
@@@@ -27,11 +23,12 @@@@
 MOZILLA_FIVE_HOME=$MOZILLA_HOME
 export MOZILLA_FIVE_HOME
 
-# for some reason this lets Galeon start properly on Red Hat 7.1 systems
-if [ -f /etc/redhat-release ]; then
-	if [ "`cat /etc/redhat-release`" = "Red Hat Linux release 7.1 (Seawolf)"  ]; then
-   	 export LD_ASSUME_KERNEL=2.2.5
-	fi
+MOZ_PLUGIN_PATH=%%PREFIX%%/lib/browser_plugins
+export MOZ_PLUGIN_PATH
+
+if [ -f %%FLASHPLAYER%% ]; then
+    LD_PRELOAD=%%FLASHPLAYER%%
+    export LD_PRELOAD
 fi
 
-exec "$dist_bin/galeon-bin" "$@@"
+exec %%PREFIX%%/bin/galeon-bin "$@@"
@


1.16
log
@Update to 1.2.10.
@
text
@@


1.15
log
@Add support for the new Mozilla ports.  By default, Galeon will build
against www/mozilla.  However, you can change this by specifying a
WITH_MOZILLA parameter, and setting it to one of the following values:

mozilla-devel
mozilla-embedded[-devel|-vendor]
mozilla-vendor

Note, this version of Galon should also use the new universal plugins
directory.
@
text
@d1 2
a2 2
--- src/galeon.in.orig	Thu Dec 27 19:13:42 2001
+++ src/galeon.in	Mon Oct 21 23:28:37 2002
d29 1
a29 1
@@@@ -27,16 +23,12 @@@@
a37 1
-fi
d40 5
d46 1
a46 4
 if [ -f ./galeon-bin ]; then
 exec ./galeon-bin "$@@"
 else
-exec $dist_bin/galeon-bin "$@@"
a47 2
 fi
 
@


1.14
log
@Update to 1.0.2.

PR:		33265
Submitted by:	Joe Marcus Clarke <marcus@@marcuscom.com>
@
text
@d1 2
a2 5

$FreeBSD$

--- src/galeon.in.orig	Thu Dec 27 23:49:08 2001
+++ src/galeon.in	Fri Dec 28 10:58:16 2001
d29 1
a29 1
@@@@ -27,16 +23,9 @@@@
d39 3
a41 1
-
@


1.13
log
@Update to 0.12.7.
@
text
@d4 3
a6 3
--- src/galeon.in.orig	Sat Nov 10 12:19:29 2001
+++ src/galeon.in	Tue Nov 13 13:59:24 2001
@@@@ -4,32 +4,14 @@@@
d10 1
a10 1
-elif [ -f @@MOZILLA_HOME@@/chrome/embed.jar ]; then
d13 1
a13 1
-elif [ -f /usr/local/mozilla/chrome/embed.jar ]; then
d15 1
a15 1
-elif [ -f /usr/lib/mozilla/chrome/embed.jar ]; then
d17 1
a17 1
-elif [ -f /opt/mozilla/chrome/embed.jar ]; then
d19 1
a19 15
-elif [ -f /usr/lib/mozilla-0.8.1/chrome/embed.jar ]; then
-	MOZILLA_HOME=/usr/lib/mozilla-0.8.1/
-elif [ -f /usr/lib/mozilla-0.9.1/chrome/embed.jar ]; then
-	MOZILLA_HOME=/usr/lib/mozilla-0.9.1/
-elif [ -f /usr/lib/mozilla-0.9.2/chrome/embed.jar ]; then
-	MOZILLA_HOME=/usr/lib/mozilla-0.9.2/
-elif [ -f /usr/lib/mozilla-0.9.3/chrome/embed.jar ]; then
-	MOZILLA_HOME=/usr/lib/mozilla-0.9.3/
-elif [ -f /usr/lib/mozilla-0.9.4/chrome/embed.jar ]; then
-	MOZILLA_HOME=/usr/lib/mozilla-0.9.4/
-elif [ -f /usr/lib/mozilla-0.9.5/chrome/embed.jar ]; then
-	MOZILLA_HOME=/usr/lib/mozilla-0.9.5/
-elif [ -f /usr/lib/mozilla-0.9.6/chrome/embed.jar ]; then
-	MOZILLA_HOME=/usr/lib/mozilla-0.9.6/
-elif [ -f /usr/lib/mozilla-0.9.7/chrome/embed.jar ]; then
d21 1
a21 1
-elif [ -f /opt/gnome/lib/mozilla/chrome/embed.jar ]; then
d32 1
a32 1
@@@@ -41,16 +23,9 @@@@
@


1.12
log
@Update to 0.12.1.
@
text
@d4 3
a6 3
--- src/galeon.in.orig	Wed Sep 12 20:50:45 2001
+++ src/galeon.in	Mon Sep 17 19:13:21 2001
@@@@ -4,28 +4,14 @@@@
d31 4
d46 1
a46 1
@@@@ -37,16 +23,9 @@@@
@


1.11
log
@Update to 0.11.1.
@
text
@d4 3
a6 4
--- src/galeon.in.orig	Tue Jul  3 13:30:53 2001
+++ src/galeon.in	Wed Jul  4 18:39:12 2001
@@@@ -1,25 +1,15 @@@@
 #!/bin/sh
a7 2
-dist_bin=`dirname $0`
-
d25 6
d42 1
a42 1
@@@@ -31,16 +21,9 @@@@
@


1.10
log
@Update galeon to 0.10.6.
@
text
@d4 3
a6 3
--- src/galeon.in	2001/05/15 11:38:39	1.1
+++ src/galeon.in	2001/05/15 11:42:43
@@@@ -1,19 +1,15 @@@@
d24 6
d39 11
a49 1
@@@@ -34,6 +30,6 @@@@
@


1.9
log
@Downgrade to 0.8.1 until numerous reported problems are fixed.
@
text
@d4 3
a6 3
--- src/galeon.orig	Mon Apr 30 11:46:07 2001
+++ src/galeon	Thu May  3 14:37:04 2001
@@@@ -1,17 +1,13 @@@@
d13 3
d33 1
a33 1
@@@@ -31,5 +27,5 @@@@
d40 1
@


1.8
log
@Update to 0.10.6.
@
text
@d4 3
a6 3
--- src/galeon.in	2001/05/15 11:38:39	1.1
+++ src/galeon.in	2001/05/15 11:42:43
@@@@ -1,19 +1,15 @@@@
a12 3
-elif [ -f @@MOZILLA_HOME@@/chrome/embed.jar ]; then
+elif [ -f @@MOZILLA_HOME@@/libgtkembedmoz.so ]; then
 	MOZILLA_HOME=@@MOZILLA_HOME@@
d30 1
a30 1
@@@@ -34,6 +30,6 @@@@
a36 1
 
@


1.7
log
@Update to 0.10.5.
@
text
@d4 3
a6 3
--- src/galeon.orig	Mon Apr 30 11:46:07 2001
+++ src/galeon	Thu May  3 14:37:04 2001
@@@@ -1,17 +1,13 @@@@
d13 3
d33 1
a33 1
@@@@ -31,5 +27,5 @@@@
d40 1
@


1.6
log
@Update to 0.10.4.
@
text
@d4 3
a6 3
--- src/galeon.orig	Tue Apr  3 22:06:15 2001
+++ src/galeon	Mon Apr  9 14:27:58 2001
@@@@ -1,15 +1,15 @@@@
d10 1
a10 2
+dist_bin=%%PREFIX%%/bin
 
d19 2
d30 7
@


1.5
log
@Update to 0.9.b3.
@
text
@d4 2
a5 2
--- src/galeon.orig	Tue Jan 23 15:58:45 2001
+++ src/galeon	Mon Jan 29 16:45:16 2001
d14 1
a14 1
-elif [ -f /usr/local/mozilla/libgtkembedmoz.so ]; then
d16 1
a16 1
-elif [ -f /usr/lib/mozilla/libgtkembedmoz.so ]; then
d18 1
a18 1
-elif [ -f /opt/mozilla/libgtkembedmoz.so ]; then
@


1.4
log
@Update to 0.7.7a.
@
text
@d1 6
a6 3
--- src/galeon.orig	Thu Oct  5 22:08:10 2000
+++ src/galeon	Thu Oct 19 20:52:08 2000
@@@@ -1,13 +1,13 @@@@
d14 1
a14 1
-elif [ -f /usr/local/mozilla/libgtkembedmoz.so ]; then 
d16 1
a16 1
-elif [ -f /usr/lib/mozilla/libgtkembedmoz.so ]; then 
d18 3
a20 1
+elif [ -f %%LOCALBASE%%/lib/%%MOZILLA%%/libgtkembedmoz.so ]; then 
d22 1
a22 1
+elif [ -f %%X11BASE%%/lib/%%MOZILLA%%/libgtkembedmoz.so ]; then 
d24 3
a26 1
 else 
d28 1
a28 1
 	exit	
@


1.3
log
@Update to 0.7.6.
@
text
@d1 3
a3 3
--- src/galeon.orig	Tue Sep 26 19:51:25 2000
+++ src/galeon	Tue Oct  3 10:12:08 2000
@@@@ -1,15 +1,15 @@@@
d10 1
a10 3
 	LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$LD_LIBRARY_PATH
 	export LD_LIBRARY_PATH
 	exec $dist_bin/galeon-bin $@@
@


1.2
log
@Update to 0.7.2.

Now the port uses mozilla-embedded port for html rendering by default, but you
can override it by defining WITH_FULL_MOZILLA (for example if you are planning
to use both mozilla and galeon on the same machine).

WARNING! This port requires M17 to work.
@
text
@d1 4
a4 5
--- src/galeon.orig	Tue Aug  1 11:22:03 2000
+++ src/galeon	Tue Aug  1 11:22:14 2000
@@@@ -1,14 +1,14 @@@@
-#!/bin/bash
+#!/bin/sh
d10 2
a11 1
 	export LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$LD_LIBRARY_PATH
@


1.1
log
@Add galeon - a GNOME Web browser based on gecko (the mozilla rendering engine).
It allows to use state-of-the-art HTML rendering engine without much overhead
imposed my Mozilla itself.

Obtained from:	http://www.gnome.org/
@
text
@d17 4
a20 4
+elif [ -f %%LOCALBASE%%/lib/mozilla/libgtkembedmoz.so ]; then 
+	MOZILLA_HOME=%%LOCALBASE%%/lib/mozilla
+elif [ -f %%X11BASE%%/lib/mozilla/libgtkembedmoz.so ]; then 
+	MOZILLA_HOME=%%X11BASE%%/lib/mozilla
@

