head	1.4;
access;
symbols
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3;
locks; strict;
comment	@# @;


1.4
date	2005.11.29.23.24.55;	author marcus;	state dead;
branches;
next	1.3;

1.3
date	2004.11.07.22.24.19;	author marcus;	state Exp;
branches;
next	1.2;

1.2
date	2003.05.04.02.12.52;	author marcus;	state dead;
branches;
next	1.1;

1.1
date	2003.04.24.06.31.41;	author marcus;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Convert to USE_GECKO.

Obtained from:	MarcusCom CVS
@
text
@#!/bin/sh

dist_bin=`dirname $0`

MOZILLA_HOME=%%X11BASE%%/lib/%%MOZILLA%%

if [ -z "$MOZ_PLUGIN_PATH" ]; then
    MOZ_PLUGIN_PATH=%%PREFIX%%/lib/browser_plugins
    export MOZ_PLUGIN_PATH
fi

if [ -n "$LD_LIBRARY_PATH" ]; then
  LD_LIBRARY_PATH=$MOZILLA_HOME:$LD_LIBRARY_PATH
else
  LD_LIBRARY_PATH=$MOZILLA_HOME
fi
export LD_LIBRARY_PATH

MOZILLA_FIVE_HOME=$MOZILLA_HOME
export MOZILLA_FIVE_HOME

if [ -f %%LOCALBASE%%/lib/libflashplayer.so.1 ]; then
    LD_PRELOAD=%%LOCALBASE%%/lib/libflashplayer.so.1
    export LD_PRELOAD
fi

exec "%%PREFIX%%/bin/epiphany-bin" "$@@"
@


1.3
log
@Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).

This release notes detailing all of the new goodies in GNOME 2.8 can
be found at http://www.gnome.org/start/2.8/notes/, and the list of what
was fixed in GNOME 2.8.1 can be found at
http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html.

This release, as well as all of our others, would not have been possible
without the great efforts of our FreeBSD GNOME Team.  The list of
current members can be found at http://www.freebsd.org/gnome/contact.html
(including our newest member, Michael Johnson <ahze@@FreeBSD.org>).

Special thanks also goes out to all of the loyal FreeBSD GNOME users that
put up with crashes and hangs to test and debug GNOME on FreeBSD.  We would
especially like to thank those users that provided patches for GNOME 2.7 and
2.8:

Franz Klammer <klammer@@webonaut.com>
Piotr Smyrak <piotr.smyrak@@heron.pl>
Radek Kozlowski <radek@@raadradd.com>
Khairil Yusof <kaeru@@pd.jaring.my>
Yasuda Keisuke <kysd@@po.harenet.ne.jp>
Tom McLaughlin <tmclaugh@@sdf.lonestar.org>
Vladimir Grebenschikov <vova@@fbsd.ru>

GNOME 2.8 also features a new, FreeBSD-specific splashscreen that
was designed by jimmac for GNOME 2.8, then daemonized by
Franz Klammer <klammer@@webonaut.com> and Radek Kozlowski
<radek@@raadradd.com>.

As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8.  There is
a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh
that will aid in the upgrade process.  Full documentation on the GNOME 2.8
upgrade is coming following this commit.

From all of us at FreeBSD GNOME, ENJOY!
@
text
@@


1.2
log
@* Update to 0.6.0
* Bring startup script more in line with galeon2
@
text
@d5 9
a13 6
if test -n "$MOZILLA_FIVE_HOME"; then
	MOZILLA_HOME=$MOZILLA_FIVE_HOME
elif [ -f %%X11BASE%%/lib/%%MOZILLA%%/libgtkembedmoz.so ]; then
	MOZILLA_HOME=%%X11BASE%%/lib/%%MOZILLA%%
elif [ -f %%LOCALBASE%%/lib/%%MOZILLA%%/libgtkembedmoz.so ]; then
    	MOZILLA_HOME=%%LOCALBASE%%/lib/%%MOZILLA%%
d15 1
a15 2
	echo "Cannot find mozilla installation directory. Please set MOZILLA_FIVE_HOME to your mozilla directory"
	exit
a16 2

LD_LIBRARY_PATH=$MOZILLA_HOME:$LD_LIBRARY_PATH
d22 2
a23 5
MOZ_PLUGIN_PATH=%%PREFIX%%/lib/browser_plugins
export MOZ_PLUGIN_PATH

if [ -f %%FLASHPLAYER%% ]; then
    LD_PRELOAD=%%FLASHPLAYER%%
d27 1
a27 1
exec %%PREFIX%%/bin/epiphany-bin "$@@"
@


1.1
log
@Add epiphany, a simple, lightweight, Mozilla-based browser for the GNOME 2
desktop.

This port was based on work

Submitted by:	Maxime Romano <verbophobe@@jewcrew.org>
@
text
@@

