summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/cairomm/Makefile38
-rw-r--r--graphics/cairomm/distinfo2
-rw-r--r--graphics/cairomm/pkg-descr3
-rw-r--r--graphics/cairomm/pkg-plist237
-rw-r--r--graphics/gdk-pixbuf2/Makefile45
-rw-r--r--graphics/gdk-pixbuf2/distinfo2
-rw-r--r--graphics/gdk-pixbuf2/files/patch-Makefile.in11
-rw-r--r--graphics/gdk-pixbuf2/pkg-descr8
-rw-r--r--graphics/gdk-pixbuf2/pkg-plist249
-rw-r--r--graphics/gimp-app/Makefile201
-rw-r--r--graphics/gimp-app/distinfo2
-rw-r--r--graphics/gimp-app/files/patch-configure23
-rw-r--r--graphics/gimp-app/files/patch-libgimp_gimp.c20
-rw-r--r--graphics/gimp-app/files/patch-plug-ins_pygimp_Makefile.in104
-rw-r--r--graphics/gimp-app/pkg-descr19
-rw-r--r--graphics/gimp-app/pkg-plist2138
-rw-r--r--graphics/librsvg2/Makefile44
-rw-r--r--graphics/librsvg2/distinfo2
-rw-r--r--graphics/librsvg2/files/patch-Makefile.in19
-rw-r--r--graphics/librsvg2/pkg-descr7
-rw-r--r--graphics/librsvg2/pkg-plist61
-rw-r--r--graphics/poppler-gtk/Makefile23
-rw-r--r--graphics/poppler-gtk/pkg-plist50
-rw-r--r--graphics/poppler-qt/Makefile19
-rw-r--r--graphics/poppler-qt/pkg-plist9
-rw-r--r--graphics/poppler/Makefile136
-rw-r--r--graphics/poppler/distinfo2
-rw-r--r--graphics/poppler/files/patch-glib_Makefile.in47
-rw-r--r--graphics/poppler/files/patch-poppler_Page.cc11
-rw-r--r--graphics/poppler/files/patch-qt4_Makefile.in11
-rw-r--r--graphics/poppler/files/patch-qt4_src_Makefile.in19
-rw-r--r--graphics/poppler/files/patch-qt_Makefile.in39
-rw-r--r--graphics/poppler/files/patch-utils_Makefile.in73
-rw-r--r--graphics/poppler/pkg-descr6
-rw-r--r--graphics/poppler/pkg-plist140
-rw-r--r--graphics/shotwell/Makefile68
-rw-r--r--graphics/shotwell/distinfo2
-rw-r--r--graphics/shotwell/files/patch-Makefile139
-rw-r--r--graphics/shotwell/files/patch-src__main.vala14
-rw-r--r--graphics/shotwell/pkg-descr6
-rw-r--r--graphics/shotwell/pkg-plist102
-rw-r--r--graphics/solang/Makefile44
-rw-r--r--graphics/solang/distinfo4
-rw-r--r--graphics/solang/files/patch-po_Makefile.in.in14
-rw-r--r--graphics/solang/files/patch-src_attribute_search-basket-column-record.h14
-rw-r--r--graphics/solang/files/patch-src_importer_flickr-chooser-button.cpp14
-rw-r--r--graphics/solang/files/patch-src_importer_flickr-chooser-dialog.cpp14
-rw-r--r--graphics/solang/files/patch-src_renderer_browser-model-column-record.h14
-rw-r--r--graphics/solang/pkg-descr20
-rw-r--r--graphics/solang/pkg-plist75
50 files changed, 0 insertions, 4364 deletions
diff --git a/graphics/cairomm/Makefile b/graphics/cairomm/Makefile
deleted file mode 100644
index 8066e701a..000000000
--- a/graphics/cairomm/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: cairomm
-# Date created: 2005-12-07
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/graphics/cairomm/Makefile,v 1.19 2011/06/07 14:00:26 kwm Exp $
-#
-
-PORTNAME= cairomm
-PORTVERSION= 1.10.0
-CATEGORIES= graphics
-MASTER_SITES= http://cairographics.org/releases/
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= C++ interface to cairo
-
-LIB_DEPENDS= xml\\+\\+-2.6:${PORTSDIR}/textproc/libxml++26 \
- cairo.2:${PORTSDIR}/graphics/cairo
-
-LICENSE= LGPL20
-LICENSE_FILE= ${WRKSRC}/COPYING
-USE_AUTOTOOLS= libtool
-USE_LDCONFIG= yes
-USE_GMAKE= yes
-USE_GNOME= gnomehack ltverhack
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib" \
- AUTOMAKE="${TRUE}" AUTOCONF="${TRUE}" DOXYGEN="${TRUE}"
-
-.if defined(NOPORTDOCS)
-CONFIGURE_ARGS+= --disable-documentation
-
-.else
-post-configure:
- @${TOUCH} -f ${WRKSRC}/docs/reference/html/index.html
-.endif
-
-.include <bsd.port.mk>
diff --git a/graphics/cairomm/distinfo b/graphics/cairomm/distinfo
deleted file mode 100644
index 526807341..000000000
--- a/graphics/cairomm/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (cairomm-1.10.0.tar.gz) = 068d96c43eae7b0a3d98648cbfc6fbd16acc385858e9ba6d37b5a47e4dba398f
-SIZE (cairomm-1.10.0.tar.gz) = 1089577
diff --git a/graphics/cairomm/pkg-descr b/graphics/cairomm/pkg-descr
deleted file mode 100644
index 4a85fd74a..000000000
--- a/graphics/cairomm/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-C++ interface to cairo
-
-WWW: http://cairographics.org
diff --git a/graphics/cairomm/pkg-plist b/graphics/cairomm/pkg-plist
deleted file mode 100644
index 093397a8a..000000000
--- a/graphics/cairomm/pkg-plist
+++ /dev/null
@@ -1,237 +0,0 @@
-include/cairomm-1.0/cairomm/cairomm.h
-include/cairomm-1.0/cairomm/context.h
-include/cairomm-1.0/cairomm/device.h
-include/cairomm-1.0/cairomm/enums.h
-include/cairomm-1.0/cairomm/exception.h
-include/cairomm-1.0/cairomm/fontface.h
-include/cairomm-1.0/cairomm/fontoptions.h
-include/cairomm-1.0/cairomm/matrix.h
-include/cairomm-1.0/cairomm/path.h
-include/cairomm-1.0/cairomm/pattern.h
-include/cairomm-1.0/cairomm/quartz_font.h
-include/cairomm-1.0/cairomm/quartz_surface.h
-include/cairomm-1.0/cairomm/refptr.h
-include/cairomm-1.0/cairomm/region.h
-include/cairomm-1.0/cairomm/scaledfont.h
-include/cairomm-1.0/cairomm/surface.h
-include/cairomm-1.0/cairomm/types.h
-include/cairomm-1.0/cairomm/win32_font.h
-include/cairomm-1.0/cairomm/win32_surface.h
-include/cairomm-1.0/cairomm/xlib_surface.h
-lib/cairomm-1.0/include/cairommconfig.h
-lib/libcairomm-1.0.a
-lib/libcairomm-1.0.la
-lib/libcairomm-1.0.so
-lib/libcairomm-1.0.so.1
-libdata/pkgconfig/cairomm-1.0.pc
-libdata/pkgconfig/cairomm-ft-1.0.pc
-libdata/pkgconfig/cairomm-pdf-1.0.pc
-libdata/pkgconfig/cairomm-png-1.0.pc
-libdata/pkgconfig/cairomm-ps-1.0.pc
-libdata/pkgconfig/cairomm-svg-1.0.pc
-libdata/pkgconfig/cairomm-xlib-1.0.pc
-libdata/pkgconfig/cairomm-xlib-xrender-1.0.pc
-%%PORTDOCS%%share/devhelp/books/cairomm-1.0/cairomm-1.0.devhelp2
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/cairomm-1.0.tag
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/annotated.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/bc_s.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/cairomm.css
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Context-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Context.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Device-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Device.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Device_1_1Lock-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Device_1_1Lock.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1FontFace-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1FontFace.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1FontFace__inherit__graph.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1FontOptions-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1FontOptions.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1FtFontFace-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1FtFontFace.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1FtFontFace__inherit__graph.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1FtScaledFont-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1FtScaledFont.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1FtScaledFont__inherit__graph.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1GlitzSurface-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1GlitzSurface.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1GlitzSurface__inherit__graph.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Gradient-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Gradient.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Gradient__inherit__graph.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1ImageSurface-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1ImageSurface.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1ImageSurface__inherit__graph.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1LinearGradient-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1LinearGradient.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1LinearGradient__inherit__graph.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Matrix-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Matrix.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Matrix__inherit__graph.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Path-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Path.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Pattern-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Pattern.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Pattern__inherit__graph.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1PdfSurface-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1PdfSurface.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1PdfSurface__inherit__graph.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1PsSurface-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1PsSurface.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1PsSurface__inherit__graph.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1QuartzFontFace-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1QuartzFontFace.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1QuartzFontFace__inherit__graph.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1QuartzSurface-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1QuartzSurface.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1QuartzSurface__inherit__graph.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1RadialGradient-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1RadialGradient.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1RadialGradient__inherit__graph.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1RefPtr-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1RefPtr.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1RefPtr__inherit__graph.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Region-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Region.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1ScaledFont-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1ScaledFont.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1ScaledFont__inherit__graph.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1SolidPattern-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1SolidPattern.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1SolidPattern__inherit__graph.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Surface-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Surface.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1SurfacePattern-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1SurfacePattern.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1SurfacePattern__inherit__graph.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Surface__inherit__graph.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1SvgSurface-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1SvgSurface.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1SvgSurface__inherit__graph.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1ToyFontFace-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1ToyFontFace.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1ToyFontFace__inherit__graph.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1UserFontFace-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1UserFontFace.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1UserFontFace__inherit__graph.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Win32FontFace-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Win32FontFace.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Win32FontFace__inherit__graph.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Win32PrintingSurface-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Win32PrintingSurface.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Win32PrintingSurface__inherit__graph.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Win32ScaledFont-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Win32ScaledFont.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Win32ScaledFont__inherit__graph.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Win32Surface-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Win32Surface.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1Win32Surface__inherit__graph.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1XlibSurface-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1XlibSurface.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1XlibSurface__inherit__graph.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1logic__error-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1logic__error.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classCairo_1_1logic__error__inherit__graph.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classcairo__matrix__t.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classcairo__matrix__t__inherit__graph.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/classes.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/closed.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/deprecated.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/doxygen.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/examples.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x62.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x63.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x64.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x65.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x66.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x67.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x68.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x69.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x6c.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x6d.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x6f.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x70.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x71.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x72.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x73.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x74.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x75.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x76.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x77.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x78.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_0x7e.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x62.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x63.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x64.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x65.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x66.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x67.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x68.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x69.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x6c.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x6d.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x6f.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x70.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x71.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x72.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x73.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x74.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x75.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x76.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x77.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x78.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_func_0x7e.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_type.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/functions_vars.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/graph_legend.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/graph_legend.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/hierarchy.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/image-surface_8cc-example.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/index.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit_graph_0.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit_graph_1.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit_graph_10.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit_graph_11.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit_graph_12.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit_graph_13.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit_graph_2.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit_graph_3.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit_graph_4.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit_graph_5.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit_graph_6.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit_graph_7.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit_graph_8.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherit_graph_9.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/inherits.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/namespaceCairo.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/namespacemembers.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/namespacemembers_enum.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/namespacemembers_eval.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/namespacemembers_type.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/namespaces.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/nav_f.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/nav_h.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/open.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/pages.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/pdf-surface_8cc-example.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/ps-surface_8cc-example.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/structCairo_1_1ColorStop-members.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/structCairo_1_1ColorStop.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/svg-surface_8cc-example.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/tab_a.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/tab_b.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/tab_h.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/tab_s.png
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/tabs.css
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/toy-text_8cc-example.html
-%%PORTDOCS%%share/doc/cairomm-1.0/reference/html/user-font_8cc-example.html
-%%PORTDOCS%%@dirrm share/doc/cairomm-1.0/reference/html
-%%PORTDOCS%%@dirrm share/doc/cairomm-1.0/reference
-%%PORTDOCS%%@dirrm share/doc/cairomm-1.0
-%%PORTDOCS%%@dirrm share/devhelp/books/cairomm-1.0
-@dirrm lib/cairomm-1.0/include
-@dirrm lib/cairomm-1.0
-@dirrm include/cairomm-1.0/cairomm
-@dirrm include/cairomm-1.0
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile
deleted file mode 100644
index 45f5c5913..000000000
--- a/graphics/gdk-pixbuf2/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: gdk-pixbuf
-# Date created: 5th October 1999
-# Whom: Ade Lovett <ade@lovett.com>
-#
-# $FreeBSD$
-# $MCom: ports/graphics/gdk-pixbuf2/Makefile,v 1.14 2011/06/14 14:02:43 kwm Exp $
-
-PORTNAME?= gdk-pixbuf
-PORTVERSION= 2.23.5
-CATEGORIES?= graphics
-MASTER_SITES= GNOME
-MASTER_SITE_SUBDIR= sources/gdk-pixbuf/${PORTVERSION:R}
-DISTNAME= gdk-pixbuf-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A graphic library for GTK+
-
-BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \
- tiff.4:${PORTSDIR}/graphics/tiff \
- jpeg.11:${PORTSDIR}/graphics/jpeg \
- jasper.4:${PORTSDIR}/graphics/jasper
-
-LATEST_LINK= gdk-pixbuf2
-USE_XZ= yes
-USE_GMAKE= yes
-USE_XORG= xt xi x11
-USE_AUTOTOOLS= libtool
-USE_GNOME+= gnomehack glib20 ltverhack
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --enable-introspection=yes --with-libjasper
-
-MAN1= gdk-pixbuf-csource.1 gdk-pixbuf-query-loaders.1
-
-post-patch:
- @${REINPLACE_CMD} -e 's|" == "|" = "|g' ${WRKSRC}/configure
-
-post-install:
- @cd ${WRKSRC}/docs/reference/gdk-pixbuf && gmake install-man1
-
-.include <bsd.port.mk>
diff --git a/graphics/gdk-pixbuf2/distinfo b/graphics/gdk-pixbuf2/distinfo
deleted file mode 100644
index a63a71c51..000000000
--- a/graphics/gdk-pixbuf2/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gnome2/gdk-pixbuf-2.23.5.tar.xz) = 7a6c3550426f38f6b0eeeb49295654d9e706ce8f1786a4d0932f9d2c0d0bc500
-SIZE (gnome2/gdk-pixbuf-2.23.5.tar.xz) = 1171372
diff --git a/graphics/gdk-pixbuf2/files/patch-Makefile.in b/graphics/gdk-pixbuf2/files/patch-Makefile.in
deleted file mode 100644
index 9edf33b73..000000000
--- a/graphics/gdk-pixbuf2/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig 2011-03-05 19:46:49.000000000 +0000
-+++ Makefile.in 2011-03-05 22:19:01.000000000 +0000
-@@ -371,7 +371,7 @@
- || { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \
- && DISPLAY=:$$XID && export DISPLAY
-
--SUBDIRS = gdk-pixbuf po docs tests contrib build
-+SUBDIRS = gdk-pixbuf po contrib build
- pkgconfigdir = $(prefix)/libdata/pkgconfig
- pkgconfig_DATA = gdk-pixbuf-2.0.pc
- ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
diff --git a/graphics/gdk-pixbuf2/pkg-descr b/graphics/gdk-pixbuf2/pkg-descr
deleted file mode 100644
index e3b98bcb0..000000000
--- a/graphics/gdk-pixbuf2/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-The GdkPixBuf library provides a number of features:
-
- - Image loading facilities.
- - Rendering of a GdkPixBuf into various formats:
- drawables (windows, pixmaps), GdkRGB buffers.
- - A cache interface
-
-WWW: http://developer.gnome.org/arch/imaging/gdkpixbuf.html
diff --git a/graphics/gdk-pixbuf2/pkg-plist b/graphics/gdk-pixbuf2/pkg-plist
deleted file mode 100644
index 7ba643f95..000000000
--- a/graphics/gdk-pixbuf2/pkg-plist
+++ /dev/null
@@ -1,249 +0,0 @@
-bin/gdk-pixbuf-csource
-bin/gdk-pixbuf-query-loaders
-include/gdk-pixbuf-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h
-include/gdk-pixbuf-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.h
-include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h
-include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h
-include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h
-include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h
-include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h
-include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h
-include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h
-include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h
-include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h
-include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h
-include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-ani.a
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-ani.la
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-ani.so
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-bmp.a
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-bmp.la
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-bmp.so
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-gif.a
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-gif.la
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-gif.so
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-icns.a
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-icns.la
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-icns.so
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-ico.a
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-ico.la
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-ico.so
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-jasper.a
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-jasper.la
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-jasper.so
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-jpeg.a
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-jpeg.la
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-jpeg.so
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-pcx.a
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-pcx.la
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-pcx.so
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-png.a
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-png.la
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-png.so
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-pnm.a
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-pnm.la
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-pnm.so
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-qtif.a
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-qtif.la
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-qtif.so
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-ras.a
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-ras.la
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-ras.so
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-tga.a
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-tga.la
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-tga.so
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-tiff.a
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-tiff.la
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-tiff.so
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-wbmp.a
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-wbmp.la
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-wbmp.so
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-xbm.a
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-xbm.la
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-xbm.so
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-xpm.a
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-xpm.la
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-xpm.so
-lib/girepository-1.0/GdkPixbuf-2.0.typelib
-lib/libgdk_pixbuf-2.0.a
-lib/libgdk_pixbuf-2.0.la
-lib/libgdk_pixbuf-2.0.so
-lib/libgdk_pixbuf-2.0.so.0
-lib/libgdk_pixbuf_xlib-2.0.a
-lib/libgdk_pixbuf_xlib-2.0.la
-lib/libgdk_pixbuf_xlib-2.0.so
-lib/libgdk_pixbuf_xlib-2.0.so.0
-libdata/pkgconfig/gdk-pixbuf-2.0.pc
-libdata/pkgconfig/gdk-pixbuf-xlib-2.0.pc
-share/gir-1.0/GdkPixbuf-2.0.gir
-share/locale/af/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/ang/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/ar/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/as/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/ast/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/az/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/be/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/be@latin/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/bg/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/bn/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/bn_IN/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/br/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/bs/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/ca/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/ca@valencia/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/crh/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/cs/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/cy/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/da/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/de/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/dz/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/el/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/en_CA/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/en_GB/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/en@shaw/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/eo/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/es/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/et/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/eu/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/fa/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/fi/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/fr/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/ga/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/gl/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/gu/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/he/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/hi/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/hr/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/hu/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/hy/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/ia/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/id/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/io/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/is/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/it/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/ja/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/ka/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/kn/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/ko/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/ku/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/li/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/lt/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/lv/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/mai/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/mi/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/mk/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/ml/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/mn/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/mr/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/ms/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/my/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/nb/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/nds/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/ne/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/nl/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/nn/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/nso/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/oc/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/or/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/pa/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/pl/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/ps/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/pt/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/pt_BR/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/ro/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/ru/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/si/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/sk/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/sl/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/sq/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/sr/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/sr@ije/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/sr@latin/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/sv/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/ta/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/te/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/th/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/tk/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/tr/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/tt/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/ug/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/uk/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/uz/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/uz@cyrillic/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/vi/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/wa/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/xh/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/yi/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/zh_CN/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/zh_HK/LC_MESSAGES/gdk-pixbuf.mo
-share/locale/zh_TW/LC_MESSAGES/gdk-pixbuf.mo
-@exec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders.cache 2>/dev/null || /usr/bin/true
-@unexec rm %D/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders.cache
-@dirrmtry share/locale/zh_HK/LC_MESSAGES
-@dirrmtry share/locale/zh_HK
-@dirrmtry share/locale/yi/LC_MESSAGES
-@dirrmtry share/locale/yi
-@dirrmtry share/locale/xh/LC_MESSAGES
-@dirrmtry share/locale/xh
-@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES
-@dirrmtry share/locale/uz@cyrillic
-@dirrmtry share/locale/ug/LC_MESSAGES
-@dirrmtry share/locale/ug
-@dirrmtry share/locale/tt/LC_MESSAGES
-@dirrmtry share/locale/tt
-@dirrmtry share/locale/te/LC_MESSAGES
-@dirrmtry share/locale/te
-@dirrmtry share/locale/sr@latin/LC_MESSAGES
-@dirrmtry share/locale/sr@latin
-@dirrmtry share/locale/sr@ije/LC_MESSAGES
-@dirrmtry share/locale/sr@ije
-@dirrmtry share/locale/si/LC_MESSAGES
-@dirrmtry share/locale/si
-@dirrmtry share/locale/ps/LC_MESSAGES
-@dirrmtry share/locale/ps
-@dirrmtry share/locale/oc/LC_MESSAGES
-@dirrmtry share/locale/oc
-@dirrmtry share/locale/nso/LC_MESSAGES
-@dirrmtry share/locale/nso
-@dirrmtry share/locale/nds/LC_MESSAGES
-@dirrmtry share/locale/nds
-@dirrmtry share/locale/my/LC_MESSAGES
-@dirrmtry share/locale/my
-@dirrmtry share/locale/mr/LC_MESSAGES
-@dirrmtry share/locale/mr
-@dirrmtry share/locale/mi/LC_MESSAGES
-@dirrmtry share/locale/mi
-@dirrmtry share/locale/mai/LC_MESSAGES
-@dirrmtry share/locale/mai
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@dirrmtry share/locale/io/LC_MESSAGES
-@dirrmtry share/locale/io
-@dirrmtry share/locale/ia/LC_MESSAGES
-@dirrmtry share/locale/ia
-@dirrmtry share/locale/hy/LC_MESSAGES
-@dirrmtry share/locale/hy
-@dirrmtry share/locale/en@shaw/LC_MESSAGES
-@dirrmtry share/locale/en@shaw
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrmtry share/locale/crh/LC_MESSAGES
-@dirrmtry share/locale/crh
-@dirrmtry share/locale/ca@valencia/LC_MESSAGES
-@dirrmtry share/locale/ca@valencia
-@dirrmtry share/locale/bn_IN/LC_MESSAGES
-@dirrmtry share/locale/bn_IN
-@dirrmtry share/locale/be@latin/LC_MESSAGES
-@dirrmtry share/locale/be@latin
-@dirrmtry share/locale/ast/LC_MESSAGES
-@dirrmtry share/locale/ast
-@dirrmtry share/locale/as/LC_MESSAGES
-@dirrmtry share/locale/as
-@dirrmtry share/locale/ang/LC_MESSAGES
-@dirrmtry share/locale/ang
-@dirrm lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/
-@dirrm lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%
-@dirrm lib/gdk-pixbuf-2.0
-@dirrm include/gdk-pixbuf-2.0/gdk-pixbuf
-@dirrm include/gdk-pixbuf-2.0/gdk-pixbuf-xlib
-@dirrm include/gdk-pixbuf-2.0
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile
deleted file mode 100644
index 1e094648b..000000000
--- a/graphics/gimp-app/Makefile
+++ /dev/null
@@ -1,201 +0,0 @@
-# New ports collection makefile for: The GIMP
-# Date created: Mon Nov 18 21:28:43 CST 1996
-# Whom: erich@FreeBSD.org
-#
-# $FreeBSD$
-# $MCom: ports/graphics/gimp-app/Makefile,v 1.57 2011/04/30 20:43:18 mezz Exp $
-#
-
-PORTNAME= gimp-app
-DISTVERSION= 2.6.11
-PORTREVISION?= 5
-PORTEPOCH?= 1
-CATEGORIES?= graphics gnome
-MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
- http://gimp.mirrors.hoobly.com/%SUBDIR%/ \
- http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \
- ftp://ftp.fh-heilbronn.de/mirrors/ftp.gimp.org/%SUBDIR%/ \
- ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \
- http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \
- ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,}
-MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R}
-DISTNAME= gimp-${DISTVERSION}
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A GNU Image Manipulation Program
-
-BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
-LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \
- jpeg.11:${PORTSDIR}/graphics/jpeg \
- tiff.4:${PORTSDIR}/graphics/tiff \
- lcms.1:${PORTSDIR}/graphics/lcms \
- gegl-0.1.105:${PORTSDIR}/graphics/gegl \
- babl-0.1:${PORTSDIR}/x11/babl
-RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
-
-CONFLICTS= gimp-app-devel-[0-9]*
-
-USE_BZIP2= yes
-USE_GETTEXT= yes
-USE_XORG= xpm xmu xext
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool
-USE_GNOME+= gnomehack intltool intlhack gtk20 libartlgpl2 ltverhack \
- desktopfileutils
-USE_LDCONFIG= yes
-INSTALLS_ICONS= yes
-LIBTOOLFLAGS= --disable-ltlibs --release-ignore
-CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc/gimp \
- --disable-gtk-doc \
- --without-print \
- --disable-python \
- --with-desktop-dir=${PREFIX}/share \
- --docdir=${PREFIX}/share/doc/gimp \
- --enable-default-binary \
- --without-gnomevfs
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib" \
- GIMP_THREAD_LIBS=${PTHREAD_LIBS}
-
-.if !defined(GIMP_SLAVE)
-WANT_GNOME= yes
-
-OPTIONS?= AA "Ascii Art plug-in" on \
- DBUS "D-BUS support" on \
- EXIF "reading meta-data from camera/scanner" on \
- GVFS "Use GVFS for the URI plug-in" on \
- HELPBROWSER "internal help browser" on \
- MNG "MNG format support" on \
- MP "multiple processor support" off \
- POPPLER "PDF format support" on \
- RSVG "SVG format support" on \
- SIMD "Use cpu-specific optimizations if available" off \
- WMF "wmf plugin" on
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if defined(GIMP_SLAVE)
-PKG_CONFIG?= ${LOCALBASE}/bin/pkg-config
-GIMP_LIBS= `${PKG_CONFIG} --libs gimp-2.0`
-GIMP_THUMB_LIBS=`${PKG_CONFIG} --libs gimpthumb-2.0`
-GIMP_UI_LIBS= `${PKG_CONFIG} --libs gimpui-2.0`
-
-LIB_DEPENDS+= gimp-2.0.0:${PORTSDIR}/graphics/gimp-app
-
-.else
-
-MAN1+= gimp-2.6.1 gimptool-2.0.1
-MAN5+= gimprc-2.6.5
-MLINKS= gimp-2.6.1 gimp.1 \
- gimp-2.6.1 gimp-console-2.6.1 \
- gimp-console-2.6.1 gimp-console.1 \
- gimprc-2.6.5 gimprc.5
-
-.if defined(WITH_DEBUG)
-CONFIGURE_ARGS+= --enable-debug
-.endif
-
-.if ${HAVE_GNOME:Mgnomehier}!="" || defined(WITH_GNOME)
-USE_GNOME+= desktopfileutils gnomehier
-PLIST_SUB+= GNOME=""
-.else
-PLIST_SUB+= GNOME="@comment "
-.endif
-
-.if defined(WITH_AA)
-LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib
-PLIST_SUB+= AA=""
-.else
-CONFIGURE_ARGS+= --without-aa
-PLIST_SUB+= AA="@comment "
-.endif
-
-.if defined(WITH_DBUS)
-LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
-CONFIGURE_ARGS+= --with-dbus
-.else
-CONFIGURE_ARGS+= --without-dbus
-.endif
-
-.if defined(WITH_EXIF)
-LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif
-.else
-CONFIGURE_ARGS+= --without-libexif
-.endif
-
-.if defined(WITH_GVFS)
-USE_GNOME+= gvfs
-.else
-LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl
-CONFIGURE_ARGS+= --without-gvfs
-.endif
-
-.if defined(WITH_HELPBROWSER)
-LIB_DEPENDS+= webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2
-CONFIGURE_ARGS+= --with-webkit
-PLIST_SUB+= HELPBROWSER=""
-.else
-CONFIGURE_ARGS+= --without-webkit
-PLIST_SUB+= HELPBROWSER="@comment "
-.endif
-
-.if defined(WITH_MNG)
-LIB_DEPENDS+= mng.1:${PORTSDIR}/graphics/libmng
-PLIST_SUB+= MNG=""
-.else
-CONFIGURE_ARGS+= --without-libmng
-PLIST_SUB+= MNG="@comment "
-.endif
-
-.if defined(WITH_MP)
-CONFIGURE_ARGS+= --enable-mp
-.else
-CONFIGURE_ARGS+= --disable-mp
-.endif
-
-.if defined(WITH_POPPLER)
-LIB_DEPENDS+= poppler-glib.6:${PORTSDIR}/graphics/poppler-gtk
-PLIST_SUB+= POPPLER=""
-.else
-CONFIGURE_ARGS+= --without-poppler
-PLIST_SUB+= POPPLER="@comment "
-.endif
-
-.if defined(WITH_RSVG)
-USE_GNOME+= librsvg2
-PLIST_SUB+= SVG=""
-.else
-CONFIGURE_ARGS+= --without-librsvg
-PLIST_SUB+= SVG="@comment "
-.endif
-
-.if defined(WITH_WMF)
-LIB_DEPENDS+= wmf.2:${PORTSDIR}/graphics/libwmf
-PLIST_SUB+= WMF=""
-.else
-CONFIGURE_ARGS+= --without-wmf
-PLIST_SUB+= WMF="@comment "
-.endif
-
-.if !defined(WITH_SIMD)
-CONFIGURE_ARGS+= --disable-mmx \
- --disable-sse \
- --disable-altivec
-.endif
-
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|%%GIMP_LIBS%%|${GIMP_LIBS}|; \
- s|%%GIMP_THUMB_LIBS%%|${GIMP_THUMB_LIBS}|; \
- s|%%GIMP_UI_LIBS%%|${GIMP_UI_LIBS}|' \
- ${WRKSRC}/plug-ins/pygimp/Makefile.in
- @${REINPLACE_CMD} -e 's|"libpng"|"libpng14"|' \
- -e 's|x86_64|amd64|g' \
- ${WRKSRC}/configure
-
-post-install:
- @-update-desktop-database
-
-.include <bsd.port.post.mk>
diff --git a/graphics/gimp-app/distinfo b/graphics/gimp-app/distinfo
deleted file mode 100644
index 54a230f77..000000000
--- a/graphics/gimp-app/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gimp-2.6.11.tar.bz2) = 9b6d08d0803b3912ea596d1b77b9c21ee13778c23388a225c004b8c1587cb0a1
-SIZE (gimp-2.6.11.tar.bz2) = 16473561
diff --git a/graphics/gimp-app/files/patch-configure b/graphics/gimp-app/files/patch-configure
deleted file mode 100644
index 1a89a1cc2..000000000
--- a/graphics/gimp-app/files/patch-configure
+++ /dev/null
@@ -1,23 +0,0 @@
---- configure.orig Thu Nov 23 15:16:53 2006
-+++ configure Sun Dec 31 19:29:32 2006
-@@ -29404,6 +29404,7 @@
- if test "x$enable_gtktest" = "xyes" ; then
- ac_save_CFLAGS="$CFLAGS"
- ac_save_LIBS="$LIBS"
-+ GTK_LIBS="$GIMP_THREAD_LIBS $GTK_LIBS"
- CFLAGS="$CFLAGS $GTK_CFLAGS"
- LIBS="$GTK_LIBS $LIBS"
- rm -f conf.gtktest
-@@ -38514,9 +38515,9 @@
- fi
-
-
--gimpdatadir="$datadir/$PACKAGE/2.0"
--gimpplugindir="$libdir/$PACKAGE/2.0"
--gimpsysconfdir="$sysconfdir/$PACKAGE/2.0"
-+gimpdatadir="$datadir/$PACKAGE"
-+gimpplugindir="$libexecdir/$PACKAGE/2.2"
-+gimpsysconfdir="$sysconfdir/$PACKAGE/2.2"
-
-
-
diff --git a/graphics/gimp-app/files/patch-libgimp_gimp.c b/graphics/gimp-app/files/patch-libgimp_gimp.c
deleted file mode 100644
index a1bb86bbf..000000000
--- a/graphics/gimp-app/files/patch-libgimp_gimp.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- libgimp/gimp.c.orig Fri Sep 1 06:14:32 2006
-+++ libgimp/gimp.c Sun Dec 31 15:56:37 2006
-@@ -29,6 +29,7 @@
- #include <stdlib.h>
- #include <string.h>
- #include <sys/types.h>
-+#include <floatingpoint.h>
-
- #ifdef HAVE_SYS_TIME_H
- #include <sys/time.h>
-@@ -291,6 +292,9 @@
- gimp_env_init (TRUE);
-
- progname = argv[0];
-+
-+ /* Ignore floating point exceptions */
-+ fpsetmask(0);
-
- basename = g_path_get_basename (progname);
-
diff --git a/graphics/gimp-app/files/patch-plug-ins_pygimp_Makefile.in b/graphics/gimp-app/files/patch-plug-ins_pygimp_Makefile.in
deleted file mode 100644
index 4f46084a0..000000000
--- a/graphics/gimp-app/files/patch-plug-ins_pygimp_Makefile.in
+++ /dev/null
@@ -1,104 +0,0 @@
---- plug-ins/pygimp/Makefile.in.orig 2008-08-31 09:39:24.157774518 -0500
-+++ plug-ins/pygimp/Makefile.in 2008-08-31 09:42:47.663351903 -0500
-@@ -61,7 +61,7 @@
- pygimpLTLIBRARIES_INSTALL = $(INSTALL)
- LTLIBRARIES = $(pygimp_LTLIBRARIES)
- am__DEPENDENCIES_1 =
--_gimpenums_la_DEPENDENCIES = $(libgimp) $(libgimpcolor) $(libgimpbase) \
-+_gimpenums_la_DEPENDENCIES = \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1)
- am__gimpenums_la_OBJECTS = gimpenumsmodule.lo
-@@ -69,16 +69,15 @@
- _gimpenums_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(_gimpenums_la_LDFLAGS) $(LDFLAGS) -o $@
--_gimpui_la_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \
-- $(libgimpconfig) $(libgimpmath) $(libgimp) $(libgimpcolor) \
-- $(libgimpbase) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
-+_gimpui_la_DEPENDENCIES = \
-+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
- am__gimpui_la_OBJECTS = gimpuimodule.lo gimpui.lo
- _gimpui_la_OBJECTS = $(am__gimpui_la_OBJECTS)
- _gimpui_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(_gimpui_la_LDFLAGS) $(LDFLAGS) -o $@
--gimp_la_DEPENDENCIES = $(libgimp) $(libgimpcolor) $(libgimpbase) \
-+gimp_la_DEPENDENCIES = \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1)
- am_gimp_la_OBJECTS = gimpmodule.lo pygimp-display.lo \
-@@ -88,14 +87,14 @@
- gimp_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
- --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(gimp_la_LDFLAGS) \
- $(LDFLAGS) -o $@
--gimpcolor_la_DEPENDENCIES = $(libgimpcolor) $(am__DEPENDENCIES_1) \
-+gimpcolor_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1)
- am_gimpcolor_la_OBJECTS = gimpcolormodule.lo pygimp-colors.lo
- gimpcolor_la_OBJECTS = $(am_gimpcolor_la_OBJECTS)
- gimpcolor_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(gimpcolor_la_LDFLAGS) $(LDFLAGS) -o $@
--gimpthumb_la_DEPENDENCIES = $(libgimpthumb) $(am__DEPENDENCIES_1) \
-+gimpthumb_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1)
- am_gimpthumb_la_OBJECTS = gimpthumbmodule.lo gimpthumb.lo
- gimpthumb_la_OBJECTS = $(am_gimpthumb_la_OBJECTS)
-@@ -486,9 +485,7 @@
- -export-symbols-regex initgimp
-
- gimp_la_LIBADD = \
-- $(libgimp) \
-- $(libgimpcolor) \
-- $(libgimpbase) \
-+ %%GIMP_LIBS%% \
- $(GLIB_LIBS) \
- $(PYLINK_LIBS) \
- $(RT_LIBS)
-@@ -500,9 +497,7 @@
- -export-symbols-regex init_gimpenums
-
- _gimpenums_la_LIBADD = \
-- $(libgimp) \
-- $(libgimpcolor) \
-- $(libgimpbase) \
-+ %%GIMP_LIBS%% \
- $(GLIB_LIBS) \
- $(PYLINK_LIBS) \
- $(RT_LIBS)
-@@ -517,7 +512,7 @@
- -export-symbols-regex initgimpcolor
-
- gimpcolor_la_LIBADD = \
-- $(libgimpcolor) \
-+ %%GIMP_LIBS%% \
- $(GLIB_LIBS) \
- $(PYLINK_LIBS)
-
-@@ -529,13 +524,8 @@
- -export-symbols-regex init_gimpui
-
- _gimpui_la_LIBADD = \
-- $(libgimpui) \
-- $(libgimpwidgets) \
-- $(libgimpconfig) \
-- $(libgimpmath) \
-- $(libgimp) \
-- $(libgimpcolor) \
-- $(libgimpbase) \
-+ %%GIMP_LIBS%% \
-+ %%GIMP_UI_LIBS%% \
- $(GTK_LIBS) \
- $(PYLINK_LIBS) \
- $(RT_LIBS) \
-@@ -549,7 +539,7 @@
- -export-symbols-regex initgimpthumb
-
- gimpthumb_la_LIBADD = \
-- $(libgimpthumb) \
-+ %%GIMP_THUMB_LIBS%% \
- $(GDK_PIXBUF_LIBS) \
- $(PYLINK_LIBS)
-
diff --git a/graphics/gimp-app/pkg-descr b/graphics/gimp-app/pkg-descr
deleted file mode 100644
index 4d7f49925..000000000
--- a/graphics/gimp-app/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-The GIMP is designed to provide an intuitive graphical interface to a
-variety of image editing operations. Here is a list of the GIMP's
-major features:
-
- Image editing
- -------------
-
- * Selection tools including rectangle, ellipse, free, fuzzy, bezier
- and intelligent.
- * Transformation tools including rotate, scale, shear and flip.
- * Painting tools including bucket, brush, airbrush, clone, convolve,
- blend and text.
- * Effects filters (such as blur, edge detect).
- * Channel & color operations (such as add, composite, decompose).
- * Plug-ins which allow for the easy addition of new file formats and
- new effect filters.
- * Multiple undo/redo.
-
-WWW: http://www.gimp.org/
diff --git a/graphics/gimp-app/pkg-plist b/graphics/gimp-app/pkg-plist
deleted file mode 100644
index 58e1df0ec..000000000
--- a/graphics/gimp-app/pkg-plist
+++ /dev/null
@@ -1,2138 +0,0 @@
-bin/gimp
-bin/gimp-2.6
-bin/gimp-console
-bin/gimp-console-2.6
-bin/gimptool-2.0
-etc/gimp/2.2/controllerrc
-etc/gimp/2.2/gimprc
-etc/gimp/2.2/gtkrc
-etc/gimp/2.2/menurc
-etc/gimp/2.2/ps-menurc
-etc/gimp/2.2/sessionrc
-etc/gimp/2.2/templaterc
-etc/gimp/2.2/unitrc
-include/gimp-2.0/libgimp/gimp.h
-include/gimp-2.0/libgimp/gimp_pdb.h
-include/gimp-2.0/libgimp/gimpaspectpreview.h
-include/gimp-2.0/libgimp/gimpbrush_pdb.h
-include/gimp-2.0/libgimp/gimpbrushes.h
-include/gimp-2.0/libgimp/gimpbrushes_pdb.h
-include/gimp-2.0/libgimp/gimpbrushmenu.h
-include/gimp-2.0/libgimp/gimpbrushselect.h
-include/gimp-2.0/libgimp/gimpbrushselect_pdb.h
-include/gimp-2.0/libgimp/gimpbrushselectbutton.h
-include/gimp-2.0/libgimp/gimpbuffer_pdb.h
-include/gimp-2.0/libgimp/gimpchannel.h
-include/gimp-2.0/libgimp/gimpchannel_pdb.h
-include/gimp-2.0/libgimp/gimpcolor_pdb.h
-include/gimp-2.0/libgimp/gimpcompat.h
-include/gimp-2.0/libgimp/gimpcontext_pdb.h
-include/gimp-2.0/libgimp/gimpconvert_pdb.h
-include/gimp-2.0/libgimp/gimpdisplay_pdb.h
-include/gimp-2.0/libgimp/gimpdrawable.h
-include/gimp-2.0/libgimp/gimpdrawable_pdb.h
-include/gimp-2.0/libgimp/gimpdrawablepreview.h
-include/gimp-2.0/libgimp/gimpdrawabletransform_pdb.h
-include/gimp-2.0/libgimp/gimpedit_pdb.h
-include/gimp-2.0/libgimp/gimpenums.h
-include/gimp-2.0/libgimp/gimpexport.h
-include/gimp-2.0/libgimp/gimpfileops_pdb.h
-include/gimp-2.0/libgimp/gimpfloatingsel_pdb.h
-include/gimp-2.0/libgimp/gimpfontmenu.h
-include/gimp-2.0/libgimp/gimpfonts_pdb.h
-include/gimp-2.0/libgimp/gimpfontselect.h
-include/gimp-2.0/libgimp/gimpfontselect_pdb.h
-include/gimp-2.0/libgimp/gimpfontselectbutton.h
-include/gimp-2.0/libgimp/gimpgimprc.h
-include/gimp-2.0/libgimp/gimpgimprc_pdb.h
-include/gimp-2.0/libgimp/gimpgradient_pdb.h
-include/gimp-2.0/libgimp/gimpgradientmenu.h
-include/gimp-2.0/libgimp/gimpgradients.h
-include/gimp-2.0/libgimp/gimpgradients_pdb.h
-include/gimp-2.0/libgimp/gimpgradientselect.h
-include/gimp-2.0/libgimp/gimpgradientselect_pdb.h
-include/gimp-2.0/libgimp/gimpgradientselectbutton.h
-include/gimp-2.0/libgimp/gimpgrid_pdb.h
-include/gimp-2.0/libgimp/gimpguides_pdb.h
-include/gimp-2.0/libgimp/gimphelp_pdb.h
-include/gimp-2.0/libgimp/gimpimage.h
-include/gimp-2.0/libgimp/gimpimage_pdb.h
-include/gimp-2.0/libgimp/gimpimagecombobox.h
-include/gimp-2.0/libgimp/gimpitemcombobox.h
-include/gimp-2.0/libgimp/gimplayer.h
-include/gimp-2.0/libgimp/gimplayer_pdb.h
-include/gimp-2.0/libgimp/gimpmenu.h
-include/gimp-2.0/libgimp/gimpmessage_pdb.h
-include/gimp-2.0/libgimp/gimpmisc_pdb.h
-include/gimp-2.0/libgimp/gimppainttools_pdb.h
-include/gimp-2.0/libgimp/gimppalette.h
-include/gimp-2.0/libgimp/gimppalette_pdb.h
-include/gimp-2.0/libgimp/gimppalettemenu.h
-include/gimp-2.0/libgimp/gimppalettes.h
-include/gimp-2.0/libgimp/gimppalettes_pdb.h
-include/gimp-2.0/libgimp/gimppaletteselect.h
-include/gimp-2.0/libgimp/gimppaletteselect_pdb.h
-include/gimp-2.0/libgimp/gimppaletteselectbutton.h
-include/gimp-2.0/libgimp/gimpparasite_pdb.h
-include/gimp-2.0/libgimp/gimppaths_pdb.h
-include/gimp-2.0/libgimp/gimppattern_pdb.h
-include/gimp-2.0/libgimp/gimppatternmenu.h
-include/gimp-2.0/libgimp/gimppatterns.h
-include/gimp-2.0/libgimp/gimppatterns_pdb.h
-include/gimp-2.0/libgimp/gimppatternselect.h
-include/gimp-2.0/libgimp/gimppatternselect_pdb.h
-include/gimp-2.0/libgimp/gimppatternselectbutton.h
-include/gimp-2.0/libgimp/gimppixbuf.h
-include/gimp-2.0/libgimp/gimppixelfetcher.h
-include/gimp-2.0/libgimp/gimppixelrgn.h
-include/gimp-2.0/libgimp/gimpplugin.h
-include/gimp-2.0/libgimp/gimpplugin_pdb.h
-include/gimp-2.0/libgimp/gimpprocbrowserdialog.h
-include/gimp-2.0/libgimp/gimpproceduraldb.h
-include/gimp-2.0/libgimp/gimpproceduraldb_pdb.h
-include/gimp-2.0/libgimp/gimpprocview.h
-include/gimp-2.0/libgimp/gimpprogress.h
-include/gimp-2.0/libgimp/gimpprogress_pdb.h
-include/gimp-2.0/libgimp/gimpprogressbar.h
-include/gimp-2.0/libgimp/gimpregioniterator.h
-include/gimp-2.0/libgimp/gimpselectbutton.h
-include/gimp-2.0/libgimp/gimpselection.h
-include/gimp-2.0/libgimp/gimpselection_pdb.h
-include/gimp-2.0/libgimp/gimpselectiontools_pdb.h
-include/gimp-2.0/libgimp/gimptextlayer_pdb.h
-include/gimp-2.0/libgimp/gimptexttool_pdb.h
-include/gimp-2.0/libgimp/gimptile.h
-include/gimp-2.0/libgimp/gimptransformtools_pdb.h
-include/gimp-2.0/libgimp/gimptypes.h
-include/gimp-2.0/libgimp/gimpui.h
-include/gimp-2.0/libgimp/gimpuitypes.h
-include/gimp-2.0/libgimp/gimpundo_pdb.h
-include/gimp-2.0/libgimp/gimpunit_pdb.h
-include/gimp-2.0/libgimp/gimpvectors_pdb.h
-include/gimp-2.0/libgimp/gimpzoompreview.h
-include/gimp-2.0/libgimpbase/gimpbase.h
-include/gimp-2.0/libgimpbase/gimpbaseenums.h
-include/gimp-2.0/libgimpbase/gimpbasetypes.h
-include/gimp-2.0/libgimpbase/gimpchecks.h
-include/gimp-2.0/libgimpbase/gimpcpuaccel.h
-include/gimp-2.0/libgimpbase/gimpdatafiles.h
-include/gimp-2.0/libgimpbase/gimpenv.h
-include/gimp-2.0/libgimpbase/gimplimits.h
-include/gimp-2.0/libgimpbase/gimpmemsize.h
-include/gimp-2.0/libgimpbase/gimpparam.h
-include/gimp-2.0/libgimpbase/gimpparasite.h
-include/gimp-2.0/libgimpbase/gimpparasiteio.h
-include/gimp-2.0/libgimpbase/gimprectangle.h
-include/gimp-2.0/libgimpbase/gimpsignal.h
-include/gimp-2.0/libgimpbase/gimpunit.h
-include/gimp-2.0/libgimpbase/gimputils.h
-include/gimp-2.0/libgimpbase/gimpversion.h
-include/gimp-2.0/libgimpcolor/gimpadaptivesupersample.h
-include/gimp-2.0/libgimpcolor/gimpbilinear.h
-include/gimp-2.0/libgimpcolor/gimpcmyk.h
-include/gimp-2.0/libgimpcolor/gimpcolor.h
-include/gimp-2.0/libgimpcolor/gimpcolormanaged.h
-include/gimp-2.0/libgimpcolor/gimpcolorspace.h
-include/gimp-2.0/libgimpcolor/gimpcolortypes.h
-include/gimp-2.0/libgimpcolor/gimphsl.h
-include/gimp-2.0/libgimpcolor/gimphsv.h
-include/gimp-2.0/libgimpcolor/gimprgb.h
-include/gimp-2.0/libgimpconfig/gimpcolorconfig-enums.h
-include/gimp-2.0/libgimpconfig/gimpcolorconfig.h
-include/gimp-2.0/libgimpconfig/gimpconfig-deserialize.h
-include/gimp-2.0/libgimpconfig/gimpconfig-error.h
-include/gimp-2.0/libgimpconfig/gimpconfig-iface.h
-include/gimp-2.0/libgimpconfig/gimpconfig-params.h
-include/gimp-2.0/libgimpconfig/gimpconfig-path.h
-include/gimp-2.0/libgimpconfig/gimpconfig-serialize.h
-include/gimp-2.0/libgimpconfig/gimpconfig-utils.h
-include/gimp-2.0/libgimpconfig/gimpconfig.h
-include/gimp-2.0/libgimpconfig/gimpconfigtypes.h
-include/gimp-2.0/libgimpconfig/gimpconfigwriter.h
-include/gimp-2.0/libgimpconfig/gimpscanner.h
-include/gimp-2.0/libgimpmath/gimpmath.h
-include/gimp-2.0/libgimpmath/gimpmathtypes.h
-include/gimp-2.0/libgimpmath/gimpmatrix.h
-include/gimp-2.0/libgimpmath/gimpmd5.h
-include/gimp-2.0/libgimpmath/gimpvector.h
-include/gimp-2.0/libgimpmodule/gimpmodule.h
-include/gimp-2.0/libgimpmodule/gimpmoduledb.h
-include/gimp-2.0/libgimpmodule/gimpmoduletypes.h
-include/gimp-2.0/libgimpthumb/gimpthumb-enums.h
-include/gimp-2.0/libgimpthumb/gimpthumb-error.h
-include/gimp-2.0/libgimpthumb/gimpthumb-types.h
-include/gimp-2.0/libgimpthumb/gimpthumb-utils.h
-include/gimp-2.0/libgimpthumb/gimpthumb.h
-include/gimp-2.0/libgimpthumb/gimpthumbnail.h
-include/gimp-2.0/libgimpwidgets/gimpbrowser.h
-include/gimp-2.0/libgimpwidgets/gimpbutton.h
-include/gimp-2.0/libgimpwidgets/gimpcairo-utils.h
-include/gimp-2.0/libgimpwidgets/gimpcellrenderercolor.h
-include/gimp-2.0/libgimpwidgets/gimpcellrenderertoggle.h
-include/gimp-2.0/libgimpwidgets/gimpchainbutton.h
-include/gimp-2.0/libgimpwidgets/gimpcolorarea.h
-include/gimp-2.0/libgimpwidgets/gimpcolorbutton.h
-include/gimp-2.0/libgimpwidgets/gimpcolordisplay.h
-include/gimp-2.0/libgimpwidgets/gimpcolordisplaystack.h
-include/gimp-2.0/libgimpwidgets/gimpcolorhexentry.h
-include/gimp-2.0/libgimpwidgets/gimpcolornotebook.h
-include/gimp-2.0/libgimpwidgets/gimpcolorprofilecombobox.h
-include/gimp-2.0/libgimpwidgets/gimpcolorprofilestore.h
-include/gimp-2.0/libgimpwidgets/gimpcolorscale.h
-include/gimp-2.0/libgimpwidgets/gimpcolorscales.h
-include/gimp-2.0/libgimpwidgets/gimpcolorselect.h
-include/gimp-2.0/libgimpwidgets/gimpcolorselection.h
-include/gimp-2.0/libgimpwidgets/gimpcolorselector.h
-include/gimp-2.0/libgimpwidgets/gimpcontroller.h
-include/gimp-2.0/libgimpwidgets/gimpdialog.h
-include/gimp-2.0/libgimpwidgets/gimpenumcombobox.h
-include/gimp-2.0/libgimpwidgets/gimpenumlabel.h
-include/gimp-2.0/libgimpwidgets/gimpenumstore.h
-include/gimp-2.0/libgimpwidgets/gimpenumwidgets.h
-include/gimp-2.0/libgimpwidgets/gimpfileentry.h
-include/gimp-2.0/libgimpwidgets/gimpframe.h
-include/gimp-2.0/libgimpwidgets/gimphelpui.h
-include/gimp-2.0/libgimpwidgets/gimphintbox.h
-include/gimp-2.0/libgimpwidgets/gimpintcombobox.h
-include/gimp-2.0/libgimpwidgets/gimpintstore.h
-include/gimp-2.0/libgimpwidgets/gimpmemsizeentry.h
-include/gimp-2.0/libgimpwidgets/gimpnumberpairentry.h
-include/gimp-2.0/libgimpwidgets/gimpoffsetarea.h
-include/gimp-2.0/libgimpwidgets/gimpoldwidgets.h
-include/gimp-2.0/libgimpwidgets/gimppageselector.h
-include/gimp-2.0/libgimpwidgets/gimppatheditor.h
-include/gimp-2.0/libgimpwidgets/gimppickbutton.h
-include/gimp-2.0/libgimpwidgets/gimppixmap.h
-include/gimp-2.0/libgimpwidgets/gimppreview.h
-include/gimp-2.0/libgimpwidgets/gimppreviewarea.h
-include/gimp-2.0/libgimpwidgets/gimppropwidgets.h
-include/gimp-2.0/libgimpwidgets/gimpquerybox.h
-include/gimp-2.0/libgimpwidgets/gimpruler.h
-include/gimp-2.0/libgimpwidgets/gimpscaleentry.h
-include/gimp-2.0/libgimpwidgets/gimpscrolledpreview.h
-include/gimp-2.0/libgimpwidgets/gimpsizeentry.h
-include/gimp-2.0/libgimpwidgets/gimpstock.h
-include/gimp-2.0/libgimpwidgets/gimpstringcombobox.h
-include/gimp-2.0/libgimpwidgets/gimpunitmenu.h
-include/gimp-2.0/libgimpwidgets/gimpwidgets.h
-include/gimp-2.0/libgimpwidgets/gimpwidgetsenums.h
-include/gimp-2.0/libgimpwidgets/gimpwidgetstypes.h
-include/gimp-2.0/libgimpwidgets/gimpzoommodel.h
-lib/libgimp-2.0.a
-lib/libgimp-2.0.la
-lib/libgimp-2.0.so
-lib/libgimp-2.0.so.0
-lib/libgimpbase-2.0.a
-lib/libgimpbase-2.0.la
-lib/libgimpbase-2.0.so
-lib/libgimpbase-2.0.so.0
-lib/libgimpcolor-2.0.a
-lib/libgimpcolor-2.0.la
-lib/libgimpcolor-2.0.so
-lib/libgimpcolor-2.0.so.0
-lib/libgimpconfig-2.0.a
-lib/libgimpconfig-2.0.la
-lib/libgimpconfig-2.0.so
-lib/libgimpconfig-2.0.so.0
-lib/libgimpmath-2.0.a
-lib/libgimpmath-2.0.la
-lib/libgimpmath-2.0.so
-lib/libgimpmath-2.0.so.0
-lib/libgimpmodule-2.0.a
-lib/libgimpmodule-2.0.la
-lib/libgimpmodule-2.0.so
-lib/libgimpmodule-2.0.so.0
-lib/libgimpthumb-2.0.a
-lib/libgimpthumb-2.0.la
-lib/libgimpthumb-2.0.so
-lib/libgimpthumb-2.0.so.0
-lib/libgimpui-2.0.a
-lib/libgimpui-2.0.la
-lib/libgimpui-2.0.so
-lib/libgimpui-2.0.so.0
-lib/libgimpwidgets-2.0.a
-lib/libgimpwidgets-2.0.la
-lib/libgimpwidgets-2.0.so
-lib/libgimpwidgets-2.0.so.0
-libdata/pkgconfig/gimp-2.0.pc
-libdata/pkgconfig/gimpthumb-2.0.pc
-libdata/pkgconfig/gimpui-2.0.pc
-libexec/gimp/2.2/environ/default.env
-libexec/gimp/2.2/interpreters/default.interp
-libexec/gimp/2.2/modules/libcolor-selector-cmyk.a
-libexec/gimp/2.2/modules/libcolor-selector-cmyk.la
-libexec/gimp/2.2/modules/libcolor-selector-cmyk.so
-libexec/gimp/2.2/modules/libcolor-selector-water.a
-libexec/gimp/2.2/modules/libcolor-selector-water.la
-libexec/gimp/2.2/modules/libcolor-selector-water.so
-libexec/gimp/2.2/modules/libcolor-selector-wheel.a
-libexec/gimp/2.2/modules/libcolor-selector-wheel.la
-libexec/gimp/2.2/modules/libcolor-selector-wheel.so
-libexec/gimp/2.2/modules/libcontroller-midi.a
-libexec/gimp/2.2/modules/libcontroller-midi.la
-libexec/gimp/2.2/modules/libcontroller-midi.so
-libexec/gimp/2.2/modules/libdisplay-filter-color-blind.a
-libexec/gimp/2.2/modules/libdisplay-filter-color-blind.la
-libexec/gimp/2.2/modules/libdisplay-filter-color-blind.so
-libexec/gimp/2.2/modules/libdisplay-filter-gamma.a
-libexec/gimp/2.2/modules/libdisplay-filter-gamma.la
-libexec/gimp/2.2/modules/libdisplay-filter-gamma.so
-libexec/gimp/2.2/modules/libdisplay-filter-high-contrast.a
-libexec/gimp/2.2/modules/libdisplay-filter-high-contrast.la
-libexec/gimp/2.2/modules/libdisplay-filter-high-contrast.so
-libexec/gimp/2.2/modules/libdisplay-filter-lcms.a
-libexec/gimp/2.2/modules/libdisplay-filter-lcms.la
-libexec/gimp/2.2/modules/libdisplay-filter-lcms.so
-libexec/gimp/2.2/modules/libdisplay-filter-proof.a
-libexec/gimp/2.2/modules/libdisplay-filter-proof.la
-libexec/gimp/2.2/modules/libdisplay-filter-proof.so
-libexec/gimp/2.2/plug-ins/alien-map
-libexec/gimp/2.2/plug-ins/align-layers
-libexec/gimp/2.2/plug-ins/animation-optimize
-libexec/gimp/2.2/plug-ins/animation-play
-libexec/gimp/2.2/plug-ins/antialias
-libexec/gimp/2.2/plug-ins/apply-canvas
-libexec/gimp/2.2/plug-ins/blinds
-libexec/gimp/2.2/plug-ins/blur
-libexec/gimp/2.2/plug-ins/blur-gauss
-libexec/gimp/2.2/plug-ins/blur-gauss-selective
-libexec/gimp/2.2/plug-ins/blur-motion
-libexec/gimp/2.2/plug-ins/border-average
-libexec/gimp/2.2/plug-ins/bump-map
-libexec/gimp/2.2/plug-ins/cartoon
-libexec/gimp/2.2/plug-ins/channel-mixer
-libexec/gimp/2.2/plug-ins/checkerboard
-libexec/gimp/2.2/plug-ins/cml-explorer
-libexec/gimp/2.2/plug-ins/color-cube-analyze
-libexec/gimp/2.2/plug-ins/color-enhance
-libexec/gimp/2.2/plug-ins/color-exchange
-libexec/gimp/2.2/plug-ins/color-rotate
-libexec/gimp/2.2/plug-ins/color-to-alpha
-libexec/gimp/2.2/plug-ins/colorify
-libexec/gimp/2.2/plug-ins/colormap-remap
-libexec/gimp/2.2/plug-ins/compose
-libexec/gimp/2.2/plug-ins/contrast-normalize
-libexec/gimp/2.2/plug-ins/contrast-retinex
-libexec/gimp/2.2/plug-ins/contrast-stretch
-libexec/gimp/2.2/plug-ins/contrast-stretch-hsv
-libexec/gimp/2.2/plug-ins/convolution-matrix
-libexec/gimp/2.2/plug-ins/crop-auto
-libexec/gimp/2.2/plug-ins/crop-zealous
-libexec/gimp/2.2/plug-ins/cubism
-libexec/gimp/2.2/plug-ins/curve-bend
-libexec/gimp/2.2/plug-ins/decompose
-libexec/gimp/2.2/plug-ins/deinterlace
-libexec/gimp/2.2/plug-ins/depth-merge
-libexec/gimp/2.2/plug-ins/despeckle
-libexec/gimp/2.2/plug-ins/destripe
-libexec/gimp/2.2/plug-ins/diffraction
-libexec/gimp/2.2/plug-ins/displace
-libexec/gimp/2.2/plug-ins/edge
-libexec/gimp/2.2/plug-ins/edge-dog
-libexec/gimp/2.2/plug-ins/edge-laplace
-libexec/gimp/2.2/plug-ins/edge-neon
-libexec/gimp/2.2/plug-ins/edge-sobel
-libexec/gimp/2.2/plug-ins/emboss
-libexec/gimp/2.2/plug-ins/engrave
-%%AA%%libexec/gimp/2.2/plug-ins/file-aa
-libexec/gimp/2.2/plug-ins/file-bmp
-libexec/gimp/2.2/plug-ins/file-cel
-libexec/gimp/2.2/plug-ins/file-compressor
-libexec/gimp/2.2/plug-ins/file-csource
-libexec/gimp/2.2/plug-ins/file-desktop-link
-libexec/gimp/2.2/plug-ins/file-dicom
-libexec/gimp/2.2/plug-ins/file-faxg3
-libexec/gimp/2.2/plug-ins/file-fits
-libexec/gimp/2.2/plug-ins/file-fli
-libexec/gimp/2.2/plug-ins/file-gbr
-libexec/gimp/2.2/plug-ins/file-gif-load
-libexec/gimp/2.2/plug-ins/file-gif-save
-libexec/gimp/2.2/plug-ins/file-gih
-libexec/gimp/2.2/plug-ins/file-glob
-libexec/gimp/2.2/plug-ins/file-header
-libexec/gimp/2.2/plug-ins/file-html-table
-libexec/gimp/2.2/plug-ins/file-ico
-libexec/gimp/2.2/plug-ins/file-jpeg
-%%MNG%%libexec/gimp/2.2/plug-ins/file-mng
-libexec/gimp/2.2/plug-ins/file-pat
-libexec/gimp/2.2/plug-ins/file-pcx
-%%POPPLER%%libexec/gimp/2.2/plug-ins/file-pdf
-libexec/gimp/2.2/plug-ins/file-pix
-libexec/gimp/2.2/plug-ins/file-png
-libexec/gimp/2.2/plug-ins/file-pnm
-libexec/gimp/2.2/plug-ins/file-ps
-libexec/gimp/2.2/plug-ins/file-psd-load
-libexec/gimp/2.2/plug-ins/file-psd-save
-libexec/gimp/2.2/plug-ins/file-psp
-libexec/gimp/2.2/plug-ins/file-raw
-libexec/gimp/2.2/plug-ins/file-sgi
-libexec/gimp/2.2/plug-ins/file-sunras
-%%SVG%%libexec/gimp/2.2/plug-ins/file-svg
-libexec/gimp/2.2/plug-ins/file-tga
-libexec/gimp/2.2/plug-ins/file-tiff-load
-libexec/gimp/2.2/plug-ins/file-tiff-save
-libexec/gimp/2.2/plug-ins/file-uri
-%%WMF%%libexec/gimp/2.2/plug-ins/file-wmf
-libexec/gimp/2.2/plug-ins/file-xbm
-libexec/gimp/2.2/plug-ins/file-xjt
-libexec/gimp/2.2/plug-ins/file-xpm
-libexec/gimp/2.2/plug-ins/file-xwd
-libexec/gimp/2.2/plug-ins/film
-libexec/gimp/2.2/plug-ins/filter-pack
-libexec/gimp/2.2/plug-ins/flame
-libexec/gimp/2.2/plug-ins/fractal-explorer
-libexec/gimp/2.2/plug-ins/fractal-trace
-libexec/gimp/2.2/plug-ins/gee
-libexec/gimp/2.2/plug-ins/gee-zoom
-libexec/gimp/2.2/plug-ins/gfig
-libexec/gimp/2.2/plug-ins/gimpressionist
-libexec/gimp/2.2/plug-ins/gradient-flare
-libexec/gimp/2.2/plug-ins/gradient-map
-libexec/gimp/2.2/plug-ins/grid
-libexec/gimp/2.2/plug-ins/guillotine
-libexec/gimp/2.2/plug-ins/help
-%%HELPBROWSER%%libexec/gimp/2.2/plug-ins/help-browser
-libexec/gimp/2.2/plug-ins/hot
-libexec/gimp/2.2/plug-ins/ifs-compose
-libexec/gimp/2.2/plug-ins/illusion
-libexec/gimp/2.2/plug-ins/imagemap
-libexec/gimp/2.2/plug-ins/iwarp
-libexec/gimp/2.2/plug-ins/jigsaw
-libexec/gimp/2.2/plug-ins/lcms
-libexec/gimp/2.2/plug-ins/lens-apply
-libexec/gimp/2.2/plug-ins/lens-distortion
-libexec/gimp/2.2/plug-ins/lens-flare
-libexec/gimp/2.2/plug-ins/lighting
-libexec/gimp/2.2/plug-ins/mail
-libexec/gimp/2.2/plug-ins/map-object
-libexec/gimp/2.2/plug-ins/max-rgb
-libexec/gimp/2.2/plug-ins/maze
-libexec/gimp/2.2/plug-ins/metadata
-libexec/gimp/2.2/plug-ins/mosaic
-libexec/gimp/2.2/plug-ins/newsprint
-libexec/gimp/2.2/plug-ins/nl-filter
-libexec/gimp/2.2/plug-ins/noise-hsv
-libexec/gimp/2.2/plug-ins/noise-randomize
-libexec/gimp/2.2/plug-ins/noise-rgb
-libexec/gimp/2.2/plug-ins/noise-solid
-libexec/gimp/2.2/plug-ins/noise-spread
-libexec/gimp/2.2/plug-ins/nova
-libexec/gimp/2.2/plug-ins/oilify
-libexec/gimp/2.2/plug-ins/pagecurl
-libexec/gimp/2.2/plug-ins/photocopy
-libexec/gimp/2.2/plug-ins/pixelize
-libexec/gimp/2.2/plug-ins/plasma
-libexec/gimp/2.2/plug-ins/plugin-browser
-libexec/gimp/2.2/plug-ins/polar-coords
-libexec/gimp/2.2/plug-ins/procedure-browser
-libexec/gimp/2.2/plug-ins/qbist
-libexec/gimp/2.2/plug-ins/red-eye-removal
-libexec/gimp/2.2/plug-ins/ripple
-libexec/gimp/2.2/plug-ins/rotate
-libexec/gimp/2.2/plug-ins/sample-colorize
-libexec/gimp/2.2/plug-ins/screenshot
-libexec/gimp/2.2/plug-ins/script-fu
-libexec/gimp/2.2/plug-ins/selection-to-path
-libexec/gimp/2.2/plug-ins/semi-flatten
-libexec/gimp/2.2/plug-ins/sharpen
-libexec/gimp/2.2/plug-ins/shift
-libexec/gimp/2.2/plug-ins/sinus
-libexec/gimp/2.2/plug-ins/smooth-palette
-libexec/gimp/2.2/plug-ins/softglow
-libexec/gimp/2.2/plug-ins/sparkle
-libexec/gimp/2.2/plug-ins/sphere-designer
-libexec/gimp/2.2/plug-ins/threshold-alpha
-libexec/gimp/2.2/plug-ins/tile
-libexec/gimp/2.2/plug-ins/tile-glass
-libexec/gimp/2.2/plug-ins/tile-paper
-libexec/gimp/2.2/plug-ins/tile-seamless
-libexec/gimp/2.2/plug-ins/tile-small
-libexec/gimp/2.2/plug-ins/unit-editor
-libexec/gimp/2.2/plug-ins/unsharp-mask
-libexec/gimp/2.2/plug-ins/value-invert
-libexec/gimp/2.2/plug-ins/value-propagate
-libexec/gimp/2.2/plug-ins/van-gogh-lic
-libexec/gimp/2.2/plug-ins/video
-libexec/gimp/2.2/plug-ins/warp
-libexec/gimp/2.2/plug-ins/waves
-libexec/gimp/2.2/plug-ins/web-browser
-libexec/gimp/2.2/plug-ins/whirl-pinch
-libexec/gimp/2.2/plug-ins/wind
-share/aclocal/gimp-2.0.m4
-share/applications/gimp.desktop
-share/doc/gimp/libgimp/GimpAspectPreview.html
-share/doc/gimp/libgimp/GimpBrushSelectButton.html
-share/doc/gimp/libgimp/GimpDrawablePreview.html
-share/doc/gimp/libgimp/GimpFontSelectButton.html
-share/doc/gimp/libgimp/GimpGradientSelectButton.html
-share/doc/gimp/libgimp/GimpImageComboBox.html
-share/doc/gimp/libgimp/GimpPaletteSelectButton.html
-share/doc/gimp/libgimp/GimpPatternSelectButton.html
-share/doc/gimp/libgimp/GimpProcBrowserDialog.html
-share/doc/gimp/libgimp/GimpProgressBar.html
-share/doc/gimp/libgimp/GimpSelectButton.html
-share/doc/gimp/libgimp/GimpZoomPreview.html
-share/doc/gimp/libgimp/home.png
-share/doc/gimp/libgimp/index.html
-share/doc/gimp/libgimp/index.sgml
-share/doc/gimp/libgimp/left.png
-share/doc/gimp/libgimp/libgimp-GimpItemComboBox.html
-share/doc/gimp/libgimp/libgimp-data.html
-share/doc/gimp/libgimp/libgimp-general.html
-share/doc/gimp/libgimp/libgimp-gimp.html
-share/doc/gimp/libgimp/libgimp-gimpbrush.html
-share/doc/gimp/libgimp/libgimp-gimpbrushes.html
-share/doc/gimp/libgimp/libgimp-gimpbrushmenu.html
-share/doc/gimp/libgimp/libgimp-gimpbrushselect.html
-share/doc/gimp/libgimp/libgimp-gimpbuffer.html
-share/doc/gimp/libgimp/libgimp-gimpchannel.html
-share/doc/gimp/libgimp/libgimp-gimpcolor.html
-share/doc/gimp/libgimp/libgimp-gimpcontext.html
-share/doc/gimp/libgimp/libgimp-gimpconvert.html
-share/doc/gimp/libgimp/libgimp-gimpdisplay.html
-share/doc/gimp/libgimp/libgimp-gimpdrawable.html
-share/doc/gimp/libgimp/libgimp-gimpdrawabletransform.html
-share/doc/gimp/libgimp/libgimp-gimpedit.html
-share/doc/gimp/libgimp/libgimp-gimpenums.html
-share/doc/gimp/libgimp/libgimp-gimpexport.html
-share/doc/gimp/libgimp/libgimp-gimpfileops.html
-share/doc/gimp/libgimp/libgimp-gimpfloatingsel.html
-share/doc/gimp/libgimp/libgimp-gimpfontmenu.html
-share/doc/gimp/libgimp/libgimp-gimpfonts.html
-share/doc/gimp/libgimp/libgimp-gimpfontselect.html
-share/doc/gimp/libgimp/libgimp-gimpgimprc.html
-share/doc/gimp/libgimp/libgimp-gimpgradient.html
-share/doc/gimp/libgimp/libgimp-gimpgradientmenu.html
-share/doc/gimp/libgimp/libgimp-gimpgradients.html
-share/doc/gimp/libgimp/libgimp-gimpgradientselect.html
-share/doc/gimp/libgimp/libgimp-gimpgrid.html
-share/doc/gimp/libgimp/libgimp-gimpguides.html
-share/doc/gimp/libgimp/libgimp-gimphelp.html
-share/doc/gimp/libgimp/libgimp-gimpimage.html
-share/doc/gimp/libgimp/libgimp-gimplayer.html
-share/doc/gimp/libgimp/libgimp-gimpmenu.html
-share/doc/gimp/libgimp/libgimp-gimpmessage.html
-share/doc/gimp/libgimp/libgimp-gimppalette.html
-share/doc/gimp/libgimp/libgimp-gimppalettemenu.html
-share/doc/gimp/libgimp/libgimp-gimppalettes.html
-share/doc/gimp/libgimp/libgimp-gimppaletteselect.html
-share/doc/gimp/libgimp/libgimp-gimppaths.html
-share/doc/gimp/libgimp/libgimp-gimppattern.html
-share/doc/gimp/libgimp/libgimp-gimppatternmenu.html
-share/doc/gimp/libgimp/libgimp-gimppatterns.html
-share/doc/gimp/libgimp/libgimp-gimppatternselect.html
-share/doc/gimp/libgimp/libgimp-gimppixbuf.html
-share/doc/gimp/libgimp/libgimp-gimppixelfetcher.html
-share/doc/gimp/libgimp/libgimp-gimppixelrgn.html
-share/doc/gimp/libgimp/libgimp-gimpplugin.html
-share/doc/gimp/libgimp/libgimp-gimpproceduraldb.html
-share/doc/gimp/libgimp/libgimp-gimpprocview.html
-share/doc/gimp/libgimp/libgimp-gimpprogress.html
-share/doc/gimp/libgimp/libgimp-gimpregioniterator.html
-share/doc/gimp/libgimp/libgimp-gimpselection.html
-share/doc/gimp/libgimp/libgimp-gimptextlayer.html
-share/doc/gimp/libgimp/libgimp-gimptexttool.html
-share/doc/gimp/libgimp/libgimp-gimptile.html
-share/doc/gimp/libgimp/libgimp-gimptools.html
-share/doc/gimp/libgimp/libgimp-gimpui.html
-share/doc/gimp/libgimp/libgimp-gimpundo.html
-share/doc/gimp/libgimp/libgimp-gimpvectors.html
-share/doc/gimp/libgimp/libgimp-image.html
-share/doc/gimp/libgimp/libgimp-index-deprecated.html
-share/doc/gimp/libgimp/libgimp-index-new-in-2-2.html
-share/doc/gimp/libgimp/libgimp-index-new-in-2-4.html
-share/doc/gimp/libgimp/libgimp-index-new-in-2-6.html
-share/doc/gimp/libgimp/libgimp-index.html
-share/doc/gimp/libgimp/libgimp-selectors.html
-share/doc/gimp/libgimp/libgimp.devhelp
-share/doc/gimp/libgimp/libgimp.devhelp2
-share/doc/gimp/libgimp/libgimp.html
-share/doc/gimp/libgimp/libgimpui-hierarchy.html
-share/doc/gimp/libgimp/libgimpui.html
-share/doc/gimp/libgimp/right.png
-share/doc/gimp/libgimp/style.css
-share/doc/gimp/libgimp/up.png
-share/doc/gimp/libgimpbase/home.png
-share/doc/gimp/libgimpbase/index.html
-share/doc/gimp/libgimpbase/index.sgml
-share/doc/gimp/libgimpbase/left.png
-share/doc/gimp/libgimpbase/libgimpbase-gimpbaseenums.html
-share/doc/gimp/libgimpbase/libgimpbase-gimpbasetypes.html
-share/doc/gimp/libgimpbase/libgimpbase-gimpchecks.html
-share/doc/gimp/libgimpbase/libgimpbase-gimpcpuaccel.html
-share/doc/gimp/libgimpbase/libgimpbase-gimpdatafiles.html
-share/doc/gimp/libgimpbase/libgimpbase-gimpenv.html
-share/doc/gimp/libgimpbase/libgimpbase-gimplimits.html
-share/doc/gimp/libgimpbase/libgimpbase-gimpmemsize.html
-share/doc/gimp/libgimpbase/libgimpbase-gimpparam.html
-share/doc/gimp/libgimpbase/libgimpbase-gimpparasite.html
-share/doc/gimp/libgimpbase/libgimpbase-gimpparasiteio.html
-share/doc/gimp/libgimpbase/libgimpbase-gimprectangle.html
-share/doc/gimp/libgimpbase/libgimpbase-gimpsignal.html
-share/doc/gimp/libgimpbase/libgimpbase-gimpunit.html
-share/doc/gimp/libgimpbase/libgimpbase-gimputils.html
-share/doc/gimp/libgimpbase/libgimpbase-gimpversion.html
-share/doc/gimp/libgimpbase/libgimpbase-index-deprecated.html
-share/doc/gimp/libgimpbase/libgimpbase-index-new-in-2-2.html
-share/doc/gimp/libgimpbase/libgimpbase-index-new-in-2-4.html
-share/doc/gimp/libgimpbase/libgimpbase-index-new-in-2-6.html
-share/doc/gimp/libgimpbase/libgimpbase-index.html
-share/doc/gimp/libgimpbase/libgimpbase.devhelp
-share/doc/gimp/libgimpbase/libgimpbase.devhelp2
-share/doc/gimp/libgimpbase/libgimpbase.html
-share/doc/gimp/libgimpbase/right.png
-share/doc/gimp/libgimpbase/style.css
-share/doc/gimp/libgimpbase/up.png
-share/doc/gimp/libgimpcolor/home.png
-share/doc/gimp/libgimpcolor/index.html
-share/doc/gimp/libgimpcolor/index.sgml
-share/doc/gimp/libgimpcolor/left.png
-share/doc/gimp/libgimpcolor/libgimpcolor-GimpAdaptiveSupersample.html
-share/doc/gimp/libgimpcolor/libgimpcolor-GimpBilinear.html
-share/doc/gimp/libgimpcolor/libgimpcolor-GimpCMYK.html
-share/doc/gimp/libgimpcolor/libgimpcolor-GimpColorManaged.html
-share/doc/gimp/libgimpcolor/libgimpcolor-GimpColorSpace.html
-share/doc/gimp/libgimpcolor/libgimpcolor-GimpHSV.html
-share/doc/gimp/libgimpcolor/libgimpcolor-GimpRGB.html
-share/doc/gimp/libgimpcolor/libgimpcolor-index-deprecated.html
-share/doc/gimp/libgimpcolor/libgimpcolor-index-new-in-2-2.html
-share/doc/gimp/libgimpcolor/libgimpcolor-index-new-in-2-4.html
-share/doc/gimp/libgimpcolor/libgimpcolor-index-new-in-2-6.html
-share/doc/gimp/libgimpcolor/libgimpcolor-index.html
-share/doc/gimp/libgimpcolor/libgimpcolor.devhelp
-share/doc/gimp/libgimpcolor/libgimpcolor.devhelp2
-share/doc/gimp/libgimpcolor/libgimpcolor.html
-share/doc/gimp/libgimpcolor/right.png
-share/doc/gimp/libgimpcolor/style.css
-share/doc/gimp/libgimpcolor/up.png
-share/doc/gimp/libgimpconfig/GimpColorConfig.html
-share/doc/gimp/libgimpconfig/home.png
-share/doc/gimp/libgimpconfig/index.html
-share/doc/gimp/libgimpconfig/index.sgml
-share/doc/gimp/libgimpconfig/left.png
-share/doc/gimp/libgimpconfig/libgimpconfig-GimpConfig.html
-share/doc/gimp/libgimpconfig/libgimpconfig-GimpConfigError.html
-share/doc/gimp/libgimpconfig/libgimpconfig-GimpConfigWriter.html
-share/doc/gimp/libgimpconfig/libgimpconfig-GimpScanner.html
-share/doc/gimp/libgimpconfig/libgimpconfig-gimpconfig-deserialize.html
-share/doc/gimp/libgimpconfig/libgimpconfig-gimpconfig-params.html
-share/doc/gimp/libgimpconfig/libgimpconfig-gimpconfig-path.html
-share/doc/gimp/libgimpconfig/libgimpconfig-gimpconfig-serialize.html
-share/doc/gimp/libgimpconfig/libgimpconfig-gimpconfig-utils.html
-share/doc/gimp/libgimpconfig/libgimpconfig-hierarchy.html
-share/doc/gimp/libgimpconfig/libgimpconfig-index-deprecated.html
-share/doc/gimp/libgimpconfig/libgimpconfig-index-new-in-2-4.html
-share/doc/gimp/libgimpconfig/libgimpconfig-index-new-in-2-6.html
-share/doc/gimp/libgimpconfig/libgimpconfig-index.html
-share/doc/gimp/libgimpconfig/libgimpconfig.devhelp
-share/doc/gimp/libgimpconfig/libgimpconfig.devhelp2
-share/doc/gimp/libgimpconfig/libgimpconfig.html
-share/doc/gimp/libgimpconfig/right.png
-share/doc/gimp/libgimpconfig/style.css
-share/doc/gimp/libgimpconfig/up.png
-share/doc/gimp/libgimpmath/home.png
-share/doc/gimp/libgimpmath/index.html
-share/doc/gimp/libgimpmath/index.sgml
-share/doc/gimp/libgimpmath/left.png
-share/doc/gimp/libgimpmath/libgimpmath-GimpMD5.html
-share/doc/gimp/libgimpmath/libgimpmath-GimpMath.html
-share/doc/gimp/libgimpmath/libgimpmath-GimpMatrix.html
-share/doc/gimp/libgimpmath/libgimpmath-GimpVector.html
-share/doc/gimp/libgimpmath/libgimpmath-index-deprecated.html
-share/doc/gimp/libgimpmath/libgimpmath-index-new-in-2-2.html
-share/doc/gimp/libgimpmath/libgimpmath-index-new-in-2-4.html
-share/doc/gimp/libgimpmath/libgimpmath-index-new-in-2-6.html
-share/doc/gimp/libgimpmath/libgimpmath-index.html
-share/doc/gimp/libgimpmath/libgimpmath.devhelp
-share/doc/gimp/libgimpmath/libgimpmath.devhelp2
-share/doc/gimp/libgimpmath/libgimpmath.html
-share/doc/gimp/libgimpmath/right.png
-share/doc/gimp/libgimpmath/style.css
-share/doc/gimp/libgimpmath/up.png
-share/doc/gimp/libgimpmodule/home.png
-share/doc/gimp/libgimpmodule/index.html
-share/doc/gimp/libgimpmodule/index.sgml
-share/doc/gimp/libgimpmodule/left.png
-share/doc/gimp/libgimpmodule/libgimpmodule-gimpmodule.html
-share/doc/gimp/libgimpmodule/libgimpmodule-gimpmoduledb.html
-share/doc/gimp/libgimpmodule/libgimpmodule-index-deprecated.html
-share/doc/gimp/libgimpmodule/libgimpmodule-index-new-in-2-2.html
-share/doc/gimp/libgimpmodule/libgimpmodule-index-new-in-2-4.html
-share/doc/gimp/libgimpmodule/libgimpmodule-index-new-in-2-6.html
-share/doc/gimp/libgimpmodule/libgimpmodule-index.html
-share/doc/gimp/libgimpmodule/libgimpmodule.devhelp
-share/doc/gimp/libgimpmodule/libgimpmodule.devhelp2
-share/doc/gimp/libgimpmodule/libgimpmodule.html
-share/doc/gimp/libgimpmodule/right.png
-share/doc/gimp/libgimpmodule/style.css
-share/doc/gimp/libgimpmodule/up.png
-share/doc/gimp/libgimpthumb/GimpThumbnail.html
-share/doc/gimp/libgimpthumb/home.png
-share/doc/gimp/libgimpthumb/index.html
-share/doc/gimp/libgimpthumb/index.sgml
-share/doc/gimp/libgimpthumb/left.png
-share/doc/gimp/libgimpthumb/libgimpthumb-gimpthumb-enums.html
-share/doc/gimp/libgimpthumb/libgimpthumb-gimpthumb-error.html
-share/doc/gimp/libgimpthumb/libgimpthumb-gimpthumb-utils.html
-share/doc/gimp/libgimpthumb/libgimpthumb-index-deprecated.html
-share/doc/gimp/libgimpthumb/libgimpthumb-index-new-in-2-2.html
-share/doc/gimp/libgimpthumb/libgimpthumb-index-new-in-2-4.html
-share/doc/gimp/libgimpthumb/libgimpthumb-index-new-in-2-6.html
-share/doc/gimp/libgimpthumb/libgimpthumb-index.html
-share/doc/gimp/libgimpthumb/libgimpthumb.devhelp
-share/doc/gimp/libgimpthumb/libgimpthumb.devhelp2
-share/doc/gimp/libgimpthumb/libgimpthumb.html
-share/doc/gimp/libgimpthumb/right.png
-share/doc/gimp/libgimpthumb/style.css
-share/doc/gimp/libgimpthumb/up.png
-share/doc/gimp/libgimpwidgets/GimpBrowser.html
-share/doc/gimp/libgimpwidgets/GimpButton.html
-share/doc/gimp/libgimpwidgets/GimpCellRendererColor.html
-share/doc/gimp/libgimpwidgets/GimpCellRendererToggle.html
-share/doc/gimp/libgimpwidgets/GimpChainButton.html
-share/doc/gimp/libgimpwidgets/GimpColorArea.html
-share/doc/gimp/libgimpwidgets/GimpColorButton.html
-share/doc/gimp/libgimpwidgets/GimpColorDisplay.html
-share/doc/gimp/libgimpwidgets/GimpColorDisplayStack.html
-share/doc/gimp/libgimpwidgets/GimpColorHexEntry.html
-share/doc/gimp/libgimpwidgets/GimpColorNotebook.html
-share/doc/gimp/libgimpwidgets/GimpColorProfileComboBox.html
-share/doc/gimp/libgimpwidgets/GimpColorProfileStore.html
-share/doc/gimp/libgimpwidgets/GimpColorScale.html
-share/doc/gimp/libgimpwidgets/GimpColorScales.html
-share/doc/gimp/libgimpwidgets/GimpColorSelect.html
-share/doc/gimp/libgimpwidgets/GimpColorSelection.html
-share/doc/gimp/libgimpwidgets/GimpColorSelector.html
-share/doc/gimp/libgimpwidgets/GimpController.html
-share/doc/gimp/libgimpwidgets/GimpDialog.html
-share/doc/gimp/libgimpwidgets/GimpEnumComboBox.html
-share/doc/gimp/libgimpwidgets/GimpEnumLabel.html
-share/doc/gimp/libgimpwidgets/GimpEnumStore.html
-share/doc/gimp/libgimpwidgets/GimpFileEntry.html
-share/doc/gimp/libgimpwidgets/GimpFrame.html
-share/doc/gimp/libgimpwidgets/GimpIntComboBox.html
-share/doc/gimp/libgimpwidgets/GimpIntStore.html
-share/doc/gimp/libgimpwidgets/GimpMemsizeEntry.html
-share/doc/gimp/libgimpwidgets/GimpNumberPairEntry.html
-share/doc/gimp/libgimpwidgets/GimpOffsetArea.html
-share/doc/gimp/libgimpwidgets/GimpPageSelector.html
-share/doc/gimp/libgimpwidgets/GimpPathEditor.html
-share/doc/gimp/libgimpwidgets/GimpPickButton.html
-share/doc/gimp/libgimpwidgets/GimpPixmap.html
-share/doc/gimp/libgimpwidgets/GimpPreview.html
-share/doc/gimp/libgimpwidgets/GimpPreviewArea.html
-share/doc/gimp/libgimpwidgets/GimpRuler.html
-share/doc/gimp/libgimpwidgets/GimpScrolledPreview.html
-share/doc/gimp/libgimpwidgets/GimpSizeEntry.html
-share/doc/gimp/libgimpwidgets/GimpStringComboBox.html
-share/doc/gimp/libgimpwidgets/GimpUnitMenu.html
-share/doc/gimp/libgimpwidgets/GimpZoomModel.html
-share/doc/gimp/libgimpwidgets/gimp-browser.png
-share/doc/gimp/libgimpwidgets/gimp-button.png
-share/doc/gimp/libgimpwidgets/gimp-chain-button.png
-share/doc/gimp/libgimpwidgets/gimp-color-area.png
-share/doc/gimp/libgimpwidgets/gimp-color-button.png
-share/doc/gimp/libgimpwidgets/gimp-color-hex-entry.png
-share/doc/gimp/libgimpwidgets/gimp-color-profile-combo-box.png
-share/doc/gimp/libgimpwidgets/gimp-color-scale.png
-share/doc/gimp/libgimpwidgets/gimp-color-selection.png
-share/doc/gimp/libgimpwidgets/gimp-dialog.png
-share/doc/gimp/libgimpwidgets/gimp-enum-combo-box.png
-share/doc/gimp/libgimpwidgets/gimp-enum-label.png
-share/doc/gimp/libgimpwidgets/gimp-file-entry.png
-share/doc/gimp/libgimpwidgets/gimp-frame.png
-share/doc/gimp/libgimpwidgets/gimp-hint-box.png
-share/doc/gimp/libgimpwidgets/gimp-int-combo-box.png
-share/doc/gimp/libgimpwidgets/gimp-memsize-entry.png
-share/doc/gimp/libgimpwidgets/gimp-number-pair-entry.png
-share/doc/gimp/libgimpwidgets/gimp-offset-area.png
-share/doc/gimp/libgimpwidgets/gimp-page-selector.png
-share/doc/gimp/libgimpwidgets/gimp-path-editor.png
-share/doc/gimp/libgimpwidgets/gimp-pick-button.png
-share/doc/gimp/libgimpwidgets/gimp-preview-area.png
-share/doc/gimp/libgimpwidgets/gimp-string-combo-box.png
-share/doc/gimp/libgimpwidgets/gimp-unit-menu.png
-share/doc/gimp/libgimpwidgets/home.png
-share/doc/gimp/libgimpwidgets/index.html
-share/doc/gimp/libgimpwidgets/index.sgml
-share/doc/gimp/libgimpwidgets/left.png
-share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpCairoUtils.html
-share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpEnumWidgets.html
-share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpHelpUI.html
-share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpHintBox.html
-share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpPropWidgets.html
-share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpQueryBox.html
-share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpStock.html
-share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpWidgets.html
-share/doc/gimp/libgimpwidgets/libgimpwidgets-cell-renderers.html
-share/doc/gimp/libgimpwidgets/libgimpwidgets-colordisplay.html
-share/doc/gimp/libgimpwidgets/libgimpwidgets-colorselector.html
-share/doc/gimp/libgimpwidgets/libgimpwidgets-controller.html
-share/doc/gimp/libgimpwidgets/libgimpwidgets-deprecated.html
-share/doc/gimp/libgimpwidgets/libgimpwidgets-gallery.html
-share/doc/gimp/libgimpwidgets/libgimpwidgets-gimpoldwidgets.html
-share/doc/gimp/libgimpwidgets/libgimpwidgets-hierarchy.html
-share/doc/gimp/libgimpwidgets/libgimpwidgets-index-deprecated.html
-share/doc/gimp/libgimpwidgets/libgimpwidgets-index-new-in-2-2.html
-share/doc/gimp/libgimpwidgets/libgimpwidgets-index-new-in-2-4.html
-share/doc/gimp/libgimpwidgets/libgimpwidgets-index-new-in-2-6.html
-share/doc/gimp/libgimpwidgets/libgimpwidgets-index.html
-share/doc/gimp/libgimpwidgets/libgimpwidgets-utils.html
-share/doc/gimp/libgimpwidgets/libgimpwidgets-widgets.html
-share/doc/gimp/libgimpwidgets/libgimpwidgets.devhelp
-share/doc/gimp/libgimpwidgets/libgimpwidgets.devhelp2
-share/doc/gimp/libgimpwidgets/right.png
-share/doc/gimp/libgimpwidgets/stock-anchor-16.png
-share/doc/gimp/libgimpwidgets/stock-cap-butt-16.png
-share/doc/gimp/libgimpwidgets/stock-cap-round-16.png
-share/doc/gimp/libgimpwidgets/stock-cap-square-16.png
-share/doc/gimp/libgimpwidgets/stock-center-16.png
-share/doc/gimp/libgimpwidgets/stock-center-24.png
-share/doc/gimp/libgimpwidgets/stock-channel-16.png
-share/doc/gimp/libgimpwidgets/stock-channel-24.png
-share/doc/gimp/libgimpwidgets/stock-channel-32.png
-share/doc/gimp/libgimpwidgets/stock-channel-48.png
-share/doc/gimp/libgimpwidgets/stock-channel-alpha-16.png
-share/doc/gimp/libgimpwidgets/stock-channel-alpha-24.png
-share/doc/gimp/libgimpwidgets/stock-channel-alpha-32.png
-share/doc/gimp/libgimpwidgets/stock-channel-alpha-48.png
-share/doc/gimp/libgimpwidgets/stock-channel-blue-16.png
-share/doc/gimp/libgimpwidgets/stock-channel-blue-24.png
-share/doc/gimp/libgimpwidgets/stock-channel-blue-32.png
-share/doc/gimp/libgimpwidgets/stock-channel-blue-48.png
-share/doc/gimp/libgimpwidgets/stock-channel-gray-16.png
-share/doc/gimp/libgimpwidgets/stock-channel-gray-24.png
-share/doc/gimp/libgimpwidgets/stock-channel-gray-32.png
-share/doc/gimp/libgimpwidgets/stock-channel-gray-48.png
-share/doc/gimp/libgimpwidgets/stock-channel-green-16.png
-share/doc/gimp/libgimpwidgets/stock-channel-green-24.png
-share/doc/gimp/libgimpwidgets/stock-channel-green-32.png
-share/doc/gimp/libgimpwidgets/stock-channel-green-48.png
-share/doc/gimp/libgimpwidgets/stock-channel-indexed-16.png
-share/doc/gimp/libgimpwidgets/stock-channel-indexed-24.png
-share/doc/gimp/libgimpwidgets/stock-channel-indexed-32.png
-share/doc/gimp/libgimpwidgets/stock-channel-indexed-48.png
-share/doc/gimp/libgimpwidgets/stock-channel-red-16.png
-share/doc/gimp/libgimpwidgets/stock-channel-red-24.png
-share/doc/gimp/libgimpwidgets/stock-channel-red-32.png
-share/doc/gimp/libgimpwidgets/stock-channel-red-48.png
-share/doc/gimp/libgimpwidgets/stock-channels-16.png
-share/doc/gimp/libgimpwidgets/stock-channels-24.png
-share/doc/gimp/libgimpwidgets/stock-char-picker-22.png
-share/doc/gimp/libgimpwidgets/stock-close-12.png
-share/doc/gimp/libgimpwidgets/stock-color-pick-from-screen-16.png
-share/doc/gimp/libgimpwidgets/stock-color-picker-black-18.png
-share/doc/gimp/libgimpwidgets/stock-color-picker-gray-18.png
-share/doc/gimp/libgimpwidgets/stock-color-picker-white-18.png
-share/doc/gimp/libgimpwidgets/stock-color-triangle-16.png
-share/doc/gimp/libgimpwidgets/stock-colormap-16.png
-share/doc/gimp/libgimpwidgets/stock-colormap-24.png
-share/doc/gimp/libgimpwidgets/stock-controller-16.png
-share/doc/gimp/libgimpwidgets/stock-controller-24.png
-share/doc/gimp/libgimpwidgets/stock-controller-keyboard-16.png
-share/doc/gimp/libgimpwidgets/stock-controller-keyboard-24.png
-share/doc/gimp/libgimpwidgets/stock-controller-linux-input-16.png
-share/doc/gimp/libgimpwidgets/stock-controller-linux-input-24.png
-share/doc/gimp/libgimpwidgets/stock-controller-midi-16.png
-share/doc/gimp/libgimpwidgets/stock-controller-midi-24.png
-share/doc/gimp/libgimpwidgets/stock-controller-wheel-16.png
-share/doc/gimp/libgimpwidgets/stock-controller-wheel-24.png
-share/doc/gimp/libgimpwidgets/stock-convert-grayscale-16.png
-share/doc/gimp/libgimpwidgets/stock-convert-indexed-16.png
-share/doc/gimp/libgimpwidgets/stock-convert-rgb-16.png
-share/doc/gimp/libgimpwidgets/stock-cursor-16.png
-share/doc/gimp/libgimpwidgets/stock-cursor-24.png
-share/doc/gimp/libgimpwidgets/stock-curve-free-16.png
-share/doc/gimp/libgimpwidgets/stock-curve-smooth-16.png
-share/doc/gimp/libgimpwidgets/stock-default-colors-12.png
-share/doc/gimp/libgimpwidgets/stock-device-status-16.png
-share/doc/gimp/libgimpwidgets/stock-device-status-24.png
-share/doc/gimp/libgimpwidgets/stock-display-filter-16.png
-share/doc/gimp/libgimpwidgets/stock-display-filter-24.png
-share/doc/gimp/libgimpwidgets/stock-display-filter-colorblind-16.png
-share/doc/gimp/libgimpwidgets/stock-display-filter-colorblind-24.png
-share/doc/gimp/libgimpwidgets/stock-display-filter-contrast-16.png
-share/doc/gimp/libgimpwidgets/stock-display-filter-contrast-24.png
-share/doc/gimp/libgimpwidgets/stock-display-filter-gamma-16.png
-share/doc/gimp/libgimpwidgets/stock-display-filter-gamma-24.png
-share/doc/gimp/libgimpwidgets/stock-display-filter-lcms-16.png
-share/doc/gimp/libgimpwidgets/stock-display-filter-lcms-24.png
-share/doc/gimp/libgimpwidgets/stock-display-filter-proof-16.png
-share/doc/gimp/libgimpwidgets/stock-display-filter-proof-24.png
-share/doc/gimp/libgimpwidgets/stock-duplicate-16.png
-share/doc/gimp/libgimpwidgets/stock-edit-16.png
-share/doc/gimp/libgimpwidgets/stock-error-64.png
-share/doc/gimp/libgimpwidgets/stock-eye-12.png
-share/doc/gimp/libgimpwidgets/stock-eye-20.png
-share/doc/gimp/libgimpwidgets/stock-flip-horizontal-16.png
-share/doc/gimp/libgimpwidgets/stock-flip-vertical-16.png
-share/doc/gimp/libgimpwidgets/stock-floating-selection-16.png
-share/doc/gimp/libgimpwidgets/stock-floating-selection-24.png
-share/doc/gimp/libgimpwidgets/stock-floating-selection-32.png
-share/doc/gimp/libgimpwidgets/stock-floating-selection-48.png
-share/doc/gimp/libgimpwidgets/stock-frame-64.png
-share/doc/gimp/libgimpwidgets/stock-gegl-16.png
-share/doc/gimp/libgimpwidgets/stock-gegl-22.png
-share/doc/gimp/libgimpwidgets/stock-gradient-bilinear-16.png
-share/doc/gimp/libgimpwidgets/stock-gradient-conical-asymmetric-16.png
-share/doc/gimp/libgimpwidgets/stock-gradient-conical-symmetric-16.png
-share/doc/gimp/libgimpwidgets/stock-gradient-linear-16.png
-share/doc/gimp/libgimpwidgets/stock-gradient-radial-16.png
-share/doc/gimp/libgimpwidgets/stock-gradient-shapeburst-angular-16.png
-share/doc/gimp/libgimpwidgets/stock-gradient-shapeburst-dimpled-16.png
-share/doc/gimp/libgimpwidgets/stock-gradient-shapeburst-spherical-16.png
-share/doc/gimp/libgimpwidgets/stock-gradient-spiral-anticlockwise-16.png
-share/doc/gimp/libgimpwidgets/stock-gradient-spiral-clockwise-16.png
-share/doc/gimp/libgimpwidgets/stock-gradient-square-16.png
-share/doc/gimp/libgimpwidgets/stock-gravity-east-24.png
-share/doc/gimp/libgimpwidgets/stock-gravity-north-24.png
-share/doc/gimp/libgimpwidgets/stock-gravity-north-east-24.png
-share/doc/gimp/libgimpwidgets/stock-gravity-north-west-24.png
-share/doc/gimp/libgimpwidgets/stock-gravity-south-24.png
-share/doc/gimp/libgimpwidgets/stock-gravity-south-east-24.png
-share/doc/gimp/libgimpwidgets/stock-gravity-south-west-24.png
-share/doc/gimp/libgimpwidgets/stock-gravity-west-24.png
-share/doc/gimp/libgimpwidgets/stock-grid-16.png
-share/doc/gimp/libgimpwidgets/stock-hcenter-24.png
-share/doc/gimp/libgimpwidgets/stock-hchain-24.png
-share/doc/gimp/libgimpwidgets/stock-hchain-broken-24.png
-share/doc/gimp/libgimpwidgets/stock-histogram-16.png
-share/doc/gimp/libgimpwidgets/stock-histogram-22.png
-share/doc/gimp/libgimpwidgets/stock-histogram-linear-16.png
-share/doc/gimp/libgimpwidgets/stock-histogram-logarithmic-16.png
-share/doc/gimp/libgimpwidgets/stock-image-16.png
-share/doc/gimp/libgimpwidgets/stock-image-24.png
-share/doc/gimp/libgimpwidgets/stock-image-32.png
-share/doc/gimp/libgimpwidgets/stock-image-48.png
-share/doc/gimp/libgimpwidgets/stock-images-16.png
-share/doc/gimp/libgimpwidgets/stock-images-24.png
-share/doc/gimp/libgimpwidgets/stock-info-16.png
-share/doc/gimp/libgimpwidgets/stock-info-24.png
-share/doc/gimp/libgimpwidgets/stock-info-64.png
-share/doc/gimp/libgimpwidgets/stock-invert-16.png
-share/doc/gimp/libgimpwidgets/stock-join-bevel-16.png
-share/doc/gimp/libgimpwidgets/stock-join-miter-16.png
-share/doc/gimp/libgimpwidgets/stock-join-round-16.png
-share/doc/gimp/libgimpwidgets/stock-landscape-16.png
-share/doc/gimp/libgimpwidgets/stock-landscape-22.png
-share/doc/gimp/libgimpwidgets/stock-layer-16.png
-share/doc/gimp/libgimpwidgets/stock-layer-24.png
-share/doc/gimp/libgimpwidgets/stock-layer-32.png
-share/doc/gimp/libgimpwidgets/stock-layer-48.png
-share/doc/gimp/libgimpwidgets/stock-layer-mask-16.png
-share/doc/gimp/libgimpwidgets/stock-layer-mask-24.png
-share/doc/gimp/libgimpwidgets/stock-layer-mask-32.png
-share/doc/gimp/libgimpwidgets/stock-layer-mask-48.png
-share/doc/gimp/libgimpwidgets/stock-layer-to-imagesize-16.png
-share/doc/gimp/libgimpwidgets/stock-layers-16.png
-share/doc/gimp/libgimpwidgets/stock-layers-24.png
-share/doc/gimp/libgimpwidgets/stock-letter-spacing-22.png
-share/doc/gimp/libgimpwidgets/stock-line-spacing-22.png
-share/doc/gimp/libgimpwidgets/stock-linked-12.png
-share/doc/gimp/libgimpwidgets/stock-linked-20.png
-share/doc/gimp/libgimpwidgets/stock-list-16.png
-share/doc/gimp/libgimpwidgets/stock-menu-left-12.png
-share/doc/gimp/libgimpwidgets/stock-menu-right-12.png
-share/doc/gimp/libgimpwidgets/stock-merge-down-16.png
-share/doc/gimp/libgimpwidgets/stock-move-to-screen-16.png
-share/doc/gimp/libgimpwidgets/stock-move-to-screen-24.png
-share/doc/gimp/libgimpwidgets/stock-navigation-16.png
-share/doc/gimp/libgimpwidgets/stock-paste-as-new-16.png
-share/doc/gimp/libgimpwidgets/stock-paste-into-16.png
-share/doc/gimp/libgimpwidgets/stock-path-16.png
-share/doc/gimp/libgimpwidgets/stock-path-22.png
-share/doc/gimp/libgimpwidgets/stock-path-stroke-16.png
-share/doc/gimp/libgimpwidgets/stock-paths-16.png
-share/doc/gimp/libgimpwidgets/stock-paths-22.png
-share/doc/gimp/libgimpwidgets/stock-plugin-16.png
-share/doc/gimp/libgimpwidgets/stock-portrait-16.png
-share/doc/gimp/libgimpwidgets/stock-portrait-22.png
-share/doc/gimp/libgimpwidgets/stock-print-resolution-16.png
-share/doc/gimp/libgimpwidgets/stock-print-resolution-24.png
-share/doc/gimp/libgimpwidgets/stock-question-64.png
-share/doc/gimp/libgimpwidgets/stock-quick-mask-off-12.png
-share/doc/gimp/libgimpwidgets/stock-quick-mask-on-12.png
-share/doc/gimp/libgimpwidgets/stock-reset-16.png
-share/doc/gimp/libgimpwidgets/stock-reshow-filter-16.png
-share/doc/gimp/libgimpwidgets/stock-resize-16.png
-share/doc/gimp/libgimpwidgets/stock-rotate-180-16.png
-share/doc/gimp/libgimpwidgets/stock-rotate-270-16.png
-share/doc/gimp/libgimpwidgets/stock-rotate-90-16.png
-share/doc/gimp/libgimpwidgets/stock-sample-point-16.png
-share/doc/gimp/libgimpwidgets/stock-sample-point-24.png
-share/doc/gimp/libgimpwidgets/stock-scale-16.png
-share/doc/gimp/libgimpwidgets/stock-selection-16.png
-share/doc/gimp/libgimpwidgets/stock-selection-add-16.png
-share/doc/gimp/libgimpwidgets/stock-selection-all-16.png
-share/doc/gimp/libgimpwidgets/stock-selection-border-16.png
-share/doc/gimp/libgimpwidgets/stock-selection-grow-16.png
-share/doc/gimp/libgimpwidgets/stock-selection-intersect-16.png
-share/doc/gimp/libgimpwidgets/stock-selection-none-16.png
-share/doc/gimp/libgimpwidgets/stock-selection-replace-16.png
-share/doc/gimp/libgimpwidgets/stock-selection-shrink-16.png
-share/doc/gimp/libgimpwidgets/stock-selection-stroke-16.png
-share/doc/gimp/libgimpwidgets/stock-selection-subtract-16.png
-share/doc/gimp/libgimpwidgets/stock-selection-to-channel-16.png
-share/doc/gimp/libgimpwidgets/stock-selection-to-path-16.png
-share/doc/gimp/libgimpwidgets/stock-shape-circle-16.png
-share/doc/gimp/libgimpwidgets/stock-shape-diamond-16.png
-share/doc/gimp/libgimpwidgets/stock-shape-square-16.png
-share/doc/gimp/libgimpwidgets/stock-swap-colors-12.png
-share/doc/gimp/libgimpwidgets/stock-template-16.png
-share/doc/gimp/libgimpwidgets/stock-template-24.png
-share/doc/gimp/libgimpwidgets/stock-text-dir-ltr-24.png
-share/doc/gimp/libgimpwidgets/stock-text-dir-rtl-24.png
-share/doc/gimp/libgimpwidgets/stock-text-layer-16.png
-share/doc/gimp/libgimpwidgets/stock-text-layer-24.png
-share/doc/gimp/libgimpwidgets/stock-text-layer-32.png
-share/doc/gimp/libgimpwidgets/stock-text-layer-48.png
-share/doc/gimp/libgimpwidgets/stock-texture-64.png
-share/doc/gimp/libgimpwidgets/stock-toilet-paper-16.png
-share/doc/gimp/libgimpwidgets/stock-toilet-paper-24.png
-share/doc/gimp/libgimpwidgets/stock-tool-airbrush-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-airbrush-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-align-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-align-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-blend-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-blend-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-blur-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-blur-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-brightness-contrast-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-brightness-contrast-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-bucket-fill-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-bucket-fill-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-by-color-select-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-by-color-select-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-clone-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-clone-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-color-balance-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-color-balance-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-color-picker-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-color-picker-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-colorize-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-colorize-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-crop-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-crop-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-curves-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-curves-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-dodge-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-dodge-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-ellipse-select-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-ellipse-select-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-eraser-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-eraser-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-flip-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-flip-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-foreground-select-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-foreground-select-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-free-select-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-free-select-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-fuzzy-select-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-fuzzy-select-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-heal-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-heal-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-hue-saturation-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-hue-saturation-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-ink-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-ink-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-iscissors-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-iscissors-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-levels-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-levels-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-measure-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-measure-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-move-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-move-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-options-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-options-24.png
-share/doc/gimp/libgimpwidgets/stock-tool-paintbrush-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-paintbrush-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-path-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-path-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-pencil-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-pencil-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-perspective-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-perspective-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-perspective-clone-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-perspective-clone-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-posterize-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-posterize-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-rect-select-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-rect-select-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-rotate-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-rotate-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-scale-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-scale-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-shear-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-shear-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-smudge-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-smudge-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-text-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-text-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-threshold-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-threshold-22.png
-share/doc/gimp/libgimpwidgets/stock-tool-zoom-16.png
-share/doc/gimp/libgimpwidgets/stock-tool-zoom-22.png
-share/doc/gimp/libgimpwidgets/stock-tools-16.png
-share/doc/gimp/libgimpwidgets/stock-tools-24.png
-share/doc/gimp/libgimpwidgets/stock-transparency-16.png
-share/doc/gimp/libgimpwidgets/stock-transparency-24.png
-share/doc/gimp/libgimpwidgets/stock-undo-history-16.png
-share/doc/gimp/libgimpwidgets/stock-undo-history-24.png
-share/doc/gimp/libgimpwidgets/stock-user-manual-16.png
-share/doc/gimp/libgimpwidgets/stock-user-manual-24.png
-share/doc/gimp/libgimpwidgets/stock-user-manual-32.png
-share/doc/gimp/libgimpwidgets/stock-user-manual-64.png
-share/doc/gimp/libgimpwidgets/stock-vcenter-24.png
-share/doc/gimp/libgimpwidgets/stock-vchain-24.png
-share/doc/gimp/libgimpwidgets/stock-vchain-broken-24.png
-share/doc/gimp/libgimpwidgets/stock-video-16.png
-share/doc/gimp/libgimpwidgets/stock-video-24.png
-share/doc/gimp/libgimpwidgets/stock-warning-16.png
-share/doc/gimp/libgimpwidgets/stock-warning-24.png
-share/doc/gimp/libgimpwidgets/stock-warning-64.png
-share/doc/gimp/libgimpwidgets/stock-web-16.png
-share/doc/gimp/libgimpwidgets/stock-web-24.png
-share/doc/gimp/libgimpwidgets/stock-wilber-16.png
-share/doc/gimp/libgimpwidgets/stock-wilber-22.png
-share/doc/gimp/libgimpwidgets/stock-wilber-64.png
-share/doc/gimp/libgimpwidgets/stock-wilber-eek-64.png
-share/doc/gimp/libgimpwidgets/stock-zoom-follow-window-12.png
-share/doc/gimp/libgimpwidgets/style.css
-share/doc/gimp/libgimpwidgets/up.png
-share/gimp/brushes/10x10square.gbr
-share/gimp/brushes/10x10squareBlur.gbr
-share/gimp/brushes/20x20square.gbr
-share/gimp/brushes/20x20squareBlur.gbr
-share/gimp/brushes/5x5square.gbr
-share/gimp/brushes/5x5squareBlur.gbr
-share/gimp/brushes/Calligraphic-Brush-0.vbr
-share/gimp/brushes/Calligraphic-Brush-1.vbr
-share/gimp/brushes/Calligraphic-Brush-2.vbr
-share/gimp/brushes/Calligraphic-Brush-3.vbr
-share/gimp/brushes/Circle-1.vbr
-share/gimp/brushes/Circle-11.vbr
-share/gimp/brushes/Circle-13.vbr
-share/gimp/brushes/Circle-15.vbr
-share/gimp/brushes/Circle-17.vbr
-share/gimp/brushes/Circle-19.vbr
-share/gimp/brushes/Circle-3.vbr
-share/gimp/brushes/Circle-5.vbr
-share/gimp/brushes/Circle-7.vbr
-share/gimp/brushes/Circle-9.vbr
-share/gimp/brushes/Circle-Fuzzy-11.vbr
-share/gimp/brushes/Circle-Fuzzy-13.vbr
-share/gimp/brushes/Circle-Fuzzy-15.vbr
-share/gimp/brushes/Circle-Fuzzy-17.vbr
-share/gimp/brushes/Circle-Fuzzy-19.vbr
-share/gimp/brushes/Circle-Fuzzy-3.vbr
-share/gimp/brushes/Circle-Fuzzy-5.vbr
-share/gimp/brushes/Circle-Fuzzy-7.vbr
-share/gimp/brushes/Circle-Fuzzy-9.vbr
-share/gimp/brushes/Diagonal-Star-11.vbr
-share/gimp/brushes/Diagonal-Star-17.vbr
-share/gimp/brushes/Diagonal-Star-25.vbr
-share/gimp/brushes/SketchBrush-16.gih
-share/gimp/brushes/SketchBrush-32.gih
-share/gimp/brushes/SketchBrush-64.gih
-share/gimp/brushes/confetti.gbr
-share/gimp/brushes/confetti.gih
-share/gimp/brushes/dunes.gbr
-share/gimp/brushes/feltpen.gih
-share/gimp/brushes/galaxy.gbr
-share/gimp/brushes/galaxy_big.gbr
-share/gimp/brushes/galaxy_small.gbr
-share/gimp/brushes/hsparks.gih
-share/gimp/brushes/pepper.gbr
-share/gimp/brushes/pixel.gbr
-share/gimp/brushes/vine.gih
-share/gimp/fractalexplorer/Asteroid_Field
-share/gimp/fractalexplorer/Bar_Code_Label
-share/gimp/fractalexplorer/Beauty_of_Nature
-share/gimp/fractalexplorer/Blue_Curtain
-share/gimp/fractalexplorer/Car_Track
-share/gimp/fractalexplorer/Energetic_Diamond
-share/gimp/fractalexplorer/Explosive
-share/gimp/fractalexplorer/Flower
-share/gimp/fractalexplorer/Fragments
-share/gimp/fractalexplorer/Hemp
-share/gimp/fractalexplorer/High_Voltage
-share/gimp/fractalexplorer/Hoops
-share/gimp/fractalexplorer/Ice_Crystal
-share/gimp/fractalexplorer/Leaves
-share/gimp/fractalexplorer/Lightning
-share/gimp/fractalexplorer/Mandelbrot
-share/gimp/fractalexplorer/Marble
-share/gimp/fractalexplorer/Marble2
-share/gimp/fractalexplorer/Medusa
-share/gimp/fractalexplorer/Nautilus
-share/gimp/fractalexplorer/Nebula
-share/gimp/fractalexplorer/Plant
-share/gimp/fractalexplorer/Rose
-share/gimp/fractalexplorer/Saturn
-share/gimp/fractalexplorer/Snow_Crystal
-share/gimp/fractalexplorer/Soma
-share/gimp/fractalexplorer/Spark
-share/gimp/fractalexplorer/Suns
-share/gimp/fractalexplorer/Tentacles
-share/gimp/fractalexplorer/The_Green_Place
-share/gimp/fractalexplorer/Wave
-share/gimp/fractalexplorer/Wood
-share/gimp/fractalexplorer/Zooming_Circle
-share/gimp/gfig/A_star
-share/gimp/gfig/curves
-share/gimp/gfig/polys
-share/gimp/gfig/ring
-share/gimp/gfig/ring+star
-share/gimp/gfig/simily
-share/gimp/gfig/spirals_and_stars
-share/gimp/gfig/sprial
-share/gimp/gfig/star2
-share/gimp/gfig/stars
-share/gimp/gflare/Bright_Star
-share/gimp/gflare/Classic
-share/gimp/gflare/Default
-share/gimp/gflare/Distant_Sun
-share/gimp/gflare/GFlare_101
-share/gimp/gflare/GFlare_102
-share/gimp/gflare/Hidden_Planet
-share/gimp/gimpressionist/Brushes/arrow01.pgm
-share/gimp/gimpressionist/Brushes/ball.ppm
-share/gimp/gimpressionist/Brushes/blob.ppm
-share/gimp/gimpressionist/Brushes/box.ppm
-share/gimp/gimpressionist/Brushes/chalk01.pgm
-share/gimp/gimpressionist/Brushes/cone.ppm
-share/gimp/gimpressionist/Brushes/crayon01.pgm
-share/gimp/gimpressionist/Brushes/crayon02.pgm
-share/gimp/gimpressionist/Brushes/crayon03.pgm
-share/gimp/gimpressionist/Brushes/crayon04.pgm
-share/gimp/gimpressionist/Brushes/crayon05.pgm
-share/gimp/gimpressionist/Brushes/crayon06.pgm
-share/gimp/gimpressionist/Brushes/crayon07.pgm
-share/gimp/gimpressionist/Brushes/crayon08.pgm
-share/gimp/gimpressionist/Brushes/defaultbrush.pgm
-share/gimp/gimpressionist/Brushes/dribble.pgm
-share/gimp/gimpressionist/Brushes/fabric.pgm
-share/gimp/gimpressionist/Brushes/fabric01.pgm
-share/gimp/gimpressionist/Brushes/fabric02.pgm
-share/gimp/gimpressionist/Brushes/fabric03.pgm
-share/gimp/gimpressionist/Brushes/flower01.pgm
-share/gimp/gimpressionist/Brushes/flower02.pgm
-share/gimp/gimpressionist/Brushes/flower03.pgm
-share/gimp/gimpressionist/Brushes/flower04.pgm
-share/gimp/gimpressionist/Brushes/grad01.pgm
-share/gimp/gimpressionist/Brushes/grad02.pgm
-share/gimp/gimpressionist/Brushes/grad03.pgm
-share/gimp/gimpressionist/Brushes/heart.ppm
-share/gimp/gimpressionist/Brushes/leaf01.pgm
-share/gimp/gimpressionist/Brushes/paintbrush.pgm
-share/gimp/gimpressionist/Brushes/paintbrush01.pgm
-share/gimp/gimpressionist/Brushes/paintbrush02.pgm
-share/gimp/gimpressionist/Brushes/paintbrush03.pgm
-share/gimp/gimpressionist/Brushes/paintbrush04.pgm
-share/gimp/gimpressionist/Brushes/paper01.pgm
-share/gimp/gimpressionist/Brushes/paper02.pgm
-share/gimp/gimpressionist/Brushes/paper03.pgm
-share/gimp/gimpressionist/Brushes/paper04.pgm
-share/gimp/gimpressionist/Brushes/pentagram.pgm
-share/gimp/gimpressionist/Brushes/scribble.pgm
-share/gimp/gimpressionist/Brushes/shape01.pgm
-share/gimp/gimpressionist/Brushes/shape02.pgm
-share/gimp/gimpressionist/Brushes/shape03.pgm
-share/gimp/gimpressionist/Brushes/shape04.pgm
-share/gimp/gimpressionist/Brushes/snow1.pgm
-share/gimp/gimpressionist/Brushes/sphere.ppm
-share/gimp/gimpressionist/Brushes/splat1.pgm
-share/gimp/gimpressionist/Brushes/splat2.pgm
-share/gimp/gimpressionist/Brushes/splat3.pgm
-share/gimp/gimpressionist/Brushes/spunge01.pgm
-share/gimp/gimpressionist/Brushes/spunge02.pgm
-share/gimp/gimpressionist/Brushes/spunge03.pgm
-share/gimp/gimpressionist/Brushes/spunge04.pgm
-share/gimp/gimpressionist/Brushes/spunge05.pgm
-share/gimp/gimpressionist/Brushes/strange01.pgm
-share/gimp/gimpressionist/Brushes/thegimp.pgm
-share/gimp/gimpressionist/Brushes/torus.ppm
-share/gimp/gimpressionist/Brushes/wavy.pgm
-share/gimp/gimpressionist/Brushes/weave.pgm
-share/gimp/gimpressionist/Brushes/worm.pgm
-share/gimp/gimpressionist/Paper/bricks.pgm
-share/gimp/gimpressionist/Paper/bricks2.pgm
-share/gimp/gimpressionist/Paper/burlap.pgm
-share/gimp/gimpressionist/Paper/canvas2.pgm
-share/gimp/gimpressionist/Paper/defaultpaper.pgm
-share/gimp/gimpressionist/Paper/marble.pgm
-share/gimp/gimpressionist/Paper/marble2.pgm
-share/gimp/gimpressionist/Paper/stone.pgm
-share/gimp/gimpressionist/Paper/struc.pgm
-share/gimp/gimpressionist/Presets/ApplyCanvas
-share/gimp/gimpressionist/Presets/Ballpark
-share/gimp/gimpressionist/Presets/Canvas
-share/gimp/gimpressionist/Presets/Crosshatch
-share/gimp/gimpressionist/Presets/Cubism
-share/gimp/gimpressionist/Presets/Dotify
-share/gimp/gimpressionist/Presets/Embroidery
-share/gimp/gimpressionist/Presets/Feathers
-share/gimp/gimpressionist/Presets/Felt-marker
-share/gimp/gimpressionist/Presets/Flowerbed
-share/gimp/gimpressionist/Presets/Furry
-share/gimp/gimpressionist/Presets/Line-art
-share/gimp/gimpressionist/Presets/Line-art-2
-share/gimp/gimpressionist/Presets/Maggot-invasion
-share/gimp/gimpressionist/Presets/MarbleMadness
-share/gimp/gimpressionist/Presets/Mossy
-share/gimp/gimpressionist/Presets/Painted_Rock
-share/gimp/gimpressionist/Presets/Parquette
-share/gimp/gimpressionist/Presets/Patchwork
-share/gimp/gimpressionist/Presets/Ringworks
-share/gimp/gimpressionist/Presets/Sample
-share/gimp/gimpressionist/Presets/Smash
-share/gimp/gimpressionist/Presets/Straws
-share/gimp/gimpressionist/Presets/Weave
-share/gimp/gimpressionist/Presets/Wormcan
-share/gimp/gradients/Abstract_1.ggr
-share/gimp/gradients/Abstract_2.ggr
-share/gimp/gradients/Abstract_3.ggr
-share/gimp/gradients/Aneurism.ggr
-share/gimp/gradients/Blinds.ggr
-share/gimp/gradients/Blue_Green.ggr
-share/gimp/gradients/Browns.ggr
-share/gimp/gradients/Brushed_Aluminium.ggr
-share/gimp/gradients/Burning_Paper.ggr
-share/gimp/gradients/Burning_Transparency.ggr
-share/gimp/gradients/CD.ggr
-share/gimp/gradients/CD_Half.ggr
-share/gimp/gradients/Caribbean_Blues.ggr
-share/gimp/gradients/Coffee.ggr
-share/gimp/gradients/Cold_Steel.ggr
-share/gimp/gradients/Cold_Steel_2.ggr
-share/gimp/gradients/Crown_molding.ggr
-share/gimp/gradients/Dark_1.ggr
-share/gimp/gradients/Deep_Sea.ggr
-share/gimp/gradients/Default.ggr
-share/gimp/gradients/Flare_Glow_Angular_1.ggr
-share/gimp/gradients/Flare_Glow_Radial_1.ggr
-share/gimp/gradients/Flare_Glow_Radial_2.ggr
-share/gimp/gradients/Flare_Glow_Radial_3.ggr
-share/gimp/gradients/Flare_Glow_Radial_4.ggr
-share/gimp/gradients/Flare_Radial_101.ggr
-share/gimp/gradients/Flare_Radial_102.ggr
-share/gimp/gradients/Flare_Radial_103.ggr
-share/gimp/gradients/Flare_Rays_Radial_1.ggr
-share/gimp/gradients/Flare_Rays_Radial_2.ggr
-share/gimp/gradients/Flare_Rays_Size_1.ggr
-share/gimp/gradients/Flare_Sizefac_101.ggr
-share/gimp/gradients/Four_bars.ggr
-share/gimp/gradients/French_flag.ggr
-share/gimp/gradients/French_flag_smooth.ggr
-share/gimp/gradients/Full_saturation_spectrum_CCW.ggr
-share/gimp/gradients/Full_saturation_spectrum_CW.ggr
-share/gimp/gradients/German_flag.ggr
-share/gimp/gradients/German_flag_smooth.ggr
-share/gimp/gradients/Golden.ggr
-share/gimp/gradients/Greens.ggr
-share/gimp/gradients/Horizon_1.ggr
-share/gimp/gradients/Horizon_2.ggr
-share/gimp/gradients/Incandescent.ggr
-share/gimp/gradients/Land_1.ggr
-share/gimp/gradients/Land_and_Sea.ggr
-share/gimp/gradients/Metallic_Something.ggr
-share/gimp/gradients/Mexican_flag.ggr
-share/gimp/gradients/Mexican_flag_smooth.ggr
-share/gimp/gradients/Nauseating_Headache.ggr
-share/gimp/gradients/Neon_Cyan.ggr
-share/gimp/gradients/Neon_Green.ggr
-share/gimp/gradients/Neon_Yellow.ggr
-share/gimp/gradients/Pastel_Rainbow.ggr
-share/gimp/gradients/Pastels.ggr
-share/gimp/gradients/Purples.ggr
-share/gimp/gradients/Radial_Eyeball_Blue.ggr
-share/gimp/gradients/Radial_Eyeball_Brown.ggr
-share/gimp/gradients/Radial_Eyeball_Green.ggr
-share/gimp/gradients/Radial_Glow_1.ggr
-share/gimp/gradients/Radial_Rainbow_Hoop.ggr
-share/gimp/gradients/Romanian_flag.ggr
-share/gimp/gradients/Romanian_flag_smooth.ggr
-share/gimp/gradients/Rounded_edge.ggr
-share/gimp/gradients/Shadows_1.ggr
-share/gimp/gradients/Shadows_2.ggr
-share/gimp/gradients/Shadows_3.ggr
-share/gimp/gradients/Skyline.ggr
-share/gimp/gradients/Skyline_polluted.ggr
-share/gimp/gradients/Square_Wood_Frame.ggr
-share/gimp/gradients/Sunrise.ggr
-share/gimp/gradients/Three_bars_sin.ggr
-share/gimp/gradients/Tropical_Colors.ggr
-share/gimp/gradients/Tube_Red.ggr
-share/gimp/gradients/Wood_1.ggr
-share/gimp/gradients/Wood_2.ggr
-share/gimp/gradients/Yellow_Contrast.ggr
-share/gimp/gradients/Yellow_Orange.ggr
-share/gimp/images/gimp-logo.png
-share/gimp/images/gimp-splash.png
-share/gimp/images/wilber.png
-share/gimp/menus/brush-editor-menu.xml
-share/gimp/menus/brushes-menu.xml
-share/gimp/menus/buffers-menu.xml
-share/gimp/menus/channels-menu.xml
-share/gimp/menus/colormap-menu.xml
-share/gimp/menus/cursor-info-menu.xml
-share/gimp/menus/dockable-menu.xml
-share/gimp/menus/documents-menu.xml
-share/gimp/menus/error-console-menu.xml
-share/gimp/menus/fonts-menu.xml
-share/gimp/menus/gradient-editor-menu.xml
-share/gimp/menus/gradients-menu.xml
-share/gimp/menus/image-menu.xml
-share/gimp/menus/images-menu.xml
-share/gimp/menus/layers-menu.xml
-share/gimp/menus/palette-editor-menu.xml
-share/gimp/menus/palettes-menu.xml
-share/gimp/menus/patterns-menu.xml
-share/gimp/menus/quick-mask-menu.xml
-share/gimp/menus/sample-points-menu.xml
-share/gimp/menus/selection-menu.xml
-share/gimp/menus/templates-menu.xml
-share/gimp/menus/text-editor-toolbar.xml
-share/gimp/menus/tool-options-menu.xml
-share/gimp/menus/tools-menu.xml
-share/gimp/menus/undo-menu.xml
-share/gimp/menus/vectors-menu.xml
-share/gimp/palettes/Bears.gpl
-share/gimp/palettes/Bgold.gpl
-share/gimp/palettes/Blues.gpl
-share/gimp/palettes/Borders.gpl
-share/gimp/palettes/Browns_And_Yellows.gpl
-share/gimp/palettes/Caramel.gpl
-share/gimp/palettes/Cascade.gpl
-share/gimp/palettes/China.gpl
-share/gimp/palettes/Coldfire.gpl
-share/gimp/palettes/Cool_Colors.gpl
-share/gimp/palettes/Cranes.gpl
-share/gimp/palettes/Dark_pastels.gpl
-share/gimp/palettes/Default.gpl
-share/gimp/palettes/Ega.gpl
-share/gimp/palettes/Firecode.gpl
-share/gimp/palettes/Gold.gpl
-share/gimp/palettes/GrayViolet.gpl
-share/gimp/palettes/Grayblue.gpl
-share/gimp/palettes/Grays.gpl
-share/gimp/palettes/Greens.gpl
-share/gimp/palettes/Hilite.gpl
-share/gimp/palettes/Khaki.gpl
-share/gimp/palettes/Lights.gpl
-share/gimp/palettes/Muted.gpl
-share/gimp/palettes/Named_Colors.gpl
-share/gimp/palettes/News3.gpl
-share/gimp/palettes/Op2.gpl
-share/gimp/palettes/Paintjet.gpl
-share/gimp/palettes/Pastels.gpl
-share/gimp/palettes/Plasma.gpl
-share/gimp/palettes/Reds.gpl
-share/gimp/palettes/Reds_And_Purples.gpl
-share/gimp/palettes/Royal.gpl
-share/gimp/palettes/Tango.gpl
-share/gimp/palettes/Topographic.gpl
-share/gimp/palettes/Visibone.gpl
-share/gimp/palettes/Visibone_2.gpl
-share/gimp/palettes/Volcano.gpl
-share/gimp/palettes/Warm_Colors.gpl
-share/gimp/palettes/Web.gpl
-share/gimp/patterns/3dgreen.pat
-share/gimp/patterns/Craters.pat
-share/gimp/patterns/Moonfoot.pat
-share/gimp/patterns/Stripes1px.pat
-share/gimp/patterns/Stripes2px.pat
-share/gimp/patterns/amethyst.pat
-share/gimp/patterns/bark.pat
-share/gimp/patterns/blue.pat
-share/gimp/patterns/bluegrid.pat
-share/gimp/patterns/bluesquares.pat
-share/gimp/patterns/blueweb.pat
-share/gimp/patterns/brick.pat
-share/gimp/patterns/burlap.pat
-share/gimp/patterns/burlwood.pat
-share/gimp/patterns/choc_swirl.pat
-share/gimp/patterns/corkboard.pat
-share/gimp/patterns/cracked.pat
-share/gimp/patterns/crinklepaper.pat
-share/gimp/patterns/electric.pat
-share/gimp/patterns/fibers.pat
-share/gimp/patterns/granite1.pat
-share/gimp/patterns/ground1.pat
-share/gimp/patterns/ice.pat
-share/gimp/patterns/java.pat
-share/gimp/patterns/leather.pat
-share/gimp/patterns/leaves.pat
-share/gimp/patterns/leopard.pat
-share/gimp/patterns/lightning.pat
-share/gimp/patterns/marble1.pat
-share/gimp/patterns/marble2.pat
-share/gimp/patterns/marble3.pat
-share/gimp/patterns/nops.pat
-share/gimp/patterns/paper.pat
-share/gimp/patterns/parque1.pat
-share/gimp/patterns/parque2.pat
-share/gimp/patterns/parque3.pat
-share/gimp/patterns/pastel.pat
-share/gimp/patterns/pine.pat
-share/gimp/patterns/pink_marble.pat
-share/gimp/patterns/pool.pat
-share/gimp/patterns/qube1.pat
-share/gimp/patterns/rain.pat
-share/gimp/patterns/recessed.pat
-share/gimp/patterns/redcube.pat
-share/gimp/patterns/rock.pat
-share/gimp/patterns/sky.pat
-share/gimp/patterns/slate.pat
-share/gimp/patterns/sm_squares.pat
-share/gimp/patterns/starfield.pat
-share/gimp/patterns/stone33.pat
-share/gimp/patterns/terra.pat
-share/gimp/patterns/walnut.pat
-share/gimp/patterns/warning.pat
-share/gimp/patterns/wood1.pat
-share/gimp/patterns/wood2.pat
-share/gimp/patterns/wood3.pat
-share/gimp/patterns/wood4.pat
-share/gimp/patterns/wood5.pat
-share/gimp/scripts/3d-outline.scm
-share/gimp/scripts/3dTruchet.scm
-share/gimp/scripts/add-bevel.scm
-share/gimp/scripts/addborder.scm
-share/gimp/scripts/alien-glow-arrow.scm
-share/gimp/scripts/alien-glow-bar.scm
-share/gimp/scripts/alien-glow-bullet.scm
-share/gimp/scripts/alien-glow-button.scm
-share/gimp/scripts/alien-glow-logo.scm
-share/gimp/scripts/alien-neon-logo.scm
-share/gimp/scripts/basic1-logo.scm
-share/gimp/scripts/basic2-logo.scm
-share/gimp/scripts/beveled-button.scm
-share/gimp/scripts/beveled-pattern-arrow.scm
-share/gimp/scripts/beveled-pattern-bullet.scm
-share/gimp/scripts/beveled-pattern-button.scm
-share/gimp/scripts/beveled-pattern-heading.scm
-share/gimp/scripts/beveled-pattern-hrule.scm
-share/gimp/scripts/blend-anim.scm
-share/gimp/scripts/blended-logo.scm
-share/gimp/scripts/bovinated-logo.scm
-share/gimp/scripts/burn-in-anim.scm
-share/gimp/scripts/camo.scm
-share/gimp/scripts/carve-it.scm
-share/gimp/scripts/carved-logo.scm
-share/gimp/scripts/chalk.scm
-share/gimp/scripts/chip-away.scm
-share/gimp/scripts/chrome-it.scm
-share/gimp/scripts/chrome-logo.scm
-share/gimp/scripts/circuit.scm
-share/gimp/scripts/clothify.scm
-share/gimp/scripts/coffee.scm
-share/gimp/scripts/comic-logo.scm
-share/gimp/scripts/coolmetal-logo.scm
-share/gimp/scripts/copy-visible.scm
-share/gimp/scripts/crystal-logo.scm
-share/gimp/scripts/difference-clouds.scm
-share/gimp/scripts/distress-selection.scm
-share/gimp/scripts/drop-shadow.scm
-share/gimp/scripts/erase-rows.scm
-share/gimp/scripts/flatland.scm
-share/gimp/scripts/font-map.scm
-share/gimp/scripts/frosty-logo.scm
-share/gimp/scripts/fuzzyborder.scm
-share/gimp/scripts/gimp-headers.scm
-share/gimp/scripts/gimp-labels.scm
-share/gimp/scripts/glossy.scm
-share/gimp/scripts/glowing-logo.scm
-share/gimp/scripts/gradient-bevel-logo.scm
-share/gimp/scripts/gradient-example.scm
-share/gimp/scripts/grid-system.scm
-share/gimp/scripts/guides-from-selection.scm
-share/gimp/scripts/guides-new-percent.scm
-share/gimp/scripts/guides-new.scm
-share/gimp/scripts/guides-remove-all.scm
-share/gimp/scripts/i26-gunya2.scm
-share/gimp/scripts/images/beavis.jpg
-share/gimp/scripts/images/texture.jpg
-share/gimp/scripts/images/texture1.jpg
-share/gimp/scripts/images/texture2.jpg
-share/gimp/scripts/images/texture3.jpg
-share/gimp/scripts/land.scm
-share/gimp/scripts/lava.scm
-share/gimp/scripts/line-nova.scm
-share/gimp/scripts/mkbrush.scm
-share/gimp/scripts/neon-logo.scm
-share/gimp/scripts/news-text.scm
-share/gimp/scripts/old-photo.scm
-share/gimp/scripts/paste-as-brush.scm
-share/gimp/scripts/paste-as-pattern.scm
-share/gimp/scripts/perspective-shadow.scm
-share/gimp/scripts/plug-in-compat.init
-share/gimp/scripts/predator.scm
-share/gimp/scripts/pupi-button.scm
-share/gimp/scripts/rendermap.scm
-share/gimp/scripts/reverse-layers.scm
-share/gimp/scripts/ripply-anim.scm
-share/gimp/scripts/round-corners.scm
-share/gimp/scripts/script-fu-compat.init
-share/gimp/scripts/script-fu-set-cmap.scm
-share/gimp/scripts/script-fu-util.scm
-share/gimp/scripts/script-fu.init
-share/gimp/scripts/select-to-brush.scm
-share/gimp/scripts/select-to-image.scm
-share/gimp/scripts/select-to-pattern.scm
-share/gimp/scripts/selection-round.scm
-share/gimp/scripts/slide.scm
-share/gimp/scripts/sota-chrome-logo.scm
-share/gimp/scripts/speed-text.scm
-share/gimp/scripts/spinning-globe.scm
-share/gimp/scripts/spyrogimp.scm
-share/gimp/scripts/starscape-logo.scm
-share/gimp/scripts/swirltile.scm
-share/gimp/scripts/swirly-pattern.scm
-share/gimp/scripts/t-o-p-logo.scm
-share/gimp/scripts/text-circle.scm
-share/gimp/scripts/textured-logo.scm
-share/gimp/scripts/tileblur.scm
-share/gimp/scripts/title-header.scm
-share/gimp/scripts/truchet.scm
-share/gimp/scripts/unsharp-mask.scm
-share/gimp/scripts/waves-anim.scm
-share/gimp/scripts/weave.scm
-share/gimp/scripts/web-browser.scm
-share/gimp/scripts/xach-effect.scm
-share/gimp/themes/Default/gtkrc
-share/gimp/themes/Default/images/preferences/color-management-22.png
-share/gimp/themes/Default/images/preferences/color-management.png
-share/gimp/themes/Default/images/preferences/controllers-22.png
-share/gimp/themes/Default/images/preferences/controllers.png
-share/gimp/themes/Default/images/preferences/default-comment.png
-share/gimp/themes/Default/images/preferences/default-grid-22.png
-share/gimp/themes/Default/images/preferences/default-grid.png
-share/gimp/themes/Default/images/preferences/display-22.png
-share/gimp/themes/Default/images/preferences/display.png
-share/gimp/themes/Default/images/preferences/environment-22.png
-share/gimp/themes/Default/images/preferences/environment.png
-share/gimp/themes/Default/images/preferences/folders-22.png
-share/gimp/themes/Default/images/preferences/folders-brushes-22.png
-share/gimp/themes/Default/images/preferences/folders-brushes.png
-share/gimp/themes/Default/images/preferences/folders-environ-22.png
-share/gimp/themes/Default/images/preferences/folders-environ.png
-share/gimp/themes/Default/images/preferences/folders-fonts-22.png
-share/gimp/themes/Default/images/preferences/folders-fonts.png
-share/gimp/themes/Default/images/preferences/folders-gradients-22.png
-share/gimp/themes/Default/images/preferences/folders-gradients.png
-share/gimp/themes/Default/images/preferences/folders-interp-22.png
-share/gimp/themes/Default/images/preferences/folders-interp.png
-share/gimp/themes/Default/images/preferences/folders-modules-22.png
-share/gimp/themes/Default/images/preferences/folders-modules.png
-share/gimp/themes/Default/images/preferences/folders-palettes-22.png
-share/gimp/themes/Default/images/preferences/folders-palettes.png
-share/gimp/themes/Default/images/preferences/folders-patterns-22.png
-share/gimp/themes/Default/images/preferences/folders-patterns.png
-share/gimp/themes/Default/images/preferences/folders-plug-ins-22.png
-share/gimp/themes/Default/images/preferences/folders-plug-ins.png
-share/gimp/themes/Default/images/preferences/folders-scripts-22.png
-share/gimp/themes/Default/images/preferences/folders-scripts.png
-share/gimp/themes/Default/images/preferences/folders-themes-22.png
-share/gimp/themes/Default/images/preferences/folders-themes.png
-share/gimp/themes/Default/images/preferences/folders-tool-plug-ins-22.png
-share/gimp/themes/Default/images/preferences/folders-tool-plug-ins.png
-share/gimp/themes/Default/images/preferences/folders-tools-22.png
-share/gimp/themes/Default/images/preferences/folders.png
-share/gimp/themes/Default/images/preferences/help-system-22.png
-share/gimp/themes/Default/images/preferences/help-system.png
-share/gimp/themes/Default/images/preferences/image-title-22.png
-share/gimp/themes/Default/images/preferences/image-title.png
-share/gimp/themes/Default/images/preferences/image-windows-22.png
-share/gimp/themes/Default/images/preferences/image-windows.png
-share/gimp/themes/Default/images/preferences/input-devices-22.png
-share/gimp/themes/Default/images/preferences/input-devices.png
-share/gimp/themes/Default/images/preferences/interface-22.png
-share/gimp/themes/Default/images/preferences/interface.png
-share/gimp/themes/Default/images/preferences/new-image-22.png
-share/gimp/themes/Default/images/preferences/new-image.png
-share/gimp/themes/Default/images/preferences/session-22.png
-share/gimp/themes/Default/images/preferences/session.png
-share/gimp/themes/Default/images/preferences/theme-22.png
-share/gimp/themes/Default/images/preferences/theme.png
-share/gimp/themes/Default/images/preferences/tool-options-22.png
-share/gimp/themes/Default/images/preferences/tool-options.png
-share/gimp/themes/Default/images/preferences/toolbox-22.png
-share/gimp/themes/Default/images/preferences/toolbox.png
-share/gimp/themes/Default/images/preferences/window-management-22.png
-share/gimp/themes/Default/images/preferences/window-management.png
-share/gimp/themes/Default/images/stock-error-64.png
-share/gimp/themes/Default/images/stock-info-64.png
-share/gimp/themes/Default/images/stock-question-64.png
-share/gimp/themes/Default/images/stock-warning-64.png
-share/gimp/themes/Small/gtkrc
-share/gimp/tips/gimp-tips.xml
-share/icons/hicolor/16x16/apps/gimp.png
-share/icons/hicolor/22x22/apps/gimp.png
-share/icons/hicolor/24x24/apps/gimp.png
-share/icons/hicolor/32x32/apps/gimp.png
-share/icons/hicolor/48x48/apps/gimp.png
-share/icons/hicolor/64x64/apps/gimp.png
-share/icons/hicolor/scalable/apps/gimp.svg
-share/locale/am/LC_MESSAGES/gimp20.mo
-share/locale/ar/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/ar/LC_MESSAGES/gimp20-python.mo
-share/locale/ar/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/ar/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/ar/LC_MESSAGES/gimp20-tips.mo
-share/locale/ar/LC_MESSAGES/gimp20.mo
-share/locale/ast/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/ast/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/ast/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/ast/LC_MESSAGES/gimp20.mo
-share/locale/az/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/az/LC_MESSAGES/gimp20-python.mo
-share/locale/az/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/az/LC_MESSAGES/gimp20.mo
-share/locale/be/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/be/LC_MESSAGES/gimp20-python.mo
-share/locale/be/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/be/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/be/LC_MESSAGES/gimp20-tips.mo
-share/locale/be/LC_MESSAGES/gimp20.mo
-share/locale/bg/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/bg/LC_MESSAGES/gimp20-python.mo
-share/locale/bg/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/bg/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/bg/LC_MESSAGES/gimp20-tips.mo
-share/locale/bg/LC_MESSAGES/gimp20.mo
-share/locale/ca/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/ca/LC_MESSAGES/gimp20-python.mo
-share/locale/ca/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/ca/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/ca/LC_MESSAGES/gimp20-tips.mo
-share/locale/ca/LC_MESSAGES/gimp20.mo
-share/locale/ca@valencia/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/ca@valencia/LC_MESSAGES/gimp20-python.mo
-share/locale/ca@valencia/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/ca@valencia/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/ca@valencia/LC_MESSAGES/gimp20-tips.mo
-share/locale/ca@valencia/LC_MESSAGES/gimp20.mo
-share/locale/cs/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/cs/LC_MESSAGES/gimp20-python.mo
-share/locale/cs/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/cs/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/cs/LC_MESSAGES/gimp20-tips.mo
-share/locale/cs/LC_MESSAGES/gimp20.mo
-share/locale/da/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/da/LC_MESSAGES/gimp20-python.mo
-share/locale/da/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/da/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/da/LC_MESSAGES/gimp20-tips.mo
-share/locale/da/LC_MESSAGES/gimp20.mo
-share/locale/de/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/de/LC_MESSAGES/gimp20-python.mo
-share/locale/de/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/de/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/de/LC_MESSAGES/gimp20-tips.mo
-share/locale/de/LC_MESSAGES/gimp20.mo
-share/locale/dz/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/dz/LC_MESSAGES/gimp20-python.mo
-share/locale/dz/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/dz/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/dz/LC_MESSAGES/gimp20-tips.mo
-share/locale/dz/LC_MESSAGES/gimp20.mo
-share/locale/el/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/el/LC_MESSAGES/gimp20-python.mo
-share/locale/el/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/el/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/el/LC_MESSAGES/gimp20.mo
-share/locale/en_CA/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/en_CA/LC_MESSAGES/gimp20-python.mo
-share/locale/en_CA/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/en_CA/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/en_CA/LC_MESSAGES/gimp20-tips.mo
-share/locale/en_CA/LC_MESSAGES/gimp20.mo
-share/locale/en_GB/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/en_GB/LC_MESSAGES/gimp20-python.mo
-share/locale/en_GB/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/en_GB/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/en_GB/LC_MESSAGES/gimp20-tips.mo
-share/locale/en_GB/LC_MESSAGES/gimp20.mo
-share/locale/eo/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/eo/LC_MESSAGES/gimp20-python.mo
-share/locale/eo/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/eo/LC_MESSAGES/gimp20-tips.mo
-share/locale/eo/LC_MESSAGES/gimp20.mo
-share/locale/es/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/es/LC_MESSAGES/gimp20-python.mo
-share/locale/es/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/es/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/es/LC_MESSAGES/gimp20-tips.mo
-share/locale/es/LC_MESSAGES/gimp20.mo
-share/locale/et/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/et/LC_MESSAGES/gimp20-python.mo
-share/locale/et/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/et/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/et/LC_MESSAGES/gimp20-tips.mo
-share/locale/et/LC_MESSAGES/gimp20.mo
-share/locale/eu/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/eu/LC_MESSAGES/gimp20-python.mo
-share/locale/eu/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/eu/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/eu/LC_MESSAGES/gimp20-tips.mo
-share/locale/eu/LC_MESSAGES/gimp20.mo
-share/locale/fa/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/fa/LC_MESSAGES/gimp20-python.mo
-share/locale/fa/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/fa/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/fa/LC_MESSAGES/gimp20-tips.mo
-share/locale/fa/LC_MESSAGES/gimp20.mo
-share/locale/fi/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/fi/LC_MESSAGES/gimp20-python.mo
-share/locale/fi/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/fi/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/fi/LC_MESSAGES/gimp20-tips.mo
-share/locale/fi/LC_MESSAGES/gimp20.mo
-share/locale/fr/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/fr/LC_MESSAGES/gimp20-python.mo
-share/locale/fr/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/fr/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/fr/LC_MESSAGES/gimp20-tips.mo
-share/locale/fr/LC_MESSAGES/gimp20.mo
-share/locale/ga/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/ga/LC_MESSAGES/gimp20-python.mo
-share/locale/ga/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/ga/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/ga/LC_MESSAGES/gimp20.mo
-share/locale/gl/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/gl/LC_MESSAGES/gimp20-python.mo
-share/locale/gl/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/gl/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/gl/LC_MESSAGES/gimp20-tips.mo
-share/locale/gl/LC_MESSAGES/gimp20.mo
-share/locale/gu/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/gu/LC_MESSAGES/gimp20-python.mo
-share/locale/gu/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/gu/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/gu/LC_MESSAGES/gimp20-tips.mo
-share/locale/gu/LC_MESSAGES/gimp20.mo
-share/locale/he/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/he/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/he/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/he/LC_MESSAGES/gimp20-tips.mo
-share/locale/he/LC_MESSAGES/gimp20.mo
-share/locale/hi/LC_MESSAGES/gimp20.mo
-share/locale/hr/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/hr/LC_MESSAGES/gimp20-python.mo
-share/locale/hr/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/hr/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/hr/LC_MESSAGES/gimp20-tips.mo
-share/locale/hr/LC_MESSAGES/gimp20.mo
-share/locale/hu/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/hu/LC_MESSAGES/gimp20-python.mo
-share/locale/hu/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/hu/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/hu/LC_MESSAGES/gimp20-tips.mo
-share/locale/hu/LC_MESSAGES/gimp20.mo
-share/locale/id/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/id/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/id/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/id/LC_MESSAGES/gimp20.mo
-share/locale/is/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/is/LC_MESSAGES/gimp20-python.mo
-share/locale/is/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/is/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/is/LC_MESSAGES/gimp20-tips.mo
-share/locale/is/LC_MESSAGES/gimp20.mo
-share/locale/it/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/it/LC_MESSAGES/gimp20-python.mo
-share/locale/it/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/it/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/it/LC_MESSAGES/gimp20-tips.mo
-share/locale/it/LC_MESSAGES/gimp20.mo
-share/locale/ja/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/ja/LC_MESSAGES/gimp20-python.mo
-share/locale/ja/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/ja/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/ja/LC_MESSAGES/gimp20-tips.mo
-share/locale/ja/LC_MESSAGES/gimp20.mo
-share/locale/ka/LC_MESSAGES/gimp20.mo
-share/locale/km/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/km/LC_MESSAGES/gimp20-python.mo
-share/locale/km/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/km/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/km/LC_MESSAGES/gimp20-tips.mo
-share/locale/km/LC_MESSAGES/gimp20.mo
-share/locale/kn/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/kn/LC_MESSAGES/gimp20.mo
-share/locale/ko/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/ko/LC_MESSAGES/gimp20-python.mo
-share/locale/ko/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/ko/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/ko/LC_MESSAGES/gimp20-tips.mo
-share/locale/ko/LC_MESSAGES/gimp20.mo
-share/locale/lt/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/lt/LC_MESSAGES/gimp20-python.mo
-share/locale/lt/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/lt/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/lt/LC_MESSAGES/gimp20-tips.mo
-share/locale/lt/LC_MESSAGES/gimp20.mo
-share/locale/lv/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/lv/LC_MESSAGES/gimp20.mo
-share/locale/mk/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/mk/LC_MESSAGES/gimp20-python.mo
-share/locale/mk/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/mk/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/mk/LC_MESSAGES/gimp20-tips.mo
-share/locale/mk/LC_MESSAGES/gimp20.mo
-share/locale/ml/LC_MESSAGES/gimp20.mo
-share/locale/mr/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/mr/LC_MESSAGES/gimp20-python.mo
-share/locale/mr/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/mr/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/mr/LC_MESSAGES/gimp20-tips.mo
-share/locale/mr/LC_MESSAGES/gimp20.mo
-share/locale/ms/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/ms/LC_MESSAGES/gimp20-python.mo
-share/locale/ms/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/ms/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/ms/LC_MESSAGES/gimp20-tips.mo
-share/locale/ms/LC_MESSAGES/gimp20.mo
-share/locale/my/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/my/LC_MESSAGES/gimp20-python.mo
-share/locale/my/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/my/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/my/LC_MESSAGES/gimp20-tips.mo
-share/locale/my/LC_MESSAGES/gimp20.mo
-share/locale/nb/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/nb/LC_MESSAGES/gimp20-python.mo
-share/locale/nb/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/nb/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/nb/LC_MESSAGES/gimp20-tips.mo
-share/locale/nb/LC_MESSAGES/gimp20.mo
-share/locale/nds/LC_MESSAGES/gimp20.mo
-share/locale/ne/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/ne/LC_MESSAGES/gimp20-python.mo
-share/locale/ne/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/ne/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/ne/LC_MESSAGES/gimp20-tips.mo
-share/locale/ne/LC_MESSAGES/gimp20.mo
-share/locale/nl/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/nl/LC_MESSAGES/gimp20-python.mo
-share/locale/nl/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/nl/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/nl/LC_MESSAGES/gimp20-tips.mo
-share/locale/nl/LC_MESSAGES/gimp20.mo
-share/locale/nn/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/nn/LC_MESSAGES/gimp20-python.mo
-share/locale/nn/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/nn/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/nn/LC_MESSAGES/gimp20-tips.mo
-share/locale/nn/LC_MESSAGES/gimp20.mo
-share/locale/oc/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/oc/LC_MESSAGES/gimp20-python.mo
-share/locale/oc/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/oc/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/oc/LC_MESSAGES/gimp20.mo
-share/locale/or/LC_MESSAGES/gimp20-python.mo
-share/locale/or/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/or/LC_MESSAGES/gimp20.mo
-share/locale/pa/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/pa/LC_MESSAGES/gimp20-python.mo
-share/locale/pa/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/pa/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/pa/LC_MESSAGES/gimp20-tips.mo
-share/locale/pa/LC_MESSAGES/gimp20.mo
-share/locale/pl/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/pl/LC_MESSAGES/gimp20-python.mo
-share/locale/pl/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/pl/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/pl/LC_MESSAGES/gimp20-tips.mo
-share/locale/pl/LC_MESSAGES/gimp20.mo
-share/locale/pt/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/pt/LC_MESSAGES/gimp20-python.mo
-share/locale/pt/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/pt/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/pt/LC_MESSAGES/gimp20-tips.mo
-share/locale/pt/LC_MESSAGES/gimp20.mo
-share/locale/pt_BR/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/pt_BR/LC_MESSAGES/gimp20-python.mo
-share/locale/pt_BR/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/pt_BR/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/pt_BR/LC_MESSAGES/gimp20-tips.mo
-share/locale/pt_BR/LC_MESSAGES/gimp20.mo
-share/locale/ro/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/ro/LC_MESSAGES/gimp20-python.mo
-share/locale/ro/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/ro/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/ro/LC_MESSAGES/gimp20-tips.mo
-share/locale/ro/LC_MESSAGES/gimp20.mo
-share/locale/ru/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/ru/LC_MESSAGES/gimp20-python.mo
-share/locale/ru/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/ru/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/ru/LC_MESSAGES/gimp20-tips.mo
-share/locale/ru/LC_MESSAGES/gimp20.mo
-share/locale/rw/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/rw/LC_MESSAGES/gimp20-python.mo
-share/locale/rw/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/rw/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/rw/LC_MESSAGES/gimp20-tips.mo
-share/locale/rw/LC_MESSAGES/gimp20.mo
-share/locale/si/LC_MESSAGES/gimp20.mo
-share/locale/sk/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/sk/LC_MESSAGES/gimp20-python.mo
-share/locale/sk/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/sk/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/sk/LC_MESSAGES/gimp20-tips.mo
-share/locale/sk/LC_MESSAGES/gimp20.mo
-share/locale/sl/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/sl/LC_MESSAGES/gimp20-python.mo
-share/locale/sl/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/sl/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/sl/LC_MESSAGES/gimp20-tips.mo
-share/locale/sl/LC_MESSAGES/gimp20.mo
-share/locale/sr/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/sr/LC_MESSAGES/gimp20-python.mo
-share/locale/sr/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/sr/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/sr/LC_MESSAGES/gimp20-tips.mo
-share/locale/sr/LC_MESSAGES/gimp20.mo
-share/locale/sr@latin/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/sr@latin/LC_MESSAGES/gimp20-python.mo
-share/locale/sr@latin/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/sr@latin/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/sr@latin/LC_MESSAGES/gimp20-tips.mo
-share/locale/sr@latin/LC_MESSAGES/gimp20.mo
-share/locale/sv/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/sv/LC_MESSAGES/gimp20-python.mo
-share/locale/sv/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/sv/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/sv/LC_MESSAGES/gimp20-tips.mo
-share/locale/sv/LC_MESSAGES/gimp20.mo
-share/locale/ta/LC_MESSAGES/gimp20.mo
-share/locale/th/LC_MESSAGES/gimp20.mo
-share/locale/tr/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/tr/LC_MESSAGES/gimp20-python.mo
-share/locale/tr/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/tr/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/tr/LC_MESSAGES/gimp20.mo
-share/locale/tt/LC_MESSAGES/gimp20.mo
-share/locale/uk/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/uk/LC_MESSAGES/gimp20-python.mo
-share/locale/uk/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/uk/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/uk/LC_MESSAGES/gimp20-tips.mo
-share/locale/uk/LC_MESSAGES/gimp20.mo
-share/locale/vi/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/vi/LC_MESSAGES/gimp20-python.mo
-share/locale/vi/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/vi/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/vi/LC_MESSAGES/gimp20-tips.mo
-share/locale/vi/LC_MESSAGES/gimp20.mo
-share/locale/xh/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/xh/LC_MESSAGES/gimp20-python.mo
-share/locale/xh/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/xh/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/xh/LC_MESSAGES/gimp20.mo
-share/locale/yi/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/yi/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/yi/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/yi/LC_MESSAGES/gimp20.mo
-share/locale/zh_CN/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/zh_CN/LC_MESSAGES/gimp20-python.mo
-share/locale/zh_CN/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/zh_CN/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/zh_CN/LC_MESSAGES/gimp20-tips.mo
-share/locale/zh_CN/LC_MESSAGES/gimp20.mo
-share/locale/zh_HK/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/zh_HK/LC_MESSAGES/gimp20-python.mo
-share/locale/zh_HK/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/zh_HK/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/zh_HK/LC_MESSAGES/gimp20-tips.mo
-share/locale/zh_HK/LC_MESSAGES/gimp20.mo
-share/locale/zh_TW/LC_MESSAGES/gimp20-libgimp.mo
-share/locale/zh_TW/LC_MESSAGES/gimp20-python.mo
-share/locale/zh_TW/LC_MESSAGES/gimp20-script-fu.mo
-share/locale/zh_TW/LC_MESSAGES/gimp20-std-plug-ins.mo
-share/locale/zh_TW/LC_MESSAGES/gimp20-tips.mo
-share/locale/zh_TW/LC_MESSAGES/gimp20.mo
-@dirrmtry share/locale/zh_HK/LC_MESSAGES
-@dirrmtry share/locale/zh_HK
-@dirrmtry share/locale/yi/LC_MESSAGES
-@dirrmtry share/locale/yi
-@dirrmtry share/locale/xh/LC_MESSAGES
-@dirrmtry share/locale/xh
-@dirrmtry share/locale/tt/LC_MESSAGES
-@dirrmtry share/locale/tt
-@dirrmtry share/locale/sr@latin/LC_MESSAGES
-@dirrmtry share/locale/sr@latin
-@dirrmtry share/locale/si/LC_MESSAGES
-@dirrmtry share/locale/si
-@dirrmtry share/locale/rw/LC_MESSAGES
-@dirrmtry share/locale/rw
-@dirrmtry share/locale/oc/LC_MESSAGES
-@dirrmtry share/locale/oc
-@dirrmtry share/locale/nds/LC_MESSAGES
-@dirrmtry share/locale/nds
-@dirrmtry share/locale/my/LC_MESSAGES
-@dirrmtry share/locale/my
-@dirrmtry share/locale/mr/LC_MESSAGES
-@dirrmtry share/locale/mr
-@dirrmtry share/locale/km/LC_MESSAGES
-@dirrmtry share/locale/km
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrmtry share/locale/ca@valencia/LC_MESSAGES
-@dirrmtry share/locale/ca@valencia
-@dirrmtry share/locale/ast/LC_MESSAGES
-@dirrmtry share/locale/ast
-@dirrm share/gimp/tips
-@dirrm share/gimp/themes/Small
-@dirrm share/gimp/themes/Default/images/preferences
-@dirrm share/gimp/themes/Default/images
-@dirrm share/gimp/themes/Default
-@dirrm share/gimp/themes
-@dirrm share/gimp/scripts/images
-@dirrm share/gimp/scripts
-@dirrm share/gimp/patterns
-@dirrm share/gimp/palettes
-@dirrm share/gimp/menus
-@dirrm share/gimp/images
-@dirrm share/gimp/gradients
-@dirrm share/gimp/gimpressionist/Presets
-@dirrm share/gimp/gimpressionist/Paper
-@dirrm share/gimp/gimpressionist/Brushes
-@dirrm share/gimp/gimpressionist
-@dirrm share/gimp/gflare
-@dirrm share/gimp/gfig
-@dirrm share/gimp/fractalexplorer
-@dirrm share/gimp/fonts
-@dirrm share/gimp/brushes
-@dirrm share/gimp
-@dirrm share/doc/gimp/libgimpwidgets
-@dirrm share/doc/gimp/libgimpthumb
-@dirrm share/doc/gimp/libgimpmodule
-@dirrm share/doc/gimp/libgimpmath
-@dirrm share/doc/gimp/libgimpconfig
-@dirrm share/doc/gimp/libgimpcolor
-@dirrm share/doc/gimp/libgimpbase
-@dirrm share/doc/gimp/libgimp
-@dirrm share/doc/gimp
-@dirrmtry share/applications
-@dirrm libexec/gimp/2.2/plug-ins
-@dirrm libexec/gimp/2.2/modules
-@dirrm libexec/gimp/2.2/interpreters
-@dirrm libexec/gimp/2.2/environ
-@dirrm libexec/gimp/2.2
-@dirrm libexec/gimp
-@dirrm include/gimp-2.0/libgimpwidgets
-@dirrm include/gimp-2.0/libgimpthumb
-@dirrm include/gimp-2.0/libgimpmodule
-@dirrm include/gimp-2.0/libgimpmath
-@dirrm include/gimp-2.0/libgimpconfig
-@dirrm include/gimp-2.0/libgimpcolor
-@dirrm include/gimp-2.0/libgimpbase
-@dirrm include/gimp-2.0/libgimp
-@dirrm include/gimp-2.0
-@dirrm etc/gimp/2.2
-@dirrm etc/gimp
-@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/librsvg2/Makefile b/graphics/librsvg2/Makefile
deleted file mode 100644
index d19fad2df..000000000
--- a/graphics/librsvg2/Makefile
+++ /dev/null
@@ -1,44 +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.141 2011/06/08 10:56:25 kwm Exp $
-#
-
-PORTNAME= librsvg2
-PORTVERSION= 2.34.0
-PORTREVISION= 1
-CATEGORIES= graphics gnome
-MASTER_SITES= GNOME
-MASTER_SITE_SUBDIR= sources/librsvg/${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 \
- croco-${CROCO_VERSION}.3:${PORTSDIR}/textproc/libcroco
-RUN_DEPENDS= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2
-
-USE_BZIP2= yes
-USE_GETTEXT= yes
-USE_GMAKE= yes
-USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool
-USE_GNOME= gnomehack gnomeprefix libgsf ltverhack gtk20
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --with-svgz \
- --with-croco \
- --enable-gtk-theme
-CROCO_VERSION= 0.6
-MAN1= rsvg.1
-
-post-patch:
- @${REINPLACE_CMD} -e 's|GTK3_REQUIRED=2.90.0|GTK3_REQUIRED=9.90.0|g' \
- ${WRKSRC}/configure
-
-.include <bsd.port.mk>
diff --git a/graphics/librsvg2/distinfo b/graphics/librsvg2/distinfo
deleted file mode 100644
index c1ce49883..000000000
--- a/graphics/librsvg2/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gnome2/librsvg-2.34.0.tar.bz2) = 9d2111e086dcffd12466f48ab1ca088654011684c499a4cc4676da918290f3cd
-SIZE (gnome2/librsvg-2.34.0.tar.bz2) = 516994
diff --git a/graphics/librsvg2/files/patch-Makefile.in b/graphics/librsvg2/files/patch-Makefile.in
deleted file mode 100644
index d2009b700..000000000
--- a/graphics/librsvg2/files/patch-Makefile.in
+++ /dev/null
@@ -1,19 +0,0 @@
---- Makefile.in.orig 2010-07-07 13:03:21.000000000 +0200
-+++ Makefile.in 2010-07-07 13:04:07.000000000 +0200
-@@ -155,7 +155,6 @@
- am_rsvg_view_3_OBJECTS = rsvg_view_3-test-display.$(OBJEXT)
- rsvg_view_3_OBJECTS = $(am_rsvg_view_3_OBJECTS)
- rsvg_view_3_DEPENDENCIES = \
-- $(top_builddir)/librsvg-@RSVG_API_MAJOR_VERSION@.la \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
-@@ -563,7 +562,7 @@
-
- rsvg_view_3_LDFLAGS =
- rsvg_view_3_LDADD = \
-- $(top_builddir)/librsvg-@RSVG_API_MAJOR_VERSION@.la \
-+ -lrsvg-2 \
- $(GTK3_LIBS) \
- $(LIBRSVG_LIBS) \
- $(LIBCROCO_LIBS) \
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 16aa83016..000000000
--- a/graphics/librsvg2/pkg-plist
+++ /dev/null
@@ -1,61 +0,0 @@
-bin/rsvg
-bin/rsvg-convert
-bin/rsvg-view
-include/librsvg-2.0/librsvg/librsvg-enum-types.h
-include/librsvg-2.0/librsvg/librsvg-features.h
-include/librsvg-2.0/librsvg/rsvg-cairo.h
-include/librsvg-2.0/librsvg/rsvg.h
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-svg.a
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-svg.la
-lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-svg.so
-lib/gtk-2.0/%%GTK2_VERSION%%/engines/libsvg.a
-lib/gtk-2.0/%%GTK2_VERSION%%/engines/libsvg.la
-lib/gtk-2.0/%%GTK2_VERSION%%/engines/libsvg.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/doc/rsvg-2.0/RsvgHandle.html
-share/doc/rsvg-2.0/annotation-glossary.html
-share/doc/rsvg-2.0/api-index-2-14.html
-share/doc/rsvg-2.0/api-index-2-22.html
-share/doc/rsvg-2.0/api-index-2-32.html
-share/doc/rsvg-2.0/api-index-2-4.html
-share/doc/rsvg-2.0/api-index-2-8.html
-share/doc/rsvg-2.0/api-index-2-9.html
-share/doc/rsvg-2.0/api-index-deprecated.html
-share/doc/rsvg-2.0/api-index-full.html
-share/doc/rsvg-2.0/home.png
-share/doc/rsvg-2.0/index.html
-share/doc/rsvg-2.0/index.sgml
-share/doc/rsvg-2.0/left.png
-share/doc/rsvg-2.0/licence.html
-share/doc/rsvg-2.0/object-tree.html
-share/doc/rsvg-2.0/right.png
-share/doc/rsvg-2.0/rsvg-2.0.devhelp
-share/doc/rsvg-2.0/rsvg-2.0.devhelp2
-share/doc/rsvg-2.0/rsvg-Using-RSVG-with-GIO.html
-share/doc/rsvg-2.0/rsvg-Using-RSVG-with-GdkPixbuf.html
-share/doc/rsvg-2.0/rsvg-Using-RSVG-with-cairo.html
-share/doc/rsvg-2.0/rsvg-Version-check-and-feature-tests.html
-share/doc/rsvg-2.0/rsvg.html
-share/doc/rsvg-2.0/style.css
-share/doc/rsvg-2.0/up.png
-share/pixmaps/svg-viewer.svg
-share/themes/bubble/gtk-2.0/blue.svg
-share/themes/bubble/gtk-2.0/green.svg
-share/themes/bubble/gtk-2.0/gtkrc
-share/themes/bubble/gtk-2.0/orange.svg
-share/themes/bubble/gtk-2.0/purple.svg
-share/themes/bubble/gtk-2.0/red.svg
-@dirrm share/doc/rsvg-2.0
-@dirrm include/librsvg-2.0/librsvg
-@dirrm include/librsvg-2.0
-@dirrmtry lib/gtk-3.0/engines
-@dirrmtry lib/gtk-3.0
-@dirrmtry share/themes/bubble/gtk-2.0
-@dirrmtry share/themes/bubble/gtk-3.0
-@dirrmtry share/themes/bubble
-@exec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders.cache 2>/dev/null || /usr/bin/true
-@unexec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders.cache 2>/dev/null || /usr/bin/true
diff --git a/graphics/poppler-gtk/Makefile b/graphics/poppler-gtk/Makefile
deleted file mode 100644
index f9fe19076..000000000
--- a/graphics/poppler-gtk/Makefile
+++ /dev/null
@@ -1,23 +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.20 2010/07/07 13:03:19 kwm 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 5e4d115c1..000000000
--- a/graphics/poppler-gtk/pkg-plist
+++ /dev/null
@@ -1,50 +0,0 @@
-include/poppler/glib/poppler-action.h
-include/poppler/glib/poppler-annot.h
-include/poppler/glib/poppler-attachment.h
-include/poppler/glib/poppler-date.h
-include/poppler/glib/poppler-document.h
-include/poppler/glib/poppler-enums.h
-include/poppler/glib/poppler-features.h
-include/poppler/glib/poppler-form-field.h
-include/poppler/glib/poppler-layer.h
-include/poppler/glib/poppler-media.h
-include/poppler/glib/poppler-movie.h
-include/poppler/glib/poppler-page.h
-include/poppler/glib/poppler.h
-lib/girepository-1.0/Poppler-0.16.typelib
-lib/libpoppler-glib.a
-lib/libpoppler-glib.la
-lib/libpoppler-glib.so
-lib/libpoppler-glib.so.6
-libdata/pkgconfig/poppler-glib.pc
-%%DOCSDIR%%/poppler/PopplerAnnot.html
-%%DOCSDIR%%/poppler/PopplerAttachment.html
-%%DOCSDIR%%/poppler/PopplerDocument.html
-%%DOCSDIR%%/poppler/PopplerFormField.html
-%%DOCSDIR%%/poppler/PopplerLayer.html
-%%DOCSDIR%%/poppler/PopplerMedia.html
-%%DOCSDIR%%/poppler/PopplerMovie.html
-%%DOCSDIR%%/poppler/PopplerPage.html
-%%DOCSDIR%%/poppler/annotation-glossary.html
-%%DOCSDIR%%/poppler/api-index-0-12.html
-%%DOCSDIR%%/poppler/api-index-0-14.html
-%%DOCSDIR%%/poppler/api-index-0-16.html
-%%DOCSDIR%%/poppler/api-index-deprecated.html
-%%DOCSDIR%%/poppler/api-index-full.html
-%%DOCSDIR%%/poppler/ch01.html
-%%DOCSDIR%%/poppler/home.png
-%%DOCSDIR%%/poppler/index.html
-%%DOCSDIR%%/poppler/index.sgml
-%%DOCSDIR%%/poppler/left.png
-%%DOCSDIR%%/poppler/poppler-PopplerAction.html
-%%DOCSDIR%%/poppler/poppler-Version-and-Features-Information.html
-%%DOCSDIR%%/poppler/poppler-poppler.html
-%%DOCSDIR%%/poppler/poppler.devhelp
-%%DOCSDIR%%/poppler/poppler.devhelp2
-%%DOCSDIR%%/poppler/right.png
-%%DOCSDIR%%/poppler/style.css
-%%DOCSDIR%%/poppler/up.png
-share/gir-1.0/Poppler-0.16.gir
-@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 c946b0bb2..000000000
--- a/graphics/poppler-qt/Makefile
+++ /dev/null
@@ -1,19 +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.13 2010/07/07 13:03:19 kwm 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 945777bec..000000000
--- a/graphics/poppler-qt/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-include/poppler/qt3/poppler-link-qt3.h
-include/poppler/qt3/poppler-page-transition.h
-include/poppler/qt3/poppler-qt.h
-lib/libpoppler-qt.a
-lib/libpoppler-qt.la
-lib/libpoppler-qt.so
-lib/libpoppler-qt.so.3
-libdata/pkgconfig/poppler-qt.pc
-@dirrm include/poppler/qt3
diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile
deleted file mode 100644
index f4b72e4e4..000000000
--- a/graphics/poppler/Makefile
+++ /dev/null
@@ -1,136 +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.74 2011/08/05 14:05:23 kwm Exp $
-#
-
-PORTNAME= poppler
-PORTVERSION= 0.16.7
-PORTREVISION?= 0
-CATEGORIES= graphics print
-MASTER_SITES= http://poppler.freedesktop.org/
-
-MAINTAINER?= gnome@FreeBSD.org
-COMMENT?= A PDF rendering library
-
-LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
- fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
- lcms.1:${PORTSDIR}/graphics/lcms
-RUN_DEPENDS= poppler-data>0:${PORTSDIR}/graphics/poppler-data
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
-USE_GMAKE= yes
-USE_GNOME= gnomehack libxml2 ltverhack
-USE_AUTOTOOLS= libtool
-MAKE_JOBS_UNSAFE= yes
-USE_LDCONFIG= yes
-CONFIGURE_ARGS= --enable-zlib \
- --enable-xpdf-headers \
- --with-html-dir=${DOCSDIR}
-CPPFLAGS=-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 ${PTHREAD_CFLAGS}
-LDFLAGS=-L${LOCALBASE}/lib ${PTHREAD_LIBS}
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
- LDFLAGS="${LDFLAGS}"
-
-.if !defined(SLAVEPORT)
-OPTIONS= CAIRO "Enable cairo output backend" on \
- OPENJPEG "Enable JPEG 2000 support" on
-.endif
-
-.include <bsd.port.options.mk>
-
-.if defined(SLAVEPORT)
-LIB_DEPENDS+= poppler.13:${PORTSDIR}/graphics/poppler
-
-.if ${SLAVEPORT}=="gtk"
-CONFIGURE_ARGS+=--enable-poppler-glib
-USE_GNOME+= gtk20
-BUILD_WRKSRC= ${WRKSRC}/glib
-INSTALL_WRKSRC= ${WRKSRC}/glib
-.else
-CONFIGURE_ARGS+=--disable-poppler-glib \
- --disable-gdk \
- --disable-gtk-test
-.endif
-
-.if ${SLAVEPORT}=="qt"
-CONFIGURE_ARGS+=--enable-poppler-qt
-USE_QT_VER+= 3
-BUILD_WRKSRC= ${WRKSRC}/qt
-INSTALL_WRKSRC= ${WRKSRC}/qt
-.else
-CONFIGURE_ARGS+=--disable-poppler-qt
-.endif
-
-.if ${SLAVEPORT}=="qt4"
-CONFIGURE_ARGS+=--enable-poppler-qt4
-USE_QT_VER+= 4
-QT_COMPONENTS= gui corelib xml qtestlib moc_build
-# It requires poppler/splash to be built unless you disable splash backend
-# support to allow you use BUILD_WRKSRC here. It seems that splash backend
-# can read more PDF files than without, tested with demos's poppler_qt4viewer.
-#BUILD_WRKSRC= ${WRKSRC}/qt4
-INSTALL_WRKSRC= ${WRKSRC}/qt4
-.else
-CONFIGURE_ARGS+=--disable-poppler-qt4
-.endif
-
-.if ${SLAVEPORT}=="utils"
-CONFIGURE_ARGS+=--enable-utils
-CONFLICTS= xpdf-[0-9]*
-BUILD_WRKSRC= ${WRKSRC}/utils
-INSTALL_WRKSRC= ${WRKSRC}/utils
-MAN1= pdffonts.1 pdfimages.1 pdfinfo.1 \
- pdftohtml.1 pdftops.1 pdftotext.1 pdftoppm.1
-.else
-CONFIGURE_ARGS+=--disable-utils
-.endif
-
-.else
-CONFIGURE_ARGS+=--disable-poppler-glib --disable-poppler-qt \
- --disable-poppler-qt4 --disable-utils --disable-gdk \
- --disable-gtk-test
-
-.if defined(WITHOUT_CAIRO)
-CONFIGURE_ARGS+=--disable-cairo-output
-PLIST_SUB+= CAIRO="@comment "
-.else
-LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo
-PLIST_SUB+= CAIRO=""
-.endif
-
-.if defined(WITHOUT_OPENJPEG)
-CONFIGURE_ARGS+=--disable-libopenjpeg
-.else
-CONFIGURE_ARGS+=--enable-libopenjpeg
-LIB_DEPENDS+= openjpeg.2:${PORTSDIR}/graphics/openjpeg
-.endif
-.endif
-
-post-patch:
-.if defined(SLAVEPORT) && ${SLAVEPORT}=="qt"
- @${REINPLACE_CMD} -e 's|/usr/local/qt/include|${LOCALBASE}/include|; \
- s|$$QTDIR|${QT_PREFIX}|; \
- s|/usr/local/qt/lib|${LOCALBASE}/lib|' \
- ${WRKSRC}/configure
-.endif
-.if defined(SLAVEPORT) && ${SLAVEPORT}=="qt4"
- @${REINPLACE_CMD} -e 's|MOCQT4=`.*|MOCQT4="${LOCALBASE}/bin/moc-qt4"|' \
- ${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
-.elif ${SLAVEPORT}=="qt4"
- ${INSTALL_DATA} ${WRKSRC}/poppler-qt4.pc ${PREFIX}/libdata/pkgconfig
-.endif
-.endif
-
-.include <bsd.port.mk>
diff --git a/graphics/poppler/distinfo b/graphics/poppler/distinfo
deleted file mode 100644
index 24b6b6688..000000000
--- a/graphics/poppler/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (poppler-0.16.7.tar.gz) = fab4e8af2d34d4142a718819fd747d40930b71ef520ee0e6bcc94e2c44f22bcd
-SIZE (poppler-0.16.7.tar.gz) = 1952179
diff --git a/graphics/poppler/files/patch-glib_Makefile.in b/graphics/poppler/files/patch-glib_Makefile.in
deleted file mode 100644
index 4afb4b2aa..000000000
--- a/graphics/poppler/files/patch-glib_Makefile.in
+++ /dev/null
@@ -1,47 +0,0 @@
---- glib/Makefile.in.orig 2010-08-14 16:50:48.000000000 +0200
-+++ glib/Makefile.in 2010-08-14 16:50:48.000000000 +0200
-@@ -82,7 +82,6 @@
- LTLIBRARIES = $(lib_LTLIBRARIES)
- 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_1) $(am__DEPENDENCIES_1)
-@@ -105,8 +104,7 @@
- @BUILD_WITH_GDK_TRUE@ test-poppler-glib.$(OBJEXT)
- test_poppler_glib_OBJECTS = $(am_test_poppler_glib_OBJECTS)
- @BUILD_WITH_GDK_TRUE@test_poppler_glib_DEPENDENCIES = \
--@BUILD_WITH_GDK_TRUE@ $(top_builddir)/poppler/libpoppler.la \
--@BUILD_WITH_GDK_TRUE@ libpoppler-glib.la $(am__DEPENDENCIES_1) \
-+@BUILD_WITH_GDK_TRUE@ $(am__DEPENDENCIES_1) \
- @BUILD_WITH_GDK_TRUE@ $(am__DEPENDENCIES_1) \
- @BUILD_WITH_GDK_TRUE@ $(am__DEPENDENCIES_1)
- DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -I$(top_builddir)/poppler
-@@ -386,7 +384,7 @@
- top_srcdir = @top_srcdir@
- win32_libs = @win32_libs@
- AM_LDFLAGS = @auto_import_flags@
--SUBDIRS = . reference demo
-+SUBDIRS = . reference
- INCLUDES = \
- -DG_LOG_DOMAIN=\"Poppler\" \
- -I$(top_srcdir) \
-@@ -439,7 +437,7 @@
- poppler-private.h
-
- libpoppler_glib_la_LIBADD = \
-- $(top_builddir)/poppler/libpoppler.la \
-+ -lpoppler \
- $(top_builddir)/poppler/libpoppler-cairo.la \
- $(POPPLER_GLIB_LIBS) \
- $(GDK_LIBS) \
-@@ -451,7 +449,7 @@
- @BUILD_WITH_GDK_TRUE@ test-poppler-glib.cc
-
- @BUILD_WITH_GDK_TRUE@test_poppler_glib_LDADD = \
--@BUILD_WITH_GDK_TRUE@ $(top_builddir)/poppler/libpoppler.la \
-+@BUILD_WITH_GDK_TRUE@ -lpoppler \
- @BUILD_WITH_GDK_TRUE@ libpoppler-glib.la \
- @BUILD_WITH_GDK_TRUE@ $(POPPLER_GLIB_LIBS) \
- @BUILD_WITH_GDK_TRUE@ $(GDK_LIBS) \
diff --git a/graphics/poppler/files/patch-poppler_Page.cc b/graphics/poppler/files/patch-poppler_Page.cc
deleted file mode 100644
index 1d0f63298..000000000
--- a/graphics/poppler/files/patch-poppler_Page.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- poppler/Page.cc.orig 2008-07-09 17:53:56.000000000 +0200
-+++ poppler/Page.cc 2008-07-09 17:54:49.000000000 +0200
-@@ -230,7 +230,7 @@
-
- Page::Page(XRef *xrefA, int numA, Dict *pageDict, PageAttrs *attrsA, Form *form) {
- Object tmp;
--
-+ pageWidgets = NULL;
- ok = gTrue;
- xref = xrefA;
- num = numA;
diff --git a/graphics/poppler/files/patch-qt4_Makefile.in b/graphics/poppler/files/patch-qt4_Makefile.in
deleted file mode 100644
index ffb4777b4..000000000
--- a/graphics/poppler/files/patch-qt4_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- qt4/Makefile.in.orig 2008-03-24 08:30:49.000000000 -0400
-+++ qt4/Makefile.in 2008-03-24 08:30:34.000000000 -0400
-@@ -223,7 +223,7 @@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
- win32_libs = @win32_libs@
--SUBDIRS = src tests demos
-+SUBDIRS = src
- all: all-recursive
-
- .SUFFIXES:
diff --git a/graphics/poppler/files/patch-qt4_src_Makefile.in b/graphics/poppler/files/patch-qt4_src_Makefile.in
deleted file mode 100644
index 916eabc22..000000000
--- a/graphics/poppler/files/patch-qt4_src_Makefile.in
+++ /dev/null
@@ -1,19 +0,0 @@
---- qt4/src/Makefile.in.orig 2010-07-07 14:22:29.000000000 +0200
-+++ qt4/src/Makefile.in 2010-07-07 14:23:40.000000000 +0200
-@@ -79,7 +79,6 @@
- LTLIBRARIES = $(lib_LTLIBRARIES)
- am__DEPENDENCIES_1 =
- libpoppler_qt4_la_DEPENDENCIES = \
-- $(top_builddir)/poppler/libpoppler.la \
- $(top_builddir)/poppler/libpoppler-arthur.la \
- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
- am_libpoppler_qt4_la_OBJECTS = poppler-document.lo poppler-page.lo \
-@@ -384,7 +383,7 @@
- poppler-page-transition-private.h
-
- libpoppler_qt4_la_LIBADD = \
-- $(top_builddir)/poppler/libpoppler.la \
-+ -lpoppler \
- $(top_builddir)/poppler/libpoppler-arthur.la \
- $(FONTCONFIG_LIBS) \
- $(POPPLER_QT4_LIBS)
diff --git a/graphics/poppler/files/patch-qt_Makefile.in b/graphics/poppler/files/patch-qt_Makefile.in
deleted file mode 100644
index d872262ea..000000000
--- a/graphics/poppler/files/patch-qt_Makefile.in
+++ /dev/null
@@ -1,39 +0,0 @@
---- qt/Makefile.in.orig 2008-03-27 08:17:35.000000000 -0400
-+++ qt/Makefile.in 2008-03-27 08:18:20.000000000 -0400
-@@ -59,8 +59,7 @@
- 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__DEPENDENCIES_1)
- am_libpoppler_qt_la_OBJECTS = poppler-document.lo poppler-fontinfo.lo \
- poppler-link.lo poppler-page.lo poppler-page-transition.lo
-@@ -71,7 +70,7 @@
- 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 \
-+test_poppler_qt_DEPENDENCIES = \
- libpoppler-qt.la $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
- DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -I$(top_builddir)/poppler
- depcomp = $(SHELL) $(top_srcdir)/depcomp
-@@ -273,7 +272,7 @@
- poppler-private.h
-
- libpoppler_qt_la_LIBADD = \
-- $(top_builddir)/poppler/libpoppler.la \
-+ -lpoppler -lqt-mt \
- $(POPPLER_QT_LIBS) \
- $(FREETYPE_LIBS) \
- $(FONTCONFIG_LIBS)
-@@ -283,7 +282,7 @@
- test-poppler-qt.cpp
-
- test_poppler_qt_LDADD = \
-- $(top_builddir)/poppler/libpoppler.la \
-+ -lpoppler -lqt-mt \
- libpoppler-qt.la \
- $(POPPLER_QT_LIBS) \
- $(FREETYPE_LIBS)
diff --git a/graphics/poppler/files/patch-utils_Makefile.in b/graphics/poppler/files/patch-utils_Makefile.in
deleted file mode 100644
index 946065166..000000000
--- a/graphics/poppler/files/patch-utils_Makefile.in
+++ /dev/null
@@ -1,73 +0,0 @@
---- utils/Makefile.in.orig 2011-01-05 13:06:04.000000000 +0100
-+++ utils/Makefile.in 2011-01-05 13:06:26.000000000 +0100
-@@ -64,7 +64,7 @@ am_pdffonts_OBJECTS = pdffonts.$(OBJEXT)
- pdffonts_OBJECTS = $(am_pdffonts_OBJECTS)
- pdffonts_LDADD = $(LDADD)
- am__DEPENDENCIES_1 =
--pdffonts_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \
-+pdffonts_DEPENDENCIES = \
- $(am__DEPENDENCIES_1)
- AM_V_lt = $(am__v_lt_$(V))
- am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
-@@ -73,19 +73,19 @@ am_pdfimages_OBJECTS = pdfimages.$(OBJEX
- $(am__objects_1)
- pdfimages_OBJECTS = $(am_pdfimages_OBJECTS)
- pdfimages_LDADD = $(LDADD)
--pdfimages_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \
-+pdfimages_DEPENDENCIES = \
- $(am__DEPENDENCIES_1)
- am_pdfinfo_OBJECTS = pdfinfo.$(OBJEXT) printencodings.$(OBJEXT) \
- $(am__objects_1)
- pdfinfo_OBJECTS = $(am_pdfinfo_OBJECTS)
- pdfinfo_LDADD = $(LDADD)
--pdfinfo_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \
-+pdfinfo_DEPENDENCIES = \
- $(am__DEPENDENCIES_1)
- am__pdftoabw_SOURCES_DIST = pdftoabw.cc parseargs.cc parseargs.h
- @BUILD_ABIWORD_OUTPUT_TRUE@am_pdftoabw_OBJECTS = pdftoabw.$(OBJEXT) \
- @BUILD_ABIWORD_OUTPUT_TRUE@ $(am__objects_1)
- pdftoabw_OBJECTS = $(am_pdftoabw_OBJECTS)
--am__DEPENDENCIES_2 = $(top_builddir)/poppler/libpoppler.la \
-+am__DEPENDENCIES_2 = \
- $(am__DEPENDENCIES_1)
- @BUILD_ABIWORD_OUTPUT_TRUE@pdftoabw_DEPENDENCIES = \
- @BUILD_ABIWORD_OUTPUT_TRUE@ $(am__DEPENDENCIES_2) \
-@@ -94,25 +94,25 @@ am_pdftohtml_OBJECTS = pdftohtml.$(OBJEX
- HtmlLinks.$(OBJEXT) HtmlOutputDev.$(OBJEXT) $(am__objects_1)
- pdftohtml_OBJECTS = $(am_pdftohtml_OBJECTS)
- pdftohtml_LDADD = $(LDADD)
--pdftohtml_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \
-+pdftohtml_DEPENDENCIES = \
- $(am__DEPENDENCIES_1)
- am__pdftoppm_SOURCES_DIST = pdftoppm.cc parseargs.cc parseargs.h
- @BUILD_SPLASH_OUTPUT_TRUE@am_pdftoppm_OBJECTS = pdftoppm.$(OBJEXT) \
- @BUILD_SPLASH_OUTPUT_TRUE@ $(am__objects_1)
- pdftoppm_OBJECTS = $(am_pdftoppm_OBJECTS)
- pdftoppm_LDADD = $(LDADD)
--pdftoppm_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \
-+pdftoppm_DEPENDENCIES = \
- $(am__DEPENDENCIES_1)
- am_pdftops_OBJECTS = pdftops.$(OBJEXT) $(am__objects_1)
- pdftops_OBJECTS = $(am_pdftops_OBJECTS)
- pdftops_LDADD = $(LDADD)
--pdftops_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \
-+pdftops_DEPENDENCIES = \
- $(am__DEPENDENCIES_1)
- am_pdftotext_OBJECTS = pdftotext.$(OBJEXT) printencodings.$(OBJEXT) \
- $(am__objects_1)
- pdftotext_OBJECTS = $(am_pdftotext_OBJECTS)
- pdftotext_LDADD = $(LDADD)
--pdftotext_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \
-+pdftotext_DEPENDENCIES = \
- $(am__DEPENDENCIES_1)
- DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -I$(top_builddir)/poppler
- depcomp = $(SHELL) $(top_srcdir)/depcomp
-@@ -405,7 +405,7 @@ INCLUDES = \
- $(ABIWORD_CFLAGS)
-
- LDADD = \
-- $(top_builddir)/poppler/libpoppler.la \
-+ -lpoppler \
- $(UTILS_LIBS) \
- $(FONTCONFIG_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 9ce414c39..000000000
--- a/graphics/poppler/pkg-plist
+++ /dev/null
@@ -1,140 +0,0 @@
-include/poppler/Annot.h
-include/poppler/Array.h
-include/poppler/BuiltinFont.h
-include/poppler/BuiltinFontTables.h
-include/poppler/CMap.h
-include/poppler/CachedFile.h
-include/poppler/Catalog.h
-include/poppler/CharCodeToUnicode.h
-include/poppler/CharTypes.h
-include/poppler/CompactFontTables.h
-include/poppler/DateInfo.h
-include/poppler/Decrypt.h
-include/poppler/Dict.h
-include/poppler/Error.h
-include/poppler/ErrorCodes.h
-include/poppler/FileSpec.h
-include/poppler/FontEncodingTables.h
-include/poppler/FontInfo.h
-include/poppler/Form.h
-include/poppler/Function.h
-include/poppler/Gfx.h
-include/poppler/GfxFont.h
-include/poppler/GfxState.h
-include/poppler/GfxState_helpers.h
-include/poppler/GlobalParams.h
-include/poppler/Hints.h
-include/poppler/JArithmeticDecoder.h
-include/poppler/JBIG2Stream.h
-include/poppler/Lexer.h
-include/poppler/Linearization.h
-include/poppler/Link.h
-include/poppler/LocalPDFDocBuilder.h
-include/poppler/Movie.h
-include/poppler/NameToCharCode.h
-include/poppler/NameToUnicodeTable.h
-include/poppler/Object.h
-include/poppler/OptionalContent.h
-include/poppler/Outline.h
-include/poppler/OutputDev.h
-include/poppler/PDFDoc.h
-include/poppler/PDFDocBuilder.h
-include/poppler/PDFDocEncoding.h
-include/poppler/PDFDocFactory.h
-include/poppler/PSOutputDev.h
-include/poppler/PSTokenizer.h
-include/poppler/Page.h
-include/poppler/PageTransition.h
-include/poppler/Parser.h
-include/poppler/PopplerCache.h
-include/poppler/PreScanOutputDev.h
-include/poppler/ProfileData.h
-include/poppler/Rendition.h
-include/poppler/SecurityHandler.h
-include/poppler/Sound.h
-include/poppler/SplashOutputDev.h
-include/poppler/StdinCachedFile.h
-include/poppler/StdinPDFDocBuilder.h
-include/poppler/Stream-CCITT.h
-include/poppler/Stream.h
-include/poppler/TextOutputDev.h
-include/poppler/UTF8.h
-include/poppler/UnicodeCClassTables.h
-include/poppler/UnicodeCompTables.h
-include/poppler/UnicodeDecompTables.h
-include/poppler/UnicodeMap.h
-include/poppler/UnicodeMapTables.h
-include/poppler/UnicodeTypeTable.h
-include/poppler/XRef.h
-include/poppler/XpdfPluginAPI.h
-include/poppler/cpp/poppler-document.h
-include/poppler/cpp/poppler-embedded-file.h
-include/poppler/cpp/poppler-font.h
-include/poppler/cpp/poppler-global.h
-include/poppler/cpp/poppler-image.h
-include/poppler/cpp/poppler-page-renderer.h
-include/poppler/cpp/poppler-page-transition.h
-include/poppler/cpp/poppler-page.h
-include/poppler/cpp/poppler-rectangle.h
-include/poppler/cpp/poppler-toc.h
-include/poppler/cpp/poppler-version.h
-include/poppler/fofi/FoFiBase.h
-include/poppler/fofi/FoFiEncodings.h
-include/poppler/fofi/FoFiTrueType.h
-include/poppler/fofi/FoFiType1.h
-include/poppler/fofi/FoFiType1C.h
-include/poppler/goo/FixedPoint.h
-include/poppler/goo/GooHash.h
-include/poppler/goo/GooLikely.h
-include/poppler/goo/GooList.h
-include/poppler/goo/GooMutex.h
-include/poppler/goo/GooString.h
-include/poppler/goo/GooTimer.h
-include/poppler/goo/ImgWriter.h
-include/poppler/goo/JpegWriter.h
-include/poppler/goo/PNGWriter.h
-include/poppler/goo/gfile.h
-include/poppler/goo/gmem.h
-include/poppler/goo/gstrtod.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-cpp.a
-lib/libpoppler-cpp.la
-lib/libpoppler-cpp.so
-lib/libpoppler-cpp.so.0
-lib/libpoppler.a
-lib/libpoppler.la
-lib/libpoppler.so
-lib/libpoppler.so.13
-%%CAIRO%%libdata/pkgconfig/poppler-cairo.pc
-libdata/pkgconfig/poppler-cpp.pc
-libdata/pkgconfig/poppler-splash.pc
-libdata/pkgconfig/poppler.pc
-@dirrm include/poppler/splash
-@dirrm include/poppler/goo
-@dirrm include/poppler/fofi
-@dirrm include/poppler/cpp
-@dirrm include/poppler
diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile
deleted file mode 100644
index a68335c78..000000000
--- a/graphics/shotwell/Makefile
+++ /dev/null
@@ -1,68 +0,0 @@
-# New ports collection makefile for: shotwell
-# Date created: Tue Sep 7 02:00:03 UTC 2010
-# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> et al.
-#
-# $FreeBSD$
-#
-
-PORTNAME= shotwell
-PORTVERSION= 0.7.2
-PORTREVISION= 3
-CATEGORIES= graphics gnome
-MASTER_SITES= http://www.yorba.org/download/shotwell/${PORTVERSION:R}/
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Open source photo manager for GNOME
-
-BUILD_DEPENDS= vala>=0.10.0:${PORTSDIR}/lang/vala
-LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 \
- dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
- gee.2:${PORTSDIR}/devel/libgee \
- soup-2.4.1:${PORTSDIR}/devel/libsoup \
- gexiv2.0:${PORTSDIR}/graphics/gexiv2 \
- exif.12:${PORTSDIR}/graphics/libexif \
- gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \
- webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 \
- unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \
- raw.2:${PORTSDIR}/graphics/libraw
-
-USE_BZIP2= yes
-USE_GETTEXT= yes
-USE_GNOME= gnomehier gconf2 gtk20 desktopfileutils librsvg2
-USE_GMAKE= yes
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX} \
- --disable-icon-update \
- --with-gconf-schema-file-dir=${PREFIX}/etc/gconf/schemas
-INSTALLS_ICONS= yes
-
-GCONF_SCHEMAS= shotwell.schemas
-
-post-patch:
- @${REINPLACE_CMD} -E \
- -e 's|/bin/bash|${SH}|g ; s|/usr/bin/env.*bash|${SH}|g' \
- ${WRKSRC}/${CONFIGURE_SCRIPT} \
- ${WRKSRC}/libraw-config \
- ${WRKSRC}/minver
-
-post-configure:
- @${REINPLACE_CMD} -E \
- -e 's|share/shotwell|${DATADIR_REL}|g ; \
- s|%%GCONF_CONFIG_SOURCE%%|${GCONF_CONFIG_SOURCE}|g' \
- ${WRKSRC}/${MAKEFILE}
-# attempt at a DATADIR safe port
- @${REINPLACE_CMD} -E \
- -e 's|\.get_child\("share")\.get_child\("shotwell")|${SHOTWELL_DATADIR}|' \
- ${WRKSRC}/src/AppDirs.vala
-
-post-install:
- @-update-desktop-database
-
-.include <bsd.port.pre.mk>
-
-# attempt at a DATADIR safe port
-.for dir in ${DATADIR:S,^${PREFIX}/,,:S,/, ,g}
-SHOTWELL_DATADIR+=.get_child("${dir}")
-.endfor
-
-.include <bsd.port.post.mk>
diff --git a/graphics/shotwell/distinfo b/graphics/shotwell/distinfo
deleted file mode 100644
index e9459b03e..000000000
--- a/graphics/shotwell/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (shotwell-0.7.2.tar.bz2) = 8b4139407d59badcbe13e23db070e0a0709ecc0f9ad806335888382eebf5dfa3
-SIZE (shotwell-0.7.2.tar.bz2) = 1064127
diff --git a/graphics/shotwell/files/patch-Makefile b/graphics/shotwell/files/patch-Makefile
deleted file mode 100644
index 3c54b9c27..000000000
--- a/graphics/shotwell/files/patch-Makefile
+++ /dev/null
@@ -1,139 +0,0 @@
---- Makefile.orig 2010-09-10 17:55:54.000000000 -0500
-+++ Makefile 2010-12-28 16:15:44.000000000 -0600
-@@ -21,6 +21,10 @@
- LINUX = 1
- endif
-
-+ifeq "$(SYSTEM)" "FreeBSD"
-+ FreeBSD = 1
-+endif
-+
- ifeq "$(SYSTEM)" "MinGW"
- WINDOWS = 1
- endif
-@@ -41,6 +45,10 @@
- EXPORT_FLAGS = -export-dynamic
- endif
-
-+ifdef FreeBSD
-+ EXPORT_FLAGS = -export-dynamic
-+endif
-+
- ifdef WINDOWS
- EXPORT_FLAGS = -export-all-symbols
- endif
-@@ -124,10 +132,13 @@
- FSpotDatabaseDriver.vala \
- FSpotDatabaseTables.vala
-
-+# this should be ifndef LINUX && ifndef FreeBSD
- ifndef LINUX
-+ifndef FreeBSD
- SRC_FILES += \
- GConf.vala
- endif
-+endif
-
- VAPI_FILES = \
- libexif.vapi \
-@@ -288,6 +299,18 @@
- gdk-x11-2.0
- endif
-
-+ifdef FreeBSD
-+EXT_PKGS += \
-+ gconf-2.0 \
-+ libgphoto2 \
-+ libsoup-2.4 \
-+ libxml-2.0 \
-+ unique-1.0 \
-+ webkit-1.0 \
-+ dbus-glib-1 \
-+ gdk-x11-2.0
-+endif
-+
- # libraw is handled separately (see note below); when libraw-config is no longer needed, the version
- # should be added to this list
- EXT_PKG_VERSIONS = \
-@@ -313,6 +336,18 @@
- dbus-glib-1 >= 0.80
- endif
-
-+ifdef LINUX
-+EXT_PKG_VERSIONS += \
-+ gconf-2.0 >= 2.22.0 \
-+ libgphoto2 >= 2.4.2 \
-+ libsoup-2.4 >= 2.26.0 \
-+ libxml-2.0 >= 2.6.32 \
-+ unique-1.0 >= 1.0.0 \
-+ webkit-1.0 >= 1.1.5 \
-+ dbus-glib-1 >= 0.80
-+endif
-+
-+
- PKGS = $(EXT_PKGS) $(LOCAL_PKGS) $(LIBRAW_PKG)
-
- ifndef BUILD_DIR
-@@ -357,6 +392,10 @@
-
- VALA_LDFLAGS = `pkg-config --libs $(EXT_PKGS) gthread-2.0`
-
-+ifdef FreeBSD
-+ VALA_DEFINES = -D NO_CAMERA
-+endif
-+
- ifdef WINDOWS
- VALA_DEFINES = -D WINDOWS -D NO_CAMERA -D NO_PRINTING -D NO_PUBLISHING -D NO_LIBUNIQUE -D NO_EXTENDED_POSIX -D NO_SET_BACKGROUND
- EXPANDED_OBJ_FILES += src/windows.o
-@@ -393,6 +432,11 @@
- LIBRAW_CONFIG=./libraw-config
- endif
-
-+ifdef FreeBSD
-+LIBRAW_CONFIG=./libraw-config
-+endif
-+
-+
- ifdef WINDOWS
- LIBRAW_CONFIG=./libraw-config --windows
- endif
-@@ -488,9 +532,20 @@
- $(INSTALL_DATA) $(EXPANDED_HELP_IMAGES) $(DESTDIR)$(PREFIX)/share/gnome/help/shotwell/C/figures
- endif
- endif
-+ifdef FreeBSD
-+ifndef DISABLE_SCHEMAS_INSTALL
-+ GCONF_CONFIG_SOURCE=%%GCONF_CONFIG_SOURCE%% gconftool-2 --makefile-install-rule misc/shotwell.schemas
-+ mkdir -p $(DESTDIR)$(SCHEMA_FILE_DIR)
-+ $(INSTALL_DATA) misc/shotwell.schemas $(DESTDIR)$(SCHEMA_FILE_DIR)
-+endif
-+ifdef ENABLE_APPORT_HOOK_INSTALL
-+ mkdir -p $(DESTDIR)$(PREFIX)/share/apport/package-hooks
-+ $(INSTALL_DATA) apport/shotwell.py $(DESTDIR)$(PREFIX)/share/apport/package-hooks
-+endif
-+endif
- -$(foreach lang,$(SUPPORTED_LANGUAGES),`mkdir -p $(SYSTEM_LANG_DIR)/$(lang)/LC_MESSAGES ; \
-- $(INSTALL_DATA) $(LOCAL_LANG_DIR)/$(lang)/LC_MESSAGES/shotwell.mo \
-- $(SYSTEM_LANG_DIR)/$(lang)/LC_MESSAGES/shotwell.mo`)
-+ $(INSTALL_DATA) $(LOCAL_LANG_DIR)/$(lang)/LC_MESSAGES/shotwell.mo \
-+ $(SYSTEM_LANG_DIR)/$(lang)/LC_MESSAGES/shotwell.mo`)
-
- uninstall:
- rm -f $(DESTDIR)$(PREFIX)/bin/$(PROGRAM)
-@@ -514,6 +569,16 @@
- rm -f $(DESTDIR)$(PREFIX)/share/apport/package-hooks/shotwell.py
- endif
- endif
-+ifdef FreeBSD
-+ifndef DISABLE_SCHEMAS_INSTALL
-+ GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule misc/shotwell.schemas
-+else
-+ rm -f $(DESTDIR)$(SCHEMA_FILE_DIR)/shotwell.schemas
-+endif
-+ifdef ENABLE_APPORT_HOOK_INSTALL
-+ rm -f $(DESTDIR)$(PREFIX)/share/apport/package-hooks/shotwell.py
-+endif
-+endif
- $(foreach lang,$(SUPPORTED_LANGUAGES),`rm -f $(SYSTEM_LANG_DIR)/$(lang)/LC_MESSAGES/shotwell.mo`)
-
- $(VALA_STAMP): $(EXPANDED_SRC_FILES) $(EXPANDED_VAPI_FILES) $(EXPANDED_SRC_HEADER_FILES) Makefile \
diff --git a/graphics/shotwell/files/patch-src__main.vala b/graphics/shotwell/files/patch-src__main.vala
deleted file mode 100644
index 099b9e726..000000000
--- a/graphics/shotwell/files/patch-src__main.vala
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/main.vala.orig 2010-09-07 10:48:53.000000000 -0300
-+++ src/main.vala 2010-09-07 10:49:28.000000000 -0300
-@@ -16,9 +16,11 @@
- Unique.Response response = Unique.Response.OK;
-
- switch (command) {
-+#if !NO_CAMERA
- case ShotwellCommand.MOUNTED_CAMERA:
- LibraryWindow.get_app().mounted_camera_shell_notification(data.get_text(), false);
- break;
-+#endif
-
- case Unique.Command.ACTIVATE:
- LibraryWindow.get_app().present_with_time(timestamp);
diff --git a/graphics/shotwell/pkg-descr b/graphics/shotwell/pkg-descr
deleted file mode 100644
index bd0ef9979..000000000
--- a/graphics/shotwell/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-[ excerpt from developer's web site with modifications ]
-
-A digital photo organizer that runs on Unix and (with limited
-features) on Windows.
-
-WWW: http://www.yorba.org/shotwell/
diff --git a/graphics/shotwell/pkg-plist b/graphics/shotwell/pkg-plist
deleted file mode 100644
index 177898802..000000000
--- a/graphics/shotwell/pkg-plist
+++ /dev/null
@@ -1,102 +0,0 @@
-bin/shotwell
-share/applications/shotwell-viewer.desktop
-share/applications/shotwell.desktop
-share/icons/hicolor/scalable/apps/shotwell.svg
-share/locale/ar/LC_MESSAGES/shotwell.mo
-share/locale/ast/LC_MESSAGES/shotwell.mo
-share/locale/bg/LC_MESSAGES/shotwell.mo
-share/locale/bn/LC_MESSAGES/shotwell.mo
-share/locale/ca/LC_MESSAGES/shotwell.mo
-share/locale/cs/LC_MESSAGES/shotwell.mo
-share/locale/da/LC_MESSAGES/shotwell.mo
-share/locale/de/LC_MESSAGES/shotwell.mo
-share/locale/el/LC_MESSAGES/shotwell.mo
-share/locale/en_GB/LC_MESSAGES/shotwell.mo
-share/locale/es/LC_MESSAGES/shotwell.mo
-share/locale/et/LC_MESSAGES/shotwell.mo
-share/locale/fi/LC_MESSAGES/shotwell.mo
-share/locale/fr/LC_MESSAGES/shotwell.mo
-share/locale/gl/LC_MESSAGES/shotwell.mo
-share/locale/hr/LC_MESSAGES/shotwell.mo
-share/locale/hu/LC_MESSAGES/shotwell.mo
-share/locale/id/LC_MESSAGES/shotwell.mo
-share/locale/it/LC_MESSAGES/shotwell.mo
-share/locale/ja/LC_MESSAGES/shotwell.mo
-share/locale/kk/LC_MESSAGES/shotwell.mo
-share/locale/ko/LC_MESSAGES/shotwell.mo
-share/locale/lt/LC_MESSAGES/shotwell.mo
-share/locale/lv/LC_MESSAGES/shotwell.mo
-share/locale/nb/LC_MESSAGES/shotwell.mo
-share/locale/nl/LC_MESSAGES/shotwell.mo
-share/locale/pa/LC_MESSAGES/shotwell.mo
-share/locale/pl/LC_MESSAGES/shotwell.mo
-share/locale/pt/LC_MESSAGES/shotwell.mo
-share/locale/ro/LC_MESSAGES/shotwell.mo
-share/locale/ru/LC_MESSAGES/shotwell.mo
-share/locale/sk/LC_MESSAGES/shotwell.mo
-share/locale/sl/LC_MESSAGES/shotwell.mo
-share/locale/sr/LC_MESSAGES/shotwell.mo
-share/locale/sv/LC_MESSAGES/shotwell.mo
-share/locale/th/LC_MESSAGES/shotwell.mo
-share/locale/tr/LC_MESSAGES/shotwell.mo
-share/locale/uk/LC_MESSAGES/shotwell.mo
-share/locale/zh_CN/LC_MESSAGES/shotwell.mo
-share/locale/zh_TW/LC_MESSAGES/shotwell.mo
-%%DATADIR%%/icons/all-rejected.png
-%%DATADIR%%/icons/crop-pivot-reticle.png
-%%DATADIR%%/icons/crop.svg
-%%DATADIR%%/icons/drag_nub.png
-%%DATADIR%%/icons/enhance.png
-%%DATADIR%%/icons/five-star-filter.svg
-%%DATADIR%%/icons/five-stars.svg
-%%DATADIR%%/icons/four-star-filter-plus.svg
-%%DATADIR%%/icons/four-stars.svg
-%%DATADIR%%/icons/image-adjust.svg
-%%DATADIR%%/icons/import-all.png
-%%DATADIR%%/icons/import.svg
-%%DATADIR%%/icons/last-import-roll.png
-%%DATADIR%%/icons/make-primary.svg
-%%DATADIR%%/icons/merge.svg
-%%DATADIR%%/icons/multiple-events.png
-%%DATADIR%%/icons/multiple-tags.png
-%%DATADIR%%/icons/one-event.png
-%%DATADIR%%/icons/one-star-filter-plus.svg
-%%DATADIR%%/icons/one-star.svg
-%%DATADIR%%/icons/one-tag.png
-%%DATADIR%%/icons/pin-toolbar.svg
-%%DATADIR%%/icons/publish.png
-%%DATADIR%%/icons/redeye.png
-%%DATADIR%%/icons/rejected.svg
-%%DATADIR%%/icons/shotwell-16.svg
-%%DATADIR%%/icons/shotwell-24.svg
-%%DATADIR%%/icons/shotwell-street.jpg
-%%DATADIR%%/icons/shotwell.ico
-%%DATADIR%%/icons/shotwell.svg
-%%DATADIR%%/icons/three-star-filter-plus.svg
-%%DATADIR%%/icons/three-stars.svg
-%%DATADIR%%/icons/two-star-filter-plus.svg
-%%DATADIR%%/icons/two-stars.svg
-%%DATADIR%%/icons/zoom-in.png
-%%DATADIR%%/icons/zoom-out.png
-%%DATADIR%%/ui/collection.ui
-%%DATADIR%%/ui/direct.ui
-%%DATADIR%%/ui/event.ui
-%%DATADIR%%/ui/events_directory.ui
-%%DATADIR%%/ui/fullscreen.ui
-%%DATADIR%%/ui/import.ui
-%%DATADIR%%/ui/import_queue.ui
-%%DATADIR%%/ui/offline.ui
-%%DATADIR%%/ui/photo.ui
-%%DATADIR%%/ui/shotwell.glade
-%%DATADIR%%/ui/tags.ui
-%%DATADIR%%/ui/trash.ui
-@dirrm %%DATADIR%%/ui
-@dirrm %%DATADIR%%/icons
-@dirrm %%DATADIR%%
-@dirrmtry share/locale/kk/LC_MESSAGES
-@dirrmtry share/locale/kk
-@dirrmtry share/locale/ast/LC_MESSAGES
-@dirrmtry share/locale/ast
-@dirrmtry share/applications
-@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/solang/Makefile b/graphics/solang/Makefile
deleted file mode 100644
index 2349e8ffb..000000000
--- a/graphics/solang/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: solang
-# Date created: 2009-06-11
-# Whom: Ashish SHUKLA <wahjava@gmail.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= solang
-PORTVERSION= 0.3
-PORTREVISION= 10
-CATEGORIES= graphics
-MASTER_SITES= http://rishi.fedorapeople.org/solang/
-
-PATCH_SITES= http://rishi.fedorapeople.org/
-PATCHFILES= 0001-Ported-to-libgdamm-4.x.patch
-PATCH_DIST_STRIP= -p1
-
-MAINTAINER= ashish@FreeBSD.org
-COMMENT= A photo manager for GNOME
-
-LIB_DEPENDS= gegl-0.1.105:${PORTSDIR}/graphics/gegl \
- exiv2.10:${PORTSDIR}/graphics/exiv2 \
- flickcurl.0:${PORTSDIR}/www/flickcurl \
- gtkimageview.0:${PORTSDIR}/x11-toolkits/gtkimageview \
- webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2 \
- gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
- soup-2.4.1:${PORTSDIR}/devel/libsoup \
- gdl-1.3:${PORTSDIR}/x11-toolkits/gdl \
- gdamm-4.0.12:${PORTSDIR}/databases/libgdamm \
- gphoto2.2:${PORTSDIR}/graphics/libgphoto2
-
-BROKEN= bad plist + do not build with latest exiv2
-
-USE_AUTOTOOLS= autoconf
-USE_GMAKE= yes
-USE_GNOME= libgda4 intltool
-INSTALLS_ICONS= yes
-USE_GETTEXT= yes
-USE_GCC= 4.2+
-
-post-install:
- @-update-desktop-database
-
-.include <bsd.port.mk>
diff --git a/graphics/solang/distinfo b/graphics/solang/distinfo
deleted file mode 100644
index 5497d015b..000000000
--- a/graphics/solang/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-SHA256 (solang-0.3.tar.gz) = 0d3c85c4f96f829eefc8851713510e068f3cf6b90a0cb084035d98f4d69cb00a
-SIZE (solang-0.3.tar.gz) = 658189
-SHA256 (0001-Ported-to-libgdamm-4.x.patch) = 55bdf02d4c22b947a0e718baced9437949e55480e8ad4fd2ad6ee34b38f29c4f
-SIZE (0001-Ported-to-libgdamm-4.x.patch) = 23747
diff --git a/graphics/solang/files/patch-po_Makefile.in.in b/graphics/solang/files/patch-po_Makefile.in.in
deleted file mode 100644
index 0f3006bb6..000000000
--- a/graphics/solang/files/patch-po_Makefile.in.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD: ports/graphics/solang/files/patch-po_Makefile.in.in,v 1.1 2009/12/03 12:50:05 pav Exp $
-
---- po/Makefile.in.in.orig
-+++ po/Makefile.in.in
-@@ -34,7 +34,7 @@
- datarootdir = @datarootdir@
- libdir = @libdir@
- DATADIRNAME = @DATADIRNAME@
--itlocaledir = $(prefix)/$(DATADIRNAME)/locale
-+itlocaledir = $(datarootdir)/locale
- subdir = po
- install_sh = @install_sh@
- # Automake >= 1.8 provides @mkdir_p@.
diff --git a/graphics/solang/files/patch-src_attribute_search-basket-column-record.h b/graphics/solang/files/patch-src_attribute_search-basket-column-record.h
deleted file mode 100644
index 76001477d..000000000
--- a/graphics/solang/files/patch-src_attribute_search-basket-column-record.h
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD: ports/graphics/solang/files/patch-src_attribute_search-basket-column-record.h,v 1.1 2009/12/03 12:50:05 pav Exp $
-
---- src/attribute/search-basket-column-record.h.orig
-+++ src/attribute/search-basket-column-record.h
-@@ -34,6 +34,8 @@
- public:
- SearchBasketColumnRecord() throw();
-
-+ SearchBasketColumnRecord(const SearchBasketColumnRecord& rec) throw();
-+
- virtual
- ~SearchBasketColumnRecord() throw();
-
diff --git a/graphics/solang/files/patch-src_importer_flickr-chooser-button.cpp b/graphics/solang/files/patch-src_importer_flickr-chooser-button.cpp
deleted file mode 100644
index 4adacaa83..000000000
--- a/graphics/solang/files/patch-src_importer_flickr-chooser-button.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD: ports/graphics/solang/files/patch-src_importer_flickr-chooser-button.cpp,v 1.1 2009/12/03 12:50:05 pav Exp $
-
---- src/importer/flickr-chooser-button.cpp.orig
-+++ src/importer/flickr-chooser-button.cpp
-@@ -53,6 +53,8 @@
- virtual
- ~FlickrButtonModelColumnRecord() throw();
-
-+ FlickrButtonModelColumnRecord(const FlickrButtonModelColumnRecord&) throw();
-+
- const Gtk::TreeModelColumn<PixbufPtr> &
- get_column_pixbuf() const throw();
-
diff --git a/graphics/solang/files/patch-src_importer_flickr-chooser-dialog.cpp b/graphics/solang/files/patch-src_importer_flickr-chooser-dialog.cpp
deleted file mode 100644
index cea922049..000000000
--- a/graphics/solang/files/patch-src_importer_flickr-chooser-dialog.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD: ports/graphics/solang/files/patch-src_importer_flickr-chooser-dialog.cpp,v 1.1 2009/12/03 12:50:05 pav Exp $
-
---- src/importer/flickr-chooser-dialog.cpp.orig
-+++ src/importer/flickr-chooser-dialog.cpp
-@@ -80,6 +80,8 @@
- virtual
- ~FlickrDialogModelColumnRecord() throw();
-
-+ FlickrDialogModelColumnRecord(const FlickrDialogModelColumnRecord&) throw();
-+
- const Gtk::TreeModelColumn<bool> &
- get_column_selected() const throw();
-
diff --git a/graphics/solang/files/patch-src_renderer_browser-model-column-record.h b/graphics/solang/files/patch-src_renderer_browser-model-column-record.h
deleted file mode 100644
index 4f8a4980f..000000000
--- a/graphics/solang/files/patch-src_renderer_browser-model-column-record.h
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD: ports/graphics/solang/files/patch-src_renderer_browser-model-column-record.h,v 1.1 2009/12/03 12:50:05 pav Exp $
-
---- src/renderer/browser-model-column-record.h.orig
-+++ src/renderer/browser-model-column-record.h
-@@ -36,6 +36,8 @@
- virtual
- ~BrowserModelColumnRecord() throw();
-
-+ BrowserModelColumnRecord(const BrowserModelColumnRecord&) throw();
-+
- const Gtk::TreeModelColumn<guint> &
- get_column_serial() const throw();
-
diff --git a/graphics/solang/pkg-descr b/graphics/solang/pkg-descr
deleted file mode 100644
index ee48d0962..000000000
--- a/graphics/solang/pkg-descr
+++ /dev/null
@@ -1,20 +0,0 @@
-Solang - A photo manager for GNOME
-
-Features:
----------
-- Browser, editor, enlarged and slideshow renderer for viewing the entire
- collection, editing, a single photo and slideshows respectively.
-- Camera, Flickr and folder importer to import photos from cameras in PTP mode
- Flickr and folders respectively.
-- Folder exporter to export selected photos to a folder.
-- Date view for showing photo dates.
-- Basic editing like brightness, contrast, flipping, rotation, saturation and
- scaling, and undo, redo of operations.
-- Ability to copy a set of applied operations from one photo and paste it
- onto others.
-- Support for tagging photos and Exif data.
-- Thumbnails for showing RAW files in the browser renderer.
-- Search basket for drag and drop search using multiple tags, Exif fields
- and/or dates.
-
-WWW: https://savannah.nongnu.org/projects/solang
diff --git a/graphics/solang/pkg-plist b/graphics/solang/pkg-plist
deleted file mode 100644
index 22cda9890..000000000
--- a/graphics/solang/pkg-plist
+++ /dev/null
@@ -1,75 +0,0 @@
-bin/solang
-share/locale/bg/LC_MESSAGES/solang.mo
-share/locale/it/LC_MESSAGES/solang.mo
-share/applications/solang.desktop
-%%DOCSDIR%%/ARTISTS
-%%DOCSDIR%%/AUTHORS
-%%DOCSDIR%%/COPYING
-%%DOCSDIR%%/COPYING.GPLv2
-%%DOCSDIR%%/ChangeLog
-%%DOCSDIR%%/INSTALL
-%%DOCSDIR%%/NEWS
-%%DOCSDIR%%/README
-share/icons/hicolor/128x128/apps/solang.png
-share/icons/hicolor/16x16/apps/solang.png
-share/icons/hicolor/22x22/apps/solang.png
-share/icons/hicolor/24x24/apps/solang.png
-share/icons/hicolor/32x32/apps/solang.png
-share/icons/hicolor/48x48/apps/solang.png
-share/icons/hicolor/96x96/apps/solang.png
-share/icons/hicolor/scalable/apps/solang.svg
-%%DATADIR%%/pixmaps/camera-photo-16.png
-%%DATADIR%%/pixmaps/camera-photo-22.png
-%%DATADIR%%/pixmaps/camera-photo-24.png
-%%DATADIR%%/pixmaps/camera-photo-32.png
-%%DATADIR%%/pixmaps/camera-photo.svg
-%%DATADIR%%/pixmaps/flickr.png
-%%DATADIR%%/pixmaps/flip-object-horizontal.png
-%%DATADIR%%/pixmaps/flip-object-vertical.png
-%%DATADIR%%/pixmaps/mode-browse-16.png
-%%DATADIR%%/pixmaps/mode-browse-22.png
-%%DATADIR%%/pixmaps/mode-browse-24.png
-%%DATADIR%%/pixmaps/mode-browse-32.png
-%%DATADIR%%/pixmaps/mode-browse.svg
-%%DATADIR%%/pixmaps/mode-image-edit-16.png
-%%DATADIR%%/pixmaps/mode-image-edit-22.png
-%%DATADIR%%/pixmaps/mode-image-edit-24.png
-%%DATADIR%%/pixmaps/object-rotate-left.png
-%%DATADIR%%/pixmaps/object-rotate-right.png
-%%DATADIR%%/pixmaps/slideshow-play-16.png
-%%DATADIR%%/pixmaps/slideshow-play-22.png
-%%DATADIR%%/pixmaps/slideshow-play-24.png
-%%DATADIR%%/pixmaps/slideshow-play-32.png
-%%DATADIR%%/pixmaps/slideshow-play-48.png
-%%DATADIR%%/pixmaps/slideshow-play.svg
-%%DATADIR%%/pixmaps/stock-resize-16.png
-%%DATADIR%%/pixmaps/tag-16.png
-%%DATADIR%%/pixmaps/tag-22.png
-%%DATADIR%%/pixmaps/tag-new-16.png
-%%DATADIR%%/pixmaps/tag-new-22.png
-%%DATADIR%%/pixmaps/tag-new-24.png
-%%DATADIR%%/pixmaps/view-far-16.png
-%%DATADIR%%/pixmaps/view-far-22.png
-%%DATADIR%%/pixmaps/view-far-24.png
-%%DATADIR%%/pixmaps/view-near-16.png
-%%DATADIR%%/pixmaps/view-near-22.png
-%%DATADIR%%/pixmaps/view-near-24.png
-%%DATADIR%%/solang-layout.xml
-%%DATADIR%%/ui/solang-browser-renderer-thumbnail.ui
-%%DATADIR%%/ui/solang-browser-renderer.ui
-%%DATADIR%%/ui/solang-editor-renderer.ui
-%%DATADIR%%/ui/solang-editor.ui
-%%DATADIR%%/ui/solang-enlarged-renderer.ui
-%%DATADIR%%/ui/solang-importer.ui
-%%DATADIR%%/ui/solang-slideshow-renderer.ui
-%%DATADIR%%/ui/solang-slideshow.ui
-%%DATADIR%%/ui/solang-tag-manager.ui
-%%DATADIR%%/ui/solang-thumbnail-popup.ui
-%%DATADIR%%/ui/solang.ui
-@dirrm %%DATADIR%%/ui
-@dirrm %%DATADIR%%/pixmaps
-@dirrm %%DATADIR%%
-@dirrmtry share/applications
-@dirrm %%DOCSDIR%%
-@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
-@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true