Date: Sat, 9 Mar 2002 20:18:00 +0100 (CET) From: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/35709: new port: www/galeon-devel Message-ID: <200203091918.g29JI0q37662@elevation.zuhause.stoert.net>
next in thread | raw e-mail | index | archive | help
>Number: 35709 >Category: ports >Synopsis: new port: www/galeon-devel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 09 12:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Simon 'corecode' Schubert >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD elevation.zuhause.stoert.net 4.5-STABLE FreeBSD 4.5-STABLE #8: Fri Mar 1 23:38:06 CET 2002 corecode@elevation.zuhause.stoert.net:/usr/obj/i386/k7/usr/src/sys/ELEVATION i386 >Description: new port: www/galeon-devel galeon-devel is the development branch of galeon: currently versions 1.1.x it contains more features and bugfixes (and works more stable here for me) >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # galeon-devel # galeon-devel/files # galeon-devel/files/patch-configure # galeon-devel/files/patch-po::Makefile.in.in # galeon-devel/files/patch-galeon.schemas.in # galeon-devel/files/patch-galeon-config-tool.in # galeon-devel/files/patch-src::mozilla::TOCProtocolHandler.cpp # galeon-devel/files/patch-src::galeon.in # galeon-devel/Makefile # galeon-devel/distinfo # galeon-devel/pkg-comment # galeon-devel/pkg-descr # galeon-devel/pkg-plist # echo c - galeon-devel mkdir -p galeon-devel > /dev/null 2>&1 echo c - galeon-devel/files mkdir -p galeon-devel/files > /dev/null 2>&1 echo x - galeon-devel/files/patch-configure sed 's/^X//' >galeon-devel/files/patch-configure << 'END-of-galeon-devel/files/patch-configure' X--- configure.orig Sat Mar 9 17:28:39 2002 X+++ configure Sat Mar 9 17:35:39 2002 X@@ -13179,7 +13179,7 @@ X echo "${ECHO_T}no" >&6 X fi X X- CATOBJEXT=.gmo X+ CATOBJEXT=.mo X fi X X fi X@@ -13305,7 +13305,7 @@ X X BUILD_INCLUDED_LIBINTL=yes X USE_INCLUDED_LIBINTL=yes X- CATOBJEXT=.gmo X+ CATOBJEXT=.mo X INTLLIBS="\$(top_builddir)/intl/libintl.a $LIBICONV" X LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` X fi X@@ -13398,7 +13398,7 @@ X fi X X for lang in $ALL_LINGUAS; do X- GMOFILES="$GMOFILES $lang.gmo" X+ GMOFILES="$GMOFILES $lang.mo" X POFILES="$POFILES $lang.po" X done X X@@ -14138,10 +14138,10 @@ X s,@INSTALL_DATA@,$INSTALL_DATA,;t t X s,@PACKAGE@,$PACKAGE,;t t X s,@VERSION@,$VERSION,;t t X-s,@ACLOCAL@,$ACLOCAL,;t t X-s,@AUTOCONF@,$AUTOCONF,;t t X-s,@AUTOMAKE@,$AUTOMAKE,;t t X-s,@AUTOHEADER@,$AUTOHEADER,;t t X+s,@ACLOCAL@,/usr/bin/true,;t t X+s,@AUTOCONF@,/usr/bin/true,;t t X+s,@AUTOMAKE@,/usr/bin/true,;t t X+s,@AUTOHEADER@,/usr/bin/true,;t t X s,@MAKEINFO@,$MAKEINFO,;t t X s,@SET_MAKE@,$SET_MAKE,;t t X s,@build@,$build,;t t END-of-galeon-devel/files/patch-configure echo x - galeon-devel/files/patch-po::Makefile.in.in sed 's/^X//' >galeon-devel/files/patch-po::Makefile.in.in << 'END-of-galeon-devel/files/patch-po::Makefile.in.in' X--- po/Makefile.in.in 2001/07/04 17:56:11 1.1 X+++ po/Makefile.in.in 2001/07/04 17:56:34 X@@ -106,7 +106,7 @@ X @catalogs='$(CATALOGS)'; \ X for cat in $$catalogs; do \ X cat=`basename $$cat`; \ X- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ X+ lang=`echo $$cat | sed 's/\.mo$$//'`; \ X dir=$(localedir)/$$lang/LC_MESSAGES; \ X $(mkinstalldirs) $(DESTDIR)$$dir; \ X if test -r $$cat; then \ END-of-galeon-devel/files/patch-po::Makefile.in.in echo x - galeon-devel/files/patch-galeon.schemas.in sed 's/^X//' >galeon-devel/files/patch-galeon.schemas.in << 'END-of-galeon-devel/files/patch-galeon.schemas.in' X--- galeon.schemas.in 2001/08/29 09:34:04 1.1 X+++ galeon.schemas.in 2001/08/29 09:34:27 X@@ -510,7 +510,7 @@ X <applyto>/apps/galeon/UI/Toolbar/spinner_dir</applyto> X <owner>galeon</owner> X <type>string</type> X- <default>@prefix@/@DATADIRNAME@/galeon/spinners/galeon</default> X+ <default>@prefix@/@DATADIRNAME@/gnome/galeon/spinners/galeon</default> X <locale name="C"> X </locale> X </schema> END-of-galeon-devel/files/patch-galeon.schemas.in echo x - galeon-devel/files/patch-galeon-config-tool.in sed 's/^X//' >galeon-devel/files/patch-galeon-config-tool.in << 'END-of-galeon-devel/files/patch-galeon-config-tool.in' X--- galeon-config-tool.in.orig Sat Sep 15 14:58:19 2001 X+++ galeon-config-tool.in Thu Sep 27 18:10:38 2001 X@@ -4,7 +4,7 @@ X X clean () { X X- if ps hu -C galeon-bin | grep $USER &>/dev/null 2>&1; then X+ if ps | awk '{print $5}' | grep -q galeon-bin; then X echo "Sorry, this script won't work while galeon is running" X X else END-of-galeon-devel/files/patch-galeon-config-tool.in echo x - galeon-devel/files/patch-src::mozilla::TOCProtocolHandler.cpp sed 's/^X//' >galeon-devel/files/patch-src::mozilla::TOCProtocolHandler.cpp << 'END-of-galeon-devel/files/patch-src::mozilla::TOCProtocolHandler.cpp' X--- src/mozilla/TOCProtocolHandler.cpp 2001/10/23 11:27:00 1.1 X+++ src/mozilla/TOCProtocolHandler.cpp 2001/10/23 11:27:21 X@@ -21,17 +21,7 @@ X #include "outputbuffer.h" X X #include <algorithm> X-#if (GCC_VERSION < VERSION2(3,0)) X- X-#ifndef STRING_HEADER X-#define STRING_HEADER <string> X-#endif X- X-#include STRING_HEADER X- X-#else X-#include <string> X-#endif X+#include <g++/string> X X #include <list> X #include <dirent.h> END-of-galeon-devel/files/patch-src::mozilla::TOCProtocolHandler.cpp echo x - galeon-devel/files/patch-src::galeon.in sed 's/^X//' >galeon-devel/files/patch-src::galeon.in << 'END-of-galeon-devel/files/patch-src::galeon.in' X--- src/galeon.in.orig Thu Dec 27 23:49:08 2001 X+++ src/galeon.in Fri Dec 28 10:58:16 2001 X@@ -4,18 +4,14 @@ X X if test -n "$MOZILLA_FIVE_HOME"; then X MOZILLA_HOME=$MOZILLA_FIVE_HOME X-elif [ -f @MOZILLA_HOME@/chrome/comm.jar ]; then X+elif [ -f @MOZILLA_HOME@/libgtkembedmoz.so ]; then X MOZILLA_HOME=@MOZILLA_HOME@ X-elif [ -f /usr/local/mozilla/chrome/comm.jar ]; then X- MOZILLA_HOME=/usr/local/mozilla X-elif [ -f /usr/lib/mozilla/chrome/comm.jar ]; then X- MOZILLA_HOME=/usr/lib/mozilla X-elif [ -f /opt/mozilla/chrome/comm.jar ]; then X- MOZILLA_HOME=/opt/mozilla X-elif [ -f /usr/lib/mozilla-0.9.7/chrome/comm.jar ]; then X- MOZILLA_HOME=/usr/lib/mozilla-0.9.7/ X-elif [ -f /opt/gnome/lib/mozilla/chrome/comm.jar ]; then X- MOZILLA_HOME=/opt/gnome/lib/mozilla/ X+elif [ -f %%LOCALBASE%%/lib/%%MOZILLA%%/libgtkembedmoz.so ]; then X+ MOZILLA_HOME=%%LOCALBASE%%/lib/%%MOZILLA%% X+elif [ -f %%X11BASE%%/lib/%%MOZILLA%%/libgtkembedmoz.so ]; then X+ MOZILLA_HOME=%%X11BASE%%/lib/%%MOZILLA%% X+elif [ -f %%PREFIX%%/lib/%%MOZILLA%%/libgtkembedmoz.so ]; then X+ MOZILLA_HOME=%%PREFIX%%/lib/%%MOZILLA%% X else X echo "Cannot find mozilla installation directory. Please set MOZILLA_FIVE_HOME to your mozilla directory" X exit X@@ -27,16 +23,9 @@ X MOZILLA_FIVE_HOME=$MOZILLA_HOME X export MOZILLA_FIVE_HOME X X-# for some reason this lets Galeon start properly on Red Hat 7.1 systems X-if [ -f /etc/redhat-release ]; then X- if [ "`cat /etc/redhat-release`" = "Red Hat Linux release 7.1 (Seawolf)" ]; then X- export LD_ASSUME_KERNEL=2.2.5 X- fi X-fi X- X if [ -f ./galeon-bin ]; then X exec ./galeon-bin "$@" X else X-exec $dist_bin/galeon-bin "$@" X+exec %%PREFIX%%/bin/galeon-bin "$@" X fi X END-of-galeon-devel/files/patch-src::galeon.in echo x - galeon-devel/Makefile sed 's/^X//' >galeon-devel/Makefile << 'END-of-galeon-devel/Makefile' X# Ports collection Makefile for: galeon X# Date created: 1 August 2000 X# Whom: Simon 'corecode' Schubert <corecode@corecode.ath.cx> X# X# $FreeBSD$ X# X XPORTNAME= galeon XPORTVERSION= 1.1.3 XCATEGORIES= www gnome XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XPKGNAMESUFFIX= -devel X XMAINTAINER= corecode@corecode.ath.cx X XBUILD_DEPENDS= ${X11BASE}/include/mozilla/gtkembedmoz/gtkmozembed.h:${PORTSDIR}/www/mozilla-headers \ X ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA} \ X msgfmt-new:${PORTSDIR}/devel/gettext-devel XLIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv XRUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA} X X.if !defined(WITH_FULL_MOZILLA) XMOZILLA= mozilla-embedded X.else XMOZILLA= mozilla X.endif X XUSE_X_PREFIX= yes XUSE_GNOME= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-mozilla-includes="${X11BASE}/include/mozilla" \ X --with-mozilla-libs="${X11BASE}/lib/${MOZILLA}" XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -D_REENTRANT ${PTHREAD_CFLAGS}" \ X LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ X MSGFMT=${LOCALBASE}/bin/msgfmt-new \ X XGETTEXT=${LOCALBASE}/bin/xgettext-new XCONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} X XMAN1= galeon.1 X Xpre-everything: X.if !defined(WITH_FULL_MOZILLA) X @${ECHO_MSG} X @${ECHO_MSG} " By default the port uses mozilla-embedded for html rendering, but if you are" X @${ECHO_MSG} " planning to use both Mozilla and Galeon you can instruct it to use mozilla by" X @${ECHO_MSG} " defining \"WITH_FULL_MOZILLA\"." X @${ECHO_MSG} X.endif X Xpre-patch: X @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ X s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ X s|-liconv|-lgiconv|g ; s|iconv\.h|giconv.h|g' ${WRKSRC}/configure X @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ X 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ X s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g ; \ X s|-lpthread|${PTHREAD_LIBS}|g' X @find ${WRKSRC} -name "*.[ch]" | xargs ${PERL} -pi -e \ X 's|iconv\.h|giconv.h|g' X.if defined(NOPORTDOCS) X @${PERL} -pi -e 's|^(SUBDIRS = .*)doc (.*)|\1\2|' ${WRKSRC}/Makefile.in X.endif X Xpost-configure: X @${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g ; \ X s|%%LOCALBASE%%|${LOCALBASE}|g ; \ X s|%%X11BASE%%|${X11BASE}|g ; \ X s|%%MOZILLA%%|${MOZILLA}|g' ${WRKSRC}/src/galeon X Xpre-install: X @-${X11BASE}/bin/gconftool --shutdown X X.include <bsd.port.mk> END-of-galeon-devel/Makefile echo x - galeon-devel/distinfo sed 's/^X//' >galeon-devel/distinfo << 'END-of-galeon-devel/distinfo' XMD5 (galeon-1.1.3.tar.gz) = f7c9c20654bdc249761fbfe4fd73cb90 END-of-galeon-devel/distinfo echo x - galeon-devel/pkg-comment sed 's/^X//' >galeon-devel/pkg-comment << 'END-of-galeon-devel/pkg-comment' XA GNOME Web browser based on gecko (the Mozilla rendering engine) END-of-galeon-devel/pkg-comment echo x - galeon-devel/pkg-descr sed 's/^X//' >galeon-devel/pkg-descr << 'END-of-galeon-devel/pkg-descr' XGaleon is a GNOME Web browser based on gecko (the mozilla rendering engine). XIt's fast, it has a light interface, and it is fully standards-compliant. X XThis is the development version of galeon and thus has several new Xfeatures (and possibly bugs, too). X XWWW: http://galeon.sourceforge.net/ END-of-galeon-devel/pkg-descr echo x - galeon-devel/pkg-plist sed 's/^X//' >galeon-devel/pkg-plist << 'END-of-galeon-devel/pkg-plist' Xbin/galeon Xbin/galeon-bin Xbin/galeon-config-tool Xetc/gconf/schemas/galeon.schemas Xetc/sound/events/galeon.soundlist Xlib/galeon/components/libgaleon-xpcom.la Xlib/galeon/components/libgaleon-xpcom.so Xshare/gnome/apps/Internet/galeon.desktop Xshare/gnome/galeon/CloseTab.png Xshare/gnome/galeon/FAQ.html Xshare/gnome/galeon/Fullscreen.png Xshare/gnome/galeon/Insecure.png Xshare/gnome/galeon/Secure.png Xshare/gnome/galeon/about_logo.png Xshare/gnome/galeon/babelfish.png Xshare/gnome/galeon/bookmarks.glade Xshare/gnome/galeon/bookmarks.png Xshare/gnome/galeon/bug.png Xshare/gnome/galeon/crash.xpm Xshare/gnome/galeon/debian.png Xshare/gnome/galeon/default.png Xshare/gnome/galeon/default_open.png Xshare/gnome/galeon/delete.xpm Xshare/gnome/galeon/dir.png Xshare/gnome/galeon/dir_open.png Xshare/gnome/galeon/download.png Xshare/gnome/galeon/drag-url-icon.png Xshare/gnome/galeon/fetch_favicon.xpm Xshare/gnome/galeon/fetch_favicon_small.xpm Xshare/gnome/galeon/fonts.png Xshare/gnome/galeon/freshmeat.png Xshare/gnome/galeon/galeon-composite.png Xshare/gnome/galeon/galeon-watermark.png Xshare/gnome/galeon/galeon.glade Xshare/gnome/galeon/galeon.png Xshare/gnome/galeon/general.png Xshare/gnome/galeon/gnome-error.xpm Xshare/gnome/galeon/gnome-question.xpm Xshare/gnome/galeon/gnome-warning.xpm Xshare/gnome/galeon/gnome_icons.png Xshare/gnome/galeon/google.png Xshare/gnome/galeon/google_groups.png Xshare/gnome/galeon/google_images.png Xshare/gnome/galeon/harddrive.png Xshare/gnome/galeon/history.png Xshare/gnome/galeon/i-bookmark.png Xshare/gnome/galeon/i-bookmark.xpm Xshare/gnome/galeon/imdb_movies.png Xshare/gnome/galeon/js-all.xpm Xshare/gnome/galeon/js-error.xpm Xshare/gnome/galeon/js-info.xpm Xshare/gnome/galeon/js-warning.xpm Xshare/gnome/galeon/link.xpm Xshare/gnome/galeon/logo.png Xshare/gnome/galeon/mime.png Xshare/gnome/galeon/mime.xpm Xshare/gnome/galeon/mini_find.xpm Xshare/gnome/galeon/mouse.png Xshare/gnome/galeon/myportal.css Xshare/gnome/galeon/nautilus_icons.png Xshare/gnome/galeon/network.png Xshare/gnome/galeon/new_alias.xpm Xshare/gnome/galeon/new_alias_small.xpm Xshare/gnome/galeon/new_folder.xpm Xshare/gnome/galeon/new_folder_small.xpm Xshare/gnome/galeon/new_item.xpm Xshare/gnome/galeon/new_item_small.xpm Xshare/gnome/galeon/new_separator.xpm Xshare/gnome/galeon/new_separator_small.xpm Xshare/gnome/galeon/preferences.glade Xshare/gnome/galeon/print.glade Xshare/gnome/galeon/programs.png Xshare/gnome/galeon/prompts.glade Xshare/gnome/galeon/rpm.png Xshare/gnome/galeon/security.png Xshare/gnome/galeon/slack.png Xshare/gnome/galeon/small-close.xpm Xshare/gnome/galeon/small-detach.xpm Xshare/gnome/galeon/small-menu.xpm Xshare/gnome/galeon/smart-bm-fold.png Xshare/gnome/galeon/smart-bm-unfold.png Xshare/gnome/galeon/spinners/crashcut/001.png Xshare/gnome/galeon/spinners/crashcut/002.png Xshare/gnome/galeon/spinners/crashcut/003.png Xshare/gnome/galeon/spinners/crashcut/004.png Xshare/gnome/galeon/spinners/crashcut/005.png Xshare/gnome/galeon/spinners/crashcut/006.png Xshare/gnome/galeon/spinners/crashcut/007.png Xshare/gnome/galeon/spinners/crashcut/008.png Xshare/gnome/galeon/spinners/crashcut/009.png Xshare/gnome/galeon/spinners/crashcut/010.png Xshare/gnome/galeon/spinners/crashcut/011.png Xshare/gnome/galeon/spinners/crashcut/012.png Xshare/gnome/galeon/spinners/crashcut/rest.png Xshare/gnome/galeon/spinners/galeon/001.png Xshare/gnome/galeon/spinners/galeon/002.png Xshare/gnome/galeon/spinners/galeon/003.png Xshare/gnome/galeon/spinners/galeon/004.png Xshare/gnome/galeon/spinners/galeon/005.png Xshare/gnome/galeon/spinners/galeon/006.png Xshare/gnome/galeon/spinners/galeon/007.png Xshare/gnome/galeon/spinners/galeon/008.png Xshare/gnome/galeon/spinners/galeon/009.png Xshare/gnome/galeon/spinners/galeon/010.png Xshare/gnome/galeon/spinners/galeon/011.png Xshare/gnome/galeon/spinners/galeon/012.png Xshare/gnome/galeon/spinners/galeon/013.png Xshare/gnome/galeon/spinners/galeon/014.png Xshare/gnome/galeon/spinners/galeon/015.png Xshare/gnome/galeon/spinners/galeon/016.png Xshare/gnome/galeon/spinners/galeon/017.png Xshare/gnome/galeon/spinners/galeon/018.png Xshare/gnome/galeon/spinners/galeon/019.png Xshare/gnome/galeon/spinners/galeon/020.png Xshare/gnome/galeon/spinners/galeon/021.png Xshare/gnome/galeon/spinners/galeon/022.png Xshare/gnome/galeon/spinners/galeon/023.png Xshare/gnome/galeon/spinners/galeon/024.png Xshare/gnome/galeon/spinners/galeon/025.png Xshare/gnome/galeon/spinners/galeon/026.png Xshare/gnome/galeon/spinners/galeon/027.png Xshare/gnome/galeon/spinners/galeon/rest.png Xshare/gnome/galeon/spinners/pipeon/001.png Xshare/gnome/galeon/spinners/pipeon/002.png Xshare/gnome/galeon/spinners/pipeon/003.png Xshare/gnome/galeon/spinners/pipeon/004.png Xshare/gnome/galeon/spinners/pipeon/005.png Xshare/gnome/galeon/spinners/pipeon/006.png Xshare/gnome/galeon/spinners/pipeon/007.png Xshare/gnome/galeon/spinners/pipeon/008.png Xshare/gnome/galeon/spinners/pipeon/009.png Xshare/gnome/galeon/spinners/pipeon/010.png Xshare/gnome/galeon/spinners/pipeon/011.png Xshare/gnome/galeon/spinners/pipeon/012.png Xshare/gnome/galeon/spinners/pipeon/013.png Xshare/gnome/galeon/spinners/pipeon/014.png Xshare/gnome/galeon/spinners/pipeon/rest.png Xshare/gnome/galeon/stocks.png Xshare/gnome/galeon/stop.png Xshare/gnome/galeon/tabs.png Xshare/gnome/galeon/tb_drag_arrow_down.xpm Xshare/gnome/galeon/tb_drag_arrow_left.xpm Xshare/gnome/galeon/tb_drag_arrow_right.xpm Xshare/gnome/galeon/tb_drag_arrow_up.xpm Xshare/gnome/galeon/themes/Aquatic/Back-prelight.png Xshare/gnome/galeon/themes/Aquatic/Back.png Xshare/gnome/galeon/themes/Aquatic/Bookmarks-prelight.png Xshare/gnome/galeon/themes/Aquatic/Bookmarks.png Xshare/gnome/galeon/themes/Aquatic/Forward-prelight.png Xshare/gnome/galeon/themes/Aquatic/Forward.png Xshare/gnome/galeon/themes/Aquatic/Home-prelight.png Xshare/gnome/galeon/themes/Aquatic/Home.png Xshare/gnome/galeon/themes/Aquatic/New-prelight.png Xshare/gnome/galeon/themes/Aquatic/New.png Xshare/gnome/galeon/themes/Aquatic/Refresh-prelight.png Xshare/gnome/galeon/themes/Aquatic/Refresh.png Xshare/gnome/galeon/themes/Aquatic/Stop-prelight.png Xshare/gnome/galeon/themes/Aquatic/Stop.png Xshare/gnome/galeon/themes/Aquatic/Up-prelight.png Xshare/gnome/galeon/themes/Aquatic/Up.png Xshare/gnome/galeon/themes/GnomeLarge/Back.png Xshare/gnome/galeon/themes/GnomeLarge/Forward.png Xshare/gnome/galeon/themes/GnomeLarge/Go.png Xshare/gnome/galeon/themes/GnomeLarge/Home.png Xshare/gnome/galeon/themes/GnomeLarge/New.png Xshare/gnome/galeon/themes/GnomeLarge/Refresh.png Xshare/gnome/galeon/themes/GnomeLarge/Stop.png Xshare/gnome/galeon/themes/GnomeLarge/Up.png Xshare/gnome/galeon/themes/Micro/Back-prelight.png Xshare/gnome/galeon/themes/Micro/Back.png Xshare/gnome/galeon/themes/Micro/Forward-prelight.png Xshare/gnome/galeon/themes/Micro/Forward.png Xshare/gnome/galeon/themes/Micro/Home-prelight.png Xshare/gnome/galeon/themes/Micro/Home.png Xshare/gnome/galeon/themes/Micro/New-prelight.png Xshare/gnome/galeon/themes/Micro/New.png Xshare/gnome/galeon/themes/Micro/Refresh-prelight.png Xshare/gnome/galeon/themes/Micro/Refresh.png Xshare/gnome/galeon/themes/Micro/Stop-prelight.png Xshare/gnome/galeon/themes/Micro/Stop.png Xshare/gnome/galeon/themes/Micro/Up-prelight.png Xshare/gnome/galeon/themes/Micro/Up.png Xshare/gnome/galeon/themes/Remembrance/Back-prelight.png Xshare/gnome/galeon/themes/Remembrance/Back.png Xshare/gnome/galeon/themes/Remembrance/Forward-prelight.png Xshare/gnome/galeon/themes/Remembrance/Forward.png Xshare/gnome/galeon/themes/Remembrance/Go-prelight.png Xshare/gnome/galeon/themes/Remembrance/Go.png Xshare/gnome/galeon/themes/Remembrance/Home-prelight.png Xshare/gnome/galeon/themes/Remembrance/Home.png Xshare/gnome/galeon/themes/Remembrance/New-prelight.png Xshare/gnome/galeon/themes/Remembrance/New.png Xshare/gnome/galeon/themes/Remembrance/Print-prelight.png Xshare/gnome/galeon/themes/Remembrance/Print.png Xshare/gnome/galeon/themes/Remembrance/Refresh-prelight.png Xshare/gnome/galeon/themes/Remembrance/Refresh.png Xshare/gnome/galeon/themes/Remembrance/Stop-prelight.png Xshare/gnome/galeon/themes/Remembrance/Stop.png Xshare/gnome/galeon/themes/Remembrance/Up-prelight.png Xshare/gnome/galeon/themes/Remembrance/Up.png Xshare/gnome/galeon/themes/Remembrance/empty-prelight.png Xshare/gnome/galeon/themes/Remembrance/empty.png Xshare/gnome/galeon/toc.css Xshare/gnome/galeon/toolbars.png Xshare/gnome/galeon/windows.png X%%PORTDOCS%%share/gnome/help/galeon-manual/C/aboutbook.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/apx-authors.sgml X%%PORTDOCS%%share/gnome/help/galeon-manual/C/apx-bugs.sgml X%%PORTDOCS%%share/gnome/help/galeon-manual/C/apx-command-line.sgml X%%PORTDOCS%%share/gnome/help/galeon-manual/C/apx-compiling.sgml X%%PORTDOCS%%share/gnome/help/galeon-manual/C/apx-troubleshooting.sgml X%%PORTDOCS%%share/gnome/help/galeon-manual/C/authors.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/bookmarks-aliases.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/bookmarks-autobookmarks.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/bookmarks-context-menus.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/bookmarks-importing.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/bookmarks-my-portal.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/bookmarks-nicks.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/bookmarks-smart-bookmarks.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/bookmarks-toolbars.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/bookmarks-with-images.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/bookmarks.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/bookmarks.sgml X%%PORTDOCS%%share/gnome/help/galeon-manual/C/browser-window.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/browser-window.sgml X%%PORTDOCS%%share/gnome/help/galeon-manual/C/bugs.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/command-line-options.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/compiling-from-source.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/find.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/full-screen-mode.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/galeon-manual.sgml X%%PORTDOCS%%share/gnome/help/galeon-manual/C/getting-started.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/getting-started.sgml X%%PORTDOCS%%share/gnome/help/galeon-manual/C/history.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/index.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/introduction.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/ln26.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/menubar.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/other-tools.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/other-tools.sgml X%%PORTDOCS%%share/gnome/help/galeon-manual/C/plugins.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/plugins.sgml X%%PORTDOCS%%share/gnome/help/galeon-manual/C/preface.sgml X%%PORTDOCS%%share/gnome/help/galeon-manual/C/preferences.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/preferences.sgml X%%PORTDOCS%%share/gnome/help/galeon-manual/C/prefs-advanced.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/prefs-gnome-url-handlers.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/prefs-handlers.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/prefs-rendering.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/prefs-user-interface.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/statusbar.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/stylesheet-images/caution.gif X%%PORTDOCS%%share/gnome/help/galeon-manual/C/stylesheet-images/home.gif X%%PORTDOCS%%share/gnome/help/galeon-manual/C/stylesheet-images/important.gif X%%PORTDOCS%%share/gnome/help/galeon-manual/C/stylesheet-images/next.gif X%%PORTDOCS%%share/gnome/help/galeon-manual/C/stylesheet-images/note.gif X%%PORTDOCS%%share/gnome/help/galeon-manual/C/stylesheet-images/prev.gif X%%PORTDOCS%%share/gnome/help/galeon-manual/C/stylesheet-images/tip.gif X%%PORTDOCS%%share/gnome/help/galeon-manual/C/stylesheet-images/toc-blank.gif X%%PORTDOCS%%share/gnome/help/galeon-manual/C/stylesheet-images/toc-minus.gif X%%PORTDOCS%%share/gnome/help/galeon-manual/C/stylesheet-images/toc-plus.gif X%%PORTDOCS%%share/gnome/help/galeon-manual/C/stylesheet-images/up.gif X%%PORTDOCS%%share/gnome/help/galeon-manual/C/stylesheet-images/warning.gif X%%PORTDOCS%%share/gnome/help/galeon-manual/C/tabbed-browsing.html X%%PORTDOCS%%share/gnome/help/galeon-manual/C/toolbar.html Xshare/gnome/oaf/GNOME_Galeon_Automation.oaf Xshare/gnome/oaf/GNOME_Galeon_NautilusView.oaf Xshare/gnome/omf/galeon/galeon-manual-C.omf Xshare/gnome/pixmaps/galeon.png Xshare/gnome/sounds/galeon/clicked.wav Xshare/gnome/ui/nautilus-galeon-view-ui.xml Xshare/locale/az/LC_MESSAGES/galeon.mo Xshare/locale/bg/LC_MESSAGES/galeon.mo Xshare/locale/ca/LC_MESSAGES/galeon.mo Xshare/locale/cs/LC_MESSAGES/galeon.mo Xshare/locale/da/LC_MESSAGES/galeon.mo Xshare/locale/de/LC_MESSAGES/galeon.mo Xshare/locale/el/LC_MESSAGES/galeon.mo Xshare/locale/es/LC_MESSAGES/galeon.mo Xshare/locale/et/LC_MESSAGES/galeon.mo Xshare/locale/fi/LC_MESSAGES/galeon.mo Xshare/locale/fr/LC_MESSAGES/galeon.mo Xshare/locale/gl/LC_MESSAGES/galeon.mo Xshare/locale/hr/LC_MESSAGES/galeon.mo Xshare/locale/hu/LC_MESSAGES/galeon.mo Xshare/locale/it/LC_MESSAGES/galeon.mo Xshare/locale/ja/LC_MESSAGES/galeon.mo Xshare/locale/ko/LC_MESSAGES/galeon.mo Xshare/locale/lt/LC_MESSAGES/galeon.mo Xshare/locale/lv/LC_MESSAGES/galeon.mo Xshare/locale/ms/LC_MESSAGES/galeon.mo Xshare/locale/nl/LC_MESSAGES/galeon.mo Xshare/locale/nn/LC_MESSAGES/galeon.mo Xshare/locale/no/LC_MESSAGES/galeon.mo Xshare/locale/pl/LC_MESSAGES/galeon.mo Xshare/locale/pt/LC_MESSAGES/galeon.mo Xshare/locale/pt_BR/LC_MESSAGES/galeon.mo Xshare/locale/ro/LC_MESSAGES/galeon.mo Xshare/locale/ru/LC_MESSAGES/galeon.mo Xshare/locale/sk/LC_MESSAGES/galeon.mo Xshare/locale/sl/LC_MESSAGES/galeon.mo Xshare/locale/sv/LC_MESSAGES/galeon.mo Xshare/locale/ta/LC_MESSAGES/galeon.mo Xshare/locale/tr/LC_MESSAGES/galeon.mo Xshare/locale/uk/LC_MESSAGES/galeon.mo Xshare/locale/wa/LC_MESSAGES/galeon.mo Xshare/locale/zh_CN/LC_MESSAGES/galeon.mo Xshare/locale/zh_TW/LC_MESSAGES/galeon.mo X@unexec rmdir %D/share/gnome/ui || true X@dirrm share/gnome/sounds/galeon X@unexec rmdir %D/share/gnome/sounds || true X@unexec rmdir %D/share/gnome/scrollkeeper/TOC || true X@unexec rmdir %D/share/gnome/scrollkeeper || true X@unexec rmdir %D/share/gnome/pixmaps || true X@dirrm share/gnome/omf/galeon X@unexec rmdir %D/share/gnome/omf || true X@unexec rmdir %D/share/gnome/oaf || true X%%PORTDOCS%%@dirrm share/gnome/help/galeon-manual/C/stylesheet-images X%%PORTDOCS%%@dirrm share/gnome/help/galeon-manual/C/figures X%%PORTDOCS%%@dirrm share/gnome/help/galeon-manual/C X%%PORTDOCS%%@dirrm share/gnome/help/galeon-manual X@unexec rmdir %D/share/gnome/help || true X@dirrm share/gnome/galeon/themes/Remembrance X@dirrm share/gnome/galeon/themes/Micro X@dirrm share/gnome/galeon/themes/GnomeLarge X@dirrm share/gnome/galeon/themes/Aquatic X@dirrm share/gnome/galeon/themes X@dirrm share/gnome/galeon/spinners/pipeon X@dirrm share/gnome/galeon/spinners/galeon X@dirrm share/gnome/galeon/spinners/crashcut X@dirrm share/gnome/galeon/spinners X@dirrm share/gnome/galeon X@unexec rmdir %D/share/gnome/apps/Internet || true X@unexec rmdir %D/share/gnome/apps || true X@unexec rmdir %D/share/gnome || true X@dirrm lib/galeon/components X@dirrm lib/galeon X@unexec rmdir %D/etc/sound/events || true X@unexec rmdir %D/etc/sound || true X@unexec rmdir %D/etc/gconf/schemas || true X@unexec rmdir %D/etc/gconf || true END-of-galeon-devel/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203091918.g29JI0q37662>