summaryrefslogtreecommitdiff
path: root/graphics/eog2
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/eog2')
-rw-r--r--graphics/eog2/Makefile35
-rw-r--r--graphics/eog2/distinfo1
-rw-r--r--graphics/eog2/files/patch-ad60
-rw-r--r--graphics/eog2/pkg-comment1
-rw-r--r--graphics/eog2/pkg-descr8
-rw-r--r--graphics/eog2/pkg-plist83
6 files changed, 0 insertions, 188 deletions
diff --git a/graphics/eog2/Makefile b/graphics/eog2/Makefile
deleted file mode 100644
index 32df7cad810a..000000000000
--- a/graphics/eog2/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: eog
-# Date created: 5th October 1999
-# Whom: Ade Lovett <ade@lovett.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= eog
-PORTVERSION= 0.5
-PORTREVISION= 1
-CATEGORIES= graphics gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= unstable/sources/eog
-
-MAINTAINER= ade@FreeBSD.org
-
-LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade \
- bonobo.2:${PORTSDIR}/devel/bonobo \
- gconf-1.1:${PORTSDIR}/devel/gconf
-
-USE_GMAKE= yes
-USE_X_PREFIX= yes
-USE_GNOME= yes
-USE_LIBTOOL= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-
-pre-patch:
- @${PERL} -pi -e 's|-lpthread|-pthread|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
- 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
- s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
-
-.include <bsd.port.mk>
diff --git a/graphics/eog2/distinfo b/graphics/eog2/distinfo
deleted file mode 100644
index 089f57e892e3..000000000000
--- a/graphics/eog2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (eog-0.5.tar.gz) = c082d3cf5d0ed6c129dba2797c4f15f2
diff --git a/graphics/eog2/files/patch-ad b/graphics/eog2/files/patch-ad
deleted file mode 100644
index b0434a7cbe16..000000000000
--- a/graphics/eog2/files/patch-ad
+++ /dev/null
@@ -1,60 +0,0 @@
---- src/main.c.orig Sun Sep 3 17:34:48 2000
-+++ src/main.c Mon Oct 2 11:22:02 2000
-@@ -38,3 +38,3 @@
- gboolean opened;
-- GConfError *error;
-+ GError *error;
-
-@@ -50,4 +50,4 @@
- g_assert (error != NULL);
-- g_message ("GConf init failed: %s", error->str);
-- gconf_error_destroy (error);
-+ g_message ("GConf init failed: %s", error->message);
-+ g_error_free(error);
- exit (EXIT_FAILURE);
---- src/image-view.c.orig Sat Sep 2 23:37:19 2000
-+++ src/image-view.c Mon Oct 2 11:24:22 2000
-@@ -243,3 +243,3 @@
- {
-- image_view_set_interp_type (IMAGE_VIEW (data), gconf_value_int (value));
-+ image_view_set_interp_type (IMAGE_VIEW (data), gconf_value_get_int (value));
- }
-@@ -251,3 +251,3 @@
- {
-- image_view_set_check_type (IMAGE_VIEW (data), gconf_value_int (value));
-+ image_view_set_check_type (IMAGE_VIEW (data), gconf_value_get_int (value));
- }
-@@ -259,3 +259,3 @@
- {
-- image_view_set_check_size (IMAGE_VIEW (data), gconf_value_int (value));
-+ image_view_set_check_size (IMAGE_VIEW (data), gconf_value_get_int (value));
- }
-@@ -267,3 +267,3 @@
- {
-- image_view_set_dither (IMAGE_VIEW (data), gconf_value_int (value));
-+ image_view_set_dither (IMAGE_VIEW (data), gconf_value_get_int (value));
- }
-@@ -275,3 +275,3 @@
- {
-- image_view_set_scroll (IMAGE_VIEW (data), gconf_value_int (value));
-+ image_view_set_scroll (IMAGE_VIEW (data), gconf_value_get_int (value));
- }
---- src/full-screen.c.orig Sat Sep 2 23:37:19 2000
-+++ src/full-screen.c Mon Oct 2 11:27:44 2000
-@@ -125,3 +125,3 @@
-
-- priv->sb_policy = gconf_value_int (value);
-+ priv->sb_policy = gconf_value_get_int (value);
-
-@@ -141,3 +141,3 @@
-
-- priv->bevel = gconf_value_bool (value);
-+ priv->bevel = gconf_value_get_bool (value);
-
---- src/window.c.orig Sat Sep 2 23:37:19 2000
-+++ src/window.c Mon Oct 2 11:28:25 2000
-@@ -324,3 +324,3 @@
-
-- priv->sb_policy = gconf_value_int (value);
-+ priv->sb_policy = gconf_value_get_int (value);
-
diff --git a/graphics/eog2/pkg-comment b/graphics/eog2/pkg-comment
deleted file mode 100644
index ec89bb01c1be..000000000000
--- a/graphics/eog2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-The Eye Of Gnome image viewer
diff --git a/graphics/eog2/pkg-descr b/graphics/eog2/pkg-descr
deleted file mode 100644
index 7bb40bc679db..000000000000
--- a/graphics/eog2/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-This is the Eye of Gnome, an image viewer program. It is meant to be
-a fast and functional image viewer as well as an image cataloging
-program.
-
-This package requires the stable gnome-libs package and the
-development gdk-pixbuf library.
-
-WWW: http://www.gnome.org/
diff --git a/graphics/eog2/pkg-plist b/graphics/eog2/pkg-plist
deleted file mode 100644
index e6ac9b20ec1f..000000000000
--- a/graphics/eog2/pkg-plist
+++ /dev/null
@@ -1,83 +0,0 @@
-bin/bonobo-image-generic
-bin/eog
-etc/gconf/gconf.xml.defaults/apps/eog/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/eog/full_screen/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/eog/view/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/eog/window/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/eog/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/eog/full_screen/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/eog/view/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/eog/window/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/%gconf.xml
-etc/gconf/schemas/eog.schemas
-share/gnome/apps/Graphics/eog.desktop
-share/gnome/eog/glade/preferences-dialog.glade
-share/gnome/help/eog/C/basic-usage.html
-share/gnome/help/eog/C/configuring-eog.html
-share/gnome/help/eog/C/docbook.css
-share/gnome/help/eog/C/fig/image-window-toolbar.png
-share/gnome/help/eog/C/fig/image-window.png
-share/gnome/help/eog/C/fig/prefs-display.png
-share/gnome/help/eog/C/fig/prefs-viewers.png
-share/gnome/help/eog/C/full-screen-view.html
-share/gnome/help/eog/C/image-windows.html
-share/gnome/help/eog/C/index.html
-share/gnome/help/eog/C/intro.html
-share/gnome/help/eog/C/license.html
-share/gnome/help/eog/C/prefs-viewers.html
-share/gnome/help/eog/C/providing-feedback.html
-share/gnome/help/eog/C/stylesheet-images/caution.gif
-share/gnome/help/eog/C/stylesheet-images/home.gif
-share/gnome/help/eog/C/stylesheet-images/important.gif
-share/gnome/help/eog/C/stylesheet-images/next.gif
-share/gnome/help/eog/C/stylesheet-images/note.gif
-share/gnome/help/eog/C/stylesheet-images/prev.gif
-share/gnome/help/eog/C/stylesheet-images/tip.gif
-share/gnome/help/eog/C/stylesheet-images/toc-blank.gif
-share/gnome/help/eog/C/stylesheet-images/toc-minus.gif
-share/gnome/help/eog/C/stylesheet-images/toc-plus.gif
-share/gnome/help/eog/C/stylesheet-images/up.gif
-share/gnome/help/eog/C/stylesheet-images/warning.gif
-share/gnome/oaf/image-generic.oafinfo
-share/gnome/pixmaps/gnome-eog.png
-share/locale/ca/LC_MESSAGES/eog.mo
-share/locale/cs/LC_MESSAGES/eog.mo
-share/locale/da/LC_MESSAGES/eog.mo
-share/locale/de/LC_MESSAGES/eog.mo
-share/locale/el/LC_MESSAGES/eog.mo
-share/locale/es/LC_MESSAGES/eog.mo
-share/locale/et/LC_MESSAGES/eog.mo
-share/locale/fi/LC_MESSAGES/eog.mo
-share/locale/fr/LC_MESSAGES/eog.mo
-share/locale/ga/LC_MESSAGES/eog.mo
-share/locale/gl/LC_MESSAGES/eog.mo
-share/locale/hu/LC_MESSAGES/eog.mo
-share/locale/it/LC_MESSAGES/eog.mo
-share/locale/ja/LC_MESSAGES/eog.mo
-share/locale/ko/LC_MESSAGES/eog.mo
-share/locale/lt/LC_MESSAGES/eog.mo
-share/locale/nl/LC_MESSAGES/eog.mo
-share/locale/no/LC_MESSAGES/eog.mo
-share/locale/pl/LC_MESSAGES/eog.mo
-share/locale/ro/LC_MESSAGES/eog.mo
-share/locale/ru/LC_MESSAGES/eog.mo
-share/locale/sl/LC_MESSAGES/eog.mo
-share/locale/sv/LC_MESSAGES/eog.mo
-share/locale/tr/LC_MESSAGES/eog.mo
-share/locale/uk/LC_MESSAGES/eog.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/eog.mo
-@dirrm share/gnome/help/eog/C/stylesheet-images
-@dirrm share/gnome/help/eog/C/fig
-@dirrm share/gnome/help/eog/C
-@dirrm share/gnome/help/eog
-@dirrm share/gnome/eog/glade
-@dirrm share/gnome/eog
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/eog/window
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/eog/view
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/eog/full_screen
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/eog
-@dirrm etc/gconf/gconf.xml.defaults/apps/eog/window
-@dirrm etc/gconf/gconf.xml.defaults/apps/eog/view
-@dirrm etc/gconf/gconf.xml.defaults/apps/eog/full_screen
-@dirrm etc/gconf/gconf.xml.defaults/apps/eog