diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-30 05:46:12 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-30 05:46:12 +0800 |
commit | dff320e95e1d0a6aed0ec85efb495575ec0614b4 (patch) | |
tree | e1eb7ef4390eb0a4109fc8c2bf1e21c1ab33c3f4 /www/galeon | |
parent | c916094aec2d5c829e79b8ed901cacbe8e477c16 (diff) | |
download | marcuscom-ports-dff320e95e1d0a6aed0ec85efb495575ec0614b4.tar marcuscom-ports-dff320e95e1d0a6aed0ec85efb495575ec0614b4.tar.gz marcuscom-ports-dff320e95e1d0a6aed0ec85efb495575ec0614b4.tar.bz2 marcuscom-ports-dff320e95e1d0a6aed0ec85efb495575ec0614b4.tar.lz marcuscom-ports-dff320e95e1d0a6aed0ec85efb495575ec0614b4.tar.xz marcuscom-ports-dff320e95e1d0a6aed0ec85efb495575ec0614b4.tar.zst marcuscom-ports-dff320e95e1d0a6aed0ec85efb495575ec0614b4.zip |
- Remove
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5245 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/galeon')
-rw-r--r-- | www/galeon/Makefile | 60 | ||||
-rw-r--r-- | www/galeon/distinfo | 3 | ||||
-rw-r--r-- | www/galeon/files/patch-bookmarks_bookmarks-import-druid-konqueror.c | 10 | ||||
-rw-r--r-- | www/galeon/files/patch-src_Makefile.in | 10 | ||||
-rw-r--r-- | www/galeon/files/patch-src_galeon-main.c | 11 | ||||
-rw-r--r-- | www/galeon/files/patch-ui_Makefile.in | 12 | ||||
-rw-r--r-- | www/galeon/pkg-descr | 4 | ||||
-rw-r--r-- | www/galeon/pkg-plist | 227 |
8 files changed, 0 insertions, 337 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile deleted file mode 100644 index f0bc3fb65..000000000 --- a/www/galeon/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -# Ports collection Makefile for: galeon -# Date created: 1 August 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/www/galeon/Makefile,v 1.6 2005/11/26 05:11:24 ahze Exp $ -# - -PORTNAME= galeon -PORTVERSION= 2.0.0 -CATEGORIES= www gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://osdn.dl.sourceforge.net/sourceforge/galeon/ -MASTER_SITE_SUBDIR= ${PORTNAME:S/2$//} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME 2 Web browser based on gecko (the Mozilla rendering engine) - -USE_GECKO= firefox mozilla seamonkey -WRKSRC= ${WRKDIR}/${PORTNAME:S/2$//}-${PORTVERSION:S/a$//} -USE_BZIP2= yes -USE_X_PREFIX= yes -INSTALLS_OMF= yes -USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui desktopfileutils \ - gnomedesktop -USE_AUTOTOOLS= libtool:15 -USE_GMAKE= yes -USE_REINPLACE= yes -CONFIGURE_ARGS= --enable-nautilus-view=no \ - --with-mozilla=${GECKO} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -MAN1= galeon.1 -GCONF_SCHEMAS= galeon.schemas - -.include <bsd.port.pre.mk> -.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" - -.if ${OSVERSION} > 500000 -# Galeon does not build correctly in -CURRENT if -Werror is passed -# to the compiler. -NO_WERROR= yes -.endif -# allow build with more warnings enabled -.if defined(NO_WERROR) -CONFIGURE_ARGS+= --disable-werror -.endif - -post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-lpthread|${PTHREAD_LIBS}|g' - @${FIND} ${WRKSRC} -name "*.cpp" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|malloc\.h|stdlib.h|g' - @${REINPLACE_CMD} -e 's|@prefix@/@DATADIRNAME@|@datadir@|g' \ - ${WRKSRC}/ui/galeon-bookmarks-editor-ui.xml.in - @${REINPLACE_CMD} -e 's|/usr/lib/mozilla/plugins|${X11BASE}/lib/browser_plugins:${X11BASE}/lib/browser_linux_plugins|' \ - ${WRKSRC}/mozilla/mozilla-embed-shell.cpp - -.include <bsd.port.post.mk> diff --git a/www/galeon/distinfo b/www/galeon/distinfo deleted file mode 100644 index f025626ea..000000000 --- a/www/galeon/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (galeon-2.0.0.tar.bz2) = e1f1e46d40c9e2345c1ea5e9bc788244 -SHA256 (galeon-2.0.0.tar.bz2) = fa8c9706408c94f620cd93c462696467f73d59e21c87a4fa65afe39d2408d7a4 -SIZE (galeon-2.0.0.tar.bz2) = 2966515 diff --git a/www/galeon/files/patch-bookmarks_bookmarks-import-druid-konqueror.c b/www/galeon/files/patch-bookmarks_bookmarks-import-druid-konqueror.c deleted file mode 100644 index 0400ebcf4..000000000 --- a/www/galeon/files/patch-bookmarks_bookmarks-import-druid-konqueror.c +++ /dev/null @@ -1,10 +0,0 @@ ---- bookmarks/bookmarks-import-druid-konqueror.c.orig Tue Mar 30 16:33:05 2004 -+++ bookmarks/bookmarks-import-druid-konqueror.c Mon May 31 23:35:26 2004 -@@ -20,6 +20,7 @@ - #include "config.h" - #endif - -+#include <sys/types.h> - #include <glib/gi18n.h> - #include "bookmarks-import-druid-konqueror.h" - #include "gul-gobject-misc.h" diff --git a/www/galeon/files/patch-src_Makefile.in b/www/galeon/files/patch-src_Makefile.in deleted file mode 100644 index 3c75398d9..000000000 --- a/www/galeon/files/patch-src_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- src/Makefile.in.orig Thu Dec 18 15:12:38 2003 -+++ src/Makefile.in Thu Dec 18 15:13:13 2003 -@@ -206,6 +206,7 @@ - -I$(top_srcdir)/bookmarks \ - $(GALEON_DEPENDENCY_CFLAGS) \ - -DSHARE_DIR=\"$(pkgdatadir)\" \ -+ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \ - -DDATADIR=\""$(datadir)"\" - - diff --git a/www/galeon/files/patch-src_galeon-main.c b/www/galeon/files/patch-src_galeon-main.c deleted file mode 100644 index 777907e0e..000000000 --- a/www/galeon/files/patch-src_galeon-main.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/galeon-main.c.orig Thu Sep 11 01:11:30 2003 -+++ src/galeon-main.c Thu Sep 11 01:12:31 2003 -@@ -130,7 +130,7 @@ - #ifdef ENABLE_NLS - /* Initialize the i18n stuff */ - setlocale(LC_ALL, ""); -- bindtextdomain(GETTEXT_PACKAGE, DATADIR "/locale"); -+ bindtextdomain(GETTEXT_PACKAGE, GNOMELOCALEDIR); - textdomain(GETTEXT_PACKAGE); - #endif - /* set the application name manually until gnome handles the diff --git a/www/galeon/files/patch-ui_Makefile.in b/www/galeon/files/patch-ui_Makefile.in deleted file mode 100644 index 9e87b8029..000000000 --- a/www/galeon/files/patch-ui_Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- ui/Makefile.in.orig Fri Jan 23 01:48:25 2004 -+++ ui/Makefile.in Fri Jan 23 01:48:55 2004 -@@ -265,8 +265,7 @@ - uidir = $(pkgdatadir) - - uixmldir = $(datadir)/gnome-2.0/ui --uixml_in_files = galeon-bookmarks-editor-ui.xml.in \ -- nautilus-galeon-view-ui.xml.in -+uixml_in_files = galeon-bookmarks-editor-ui.xml.in - - - uixml_DATA = $(uixml_in_files:.xml.in=.xml) diff --git a/www/galeon/pkg-descr b/www/galeon/pkg-descr deleted file mode 100644 index 9a4205386..000000000 --- a/www/galeon/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Galeon is a GNOME 2 Web browser based on Gecko (the mozilla rendering engine). -It's fast, it has a light interface, and it is fully standards-compliant. - -WWW: http://galeon.sourceforge.net/ diff --git a/www/galeon/pkg-plist b/www/galeon/pkg-plist deleted file mode 100644 index 1d66d0cd4..000000000 --- a/www/galeon/pkg-plist +++ /dev/null @@ -1,227 +0,0 @@ -bin/galeon -bin/galeon-config-tool -etc/sound/events/galeon.soundlist -libdata/bonobo/servers/GNOME_Galeon_Automation.server -libdata/bonobo/servers/GNOME_Galeon_NautilusView.server -share/gnome/applications/galeon.desktop -share/gnome/galeon/FAQ.html -share/gnome/galeon/about_logo.png -share/gnome/galeon/autoscroll.xpm -share/gnome/galeon/bookmarks-editor-small.glade -share/gnome/galeon/bookmarks-editor.glade -share/gnome/galeon/bookmarks.glade -share/gnome/galeon/bug.png -share/gnome/galeon/certificate-dialogs.glade -share/gnome/galeon/debian.png -share/gnome/galeon/default-bookmarks.xbel -share/gnome/galeon/default-prefs.js -share/gnome/galeon/fetch_favicon.xpm -share/gnome/galeon/freshmeat.png -share/gnome/galeon/galeon-bookmark-alias-mark.png -share/gnome/galeon/galeon-default.png -share/gnome/galeon/galeon-download.png -share/gnome/galeon/galeon-egg-ui-toolbar.xml -share/gnome/galeon/galeon-egg-ui.xml -share/gnome/galeon/galeon-entry.png -share/gnome/galeon/galeon-filter.png -share/gnome/galeon/galeon-folder.png -share/gnome/galeon/galeon-history.png -share/gnome/galeon/galeon-insecure.png -share/gnome/galeon/galeon-popup-blocked.png -share/gnome/galeon/galeon-prefs-fonts.png -share/gnome/galeon/galeon-prefs-general.png -share/gnome/galeon/galeon-prefs-language.png -share/gnome/galeon/galeon-prefs-mouse.png -share/gnome/galeon/galeon-prefs-network.png -share/gnome/galeon/galeon-prefs-privacy.png -share/gnome/galeon/galeon-prefs-tabs.png -share/gnome/galeon/galeon-prefs-web-content.png -share/gnome/galeon/galeon-secure.png -share/gnome/galeon/galeon-separator.png -share/gnome/galeon/galeon-tab-loading.gif -share/gnome/galeon/galeon.glade -share/gnome/galeon/galeon.png -share/gnome/galeon/gnu.png -share/gnome/galeon/google.png -share/gnome/galeon/google_groups.png -share/gnome/galeon/google_images.png -share/gnome/galeon/hand-open.png -share/gnome/galeon/imdb_movies.png -share/gnome/galeon/logo.png -share/gnome/galeon/myportal.css -share/gnome/galeon/new_alias.xpm -share/gnome/galeon/new_alias_small.xpm -share/gnome/galeon/new_folder.xpm -share/gnome/galeon/new_folder_small.xpm -share/gnome/galeon/new_item.xpm -share/gnome/galeon/new_item_small.xpm -share/gnome/galeon/new_separator.xpm -share/gnome/galeon/new_separator_small.xpm -share/gnome/galeon/prefs-dialog.glade -share/gnome/galeon/print.glade -share/gnome/galeon/rpm.png -share/gnome/galeon/slack.png -share/gnome/galeon/smart-bm-fold.png -share/gnome/galeon/smart-bm-unfold.png -share/gnome/galeon/stocks.png -share/gnome/gnome-2.0/ui/galeon-bookmarks-editor-ui.xml -share/gnome/help/galeon/C/apx-authors.xml -share/gnome/help/galeon/C/apx-bugs.xml -share/gnome/help/galeon/C/apx-command-line.xml -share/gnome/help/galeon/C/apx-compiling.xml -share/gnome/help/galeon/C/apx-keyboard-shortcuts.xml -share/gnome/help/galeon/C/apx-mouse-gestures.xml -share/gnome/help/galeon/C/apx-troubleshooting.xml -share/gnome/help/galeon/C/bookmarks.xml -share/gnome/help/galeon/C/browser-window.xml -share/gnome/help/galeon/C/figures/bookmarks-editor.png -share/gnome/help/galeon/C/figures/browser-window.png -share/gnome/help/galeon/C/figures/find-dialog.png -share/gnome/help/galeon/C/figures/gesture-back.png -share/gnome/help/galeon/C/figures/gesture-clone-tab.png -share/gnome/help/galeon/C/figures/gesture-clone-window.png -share/gnome/help/galeon/C/figures/gesture-close-2.png -share/gnome/help/galeon/C/figures/gesture-close.png -share/gnome/help/galeon/C/figures/gesture-contents.png -share/gnome/help/galeon/C/figures/gesture-forward.png -share/gnome/help/galeon/C/figures/gesture-fullscreen.png -share/gnome/help/galeon/C/figures/gesture-homepage.png -share/gnome/help/galeon/C/figures/gesture-new-tab.png -share/gnome/help/galeon/C/figures/gesture-new-window.png -share/gnome/help/galeon/C/figures/gesture-next-link.png -share/gnome/help/galeon/C/figures/gesture-next-tab.png -share/gnome/help/galeon/C/figures/gesture-prev-link.png -share/gnome/help/galeon/C/figures/gesture-prev-tab.png -share/gnome/help/galeon/C/figures/gesture-reload-bypass.png -share/gnome/help/galeon/C/figures/gesture-reload.png -share/gnome/help/galeon/C/figures/gesture-stop.png -share/gnome/help/galeon/C/figures/gesture-up.png -share/gnome/help/galeon/C/figures/gesture-view-source.png -share/gnome/help/galeon/C/figures/othertools-history.png -share/gnome/help/galeon/C/figures/othertools-pdm.png -share/gnome/help/galeon/C/figures/othertools-toolbar-editor.png -share/gnome/help/galeon/C/figures/statusbar.png -share/gnome/help/galeon/C/figures/tabbed-browsing.png -share/gnome/help/galeon/C/figures/toolbars-bookmarks.png -share/gnome/help/galeon/C/figures/toolbars-main.png -share/gnome/help/galeon/C/galeon.xml -share/gnome/help/galeon/C/getting-started.xml -share/gnome/help/galeon/C/other-tools.xml -share/gnome/help/galeon/C/plugins.xml -share/gnome/help/galeon/C/preface.xml -share/gnome/help/galeon/C/preferences.xml -share/gnome/help/galeon/es/apx-authors.xml -share/gnome/help/galeon/es/apx-bugs.xml -share/gnome/help/galeon/es/apx-command-line.xml -share/gnome/help/galeon/es/apx-compiling.xml -share/gnome/help/galeon/es/apx-keyboard-shortcuts.xml -share/gnome/help/galeon/es/apx-mouse-gestures.xml -share/gnome/help/galeon/es/apx-troubleshooting.xml -share/gnome/help/galeon/es/bookmarks.xml -share/gnome/help/galeon/es/browser-window.xml -share/gnome/help/galeon/es/figures/bookmarks-editor.png -share/gnome/help/galeon/es/figures/browser-window.png -share/gnome/help/galeon/es/figures/find-dialog.png -share/gnome/help/galeon/es/figures/gesture-back.png -share/gnome/help/galeon/es/figures/gesture-clone-tab.png -share/gnome/help/galeon/es/figures/gesture-clone-window.png -share/gnome/help/galeon/es/figures/gesture-close-2.png -share/gnome/help/galeon/es/figures/gesture-close.png -share/gnome/help/galeon/es/figures/gesture-contents.png -share/gnome/help/galeon/es/figures/gesture-forward.png -share/gnome/help/galeon/es/figures/gesture-fullscreen.png -share/gnome/help/galeon/es/figures/gesture-homepage.png -share/gnome/help/galeon/es/figures/gesture-new-tab.png -share/gnome/help/galeon/es/figures/gesture-new-window.png -share/gnome/help/galeon/es/figures/gesture-next-link.png -share/gnome/help/galeon/es/figures/gesture-next-tab.png -share/gnome/help/galeon/es/figures/gesture-prev-link.png -share/gnome/help/galeon/es/figures/gesture-prev-tab.png -share/gnome/help/galeon/es/figures/gesture-reload-bypass.png -share/gnome/help/galeon/es/figures/gesture-reload.png -share/gnome/help/galeon/es/figures/gesture-stop.png -share/gnome/help/galeon/es/figures/gesture-up.png -share/gnome/help/galeon/es/figures/gesture-view-source.png -share/gnome/help/galeon/es/figures/othertools-history.png -share/gnome/help/galeon/es/figures/othertools-pdm.png -share/gnome/help/galeon/es/figures/othertools-toolbar-editor.png -share/gnome/help/galeon/es/figures/statusbar.png -share/gnome/help/galeon/es/figures/tabbed-browsing.png -share/gnome/help/galeon/es/figures/toolbars-bookmarks.png -share/gnome/help/galeon/es/figures/toolbars-main.png -share/gnome/help/galeon/es/galeon.xml -share/gnome/help/galeon/es/getting-started.xml -share/gnome/help/galeon/es/other-tools.xml -share/gnome/help/galeon/es/plugins.xml -share/gnome/help/galeon/es/preface.xml -share/gnome/help/galeon/es/preferences.xml -share/gnome/omf/galeon/galeon-C.omf -share/gnome/omf/galeon/galeon-es.omf -share/gnome/pixmaps/galeon.png -share/gnome/sounds/galeon/clicked.wav -share/locale/am/LC_MESSAGES/galeon-2.0.mo -share/locale/az/LC_MESSAGES/galeon-2.0.mo -share/locale/be/LC_MESSAGES/galeon-2.0.mo -share/locale/bg/LC_MESSAGES/galeon-2.0.mo -share/locale/bs/LC_MESSAGES/galeon-2.0.mo -share/locale/ca/LC_MESSAGES/galeon-2.0.mo -share/locale/cs/LC_MESSAGES/galeon-2.0.mo -share/locale/da/LC_MESSAGES/galeon-2.0.mo -share/locale/de/LC_MESSAGES/galeon-2.0.mo -share/locale/el/LC_MESSAGES/galeon-2.0.mo -share/locale/en_CA/LC_MESSAGES/galeon-2.0.mo -share/locale/en_GB/LC_MESSAGES/galeon-2.0.mo -share/locale/es/LC_MESSAGES/galeon-2.0.mo -share/locale/et/LC_MESSAGES/galeon-2.0.mo -share/locale/eu/LC_MESSAGES/galeon-2.0.mo -share/locale/fi/LC_MESSAGES/galeon-2.0.mo -share/locale/fr/LC_MESSAGES/galeon-2.0.mo -share/locale/ga/LC_MESSAGES/galeon-2.0.mo -share/locale/gl/LC_MESSAGES/galeon-2.0.mo -share/locale/hr/LC_MESSAGES/galeon-2.0.mo -share/locale/hu/LC_MESSAGES/galeon-2.0.mo -share/locale/it/LC_MESSAGES/galeon-2.0.mo -share/locale/ja/LC_MESSAGES/galeon-2.0.mo -share/locale/ko/LC_MESSAGES/galeon-2.0.mo -share/locale/lt/LC_MESSAGES/galeon-2.0.mo -share/locale/lv/LC_MESSAGES/galeon-2.0.mo -share/locale/mk/LC_MESSAGES/galeon-2.0.mo -share/locale/ml/LC_MESSAGES/galeon-2.0.mo -share/locale/mn/LC_MESSAGES/galeon-2.0.mo -share/locale/ms/LC_MESSAGES/galeon-2.0.mo -share/locale/nb/LC_MESSAGES/galeon-2.0.mo -share/locale/nl/LC_MESSAGES/galeon-2.0.mo -share/locale/nn/LC_MESSAGES/galeon-2.0.mo -share/locale/no/LC_MESSAGES/galeon-2.0.mo -share/locale/pa/LC_MESSAGES/galeon-2.0.mo -share/locale/pl/LC_MESSAGES/galeon-2.0.mo -share/locale/pt/LC_MESSAGES/galeon-2.0.mo -share/locale/pt_BR/LC_MESSAGES/galeon-2.0.mo -share/locale/ro/LC_MESSAGES/galeon-2.0.mo -share/locale/ru/LC_MESSAGES/galeon-2.0.mo -share/locale/rw/LC_MESSAGES/galeon-2.0.mo -share/locale/sk/LC_MESSAGES/galeon-2.0.mo -share/locale/sl/LC_MESSAGES/galeon-2.0.mo -share/locale/sq/LC_MESSAGES/galeon-2.0.mo -share/locale/sr/LC_MESSAGES/galeon-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/galeon-2.0.mo -share/locale/sv/LC_MESSAGES/galeon-2.0.mo -share/locale/ta/LC_MESSAGES/galeon-2.0.mo -share/locale/tr/LC_MESSAGES/galeon-2.0.mo -share/locale/uk/LC_MESSAGES/galeon-2.0.mo -share/locale/vi/LC_MESSAGES/galeon-2.0.mo -share/locale/wa/LC_MESSAGES/galeon-2.0.mo -share/locale/zh_CN/LC_MESSAGES/galeon-2.0.mo -share/locale/zh_TW/LC_MESSAGES/galeon-2.0.mo -@unexec rmdir %D/share/locale/rw/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/rw 2> /dev/null || true -@dirrm share/gnome/sounds/galeon -@dirrm share/gnome/omf/galeon -@dirrm share/gnome/help/galeon/es/figures -@dirrm share/gnome/help/galeon/es -@dirrm share/gnome/help/galeon/C/figures -@dirrm share/gnome/help/galeon/C -@dirrm share/gnome/help/galeon -@dirrm share/gnome/galeon -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |