summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/eog/Makefile46
-rw-r--r--graphics/eog/distinfo3
-rw-r--r--graphics/eog/files/patch-libeog_eog-image-list.c17
-rw-r--r--graphics/eog/pkg-descr5
-rw-r--r--graphics/eog/pkg-plist187
-rw-r--r--graphics/evince/Makefile107
-rw-r--r--graphics/evince/distinfo3
-rw-r--r--graphics/evince/files/patch-djvu_djvu-text.h10
-rw-r--r--graphics/evince/pkg-descr5
-rw-r--r--graphics/evince/pkg-plist112
-rw-r--r--graphics/libgnomecanvas/Makefile31
-rw-r--r--graphics/libgnomecanvas/distinfo3
-rw-r--r--graphics/libgnomecanvas/files/patch-libgnomecanvas_gnome-canvas-shape.c11
-rw-r--r--graphics/libgnomecanvas/pkg-descr2
-rw-r--r--graphics/libgnomecanvas/pkg-plist136
-rw-r--r--graphics/libgnomecanvasmm26/Makefile42
-rw-r--r--graphics/libgnomecanvasmm26/distinfo3
-rw-r--r--graphics/libgnomecanvasmm26/pkg-descr3
-rw-r--r--graphics/libgnomecanvasmm26/pkg-plist51
-rw-r--r--graphics/librsvg2/Makefile71
-rw-r--r--graphics/librsvg2/distinfo3
-rw-r--r--graphics/librsvg2/files/patch-moz-plugin_Makefile.in20
-rw-r--r--graphics/librsvg2/pkg-descr7
-rw-r--r--graphics/librsvg2/pkg-plist26
-rw-r--r--graphics/poppler-gtk/Makefile22
-rw-r--r--graphics/poppler-gtk/pkg-plist28
-rw-r--r--graphics/poppler-qt/Makefile18
-rw-r--r--graphics/poppler-qt/pkg-plist7
-rw-r--r--graphics/poppler/Makefile73
-rw-r--r--graphics/poppler/distinfo3
-rw-r--r--graphics/poppler/files/patch-configure11
-rw-r--r--graphics/poppler/files/patch-glib_Makefile.in37
-rw-r--r--graphics/poppler/files/patch-qt_Makefile.in39
-rw-r--r--graphics/poppler/pkg-descr6
-rw-r--r--graphics/poppler/pkg-plist102
35 files changed, 0 insertions, 1250 deletions
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile
deleted file mode 100644
index d0d5bdcd8..000000000
--- a/graphics/eog/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: eog2
-# Date created: 21 May 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/graphics/eog/Makefile,v 1.28 2006/04/11 00:56:21 ahze Exp $
-#
-
-PORTNAME= eog
-PORTVERSION= 2.14.1
-CATEGORIES= graphics gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= The Eye Of Gnome image viewer
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprintui \
- librsvg2 desktopfileutils gnomedesktop
-USE_GETTEXT= yes
-USE_X_PREFIX= yes
-INSTALLS_OMF= yes
-GNU_CONFIGURE= yes
-GNOME_DESKTOP_VERSION=2
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
-
-GCONF_SCHEMAS= eog.schemas
-
-.include <bsd.port.pre.mk>
-
-.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
-WITH_EXIF= yes
-.endif
-
-.if defined(WITH_EXIF) || exists(${LOCALBASE}/lib/libexif.so.12)
-LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif
-.endif
-
-post-install:
- @-update-desktop-database > /dev/null
-
-.include <bsd.port.post.mk>
diff --git a/graphics/eog/distinfo b/graphics/eog/distinfo
deleted file mode 100644
index 60e00b1b8..000000000
--- a/graphics/eog/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/eog-2.14.1.tar.bz2) = c77fbfa3a1e77cb7ed140567ebdfab12
-SHA256 (gnome2/eog-2.14.1.tar.bz2) = c26cefe7d594f31871ca2ddd847a12a4a7f28665ca9a545144e9fffe026e0ab9
-SIZE (gnome2/eog-2.14.1.tar.bz2) = 821034
diff --git a/graphics/eog/files/patch-libeog_eog-image-list.c b/graphics/eog/files/patch-libeog_eog-image-list.c
deleted file mode 100644
index 609cd0469..000000000
--- a/graphics/eog/files/patch-libeog_eog-image-list.c
+++ /dev/null
@@ -1,17 +0,0 @@
---- libeog/eog-image-list.c.orig Thu Aug 25 14:57:02 2005
-+++ libeog/eog-image-list.c Thu Aug 25 14:57:46 2005
-@@ -450,12 +450,13 @@
- case GNOME_VFS_MONITOR_EVENT_CREATED:
-
- if (list && list->priv) {
-+ gchar *str;
- node = list->priv->store;
-
- while (node != NULL && !found) {
-
- uri = eog_image_get_uri(node->data);
-- gchar *str = gnome_vfs_uri_to_string
-+ str = gnome_vfs_uri_to_string
- (uri, GNOME_VFS_URI_HIDE_NONE);
- found = (strcmp (str, info_uri)==0)?TRUE:FALSE;
- g_free (str);
diff --git a/graphics/eog/pkg-descr b/graphics/eog/pkg-descr
deleted file mode 100644
index 920f1863a..000000000
--- a/graphics/eog/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-This is the Eye of Gnome, a GNOME 2 image viewer and cataloging
-application. It provides inline image viewing support for
-nautilus.
-
-WWW: http://www.gnome.org/gnome-office/eog.shtml
diff --git a/graphics/eog/pkg-plist b/graphics/eog/pkg-plist
deleted file mode 100644
index 77b6c479e..000000000
--- a/graphics/eog/pkg-plist
+++ /dev/null
@@ -1,187 +0,0 @@
-bin/eog
-share/gnome/applications/eog.desktop
-share/gnome/eog/eog-gtk-ui.xml
-share/gnome/eog/glade/eog.glade
-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/legal.xml
-share/gnome/help/eog/de/eog.xml
-share/gnome/help/eog/de/figures/eog_start_window.png
-share/gnome/help/eog/de/legal.xml
-share/gnome/help/eog/es/eog.xml
-share/gnome/help/eog/es/figures/eog_start_window.png
-share/gnome/help/eog/es/legal.xml
-share/gnome/help/eog/eu/eog.xml
-share/gnome/help/eog/eu/figures/eog_start_window.png
-share/gnome/help/eog/eu/legal.xml
-share/gnome/help/eog/fr/eog.xml
-share/gnome/help/eog/fr/figures/eog_start_window.png
-share/gnome/help/eog/fr/legal.xml
-share/gnome/help/eog/it/eog.xml
-share/gnome/help/eog/it/figures/eog_start_window.png
-share/gnome/help/eog/it/legal.xml
-share/gnome/help/eog/ja/eog.xml
-share/gnome/help/eog/ja/figures/eog_start_window.png
-share/gnome/help/eog/ja/legal.xml
-share/gnome/help/eog/ko/eog.xml
-share/gnome/help/eog/ko/figures/eog_start_window.png
-share/gnome/help/eog/ko/legal.xml
-share/gnome/help/eog/sv/eog.xml
-share/gnome/help/eog/sv/figures/eog_start_window.png
-share/gnome/help/eog/sv/legal.xml
-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/legal.xml
-share/gnome/help/eog/zh_CN/eog.xml
-share/gnome/help/eog/zh_CN/figures/eog_start_window.png
-share/gnome/help/eog/zh_CN/legal.xml
-share/gnome/help/eog/zh_TW/eog.xml
-share/gnome/help/eog/zh_TW/figures/eog_start_window.png
-share/gnome/help/eog/zh_TW/legal.xml
-share/gnome/omf/eog/eog-C.omf
-share/gnome/omf/eog/eog-de.omf
-share/gnome/omf/eog/eog-es.omf
-share/gnome/omf/eog/eog-eu.omf
-share/gnome/omf/eog/eog-fr.omf
-share/gnome/omf/eog/eog-it.omf
-share/gnome/omf/eog/eog-ja.omf
-share/gnome/omf/eog/eog-ko.omf
-share/gnome/omf/eog/eog-sv.omf
-share/gnome/omf/eog/eog-uk.omf
-share/gnome/omf/eog/eog-zh_CN.omf
-share/gnome/omf/eog/eog-zh_TW.omf
-share/gnome/pixmaps/eog/down-right.png
-share/gnome/pixmaps/eog/loading.png
-share/gnome/pixmaps/eog/orient-horizontal.png
-share/gnome/pixmaps/eog/orient-vertical.png
-share/gnome/pixmaps/eog/right-down.png
-share/gnome/pixmaps/eog/stock-flip-horizontal-16.png
-share/gnome/pixmaps/eog/stock-flip-vertical-16.png
-share/gnome/pixmaps/eog/stock-rotate-180-16.png
-share/gnome/pixmaps/eog/stock-rotate-270-16.png
-share/gnome/pixmaps/eog/stock-rotate-90-16.png
-share/gnome/pixmaps/gnome-eog.png
-share/locale/af/LC_MESSAGES/eog.mo
-share/locale/am/LC_MESSAGES/eog.mo
-share/locale/ar/LC_MESSAGES/eog.mo
-share/locale/az/LC_MESSAGES/eog.mo
-share/locale/be/LC_MESSAGES/eog.mo
-share/locale/bg/LC_MESSAGES/eog.mo
-share/locale/bn/LC_MESSAGES/eog.mo
-share/locale/bs/LC_MESSAGES/eog.mo
-share/locale/ca/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_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/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/kn/LC_MESSAGES/eog.mo
-share/locale/ko/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/mk/LC_MESSAGES/eog.mo
-share/locale/ml/LC_MESSAGES/eog.mo
-share/locale/mn/LC_MESSAGES/eog.mo
-share/locale/ms/LC_MESSAGES/eog.mo
-share/locale/nb/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/no/LC_MESSAGES/eog.mo
-share/locale/nso/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/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/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@Latn/LC_MESSAGES/eog.mo
-share/locale/sv/LC_MESSAGES/eog.mo
-share/locale/ta/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/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
-@dirrmtry share/locale/zu/LC_MESSAGES
-@dirrmtry share/locale/zu
-@dirrmtry share/locale/xh/LC_MESSAGES
-@dirrmtry share/locale/xh
-@dirrmtry share/locale/ug/LC_MESSAGES
-@dirrmtry share/locale/ug
-@dirrmtry share/locale/rw/LC_MESSAGES
-@dirrmtry share/locale/rw
-@dirrmtry share/locale/nso/LC_MESSAGES
-@dirrmtry share/locale/nso
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrm share/gnome/pixmaps/eog
-@dirrm share/gnome/omf/eog
-@dirrm share/gnome/help/eog/zh_TW/figures
-@dirrm share/gnome/help/eog/zh_TW
-@dirrm share/gnome/help/eog/zh_CN/figures
-@dirrm share/gnome/help/eog/zh_CN
-@dirrm share/gnome/help/eog/uk/figures
-@dirrm share/gnome/help/eog/uk
-@dirrm share/gnome/help/eog/sv/figures
-@dirrm share/gnome/help/eog/sv
-@dirrm share/gnome/help/eog/ko/figures
-@dirrm share/gnome/help/eog/ko
-@dirrm share/gnome/help/eog/ja/figures
-@dirrm share/gnome/help/eog/ja
-@dirrm share/gnome/help/eog/it/figures
-@dirrm share/gnome/help/eog/it
-@dirrm share/gnome/help/eog/fr/figures
-@dirrm share/gnome/help/eog/fr
-@dirrm share/gnome/help/eog/eu/figures
-@dirrm share/gnome/help/eog/eu
-@dirrm share/gnome/help/eog/es/figures
-@dirrm share/gnome/help/eog/es
-@dirrm share/gnome/help/eog/de/figures
-@dirrm share/gnome/help/eog/de
-@dirrm share/gnome/help/eog/C/figures
-@dirrm share/gnome/help/eog/C
-@dirrm share/gnome/help/eog
-@dirrm share/gnome/eog/glade
-@dirrm share/gnome/eog
-@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
-@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile
deleted file mode 100644
index 78c22ad17..000000000
--- a/graphics/evince/Makefile
+++ /dev/null
@@ -1,107 +0,0 @@
-# New ports collection makefile for: evince
-# Date created: 09 January 2005
-# Whom: Adam Weinberger <adamw@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/graphics/evince/Makefile,v 1.49 2006/03/16 18:03:21 ahze Exp $
-#
-
-PORTNAME= evince
-PORTVERSION= 0.5.2
-PORTREVISION= 2
-CATEGORIES= graphics print gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.5
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= GNOME 2 multi-format document viewer
-
-LIB_DEPENDS= poppler-glib.1:${PORTSDIR}/graphics/poppler-gtk
-
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-USE_GETTEXT= yes
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GHOSTSCRIPT=yes
-INSTALLS_OMF= yes
-USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui libgnomeprintui \
- desktopfileutils gnomedocutils
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
-
-GCONF_SCHEMAS= evince.schemas evince-thumbnailer.schemas
-
-OPTIONS= DVI "Enable DVI viewer support" off \
- T1LIB "Enable T1LIB for TYPE1 fonts to DVI (Enables DVI)" off \
- NAUTILUS "Enable Nautilus plugin" on \
- DBUS "Enable D-BUS support" on \
- COMICS "Enable comic book archives support" off
-# DJVU "Enable DJVU support" off
-
-.include <bsd.port.pre.mk>
-
-.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) \
- || exists(${LOCALBASE}/lib/libdbus-glib-1.so)
-WITH_DBUS= yes
-.endif
-
-.if defined(WITH_DVI) || defined(WITH_T1LIB)
-BUILD_DEPENDS+= tex:${PORTSDIR}/print/teTeX-base
-RUN_DEPENDS+= tex:${PORTSDIR}/print/teTeX-base
-
-CONFIGURE_ARGS+= --enable-dvi
-GCONF_SCHEMAS+= evince-thumbnailer-dvi.schemas
-. if defined(WITH_T1LIB)
-LIB_DEPENDS+= t1.5:${PORTSDIR}/devel/t1lib
-
-CONFIGURE_ARGS+= --enable-t1lib
-. endif
-.endif
-
-.if !defined(WITHOUT_NAUTILUS)
-USE_GNOME+= nautilus2
-CONFIGURE_ARGS+= --enable-nautilus
-PLIST_SUB+= NAUTILUS=""
-.else
-CONFIGURE_ARGS+= --disable-nautilus
-PLIST_SUB+= NAUTILUS="@comment "
-.endif
-
-.if exists(${X11BASE}/bin/djview)
-DJVU_DIR?= # empty
-.else
-DJVU_DIR?= -nox11
-.endif
-
-# DJVU is broken, need older version of djvu
-#.if defined(WITH_DJVU)
-#LIB_DEPENDS+= djvulibre.17:${PORTSDIR}/graphics/djvulibre${DJVU_DIR}
-#CONFIGURE_ARGS+= --enable-djvu
-#GCONF_SCHEMAS+= evince-thumbnailer-djvu.schemas
-#.else
-CONFIGURE_ARGS+= --disable-djvu
-#.endif
-
-.if !defined(WITHOUT_DBUS)
-LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus
-.endif
-
-.if defined(WITH_COMICS)
-CONFIGURE_ARGS+= --enable-comics
-GCONF_SCHEMAS+= evince-thumbnailer-comics.schemas
-
-RUN_DEPENDS= unrar:${PORTSDIR}/archivers/unrar \
- unzip:${PORTSDIR}/archivers/unzip
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-lt1lib|-lt1 -lm| ; \
- s|execinfo.h|#|g' \
- ${WRKSRC}/configure \
- ${WRKSRC}/dvi/mdvi-lib/Makefile.in
-
-post-install:
- @-update-desktop-database
-
-.include <bsd.port.post.mk>
diff --git a/graphics/evince/distinfo b/graphics/evince/distinfo
deleted file mode 100644
index acd8bc521..000000000
--- a/graphics/evince/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (evince-0.5.2.tar.bz2) = 732df368435cebddd4cc8132a8a280bd
-SHA256 (evince-0.5.2.tar.bz2) = c3f923e9becee6aa59cc4dafbc36d376a88099cf4017a5e928f367bd428174de
-SIZE (evince-0.5.2.tar.bz2) = 1000723
diff --git a/graphics/evince/files/patch-djvu_djvu-text.h b/graphics/evince/files/patch-djvu_djvu-text.h
deleted file mode 100644
index ab717fac7..000000000
--- a/graphics/evince/files/patch-djvu_djvu-text.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- djvu/djvu-text.h.orig Fri Apr 21 23:12:56 2006
-+++ djvu/djvu-text.h Fri Apr 21 23:14:09 2006
-@@ -24,7 +24,6 @@
- #include <glib.h>
- #include <libdjvu/ddjvuapi.h>
-
--typedef struct miniexp_s* miniexp_t;
- extern const miniexp_t miniexp_nil;
- extern const miniexp_t miniexp_dummy;
-
diff --git a/graphics/evince/pkg-descr b/graphics/evince/pkg-descr
deleted file mode 100644
index 800f6fcd3..000000000
--- a/graphics/evince/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Evince is a document viewer for multiple document formats including PDF and
-Postscript. The goal of evince is to replace document viewers such as ggv and
-gpdf with a single, simple application.
-
-WWW: http://www.gnome.org/projects/evince/
diff --git a/graphics/evince/pkg-plist b/graphics/evince/pkg-plist
deleted file mode 100644
index 3c8660a61..000000000
--- a/graphics/evince/pkg-plist
+++ /dev/null
@@ -1,112 +0,0 @@
-bin/evince
-bin/evince-thumbnailer
-%%NAUTILUS%%lib/nautilus/extensions-1.0/libevince-properties-page.a
-%%NAUTILUS%%lib/nautilus/extensions-1.0/libevince-properties-page.la
-%%NAUTILUS%%lib/nautilus/extensions-1.0/libevince-properties-page.so
-share/gnome/applications/evince.desktop
-share/gnome/evince/evince-password.glade
-share/gnome/evince/evince-properties.glade
-share/gnome/evince/evince-toolbar.xml
-share/gnome/evince/evince-ui.xml
-share/gnome/evince/hand-open.png
-share/gnome/help/evince/C/evince.xml
-share/gnome/help/evince/C/figures/evince_start_window.png
-share/gnome/help/evince/C/legal.xml
-share/gnome/help/evince/bg/evince.xml
-share/gnome/help/evince/bg/figures/evince_start_window.png
-share/gnome/help/evince/el/evince.xml
-share/gnome/help/evince/el/figures/evince_start_window.png
-share/gnome/help/evince/es/evince.xml
-share/gnome/help/evince/es/figures/evince_start_window.png
-share/gnome/help/evince/nl/evince.xml
-share/gnome/help/evince/nl/figures/evince_start_window.png
-share/gnome/help/evince/ru/evince.xml
-share/gnome/help/evince/ru/figures/evince_start_window.png
-share/gnome/help/evince/sr/evince.xml
-share/gnome/help/evince/sr/figures/evince_start_window.png
-share/gnome/help/evince/uk/evince.xml
-share/gnome/help/evince/uk/figures/evince_start_window.png
-share/gnome/omf/evince/evince-C.omf
-share/gnome/omf/evince/evince-bg.omf
-share/gnome/omf/evince/evince-el.omf
-share/gnome/omf/evince/evince-es.omf
-share/gnome/omf/evince/evince-nl.omf
-share/gnome/omf/evince/evince-ru.omf
-share/gnome/omf/evince/evince-sr.omf
-share/gnome/omf/evince/evince-uk.omf
-share/locale/be/LC_MESSAGES/evince.mo
-share/locale/bg/LC_MESSAGES/evince.mo
-share/locale/bn/LC_MESSAGES/evince.mo
-share/locale/ca/LC_MESSAGES/evince.mo
-share/locale/cs/LC_MESSAGES/evince.mo
-share/locale/cy/LC_MESSAGES/evince.mo
-share/locale/da/LC_MESSAGES/evince.mo
-share/locale/de/LC_MESSAGES/evince.mo
-share/locale/el/LC_MESSAGES/evince.mo
-share/locale/en_CA/LC_MESSAGES/evince.mo
-share/locale/en_GB/LC_MESSAGES/evince.mo
-share/locale/es/LC_MESSAGES/evince.mo
-share/locale/et/LC_MESSAGES/evince.mo
-share/locale/eu/LC_MESSAGES/evince.mo
-share/locale/fa/LC_MESSAGES/evince.mo
-share/locale/fi/LC_MESSAGES/evince.mo
-share/locale/fr/LC_MESSAGES/evince.mo
-share/locale/gl/LC_MESSAGES/evince.mo
-share/locale/gu/LC_MESSAGES/evince.mo
-share/locale/he/LC_MESSAGES/evince.mo
-share/locale/hi/LC_MESSAGES/evince.mo
-share/locale/hu/LC_MESSAGES/evince.mo
-share/locale/id/LC_MESSAGES/evince.mo
-share/locale/it/LC_MESSAGES/evince.mo
-share/locale/ja/LC_MESSAGES/evince.mo
-share/locale/ka/LC_MESSAGES/evince.mo
-share/locale/ko/LC_MESSAGES/evince.mo
-share/locale/ku/LC_MESSAGES/evince.mo
-share/locale/lt/LC_MESSAGES/evince.mo
-share/locale/lv/LC_MESSAGES/evince.mo
-share/locale/mk/LC_MESSAGES/evince.mo
-share/locale/nb/LC_MESSAGES/evince.mo
-share/locale/ne/LC_MESSAGES/evince.mo
-share/locale/nl/LC_MESSAGES/evince.mo
-share/locale/no/LC_MESSAGES/evince.mo
-share/locale/pa/LC_MESSAGES/evince.mo
-share/locale/pl/LC_MESSAGES/evince.mo
-share/locale/pt/LC_MESSAGES/evince.mo
-share/locale/pt_BR/LC_MESSAGES/evince.mo
-share/locale/ro/LC_MESSAGES/evince.mo
-share/locale/ru/LC_MESSAGES/evince.mo
-share/locale/rw/LC_MESSAGES/evince.mo
-share/locale/sk/LC_MESSAGES/evince.mo
-share/locale/sq/LC_MESSAGES/evince.mo
-share/locale/sr/LC_MESSAGES/evince.mo
-share/locale/sr@Latn/LC_MESSAGES/evince.mo
-share/locale/sv/LC_MESSAGES/evince.mo
-share/locale/th/LC_MESSAGES/evince.mo
-share/locale/tr/LC_MESSAGES/evince.mo
-share/locale/uk/LC_MESSAGES/evince.mo
-share/locale/vi/LC_MESSAGES/evince.mo
-share/locale/wa/LC_MESSAGES/evince.mo
-share/locale/zh_CN/LC_MESSAGES/evince.mo
-share/locale/zh_HK/LC_MESSAGES/evince.mo
-share/locale/zh_TW/LC_MESSAGES/evince.mo
-@dirrm share/gnome/omf/evince
-@dirrm share/gnome/help/evince/uk/figures
-@dirrm share/gnome/help/evince/uk
-@dirrm share/gnome/help/evince/sr/figures
-@dirrm share/gnome/help/evince/sr
-@dirrm share/gnome/help/evince/ru/figures
-@dirrm share/gnome/help/evince/ru
-@dirrm share/gnome/help/evince/nl/figures
-@dirrm share/gnome/help/evince/nl
-@dirrm share/gnome/help/evince/es/figures
-@dirrm share/gnome/help/evince/es
-@dirrm share/gnome/help/evince/el/figures
-@dirrm share/gnome/help/evince/el
-@dirrm share/gnome/help/evince/bg/figures
-@dirrm share/gnome/help/evince/bg
-@dirrm share/gnome/help/evince/C/figures
-@dirrm share/gnome/help/evince/C
-@dirrm share/gnome/help/evince
-@dirrm share/gnome/evince
-@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
-@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile
deleted file mode 100644
index d6e95695b..000000000
--- a/graphics/libgnomecanvas/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: gnomecanvas
-# Date created: 18 May 2001
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/graphics/libgnomecanvas/Makefile,v 1.56 2006/03/13 20:44:40 marcus Exp $
-#
-
-PORTNAME= libgnomecanvas
-PORTVERSION= 2.14.0
-CATEGORIES= graphics gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A graphics library for GNOME
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_GETTEXT= yes
-USE_X_PREFIX= yes
-INSTALLS_SHLIB= yes
-USE_AUTOTOOLS= libtool:15
-USE_GNOME= gnomehack libglade2 libartlgpl2 ltverhack
-CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
- --disable-gtk-doc
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-.include <bsd.port.mk>
diff --git a/graphics/libgnomecanvas/distinfo b/graphics/libgnomecanvas/distinfo
deleted file mode 100644
index cd3d87c1d..000000000
--- a/graphics/libgnomecanvas/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/libgnomecanvas-2.14.0.tar.bz2) = 516c46fb4a1401b05cfef58c350fbd3d
-SHA256 (gnome2/libgnomecanvas-2.14.0.tar.bz2) = 5ceadd704327c2967868b3c0c81b5e600e1c6fd4f8efcbaaf89f9b18aa8bb5cf
-SIZE (gnome2/libgnomecanvas-2.14.0.tar.bz2) = 612330
diff --git a/graphics/libgnomecanvas/files/patch-libgnomecanvas_gnome-canvas-shape.c b/graphics/libgnomecanvas/files/patch-libgnomecanvas_gnome-canvas-shape.c
deleted file mode 100644
index 75c1fd41d..000000000
--- a/graphics/libgnomecanvas/files/patch-libgnomecanvas_gnome-canvas-shape.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- libgnomecanvas/gnome-canvas-shape.c.orig Fri May 20 16:55:35 2005
-+++ libgnomecanvas/gnome-canvas-shape.c Fri May 20 16:55:41 2005
-@@ -1343,7 +1343,7 @@ gcbp_destroy_gdk (GnomeCanvasShape * sha
- {
- GnomeCanvasShapePrivGdk * gdk;
-
-- g_assert (!((GnomeCanvasItem *)shape)->canvas->aa);
-+ /*g_assert (!((GnomeCanvasItem *)shape)->canvas->aa);*/
-
- gdk = shape->priv->gdk;
-
diff --git a/graphics/libgnomecanvas/pkg-descr b/graphics/libgnomecanvas/pkg-descr
deleted file mode 100644
index a3d2ae327..000000000
--- a/graphics/libgnomecanvas/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-The GNOMECanvas library allows images to be used directly within
-GUIs.
diff --git a/graphics/libgnomecanvas/pkg-plist b/graphics/libgnomecanvas/pkg-plist
deleted file mode 100644
index 1567a0ba6..000000000
--- a/graphics/libgnomecanvas/pkg-plist
+++ /dev/null
@@ -1,136 +0,0 @@
-include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-bpath.h
-include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-clipgroup.h
-include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-line.h
-include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-path-def.h
-include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-pixbuf.h
-include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-polygon.h
-include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-rect-ellipse.h
-include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-rich-text.h
-include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-shape.h
-include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-text.h
-include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-util.h
-include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-widget.h
-include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas.h
-include/libgnomecanvas-2.0/libgnomecanvas/libgnomecanvas.h
-lib/libglade/2.0/libcanvas.a
-lib/libglade/2.0/libcanvas.la
-lib/libglade/2.0/libcanvas.so
-lib/libgnomecanvas-2.a
-lib/libgnomecanvas-2.la
-lib/libgnomecanvas-2.so
-lib/libgnomecanvas-2.so.0
-libdata/pkgconfig/libgnomecanvas-2.0.pc
-%%DOCSDIR%%/GnomeCanvas.html
-%%DOCSDIR%%/GnomeCanvasBpath.html
-%%DOCSDIR%%/GnomeCanvasClipgroup.html
-%%DOCSDIR%%/GnomeCanvasEllipse.html
-%%DOCSDIR%%/GnomeCanvasGroup.html
-%%DOCSDIR%%/GnomeCanvasItem.html
-%%DOCSDIR%%/GnomeCanvasLine.html
-%%DOCSDIR%%/GnomeCanvasPixbuf.html
-%%DOCSDIR%%/GnomeCanvasPolygon.html
-%%DOCSDIR%%/GnomeCanvasRE.html
-%%DOCSDIR%%/GnomeCanvasRect.html
-%%DOCSDIR%%/GnomeCanvasRichText.html
-%%DOCSDIR%%/GnomeCanvasShape.html
-%%DOCSDIR%%/GnomeCanvasText.html
-%%DOCSDIR%%/GnomeCanvasWidget.html
-%%DOCSDIR%%/ch01.html
-%%DOCSDIR%%/ch02.html
-%%DOCSDIR%%/home.png
-%%DOCSDIR%%/index.html
-%%DOCSDIR%%/index.sgml
-%%DOCSDIR%%/left.png
-%%DOCSDIR%%/libgnomecanvas-gnome-canvas-path-def.html
-%%DOCSDIR%%/libgnomecanvas-gnome-canvas-util.html
-%%DOCSDIR%%/libgnomecanvas.devhelp
-%%DOCSDIR%%/right.png
-%%DOCSDIR%%/style.css
-%%DOCSDIR%%/up.png
-share/locale/am/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/ang/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/ar/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/az/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/be/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/bg/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/bn/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/bs/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/ca/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/cs/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/cy/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/da/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/de/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/el/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/en_CA/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/en_GB/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/eo/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/es/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/et/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/eu/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/fa/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/fi/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/fr/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/ga/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/gl/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/gu/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/he/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/hi/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/hr/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/hu/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/id/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/is/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/it/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/ja/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/kn/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/ko/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/ku/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/li/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/lt/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/lv/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/mk/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/ml/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/mn/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/ms/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/nb/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/ne/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/nl/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/nn/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/no/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/pa/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/pl/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/pt/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/pt_BR/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/ro/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/ru/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/rw/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/sk/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/sl/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/sq/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/sr/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/sr@Latn/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/sr@ije/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/sv/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/ta/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/tr/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/tt/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/uk/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/vi/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/wa/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/xh/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/yi/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/zh_CN/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/zh_HK/LC_MESSAGES/libgnomecanvas-2.0.mo
-share/locale/zh_TW/LC_MESSAGES/libgnomecanvas-2.0.mo
-@dirrmtry share/locale/zh_HK/LC_MESSAGES
-@dirrmtry share/locale/zh_HK
-@dirrmtry share/locale/xh/LC_MESSAGES
-@dirrmtry share/locale/xh
-@dirrmtry share/locale/tt/LC_MESSAGES
-@dirrmtry share/locale/tt
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@dirrmtry share/locale/ang/LC_MESSAGES
-@dirrmtry share/locale/ang
-@dirrm %%DOCSDIR%%
-@dirrm include/libgnomecanvas-2.0/libgnomecanvas
-@dirrm include/libgnomecanvas-2.0
diff --git a/graphics/libgnomecanvasmm26/Makefile b/graphics/libgnomecanvasmm26/Makefile
deleted file mode 100644
index 6686e26f0..000000000
--- a/graphics/libgnomecanvasmm26/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# New ports collection makefile for: libgnomecanvasmm
-# Date created: 22 May 2003
-# Whom: Alexander Nedotsukov <bland@mail.ru>
-#
-# $FreeBSD$
-# $MCom: ports/graphics/libgnomecanvasmm26/Makefile,v 1.11 2006/03/16 19:40:18 marcus Exp $
-#
-
-PORTNAME= libgnomecanvasmm
-PORTVERSION= 2.14.0
-CATEGORIES= graphics gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= bland@FreeBSD.org
-COMMENT= C++ wrapper for libgnomecanvas library
-
-LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
-BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
-
-LATEST_LINK= libgnomecanvasmm26
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GCC= 3.4
-USE_REINPLACE= yes
-USE_GNOME= gnomehack libgnomecanvas
-GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
-CONFIGURE_ARGS= --enable-static
-
-PLIST_SUB= VERSION="2.6" API_VERSION="2.6"
-
-post-patch:
- @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \
- ${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \
- ${WRKSRC}/tools/extra_defs_gen/Makefile.in
-
-.include <bsd.port.mk>
diff --git a/graphics/libgnomecanvasmm26/distinfo b/graphics/libgnomecanvasmm26/distinfo
deleted file mode 100644
index f7e182efc..000000000
--- a/graphics/libgnomecanvasmm26/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/libgnomecanvasmm-2.14.0.tar.bz2) = a4e5bf13a31e38b4f30b99153bc10aca
-SHA256 (gnome2/libgnomecanvasmm-2.14.0.tar.bz2) = 93c22a04032163d5efe2d95b1b5e7b055221ad0246c64d0dd9584338f93cb4f8
-SIZE (gnome2/libgnomecanvasmm-2.14.0.tar.bz2) = 327771
diff --git a/graphics/libgnomecanvasmm26/pkg-descr b/graphics/libgnomecanvasmm26/pkg-descr
deleted file mode 100644
index c310245ea..000000000
--- a/graphics/libgnomecanvasmm26/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-libgnomecanvasmm provides C++ wrappers for libgnomecanvas, for use with gtkmm.
-
-WWW: http://gtkmm.sourceforge.net/
diff --git a/graphics/libgnomecanvasmm26/pkg-plist b/graphics/libgnomecanvasmm26/pkg-plist
deleted file mode 100644
index a3e29ab2c..000000000
--- a/graphics/libgnomecanvasmm26/pkg-plist
+++ /dev/null
@@ -1,51 +0,0 @@
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/affinetrans.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/bpath.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/canvas.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/ellipse.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/group.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/init.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/item.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/line.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/path-def.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/pixbuf.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/point.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/polygon.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/bpath_p.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/canvas_p.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/ellipse_p.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/group_p.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/item_p.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/line_p.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/path-def_p.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/pixbuf_p.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/polygon_p.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/rect-ellipse_p.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/rect_p.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/rich-text_p.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/shape_p.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/text_p.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/widget_p.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/properties.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/rect-ellipse.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/rect.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/rich-text.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/shape.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/text.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/widget.h
-include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/wrap_init.h
-lib/libgnomecanvasmm-%%VERSION%%.a
-lib/libgnomecanvasmm-%%VERSION%%.la
-lib/libgnomecanvasmm-%%VERSION%%.so
-lib/libgnomecanvasmm-%%VERSION%%.so.1
-lib/libgnomecanvasmm-%%API_VERSION%%/include/libgnomecanvasmmconfig.h
-lib/libgnomecanvasmm-%%API_VERSION%%/proc/m4/convert.m4
-lib/libgnomecanvasmm-%%API_VERSION%%/proc/m4/convert_libgnomecanvasmm.m4
-libdata/pkgconfig/libgnomecanvasmm-%%API_VERSION%%.pc
-@dirrm lib/libgnomecanvasmm-%%API_VERSION%%/proc/m4
-@dirrm lib/libgnomecanvasmm-%%API_VERSION%%/proc
-@dirrm lib/libgnomecanvasmm-%%API_VERSION%%/include
-@dirrm lib/libgnomecanvasmm-%%API_VERSION%%
-@dirrm include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private
-@dirrm include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm
-@dirrm include/libgnomecanvasmm-%%API_VERSION%%
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile
deleted file mode 100644
index c9f962336..000000000
--- a/graphics/librsvg2/Makefile
+++ /dev/null
@@ -1,71 +0,0 @@
-# New ports collection makefile for: librsvg2
-# Date created: 8th May 2001
-# Whom: Ade Lovett <ade@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/graphics/librsvg2/Makefile,v 1.97 2006/04/01 20:31:22 marcus Exp $
-#
-
-PORTNAME= librsvg2
-PORTVERSION= 2.14.3
-CATEGORIES= graphics gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-DISTNAME= librsvg-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Library for parsing and rendering SVG vector-graphic files
-
-BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2
-LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
- popt.0:${PORTSDIR}/devel/popt \
- croco-${CROCO_VERSION}.3:${PORTSDIR}/textproc/libcroco
-RUN_DEPENDS= ${X11BASE}/lib/gtk-2.0/${GTK_VERSION}/engines/libmetal.so:${PORTSDIR}/x11-themes/gtk-engines2
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_X_PREFIX= yes
-INSTALLS_SHLIB= yes
-USE_AUTOTOOLS= libtool:15
-USE_GNOME= gnomehack gnomeprefix libgsf gtk20 ltverhack
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --with-svgz \
- --disable-gtk-doc \
- --without-gimp \
- --with-croco \
- --disable-gnome-vfs \
- --enable-gtk-theme
-
-CROCO_VERSION= 0.6
-GTK_VERSION= 2.4.0
-
-PLIST_SUB= GTK_VERSION=${GTK_VERSION}
-
-MAN1= rsvg.1
-
-OPTIONS= MOZILLA_PLUGIN "Enable the SVG browser plug-in" no
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_MOZILLA_PLUGIN)
-USE_GECKO= firefox mozilla seamonkey xulrunner firefox-devel
-.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
-CONFIGURE_ENV+= MOZILLA_CONFIG=no
-CONFIGURE_ARGS+=--enable-mozilla-plugin=yes
-
-PLIST_SUB+= PLUGIN=""
-.else
-CONFIGURE_ARGS+=--enable-mozilla-plugin=no
-
-PLIST_SUB+= PLUGIN="@comment "
-.endif
-
-post-patch:
-.if defined(WITH_MOZILLA_PLUGIN)
- @${REINPLACE_CMD} -e 's|mozilla-plugin|${GECKO}-plugin|g' \
- ${WRKSRC}/configure
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/graphics/librsvg2/distinfo b/graphics/librsvg2/distinfo
deleted file mode 100644
index ebf2518b6..000000000
--- a/graphics/librsvg2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/librsvg-2.14.3.tar.bz2) = f926aa102ccc3ce99ddf257fcce8ebf4
-SHA256 (gnome2/librsvg-2.14.3.tar.bz2) = 1fe9d73067f6be070ca5fc0bc3b06e6439947b8037acbb9a2116bf94b3acd2e7
-SIZE (gnome2/librsvg-2.14.3.tar.bz2) = 415420
diff --git a/graphics/librsvg2/files/patch-moz-plugin_Makefile.in b/graphics/librsvg2/files/patch-moz-plugin_Makefile.in
deleted file mode 100644
index e8c168429..000000000
--- a/graphics/librsvg2/files/patch-moz-plugin_Makefile.in
+++ /dev/null
@@ -1,20 +0,0 @@
---- moz-plugin/Makefile.in.orig Sat Apr 1 15:25:20 2006
-+++ moz-plugin/Makefile.in Sat Apr 1 15:27:58 2006
-@@ -246,7 +246,7 @@ sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
--plugindir = $(libdir)/mozilla/plugins/
-+plugindir = $(libdir)/browser_plugins/
- @WITH_MOZILLA_FALSE@plugin_LTLIBRARIES =
- @WITH_MOZILLA_TRUE@plugin_LTLIBRARIES = libmozsvgdec.la
- INCLUDES = $(MOZILLA_CFLAGS) -DBINDIR=\"$(bindir)/\" $(GLIB_CFLAGS) $(GDK_X11_CFLAGS)
-@@ -289,7 +289,7 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
- @$(NORMAL_INSTALL)
-- test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)"
-+@WITH_MOZILLA_TRUE@ test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)"
- @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
- if test -f $$p; then \
- f=$(am__strip_dir) \
diff --git a/graphics/librsvg2/pkg-descr b/graphics/librsvg2/pkg-descr
deleted file mode 100644
index 9e39343a5..000000000
--- a/graphics/librsvg2/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-The librsvg library is a lightweight library for parsing and rendering
-vector-graphic files in SVG format (like the ones made by sodipodi). It also
-includes functions that render anti-aliased fonts using freetype, including
-caching of glyphs. It is used by Nautilus for drawing vector icons and
-anti-aliased text.
-
-WWW: http://librsvg.sourceforge.net/
diff --git a/graphics/librsvg2/pkg-plist b/graphics/librsvg2/pkg-plist
deleted file mode 100644
index b7c27e69c..000000000
--- a/graphics/librsvg2/pkg-plist
+++ /dev/null
@@ -1,26 +0,0 @@
-bin/rsvg
-bin/rsvg-convert
-bin/rsvg-view
-include/librsvg-2/librsvg/librsvg-enum-types.h
-include/librsvg-2/librsvg/librsvg-features.h
-include/librsvg-2/librsvg/rsvg-cairo.h
-include/librsvg-2/librsvg/rsvg.h
-%%PLUGIN%%lib/browser_plugins/libmozsvgdec.a
-%%PLUGIN%%lib/browser_plugins/libmozsvgdec.la
-%%PLUGIN%%lib/browser_plugins/libmozsvgdec.so
-lib/gtk-2.0/%%GTK_VERSION%%/engines/libsvg.a
-lib/gtk-2.0/%%GTK_VERSION%%/engines/libsvg.la
-lib/gtk-2.0/%%GTK_VERSION%%/engines/libsvg.so
-lib/gtk-2.0/%%GTK_VERSION%%/loaders/svg_loader.a
-lib/gtk-2.0/%%GTK_VERSION%%/loaders/svg_loader.la
-lib/gtk-2.0/%%GTK_VERSION%%/loaders/svg_loader.so
-lib/librsvg-2.a
-lib/librsvg-2.la
-lib/librsvg-2.so
-lib/librsvg-2.so.2
-libdata/pkgconfig/librsvg-2.0.pc
-share/gnome/pixmaps/svg-viewer.svg
-@dirrm include/librsvg-2/librsvg
-@dirrm include/librsvg-2
-@exec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/etc/gtk-2.0/gdk-pixbuf.loaders 2>/dev/null || /usr/bin/true
-@unexec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/etc/gtk-2.0/gdk-pixbuf.loaders 2>/dev/null || /usr/bin/true
diff --git a/graphics/poppler-gtk/Makefile b/graphics/poppler-gtk/Makefile
deleted file mode 100644
index 423d47ba2..000000000
--- a/graphics/poppler-gtk/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: poppler-gtk
-# Date created: 2006-01-12
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/graphics/poppler-gtk/Makefile,v 1.2 2006/02/24 18:50:35 marcus Exp $
-
-PORTREVISION= 0
-PKGNAMESUFFIX= -gtk
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Gtk bindings to poppler
-
-MASTERDIR= ${.CURDIR}/../../graphics/poppler
-SLAVEPORT= gtk
-PLIST= ${.CURDIR}/pkg-plist
-
-pre-build:
- cd ${WRKSRC}/poppler && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
- Makefile ${MAKE_ARGS} libpoppler-cairo.la
-
-.include "${MASTERDIR}/Makefile"
diff --git a/graphics/poppler-gtk/pkg-plist b/graphics/poppler-gtk/pkg-plist
deleted file mode 100644
index 980f63013..000000000
--- a/graphics/poppler-gtk/pkg-plist
+++ /dev/null
@@ -1,28 +0,0 @@
-include/poppler/glib/poppler-action.h
-include/poppler/glib/poppler-attachment.h
-include/poppler/glib/poppler-document.h
-include/poppler/glib/poppler-enums.h
-include/poppler/glib/poppler-page.h
-include/poppler/glib/poppler.h
-lib/libpoppler-glib.a
-lib/libpoppler-glib.la
-lib/libpoppler-glib.so
-lib/libpoppler-glib.so.1
-libdata/pkgconfig/poppler-glib.pc
-%%DOCSDIR%%/poppler/ch01.html
-%%DOCSDIR%%/poppler/home.png
-%%DOCSDIR%%/poppler/index.html
-%%DOCSDIR%%/poppler/index.sgml
-%%DOCSDIR%%/poppler/left.png
-%%DOCSDIR%%/poppler/poppler-poppler-action.html
-%%DOCSDIR%%/poppler/poppler-poppler-document.html
-%%DOCSDIR%%/poppler/poppler-poppler-enums.html
-%%DOCSDIR%%/poppler/poppler-poppler-page.html
-%%DOCSDIR%%/poppler/poppler-poppler.html
-%%DOCSDIR%%/poppler/poppler.devhelp
-%%DOCSDIR%%/poppler/right.png
-%%DOCSDIR%%/poppler/style.css
-%%DOCSDIR%%/poppler/up.png
-@dirrmtry %%DOCSDIR%%/poppler
-@dirrmtry %%DOCSDIR%%
-@dirrm include/poppler/glib
diff --git a/graphics/poppler-qt/Makefile b/graphics/poppler-qt/Makefile
deleted file mode 100644
index 03f6aa732..000000000
--- a/graphics/poppler-qt/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# New ports collection makefile for: poppler-qt
-# Date created: 2006-01-12
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/graphics/poppler-qt/Makefile,v 1.5 2006/03/09 01:49:50 marcus Exp $
-
-PORTREVISION= 0
-PKGNAMESUFFIX= -qt
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Qt bindings to poppler
-
-MASTERDIR= ${.CURDIR}/../../graphics/poppler
-SLAVEPORT= qt
-PLIST= ${.CURDIR}/pkg-plist
-
-.include "${MASTERDIR}/Makefile"
diff --git a/graphics/poppler-qt/pkg-plist b/graphics/poppler-qt/pkg-plist
deleted file mode 100644
index bc152aa05..000000000
--- a/graphics/poppler-qt/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-include/poppler/poppler-page-transition.h
-include/poppler/poppler-qt.h
-lib/libpoppler-qt.a
-lib/libpoppler-qt.la
-lib/libpoppler-qt.so
-lib/libpoppler-qt.so.1
-libdata/pkgconfig/poppler-qt.pc
diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile
deleted file mode 100644
index d914fa244..000000000
--- a/graphics/poppler/Makefile
+++ /dev/null
@@ -1,73 +0,0 @@
-# New ports collection makefile for: poppler
-# Date created: 03 March 2005
-# Whom: marcus@FreeBSD.org
-#
-# $FreeBSD$
-# $MCom: ports/graphics/poppler/Makefile,v 1.22 2006/03/09 01:49:49 marcus Exp $
-#
-
-PORTNAME= poppler
-PORTVERSION= 0.5.1
-PORTREVISION?= 0
-CATEGORIES= graphics print
-MASTER_SITES= http://poppler.freedesktop.org/
-
-MAINTAINER?= gnome@FreeBSD.org
-COMMENT?= A PDF rendering library
-
-LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo
-
-CONFLICTS= xpdf-[0-9]*
-USE_GMAKE= yes
-USE_X_PREFIX= yes
-GNU_CONFIGURE= yes
-USE_GNOME= gnomehack gnometarget
-INSTALLS_SHLIB= yes
-CONFIGURE_ARGS= --enable-zlib \
- --enable-xpdf-headers \
- --with-html-dir=${DOCSDIR}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
- LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}"
-
-.include <bsd.port.pre.mk>
-
-.if defined(SLAVEPORT)
-LIB_DEPENDS+= poppler.1:${PORTSDIR}/graphics/poppler
-.if ${SLAVEPORT}=="gtk"
-CONFIGURE_ARGS+=--enable-poppler-glib
-USE_GNOME+= gtk20
-BUILD_WRKSRC= ${WRKSRC}/glib
-INSTALL_WRKSRC= ${WRKSRC}/glib
-.elif ${SLAVEPORT}=="qt"
-CONFIGURE_ARGS+=--enable-poppler-qt
-USE_QT_VER+= 3
-BUILD_WRKSRC= ${WRKSRC}/qt
-INSTALL_WRKSRC= ${WRKSRC}/qt
-# blah.. USE_QT_VER can't be defined after bsd.port.pre.mk
-.include "${PORTSDIR}/Mk/bsd.kde.mk"
-.endif
-.else
-CONFIGURE_ARGS+=--disable-poppler-glib --disable-poppler-qt \
- --disable-poppler-qt4
-MAN1= pdffonts.1 pdfimages.1 pdfinfo.1 \
- pdftohtml.1 pdftops.1 pdftotext.1 pdftoppm.1
-.endif
-
-post-patch:
-.if defined(SLAVEPORT) && ${SLAVEPORT}=="qt"
- @${REINPLACE_CMD} -e 's|/usr/local/qt/include|${X11BASE}/include|; \
- s|/usr/local/qt/lib|${X11BASE}/lib|' \
- ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|$$QTDIR|${X11BASE}|' ${WRKSRC}/configure
-.endif
-
-post-install:
-.if defined(SLAVEPORT)
-.if ${SLAVEPORT}=="gtk"
- ${INSTALL_DATA} ${WRKSRC}/poppler-glib.pc ${PREFIX}/libdata/pkgconfig
-.elif ${SLAVEPORT}=="qt"
- ${INSTALL_DATA} ${WRKSRC}/poppler-qt.pc ${PREFIX}/libdata/pkgconfig
-.endif
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/graphics/poppler/distinfo b/graphics/poppler/distinfo
deleted file mode 100644
index ba7316258..000000000
--- a/graphics/poppler/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (poppler-0.5.1.tar.gz) = a136cd731892f4570933034ba97c8704
-SHA256 (poppler-0.5.1.tar.gz) = 2ee3f06d64dd703a2411428169fe21c17f6358950bb797d52ca8eebd1dcf1abe
-SIZE (poppler-0.5.1.tar.gz) = 954930
diff --git a/graphics/poppler/files/patch-configure b/graphics/poppler/files/patch-configure
deleted file mode 100644
index 72b0d9459..000000000
--- a/graphics/poppler/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Wed Apr 12 12:53:56 2006
-+++ configure Wed Apr 12 13:06:36 2006
-@@ -24849,7 +24849,7 @@
- fi
- fi
-
--if test "x$have_qt" == "xyes"; then
-+if test "x$have_qt" = "xyes"; then
- POPPLER_QT_CXXFLAGS="-I$qt_incdir"
- POPPLER_QT_LIBS="$qt_libdir/$qt_test_library"
- :
diff --git a/graphics/poppler/files/patch-glib_Makefile.in b/graphics/poppler/files/patch-glib_Makefile.in
deleted file mode 100644
index 111a8521c..000000000
--- a/graphics/poppler/files/patch-glib_Makefile.in
+++ /dev/null
@@ -1,37 +0,0 @@
---- glib/Makefile.in.orig Wed Mar 8 20:40:26 2006
-+++ glib/Makefile.in Wed Mar 8 20:42:17 2006
-@@ -65,7 +65,6 @@ LTLIBRARIES = $(lib_LTLIBRARIES)
- am__DEPENDENCIES_1 =
- @BUILD_CAIRO_OUTPUT_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
- libpoppler_glib_la_DEPENDENCIES = \
-- $(top_builddir)/poppler/libpoppler.la \
- $(top_builddir)/poppler/libpoppler-cairo.la \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_2)
-@@ -78,7 +77,7 @@ PROGRAMS = $(noinst_PROGRAMS)
- am_test_poppler_glib_OBJECTS = test-poppler-glib.$(OBJEXT)
- test_poppler_glib_OBJECTS = $(am_test_poppler_glib_OBJECTS)
- test_poppler_glib_DEPENDENCIES = \
-- $(top_builddir)/poppler/libpoppler.la libpoppler-glib.la \
-+ $(top_builddir)/poppler/libpoppler-cairo.la libpoppler-glib.la \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_2)
- DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/poppler
-@@ -306,7 +305,7 @@ libpoppler_glib_la_SOURCES = \
- poppler-private.h
-
- libpoppler_glib_la_LIBADD = \
-- $(top_builddir)/poppler/libpoppler.la \
-+ -lpoppler \
- $(top_builddir)/poppler/libpoppler-cairo.la \
- $(POPPLER_GLIB_LIBS) \
- $(FREETYPE_LIBS) \
-@@ -317,7 +316,7 @@ test_poppler_glib_SOURCES = \
- test-poppler-glib.c
-
- test_poppler_glib_LDADD = \
-- $(top_builddir)/poppler/libpoppler.la \
-+ -lpoppler \
- libpoppler-glib.la \
- $(POPPLER_GLIB_LIBS) \
- $(FREETYPE_LIBS) \
diff --git a/graphics/poppler/files/patch-qt_Makefile.in b/graphics/poppler/files/patch-qt_Makefile.in
deleted file mode 100644
index 29d9a5fa2..000000000
--- a/graphics/poppler/files/patch-qt_Makefile.in
+++ /dev/null
@@ -1,39 +0,0 @@
---- qt/Makefile.in.orig Thu Jan 12 21:37:56 2006
-+++ qt/Makefile.in Thu Jan 12 21:38:47 2006
-@@ -63,16 +63,14 @@
- libLTLIBRARIES_INSTALL = $(INSTALL)
- LTLIBRARIES = $(lib_LTLIBRARIES)
- am__DEPENDENCIES_1 =
--libpoppler_qt_la_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \
-- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
-+libpoppler_qt_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
- am_libpoppler_qt_la_OBJECTS = poppler-document.lo poppler-fontinfo.lo \
- poppler-page.lo poppler-page-transition.lo
- libpoppler_qt_la_OBJECTS = $(am_libpoppler_qt_la_OBJECTS)
- PROGRAMS = $(noinst_PROGRAMS)
- am_test_poppler_qt_OBJECTS = test-poppler-qt.$(OBJEXT)
- test_poppler_qt_OBJECTS = $(am_test_poppler_qt_OBJECTS)
--test_poppler_qt_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \
-- libpoppler-qt.la $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
-+test_poppler_qt_DEPENDENCIES = libpoppler-qt.la $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
- DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/poppler
- depcomp = $(SHELL) $(top_srcdir)/depcomp
- am__depfiles_maybe = depfiles
-@@ -273,7 +271,7 @@
- poppler-private.h
-
- libpoppler_qt_la_LIBADD = \
-- $(top_builddir)/poppler/libpoppler.la \
-+ -lpoppler \
- $(POPPLER_QT_LIBS) \
- $(FREETYPE_LIBS)
-
-@@ -281,7 +279,7 @@
- test-poppler-qt.cpp
-
- test_poppler_qt_LDADD = \
-- $(top_builddir)/poppler/libpoppler.la \
-+ -lpoppler \
- libpoppler-qt.la \
- $(POPPLER_QT_LIBS) \
- $(FREETYPE_LIBS)
diff --git a/graphics/poppler/pkg-descr b/graphics/poppler/pkg-descr
deleted file mode 100644
index d10674940..000000000
--- a/graphics/poppler/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Poppler is a fork of the xpdf PDF viewer developed by Derek Noonburg
-of Glyph and Cog, LLC. It provides PDF rendering functionality as a
-shared library, and uses modern components from Freedesktop.org such as
-fontconfig and cairo to take advantage of modern UNIX desktops.
-
-WWW: http://poppler.freedesktop.org/
diff --git a/graphics/poppler/pkg-plist b/graphics/poppler/pkg-plist
deleted file mode 100644
index dde9794b6..000000000
--- a/graphics/poppler/pkg-plist
+++ /dev/null
@@ -1,102 +0,0 @@
-bin/pdffonts
-bin/pdfimages
-bin/pdfinfo
-bin/pdftohtml
-bin/pdftoppm
-bin/pdftops
-bin/pdftotext
-include/poppler/Annot.h
-include/poppler/Array.h
-include/poppler/BaseFile.h
-include/poppler/BuiltinFont.h
-include/poppler/BuiltinFontTables.h
-include/poppler/CMap.h
-include/poppler/Catalog.h
-include/poppler/CharCodeToUnicode.h
-include/poppler/CharTypes.h
-include/poppler/CompactFontTables.h
-include/poppler/Decrypt.h
-include/poppler/Dict.h
-include/poppler/Error.h
-include/poppler/ErrorCodes.h
-include/poppler/FontEncodingTables.h
-include/poppler/FontInfo.h
-include/poppler/Function.cc
-include/poppler/Function.h
-include/poppler/Gfx.h
-include/poppler/GfxFont.h
-include/poppler/GfxState.h
-include/poppler/GlobalParams.h
-include/poppler/JArithmeticDecoder.h
-include/poppler/JBIG2Stream.h
-include/poppler/JPXStream.h
-include/poppler/Lexer.h
-include/poppler/Link.h
-include/poppler/NameToCharCode.h
-include/poppler/NameToUnicodeTable.h
-include/poppler/Object.h
-include/poppler/Outline.h
-include/poppler/OutputDev.h
-include/poppler/PDFDoc.h
-include/poppler/PDFDocEncoding.h
-include/poppler/PSOutputDev.h
-include/poppler/PSTokenizer.h
-include/poppler/Page.h
-include/poppler/Parser.h
-include/poppler/ProfileData.h
-include/poppler/SecurityHandler.h
-include/poppler/SplashOutputDev.h
-include/poppler/Stream-CCITT.h
-include/poppler/Stream.h
-include/poppler/TextOutputDev.h
-include/poppler/UTF8.h
-include/poppler/UGooString.h
-include/poppler/UnicodeMap.h
-include/poppler/UnicodeMapTables.h
-include/poppler/UnicodeTypeTable.h
-include/poppler/XRef.h
-include/poppler/XpdfPluginAPI.h
-include/poppler/goo/FixedPoint.h
-include/poppler/goo/GooHash.h
-include/poppler/goo/GooList.h
-include/poppler/goo/GooMutex.h
-include/poppler/goo/GooString.h
-include/poppler/goo/GooTimer.h
-include/poppler/goo/GooVector.h
-include/poppler/goo/gfile.h
-include/poppler/goo/gmem.h
-include/poppler/goo/gtypes.h
-include/poppler/poppler-config.h
-include/poppler/splash/Splash.h
-include/poppler/splash/SplashBitmap.h
-include/poppler/splash/SplashClip.h
-include/poppler/splash/SplashErrorCodes.h
-include/poppler/splash/SplashFTFont.h
-include/poppler/splash/SplashFTFontEngine.h
-include/poppler/splash/SplashFTFontFile.h
-include/poppler/splash/SplashFont.h
-include/poppler/splash/SplashFontEngine.h
-include/poppler/splash/SplashFontFile.h
-include/poppler/splash/SplashFontFileID.h
-include/poppler/splash/SplashGlyphBitmap.h
-include/poppler/splash/SplashMath.h
-include/poppler/splash/SplashPath.h
-include/poppler/splash/SplashPattern.h
-include/poppler/splash/SplashScreen.h
-include/poppler/splash/SplashState.h
-include/poppler/splash/SplashT1Font.h
-include/poppler/splash/SplashT1FontEngine.h
-include/poppler/splash/SplashT1FontFile.h
-include/poppler/splash/SplashTypes.h
-include/poppler/splash/SplashXPath.h
-include/poppler/splash/SplashXPathScanner.h
-lib/libpoppler.a
-lib/libpoppler.la
-lib/libpoppler.so
-lib/libpoppler.so.1
-libdata/pkgconfig/poppler-cairo.pc
-libdata/pkgconfig/poppler-splash.pc
-libdata/pkgconfig/poppler.pc
-@dirrm include/poppler/splash
-@dirrm include/poppler/goo
-@dirrm include/poppler