summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-08-19 09:56:53 +0000
committernia <nia@pkgsrc.org>2019-08-19 09:56:53 +0000
commita260d4d9c941f8bbd1373c172f451f57ca6296de (patch)
treeb6649405e7c93a614fdeb0c8e217952283130849 /graphics
parent9ac4fa48b46e559f9df6f9bfb999b1191b877403 (diff)
downloadpkgsrc-a260d4d9c941f8bbd1373c172f451f57ca6296de.tar.gz
Remove graphics/eog.
Replaced by graphics/eom, or graphics/eog3...
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile5
-rw-r--r--graphics/eog-plugins-map/DESCR1
-rw-r--r--graphics/eog-plugins-map/Makefile14
-rw-r--r--graphics/eog-plugins-map/PLIST3
-rw-r--r--graphics/eog-plugins/DESCR1
-rw-r--r--graphics/eog-plugins/Makefile10
-rw-r--r--graphics/eog-plugins/Makefile.common20
-rw-r--r--graphics/eog-plugins/PLIST50
-rw-r--r--graphics/eog-plugins/distinfo6
-rw-r--r--graphics/eog/DESCR5
-rw-r--r--graphics/eog/Makefile49
-rw-r--r--graphics/eog/PLIST338
-rw-r--r--graphics/eog/buildlink3.mk16
-rw-r--r--graphics/eog/distinfo8
-rw-r--r--graphics/eog/patches/patch-src_eog-exif-util.c15
-rw-r--r--graphics/eog/patches/patch-src_eog-util.c15
16 files changed, 1 insertions, 555 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 635042e327c..954fe34d4f1 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.838 2019/08/13 20:29:24 markd Exp $
+# $NetBSD: Makefile,v 1.839 2019/08/19 09:56:53 nia Exp $
#
COMMENT= Graphics tools and libraries
@@ -102,9 +102,6 @@ SUBDIR+= dxsamples
SUBDIR+= edje
SUBDIR+= elementary-xfce-icon-theme
SUBDIR+= enblend-enfuse
-SUBDIR+= eog
-SUBDIR+= eog-plugins
-SUBDIR+= eog-plugins-map
SUBDIR+= eog3
SUBDIR+= eom
SUBDIR+= epeg
diff --git a/graphics/eog-plugins-map/DESCR b/graphics/eog-plugins-map/DESCR
deleted file mode 100644
index e6cdadc0809..00000000000
--- a/graphics/eog-plugins-map/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Map plugin for eog.
diff --git a/graphics/eog-plugins-map/Makefile b/graphics/eog-plugins-map/Makefile
deleted file mode 100644
index d89dc71e450..00000000000
--- a/graphics/eog-plugins-map/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD: Makefile,v 1.56 2019/07/21 22:24:56 wiz Exp $
-#
-
-PKGNAME= eog-plugins-map-2.30.2
-PKGREVISION= 50
-COMMENT= Plugin collection for eog - map plugin
-
-BUILD_DIRS= plugins/map
-INSTALL_DIRS= plugins/map
-
-.include "../../graphics/eog-plugins/Makefile.common"
-.include "../../geography/libchamplain08/buildlink3.mk"
-.include "../../graphics/libexif/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/eog-plugins-map/PLIST b/graphics/eog-plugins-map/PLIST
deleted file mode 100644
index 51d90601a83..00000000000
--- a/graphics/eog-plugins-map/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2010/07/26 11:18:15 drochner Exp $
-lib/eog/plugins/libmap.la
-lib/eog/plugins/map.eog-plugin
diff --git a/graphics/eog-plugins/DESCR b/graphics/eog-plugins/DESCR
deleted file mode 100644
index b83f13a3418..00000000000
--- a/graphics/eog-plugins/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Plugins for eog.
diff --git a/graphics/eog-plugins/Makefile b/graphics/eog-plugins/Makefile
deleted file mode 100644
index f62f26f86e1..00000000000
--- a/graphics/eog-plugins/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# $NetBSD: Makefile,v 1.32 2019/07/21 22:24:56 wiz Exp $
-#
-
-PKGNAME= eog-plugins-base-2.30.2
-PKGREVISION= 26
-
-COMMENT= Plugin collection for eog
-
-.include "../../graphics/eog-plugins/Makefile.common"
-.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/eog-plugins/Makefile.common b/graphics/eog-plugins/Makefile.common
deleted file mode 100644
index c7dafa88f9f..00000000000
--- a/graphics/eog-plugins/Makefile.common
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile.common,v 1.9 2017/07/30 22:47:51 wiz Exp $
-#
-# used by graphics/eog-plugins/Makefile
-# used by graphics/eog-plugins-map/Makefile
-
-DISTNAME= eog-plugins-2.30.2
-CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/eog-plugins/2.30/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://www.gnome.org/
-#LICENSE= # TODO: (see mk/license.mk)
-
-DISTINFO_FILE= ${.CURDIR}/../../graphics/eog-plugins/distinfo
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-USE_TOOLS+= intltool pkg-config gmake gsed msgfmt
-
-.include "../../graphics/eog/buildlink3.mk"
diff --git a/graphics/eog-plugins/PLIST b/graphics/eog-plugins/PLIST
deleted file mode 100644
index c68394852c2..00000000000
--- a/graphics/eog-plugins/PLIST
+++ /dev/null
@@ -1,50 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2011/04/14 15:57:25 drochner Exp $
-lib/eog/plugins/fit-to-width.eog-plugin
-lib/eog/plugins/libfit-to-width.la
-lib/eog/plugins/libsend-by-mail.la
-lib/eog/plugins/send-by-mail.eog-plugin
-share/locale/ar/LC_MESSAGES/eog-plugins.mo
-share/locale/as/LC_MESSAGES/eog-plugins.mo
-share/locale/be@latin/LC_MESSAGES/eog-plugins.mo
-share/locale/bg/LC_MESSAGES/eog-plugins.mo
-share/locale/bn_IN/LC_MESSAGES/eog-plugins.mo
-share/locale/ca/LC_MESSAGES/eog-plugins.mo
-share/locale/ca@valencia/LC_MESSAGES/eog-plugins.mo
-share/locale/cs/LC_MESSAGES/eog-plugins.mo
-share/locale/da/LC_MESSAGES/eog-plugins.mo
-share/locale/de/LC_MESSAGES/eog-plugins.mo
-share/locale/el/LC_MESSAGES/eog-plugins.mo
-share/locale/en_GB/LC_MESSAGES/eog-plugins.mo
-share/locale/es/LC_MESSAGES/eog-plugins.mo
-share/locale/eu/LC_MESSAGES/eog-plugins.mo
-share/locale/fi/LC_MESSAGES/eog-plugins.mo
-share/locale/fr/LC_MESSAGES/eog-plugins.mo
-share/locale/gl/LC_MESSAGES/eog-plugins.mo
-share/locale/gu/LC_MESSAGES/eog-plugins.mo
-share/locale/he/LC_MESSAGES/eog-plugins.mo
-share/locale/hu/LC_MESSAGES/eog-plugins.mo
-share/locale/id/LC_MESSAGES/eog-plugins.mo
-share/locale/it/LC_MESSAGES/eog-plugins.mo
-share/locale/ja/LC_MESSAGES/eog-plugins.mo
-share/locale/kn/LC_MESSAGES/eog-plugins.mo
-share/locale/lt/LC_MESSAGES/eog-plugins.mo
-share/locale/mk/LC_MESSAGES/eog-plugins.mo
-share/locale/ml/LC_MESSAGES/eog-plugins.mo
-share/locale/mr/LC_MESSAGES/eog-plugins.mo
-share/locale/nb/LC_MESSAGES/eog-plugins.mo
-share/locale/or/LC_MESSAGES/eog-plugins.mo
-share/locale/pa/LC_MESSAGES/eog-plugins.mo
-share/locale/pl/LC_MESSAGES/eog-plugins.mo
-share/locale/pt/LC_MESSAGES/eog-plugins.mo
-share/locale/pt_BR/LC_MESSAGES/eog-plugins.mo
-share/locale/ro/LC_MESSAGES/eog-plugins.mo
-share/locale/sl/LC_MESSAGES/eog-plugins.mo
-share/locale/sq/LC_MESSAGES/eog-plugins.mo
-share/locale/sv/LC_MESSAGES/eog-plugins.mo
-share/locale/ta/LC_MESSAGES/eog-plugins.mo
-share/locale/te/LC_MESSAGES/eog-plugins.mo
-share/locale/uk/LC_MESSAGES/eog-plugins.mo
-share/locale/vi/LC_MESSAGES/eog-plugins.mo
-share/locale/zh_CN/LC_MESSAGES/eog-plugins.mo
-share/locale/zh_HK/LC_MESSAGES/eog-plugins.mo
-share/locale/zh_TW/LC_MESSAGES/eog-plugins.mo
diff --git a/graphics/eog-plugins/distinfo b/graphics/eog-plugins/distinfo
deleted file mode 100644
index d42196bc5f6..00000000000
--- a/graphics/eog-plugins/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 21:33:56 agc Exp $
-
-SHA1 (eog-plugins-2.30.2.tar.bz2) = dfff2410b9554a8ed6d6c23d32be7b5689ed4a41
-RMD160 (eog-plugins-2.30.2.tar.bz2) = ccae55ff712134a1f8c4e917f77d6c92e6b1ea59
-SHA512 (eog-plugins-2.30.2.tar.bz2) = 63053cef70cf47f0bade540574729d60806e7732d1d2ed8688a218fe755b89322ca655b92307c732df4c2f1d69cada4fe850f7dc204fe24ef406b00f79db360b
-Size (eog-plugins-2.30.2.tar.bz2) = 363320 bytes
diff --git a/graphics/eog/DESCR b/graphics/eog/DESCR
deleted file mode 100644
index bb256e5e4ad..00000000000
--- a/graphics/eog/DESCR
+++ /dev/null
@@ -1,5 +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 version builds with gtk+2 and gnome2
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile
deleted file mode 100644
index 185b91606aa..00000000000
--- a/graphics/eog/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# $NetBSD: Makefile,v 1.98 2019/07/21 22:24:05 wiz Exp $
-
-DISTNAME= eog-2.32.1
-PKGREVISION= 30
-CATEGORIES= graphics gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/eog/2.32/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://www.gnome.org/
-COMMENT= Eye of GNOME: an image viewing and cataloging program
-LICENSE= gnu-gpl-v2
-
-GNU_CONFIGURE= YES
-USE_TOOLS+= gmake intltool msgfmt pkg-config
-USE_PKGLOCALEDIR= YES
-USE_LIBTOOL= yes
-
-GCONF_SCHEMAS= eog.schemas
-
-# XXX Python plugins do more harm than good for now
-#.include "../../lang/python/application.mk"
-#.include "../../x11/py-gtk2/buildlink3.mk"
-#PYTHON_VERSIONS_INCOMPATIBLE= 36 # py-gtk2
-.include "../../devel/GConf/schemas.mk"
-BUILDLINK_API_DEPENDS.glib2+= glib2>=2.15.3
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
-#.include "../../devel/eel/buildlink3.mk"
-.include "../../devel/exempi/buildlink3.mk"
-.include "../../devel/pango/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gnome-icon-theme+= gnome-icon-theme>=2.20.0
-.include "../../graphics/gnome-icon-theme/buildlink3.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../mk/jpeg.buildlink3.mk"
-.include "../../graphics/lcms/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libexif+= libexif>=0.6.12
-.include "../../graphics/libexif/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-BUILDLINK_API_DEPENDS.shared-mime-info+= shared-mime-info>=0.20
-.include "../../databases/shared-mime-info/buildlink3.mk"
-BUILDLINK_API_DEPENDS.dbus-glib+= dbus-glib>=0.71
-.include "../../sysutils/dbus-glib/buildlink3.mk"
-.include "../../textproc/gnome-doc-utils/buildlink3.mk"
-.include "../../mk/omf-scrollkeeper.mk"
-.include "../../x11/gnome-desktop/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.11.6
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/eog/PLIST b/graphics/eog/PLIST
deleted file mode 100644
index 3548c8dc4b8..00000000000
--- a/graphics/eog/PLIST
+++ /dev/null
@@ -1,338 +0,0 @@
-@comment $NetBSD: PLIST,v 1.16 2010/11/28 13:04:09 drochner Exp $
-bin/eog
-include/eog-2.20/eog/eog-application.h
-include/eog-2.20/eog/eog-debug.h
-include/eog-2.20/eog/eog-dialog.h
-include/eog-2.20/eog/eog-enums.h
-include/eog-2.20/eog/eog-error-message-area.h
-include/eog-2.20/eog/eog-exif-details.h
-include/eog-2.20/eog/eog-exif-util.h
-include/eog-2.20/eog/eog-file-chooser.h
-include/eog-2.20/eog/eog-image-save-info.h
-include/eog-2.20/eog/eog-image.h
-include/eog-2.20/eog/eog-job-queue.h
-include/eog-2.20/eog/eog-jobs.h
-include/eog-2.20/eog/eog-list-store.h
-include/eog-2.20/eog/eog-plugin.h
-include/eog-2.20/eog/eog-properties-dialog.h
-include/eog-2.20/eog/eog-scroll-view.h
-include/eog-2.20/eog/eog-sidebar.h
-include/eog-2.20/eog/eog-statusbar.h
-include/eog-2.20/eog/eog-thumb-nav.h
-include/eog-2.20/eog/eog-thumb-view.h
-include/eog-2.20/eog/eog-thumbnail.h
-include/eog-2.20/eog/eog-transform.h
-include/eog-2.20/eog/eog-window.h
-lib/eog/plugins/fullscreen.eog-plugin
-lib/eog/plugins/libfullscreen.la
-lib/eog/plugins/libreload.la
-lib/eog/plugins/libstatusbar-date.la
-lib/eog/plugins/reload.eog-plugin
-lib/eog/plugins/statusbar-date.eog-plugin
-lib/pkgconfig/eog.pc
-share/applications/eog.desktop
-share/eog/eog-image-properties-dialog.ui
-share/eog/eog-multiple-save-as-dialog.ui
-share/eog/eog-preferences-dialog.ui
-share/eog/eog-toolbar.xml
-share/eog/eog-ui.xml
-share/eog/gtkrc
-share/eog/icons/hicolor/16x16/actions/eog-image-collection.png
-share/eog/icons/hicolor/16x16/actions/eog-plugin.png
-share/eog/icons/hicolor/16x16/actions/slideshow-play.png
-share/eog/icons/hicolor/22x22/actions/eog-image-collection.png
-share/eog/icons/hicolor/22x22/actions/eog-plugin.png
-share/eog/icons/hicolor/22x22/actions/slideshow-play.png
-share/eog/icons/hicolor/24x24/actions/eog-image-collection.png
-share/eog/icons/hicolor/24x24/actions/slideshow-play.png
-share/eog/icons/hicolor/32x32/actions/eog-image-collection.png
-share/eog/icons/hicolor/32x32/actions/eog-plugin.png
-share/eog/icons/hicolor/32x32/actions/slideshow-play.png
-share/eog/icons/hicolor/48x48/actions/slideshow-play.png
-share/eog/icons/hicolor/scalable/actions/eog-image-collection.svg
-share/eog/icons/hicolor/scalable/actions/eog-plugin.svg
-share/eog/icons/hicolor/scalable/actions/slideshow-play.svg
-share/eog/pixmaps/thumbnail-frame.png
-share/gconf/schemas/eog.schemas
-share/gnome/help/eog/C/eog.xml
-share/gnome/help/eog/C/figures/eog_save_as_window.png
-share/gnome/help/eog/C/figures/eog_start_window.png
-share/gnome/help/eog/C/figures/eog_toolbar_editor_window.png
-share/gnome/help/eog/C/legal.xml
-share/gnome/help/eog/ar/eog.xml
-share/gnome/help/eog/ar/figures/eog_save_as_window.png
-share/gnome/help/eog/ar/figures/eog_start_window.png
-share/gnome/help/eog/ar/figures/eog_toolbar_editor_window.png
-share/gnome/help/eog/ca/eog.xml
-share/gnome/help/eog/ca/figures/eog_save_as_window.png
-share/gnome/help/eog/ca/figures/eog_start_window.png
-share/gnome/help/eog/ca/figures/eog_toolbar_editor_window.png
-share/gnome/help/eog/cs/eog.xml
-share/gnome/help/eog/cs/figures/eog_save_as_window.png
-share/gnome/help/eog/cs/figures/eog_start_window.png
-share/gnome/help/eog/cs/figures/eog_toolbar_editor_window.png
-share/gnome/help/eog/da/eog.xml
-share/gnome/help/eog/da/figures/eog_save_as_window.png
-share/gnome/help/eog/da/figures/eog_start_window.png
-share/gnome/help/eog/da/figures/eog_toolbar_editor_window.png
-share/gnome/help/eog/de/eog.xml
-share/gnome/help/eog/de/figures/eog_save_as_window.png
-share/gnome/help/eog/de/figures/eog_start_window.png
-share/gnome/help/eog/de/figures/eog_toolbar_editor_window.png
-share/gnome/help/eog/el/eog.xml
-share/gnome/help/eog/el/figures/eog_save_as_window.png
-share/gnome/help/eog/el/figures/eog_start_window.png
-share/gnome/help/eog/el/figures/eog_toolbar_editor_window.png
-share/gnome/help/eog/en_GB/eog.xml
-share/gnome/help/eog/en_GB/figures/eog_save_as_window.png
-share/gnome/help/eog/en_GB/figures/eog_start_window.png
-share/gnome/help/eog/en_GB/figures/eog_toolbar_editor_window.png
-share/gnome/help/eog/es/eog.xml
-share/gnome/help/eog/es/figures/eog_save_as_window.png
-share/gnome/help/eog/es/figures/eog_start_window.png
-share/gnome/help/eog/es/figures/eog_toolbar_editor_window.png
-share/gnome/help/eog/eu/eog.xml
-share/gnome/help/eog/eu/figures/eog_save_as_window.png
-share/gnome/help/eog/eu/figures/eog_start_window.png
-share/gnome/help/eog/eu/figures/eog_toolbar_editor_window.png
-share/gnome/help/eog/fi/eog.xml
-share/gnome/help/eog/fi/figures/eog_save_as_window.png
-share/gnome/help/eog/fi/figures/eog_start_window.png
-share/gnome/help/eog/fi/figures/eog_toolbar_editor_window.png
-share/gnome/help/eog/fr/eog.xml
-share/gnome/help/eog/fr/figures/eog_save_as_window.png
-share/gnome/help/eog/fr/figures/eog_start_window.png
-share/gnome/help/eog/fr/figures/eog_toolbar_editor_window.png
-share/gnome/help/eog/it/eog.xml
-share/gnome/help/eog/it/figures/eog_save_as_window.png
-share/gnome/help/eog/it/figures/eog_start_window.png
-share/gnome/help/eog/it/figures/eog_toolbar_editor_window.png
-share/gnome/help/eog/ja/eog.xml
-share/gnome/help/eog/ja/figures/eog_save_as_window.png
-share/gnome/help/eog/ja/figures/eog_start_window.png
-share/gnome/help/eog/ja/figures/eog_toolbar_editor_window.png
-share/gnome/help/eog/ko/eog.xml
-share/gnome/help/eog/ko/figures/eog_save_as_window.png
-share/gnome/help/eog/ko/figures/eog_start_window.png
-share/gnome/help/eog/ko/figures/eog_toolbar_editor_window.png
-share/gnome/help/eog/oc/eog.xml
-share/gnome/help/eog/oc/figures/eog_save_as_window.png
-share/gnome/help/eog/oc/figures/eog_start_window.png
-share/gnome/help/eog/oc/figures/eog_toolbar_editor_window.png
-share/gnome/help/eog/pa/eog.xml
-share/gnome/help/eog/pa/figures/eog_save_as_window.png
-share/gnome/help/eog/pa/figures/eog_start_window.png
-share/gnome/help/eog/pa/figures/eog_toolbar_editor_window.png
-share/gnome/help/eog/pl/eog.xml
-share/gnome/help/eog/pl/figures/eog_save_as_window.png
-share/gnome/help/eog/pl/figures/eog_start_window.png
-share/gnome/help/eog/pl/figures/eog_toolbar_editor_window.png
-share/gnome/help/eog/pt_BR/eog.xml
-share/gnome/help/eog/pt_BR/figures/eog_save_as_window.png
-share/gnome/help/eog/pt_BR/figures/eog_start_window.png
-share/gnome/help/eog/pt_BR/figures/eog_toolbar_editor_window.png
-share/gnome/help/eog/ru/eog.xml
-share/gnome/help/eog/ru/figures/eog_save_as_window.png
-share/gnome/help/eog/ru/figures/eog_start_window.png
-share/gnome/help/eog/ru/figures/eog_toolbar_editor_window.png
-share/gnome/help/eog/sv/eog.xml
-share/gnome/help/eog/sv/figures/eog_save_as_window.png
-share/gnome/help/eog/sv/figures/eog_start_window.png
-share/gnome/help/eog/sv/figures/eog_toolbar_editor_window.png
-share/gnome/help/eog/th/eog.xml
-share/gnome/help/eog/th/figures/eog_save_as_window.png
-share/gnome/help/eog/th/figures/eog_start_window.png
-share/gnome/help/eog/th/figures/eog_toolbar_editor_window.png
-share/gnome/help/eog/uk/eog.xml
-share/gnome/help/eog/uk/figures/eog_save_as_window.png
-share/gnome/help/eog/uk/figures/eog_start_window.png
-share/gnome/help/eog/uk/figures/eog_toolbar_editor_window.png
-share/gnome/help/eog/zh_CN/eog.xml
-share/gnome/help/eog/zh_CN/figures/eog_save_as_window.png
-share/gnome/help/eog/zh_CN/figures/eog_start_window.png
-share/gnome/help/eog/zh_CN/figures/eog_toolbar_editor_window.png
-share/gnome/help/eog/zh_TW/eog.xml
-share/gnome/help/eog/zh_TW/figures/eog_save_as_window.png
-share/gnome/help/eog/zh_TW/figures/eog_start_window.png
-share/gnome/help/eog/zh_TW/figures/eog_toolbar_editor_window.png
-share/gtk-doc/html/eog/EogDialog.html
-share/gtk-doc/html/eog/EogExifDetails.html
-share/gtk-doc/html/eog/EogFileChooser.html
-share/gtk-doc/html/eog/EogImageSaveInfo.html
-share/gtk-doc/html/eog/EogMetadataReaderJpg.html
-share/gtk-doc/html/eog/EogMetadataReaderPng.html
-share/gtk-doc/html/eog/EogPluginManager.html
-share/gtk-doc/html/eog/EogPreferencesDialog.html
-share/gtk-doc/html/eog/EogPrintImageSetup.html
-share/gtk-doc/html/eog/EogPrintPreview.html
-share/gtk-doc/html/eog/EogScrollView.html
-share/gtk-doc/html/eog/EogSidebar.html
-share/gtk-doc/html/eog/EogStatusbar.html
-share/gtk-doc/html/eog/ch01.html
-share/gtk-doc/html/eog/ch02.html
-share/gtk-doc/html/eog/ch03.html
-share/gtk-doc/html/eog/ch04.html
-share/gtk-doc/html/eog/ch05.html
-share/gtk-doc/html/eog/ch06.html
-share/gtk-doc/html/eog/ch07.html
-share/gtk-doc/html/eog/eog-eog-application.html
-share/gtk-doc/html/eog/eog-eog-config-keys.html
-share/gtk-doc/html/eog/eog-eog-debug.html
-share/gtk-doc/html/eog/eog-eog-error-message-area.html
-share/gtk-doc/html/eog/eog-eog-exif-util.html
-share/gtk-doc/html/eog/eog-eog-image.html
-share/gtk-doc/html/eog/eog-eog-job-queue.html
-share/gtk-doc/html/eog/eog-eog-jobs.html
-share/gtk-doc/html/eog/eog-eog-list-store.html
-share/gtk-doc/html/eog/eog-eog-metadata-reader.html
-share/gtk-doc/html/eog/eog-eog-pixbuf-util.html
-share/gtk-doc/html/eog/eog-eog-plugin-engine.html
-share/gtk-doc/html/eog/eog-eog-plugin.html
-share/gtk-doc/html/eog/eog-eog-print.html
-share/gtk-doc/html/eog/eog-eog-properties-dialog.html
-share/gtk-doc/html/eog/eog-eog-save-as-dialog-helper.html
-share/gtk-doc/html/eog/eog-eog-session.html
-share/gtk-doc/html/eog/eog-eog-thumb-nav.html
-share/gtk-doc/html/eog/eog-eog-thumb-view.html
-share/gtk-doc/html/eog/eog-eog-thumbnail.html
-share/gtk-doc/html/eog/eog-eog-transform.html
-share/gtk-doc/html/eog/eog-eog-uri-converter.html
-share/gtk-doc/html/eog/eog-eog-util.html
-share/gtk-doc/html/eog/eog-eog-window.html
-share/gtk-doc/html/eog/eog-uta.html
-share/gtk-doc/html/eog/eog-zoom.html
-share/gtk-doc/html/eog/eog.devhelp
-share/gtk-doc/html/eog/eog.devhelp2
-share/gtk-doc/html/eog/home.png
-share/gtk-doc/html/eog/index.html
-share/gtk-doc/html/eog/index.sgml
-share/gtk-doc/html/eog/left.png
-share/gtk-doc/html/eog/right.png
-share/gtk-doc/html/eog/style.css
-share/gtk-doc/html/eog/up.png
-share/icons/hicolor/16x16/apps/eog.png
-share/icons/hicolor/22x22/apps/eog.png
-share/icons/hicolor/24x24/apps/eog.png
-share/icons/hicolor/32x32/apps/eog.png
-share/icons/hicolor/scalable/apps/eog.svg
-share/locale/af/LC_MESSAGES/eog.mo
-share/locale/am/LC_MESSAGES/eog.mo
-share/locale/ar/LC_MESSAGES/eog.mo
-share/locale/as/LC_MESSAGES/eog.mo
-share/locale/ast/LC_MESSAGES/eog.mo
-share/locale/az/LC_MESSAGES/eog.mo
-share/locale/be/LC_MESSAGES/eog.mo
-share/locale/be@latin/LC_MESSAGES/eog.mo
-share/locale/bg/LC_MESSAGES/eog.mo
-share/locale/bn/LC_MESSAGES/eog.mo
-share/locale/bn_IN/LC_MESSAGES/eog.mo
-share/locale/br/LC_MESSAGES/eog.mo
-share/locale/bs/LC_MESSAGES/eog.mo
-share/locale/ca/LC_MESSAGES/eog.mo
-share/locale/ca@valencia/LC_MESSAGES/eog.mo
-share/locale/cs/LC_MESSAGES/eog.mo
-share/locale/cy/LC_MESSAGES/eog.mo
-share/locale/da/LC_MESSAGES/eog.mo
-share/locale/de/LC_MESSAGES/eog.mo
-share/locale/dz/LC_MESSAGES/eog.mo
-share/locale/el/LC_MESSAGES/eog.mo
-share/locale/en@shaw/LC_MESSAGES/eog.mo
-share/locale/en_CA/LC_MESSAGES/eog.mo
-share/locale/en_GB/LC_MESSAGES/eog.mo
-share/locale/es/LC_MESSAGES/eog.mo
-share/locale/et/LC_MESSAGES/eog.mo
-share/locale/eu/LC_MESSAGES/eog.mo
-share/locale/fa/LC_MESSAGES/eog.mo
-share/locale/fi/LC_MESSAGES/eog.mo
-share/locale/fr/LC_MESSAGES/eog.mo
-share/locale/fur/LC_MESSAGES/eog.mo
-share/locale/ga/LC_MESSAGES/eog.mo
-share/locale/gl/LC_MESSAGES/eog.mo
-share/locale/gu/LC_MESSAGES/eog.mo
-share/locale/he/LC_MESSAGES/eog.mo
-share/locale/hi/LC_MESSAGES/eog.mo
-share/locale/hr/LC_MESSAGES/eog.mo
-share/locale/hu/LC_MESSAGES/eog.mo
-share/locale/id/LC_MESSAGES/eog.mo
-share/locale/is/LC_MESSAGES/eog.mo
-share/locale/it/LC_MESSAGES/eog.mo
-share/locale/ja/LC_MESSAGES/eog.mo
-share/locale/ka/LC_MESSAGES/eog.mo
-share/locale/kk/LC_MESSAGES/eog.mo
-share/locale/kn/LC_MESSAGES/eog.mo
-share/locale/ko/LC_MESSAGES/eog.mo
-share/locale/ks/LC_MESSAGES/eog.mo
-share/locale/ku/LC_MESSAGES/eog.mo
-share/locale/lt/LC_MESSAGES/eog.mo
-share/locale/lv/LC_MESSAGES/eog.mo
-share/locale/mai/LC_MESSAGES/eog.mo
-share/locale/mg/LC_MESSAGES/eog.mo
-share/locale/mk/LC_MESSAGES/eog.mo
-share/locale/ml/LC_MESSAGES/eog.mo
-share/locale/mn/LC_MESSAGES/eog.mo
-share/locale/mr/LC_MESSAGES/eog.mo
-share/locale/ms/LC_MESSAGES/eog.mo
-share/locale/nb/LC_MESSAGES/eog.mo
-share/locale/nds/LC_MESSAGES/eog.mo
-share/locale/ne/LC_MESSAGES/eog.mo
-share/locale/nl/LC_MESSAGES/eog.mo
-share/locale/nn/LC_MESSAGES/eog.mo
-share/locale/nso/LC_MESSAGES/eog.mo
-share/locale/oc/LC_MESSAGES/eog.mo
-share/locale/or/LC_MESSAGES/eog.mo
-share/locale/pa/LC_MESSAGES/eog.mo
-share/locale/pl/LC_MESSAGES/eog.mo
-share/locale/ps/LC_MESSAGES/eog.mo
-share/locale/pt/LC_MESSAGES/eog.mo
-share/locale/pt_BR/LC_MESSAGES/eog.mo
-share/locale/ro/LC_MESSAGES/eog.mo
-share/locale/ru/LC_MESSAGES/eog.mo
-share/locale/rw/LC_MESSAGES/eog.mo
-share/locale/si/LC_MESSAGES/eog.mo
-share/locale/sk/LC_MESSAGES/eog.mo
-share/locale/sl/LC_MESSAGES/eog.mo
-share/locale/sq/LC_MESSAGES/eog.mo
-share/locale/sr/LC_MESSAGES/eog.mo
-share/locale/sr@latin/LC_MESSAGES/eog.mo
-share/locale/sv/LC_MESSAGES/eog.mo
-share/locale/ta/LC_MESSAGES/eog.mo
-share/locale/te/LC_MESSAGES/eog.mo
-share/locale/th/LC_MESSAGES/eog.mo
-share/locale/tk/LC_MESSAGES/eog.mo
-share/locale/tr/LC_MESSAGES/eog.mo
-share/locale/ug/LC_MESSAGES/eog.mo
-share/locale/uk/LC_MESSAGES/eog.mo
-share/locale/uz/LC_MESSAGES/eog.mo
-share/locale/uz@cyrillic/LC_MESSAGES/eog.mo
-share/locale/vi/LC_MESSAGES/eog.mo
-share/locale/wa/LC_MESSAGES/eog.mo
-share/locale/xh/LC_MESSAGES/eog.mo
-share/locale/zh_CN/LC_MESSAGES/eog.mo
-share/locale/zh_HK/LC_MESSAGES/eog.mo
-share/locale/zh_TW/LC_MESSAGES/eog.mo
-share/locale/zu/LC_MESSAGES/eog.mo
-share/omf/eog/eog-C.omf
-share/omf/eog/eog-ar.omf
-share/omf/eog/eog-ca.omf
-share/omf/eog/eog-cs.omf
-share/omf/eog/eog-da.omf
-share/omf/eog/eog-de.omf
-share/omf/eog/eog-el.omf
-share/omf/eog/eog-en_GB.omf
-share/omf/eog/eog-es.omf
-share/omf/eog/eog-eu.omf
-share/omf/eog/eog-fi.omf
-share/omf/eog/eog-fr.omf
-share/omf/eog/eog-it.omf
-share/omf/eog/eog-ja.omf
-share/omf/eog/eog-ko.omf
-share/omf/eog/eog-oc.omf
-share/omf/eog/eog-pa.omf
-share/omf/eog/eog-pl.omf
-share/omf/eog/eog-pt_BR.omf
-share/omf/eog/eog-ru.omf
-share/omf/eog/eog-sv.omf
-share/omf/eog/eog-th.omf
-share/omf/eog/eog-uk.omf
-share/omf/eog/eog-zh_CN.omf
-share/omf/eog/eog-zh_TW.omf
diff --git a/graphics/eog/buildlink3.mk b/graphics/eog/buildlink3.mk
deleted file mode 100644
index b92fa306f65..00000000000
--- a/graphics/eog/buildlink3.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.31 2019/07/21 22:24:05 wiz Exp $
-
-BUILDLINK_TREE+= eog
-
-.if !defined(EOG_BUILDLINK3_MK)
-EOG_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.eog+= eog>=2.30.2<3
-BUILDLINK_ABI_DEPENDS.eog+= eog>=2.32.1nb30
-BUILDLINK_PKGSRCDIR.eog?= ../../graphics/eog
-
-.include "../../devel/GConf/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.endif # EOG_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -eog
diff --git a/graphics/eog/distinfo b/graphics/eog/distinfo
deleted file mode 100644
index 3e9f6e6adaf..00000000000
--- a/graphics/eog/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.26 2018/05/16 13:13:32 jperkin Exp $
-
-SHA1 (eog-2.32.1.tar.bz2) = 40fe8ec6bc6cbc118e9ce538e40f8c86b5709a51
-RMD160 (eog-2.32.1.tar.bz2) = 3e3a3a4ac51b97a13f278a11ec0bfa90f25b6af2
-SHA512 (eog-2.32.1.tar.bz2) = d14a7287389e10d0356ea2a0ed5771b8ba94fa8b7c3eca3bbb003d535a5416b84b02d4868faa3a7eeddb99c70a0d46a6bd0fdc59fc1170f4447d4967b1d63834
-Size (eog-2.32.1.tar.bz2) = 2804681 bytes
-SHA1 (patch-src_eog-exif-util.c) = cb02f8e4e5435bd3709747f166f7fa74244cdb48
-SHA1 (patch-src_eog-util.c) = ca2a64707310b3bd6f796cbfc10f82f6874e07b2
diff --git a/graphics/eog/patches/patch-src_eog-exif-util.c b/graphics/eog/patches/patch-src_eog-exif-util.c
deleted file mode 100644
index ced678c5efc..00000000000
--- a/graphics/eog/patches/patch-src_eog-exif-util.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_eog-exif-util.c,v 1.1 2018/05/16 13:13:32 jperkin Exp $
-
-Ensure _XOPEN_SOURCE is set correctly on SunOS.
-
---- src/eog-exif-util.c.orig 2009-08-11 10:49:55.000000000 +0000
-+++ src/eog-exif-util.c
-@@ -28,7 +28,7 @@
- #include "config.h"
- #endif
-
--#ifdef HAVE_STRPTIME
-+#if defined(HAVE_STRPTIME) && (!defined(__sun) || (!defined(_XOPEN_SOURCE) && (__STDC_VERSION__-0 < 199901L)))
- #define _XOPEN_SOURCE
- #endif
- #include <time.h>
diff --git a/graphics/eog/patches/patch-src_eog-util.c b/graphics/eog/patches/patch-src_eog-util.c
deleted file mode 100644
index b50d9090473..00000000000
--- a/graphics/eog/patches/patch-src_eog-util.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_eog-util.c,v 1.1 2018/05/16 13:13:32 jperkin Exp $
-
-Ensure _XOPEN_SOURCE is set correctly on SunOS.
-
---- src/eog-util.c.orig 2010-11-13 13:16:52.000000000 +0000
-+++ src/eog-util.c
-@@ -27,7 +27,7 @@
- #endif
-
- #include <sys/time.h>
--#ifdef HAVE_STRPTIME
-+#if defined(HAVE_STRPTIME) && (!defined(__sun) || (!defined(_XOPEN_SOURCE) && (__STDC_VERSION__-0 < 199901L)))
- #define _XOPEN_SOURCE
- #endif /* HAVE_STRPTIME */
-