diff options
Diffstat (limited to 'graphics')
221 files changed, 0 insertions, 17031 deletions
diff --git a/graphics/GraphicsMagick12/Makefile b/graphics/GraphicsMagick12/Makefile deleted file mode 100644 index 5d2c390aff32..000000000000 --- a/graphics/GraphicsMagick12/Makefile +++ /dev/null @@ -1,82 +0,0 @@ -# New ports collection makefile for: GraphicsMagick -# Date created: 25 july 2005 -# Whom: Ron van Daal -# -# $FreeBSD$ -# - -PORTNAME= GraphicsMagick -PORTVERSION= 1.1.7 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/ -MASTER_SITE_SUBDIR= ${PORTNAME:L} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Fast image processing tools based on ImageMagick - -LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ - jbig:${PORTSDIR}/graphics/jbigkit \ - wmf:${PORTSDIR}/graphics/libwmf \ - xml2:${PORTSDIR}/textproc/libxml2 -OTHERGRAPHICS= jasper jpeg lcms png tiff -LIB_DEPENDS+= ${OTHERGRAPHICS:C|(.+)|\1:${PORTSDIR}/graphics/\1|} -OPTIONS= Q8BIT "Use 8-bit pixels (speed) instead of 16 (quality)" off - -# Use libfpx only on i386. On other systems it does not seem to work :-( -OPTIONS+= FPX "Build FPX backend -- broken on non-i386 systems" \ - ${ARCH:S,i386,on,:C,^[^o].*,off,} - -USE_BZIP2= yes -USE_GHOSTSCRIPT=yes -GNU_CONFIGURE= yes - -MAN1= GraphicsMagick++-config.1 \ - GraphicsMagick-config.1 \ - GraphicsMagickWand-config.1 \ - gm.1 -MAN4= miff.4 -MAN5= quantize.5 - -.ifndef WINDOWS_FONT_DIR -# Use fonts installed by x11-fonts/webfonts by default -WINDOWS_FONT_DIR=${X11BASE}/lib/X11/webfonts -.endif - -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --without-perl --with-windows-font-dir=${WINDOWS_FONT_DIR} \ - --enable-shared --enable-static --without-threads \ - --enable-symbol-prefix -USE_LDCONFIG= yes - -.if !defined(NOPORTDOCS) -INSTALL_TARGET= install install-data-html -.endif -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.pre.mk> - -# Perl and Tcl APIs will be installed by separate ports -PLIST_SUB+= WITH_PERL="@comment " - -.if defined(WITHOUT_X11) -PKGNAMESUFFIX+= -nox11 -CONFIGURE_ARGS+=--without-x -.endif - -.if defined(WITH_FPX) -LIB_DEPENDS+= fpx:${PORTSDIR}/graphics/libfpx -.else -CONFIGURE_ARGS+=--without-fpx -.endif - -.if defined(WITH_Q8BIT) || defined(WITHOUT_GRAPHICSMAGICK_16BIT_PIXEL) -CONFIGURE_ARGS+= --with-quantum-depth=8 -PLIST_SUB+= Q=8 -.else -CONFIGURE_ARGS+= --with-quantum-depth=16 -PLIST_SUB+= Q=16 -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/GraphicsMagick12/distinfo b/graphics/GraphicsMagick12/distinfo deleted file mode 100644 index e95e45e200a3..000000000000 --- a/graphics/GraphicsMagick12/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (GraphicsMagick-1.1.7.tar.bz2) = f75d830ca623bf10385b3ad62c48437a -SHA256 (GraphicsMagick-1.1.7.tar.bz2) = 95f85e8bb84cc7ad05e84988f4cd93432ab2d4b300827fef34d1ada5e69196cc -SIZE (GraphicsMagick-1.1.7.tar.bz2) = 4957394 diff --git a/graphics/GraphicsMagick12/files/patch-Makefile.in b/graphics/GraphicsMagick12/files/patch-Makefile.in deleted file mode 100644 index 695f093c89fc..000000000000 --- a/graphics/GraphicsMagick12/files/patch-Makefile.in +++ /dev/null @@ -1,89 +0,0 @@ ---- Makefile.in Fri Mar 18 19:36:21 2005 -+++ Makefile.in Sun Jul 24 18:21:35 2005 -@@ -466,5 +466,5 @@ - - # Install HTML files --pkgdocdir = @MagickSharePath@ -+pkgdocdir = ${DATA_DIR}/doc/GraphicsMagick - DOCDIRS = images www www/api www/Magick++ - @WITH_PERL_TRUE@PERLMAGICK = PerlMagick -@@ -1079,5 +1079,5 @@ - - # Install arch-independent package data --install-data-local: install-data-html -+install-data-local: - - # Uninstall arch-independent package data ---- coders/Makefile.in Fri Mar 18 19:36:16 2005 -+++ coders/Makefile.in Sun Jul 24 19:22:21 2005 -@@ -1479,5 +1479,5 @@ - install-pkgLTLIBRARIES: $(pkg_LTLIBRARIES) - @$(NORMAL_INSTALL) -- test -z "$(pkgdir)" || $(mkdir_p) "$(DESTDIR)$(pkgdir)" -+ test -z "$(pkgdir)" -o -z "$(pkg_LTLIBRARIES)" || $(mkdir_p) "$(DESTDIR)$(pkgdir)" - @list='$(pkg_LTLIBRARIES)'; for p in $$list; do \ - if test -f $$p; then \ -@@ -1825,5 +1825,5 @@ - install-pkgDATA: $(pkg_DATA) - @$(NORMAL_INSTALL) -- test -z "$(pkgdir)" || $(mkdir_p) "$(DESTDIR)$(pkgdir)" -+ test -z "$(pkgdir)" -o -z '$(pkg_DATA)' || $(mkdir_p) "$(DESTDIR)$(pkgdir)" - @list='$(pkg_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -@@ -1842,5 +1842,5 @@ - install-pkgdataDATA: $(pkgdata_DATA) - @$(NORMAL_INSTALL) -- test -z "$(pkgdatadir)" || $(mkdir_p) "$(DESTDIR)$(pkgdatadir)" -+ test -z "$(pkgdatadir)" -o -z '$(pkgdata_DATA)' || $(mkdir_p) "$(DESTDIR)$(pkgdatadir)" - @list='$(pkgdata_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ ---- filters/Makefile.in Fri Mar 18 19:36:17 2005 -+++ filters/Makefile.in Sun Jul 24 19:23:33 2005 -@@ -522,5 +522,5 @@ - install-pkgLTLIBRARIES: $(pkg_LTLIBRARIES) - @$(NORMAL_INSTALL) -- test -z "$(pkgdir)" || $(mkdir_p) "$(DESTDIR)$(pkgdir)" -+ test -z "$(pkgdir)" -o -z '$(pkg_LTLIBRARIES)' || $(mkdir_p) "$(DESTDIR)$(pkgdir)" - @list='$(pkg_LTLIBRARIES)'; for p in $$list; do \ - if test -f $$p; then \ -@@ -592,5 +592,5 @@ - install-pkgDATA: $(pkg_DATA) - @$(NORMAL_INSTALL) -- test -z "$(pkgdir)" || $(mkdir_p) "$(DESTDIR)$(pkgdir)" -+ test -z "$(pkgdir)" -o -z '$(pkg_DATA)' || $(mkdir_p) "$(DESTDIR)$(pkgdir)" - @list='$(pkg_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ ---- magick/Makefile.in Fri Mar 18 19:36:18 2005 -+++ magick/Makefile.in Tue Jul 26 21:05:48 2005 -@@ -664,5 +664,5 @@ - - # Pkgconfig directory --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - - # Files to install in Pkgconfig directory -@@ -930,5 +930,5 @@ - install-pkgDATA: $(pkg_DATA) - @$(NORMAL_INSTALL) -- test -z "$(pkgdir)" || $(mkdir_p) "$(DESTDIR)$(pkgdir)" -+ test -z "$(pkgdir)" -o -z '$(pkg_DATA)' || $(mkdir_p) "$(DESTDIR)$(pkgdir)" - @list='$(pkg_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ ---- Magick++/lib/Makefile.in Fri Mar 18 19:36:13 2005 -+++ Magick++/lib/Makefile.in Tue Jul 26 21:37:39 2005 -@@ -453,5 +453,5 @@ - - # Pkgconfig directory --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - - # Files to install in Pkgconfig directory ---- wand/Makefile.in Fri Mar 18 19:36:20 2005 -+++ wand/Makefile.in Tue Jul 26 21:38:43 2005 -@@ -478,5 +478,5 @@ - - # Pkgconfig directory --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - - # Files to install in Pkgconfig directory diff --git a/graphics/GraphicsMagick12/files/patch-coders-png.c b/graphics/GraphicsMagick12/files/patch-coders-png.c deleted file mode 100644 index 7a3b687f08cf..000000000000 --- a/graphics/GraphicsMagick12/files/patch-coders-png.c +++ /dev/null @@ -1,22 +0,0 @@ ---- coders/png.c 2004/11/11 03:10:42 1.369.2.3 -+++ coders/png.c 2006/08/18 04:03:02 1.369.2.4 -@@ -1709,7 +1709,7 @@ static Image *ReadOnePNGImage(MngInfo *m - #if defined(PNG_USE_PNGGCCRD) && defined(PNG_ASSEMBLER_CODE_SUPPORTED) \ - && (PNG_LIBPNG_VER >= 10200) - /* Disable thread-unsafe features of pnggccrd */ -- if (png_access_version() >= 10200) -+ if (png_access_version_number() >= 10200) - { - png_uint_32 mmx_disable_mask=0; - png_uint_32 asm_flags; -@@ -1718,8 +1718,8 @@ static Image *ReadOnePNGImage(MngInfo *m - | PNG_ASM_FLAG_MMX_READ_FILTER_SUB \ - | PNG_ASM_FLAG_MMX_READ_FILTER_AVG \ - | PNG_ASM_FLAG_MMX_READ_FILTER_PAETH ); -- asm_flags=png_get_asm_flags(png_ptr); -- png_set_asm_flags(png_ptr, asm_flags & ~mmx_disable_mask); -+ asm_flags=png_get_asm_flags(ping); -+ png_set_asm_flags(ping, asm_flags & ~mmx_disable_mask); - } - #endif - diff --git a/graphics/GraphicsMagick12/files/patch-configure b/graphics/GraphicsMagick12/files/patch-configure deleted file mode 100644 index af50a04fedad..000000000000 --- a/graphics/GraphicsMagick12/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ ---- configure Fri Mar 18 19:35:06 2005 -+++ configure Tue Jul 26 22:53:50 2005 -@@ -2092,5 +2092,5 @@ - MagickLibConfigSubDir="${MagickLibSubdir}/config" - AC_DEFINE_UNQUOTED(MagickLibConfigSubDir,"$MagickLibConfigSubDir",Subdirectory of lib where architecture-dependent configuration files live.) --MagickLibConfigPath="${LIB_DIR}/${MagickLibConfigSubDir}" -+MagickLibConfigPath="${DATA_DIR}/GraphicsMagick/config" - MagickLibConfigPathDefine="${MagickLibConfigPath}/" - if test "$native_win32_build" = 'yes' -@@ -2130,5 +2130,5 @@ - # Path to GraphicsMagick share files - MagickShareSubdir="${PACKAGE_NAME}-${PACKAGE_VERSION}" --MagickSharePath="${DATA_DIR}/${MagickShareSubdir}" -+MagickSharePath="${DATA_DIR}/GraphicsMagick/" - MagickSharePathDefine="${MagickSharePath}/" - if test "$native_win32_build" = 'yes' -@@ -2142,5 +2142,5 @@ - MagickShareConfigSubDir="${MagickLibSubdir}/config" - AC_DEFINE_UNQUOTED(MagickShareConfigSubDir,"$MagickShareConfigSubDir",Subdirectory of lib where architecture-independent configuration files live.) --MagickShareConfigPath="${DATA_DIR}/${MagickShareConfigSubDir}" -+MagickShareConfigPath="${MagickLibConfigPath}" - MagickShareConfigPathDefine="${MagickShareConfigPath}/" - if test "$native_win32_build" = 'yes' diff --git a/graphics/GraphicsMagick12/pkg-descr b/graphics/GraphicsMagick12/pkg-descr deleted file mode 100644 index e43f63a5ad60..000000000000 --- a/graphics/GraphicsMagick12/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -This is a port of GraphicsMagick(TM), the "swiss army knife" of image -processing. It provides a robust collection of tools and libraries which -support reading, writing, and manipulating an image in over 88 major -formats including formats like DPX, GIF, JPEG, JPEG-2000, PNG, PDF, SVG -and TIFF. - -The program is the fork of a better-known ImageMagick (5.5.2), which -emphasizes end-user and API-stabilities. - -WWW: http://www.graphicsmagick.org/ - -- Ron van Daal -ronvdaal@n1x.nl diff --git a/graphics/GraphicsMagick12/pkg-plist b/graphics/GraphicsMagick12/pkg-plist deleted file mode 100644 index fb02ec662470..000000000000 --- a/graphics/GraphicsMagick12/pkg-plist +++ /dev/null @@ -1,249 +0,0 @@ -bin/GraphicsMagick++-config -bin/GraphicsMagick-config -bin/GraphicsMagickWand-config -bin/gm -include/GraphicsMagick/Magick++.h -include/GraphicsMagick/Magick++/Blob.h -include/GraphicsMagick/Magick++/CoderInfo.h -include/GraphicsMagick/Magick++/Color.h -include/GraphicsMagick/Magick++/Drawable.h -include/GraphicsMagick/Magick++/Exception.h -include/GraphicsMagick/Magick++/Geometry.h -include/GraphicsMagick/Magick++/Image.h -include/GraphicsMagick/Magick++/Include.h -include/GraphicsMagick/Magick++/Montage.h -include/GraphicsMagick/Magick++/Pixels.h -include/GraphicsMagick/Magick++/STL.h -include/GraphicsMagick/Magick++/TypeMetric.h -include/GraphicsMagick/magick/PreRvIcccm.h -include/GraphicsMagick/magick/api.h -include/GraphicsMagick/magick/attribute.h -include/GraphicsMagick/magick/blob.h -include/GraphicsMagick/magick/cache.h -include/GraphicsMagick/magick/cache_view.h -include/GraphicsMagick/magick/color.h -include/GraphicsMagick/magick/command.h -include/GraphicsMagick/magick/composite.h -include/GraphicsMagick/magick/compress.h -include/GraphicsMagick/magick/constitute.h -include/GraphicsMagick/magick/decorate.h -include/GraphicsMagick/magick/delegate.h -include/GraphicsMagick/magick/deprecate.h -include/GraphicsMagick/magick/draw.h -include/GraphicsMagick/magick/effect.h -include/GraphicsMagick/magick/enhance.h -include/GraphicsMagick/magick/error.h -include/GraphicsMagick/magick/fx.h -include/GraphicsMagick/magick/gem.h -include/GraphicsMagick/magick/image.h -include/GraphicsMagick/magick/list.h -include/GraphicsMagick/magick/log.h -include/GraphicsMagick/magick/magic.h -include/GraphicsMagick/magick/magick.h -include/GraphicsMagick/magick/magick_config.h -include/GraphicsMagick/magick/magick_types.h -include/GraphicsMagick/magick/module.h -include/GraphicsMagick/magick/monitor.h -include/GraphicsMagick/magick/montage.h -include/GraphicsMagick/magick/paint.h -include/GraphicsMagick/magick/profile.h -include/GraphicsMagick/magick/quantize.h -include/GraphicsMagick/magick/registry.h -include/GraphicsMagick/magick/render.h -include/GraphicsMagick/magick/resize.h -include/GraphicsMagick/magick/resource.h -include/GraphicsMagick/magick/shear.h -include/GraphicsMagick/magick/signature.h -include/GraphicsMagick/magick/stream.h -include/GraphicsMagick/magick/symbols.h -include/GraphicsMagick/magick/timer.h -include/GraphicsMagick/magick/transform.h -include/GraphicsMagick/magick/utility.h -include/GraphicsMagick/magick/version.h -include/GraphicsMagick/magick/widget.h -include/GraphicsMagick/magick/xwindow.h -include/GraphicsMagick/wand/drawing_wand.h -include/GraphicsMagick/wand/magick_wand.h -include/GraphicsMagick/wand/pixel_wand.h -include/GraphicsMagick/wand/wand_api.h -%%DATADIR%%/Copyright.txt -%%DATADIR%%/config/colors.mgk -%%DATADIR%%/config/delegates.mgk -%%DATADIR%%/config/log.mgk -%%DATADIR%%/config/magic.mgk -%%DATADIR%%/config/modules.mgk -%%DATADIR%%/config/type-ghostscript.mgk -%%DATADIR%%/config/type-solaris.mgk -%%DATADIR%%/config/type-windows.mgk -%%DATADIR%%/config/type.mgk -lib/libGraphicsMagick++.a -lib/libGraphicsMagick++.la -lib/libGraphicsMagick++.so -lib/libGraphicsMagick++.so.1 -lib/libGraphicsMagick.a -lib/libGraphicsMagick.la -lib/libGraphicsMagick.so -lib/libGraphicsMagick.so.1 -lib/libGraphicsMagickWand.a -lib/libGraphicsMagickWand.la -lib/libGraphicsMagickWand.so -lib/libGraphicsMagickWand.so.0 -libdata/pkgconfig/GraphicsMagick++.pc -libdata/pkgconfig/GraphicsMagick.pc -libdata/pkgconfig/GraphicsMagickWand.pc -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Graphics/Magick.pm -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graphics/Magick/.packlist -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graphics/Magick/Magick.so -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graphics/Magick/Magick.bs -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graphics/Magick/autosplit.ix -@comment lib/GraphicsMagick-%%PORTVERSION%%/modules-%%Q%%/coders -@comment lib/GraphicsMagick-%%PORTVERSION%%/modules-%%Q%%/filters -%%PORTDOCS%%%%DOCSDIR%%/images/ball.png -%%PORTDOCS%%%%DOCSDIR%%/images/corbis.png -%%PORTDOCS%%%%DOCSDIR%%/images/examples.jpg -%%PORTDOCS%%%%DOCSDIR%%/images/gm-125x80t.png -%%PORTDOCS%%%%DOCSDIR%%/images/gm-188x120t.png -%%PORTDOCS%%%%DOCSDIR%%/images/gm-282x180t.png -%%PORTDOCS%%%%DOCSDIR%%/images/home.png -%%PORTDOCS%%%%DOCSDIR%%/images/mail.png -%%PORTDOCS%%%%DOCSDIR%%/images/pdfsages.png -%%PORTDOCS%%%%DOCSDIR%%/images/pngnow.png -%%PORTDOCS%%%%DOCSDIR%%/images/right_triangle.png -%%PORTDOCS%%%%DOCSDIR%%/images/right_triangle_option.png -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/www/AUTHORS.html -%%PORTDOCS%%%%DOCSDIR%%/www/Changelog.html -%%PORTDOCS%%%%DOCSDIR%%/www/Copyright.html -%%PORTDOCS%%%%DOCSDIR%%/www/FAQ.html -%%PORTDOCS%%%%DOCSDIR%%/www/GraphicsMagick.html -%%PORTDOCS%%%%DOCSDIR%%/www/INSTALL-mac.html -%%PORTDOCS%%%%DOCSDIR%%/www/INSTALL-unix.html -%%PORTDOCS%%%%DOCSDIR%%/www/INSTALL-vms.html -%%PORTDOCS%%%%DOCSDIR%%/www/INSTALL-windows.html -%%PORTDOCS%%%%DOCSDIR%%/www/ImageMagickObject.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Blob.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Cache.fig -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Cache.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Cache.svg -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/ChangeLog.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/CoderInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Color.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Documentation.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Drawable.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Drawable_example_1.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Enumerations.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Exception.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/FormatCharacters.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Future.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Geometry.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Image.fig -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Image.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Image.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/ImageDesign.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/ImageMagick.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Install.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Magick++.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Montage.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/NEWS.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/PixelPacket.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Pixels.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/README.txt -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/STL.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/TypeMetric.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/gm-188x120t.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/index.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/montage-sample-framed.jpg -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/right_triangle.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-anatomy-framed.fig -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-anatomy-framed.jpg -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-anatomy-plain.fig -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-anatomy-plain.jpg -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-sample-framed.jpg -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-sample-plain.jpg -%%PORTDOCS%%%%DOCSDIR%%/www/NEWS.html -%%PORTDOCS%%%%DOCSDIR%%/www/README.html -%%PORTDOCS%%%%DOCSDIR%%/www/animate.html -%%PORTDOCS%%%%DOCSDIR%%/www/api.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/animate.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/annotate.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/attribute.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/blob.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/cache.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/cache_view.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/color.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/composite.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/constitute.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/decorate.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/deprecate.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/display.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/draw.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/effect.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/enhance.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/error.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/fx.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/image.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/list.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/magick.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/memory.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/monitor.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/montage.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/paint.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/profile.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/quantize.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/registry.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/render.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/resize.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/resource.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/segment.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/shear.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/signature.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/stream.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/transform.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/types.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/widget.html -%%PORTDOCS%%%%DOCSDIR%%/www/body.html -%%PORTDOCS%%%%DOCSDIR%%/www/body.html.rej -%%PORTDOCS%%%%DOCSDIR%%/www/books.html -%%PORTDOCS%%%%DOCSDIR%%/www/color.html -%%PORTDOCS%%%%DOCSDIR%%/www/composite.html -%%PORTDOCS%%%%DOCSDIR%%/www/conjure.html -%%PORTDOCS%%%%DOCSDIR%%/www/contribute.html -%%PORTDOCS%%%%DOCSDIR%%/www/convert.html -%%PORTDOCS%%%%DOCSDIR%%/www/cvs.html -%%PORTDOCS%%%%DOCSDIR%%/www/development.html -%%PORTDOCS%%%%DOCSDIR%%/www/display.html -%%PORTDOCS%%%%DOCSDIR%%/www/download.html -%%PORTDOCS%%%%DOCSDIR%%/www/formats.html -%%PORTDOCS%%%%DOCSDIR%%/www/gm.html -%%PORTDOCS%%%%DOCSDIR%%/www/header.html -%%PORTDOCS%%%%DOCSDIR%%/www/identify.html -%%PORTDOCS%%%%DOCSDIR%%/www/import.html -%%PORTDOCS%%%%DOCSDIR%%/www/index.html -%%PORTDOCS%%%%DOCSDIR%%/www/install.html -%%PORTDOCS%%%%DOCSDIR%%/www/links.html -%%PORTDOCS%%%%DOCSDIR%%/www/magick.css -%%PORTDOCS%%%%DOCSDIR%%/www/miff.html -%%PORTDOCS%%%%DOCSDIR%%/www/mission.html -%%PORTDOCS%%%%DOCSDIR%%/www/mogrify.html -%%PORTDOCS%%%%DOCSDIR%%/www/montage.html -%%PORTDOCS%%%%DOCSDIR%%/www/perl.html -%%PORTDOCS%%%%DOCSDIR%%/www/programming.html -%%PORTDOCS%%%%DOCSDIR%%/www/quantize.html -%%PORTDOCS%%%%DOCSDIR%%/www/smile.c -%%PORTDOCS%%%%DOCSDIR%%/www/tools.html -%%PORTDOCS%%%%DOCSDIR%%/www/utilities.html -%%PORTDOCS%%%%DOCSDIR%%/www/windows.html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/www/api -%%PORTDOCS%%@dirrm %%DOCSDIR%%/www/Magick++ -%%PORTDOCS%%@dirrm %%DOCSDIR%%/www -%%PORTDOCS%%@dirrm %%DOCSDIR%%/images -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Graphics/Magick -%%WITH_PERL%%@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Graphics -%%WITH_PERL%%@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Graphics -@dirrm %%DATADIR%%/config -@dirrm %%DATADIR%% -@dirrm include/GraphicsMagick/wand -@dirrm include/GraphicsMagick/magick -@dirrm include/GraphicsMagick/Magick++ -@dirrm include/GraphicsMagick diff --git a/graphics/GraphicsMagick13/Makefile b/graphics/GraphicsMagick13/Makefile deleted file mode 100644 index 5d2c390aff32..000000000000 --- a/graphics/GraphicsMagick13/Makefile +++ /dev/null @@ -1,82 +0,0 @@ -# New ports collection makefile for: GraphicsMagick -# Date created: 25 july 2005 -# Whom: Ron van Daal -# -# $FreeBSD$ -# - -PORTNAME= GraphicsMagick -PORTVERSION= 1.1.7 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/ -MASTER_SITE_SUBDIR= ${PORTNAME:L} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Fast image processing tools based on ImageMagick - -LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ - jbig:${PORTSDIR}/graphics/jbigkit \ - wmf:${PORTSDIR}/graphics/libwmf \ - xml2:${PORTSDIR}/textproc/libxml2 -OTHERGRAPHICS= jasper jpeg lcms png tiff -LIB_DEPENDS+= ${OTHERGRAPHICS:C|(.+)|\1:${PORTSDIR}/graphics/\1|} -OPTIONS= Q8BIT "Use 8-bit pixels (speed) instead of 16 (quality)" off - -# Use libfpx only on i386. On other systems it does not seem to work :-( -OPTIONS+= FPX "Build FPX backend -- broken on non-i386 systems" \ - ${ARCH:S,i386,on,:C,^[^o].*,off,} - -USE_BZIP2= yes -USE_GHOSTSCRIPT=yes -GNU_CONFIGURE= yes - -MAN1= GraphicsMagick++-config.1 \ - GraphicsMagick-config.1 \ - GraphicsMagickWand-config.1 \ - gm.1 -MAN4= miff.4 -MAN5= quantize.5 - -.ifndef WINDOWS_FONT_DIR -# Use fonts installed by x11-fonts/webfonts by default -WINDOWS_FONT_DIR=${X11BASE}/lib/X11/webfonts -.endif - -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --without-perl --with-windows-font-dir=${WINDOWS_FONT_DIR} \ - --enable-shared --enable-static --without-threads \ - --enable-symbol-prefix -USE_LDCONFIG= yes - -.if !defined(NOPORTDOCS) -INSTALL_TARGET= install install-data-html -.endif -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.pre.mk> - -# Perl and Tcl APIs will be installed by separate ports -PLIST_SUB+= WITH_PERL="@comment " - -.if defined(WITHOUT_X11) -PKGNAMESUFFIX+= -nox11 -CONFIGURE_ARGS+=--without-x -.endif - -.if defined(WITH_FPX) -LIB_DEPENDS+= fpx:${PORTSDIR}/graphics/libfpx -.else -CONFIGURE_ARGS+=--without-fpx -.endif - -.if defined(WITH_Q8BIT) || defined(WITHOUT_GRAPHICSMAGICK_16BIT_PIXEL) -CONFIGURE_ARGS+= --with-quantum-depth=8 -PLIST_SUB+= Q=8 -.else -CONFIGURE_ARGS+= --with-quantum-depth=16 -PLIST_SUB+= Q=16 -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/GraphicsMagick13/distinfo b/graphics/GraphicsMagick13/distinfo deleted file mode 100644 index e95e45e200a3..000000000000 --- a/graphics/GraphicsMagick13/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (GraphicsMagick-1.1.7.tar.bz2) = f75d830ca623bf10385b3ad62c48437a -SHA256 (GraphicsMagick-1.1.7.tar.bz2) = 95f85e8bb84cc7ad05e84988f4cd93432ab2d4b300827fef34d1ada5e69196cc -SIZE (GraphicsMagick-1.1.7.tar.bz2) = 4957394 diff --git a/graphics/GraphicsMagick13/files/patch-Makefile.in b/graphics/GraphicsMagick13/files/patch-Makefile.in deleted file mode 100644 index 695f093c89fc..000000000000 --- a/graphics/GraphicsMagick13/files/patch-Makefile.in +++ /dev/null @@ -1,89 +0,0 @@ ---- Makefile.in Fri Mar 18 19:36:21 2005 -+++ Makefile.in Sun Jul 24 18:21:35 2005 -@@ -466,5 +466,5 @@ - - # Install HTML files --pkgdocdir = @MagickSharePath@ -+pkgdocdir = ${DATA_DIR}/doc/GraphicsMagick - DOCDIRS = images www www/api www/Magick++ - @WITH_PERL_TRUE@PERLMAGICK = PerlMagick -@@ -1079,5 +1079,5 @@ - - # Install arch-independent package data --install-data-local: install-data-html -+install-data-local: - - # Uninstall arch-independent package data ---- coders/Makefile.in Fri Mar 18 19:36:16 2005 -+++ coders/Makefile.in Sun Jul 24 19:22:21 2005 -@@ -1479,5 +1479,5 @@ - install-pkgLTLIBRARIES: $(pkg_LTLIBRARIES) - @$(NORMAL_INSTALL) -- test -z "$(pkgdir)" || $(mkdir_p) "$(DESTDIR)$(pkgdir)" -+ test -z "$(pkgdir)" -o -z "$(pkg_LTLIBRARIES)" || $(mkdir_p) "$(DESTDIR)$(pkgdir)" - @list='$(pkg_LTLIBRARIES)'; for p in $$list; do \ - if test -f $$p; then \ -@@ -1825,5 +1825,5 @@ - install-pkgDATA: $(pkg_DATA) - @$(NORMAL_INSTALL) -- test -z "$(pkgdir)" || $(mkdir_p) "$(DESTDIR)$(pkgdir)" -+ test -z "$(pkgdir)" -o -z '$(pkg_DATA)' || $(mkdir_p) "$(DESTDIR)$(pkgdir)" - @list='$(pkg_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -@@ -1842,5 +1842,5 @@ - install-pkgdataDATA: $(pkgdata_DATA) - @$(NORMAL_INSTALL) -- test -z "$(pkgdatadir)" || $(mkdir_p) "$(DESTDIR)$(pkgdatadir)" -+ test -z "$(pkgdatadir)" -o -z '$(pkgdata_DATA)' || $(mkdir_p) "$(DESTDIR)$(pkgdatadir)" - @list='$(pkgdata_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ ---- filters/Makefile.in Fri Mar 18 19:36:17 2005 -+++ filters/Makefile.in Sun Jul 24 19:23:33 2005 -@@ -522,5 +522,5 @@ - install-pkgLTLIBRARIES: $(pkg_LTLIBRARIES) - @$(NORMAL_INSTALL) -- test -z "$(pkgdir)" || $(mkdir_p) "$(DESTDIR)$(pkgdir)" -+ test -z "$(pkgdir)" -o -z '$(pkg_LTLIBRARIES)' || $(mkdir_p) "$(DESTDIR)$(pkgdir)" - @list='$(pkg_LTLIBRARIES)'; for p in $$list; do \ - if test -f $$p; then \ -@@ -592,5 +592,5 @@ - install-pkgDATA: $(pkg_DATA) - @$(NORMAL_INSTALL) -- test -z "$(pkgdir)" || $(mkdir_p) "$(DESTDIR)$(pkgdir)" -+ test -z "$(pkgdir)" -o -z '$(pkg_DATA)' || $(mkdir_p) "$(DESTDIR)$(pkgdir)" - @list='$(pkg_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ ---- magick/Makefile.in Fri Mar 18 19:36:18 2005 -+++ magick/Makefile.in Tue Jul 26 21:05:48 2005 -@@ -664,5 +664,5 @@ - - # Pkgconfig directory --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - - # Files to install in Pkgconfig directory -@@ -930,5 +930,5 @@ - install-pkgDATA: $(pkg_DATA) - @$(NORMAL_INSTALL) -- test -z "$(pkgdir)" || $(mkdir_p) "$(DESTDIR)$(pkgdir)" -+ test -z "$(pkgdir)" -o -z '$(pkg_DATA)' || $(mkdir_p) "$(DESTDIR)$(pkgdir)" - @list='$(pkg_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ ---- Magick++/lib/Makefile.in Fri Mar 18 19:36:13 2005 -+++ Magick++/lib/Makefile.in Tue Jul 26 21:37:39 2005 -@@ -453,5 +453,5 @@ - - # Pkgconfig directory --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - - # Files to install in Pkgconfig directory ---- wand/Makefile.in Fri Mar 18 19:36:20 2005 -+++ wand/Makefile.in Tue Jul 26 21:38:43 2005 -@@ -478,5 +478,5 @@ - - # Pkgconfig directory --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - - # Files to install in Pkgconfig directory diff --git a/graphics/GraphicsMagick13/files/patch-coders-png.c b/graphics/GraphicsMagick13/files/patch-coders-png.c deleted file mode 100644 index 7a3b687f08cf..000000000000 --- a/graphics/GraphicsMagick13/files/patch-coders-png.c +++ /dev/null @@ -1,22 +0,0 @@ ---- coders/png.c 2004/11/11 03:10:42 1.369.2.3 -+++ coders/png.c 2006/08/18 04:03:02 1.369.2.4 -@@ -1709,7 +1709,7 @@ static Image *ReadOnePNGImage(MngInfo *m - #if defined(PNG_USE_PNGGCCRD) && defined(PNG_ASSEMBLER_CODE_SUPPORTED) \ - && (PNG_LIBPNG_VER >= 10200) - /* Disable thread-unsafe features of pnggccrd */ -- if (png_access_version() >= 10200) -+ if (png_access_version_number() >= 10200) - { - png_uint_32 mmx_disable_mask=0; - png_uint_32 asm_flags; -@@ -1718,8 +1718,8 @@ static Image *ReadOnePNGImage(MngInfo *m - | PNG_ASM_FLAG_MMX_READ_FILTER_SUB \ - | PNG_ASM_FLAG_MMX_READ_FILTER_AVG \ - | PNG_ASM_FLAG_MMX_READ_FILTER_PAETH ); -- asm_flags=png_get_asm_flags(png_ptr); -- png_set_asm_flags(png_ptr, asm_flags & ~mmx_disable_mask); -+ asm_flags=png_get_asm_flags(ping); -+ png_set_asm_flags(ping, asm_flags & ~mmx_disable_mask); - } - #endif - diff --git a/graphics/GraphicsMagick13/files/patch-configure b/graphics/GraphicsMagick13/files/patch-configure deleted file mode 100644 index af50a04fedad..000000000000 --- a/graphics/GraphicsMagick13/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ ---- configure Fri Mar 18 19:35:06 2005 -+++ configure Tue Jul 26 22:53:50 2005 -@@ -2092,5 +2092,5 @@ - MagickLibConfigSubDir="${MagickLibSubdir}/config" - AC_DEFINE_UNQUOTED(MagickLibConfigSubDir,"$MagickLibConfigSubDir",Subdirectory of lib where architecture-dependent configuration files live.) --MagickLibConfigPath="${LIB_DIR}/${MagickLibConfigSubDir}" -+MagickLibConfigPath="${DATA_DIR}/GraphicsMagick/config" - MagickLibConfigPathDefine="${MagickLibConfigPath}/" - if test "$native_win32_build" = 'yes' -@@ -2130,5 +2130,5 @@ - # Path to GraphicsMagick share files - MagickShareSubdir="${PACKAGE_NAME}-${PACKAGE_VERSION}" --MagickSharePath="${DATA_DIR}/${MagickShareSubdir}" -+MagickSharePath="${DATA_DIR}/GraphicsMagick/" - MagickSharePathDefine="${MagickSharePath}/" - if test "$native_win32_build" = 'yes' -@@ -2142,5 +2142,5 @@ - MagickShareConfigSubDir="${MagickLibSubdir}/config" - AC_DEFINE_UNQUOTED(MagickShareConfigSubDir,"$MagickShareConfigSubDir",Subdirectory of lib where architecture-independent configuration files live.) --MagickShareConfigPath="${DATA_DIR}/${MagickShareConfigSubDir}" -+MagickShareConfigPath="${MagickLibConfigPath}" - MagickShareConfigPathDefine="${MagickShareConfigPath}/" - if test "$native_win32_build" = 'yes' diff --git a/graphics/GraphicsMagick13/pkg-descr b/graphics/GraphicsMagick13/pkg-descr deleted file mode 100644 index e43f63a5ad60..000000000000 --- a/graphics/GraphicsMagick13/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -This is a port of GraphicsMagick(TM), the "swiss army knife" of image -processing. It provides a robust collection of tools and libraries which -support reading, writing, and manipulating an image in over 88 major -formats including formats like DPX, GIF, JPEG, JPEG-2000, PNG, PDF, SVG -and TIFF. - -The program is the fork of a better-known ImageMagick (5.5.2), which -emphasizes end-user and API-stabilities. - -WWW: http://www.graphicsmagick.org/ - -- Ron van Daal -ronvdaal@n1x.nl diff --git a/graphics/GraphicsMagick13/pkg-plist b/graphics/GraphicsMagick13/pkg-plist deleted file mode 100644 index fb02ec662470..000000000000 --- a/graphics/GraphicsMagick13/pkg-plist +++ /dev/null @@ -1,249 +0,0 @@ -bin/GraphicsMagick++-config -bin/GraphicsMagick-config -bin/GraphicsMagickWand-config -bin/gm -include/GraphicsMagick/Magick++.h -include/GraphicsMagick/Magick++/Blob.h -include/GraphicsMagick/Magick++/CoderInfo.h -include/GraphicsMagick/Magick++/Color.h -include/GraphicsMagick/Magick++/Drawable.h -include/GraphicsMagick/Magick++/Exception.h -include/GraphicsMagick/Magick++/Geometry.h -include/GraphicsMagick/Magick++/Image.h -include/GraphicsMagick/Magick++/Include.h -include/GraphicsMagick/Magick++/Montage.h -include/GraphicsMagick/Magick++/Pixels.h -include/GraphicsMagick/Magick++/STL.h -include/GraphicsMagick/Magick++/TypeMetric.h -include/GraphicsMagick/magick/PreRvIcccm.h -include/GraphicsMagick/magick/api.h -include/GraphicsMagick/magick/attribute.h -include/GraphicsMagick/magick/blob.h -include/GraphicsMagick/magick/cache.h -include/GraphicsMagick/magick/cache_view.h -include/GraphicsMagick/magick/color.h -include/GraphicsMagick/magick/command.h -include/GraphicsMagick/magick/composite.h -include/GraphicsMagick/magick/compress.h -include/GraphicsMagick/magick/constitute.h -include/GraphicsMagick/magick/decorate.h -include/GraphicsMagick/magick/delegate.h -include/GraphicsMagick/magick/deprecate.h -include/GraphicsMagick/magick/draw.h -include/GraphicsMagick/magick/effect.h -include/GraphicsMagick/magick/enhance.h -include/GraphicsMagick/magick/error.h -include/GraphicsMagick/magick/fx.h -include/GraphicsMagick/magick/gem.h -include/GraphicsMagick/magick/image.h -include/GraphicsMagick/magick/list.h -include/GraphicsMagick/magick/log.h -include/GraphicsMagick/magick/magic.h -include/GraphicsMagick/magick/magick.h -include/GraphicsMagick/magick/magick_config.h -include/GraphicsMagick/magick/magick_types.h -include/GraphicsMagick/magick/module.h -include/GraphicsMagick/magick/monitor.h -include/GraphicsMagick/magick/montage.h -include/GraphicsMagick/magick/paint.h -include/GraphicsMagick/magick/profile.h -include/GraphicsMagick/magick/quantize.h -include/GraphicsMagick/magick/registry.h -include/GraphicsMagick/magick/render.h -include/GraphicsMagick/magick/resize.h -include/GraphicsMagick/magick/resource.h -include/GraphicsMagick/magick/shear.h -include/GraphicsMagick/magick/signature.h -include/GraphicsMagick/magick/stream.h -include/GraphicsMagick/magick/symbols.h -include/GraphicsMagick/magick/timer.h -include/GraphicsMagick/magick/transform.h -include/GraphicsMagick/magick/utility.h -include/GraphicsMagick/magick/version.h -include/GraphicsMagick/magick/widget.h -include/GraphicsMagick/magick/xwindow.h -include/GraphicsMagick/wand/drawing_wand.h -include/GraphicsMagick/wand/magick_wand.h -include/GraphicsMagick/wand/pixel_wand.h -include/GraphicsMagick/wand/wand_api.h -%%DATADIR%%/Copyright.txt -%%DATADIR%%/config/colors.mgk -%%DATADIR%%/config/delegates.mgk -%%DATADIR%%/config/log.mgk -%%DATADIR%%/config/magic.mgk -%%DATADIR%%/config/modules.mgk -%%DATADIR%%/config/type-ghostscript.mgk -%%DATADIR%%/config/type-solaris.mgk -%%DATADIR%%/config/type-windows.mgk -%%DATADIR%%/config/type.mgk -lib/libGraphicsMagick++.a -lib/libGraphicsMagick++.la -lib/libGraphicsMagick++.so -lib/libGraphicsMagick++.so.1 -lib/libGraphicsMagick.a -lib/libGraphicsMagick.la -lib/libGraphicsMagick.so -lib/libGraphicsMagick.so.1 -lib/libGraphicsMagickWand.a -lib/libGraphicsMagickWand.la -lib/libGraphicsMagickWand.so -lib/libGraphicsMagickWand.so.0 -libdata/pkgconfig/GraphicsMagick++.pc -libdata/pkgconfig/GraphicsMagick.pc -libdata/pkgconfig/GraphicsMagickWand.pc -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Graphics/Magick.pm -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graphics/Magick/.packlist -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graphics/Magick/Magick.so -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graphics/Magick/Magick.bs -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graphics/Magick/autosplit.ix -@comment lib/GraphicsMagick-%%PORTVERSION%%/modules-%%Q%%/coders -@comment lib/GraphicsMagick-%%PORTVERSION%%/modules-%%Q%%/filters -%%PORTDOCS%%%%DOCSDIR%%/images/ball.png -%%PORTDOCS%%%%DOCSDIR%%/images/corbis.png -%%PORTDOCS%%%%DOCSDIR%%/images/examples.jpg -%%PORTDOCS%%%%DOCSDIR%%/images/gm-125x80t.png -%%PORTDOCS%%%%DOCSDIR%%/images/gm-188x120t.png -%%PORTDOCS%%%%DOCSDIR%%/images/gm-282x180t.png -%%PORTDOCS%%%%DOCSDIR%%/images/home.png -%%PORTDOCS%%%%DOCSDIR%%/images/mail.png -%%PORTDOCS%%%%DOCSDIR%%/images/pdfsages.png -%%PORTDOCS%%%%DOCSDIR%%/images/pngnow.png -%%PORTDOCS%%%%DOCSDIR%%/images/right_triangle.png -%%PORTDOCS%%%%DOCSDIR%%/images/right_triangle_option.png -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/www/AUTHORS.html -%%PORTDOCS%%%%DOCSDIR%%/www/Changelog.html -%%PORTDOCS%%%%DOCSDIR%%/www/Copyright.html -%%PORTDOCS%%%%DOCSDIR%%/www/FAQ.html -%%PORTDOCS%%%%DOCSDIR%%/www/GraphicsMagick.html -%%PORTDOCS%%%%DOCSDIR%%/www/INSTALL-mac.html -%%PORTDOCS%%%%DOCSDIR%%/www/INSTALL-unix.html -%%PORTDOCS%%%%DOCSDIR%%/www/INSTALL-vms.html -%%PORTDOCS%%%%DOCSDIR%%/www/INSTALL-windows.html -%%PORTDOCS%%%%DOCSDIR%%/www/ImageMagickObject.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Blob.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Cache.fig -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Cache.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Cache.svg -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/ChangeLog.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/CoderInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Color.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Documentation.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Drawable.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Drawable_example_1.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Enumerations.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Exception.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/FormatCharacters.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Future.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Geometry.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Image.fig -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Image.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Image.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/ImageDesign.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/ImageMagick.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Install.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Magick++.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Montage.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/NEWS.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/PixelPacket.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Pixels.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/README.txt -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/STL.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/TypeMetric.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/gm-188x120t.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/index.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/montage-sample-framed.jpg -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/right_triangle.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-anatomy-framed.fig -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-anatomy-framed.jpg -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-anatomy-plain.fig -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-anatomy-plain.jpg -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-sample-framed.jpg -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-sample-plain.jpg -%%PORTDOCS%%%%DOCSDIR%%/www/NEWS.html -%%PORTDOCS%%%%DOCSDIR%%/www/README.html -%%PORTDOCS%%%%DOCSDIR%%/www/animate.html -%%PORTDOCS%%%%DOCSDIR%%/www/api.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/animate.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/annotate.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/attribute.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/blob.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/cache.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/cache_view.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/color.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/composite.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/constitute.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/decorate.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/deprecate.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/display.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/draw.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/effect.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/enhance.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/error.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/fx.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/image.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/list.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/magick.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/memory.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/monitor.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/montage.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/paint.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/profile.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/quantize.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/registry.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/render.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/resize.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/resource.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/segment.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/shear.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/signature.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/stream.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/transform.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/types.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/widget.html -%%PORTDOCS%%%%DOCSDIR%%/www/body.html -%%PORTDOCS%%%%DOCSDIR%%/www/body.html.rej -%%PORTDOCS%%%%DOCSDIR%%/www/books.html -%%PORTDOCS%%%%DOCSDIR%%/www/color.html -%%PORTDOCS%%%%DOCSDIR%%/www/composite.html -%%PORTDOCS%%%%DOCSDIR%%/www/conjure.html -%%PORTDOCS%%%%DOCSDIR%%/www/contribute.html -%%PORTDOCS%%%%DOCSDIR%%/www/convert.html -%%PORTDOCS%%%%DOCSDIR%%/www/cvs.html -%%PORTDOCS%%%%DOCSDIR%%/www/development.html -%%PORTDOCS%%%%DOCSDIR%%/www/display.html -%%PORTDOCS%%%%DOCSDIR%%/www/download.html -%%PORTDOCS%%%%DOCSDIR%%/www/formats.html -%%PORTDOCS%%%%DOCSDIR%%/www/gm.html -%%PORTDOCS%%%%DOCSDIR%%/www/header.html -%%PORTDOCS%%%%DOCSDIR%%/www/identify.html -%%PORTDOCS%%%%DOCSDIR%%/www/import.html -%%PORTDOCS%%%%DOCSDIR%%/www/index.html -%%PORTDOCS%%%%DOCSDIR%%/www/install.html -%%PORTDOCS%%%%DOCSDIR%%/www/links.html -%%PORTDOCS%%%%DOCSDIR%%/www/magick.css -%%PORTDOCS%%%%DOCSDIR%%/www/miff.html -%%PORTDOCS%%%%DOCSDIR%%/www/mission.html -%%PORTDOCS%%%%DOCSDIR%%/www/mogrify.html -%%PORTDOCS%%%%DOCSDIR%%/www/montage.html -%%PORTDOCS%%%%DOCSDIR%%/www/perl.html -%%PORTDOCS%%%%DOCSDIR%%/www/programming.html -%%PORTDOCS%%%%DOCSDIR%%/www/quantize.html -%%PORTDOCS%%%%DOCSDIR%%/www/smile.c -%%PORTDOCS%%%%DOCSDIR%%/www/tools.html -%%PORTDOCS%%%%DOCSDIR%%/www/utilities.html -%%PORTDOCS%%%%DOCSDIR%%/www/windows.html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/www/api -%%PORTDOCS%%@dirrm %%DOCSDIR%%/www/Magick++ -%%PORTDOCS%%@dirrm %%DOCSDIR%%/www -%%PORTDOCS%%@dirrm %%DOCSDIR%%/images -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Graphics/Magick -%%WITH_PERL%%@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Graphics -%%WITH_PERL%%@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Graphics -@dirrm %%DATADIR%%/config -@dirrm %%DATADIR%% -@dirrm include/GraphicsMagick/wand -@dirrm include/GraphicsMagick/magick -@dirrm include/GraphicsMagick/Magick++ -@dirrm include/GraphicsMagick diff --git a/graphics/agave/Makefile b/graphics/agave/Makefile deleted file mode 100644 index 60db3e752576..000000000000 --- a/graphics/agave/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: gnome-colorscheme -# Date created: 30 August 2005 -# Whom: Piotr Smyrak <smyru@heron.pl> -# -# $FreeBSD$ -# - -PORTNAME= colorscheme -PORTVERSION= 0.3.91 -CATEGORIES= graphics gnome -MASTER_SITES= http://download.gna.org/${PORTNAME}/releases/ -PKGNAMEPREFIX= gnome- - -MAINTAINER= smyru@heron.pl -COMMENT= A color scheme builder for the GNOME desktop - -LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ - gconfmm-2.6:${PORTSDIR}/devel/gconfmm26 \ - boost_thread.3:${PORTSDIR}/devel/boost - -OPTIONS= GNOME "Adds GNOME support" on - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui -GNU_CONFIGURE= yes -USE_GCC= 3.4+ -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.pre.mk> - -.if defined(WITHOUT_GNOME) -CONFIGURE_ARGS+= --disable-gnome --disable-gconf -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/agave/distinfo b/graphics/agave/distinfo deleted file mode 100644 index c700437c51e2..000000000000 --- a/graphics/agave/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (colorscheme-0.3.91.tar.bz2) = 6474ecbc372b5bfaf15b0083a48102e3 -SHA256 (colorscheme-0.3.91.tar.bz2) = bf1b257c359ec536d827603a445b739213e1783cd7a642f5a7ba0251819540da -SIZE (colorscheme-0.3.91.tar.bz2) = 181007 diff --git a/graphics/agave/pkg-descr b/graphics/agave/pkg-descr deleted file mode 100644 index c6b349ea11fe..000000000000 --- a/graphics/agave/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -GNOME Colorscheme is a color scheme builder for the GNOME desktop. It is -useful for web creation as well as room painting. It supports 6 various types -of color schemes: Complements, Split Complements, Triads, Tetrads, Analogous, -and Monochromatic. - -The user can lighten/darken the whole colorscheme or increase/decrease its -saturation. - -WWW: http://home.gna.org/colorscheme/ diff --git a/graphics/agave/pkg-plist b/graphics/agave/pkg-plist deleted file mode 100644 index 72d993521f6f..000000000000 --- a/graphics/agave/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -bin/colorscheme -share/gnome/applications/colorscheme.desktop -share/gnome/colorscheme/palettes/Tango-Palette.gpl -share/gnome/colorscheme/palettes/Visibone.gpl -share/gnome/colorscheme/palettes/Web.gpl -share/gnome/colorscheme/palettes/Ximian-Palette.gpl -share/gnome/colorscheme/ui/colorscheme.ui -share/gnome/pixmaps/colorscheme-icon.png -share/gnome/pixmaps/colorscheme-logo.png -share/gnome/pixmaps/darken.png -share/gnome/pixmaps/desaturate.png -share/gnome/pixmaps/lighten.png -share/gnome/pixmaps/saturate.png -share/locale/bg/LC_MESSAGES/colorscheme.mo -share/locale/cs/LC_MESSAGES/colorscheme.mo -share/locale/de/LC_MESSAGES/colorscheme.mo -share/locale/es_ES/LC_MESSAGES/colorscheme.mo -share/locale/nl/LC_MESSAGES/colorscheme.mo -share/locale/pt_BR/LC_MESSAGES/colorscheme.mo -share/locale/ru/LC_MESSAGES/colorscheme.mo -@dirrm share/gnome/colorscheme/ui -@dirrm share/gnome/colorscheme/palettes -@dirrm share/gnome/colorscheme diff --git a/graphics/cegui04/Makefile b/graphics/cegui04/Makefile deleted file mode 100644 index d7143a77dffd..000000000000 --- a/graphics/cegui04/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: cegui -# Date created: 03 Oct 2005 -# Whom: Oliver Lehmann <oliver@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= cegui -PORTVERSION= 0.4.1 -PORTREVISION= 1 -CATEGORIES= graphics devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=crayzedsgui -DISTNAME= ${PORTNAME}_mk2-source-${PORTVERSION} - -MAINTAINER= oliver@FreeBSD.org -COMMENT= A library providing windowing and widgets for graphics APIs - -LIB_DEPENDS= IL.1:${PORTSDIR}/graphics/devil - -WRKSRC= ${WRKDIR}/${PORTNAME}_mk2 -CONFIGURE_ARGS= --without-xerces-c -GNU_CONFIGURE= YES -INSTALLS_SHLIB= YES -USE_GCC= 3.4 -USE_BZIP2= YES -USE_X_PREFIX= YES -USE_GNOME= gnomehack - -post-patch: - @${REINPLACE_CMD} -e ' \ - s|"-lILU.*"|"-lm -L${LOCALBASE}/lib -lILU -lIL $$LIBS"|g; \ - s|-lpthread|${PTHREAD_LIBS}|g; \ - s|DevIL_CFLAGS=.*|DevIL_CFLAGS="-DUSE_DEVIL_LIBRARY -I${LOCALBASE}/include"|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's| Samples$$||g' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \ - ${WRKSRC}/include/CEGUIDataContainer.h - @${REINPLACE_CMD} -e 's|__linux__)|& \|\| defined(__FreeBSD__)|g' \ - ${WRKSRC}/include/CEGUIFactoryModule.h \ - ${WRKSRC}/src/CEGUIFactoryModule.cpp - @${REINPLACE_CMD} -e 's|(linux)|& \|\| defined(__FreeBSD__)|g' \ - ${WRKSRC}/Samples/common/src/CEGuiSample.cpp - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for docfile in README COPYING AUTHORS ChangeLog TODO - @${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/graphics/cegui04/distinfo b/graphics/cegui04/distinfo deleted file mode 100644 index 29d37c06bae3..000000000000 --- a/graphics/cegui04/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (cegui_mk2-source-0.4.1.tar.bz2) = 7b1df5ba4dd91376b79bd5968a429e23 -SHA256 (cegui_mk2-source-0.4.1.tar.bz2) = a3bdd7f528daa97d2e432994ef249c61b951137aa54aa59dfd04656e3be67d11 -SIZE (cegui_mk2-source-0.4.1.tar.bz2) = 7393348 diff --git a/graphics/cegui04/pkg-descr b/graphics/cegui04/pkg-descr deleted file mode 100644 index cc79561b9a3a..000000000000 --- a/graphics/cegui04/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Crazy Eddie's GUI System is a free library providing windowing and widgets for -graphics APIs / engines where such functionality is not natively available, or -severely lacking. The library is object orientated, written in C++, and -targeted at games developers who should be spending their time creating great -games, not building GUI sub-systems! - -WWW: http://www.cegui.org.uk diff --git a/graphics/cegui04/pkg-plist b/graphics/cegui04/pkg-plist deleted file mode 100644 index 3bf28b65441f..000000000000 --- a/graphics/cegui04/pkg-plist +++ /dev/null @@ -1,192 +0,0 @@ -include/CEGUI/CEGUI.h -include/CEGUI/CEGUIBase.h -include/CEGUI/CEGUIColourRect.h -include/CEGUI/CEGUIConfig.h -include/CEGUI/CEGUIConfig_xmlHandler.h -include/CEGUI/CEGUIDataContainer.h -include/CEGUI/CEGUIDefaultResourceProvider.h -include/CEGUI/CEGUIEvent.h -include/CEGUI/CEGUIEventArgs.h -include/CEGUI/CEGUIEventSet.h -include/CEGUI/CEGUIExceptions.h -include/CEGUI/CEGUIFactoryModule.h -include/CEGUI/CEGUIFont.h -include/CEGUI/CEGUIFontManager.h -include/CEGUI/CEGUIFont_xmlHandler.h -include/CEGUI/CEGUIForwardRefs.h -include/CEGUI/CEGUIGUILayout_xmlHandler.h -include/CEGUI/CEGUIGlobalEventSet.h -include/CEGUI/CEGUIImage.h -include/CEGUI/CEGUIImageset.h -include/CEGUI/CEGUIImagesetManager.h -include/CEGUI/CEGUIImageset_xmlHandler.h -include/CEGUI/CEGUIInputEvent.h -include/CEGUI/CEGUIIteratorBase.h -include/CEGUI/CEGUILogger.h -include/CEGUI/CEGUILua.h -include/CEGUI/CEGUIMouseCursor.h -include/CEGUI/CEGUIProperty.h -include/CEGUI/CEGUIPropertyHelper.h -include/CEGUI/CEGUIPropertySet.h -include/CEGUI/CEGUIRect.h -include/CEGUI/CEGUIRefPtr.h -include/CEGUI/CEGUIRenderableElement.h -include/CEGUI/CEGUIRenderableFrame.h -include/CEGUI/CEGUIRenderableImage.h -include/CEGUI/CEGUIRenderer.h -include/CEGUI/CEGUIRenderCache.h -include/CEGUI/CEGUIResourceProvider.h -include/CEGUI/CEGUIScheme.h -include/CEGUI/CEGUISchemeManager.h -include/CEGUI/CEGUIScheme_xmlHandler.h -include/CEGUI/CEGUIScriptModule.h -include/CEGUI/CEGUISingleton.h -include/CEGUI/CEGUISize.h -include/CEGUI/CEGUIString.h -include/CEGUI/CEGUISystem.h -include/CEGUI/CEGUITextUtils.h -include/CEGUI/CEGUITexture.h -include/CEGUI/CEGUIUDim.h -include/CEGUI/CEGUIVector.h -include/CEGUI/CEGUIVersion.h -include/CEGUI/CEGUIWindow.h -include/CEGUI/CEGUIWindowFactory.h -include/CEGUI/CEGUIWindowFactoryManager.h -include/CEGUI/CEGUIWindowManager.h -include/CEGUI/CEGUIWindowProperties.h -include/CEGUI/CEGUIXMLAttributes.h -include/CEGUI/CEGUIXMLHandler.h -include/CEGUI/CEGUIXMLParser.h -include/CEGUI/CEGUIcolour.h -include/CEGUI/elements/CEGUIButtonBase.h -include/CEGUI/elements/CEGUIButtonBaseProperties.h -include/CEGUI/elements/CEGUICheckbox.h -include/CEGUI/elements/CEGUICheckboxProperties.h -include/CEGUI/elements/CEGUIComboDropList.h -include/CEGUI/elements/CEGUICombobox.h -include/CEGUI/elements/CEGUIComboboxProperties.h -include/CEGUI/elements/CEGUIDragContainer.h -include/CEGUI/elements/CEGUIDragContainerProperties.h -include/CEGUI/elements/CEGUIEditbox.h -include/CEGUI/elements/CEGUIEditboxProperties.h -include/CEGUI/elements/CEGUIFrameWindow.h -include/CEGUI/elements/CEGUIFrameWindowProperties.h -include/CEGUI/elements/CEGUIGUISheet.h -include/CEGUI/elements/CEGUIItemEntry.h -include/CEGUI/elements/CEGUIItemListBase.h -include/CEGUI/elements/CEGUIItemListBaseProperties.h -include/CEGUI/elements/CEGUIListHeader.h -include/CEGUI/elements/CEGUIListHeaderProperties.h -include/CEGUI/elements/CEGUIListHeaderSegment.h -include/CEGUI/elements/CEGUIListHeaderSegmentProperties.h -include/CEGUI/elements/CEGUIListbox.h -include/CEGUI/elements/CEGUIListboxItem.h -include/CEGUI/elements/CEGUIListboxProperties.h -include/CEGUI/elements/CEGUIListboxTextItem.h -include/CEGUI/elements/CEGUIMenuBase.h -include/CEGUI/elements/CEGUIMenuBaseProperties.h -include/CEGUI/elements/CEGUIMenuItem.h -include/CEGUI/elements/CEGUIMenuItemProperties.h -include/CEGUI/elements/CEGUIMenubar.h -include/CEGUI/elements/CEGUIMultiColumnList.h -include/CEGUI/elements/CEGUIMultiColumnListProperties.h -include/CEGUI/elements/CEGUIMultiLineEditbox.h -include/CEGUI/elements/CEGUIMultiLineEditboxProperties.h -include/CEGUI/elements/CEGUIPopupMenu.h -include/CEGUI/elements/CEGUIPopupMenuProperties.h -include/CEGUI/elements/CEGUIProgressBar.h -include/CEGUI/elements/CEGUIProgressBarProperties.h -include/CEGUI/elements/CEGUIPushButton.h -include/CEGUI/elements/CEGUIPushButtonProperties.h -include/CEGUI/elements/CEGUIRadioButton.h -include/CEGUI/elements/CEGUIRadioButtonProperties.h -include/CEGUI/elements/CEGUIScrollablePane.h -include/CEGUI/elements/CEGUIScrollablePaneProperties.h -include/CEGUI/elements/CEGUIScrollbar.h -include/CEGUI/elements/CEGUIScrollbarProperties.h -include/CEGUI/elements/CEGUIScrolledContainer.h -include/CEGUI/elements/CEGUIScrolledContainerProperties.h -include/CEGUI/elements/CEGUISlider.h -include/CEGUI/elements/CEGUISliderProperties.h -include/CEGUI/elements/CEGUISpinner.h -include/CEGUI/elements/CEGUISpinnerProperties.h -include/CEGUI/elements/CEGUIStatic.h -include/CEGUI/elements/CEGUIStaticImage.h -include/CEGUI/elements/CEGUIStaticImageProperties.h -include/CEGUI/elements/CEGUIStaticProperties.h -include/CEGUI/elements/CEGUIStaticText.h -include/CEGUI/elements/CEGUIStaticTextProperties.h -include/CEGUI/elements/CEGUITabButton.h -include/CEGUI/elements/CEGUITabControl.h -include/CEGUI/elements/CEGUITabControlProperties.h -include/CEGUI/elements/CEGUITabPane.h -include/CEGUI/elements/CEGUITextItem.h -include/CEGUI/elements/CEGUITextItemProperties.h -include/CEGUI/elements/CEGUIThumb.h -include/CEGUI/elements/CEGUIThumbProperties.h -include/CEGUI/elements/CEGUITitlebar.h -include/CEGUI/elements/CEGUITitlebarProperties.h -include/CEGUI/elements/CEGUITooltip.h -include/CEGUI/elements/CEGUITooltipProperties.h -include/CEGUI/falagard/CEGUIFalComponentBase.h -include/CEGUI/falagard/CEGUIFalDimensions.h -include/CEGUI/falagard/CEGUIFalEnums.h -include/CEGUI/falagard/CEGUIFalFrameComponent.h -include/CEGUI/falagard/CEGUIFalImageryComponent.h -include/CEGUI/falagard/CEGUIFalImagerySection.h -include/CEGUI/falagard/CEGUIFalLayerSpecification.h -include/CEGUI/falagard/CEGUIFalNamedArea.h -include/CEGUI/falagard/CEGUIFalPropertyDefinition.h -include/CEGUI/falagard/CEGUIFalPropertyInitialiser.h -include/CEGUI/falagard/CEGUIFalSectionSpecification.h -include/CEGUI/falagard/CEGUIFalStateImagery.h -include/CEGUI/falagard/CEGUIFalTextComponent.h -include/CEGUI/falagard/CEGUIFalWidgetComponent.h -include/CEGUI/falagard/CEGUIFalWidgetLookFeel.h -include/CEGUI/falagard/CEGUIFalWidgetLookManager.h -include/CEGUI/falagard/CEGUIFalXMLEnumHelper.h -include/CEGUI/lauxlib.h -include/CEGUI/lua.h -include/CEGUI/lualib.h -include/CEGUI/renderers/IrrlichtRenderer/IrrlichtRendererDef.h -include/CEGUI/renderers/IrrlichtRenderer/IrrlichtResourceProvider.h -include/CEGUI/renderers/IrrlichtRenderer/irrlichtrenderer.h -include/CEGUI/renderers/IrrlichtRenderer/irrlichttexture.h -include/CEGUI/renderers/OpenGLGUIRenderer/openglrenderer.h -include/CEGUI/renderers/OpenGLGUIRenderer/opengltexture.h -include/CEGUI/tolua++.h -lib/libCEGUIBase.la -lib/libCEGUIBase.so -lib/libCEGUIBase.so.0 -lib/libCEGUIFalagardBase.la -lib/libCEGUIFalagardBase.so -lib/libCEGUIFalagardBase.so.0 -lib/libCEGUILuaScriptModule.la -lib/libCEGUILuaScriptModule.so -lib/libCEGUILuaScriptModule.so.0 -lib/libCEGUIOpenGLRenderer.la -lib/libCEGUIOpenGLRenderer.so -lib/libCEGUIOpenGLRenderer.so.0 -lib/libCEGUITaharezLook.la -lib/libCEGUITaharezLook.so -lib/libCEGUITaharezLook.so.0 -lib/libCEGUIWindowsLook.la -lib/libCEGUIWindowsLook.so -lib/libCEGUIWindowsLook.so.0 -lib/libCEGUIluatoluapp.la -lib/libCEGUIluatoluapp.so -lib/libCEGUIluatoluapp.so.0 -libdata/pkgconfig/CEGUI-OPENGL.pc -libdata/pkgconfig/CEGUI.pc -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/TODO -@dirrm include/CEGUI/elements -@dirrm include/CEGUI/falagard -@dirrm include/CEGUI/renderers/IrrlichtRenderer -@dirrm include/CEGUI/renderers/OpenGLGUIRenderer -@dirrm include/CEGUI/renderers -@dirrm include/CEGUI -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/graphics/digikam-kde4/Makefile b/graphics/digikam-kde4/Makefile deleted file mode 100644 index 3c0ef41d78dd..000000000000 --- a/graphics/digikam-kde4/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: digikam -# Date created: 3 February 2003 -# Whom: Arjan van Leeuwen <avleeuwen@piwebs.com> -# -# $FreeBSD$ -# - -PORTNAME= digikam -DISTVERSION= 0.9.0 -CATEGORIES= graphics kde -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ale@FreeBSD.org -COMMENT= Photo album manager for KDE with gphoto2 backend - -LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ - kipi.1:${PORTSDIR}/graphics/libkipi \ - gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \ - exiv2.0:${PORTSDIR}/graphics/exiv2 \ - lcms.1:${PORTSDIR}/graphics/lcms \ - png.5:${PORTSDIR}/graphics/png \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 - -USE_BZIP2= yes -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ARGS= --mandir=${PREFIX}/man -USE_GMAKE= yes -USE_KDELIBS_VER=3 -USE_GETTEXT= yes -USE_LDCONFIG= yes -INSTALLS_ICONS= yes - -MAN1= digitaglinktree.1 - -post-patch: - @${REINPLACE_CMD} -e 's|-O2||g;s|-fno-schedule-insns -fno-inline||g' \ - ${WRKSRC}/${CONFIGURE_SCRIPT} - @${REINPLACE_CMD} -e 's@-lpthread@${PTHREAD_LIBS}@g' ${WRKSRC}/${CONFIGURE_SCRIPT} - @${REINPLACE_CMD} 's/install-data-local: install-apidox/install-data-local:/' \ - ${WRKSRC}/digikam/Makefile.in ${WRKSRC}/digikam/digikam/Makefile.in - -.include <bsd.port.mk> diff --git a/graphics/digikam-kde4/distinfo b/graphics/digikam-kde4/distinfo deleted file mode 100644 index 2614891d9d87..000000000000 --- a/graphics/digikam-kde4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (digikam-0.9.0.tar.bz2) = 5334d608218fe077a476722e2ce55323 -SHA256 (digikam-0.9.0.tar.bz2) = 8fff9b2277c58ca027100fa4af05dea8b955c8a98b79b6befa90b47ac34c77d2 -SIZE (digikam-0.9.0.tar.bz2) = 5692707 diff --git a/graphics/digikam-kde4/files/patch-digikam_digikam_scanlib.cpp b/graphics/digikam-kde4/files/patch-digikam_digikam_scanlib.cpp deleted file mode 100644 index 04c1843669e2..000000000000 --- a/graphics/digikam-kde4/files/patch-digikam_digikam_scanlib.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- digikam/digikam/scanlib.cpp.orig Tue Apr 11 13:48:55 2006 -+++ digikam/digikam/scanlib.cpp Tue Apr 11 13:50:28 2006 -@@ -260,7 +260,7 @@ - int items = 0; - - QDir dir( directory ); -- if ( !dir.exists() or !dir.isReadable() ) -+ if ( !dir.exists() || !dir.isReadable() ) - return 0; - - const QFileInfoList *list = dir.entryInfoList(); -@@ -287,7 +287,7 @@ - void ScanLib::allFiles(const QString& directory) - { - QDir dir( directory ); -- if ( !dir.exists() or !dir.isReadable() ) -+ if ( !dir.exists() || !dir.isReadable() ) - { - kdWarning() << "Folder does not exist or is not readable: " - << directory << endl; diff --git a/graphics/digikam-kde4/files/patch-digikam_kioslave_digikamdates.cpp b/graphics/digikam-kde4/files/patch-digikam_kioslave_digikamdates.cpp deleted file mode 100644 index 6bbcd2f3bbfb..000000000000 --- a/graphics/digikam-kde4/files/patch-digikam_kioslave_digikamdates.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- digikam/kioslave/digikamdates.cpp.orig Tue Apr 11 13:53:08 2006 -+++ digikam/kioslave/digikamdates.cpp Tue Apr 11 13:53:54 2006 -@@ -186,7 +186,7 @@ - .arg(moStr2) - .arg(yr,4) - .arg(moStr1,2), -- &values, false); -+ &values); - - Q_LLONG imageid; - QString name; diff --git a/graphics/digikam-kde4/files/patch-digikam_libs_dcraw_dcraw_parse.cpp b/graphics/digikam-kde4/files/patch-digikam_libs_dcraw_dcraw_parse.cpp deleted file mode 100644 index 582fa4299e08..000000000000 --- a/graphics/digikam-kde4/files/patch-digikam_libs_dcraw_dcraw_parse.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- digikam/libs/dcraw/dcraw_parse.cpp.orig Tue Apr 11 13:17:23 2006 -+++ digikam/libs/dcraw/dcraw_parse.cpp Tue Apr 11 13:34:31 2006 -@@ -25,7 +25,11 @@ - extern "C" - { - #include <ctype.h> -+#if defined(__FreeBSD__) && __FreeBSD__ < 5 -+#include <sys/param.h> -+#else - #include <netinet/in.h> -+#endif - } - - // C++ includes diff --git a/graphics/digikam-kde4/pkg-descr b/graphics/digikam-kde4/pkg-descr deleted file mode 100644 index da83cfcc8dd4..000000000000 --- a/graphics/digikam-kde4/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Digikam is a simple digital photo management application, which makes -importing and organizing digital photos a "snap". The photos can be organized -in albums which are automatically sorted chronologically. An easy to use -interface is provided to connect to your camera and preview images and download -and/or delete them. - -Digikam also uses the very flexible Kipi plugin architecture. Install the -graphics/kipi-plugins and graphics/digikamimageplugins ports to extend -Digikam's features. - -WWW: http://www.digikam.org/ - -- Alex Dupre -ale@FreeBSD.org diff --git a/graphics/digikam-kde4/pkg-plist b/graphics/digikam-kde4/pkg-plist deleted file mode 100644 index 905bacf4c9ae..000000000000 --- a/graphics/digikam-kde4/pkg-plist +++ /dev/null @@ -1,625 +0,0 @@ -bin/digikam -bin/digikamdcraw -bin/digitaglinktree -bin/showfoto -include/digikam/bcgmodifier.h -include/digikam/cietonguewidget.h -include/digikam/colorgradientwidget.h -include/digikam/colormodifier.h -include/digikam/ctrlpaneldlg.h -include/digikam/curveswidget.h -include/digikam/dcolor.h -include/digikam/dcolorblend.h -include/digikam/dcolorcomposer.h -include/digikam/dcolorpixelaccess.h -include/digikam/ddebug.h -include/digikam/dimg.h -include/digikam/dimggaussianblur.h -include/digikam/dimgimagefilters.h -include/digikam/dimgsharpen.h -include/digikam/dimgthreadedfilter.h -include/digikam/dmetadata.h -include/digikam/dprogressdlg.h -include/digikam/histogramwidget.h -include/digikam/hslmodifier.h -include/digikam/iccpreviewwidget.h -include/digikam/iccprofileinfodlg.h -include/digikam/iccprofilewidget.h -include/digikam/icctransform.h -include/digikam/imagecurves.h -include/digikam/imagedlgbase.h -include/digikam/imageguidedlg.h -include/digikam/imageguidewidget.h -include/digikam/imagehistogram.h -include/digikam/imageiface.h -include/digikam/imagelevels.h -include/digikam/imagepaniconwidget.h -include/digikam/imagepannelwidget.h -include/digikam/imageplugin.h -include/digikam/imageregionwidget.h -include/digikam/imageselectionwidget.h -include/digikam/imagewidget.h -include/digikam/listboxpreviewitem.h -include/digikam/photoinfocontainer.h -include/digikam/rawdecodingsettings.h -include/digikam/sidebar.h -include/digikam/squeezedcombobox.h -include/digikam/thumbbar.h -include/digikam_export.h -lib/kde3/digikamimageplugin_core.a -lib/kde3/digikamimageplugin_core.la -lib/kde3/digikamimageplugin_core.so -lib/kde3/kio_digikamalbums.a -lib/kde3/kio_digikamalbums.la -lib/kde3/kio_digikamalbums.so -lib/kde3/kio_digikamdates.a -lib/kde3/kio_digikamdates.la -lib/kde3/kio_digikamdates.so -lib/kde3/kio_digikampreview.a -lib/kde3/kio_digikampreview.la -lib/kde3/kio_digikampreview.so -lib/kde3/kio_digikamsearch.a -lib/kde3/kio_digikamsearch.la -lib/kde3/kio_digikamsearch.so -lib/kde3/kio_digikamtags.a -lib/kde3/kio_digikamtags.la -lib/kde3/kio_digikamtags.so -lib/kde3/kio_digikamthumbnail.a -lib/kde3/kio_digikamthumbnail.la -lib/kde3/kio_digikamthumbnail.so -lib/libdigikam.a -lib/libdigikam.la -lib/libdigikam.so -lib/libdigikam.so.0 -share/applications/kde/digikam.desktop -share/applications/kde/showfoto.desktop -share/apps/digikam/about/bar-bottom-left.png -share/apps/digikam/about/bar-bottom-middle.png -share/apps/digikam/about/bar-bottom-right.png -share/apps/digikam/about/bar-middle-left.png -share/apps/digikam/about/bar-middle-right.png -share/apps/digikam/about/bar-top-left.png -share/apps/digikam/about/bar-top-middle.png -share/apps/digikam/about/bar-top-right.png -share/apps/digikam/about/bottom-left.png -share/apps/digikam/about/bottom-middle.png -share/apps/digikam/about/bottom-right.png -share/apps/digikam/about/box-bottom-left.png -share/apps/digikam/about/box-bottom-middle.png -share/apps/digikam/about/box-bottom-right.png -share/apps/digikam/about/box-middle-left.png -share/apps/digikam/about/box-middle-right.png -share/apps/digikam/about/box-top-left.png -share/apps/digikam/about/box-top-middle.png -share/apps/digikam/about/box-top-right.png -share/apps/digikam/about/digikam.css -share/apps/digikam/about/kde_infopage.css -share/apps/digikam/about/main.html -share/apps/digikam/about/top-left.png -share/apps/digikam/about/top-middle.png -share/apps/digikam/about/top-right-digikam.png -share/apps/digikam/data/autolevels.png -share/apps/digikam/data/bothhorz.png -share/apps/digikam/data/bothvert.png -share/apps/digikam/data/browntone.png -share/apps/digikam/data/bwgreen.png -share/apps/digikam/data/bworange.png -share/apps/digikam/data/bwred.png -share/apps/digikam/data/bwyellow.png -share/apps/digikam/data/centerheight.png -share/apps/digikam/data/centerwidth.png -share/apps/digikam/data/coldtone.png -share/apps/digikam/data/curvefree.png -share/apps/digikam/data/curvemooth.png -share/apps/digikam/data/digikamlogo.png -share/apps/digikam/data/duplicatebothhorz.png -share/apps/digikam/data/duplicatebothvert.png -share/apps/digikam/data/equalize.png -share/apps/digikam/data/exiv2logo.png -share/apps/digikam/data/gphotologo.png -share/apps/digikam/data/histogram-lin.png -share/apps/digikam/data/histogram-log.png -share/apps/digikam/data/image-broken.png -share/apps/digikam/data/image-full.png -share/apps/digikam/data/image-selection.png -share/apps/digikam/data/lcmslogo.png -share/apps/digikam/data/menusidepixmap.png -share/apps/digikam/data/neutralbw.png -share/apps/digikam/data/normalize.png -share/apps/digikam/data/original.png -share/apps/digikam/data/platinum.png -share/apps/digikam/data/rating.png -share/apps/digikam/data/selenium.png -share/apps/digikam/data/sepia.png -share/apps/digikam/data/stretchcontrast.png -share/apps/digikam/data/target.png -share/apps/digikam/data/togglemouseover.png -share/apps/digikam/data/worldmap.jpg -share/apps/digikam/data/zoom10.png -share/apps/digikam/data/zoom15.png -share/apps/digikam/data/zoom20.png -share/apps/digikam/data/zoom25.png -share/apps/digikam/data/zoom30.png -share/apps/digikam/digikam-splash.png -share/apps/digikam/digikamimageplugin_core_ui.rc -share/apps/digikam/digikamimagewindowui.rc -share/apps/digikam/digikamui.rc -share/apps/digikam/icons/crystalsvg/128x128/actions/crop.png -share/apps/digikam/icons/crystalsvg/128x128/actions/fileopen.png -share/apps/digikam/icons/crystalsvg/128x128/actions/rotate_cw.png -share/apps/digikam/icons/crystalsvg/16x16/actions/crop.png -share/apps/digikam/icons/crystalsvg/16x16/actions/fileopen.png -share/apps/digikam/icons/crystalsvg/16x16/actions/rotate_cw.png -share/apps/digikam/icons/crystalsvg/22x22/actions/crop.png -share/apps/digikam/icons/crystalsvg/22x22/actions/fileopen.png -share/apps/digikam/icons/crystalsvg/22x22/actions/rotate_cw.png -share/apps/digikam/icons/crystalsvg/32x32/actions/crop.png -share/apps/digikam/icons/crystalsvg/32x32/actions/fileopen.png -share/apps/digikam/icons/crystalsvg/32x32/actions/rotate_cw.png -share/apps/digikam/icons/crystalsvg/48x48/actions/crop.png -share/apps/digikam/icons/crystalsvg/48x48/actions/fileopen.png -share/apps/digikam/icons/crystalsvg/48x48/actions/rotate_cw.png -share/apps/digikam/icons/crystalsvg/64x64/actions/crop.png -share/apps/digikam/icons/crystalsvg/64x64/actions/fileopen.png -share/apps/digikam/icons/crystalsvg/64x64/actions/rotate_cw.png -share/apps/digikam/icons/crystalsvg/scalable/actions/crop.svgz -share/apps/digikam/icons/crystalsvg/scalable/actions/fileopen.svgz -share/apps/digikam/icons/crystalsvg/scalable/actions/rotate_cw.svgz -share/apps/digikam/icons/hicolor/128x128/actions/addimagefolder.png -share/apps/digikam/icons/hicolor/128x128/actions/adjusthsl.png -share/apps/digikam/icons/hicolor/128x128/actions/adjustrgb.png -share/apps/digikam/icons/hicolor/128x128/actions/albumfoldercomment.png -share/apps/digikam/icons/hicolor/128x128/actions/albumfoldernew.png -share/apps/digikam/icons/hicolor/128x128/actions/autocorrection.png -share/apps/digikam/icons/hicolor/128x128/actions/blurimage.png -share/apps/digikam/icons/hicolor/128x128/actions/bwtonal.png -share/apps/digikam/icons/hicolor/128x128/actions/colormanagement.png -share/apps/digikam/icons/hicolor/128x128/actions/contrast.png -share/apps/digikam/icons/hicolor/128x128/actions/depth16to8.png -share/apps/digikam/icons/hicolor/128x128/actions/depth8to16.png -share/apps/digikam/icons/hicolor/128x128/actions/digitalcam.png -share/apps/digikam/icons/hicolor/128x128/actions/editimage.png -share/apps/digikam/icons/hicolor/128x128/actions/exifinfo.png -share/apps/digikam/icons/hicolor/128x128/actions/flip.png -share/apps/digikam/icons/hicolor/128x128/actions/histogram.png -share/apps/digikam/icons/hicolor/128x128/actions/imagecomment.png -share/apps/digikam/icons/hicolor/128x128/actions/importfolders2albums.png -share/apps/digikam/icons/hicolor/128x128/actions/invertimage.png -share/apps/digikam/icons/hicolor/128x128/actions/ratiocrop.png -share/apps/digikam/icons/hicolor/128x128/actions/redeyes.png -share/apps/digikam/icons/hicolor/128x128/actions/resize_image.png -share/apps/digikam/icons/hicolor/128x128/actions/sharpenimage.png -share/apps/digikam/icons/hicolor/128x128/actions/slideshow.png -share/apps/digikam/icons/hicolor/128x128/actions/viewimage.png -share/apps/digikam/icons/hicolor/128x128/apps/digikam.png -share/apps/digikam/icons/hicolor/16x16/actions/addimagefolder.png -share/apps/digikam/icons/hicolor/16x16/actions/adjusthsl.png -share/apps/digikam/icons/hicolor/16x16/actions/adjustrgb.png -share/apps/digikam/icons/hicolor/16x16/actions/albumfoldercomment.png -share/apps/digikam/icons/hicolor/16x16/actions/albumfoldernew.png -share/apps/digikam/icons/hicolor/16x16/actions/autocorrection.png -share/apps/digikam/icons/hicolor/16x16/actions/blurimage.png -share/apps/digikam/icons/hicolor/16x16/actions/bwtonal.png -share/apps/digikam/icons/hicolor/16x16/actions/colormanagement.png -share/apps/digikam/icons/hicolor/16x16/actions/contrast.png -share/apps/digikam/icons/hicolor/16x16/actions/depth16to8.png -share/apps/digikam/icons/hicolor/16x16/actions/depth8to16.png -share/apps/digikam/icons/hicolor/16x16/actions/digitalcam.png -share/apps/digikam/icons/hicolor/16x16/actions/editimage.png -share/apps/digikam/icons/hicolor/16x16/actions/exifinfo.png -share/apps/digikam/icons/hicolor/16x16/actions/flip.png -share/apps/digikam/icons/hicolor/16x16/actions/histogram.png -share/apps/digikam/icons/hicolor/16x16/actions/imagecomment.png -share/apps/digikam/icons/hicolor/16x16/actions/importfolders2albums.png -share/apps/digikam/icons/hicolor/16x16/actions/invertimage.png -share/apps/digikam/icons/hicolor/16x16/actions/ratiocrop.png -share/apps/digikam/icons/hicolor/16x16/actions/redeyes.png -share/apps/digikam/icons/hicolor/16x16/actions/resize_image.png -share/apps/digikam/icons/hicolor/16x16/actions/sharpenimage.png -share/apps/digikam/icons/hicolor/16x16/actions/slideshow.png -share/apps/digikam/icons/hicolor/16x16/actions/viewimage.png -share/apps/digikam/icons/hicolor/16x16/apps/digikam.png -share/apps/digikam/icons/hicolor/22x22/actions/addimagefolder.png -share/apps/digikam/icons/hicolor/22x22/actions/adjusthsl.png -share/apps/digikam/icons/hicolor/22x22/actions/adjustrgb.png -share/apps/digikam/icons/hicolor/22x22/actions/albumfoldercomment.png -share/apps/digikam/icons/hicolor/22x22/actions/albumfoldernew.png -share/apps/digikam/icons/hicolor/22x22/actions/autocorrection.png -share/apps/digikam/icons/hicolor/22x22/actions/blurimage.png -share/apps/digikam/icons/hicolor/22x22/actions/bwtonal.png -share/apps/digikam/icons/hicolor/22x22/actions/colormanagement.png -share/apps/digikam/icons/hicolor/22x22/actions/contrast.png -share/apps/digikam/icons/hicolor/22x22/actions/depth16to8.png -share/apps/digikam/icons/hicolor/22x22/actions/depth8to16.png -share/apps/digikam/icons/hicolor/22x22/actions/digitalcam.png -share/apps/digikam/icons/hicolor/22x22/actions/editimage.png -share/apps/digikam/icons/hicolor/22x22/actions/exifinfo.png -share/apps/digikam/icons/hicolor/22x22/actions/flip.png -share/apps/digikam/icons/hicolor/22x22/actions/histogram.png -share/apps/digikam/icons/hicolor/22x22/actions/imagecomment.png -share/apps/digikam/icons/hicolor/22x22/actions/importfolders2albums.png -share/apps/digikam/icons/hicolor/22x22/actions/invertimage.png -share/apps/digikam/icons/hicolor/22x22/actions/ratiocrop.png -share/apps/digikam/icons/hicolor/22x22/actions/redeyes.png -share/apps/digikam/icons/hicolor/22x22/actions/resize_image.png -share/apps/digikam/icons/hicolor/22x22/actions/sharpenimage.png -share/apps/digikam/icons/hicolor/22x22/actions/slideshow.png -share/apps/digikam/icons/hicolor/22x22/actions/viewimage.png -share/apps/digikam/icons/hicolor/22x22/apps/digikam.png -share/apps/digikam/icons/hicolor/32x32/actions/addimagefolder.png -share/apps/digikam/icons/hicolor/32x32/actions/adjusthsl.png -share/apps/digikam/icons/hicolor/32x32/actions/adjustrgb.png -share/apps/digikam/icons/hicolor/32x32/actions/albumfolder-importdir.png -share/apps/digikam/icons/hicolor/32x32/actions/albumfolder-importimages.png -share/apps/digikam/icons/hicolor/32x32/actions/albumfolder-new.png -share/apps/digikam/icons/hicolor/32x32/actions/albumfolder-properties.png -share/apps/digikam/icons/hicolor/32x32/actions/albumfoldercomment.png -share/apps/digikam/icons/hicolor/32x32/actions/albumfoldernew.png -share/apps/digikam/icons/hicolor/32x32/actions/autocorrection.png -share/apps/digikam/icons/hicolor/32x32/actions/blurimage.png -share/apps/digikam/icons/hicolor/32x32/actions/bwtonal.png -share/apps/digikam/icons/hicolor/32x32/actions/colormanagement.png -share/apps/digikam/icons/hicolor/32x32/actions/contrast.png -share/apps/digikam/icons/hicolor/32x32/actions/depth16to8.png -share/apps/digikam/icons/hicolor/32x32/actions/depth8to16.png -share/apps/digikam/icons/hicolor/32x32/actions/digitalcam.png -share/apps/digikam/icons/hicolor/32x32/actions/editimage.png -share/apps/digikam/icons/hicolor/32x32/actions/exifinfo.png -share/apps/digikam/icons/hicolor/32x32/actions/flip.png -share/apps/digikam/icons/hicolor/32x32/actions/histogram.png -share/apps/digikam/icons/hicolor/32x32/actions/imagecomment.png -share/apps/digikam/icons/hicolor/32x32/actions/importfolders2albums.png -share/apps/digikam/icons/hicolor/32x32/actions/invertimage.png -share/apps/digikam/icons/hicolor/32x32/actions/ratiocrop.png -share/apps/digikam/icons/hicolor/32x32/actions/redeyes.png -share/apps/digikam/icons/hicolor/32x32/actions/resize_image.png -share/apps/digikam/icons/hicolor/32x32/actions/sharpenimage.png -share/apps/digikam/icons/hicolor/32x32/actions/slideshow.png -share/apps/digikam/icons/hicolor/32x32/actions/tag-addressbook.png -share/apps/digikam/icons/hicolor/32x32/actions/tag-delete.png -share/apps/digikam/icons/hicolor/32x32/actions/tag-events.png -share/apps/digikam/icons/hicolor/32x32/actions/tag-folder.png -share/apps/digikam/icons/hicolor/32x32/actions/tag-new.png -share/apps/digikam/icons/hicolor/32x32/actions/tag-people.png -share/apps/digikam/icons/hicolor/32x32/actions/tag-places.png -share/apps/digikam/icons/hicolor/32x32/actions/tag-properties.png -share/apps/digikam/icons/hicolor/32x32/actions/tag-recents.png -share/apps/digikam/icons/hicolor/32x32/actions/tag-reset.png -share/apps/digikam/icons/hicolor/32x32/actions/tag.png -share/apps/digikam/icons/hicolor/32x32/actions/viewimage.png -share/apps/digikam/icons/hicolor/32x32/apps/digikam.png -share/apps/digikam/icons/hicolor/48x48/actions/addimagefolder.png -share/apps/digikam/icons/hicolor/48x48/actions/adjusthsl.png -share/apps/digikam/icons/hicolor/48x48/actions/adjustrgb.png -share/apps/digikam/icons/hicolor/48x48/actions/albumfoldercomment.png -share/apps/digikam/icons/hicolor/48x48/actions/albumfoldernew.png -share/apps/digikam/icons/hicolor/48x48/actions/autocorrection.png -share/apps/digikam/icons/hicolor/48x48/actions/blurimage.png -share/apps/digikam/icons/hicolor/48x48/actions/bwtonal.png -share/apps/digikam/icons/hicolor/48x48/actions/colormanagement.png -share/apps/digikam/icons/hicolor/48x48/actions/contrast.png -share/apps/digikam/icons/hicolor/48x48/actions/depth16to8.png -share/apps/digikam/icons/hicolor/48x48/actions/depth8to16.png -share/apps/digikam/icons/hicolor/48x48/actions/digitalcam.png -share/apps/digikam/icons/hicolor/48x48/actions/editimage.png -share/apps/digikam/icons/hicolor/48x48/actions/exifinfo.png -share/apps/digikam/icons/hicolor/48x48/actions/flip.png -share/apps/digikam/icons/hicolor/48x48/actions/histogram.png -share/apps/digikam/icons/hicolor/48x48/actions/imagecomment.png -share/apps/digikam/icons/hicolor/48x48/actions/importfolders2albums.png -share/apps/digikam/icons/hicolor/48x48/actions/invertimage.png -share/apps/digikam/icons/hicolor/48x48/actions/ratiocrop.png -share/apps/digikam/icons/hicolor/48x48/actions/redeyes.png -share/apps/digikam/icons/hicolor/48x48/actions/resize_image.png -share/apps/digikam/icons/hicolor/48x48/actions/sharpenimage.png -share/apps/digikam/icons/hicolor/48x48/actions/slideshow.png -share/apps/digikam/icons/hicolor/48x48/actions/viewimage.png -share/apps/digikam/icons/hicolor/48x48/apps/digikam.png -share/apps/digikam/icons/hicolor/64x64/actions/addimagefolder.png -share/apps/digikam/icons/hicolor/64x64/actions/adjusthsl.png -share/apps/digikam/icons/hicolor/64x64/actions/adjustrgb.png -share/apps/digikam/icons/hicolor/64x64/actions/albumfoldercomment.png -share/apps/digikam/icons/hicolor/64x64/actions/albumfoldernew.png -share/apps/digikam/icons/hicolor/64x64/actions/autocorrection.png -share/apps/digikam/icons/hicolor/64x64/actions/blurimage.png -share/apps/digikam/icons/hicolor/64x64/actions/bwtonal.png -share/apps/digikam/icons/hicolor/64x64/actions/colormanagement.png -share/apps/digikam/icons/hicolor/64x64/actions/contrast.png -share/apps/digikam/icons/hicolor/64x64/actions/depth16to8.png -share/apps/digikam/icons/hicolor/64x64/actions/depth8to16.png -share/apps/digikam/icons/hicolor/64x64/actions/digitalcam.png -share/apps/digikam/icons/hicolor/64x64/actions/editimage.png -share/apps/digikam/icons/hicolor/64x64/actions/exifinfo.png -share/apps/digikam/icons/hicolor/64x64/actions/flip.png -share/apps/digikam/icons/hicolor/64x64/actions/histogram.png -share/apps/digikam/icons/hicolor/64x64/actions/imagecomment.png -share/apps/digikam/icons/hicolor/64x64/actions/importfolders2albums.png -share/apps/digikam/icons/hicolor/64x64/actions/invertimage.png -share/apps/digikam/icons/hicolor/64x64/actions/ratiocrop.png -share/apps/digikam/icons/hicolor/64x64/actions/redeyes.png -share/apps/digikam/icons/hicolor/64x64/actions/resize_image.png -share/apps/digikam/icons/hicolor/64x64/actions/sharpenimage.png -share/apps/digikam/icons/hicolor/64x64/actions/slideshow.png -share/apps/digikam/icons/hicolor/64x64/actions/viewimage.png -share/apps/digikam/icons/hicolor/64x64/apps/digikam.png -share/apps/digikam/icons/hicolor/scalable/actions/addimagefolder.svgz -share/apps/digikam/icons/hicolor/scalable/actions/adjustrgb.svgz -share/apps/digikam/icons/hicolor/scalable/actions/albumfoldercomment.svgz -share/apps/digikam/icons/hicolor/scalable/actions/albumfoldernew.svgz -share/apps/digikam/icons/hicolor/scalable/actions/autocorrection.svgz -share/apps/digikam/icons/hicolor/scalable/actions/blurimage.svgz -share/apps/digikam/icons/hicolor/scalable/actions/bwtonal.svgz -share/apps/digikam/icons/hicolor/scalable/actions/colormanagement.svgz -share/apps/digikam/icons/hicolor/scalable/actions/contrast.svgz -share/apps/digikam/icons/hicolor/scalable/actions/depth16to8.svgz -share/apps/digikam/icons/hicolor/scalable/actions/depth8to16.svgz -share/apps/digikam/icons/hicolor/scalable/actions/editimage.svgz -share/apps/digikam/icons/hicolor/scalable/actions/exifinfo.svgz -share/apps/digikam/icons/hicolor/scalable/actions/flip.svgz -share/apps/digikam/icons/hicolor/scalable/actions/histogram.svgz -share/apps/digikam/icons/hicolor/scalable/actions/imagecomment.svgz -share/apps/digikam/icons/hicolor/scalable/actions/importfolders2albums.svgz -share/apps/digikam/icons/hicolor/scalable/actions/invertimage.svgz -share/apps/digikam/icons/hicolor/scalable/actions/ratiocrop.svgz -share/apps/digikam/icons/hicolor/scalable/actions/resize_image.svgz -share/apps/digikam/icons/hicolor/scalable/actions/sharpenimage.svgz -share/apps/digikam/icons/hicolor/scalable/actions/slideshow.svgz -share/apps/digikam/profiles/adobergb.icm -share/apps/digikam/profiles/applergb.icm -share/apps/digikam/profiles/prophoto.icm -share/apps/digikam/profiles/srgb.icm -share/apps/digikam/profiles/widegamut.icm -share/apps/digikam/themes/Clean -share/apps/digikam/themes/Dark -share/apps/digikam/themes/Dessert -share/apps/digikam/themes/Digikasa -share/apps/digikam/themes/Dreary -share/apps/digikam/themes/Marine -share/apps/digikam/themes/OrangeCrush -share/apps/digikam/themes/Sandy -share/apps/digikam/tips -share/apps/digikam/utils/digikam-camera -share/apps/konqueror/servicemenus/digikam-download.desktop -share/apps/konqueror/servicemenus/digikam-gphoto2-camera.desktop -share/apps/konqueror/servicemenus/digikam-mount-and-download.desktop -share/apps/showfoto/icons/crystalsvg/128x128/actions/crop.png -share/apps/showfoto/icons/crystalsvg/128x128/actions/rotate_cw.png -share/apps/showfoto/icons/crystalsvg/16x16/actions/crop.png -share/apps/showfoto/icons/crystalsvg/16x16/actions/rotate_cw.png -share/apps/showfoto/icons/crystalsvg/22x22/actions/crop.png -share/apps/showfoto/icons/crystalsvg/22x22/actions/rotate_cw.png -share/apps/showfoto/icons/crystalsvg/32x32/actions/crop.png -share/apps/showfoto/icons/crystalsvg/32x32/actions/rotate_cw.png -share/apps/showfoto/icons/crystalsvg/48x48/actions/crop.png -share/apps/showfoto/icons/crystalsvg/48x48/actions/rotate_cw.png -share/apps/showfoto/icons/crystalsvg/64x64/actions/crop.png -share/apps/showfoto/icons/crystalsvg/64x64/actions/rotate_cw.png -share/apps/showfoto/icons/crystalsvg/scalable/actions/crop.svgz -share/apps/showfoto/icons/crystalsvg/scalable/actions/rotate_cw.svgz -share/apps/showfoto/icons/hicolor/128x128/actions/flip.png -share/apps/showfoto/icons/hicolor/128x128/actions/histogram.png -share/apps/showfoto/icons/hicolor/128x128/actions/resize_image.png -share/apps/showfoto/icons/hicolor/128x128/actions/slideshow.png -share/apps/showfoto/icons/hicolor/128x128/apps/showfoto.png -share/apps/showfoto/icons/hicolor/16x16/actions/flip.png -share/apps/showfoto/icons/hicolor/16x16/actions/histogram.png -share/apps/showfoto/icons/hicolor/16x16/actions/resize_image.png -share/apps/showfoto/icons/hicolor/16x16/actions/slideshow.png -share/apps/showfoto/icons/hicolor/16x16/apps/showfoto.png -share/apps/showfoto/icons/hicolor/22x22/actions/flip.png -share/apps/showfoto/icons/hicolor/22x22/actions/histogram.png -share/apps/showfoto/icons/hicolor/22x22/actions/resize_image.png -share/apps/showfoto/icons/hicolor/22x22/actions/slideshow.png -share/apps/showfoto/icons/hicolor/22x22/apps/showfoto.png -share/apps/showfoto/icons/hicolor/22x22/mimetypes/raw.png -share/apps/showfoto/icons/hicolor/32x32/actions/flip.png -share/apps/showfoto/icons/hicolor/32x32/actions/histogram.png -share/apps/showfoto/icons/hicolor/32x32/actions/resize_image.png -share/apps/showfoto/icons/hicolor/32x32/actions/slideshow.png -share/apps/showfoto/icons/hicolor/32x32/apps/showfoto.png -share/apps/showfoto/icons/hicolor/32x32/mimetypes/raw.png -share/apps/showfoto/icons/hicolor/48x48/actions/flip.png -share/apps/showfoto/icons/hicolor/48x48/actions/histogram.png -share/apps/showfoto/icons/hicolor/48x48/actions/resize_image.png -share/apps/showfoto/icons/hicolor/48x48/actions/slideshow.png -share/apps/showfoto/icons/hicolor/48x48/apps/showfoto.png -share/apps/showfoto/icons/hicolor/48x48/mimetypes/raw.png -share/apps/showfoto/icons/hicolor/64x64/actions/flip.png -share/apps/showfoto/icons/hicolor/64x64/actions/histogram.png -share/apps/showfoto/icons/hicolor/64x64/actions/resize_image.png -share/apps/showfoto/icons/hicolor/64x64/actions/slideshow.png -share/apps/showfoto/icons/hicolor/64x64/apps/showfoto.png -share/apps/showfoto/icons/hicolor/64x64/mimetypes/raw.png -share/apps/showfoto/icons/hicolor/scalable/actions/flip.svgz -share/apps/showfoto/icons/hicolor/scalable/actions/histogram.svgz -share/apps/showfoto/icons/hicolor/scalable/actions/resize_image.svgz -share/apps/showfoto/icons/hicolor/scalable/actions/slideshow.svgz -share/apps/showfoto/showfoto-splash.png -share/apps/showfoto/showfotoui.rc -share/icons/hicolor/128x128/apps/digikam.png -share/icons/hicolor/128x128/apps/showfoto.png -share/icons/hicolor/16x16/apps/digikam.png -share/icons/hicolor/16x16/apps/showfoto.png -share/icons/hicolor/22x22/apps/digikam.png -share/icons/hicolor/22x22/apps/showfoto.png -share/icons/hicolor/32x32/apps/digikam.png -share/icons/hicolor/32x32/apps/showfoto.png -share/icons/hicolor/48x48/apps/digikam.png -share/icons/hicolor/48x48/apps/showfoto.png -share/icons/hicolor/64x64/apps/digikam.png -share/icons/hicolor/64x64/apps/showfoto.png -share/locale/ar/LC_MESSAGES/digikam.mo -share/locale/bg/LC_MESSAGES/digikam.mo -share/locale/br/LC_MESSAGES/digikam.mo -share/locale/ca/LC_MESSAGES/digikam.mo -share/locale/cs/LC_MESSAGES/digikam.mo -share/locale/cy/LC_MESSAGES/digikam.mo -share/locale/da/LC_MESSAGES/digikam.mo -share/locale/de/LC_MESSAGES/digikam.mo -share/locale/el/LC_MESSAGES/digikam.mo -share/locale/en_GB/LC_MESSAGES/digikam.mo -share/locale/es/LC_MESSAGES/digikam.mo -share/locale/et/LC_MESSAGES/digikam.mo -share/locale/fi/LC_MESSAGES/digikam.mo -share/locale/fr/LC_MESSAGES/digikam.mo -share/locale/ga/LC_MESSAGES/digikam.mo -share/locale/gl/LC_MESSAGES/digikam.mo -share/locale/he/LC_MESSAGES/digikam.mo -share/locale/hu/LC_MESSAGES/digikam.mo -share/locale/is/LC_MESSAGES/digikam.mo -share/locale/it/LC_MESSAGES/digikam.mo -share/locale/ja/LC_MESSAGES/digikam.mo -share/locale/ka/LC_MESSAGES/digikam.mo -share/locale/lt/LC_MESSAGES/digikam.mo -share/locale/mk/LC_MESSAGES/digikam.mo -share/locale/ms/LC_MESSAGES/digikam.mo -share/locale/mt/LC_MESSAGES/digikam.mo -share/locale/nb/LC_MESSAGES/digikam.mo -share/locale/nl/LC_MESSAGES/digikam.mo -share/locale/nn/LC_MESSAGES/digikam.mo -share/locale/pa/LC_MESSAGES/digikam.mo -share/locale/pl/LC_MESSAGES/digikam.mo -share/locale/pt/LC_MESSAGES/digikam.mo -share/locale/pt_BR/LC_MESSAGES/digikam.mo -share/locale/ro/LC_MESSAGES/digikam.mo -share/locale/ru/LC_MESSAGES/digikam.mo -share/locale/rw/LC_MESSAGES/digikam.mo -share/locale/sk/LC_MESSAGES/digikam.mo -share/locale/sl/LC_MESSAGES/digikam.mo -share/locale/sr/LC_MESSAGES/digikam.mo -share/locale/sr@Latn/LC_MESSAGES/digikam.mo -share/locale/sv/LC_MESSAGES/digikam.mo -share/locale/ta/LC_MESSAGES/digikam.mo -share/locale/tr/LC_MESSAGES/digikam.mo -share/locale/uk/LC_MESSAGES/digikam.mo -share/locale/vi/LC_MESSAGES/digikam.mo -share/locale/zh_CN/LC_MESSAGES/digikam.mo -share/locale/zh_TW/LC_MESSAGES/digikam.mo -share/services/digikamalbums.protocol -share/services/digikamdates.protocol -share/services/digikamimageplugin_core.desktop -share/services/digikampreview.protocol -share/services/digikamsearch.protocol -share/services/digikamtags.protocol -share/services/digikamthumbnail.protocol -share/servicetypes/digikamimageplugin.desktop -@dirrm share/apps/showfoto/icons/hicolor/scalable/actions -@dirrm share/apps/showfoto/icons/hicolor/scalable -@dirrm share/apps/showfoto/icons/hicolor/64x64/mimetypes -@dirrm share/apps/showfoto/icons/hicolor/64x64/apps -@dirrm share/apps/showfoto/icons/hicolor/64x64/actions -@dirrm share/apps/showfoto/icons/hicolor/64x64 -@dirrm share/apps/showfoto/icons/hicolor/48x48/mimetypes -@dirrm share/apps/showfoto/icons/hicolor/48x48/apps -@dirrm share/apps/showfoto/icons/hicolor/48x48/actions -@dirrm share/apps/showfoto/icons/hicolor/48x48 -@dirrm share/apps/showfoto/icons/hicolor/32x32/mimetypes -@dirrm share/apps/showfoto/icons/hicolor/32x32/apps -@dirrm share/apps/showfoto/icons/hicolor/32x32/actions -@dirrm share/apps/showfoto/icons/hicolor/32x32 -@dirrm share/apps/showfoto/icons/hicolor/22x22/mimetypes -@dirrm share/apps/showfoto/icons/hicolor/22x22/apps -@dirrm share/apps/showfoto/icons/hicolor/22x22/actions -@dirrm share/apps/showfoto/icons/hicolor/22x22 -@dirrm share/apps/showfoto/icons/hicolor/16x16/apps -@dirrm share/apps/showfoto/icons/hicolor/16x16/actions -@dirrm share/apps/showfoto/icons/hicolor/16x16 -@dirrm share/apps/showfoto/icons/hicolor/128x128/apps -@dirrm share/apps/showfoto/icons/hicolor/128x128/actions -@dirrm share/apps/showfoto/icons/hicolor/128x128 -@dirrm share/apps/showfoto/icons/hicolor -@dirrm share/apps/showfoto/icons/crystalsvg/scalable/actions -@dirrm share/apps/showfoto/icons/crystalsvg/scalable -@dirrm share/apps/showfoto/icons/crystalsvg/64x64/actions -@dirrm share/apps/showfoto/icons/crystalsvg/64x64 -@dirrm share/apps/showfoto/icons/crystalsvg/48x48/actions -@dirrm share/apps/showfoto/icons/crystalsvg/48x48 -@dirrm share/apps/showfoto/icons/crystalsvg/32x32/actions -@dirrm share/apps/showfoto/icons/crystalsvg/32x32 -@dirrm share/apps/showfoto/icons/crystalsvg/22x22/actions -@dirrm share/apps/showfoto/icons/crystalsvg/22x22 -@dirrm share/apps/showfoto/icons/crystalsvg/16x16/actions -@dirrm share/apps/showfoto/icons/crystalsvg/16x16 -@dirrm share/apps/showfoto/icons/crystalsvg/128x128/actions -@dirrm share/apps/showfoto/icons/crystalsvg/128x128 -@dirrm share/apps/showfoto/icons/crystalsvg -@dirrm share/apps/showfoto/icons -@dirrm share/apps/showfoto -@dirrmtry share/apps/konqueror/servicemenus -@dirrmtry share/apps/konqueror -@dirrm share/apps/digikam/utils -@dirrm share/apps/digikam/themes -@dirrm share/apps/digikam/profiles -@dirrm share/apps/digikam/icons/hicolor/scalable/actions -@dirrm share/apps/digikam/icons/hicolor/scalable -@dirrm share/apps/digikam/icons/hicolor/64x64/apps -@dirrm share/apps/digikam/icons/hicolor/64x64/actions -@dirrm share/apps/digikam/icons/hicolor/64x64 -@dirrm share/apps/digikam/icons/hicolor/48x48/apps -@dirrm share/apps/digikam/icons/hicolor/48x48/actions -@dirrm share/apps/digikam/icons/hicolor/48x48 -@dirrm share/apps/digikam/icons/hicolor/32x32/apps -@dirrm share/apps/digikam/icons/hicolor/32x32/actions -@dirrm share/apps/digikam/icons/hicolor/32x32 -@dirrm share/apps/digikam/icons/hicolor/22x22/apps -@dirrm share/apps/digikam/icons/hicolor/22x22/actions -@dirrm share/apps/digikam/icons/hicolor/22x22 -@dirrm share/apps/digikam/icons/hicolor/16x16/apps -@dirrm share/apps/digikam/icons/hicolor/16x16/actions -@dirrm share/apps/digikam/icons/hicolor/16x16 -@dirrm share/apps/digikam/icons/hicolor/128x128/apps -@dirrm share/apps/digikam/icons/hicolor/128x128/actions -@dirrm share/apps/digikam/icons/hicolor/128x128 -@dirrm share/apps/digikam/icons/hicolor -@dirrm share/apps/digikam/icons/crystalsvg/scalable/actions -@dirrm share/apps/digikam/icons/crystalsvg/scalable -@dirrm share/apps/digikam/icons/crystalsvg/64x64/actions -@dirrm share/apps/digikam/icons/crystalsvg/64x64 -@dirrm share/apps/digikam/icons/crystalsvg/48x48/actions -@dirrm share/apps/digikam/icons/crystalsvg/48x48 -@dirrm share/apps/digikam/icons/crystalsvg/32x32/actions -@dirrm share/apps/digikam/icons/crystalsvg/32x32 -@dirrm share/apps/digikam/icons/crystalsvg/22x22/actions -@dirrm share/apps/digikam/icons/crystalsvg/22x22 -@dirrm share/apps/digikam/icons/crystalsvg/16x16/actions -@dirrm share/apps/digikam/icons/crystalsvg/16x16 -@dirrm share/apps/digikam/icons/crystalsvg/128x128/actions -@dirrm share/apps/digikam/icons/crystalsvg/128x128 -@dirrm share/apps/digikam/icons/crystalsvg -@dirrm share/apps/digikam/icons -@dirrm share/apps/digikam/data -@dirrm share/apps/digikam/about -@dirrm share/apps/digikam -@dirrm include/digikam -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/nn/LC_MESSAGES -@dirrmtry share/locale/nn -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/ar/LC_MESSAGES -@dirrmtry share/locale/ar diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile deleted file mode 100644 index e558dfdf5173..000000000000 --- a/graphics/giflib/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: libungif -# Date created: 03 May 1997 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libungif -PORTVERSION= 4.1.4 -PORTREVISION= 2 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= dinoex@FreeBSD.org -COMMENT= Tools and library routines for working with GIF images - -USE_BZIP2= yes -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_LDCONFIG= yes - -.if defined(WITHOUT_X11) -PLIST_SUB+= X11='@comment ' -CONFIGURE_ARGS+= --with-x=no -PKGNAMESUFFIX= -nox11 -.else -USE_XLIB= yes -PLIST_SUB+= X11='' -.endif - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/UNCOMPRESSED_GIF ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/*.png ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/graphics/giflib/distinfo b/graphics/giflib/distinfo deleted file mode 100644 index 482ea0b218d5..000000000000 --- a/graphics/giflib/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libungif-4.1.4.tar.bz2) = 76865bc1bed90ecb5992a1edcc4d6c15 -SHA256 (libungif-4.1.4.tar.bz2) = 708a7eac218d3fd8e8dfb13f1089d4e1e98246985180a17d6ecfca5a6bd4d332 -SIZE (libungif-4.1.4.tar.bz2) = 482222 diff --git a/graphics/giflib/files/patch-util_giftext.c b/graphics/giflib/files/patch-util_giftext.c deleted file mode 100644 index 6227d274d74f..000000000000 --- a/graphics/giflib/files/patch-util_giftext.c +++ /dev/null @@ -1,9 +0,0 @@ ---- util/giftext.c.orig Mon Oct 10 08:08:51 2005 -+++ util/giftext.c Mon Aug 28 17:01:18 2006 -@@ -136,5 +136,5 @@ - printf("\tColorResolution = %d, BitsPerPixel = %d, BackGround = %d.\n", - GifFile->SColorResolution, -- GifFile->SColorMap->BitsPerPixel, -+ GifFile->SColorMap?GifFile->SColorMap->BitsPerPixel:0, - GifFile->SBackGroundColor); - if (GifFile->SColorMap) diff --git a/graphics/giflib/pkg-descr b/graphics/giflib/pkg-descr deleted file mode 100644 index d371f89d18f1..000000000000 --- a/graphics/giflib/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -A library for reading and writing gif images. The save functionality -uses an uncompressed gif algorithm to avoid the Unisys LZW patent. -This library is based on Eric Raymond's giflib and implements a -superset of that library's API. - -WWW: http://sourceforge.net/projects/libungif/ diff --git a/graphics/giflib/pkg-plist b/graphics/giflib/pkg-plist deleted file mode 100644 index 3ebd5060a57b..000000000000 --- a/graphics/giflib/pkg-plist +++ /dev/null @@ -1,77 +0,0 @@ -bin/gif2epsn -bin/gif2ps -bin/gif2rgb -%%X11%%bin/gif2x11 -bin/gifasm -bin/gifbg -bin/gifburst -bin/gifclip -bin/gifclrmp -bin/gifcolor -bin/gifcomb -bin/gifcompose -bin/giffiltr -bin/giffix -bin/gifflip -bin/gifhisto -bin/gifinfo -bin/gifinter -bin/gifinto -bin/gifovly -bin/gifpos -bin/gifrotat -bin/gifrsize -bin/gifspnge -bin/giftext -bin/gifwedge -bin/icon2gif -bin/raw2gif -bin/rgb2gif -bin/text2gif -include/gif_lib.h -lib/libungif.a -lib/libungif.la -lib/libungif.so -lib/libungif.so.5 -%%PORTDOCS%%%%DOCSDIR%%/GifFileType.png -%%PORTDOCS%%%%DOCSDIR%%/UNCOMPRESSED_GIF -%%PORTDOCS%%%%DOCSDIR%%/gif2bgi.html -%%PORTDOCS%%%%DOCSDIR%%/gif2epsn.html -%%PORTDOCS%%%%DOCSDIR%%/gif2herc.html -%%PORTDOCS%%%%DOCSDIR%%/gif2iris.html -%%PORTDOCS%%%%DOCSDIR%%/gif2ps.html -%%PORTDOCS%%%%DOCSDIR%%/gif2rgb.html -%%PORTDOCS%%%%DOCSDIR%%/gif2rle.html -%%PORTDOCS%%%%DOCSDIR%%/gif2x11.html -%%PORTDOCS%%%%DOCSDIR%%/gif89.txt -%%PORTDOCS%%%%DOCSDIR%%/gif_lib.html -%%PORTDOCS%%%%DOCSDIR%%/gifasm.html -%%PORTDOCS%%%%DOCSDIR%%/gifbg.html -%%PORTDOCS%%%%DOCSDIR%%/gifburst.html -%%PORTDOCS%%%%DOCSDIR%%/gifclip.html -%%PORTDOCS%%%%DOCSDIR%%/gifclrmp.html -%%PORTDOCS%%%%DOCSDIR%%/gifcolor.html -%%PORTDOCS%%%%DOCSDIR%%/gifcomb.html -%%PORTDOCS%%%%DOCSDIR%%/gifcompose.html -%%PORTDOCS%%%%DOCSDIR%%/giffiltr.html -%%PORTDOCS%%%%DOCSDIR%%/giffix.html -%%PORTDOCS%%%%DOCSDIR%%/gifflip.html -%%PORTDOCS%%%%DOCSDIR%%/gifhisto.html -%%PORTDOCS%%%%DOCSDIR%%/gifinter.html -%%PORTDOCS%%%%DOCSDIR%%/gifinto.html -%%PORTDOCS%%%%DOCSDIR%%/gifovly.html -%%PORTDOCS%%%%DOCSDIR%%/gifpos.html -%%PORTDOCS%%%%DOCSDIR%%/gifrotat.html -%%PORTDOCS%%%%DOCSDIR%%/gifrsize.html -%%PORTDOCS%%%%DOCSDIR%%/gifspnge.html -%%PORTDOCS%%%%DOCSDIR%%/giftext.html -%%PORTDOCS%%%%DOCSDIR%%/gifwedge.html -%%PORTDOCS%%%%DOCSDIR%%/icon2gif.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/liberror.html -%%PORTDOCS%%%%DOCSDIR%%/lzgif.txt -%%PORTDOCS%%%%DOCSDIR%%/raw2gif.html -%%PORTDOCS%%%%DOCSDIR%%/rgb2gif.html -%%PORTDOCS%%%%DOCSDIR%%/rle2gif.html -%%PORTDOCS%%%%DOCSDIR%%/text2gif.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile deleted file mode 100644 index 570f5fafed20..000000000000 --- a/graphics/gimp-app-devel/Makefile +++ /dev/null @@ -1,177 +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-devel/Makefile,v 1.24 2006/10/13 23:42:43 marcus Exp $ -# - -PORTNAME= gimp -PORTVERSION= 2.3.9 -PORTREVISION= 2 -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_LOCAL:S|$|ahze/|:S|$|:gut|} -MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R} \ - ahze:gut - -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${EXTRA_DISTFILES} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNU Image Manipulation Program development version - -LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf \ - poppler-glib.1:${PORTSDIR}/graphics/poppler-gtk \ - aa.1:${PORTSDIR}/graphics/aalib \ - mng.1:${PORTSDIR}/graphics/libmng \ - png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff - -CONFLICTS= gimp-1.* gimp-2.2.* -NO_LATEST_LINK= yes - -SHLIBVER?= 0 - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_XPM= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 -USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 ltverhack -WANT_GNOME= yes -USE_GCC= 3.4+ -USE_LDCONFIG= yes -INSTALLS_ICONS= yes -LIBTOOLFLAGS= --disable-ltlibs --release-ignore -PLIST_SUB= SHLIBVER="${SHLIBVER}" -CONFIGURE_ARGS= --disable-perl \ - --with-html-dir=${DOCSDIR} \ - --disable-gtk-doc \ - --enable-static \ - --with-gimpprint -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" - -GIMP_DISTFILE= ${DISTDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} - -MAN1= gimp-2.3.1 gimp-remote-2.3.1 gimptool-2.0.1 -MAN5= gimprc-2.3.5 - -OPTIONS= DEBUG "debugging" off \ - PYTHON "Python-Fu support" off \ - RSVG "SVG format support" on \ - PRINT "Gutenprint plugin" on \ - GNOMEPRINT "GNOME printing plugin" on \ - MP "multiple processor support" off - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= does not build on 4.X -.endif - -#.if defined(WITHOUT_EXIF) -CONFIGURE_ARGS+= --without-libexif -#.else -#LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif -#.endif - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug -.endif - -.if defined(WITH_PYTHON) -USE_PYTHON= yes -# we need to manually include this, because USE_PYTHON is defined -# # after including bsd.port.pre.mk -.include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygtk2 -CONFIGURE_ARGS+= --enable-python -PLIST_SUB+= PYTHON:="" -.else -CONFIGURE_ARGS+= --disable-python -PLIST_SUB+= PYTHON:="@comment " -.endif - -.if defined(WITHOUT_RSVG) -CONFIGURE_ARGS+= --without-librsvg -PLIST_SUB+= SVG="@comment " -.else -USE_GNOME+= librsvg2 -PLIST_SUB+= SVG="" -.endif - -.if !defined(WITHOUT_PRINT) -LIB_DEPENDS+= gutenprintui2.1:${PORTSDIR}/print/gutenprint -EXTRA_DISTFILES+= gimp2-gutenprint-2${EXTRACT_SUFX}:gut -GUT_WRKSRC= ${WRKDIR}/gimp2-gutenprint -PKGCONFIG?= ${LOCALBASE}/bin/pkg-config -GUTENPRINT_CFLAGS= `${PKGCONFIG} --cflags gutenprintui2` -GUTENPRINT_LIBS= `${PKGCONFIG} --libs gutenprintui2` -GUT_MAKE_ENV= GUTENPRINT_CFLAGS="${GUTENPRINT_CFLAGS}" \ - GUTENPRINT_LIBS="${GUTENPRINT_LIBS}" -PLIST_SUB+= GPRINT="" -.else -PLIST_SUB+= GPRINT="@comment " -.endif - -.if !defined(WITHOUT_GNOMEPRINT) -USE_GNOME+= libgnomeprintui -PLIST_SUB+= PRINT="" -.else -CONFIGURE_ARGS+= --without-gnomeprint -PLIST_SUB+= PRINT="@comment " -.endif - -.if defined(WITH_MP) -CONFIGURE_ARGS+= --enable-mp -.endif - -.if ${HAVE_GNOME:Mgnomepanel}!="" -USE_GNOME+= gnomepanel desktopfileutils gnomehier -CONFIGURE_ARGS+= --with-desktop-dir=${LOCALBASE}/share/gnome -CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} -PKGNAMESUFFIX:= -gnome -PLIST_SUB+= GTK="gnome/" GNOMEPANEL:="" -GNOME_ENABLED= yes -.else -PLIST_SUB+= GTK="" GNOMEPANEL:="@comment " -CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} -CONFIGURE_ARGS+= --without-desktop-dir -.endif - -post-extract: -.if !defined(WITHOUT_PRINT) - ${RM} -rf ${WRKSRC}/plug-ins/print - ${MKDIR} ${WRKSRC}/plug-ins/print - ${CP} -f ${GUT_WRKSRC}/* ${WRKSRC}/plug-ins/print -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|"libpng"|"libpng12"|' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|@mandir@|${PREFIX}/man|' \ - ${WRKSRC}/docs/Makefile.in - -post-build: -.if !defined(WITHOUT_PRINT) - @(cd ${WRKSRC}/plug-ins/print; ${SETENV} ${GUT_MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) -.endif - -post-install: -.if !defined(WITHOUT_PRINT) - @(cd ${WRKSRC}/plug-ins/print; ${SETENV} ${GUT_MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) -.endif -.if defined(GNOME_ENABLED) - @-update-desktop-database -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/gimp-app-devel/distinfo b/graphics/gimp-app-devel/distinfo deleted file mode 100644 index 3487f9fb39d4..000000000000 --- a/graphics/gimp-app-devel/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (gimp-2.3.9.tar.bz2) = 4299e81e1824e08a90b50dc8beb46151 -SHA256 (gimp-2.3.9.tar.bz2) = 64c334f99cc4e5204a1925299b7a1da3d027f0b1c6900e6309f5b8da40aa9f10 -SIZE (gimp-2.3.9.tar.bz2) = 15183977 -MD5 (gimp2-gutenprint-2.tar.bz2) = d24f0e7bd1f2e62984395293b5f1a43d -SHA256 (gimp2-gutenprint-2.tar.bz2) = 3226cf58210fd796e5748817256d29de425e21b093fb84997b787df050344164 -SIZE (gimp2-gutenprint-2.tar.bz2) = 15155 diff --git a/graphics/gimp-app-devel/files/patch-app_main.c b/graphics/gimp-app-devel/files/patch-app_main.c deleted file mode 100644 index eb29601cd33a..000000000000 --- a/graphics/gimp-app-devel/files/patch-app_main.c +++ /dev/null @@ -1,11 +0,0 @@ ---- app/main.c.orig Fri Jun 9 12:02:54 2006 -+++ app/main.c Fri Jun 9 12:03:28 2006 -@@ -18,7 +18,7 @@ - - #include "config.h" - --#define _POSIX_SOURCE /* all the sigaction stuff is POSIX */ -+#define __XSI_VISIBLE - #define _SVID_SOURCE /* except for SA_RESTART, it seems */ - - #include <stdio.h> diff --git a/graphics/gimp-app-devel/files/patch-configure b/graphics/gimp-app-devel/files/patch-configure deleted file mode 100644 index da42f67f8ca6..000000000000 --- a/graphics/gimp-app-devel/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ ---- configure.orig Sun Mar 6 15:30:12 2005 -+++ configure Sun Mar 6 15:33:57 2005 -@@ -25925,6 +25925,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 -@@ -33865,9 +33866,9 @@ - fi - 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" - - localedir='${prefix}/${DATADIRNAME}/locale' - diff --git a/graphics/gimp-app-devel/files/patch-gimptool-2.0.in b/graphics/gimp-app-devel/files/patch-gimptool-2.0.in deleted file mode 100644 index d97dc2a31c6c..000000000000 --- a/graphics/gimp-app-devel/files/patch-gimptool-2.0.in +++ /dev/null @@ -1,30 +0,0 @@ - -$FreeBSD$ - $MCom: ports/graphics/gimp-devel/files/patch-gimptool-2.0.in,v 1.3 2005/06/28 05:40:04 adamw Exp $ - ---- gimptool-2.0.in.orig Tue Jan 15 12:21:05 2002 -+++ gimptool-2.0.in Fri May 17 20:46:18 2002 -@@ -215,19 +215,19 @@ - | --uninstall-script | --uninstall-admin-script ) - case $1 in - --*install-bin) -- install_cmd="@INSTALL_PROGRAM@" -+ install_cmd="@INSTALL_SCRIPT@" - install_dir="$HOME/@gimpdir@/plug-ins" - ;; - --install-bin-strip) -- install_cmd="@INSTALL_PROGRAM@ -s" -+ install_cmd="@INSTALL_SCRIPT@ -s" - install_dir="$HOME/@gimpdir@/plug-ins" - ;; - --*install-admin-bin) -- install_cmd="@INSTALL_PROGRAM@" -+ install_cmd="@INSTALL_SCRIPT@" - install_dir="$gimpplugindir/plug-ins" - ;; - --install-admin-bin-strip) -- install_cmd="@INSTALL_PROGRAM@ -s" -+ install_cmd="@INSTALL_SCRIPT@ -s" - install_dir="$gimpplugindir/plug-ins" - ;; - --*install-script) diff --git a/graphics/gimp-app-devel/files/patch-libgimp_gimp.c b/graphics/gimp-app-devel/files/patch-libgimp_gimp.c deleted file mode 100644 index 121a49bbf147..000000000000 --- a/graphics/gimp-app-devel/files/patch-libgimp_gimp.c +++ /dev/null @@ -1,29 +0,0 @@ ---- libgimp/gimp.c.orig Fri Jun 2 08:04:39 2006 -+++ libgimp/gimp.c Fri Jun 9 11:24:56 2006 -@@ -21,7 +21,7 @@ - - #include "config.h" - --#define _POSIX_SOURCE /* all the sigaction stuff is POSIX */ -+#define __XSI_VISIBLE /* all the sigaction stuff is POSIX */ - #define _SVID_SOURCE /* except for SA_RESTART, it seems */ - - #include <errno.h> -@@ -30,6 +30,7 @@ - #include <stdlib.h> - #include <string.h> - #include <sys/types.h> -+#include <floatingpoint.h> - - #ifdef HAVE_SYS_TIME_H - #include <sys/time.h> -@@ -292,6 +293,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-devel/pkg-descr b/graphics/gimp-app-devel/pkg-descr deleted file mode 100644 index 4d7f49925c17..000000000000 --- a/graphics/gimp-app-devel/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-devel/pkg-plist b/graphics/gimp-app-devel/pkg-plist deleted file mode 100644 index 9b5c0f9513e7..000000000000 --- a/graphics/gimp-app-devel/pkg-plist +++ /dev/null @@ -1,2222 +0,0 @@ -bin/gimp-2.3 -bin/gimp-console-2.3 -bin/gimp-remote-2.3 -bin/gimptool-2.0 -etc/gimp/2.2/controllerrc -etc/gimp/2.2/gimprc -etc/gimp/2.2/gtkrc -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/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/gimpdrawablecombobox.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/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/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/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/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/gimpselection.h -include/gimp-2.0/libgimp/gimpselection_pdb.h -include/gimp-2.0/libgimp/gimpselectiontools_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/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/gimpcolorspace.h -include/gimp-2.0/libgimpcolor/gimpcolortypes.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/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/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/gimpintcombobox.h -include/gimp-2.0/libgimpwidgets/gimpintstore.h -include/gimp-2.0/libgimpwidgets/gimpmemsizeentry.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/gimpresolutionentry.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/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 -@comment this is a simlink to gimp-2.3.1, so put it here because it gives me trouble with MAN1. -man/man1/gimp-console-2.3.1 -%%PYTHON:%%libexec/gimp/2.2/environ/pygimp.env -libexec/gimp/2.2/interpreters/default.interp -%%PYTHON:%%libexec/gimp/2.2/interpreters/pygimp.interp -%%PYTHON:%%libexec/gimp/2.2/python/pygimp-logo.png -libexec/gimp/2.2/modules/libcdisplay_colorblind.a -libexec/gimp/2.2/modules/libcdisplay_colorblind.la -libexec/gimp/2.2/modules/libcdisplay_colorblind.so -libexec/gimp/2.2/modules/libcdisplay_gamma.a -libexec/gimp/2.2/modules/libcdisplay_gamma.la -libexec/gimp/2.2/modules/libcdisplay_gamma.so -libexec/gimp/2.2/modules/libcdisplay_highcontrast.a -libexec/gimp/2.2/modules/libcdisplay_highcontrast.la -libexec/gimp/2.2/modules/libcdisplay_highcontrast.so -libexec/gimp/2.2/modules/libcdisplay_lcms.a -libexec/gimp/2.2/modules/libcdisplay_lcms.la -libexec/gimp/2.2/modules/libcdisplay_lcms.so -libexec/gimp/2.2/modules/libcdisplay_proof.a -libexec/gimp/2.2/modules/libcdisplay_proof.la -libexec/gimp/2.2/modules/libcdisplay_proof.so -libexec/gimp/2.2/modules/libcolorsel_cmyk.a -libexec/gimp/2.2/modules/libcolorsel_cmyk.la -libexec/gimp/2.2/modules/libcolorsel_cmyk.so -libexec/gimp/2.2/modules/libcolorsel_triangle.a -libexec/gimp/2.2/modules/libcolorsel_triangle.la -libexec/gimp/2.2/modules/libcolorsel_triangle.so -libexec/gimp/2.2/modules/libcolorsel_water.a -libexec/gimp/2.2/modules/libcolorsel_water.la -libexec/gimp/2.2/modules/libcolorsel_water.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/plug-ins/AlienMap2 -libexec/gimp/2.2/plug-ins/CEL -libexec/gimp/2.2/plug-ins/CML_explorer -libexec/gimp/2.2/plug-ins/FractalExplorer -libexec/gimp/2.2/plug-ins/Lighting -libexec/gimp/2.2/plug-ins/MapObject -libexec/gimp/2.2/plug-ins/aa -libexec/gimp/2.2/plug-ins/align_layers -libexec/gimp/2.2/plug-ins/animationplay -libexec/gimp/2.2/plug-ins/animoptimize -libexec/gimp/2.2/plug-ins/apply_lens -libexec/gimp/2.2/plug-ins/autocrop -libexec/gimp/2.2/plug-ins/autostretch_hsv -%%PYTHON:%%libexec/gimp/2.2/plug-ins/benchmark-foreground-extract.py -libexec/gimp/2.2/plug-ins/blinds -libexec/gimp/2.2/plug-ins/blur -libexec/gimp/2.2/plug-ins/bmp -libexec/gimp/2.2/plug-ins/borderaverage -libexec/gimp/2.2/plug-ins/bumpmap -libexec/gimp/2.2/plug-ins/c_astretch -libexec/gimp/2.2/plug-ins/cartoon -libexec/gimp/2.2/plug-ins/ccanalyze -libexec/gimp/2.2/plug-ins/channel_mixer -libexec/gimp/2.2/plug-ins/checkerboard -%%PYTHON:%%libexec/gimp/2.2/plug-ins/clothify.py -libexec/gimp/2.2/plug-ins/color_enhance -libexec/gimp/2.2/plug-ins/colorify -%%PYTHON:%%libexec/gimp/2.2/plug-ins/colorxhtml.py -libexec/gimp/2.2/plug-ins/colortoalpha -libexec/gimp/2.2/plug-ins/compose -libexec/gimp/2.2/plug-ins/compressor -libexec/gimp/2.2/plug-ins/convmatrix -libexec/gimp/2.2/plug-ins/csource -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/depthmerge -libexec/gimp/2.2/plug-ins/despeckle -libexec/gimp/2.2/plug-ins/destripe -libexec/gimp/2.2/plug-ins/dicom -libexec/gimp/2.2/plug-ins/diffraction -libexec/gimp/2.2/plug-ins/displace -libexec/gimp/2.2/plug-ins/dog -libexec/gimp/2.2/plug-ins/edge -libexec/gimp/2.2/plug-ins/emboss -libexec/gimp/2.2/plug-ins/engrave -libexec/gimp/2.2/plug-ins/exchange -libexec/gimp/2.2/plug-ins/faxg3 -libexec/gimp/2.2/plug-ins/film -libexec/gimp/2.2/plug-ins/fits -libexec/gimp/2.2/plug-ins/flame -libexec/gimp/2.2/plug-ins/flarefx -%%PYTHON:%%libexec/gimp/2.2/plug-ins/foggify.py -libexec/gimp/2.2/plug-ins/fp -libexec/gimp/2.2/plug-ins/fractaltrace -libexec/gimp/2.2/plug-ins/gauss -libexec/gimp/2.2/plug-ins/gbr -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/gflare -libexec/gimp/2.2/plug-ins/gfli -libexec/gimp/2.2/plug-ins/gif -libexec/gimp/2.2/plug-ins/gifload -libexec/gimp/2.2/plug-ins/gih -%%PYTHON:%%libexec/gimp/2.2/plug-ins/gimpcons.py -libexec/gimp/2.2/plug-ins/gimpressionist -libexec/gimp/2.2/plug-ins/glasstile -libexec/gimp/2.2/plug-ins/glob -%%PRINT%%libexec/gimp/2.2/plug-ins/gnomeprint -libexec/gimp/2.2/plug-ins/gqbist -libexec/gimp/2.2/plug-ins/gradmap -libexec/gimp/2.2/plug-ins/grid -%%PYTHON:%%libexec/gimp/2.2/plug-ins/gtkcons.py -libexec/gimp/2.2/plug-ins/gtm -libexec/gimp/2.2/plug-ins/guillotine -libexec/gimp/2.2/plug-ins/header -libexec/gimp/2.2/plug-ins/help -libexec/gimp/2.2/plug-ins/hot -libexec/gimp/2.2/plug-ins/ifscompose -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/jpeg -libexec/gimp/2.2/plug-ins/laplace -libexec/gimp/2.2/plug-ins/lic -libexec/gimp/2.2/plug-ins/mail -libexec/gimp/2.2/plug-ins/mapcolor -libexec/gimp/2.2/plug-ins/max_rgb -libexec/gimp/2.2/plug-ins/maze -libexec/gimp/2.2/plug-ins/mblur -libexec/gimp/2.2/plug-ins/metadata -libexec/gimp/2.2/plug-ins/mng -libexec/gimp/2.2/plug-ins/mosaic -libexec/gimp/2.2/plug-ins/neon -libexec/gimp/2.2/plug-ins/newsprint -libexec/gimp/2.2/plug-ins/nlfilt -libexec/gimp/2.2/plug-ins/noisify -libexec/gimp/2.2/plug-ins/normalize -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/papertile -libexec/gimp/2.2/plug-ins/pat -libexec/gimp/2.2/plug-ins/pcx -%%PYTHON:%%libexec/gimp/2.2/plug-ins/pdbbrowse.py -libexec/gimp/2.2/plug-ins/photocopy -libexec/gimp/2.2/plug-ins/pix -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/png -libexec/gimp/2.2/plug-ins/pnm -libexec/gimp/2.2/plug-ins/polar -libexec/gimp/2.2/plug-ins/poppler -libexec/gimp/2.2/plug-ins/postscript -%%GPRINT%%libexec/gimp/2.2/plug-ins/print -libexec/gimp/2.2/plug-ins/procedure-browser -libexec/gimp/2.2/plug-ins/psd -libexec/gimp/2.2/plug-ins/psd_save -libexec/gimp/2.2/plug-ins/psp -%%PYTHON:%%libexec/gimp/2.2/plug-ins/py-slice.py -libexec/gimp/2.2/plug-ins/randomize -libexec/gimp/2.2/plug-ins/raw -libexec/gimp/2.2/plug-ins/rcm -libexec/gimp/2.2/plug-ins/redeye -libexec/gimp/2.2/plug-ins/retinex -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/scatter_hsv -libexec/gimp/2.2/plug-ins/screenshot -libexec/gimp/2.2/plug-ins/script-fu -%%PYTHON:%%libexec/gimp/2.2/plug-ins/shadow_bevel.py -libexec/gimp/2.2/plug-ins/sel2path -libexec/gimp/2.2/plug-ins/sel_gauss -libexec/gimp/2.2/plug-ins/semiflatten -libexec/gimp/2.2/plug-ins/sgi -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/snoise -libexec/gimp/2.2/plug-ins/sobel -libexec/gimp/2.2/plug-ins/softglow -libexec/gimp/2.2/plug-ins/sparkle -%%PYTHON:%%libexec/gimp/2.2/plug-ins/sphere.py -libexec/gimp/2.2/plug-ins/spheredesigner -libexec/gimp/2.2/plug-ins/spread -libexec/gimp/2.2/plug-ins/struc -libexec/gimp/2.2/plug-ins/sunras -%%SVG%%libexec/gimp/2.2/plug-ins/svg -libexec/gimp/2.2/plug-ins/tga -libexec/gimp/2.2/plug-ins/threshold_alpha -libexec/gimp/2.2/plug-ins/tiff -libexec/gimp/2.2/plug-ins/tile -libexec/gimp/2.2/plug-ins/tileit -libexec/gimp/2.2/plug-ins/tiler -libexec/gimp/2.2/plug-ins/uniteditor -libexec/gimp/2.2/plug-ins/unsharp -libexec/gimp/2.2/plug-ins/uri -libexec/gimp/2.2/plug-ins/video -libexec/gimp/2.2/plug-ins/vinvert -libexec/gimp/2.2/plug-ins/vpropagate -libexec/gimp/2.2/plug-ins/warp -libexec/gimp/2.2/plug-ins/waves -libexec/gimp/2.2/plug-ins/webbrowser -%%PYTHON:%%libexec/gimp/2.2/plug-ins/whirlpinch.py -libexec/gimp/2.2/plug-ins/whirlpinch -libexec/gimp/2.2/plug-ins/wind -libexec/gimp/2.2/plug-ins/winicon -libexec/gimp/2.2/plug-ins/wmf -libexec/gimp/2.2/plug-ins/xbm -libexec/gimp/2.2/plug-ins/xjt -libexec/gimp/2.2/plug-ins/xpm -libexec/gimp/2.2/plug-ins/xwd -libexec/gimp/2.2/plug-ins/zealouscrop -%%PYTHON:%%libexec/gimp/2.2/python/_gimpenums.la -%%PYTHON:%%libexec/gimp/2.2/python/_gimpenums.so -%%PYTHON:%%libexec/gimp/2.2/python/gimp.la -%%PYTHON:%%libexec/gimp/2.2/python/gimp.so -%%PYTHON:%%libexec/gimp/2.2/python/gimpcolor.la -%%PYTHON:%%libexec/gimp/2.2/python/gimpcolor.so -%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpprocbrowser.la -%%PYTHON:%%libexec/gimp/2.2/python/gimpprocbrowser.so -%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpui.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpui.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpui.pyo -share/aclocal/gimp-2.0.m4 -%%DOCSDIR%%/libgimp/GimpAspectPreview.html -%%DOCSDIR%%/libgimp/GimpDrawableComboBox.html -%%DOCSDIR%%/libgimp/GimpDrawablePreview.html -%%DOCSDIR%%/libgimp/GimpFontSelectButton.html -%%DOCSDIR%%/libgimp/GimpImageComboBox.html -%%DOCSDIR%%/libgimp/GimpProcBrowserDialog.html -%%DOCSDIR%%/libgimp/GimpProgressBar.html -%%DOCSDIR%%/libgimp/GimpZoomPreview.html -%%DOCSDIR%%/libgimp/gimpdefinitions.html -%%DOCSDIR%%/libgimp/home.png -%%DOCSDIR%%/libgimp/index.html -%%DOCSDIR%%/libgimp/index.sgml -%%DOCSDIR%%/libgimp/ix01.html -%%DOCSDIR%%/libgimp/ix02.html -%%DOCSDIR%%/libgimp/ix03.html -%%DOCSDIR%%/libgimp/ix04.html -%%DOCSDIR%%/libgimp/left.png -%%DOCSDIR%%/libgimp/libgimp-data.html -%%DOCSDIR%%/libgimp/libgimp-general.html -%%DOCSDIR%%/libgimp/libgimp-gimp.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrush.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrushes.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrushmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrushselect.html -%%DOCSDIR%%/libgimp/libgimp-gimpbuffer.html -%%DOCSDIR%%/libgimp/libgimp-gimpchannel.html -%%DOCSDIR%%/libgimp/libgimp-gimpcolor.html -%%DOCSDIR%%/libgimp/libgimp-gimpcontext.html -%%DOCSDIR%%/libgimp/libgimp-gimpconvert.html -%%DOCSDIR%%/libgimp/libgimp-gimpdisplay.html -%%DOCSDIR%%/libgimp/libgimp-gimpdrawable.html -%%DOCSDIR%%/libgimp/libgimp-gimpdrawabletransform.html -%%DOCSDIR%%/libgimp/libgimp-gimpedit.html -%%DOCSDIR%%/libgimp/libgimp-gimpenums.html -%%DOCSDIR%%/libgimp/libgimp-gimpexport.html -%%DOCSDIR%%/libgimp/libgimp-gimpfileops.html -%%DOCSDIR%%/libgimp/libgimp-gimpfloatingsel.html -%%DOCSDIR%%/libgimp/libgimp-gimpfontmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpfonts.html -%%DOCSDIR%%/libgimp/libgimp-gimpfontselect.html -%%DOCSDIR%%/libgimp/libgimp-gimpgimprc.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradient.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradientmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradients.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradientselect.html -%%DOCSDIR%%/libgimp/libgimp-gimpgrid.html -%%DOCSDIR%%/libgimp/libgimp-gimpguides.html -%%DOCSDIR%%/libgimp/libgimp-gimphelp.html -%%DOCSDIR%%/libgimp/libgimp-gimpimage.html -%%DOCSDIR%%/libgimp/libgimp-gimplayer.html -%%DOCSDIR%%/libgimp/libgimp-gimpmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpmessage.html -%%DOCSDIR%%/libgimp/libgimp-gimppalette.html -%%DOCSDIR%%/libgimp/libgimp-gimppalettemenu.html -%%DOCSDIR%%/libgimp/libgimp-gimppalettes.html -%%DOCSDIR%%/libgimp/libgimp-gimppaletteselect.html -%%DOCSDIR%%/libgimp/libgimp-gimppaths.html -%%DOCSDIR%%/libgimp/libgimp-gimppattern.html -%%DOCSDIR%%/libgimp/libgimp-gimppatternmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimppatterns.html -%%DOCSDIR%%/libgimp/libgimp-gimppatternselect.html -%%DOCSDIR%%/libgimp/libgimp-gimppixbuf.html -%%DOCSDIR%%/libgimp/libgimp-gimppixelfetcher.html -%%DOCSDIR%%/libgimp/libgimp-gimppixelrgn.html -%%DOCSDIR%%/libgimp/libgimp-gimpplugin.html -%%DOCSDIR%%/libgimp/libgimp-gimpproceduraldb.html -%%DOCSDIR%%/libgimp/libgimp-gimpprocview.html -%%DOCSDIR%%/libgimp/libgimp-gimpprogress.html -%%DOCSDIR%%/libgimp/libgimp-gimpregioniterator.html -%%DOCSDIR%%/libgimp/libgimp-gimpselection.html -%%DOCSDIR%%/libgimp/libgimp-gimptexttool.html -%%DOCSDIR%%/libgimp/libgimp-gimptile.html -%%DOCSDIR%%/libgimp/libgimp-gimptools.html -%%DOCSDIR%%/libgimp/libgimp-gimpui.html -%%DOCSDIR%%/libgimp/libgimp-gimpundo.html -%%DOCSDIR%%/libgimp/libgimp-gimpvectors.html -%%DOCSDIR%%/libgimp/libgimp-image.html -%%DOCSDIR%%/libgimp/libgimp-selectors.html -%%DOCSDIR%%/libgimp/libgimp.devhelp -%%DOCSDIR%%/libgimp/libgimp.devhelp2 -%%DOCSDIR%%/libgimp/libgimp.html -%%DOCSDIR%%/libgimp/libgimpui-hierarchy.html -%%DOCSDIR%%/libgimp/libgimpui.html -%%DOCSDIR%%/libgimp/right.png -%%DOCSDIR%%/libgimp/style.css -%%DOCSDIR%%/libgimp/up.png -%%DOCSDIR%%/libgimpbase/home.png -%%DOCSDIR%%/libgimpbase/index.html -%%DOCSDIR%%/libgimpbase/index.sgml -%%DOCSDIR%%/libgimpbase/ix01.html -%%DOCSDIR%%/libgimpbase/ix02.html -%%DOCSDIR%%/libgimpbase/ix03.html -%%DOCSDIR%%/libgimpbase/ix04.html -%%DOCSDIR%%/libgimpbase/left.png -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpbaseenums.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpbasetypes.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpchecks.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpcpuaccel.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpdatafiles.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpenv.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimplimits.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpmemsize.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpparam.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpparasite.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpparasiteio.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpsignal.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpunit.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimputils.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpversion.html -%%DOCSDIR%%/libgimpbase/libgimpbase.devhelp -%%DOCSDIR%%/libgimpbase/libgimpbase.devhelp2 -%%DOCSDIR%%/libgimpbase/libgimpbase.html -%%DOCSDIR%%/libgimpbase/right.png -%%DOCSDIR%%/libgimpbase/style.css -%%DOCSDIR%%/libgimpbase/up.png -%%DOCSDIR%%/libgimpcolor/home.png -%%DOCSDIR%%/libgimpcolor/index.html -%%DOCSDIR%%/libgimpcolor/index.sgml -%%DOCSDIR%%/libgimpcolor/ix01.html -%%DOCSDIR%%/libgimpcolor/ix02.html -%%DOCSDIR%%/libgimpcolor/ix03.html -%%DOCSDIR%%/libgimpcolor/ix04.html -%%DOCSDIR%%/libgimpcolor/left.png -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpAdaptiveSupersample.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpBilinear.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpCMYK.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpColorSpace.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpHSV.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpRGB.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor.devhelp -%%DOCSDIR%%/libgimpcolor/libgimpcolor.devhelp2 -%%DOCSDIR%%/libgimpcolor/libgimpcolor.html -%%DOCSDIR%%/libgimpcolor/right.png -%%DOCSDIR%%/libgimpcolor/style.css -%%DOCSDIR%%/libgimpcolor/up.png -%%DOCSDIR%%/libgimpconfig/GimpColorConfig.html -%%DOCSDIR%%/libgimpconfig/home.png -%%DOCSDIR%%/libgimpconfig/index.html -%%DOCSDIR%%/libgimpconfig/index.sgml -%%DOCSDIR%%/libgimpconfig/ix01.html -%%DOCSDIR%%/libgimpconfig/ix02.html -%%DOCSDIR%%/libgimpconfig/ix03.html -%%DOCSDIR%%/libgimpconfig/left.png -%%DOCSDIR%%/libgimpconfig/libgimpconfig-GimpConfig.html -%%DOCSDIR%%/libgimpconfig/libgimpconfig-GimpConfigError.html -%%DOCSDIR%%/libgimpconfig/libgimpconfig-GimpConfigWriter.html -%%DOCSDIR%%/libgimpconfig/libgimpconfig-GimpScanner.html -%%DOCSDIR%%/libgimpconfig/libgimpconfig-gimpconfig-deserialize.html -%%DOCSDIR%%/libgimpconfig/libgimpconfig-gimpconfig-params.html -%%DOCSDIR%%/libgimpconfig/libgimpconfig-gimpconfig-path.html -%%DOCSDIR%%/libgimpconfig/libgimpconfig-gimpconfig-serialize.html -%%DOCSDIR%%/libgimpconfig/libgimpconfig-gimpconfig-utils.html -%%DOCSDIR%%/libgimpconfig/libgimpconfig-hierarchy.html -%%DOCSDIR%%/libgimpconfig/libgimpconfig.devhelp -%%DOCSDIR%%/libgimpconfig/libgimpconfig.devhelp2 -%%DOCSDIR%%/libgimpconfig/libgimpconfig.html -%%DOCSDIR%%/libgimpconfig/right.png -%%DOCSDIR%%/libgimpconfig/style.css -%%DOCSDIR%%/libgimpconfig/up.png -%%DOCSDIR%%/libgimpmath/home.png -%%DOCSDIR%%/libgimpmath/index.html -%%DOCSDIR%%/libgimpmath/index.sgml -%%DOCSDIR%%/libgimpmath/ix01.html -%%DOCSDIR%%/libgimpmath/ix02.html -%%DOCSDIR%%/libgimpmath/ix03.html -%%DOCSDIR%%/libgimpmath/ix04.html -%%DOCSDIR%%/libgimpmath/left.png -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMD5.html -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMath.html -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMatrix.html -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpVector.html -%%DOCSDIR%%/libgimpmath/libgimpmath.devhelp -%%DOCSDIR%%/libgimpmath/libgimpmath.html -%%DOCSDIR%%/libgimpmath/right.png -%%DOCSDIR%%/libgimpmath/style.css -%%DOCSDIR%%/libgimpmath/up.png -%%DOCSDIR%%/libgimpmodule/GimpModule.html -%%DOCSDIR%%/libgimpmodule/GimpModuleDB.html -%%DOCSDIR%%/libgimpmodule/home.png -%%DOCSDIR%%/libgimpmodule/index.html -%%DOCSDIR%%/libgimpmodule/index.sgml -%%DOCSDIR%%/libgimpmodule/ix01.html -%%DOCSDIR%%/libgimpmodule/ix02.html -%%DOCSDIR%%/libgimpmodule/ix03.html -%%DOCSDIR%%/libgimpmodule/ix04.html -%%DOCSDIR%%/libgimpmodule/left.png -%%DOCSDIR%%/libgimpmodule/libgimpmodule.devhelp -%%DOCSDIR%%/libgimpmodule/libgimpmodule.devhelp2 -%%DOCSDIR%%/libgimpmodule/libgimpmodule.html -%%DOCSDIR%%/libgimpmodule/right.png -%%DOCSDIR%%/libgimpmodule/style.css -%%DOCSDIR%%/libgimpmodule/up.png -%%DOCSDIR%%/libgimpthumb/GimpThumbnail.html -%%DOCSDIR%%/libgimpthumb/home.png -%%DOCSDIR%%/libgimpthumb/index.html -%%DOCSDIR%%/libgimpthumb/index.sgml -%%DOCSDIR%%/libgimpthumb/ix01.html -%%DOCSDIR%%/libgimpthumb/ix02.html -%%DOCSDIR%%/libgimpthumb/ix03.html -%%DOCSDIR%%/libgimpthumb/ix04.html -%%DOCSDIR%%/libgimpthumb/left.png -%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-enums.html -%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-error.html -%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-utils.html -%%DOCSDIR%%/libgimpthumb/libgimpthumb.devhelp -%%DOCSDIR%%/libgimpthumb/libgimpthumb.devhelp2 -%%DOCSDIR%%/libgimpthumb/libgimpthumb.html -%%DOCSDIR%%/libgimpthumb/right.png -%%DOCSDIR%%/libgimpthumb/style.css -%%DOCSDIR%%/libgimpthumb/up.png -%%DOCSDIR%%/libgimpwidgets/GimpBrowser.html -%%DOCSDIR%%/libgimpwidgets/GimpButton.html -%%DOCSDIR%%/libgimpwidgets/GimpCellRendererColor.html -%%DOCSDIR%%/libgimpwidgets/GimpCellRendererToggle.html -%%DOCSDIR%%/libgimpwidgets/GimpChainButton.html -%%DOCSDIR%%/libgimpwidgets/GimpColorArea.html -%%DOCSDIR%%/libgimpwidgets/GimpColorButton.html -%%DOCSDIR%%/libgimpwidgets/GimpColorDisplay.html -%%DOCSDIR%%/libgimpwidgets/GimpColorDisplayStack.html -%%DOCSDIR%%/libgimpwidgets/GimpColorHexEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpColorNotebook.html -%%DOCSDIR%%/libgimpwidgets/GimpColorScale.html -%%DOCSDIR%%/libgimpwidgets/GimpColorScales.html -%%DOCSDIR%%/libgimpwidgets/GimpColorSelect.html -%%DOCSDIR%%/libgimpwidgets/GimpColorSelection.html -%%DOCSDIR%%/libgimpwidgets/GimpColorSelector.html -%%DOCSDIR%%/libgimpwidgets/GimpController.html -%%DOCSDIR%%/libgimpwidgets/GimpDialog.html -%%DOCSDIR%%/libgimpwidgets/GimpEnumComboBox.html -%%DOCSDIR%%/libgimpwidgets/GimpEnumLabel.html -%%DOCSDIR%%/libgimpwidgets/GimpEnumStore.html -%%DOCSDIR%%/libgimpwidgets/GimpFileEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpFrame.html -%%DOCSDIR%%/libgimpwidgets/GimpIntComboBox.html -%%DOCSDIR%%/libgimpwidgets/GimpIntStore.html -%%DOCSDIR%%/libgimpwidgets/GimpMemsizeEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpOffsetArea.html -%%DOCSDIR%%/libgimpwidgets/GimpPageSelector.html -%%DOCSDIR%%/libgimpwidgets/GimpPathEditor.html -%%DOCSDIR%%/libgimpwidgets/GimpPickButton.html -%%DOCSDIR%%/libgimpwidgets/GimpPixmap.html -%%DOCSDIR%%/libgimpwidgets/GimpPreview.html -%%DOCSDIR%%/libgimpwidgets/GimpPreviewArea.html -%%DOCSDIR%%/libgimpwidgets/GimpScrolledPreview.html -%%DOCSDIR%%/libgimpwidgets/GimpSizeEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpUnitMenu.html -%%DOCSDIR%%/libgimpwidgets/gimp-browser.png -%%DOCSDIR%%/libgimpwidgets/gimp-button.png -%%DOCSDIR%%/libgimpwidgets/gimp-chain-button.png -%%DOCSDIR%%/libgimpwidgets/gimp-color-area.png -%%DOCSDIR%%/libgimpwidgets/gimp-color-button.png -%%DOCSDIR%%/libgimpwidgets/gimp-color-hex-entry.png -%%DOCSDIR%%/libgimpwidgets/gimp-color-scale.png -%%DOCSDIR%%/libgimpwidgets/gimp-color-selection.png -%%DOCSDIR%%/libgimpwidgets/gimp-dialog.png -%%DOCSDIR%%/libgimpwidgets/gimp-enum-combo-box.png -%%DOCSDIR%%/libgimpwidgets/gimp-enum-label.png -%%DOCSDIR%%/libgimpwidgets/gimp-file-entry.png -%%DOCSDIR%%/libgimpwidgets/gimp-frame.png -%%DOCSDIR%%/libgimpwidgets/gimp-int-combo-box.png -%%DOCSDIR%%/libgimpwidgets/gimp-memsize-entry.png -%%DOCSDIR%%/libgimpwidgets/gimp-offset-area.png -%%DOCSDIR%%/libgimpwidgets/gimp-page-selector.png -%%DOCSDIR%%/libgimpwidgets/gimp-path-editor.png -%%DOCSDIR%%/libgimpwidgets/gimp-pick-button.png -%%DOCSDIR%%/libgimpwidgets/gimp-preview-area.png -%%DOCSDIR%%/libgimpwidgets/gimp-unit-menu.png -%%DOCSDIR%%/libgimpwidgets/home.png -%%DOCSDIR%%/libgimpwidgets/index.html -%%DOCSDIR%%/libgimpwidgets/index.sgml -%%DOCSDIR%%/libgimpwidgets/ix01.html -%%DOCSDIR%%/libgimpwidgets/ix02.html -%%DOCSDIR%%/libgimpwidgets/ix03.html -%%DOCSDIR%%/libgimpwidgets/ix04.html -%%DOCSDIR%%/libgimpwidgets/left.png -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpEnumWidgets.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpHelpUI.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpPropWidgets.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpQueryBox.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpStock.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpWidgets.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-cell-renderers.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-colordisplay.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-colorselector.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-controller.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-deprecated.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-gallery.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-gimpoldwidgets.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-hierarchy.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-utils.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-widgets.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets.devhelp -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets.devhelp2 -%%DOCSDIR%%/libgimpwidgets/right.png -%%DOCSDIR%%/libgimpwidgets/stock-anchor-16.png -%%DOCSDIR%%/libgimpwidgets/stock-cap-butt-16.png -%%DOCSDIR%%/libgimpwidgets/stock-cap-round-16.png -%%DOCSDIR%%/libgimpwidgets/stock-cap-square-16.png -%%DOCSDIR%%/libgimpwidgets/stock-center-16.png -%%DOCSDIR%%/libgimpwidgets/stock-center-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channels-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channels-24.png -%%DOCSDIR%%/libgimpwidgets/stock-char-picker-22.png -%%DOCSDIR%%/libgimpwidgets/stock-close-12.png -%%DOCSDIR%%/libgimpwidgets/stock-color-pick-from-screen-16.png -%%DOCSDIR%%/libgimpwidgets/stock-color-picker-black-18.png -%%DOCSDIR%%/libgimpwidgets/stock-color-picker-gray-18.png -%%DOCSDIR%%/libgimpwidgets/stock-color-picker-white-18.png -%%DOCSDIR%%/libgimpwidgets/stock-color-triangle-16.png -%%DOCSDIR%%/libgimpwidgets/stock-convert-grayscale-16.png -%%DOCSDIR%%/libgimpwidgets/stock-convert-indexed-16.png -%%DOCSDIR%%/libgimpwidgets/stock-convert-rgb-16.png -%%DOCSDIR%%/libgimpwidgets/stock-cursor-16.png -%%DOCSDIR%%/libgimpwidgets/stock-cursor-24.png -%%DOCSDIR%%/libgimpwidgets/stock-curve-free-16.png -%%DOCSDIR%%/libgimpwidgets/stock-curve-smooth-16.png -%%DOCSDIR%%/libgimpwidgets/stock-default-colors-12.png -%%DOCSDIR%%/libgimpwidgets/stock-device-status-16.png -%%DOCSDIR%%/libgimpwidgets/stock-device-status-24.png -%%DOCSDIR%%/libgimpwidgets/stock-display-filter-16.png -%%DOCSDIR%%/libgimpwidgets/stock-display-filter-24.png -%%DOCSDIR%%/libgimpwidgets/stock-duplicate-16.png -%%DOCSDIR%%/libgimpwidgets/stock-edit-16.png -%%DOCSDIR%%/libgimpwidgets/stock-error-64.png -%%DOCSDIR%%/libgimpwidgets/stock-eye-12.png -%%DOCSDIR%%/libgimpwidgets/stock-eye-20.png -%%DOCSDIR%%/libgimpwidgets/stock-flip-horizontal-16.png -%%DOCSDIR%%/libgimpwidgets/stock-flip-vertical-16.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-16.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-24.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-32.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-48.png -%%DOCSDIR%%/libgimpwidgets/stock-frame-64.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-bilinear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-conical-asymmetric-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-conical-symmetric-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-linear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-radial-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-angular-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-dimpled-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-spherical-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-spiral-anticlockwise-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-spiral-clockwise-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-square-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-east-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-east-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-west-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-east-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-west-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-west-24.png -%%DOCSDIR%%/libgimpwidgets/stock-grid-16.png -%%DOCSDIR%%/libgimpwidgets/stock-hcenter-24.png -%%DOCSDIR%%/libgimpwidgets/stock-hchain-24.png -%%DOCSDIR%%/libgimpwidgets/stock-hchain-broken-24.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-16.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-22.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-linear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-logarithmic-16.png -%%DOCSDIR%%/libgimpwidgets/stock-image-16.png -%%DOCSDIR%%/libgimpwidgets/stock-image-24.png -%%DOCSDIR%%/libgimpwidgets/stock-image-32.png -%%DOCSDIR%%/libgimpwidgets/stock-image-48.png -%%DOCSDIR%%/libgimpwidgets/stock-images-16.png -%%DOCSDIR%%/libgimpwidgets/stock-images-24.png -%%DOCSDIR%%/libgimpwidgets/stock-indexed-palette-16.png -%%DOCSDIR%%/libgimpwidgets/stock-indexed-palette-24.png -%%DOCSDIR%%/libgimpwidgets/stock-info-16.png -%%DOCSDIR%%/libgimpwidgets/stock-info-24.png -%%DOCSDIR%%/libgimpwidgets/stock-info-64.png -%%DOCSDIR%%/libgimpwidgets/stock-invert-16.png -%%DOCSDIR%%/libgimpwidgets/stock-join-bevel-16.png -%%DOCSDIR%%/libgimpwidgets/stock-join-miter-16.png -%%DOCSDIR%%/libgimpwidgets/stock-join-round-16.png -%%DOCSDIR%%/libgimpwidgets/stock-landscape-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-24.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-32.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-48.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-24.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-32.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-48.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-to-imagesize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layers-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layers-24.png -%%DOCSDIR%%/libgimpwidgets/stock-letter-spacing-22.png -%%DOCSDIR%%/libgimpwidgets/stock-line-spacing-22.png -%%DOCSDIR%%/libgimpwidgets/stock-linked-12.png -%%DOCSDIR%%/libgimpwidgets/stock-linked-20.png -%%DOCSDIR%%/libgimpwidgets/stock-list-16.png -%%DOCSDIR%%/libgimpwidgets/stock-menu-left-12.png -%%DOCSDIR%%/libgimpwidgets/stock-menu-right-12.png -%%DOCSDIR%%/libgimpwidgets/stock-merge-down-16.png -%%DOCSDIR%%/libgimpwidgets/stock-move-to-screen-16.png -%%DOCSDIR%%/libgimpwidgets/stock-move-to-screen-24.png -%%DOCSDIR%%/libgimpwidgets/stock-navigation-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paste-as-new-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paste-into-16.png -%%DOCSDIR%%/libgimpwidgets/stock-path-16.png -%%DOCSDIR%%/libgimpwidgets/stock-path-22.png -%%DOCSDIR%%/libgimpwidgets/stock-path-stroke-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paths-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paths-22.png -%%DOCSDIR%%/libgimpwidgets/stock-plugin-16.png -%%DOCSDIR%%/libgimpwidgets/stock-portrait-16.png -%%DOCSDIR%%/libgimpwidgets/stock-print-resolution-16.png -%%DOCSDIR%%/libgimpwidgets/stock-print-resolution-24.png -%%DOCSDIR%%/libgimpwidgets/stock-question-64.png -%%DOCSDIR%%/libgimpwidgets/stock-quick-mask-off-16.png -%%DOCSDIR%%/libgimpwidgets/stock-quick-mask-on-16.png -%%DOCSDIR%%/libgimpwidgets/stock-reset-16.png -%%DOCSDIR%%/libgimpwidgets/stock-reshow-filter-16.png -%%DOCSDIR%%/libgimpwidgets/stock-resize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-rotate-180-16.png -%%DOCSDIR%%/libgimpwidgets/stock-rotate-270-16.png -%%DOCSDIR%%/libgimpwidgets/stock-rotate-90-16.png -%%DOCSDIR%%/libgimpwidgets/stock-sample-point-16.png -%%DOCSDIR%%/libgimpwidgets/stock-sample-point-24.png -%%DOCSDIR%%/libgimpwidgets/stock-scale-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-add-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-all-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-border-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-grow-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-intersect-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-none-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-replace-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-shrink-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-stroke-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-subtract-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-to-channel-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-to-path-16.png -%%DOCSDIR%%/libgimpwidgets/stock-shape-circle-16.png -%%DOCSDIR%%/libgimpwidgets/stock-shape-diamond-16.png -%%DOCSDIR%%/libgimpwidgets/stock-shape-square-16.png -%%DOCSDIR%%/libgimpwidgets/stock-swap-colors-12.png -%%DOCSDIR%%/libgimpwidgets/stock-template-16.png -%%DOCSDIR%%/libgimpwidgets/stock-template-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-dir-ltr-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-dir-rtl-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-16.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-32.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-48.png -%%DOCSDIR%%/libgimpwidgets/stock-texture-64.png -%%DOCSDIR%%/libgimpwidgets/stock-toilet-paper-16.png -%%DOCSDIR%%/libgimpwidgets/stock-toilet-paper-24.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-airbrush-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-airbrush-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-align-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-align-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blend-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blend-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blur-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blur-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-brightness-contrast-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-brightness-contrast-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-bucket-fill-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-bucket-fill-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-by-color-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-by-color-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-clone-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-clone-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-balance-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-balance-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-picker-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-picker-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-colorize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-colorize-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-crop-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-crop-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-curves-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-curves-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-dodge-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-dodge-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ellipse-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ellipse-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-eraser-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-eraser-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-flip-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-flip-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-foreground-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-foreground-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-free-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-free-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-fuzzy-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-fuzzy-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-hue-saturation-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-hue-saturation-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ink-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ink-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-iscissors-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-iscissors-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-levels-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-levels-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-measure-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-measure-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-move-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-move-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-options-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-options-24.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-paintbrush-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-paintbrush-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-path-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-path-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-pencil-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-pencil-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-perspective-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-perspective-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-posterize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-posterize-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rect-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rect-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rotate-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rotate-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-scale-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-scale-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-shear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-shear-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-smudge-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-smudge-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-text-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-text-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-threshold-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-threshold-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-zoom-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-zoom-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tools-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tools-24.png -%%DOCSDIR%%/libgimpwidgets/stock-transparency-16.png -%%DOCSDIR%%/libgimpwidgets/stock-transparency-24.png -%%DOCSDIR%%/libgimpwidgets/stock-undo-history-16.png -%%DOCSDIR%%/libgimpwidgets/stock-undo-history-24.png -%%DOCSDIR%%/libgimpwidgets/stock-vcenter-24.png -%%DOCSDIR%%/libgimpwidgets/stock-vchain-24.png -%%DOCSDIR%%/libgimpwidgets/stock-vchain-broken-24.png -%%DOCSDIR%%/libgimpwidgets/stock-video-16.png -%%DOCSDIR%%/libgimpwidgets/stock-video-24.png -%%DOCSDIR%%/libgimpwidgets/stock-warning-16.png -%%DOCSDIR%%/libgimpwidgets/stock-warning-24.png -%%DOCSDIR%%/libgimpwidgets/stock-warning-64.png -%%DOCSDIR%%/libgimpwidgets/stock-web-16.png -%%DOCSDIR%%/libgimpwidgets/stock-web-24.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-16.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-64.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-eek-64.png -%%DOCSDIR%%/libgimpwidgets/stock-zoom-follow-window-12.png -%%DOCSDIR%%/libgimpwidgets/style.css -%%DOCSDIR%%/libgimpwidgets/up.png -%%DATADIR%%/brushes/10x10square.gbr -%%DATADIR%%/brushes/10x10squareBlur.gbr -%%DATADIR%%/brushes/11circle.gbr -%%DATADIR%%/brushes/11fcircle.gbr -%%DATADIR%%/brushes/13circle.gbr -%%DATADIR%%/brushes/13fcircle.gbr -%%DATADIR%%/brushes/15circle.gbr -%%DATADIR%%/brushes/15fcircle.gbr -%%DATADIR%%/brushes/17circle.gbr -%%DATADIR%%/brushes/17fcircle.gbr -%%DATADIR%%/brushes/19circle.gbr -%%DATADIR%%/brushes/19fcircle.gbr -%%DATADIR%%/brushes/1circle.gbr -%%DATADIR%%/brushes/20x20square.gbr -%%DATADIR%%/brushes/20x20squareBlur.gbr -%%DATADIR%%/brushes/3circle.gbr -%%DATADIR%%/brushes/3fcircle.gbr -%%DATADIR%%/brushes/5circle.gbr -%%DATADIR%%/brushes/5fcircle.gbr -%%DATADIR%%/brushes/5x5square.gbr -%%DATADIR%%/brushes/5x5squareBlur.gbr -%%DATADIR%%/brushes/7circle.gbr -%%DATADIR%%/brushes/7fcircle.gbr -%%DATADIR%%/brushes/9circle.gbr -%%DATADIR%%/brushes/9fcircle.gbr -%%DATADIR%%/brushes/DStar11.gbr -%%DATADIR%%/brushes/DStar17.gbr -%%DATADIR%%/brushes/DStar25.gbr -%%DATADIR%%/brushes/SketchBrush-16.gih -%%DATADIR%%/brushes/SketchBrush-32.gih -%%DATADIR%%/brushes/SketchBrush-64.gih -%%DATADIR%%/brushes/callig1.gbr -%%DATADIR%%/brushes/callig2.gbr -%%DATADIR%%/brushes/callig3.gbr -%%DATADIR%%/brushes/callig4.gbr -%%DATADIR%%/brushes/confetti.gbr -%%DATADIR%%/brushes/confetti.gih -%%DATADIR%%/brushes/dunes.gbr -%%DATADIR%%/brushes/feltpen.gih -%%DATADIR%%/brushes/galaxy.gbr -%%DATADIR%%/brushes/galaxy_big.gbr -%%DATADIR%%/brushes/galaxy_small.gbr -%%DATADIR%%/brushes/hsparks.gih -%%DATADIR%%/brushes/pepper.gbr -%%DATADIR%%/brushes/pixel.gbr -%%DATADIR%%/brushes/thegimp.gbr -%%DATADIR%%/brushes/vine.gih -%%DATADIR%%/brushes/xcf.gbr -%%DATADIR%%/fractalexplorer/Asteroid_Field -%%DATADIR%%/fractalexplorer/Bar_Code_Label -%%DATADIR%%/fractalexplorer/Beauty_of_Nature -%%DATADIR%%/fractalexplorer/Blue_Curtain -%%DATADIR%%/fractalexplorer/Car_Track -%%DATADIR%%/fractalexplorer/Energetic_Diamond -%%DATADIR%%/fractalexplorer/Explosive -%%DATADIR%%/fractalexplorer/Flower -%%DATADIR%%/fractalexplorer/Fragments -%%DATADIR%%/fractalexplorer/Hemp -%%DATADIR%%/fractalexplorer/High_Voltage -%%DATADIR%%/fractalexplorer/Hoops -%%DATADIR%%/fractalexplorer/Ice_Crystal -%%DATADIR%%/fractalexplorer/Leaves -%%DATADIR%%/fractalexplorer/Lightning -%%DATADIR%%/fractalexplorer/Mandelbrot -%%DATADIR%%/fractalexplorer/Marble -%%DATADIR%%/fractalexplorer/Marble2 -%%DATADIR%%/fractalexplorer/Medusa -%%DATADIR%%/fractalexplorer/Nautilus -%%DATADIR%%/fractalexplorer/Nebula -%%DATADIR%%/fractalexplorer/Plant -%%DATADIR%%/fractalexplorer/Rose -%%DATADIR%%/fractalexplorer/Saturn -%%DATADIR%%/fractalexplorer/Snow_Crystal -%%DATADIR%%/fractalexplorer/Soma -%%DATADIR%%/fractalexplorer/Spark -%%DATADIR%%/fractalexplorer/Suns -%%DATADIR%%/fractalexplorer/Tentacles -%%DATADIR%%/fractalexplorer/The_Green_Place -%%DATADIR%%/fractalexplorer/Wave -%%DATADIR%%/fractalexplorer/Wood -%%DATADIR%%/fractalexplorer/Zooming_Circle -%%DATADIR%%/gfig/A_star -%%DATADIR%%/gfig/curves -%%DATADIR%%/gfig/polys -%%DATADIR%%/gfig/ring -%%DATADIR%%/gfig/ring+star -%%DATADIR%%/gfig/simily -%%DATADIR%%/gfig/spirals_and_stars -%%DATADIR%%/gfig/sprial -%%DATADIR%%/gfig/star2 -%%DATADIR%%/gfig/stars -%%DATADIR%%/gflare/Bright_Star -%%DATADIR%%/gflare/Classic -%%DATADIR%%/gflare/Default -%%DATADIR%%/gflare/Distant_Sun -%%DATADIR%%/gflare/GFlare_101 -%%DATADIR%%/gflare/GFlare_102 -%%DATADIR%%/gflare/Hidden_Planet -%%DATADIR%%/gimpressionist/Brushes/arrow01.pgm -%%DATADIR%%/gimpressionist/Brushes/ball.ppm -%%DATADIR%%/gimpressionist/Brushes/blob.ppm -%%DATADIR%%/gimpressionist/Brushes/box.ppm -%%DATADIR%%/gimpressionist/Brushes/chalk01.pgm -%%DATADIR%%/gimpressionist/Brushes/cone.ppm -%%DATADIR%%/gimpressionist/Brushes/crayon01.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon02.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon03.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon04.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon05.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon06.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon07.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon08.pgm -%%DATADIR%%/gimpressionist/Brushes/defaultbrush.pgm -%%DATADIR%%/gimpressionist/Brushes/dribble.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric01.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric02.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric03.pgm -%%DATADIR%%/gimpressionist/Brushes/flower01.pgm -%%DATADIR%%/gimpressionist/Brushes/flower02.pgm -%%DATADIR%%/gimpressionist/Brushes/flower03.pgm -%%DATADIR%%/gimpressionist/Brushes/flower04.pgm -%%DATADIR%%/gimpressionist/Brushes/grad01.pgm -%%DATADIR%%/gimpressionist/Brushes/grad02.pgm -%%DATADIR%%/gimpressionist/Brushes/grad03.pgm -%%DATADIR%%/gimpressionist/Brushes/heart.ppm -%%DATADIR%%/gimpressionist/Brushes/leaf01.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush01.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush02.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush03.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush04.pgm -%%DATADIR%%/gimpressionist/Brushes/paper01.pgm -%%DATADIR%%/gimpressionist/Brushes/paper02.pgm -%%DATADIR%%/gimpressionist/Brushes/paper03.pgm -%%DATADIR%%/gimpressionist/Brushes/paper04.pgm -%%DATADIR%%/gimpressionist/Brushes/pentagram.pgm -%%DATADIR%%/gimpressionist/Brushes/scribble.pgm -%%DATADIR%%/gimpressionist/Brushes/shape01.pgm -%%DATADIR%%/gimpressionist/Brushes/shape02.pgm -%%DATADIR%%/gimpressionist/Brushes/shape03.pgm -%%DATADIR%%/gimpressionist/Brushes/shape04.pgm -%%DATADIR%%/gimpressionist/Brushes/snow1.pgm -%%DATADIR%%/gimpressionist/Brushes/sphere.ppm -%%DATADIR%%/gimpressionist/Brushes/splat1.pgm -%%DATADIR%%/gimpressionist/Brushes/splat2.pgm -%%DATADIR%%/gimpressionist/Brushes/splat3.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge01.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge02.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge03.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge04.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge05.pgm -%%DATADIR%%/gimpressionist/Brushes/strange01.pgm -%%DATADIR%%/gimpressionist/Brushes/thegimp.pgm -%%DATADIR%%/gimpressionist/Brushes/torus.ppm -%%DATADIR%%/gimpressionist/Brushes/wavy.pgm -%%DATADIR%%/gimpressionist/Brushes/weave.pgm -%%DATADIR%%/gimpressionist/Brushes/worm.pgm -%%DATADIR%%/gimpressionist/Paper/bricks.pgm -%%DATADIR%%/gimpressionist/Paper/bricks2.pgm -%%DATADIR%%/gimpressionist/Paper/burlap.pgm -%%DATADIR%%/gimpressionist/Paper/canvas2.pgm -%%DATADIR%%/gimpressionist/Paper/defaultpaper.pgm -%%DATADIR%%/gimpressionist/Paper/marble.pgm -%%DATADIR%%/gimpressionist/Paper/marble2.pgm -%%DATADIR%%/gimpressionist/Paper/stone.pgm -%%DATADIR%%/gimpressionist/Paper/struc.pgm -%%DATADIR%%/gimpressionist/Presets/ApplyCanvas -%%DATADIR%%/gimpressionist/Presets/Ballpark -%%DATADIR%%/gimpressionist/Presets/Canvas -%%DATADIR%%/gimpressionist/Presets/Crosshatch -%%DATADIR%%/gimpressionist/Presets/Cubism -%%DATADIR%%/gimpressionist/Presets/Dotify -%%DATADIR%%/gimpressionist/Presets/Embroidery -%%DATADIR%%/gimpressionist/Presets/Feathers -%%DATADIR%%/gimpressionist/Presets/Felt-marker -%%DATADIR%%/gimpressionist/Presets/Flowerbed -%%DATADIR%%/gimpressionist/Presets/Furry -%%DATADIR%%/gimpressionist/Presets/Line-art -%%DATADIR%%/gimpressionist/Presets/Line-art-2 -%%DATADIR%%/gimpressionist/Presets/Maggot-invasion -%%DATADIR%%/gimpressionist/Presets/MarbleMadness -%%DATADIR%%/gimpressionist/Presets/Mossy -%%DATADIR%%/gimpressionist/Presets/Painted_Rock -%%DATADIR%%/gimpressionist/Presets/Parquette -%%DATADIR%%/gimpressionist/Presets/Patchwork -%%DATADIR%%/gimpressionist/Presets/Ringworks -%%DATADIR%%/gimpressionist/Presets/Sample -%%DATADIR%%/gimpressionist/Presets/Smash -%%DATADIR%%/gimpressionist/Presets/Straws -%%DATADIR%%/gimpressionist/Presets/Weave -%%DATADIR%%/gimpressionist/Presets/Wormcan -%%DATADIR%%/gradients/Abstract_1.ggr -%%DATADIR%%/gradients/Abstract_2.ggr -%%DATADIR%%/gradients/Abstract_3.ggr -%%DATADIR%%/gradients/Aneurism.ggr -%%DATADIR%%/gradients/Blinds.ggr -%%DATADIR%%/gradients/Blue_Green.ggr -%%DATADIR%%/gradients/Browns.ggr -%%DATADIR%%/gradients/Brushed_Aluminium.ggr -%%DATADIR%%/gradients/Burning_Paper.ggr -%%DATADIR%%/gradients/Burning_Transparency.ggr -%%DATADIR%%/gradients/CD.ggr -%%DATADIR%%/gradients/CD_Half.ggr -%%DATADIR%%/gradients/Caribbean_Blues.ggr -%%DATADIR%%/gradients/Coffee.ggr -%%DATADIR%%/gradients/Cold_Steel.ggr -%%DATADIR%%/gradients/Cold_Steel_2.ggr -%%DATADIR%%/gradients/Crown_molding.ggr -%%DATADIR%%/gradients/Dark_1.ggr -%%DATADIR%%/gradients/Deep_Sea.ggr -%%DATADIR%%/gradients/Default.ggr -%%DATADIR%%/gradients/Flare_Glow_Angular_1.ggr -%%DATADIR%%/gradients/Flare_Glow_Radial_1.ggr -%%DATADIR%%/gradients/Flare_Glow_Radial_2.ggr -%%DATADIR%%/gradients/Flare_Glow_Radial_3.ggr -%%DATADIR%%/gradients/Flare_Glow_Radial_4.ggr -%%DATADIR%%/gradients/Flare_Radial_101.ggr -%%DATADIR%%/gradients/Flare_Radial_102.ggr -%%DATADIR%%/gradients/Flare_Radial_103.ggr -%%DATADIR%%/gradients/Flare_Rays_Radial_1.ggr -%%DATADIR%%/gradients/Flare_Rays_Radial_2.ggr -%%DATADIR%%/gradients/Flare_Rays_Size_1.ggr -%%DATADIR%%/gradients/Flare_Sizefac_101.ggr -%%DATADIR%%/gradients/Four_bars.ggr -%%DATADIR%%/gradients/French_flag.ggr -%%DATADIR%%/gradients/French_flag_smooth.ggr -%%DATADIR%%/gradients/Full_saturation_spectrum_CCW.ggr -%%DATADIR%%/gradients/Full_saturation_spectrum_CW.ggr -%%DATADIR%%/gradients/German_flag.ggr -%%DATADIR%%/gradients/German_flag_smooth.ggr -%%DATADIR%%/gradients/Golden.ggr -%%DATADIR%%/gradients/Greens.ggr -%%DATADIR%%/gradients/Horizon_1.ggr -%%DATADIR%%/gradients/Horizon_2.ggr -%%DATADIR%%/gradients/Incandescent.ggr -%%DATADIR%%/gradients/Land_1.ggr -%%DATADIR%%/gradients/Land_and_Sea.ggr -%%DATADIR%%/gradients/Metallic_Something.ggr -%%DATADIR%%/gradients/Mexican_flag.ggr -%%DATADIR%%/gradients/Mexican_flag_smooth.ggr -%%DATADIR%%/gradients/Nauseating_Headache.ggr -%%DATADIR%%/gradients/Neon_Cyan.ggr -%%DATADIR%%/gradients/Neon_Green.ggr -%%DATADIR%%/gradients/Neon_Yellow.ggr -%%DATADIR%%/gradients/Pastel_Rainbow.ggr -%%DATADIR%%/gradients/Pastels.ggr -%%DATADIR%%/gradients/Purples.ggr -%%DATADIR%%/gradients/Radial_Eyeball_Blue.ggr -%%DATADIR%%/gradients/Radial_Eyeball_Brown.ggr -%%DATADIR%%/gradients/Radial_Eyeball_Green.ggr -%%DATADIR%%/gradients/Radial_Glow_1.ggr -%%DATADIR%%/gradients/Radial_Rainbow_Hoop.ggr -%%DATADIR%%/gradients/Romanian_flag.ggr -%%DATADIR%%/gradients/Romanian_flag_smooth.ggr -%%DATADIR%%/gradients/Rounded_edge.ggr -%%DATADIR%%/gradients/Shadows_1.ggr -%%DATADIR%%/gradients/Shadows_2.ggr -%%DATADIR%%/gradients/Shadows_3.ggr -%%DATADIR%%/gradients/Skyline.ggr -%%DATADIR%%/gradients/Skyline_polluted.ggr -%%DATADIR%%/gradients/Square_Wood_Frame.ggr -%%DATADIR%%/gradients/Sunrise.ggr -%%DATADIR%%/gradients/Three_bars_sin.ggr -%%DATADIR%%/gradients/Tropical_Colors.ggr -%%DATADIR%%/gradients/Tube_Red.ggr -%%DATADIR%%/gradients/Wood_1.ggr -%%DATADIR%%/gradients/Wood_2.ggr -%%DATADIR%%/gradients/Yellow_Contrast.ggr -%%DATADIR%%/gradients/Yellow_Orange.ggr -%%DATADIR%%/images/gimp-logo.png -%%DATADIR%%/images/gimp-splash.png -%%DATADIR%%/images/wilber-devel-icon.png -%%DATADIR%%/images/wilber-icon.png -%%DATADIR%%/images/wilber-tips.png -%%DATADIR%%/images/wilber-wizard.png -%%DATADIR%%/menus/brush-editor-menu.xml -%%DATADIR%%/menus/brushes-menu.xml -%%DATADIR%%/menus/buffers-menu.xml -%%DATADIR%%/menus/channels-menu.xml -%%DATADIR%%/menus/colormap-editor-menu.xml -%%DATADIR%%/menus/cursor-info-menu.xml -%%DATADIR%%/menus/dockable-menu.xml -%%DATADIR%%/menus/documents-menu.xml -%%DATADIR%%/menus/error-console-menu.xml -%%DATADIR%%/menus/fonts-menu.xml -%%DATADIR%%/menus/gradient-editor-menu.xml -%%DATADIR%%/menus/gradients-menu.xml -%%DATADIR%%/menus/image-menu.xml -%%DATADIR%%/menus/images-menu.xml -%%DATADIR%%/menus/layers-menu.xml -%%DATADIR%%/menus/palette-editor-menu.xml -%%DATADIR%%/menus/palettes-menu.xml -%%DATADIR%%/menus/patterns-menu.xml -%%DATADIR%%/menus/quick-mask-menu.xml -%%DATADIR%%/menus/sample-point-editor-menu.xml -%%DATADIR%%/menus/selection-editor-menu.xml -%%DATADIR%%/menus/templates-menu.xml -%%DATADIR%%/menus/text-editor-toolbar.xml -%%DATADIR%%/menus/tool-options-menu.xml -%%DATADIR%%/menus/toolbox-menu.xml -%%DATADIR%%/menus/tools-menu.xml -%%DATADIR%%/menus/undo-editor-menu.xml -%%DATADIR%%/menus/vectors-menu.xml -%%DATADIR%%/palettes/Bears.gpl -%%DATADIR%%/palettes/Bgold.gpl -%%DATADIR%%/palettes/Blues.gpl -%%DATADIR%%/palettes/Borders.gpl -%%DATADIR%%/palettes/Browns_And_Yellows.gpl -%%DATADIR%%/palettes/Caramel.gpl -%%DATADIR%%/palettes/Cascade.gpl -%%DATADIR%%/palettes/China.gpl -%%DATADIR%%/palettes/Coldfire.gpl -%%DATADIR%%/palettes/Cool_Colors.gpl -%%DATADIR%%/palettes/Cranes.gpl -%%DATADIR%%/palettes/Dark_pastels.gpl -%%DATADIR%%/palettes/Default.gpl -%%DATADIR%%/palettes/Ega.gpl -%%DATADIR%%/palettes/Firecode.gpl -%%DATADIR%%/palettes/Gold.gpl -%%DATADIR%%/palettes/GrayViolet.gpl -%%DATADIR%%/palettes/Grayblue.gpl -%%DATADIR%%/palettes/Grays.gpl -%%DATADIR%%/palettes/Greens.gpl -%%DATADIR%%/palettes/Hilite.gpl -%%DATADIR%%/palettes/Khaki.gpl -%%DATADIR%%/palettes/Lights.gpl -%%DATADIR%%/palettes/Muted.gpl -%%DATADIR%%/palettes/Named_Colors.gpl -%%DATADIR%%/palettes/News3.gpl -%%DATADIR%%/palettes/Op2.gpl -%%DATADIR%%/palettes/Paintjet.gpl -%%DATADIR%%/palettes/Pastels.gpl -%%DATADIR%%/palettes/Plasma.gpl -%%DATADIR%%/palettes/Reds.gpl -%%DATADIR%%/palettes/Reds_And_Purples.gpl -%%DATADIR%%/palettes/Royal.gpl -%%DATADIR%%/palettes/Tango.gpl -%%DATADIR%%/palettes/Topographic.gpl -%%DATADIR%%/palettes/Visibone.gpl -%%DATADIR%%/palettes/Visibone_2.gpl -%%DATADIR%%/palettes/Volcano.gpl -%%DATADIR%%/palettes/Warm_Colors.gpl -%%DATADIR%%/palettes/Web.gpl -%%DATADIR%%/patterns/3dgreen.pat -%%DATADIR%%/patterns/Craters.pat -%%DATADIR%%/patterns/Moonfoot.pat -%%DATADIR%%/patterns/Stripes1px.pat -%%DATADIR%%/patterns/Stripes2px.pat -%%DATADIR%%/patterns/amethyst.pat -%%DATADIR%%/patterns/bark.pat -%%DATADIR%%/patterns/blue.pat -%%DATADIR%%/patterns/bluegrid.pat -%%DATADIR%%/patterns/bluesquares.pat -%%DATADIR%%/patterns/blueweb.pat -%%DATADIR%%/patterns/brick.pat -%%DATADIR%%/patterns/burlap.pat -%%DATADIR%%/patterns/burlwood.pat -%%DATADIR%%/patterns/choc_swirl.pat -%%DATADIR%%/patterns/corkboard.pat -%%DATADIR%%/patterns/cracked.pat -%%DATADIR%%/patterns/crinklepaper.pat -%%DATADIR%%/patterns/electric.pat -%%DATADIR%%/patterns/fibers.pat -%%DATADIR%%/patterns/granite1.pat -%%DATADIR%%/patterns/ground1.pat -%%DATADIR%%/patterns/ice.pat -%%DATADIR%%/patterns/java.pat -%%DATADIR%%/patterns/leather.pat -%%DATADIR%%/patterns/leaves.pat -%%DATADIR%%/patterns/leopard.pat -%%DATADIR%%/patterns/lightning.pat -%%DATADIR%%/patterns/marble1.pat -%%DATADIR%%/patterns/marble2.pat -%%DATADIR%%/patterns/marble3.pat -%%DATADIR%%/patterns/nops.pat -%%DATADIR%%/patterns/paper.pat -%%DATADIR%%/patterns/parque1.pat -%%DATADIR%%/patterns/parque2.pat -%%DATADIR%%/patterns/parque3.pat -%%DATADIR%%/patterns/pastel.pat -%%DATADIR%%/patterns/pine.pat -%%DATADIR%%/patterns/pink_marble.pat -%%DATADIR%%/patterns/pool.pat -%%DATADIR%%/patterns/qube1.pat -%%DATADIR%%/patterns/rain.pat -%%DATADIR%%/patterns/recessed.pat -%%DATADIR%%/patterns/redcube.pat -%%DATADIR%%/patterns/rock.pat -%%DATADIR%%/patterns/sky.pat -%%DATADIR%%/patterns/slate.pat -%%DATADIR%%/patterns/sm_squares.pat -%%DATADIR%%/patterns/starfield.pat -%%DATADIR%%/patterns/stone33.pat -%%DATADIR%%/patterns/terra.pat -%%DATADIR%%/patterns/walnut.pat -%%DATADIR%%/patterns/warning.pat -%%DATADIR%%/patterns/wood1.pat -%%DATADIR%%/patterns/wood2.pat -%%DATADIR%%/patterns/wood3.pat -%%DATADIR%%/patterns/wood4.pat -%%DATADIR%%/patterns/wood5.pat -%%DATADIR%%/scripts/3d-outline.scm -%%DATADIR%%/scripts/3dTruchet.scm -%%DATADIR%%/scripts/add-bevel.scm -%%DATADIR%%/scripts/addborder.scm -%%DATADIR%%/scripts/alien-glow-arrow.scm -%%DATADIR%%/scripts/alien-glow-bar.scm -%%DATADIR%%/scripts/alien-glow-bullet.scm -%%DATADIR%%/scripts/alien-glow-button.scm -%%DATADIR%%/scripts/alien-glow-logo.scm -%%DATADIR%%/scripts/alien-neon-logo.scm -%%DATADIR%%/scripts/basic1-logo.scm -%%DATADIR%%/scripts/basic2-logo.scm -%%DATADIR%%/scripts/beveled-button.scm -%%DATADIR%%/scripts/beveled-pattern-arrow.scm -%%DATADIR%%/scripts/beveled-pattern-bullet.scm -%%DATADIR%%/scripts/beveled-pattern-button.scm -%%DATADIR%%/scripts/beveled-pattern-heading.scm -%%DATADIR%%/scripts/beveled-pattern-hrule.scm -%%DATADIR%%/scripts/blend-anim.scm -%%DATADIR%%/scripts/blended-logo.scm -%%DATADIR%%/scripts/bovinated-logo.scm -%%DATADIR%%/scripts/burn-in-anim.scm -%%DATADIR%%/scripts/camo.scm -%%DATADIR%%/scripts/carve-it.scm -%%DATADIR%%/scripts/carved-logo.scm -%%DATADIR%%/scripts/chalk.scm -%%DATADIR%%/scripts/chip-away.scm -%%DATADIR%%/scripts/chrome-it.scm -%%DATADIR%%/scripts/chrome-logo.scm -%%DATADIR%%/scripts/circuit.scm -%%DATADIR%%/scripts/clothify.scm -%%DATADIR%%/scripts/coffee.scm -%%DATADIR%%/scripts/comic-logo.scm -%%DATADIR%%/scripts/coolmetal-logo.scm -%%DATADIR%%/scripts/copy-visible.scm -%%DATADIR%%/scripts/crystal-logo.scm -%%DATADIR%%/scripts/distress-selection.scm -%%DATADIR%%/scripts/drop-shadow.scm -%%DATADIR%%/scripts/erase-rows.scm -%%DATADIR%%/scripts/fade-outline.scm -%%DATADIR%%/scripts/flatland.scm -%%DATADIR%%/scripts/font-map.scm -%%DATADIR%%/scripts/frosty-logo.scm -%%DATADIR%%/scripts/fuzzyborder.scm -%%DATADIR%%/scripts/gimp-headers.scm -%%DATADIR%%/scripts/gimp-labels.scm -%%DATADIR%%/scripts/glossy.scm -%%DATADIR%%/scripts/glowing-logo.scm -%%DATADIR%%/scripts/gradient-bevel-logo.scm -%%DATADIR%%/scripts/gradient-example.scm -%%DATADIR%%/scripts/grid-system.scm -%%DATADIR%%/scripts/guides-from-selection.scm -%%DATADIR%%/scripts/guides-new-percent.scm -%%DATADIR%%/scripts/guides-new.scm -%%DATADIR%%/scripts/guides-remove-all.scm -%%DATADIR%%/scripts/hsv-graph.scm -%%DATADIR%%/scripts/i26-gunya2.scm -%%DATADIR%%/scripts/images/beavis.jpg -%%DATADIR%%/scripts/images/texture.jpg -%%DATADIR%%/scripts/images/texture1.jpg -%%DATADIR%%/scripts/images/texture2.jpg -%%DATADIR%%/scripts/images/texture3.jpg -%%DATADIR%%/scripts/land.scm -%%DATADIR%%/scripts/lava.scm -%%DATADIR%%/scripts/line-nova.scm -%%DATADIR%%/scripts/mkbrush.scm -%%DATADIR%%/scripts/neon-logo.scm -%%DATADIR%%/scripts/news-text.scm -%%DATADIR%%/scripts/old-photo.scm -%%DATADIR%%/scripts/paste-as-brush.scm -%%DATADIR%%/scripts/paste-as-pattern.scm -%%DATADIR%%/scripts/perspective-shadow.scm -%%DATADIR%%/scripts/predator.scm -%%DATADIR%%/scripts/pupi-button.scm -%%DATADIR%%/scripts/rendermap.scm -%%DATADIR%%/scripts/reverse-layers.scm -%%DATADIR%%/scripts/ripply-anim.scm -%%DATADIR%%/scripts/round-corners.scm -%%DATADIR%%/scripts/script-fu-util.scm -%%DATADIR%%/scripts/select-to-brush.scm -%%DATADIR%%/scripts/select-to-image.scm -%%DATADIR%%/scripts/select-to-pattern.scm -%%DATADIR%%/scripts/selection-round.scm -%%DATADIR%%/scripts/slide.scm -%%DATADIR%%/scripts/sota-chrome-logo.scm -%%DATADIR%%/scripts/speed-text.scm -%%DATADIR%%/scripts/sphere.scm -%%DATADIR%%/scripts/spinning-globe.scm -%%DATADIR%%/scripts/spyrogimp.scm -%%DATADIR%%/scripts/starburst-logo.scm -%%DATADIR%%/scripts/starscape-logo.scm -%%DATADIR%%/scripts/swirltile.scm -%%DATADIR%%/scripts/swirly-pattern.scm -%%DATADIR%%/scripts/t-o-p-logo.scm -%%DATADIR%%/scripts/test-sphere.scm -%%DATADIR%%/scripts/text-circle.scm -%%DATADIR%%/scripts/textured-logo.scm -%%DATADIR%%/scripts/tileblur.scm -%%DATADIR%%/scripts/title-header.scm -%%DATADIR%%/scripts/truchet.scm -%%DATADIR%%/scripts/unsharp-mask.scm -%%DATADIR%%/scripts/waves-anim.scm -%%DATADIR%%/scripts/weave.scm -%%DATADIR%%/scripts/web-browser.scm -%%DATADIR%%/scripts/xach-effect.scm -%%DATADIR%%/themes/Default/gtkrc -%%DATADIR%%/themes/Default/imagerc -%%DATADIR%%/themes/Default/images/preferences/color-management.png -%%DATADIR%%/themes/Default/images/preferences/controllers.png -%%DATADIR%%/themes/Default/images/preferences/default-comment.png -%%DATADIR%%/themes/Default/images/preferences/default-grid.png -%%DATADIR%%/themes/Default/images/preferences/display.png -%%DATADIR%%/themes/Default/images/preferences/environment.png -%%DATADIR%%/themes/Default/images/preferences/folders-brushes.png -%%DATADIR%%/themes/Default/images/preferences/folders-environ.png -%%DATADIR%%/themes/Default/images/preferences/folders-fonts.png -%%DATADIR%%/themes/Default/images/preferences/folders-gradients.png -%%DATADIR%%/themes/Default/images/preferences/folders-interp.png -%%DATADIR%%/themes/Default/images/preferences/folders-modules.png -%%DATADIR%%/themes/Default/images/preferences/folders-palettes.png -%%DATADIR%%/themes/Default/images/preferences/folders-patterns.png -%%DATADIR%%/themes/Default/images/preferences/folders-plug-ins.png -%%DATADIR%%/themes/Default/images/preferences/folders-scripts.png -%%DATADIR%%/themes/Default/images/preferences/folders-themes.png -%%DATADIR%%/themes/Default/images/preferences/folders-tool-plug-ins.png -%%DATADIR%%/themes/Default/images/preferences/folders.png -%%DATADIR%%/themes/Default/images/preferences/help-system.png -%%DATADIR%%/themes/Default/images/preferences/image-title.png -%%DATADIR%%/themes/Default/images/preferences/image-windows.png -%%DATADIR%%/themes/Default/images/preferences/input-devices.png -%%DATADIR%%/themes/Default/images/preferences/interface.png -%%DATADIR%%/themes/Default/images/preferences/monitor.png -%%DATADIR%%/themes/Default/images/preferences/new-image.png -%%DATADIR%%/themes/Default/images/preferences/session.png -%%DATADIR%%/themes/Default/images/preferences/theme.png -%%DATADIR%%/themes/Default/images/preferences/tool-options.png -%%DATADIR%%/themes/Default/images/preferences/toolbox.png -%%DATADIR%%/themes/Default/images/preferences/window-management.png -%%DATADIR%%/themes/Default/images/stock-anchor-16.png -%%DATADIR%%/themes/Default/images/stock-cap-butt-16.png -%%DATADIR%%/themes/Default/images/stock-cap-round-16.png -%%DATADIR%%/themes/Default/images/stock-cap-square-16.png -%%DATADIR%%/themes/Default/images/stock-center-16.png -%%DATADIR%%/themes/Default/images/stock-center-24.png -%%DATADIR%%/themes/Default/images/stock-channel-16.png -%%DATADIR%%/themes/Default/images/stock-channel-24.png -%%DATADIR%%/themes/Default/images/stock-channel-32.png -%%DATADIR%%/themes/Default/images/stock-channel-48.png -%%DATADIR%%/themes/Default/images/stock-channel-alpha-16.png -%%DATADIR%%/themes/Default/images/stock-channel-alpha-24.png -%%DATADIR%%/themes/Default/images/stock-channel-alpha-32.png -%%DATADIR%%/themes/Default/images/stock-channel-alpha-48.png -%%DATADIR%%/themes/Default/images/stock-channel-blue-16.png -%%DATADIR%%/themes/Default/images/stock-channel-blue-24.png -%%DATADIR%%/themes/Default/images/stock-channel-blue-32.png -%%DATADIR%%/themes/Default/images/stock-channel-blue-48.png -%%DATADIR%%/themes/Default/images/stock-channel-gray-16.png -%%DATADIR%%/themes/Default/images/stock-channel-gray-24.png -%%DATADIR%%/themes/Default/images/stock-channel-gray-32.png -%%DATADIR%%/themes/Default/images/stock-channel-gray-48.png -%%DATADIR%%/themes/Default/images/stock-channel-green-16.png -%%DATADIR%%/themes/Default/images/stock-channel-green-24.png -%%DATADIR%%/themes/Default/images/stock-channel-green-32.png -%%DATADIR%%/themes/Default/images/stock-channel-green-48.png -%%DATADIR%%/themes/Default/images/stock-channel-indexed-16.png -%%DATADIR%%/themes/Default/images/stock-channel-indexed-24.png -%%DATADIR%%/themes/Default/images/stock-channel-indexed-32.png -%%DATADIR%%/themes/Default/images/stock-channel-indexed-48.png -%%DATADIR%%/themes/Default/images/stock-channel-red-16.png -%%DATADIR%%/themes/Default/images/stock-channel-red-24.png -%%DATADIR%%/themes/Default/images/stock-channel-red-32.png -%%DATADIR%%/themes/Default/images/stock-channel-red-48.png -%%DATADIR%%/themes/Default/images/stock-channels-16.png -%%DATADIR%%/themes/Default/images/stock-channels-24.png -%%DATADIR%%/themes/Default/images/stock-char-picker-22.png -%%DATADIR%%/themes/Default/images/stock-close-12.png -%%DATADIR%%/themes/Default/images/stock-color-pick-from-screen-16.png -%%DATADIR%%/themes/Default/images/stock-color-picker-black-18.png -%%DATADIR%%/themes/Default/images/stock-color-picker-gray-18.png -%%DATADIR%%/themes/Default/images/stock-color-picker-white-18.png -%%DATADIR%%/themes/Default/images/stock-color-triangle-16.png -%%DATADIR%%/themes/Default/images/stock-convert-grayscale-16.png -%%DATADIR%%/themes/Default/images/stock-convert-indexed-16.png -%%DATADIR%%/themes/Default/images/stock-convert-rgb-16.png -%%DATADIR%%/themes/Default/images/stock-cursor-16.png -%%DATADIR%%/themes/Default/images/stock-cursor-24.png -%%DATADIR%%/themes/Default/images/stock-curve-free-16.png -%%DATADIR%%/themes/Default/images/stock-curve-smooth-16.png -%%DATADIR%%/themes/Default/images/stock-default-colors-12.png -%%DATADIR%%/themes/Default/images/stock-device-status-16.png -%%DATADIR%%/themes/Default/images/stock-device-status-24.png -%%DATADIR%%/themes/Default/images/stock-display-filter-16.png -%%DATADIR%%/themes/Default/images/stock-display-filter-24.png -%%DATADIR%%/themes/Default/images/stock-duplicate-16.png -%%DATADIR%%/themes/Default/images/stock-edit-16.png -%%DATADIR%%/themes/Default/images/stock-error-64.png -%%DATADIR%%/themes/Default/images/stock-eye-12.png -%%DATADIR%%/themes/Default/images/stock-eye-20.png -%%DATADIR%%/themes/Default/images/stock-flip-horizontal-16.png -%%DATADIR%%/themes/Default/images/stock-flip-vertical-16.png -%%DATADIR%%/themes/Default/images/stock-floating-selection-16.png -%%DATADIR%%/themes/Default/images/stock-floating-selection-24.png -%%DATADIR%%/themes/Default/images/stock-floating-selection-32.png -%%DATADIR%%/themes/Default/images/stock-floating-selection-48.png -%%DATADIR%%/themes/Default/images/stock-frame-64.png -%%DATADIR%%/themes/Default/images/stock-gradient-bilinear-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-conical-asymmetric-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-conical-symmetric-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-linear-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-radial-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-angular-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-dimpled-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-spherical-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-spiral-anticlockwise-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-spiral-clockwise-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-square-16.png -%%DATADIR%%/themes/Default/images/stock-gravity-east-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-north-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-north-east-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-north-west-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-south-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-south-east-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-south-west-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-west-24.png -%%DATADIR%%/themes/Default/images/stock-grid-16.png -%%DATADIR%%/themes/Default/images/stock-hcenter-24.png -%%DATADIR%%/themes/Default/images/stock-hchain-24.png -%%DATADIR%%/themes/Default/images/stock-hchain-broken-24.png -%%DATADIR%%/themes/Default/images/stock-histogram-16.png -%%DATADIR%%/themes/Default/images/stock-histogram-22.png -%%DATADIR%%/themes/Default/images/stock-histogram-linear-16.png -%%DATADIR%%/themes/Default/images/stock-histogram-logarithmic-16.png -%%DATADIR%%/themes/Default/images/stock-image-16.png -%%DATADIR%%/themes/Default/images/stock-image-24.png -%%DATADIR%%/themes/Default/images/stock-image-32.png -%%DATADIR%%/themes/Default/images/stock-image-48.png -%%DATADIR%%/themes/Default/images/stock-images-16.png -%%DATADIR%%/themes/Default/images/stock-images-24.png -%%DATADIR%%/themes/Default/images/stock-indexed-palette-16.png -%%DATADIR%%/themes/Default/images/stock-indexed-palette-24.png -%%DATADIR%%/themes/Default/images/stock-info-16.png -%%DATADIR%%/themes/Default/images/stock-info-24.png -%%DATADIR%%/themes/Default/images/stock-info-64.png -%%DATADIR%%/themes/Default/images/stock-invert-16.png -%%DATADIR%%/themes/Default/images/stock-join-bevel-16.png -%%DATADIR%%/themes/Default/images/stock-join-miter-16.png -%%DATADIR%%/themes/Default/images/stock-join-round-16.png -%%DATADIR%%/themes/Default/images/stock-landscape-16.png -%%DATADIR%%/themes/Default/images/stock-layer-16.png -%%DATADIR%%/themes/Default/images/stock-layer-24.png -%%DATADIR%%/themes/Default/images/stock-layer-32.png -%%DATADIR%%/themes/Default/images/stock-layer-48.png -%%DATADIR%%/themes/Default/images/stock-layer-mask-16.png -%%DATADIR%%/themes/Default/images/stock-layer-mask-24.png -%%DATADIR%%/themes/Default/images/stock-layer-mask-32.png -%%DATADIR%%/themes/Default/images/stock-layer-mask-48.png -%%DATADIR%%/themes/Default/images/stock-layer-to-imagesize-16.png -%%DATADIR%%/themes/Default/images/stock-layers-16.png -%%DATADIR%%/themes/Default/images/stock-layers-24.png -%%DATADIR%%/themes/Default/images/stock-letter-spacing-22.png -%%DATADIR%%/themes/Default/images/stock-line-spacing-22.png -%%DATADIR%%/themes/Default/images/stock-linked-12.png -%%DATADIR%%/themes/Default/images/stock-linked-20.png -%%DATADIR%%/themes/Default/images/stock-list-16.png -%%DATADIR%%/themes/Default/images/stock-menu-left-12.png -%%DATADIR%%/themes/Default/images/stock-menu-right-12.png -%%DATADIR%%/themes/Default/images/stock-merge-down-16.png -%%DATADIR%%/themes/Default/images/stock-move-to-screen-16.png -%%DATADIR%%/themes/Default/images/stock-move-to-screen-24.png -%%DATADIR%%/themes/Default/images/stock-navigation-16.png -%%DATADIR%%/themes/Default/images/stock-paste-as-new-16.png -%%DATADIR%%/themes/Default/images/stock-paste-into-16.png -%%DATADIR%%/themes/Default/images/stock-path-16.png -%%DATADIR%%/themes/Default/images/stock-path-22.png -%%DATADIR%%/themes/Default/images/stock-path-stroke-16.png -%%DATADIR%%/themes/Default/images/stock-paths-16.png -%%DATADIR%%/themes/Default/images/stock-paths-22.png -%%DATADIR%%/themes/Default/images/stock-plugin-16.png -%%DATADIR%%/themes/Default/images/stock-portrait-16.png -%%DATADIR%%/themes/Default/images/stock-print-resolution-16.png -%%DATADIR%%/themes/Default/images/stock-print-resolution-24.png -%%DATADIR%%/themes/Default/images/stock-question-64.png -%%DATADIR%%/themes/Default/images/stock-quick-mask-off-16.png -%%DATADIR%%/themes/Default/images/stock-quick-mask-on-16.png -%%DATADIR%%/themes/Default/images/stock-reset-16.png -%%DATADIR%%/themes/Default/images/stock-reshow-filter-16.png -%%DATADIR%%/themes/Default/images/stock-resize-16.png -%%DATADIR%%/themes/Default/images/stock-rotate-180-16.png -%%DATADIR%%/themes/Default/images/stock-rotate-270-16.png -%%DATADIR%%/themes/Default/images/stock-rotate-90-16.png -%%DATADIR%%/themes/Default/images/stock-sample-point-16.png -%%DATADIR%%/themes/Default/images/stock-sample-point-24.png -%%DATADIR%%/themes/Default/images/stock-scale-16.png -%%DATADIR%%/themes/Default/images/stock-selection-16.png -%%DATADIR%%/themes/Default/images/stock-selection-add-16.png -%%DATADIR%%/themes/Default/images/stock-selection-all-16.png -%%DATADIR%%/themes/Default/images/stock-selection-border-16.png -%%DATADIR%%/themes/Default/images/stock-selection-grow-16.png -%%DATADIR%%/themes/Default/images/stock-selection-intersect-16.png -%%DATADIR%%/themes/Default/images/stock-selection-none-16.png -%%DATADIR%%/themes/Default/images/stock-selection-replace-16.png -%%DATADIR%%/themes/Default/images/stock-selection-shrink-16.png -%%DATADIR%%/themes/Default/images/stock-selection-stroke-16.png -%%DATADIR%%/themes/Default/images/stock-selection-subtract-16.png -%%DATADIR%%/themes/Default/images/stock-selection-to-channel-16.png -%%DATADIR%%/themes/Default/images/stock-selection-to-path-16.png -%%DATADIR%%/themes/Default/images/stock-shape-circle-16.png -%%DATADIR%%/themes/Default/images/stock-shape-diamond-16.png -%%DATADIR%%/themes/Default/images/stock-shape-square-16.png -%%DATADIR%%/themes/Default/images/stock-swap-colors-12.png -%%DATADIR%%/themes/Default/images/stock-template-16.png -%%DATADIR%%/themes/Default/images/stock-template-24.png -%%DATADIR%%/themes/Default/images/stock-text-dir-ltr-24.png -%%DATADIR%%/themes/Default/images/stock-text-dir-rtl-24.png -%%DATADIR%%/themes/Default/images/stock-text-layer-16.png -%%DATADIR%%/themes/Default/images/stock-text-layer-24.png -%%DATADIR%%/themes/Default/images/stock-text-layer-32.png -%%DATADIR%%/themes/Default/images/stock-text-layer-48.png -%%DATADIR%%/themes/Default/images/stock-texture-64.png -%%DATADIR%%/themes/Default/images/stock-toilet-paper-16.png -%%DATADIR%%/themes/Default/images/stock-toilet-paper-24.png -%%DATADIR%%/themes/Default/images/stock-tool-airbrush-16.png -%%DATADIR%%/themes/Default/images/stock-tool-airbrush-22.png -%%DATADIR%%/themes/Default/images/stock-tool-align-16.png -%%DATADIR%%/themes/Default/images/stock-tool-align-22.png -%%DATADIR%%/themes/Default/images/stock-tool-blend-16.png -%%DATADIR%%/themes/Default/images/stock-tool-blend-22.png -%%DATADIR%%/themes/Default/images/stock-tool-blur-16.png -%%DATADIR%%/themes/Default/images/stock-tool-blur-22.png -%%DATADIR%%/themes/Default/images/stock-tool-brightness-contrast-16.png -%%DATADIR%%/themes/Default/images/stock-tool-brightness-contrast-22.png -%%DATADIR%%/themes/Default/images/stock-tool-bucket-fill-16.png -%%DATADIR%%/themes/Default/images/stock-tool-bucket-fill-22.png -%%DATADIR%%/themes/Default/images/stock-tool-by-color-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-by-color-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-clone-16.png -%%DATADIR%%/themes/Default/images/stock-tool-clone-22.png -%%DATADIR%%/themes/Default/images/stock-tool-color-balance-16.png -%%DATADIR%%/themes/Default/images/stock-tool-color-balance-22.png -%%DATADIR%%/themes/Default/images/stock-tool-color-picker-16.png -%%DATADIR%%/themes/Default/images/stock-tool-color-picker-22.png -%%DATADIR%%/themes/Default/images/stock-tool-colorize-16.png -%%DATADIR%%/themes/Default/images/stock-tool-colorize-22.png -%%DATADIR%%/themes/Default/images/stock-tool-crop-16.png -%%DATADIR%%/themes/Default/images/stock-tool-crop-22.png -%%DATADIR%%/themes/Default/images/stock-tool-curves-16.png -%%DATADIR%%/themes/Default/images/stock-tool-curves-22.png -%%DATADIR%%/themes/Default/images/stock-tool-dodge-16.png -%%DATADIR%%/themes/Default/images/stock-tool-dodge-22.png -%%DATADIR%%/themes/Default/images/stock-tool-ellipse-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-ellipse-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-eraser-16.png -%%DATADIR%%/themes/Default/images/stock-tool-eraser-22.png -%%DATADIR%%/themes/Default/images/stock-tool-flip-16.png -%%DATADIR%%/themes/Default/images/stock-tool-flip-22.png -%%DATADIR%%/themes/Default/images/stock-tool-foreground-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-foreground-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-free-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-free-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-fuzzy-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-fuzzy-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-hue-saturation-16.png -%%DATADIR%%/themes/Default/images/stock-tool-hue-saturation-22.png -%%DATADIR%%/themes/Default/images/stock-tool-ink-16.png -%%DATADIR%%/themes/Default/images/stock-tool-ink-22.png -%%DATADIR%%/themes/Default/images/stock-tool-iscissors-16.png -%%DATADIR%%/themes/Default/images/stock-tool-iscissors-22.png -%%DATADIR%%/themes/Default/images/stock-tool-levels-16.png -%%DATADIR%%/themes/Default/images/stock-tool-levels-22.png -%%DATADIR%%/themes/Default/images/stock-tool-measure-16.png -%%DATADIR%%/themes/Default/images/stock-tool-measure-22.png -%%DATADIR%%/themes/Default/images/stock-tool-move-16.png -%%DATADIR%%/themes/Default/images/stock-tool-move-22.png -%%DATADIR%%/themes/Default/images/stock-tool-options-16.png -%%DATADIR%%/themes/Default/images/stock-tool-options-24.png -%%DATADIR%%/themes/Default/images/stock-tool-paintbrush-16.png -%%DATADIR%%/themes/Default/images/stock-tool-paintbrush-22.png -%%DATADIR%%/themes/Default/images/stock-tool-path-16.png -%%DATADIR%%/themes/Default/images/stock-tool-path-22.png -%%DATADIR%%/themes/Default/images/stock-tool-pencil-16.png -%%DATADIR%%/themes/Default/images/stock-tool-pencil-22.png -%%DATADIR%%/themes/Default/images/stock-tool-perspective-16.png -%%DATADIR%%/themes/Default/images/stock-tool-perspective-22.png -%%DATADIR%%/themes/Default/images/stock-tool-posterize-16.png -%%DATADIR%%/themes/Default/images/stock-tool-posterize-22.png -%%DATADIR%%/themes/Default/images/stock-tool-rect-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-rect-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-rotate-16.png -%%DATADIR%%/themes/Default/images/stock-tool-rotate-22.png -%%DATADIR%%/themes/Default/images/stock-tool-scale-16.png -%%DATADIR%%/themes/Default/images/stock-tool-scale-22.png -%%DATADIR%%/themes/Default/images/stock-tool-shear-16.png -%%DATADIR%%/themes/Default/images/stock-tool-shear-22.png -%%DATADIR%%/themes/Default/images/stock-tool-smudge-16.png -%%DATADIR%%/themes/Default/images/stock-tool-smudge-22.png -%%DATADIR%%/themes/Default/images/stock-tool-text-16.png -%%DATADIR%%/themes/Default/images/stock-tool-text-22.png -%%DATADIR%%/themes/Default/images/stock-tool-threshold-16.png -%%DATADIR%%/themes/Default/images/stock-tool-threshold-22.png -%%DATADIR%%/themes/Default/images/stock-tool-zoom-16.png -%%DATADIR%%/themes/Default/images/stock-tool-zoom-22.png -%%DATADIR%%/themes/Default/images/stock-tools-16.png -%%DATADIR%%/themes/Default/images/stock-tools-24.png -%%DATADIR%%/themes/Default/images/stock-transparency-16.png -%%DATADIR%%/themes/Default/images/stock-transparency-24.png -%%DATADIR%%/themes/Default/images/stock-undo-history-16.png -%%DATADIR%%/themes/Default/images/stock-undo-history-24.png -%%DATADIR%%/themes/Default/images/stock-vcenter-24.png -%%DATADIR%%/themes/Default/images/stock-vchain-24.png -%%DATADIR%%/themes/Default/images/stock-vchain-broken-24.png -%%DATADIR%%/themes/Default/images/stock-video-16.png -%%DATADIR%%/themes/Default/images/stock-video-24.png -%%DATADIR%%/themes/Default/images/stock-warning-16.png -%%DATADIR%%/themes/Default/images/stock-warning-24.png -%%DATADIR%%/themes/Default/images/stock-warning-64.png -%%DATADIR%%/themes/Default/images/stock-web-16.png -%%DATADIR%%/themes/Default/images/stock-web-24.png -%%DATADIR%%/themes/Default/images/stock-wilber-16.png -%%DATADIR%%/themes/Default/images/stock-wilber-64.png -%%DATADIR%%/themes/Default/images/stock-wilber-eek-64.png -%%DATADIR%%/themes/Default/images/stock-zoom-follow-window-12.png -%%DATADIR%%/themes/Small/gtkrc -%%DATADIR%%/tips/gimp-tips.xml -%%GNOMEPANEL:%%share/gnome/application-registry/gimp.applications -%%GNOMEPANEL:%%share/gnome/applications/gimp.desktop -%%GNOMEPANEL:%%share/gnome/icons/hicolor/16x16/apps/gimp.png -%%GNOMEPANEL:%%share/gnome/icons/hicolor/22x22/apps/gimp.png -%%GNOMEPANEL:%%share/gnome/icons/hicolor/24x24/apps/gimp.png -%%GNOMEPANEL:%%share/gnome/icons/hicolor/32x32/apps/gimp.png -%%GNOMEPANEL:%%share/gnome/icons/hicolor/48x48/apps/gimp.png -%%GNOMEPANEL:%%share/gnome/icons/hicolor/64x64/apps/gimp.png -%%GNOMEPANEL:%%share/gnome/icons/hicolor/scalable/apps/gimp.svg -%%GNOMEPANEL:%%share/gnome/mime-info/gimp.keys -share/locale/bg/LC_MESSAGES/gimp20-libgimp.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-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/cs/LC_MESSAGES/gimp20-libgimp.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-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-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/el/LC_MESSAGES/gimp20-libgimp.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-tips.mo -share/locale/el/LC_MESSAGES/gimp20.mo -share/locale/en_CA/LC_MESSAGES/gimp20-libgimp.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-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/es/LC_MESSAGES/gimp20-libgimp.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-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-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/fi/LC_MESSAGES/gimp20-libgimp.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-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-script-fu.mo -share/locale/ga/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ga/LC_MESSAGES/gimp20-tips.mo -share/locale/ga/LC_MESSAGES/gimp20.mo -share/locale/gl/LC_MESSAGES/gimp20-libgimp.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-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/hr/LC_MESSAGES/gimp20-libgimp.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-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-tips.mo -share/locale/id/LC_MESSAGES/gimp20.mo -share/locale/it/LC_MESSAGES/gimp20-libgimp.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-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/ko/LC_MESSAGES/gimp20-libgimp.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-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/mk/LC_MESSAGES/gimp20-libgimp.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/ms/LC_MESSAGES/gimp20-libgimp.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/nb/LC_MESSAGES/gimp20-libgimp.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/ne/LC_MESSAGES/gimp20-libgimp.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-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/pa/LC_MESSAGES/gimp20-libgimp.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-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-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-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-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-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-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/sk/LC_MESSAGES/gimp20-libgimp.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/sr/LC_MESSAGES/gimp20-libgimp.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@Latn/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20-tips.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20.mo -share/locale/sv/LC_MESSAGES/gimp20-libgimp.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/tr/LC_MESSAGES/gimp20-libgimp.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-tips.mo -share/locale/tr/LC_MESSAGES/gimp20.mo -share/locale/tt/LC_MESSAGES/gimp20-libgimp.mo -share/locale/tt/LC_MESSAGES/gimp20-script-fu.mo -share/locale/tt/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/tt/LC_MESSAGES/gimp20-tips.mo -share/locale/tt/LC_MESSAGES/gimp20.mo -share/locale/uk/LC_MESSAGES/gimp20-libgimp.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-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-script-fu.mo -share/locale/xh/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/xh/LC_MESSAGES/gimp20-tips.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-tips.mo -share/locale/yi/LC_MESSAGES/gimp20.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-libgimp.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_TW/LC_MESSAGES/gimp20-libgimp.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 -@dirrm %%DATADIR%%/tips -@dirrm %%DATADIR%%/themes/Small -@dirrm %%DATADIR%%/themes/Default/images/preferences -@dirrm %%DATADIR%%/themes/Default/images -@dirrm %%DATADIR%%/themes/Default -@dirrm %%DATADIR%%/themes -@dirrm %%DATADIR%%/scripts/images -@dirrm %%DATADIR%%/scripts -@dirrm %%DATADIR%%/patterns -@dirrm %%DATADIR%%/palettes -@dirrm %%DATADIR%%/menus -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%%/gradients -@dirrm %%DATADIR%%/gimpressionist/Presets -@dirrm %%DATADIR%%/gimpressionist/Paper -@dirrm %%DATADIR%%/gimpressionist/Brushes -@dirrm %%DATADIR%%/gimpressionist -@dirrm %%DATADIR%%/gflare -@dirrm %%DATADIR%%/gfig -@dirrm %%DATADIR%%/fractalexplorer -@dirrm %%DATADIR%%/fonts -@dirrm %%DATADIR%%/brushes -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%%/libgimpwidgets -@dirrm %%DOCSDIR%%/libgimpthumb -@dirrm %%DOCSDIR%%/libgimpmodule -@dirrm %%DOCSDIR%%/libgimpmath -@dirrm %%DOCSDIR%%/libgimpconfig -@dirrm %%DOCSDIR%%/libgimpcolor -@dirrm %%DOCSDIR%%/libgimpbase -@dirrm %%DOCSDIR%%/libgimp -@dirrm %%DOCSDIR%% -@dirrm libexec/gimp/2.2/plug-ins -@dirrm libexec/gimp/2.2/modules -%%PYTHON:%%@dirrm libexec/gimp/2.2/python -@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 -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/tt/LC_MESSAGES -@dirrmtry share/locale/tt -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile deleted file mode 100644 index 4a0434535bcd..000000000000 --- a/graphics/gimp-app/Makefile +++ /dev/null @@ -1,131 +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/Makefile,v 1.2 2006/08/25 18:14:57 pav Exp $ - -PORTNAME= gimp -PORTVERSION= 2.2.13 -PORTREVISION= 2 -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} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNU Image Manipulation Program - -LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf \ - aa.1:${PORTSDIR}/graphics/aalib \ - exif.12:${PORTSDIR}/graphics/libexif \ - mng.1:${PORTSDIR}/graphics/libmng \ - png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff - -CONFLICTS= gimp-1.* gimpshop-[0-9]* - -SHLIBVER?= 200 - -USE_BZIP2= yes -USE_XPM= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 -WANT_GNOME= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -PLIST_SUB= SHLIBVER="${SHLIBVER}" -CONFIGURE_ARGS= --disable-perl \ - --with-html-dir=${DOCSDIR} \ - --disable-gtk-doc \ - --enable-static \ - --mandir=${PREFIX}/man -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" - -GIMP_DISTFILE= ${DISTDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} - -MAN1= gimp.1 gimp-2.2.1 gimp-remote.1 gimp-remote-2.2.1 gimptool-2.0.1 -MAN5= gimprc.5 gimprc-2.2.5 - -OPTIONS= DEBUG "debugging" off \ - PYTHON "Python-Fu support" off \ - RSVG "SVG format support" on \ - PRINT "GIMP printing" on \ - HTML_HELP_BROWSER "GIMP help browser" on \ - MP "multiple processor support" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug -.endif - -.if defined(WITH_PYTHON) -USE_PYTHON= yes -# we need to manually include this, because USE_PYTHON is defined -# after including bsd.port.pre.mk -.include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygtk2 -CONFIGURE_ARGS+= --enable-python -PLIST_SUB+= PYTHON:="" -.else -CONFIGURE_ARGS+= --disable-python -PLIST_SUB+= PYTHON:="@comment " -.endif - -.if defined(WITHOUT_RSVG) -CONFIGURE_ARGS+= --without-librsvg -PLIST_SUB+= SVG="@comment " -.else -USE_GNOME+= librsvg2 -PLIST_SUB+= SVG="" -.endif - -.if defined(WITHOUT_PRINT) -CONFIGURE_ARGS+= --disable-print -PLIST_SUB+= PRINT="@comment " -.else -LIB_DEPENDS+= gimpprint.2:${PORTSDIR}/print/gimp-print -PLIST_SUB+= PRINT="" -.endif - -.if defined(WITH_MP) -CONFIGURE_ARGS+= --enable-mp -.endif - -.if ${HAVE_GNOME:Mgnomepanel}!="" -USE_GNOME+= gnomepanel desktopfileutils -CONFIGURE_ARGS+= --with-desktop-dir=${LOCALBASE}/share/gnome -CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} -PKGNAMESUFFIX:= -gnome -PLIST_SUB+= GNOMEPANEL:="" -GNOME_ENABLED= yes -.else -PLIST_SUB+= GNOMEPANEL:="@comment " -CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} -.endif - -.if defined(WITH_HTML_HELP_BROWSER) -USE_GNOME+= libgtkhtml -PLIST_SUB+= HELPBROWSER:="" -.else -PLIST_SUB+= HELPBROWSER:="@comment " -post-patch: - @${REINPLACE_CMD} -e 's|\(have_gtkhtml2=\)yes|\1no|' ${WRKSRC}/configure -.endif - -.if defined(GNOME_ENABLED) -post-install: - @-update-desktop-database -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/gimp-app/distinfo b/graphics/gimp-app/distinfo deleted file mode 100644 index b3e8ef4f1352..000000000000 --- a/graphics/gimp-app/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gimp-2.2.13.tar.bz2) = d84a4a476a0c4fae24602db67f6fe49a -SHA256 (gimp-2.2.13.tar.bz2) = d0273a3133461f5531bfa17ee24419abfe1f21121b03ef99195a2371a79b2ed7 -SIZE (gimp-2.2.13.tar.bz2) = 12930670 diff --git a/graphics/gimp-app/files/patch-aa b/graphics/gimp-app/files/patch-aa deleted file mode 100644 index 411ac92c931b..000000000000 --- a/graphics/gimp-app/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- app/main.c.orig Sun Oct 5 09:16:02 2003 -+++ app/main.c Mon Oct 6 12:14:34 2003 -@@ -23,6 +23,7 @@ - #include <signal.h> - #include <string.h> - #include <sys/types.h> -+#include <floatingpoint.h> - - #ifdef HAVE_SYS_WAIT_H - #include <sys/wait.h> -@@ -113,6 +114,9 @@ - /* Initialize variables */ - - full_prog_name = argv[0]; -+ -+ /* Ignore floating point exceptions */ -+ fpsetmask(0); - - /* Initialize i18n support */ - diff --git a/graphics/gimp-app/files/patch-am b/graphics/gimp-app/files/patch-am deleted file mode 100644 index 45c58cbe59fe..000000000000 --- a/graphics/gimp-app/files/patch-am +++ /dev/null @@ -1,19 +0,0 @@ ---- libgimp/gimp.c.orig Fri May 12 12:37:27 2000 -+++ libgimp/gimp.c Thu May 18 16:42:21 2000 -@@ -26,6 +26,7 @@ - #include <stdlib.h> - #include <string.h> - #include <sys/types.h> -+#include <floatingpoint.h> - - #ifdef HAVE_SYS_TIME_H - #include <sys/time.h> -@@ -211,6 +212,9 @@ - } - - progname = argv[0]; -+ -+ /* Ignore floating point exceptions */ -+ fpsetmask(0); - - g_set_prgname (g_basename (progname)); diff --git a/graphics/gimp-app/files/patch-configure b/graphics/gimp-app/files/patch-configure deleted file mode 100644 index da42f67f8ca6..000000000000 --- a/graphics/gimp-app/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ ---- configure.orig Sun Mar 6 15:30:12 2005 -+++ configure Sun Mar 6 15:33:57 2005 -@@ -25925,6 +25925,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 -@@ -33865,9 +33866,9 @@ - fi - 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" - - localedir='${prefix}/${DATADIRNAME}/locale' - diff --git a/graphics/gimp-app/files/patch-gimptool-2.0.in b/graphics/gimp-app/files/patch-gimptool-2.0.in deleted file mode 100644 index 3ee0f17b8be2..000000000000 --- a/graphics/gimp-app/files/patch-gimptool-2.0.in +++ /dev/null @@ -1,26 +0,0 @@ ---- gimptool-2.0.in.orig Tue Jan 15 12:21:05 2002 -+++ gimptool-2.0.in Fri May 17 20:46:18 2002 -@@ -215,19 +215,19 @@ - | --uninstall-script | --uninstall-admin-script ) - case $1 in - --*install-bin) -- install_cmd="@INSTALL_PROGRAM@" -+ install_cmd="@INSTALL_SCRIPT@" - install_dir="$HOME/@gimpdir@/plug-ins" - ;; - --install-bin-strip) -- install_cmd="@INSTALL_PROGRAM@ -s" -+ install_cmd="@INSTALL_SCRIPT@ -s" - install_dir="$HOME/@gimpdir@/plug-ins" - ;; - --*install-admin-bin) -- install_cmd="@INSTALL_PROGRAM@" -+ install_cmd="@INSTALL_SCRIPT@" - install_dir="$gimpplugindir/plug-ins" - ;; - --install-admin-bin-strip) -- install_cmd="@INSTALL_PROGRAM@ -s" -+ install_cmd="@INSTALL_SCRIPT@ -s" - install_dir="$gimpplugindir/plug-ins" - ;; - --*install-script) diff --git a/graphics/gimp-app/files/patch-plug-ins.c b/graphics/gimp-app/files/patch-plug-ins.c deleted file mode 100644 index f7650f0e0529..000000000000 --- a/graphics/gimp-app/files/patch-plug-ins.c +++ /dev/null @@ -1,19 +0,0 @@ ---- app/plug-in/plug-ins.c.orig Wed Nov 17 15:51:50 2004 -+++ app/plug-in/plug-ins.c Sun Oct 22 18:58:36 2006 -@@ -317,6 +317,8 @@ - - if (! gimp->no_interface) - { -+ gimp_menus_init (gimp, gimp->plug_in_defs, STD_PLUGINS_DOMAIN); -+ - gimp->load_procs = g_slist_sort_with_data (gimp->load_procs, - plug_ins_file_proc_compare, - gimp); -@@ -324,7 +326,6 @@ - plug_ins_file_proc_compare, - gimp); - -- gimp_menus_init (gimp, gimp->plug_in_defs, STD_PLUGINS_DOMAIN); - } - - /* build list of automatically started extensions */ diff --git a/graphics/gimp-app/files/patch-plug-ins_common_url.c b/graphics/gimp-app/files/patch-plug-ins_common_url.c deleted file mode 100644 index bceff6df101c..000000000000 --- a/graphics/gimp-app/files/patch-plug-ins_common_url.c +++ /dev/null @@ -1,17 +0,0 @@ ---- plug-ins/common/url.c.orig Wed Dec 28 13:56:48 2005 -+++ plug-ins/common/url.c Wed Dec 28 13:58:33 2005 -@@ -186,10 +186,10 @@ - putenv ("LANG=C"); - #endif - -- execlp ("wget", -- "wget", "-v", "-e", "server-response=off", "-T", TIMEOUT, -- filename, "-O", tmpname, NULL); -- g_message ("exec() failed: wget: %s", g_strerror (errno)); -+ execlp ("fetch", -+ "fetch", "-T", TIMEOUT, -+ filename, "-p", "-o", tmpname, NULL); -+ g_message ("exec() failed: fetch: %s", g_strerror (errno)); - g_free (tmpname); - _exit (127); - } diff --git a/graphics/gimp-app/files/patch-plug-ins_print_print.c b/graphics/gimp-app/files/patch-plug-ins_print_print.c deleted file mode 100644 index 36f4bf7148cf..000000000000 --- a/graphics/gimp-app/files/patch-plug-ins_print_print.c +++ /dev/null @@ -1,11 +0,0 @@ ---- plug-ins/print/print.c.orig Tue Dec 26 07:43:54 2000 -+++ plug-ins/print/print.c Tue Dec 26 07:44:07 2000 -@@ -1417,7 +1417,7 @@ - - if (i < (sizeof(lpcs) / sizeof(lpcs[0]))) - { -- strcat(command, " status < /dev/null"); -+ strcat(command, " status all < /dev/null"); - type = PRINTERS_LPC; - } - else diff --git a/graphics/gimp-app/pkg-descr b/graphics/gimp-app/pkg-descr deleted file mode 100644 index 4d7f49925c17..000000000000 --- 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 6946abf9f87a..000000000000 --- a/graphics/gimp-app/pkg-plist +++ /dev/null @@ -1,1971 +0,0 @@ -bin/gimp -bin/gimp-2.2 -bin/gimp-remote -bin/gimp-remote-2.2 -bin/gimptool-2.0 -etc/gimp/2.2/controllerrc -etc/gimp/2.2/gimprc -etc/gimp/2.2/gtkrc -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/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/gimpdrawablecombobox.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/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/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/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/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/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/gimpproceduraldb.h -include/gimp-2.0/libgimp/gimpproceduraldb_pdb.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/gimpselection.h -include/gimp-2.0/libgimp/gimpselection_pdb.h -include/gimp-2.0/libgimp/gimpselectiontools_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/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/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/gimpparasite.h -include/gimp-2.0/libgimpbase/gimpparasiteio.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/gimpcolorspace.h -include/gimp-2.0/libgimpcolor/gimpcolortypes.h -include/gimp-2.0/libgimpcolor/gimphsv.h -include/gimp-2.0/libgimpcolor/gimprgb.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/gimpbutton.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/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/gimpfileentry.h -include/gimp-2.0/libgimpwidgets/gimpframe.h -include/gimp-2.0/libgimpwidgets/gimphelpui.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/gimpoffsetarea.h -include/gimp-2.0/libgimpwidgets/gimpoldwidgets.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/gimpquerybox.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/gimpunitmenu.h -include/gimp-2.0/libgimpwidgets/gimpwidgets.h -include/gimp-2.0/libgimpwidgets/gimpwidgetstypes.h -libexec/gimp/2.2/environ/default.env -%%PYTHON:%%libexec/gimp/2.2/environ/pygimp.env -%%PYTHON:%%libexec/gimp/2.2/python/pygimp-logo.png -libexec/gimp/2.2/modules/libcdisplay_colorblind.a -libexec/gimp/2.2/modules/libcdisplay_colorblind.la -libexec/gimp/2.2/modules/libcdisplay_colorblind.so -libexec/gimp/2.2/modules/libcdisplay_gamma.a -libexec/gimp/2.2/modules/libcdisplay_gamma.la -libexec/gimp/2.2/modules/libcdisplay_gamma.so -libexec/gimp/2.2/modules/libcdisplay_highcontrast.a -libexec/gimp/2.2/modules/libcdisplay_highcontrast.la -libexec/gimp/2.2/modules/libcdisplay_highcontrast.so -libexec/gimp/2.2/modules/libcdisplay_proof.a -libexec/gimp/2.2/modules/libcdisplay_proof.la -libexec/gimp/2.2/modules/libcdisplay_proof.so -libexec/gimp/2.2/modules/libcolorsel_cmyk.a -libexec/gimp/2.2/modules/libcolorsel_cmyk.la -libexec/gimp/2.2/modules/libcolorsel_cmyk.so -libexec/gimp/2.2/modules/libcolorsel_triangle.a -libexec/gimp/2.2/modules/libcolorsel_triangle.la -libexec/gimp/2.2/modules/libcolorsel_triangle.so -libexec/gimp/2.2/modules/libcolorsel_water.a -libexec/gimp/2.2/modules/libcolorsel_water.la -libexec/gimp/2.2/modules/libcolorsel_water.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/plug-ins/AlienMap2 -libexec/gimp/2.2/plug-ins/CEL -libexec/gimp/2.2/plug-ins/CML_explorer -libexec/gimp/2.2/plug-ins/FractalExplorer -libexec/gimp/2.2/plug-ins/Lighting -libexec/gimp/2.2/plug-ins/MapObject -libexec/gimp/2.2/plug-ins/aa -libexec/gimp/2.2/plug-ins/align_layers -libexec/gimp/2.2/plug-ins/animationplay -libexec/gimp/2.2/plug-ins/animoptimize -libexec/gimp/2.2/plug-ins/apply_lens -libexec/gimp/2.2/plug-ins/autocrop -libexec/gimp/2.2/plug-ins/autostretch_hsv -libexec/gimp/2.2/plug-ins/blinds -libexec/gimp/2.2/plug-ins/blur -libexec/gimp/2.2/plug-ins/bmp -libexec/gimp/2.2/plug-ins/borderaverage -libexec/gimp/2.2/plug-ins/bumpmap -libexec/gimp/2.2/plug-ins/c_astretch -libexec/gimp/2.2/plug-ins/cartoon -libexec/gimp/2.2/plug-ins/ccanalyze -libexec/gimp/2.2/plug-ins/channel_mixer -libexec/gimp/2.2/plug-ins/checkerboard -%%PYTHON:%%libexec/gimp/2.2/plug-ins/clothify.py -libexec/gimp/2.2/plug-ins/color_enhance -libexec/gimp/2.2/plug-ins/colorify -%%PYTHON:%%libexec/gimp/2.2/plug-ins/colorxhtml.py -libexec/gimp/2.2/plug-ins/colortoalpha -libexec/gimp/2.2/plug-ins/compose -libexec/gimp/2.2/plug-ins/compressor -libexec/gimp/2.2/plug-ins/convmatrix -libexec/gimp/2.2/plug-ins/csource -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/depthmerge -libexec/gimp/2.2/plug-ins/despeckle -libexec/gimp/2.2/plug-ins/destripe -libexec/gimp/2.2/plug-ins/dicom -libexec/gimp/2.2/plug-ins/diffraction -libexec/gimp/2.2/plug-ins/displace -libexec/gimp/2.2/plug-ins/dog -libexec/gimp/2.2/plug-ins/edge -libexec/gimp/2.2/plug-ins/emboss -libexec/gimp/2.2/plug-ins/engrave -libexec/gimp/2.2/plug-ins/exchange -libexec/gimp/2.2/plug-ins/faxg3 -libexec/gimp/2.2/plug-ins/film -libexec/gimp/2.2/plug-ins/fits -libexec/gimp/2.2/plug-ins/flame -libexec/gimp/2.2/plug-ins/flarefx -%%PYTHON:%%libexec/gimp/2.2/plug-ins/foggify.py -libexec/gimp/2.2/plug-ins/fp -libexec/gimp/2.2/plug-ins/fractaltrace -libexec/gimp/2.2/plug-ins/gauss -libexec/gimp/2.2/plug-ins/gbr -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/gflare -libexec/gimp/2.2/plug-ins/gfli -libexec/gimp/2.2/plug-ins/gif -libexec/gimp/2.2/plug-ins/gifload -libexec/gimp/2.2/plug-ins/gih -%%PYTHON:%%libexec/gimp/2.2/plug-ins/gimpcons.py -libexec/gimp/2.2/plug-ins/gimpressionist -libexec/gimp/2.2/plug-ins/glasstile -libexec/gimp/2.2/plug-ins/glob -libexec/gimp/2.2/plug-ins/gqbist -libexec/gimp/2.2/plug-ins/gradmap -libexec/gimp/2.2/plug-ins/grid -%%PYTHON:%%libexec/gimp/2.2/plug-ins/gtkcons.py -libexec/gimp/2.2/plug-ins/gtm -libexec/gimp/2.2/plug-ins/guillotine -libexec/gimp/2.2/plug-ins/header -libexec/gimp/2.2/plug-ins/help -%%HELPBROWSER:%%libexec/gimp/2.2/plug-ins/helpbrowser -libexec/gimp/2.2/plug-ins/hot -libexec/gimp/2.2/plug-ins/ifscompose -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/jpeg -libexec/gimp/2.2/plug-ins/laplace -libexec/gimp/2.2/plug-ins/lic -libexec/gimp/2.2/plug-ins/mail -libexec/gimp/2.2/plug-ins/mapcolor -libexec/gimp/2.2/plug-ins/max_rgb -libexec/gimp/2.2/plug-ins/maze -libexec/gimp/2.2/plug-ins/mblur -libexec/gimp/2.2/plug-ins/mng -libexec/gimp/2.2/plug-ins/mosaic -libexec/gimp/2.2/plug-ins/neon -libexec/gimp/2.2/plug-ins/newsprint -libexec/gimp/2.2/plug-ins/nlfilt -libexec/gimp/2.2/plug-ins/noisify -libexec/gimp/2.2/plug-ins/normalize -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/papertile -libexec/gimp/2.2/plug-ins/pat -libexec/gimp/2.2/plug-ins/pcx -%%PYTHON:%%libexec/gimp/2.2/plug-ins/pdbbrowse.py -libexec/gimp/2.2/plug-ins/photocopy -libexec/gimp/2.2/plug-ins/pix -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/png -libexec/gimp/2.2/plug-ins/pnm -libexec/gimp/2.2/plug-ins/polar -libexec/gimp/2.2/plug-ins/postscript -%%PRINT%%libexec/gimp/2.2/plug-ins/print -libexec/gimp/2.2/plug-ins/procedure-browser -libexec/gimp/2.2/plug-ins/psd -libexec/gimp/2.2/plug-ins/psd_save -libexec/gimp/2.2/plug-ins/psp -%%PYTHON:%%libexec/gimp/2.2/plug-ins/py-slice.py -libexec/gimp/2.2/plug-ins/randomize -libexec/gimp/2.2/plug-ins/raw -libexec/gimp/2.2/plug-ins/rcm -libexec/gimp/2.2/plug-ins/retinex -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/scatter_hsv -libexec/gimp/2.2/plug-ins/screenshot -libexec/gimp/2.2/plug-ins/script-fu -%%PYTHON:%%libexec/gimp/2.2/plug-ins/shadow_bevel.py -libexec/gimp/2.2/plug-ins/sel2path -libexec/gimp/2.2/plug-ins/sel_gauss -libexec/gimp/2.2/plug-ins/semiflatten -libexec/gimp/2.2/plug-ins/sgi -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/snoise -libexec/gimp/2.2/plug-ins/sobel -libexec/gimp/2.2/plug-ins/softglow -libexec/gimp/2.2/plug-ins/sparkle -libexec/gimp/2.2/plug-ins/spheredesigner -libexec/gimp/2.2/plug-ins/spread -libexec/gimp/2.2/plug-ins/struc -libexec/gimp/2.2/plug-ins/sunras -%%SVG%%libexec/gimp/2.2/plug-ins/svg -libexec/gimp/2.2/plug-ins/tga -libexec/gimp/2.2/plug-ins/threshold_alpha -libexec/gimp/2.2/plug-ins/tiff -libexec/gimp/2.2/plug-ins/tile -libexec/gimp/2.2/plug-ins/tileit -libexec/gimp/2.2/plug-ins/tiler -libexec/gimp/2.2/plug-ins/uniteditor -libexec/gimp/2.2/plug-ins/unsharp -libexec/gimp/2.2/plug-ins/url -libexec/gimp/2.2/plug-ins/video -libexec/gimp/2.2/plug-ins/vinvert -libexec/gimp/2.2/plug-ins/vpropagate -libexec/gimp/2.2/plug-ins/warp -libexec/gimp/2.2/plug-ins/waves -libexec/gimp/2.2/plug-ins/webbrowser -%%PYTHON:%%libexec/gimp/2.2/plug-ins/whirlpinch.py -libexec/gimp/2.2/plug-ins/whirlpinch -libexec/gimp/2.2/plug-ins/wind -libexec/gimp/2.2/plug-ins/winicon -libexec/gimp/2.2/plug-ins/wmf -libexec/gimp/2.2/plug-ins/xbm -libexec/gimp/2.2/plug-ins/xjt -libexec/gimp/2.2/plug-ins/xpm -libexec/gimp/2.2/plug-ins/xwd -libexec/gimp/2.2/plug-ins/zealouscrop -%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpmodule.so -%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpprocbrowsermodule.so -%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpui.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpui.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpui.pyo -lib/libgimp-2.0.a -lib/libgimp-2.0.la -lib/libgimp-2.0.so -lib/libgimp-2.0.so.%%SHLIBVER%% -lib/libgimpbase-2.0.a -lib/libgimpbase-2.0.la -lib/libgimpbase-2.0.so -lib/libgimpbase-2.0.so.%%SHLIBVER%% -lib/libgimpcolor-2.0.a -lib/libgimpcolor-2.0.la -lib/libgimpcolor-2.0.so -lib/libgimpcolor-2.0.so.%%SHLIBVER%% -lib/libgimpmath-2.0.a -lib/libgimpmath-2.0.la -lib/libgimpmath-2.0.so -lib/libgimpmath-2.0.so.%%SHLIBVER%% -lib/libgimpmodule-2.0.a -lib/libgimpmodule-2.0.la -lib/libgimpmodule-2.0.so -lib/libgimpmodule-2.0.so.%%SHLIBVER%% -lib/libgimpthumb-2.0.a -lib/libgimpthumb-2.0.la -lib/libgimpthumb-2.0.so -lib/libgimpthumb-2.0.so.%%SHLIBVER%% -lib/libgimpui-2.0.a -lib/libgimpui-2.0.la -lib/libgimpui-2.0.so -lib/libgimpui-2.0.so.%%SHLIBVER%% -lib/libgimpwidgets-2.0.a -lib/libgimpwidgets-2.0.la -lib/libgimpwidgets-2.0.so -lib/libgimpwidgets-2.0.so.%%SHLIBVER%% -libdata/pkgconfig/gimp-2.0.pc -libdata/pkgconfig/gimpthumb-2.0.pc -libdata/pkgconfig/gimpui-2.0.pc -share/aclocal/gimp-2.0.m4 -%%DOCSDIR%%/libgimp/GimpAspectPreview.html -%%DOCSDIR%%/libgimp/GimpDrawablePreview.html -%%DOCSDIR%%/libgimp/GimpProgressBar.html -%%DOCSDIR%%/libgimp/gimpdefinitions.html -%%DOCSDIR%%/libgimp/home.png -%%DOCSDIR%%/libgimp/index.html -%%DOCSDIR%%/libgimp/index.sgml -%%DOCSDIR%%/libgimp/left.png -%%DOCSDIR%%/libgimp/libgimp-data.html -%%DOCSDIR%%/libgimp/libgimp-general.html -%%DOCSDIR%%/libgimp/libgimp-gimp.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrush.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrushes.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrushmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrushselect.html -%%DOCSDIR%%/libgimp/libgimp-gimpchannel.html -%%DOCSDIR%%/libgimp/libgimp-gimpcolor.html -%%DOCSDIR%%/libgimp/libgimp-gimpcontext.html -%%DOCSDIR%%/libgimp/libgimp-gimpconvert.html -%%DOCSDIR%%/libgimp/libgimp-gimpdisplay.html -%%DOCSDIR%%/libgimp/libgimp-gimpdrawable.html -%%DOCSDIR%%/libgimp/libgimp-gimpdrawablecombobox.html -%%DOCSDIR%%/libgimp/libgimp-gimpdrawabletransform.html -%%DOCSDIR%%/libgimp/libgimp-gimpedit.html -%%DOCSDIR%%/libgimp/libgimp-gimpenums.html -%%DOCSDIR%%/libgimp/libgimp-gimpexport.html -%%DOCSDIR%%/libgimp/libgimp-gimpfileops.html -%%DOCSDIR%%/libgimp/libgimp-gimpfloatingsel.html -%%DOCSDIR%%/libgimp/libgimp-gimpfontmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpfonts.html -%%DOCSDIR%%/libgimp/libgimp-gimpfontselect.html -%%DOCSDIR%%/libgimp/libgimp-gimpgimprc.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradient.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradientmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradients.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradientselect.html -%%DOCSDIR%%/libgimp/libgimp-gimpguides.html -%%DOCSDIR%%/libgimp/libgimp-gimphelp.html -%%DOCSDIR%%/libgimp/libgimp-gimpimage.html -%%DOCSDIR%%/libgimp/libgimp-gimpimagecombobox.html -%%DOCSDIR%%/libgimp/libgimp-gimplayer.html -%%DOCSDIR%%/libgimp/libgimp-gimpmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpmessage.html -%%DOCSDIR%%/libgimp/libgimp-gimppalette.html -%%DOCSDIR%%/libgimp/libgimp-gimppalettemenu.html -%%DOCSDIR%%/libgimp/libgimp-gimppalettes.html -%%DOCSDIR%%/libgimp/libgimp-gimppaletteselect.html -%%DOCSDIR%%/libgimp/libgimp-gimppaths.html -%%DOCSDIR%%/libgimp/libgimp-gimppattern.html -%%DOCSDIR%%/libgimp/libgimp-gimppatternmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimppatterns.html -%%DOCSDIR%%/libgimp/libgimp-gimppatternselect.html -%%DOCSDIR%%/libgimp/libgimp-gimppixbuf.html -%%DOCSDIR%%/libgimp/libgimp-gimppixelfetcher.html -%%DOCSDIR%%/libgimp/libgimp-gimppixelrgn.html -%%DOCSDIR%%/libgimp/libgimp-gimpplugin.html -%%DOCSDIR%%/libgimp/libgimp-gimpproceduraldb.html -%%DOCSDIR%%/libgimp/libgimp-gimpprogress.html -%%DOCSDIR%%/libgimp/libgimp-gimpregioniterator.html -%%DOCSDIR%%/libgimp/libgimp-gimpselection.html -%%DOCSDIR%%/libgimp/libgimp-gimptexttool.html -%%DOCSDIR%%/libgimp/libgimp-gimptile.html -%%DOCSDIR%%/libgimp/libgimp-gimptools.html -%%DOCSDIR%%/libgimp/libgimp-gimpui.html -%%DOCSDIR%%/libgimp/libgimp-gimpundo.html -%%DOCSDIR%%/libgimp/libgimp-image.html -%%DOCSDIR%%/libgimp/libgimp-selectors.html -%%DOCSDIR%%/libgimp/libgimp.devhelp -%%DOCSDIR%%/libgimp/libgimp.devhelp2 -%%DOCSDIR%%/libgimp/libgimp.html -%%DOCSDIR%%/libgimp/libgimpui-hierarchy.html -%%DOCSDIR%%/libgimp/libgimpui.html -%%DOCSDIR%%/libgimp/right.png -%%DOCSDIR%%/libgimp/style.css -%%DOCSDIR%%/libgimp/up.png -%%DOCSDIR%%/libgimpbase/home.png -%%DOCSDIR%%/libgimpbase/index.html -%%DOCSDIR%%/libgimpbase/index.sgml -%%DOCSDIR%%/libgimpbase/left.png -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpbaseenums.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpbasetypes.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpchecks.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpdatafiles.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpenv.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimplimits.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpmemsize.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpparasite.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpparasiteio.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpprotocol.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpsignal.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpunit.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimputils.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpversion.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpwire.html -%%DOCSDIR%%/libgimpbase/libgimpbase.devhelp -%%DOCSDIR%%/libgimpbase/libgimpbase.devhelp2 -%%DOCSDIR%%/libgimpbase/libgimpbase.html -%%DOCSDIR%%/libgimpbase/right.png -%%DOCSDIR%%/libgimpbase/style.css -%%DOCSDIR%%/libgimpbase/up.png -%%DOCSDIR%%/libgimpcolor/home.png -%%DOCSDIR%%/libgimpcolor/index.html -%%DOCSDIR%%/libgimpcolor/index.sgml -%%DOCSDIR%%/libgimpcolor/left.png -%%DOCSDIR%%/libgimpcolor/style.css -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpAdaptiveSupersample.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpBilinear.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpCMYK.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpColorSpace.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpHSV.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpRGB.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor.devhelp -%%DOCSDIR%%/libgimpcolor/libgimpcolor.html -%%DOCSDIR%%/libgimpcolor/right.png -%%DOCSDIR%%/libgimpcolor/up.png -%%DOCSDIR%%/libgimpmath/home.png -%%DOCSDIR%%/libgimpmath/index.html -%%DOCSDIR%%/libgimpmath/index.sgml -%%DOCSDIR%%/libgimpmath/left.png -%%DOCSDIR%%/libgimpmath/style.css -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMD5.html -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMath.html -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMatrix.html -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpVector.html -%%DOCSDIR%%/libgimpmath/libgimpmath.devhelp -%%DOCSDIR%%/libgimpmath/libgimpmath.html -%%DOCSDIR%%/libgimpmath/right.png -%%DOCSDIR%%/libgimpmath/up.png -%%DOCSDIR%%/libgimpmodule/GimpModule.html -%%DOCSDIR%%/libgimpmodule/GimpModuleDB.html -%%DOCSDIR%%/libgimpmodule/home.png -%%DOCSDIR%%/libgimpmodule/index.html -%%DOCSDIR%%/libgimpmodule/index.sgml -%%DOCSDIR%%/libgimpmodule/left.png -%%DOCSDIR%%/libgimpmodule/style.css -%%DOCSDIR%%/libgimpmodule/libgimpmodule.devhelp -%%DOCSDIR%%/libgimpmodule/libgimpmodule.html -%%DOCSDIR%%/libgimpmodule/right.png -%%DOCSDIR%%/libgimpmodule/up.png -%%DOCSDIR%%/libgimpthumb/GimpThumbnail.html -%%DOCSDIR%%/libgimpthumb/home.png -%%DOCSDIR%%/libgimpthumb/index.html -%%DOCSDIR%%/libgimpthumb/index.sgml -%%DOCSDIR%%/libgimpthumb/left.png -%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-enums.html -%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-error.html -%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-utils.html -%%DOCSDIR%%/libgimpthumb/libgimpthumb.devhelp -%%DOCSDIR%%/libgimpthumb/libgimpthumb.devhelp2 -%%DOCSDIR%%/libgimpthumb/libgimpthumb.html -%%DOCSDIR%%/libgimpthumb/right.png -%%DOCSDIR%%/libgimpthumb/style.css -%%DOCSDIR%%/libgimpthumb/up.png -%%DOCSDIR%%/libgimpwidgets/GimpButton.html -%%DOCSDIR%%/libgimpwidgets/GimpCellRendererColor.html -%%DOCSDIR%%/libgimpwidgets/GimpCellRendererToggle.html -%%DOCSDIR%%/libgimpwidgets/GimpChainButton.html -%%DOCSDIR%%/libgimpwidgets/GimpColorArea.html -%%DOCSDIR%%/libgimpwidgets/GimpColorButton.html -%%DOCSDIR%%/libgimpwidgets/GimpColorDisplay.html -%%DOCSDIR%%/libgimpwidgets/GimpColorDisplayStack.html -%%DOCSDIR%%/libgimpwidgets/GimpColorHexEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpColorNotebook.html -%%DOCSDIR%%/libgimpwidgets/GimpColorScale.html -%%DOCSDIR%%/libgimpwidgets/GimpColorScales.html -%%DOCSDIR%%/libgimpwidgets/GimpColorSelect.html -%%DOCSDIR%%/libgimpwidgets/GimpColorSelection.html -%%DOCSDIR%%/libgimpwidgets/GimpColorSelector.html -%%DOCSDIR%%/libgimpwidgets/GimpController.html -%%DOCSDIR%%/libgimpwidgets/GimpDialog.html -%%DOCSDIR%%/libgimpwidgets/GimpFileEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpFrame.html -%%DOCSDIR%%/libgimpwidgets/GimpIntComboBox.html -%%DOCSDIR%%/libgimpwidgets/GimpIntStore.html -%%DOCSDIR%%/libgimpwidgets/GimpMemsizeEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpOffsetArea.html -%%DOCSDIR%%/libgimpwidgets/GimpPathEditor.html -%%DOCSDIR%%/libgimpwidgets/GimpPickButton.html -%%DOCSDIR%%/libgimpwidgets/GimpPixmap.html -%%DOCSDIR%%/libgimpwidgets/GimpPreview.html -%%DOCSDIR%%/libgimpwidgets/GimpPreviewArea.html -%%DOCSDIR%%/libgimpwidgets/GimpSizeEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpUnitMenu.html -%%DOCSDIR%%/libgimpwidgets/home.png -%%DOCSDIR%%/libgimpwidgets/index.html -%%DOCSDIR%%/libgimpwidgets/index.sgml -%%DOCSDIR%%/libgimpwidgets/left.png -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpHelpUI.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpQueryBox.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpScrolledPreview.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpStock.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpWidgets.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-cell-renderers.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-colordisplay.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-colorselector.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-controller.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-deprecated.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-gimpoldwidgets.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-hierarchy.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-utils.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-widgets.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets.devhelp -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets.devhelp2 -%%DOCSDIR%%/libgimpwidgets/right.png -%%DOCSDIR%%/libgimpwidgets/stock-anchor-16.png -%%DOCSDIR%%/libgimpwidgets/stock-cap-butt-16.png -%%DOCSDIR%%/libgimpwidgets/stock-cap-round-16.png -%%DOCSDIR%%/libgimpwidgets/stock-cap-square-16.png -%%DOCSDIR%%/libgimpwidgets/stock-center-16.png -%%DOCSDIR%%/libgimpwidgets/stock-center-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channels-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channels-24.png -%%DOCSDIR%%/libgimpwidgets/stock-char-picker-22.png -%%DOCSDIR%%/libgimpwidgets/stock-close-12.png -%%DOCSDIR%%/libgimpwidgets/stock-color-pick-from-screen-16.png -%%DOCSDIR%%/libgimpwidgets/stock-color-picker-black-18.png -%%DOCSDIR%%/libgimpwidgets/stock-color-picker-gray-18.png -%%DOCSDIR%%/libgimpwidgets/stock-color-picker-white-18.png -%%DOCSDIR%%/libgimpwidgets/stock-color-triangle-16.png -%%DOCSDIR%%/libgimpwidgets/stock-convert-grayscale-16.png -%%DOCSDIR%%/libgimpwidgets/stock-convert-indexed-16.png -%%DOCSDIR%%/libgimpwidgets/stock-convert-rgb-16.png -%%DOCSDIR%%/libgimpwidgets/stock-curve-free-16.png -%%DOCSDIR%%/libgimpwidgets/stock-curve-smooth-16.png -%%DOCSDIR%%/libgimpwidgets/stock-default-colors-12.png -%%DOCSDIR%%/libgimpwidgets/stock-device-status-16.png -%%DOCSDIR%%/libgimpwidgets/stock-device-status-24.png -%%DOCSDIR%%/libgimpwidgets/stock-display-filter-16.png -%%DOCSDIR%%/libgimpwidgets/stock-display-filter-24.png -%%DOCSDIR%%/libgimpwidgets/stock-duplicate-16.png -%%DOCSDIR%%/libgimpwidgets/stock-edit-16.png -%%DOCSDIR%%/libgimpwidgets/stock-error-64.png -%%DOCSDIR%%/libgimpwidgets/stock-eye-12.png -%%DOCSDIR%%/libgimpwidgets/stock-eye-20.png -%%DOCSDIR%%/libgimpwidgets/stock-flip-horizontal-16.png -%%DOCSDIR%%/libgimpwidgets/stock-flip-vertical-16.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-16.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-24.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-32.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-48.png -%%DOCSDIR%%/libgimpwidgets/stock-frame-64.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-bilinear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-conical-asymmetric-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-conical-symmetric-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-linear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-radial-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-angular-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-dimpled-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-spherical-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-spiral-anticlockwise-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-spiral-clockwise-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-square-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-east-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-east-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-west-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-east-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-west-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-west-24.png -%%DOCSDIR%%/libgimpwidgets/stock-grid-16.png -%%DOCSDIR%%/libgimpwidgets/stock-hchain-24.png -%%DOCSDIR%%/libgimpwidgets/stock-hchain-broken-24.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-16.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-22.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-linear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-logarithmic-16.png -%%DOCSDIR%%/libgimpwidgets/stock-image-16.png -%%DOCSDIR%%/libgimpwidgets/stock-image-24.png -%%DOCSDIR%%/libgimpwidgets/stock-image-32.png -%%DOCSDIR%%/libgimpwidgets/stock-image-48.png -%%DOCSDIR%%/libgimpwidgets/stock-images-16.png -%%DOCSDIR%%/libgimpwidgets/stock-images-24.png -%%DOCSDIR%%/libgimpwidgets/stock-indexed-palette-16.png -%%DOCSDIR%%/libgimpwidgets/stock-indexed-palette-24.png -%%DOCSDIR%%/libgimpwidgets/stock-info-16.png -%%DOCSDIR%%/libgimpwidgets/stock-info-24.png -%%DOCSDIR%%/libgimpwidgets/stock-info-64.png -%%DOCSDIR%%/libgimpwidgets/stock-invert-16.png -%%DOCSDIR%%/libgimpwidgets/stock-join-bevel-16.png -%%DOCSDIR%%/libgimpwidgets/stock-join-miter-16.png -%%DOCSDIR%%/libgimpwidgets/stock-join-round-16.png -%%DOCSDIR%%/libgimpwidgets/stock-landscape-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-24.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-32.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-48.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-24.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-32.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-48.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-to-imagesize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layers-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layers-24.png -%%DOCSDIR%%/libgimpwidgets/stock-letter-spacing-22.png -%%DOCSDIR%%/libgimpwidgets/stock-line-spacing-22.png -%%DOCSDIR%%/libgimpwidgets/stock-linked-12.png -%%DOCSDIR%%/libgimpwidgets/stock-linked-20.png -%%DOCSDIR%%/libgimpwidgets/stock-list-16.png -%%DOCSDIR%%/libgimpwidgets/stock-menu-left-12.png -%%DOCSDIR%%/libgimpwidgets/stock-menu-right-12.png -%%DOCSDIR%%/libgimpwidgets/stock-merge-down-16.png -%%DOCSDIR%%/libgimpwidgets/stock-move-to-screen-16.png -%%DOCSDIR%%/libgimpwidgets/stock-move-to-screen-24.png -%%DOCSDIR%%/libgimpwidgets/stock-navigation-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paste-as-new-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paste-into-16.png -%%DOCSDIR%%/libgimpwidgets/stock-path-16.png -%%DOCSDIR%%/libgimpwidgets/stock-path-22.png -%%DOCSDIR%%/libgimpwidgets/stock-path-stroke-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paths-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paths-22.png -%%DOCSDIR%%/libgimpwidgets/stock-plugin-16.png -%%DOCSDIR%%/libgimpwidgets/stock-portrait-16.png -%%DOCSDIR%%/libgimpwidgets/stock-print-resolution-16.png -%%DOCSDIR%%/libgimpwidgets/stock-print-resolution-24.png -%%DOCSDIR%%/libgimpwidgets/stock-qmask-off-16.png -%%DOCSDIR%%/libgimpwidgets/stock-qmask-on-16.png -%%DOCSDIR%%/libgimpwidgets/stock-question-64.png -%%DOCSDIR%%/libgimpwidgets/stock-reset-16.png -%%DOCSDIR%%/libgimpwidgets/stock-reshow-filter-16.png -%%DOCSDIR%%/libgimpwidgets/stock-resize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-rotate-180-16.png -%%DOCSDIR%%/libgimpwidgets/stock-rotate-270-16.png -%%DOCSDIR%%/libgimpwidgets/stock-rotate-90-16.png -%%DOCSDIR%%/libgimpwidgets/stock-scale-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-add-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-all-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-border-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-grow-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-intersect-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-none-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-replace-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-shrink-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-stroke-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-subtract-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-to-channel-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-to-path-16.png -%%DOCSDIR%%/libgimpwidgets/stock-shape-circle-16.png -%%DOCSDIR%%/libgimpwidgets/stock-shape-diamond-16.png -%%DOCSDIR%%/libgimpwidgets/stock-shape-square-16.png -%%DOCSDIR%%/libgimpwidgets/stock-swap-colors-12.png -%%DOCSDIR%%/libgimpwidgets/stock-template-16.png -%%DOCSDIR%%/libgimpwidgets/stock-template-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-dir-ltr-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-dir-rtl-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-16.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-32.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-48.png -%%DOCSDIR%%/libgimpwidgets/stock-texture-64.png -%%DOCSDIR%%/libgimpwidgets/stock-toilet-paper-16.png -%%DOCSDIR%%/libgimpwidgets/stock-toilet-paper-24.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-airbrush-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-airbrush-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blend-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blend-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blur-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blur-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-brightness-contrast-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-brightness-contrast-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-bucket-fill-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-bucket-fill-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-by-color-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-by-color-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-clone-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-clone-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-balance-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-balance-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-picker-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-picker-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-colorize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-colorize-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-crop-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-crop-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-curves-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-curves-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-dodge-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-dodge-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ellipse-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ellipse-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-eraser-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-eraser-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-flip-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-flip-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-free-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-free-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-fuzzy-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-fuzzy-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-hue-saturation-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-hue-saturation-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ink-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ink-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-iscissors-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-iscissors-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-levels-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-levels-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-measure-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-measure-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-move-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-move-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-options-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-options-24.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-paintbrush-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-paintbrush-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-path-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-path-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-pencil-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-pencil-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-perspective-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-perspective-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-posterize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-posterize-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rect-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rect-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rotate-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rotate-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-scale-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-scale-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-shear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-shear-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-smudge-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-smudge-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-text-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-text-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-threshold-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-threshold-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-zoom-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-zoom-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tools-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tools-24.png -%%DOCSDIR%%/libgimpwidgets/stock-transparency-16.png -%%DOCSDIR%%/libgimpwidgets/stock-transparency-24.png -%%DOCSDIR%%/libgimpwidgets/stock-undo-history-16.png -%%DOCSDIR%%/libgimpwidgets/stock-undo-history-24.png -%%DOCSDIR%%/libgimpwidgets/stock-vchain-24.png -%%DOCSDIR%%/libgimpwidgets/stock-vchain-broken-24.png -%%DOCSDIR%%/libgimpwidgets/stock-video-16.png -%%DOCSDIR%%/libgimpwidgets/stock-video-24.png -%%DOCSDIR%%/libgimpwidgets/stock-warning-16.png -%%DOCSDIR%%/libgimpwidgets/stock-warning-24.png -%%DOCSDIR%%/libgimpwidgets/stock-warning-64.png -%%DOCSDIR%%/libgimpwidgets/stock-web-16.png -%%DOCSDIR%%/libgimpwidgets/stock-web-24.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-16.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-32.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-48.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-64.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-eek-64.png -%%DOCSDIR%%/libgimpwidgets/stock-zoom-follow-window-12.png -%%DOCSDIR%%/libgimpwidgets/style.css -%%DOCSDIR%%/libgimpwidgets/up.png -%%DATADIR%%/brushes/10x10square.gbr -%%DATADIR%%/brushes/10x10squareBlur.gbr -%%DATADIR%%/brushes/11circle.gbr -%%DATADIR%%/brushes/11fcircle.gbr -%%DATADIR%%/brushes/13circle.gbr -%%DATADIR%%/brushes/13fcircle.gbr -%%DATADIR%%/brushes/15circle.gbr -%%DATADIR%%/brushes/15fcircle.gbr -%%DATADIR%%/brushes/17circle.gbr -%%DATADIR%%/brushes/17fcircle.gbr -%%DATADIR%%/brushes/19circle.gbr -%%DATADIR%%/brushes/19fcircle.gbr -%%DATADIR%%/brushes/1circle.gbr -%%DATADIR%%/brushes/20x20square.gbr -%%DATADIR%%/brushes/20x20squareBlur.gbr -%%DATADIR%%/brushes/3circle.gbr -%%DATADIR%%/brushes/3fcircle.gbr -%%DATADIR%%/brushes/5circle.gbr -%%DATADIR%%/brushes/5fcircle.gbr -%%DATADIR%%/brushes/5x5square.gbr -%%DATADIR%%/brushes/5x5squareBlur.gbr -%%DATADIR%%/brushes/7circle.gbr -%%DATADIR%%/brushes/7fcircle.gbr -%%DATADIR%%/brushes/9circle.gbr -%%DATADIR%%/brushes/9fcircle.gbr -%%DATADIR%%/brushes/DStar11.gbr -%%DATADIR%%/brushes/DStar17.gbr -%%DATADIR%%/brushes/DStar25.gbr -%%DATADIR%%/brushes/SketchBrush-16.gih -%%DATADIR%%/brushes/SketchBrush-32.gih -%%DATADIR%%/brushes/SketchBrush-64.gih -%%DATADIR%%/brushes/callig1.gbr -%%DATADIR%%/brushes/callig2.gbr -%%DATADIR%%/brushes/callig3.gbr -%%DATADIR%%/brushes/callig4.gbr -%%DATADIR%%/brushes/confetti.gbr -%%DATADIR%%/brushes/confetti.gih -%%DATADIR%%/brushes/dunes.gbr -%%DATADIR%%/brushes/feltpen.gih -%%DATADIR%%/brushes/galaxy.gbr -%%DATADIR%%/brushes/galaxy_big.gbr -%%DATADIR%%/brushes/galaxy_small.gbr -%%DATADIR%%/brushes/hsparks.gih -%%DATADIR%%/brushes/pepper.gbr -%%DATADIR%%/brushes/pixel.gbr -%%DATADIR%%/brushes/thegimp.gbr -%%DATADIR%%/brushes/vine.gih -%%DATADIR%%/brushes/xcf.gbr -@exec mkdir -p %D/%%DATADIR%%/fonts -%%DATADIR%%/fractalexplorer/Asteroid_Field -%%DATADIR%%/fractalexplorer/Bar_Code_Label -%%DATADIR%%/fractalexplorer/Beauty_of_Nature -%%DATADIR%%/fractalexplorer/Blue_Curtain -%%DATADIR%%/fractalexplorer/Car_Track -%%DATADIR%%/fractalexplorer/Energetic_Diamond -%%DATADIR%%/fractalexplorer/Explosive -%%DATADIR%%/fractalexplorer/Flower -%%DATADIR%%/fractalexplorer/Fragments -%%DATADIR%%/fractalexplorer/Hemp -%%DATADIR%%/fractalexplorer/High_Voltage -%%DATADIR%%/fractalexplorer/Hoops -%%DATADIR%%/fractalexplorer/Ice_Crystal -%%DATADIR%%/fractalexplorer/Leaves -%%DATADIR%%/fractalexplorer/Lightning -%%DATADIR%%/fractalexplorer/Mandelbrot -%%DATADIR%%/fractalexplorer/Marble -%%DATADIR%%/fractalexplorer/Marble2 -%%DATADIR%%/fractalexplorer/Medusa -%%DATADIR%%/fractalexplorer/Nautilus -%%DATADIR%%/fractalexplorer/Nebula -%%DATADIR%%/fractalexplorer/Plant -%%DATADIR%%/fractalexplorer/Rose -%%DATADIR%%/fractalexplorer/Saturn -%%DATADIR%%/fractalexplorer/Snow_Crystal -%%DATADIR%%/fractalexplorer/Soma -%%DATADIR%%/fractalexplorer/Spark -%%DATADIR%%/fractalexplorer/Suns -%%DATADIR%%/fractalexplorer/Tentacles -%%DATADIR%%/fractalexplorer/The_Green_Place -%%DATADIR%%/fractalexplorer/Wave -%%DATADIR%%/fractalexplorer/Wood -%%DATADIR%%/fractalexplorer/Zooming_Circle -%%DATADIR%%/gfig/A_star -%%DATADIR%%/gfig/curves -%%DATADIR%%/gfig/polys -%%DATADIR%%/gfig/ring -%%DATADIR%%/gfig/ring+star -%%DATADIR%%/gfig/simily -%%DATADIR%%/gfig/spirals_and_stars -%%DATADIR%%/gfig/sprial -%%DATADIR%%/gfig/star2 -%%DATADIR%%/gfig/stars -%%DATADIR%%/gflare/Bright_Star -%%DATADIR%%/gflare/Classic -%%DATADIR%%/gflare/Default -%%DATADIR%%/gflare/Distant_Sun -%%DATADIR%%/gflare/GFlare_101 -%%DATADIR%%/gflare/GFlare_102 -%%DATADIR%%/gflare/Hidden_Planet -%%DATADIR%%/gimpressionist/Brushes/arrow01.pgm -%%DATADIR%%/gimpressionist/Brushes/ball.ppm -%%DATADIR%%/gimpressionist/Brushes/blob.ppm -%%DATADIR%%/gimpressionist/Brushes/box.ppm -%%DATADIR%%/gimpressionist/Brushes/chalk01.pgm -%%DATADIR%%/gimpressionist/Brushes/cone.ppm -%%DATADIR%%/gimpressionist/Brushes/crayon01.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon02.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon03.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon04.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon05.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon06.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon07.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon08.pgm -%%DATADIR%%/gimpressionist/Brushes/defaultbrush.pgm -%%DATADIR%%/gimpressionist/Brushes/dribble.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric01.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric02.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric03.pgm -%%DATADIR%%/gimpressionist/Brushes/flower01.pgm -%%DATADIR%%/gimpressionist/Brushes/flower02.pgm -%%DATADIR%%/gimpressionist/Brushes/flower03.pgm -%%DATADIR%%/gimpressionist/Brushes/flower04.pgm -%%DATADIR%%/gimpressionist/Brushes/grad01.pgm -%%DATADIR%%/gimpressionist/Brushes/grad02.pgm -%%DATADIR%%/gimpressionist/Brushes/grad03.pgm -%%DATADIR%%/gimpressionist/Brushes/heart.ppm -%%DATADIR%%/gimpressionist/Brushes/leaf01.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush01.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush02.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush03.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush04.pgm -%%DATADIR%%/gimpressionist/Brushes/paper01.pgm -%%DATADIR%%/gimpressionist/Brushes/paper02.pgm -%%DATADIR%%/gimpressionist/Brushes/paper03.pgm -%%DATADIR%%/gimpressionist/Brushes/paper04.pgm -%%DATADIR%%/gimpressionist/Brushes/pentagram.pgm -%%DATADIR%%/gimpressionist/Brushes/scribble.pgm -%%DATADIR%%/gimpressionist/Brushes/shape01.pgm -%%DATADIR%%/gimpressionist/Brushes/shape02.pgm -%%DATADIR%%/gimpressionist/Brushes/shape03.pgm -%%DATADIR%%/gimpressionist/Brushes/shape04.pgm -%%DATADIR%%/gimpressionist/Brushes/snow1.pgm -%%DATADIR%%/gimpressionist/Brushes/sphere.ppm -%%DATADIR%%/gimpressionist/Brushes/splat1.pgm -%%DATADIR%%/gimpressionist/Brushes/splat2.pgm -%%DATADIR%%/gimpressionist/Brushes/splat3.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge01.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge02.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge03.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge04.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge05.pgm -%%DATADIR%%/gimpressionist/Brushes/strange01.pgm -%%DATADIR%%/gimpressionist/Brushes/thegimp.pgm -%%DATADIR%%/gimpressionist/Brushes/torus.ppm -%%DATADIR%%/gimpressionist/Brushes/wavy.pgm -%%DATADIR%%/gimpressionist/Brushes/weave.pgm -%%DATADIR%%/gimpressionist/Brushes/worm.pgm -%%DATADIR%%/gimpressionist/Paper/bricks.pgm -%%DATADIR%%/gimpressionist/Paper/bricks2.pgm -%%DATADIR%%/gimpressionist/Paper/burlap.pgm -%%DATADIR%%/gimpressionist/Paper/canvas2.pgm -%%DATADIR%%/gimpressionist/Paper/defaultpaper.pgm -%%DATADIR%%/gimpressionist/Paper/marble.pgm -%%DATADIR%%/gimpressionist/Paper/marble2.pgm -%%DATADIR%%/gimpressionist/Paper/stone.pgm -%%DATADIR%%/gimpressionist/Paper/struc.pgm -%%DATADIR%%/gimpressionist/Presets/ApplyCanvas -%%DATADIR%%/gimpressionist/Presets/Ballpark -%%DATADIR%%/gimpressionist/Presets/Canvas -%%DATADIR%%/gimpressionist/Presets/Crosshatch -%%DATADIR%%/gimpressionist/Presets/Cubism -%%DATADIR%%/gimpressionist/Presets/Dotify -%%DATADIR%%/gimpressionist/Presets/Embroidery -%%DATADIR%%/gimpressionist/Presets/Feathers -%%DATADIR%%/gimpressionist/Presets/Felt-marker -%%DATADIR%%/gimpressionist/Presets/Flowerbed -%%DATADIR%%/gimpressionist/Presets/Furry -%%DATADIR%%/gimpressionist/Presets/Line-art -%%DATADIR%%/gimpressionist/Presets/Line-art-2 -%%DATADIR%%/gimpressionist/Presets/Maggot-invasion -%%DATADIR%%/gimpressionist/Presets/MarbleMadness -%%DATADIR%%/gimpressionist/Presets/Mossy -%%DATADIR%%/gimpressionist/Presets/Painted_Rock -%%DATADIR%%/gimpressionist/Presets/Parquette -%%DATADIR%%/gimpressionist/Presets/Patchwork -%%DATADIR%%/gimpressionist/Presets/Ringworks -%%DATADIR%%/gimpressionist/Presets/Sample -%%DATADIR%%/gimpressionist/Presets/Smash -%%DATADIR%%/gimpressionist/Presets/Straws -%%DATADIR%%/gimpressionist/Presets/Weave -%%DATADIR%%/gimpressionist/Presets/Wormcan -%%DATADIR%%/gradients/Abstract_1.ggr -%%DATADIR%%/gradients/Abstract_2.ggr -%%DATADIR%%/gradients/Abstract_3.ggr -%%DATADIR%%/gradients/Aneurism.ggr -%%DATADIR%%/gradients/Blinds.ggr -%%DATADIR%%/gradients/Blue_Green.ggr -%%DATADIR%%/gradients/Browns.ggr -%%DATADIR%%/gradients/Brushed_Aluminium.ggr -%%DATADIR%%/gradients/Burning_Paper.ggr -%%DATADIR%%/gradients/Burning_Transparency.ggr -%%DATADIR%%/gradients/CD.ggr -%%DATADIR%%/gradients/CD_Half.ggr -%%DATADIR%%/gradients/Caribbean_Blues.ggr -%%DATADIR%%/gradients/Coffee.ggr -%%DATADIR%%/gradients/Cold_Steel.ggr -%%DATADIR%%/gradients/Cold_Steel_2.ggr -%%DATADIR%%/gradients/Crown_molding.ggr -%%DATADIR%%/gradients/Dark_1.ggr -%%DATADIR%%/gradients/Deep_Sea.ggr -%%DATADIR%%/gradients/Default.ggr -%%DATADIR%%/gradients/Flare_Glow_Angular_1.ggr -%%DATADIR%%/gradients/Flare_Glow_Radial_1.ggr -%%DATADIR%%/gradients/Flare_Glow_Radial_2.ggr -%%DATADIR%%/gradients/Flare_Glow_Radial_3.ggr -%%DATADIR%%/gradients/Flare_Glow_Radial_4.ggr -%%DATADIR%%/gradients/Flare_Radial_101.ggr -%%DATADIR%%/gradients/Flare_Radial_102.ggr -%%DATADIR%%/gradients/Flare_Radial_103.ggr -%%DATADIR%%/gradients/Flare_Rays_Radial_1.ggr -%%DATADIR%%/gradients/Flare_Rays_Radial_2.ggr -%%DATADIR%%/gradients/Flare_Rays_Size_1.ggr -%%DATADIR%%/gradients/Flare_Sizefac_101.ggr -%%DATADIR%%/gradients/Four_bars.ggr -%%DATADIR%%/gradients/French_flag.ggr -%%DATADIR%%/gradients/French_flag_smooth.ggr -%%DATADIR%%/gradients/Full_saturation_spectrum_CCW.ggr -%%DATADIR%%/gradients/Full_saturation_spectrum_CW.ggr -%%DATADIR%%/gradients/German_flag.ggr -%%DATADIR%%/gradients/German_flag_smooth.ggr -%%DATADIR%%/gradients/Golden.ggr -%%DATADIR%%/gradients/Greens.ggr -%%DATADIR%%/gradients/Horizon_1.ggr -%%DATADIR%%/gradients/Horizon_2.ggr -%%DATADIR%%/gradients/Incandescent.ggr -%%DATADIR%%/gradients/Land_1.ggr -%%DATADIR%%/gradients/Land_and_Sea.ggr -%%DATADIR%%/gradients/Metallic_Something.ggr -%%DATADIR%%/gradients/Mexican_flag.ggr -%%DATADIR%%/gradients/Mexican_flag_smooth.ggr -%%DATADIR%%/gradients/Nauseating_Headache.ggr -%%DATADIR%%/gradients/Neon_Cyan.ggr -%%DATADIR%%/gradients/Neon_Green.ggr -%%DATADIR%%/gradients/Neon_Yellow.ggr -%%DATADIR%%/gradients/Pastel_Rainbow.ggr -%%DATADIR%%/gradients/Pastels.ggr -%%DATADIR%%/gradients/Purples.ggr -%%DATADIR%%/gradients/Radial_Eyeball_Blue.ggr -%%DATADIR%%/gradients/Radial_Eyeball_Brown.ggr -%%DATADIR%%/gradients/Radial_Eyeball_Green.ggr -%%DATADIR%%/gradients/Radial_Glow_1.ggr -%%DATADIR%%/gradients/Radial_Rainbow_Hoop.ggr -%%DATADIR%%/gradients/Romanian_flag.ggr -%%DATADIR%%/gradients/Romanian_flag_smooth.ggr -%%DATADIR%%/gradients/Rounded_edge.ggr -%%DATADIR%%/gradients/Shadows_1.ggr -%%DATADIR%%/gradients/Shadows_2.ggr -%%DATADIR%%/gradients/Shadows_3.ggr -%%DATADIR%%/gradients/Skyline.ggr -%%DATADIR%%/gradients/Skyline_polluted.ggr -%%DATADIR%%/gradients/Square_Wood_Frame.ggr -%%DATADIR%%/gradients/Sunrise.ggr -%%DATADIR%%/gradients/Three_bars_sin.ggr -%%DATADIR%%/gradients/Tropical_Colors.ggr -%%DATADIR%%/gradients/Tube_Red.ggr -%%DATADIR%%/gradients/Wood_1.ggr -%%DATADIR%%/gradients/Wood_2.ggr -%%DATADIR%%/gradients/Yellow_Contrast.ggr -%%DATADIR%%/gradients/Yellow_Orange.ggr -%%DATADIR%%/images/gimp-splash.png -%%DATADIR%%/images/gimp-logo.png -%%DATADIR%%/images/wilber-devel-icon.png -%%DATADIR%%/images/wilber-icon.png -%%DATADIR%%/images/wilber-tips.png -%%DATADIR%%/images/wilber-wizard.png -%%DATADIR%%/menus/brushes-menu.xml -%%DATADIR%%/menus/buffers-menu.xml -%%DATADIR%%/menus/channels-menu.xml -%%DATADIR%%/menus/colormap-editor-menu.xml -%%DATADIR%%/menus/dockable-menu.xml -%%DATADIR%%/menus/documents-menu.xml -%%DATADIR%%/menus/error-console-menu.xml -%%DATADIR%%/menus/fonts-menu.xml -%%DATADIR%%/menus/gradient-editor-menu.xml -%%DATADIR%%/menus/gradients-menu.xml -%%DATADIR%%/menus/image-menu.xml -%%DATADIR%%/menus/images-menu.xml -%%DATADIR%%/menus/layers-menu.xml -%%DATADIR%%/menus/palette-editor-menu.xml -%%DATADIR%%/menus/palettes-menu.xml -%%DATADIR%%/menus/patterns-menu.xml -%%DATADIR%%/menus/qmask-menu.xml -%%DATADIR%%/menus/selection-editor-menu.xml -%%DATADIR%%/menus/templates-menu.xml -%%DATADIR%%/menus/text-editor-toolbar.xml -%%DATADIR%%/menus/tool-options-menu.xml -%%DATADIR%%/menus/toolbox-menu.xml -%%DATADIR%%/menus/tools-menu.xml -%%DATADIR%%/menus/vectors-menu.xml -%%DATADIR%%/misc/gimp.applications -%%DATADIR%%/misc/gimp.desktop -%%DATADIR%%/misc/gimp.keys -%%GNOMEPANEL:%%share/gnome/application-registry/gimp-2.2.applications -%%GNOMEPANEL:%%share/gnome/applications/gimp-2.2.desktop -%%GNOMEPANEL:%%@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -%%GNOMEPANEL:%%share/gnome/mime-info/gimp-2.2.keys -%%DATADIR%%/palettes/Bears.gpl -%%DATADIR%%/palettes/Bgold.gpl -%%DATADIR%%/palettes/Blues.gpl -%%DATADIR%%/palettes/Borders.gpl -%%DATADIR%%/palettes/Browns_And_Yellows.gpl -%%DATADIR%%/palettes/Caramel.gpl -%%DATADIR%%/palettes/Cascade.gpl -%%DATADIR%%/palettes/China.gpl -%%DATADIR%%/palettes/Coldfire.gpl -%%DATADIR%%/palettes/Cool_Colors.gpl -%%DATADIR%%/palettes/Cranes.gpl -%%DATADIR%%/palettes/Dark_pastels.gpl -%%DATADIR%%/palettes/Default.gpl -%%DATADIR%%/palettes/Ega.gpl -%%DATADIR%%/palettes/Firecode.gpl -%%DATADIR%%/palettes/Gold.gpl -%%DATADIR%%/palettes/GrayViolet.gpl -%%DATADIR%%/palettes/Grayblue.gpl -%%DATADIR%%/palettes/Grays.gpl -%%DATADIR%%/palettes/Greens.gpl -%%DATADIR%%/palettes/Hilite.gpl -%%DATADIR%%/palettes/Khaki.gpl -%%DATADIR%%/palettes/Lights.gpl -%%DATADIR%%/palettes/Muted.gpl -%%DATADIR%%/palettes/Named_Colors.gpl -%%DATADIR%%/palettes/News3.gpl -%%DATADIR%%/palettes/Op2.gpl -%%DATADIR%%/palettes/Paintjet.gpl -%%DATADIR%%/palettes/Pastels.gpl -%%DATADIR%%/palettes/Plasma.gpl -%%DATADIR%%/palettes/Reds.gpl -%%DATADIR%%/palettes/Reds_And_Purples.gpl -%%DATADIR%%/palettes/Royal.gpl -%%DATADIR%%/palettes/Topographic.gpl -%%DATADIR%%/palettes/Visibone.gpl -%%DATADIR%%/palettes/Visibone_2.gpl -%%DATADIR%%/palettes/Volcano.gpl -%%DATADIR%%/palettes/Warm_Colors.gpl -%%DATADIR%%/palettes/Web.gpl -%%DATADIR%%/patterns/3dgreen.pat -%%DATADIR%%/patterns/Craters.pat -%%DATADIR%%/patterns/Moonfoot.pat -%%DATADIR%%/patterns/Stripes1px.pat -%%DATADIR%%/patterns/Stripes2px.pat -%%DATADIR%%/patterns/amethyst.pat -%%DATADIR%%/patterns/bark.pat -%%DATADIR%%/patterns/blue.pat -%%DATADIR%%/patterns/bluegrid.pat -%%DATADIR%%/patterns/bluesquares.pat -%%DATADIR%%/patterns/blueweb.pat -%%DATADIR%%/patterns/brick.pat -%%DATADIR%%/patterns/burlap.pat -%%DATADIR%%/patterns/burlwood.pat -%%DATADIR%%/patterns/choc_swirl.pat -%%DATADIR%%/patterns/corkboard.pat -%%DATADIR%%/patterns/cracked.pat -%%DATADIR%%/patterns/crinklepaper.pat -%%DATADIR%%/patterns/electric.pat -%%DATADIR%%/patterns/fibers.pat -%%DATADIR%%/patterns/granite1.pat -%%DATADIR%%/patterns/ground1.pat -%%DATADIR%%/patterns/ice.pat -%%DATADIR%%/patterns/java.pat -%%DATADIR%%/patterns/leather.pat -%%DATADIR%%/patterns/leaves.pat -%%DATADIR%%/patterns/leopard.pat -%%DATADIR%%/patterns/lightning.pat -%%DATADIR%%/patterns/marble1.pat -%%DATADIR%%/patterns/marble2.pat -%%DATADIR%%/patterns/marble3.pat -%%DATADIR%%/patterns/nops.pat -%%DATADIR%%/patterns/paper.pat -%%DATADIR%%/patterns/parque1.pat -%%DATADIR%%/patterns/parque2.pat -%%DATADIR%%/patterns/parque3.pat -%%DATADIR%%/patterns/pastel.pat -%%DATADIR%%/patterns/pine.pat -%%DATADIR%%/patterns/pink_marble.pat -%%DATADIR%%/patterns/pool.pat -%%DATADIR%%/patterns/qube1.pat -%%DATADIR%%/patterns/rain.pat -%%DATADIR%%/patterns/recessed.pat -%%DATADIR%%/patterns/redcube.pat -%%DATADIR%%/patterns/rock.pat -%%DATADIR%%/patterns/sky.pat -%%DATADIR%%/patterns/slate.pat -%%DATADIR%%/patterns/sm_squares.pat -%%DATADIR%%/patterns/starfield.pat -%%DATADIR%%/patterns/stone33.pat -%%DATADIR%%/patterns/terra.pat -%%DATADIR%%/patterns/walnut.pat -%%DATADIR%%/patterns/warning.pat -%%DATADIR%%/patterns/wood1.pat -%%DATADIR%%/patterns/wood2.pat -%%DATADIR%%/patterns/wood3.pat -%%DATADIR%%/patterns/wood4.pat -%%DATADIR%%/patterns/wood5.pat -%%DATADIR%%/scripts/3d-outline.scm -%%DATADIR%%/scripts/3dTruchet.scm -%%DATADIR%%/scripts/add-bevel.scm -%%DATADIR%%/scripts/addborder.scm -%%DATADIR%%/scripts/alien-glow-arrow.scm -%%DATADIR%%/scripts/alien-glow-bar.scm -%%DATADIR%%/scripts/alien-glow-bullet.scm -%%DATADIR%%/scripts/alien-glow-button.scm -%%DATADIR%%/scripts/alien-glow-logo.scm -%%DATADIR%%/scripts/alien-neon-logo.scm -%%DATADIR%%/scripts/basic1-logo.scm -%%DATADIR%%/scripts/basic2-logo.scm -%%DATADIR%%/scripts/beveled-button.scm -%%DATADIR%%/scripts/beveled-pattern-arrow.scm -%%DATADIR%%/scripts/beveled-pattern-bullet.scm -%%DATADIR%%/scripts/beveled-pattern-button.scm -%%DATADIR%%/scripts/beveled-pattern-heading.scm -%%DATADIR%%/scripts/beveled-pattern-hrule.scm -%%DATADIR%%/scripts/blend-anim.scm -%%DATADIR%%/scripts/blended-logo.scm -%%DATADIR%%/scripts/bovinated-logo.scm -%%DATADIR%%/scripts/burn-in-anim.scm -%%DATADIR%%/scripts/camo.scm -%%DATADIR%%/scripts/carve-it.scm -%%DATADIR%%/scripts/carved-logo.scm -%%DATADIR%%/scripts/chalk.scm -%%DATADIR%%/scripts/chip-away.scm -%%DATADIR%%/scripts/chrome-it.scm -%%DATADIR%%/scripts/chrome-logo.scm -%%DATADIR%%/scripts/circuit.scm -%%DATADIR%%/scripts/clothify.scm -%%DATADIR%%/scripts/coffee.scm -%%DATADIR%%/scripts/comic-logo.scm -%%DATADIR%%/scripts/coolmetal-logo.scm -%%DATADIR%%/scripts/copy-visible.scm -%%DATADIR%%/scripts/crystal-logo.scm -%%DATADIR%%/scripts/distress-selection.scm -%%DATADIR%%/scripts/drop-shadow.scm -%%DATADIR%%/scripts/erase-rows.scm -%%DATADIR%%/scripts/fade-outline.scm -%%DATADIR%%/scripts/flatland.scm -%%DATADIR%%/scripts/font-map.scm -%%DATADIR%%/scripts/frosty-logo.scm -%%DATADIR%%/scripts/fuzzyborder.scm -%%DATADIR%%/scripts/gimp-headers.scm -%%DATADIR%%/scripts/gimp-labels.scm -%%DATADIR%%/scripts/glossy.scm -%%DATADIR%%/scripts/glowing-logo.scm -%%DATADIR%%/scripts/gradient-bevel-logo.scm -%%DATADIR%%/scripts/gradient-example.scm -%%DATADIR%%/scripts/grid-system.scm -%%DATADIR%%/scripts/guides-from-selection.scm -%%DATADIR%%/scripts/guides-new-percent.scm -%%DATADIR%%/scripts/guides-new.scm -%%DATADIR%%/scripts/guides-remove-all.scm -%%DATADIR%%/scripts/hsv-graph.scm -%%DATADIR%%/scripts/i26-gunya2.scm -%%DATADIR%%/scripts/image-structure.scm -%%DATADIR%%/scripts/images/beavis.jpg -%%DATADIR%%/scripts/images/texture.jpg -%%DATADIR%%/scripts/images/texture1.jpg -%%DATADIR%%/scripts/images/texture2.jpg -%%DATADIR%%/scripts/images/texture3.jpg -%%DATADIR%%/scripts/land.scm -%%DATADIR%%/scripts/lava.scm -%%DATADIR%%/scripts/line-nova.scm -%%DATADIR%%/scripts/mkbrush.scm -%%DATADIR%%/scripts/neon-logo.scm -%%DATADIR%%/scripts/news-text.scm -%%DATADIR%%/scripts/old-photo.scm -%%DATADIR%%/scripts/perspective-shadow.scm -%%DATADIR%%/scripts/predator.scm -%%DATADIR%%/scripts/pupi-button.scm -%%DATADIR%%/scripts/rendermap.scm -%%DATADIR%%/scripts/ripply-anim.scm -%%DATADIR%%/scripts/round-corners.scm -%%DATADIR%%/scripts/script-fu-util.scm -%%DATADIR%%/scripts/select-to-brush.scm -%%DATADIR%%/scripts/select-to-image.scm -%%DATADIR%%/scripts/select-to-pattern.scm -%%DATADIR%%/scripts/selection-round.scm -%%DATADIR%%/scripts/slide.scm -%%DATADIR%%/scripts/sota-chrome-logo.scm -%%DATADIR%%/scripts/speed-text.scm -%%DATADIR%%/scripts/sphere.scm -%%DATADIR%%/scripts/spinning-globe.scm -%%DATADIR%%/scripts/spyrogimp.scm -%%DATADIR%%/scripts/starburst-logo.scm -%%DATADIR%%/scripts/starscape-logo.scm -%%DATADIR%%/scripts/swirltile.scm -%%DATADIR%%/scripts/swirly-pattern.scm -%%DATADIR%%/scripts/t-o-p-logo.scm -%%DATADIR%%/scripts/text-circle.scm -%%DATADIR%%/scripts/textured-logo.scm -%%DATADIR%%/scripts/tileblur.scm -%%DATADIR%%/scripts/title-header.scm -%%DATADIR%%/scripts/truchet.scm -%%DATADIR%%/scripts/unsharp-mask.scm -%%DATADIR%%/scripts/waves-anim.scm -%%DATADIR%%/scripts/weave.scm -%%DATADIR%%/scripts/web-browser.scm -%%DATADIR%%/scripts/xach-effect.scm -%%DATADIR%%/themes/Default/gtkrc -%%DATADIR%%/themes/Default/imagerc -%%DATADIR%%/themes/Default/images/preferences/controllers.png -%%DATADIR%%/themes/Default/images/preferences/default-comment.png -%%DATADIR%%/themes/Default/images/preferences/default-grid.png -%%DATADIR%%/themes/Default/images/preferences/display.png -%%DATADIR%%/themes/Default/images/preferences/environment.png -%%DATADIR%%/themes/Default/images/preferences/folders-brushes.png -%%DATADIR%%/themes/Default/images/preferences/folders-environ.png -%%DATADIR%%/themes/Default/images/preferences/folders-fonts.png -%%DATADIR%%/themes/Default/images/preferences/folders-gradients.png -%%DATADIR%%/themes/Default/images/preferences/folders-modules.png -%%DATADIR%%/themes/Default/images/preferences/folders-palettes.png -%%DATADIR%%/themes/Default/images/preferences/folders-patterns.png -%%DATADIR%%/themes/Default/images/preferences/folders-plug-ins.png -%%DATADIR%%/themes/Default/images/preferences/folders-scripts.png -%%DATADIR%%/themes/Default/images/preferences/folders-themes.png -%%DATADIR%%/themes/Default/images/preferences/folders-tool-plug-ins.png -%%DATADIR%%/themes/Default/images/preferences/folders.png -%%DATADIR%%/themes/Default/images/preferences/help-system.png -%%DATADIR%%/themes/Default/images/preferences/image-title.png -%%DATADIR%%/themes/Default/images/preferences/image-windows.png -%%DATADIR%%/themes/Default/images/preferences/input-devices.png -%%DATADIR%%/themes/Default/images/preferences/interface.png -%%DATADIR%%/themes/Default/images/preferences/monitor.png -%%DATADIR%%/themes/Default/images/preferences/new-image.png -%%DATADIR%%/themes/Default/images/preferences/session.png -%%DATADIR%%/themes/Default/images/preferences/theme.png -%%DATADIR%%/themes/Default/images/preferences/tool-options.png -%%DATADIR%%/themes/Default/images/preferences/toolbox.png -%%DATADIR%%/themes/Default/images/preferences/window-management.png -%%DATADIR%%/themes/Default/images/stock-anchor-16.png -%%DATADIR%%/themes/Default/images/stock-cap-butt-16.png -%%DATADIR%%/themes/Default/images/stock-cap-round-16.png -%%DATADIR%%/themes/Default/images/stock-cap-square-16.png -%%DATADIR%%/themes/Default/images/stock-center-16.png -%%DATADIR%%/themes/Default/images/stock-center-24.png -%%DATADIR%%/themes/Default/images/stock-channel-16.png -%%DATADIR%%/themes/Default/images/stock-channel-24.png -%%DATADIR%%/themes/Default/images/stock-channel-32.png -%%DATADIR%%/themes/Default/images/stock-channel-48.png -%%DATADIR%%/themes/Default/images/stock-channel-alpha-16.png -%%DATADIR%%/themes/Default/images/stock-channel-alpha-24.png -%%DATADIR%%/themes/Default/images/stock-channel-alpha-32.png -%%DATADIR%%/themes/Default/images/stock-channel-alpha-48.png -%%DATADIR%%/themes/Default/images/stock-channel-blue-16.png -%%DATADIR%%/themes/Default/images/stock-channel-blue-24.png -%%DATADIR%%/themes/Default/images/stock-channel-blue-32.png -%%DATADIR%%/themes/Default/images/stock-channel-blue-48.png -%%DATADIR%%/themes/Default/images/stock-channel-gray-16.png -%%DATADIR%%/themes/Default/images/stock-channel-gray-24.png -%%DATADIR%%/themes/Default/images/stock-channel-gray-32.png -%%DATADIR%%/themes/Default/images/stock-channel-gray-48.png -%%DATADIR%%/themes/Default/images/stock-channel-green-16.png -%%DATADIR%%/themes/Default/images/stock-channel-green-24.png -%%DATADIR%%/themes/Default/images/stock-channel-green-32.png -%%DATADIR%%/themes/Default/images/stock-channel-green-48.png -%%DATADIR%%/themes/Default/images/stock-channel-indexed-16.png -%%DATADIR%%/themes/Default/images/stock-channel-indexed-24.png -%%DATADIR%%/themes/Default/images/stock-channel-indexed-32.png -%%DATADIR%%/themes/Default/images/stock-channel-indexed-48.png -%%DATADIR%%/themes/Default/images/stock-channel-red-16.png -%%DATADIR%%/themes/Default/images/stock-channel-red-24.png -%%DATADIR%%/themes/Default/images/stock-channel-red-32.png -%%DATADIR%%/themes/Default/images/stock-channel-red-48.png -%%DATADIR%%/themes/Default/images/stock-channels-16.png -%%DATADIR%%/themes/Default/images/stock-channels-24.png -%%DATADIR%%/themes/Default/images/stock-char-picker-22.png -%%DATADIR%%/themes/Default/images/stock-close-12.png -%%DATADIR%%/themes/Default/images/stock-color-pick-from-screen-16.png -%%DATADIR%%/themes/Default/images/stock-color-picker-black-18.png -%%DATADIR%%/themes/Default/images/stock-color-picker-gray-18.png -%%DATADIR%%/themes/Default/images/stock-color-picker-white-18.png -%%DATADIR%%/themes/Default/images/stock-color-triangle-16.png -%%DATADIR%%/themes/Default/images/stock-convert-grayscale-16.png -%%DATADIR%%/themes/Default/images/stock-convert-indexed-16.png -%%DATADIR%%/themes/Default/images/stock-convert-rgb-16.png -%%DATADIR%%/themes/Default/images/stock-curve-free-16.png -%%DATADIR%%/themes/Default/images/stock-curve-smooth-16.png -%%DATADIR%%/themes/Default/images/stock-default-colors-12.png -%%DATADIR%%/themes/Default/images/stock-device-status-16.png -%%DATADIR%%/themes/Default/images/stock-device-status-24.png -%%DATADIR%%/themes/Default/images/stock-display-filter-16.png -%%DATADIR%%/themes/Default/images/stock-display-filter-24.png -%%DATADIR%%/themes/Default/images/stock-duplicate-16.png -%%DATADIR%%/themes/Default/images/stock-edit-16.png -%%DATADIR%%/themes/Default/images/stock-error-64.png -%%DATADIR%%/themes/Default/images/stock-eye-12.png -%%DATADIR%%/themes/Default/images/stock-eye-20.png -%%DATADIR%%/themes/Default/images/stock-flip-horizontal-16.png -%%DATADIR%%/themes/Default/images/stock-flip-vertical-16.png -%%DATADIR%%/themes/Default/images/stock-floating-selection-16.png -%%DATADIR%%/themes/Default/images/stock-floating-selection-24.png -%%DATADIR%%/themes/Default/images/stock-floating-selection-32.png -%%DATADIR%%/themes/Default/images/stock-floating-selection-48.png -%%DATADIR%%/themes/Default/images/stock-frame-64.png -%%DATADIR%%/themes/Default/images/stock-gradient-bilinear-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-conical-asymmetric-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-conical-symmetric-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-linear-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-radial-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-angular-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-dimpled-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-spherical-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-spiral-anticlockwise-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-spiral-clockwise-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-square-16.png -%%DATADIR%%/themes/Default/images/stock-gravity-east-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-north-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-north-east-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-north-west-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-south-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-south-east-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-south-west-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-west-24.png -%%DATADIR%%/themes/Default/images/stock-grid-16.png -%%DATADIR%%/themes/Default/images/stock-hchain-24.png -%%DATADIR%%/themes/Default/images/stock-hchain-broken-24.png -%%DATADIR%%/themes/Default/images/stock-histogram-16.png -%%DATADIR%%/themes/Default/images/stock-histogram-22.png -%%DATADIR%%/themes/Default/images/stock-histogram-linear-16.png -%%DATADIR%%/themes/Default/images/stock-histogram-logarithmic-16.png -%%DATADIR%%/themes/Default/images/stock-image-16.png -%%DATADIR%%/themes/Default/images/stock-image-24.png -%%DATADIR%%/themes/Default/images/stock-image-32.png -%%DATADIR%%/themes/Default/images/stock-image-48.png -%%DATADIR%%/themes/Default/images/stock-images-16.png -%%DATADIR%%/themes/Default/images/stock-images-24.png -%%DATADIR%%/themes/Default/images/stock-indexed-palette-16.png -%%DATADIR%%/themes/Default/images/stock-indexed-palette-24.png -%%DATADIR%%/themes/Default/images/stock-info-16.png -%%DATADIR%%/themes/Default/images/stock-info-24.png -%%DATADIR%%/themes/Default/images/stock-info-64.png -%%DATADIR%%/themes/Default/images/stock-invert-16.png -%%DATADIR%%/themes/Default/images/stock-join-bevel-16.png -%%DATADIR%%/themes/Default/images/stock-join-miter-16.png -%%DATADIR%%/themes/Default/images/stock-join-round-16.png -%%DATADIR%%/themes/Default/images/stock-landscape-16.png -%%DATADIR%%/themes/Default/images/stock-layer-16.png -%%DATADIR%%/themes/Default/images/stock-layer-24.png -%%DATADIR%%/themes/Default/images/stock-layer-32.png -%%DATADIR%%/themes/Default/images/stock-layer-48.png -%%DATADIR%%/themes/Default/images/stock-layer-mask-16.png -%%DATADIR%%/themes/Default/images/stock-layer-mask-24.png -%%DATADIR%%/themes/Default/images/stock-layer-mask-32.png -%%DATADIR%%/themes/Default/images/stock-layer-mask-48.png -%%DATADIR%%/themes/Default/images/stock-layer-to-imagesize-16.png -%%DATADIR%%/themes/Default/images/stock-layers-16.png -%%DATADIR%%/themes/Default/images/stock-layers-24.png -%%DATADIR%%/themes/Default/images/stock-letter-spacing-22.png -%%DATADIR%%/themes/Default/images/stock-line-spacing-22.png -%%DATADIR%%/themes/Default/images/stock-linked-12.png -%%DATADIR%%/themes/Default/images/stock-linked-20.png -%%DATADIR%%/themes/Default/images/stock-list-16.png -%%DATADIR%%/themes/Default/images/stock-menu-left-12.png -%%DATADIR%%/themes/Default/images/stock-menu-right-12.png -%%DATADIR%%/themes/Default/images/stock-merge-down-16.png -%%DATADIR%%/themes/Default/images/stock-move-to-screen-16.png -%%DATADIR%%/themes/Default/images/stock-move-to-screen-24.png -%%DATADIR%%/themes/Default/images/stock-navigation-16.png -%%DATADIR%%/themes/Default/images/stock-paste-as-new-16.png -%%DATADIR%%/themes/Default/images/stock-paste-into-16.png -%%DATADIR%%/themes/Default/images/stock-path-16.png -%%DATADIR%%/themes/Default/images/stock-path-22.png -%%DATADIR%%/themes/Default/images/stock-path-stroke-16.png -%%DATADIR%%/themes/Default/images/stock-paths-16.png -%%DATADIR%%/themes/Default/images/stock-paths-22.png -%%DATADIR%%/themes/Default/images/stock-plugin-16.png -%%DATADIR%%/themes/Default/images/stock-portrait-16.png -%%DATADIR%%/themes/Default/images/stock-print-resolution-16.png -%%DATADIR%%/themes/Default/images/stock-print-resolution-24.png -%%DATADIR%%/themes/Default/images/stock-qmask-off-16.png -%%DATADIR%%/themes/Default/images/stock-qmask-on-16.png -%%DATADIR%%/themes/Default/images/stock-question-64.png -%%DATADIR%%/themes/Default/images/stock-reset-16.png -%%DATADIR%%/themes/Default/images/stock-reshow-filter-16.png -%%DATADIR%%/themes/Default/images/stock-resize-16.png -%%DATADIR%%/themes/Default/images/stock-rotate-180-16.png -%%DATADIR%%/themes/Default/images/stock-rotate-270-16.png -%%DATADIR%%/themes/Default/images/stock-rotate-90-16.png -%%DATADIR%%/themes/Default/images/stock-scale-16.png -%%DATADIR%%/themes/Default/images/stock-selection-16.png -%%DATADIR%%/themes/Default/images/stock-selection-add-16.png -%%DATADIR%%/themes/Default/images/stock-selection-all-16.png -%%DATADIR%%/themes/Default/images/stock-selection-border-16.png -%%DATADIR%%/themes/Default/images/stock-selection-grow-16.png -%%DATADIR%%/themes/Default/images/stock-selection-intersect-16.png -%%DATADIR%%/themes/Default/images/stock-selection-none-16.png -%%DATADIR%%/themes/Default/images/stock-selection-replace-16.png -%%DATADIR%%/themes/Default/images/stock-selection-shrink-16.png -%%DATADIR%%/themes/Default/images/stock-selection-stroke-16.png -%%DATADIR%%/themes/Default/images/stock-selection-subtract-16.png -%%DATADIR%%/themes/Default/images/stock-selection-to-channel-16.png -%%DATADIR%%/themes/Default/images/stock-selection-to-path-16.png -%%DATADIR%%/themes/Default/images/stock-shape-circle-16.png -%%DATADIR%%/themes/Default/images/stock-shape-diamond-16.png -%%DATADIR%%/themes/Default/images/stock-shape-square-16.png -%%DATADIR%%/themes/Default/images/stock-swap-colors-12.png -%%DATADIR%%/themes/Default/images/stock-template-16.png -%%DATADIR%%/themes/Default/images/stock-template-24.png -%%DATADIR%%/themes/Default/images/stock-text-dir-ltr-24.png -%%DATADIR%%/themes/Default/images/stock-text-dir-rtl-24.png -%%DATADIR%%/themes/Default/images/stock-text-layer-16.png -%%DATADIR%%/themes/Default/images/stock-text-layer-24.png -%%DATADIR%%/themes/Default/images/stock-text-layer-32.png -%%DATADIR%%/themes/Default/images/stock-text-layer-48.png -%%DATADIR%%/themes/Default/images/stock-texture-64.png -%%DATADIR%%/themes/Default/images/stock-toilet-paper-16.png -%%DATADIR%%/themes/Default/images/stock-toilet-paper-24.png -%%DATADIR%%/themes/Default/images/stock-tool-airbrush-16.png -%%DATADIR%%/themes/Default/images/stock-tool-airbrush-22.png -%%DATADIR%%/themes/Default/images/stock-tool-blend-16.png -%%DATADIR%%/themes/Default/images/stock-tool-blend-22.png -%%DATADIR%%/themes/Default/images/stock-tool-blur-16.png -%%DATADIR%%/themes/Default/images/stock-tool-blur-22.png -%%DATADIR%%/themes/Default/images/stock-tool-brightness-contrast-16.png -%%DATADIR%%/themes/Default/images/stock-tool-brightness-contrast-22.png -%%DATADIR%%/themes/Default/images/stock-tool-bucket-fill-16.png -%%DATADIR%%/themes/Default/images/stock-tool-bucket-fill-22.png -%%DATADIR%%/themes/Default/images/stock-tool-by-color-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-by-color-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-clone-16.png -%%DATADIR%%/themes/Default/images/stock-tool-clone-22.png -%%DATADIR%%/themes/Default/images/stock-tool-color-balance-16.png -%%DATADIR%%/themes/Default/images/stock-tool-color-balance-22.png -%%DATADIR%%/themes/Default/images/stock-tool-color-picker-16.png -%%DATADIR%%/themes/Default/images/stock-tool-color-picker-22.png -%%DATADIR%%/themes/Default/images/stock-tool-colorize-16.png -%%DATADIR%%/themes/Default/images/stock-tool-colorize-22.png -%%DATADIR%%/themes/Default/images/stock-tool-crop-16.png -%%DATADIR%%/themes/Default/images/stock-tool-crop-22.png -%%DATADIR%%/themes/Default/images/stock-tool-curves-16.png -%%DATADIR%%/themes/Default/images/stock-tool-curves-22.png -%%DATADIR%%/themes/Default/images/stock-tool-dodge-16.png -%%DATADIR%%/themes/Default/images/stock-tool-dodge-22.png -%%DATADIR%%/themes/Default/images/stock-tool-ellipse-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-ellipse-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-eraser-16.png -%%DATADIR%%/themes/Default/images/stock-tool-eraser-22.png -%%DATADIR%%/themes/Default/images/stock-tool-flip-16.png -%%DATADIR%%/themes/Default/images/stock-tool-flip-22.png -%%DATADIR%%/themes/Default/images/stock-tool-free-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-free-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-fuzzy-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-fuzzy-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-hue-saturation-16.png -%%DATADIR%%/themes/Default/images/stock-tool-hue-saturation-22.png -%%DATADIR%%/themes/Default/images/stock-tool-ink-16.png -%%DATADIR%%/themes/Default/images/stock-tool-ink-22.png -%%DATADIR%%/themes/Default/images/stock-tool-iscissors-16.png -%%DATADIR%%/themes/Default/images/stock-tool-iscissors-22.png -%%DATADIR%%/themes/Default/images/stock-tool-levels-16.png -%%DATADIR%%/themes/Default/images/stock-tool-levels-22.png -%%DATADIR%%/themes/Default/images/stock-tool-measure-16.png -%%DATADIR%%/themes/Default/images/stock-tool-measure-22.png -%%DATADIR%%/themes/Default/images/stock-tool-move-16.png -%%DATADIR%%/themes/Default/images/stock-tool-move-22.png -%%DATADIR%%/themes/Default/images/stock-tool-options-16.png -%%DATADIR%%/themes/Default/images/stock-tool-options-24.png -%%DATADIR%%/themes/Default/images/stock-tool-paintbrush-16.png -%%DATADIR%%/themes/Default/images/stock-tool-paintbrush-22.png -%%DATADIR%%/themes/Default/images/stock-tool-path-16.png -%%DATADIR%%/themes/Default/images/stock-tool-path-22.png -%%DATADIR%%/themes/Default/images/stock-tool-pencil-16.png -%%DATADIR%%/themes/Default/images/stock-tool-pencil-22.png -%%DATADIR%%/themes/Default/images/stock-tool-perspective-16.png -%%DATADIR%%/themes/Default/images/stock-tool-perspective-22.png -%%DATADIR%%/themes/Default/images/stock-tool-posterize-16.png -%%DATADIR%%/themes/Default/images/stock-tool-posterize-22.png -%%DATADIR%%/themes/Default/images/stock-tool-rect-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-rect-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-rotate-16.png -%%DATADIR%%/themes/Default/images/stock-tool-rotate-22.png -%%DATADIR%%/themes/Default/images/stock-tool-scale-16.png -%%DATADIR%%/themes/Default/images/stock-tool-scale-22.png -%%DATADIR%%/themes/Default/images/stock-tool-shear-16.png -%%DATADIR%%/themes/Default/images/stock-tool-shear-22.png -%%DATADIR%%/themes/Default/images/stock-tool-smudge-16.png -%%DATADIR%%/themes/Default/images/stock-tool-smudge-22.png -%%DATADIR%%/themes/Default/images/stock-tool-text-16.png -%%DATADIR%%/themes/Default/images/stock-tool-text-22.png -%%DATADIR%%/themes/Default/images/stock-tool-threshold-16.png -%%DATADIR%%/themes/Default/images/stock-tool-threshold-22.png -%%DATADIR%%/themes/Default/images/stock-tool-zoom-16.png -%%DATADIR%%/themes/Default/images/stock-tool-zoom-22.png -%%DATADIR%%/themes/Default/images/stock-tools-16.png -%%DATADIR%%/themes/Default/images/stock-tools-24.png -%%DATADIR%%/themes/Default/images/stock-transparency-16.png -%%DATADIR%%/themes/Default/images/stock-transparency-24.png -%%DATADIR%%/themes/Default/images/stock-undo-history-16.png -%%DATADIR%%/themes/Default/images/stock-undo-history-24.png -%%DATADIR%%/themes/Default/images/stock-vchain-24.png -%%DATADIR%%/themes/Default/images/stock-vchain-broken-24.png -%%DATADIR%%/themes/Default/images/stock-video-16.png -%%DATADIR%%/themes/Default/images/stock-video-24.png -%%DATADIR%%/themes/Default/images/stock-warning-16.png -%%DATADIR%%/themes/Default/images/stock-warning-24.png -%%DATADIR%%/themes/Default/images/stock-warning-64.png -%%DATADIR%%/themes/Default/images/stock-web-16.png -%%DATADIR%%/themes/Default/images/stock-web-24.png -%%DATADIR%%/themes/Default/images/stock-wilber-16.png -%%DATADIR%%/themes/Default/images/stock-wilber-64.png -%%DATADIR%%/themes/Default/images/stock-wilber-eek-64.png -%%DATADIR%%/themes/Default/images/stock-zoom-follow-window-12.png -%%DATADIR%%/themes/Small/gtkrc -%%DATADIR%%/tips/gimp-tips.xml -share/locale/bg/LC_MESSAGES/gimp20-libgimp.mo -share/locale/bg/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/bg/LC_MESSAGES/gimp20-script-fu.mo -share/locale/bg/LC_MESSAGES/gimp20.mo -share/locale/ca/LC_MESSAGES/gimp20-libgimp.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.mo -share/locale/cs/LC_MESSAGES/gimp20-libgimp.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.mo -share/locale/da/LC_MESSAGES/gimp20-libgimp.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.mo -share/locale/de/LC_MESSAGES/gimp20-libgimp.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.mo -share/locale/el/LC_MESSAGES/gimp20-libgimp.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-script-fu.mo -share/locale/en_CA/LC_MESSAGES/gimp20-std-plug-ins.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-script-fu.mo -share/locale/en_GB/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/en_GB/LC_MESSAGES/gimp20.mo -share/locale/es/LC_MESSAGES/gimp20-libgimp.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.mo -share/locale/eu/LC_MESSAGES/gimp20-libgimp.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.mo -share/locale/fi/LC_MESSAGES/gimp20-libgimp.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.mo -share/locale/fr/LC_MESSAGES/gimp20-libgimp.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.mo -share/locale/ga/LC_MESSAGES/gimp20-libgimp.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-script-fu.mo -share/locale/gl/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/gl/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.mo -share/locale/hr/LC_MESSAGES/gimp20-libgimp.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.mo -share/locale/hu/LC_MESSAGES/gimp20-libgimp.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.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/it/LC_MESSAGES/gimp20-libgimp.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.mo -share/locale/ja/LC_MESSAGES/gimp20-libgimp.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.mo -share/locale/ko/LC_MESSAGES/gimp20-libgimp.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.mo -share/locale/lt/LC_MESSAGES/gimp20-libgimp.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.mo -share/locale/mk/LC_MESSAGES/gimp20-libgimp.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.mo -share/locale/ms/LC_MESSAGES/gimp20-libgimp.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.mo -share/locale/nb/LC_MESSAGES/gimp20-libgimp.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.mo -share/locale/nl/LC_MESSAGES/gimp20-libgimp.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.mo -share/locale/no/LC_MESSAGES/gimp20-libgimp.mo -share/locale/no/LC_MESSAGES/gimp20-script-fu.mo -share/locale/no/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/no/LC_MESSAGES/gimp20.mo -share/locale/pa/LC_MESSAGES/gimp20-libgimp.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.mo -share/locale/pl/LC_MESSAGES/gimp20-libgimp.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.mo -share/locale/pt/LC_MESSAGES/gimp20-libgimp.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.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-libgimp.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.mo -share/locale/ro/LC_MESSAGES/gimp20-libgimp.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.mo -share/locale/ru/LC_MESSAGES/gimp20-libgimp.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.mo -share/locale/sk/LC_MESSAGES/gimp20-libgimp.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.mo -share/locale/sr/LC_MESSAGES/gimp20-libgimp.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.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20.mo -share/locale/sv/LC_MESSAGES/gimp20-libgimp.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.mo -share/locale/tr/LC_MESSAGES/gimp20-libgimp.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/uk/LC_MESSAGES/gimp20-libgimp.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.mo -share/locale/vi/LC_MESSAGES/gimp20-libgimp.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.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-script-fu.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/zh_CN/LC_MESSAGES/gimp20.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-libgimp.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.mo -@dirrm %%DATADIR%%/tips -@dirrm %%DATADIR%%/themes/Small -@dirrm %%DATADIR%%/themes/Default/images/preferences -@dirrm %%DATADIR%%/themes/Default/images -@dirrm %%DATADIR%%/themes/Default -@dirrm %%DATADIR%%/themes -@dirrm %%DATADIR%%/scripts/images -@dirrm %%DATADIR%%/scripts -@dirrm %%DATADIR%%/patterns -@dirrm %%DATADIR%%/palettes -@dirrm %%DATADIR%%/misc -@dirrm %%DATADIR%%/menus -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%%/gradients -@dirrm %%DATADIR%%/gimpressionist/Presets -@dirrm %%DATADIR%%/gimpressionist/Paper -@dirrm %%DATADIR%%/gimpressionist/Brushes -@dirrm %%DATADIR%%/gimpressionist -@dirrm %%DATADIR%%/gflare -@dirrm %%DATADIR%%/gfig -@dirrm %%DATADIR%%/fractalexplorer -@dirrm %%DATADIR%%/fonts -@dirrm %%DATADIR%%/brushes -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%%/libgimpwidgets -@dirrm %%DOCSDIR%%/libgimpthumb -@dirrm %%DOCSDIR%%/libgimpmodule -@dirrm %%DOCSDIR%%/libgimpmath -@dirrm %%DOCSDIR%%/libgimpcolor -@dirrm %%DOCSDIR%%/libgimpbase -@dirrm %%DOCSDIR%%/libgimp -@dirrm %%DOCSDIR%% -@dirrm libexec/gimp/2.2/plug-ins -%%PYTHON:%%@dirrm libexec/gimp/2.2/python -@dirrm libexec/gimp/2.2/modules -@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/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 -%%GNOMEPANEL:%%@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/no/LC_MESSAGES -@dirrmtry share/locale/no -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca diff --git a/graphics/gnash-devel/Makefile b/graphics/gnash-devel/Makefile deleted file mode 100644 index 155bf87755ba..000000000000 --- a/graphics/gnash-devel/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -# New ports collection makefile for: gnash -# Date created: 12 Jan 2006 -# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru> -# -# $FreeBSD$ -# - -PORTNAME= gnash -PORTVERSION= 0.7.1 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION} - -MAINTAINER= amdmi3@amdmi3.ru -COMMENT= GNU Flash movie player - -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - ogg.5:${PORTSDIR}/audio/libogg - -USE_BZIP2= yes -USE_GL= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomehier glib20 pkgconfig libxml2 -USE_SDL= sdl mixer -USE_X_PREFIX= yes -USE_GCC= 3.4+ - -PLUGIN_DIR= ${PREFIX}/lib/browser_plugins - -CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -Wl,--rpath,${PREFIX}/lib/gnash" \ - CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" - -CONFIGURE_ARGS= --libdir="${PREFIX}/lib/gnash" \ - --with-plugindir=${PLUGIN_DIR} - -OPTIONS= PLUGIN "Enable firefox plugin" on - -.include <bsd.port.pre.mk> - -.if !defined(WITH_PLUGIN) -CONFIGURE_ARGS+= --disable-plugin -PLIST_SUB+= PLUGIN="@comment " -.else -USE_GNOME+= atk pango gtk20 -LIB_DEPENDS+= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext -PLIST_SUB+= PLUGIN="" -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|gnash-dbg.log|.gnash-dbg.log|' ${WRKSRC}/libbase/log.h - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g;s|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure -.if !defined(WITH_PLUGIN) - @${REINPLACE_CMD} -e '/STD_DIRS/ s|plugin||' ${WRKSRC}/Makefile.in -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/gnash-devel/distinfo b/graphics/gnash-devel/distinfo deleted file mode 100644 index bd20ce887e05..000000000000 --- a/graphics/gnash-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnash-0.7.1.tar.bz2) = d860981aeaac0fc941a28abc3c24223c -SHA256 (gnash-0.7.1.tar.bz2) = 48fcb533e3989757c23af2b9130c8b490a4d40375be4813ce425efea82ae0f62 -SIZE (gnash-0.7.1.tar.bz2) = 1089794 diff --git a/graphics/gnash-devel/pkg-descr b/graphics/gnash-devel/pkg-descr deleted file mode 100644 index a381f09fd134..000000000000 --- a/graphics/gnash-devel/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -Gnash is a GNU Flash movie player. Till now it has been possible -to play flash movies with proprietary software. While there are a -few free flash players, none supports anything higher than SWF v4 -at best. Gnash is based on GameSWF, and supports many SWF v7 features. - -Features: -- Runs standalone - Gnash can run standalone to play flash movies. -- Firefox plugin - Gnash can also run as a plugin from within Firefox. -- SWF v7 compliant - Gnash can play many current flash movies. -- XML Message server - Gnash also supports an XML based message system as is documented - in the Flash Format specification. -- High Quality Output - Gnash uses OpenGL for rendering the graphics. -- Free Software - Gnash is 100% free software. For more information on the GPL, go - to the Free Software Foundation web site. - -WWW: http://www.gnu.org/software/gnash/ diff --git a/graphics/gnash-devel/pkg-plist b/graphics/gnash-devel/pkg-plist deleted file mode 100644 index 97fb936a66b2..000000000000 --- a/graphics/gnash-devel/pkg-plist +++ /dev/null @@ -1,26 +0,0 @@ -bin/gnash -bin/gparser -bin/gprocessor -%%PLUGIN%%lib/browser_plugins/libgnashplugin.so -lib/gnash/libgnashasobjs.a -lib/gnash/libgnashasobjs.la -lib/gnash/libgnashasobjs.so -lib/gnash/libgnashasobjs.so.0 -lib/gnash/libgnashbackend.a -lib/gnash/libgnashbackend.la -lib/gnash/libgnashbackend.so -lib/gnash/libgnashbackend.so.0 -lib/gnash/libgnashbase.a -lib/gnash/libgnashbase.la -lib/gnash/libgnashbase.so -lib/gnash/libgnashbase.so.0 -lib/gnash/libgnashgeo.a -lib/gnash/libgnashgeo.la -lib/gnash/libgnashgeo.so -lib/gnash/libgnashgeo.so.0 -lib/gnash/libgnashserver.a -lib/gnash/libgnashserver.la -lib/gnash/libgnashserver.so -lib/gnash/libgnashserver.so.0 -@dirrm lib/gnash -%%PLUGIN%%@dirrmtry lib/browser_plugins diff --git a/graphics/gwenview-kde4/Makefile b/graphics/gwenview-kde4/Makefile deleted file mode 100644 index 32511262e4b7..000000000000 --- a/graphics/gwenview-kde4/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: gwenview -# Date created: 22 Jun 2002 -# Whom: Stefan Jahn <stefan.jahn@nemesis-sektor.de> -# -# $FreeBSD$ -# - -PORTNAME= gwenview -PORTVERSION= 1.4.1 -CATEGORIES= graphics kde -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= markus@FreeBSD.org -COMMENT= An image viewer and browser for the KDE environment - -LIB_DEPENDS= kipi.1:${PORTSDIR}/graphics/libkipi \ - exiv2.0:${PORTSDIR}/graphics/exiv2 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_KDELIBS_VER=3 -USE_AUTOTOOLS= libtool:15 - -CONFIGURE_ARGS+=--enable-kipi \ - --mandir=${MANPREFIX}/man - -MAN1= gwenview.1 - -post-patch: - @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/gwenview-kde4/distinfo b/graphics/gwenview-kde4/distinfo deleted file mode 100644 index 2674b8b50d07..000000000000 --- a/graphics/gwenview-kde4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gwenview-1.4.1.tar.bz2) = df5df7ace3e7bec73f96bf1646ab27b0 -SHA256 (gwenview-1.4.1.tar.bz2) = 71b6488a720eed1e20181a4b1bc801b7af2e864fd0835a9ec18369c8c1daa9a7 -SIZE (gwenview-1.4.1.tar.bz2) = 989237 diff --git a/graphics/gwenview-kde4/files/patch-src-gvcore-fileopobject.cpp b/graphics/gwenview-kde4/files/patch-src-gvcore-fileopobject.cpp deleted file mode 100644 index 377c65947f51..000000000000 --- a/graphics/gwenview-kde4/files/patch-src-gvcore-fileopobject.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gvcore/fileopobject.cpp.orig Mon Sep 18 03:19:50 2006 -+++ src/gvcore/fileopobject.cpp Mon Sep 18 03:20:10 2006 -@@ -229,7 +229,7 @@ - if (!dlg.exec()) return; - shouldDelete = dlg.shouldDelete(); - } else { -- shouldDelete = not FileOperationConfig::deleteToTrash(); -+ shouldDelete = !FileOperationConfig::deleteToTrash(); - } - - diff --git a/graphics/gwenview-kde4/pkg-descr b/graphics/gwenview-kde4/pkg-descr deleted file mode 100644 index 824634580601..000000000000 --- a/graphics/gwenview-kde4/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Gwenview is a simple image viewer which offers -a folder tree window and a file list window for -navigating easily through your image file -heirarchy. It supports all image formats your -KDE installation supports. - -WWW: http://gwenview.sourceforge.net diff --git a/graphics/gwenview-kde4/pkg-plist b/graphics/gwenview-kde4/pkg-plist deleted file mode 100644 index a7f6feaf4b09..000000000000 --- a/graphics/gwenview-kde4/pkg-plist +++ /dev/null @@ -1,126 +0,0 @@ -bin/gwenview -lib/kde3/gwenview.a -lib/kde3/gwenview.la -lib/kde3/gwenview.so -lib/kde3/libgvdirpart.a -lib/kde3/libgvdirpart.la -lib/kde3/libgvdirpart.so -lib/kde3/libgvimagepart.a -lib/kde3/libgvimagepart.la -lib/kde3/libgvimagepart.so -lib/libgwenviewcore.a -lib/libgwenviewcore.la -lib/libgwenviewcore.so -lib/libgwenviewcore.so.1 -lib/libkdeinit_gwenview.a -lib/libkdeinit_gwenview.la -lib/libkdeinit_gwenview.so -share/applications/kde/gwenview.desktop -share/apps/gvdirpart/gvdirpart.rc -share/apps/gvimagepart/gvimagepart.rc -share/apps/gvimagepart/gvimagepartpopup.rc -share/apps/gwenview/cursors/zoom.png -share/apps/gwenview/gwenviewui.rc -share/apps/gwenview/icons/hicolor/16x16/actions/dnd1.png -share/apps/gwenview/icons/hicolor/16x16/actions/dnd2.png -share/apps/gwenview/icons/hicolor/16x16/actions/dnd3.png -share/apps/gwenview/icons/hicolor/16x16/actions/dnd4.png -share/apps/gwenview/icons/hicolor/16x16/actions/dnd5.png -share/apps/gwenview/icons/hicolor/16x16/actions/dnd6.png -share/apps/gwenview/icons/hicolor/16x16/actions/dnd7.png -share/apps/gwenview/icons/hicolor/16x16/actions/dnd8.png -share/apps/gwenview/icons/hicolor/16x16/actions/flip.png -share/apps/gwenview/icons/hicolor/16x16/actions/mirror.png -share/apps/gwenview/icons/hicolor/16x16/actions/rotate_left.png -share/apps/gwenview/icons/hicolor/16x16/actions/rotate_right.png -share/apps/gwenview/icons/hicolor/16x16/actions/slideshow_pause.png -share/apps/gwenview/icons/hicolor/16x16/actions/slideshow_play.png -share/apps/gwenview/icons/hicolor/22x22/actions/flip.png -share/apps/gwenview/icons/hicolor/22x22/actions/mirror.png -share/apps/gwenview/icons/hicolor/22x22/actions/rotate_left.png -share/apps/gwenview/icons/hicolor/22x22/actions/rotate_right.png -share/apps/gwenview/icons/hicolor/22x22/actions/slideshow_pause.png -share/apps/gwenview/icons/hicolor/22x22/actions/slideshow_play.png -share/apps/gwenview/icons/hicolor/32x32/actions/flip.png -share/apps/gwenview/icons/hicolor/32x32/actions/mirror.png -share/apps/gwenview/icons/hicolor/32x32/actions/rotate_left.png -share/apps/gwenview/icons/hicolor/32x32/actions/rotate_right.png -share/apps/gwenview/icons/hicolor/32x32/actions/slideshow_pause.png -share/apps/gwenview/icons/hicolor/32x32/actions/slideshow_play.png -share/apps/gwenview/icons/hicolor/48x48/actions/flip.png -share/apps/gwenview/icons/hicolor/48x48/actions/mirror.png -share/apps/gwenview/icons/hicolor/48x48/actions/rotate_left.png -share/apps/gwenview/icons/hicolor/48x48/actions/rotate_right.png -share/apps/gwenview/icons/hicolor/48x48/actions/slideshow_pause.png -share/apps/gwenview/icons/hicolor/48x48/actions/slideshow_play.png -share/apps/gwenview/icons/hicolor/scalable/actions/slideshow_pause.svgz -share/apps/gwenview/icons/hicolor/scalable/actions/slideshow_play.svgz -share/apps/gwenview/thumbnail/wait.png -share/apps/gwenview/tools/gimp.desktop -share/apps/gwenview/tools/kolourpaint.desktop -share/apps/gwenview/tools/konqueror.desktop -share/apps/gwenview/tools/tiledwallpaper.desktop -share/apps/gwenview/tools/wallpaper.desktop -share/apps/kconf_update/gwenview_1.4_osdformat.sh -share/apps/kconf_update/gwenview_1.4_osdformat.upd -share/apps/kconf_update/gwenview_thumbnail_size.sh -share/apps/kconf_update/gwenview_thumbnail_size.upd -share/apps/konqueror/servicemenus/konqgwenview.desktop -share/config.kcfg/fileoperationconfig.kcfg -share/config.kcfg/fileviewconfig.kcfg -share/config.kcfg/fullscreenconfig.kcfg -share/config.kcfg/gvdirpartconfig.kcfg -share/config.kcfg/imageviewconfig.kcfg -share/config.kcfg/miscconfig.kcfg -share/config.kcfg/slideshowconfig.kcfg -share/doc/HTML/en/gwenview/browse_mode.png -share/doc/HTML/en/gwenview/common -share/doc/HTML/en/gwenview/dock_grip.png -share/doc/HTML/en/gwenview/docked_windows.docbook -share/doc/HTML/en/gwenview/external_tools.docbook -share/doc/HTML/en/gwenview/external_tools_dialog.png -share/doc/HTML/en/gwenview/index.cache.bz2 -share/doc/HTML/en/gwenview/index.docbook -share/doc/HTML/en/gwenview/interface.docbook -share/doc/HTML/en/gwenview/introduction.docbook -share/doc/HTML/en/gwenview/keybindings.docbook -share/doc/HTML/en/gwenview/mouse.docbook -share/doc/HTML/en/gwenview/view_mode.png -share/icons/crystalsvg/16x16/apps/gvdirpart.png -share/icons/crystalsvg/22x22/apps/gvdirpart.png -share/icons/crystalsvg/32x32/apps/gvdirpart.png -share/icons/crystalsvg/scalable/apps/gvdirpart.svg -share/icons/hicolor/128x128/apps/gwenview.png -share/icons/hicolor/16x16/apps/gvdirpart.png -share/icons/hicolor/16x16/apps/gwenview.png -share/icons/hicolor/22x22/apps/gvdirpart.png -share/icons/hicolor/22x22/apps/gwenview.png -share/icons/hicolor/32x32/apps/gvdirpart.png -share/icons/hicolor/32x32/apps/gwenview.png -share/icons/hicolor/48x48/apps/gwenview.png -share/icons/hicolor/64x64/apps/gwenview.png -share/icons/hicolor/scalable/apps/gvdirpart.svg -share/icons/hicolor/scalable/apps/gwenview.svgz -share/services/gvdirpart.desktop -share/services/gvimagepart.desktop -@dirrm share/doc/HTML/en/gwenview -@dirrmtry share/apps/kconf_update -@dirrm share/apps/gwenview/tools -@dirrm share/apps/gwenview/thumbnail -@dirrm share/apps/gwenview/icons/hicolor/scalable/actions -@dirrm share/apps/gwenview/icons/hicolor/scalable -@dirrm share/apps/gwenview/icons/hicolor/48x48/actions -@dirrm share/apps/gwenview/icons/hicolor/48x48 -@dirrm share/apps/gwenview/icons/hicolor/32x32/actions -@dirrm share/apps/gwenview/icons/hicolor/32x32 -@dirrm share/apps/gwenview/icons/hicolor/22x22/actions -@dirrm share/apps/gwenview/icons/hicolor/22x22 -@dirrm share/apps/gwenview/icons/hicolor/16x16/actions -@dirrm share/apps/gwenview/icons/hicolor/16x16 -@dirrm share/apps/gwenview/icons/hicolor -@dirrm share/apps/gwenview/icons -@dirrm share/apps/gwenview/cursors -@dirrm share/apps/gwenview -@dirrm share/apps/gvimagepart -@dirrm share/apps/gvdirpart -@dirrmtry share/applications/kde diff --git a/graphics/kamera-kde4/Makefile b/graphics/kamera-kde4/Makefile deleted file mode 100644 index 355cd8ab2e24..000000000000 --- a/graphics/kamera-kde4/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: kamera -# Date created: July 09 2004 -# Whom: Michael Nottebrock <lofi@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= kamera -PORTVERSION= ${KDE_VERSION} -CATEGORIES= graphics kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src -PKGNAMEPREFIX= kdegraphics- -DISTNAME= kdegraphics-${PORTVERSION} -DIST_SUBDIR= KDE - -MAINTAINER= kde@FreeBSD.org -COMMENT= Digital camera support for KDE - -LIB_DEPENDS+= gphoto2:${PORTSDIR}/graphics/libgphoto2 - -CONFLICTS= kdegraphics-3.1.* kdegraphics-3.2.[0-3] - -USE_KDELIBS_VER=3 -PREFIX= ${KDE_PREFIX} - -USE_BZIP2= yes -USE_AUTOTOOLS= libtool:15 -USE_GMAKE= yes -WRKSRC= ${WRKDIR}/kdegraphics-${PORTVERSION} - -pre-configure: - ${ECHO_CMD} ${PORTNAME} doc > ${WRKSRC}/inst-apps - ${REINPLACE_CMD} \ - 's|^SUBDIRS =.*${PORTNAME}.*$$|SUBDIRS =\. ${PORTNAME}|g' \ - ${WRKSRC}/doc/Makefile.in - -.include "${.CURDIR}/../../x11/kde3/Makefile.kde" -.include <bsd.port.mk> diff --git a/graphics/kamera-kde4/distinfo b/graphics/kamera-kde4/distinfo deleted file mode 100644 index 3ec4b021f4d2..000000000000 --- a/graphics/kamera-kde4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (KDE/kdegraphics-3.5.5.tar.bz2) = cdbe15afc01c5da7af9557e803bbb7e6 -SHA256 (KDE/kdegraphics-3.5.5.tar.bz2) = b6706d37568686e1ca4b4bb2cf1f79c027b94a512f6fe1156b7c7b7f79336f16 -SIZE (KDE/kdegraphics-3.5.5.tar.bz2) = 7334117 diff --git a/graphics/kamera-kde4/pkg-descr b/graphics/kamera-kde4/pkg-descr deleted file mode 100644 index b37891651f55..000000000000 --- a/graphics/kamera-kde4/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Kamera is an IO slave and a KControl panel module which allows you to access -folders and images within any digital camera supported by the upcoming gPhoto2 -libraries. diff --git a/graphics/kamera-kde4/pkg-plist b/graphics/kamera-kde4/pkg-plist deleted file mode 100644 index 51321f767bbd..000000000000 --- a/graphics/kamera-kde4/pkg-plist +++ /dev/null @@ -1,19 +0,0 @@ -lib/kde3/kcm_kamera.a -lib/kde3/kcm_kamera.la -lib/kde3/kcm_kamera.so -lib/kde3/kio_kamera.a -lib/kde3/kio_kamera.la -lib/kde3/kio_kamera.so -share/applications/kde/kamera.desktop -share/doc/HTML/en/kamera/common -share/doc/HTML/en/kamera/index.cache.bz2 -share/doc/HTML/en/kamera/index.docbook -share/icons/crystalsvg/16x16/actions/camera_test.png -share/icons/crystalsvg/16x16/apps/camera.png -share/icons/crystalsvg/16x16/devices/camera.png -share/icons/crystalsvg/22x22/devices/camera.png -share/icons/crystalsvg/22x22/filesystems/camera.png -share/icons/crystalsvg/32x32/devices/camera.png -share/icons/crystalsvg/32x32/filesystems/camera.png -share/services/camera.protocol -@dirrm share/doc/HTML/en/kamera diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile deleted file mode 100644 index e316a72b0b35..000000000000 --- a/graphics/kdegraphics4/Makefile +++ /dev/null @@ -1,77 +0,0 @@ -# -*-mode: makefile-*- -# New ports collection makefile for: KDE3 Graphics -# Date created: Saturday 2 September 2000 -# Whom: Will Andrews <will@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= kdegraphics -PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 -CATEGORIES= graphics kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src -DIST_SUBDIR= KDE - -MAINTAINER= kde@FreeBSD.org -COMMENT= Graphics utilities for the KDE3 integrated X11 desktop - -BUILD_DEPENDS= kpsewhich:${PORTSDIR}/print/teTeX-base -LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl \ - fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ - freetype:${PORTSDIR}/print/freetype2 \ - fribidi:${PORTSDIR}/converters/fribidi \ - glut:${PORTSDIR}/graphics/libglut \ - lcms:${PORTSDIR}/graphics/lcms \ - paper:${PORTSDIR}/print/libpaper \ - poppler-qt:${PORTSDIR}/graphics/poppler-qt - -CONFLICTS= kolourpaint-[0-9]* - -USE_KDELIBS_VER=3 -PREFIX= ${KDE_PREFIX} - -USE_BZIP2= yes -USE_AUTOTOOLS= libtool:15 -USE_GMAKE= yes -WANT_GNOME= yes -USE_GHOSTSCRIPT=yes - -USE_LDCONFIG= yes -LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 -DO_NOT_COMPILE+=kooka kuickshow libkscan - -OPTIONS= IMLIB "Build Kuickshow, a fast and versatile image viewer" off \ - GPHOTO2 "Enable support for digital cameras" off \ - SANE "Build Kooka, a SANE scanner frontend for KDE" off - -.include "${.CURDIR}/../../x11/kde3/Makefile.kde" -.include <bsd.port.pre.mk> - -.if defined(WITH_IMLIB) -RUN_DEPENDS+= kuickshow:${PORTSDIR}/graphics/kuickshow -.elif defined(WITHOUT_IMLIB) -CONFIGURE_ARGS+=--without-imlib-config -.endif - -.if defined(WITH_GPHOTO2) -RUN_DEPENDS+= ${LOCALBASE}/lib/kde3/kcm_kamera.la:${PORTSDIR}/graphics/kamera -.elif defined(WITHOUT_GPHOTO2) -CONFIGURE_ARGS+=--without-kamera -.endif - -.if defined(WITH_SANE) -RUN_DEPENDS+= kooka:${PORTSDIR}/graphics/kooka -.endif - -.if defined(DO_NOT_COMPILE) -CONFIGURE_ENV+=DO_NOT_COMPILE="${DO_NOT_COMPILE}" -.endif # defined(DO_NOT_COMPILE) - -pre-configure: - ${REINPLACE_CMD} \ - -E -e '/^SUBDIRS/s/(kamera|kooka|kuickshow)//g' \ - ${WRKSRC}/doc/Makefile.in - -.include <bsd.port.post.mk> diff --git a/graphics/kdegraphics4/distinfo b/graphics/kdegraphics4/distinfo deleted file mode 100644 index 3ec4b021f4d2..000000000000 --- a/graphics/kdegraphics4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (KDE/kdegraphics-3.5.5.tar.bz2) = cdbe15afc01c5da7af9557e803bbb7e6 -SHA256 (KDE/kdegraphics-3.5.5.tar.bz2) = b6706d37568686e1ca4b4bb2cf1f79c027b94a512f6fe1156b7c7b7f79336f16 -SIZE (KDE/kdegraphics-3.5.5.tar.bz2) = 7334117 diff --git a/graphics/kdegraphics4/files/patch-post-3.5.5-kdegraphics-CVE-2007-0104.diff b/graphics/kdegraphics4/files/patch-post-3.5.5-kdegraphics-CVE-2007-0104.diff deleted file mode 100644 index 092cf67f360b..000000000000 --- a/graphics/kdegraphics4/files/patch-post-3.5.5-kdegraphics-CVE-2007-0104.diff +++ /dev/null @@ -1,61 +0,0 @@ ---- kpdf/xpdf/xpdf/Catalog.cc -+++ kpdf/xpdf/xpdf/Catalog.cc -@@ -26,6 +26,12 @@ - #include "UGString.h" - #include "Catalog.h" - -+// This define is used to limit the depth of recursive readPageTree calls -+// This is needed because the page tree nodes can reference their parents -+// leaving us in an infinite loop -+// Most sane pdf documents don't have a call depth higher than 10 -+#define MAX_CALL_DEPTH 1000 -+ - //------------------------------------------------------------------------ - // Catalog - //------------------------------------------------------------------------ -@@ -76,7 +82,7 @@ Catalog::Catalog(XRef *xrefA) { - pageRefs[i].num = -1; - pageRefs[i].gen = -1; - } -- numPages = readPageTree(pagesDict.getDict(), NULL, 0); -+ numPages = readPageTree(pagesDict.getDict(), NULL, 0, 0); - if (numPages != numPages0) { - error(-1, "Page count in top-level pages object is incorrect"); - } -@@ -191,7 +197,7 @@ GString *Catalog::readMetadata() { - return s; - } - --int Catalog::readPageTree(Dict *pagesDict, PageAttrs *attrs, int start) { -+int Catalog::readPageTree(Dict *pagesDict, PageAttrs *attrs, int start, int callDepth) { - Object kids; - Object kid; - Object kidRef; -@@ -236,9 +242,13 @@ int Catalog::readPageTree(Dict *pagesDic - // This should really be isDict("Pages"), but I've seen at least one - // PDF file where the /Type entry is missing. - } else if (kid.isDict()) { -- if ((start = readPageTree(kid.getDict(), attrs1, start)) -- < 0) -- goto err2; -+ if (callDepth > MAX_CALL_DEPTH) { -+ error(-1, "Limit of %d recursive calls reached while reading the page tree. If your document is correct and not a test to try to force a crash, please report a bug.", MAX_CALL_DEPTH); -+ } else { -+ if ((start = readPageTree(kid.getDict(), attrs1, start, callDepth + 1)) -+ < 0) -+ goto err2; -+ } - } else { - error(-1, "Kid object (page %d) is wrong type (%s)", - start+1, kid.getTypeName()); ---- kpdf/xpdf/xpdf/Catalog.h -+++ kpdf/xpdf/xpdf/Catalog.h -@@ -128,7 +128,7 @@ private: - Object acroForm; // AcroForm dictionary - GBool ok; // true if catalog is valid - -- int readPageTree(Dict *pages, PageAttrs *attrs, int start); -+ int readPageTree(Dict *pages, PageAttrs *attrs, int start, int callDepth); - Object *findDestInTree(Object *tree, GString *name, Object *obj); - }; - diff --git a/graphics/kdegraphics4/files/patch-post-3.5.5-kdegraphics.diff b/graphics/kdegraphics4/files/patch-post-3.5.5-kdegraphics.diff deleted file mode 100644 index 881b81757ab4..000000000000 --- a/graphics/kdegraphics4/files/patch-post-3.5.5-kdegraphics.diff +++ /dev/null @@ -1,134 +0,0 @@ ---- kfile-plugins/jpeg/exif.h -+++ kfile-plugins/jpeg/exif.h -@@ -72,7 +72,8 @@ - int Get32s(void * Long); - unsigned Get32u(void * Long); - double ConvertAnyFormat(void * ValuePtr, int Format); -- void ProcessExifDir(unsigned char * DirStart, unsigned char * OffsetBase, unsigned ExifLength); -+ void ProcessExifDir(unsigned char * DirStart, unsigned char * OffsetBase, unsigned ExifLength, -+ unsigned NestingLevel); - void process_COM (const uchar * Data, int length); - void process_SOFn (const uchar * Data, int marker); - int Get16m(const void * Short); ---- kfile-plugins/jpeg/exif.cpp -+++ kfile-plugins/jpeg/exif.cpp -@@ -446,7 +446,7 @@ - //-------------------------------------------------------------------------- - // Process one of the nested EXIF directories. - //-------------------------------------------------------------------------- --void ExifData::ProcessExifDir(unsigned char * DirStart, unsigned char * OffsetBase, unsigned ExifLength) -+void ExifData::ProcessExifDir(unsigned char * DirStart, unsigned char * OffsetBase, unsigned ExifLength, unsigned NestingLevel) - { - int de; - int a; -@@ -454,6 +454,9 @@ - unsigned ThumbnailOffset = 0; - unsigned ThumbnailSize = 0; - -+ if ( NestingLevel > 4) -+ throw FatalError("Maximum directory nesting exceeded (corrupt exif header)"); -+ - NumDirEntries = Get16u(DirStart); - #define DIR_ENTRY_ADDR(Start, Entry) (Start+2+12*(Entry)) - -@@ -476,7 +479,7 @@ - for (de=0;de<NumDirEntries;de++){ - int Tag, Format, Components; - unsigned char * ValuePtr; -- int ByteCount; -+ unsigned ByteCount; - char * DirEntry; - DirEntry = (char *)DIR_ENTRY_ADDR(DirStart, de); - -@@ -489,6 +492,11 @@ - throw FatalError("Illegal format code in EXIF dir"); - } - -+ if ((unsigned)Components > 0x10000) { -+ throw FatalError("Illegal number of components for tag"); -+ continue; -+ } -+ - ByteCount = Components * BytesPerFormat[Format]; - - if (ByteCount > 4){ -@@ -517,11 +525,11 @@ - switch(Tag){ - - case TAG_MAKE: -- ExifData::CameraMake = QString((char*)ValuePtr); -+ ExifData::CameraMake = QString::fromLatin1((const char*)ValuePtr, 31); - break; - - case TAG_MODEL: -- ExifData::CameraModel = QString((char*)ValuePtr); -+ ExifData::CameraModel = QString::fromLatin1((const char*)ValuePtr, 39); - break; - - case TAG_ORIENTATION: -@@ -529,7 +537,7 @@ - break; - - case TAG_DATETIME_ORIGINAL: -- DateTime = QString((char*)ValuePtr); -+ DateTime = QString::fromLatin1((const char*)ValuePtr, 19); - break; - - case TAG_USERCOMMENT: -@@ -550,14 +558,12 @@ - int c; - c = (ValuePtr)[a]; - if (c != '\0' && c != ' '){ -- //strncpy(ImageInfo.Comments, (const char*)(a+ValuePtr), 199); -- UserComment.sprintf("%s", (const char*)(a+ValuePtr)); -+ UserComment = QString::fromLatin1((const char*)(a+ValuePtr), 199); - break; - } - } - }else{ -- //strncpy(ImageInfo.Comments, (const char*)ValuePtr, 199); -- UserComment.sprintf("%s", (const char*)ValuePtr); -+ UserComment = QString::fromLatin1((const char*)ValuePtr, 199); - } - break; - -@@ -676,10 +682,10 @@ - if (Tag == TAG_EXIF_OFFSET || Tag == TAG_INTEROP_OFFSET){ - unsigned char * SubdirStart; - SubdirStart = OffsetBase + Get32u(ValuePtr); -- if (SubdirStart < OffsetBase || SubdirStart > OffsetBase+ExifLength){ -+ if (SubdirStart <= OffsetBase || SubdirStart >= OffsetBase+ExifLength){ - throw FatalError("Illegal subdirectory link"); - } -- ProcessExifDir(SubdirStart, OffsetBase, ExifLength); -+ ProcessExifDir(SubdirStart, OffsetBase, ExifLength, NestingLevel+1); - continue; - } - } -@@ -709,7 +715,7 @@ - } - }else{ - if (SubdirStart <= OffsetBase+ExifLength){ -- ProcessExifDir(SubdirStart, OffsetBase, ExifLength); -+ ProcessExifDir(SubdirStart, OffsetBase, ExifLength, NestingLevel+1); - } - } - } -@@ -719,7 +725,7 @@ - } - - if (ThumbnailSize && ThumbnailOffset){ -- if (ThumbnailSize + ThumbnailOffset <= ExifLength){ -+ if (ThumbnailSize + ThumbnailOffset < ExifLength){ - // The thumbnail pointer appears to be valid. Store it. - Thumbnail.loadFromData(OffsetBase + ThumbnailOffset, ThumbnailSize, "JPEG"); - } -@@ -810,7 +816,7 @@ - LastExifRefd = CharBuf; - - // First directory starts 16 bytes in. Offsets start at 8 bytes in. -- ProcessExifDir(CharBuf+16, CharBuf+8, length-6); -+ ProcessExifDir(CharBuf+16, CharBuf+8, length-6, 0); - - // This is how far the interesting (non thumbnail) part of the exif went. - ExifSettingsLength = LastExifRefd - CharBuf; diff --git a/graphics/kdegraphics4/pkg-descr b/graphics/kdegraphics4/pkg-descr deleted file mode 100644 index 76134544da73..000000000000 --- a/graphics/kdegraphics4/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -KDE provides an integrated X11 based environment, much like CDE. -This particular port installs the graphics and image manipulation -components of KDE3. - -WWW: http://www.kde.org/ diff --git a/graphics/kdegraphics4/pkg-plist b/graphics/kdegraphics4/pkg-plist deleted file mode 100644 index 4e191ecdd3cc..000000000000 --- a/graphics/kdegraphics4/pkg-plist +++ /dev/null @@ -1,1311 +0,0 @@ -bin/kcolorchooser -bin/kcoloredit -bin/kdvi -bin/kfax -bin/kfaxview -bin/kghostview -bin/kiconedit -bin/kolourpaint -bin/kpdf -bin/kpovmodeler -bin/kruler -bin/ksnapshot -bin/kview -bin/kviewshell -bin/mrmlsearch -bin/printnodetest -bin/svgdisplay -bin/xf86gammacfg -include/dom/SVGAElement.h -include/dom/SVGAltGlyphDefElement.h -include/dom/SVGAltGlyphElement.h -include/dom/SVGAngle.h -include/dom/SVGAnimateColorElement.h -include/dom/SVGAnimateElement.h -include/dom/SVGAnimateMotionElement.h -include/dom/SVGAnimateTransformElement.h -include/dom/SVGAnimatedAngle.h -include/dom/SVGAnimatedBoolean.h -include/dom/SVGAnimatedEnumeration.h -include/dom/SVGAnimatedInteger.h -include/dom/SVGAnimatedLength.h -include/dom/SVGAnimatedLengthList.h -include/dom/SVGAnimatedNumber.h -include/dom/SVGAnimatedNumberList.h -include/dom/SVGAnimatedPathData.h -include/dom/SVGAnimatedPoints.h -include/dom/SVGAnimatedPreserveAspectRatio.h -include/dom/SVGAnimatedRect.h -include/dom/SVGAnimatedString.h -include/dom/SVGAnimatedTransformList.h -include/dom/SVGAnimationElement.h -include/dom/SVGCSSRule.h -include/dom/SVGCircleElement.h -include/dom/SVGClipPathElement.h -include/dom/SVGColor.h -include/dom/SVGColorProfileElement.h -include/dom/SVGColorProfileRule.h -include/dom/SVGComponentTransferFunctionElement.h -include/dom/SVGCursorElement.h -include/dom/SVGDefinitionSrcElement.h -include/dom/SVGDefsElement.h -include/dom/SVGDescElement.h -include/dom/SVGDocument.h -include/dom/SVGElement.h -include/dom/SVGElementInstance.h -include/dom/SVGElementInstanceList.h -include/dom/SVGEllipseElement.h -include/dom/SVGEvent.h -include/dom/SVGException.h -include/dom/SVGExternalResourcesRequired.h -include/dom/SVGFEBlendElement.h -include/dom/SVGFEColorMatrixElement.h -include/dom/SVGFEComponentTransferElement.h -include/dom/SVGFECompositeElement.h -include/dom/SVGFEConvolveMatrixElement.h -include/dom/SVGFEDiffuseLightingElement.h -include/dom/SVGFEDisplacementMapElement.h -include/dom/SVGFEDistantLightElement.h -include/dom/SVGFEFloodElement.h -include/dom/SVGFEFuncAElement.h -include/dom/SVGFEFuncBElement.h -include/dom/SVGFEFuncGElement.h -include/dom/SVGFEFuncRElement.h -include/dom/SVGFEGaussianBlurElement.h -include/dom/SVGFEImageElement.h -include/dom/SVGFEMergeElement.h -include/dom/SVGFEMergeNodeElement.h -include/dom/SVGFEMorphologyElement.h -include/dom/SVGFEOffsetElement.h -include/dom/SVGFEPointLightElement.h -include/dom/SVGFESpecularLightingElement.h -include/dom/SVGFESpotLightElement.h -include/dom/SVGFETileElement.h -include/dom/SVGFETurbulenceElement.h -include/dom/SVGFilterElement.h -include/dom/SVGFilterPrimitiveStandardAttributes.h -include/dom/SVGFitToViewBox.h -include/dom/SVGFontElement.h -include/dom/SVGFontFaceElement.h -include/dom/SVGFontFaceFormatElement.h -include/dom/SVGFontFaceNameElement.h -include/dom/SVGFontFaceSrcElement.h -include/dom/SVGFontFaceUriElement.h -include/dom/SVGForeignObjectElement.h -include/dom/SVGGElement.h -include/dom/SVGGlyphElement.h -include/dom/SVGGlyphRefElement.h -include/dom/SVGGradientElement.h -include/dom/SVGHKernElement.h -include/dom/SVGICCColor.h -include/dom/SVGImageElement.h -include/dom/SVGLangSpace.h -include/dom/SVGLength.h -include/dom/SVGLengthList.h -include/dom/SVGLineElement.h -include/dom/SVGLinearGradientElement.h -include/dom/SVGLocatable.h -include/dom/SVGMPathElement.h -include/dom/SVGMarkerElement.h -include/dom/SVGMaskElement.h -include/dom/SVGMatrix.h -include/dom/SVGMetadataElement.h -include/dom/SVGMissingGlyphElement.h -include/dom/SVGNumber.h -include/dom/SVGNumberList.h -include/dom/SVGPaint.h -include/dom/SVGPathElement.h -include/dom/SVGPathSeg.h -include/dom/SVGPathSegArc.h -include/dom/SVGPathSegClosePath.h -include/dom/SVGPathSegCurvetoCubic.h -include/dom/SVGPathSegCurvetoCubicSmooth.h -include/dom/SVGPathSegCurvetoQuadratic.h -include/dom/SVGPathSegCurvetoQuadraticSmooth.h -include/dom/SVGPathSegLineto.h -include/dom/SVGPathSegLinetoHorizontal.h -include/dom/SVGPathSegLinetoVertical.h -include/dom/SVGPathSegList.h -include/dom/SVGPathSegMoveto.h -include/dom/SVGPatternElement.h -include/dom/SVGPoint.h -include/dom/SVGPointList.h -include/dom/SVGPolygonElement.h -include/dom/SVGPolylineElement.h -include/dom/SVGPreserveAspectRatio.h -include/dom/SVGRadialGradientElement.h -include/dom/SVGRect.h -include/dom/SVGRectElement.h -include/dom/SVGRenderingIntent.h -include/dom/SVGSVGElement.h -include/dom/SVGScriptElement.h -include/dom/SVGSetElement.h -include/dom/SVGStopElement.h -include/dom/SVGStringList.h -include/dom/SVGStylable.h -include/dom/SVGStyleElement.h -include/dom/SVGSwitchElement.h -include/dom/SVGSymbolElement.h -include/dom/SVGTRefElement.h -include/dom/SVGTSpanElement.h -include/dom/SVGTests.h -include/dom/SVGTextContentElement.h -include/dom/SVGTextElement.h -include/dom/SVGTextPathElement.h -include/dom/SVGTextPositioningElement.h -include/dom/SVGTitleElement.h -include/dom/SVGTransform.h -include/dom/SVGTransformList.h -include/dom/SVGTransformable.h -include/dom/SVGURIReference.h -include/dom/SVGUnitTypes.h -include/dom/SVGUseElement.h -include/dom/SVGVKernElement.h -include/dom/SVGViewElement.h -include/dom/SVGViewSpec.h -include/dom/SVGWindow.h -include/dom/SVGZoomAndPan.h -include/dom/SVGZoomEvent.h -include/kfaximage.h -include/kmultipageInterface.h -include/ksvg/CanvasFactory.h -include/ksvg/CanvasItem.h -include/ksvg/CanvasItems.h -include/ksvg/DocumentFactory.h -include/ksvg/KSVGCanvas.h -include/ksvg/ksvg_plugin.h -include/kviewshell/anchor.h -include/kviewshell/bookmark.h -include/kviewshell/documentPageCache.h -include/kviewshell/documentRenderer.h -include/kviewshell/documentWidget.h -include/kviewshell/history.h -include/kviewshell/hyperlink.h -include/kviewshell/kmultipage.h -include/kviewshell/length.h -include/kviewshell/pageNumber.h -include/kviewshell/pageSize.h -include/kviewshell/pageView.h -include/kviewshell/renderedDocumentPage.h -include/kviewshell/renderedDocumentPagePixmap.h -include/kviewshell/renderedDocumentPagePrinter.h -include/kviewshell/selection.h -include/kviewshell/simplePageSize.h -include/kviewshell/textBox.h -include/kviewshell/zoom.h -include/kviewshell/zoomlimits.h -include/libtext2path-0.1/BezierPath.h -include/libtext2path-0.1/Glyph.h -include/libtext2path-0.1/GlyphTracer.h -lib/kde3/djvuviewpart.a -lib/kde3/djvuviewpart.la -lib/kde3/djvuviewpart.so -lib/kde3/emptymultipagepart.a -lib/kde3/emptymultipagepart.la -lib/kde3/emptymultipagepart.so -lib/kde3/gsthumbnail.a -lib/kde3/gsthumbnail.la -lib/kde3/gsthumbnail.so -lib/kde3/kcm_kgamma.a -lib/kde3/kcm_kgamma.la -lib/kde3/kcm_kgamma.so -lib/kde3/kcm_kmrml.a -lib/kde3/kcm_kmrml.la -lib/kde3/kcm_kmrml.so -lib/kde3/kcm_kviewcanvasconfig.a -lib/kde3/kcm_kviewcanvasconfig.la -lib/kde3/kcm_kviewcanvasconfig.so -lib/kde3/kcm_kviewgeneralconfig.a -lib/kde3/kcm_kviewgeneralconfig.la -lib/kde3/kcm_kviewgeneralconfig.so -lib/kde3/kcm_kviewpluginsconfig.a -lib/kde3/kcm_kviewpluginsconfig.la -lib/kde3/kcm_kviewpluginsconfig.so -lib/kde3/kcm_kviewviewerpluginsconfig.a -lib/kde3/kcm_kviewviewerpluginsconfig.la -lib/kde3/kcm_kviewviewerpluginsconfig.so -lib/kde3/kded_daemonwatcher.a -lib/kde3/kded_daemonwatcher.la -lib/kde3/kded_daemonwatcher.so -lib/kde3/kdvipart.a -lib/kde3/kdvipart.la -lib/kde3/kdvipart.so -lib/kde3/kfaxviewpart.a -lib/kde3/kfaxviewpart.la -lib/kde3/kfaxviewpart.so -lib/kde3/kfile_bmp.a -lib/kde3/kfile_bmp.la -lib/kde3/kfile_bmp.so -lib/kde3/kfile_dds.a -lib/kde3/kfile_dds.la -lib/kde3/kfile_dds.so -lib/kde3/kfile_dvi.a -lib/kde3/kfile_dvi.la -lib/kde3/kfile_dvi.so -lib/kde3/kfile_exr.a -lib/kde3/kfile_exr.la -lib/kde3/kfile_exr.so -lib/kde3/kfile_gif.a -lib/kde3/kfile_gif.la -lib/kde3/kfile_gif.so -lib/kde3/kfile_ico.a -lib/kde3/kfile_ico.la -lib/kde3/kfile_ico.so -lib/kde3/kfile_jpeg.a -lib/kde3/kfile_jpeg.la -lib/kde3/kfile_jpeg.so -lib/kde3/kfile_pcx.a -lib/kde3/kfile_pcx.la -lib/kde3/kfile_pcx.so -lib/kde3/kfile_pdf.a -lib/kde3/kfile_pdf.la -lib/kde3/kfile_pdf.so -lib/kde3/kfile_png.a -lib/kde3/kfile_png.la -lib/kde3/kfile_png.so -lib/kde3/kfile_pnm.a -lib/kde3/kfile_pnm.la -lib/kde3/kfile_pnm.so -lib/kde3/kfile_ps.a -lib/kde3/kfile_ps.la -lib/kde3/kfile_ps.so -lib/kde3/kfile_raw.a -lib/kde3/kfile_raw.la -lib/kde3/kfile_raw.so -lib/kde3/kfile_rgb.a -lib/kde3/kfile_rgb.la -lib/kde3/kfile_rgb.so -lib/kde3/kfile_tga.a -lib/kde3/kfile_tga.la -lib/kde3/kfile_tga.so -lib/kde3/kfile_tiff.a -lib/kde3/kfile_tiff.la -lib/kde3/kfile_tiff.so -lib/kde3/kfile_xbm.a -lib/kde3/kfile_xbm.la -lib/kde3/kfile_xbm.so -lib/kde3/kfile_xpm.a -lib/kde3/kfile_xpm.la -lib/kde3/kfile_xpm.so -lib/kde3/kio_mrml.a -lib/kde3/kio_mrml.la -lib/kde3/kio_mrml.so -lib/kde3/kview.a -lib/kde3/kview.la -lib/kde3/kview.so -lib/kde3/kview_browserplugin.a -lib/kde3/kview_browserplugin.la -lib/kde3/kview_browserplugin.so -lib/kde3/kview_effectsplugin.a -lib/kde3/kview_effectsplugin.la -lib/kde3/kview_effectsplugin.so -lib/kde3/kview_presenterplugin.a -lib/kde3/kview_presenterplugin.la -lib/kde3/kview_presenterplugin.so -lib/kde3/kview_scannerplugin.a -lib/kde3/kview_scannerplugin.la -lib/kde3/kview_scannerplugin.so -lib/kde3/kviewerpart.a -lib/kde3/kviewerpart.la -lib/kde3/kviewerpart.so -lib/kde3/libdjvu.a -lib/kde3/libdjvu.la -lib/kde3/libdjvu.so -lib/kde3/libkghostviewpart.a -lib/kde3/libkghostviewpart.la -lib/kde3/libkghostviewpart.so -lib/kde3/libkmrmlpart.a -lib/kde3/libkmrmlpart.la -lib/kde3/libkmrmlpart.so -lib/kde3/libkpdfpart.a -lib/kde3/libkpdfpart.la -lib/kde3/libkpdfpart.so -lib/kde3/libkpovmodelerpart.a -lib/kde3/libkpovmodelerpart.la -lib/kde3/libkpovmodelerpart.so -lib/kde3/libksvgplugin.a -lib/kde3/libksvgplugin.la -lib/kde3/libksvgplugin.so -lib/kde3/libksvgrendererlibart.a -lib/kde3/libksvgrendererlibart.la -lib/kde3/libksvgrendererlibart.so -lib/kde3/libkviewcanvas.a -lib/kde3/libkviewcanvas.la -lib/kde3/libkviewcanvas.so -lib/kde3/libkviewviewer.a -lib/kde3/libkviewviewer.la -lib/kde3/libkviewviewer.so -lib/kde3/libphotobook.a -lib/kde3/libphotobook.la -lib/kde3/libphotobook.so -lib/kde3/mrmlsearch.a -lib/kde3/mrmlsearch.la -lib/kde3/mrmlsearch.so -lib/kde3/svgthumbnail.a -lib/kde3/svgthumbnail.la -lib/kde3/svgthumbnail.so -lib/libkdeinit_kview.a -lib/libkdeinit_kview.la -lib/libkdeinit_kview.so -lib/libkdeinit_mrmlsearch.a -lib/libkdeinit_mrmlsearch.la -lib/libkdeinit_mrmlsearch.so -lib/libkfaximage.a -lib/libkfaximage.la -lib/libkfaximage.so -lib/libkghostviewlib.a -lib/libkghostviewlib.la -lib/libkghostviewlib.so -lib/libkghostviewlib.so.0 -lib/libkimageviewer.a -lib/libkimageviewer.la -lib/libkimageviewer.so -lib/libkimageviewer.so.0 -lib/libkmultipage.a -lib/libkmultipage.la -lib/libkmultipage.so -lib/libkmultipage.so.0 -lib/libkpovmodeler.a -lib/libkpovmodeler.la -lib/libkpovmodeler.so -lib/libkpovmodeler.so.0 -lib/libksvg.a -lib/libksvg.la -lib/libksvg.so -lib/libksvg.so.0 -lib/libtext2path.a -lib/libtext2path.la -lib/libtext2path.so -lib/libtext2path.so.0 -share/applications/kde/kcmkmrml.desktop -share/applications/kde/kcolorchooser.desktop -share/applications/kde/kcoloredit.desktop -share/applications/kde/kdvi.desktop -share/applications/kde/kfax.desktop -share/applications/kde/kfaxview.desktop -share/applications/kde/kgamma.desktop -share/applications/kde/kghostview.desktop -share/applications/kde/kiconedit.desktop -share/applications/kde/kolourpaint.desktop -share/applications/kde/kpdf.desktop -share/applications/kde/kpovmodeler.desktop -share/applications/kde/kruler.desktop -share/applications/kde/ksnapshot.desktop -share/applications/kde/kview.desktop -share/applnk/Graphics/kruler.desktop -share/apps/djvumultipage.rc -share/apps/kcoloredit/kcoloreditui.rc -share/apps/kconf_update/kghostview.upd -share/apps/kconf_update/update-to-xt-names.pl -share/apps/kdvi/kdvi_part.rc -share/apps/kdvi/kviewshell.rc -share/apps/kdvi/tips -share/apps/kfax/kfaxui.rc -share/apps/kfax/pics/kfax.tif -share/apps/kfax/pics/kfaxlogo.xpm -share/apps/kfaxview/kviewshell.rc -share/apps/kgamma/pics/background.png -share/apps/kgamma/pics/cmyscale.png -share/apps/kgamma/pics/darkgrey.png -share/apps/kgamma/pics/greyscale.png -share/apps/kgamma/pics/lightgrey.png -share/apps/kgamma/pics/midgrey.png -share/apps/kgamma/pics/rgbscale.png -share/apps/kghostview/kghostviewui.rc -share/apps/kghostview/kgv_part.rc -share/apps/kghostview/pdf_sec.ps -share/apps/kiconedit/kiconeditui.rc -share/apps/kiconedit/pics/aim-cursor.xpm -share/apps/kiconedit/pics/aim.png -share/apps/kiconedit/pics/airbrush-cursor.xpm -share/apps/kiconedit/pics/areaselect.png -share/apps/kiconedit/pics/circle.png -share/apps/kiconedit/pics/colorpicker-cursor.xpm -share/apps/kiconedit/pics/compressed.png -share/apps/kiconedit/pics/ellipse.png -share/apps/kiconedit/pics/eraser-cursor.xpm -share/apps/kiconedit/pics/fileclose.png -share/apps/kiconedit/pics/fill-cursor.xpm -share/apps/kiconedit/pics/filledcircle.png -share/apps/kiconedit/pics/filledellipse.png -share/apps/kiconedit/pics/filledrectangle.png -share/apps/kiconedit/pics/grayscale.png -share/apps/kiconedit/pics/grid.png -share/apps/kiconedit/pics/kdepalette.png -share/apps/kiconedit/pics/line.png -share/apps/kiconedit/pics/paintbrush-cursor.xpm -share/apps/kiconedit/pics/pointer.png -share/apps/kiconedit/pics/rectangle.png -share/apps/kiconedit/pics/selectcircle.png -share/apps/kiconedit/pics/selectrect.png -share/apps/kiconedit/pics/source.png -share/apps/kiconedit/pics/standard.png -share/apps/kiconedit/pics/transform.png -share/apps/kiconedit/pics/window_new.png -share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_brush.png -share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_color_picker.png -share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_color_washer.png -share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_curve.png -share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_ellipse.png -share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_elliptical_selection.png -share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_eraser.png -share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_flood_fill.png -share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_free_form_selection.png -share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_line.png -share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_pen.png -share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_polygon.png -share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_polyline.png -share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_rect_selection.png -share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_rectangle.png -share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_rounded_rectangle.png -share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_spraycan.png -share/apps/kolourpaint/icons/crystalsvg/16x16/actions/tool_text.png -share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_brush.png -share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_color_picker.png -share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_color_washer.png -share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_curve.png -share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_ellipse.png -share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_elliptical_selection.png -share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_eraser.png -share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_flood_fill.png -share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_free_form_selection.png -share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_line.png -share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_pen.png -share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_polygon.png -share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_polyline.png -share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_rect_selection.png -share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_rectangle.png -share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_rounded_rectangle.png -share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_spraycan.png -share/apps/kolourpaint/icons/crystalsvg/22x22/actions/tool_text.png -share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_brush.png -share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_color_picker.png -share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_color_washer.png -share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_curve.png -share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_ellipse.png -share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_elliptical_selection.png -share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_eraser.png -share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_flood_fill.png -share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_free_form_selection.png -share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_line.png -share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_pen.png -share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_polygon.png -share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_polyline.png -share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_rect_selection.png -share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_rectangle.png -share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_rounded_rectangle.png -share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_spraycan.png -share/apps/kolourpaint/icons/crystalsvg/32x32/actions/tool_text.png -share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_brush.png -share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_color_picker.png -share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_color_washer.png -share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_curve.png -share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_ellipse.png -share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_elliptical_selection.png -share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_eraser.png -share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_flood_fill.png -share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_free_form_selection.png -share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_line.png -share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_pen.png -share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_polygon.png -share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_polyline.png -share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_rect_selection.png -share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_rectangle.png -share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_rounded_rectangle.png -share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_spraycan.png -share/apps/kolourpaint/icons/crystalsvg/48x48/actions/tool_text.png -share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_brush.svgz -share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_color_picker.svgz -share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_color_washer.svgz -share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_curve.svgz -share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_ellipse.svgz -share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_elliptical_selection.svgz -share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_eraser.svgz -share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_flood_fill.svgz -share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_free_form_selection.svgz -share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_line.svgz -share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_pen.svgz -share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_polygon.svgz -share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_polyline.svgz -share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_rect_selection.svgz -share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_rectangle.svgz -share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_rounded_rectangle.svgz -share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_spraycan.svgz -share/apps/kolourpaint/icons/crystalsvg/scalable/actions/tool_text.svgz -share/apps/kolourpaint/icons/hicolor/16x16/apps/kolourpaint.png -share/apps/kolourpaint/icons/hicolor/22x22/apps/kolourpaint.png -share/apps/kolourpaint/icons/hicolor/32x32/apps/kolourpaint.png -share/apps/kolourpaint/icons/hicolor/48x48/apps/kolourpaint.png -share/apps/kolourpaint/icons/hicolor/scalable/apps/kolourpaint.svgz -share/apps/kolourpaint/kolourpaintui.rc -share/apps/kolourpaint/pics/color_transparent_26x26.png -share/apps/kolourpaint/pics/colorbutton_swap_16x16.png -share/apps/kolourpaint/pics/image_rotate_anticlockwise.png -share/apps/kolourpaint/pics/image_rotate_clockwise.png -share/apps/kolourpaint/pics/image_skew_horizontal.png -share/apps/kolourpaint/pics/image_skew_vertical.png -share/apps/kolourpaint/pics/option_opaque.png -share/apps/kolourpaint/pics/option_transparent.png -share/apps/kolourpaint/pics/resize.png -share/apps/kolourpaint/pics/scale.png -share/apps/kolourpaint/pics/smooth_scale.png -share/apps/kolourpaint/pics/tool_spraycan_17x17.png -share/apps/kolourpaint/pics/tool_spraycan_29x29.png -share/apps/kolourpaint/pics/tool_spraycan_9x9.png -share/apps/konqueror/servicemenus/mrml-servicemenu.desktop -share/apps/kpdf/shell.rc -share/apps/kpdfpart/part.rc -share/apps/kpovmodeler/baseinsertrules.xml -share/apps/kpovmodeler/examples/includes/inlined/chars.kpm -share/apps/kpovmodeler/examples/includes/inlined/finish.kpm -share/apps/kpovmodeler/examples/includes/inlined/glass.kpm -share/apps/kpovmodeler/examples/includes/inlined/golds.kpm -share/apps/kpovmodeler/examples/includes/inlined/metals.kpm -share/apps/kpovmodeler/examples/includes/inlined/shapes.kpm -share/apps/kpovmodeler/examples/includes/inlined/shapes2.kpm -share/apps/kpovmodeler/examples/includes/inlined/shapesq.kpm -share/apps/kpovmodeler/examples/includes/inlined/skies.kpm -share/apps/kpovmodeler/examples/includes/inlined/stars.kpm -share/apps/kpovmodeler/examples/includes/inlined/stones1.kpm -share/apps/kpovmodeler/examples/includes/inlined/stones2.kpm -share/apps/kpovmodeler/examples/includes/inlined/textures.kpm -share/apps/kpovmodeler/examples/includes/inlined/woods.kpm -share/apps/kpovmodeler/examples/includes/original/chars.kpm -share/apps/kpovmodeler/examples/includes/original/finish.kpm -share/apps/kpovmodeler/examples/includes/original/glass.kpm -share/apps/kpovmodeler/examples/includes/original/golds.kpm -share/apps/kpovmodeler/examples/includes/original/metals.kpm -share/apps/kpovmodeler/examples/includes/original/shapes.kpm -share/apps/kpovmodeler/examples/includes/original/shapes2.kpm -share/apps/kpovmodeler/examples/includes/original/shapesq.kpm -share/apps/kpovmodeler/examples/includes/original/skies.kpm -share/apps/kpovmodeler/examples/includes/original/stars.kpm -share/apps/kpovmodeler/examples/includes/original/stones1.kpm -share/apps/kpovmodeler/examples/includes/original/stones2.kpm -share/apps/kpovmodeler/examples/includes/original/textures.kpm -share/apps/kpovmodeler/examples/includes/original/woods.kpm -share/apps/kpovmodeler/examples/scenes/advanced/ants.kpm -share/apps/kpovmodeler/examples/scenes/advanced/bee.kpm -share/apps/kpovmodeler/examples/scenes/advanced/ink.kpm -share/apps/kpovmodeler/examples/scenes/advanced/table.kpm -share/apps/kpovmodeler/examples/scenes/csg/cheese.kpm -share/apps/kpovmodeler/examples/scenes/csg/emptybox.kpm -share/apps/kpovmodeler/examples/scenes/csg/heightfield.kpm -share/apps/kpovmodeler/examples/scenes/interior/cubes.kpm -share/apps/kpovmodeler/examples/scenes/interior/media1.kpm -share/apps/kpovmodeler/examples/scenes/interior/media2.kpm -share/apps/kpovmodeler/examples/scenes/interior/media3.kpm -share/apps/kpovmodeler/examples/scenes/interior/spheres.kpm -share/apps/kpovmodeler/examples/scenes/lights/arealight.kpm -share/apps/kpovmodeler/examples/scenes/lights/arealight2.kpm -share/apps/kpovmodeler/examples/scenes/lights/spotlight.kpm -share/apps/kpovmodeler/examples/scenes/objects/allobjects.kpm -share/apps/kpovmodeler/examples/scenes/objects/fractals.kpm -share/apps/kpovmodeler/examples/scenes/objects/lathe.kpm -share/apps/kpovmodeler/examples/scenes/objects/prism.kpm -share/apps/kpovmodeler/examples/scenes/objects/sor.kpm -share/apps/kpovmodeler/examples/scenes/objects/superellipsoid.kpm -share/apps/kpovmodeler/examples/scenes/objects/text.kpm -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmaddpoint.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmaddpointabove.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmaddsubprism.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmbicubicpatch.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmblendmapmodifiers.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmblob.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmblobcylinder.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmblobsphere.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmboundedby.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmbox.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmbumpmap.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmcamera.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmclippedby.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmcolorlist.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmcolormap.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmcolormapdeclare.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmcomment.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmcone.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmcylinder.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmdeclare.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmdensity.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmdensitydeclare.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmdensitylist.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmdensitymap.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmdensitymapdeclare.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmdialogview.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmdifference.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmdisc.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmdrag.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmfinish.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmfinishdeclare.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmfog.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmfogdeclare.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmglobalphotons.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmglobalsettings.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmglview.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmheightfield.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmimagemap.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pminserterrors.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pminsertfirstchild.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pminsertlastchild.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pminsertsibling.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pminterior.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pminteriordeclare.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pminteriortexture.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pminteriortexturedeclare.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmintersection.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmisosurface.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmjuliafractal.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmlathe.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmlight.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmlightgroup.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmlistpattern.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmlookslike.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmmaterial.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmmaterialdeclare.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmmaterialmap.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmmatrix.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmmedia.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmmediadeclare.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmmerge.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmmesh.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmnormal.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmnormaldeclare.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmnormallist.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmnormalmap.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmnormalmapdeclare.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmobjectdeclare.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmobjectlink.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmpattern.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmphotons.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmpigment.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmpigmentdeclare.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmpigmentlist.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmpigmentmap.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmpigmentmapdeclare.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmplane.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmpolynom.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmprism.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmprojectedthrough.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmquickcolor.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmradiosity.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmrainbow.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmrainbowdeclare.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmraw.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmremovepoint.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmrender.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmrenderpreview.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmrendersettings.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmrotate.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmscale.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmscene.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmskysphere.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmskyspheredeclare.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmslope.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmslopemap.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmslopemapdeclare.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmsolidcolor.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmsor.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmsphere.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmspheresweep.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmsqe.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmtext.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmtexture.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmtexturedeclare.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmtexturelist.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmtexturemap.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmtexturemapdeclare.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmtorus.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmtranslate.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmtreeview.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmtriangle.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmunion.png -share/apps/kpovmodeler/icons/crystalsvg/16x16/actions/pmwarp.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmbicubicpatch.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmblendmapmodifiers.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmblob.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmblobcylinder.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmblobsphere.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmboundedby.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmbox.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmbumpmap.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmcamera.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmclippedby.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmcolorlist.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmcolormap.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmcolormapdeclare.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmcomment.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmcone.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmconfigurecolors.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmconfiguredialogview.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmconfiguregraphicalview.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmconfiguregrid.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmconfigureobjectlibrary.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmconfigureobjects.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmconfigureopengl.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmconfigurepovray.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmconfiguretexturepreview.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmconfigureviewlayout.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmcylinder.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmdeclare.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmdensity.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmdensitydeclare.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmdensitylist.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmdensitymap.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmdensitymapdeclare.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmdifference.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmdisc.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmdrag.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmfinish.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmfinishdeclare.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmfog.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmfogdeclare.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmglobalphotons.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmglobalsettings.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmheightfield.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmimagemap.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pminserterrors.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pminterior.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pminteriordeclare.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pminteriortexture.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pminteriortexturedeclare.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmintersection.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmisosurface.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmjuliafractal.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmlathe.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmlight.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmlightgroup.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmlistpattern.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmlookslike.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmmaterial.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmmaterialdeclare.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmmaterialmap.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmmatrix.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmmedia.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmmediadeclare.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmmerge.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmmesh.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmnormal.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmnormaldeclare.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmnormallist.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmnormalmap.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmnormalmapdeclare.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmobjectdeclare.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmobjectlink.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmpattern.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmphotons.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmpigment.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmpigmentdeclare.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmpigmentlist.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmpigmentmap.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmpigmentmapdeclare.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmplane.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmpolynom.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmprism.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmprojectedthrough.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmquickcolor.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmradiosity.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmrainbow.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmrainbowdeclare.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmraw.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmrender.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmrenderpreview.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmrendersettings.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmrotate.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmscale.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmscene.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmskysphere.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmskyspheredeclare.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmslope.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmslopemap.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmslopemapdeclare.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmsolidcolor.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmsor.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmsphere.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmspheresweep.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmsqe.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmtext.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmtexture.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmtexturedeclare.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmtexturelist.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmtexturemap.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmtexturemapdeclare.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmtorus.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmtranslate.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmtriangle.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmunion.png -share/apps/kpovmodeler/icons/crystalsvg/22x22/actions/pmwarp.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmaddpoint.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmaddpointabove.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmaddsubprism.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmbicubicpatch.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmblendmapmodifiers.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmblob.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmblobcylinder.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmblobsphere.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmboundedby.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmbox.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmbumpmap.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmcamera.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmclippedby.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmcomment.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmcone.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmcylinder.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmdeclare.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmdensity.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmdensitydeclare.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmdensitylist.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmdensitymap.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmdensitymapdeclare.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmdifference.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmdisc.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmdrag.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmfog.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmfogdeclare.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmglobalsettings.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmheightfield.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmimagemap.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pminserterrors.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pminsertfirstchild.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pminsertlastchild.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pminsertsibling.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmintersection.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmjuliafractal.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmlathe.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmlight.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmlistpattern.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmlookslike.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmmaterialmap.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmmatrix.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmmerge.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmobjectdeclare.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmobjectlink.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmpigment.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmpigmentdeclare.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmplane.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmpolynom.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmprism.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmquickcolor.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmrainbow.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmrainbowdeclare.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmraw.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmremovepoint.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmrender.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmrenderpreview.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmrendersettings.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmrotate.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmscale.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmscene.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmskysphere.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmskyspheredeclare.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmsolidcolor.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmsor.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmsphere.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmsqr.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmtext.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmtexture.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmtexturedeclare.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmtorus.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmtranslate.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmtriangle.png -share/apps/kpovmodeler/icons/locolor/16x16/actions/pmunion.png -share/apps/kpovmodeler/kpovmodelerbrowser.rc -share/apps/kpovmodeler/kpovmodelershell.rc -share/apps/kpovmodeler/kpovmodelerui.rc -share/apps/kpovmodeler/povraydocmap.xml -share/apps/kpovmodeler/questionmark.png -share/apps/kruler/eventsrc -share/apps/kruler/pics/kruler-east.png -share/apps/kruler/pics/kruler-north.png -share/apps/kruler/pics/kruler-south.png -share/apps/kruler/pics/kruler-west.png -share/apps/kruler/sounds/move.wav -share/apps/ksvg/ksvgplugin.rc -share/apps/kview/kpartplugins/kvieweffects.desktop -share/apps/kview/kpartplugins/kvieweffects.rc -share/apps/kview/kpartplugins/kviewpresenter.desktop -share/apps/kview/kpartplugins/kviewpresenter.rc -share/apps/kview/kpartplugins/kviewscanner.desktop -share/apps/kview/kpartplugins/kviewscanner.rc -share/apps/kview/kview.setdlg -share/apps/kview/kviewui.rc -share/apps/kviewerpart/icons/hicolor/16x16/actions/movetool.png -share/apps/kviewerpart/icons/hicolor/16x16/actions/selectiontool.png -share/apps/kviewerpart/icons/hicolor/22x22/actions/movetool.png -share/apps/kviewerpart/icons/hicolor/22x22/actions/selectiontool.png -share/apps/kviewerpart/icons/hicolor/32x32/actions/movetool.png -share/apps/kviewerpart/icons/hicolor/48x48/actions/movetool.png -share/apps/kviewerpart/kviewerpart.rc -share/apps/kviewshell/kviewshell.rc -share/apps/kviewviewer/kpartplugins/kviewbrowser.desktop -share/apps/kviewviewer/kpartplugins/kviewbrowser.rc -share/apps/kviewviewer/kviewpopup.rc -share/apps/kviewviewer/kviewviewer.rc -share/apps/kviewviewer/kviewviewer_ro.rc -share/apps/photobook/photobookui.rc -share/config.kcfg/djvumultipage.kcfg -share/config.kcfg/kdvi.kcfg -share/config.kcfg/kghostview.kcfg -share/config.kcfg/kpdf.kcfg -share/config.kcfg/kviewshell.kcfg -share/doc/HTML/en/kcoloredit/common -share/doc/HTML/en/kcoloredit/index.cache.bz2 -share/doc/HTML/en/kcoloredit/index.docbook -share/doc/HTML/en/kdvi/KDVI-features.dvi -share/doc/HTML/en/kdvi/KDVI-features.tex -share/doc/HTML/en/kdvi/aboutkde.ps -share/doc/HTML/en/kdvi/common -share/doc/HTML/en/kdvi/index.cache.bz2 -share/doc/HTML/en/kdvi/index.docbook -share/doc/HTML/en/kdvi/kdvi-search.el -share/doc/HTML/en/kdvi/optionrequester1.png -share/doc/HTML/en/kdvi/optionrequester2.png -share/doc/HTML/en/kdvi/srcltx.sty -share/doc/HTML/en/kdvi/srctex.sty -share/doc/HTML/en/kgamma/common -share/doc/HTML/en/kgamma/index.cache.bz2 -share/doc/HTML/en/kgamma/index.docbook -share/doc/HTML/en/kghostview/common -share/doc/HTML/en/kghostview/index.cache.bz2 -share/doc/HTML/en/kghostview/index.docbook -share/doc/HTML/en/kiconedit/common -share/doc/HTML/en/kiconedit/index.cache.bz2 -share/doc/HTML/en/kiconedit/index.docbook -share/doc/HTML/en/kiconedit/kiconedit-configuration.png -share/doc/HTML/en/kolourpaint/brush_shapes.png -share/doc/HTML/en/kolourpaint/color_box.png -share/doc/HTML/en/kolourpaint/common -share/doc/HTML/en/kolourpaint/eraser_shapes.png -share/doc/HTML/en/kolourpaint/fcc_std_text.png -share/doc/HTML/en/kolourpaint/fcc_trans_text.png -share/doc/HTML/en/kolourpaint/fill_color_similarity.png -share/doc/HTML/en/kolourpaint/fill_style.png -share/doc/HTML/en/kolourpaint/image_balance.png -share/doc/HTML/en/kolourpaint/image_emboss.png -share/doc/HTML/en/kolourpaint/image_flatten.png -share/doc/HTML/en/kolourpaint/image_flip.png -share/doc/HTML/en/kolourpaint/image_invert.png -share/doc/HTML/en/kolourpaint/image_reduce_colors.png -share/doc/HTML/en/kolourpaint/image_resize_scale.png -share/doc/HTML/en/kolourpaint/image_rotate.png -share/doc/HTML/en/kolourpaint/image_skew.png -share/doc/HTML/en/kolourpaint/image_soften_sharpen.png -share/doc/HTML/en/kolourpaint/index.cache.bz2 -share/doc/HTML/en/kolourpaint/index.docbook -share/doc/HTML/en/kolourpaint/kolourpaint-main.png -share/doc/HTML/en/kolourpaint/line_width.png -share/doc/HTML/en/kolourpaint/lines_30_45_deg.png -share/doc/HTML/en/kolourpaint/lines_30_deg.png -share/doc/HTML/en/kolourpaint/lines_45_deg.png -share/doc/HTML/en/kolourpaint/rotate_image_30.png -share/doc/HTML/en/kolourpaint/rotate_selection_30.png -share/doc/HTML/en/kolourpaint/selections_opaque_transparent.png -share/doc/HTML/en/kolourpaint/spraycan_patterns.png -share/doc/HTML/en/kolourpaint/text_zoom_grid.png -share/doc/HTML/en/kolourpaint/tool_brush.png -share/doc/HTML/en/kolourpaint/tool_color_picker.png -share/doc/HTML/en/kolourpaint/tool_color_washer.png -share/doc/HTML/en/kolourpaint/tool_curve.png -share/doc/HTML/en/kolourpaint/tool_ellipse.png -share/doc/HTML/en/kolourpaint/tool_elliptical_selection.png -share/doc/HTML/en/kolourpaint/tool_eraser.png -share/doc/HTML/en/kolourpaint/tool_flood_fill.png -share/doc/HTML/en/kolourpaint/tool_free_form_selection.png -share/doc/HTML/en/kolourpaint/tool_line.png -share/doc/HTML/en/kolourpaint/tool_pen.png -share/doc/HTML/en/kolourpaint/tool_polygon.png -share/doc/HTML/en/kolourpaint/tool_polyline.png -share/doc/HTML/en/kolourpaint/tool_polystar.png -share/doc/HTML/en/kolourpaint/tool_rect_selection.png -share/doc/HTML/en/kolourpaint/tool_rectangle.png -share/doc/HTML/en/kolourpaint/tool_rectangles.png -share/doc/HTML/en/kolourpaint/tool_rounded_rectangle.png -share/doc/HTML/en/kolourpaint/tool_selections.png -share/doc/HTML/en/kolourpaint/tool_spraycan.png -share/doc/HTML/en/kolourpaint/tool_text.png -share/doc/HTML/en/kolourpaint/view_thumbnails.png -share/doc/HTML/en/kpdf/common -share/doc/HTML/en/kpdf/configure.png -share/doc/HTML/en/kpdf/index.cache.bz2 -share/doc/HTML/en/kpdf/index.docbook -share/doc/HTML/en/kpovmodeler/cameraview.png -share/doc/HTML/en/kpovmodeler/common -share/doc/HTML/en/kpovmodeler/controlpoints.png -share/doc/HTML/en/kpovmodeler/cr22-action-pmcamera.png -share/doc/HTML/en/kpovmodeler/cr22-action-pmcolorlist.png -share/doc/HTML/en/kpovmodeler/cr22-action-pmfinish.png -share/doc/HTML/en/kpovmodeler/cr22-action-pminterior.png -share/doc/HTML/en/kpovmodeler/cr22-action-pmlight.png -share/doc/HTML/en/kpovmodeler/cr22-action-pmpigment.png -share/doc/HTML/en/kpovmodeler/cr22-action-pmplane.png -share/doc/HTML/en/kpovmodeler/cr22-action-pmrender.png -share/doc/HTML/en/kpovmodeler/cr22-action-pmsolidcolor.png -share/doc/HTML/en/kpovmodeler/cr22-action-pmsphere.png -share/doc/HTML/en/kpovmodeler/defaultviewlayout.png -share/doc/HTML/en/kpovmodeler/dockwidget.png -share/doc/HTML/en/kpovmodeler/dockwidgettab.png -share/doc/HTML/en/kpovmodeler/index.cache.bz2 -share/doc/HTML/en/kpovmodeler/index.docbook -share/doc/HTML/en/kpovmodeler/insertaspopup.png -share/doc/HTML/en/kpovmodeler/objectpropertiesview.png -share/doc/HTML/en/kpovmodeler/objecttree.png -share/doc/HTML/en/kpovmodeler/rendericon.png -share/doc/HTML/en/kpovmodeler/rendermodeoutput.png -share/doc/HTML/en/kpovmodeler/rendermodequality.png -share/doc/HTML/en/kpovmodeler/rendermodesize.png -share/doc/HTML/en/kpovmodeler/rendermodesselection.png -share/doc/HTML/en/kpovmodeler/rendermodestoolbar.png -share/doc/HTML/en/kpovmodeler/rendersettingsicon.png -share/doc/HTML/en/kpovmodeler/renderwindow.png -share/doc/HTML/en/kpovmodeler/texturepreview.png -share/doc/HTML/en/kpovmodeler/topview.png -share/doc/HTML/en/kpovmodeler/tutorial01-camera-dialog.png -share/doc/HTML/en/kpovmodeler/tutorial01-camera-graphic.png -share/doc/HTML/en/kpovmodeler/tutorial01-final-render.png -share/doc/HTML/en/kpovmodeler/tutorial01-ground-color-list.png -share/doc/HTML/en/kpovmodeler/tutorial01-ground-pigment.png -share/doc/HTML/en/kpovmodeler/tutorial01-ground-render.png -share/doc/HTML/en/kpovmodeler/tutorial01-ground-solid-color-1.png -share/doc/HTML/en/kpovmodeler/tutorial01-ground-solid-color-2.png -share/doc/HTML/en/kpovmodeler/tutorial01-ground-wrong-colors-render.png -share/doc/HTML/en/kpovmodeler/tutorial01-light-dialog.png -share/doc/HTML/en/kpovmodeler/tutorial01-light-graphic.png -share/doc/HTML/en/kpovmodeler/tutorial01-plane-dialog.png -share/doc/HTML/en/kpovmodeler/tutorial01-plane-graphic.png -share/doc/HTML/en/kpovmodeler/tutorial01-plane-tree-expanded.png -share/doc/HTML/en/kpovmodeler/tutorial01-plane-tree-translate.png -share/doc/HTML/en/kpovmodeler/tutorial01-sphere-dialog.png -share/doc/HTML/en/kpovmodeler/tutorial01-sphere-finish-dialog.png -share/doc/HTML/en/kpovmodeler/tutorial01-sphere-render-finish.png -share/doc/HTML/en/kpovmodeler/tutorial01-sphere-render-nocolor.png -share/doc/HTML/en/kpovmodeler/tutorial01-sphere-render-solidcolor.png -share/doc/HTML/en/kpovmodeler/tutorial01-sphere-solid-color.png -share/doc/HTML/en/kruler/common -share/doc/HTML/en/kruler/index.cache.bz2 -share/doc/HTML/en/kruler/index.docbook -share/doc/HTML/en/ksnapshot/common -share/doc/HTML/en/ksnapshot/index.cache.bz2 -share/doc/HTML/en/ksnapshot/index.docbook -share/doc/HTML/en/ksnapshot/preview.png -share/doc/HTML/en/ksnapshot/window.png -share/doc/HTML/en/kview/common -share/doc/HTML/en/kview/index.cache.bz2 -share/doc/HTML/en/kview/index.docbook -share/doc/HTML/en/kview/kview-application-configuration.png -share/doc/HTML/en/kview/kview-viewer-configuration.png -share/icons/crystalsvg/16x16/apps/kviewshell.png -share/icons/crystalsvg/16x16/apps/photobook.png -share/icons/crystalsvg/16x16/mimetypes/kpovmodeler_doc.png -share/icons/crystalsvg/22x22/apps/photobook.png -share/icons/crystalsvg/32x32/apps/kviewshell.png -share/icons/crystalsvg/32x32/mimetypes/kpovmodeler_doc.png -share/icons/crystalsvg/48x48/apps/kviewshell.png -share/icons/crystalsvg/48x48/mimetypes/kpovmodeler_doc.png -share/icons/hicolor/128x128/apps/kghostview.png -share/icons/hicolor/128x128/apps/kpdf.png -share/icons/hicolor/16x16/apps/kcolorchooser.png -share/icons/hicolor/16x16/apps/kcoloredit.png -share/icons/hicolor/16x16/apps/kdvi.png -share/icons/hicolor/16x16/apps/kfax.png -share/icons/hicolor/16x16/apps/kfaxview.png -share/icons/hicolor/16x16/apps/kgamma.png -share/icons/hicolor/16x16/apps/kghostview.png -share/icons/hicolor/16x16/apps/kiconedit.png -share/icons/hicolor/16x16/apps/kolourpaint.png -share/icons/hicolor/16x16/apps/kpdf.png -share/icons/hicolor/16x16/apps/kpovmodeler.png -share/icons/hicolor/16x16/apps/kruler.png -share/icons/hicolor/16x16/apps/ksnapshot.png -share/icons/hicolor/16x16/apps/kview.png -share/icons/hicolor/22x22/apps/kcolorchooser.png -share/icons/hicolor/22x22/apps/kdvi.png -share/icons/hicolor/22x22/apps/kfax.png -share/icons/hicolor/22x22/apps/kfaxview.png -share/icons/hicolor/22x22/apps/kghostview.png -share/icons/hicolor/22x22/apps/kiconedit.png -share/icons/hicolor/22x22/apps/kolourpaint.png -share/icons/hicolor/22x22/apps/kpdf.png -share/icons/hicolor/22x22/apps/kpovmodeler.png -share/icons/hicolor/22x22/apps/kruler.png -share/icons/hicolor/22x22/apps/ksnapshot.png -share/icons/hicolor/22x22/apps/kview.png -share/icons/hicolor/32x32/apps/kcoloredit.png -share/icons/hicolor/32x32/apps/kdvi.png -share/icons/hicolor/32x32/apps/kfax.png -share/icons/hicolor/32x32/apps/kfaxview.png -share/icons/hicolor/32x32/apps/kgamma.png -share/icons/hicolor/32x32/apps/kghostview.png -share/icons/hicolor/32x32/apps/kiconedit.png -share/icons/hicolor/32x32/apps/kolourpaint.png -share/icons/hicolor/32x32/apps/kpdf.png -share/icons/hicolor/32x32/apps/kpovmodeler.png -share/icons/hicolor/32x32/apps/kruler.png -share/icons/hicolor/32x32/apps/ksnapshot.png -share/icons/hicolor/32x32/apps/kview.png -share/icons/hicolor/48x48/apps/kdvi.png -share/icons/hicolor/48x48/apps/kfax.png -share/icons/hicolor/48x48/apps/kfaxview.png -share/icons/hicolor/48x48/apps/kgamma.png -share/icons/hicolor/48x48/apps/kghostview.png -share/icons/hicolor/48x48/apps/kiconedit.png -share/icons/hicolor/48x48/apps/kolourpaint.png -share/icons/hicolor/48x48/apps/kpdf.png -share/icons/hicolor/48x48/apps/kpovmodeler.png -share/icons/hicolor/48x48/apps/kruler.png -share/icons/hicolor/48x48/apps/ksnapshot.png -share/icons/hicolor/48x48/apps/kview.png -share/icons/hicolor/64x64/apps/kghostview.png -share/icons/hicolor/64x64/apps/kpdf.png -share/icons/hicolor/scalable/apps/kdvi.svgz -share/icons/hicolor/scalable/apps/kfax.svgz -share/icons/hicolor/scalable/apps/kfaxview.svgz -share/icons/hicolor/scalable/apps/kolourpaint.svgz -share/icons/hicolor/scalable/apps/kpdf.svgz -share/icons/hicolor/scalable/apps/ksnapshot.svgz -share/mimelnk/text/mrml.desktop -share/services/djvumultipage.desktop -share/services/emptymultipage.desktop -share/services/gsthumbnail.desktop -share/services/kconfiguredialog/kviewcanvasconfig.desktop -share/services/kconfiguredialog/kviewgeneralconfig.desktop -share/services/kconfiguredialog/kviewpluginsconfig.desktop -share/services/kconfiguredialog/kviewviewerpluginsconfig.desktop -share/services/kded/daemonwatcher.desktop -share/services/kdvimultipage.desktop -share/services/kfaxmultipage.desktop -share/services/kfaxmultipage_tiff.desktop -share/services/kfile_bmp.desktop -share/services/kfile_dds.desktop -share/services/kfile_dvi.desktop -share/services/kfile_exr.desktop -share/services/kfile_gif.desktop -share/services/kfile_ico.desktop -share/services/kfile_jpeg.desktop -share/services/kfile_pcx.desktop -share/services/kfile_pdf.desktop -share/services/kfile_png.desktop -share/services/kfile_pnm.desktop -share/services/kfile_ps.desktop -share/services/kfile_raw.desktop -share/services/kfile_rgb.desktop -share/services/kfile_tga.desktop -share/services/kfile_tiff.desktop -share/services/kfile_xbm.desktop -share/services/kfile_xpm.desktop -share/services/kghostview_part.desktop -share/services/kpdf_part.desktop -share/services/ksvglibartcanvas.desktop -share/services/ksvgplugin.desktop -share/services/kviewcanvas.desktop -share/services/kviewviewer.desktop -share/services/mrml.protocol -share/services/mrml_part.desktop -share/services/photobook.desktop -share/services/svgthumbnail.desktop -share/servicetypes/kimageviewer.desktop -share/servicetypes/kimageviewercanvas.desktop -share/servicetypes/kmultipage.desktop -share/servicetypes/ksvgrenderer.desktop -@exec /bin/mkdir -p %D/share/doc/HTML/en/kdegraphics-apidocs/kviewshell/html -@exec /bin/mkdir -p %D/share/doc/HTML/en/kdegraphics-apidocs/kviewshell/html -@exec /bin/mkdir -p %D/share/doc/HTML/en/kdegraphics-apidocs/kfaxview/html -@exec /bin/mkdir -p %D/share/doc/HTML/en/kdegraphics-apidocs/kfaxview/html -@exec /bin/mkdir -p %D/share/doc/HTML/en/kdegraphics-apidocs/kviewshell/html -@exec /bin/mkdir -p %D/share/doc/HTML/en/kdegraphics-apidocs/kfaxview/html -@dirrm share/services/kconfiguredialog -@dirrm share/doc/HTML/en/kview -@dirrm share/doc/HTML/en/ksnapshot -@dirrm share/doc/HTML/en/kruler -@dirrm share/doc/HTML/en/kpovmodeler -@dirrm share/doc/HTML/en/kpdf -@dirrm share/doc/HTML/en/kolourpaint -@dirrm share/doc/HTML/en/kiconedit -@dirrm share/doc/HTML/en/kghostview -@dirrm share/doc/HTML/en/kgamma -@dirrm share/doc/HTML/en/kdvi -@dirrm share/doc/HTML/en/kdegraphics-apidocs/kviewshell/html -@dirrm share/doc/HTML/en/kdegraphics-apidocs/kviewshell -@dirrm share/doc/HTML/en/kdegraphics-apidocs/kfaxview/html -@dirrm share/doc/HTML/en/kdegraphics-apidocs/kfaxview -@dirrm share/doc/HTML/en/kdegraphics-apidocs -@dirrm share/doc/HTML/en/kcoloredit -@dirrm share/apps/photobook -@dirrm share/apps/kviewviewer/kpartplugins -@dirrm share/apps/kviewviewer -@dirrm share/apps/kviewshell -@dirrm share/apps/kviewerpart/icons/hicolor/48x48/actions -@dirrm share/apps/kviewerpart/icons/hicolor/48x48 -@dirrm share/apps/kviewerpart/icons/hicolor/32x32/actions -@dirrm share/apps/kviewerpart/icons/hicolor/32x32 -@dirrm share/apps/kviewerpart/icons/hicolor/22x22/actions -@dirrm share/apps/kviewerpart/icons/hicolor/22x22 -@dirrm share/apps/kviewerpart/icons/hicolor/16x16/actions -@dirrm share/apps/kviewerpart/icons/hicolor/16x16 -@dirrm share/apps/kviewerpart/icons/hicolor -@dirrm share/apps/kviewerpart/icons -@dirrm share/apps/kviewerpart -@dirrm share/apps/kview/kpartplugins -@dirrm share/apps/kview -@dirrm share/apps/ksvg -@dirrm share/apps/kruler/sounds -@dirrm share/apps/kruler/pics -@dirrm share/apps/kruler -@dirrm share/apps/kpovmodeler/icons/locolor/16x16/actions -@dirrm share/apps/kpovmodeler/icons/locolor/16x16 -@dirrm share/apps/kpovmodeler/icons/locolor -@dirrm share/apps/kpovmodeler/icons/crystalsvg/22x22/actions -@dirrm share/apps/kpovmodeler/icons/crystalsvg/22x22 -@dirrm share/apps/kpovmodeler/icons/crystalsvg/16x16/actions -@dirrm share/apps/kpovmodeler/icons/crystalsvg/16x16 -@dirrm share/apps/kpovmodeler/icons/crystalsvg -@dirrm share/apps/kpovmodeler/icons -@dirrm share/apps/kpovmodeler/examples/scenes/objects -@dirrm share/apps/kpovmodeler/examples/scenes/lights -@dirrm share/apps/kpovmodeler/examples/scenes/interior -@dirrm share/apps/kpovmodeler/examples/scenes/csg -@dirrm share/apps/kpovmodeler/examples/scenes/advanced -@dirrm share/apps/kpovmodeler/examples/scenes -@dirrm share/apps/kpovmodeler/examples/includes/original -@dirrm share/apps/kpovmodeler/examples/includes/inlined -@dirrm share/apps/kpovmodeler/examples/includes -@dirrm share/apps/kpovmodeler/examples -@dirrm share/apps/kpovmodeler -@dirrm share/apps/kpdfpart -@dirrm share/apps/kpdf -@dirrm share/apps/kolourpaint/pics -@dirrm share/apps/kolourpaint/icons/hicolor/scalable/apps -@dirrm share/apps/kolourpaint/icons/hicolor/scalable -@dirrm share/apps/kolourpaint/icons/hicolor/48x48/apps -@dirrm share/apps/kolourpaint/icons/hicolor/48x48 -@dirrm share/apps/kolourpaint/icons/hicolor/32x32/apps -@dirrm share/apps/kolourpaint/icons/hicolor/32x32 -@dirrm share/apps/kolourpaint/icons/hicolor/22x22/apps -@dirrm share/apps/kolourpaint/icons/hicolor/22x22 -@dirrm share/apps/kolourpaint/icons/hicolor/16x16/apps -@dirrm share/apps/kolourpaint/icons/hicolor/16x16 -@dirrm share/apps/kolourpaint/icons/hicolor -@dirrm share/apps/kolourpaint/icons/crystalsvg/scalable/actions -@dirrm share/apps/kolourpaint/icons/crystalsvg/scalable -@dirrm share/apps/kolourpaint/icons/crystalsvg/48x48/actions -@dirrm share/apps/kolourpaint/icons/crystalsvg/48x48 -@dirrm share/apps/kolourpaint/icons/crystalsvg/32x32/actions -@dirrm share/apps/kolourpaint/icons/crystalsvg/32x32 -@dirrm share/apps/kolourpaint/icons/crystalsvg/22x22/actions -@dirrm share/apps/kolourpaint/icons/crystalsvg/22x22 -@dirrm share/apps/kolourpaint/icons/crystalsvg/16x16/actions -@dirrm share/apps/kolourpaint/icons/crystalsvg/16x16 -@dirrm share/apps/kolourpaint/icons/crystalsvg -@dirrm share/apps/kolourpaint/icons -@dirrm share/apps/kolourpaint -@dirrm share/apps/kiconedit/pics -@dirrm share/apps/kiconedit -@dirrm share/apps/kghostview -@dirrm share/apps/kgamma/pics -@dirrm share/apps/kgamma -@dirrm share/apps/kfaxview -@dirrm share/apps/kfax/pics -@dirrm share/apps/kfax -@dirrm share/apps/kdvi -@dirrm share/apps/kcoloredit -@dirrm include/libtext2path-0.1 -@dirrm include/kviewshell -@dirrm include/ksvg diff --git a/graphics/kipi-plugins-kde4/Makefile b/graphics/kipi-plugins-kde4/Makefile deleted file mode 100644 index 15ce0f16fba6..000000000000 --- a/graphics/kipi-plugins-kde4/Makefile +++ /dev/null @@ -1,215 +0,0 @@ -# New ports collection makefile for: digikam-plugins -# Date created: 15 February 2004 -# Whom: Arjan van Leeuwen <avleeuwen@piwebs.com> -# -# $FreeBSD$ -# - -PORTNAME= kipi-plugins -PORTVERSION= 0.1.3 -PORTEPOCH= 1 -CATEGORIES= graphics kde -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= kipi - -MAINTAINER= ale@FreeBSD.org -COMMENT= KDE Image Plugin Interface plugins - -LIB_DEPENDS= kipi.1:${PORTSDIR}/graphics/libkipi \ - exiv2.0:${PORTSDIR}/graphics/exiv2 - -OPTIONS= ACQUIREIMAGES "scanner/screenshot plugin" on \ - BATCHPROCESSIMAGES "batch processing on images" on \ - CALENDAR "create calendars" on \ - CDARCHIVING "create album CDs" on \ - FINDIMAGES "find duplicate images in albums" on \ - FLICKREXPORT "export images to flickr account" on \ - GALLERYEXPORT "export images to remote Gallery server" on \ - GPSSYNC "geolocalize pictures" on \ - HTMLEXPORT "export images collections into HTML page" on \ - JPEGLOSSLESS "batch processing without losing metainfo" on \ - KAMERAKLIENT "GPhoto2 interface (import from cameras)" on \ - METADATAEDIT "edit EXIF and IPTC pictures metadata" on \ - MPEGENCODER "tool to build a video from images" on \ - PRINTWIZARD "a print wizard" on \ - RAWCONVERTER "convert RAW images from digital cameras" on \ - SENDIMAGES "send images by email" on \ - SIMPLEVIEWEREXPORT "export images to SimpleViewer" on \ - SLIDESHOW "create a slideshow" on \ - TIMEADJUST "adjust image file time and date" on \ - WALLPAPER "set your image as wallpaper" on - -USE_BZIP2= yes -USE_AUTOTOOLS= libtool:15 -USE_GMAKE= yes -USE_KDELIBS_VER=3 -USE_GETTEXT= yes -USE_LDCONFIG= yes - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -CONFIGURE_ARGS+=--enable-final -.endif - -.if !defined(WITHOUT_ACQUIREIMAGES) -PLIST_SUB+= ACQUIREIMAGES:="" -SUBDIRS+= acquireimages -LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff -.else -PLIST_SUB+= ACQUIREIMAGES:="@comment " -.endif - -.if !defined(WITHOUT_BATCHPROCESSIMAGES) -PLIST_SUB+= BATCHPROCESSIMAGES:="" -SUBDIRS+= batchprocessimages -RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick -.else -PLIST_SUB+= BATCHPROCESSIMAGES:="@comment " -.endif - -.if !defined(WITHOUT_CALENDAR) -PLIST_SUB+= CALENDAR:="" -SUBDIRS+= calendar -.else -PLIST_SUB+= CALENDAR:="@comment " -.endif - -.if !defined(WITHOUT_CDARCHIVING) -PLIST_SUB+= CDARCHIVING:="" -RUN_DEPENDS+= k3b:${PORTSDIR}/sysutils/k3b -SUBDIRS+= cdarchiving -.else -PLIST_SUB+= CDARCHIVING:="@comment " -.endif - -.if !defined(WITHOUT_FINDIMAGES) -PLIST_SUB+= FINDIMAGES:="" -SUBDIRS+= findimages -.else -PLIST_SUB+= FINDIMAGES:="@comment " -.endif - -.if !defined(WITHOUT_FLICKREXPORT) -PLIST_SUB+= FLICKREXPORT:="" -SUBDIRS+= flickrexport -.else -PLIST_SUB+= FLICKREXPORT:="@comment " -.endif - -.if !defined(WITHOUT_GALLERYEXPORT) -PLIST_SUB+= GALLERYEXPORT:="" -SUBDIRS+= galleryexport -.else -PLIST_SUB+= GALLERYEXPORT:="@comment " -.endif - -.if !defined(WITHOUT_GPSSYNC) -PLIST_SUB+= GPSSYNC:="" -SUBDIRS+= gpssync -.else -PLIST_SUB+= GPSSYNC:="@comment " -.endif - -.if !defined(WITHOUT_HTMLEXPORT) -PLIST_SUB+= HTMLEXPORT:="" -SUBDIRS+= htmlexport -LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt -.else -PLIST_SUB+= HTMLEXPORT:="@comment " -.endif - -.if !defined(WITHOUT_JPEGLOSSLESS) -PLIST_SUB+= JPEGLOSSLESS:="" -SUBDIRS+= jpeglossless -RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick -.else -PLIST_SUB+= JPEGLOSSLESS:="@comment " -.endif - -.if !defined(WITHOUT_KAMERAKLIENT) -PLIST_SUB+= KAMERAKLIENT:="" -SUBDIRS+= kameraklient -LIB_DEPENDS+= gphoto2.2:${PORTSDIR}/graphics/libgphoto2 -.else -PLIST_SUB+= KAMERAKLIENT:="@comment " -.endif - -.if !defined(WITHOUT_METADATAEDIT) -PLIST_SUB+= METADATAEDIT:="" -SUBDIRS+= metadataedit -.else -PLIST_SUB+= METADATAEDIT:="@comment " -.endif - -.if !defined(WITHOUT_MPEGENCODER) -PLIST_SUB+= MPEGENCODER:="" -RUN_DEPENDS+= mpeg2enc:${PORTSDIR}/multimedia/mjpegtools \ - convert:${PORTSDIR}/graphics/ImageMagick -MAN1+= images2mpg.1 -SUBDIRS+= mpegencoder -.else -PLIST_SUB+= MPEGENCODER:="@comment " -.endif - -.if !defined(WITHOUT_PRINTWIZARD) -PLIST_SUB+= PRINTWIZARD:="" -SUBDIRS+= printwizard -.else -PLIST_SUB+= PRINTWIZARD:="@comment " -.endif - -.if !defined(WITHOUT_RAWCONVERTER) -PLIST_SUB+= RAWCONVERTER:="" -LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff -SUBDIRS+= rawconverter -.else -PLIST_SUB+= RAWCONVERTER:="@comment " -.endif - -.if !defined(WITHOUT_SENDIMAGES) -PLIST_SUB+= SENDIMAGES:="" -SUBDIRS+= sendimages -.else -PLIST_SUB+= SENDIMAGES:="@comment " -.endif - -.if !defined(WITHOUT_SIMPLEVIEWEREXPORT) -PLIST_SUB+= SIMPLEVIEWEREXPORT:="" -SUBDIRS+= simpleviewerexport -.else -PLIST_SUB+= SIMPLEVIEWEREXPORT:="@comment " -.endif - -.if !defined(WITHOUT_SLIDESHOW) -PLIST_SUB+= SLIDESHOW:="" -SUBDIRS+= slideshow -LIB_DEPENDS+= Imlib2.3:${PORTSDIR}/graphics/imlib2 -.else -PLIST_SUB+= SLIDESHOW:="@comment " -.endif - -.if !defined(WITHOUT_TIMEADJUST) -PLIST_SUB+= TIMEADJUST:="" -SUBDIRS+= timeadjust -.else -PLIST_SUB+= TIMEADJUST:="@comment " -.endif - -.if !defined(WITHOUT_WALLPAPER) -PLIST_SUB+= WALLPAPER:="" -SUBDIRS+= wallpaper -.else -PLIST_SUB+= WALLPAPER:="@comment " -.endif - -post-patch:: - @${REINPLACE_CMD} -e 's|-O2||g;s|-fno-schedule-insns -fno-inline||g' \ - ${WRKSRC}/${CONFIGURE_SCRIPT} - @${REINPLACE_CMD} -e 's@-lpthread@${PTHREAD_LIBS}@g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's@%%SUBDIRS%%@${SUBDIRS}@g' ${WRKSRC}/kipi-plugins/Makefile.in - @${REINPLACE_CMD} -e 's@\/usr\/bin\/k3b@${PREFIX}\/bin\/k3b@g' \ - ${WRKSRC}/kipi-plugins/cdarchiving/cdarchiving.cpp \ - ${WRKSRC}/kipi-plugins/cdarchiving/cdarchivingdialog.cpp - -.include <bsd.port.post.mk> diff --git a/graphics/kipi-plugins-kde4/distinfo b/graphics/kipi-plugins-kde4/distinfo deleted file mode 100644 index b688ab9b7f17..000000000000 --- a/graphics/kipi-plugins-kde4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (kipi-plugins-0.1.3.tar.bz2) = 7b8e55906b5d08280ab3ad3c2b43e8ab -SHA256 (kipi-plugins-0.1.3.tar.bz2) = b35a167676b36f082b78372533f7985aa5abb319d58ad18552ec3c1c0b545184 -SIZE (kipi-plugins-0.1.3.tar.bz2) = 7595003 diff --git a/graphics/kipi-plugins-kde4/files/patch-kipi-plugins_Makefile.in b/graphics/kipi-plugins-kde4/files/patch-kipi-plugins_Makefile.in deleted file mode 100644 index 94d4c81d95b6..000000000000 --- a/graphics/kipi-plugins-kde4/files/patch-kipi-plugins_Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- kipi-plugins/Makefile.in.orig Wed Jan 24 22:04:37 2007 -+++ kipi-plugins/Makefile.in Fri Jan 26 08:31:57 2007 -@@ -377,11 +377,7 @@ - @compile_ACQUIREIMAGES_TRUE@ACQUIREIMAGESDIR = acquireimages - @compile_RAWCONVERTER_TRUE@RAWCONVERTERDIR = rawconverter - @compile_IPODEXPORT_TRUE@IPODEXPORTDIR = ipodexport --SUBDIRS = common printwizard calendar mpegencoder cdarchiving simpleviewerexport \ -- sendimages batchprocessimages wallpaper findimages galleryexport flickrexport \ -- jpeglossless timeadjust gpssync metadataedit \ -- $(SLIDESHOWDIR) $(KAMERAKLIENTDIR) $(ACQUIREIMAGESDIR) $(RAWCONVERTERDIR) \ -- $(HTMLEXPORTDIR) $(IPODEXPORTDIR) -+SUBDIRS = common %%SUBDIRS%% - - rcdir = $(kde_datadir)/kipi - rc_DATA = tips diff --git a/graphics/kipi-plugins-kde4/files/patch-kipi-plugins_acquireimages_acquireimagedialog.cpp b/graphics/kipi-plugins-kde4/files/patch-kipi-plugins_acquireimages_acquireimagedialog.cpp deleted file mode 100644 index 821a78ee9681..000000000000 --- a/graphics/kipi-plugins-kde4/files/patch-kipi-plugins_acquireimages_acquireimagedialog.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- kipi-plugins/acquireimages/acquireimagedialog.cpp.orig Fri Jan 26 09:24:31 2007 -+++ kipi-plugins/acquireimages/acquireimagedialog.cpp Fri Jan 26 09:25:12 2007 -@@ -120,7 +120,7 @@ - // About data and help button. - - m_about = new KIPIPlugins::KPAboutData(I18N_NOOP("Acquire images"), -- NULL, -+ (char*) NULL, - KAboutData::License_GPL, - I18N_NOOP("A Kipi plugin to acquire images"), - "(c) 2003-2004, Gilles Caulier"); diff --git a/graphics/kipi-plugins-kde4/pkg-descr b/graphics/kipi-plugins-kde4/pkg-descr deleted file mode 100644 index 6a7d59ad6505..000000000000 --- a/graphics/kipi-plugins-kde4/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Kipi (KDE Image Plugin Interface) is an effort to develop a common plugin -structure for Digikam, KimDaBa, Showimg and Gwenview. Its aim is to share -image plugins among graphic applications. - -This is a set of plugins using Kipi. - -WWW: http://extragear.kde.org/apps/kipi - -- Alex Dupre -ale@FreeBSD.org diff --git a/graphics/kipi-plugins-kde4/pkg-plist b/graphics/kipi-plugins-kde4/pkg-plist deleted file mode 100644 index d59c2a77c8af..000000000000 --- a/graphics/kipi-plugins-kde4/pkg-plist +++ /dev/null @@ -1,1239 +0,0 @@ -%%ACQUIREIMAGES:%%lib/kde3/kipiplugin_acquireimages.a -%%ACQUIREIMAGES:%%lib/kde3/kipiplugin_acquireimages.la -%%ACQUIREIMAGES:%%lib/kde3/kipiplugin_acquireimages.so -%%ACQUIREIMAGES:%%share/services/kipiplugin_acquireimages.desktop - -%%BATCHPROCESSIMAGES:%%lib/kde3/kipiplugin_batchprocessimages.a -%%BATCHPROCESSIMAGES:%%lib/kde3/kipiplugin_batchprocessimages.la -%%BATCHPROCESSIMAGES:%%lib/kde3/kipiplugin_batchprocessimages.so -%%BATCHPROCESSIMAGES:%%share/apps/kipiplugin_batchprocessimages/data/handcursor.png -%%BATCHPROCESSIMAGES:%%share/apps/kipiplugin_batchprocessimages/icons/hicolor/32x32/actions/borderimages.png -%%BATCHPROCESSIMAGES:%%share/apps/kipiplugin_batchprocessimages/icons/hicolor/32x32/actions/colorimages.png -%%BATCHPROCESSIMAGES:%%share/apps/kipiplugin_batchprocessimages/icons/hicolor/32x32/actions/convertimages.png -%%BATCHPROCESSIMAGES:%%share/apps/kipiplugin_batchprocessimages/icons/hicolor/32x32/actions/effectimages.png -%%BATCHPROCESSIMAGES:%%share/apps/kipiplugin_batchprocessimages/icons/hicolor/32x32/actions/filterimages.png -%%BATCHPROCESSIMAGES:%%share/apps/kipiplugin_batchprocessimages/icons/hicolor/32x32/actions/recompressimages.png -%%BATCHPROCESSIMAGES:%%share/apps/kipiplugin_batchprocessimages/icons/hicolor/32x32/actions/renameimages.png -%%BATCHPROCESSIMAGES:%%share/apps/kipiplugin_batchprocessimages/icons/hicolor/32x32/actions/resizeimages.png -%%BATCHPROCESSIMAGES:%%share/services/kipiplugin_batchprocessimages.desktop -%%BATCHPROCESSIMAGES:%%@dirrm share/apps/kipiplugin_batchprocessimages/icons/hicolor/32x32/actions -%%BATCHPROCESSIMAGES:%%@dirrm share/apps/kipiplugin_batchprocessimages/icons/hicolor/32x32 -%%BATCHPROCESSIMAGES:%%@dirrm share/apps/kipiplugin_batchprocessimages/icons/hicolor -%%BATCHPROCESSIMAGES:%%@dirrm share/apps/kipiplugin_batchprocessimages/icons -%%BATCHPROCESSIMAGES:%%@dirrm share/apps/kipiplugin_batchprocessimages/data -%%BATCHPROCESSIMAGES:%%@dirrm share/apps/kipiplugin_batchprocessimages - -%%CALENDAR:%%lib/kde3/kipiplugin_calendar.a -%%CALENDAR:%%lib/kde3/kipiplugin_calendar.la -%%CALENDAR:%%lib/kde3/kipiplugin_calendar.so -%%CALENDAR:%%share/services/kipiplugin_calendar.desktop - -%%CDARCHIVING:%%lib/kde3/kipiplugin_cdarchiving.a -%%CDARCHIVING:%%lib/kde3/kipiplugin_cdarchiving.la -%%CDARCHIVING:%%lib/kde3/kipiplugin_cdarchiving.so -%%CDARCHIVING:%%share/apps/kipi/data/autorun/ShellExecute.bat -%%CDARCHIVING:%%share/apps/kipi/data/autorun/cdalbums.ico -%%CDARCHIVING:%%share/apps/kipi/data/image_broken.png -%%CDARCHIVING:%%share/apps/kipi/data/index.htm -%%CDARCHIVING:%%share/apps/kipi/gohome.png -%%CDARCHIVING:%%share/apps/kipi/up.png -%%CDARCHIVING:%%share/apps/kipi/valid-html401.png -%%CDARCHIVING:%%share/services/kipiplugin_cdarchiving.desktop -%%CDARCHIVING:%%@dirrm share/apps/kipi/data/autorun - -%%FINDIMAGES:%%lib/kde3/kipiplugin_findimages.a -%%FINDIMAGES:%%lib/kde3/kipiplugin_findimages.la -%%FINDIMAGES:%%lib/kde3/kipiplugin_findimages.so -%%FINDIMAGES:%%share/apps/kipiplugin_findimages/icons/hicolor/32x32/actions/finddupplicateimages.png -%%FINDIMAGES:%%share/services/kipiplugin_findimages.desktop -%%FINDIMAGES:%%@dirrm share/apps/kipiplugin_findimages/icons/hicolor/32x32/actions -%%FINDIMAGES:%%@dirrm share/apps/kipiplugin_findimages/icons/hicolor/32x32 -%%FINDIMAGES:%%@dirrm share/apps/kipiplugin_findimages/icons/hicolor -%%FINDIMAGES:%%@dirrm share/apps/kipiplugin_findimages/icons -%%FINDIMAGES:%%@dirrm share/apps/kipiplugin_findimages - -%%FLICKREXPORT:%%lib/kde3/kipiplugin_flickrexport.a -%%FLICKREXPORT:%%lib/kde3/kipiplugin_flickrexport.la -%%FLICKREXPORT:%%lib/kde3/kipiplugin_flickrexport.so -%%FLICKREXPORT:%%share/services/kipiplugin_flickrexport.desktop - -%%GALLERYEXPORT:%%lib/kde3/kipiplugin_galleryexport.a -%%GALLERYEXPORT:%%lib/kde3/kipiplugin_galleryexport.so -%%GALLERYEXPORT:%%lib/kde3/kipiplugin_galleryexport.la -%%GALLERYEXPORT:%%share/services/kipiplugin_galleryexport.desktop - -%%GPSSYNC:%%lib/kde3/kipiplugin_gpssync.a -%%GPSSYNC:%%lib/kde3/kipiplugin_gpssync.la -%%GPSSYNC:%%lib/kde3/kipiplugin_gpssync.so -%%GPSSYNC:%%share/apps/kipiplugin_gpssync/icons/hicolor/16x16/actions/gpsimagetag.png -%%GPSSYNC:%%share/apps/kipiplugin_gpssync/icons/hicolor/32x32/actions/gpsimagetag.png -%%GPSSYNC:%%share/services/kipiplugin_gpssync.desktop -%%GPSSYNC:%%@dirrm share/apps/kipiplugin_gpssync/icons/hicolor/16x16/actions -%%GPSSYNC:%%@dirrm share/apps/kipiplugin_gpssync/icons/hicolor/16x16 -%%GPSSYNC:%%@dirrm share/apps/kipiplugin_gpssync/icons/hicolor/32x32/actions -%%GPSSYNC:%%@dirrm share/apps/kipiplugin_gpssync/icons/hicolor/32x32 -%%GPSSYNC:%%@dirrm share/apps/kipiplugin_gpssync/icons/hicolor -%%GPSSYNC:%%@dirrm share/apps/kipiplugin_gpssync/icons -%%GPSSYNC:%%@dirrm share/apps/kipiplugin_gpssync - -%%HTMLEXPORT:%%lib/kde3/kipiplugin_htmlexport.a -%%HTMLEXPORT:%%lib/kde3/kipiplugin_htmlexport.la -%%HTMLEXPORT:%%lib/kde3/kipiplugin_htmlexport.so -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/matrix/bg.png -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/matrix/matrix.desktop -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/matrix/style.css -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/matrix/template.xsl -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/simple/simple.desktop -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/simple/style.css -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/simple/template.xsl -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/snow/next.png -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/snow/next_disabled.png -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/snow/previous.png -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/snow/previous_disabled.png -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/snow/snow.desktop -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/snow/style.css -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/snow/template.xsl -%%HTMLEXPORT:%%share/config.kcfg/htmlexportconfig.kcfg -%%HTMLEXPORT:%%share/services/kipiplugin_htmlexport.desktop -%%HTMLEXPORT:%%@dirrm share/apps/kipiplugin_htmlexport/themes/matrix -%%HTMLEXPORT:%%@dirrm share/apps/kipiplugin_htmlexport/themes/simple -%%HTMLEXPORT:%%@dirrm share/apps/kipiplugin_htmlexport/themes/snow -%%HTMLEXPORT:%%@dirrm share/apps/kipiplugin_htmlexport/themes -%%HTMLEXPORT:%%@dirrm share/apps/kipiplugin_htmlexport - -%%JPEGLOSSLESS:%%lib/kde3/kipiplugin_jpeglossless.a -%%JPEGLOSSLESS:%%lib/kde3/kipiplugin_jpeglossless.la -%%JPEGLOSSLESS:%%lib/kde3/kipiplugin_jpeglossless.so -%%JPEGLOSSLESS:%%share/apps/kipiplugin_jpeglossless/icons/hicolor/32x32/actions/flip.png -%%JPEGLOSSLESS:%%share/apps/kipiplugin_jpeglossless/icons/hicolor/32x32/actions/grayscaleconvert.png -%%JPEGLOSSLESS:%%share/services/kipiplugin_jpeglossless.desktop -%%JPEGLOSSLESS:%%@dirrm share/apps/kipiplugin_jpeglossless/icons/hicolor/32x32/actions -%%JPEGLOSSLESS:%%@dirrm share/apps/kipiplugin_jpeglossless/icons/hicolor/32x32 -%%JPEGLOSSLESS:%%@dirrm share/apps/kipiplugin_jpeglossless/icons/hicolor -%%JPEGLOSSLESS:%%@dirrm share/apps/kipiplugin_jpeglossless/icons -%%JPEGLOSSLESS:%%@dirrm share/apps/kipiplugin_jpeglossless - -%%KAMERAKLIENT:%%lib/kde3/kipiplugin_kameraklient.a -%%KAMERAKLIENT:%%lib/kde3/kipiplugin_kameraklient.la -%%KAMERAKLIENT:%%lib/kde3/kipiplugin_kameraklient.so -%%KAMERAKLIENT:%%share/services/kipiplugin_kameraklient.desktop - -%%METADATAEDIT:%%lib/kde3/kipiplugin_metadataedit.a -%%METADATAEDIT:%%lib/kde3/kipiplugin_metadataedit.la -%%METADATAEDIT:%%lib/kde3/kipiplugin_metadataedit.so -%%METADATAEDIT:%%share/services/kipiplugin_metadataedit.desktop - -%%MPEGENCODER:%%bin/images2mpg -%%MPEGENCODER:%%lib/kde3/kipiplugin_mpegencoder.a -%%MPEGENCODER:%%lib/kde3/kipiplugin_mpegencoder.la -%%MPEGENCODER:%%lib/kde3/kipiplugin_mpegencoder.so -%%MPEGENCODER:%%share/services/kipiplugin_mpegencoder.desktop - -%%PRINTWIZARD:%%lib/kde3/kipiplugin_printwizard.a -%%PRINTWIZARD:%%lib/kde3/kipiplugin_printwizard.la -%%PRINTWIZARD:%%lib/kde3/kipiplugin_printwizard.so -%%PRINTWIZARD:%%share/services/kipiplugin_printwizard.desktop - -%%RAWCONVERTER:%%bin/kipidcraw -%%RAWCONVERTER:%%lib/kde3/kipiplugin_rawconverter.a -%%RAWCONVERTER:%%lib/kde3/kipiplugin_rawconverter.la -%%RAWCONVERTER:%%lib/kde3/kipiplugin_rawconverter.so -%%RAWCONVERTER:%%share/apps/kipiplugin_rawconverter/icons/hicolor/32x32/actions/rawconverterbatch.png -%%RAWCONVERTER:%%share/apps/kipiplugin_rawconverter/icons/hicolor/32x32/actions/rawconvertersingle.png -%%RAWCONVERTER:%%share/apps/kipiplugin_rawconverter/profiles/adobergb.icm -%%RAWCONVERTER:%%share/apps/kipiplugin_rawconverter/profiles/prophoto.icm -%%RAWCONVERTER:%%share/apps/kipiplugin_rawconverter/profiles/srgb.icm -%%RAWCONVERTER:%%share/apps/kipiplugin_rawconverter/profiles/widegamut.icm -%%RAWCONVERTER:%%share/services/kipiplugin_rawconverter.desktop -%%RAWCONVERTER:%%@dirrm share/apps/kipiplugin_rawconverter/icons/hicolor/32x32/actions -%%RAWCONVERTER:%%@dirrm share/apps/kipiplugin_rawconverter/icons/hicolor/32x32 -%%RAWCONVERTER:%%@dirrm share/apps/kipiplugin_rawconverter/icons/hicolor -%%RAWCONVERTER:%%@dirrm share/apps/kipiplugin_rawconverter/icons -%%RAWCONVERTER:%%@dirrm share/apps/kipiplugin_rawconverter/profiles -%%RAWCONVERTER:%%@dirrm share/apps/kipiplugin_rawconverter - -%%SENDIMAGES:%%lib/kde3/kipiplugin_sendimages.a -%%SENDIMAGES:%%lib/kde3/kipiplugin_sendimages.la -%%SENDIMAGES:%%lib/kde3/kipiplugin_sendimages.so -%%SENDIMAGES:%%share/services/kipiplugin_sendimages.desktop - -%%SIMPLEVIEWEREXPORT:%%lib/kde3/kipiplugin_simpleviewer.a -%%SIMPLEVIEWEREXPORT:%%lib/kde3/kipiplugin_simpleviewer.la -%%SIMPLEVIEWEREXPORT:%%lib/kde3/kipiplugin_simpleviewer.so -%%SIMPLEVIEWEREXPORT:%%share/apps/kipiplugin_simpleviewerexport/index.template -%%SIMPLEVIEWEREXPORT:%%share/apps/kipiplugin_simpleviewerexport/simpleviewer_html/space.png -%%SIMPLEVIEWEREXPORT:%%share/apps/kipiplugin_simpleviewerexport/simpleviewer_html/upgrade.html -%%SIMPLEVIEWEREXPORT:%%share/services/kipiplugin_simpleviewer.desktop -%%SIMPLEVIEWEREXPORT:%%@dirrm share/apps/kipiplugin_simpleviewerexport/simpleviewer_html -%%SIMPLEVIEWEREXPORT:%%@dirrm share/apps/kipiplugin_simpleviewerexport - -%%SLIDESHOW:%%lib/kde3/kipiplugin_slideshow.a -%%SLIDESHOW:%%lib/kde3/kipiplugin_slideshow.la -%%SLIDESHOW:%%lib/kde3/kipiplugin_slideshow.so -%%SLIDESHOW:%%share/apps/kipiplugin_slideshow/icons/hicolor/22x22/actions/slideshow.png -%%SLIDESHOW:%%share/services/kipiplugin_slideshow.desktop -%%SLIDESHOW:%%@dirrm share/apps/kipiplugin_slideshow/icons/hicolor/22x22/actions -%%SLIDESHOW:%%@dirrm share/apps/kipiplugin_slideshow/icons/hicolor/22x22 -%%SLIDESHOW:%%@dirrm share/apps/kipiplugin_slideshow/icons/hicolor -%%SLIDESHOW:%%@dirrm share/apps/kipiplugin_slideshow/icons -%%SLIDESHOW:%%@dirrm share/apps/kipiplugin_slideshow - -%%TIMEADJUST:%%lib/kde3/kipiplugin_timeadjust.a -%%TIMEADJUST:%%lib/kde3/kipiplugin_timeadjust.la -%%TIMEADJUST:%%lib/kde3/kipiplugin_timeadjust.so -%%TIMEADJUST:%%share/services/kipiplugin_timeadjust.desktop - -%%WALLPAPER:%%lib/kde3/kipiplugin_wallpaper.a -%%WALLPAPER:%%lib/kde3/kipiplugin_wallpaper.la -%%WALLPAPER:%%lib/kde3/kipiplugin_wallpaper.so -%%WALLPAPER:%%share/services/kipiplugin_wallpaper.desktop - -lib/libkipiplugins.a -lib/libkipiplugins.la -lib/libkipiplugins.so -lib/libkipiplugins.so.0 - -share/apps/kipi/tips - -share/doc/HTML/da/kipi-plugins/acquireimages.docbook -share/doc/HTML/da/kipi-plugins/borderimages.docbook -share/doc/HTML/da/kipi-plugins/calendar.docbook -share/doc/HTML/da/kipi-plugins/cdarchiving.docbook -share/doc/HTML/da/kipi-plugins/colorimages.docbook -share/doc/HTML/da/kipi-plugins/common -share/doc/HTML/da/kipi-plugins/convertimages.docbook -share/doc/HTML/da/kipi-plugins/effectimages.docbook -share/doc/HTML/da/kipi-plugins/filterimages.docbook -share/doc/HTML/da/kipi-plugins/findduplicateimages.docbook -share/doc/HTML/da/kipi-plugins/flickrexport.docbook -share/doc/HTML/da/kipi-plugins/galleryexport.docbook -share/doc/HTML/da/kipi-plugins/imagesgallery.docbook -share/doc/HTML/da/kipi-plugins/index.cache.bz2 -share/doc/HTML/da/kipi-plugins/index.docbook -share/doc/HTML/da/kipi-plugins/jpeglossless.docbook -share/doc/HTML/da/kipi-plugins/kameraklient.docbook -share/doc/HTML/da/kipi-plugins/mpeg_encode_dialog.png -share/doc/HTML/da/kipi-plugins/mpegencoder.docbook -share/doc/HTML/da/kipi-plugins/printwizard.docbook -share/doc/HTML/da/kipi-plugins/rawconverter.docbook -share/doc/HTML/da/kipi-plugins/recompressimages.docbook -share/doc/HTML/da/kipi-plugins/renameimages.docbook -share/doc/HTML/da/kipi-plugins/resizeimages.docbook -share/doc/HTML/da/kipi-plugins/sendimages.docbook -share/doc/HTML/da/kipi-plugins/slideshow.docbook -share/doc/HTML/da/kipi-plugins/timeadjust.docbook -share/doc/HTML/da/kipi-plugins/wallpaper.docbook -share/doc/HTML/de/kipi-plugins/acquire-savetargetpreview.png -share/doc/HTML/de/kipi-plugins/acquire-screenshotpreview.png -share/doc/HTML/de/kipi-plugins/acquireimages.docbook -share/doc/HTML/de/kipi-plugins/borderimages.docbook -share/doc/HTML/de/kipi-plugins/calendar.docbook -share/doc/HTML/de/kipi-plugins/cdarchiving.docbook -share/doc/HTML/de/kipi-plugins/colorimages.docbook -share/doc/HTML/de/kipi-plugins/common -share/doc/HTML/de/kipi-plugins/convertimages.docbook -share/doc/HTML/de/kipi-plugins/effectimages.docbook -share/doc/HTML/de/kipi-plugins/filterimages.docbook -share/doc/HTML/de/kipi-plugins/findduplicateimages.docbook -share/doc/HTML/de/kipi-plugins/flickrexport.docbook -share/doc/HTML/de/kipi-plugins/flickrexportauthenticated.png -share/doc/HTML/de/kipi-plugins/flickrexportcontinue.png -share/doc/HTML/de/kipi-plugins/flickrexportsignup.png -share/doc/HTML/de/kipi-plugins/flickrexportuploaddialog.png -share/doc/HTML/de/kipi-plugins/flickrexportuploading.png -share/doc/HTML/de/kipi-plugins/galleryexport.docbook -share/doc/HTML/de/kipi-plugins/imagegallery_albumsettings.png -share/doc/HTML/de/kipi-plugins/imagegallery_collectionselection.png -share/doc/HTML/de/kipi-plugins/imagegallery_looksettings.png -share/doc/HTML/de/kipi-plugins/imagegallery_preview.png -share/doc/HTML/de/kipi-plugins/imagegallery_progress.png -share/doc/HTML/de/kipi-plugins/imagegallery_thumbsettings.png -share/doc/HTML/de/kipi-plugins/imagesgallery.docbook -share/doc/HTML/de/kipi-plugins/index.cache.bz2 -share/doc/HTML/de/kipi-plugins/index.docbook -share/doc/HTML/de/kipi-plugins/jpeglossless.docbook -share/doc/HTML/de/kipi-plugins/kameraklient.docbook -share/doc/HTML/de/kipi-plugins/mpeg_encode_dialog.png -share/doc/HTML/de/kipi-plugins/mpegencoder.docbook -share/doc/HTML/de/kipi-plugins/printwizard.docbook -share/doc/HTML/de/kipi-plugins/raw_converter_batch.png -share/doc/HTML/de/kipi-plugins/raw_converter_single.png -share/doc/HTML/de/kipi-plugins/rawconverter.docbook -share/doc/HTML/de/kipi-plugins/recompressimages.docbook -share/doc/HTML/de/kipi-plugins/renameimages.docbook -share/doc/HTML/de/kipi-plugins/resizeimages.docbook -share/doc/HTML/de/kipi-plugins/sendimages.docbook -share/doc/HTML/de/kipi-plugins/sendimages_imageselection.png -share/doc/HTML/de/kipi-plugins/sendimages_mail.png -share/doc/HTML/de/kipi-plugins/sendimages_progress.png -share/doc/HTML/de/kipi-plugins/slideshow.docbook -share/doc/HTML/de/kipi-plugins/slideshow.png -share/doc/HTML/de/kipi-plugins/slideshow_dialog.png -share/doc/HTML/de/kipi-plugins/timeadjust.docbook -share/doc/HTML/de/kipi-plugins/wallpaper.docbook -share/doc/HTML/en/kipi-plugins/README -share/doc/HTML/en/kipi-plugins/acquire-savetargetpreview.png -share/doc/HTML/en/kipi-plugins/acquire-screenshotpreview.png -share/doc/HTML/en/kipi-plugins/acquireimages.docbook -share/doc/HTML/en/kipi-plugins/borderimages.docbook -share/doc/HTML/en/kipi-plugins/calendar.docbook -share/doc/HTML/en/kipi-plugins/cdarchiving.docbook -share/doc/HTML/en/kipi-plugins/colorimages.docbook -share/doc/HTML/en/kipi-plugins/common -share/doc/HTML/en/kipi-plugins/convertimages.docbook -share/doc/HTML/en/kipi-plugins/effectimages.docbook -share/doc/HTML/en/kipi-plugins/filterimages.docbook -share/doc/HTML/en/kipi-plugins/findduplicateimages.docbook -share/doc/HTML/en/kipi-plugins/flickrexport.docbook -share/doc/HTML/en/kipi-plugins/flickrexportauthenticated.png -share/doc/HTML/en/kipi-plugins/flickrexportcontinue.png -share/doc/HTML/en/kipi-plugins/flickrexportsignup.png -share/doc/HTML/en/kipi-plugins/flickrexportuploaddialog.png -share/doc/HTML/en/kipi-plugins/flickrexportuploading.png -share/doc/HTML/en/kipi-plugins/galleryexport.docbook -share/doc/HTML/en/kipi-plugins/imagegallery_albumsettings.png -share/doc/HTML/en/kipi-plugins/imagegallery_collectionselection.png -share/doc/HTML/en/kipi-plugins/imagegallery_looksettings.png -share/doc/HTML/en/kipi-plugins/imagegallery_preview.png -share/doc/HTML/en/kipi-plugins/imagegallery_progress.png -share/doc/HTML/en/kipi-plugins/imagegallery_thumbsettings.png -share/doc/HTML/en/kipi-plugins/imagesgallery.docbook -share/doc/HTML/en/kipi-plugins/index.cache.bz2 -share/doc/HTML/en/kipi-plugins/index.docbook -share/doc/HTML/en/kipi-plugins/jpeglossless.docbook -share/doc/HTML/en/kipi-plugins/kameraklient.docbook -share/doc/HTML/en/kipi-plugins/mpeg_encode_dialog.png -share/doc/HTML/en/kipi-plugins/mpegencoder.docbook -share/doc/HTML/en/kipi-plugins/printwizard.docbook -share/doc/HTML/en/kipi-plugins/raw_converter_batch.png -share/doc/HTML/en/kipi-plugins/raw_converter_single.png -share/doc/HTML/en/kipi-plugins/rawconverter.docbook -share/doc/HTML/en/kipi-plugins/recompressimages.docbook -share/doc/HTML/en/kipi-plugins/renameimages.docbook -share/doc/HTML/en/kipi-plugins/resizeimages.docbook -share/doc/HTML/en/kipi-plugins/sendimages.docbook -share/doc/HTML/en/kipi-plugins/sendimages_imageselection.png -share/doc/HTML/en/kipi-plugins/sendimages_mail.png -share/doc/HTML/en/kipi-plugins/sendimages_progress.png -share/doc/HTML/en/kipi-plugins/slideshow.docbook -share/doc/HTML/en/kipi-plugins/slideshow.png -share/doc/HTML/en/kipi-plugins/slideshow_dialog.png -share/doc/HTML/en/kipi-plugins/timeadjust.docbook -share/doc/HTML/en/kipi-plugins/wallpaper.docbook -share/doc/HTML/es/kipi-plugins/acquire-savetargetpreview.png -share/doc/HTML/es/kipi-plugins/acquire-screenshotpreview.png -share/doc/HTML/es/kipi-plugins/acquireimages.docbook -share/doc/HTML/es/kipi-plugins/borderimages.docbook -share/doc/HTML/es/kipi-plugins/calendar.docbook -share/doc/HTML/es/kipi-plugins/cdarchiving.docbook -share/doc/HTML/es/kipi-plugins/colorimages.docbook -share/doc/HTML/es/kipi-plugins/common -share/doc/HTML/es/kipi-plugins/convertimages.docbook -share/doc/HTML/es/kipi-plugins/effectimages.docbook -share/doc/HTML/es/kipi-plugins/filterimages.docbook -share/doc/HTML/es/kipi-plugins/findduplicateimages.docbook -share/doc/HTML/es/kipi-plugins/flickrexport.docbook -share/doc/HTML/es/kipi-plugins/flickrexportauthenticated.png -share/doc/HTML/es/kipi-plugins/flickrexportcontinue.png -share/doc/HTML/es/kipi-plugins/flickrexportsignup.png -share/doc/HTML/es/kipi-plugins/flickrexportuploaddialog.png -share/doc/HTML/es/kipi-plugins/flickrexportuploading.png -share/doc/HTML/es/kipi-plugins/galleryexport.docbook -share/doc/HTML/es/kipi-plugins/imagegallery_albumsettings.png -share/doc/HTML/es/kipi-plugins/imagegallery_collectionselection.png -share/doc/HTML/es/kipi-plugins/imagegallery_looksettings.png -share/doc/HTML/es/kipi-plugins/imagegallery_preview.png -share/doc/HTML/es/kipi-plugins/imagegallery_progress.png -share/doc/HTML/es/kipi-plugins/imagegallery_thumbsettings.png -share/doc/HTML/es/kipi-plugins/imagesgallery.docbook -share/doc/HTML/es/kipi-plugins/index.cache.bz2 -share/doc/HTML/es/kipi-plugins/index.docbook -share/doc/HTML/es/kipi-plugins/jpeglossless.docbook -share/doc/HTML/es/kipi-plugins/kameraklient.docbook -share/doc/HTML/es/kipi-plugins/mpeg_encode_dialog.png -share/doc/HTML/es/kipi-plugins/mpegencoder.docbook -share/doc/HTML/es/kipi-plugins/printwizard.docbook -share/doc/HTML/es/kipi-plugins/raw_converter_batch.png -share/doc/HTML/es/kipi-plugins/raw_converter_single.png -share/doc/HTML/es/kipi-plugins/rawconverter.docbook -share/doc/HTML/es/kipi-plugins/recompressimages.docbook -share/doc/HTML/es/kipi-plugins/renameimages.docbook -share/doc/HTML/es/kipi-plugins/resizeimages.docbook -share/doc/HTML/es/kipi-plugins/sendimages.docbook -share/doc/HTML/es/kipi-plugins/sendimages_imageselection.png -share/doc/HTML/es/kipi-plugins/sendimages_mail.png -share/doc/HTML/es/kipi-plugins/sendimages_progress.png -share/doc/HTML/es/kipi-plugins/slideshow.docbook -share/doc/HTML/es/kipi-plugins/slideshow.png -share/doc/HTML/es/kipi-plugins/slideshow_dialog.png -share/doc/HTML/es/kipi-plugins/timeadjust.docbook -share/doc/HTML/es/kipi-plugins/wallpaper.docbook -share/doc/HTML/et/kipi-plugins/acquireimages.docbook -share/doc/HTML/et/kipi-plugins/borderimages.docbook -share/doc/HTML/et/kipi-plugins/calendar.docbook -share/doc/HTML/et/kipi-plugins/cdarchiving.docbook -share/doc/HTML/et/kipi-plugins/colorimages.docbook -share/doc/HTML/et/kipi-plugins/common -share/doc/HTML/et/kipi-plugins/convertimages.docbook -share/doc/HTML/et/kipi-plugins/effectimages.docbook -share/doc/HTML/et/kipi-plugins/filterimages.docbook -share/doc/HTML/et/kipi-plugins/findduplicateimages.docbook -share/doc/HTML/et/kipi-plugins/flickrexport.docbook -share/doc/HTML/et/kipi-plugins/galleryexport.docbook -share/doc/HTML/et/kipi-plugins/imagesgallery.docbook -share/doc/HTML/et/kipi-plugins/index.cache.bz2 -share/doc/HTML/et/kipi-plugins/index.docbook -share/doc/HTML/et/kipi-plugins/jpeglossless.docbook -share/doc/HTML/et/kipi-plugins/kameraklient.docbook -share/doc/HTML/et/kipi-plugins/mpegencoder.docbook -share/doc/HTML/et/kipi-plugins/printwizard.docbook -share/doc/HTML/et/kipi-plugins/rawconverter.docbook -share/doc/HTML/et/kipi-plugins/recompressimages.docbook -share/doc/HTML/et/kipi-plugins/renameimages.docbook -share/doc/HTML/et/kipi-plugins/resizeimages.docbook -share/doc/HTML/et/kipi-plugins/sendimages.docbook -share/doc/HTML/et/kipi-plugins/slideshow.docbook -share/doc/HTML/et/kipi-plugins/timeadjust.docbook -share/doc/HTML/et/kipi-plugins/wallpaper.docbook -share/doc/HTML/it/kipi-plugins/acquireimages.docbook -share/doc/HTML/it/kipi-plugins/borderimages.docbook -share/doc/HTML/it/kipi-plugins/calendar.docbook -share/doc/HTML/it/kipi-plugins/cdarchiving.docbook -share/doc/HTML/it/kipi-plugins/colorimages.docbook -share/doc/HTML/it/kipi-plugins/common -share/doc/HTML/it/kipi-plugins/convertimages.docbook -share/doc/HTML/it/kipi-plugins/effectimages.docbook -share/doc/HTML/it/kipi-plugins/filterimages.docbook -share/doc/HTML/it/kipi-plugins/findduplicateimages.docbook -share/doc/HTML/it/kipi-plugins/flickrexport.docbook -share/doc/HTML/it/kipi-plugins/galleryexport.docbook -share/doc/HTML/it/kipi-plugins/imagesgallery.docbook -share/doc/HTML/it/kipi-plugins/index.cache.bz2 -share/doc/HTML/it/kipi-plugins/index.docbook -share/doc/HTML/it/kipi-plugins/jpeglossless.docbook -share/doc/HTML/it/kipi-plugins/kameraklient.docbook -share/doc/HTML/it/kipi-plugins/mpegencoder.docbook -share/doc/HTML/it/kipi-plugins/printwizard.docbook -share/doc/HTML/it/kipi-plugins/rawconverter.docbook -share/doc/HTML/it/kipi-plugins/recompressimages.docbook -share/doc/HTML/it/kipi-plugins/renameimages.docbook -share/doc/HTML/it/kipi-plugins/resizeimages.docbook -share/doc/HTML/it/kipi-plugins/sendimages.docbook -share/doc/HTML/it/kipi-plugins/slideshow.docbook -share/doc/HTML/it/kipi-plugins/timeadjust.docbook -share/doc/HTML/it/kipi-plugins/wallpaper.docbook -share/doc/HTML/nl/kipi-plugins/acquireimages.docbook -share/doc/HTML/nl/kipi-plugins/borderimages.docbook -share/doc/HTML/nl/kipi-plugins/calendar.docbook -share/doc/HTML/nl/kipi-plugins/cdarchiving.docbook -share/doc/HTML/nl/kipi-plugins/colorimages.docbook -share/doc/HTML/nl/kipi-plugins/common -share/doc/HTML/nl/kipi-plugins/convertimages.docbook -share/doc/HTML/nl/kipi-plugins/diroperations.docbook -share/doc/HTML/nl/kipi-plugins/effectimages.docbook -share/doc/HTML/nl/kipi-plugins/filterimages.docbook -share/doc/HTML/nl/kipi-plugins/findduplicateimages.docbook -share/doc/HTML/nl/kipi-plugins/flickrexport.docbook -share/doc/HTML/nl/kipi-plugins/galleryexport.docbook -share/doc/HTML/nl/kipi-plugins/gammacalibration.docbook -share/doc/HTML/nl/kipi-plugins/imagesgallery.docbook -share/doc/HTML/nl/kipi-plugins/index.cache.bz2 -share/doc/HTML/nl/kipi-plugins/index.docbook -share/doc/HTML/nl/kipi-plugins/jpeglossless.docbook -share/doc/HTML/nl/kipi-plugins/kameraklient.docbook -share/doc/HTML/nl/kipi-plugins/mpegencoder.docbook -share/doc/HTML/nl/kipi-plugins/printwizard.docbook -share/doc/HTML/nl/kipi-plugins/raw_converter_batch.png -share/doc/HTML/nl/kipi-plugins/raw_converter_single.png -share/doc/HTML/nl/kipi-plugins/rawconverter.docbook -share/doc/HTML/nl/kipi-plugins/recompressimages.docbook -share/doc/HTML/nl/kipi-plugins/renameimages.docbook -share/doc/HTML/nl/kipi-plugins/resizeimages.docbook -share/doc/HTML/nl/kipi-plugins/sendimages.docbook -share/doc/HTML/nl/kipi-plugins/sendimages_imageselection.png -share/doc/HTML/nl/kipi-plugins/sendimages_mail.png -share/doc/HTML/nl/kipi-plugins/sendimages_progress.png -share/doc/HTML/nl/kipi-plugins/slideshow.docbook -share/doc/HTML/nl/kipi-plugins/slideshow_dialog.png -share/doc/HTML/nl/kipi-plugins/timeadjust.docbook -share/doc/HTML/nl/kipi-plugins/wallpaper.docbook -share/doc/HTML/pt/kipi-plugins/acquireimages.docbook -share/doc/HTML/pt/kipi-plugins/borderimages.docbook -share/doc/HTML/pt/kipi-plugins/calendar.docbook -share/doc/HTML/pt/kipi-plugins/cdarchiving.docbook -share/doc/HTML/pt/kipi-plugins/colorimages.docbook -share/doc/HTML/pt/kipi-plugins/common -share/doc/HTML/pt/kipi-plugins/convertimages.docbook -share/doc/HTML/pt/kipi-plugins/diroperations.docbook -share/doc/HTML/pt/kipi-plugins/effectimages.docbook -share/doc/HTML/pt/kipi-plugins/filterimages.docbook -share/doc/HTML/pt/kipi-plugins/findduplicateimages.docbook -share/doc/HTML/pt/kipi-plugins/flickrexport.docbook -share/doc/HTML/pt/kipi-plugins/galleryexport.docbook -share/doc/HTML/pt/kipi-plugins/gammacalibration.docbook -share/doc/HTML/pt/kipi-plugins/imagesgallery.docbook -share/doc/HTML/pt/kipi-plugins/index.cache.bz2 -share/doc/HTML/pt/kipi-plugins/index.docbook -share/doc/HTML/pt/kipi-plugins/jpeglossless.docbook -share/doc/HTML/pt/kipi-plugins/kameraklient.docbook -share/doc/HTML/pt/kipi-plugins/mpegencoder.docbook -share/doc/HTML/pt/kipi-plugins/printwizard.docbook -share/doc/HTML/pt/kipi-plugins/rawconverter.docbook -share/doc/HTML/pt/kipi-plugins/recompressimages.docbook -share/doc/HTML/pt/kipi-plugins/renameimages.docbook -share/doc/HTML/pt/kipi-plugins/resizeimages.docbook -share/doc/HTML/pt/kipi-plugins/sendimages.docbook -share/doc/HTML/pt/kipi-plugins/slideshow.docbook -share/doc/HTML/pt/kipi-plugins/timeadjust.docbook -share/doc/HTML/pt/kipi-plugins/wallpaper.docbook -share/doc/HTML/pt_BR/kipi-plugins/acquireimages.docbook -share/doc/HTML/pt_BR/kipi-plugins/borderimages.docbook -share/doc/HTML/pt_BR/kipi-plugins/calendar.docbook -share/doc/HTML/pt_BR/kipi-plugins/cdarchiving.docbook -share/doc/HTML/pt_BR/kipi-plugins/colorimages.docbook -share/doc/HTML/pt_BR/kipi-plugins/commenteditor.docbook -share/doc/HTML/pt_BR/kipi-plugins/common -share/doc/HTML/pt_BR/kipi-plugins/convertimages.docbook -share/doc/HTML/pt_BR/kipi-plugins/diroperations.docbook -share/doc/HTML/pt_BR/kipi-plugins/effectimages.docbook -share/doc/HTML/pt_BR/kipi-plugins/filterimages.docbook -share/doc/HTML/pt_BR/kipi-plugins/findimages.docbook -share/doc/HTML/pt_BR/kipi-plugins/gammacalibration.docbook -share/doc/HTML/pt_BR/kipi-plugins/imagesgallery.docbook -share/doc/HTML/pt_BR/kipi-plugins/index.cache.bz2 -share/doc/HTML/pt_BR/kipi-plugins/index.docbook -share/doc/HTML/pt_BR/kipi-plugins/jpeglossless.docbook -share/doc/HTML/pt_BR/kipi-plugins/kameraklient.docbook -share/doc/HTML/pt_BR/kipi-plugins/mpegencoder.docbook -share/doc/HTML/pt_BR/kipi-plugins/printwizard.docbook -share/doc/HTML/pt_BR/kipi-plugins/rawconverter.docbook -share/doc/HTML/pt_BR/kipi-plugins/recompressimages.docbook -share/doc/HTML/pt_BR/kipi-plugins/renameimages.docbook -share/doc/HTML/pt_BR/kipi-plugins/resizeimages.docbook -share/doc/HTML/pt_BR/kipi-plugins/sendimages.docbook -share/doc/HTML/pt_BR/kipi-plugins/slideshow.docbook -share/doc/HTML/pt_BR/kipi-plugins/timeadjust.docbook -share/doc/HTML/pt_BR/kipi-plugins/wallpaper.docbook -share/doc/HTML/ru/kipi-plugins/calendar.docbook -share/doc/HTML/sv/kipi-plugins/acquireimages.docbook -share/doc/HTML/sv/kipi-plugins/borderimages.docbook -share/doc/HTML/sv/kipi-plugins/calendar.docbook -share/doc/HTML/sv/kipi-plugins/cdarchiving.docbook -share/doc/HTML/sv/kipi-plugins/colorimages.docbook -share/doc/HTML/sv/kipi-plugins/common -share/doc/HTML/sv/kipi-plugins/convertimages.docbook -share/doc/HTML/sv/kipi-plugins/effectimages.docbook -share/doc/HTML/sv/kipi-plugins/filterimages.docbook -share/doc/HTML/sv/kipi-plugins/findduplicateimages.docbook -share/doc/HTML/sv/kipi-plugins/acquire-savetargetpreview.png -share/doc/HTML/sv/kipi-plugins/acquire-screenshotpreview.png -share/doc/HTML/sv/kipi-plugins/flickrexport.docbook -share/doc/HTML/sv/kipi-plugins/flickrexportcontinue.png -share/doc/HTML/sv/kipi-plugins/flickrexportsignup.png -share/doc/HTML/sv/kipi-plugins/flickrexportuploaddialog.png -share/doc/HTML/sv/kipi-plugins/flickrexportuploading.png -share/doc/HTML/sv/kipi-plugins/galleryexport.docbook -share/doc/HTML/sv/kipi-plugins/imagegallery_albumsettings.png -share/doc/HTML/sv/kipi-plugins/imagegallery_collectionselection.png -share/doc/HTML/sv/kipi-plugins/imagegallery_looksettings.png -share/doc/HTML/sv/kipi-plugins/imagegallery_preview.png -share/doc/HTML/sv/kipi-plugins/imagegallery_progress.png -share/doc/HTML/sv/kipi-plugins/imagegallery_thumbsettings.png -share/doc/HTML/sv/kipi-plugins/imagesgallery.docbook -share/doc/HTML/sv/kipi-plugins/index.cache.bz2 -share/doc/HTML/sv/kipi-plugins/index.docbook -share/doc/HTML/sv/kipi-plugins/jpeglossless.docbook -share/doc/HTML/sv/kipi-plugins/kameraklient.docbook -share/doc/HTML/sv/kipi-plugins/mpeg_encode_dialog.png -share/doc/HTML/sv/kipi-plugins/mpegencoder.docbook -share/doc/HTML/sv/kipi-plugins/printwizard.docbook -share/doc/HTML/sv/kipi-plugins/raw_converter_batch.png -share/doc/HTML/sv/kipi-plugins/raw_converter_single.png -share/doc/HTML/sv/kipi-plugins/rawconverter.docbook -share/doc/HTML/sv/kipi-plugins/recompressimages.docbook -share/doc/HTML/sv/kipi-plugins/renameimages.docbook -share/doc/HTML/sv/kipi-plugins/resizeimages.docbook -share/doc/HTML/sv/kipi-plugins/sendimages.docbook -share/doc/HTML/sv/kipi-plugins/sendimages_imageselection.png -share/doc/HTML/sv/kipi-plugins/sendimages_mail.png -share/doc/HTML/sv/kipi-plugins/sendimages_progress.png -share/doc/HTML/sv/kipi-plugins/slideshow.docbook -share/doc/HTML/sv/kipi-plugins/slideshow_dialog.png -share/doc/HTML/sv/kipi-plugins/timeadjust.docbook -share/doc/HTML/sv/kipi-plugins/wallpaper.docbook - -share/locale/ar/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/ar/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/ar/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/ar/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/ar/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/ar/LC_MESSAGES/kipiplugin_flickrexport.mo -share/locale/ar/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/ar/LC_MESSAGES/kipiplugin_gpssync.mo -share/locale/ar/LC_MESSAGES/kipiplugin_htmlexport.mo -share/locale/ar/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/ar/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/ar/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/ar/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/ar/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/ar/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/ar/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/ar/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/ar/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/ar/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/ar/LC_MESSAGES/kipiplugins.mo -share/locale/br/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/br/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/br/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/br/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/br/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/br/LC_MESSAGES/kipiplugin_flickrexport.mo -share/locale/br/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/br/LC_MESSAGES/kipiplugin_gpssync.mo -share/locale/br/LC_MESSAGES/kipiplugin_htmlexport.mo -share/locale/br/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/br/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/br/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/br/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/br/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/br/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/br/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/br/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/br/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/br/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/br/LC_MESSAGES/kipiplugins.mo -share/locale/ca/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/ca/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/ca/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/ca/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/ca/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/ca/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/ca/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/ca/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/ca/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/ca/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/ca/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/ca/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/ca/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/ca/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/ca/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/ca/LC_MESSAGES/kipiplugins.mo -share/locale/cs/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/cs/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/cs/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/cs/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/cs/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/cs/LC_MESSAGES/kipiplugin_flickrexport.mo -share/locale/cs/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/cs/LC_MESSAGES/kipiplugin_htmlexport.mo -share/locale/cs/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/cs/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/cs/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/cs/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/cs/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/cs/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/cs/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/cs/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/cs/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/cs/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/cs/LC_MESSAGES/kipiplugins.mo -share/locale/cy/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/cy/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/cy/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/cy/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/cy/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/cy/LC_MESSAGES/kipiplugin_flickrexport.mo -share/locale/cy/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/cy/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/cy/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/cy/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/cy/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/cy/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/cy/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/cy/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/cy/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/cy/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/cy/LC_MESSAGES/kipiplugins.mo -share/locale/da/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/da/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/da/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/da/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/da/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/da/LC_MESSAGES/kipiplugin_flickrexport.mo -share/locale/da/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/da/LC_MESSAGES/kipiplugin_gpssync.mo -share/locale/da/LC_MESSAGES/kipiplugin_htmlexport.mo -share/locale/da/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/da/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/da/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/da/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/da/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/da/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/da/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/da/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/da/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/da/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/da/LC_MESSAGES/kipiplugins.mo -share/locale/de/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/de/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/de/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/de/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/de/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/de/LC_MESSAGES/kipiplugin_flickrexport.mo -share/locale/de/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/de/LC_MESSAGES/kipiplugin_gpssync.mo -share/locale/de/LC_MESSAGES/kipiplugin_htmlexport.mo -share/locale/de/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/de/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/de/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/de/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/de/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/de/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/de/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/de/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/de/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/de/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/de/LC_MESSAGES/kipiplugins.mo -share/locale/el/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/el/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/el/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/el/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/el/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/el/LC_MESSAGES/kipiplugin_flickrexport.mo -share/locale/el/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/el/LC_MESSAGES/kipiplugin_gpssync.mo -share/locale/el/LC_MESSAGES/kipiplugin_htmlexport.mo -share/locale/el/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/el/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/el/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/el/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/el/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/el/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/el/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/el/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/el/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/el/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/el/LC_MESSAGES/kipiplugins.mo -share/locale/en_GB/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/en_GB/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/en_GB/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/en_GB/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/en_GB/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/en_GB/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/en_GB/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/en_GB/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/en_GB/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/en_GB/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/en_GB/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/en_GB/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/en_GB/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/en_GB/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/en_GB/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/en_GB/LC_MESSAGES/kipiplugins.mo -share/locale/es/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/es/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/es/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/es/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/es/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/es/LC_MESSAGES/kipiplugin_flickrexport.mo -share/locale/es/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/es/LC_MESSAGES/kipiplugin_gpssync.mo -share/locale/es/LC_MESSAGES/kipiplugin_htmlexport.mo -share/locale/es/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/es/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/es/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/es/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/es/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/es/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/es/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/es/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/es/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/es/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/es/LC_MESSAGES/kipiplugins.mo -share/locale/et/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/et/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/et/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/et/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/et/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/et/LC_MESSAGES/kipiplugin_flickrexport.mo -share/locale/et/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/et/LC_MESSAGES/kipiplugin_gpssync.mo -share/locale/et/LC_MESSAGES/kipiplugin_htmlexport.mo -share/locale/et/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/et/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/et/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/et/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/et/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/et/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/et/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/et/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/et/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/et/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/et/LC_MESSAGES/kipiplugins.mo -share/locale/fi/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/fi/LC_MESSAGES/kipiplugin_htmlexport.mo -share/locale/fi/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/fi/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/fi/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/fi/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/fr/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/fr/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/fr/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/fr/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/fr/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/fr/LC_MESSAGES/kipiplugin_flickrexport.mo -share/locale/fr/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/fr/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/fr/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/fr/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/fr/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/fr/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/fr/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/fr/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/fr/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/fr/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/fr/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/fr/LC_MESSAGES/kipiplugins.mo -share/locale/ga/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/ga/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/ga/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/ga/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/ga/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/ga/LC_MESSAGES/kipiplugin_flickrexport.mo -share/locale/ga/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/ga/LC_MESSAGES/kipiplugin_gpssync.mo -share/locale/ga/LC_MESSAGES/kipiplugin_htmlexport.mo -share/locale/ga/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/ga/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/ga/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/ga/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/ga/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/ga/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/ga/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/ga/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/ga/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/ga/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/ga/LC_MESSAGES/kipiplugins.mo -share/locale/gl/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/gl/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/gl/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/gl/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/gl/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/gl/LC_MESSAGES/kipiplugin_flickrexport.mo -share/locale/gl/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/gl/LC_MESSAGES/kipiplugin_htmlexport.mo -share/locale/gl/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/gl/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/gl/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/gl/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/gl/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/gl/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/gl/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/gl/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/gl/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/gl/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/gl/LC_MESSAGES/kipiplugins.mo -share/locale/hu/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/hu/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/hu/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/hu/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/hu/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/hu/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/hu/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/hu/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/hu/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/hu/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/hu/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/hu/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/is/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/is/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/is/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/is/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/is/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/is/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/is/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/is/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/is/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/is/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/is/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/is/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/is/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/is/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/is/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/is/LC_MESSAGES/kipiplugins.mo -share/locale/it/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/it/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/it/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/it/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/it/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/it/LC_MESSAGES/kipiplugin_flickrexport.mo -share/locale/it/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/it/LC_MESSAGES/kipiplugin_gpssync.mo -share/locale/it/LC_MESSAGES/kipiplugin_htmlexport.mo -share/locale/it/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/it/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/it/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/it/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/it/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/it/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/it/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/it/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/it/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/it/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/it/LC_MESSAGES/kipiplugins.mo -share/locale/ja/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/ja/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/ja/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/ja/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/ja/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/ja/LC_MESSAGES/kipiplugin_flickrexport.mo -share/locale/ja/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/ja/LC_MESSAGES/kipiplugin_gpssync.mo -share/locale/ja/LC_MESSAGES/kipiplugin_htmlexport.mo -share/locale/ja/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/ja/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/ja/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/ja/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/ja/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/ja/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/ja/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/ja/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/ja/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/ja/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/ja/LC_MESSAGES/kipiplugins.mo -share/locale/lt/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/lt/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/lt/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/lt/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/lt/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/lt/LC_MESSAGES/kipiplugin_flickrexport.mo -share/locale/lt/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/lt/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/lt/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/lt/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/lt/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/lt/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/lt/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/lt/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/lt/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/lt/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/lt/LC_MESSAGES/kipiplugins.mo -share/locale/mt/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/mt/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/mt/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/mt/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/mt/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/mt/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/mt/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/mt/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/mt/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/mt/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/mt/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/mt/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/mt/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/mt/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/mt/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/mt/LC_MESSAGES/kipiplugins.mo -share/locale/nb/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/nb/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/nb/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/nb/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/nb/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/nb/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/nb/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/nb/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/nb/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/nb/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/nb/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/nb/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/nb/LC_MESSAGES/kipiplugins.mo -share/locale/nl/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/nl/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/nl/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/nl/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/nl/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/nl/LC_MESSAGES/kipiplugin_flickrexport.mo -share/locale/nl/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/nl/LC_MESSAGES/kipiplugin_gpssync.mo -share/locale/nl/LC_MESSAGES/kipiplugin_htmlexport.mo -share/locale/nl/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/nl/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/nl/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/nl/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/nl/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/nl/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/nl/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/nl/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/nl/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/nl/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/nl/LC_MESSAGES/kipiplugins.mo -share/locale/nn/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/nn/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/nn/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/pa/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/pa/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/pa/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/pa/LC_MESSAGES/kipiplugin_flickrexport.mo -share/locale/pa/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/pa/LC_MESSAGES/kipiplugin_htmlexport.mo -share/locale/pa/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/pa/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/pa/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/pa/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/pa/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/pa/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/pa/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/pa/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/pa/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/pa/LC_MESSAGES/kipiplugins.mo -share/locale/pl/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/pl/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/pl/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/pl/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/pl/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/pl/LC_MESSAGES/kipiplugin_flickrexport.mo -share/locale/pl/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/pl/LC_MESSAGES/kipiplugin_gpssync.mo -share/locale/pl/LC_MESSAGES/kipiplugin_htmlexport.mo -share/locale/pl/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/pl/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/pl/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/pl/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/pl/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/pl/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/pl/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/pl/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/pl/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/pl/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/pl/LC_MESSAGES/kipiplugins.mo -share/locale/pt/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/pt/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/pt/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/pt/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/pt/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/pt/LC_MESSAGES/kipiplugin_flickrexport.mo -share/locale/pt/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/pt/LC_MESSAGES/kipiplugin_gpssync.mo -share/locale/pt/LC_MESSAGES/kipiplugin_htmlexport.mo -share/locale/pt/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/pt/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/pt/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/pt/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/pt/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/pt/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/pt/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/pt/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/pt/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/pt/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/pt/LC_MESSAGES/kipiplugins.mo -share/locale/pt_BR/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/pt_BR/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/pt_BR/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/pt_BR/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/pt_BR/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/pt_BR/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/pt_BR/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/pt_BR/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/pt_BR/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/pt_BR/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/pt_BR/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/pt_BR/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/pt_BR/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/pt_BR/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/pt_BR/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/pt_BR/LC_MESSAGES/kipiplugins.mo -share/locale/ru/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/ru/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/ru/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/ru/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/ru/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/ru/LC_MESSAGES/kipiplugin_htmlexport.mo -share/locale/ru/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/ru/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/ru/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/ru/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/ru/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/rw/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/rw/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/rw/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/rw/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/rw/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/rw/LC_MESSAGES/kipiplugin_flickrexport.mo -share/locale/rw/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/rw/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/rw/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/rw/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/rw/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/rw/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/rw/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/rw/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/rw/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/rw/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/rw/LC_MESSAGES/kipiplugins.mo -share/locale/sk/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/sk/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/sk/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/sk/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/sk/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/sk/LC_MESSAGES/kipiplugin_flickrexport.mo -share/locale/sk/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/sk/LC_MESSAGES/kipiplugin_gpssync.mo -share/locale/sk/LC_MESSAGES/kipiplugin_htmlexport.mo -share/locale/sk/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/sk/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/sk/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/sk/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/sk/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/sk/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/sk/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/sk/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/sk/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/sk/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/sk/LC_MESSAGES/kipiplugins.mo -share/locale/sr/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/sr/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/sr/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/sr/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/sr/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/sr/LC_MESSAGES/kipiplugin_flickrexport.mo -share/locale/sr/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/sr/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/sr/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/sr/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/sr/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/sr/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/sr/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/sr/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/sr/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/sr/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/sr/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/sr/LC_MESSAGES/kipiplugins.mo -share/locale/sr@Latn/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/sr@Latn/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/sr@Latn/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/sr@Latn/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/sr@Latn/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/sr@Latn/LC_MESSAGES/kipiplugin_flickrexport.mo -share/locale/sr@Latn/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/sr@Latn/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/sr@Latn/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/sr@Latn/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/sr@Latn/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/sr@Latn/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/sr@Latn/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/sr@Latn/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/sr@Latn/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/sr@Latn/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/sr@Latn/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/sr@Latn/LC_MESSAGES/kipiplugins.mo -share/locale/sv/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/sv/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/sv/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/sv/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/sv/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/sv/LC_MESSAGES/kipiplugin_flickrexport.mo -share/locale/sv/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/sv/LC_MESSAGES/kipiplugin_gpssync.mo -share/locale/sv/LC_MESSAGES/kipiplugin_htmlexport.mo -share/locale/sv/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/sv/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/sv/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/sv/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/sv/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/sv/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/sv/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/sv/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/sv/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/sv/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/sv/LC_MESSAGES/kipiplugins.mo -share/locale/ta/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/ta/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/ta/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/ta/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/ta/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/ta/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/ta/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/ta/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/ta/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/ta/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/ta/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/ta/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/ta/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/ta/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/ta/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/ta/LC_MESSAGES/kipiplugins.mo -share/locale/tr/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/tr/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/tr/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/tr/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/tr/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/tr/LC_MESSAGES/kipiplugin_flickrexport.mo -share/locale/tr/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/tr/LC_MESSAGES/kipiplugin_gpssync.mo -share/locale/tr/LC_MESSAGES/kipiplugin_htmlexport.mo -share/locale/tr/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/tr/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/tr/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/tr/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/tr/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/tr/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/tr/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/tr/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/tr/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/tr/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/tr/LC_MESSAGES/kipiplugins.mo -share/locale/uk/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/uk/LC_MESSAGES/kipiplugin_htmlexport.mo -share/locale/uk/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/uk/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/uk/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/uk/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/uk/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/zh_CN/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/zh_CN/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/zh_CN/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/zh_CN/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/zh_CN/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/zh_CN/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/zh_CN/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/zh_CN/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/zh_CN/LC_MESSAGES/kipiplugins.mo - -@dirrm share/doc/HTML/sv/kipi-plugins -@dirrm share/doc/HTML/ru/kipi-plugins -@dirrm share/doc/HTML/pt_BR/kipi-plugins -@dirrm share/doc/HTML/pt/kipi-plugins -@dirrm share/doc/HTML/nl/kipi-plugins -@dirrm share/doc/HTML/it/kipi-plugins -@dirrm share/doc/HTML/et/kipi-plugins -@dirrm share/doc/HTML/es/kipi-plugins -@dirrm share/doc/HTML/en/kipi-plugins -@dirrm share/doc/HTML/de/kipi-plugins -@dirrm share/doc/HTML/da/kipi-plugins - -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/nn/LC_MESSAGES -@dirrmtry share/locale/nn -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN diff --git a/graphics/kphotoalbum-kde4/Makefile b/graphics/kphotoalbum-kde4/Makefile deleted file mode 100644 index 81922767856d..000000000000 --- a/graphics/kphotoalbum-kde4/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: kimdaba -# Date created: Sat Dec 13 16:09:29 CET 2003 -# Whom: Markus Brueffer <brueffer@phoenix-systems.de> -# -# $FreeBSD$ - -PORTNAME= kphotoalbum -PORTVERSION= 3.0 -CATEGORIES= graphics kde -MASTER_SITES= http://www.hitnet.rwth-aachen.de/~brueffer/distfiles/ \ - http://www.kphotoalbum.org/download/ - -MAINTAINER= markus@FreeBSD.org -COMMENT= Image database for KDE - -LIB_DEPENDS= kipi.1:${PORTSDIR}/graphics/libkipi \ - exiv2.0:${PORTSDIR}/graphics/exiv2 - -USE_KDELIBS_VER= 3 -USE_BZIP2= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 - -post-patch: - @${REINPLACE_CMD} -e 's/-O2//g' ${WRKSRC}/${CONFIGURE_SCRIPT} - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/kphotoalbum-kde4/distinfo b/graphics/kphotoalbum-kde4/distinfo deleted file mode 100644 index 40032e2a9a18..000000000000 --- a/graphics/kphotoalbum-kde4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (kphotoalbum-3.0.tar.bz2) = 2bfb890930e9349393b276f35f40d0db -SHA256 (kphotoalbum-3.0.tar.bz2) = 96d151bf10fafdf6f24e4e5265ef57f4deab8b64984270976b864c8b203eda5a -SIZE (kphotoalbum-3.0.tar.bz2) = 13103203 diff --git a/graphics/kphotoalbum-kde4/pkg-descr b/graphics/kphotoalbum-kde4/pkg-descr deleted file mode 100644 index 43cc124f6a84..000000000000 --- a/graphics/kphotoalbum-kde4/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -KPhotoAlbum is a tool for annotating, searching and viewing images and videos. -The annotation is done by telling KPhotoAlbum who is on the images, where -the images were taken and (optionally) adding descriptions. - -KPhotoAlbum is highly optimized for easy annotation of images, so that it is -possible to use it with thousands of images. When the images have been -annotated, you may browse them based on the annotations (person, location, -keywords). - -Author: Jesper Kjaer Pedersen <blackie@kde.org> -WWW: http://www.kphotoalbum.org/ diff --git a/graphics/kphotoalbum-kde4/pkg-plist b/graphics/kphotoalbum-kde4/pkg-plist deleted file mode 100644 index e4556e184bc9..000000000000 --- a/graphics/kphotoalbum-kde4/pkg-plist +++ /dev/null @@ -1,398 +0,0 @@ -bin/kphotoalbum -share/applications/kde/kphotoalbum-import.desktop -share/applications/kde/kphotoalbum.desktop -share/apps/kphotoalbum/default-layout.xml -share/apps/kphotoalbum/default-setup -share/apps/kphotoalbum/demo/CategoryImages/Keywords-scenic.jpg -share/apps/kphotoalbum/demo/CategoryImages/People-Anne_Helene.jpg -share/apps/kphotoalbum/demo/CategoryImages/People-Blackie.jpg -share/apps/kphotoalbum/demo/CategoryImages/People-Donna.jpg -share/apps/kphotoalbum/demo/CategoryImages/People-Jesper.jpg -share/apps/kphotoalbum/demo/CategoryImages/People-Jim.jpg -share/apps/kphotoalbum/demo/CategoryImages/People-Pets.jpg -share/apps/kphotoalbum/demo/CategoryImages/People-Spiff.jpg -share/apps/kphotoalbum/demo/CategoryImages/People-Wayne.jpg -share/apps/kphotoalbum/demo/CategoryImages/Places-Grand_Canyon.jpg -share/apps/kphotoalbum/demo/CategoryImages/Places-Skagen.jpg -share/apps/kphotoalbum/demo/anne_helene.jpg -share/apps/kphotoalbum/demo/bar55.jpg -share/apps/kphotoalbum/demo/bar55_2.jpg -share/apps/kphotoalbum/demo/blackie.jpg -share/apps/kphotoalbum/demo/cold_water.jpg -share/apps/kphotoalbum/demo/donna.jpg -share/apps/kphotoalbum/demo/donna_2.jpg -share/apps/kphotoalbum/demo/exif-info.db -share/apps/kphotoalbum/demo/grand_canyon_1.jpg -share/apps/kphotoalbum/demo/grand_canyon_2.jpg -share/apps/kphotoalbum/demo/grand_canyon_3.jpg -share/apps/kphotoalbum/demo/index.xml -share/apps/kphotoalbum/demo/jesper.jpg -share/apps/kphotoalbum/demo/jesper_2.jpg -share/apps/kphotoalbum/demo/movie.avi -share/apps/kphotoalbum/demo/new_wave_1.jpg -share/apps/kphotoalbum/demo/new_wave_2.jpg -share/apps/kphotoalbum/demo/pool.jpg -share/apps/kphotoalbum/demo/pool_2.jpg -share/apps/kphotoalbum/demo/qt-logo.jpg -share/apps/kphotoalbum/demo/skagen.jpg -share/apps/kphotoalbum/demo/skagen_2.jpg -share/apps/kphotoalbum/demo/snow.jpg -share/apps/kphotoalbum/demo/spiff.jpg -share/apps/kphotoalbum/demo/spiff_2.jpg -share/apps/kphotoalbum/demo/sunset.jpg -share/apps/kphotoalbum/demo/wayne.jpg -share/apps/kphotoalbum/exif-sqlite.db -share/apps/kphotoalbum/icons/hicolor/16x16/actions/ellipsetool.png -share/apps/kphotoalbum/icons/hicolor/16x16/actions/linetool.png -share/apps/kphotoalbum/icons/hicolor/16x16/actions/recttool.png -share/apps/kphotoalbum/icons/hicolor/16x16/actions/selecttool.png -share/apps/kphotoalbum/icons/hicolor/16x16/actions/texttool.png -share/apps/kphotoalbum/icons/hicolor/16x16/actions/video.png -share/apps/kphotoalbum/icons/hicolor/22x22/actions/key.png -share/apps/kphotoalbum/kphotoalbumui.rc -share/apps/kphotoalbum/pics/exclamationmark.png -share/apps/kphotoalbum/pics/movie-clip.png -share/apps/kphotoalbum/pics/multiconfig.jpg -share/apps/kphotoalbum/pics/questionmark-flipped.png -share/apps/kphotoalbum/pics/questionmark.png -share/apps/kphotoalbum/pics/search.jpg -share/apps/kphotoalbum/pics/splash-large.png -share/apps/kphotoalbum/pics/splash.png -share/apps/kphotoalbum/themes/blue/download.png -share/apps/kphotoalbum/themes/blue/imagepage.html -share/apps/kphotoalbum/themes/blue/kphotoalbum.theme -share/apps/kphotoalbum/themes/blue/mainpage.css -share/apps/kphotoalbum/themes/blue/mainpage.html -share/apps/kphotoalbum/themes/grey/download.png -share/apps/kphotoalbum/themes/grey/imagepage.html -share/apps/kphotoalbum/themes/grey/kphotoalbum.theme -share/apps/kphotoalbum/themes/grey/mainpage.css -share/apps/kphotoalbum/themes/grey/mainpage.html -share/apps/kphotoalbum/themes/rounded/downbar.png -share/apps/kphotoalbum/themes/rounded/downleft.png -share/apps/kphotoalbum/themes/rounded/download.png -share/apps/kphotoalbum/themes/rounded/downright.png -share/apps/kphotoalbum/themes/rounded/imagepage.html -share/apps/kphotoalbum/themes/rounded/kphotoalbum.theme -share/apps/kphotoalbum/themes/rounded/leftbar.png -share/apps/kphotoalbum/themes/rounded/mainpage.css -share/apps/kphotoalbum/themes/rounded/mainpage.html -share/apps/kphotoalbum/themes/rounded/rightbar.png -share/apps/kphotoalbum/themes/rounded/upbar.png -share/apps/kphotoalbum/themes/rounded/upleft.png -share/apps/kphotoalbum/themes/rounded/upright.png -share/apps/kphotoalbum/tips -share/config/kphotoalbumrc -share/doc/HTML/da/kphotoalbum/browsing.docbook -share/doc/HTML/da/kphotoalbum/common -share/doc/HTML/da/kphotoalbum/datebar.docbook -share/doc/HTML/da/kphotoalbum/generating-html.docbook -share/doc/HTML/da/kphotoalbum/importexport.docbook -share/doc/HTML/da/kphotoalbum/index.cache.bz2 -share/doc/HTML/da/kphotoalbum/index.docbook -share/doc/HTML/da/kphotoalbum/introduction.docbook -share/doc/HTML/da/kphotoalbum/options.docbook -share/doc/HTML/da/kphotoalbum/plugins.docbook -share/doc/HTML/da/kphotoalbum/setting-properties.docbook -share/doc/HTML/da/kphotoalbum/thumbnail-view.docbook -share/doc/HTML/da/kphotoalbum/viewer.docbook -share/doc/HTML/de/kphotoalbum/browsing.docbook -share/doc/HTML/de/kphotoalbum/common -share/doc/HTML/de/kphotoalbum/datebar.docbook -share/doc/HTML/de/kphotoalbum/generating-html.docbook -share/doc/HTML/de/kphotoalbum/importexport.docbook -share/doc/HTML/de/kphotoalbum/index.cache.bz2 -share/doc/HTML/de/kphotoalbum/index.docbook -share/doc/HTML/de/kphotoalbum/introduction.docbook -share/doc/HTML/de/kphotoalbum/options.docbook -share/doc/HTML/de/kphotoalbum/plugins.docbook -share/doc/HTML/de/kphotoalbum/setting-properties.docbook -share/doc/HTML/de/kphotoalbum/thumbnail-view.docbook -share/doc/HTML/de/kphotoalbum/viewer.docbook -share/doc/HTML/en/kphotoalbum/browser-for-jesper.png -share/doc/HTML/en/kphotoalbum/browser-for-persons.png -share/doc/HTML/en/kphotoalbum/browser-with-images.png -share/doc/HTML/en/kphotoalbum/browsing.docbook -share/doc/HTML/en/kphotoalbum/categoryEditor.png -share/doc/HTML/en/kphotoalbum/common -share/doc/HTML/en/kphotoalbum/datebar-for-minutes.png -share/doc/HTML/en/kphotoalbum/datebar.docbook -share/doc/HTML/en/kphotoalbum/datebar.png -share/doc/HTML/en/kphotoalbum/delete-images.png -share/doc/HTML/en/kphotoalbum/draw-on-image.png -share/doc/HTML/en/kphotoalbum/edit-properies-menu.png -share/doc/HTML/en/kphotoalbum/empty-browser-window.png -share/doc/HTML/en/kphotoalbum/generating-html.docbook -share/doc/HTML/en/kphotoalbum/image-config-window.png -share/doc/HTML/en/kphotoalbum/images-with-tokens.png -share/doc/HTML/en/kphotoalbum/imagesForPersons.png -share/doc/HTML/en/kphotoalbum/import-dialog.png -share/doc/HTML/en/kphotoalbum/importexport.docbook -share/doc/HTML/en/kphotoalbum/index.cache.bz2 -share/doc/HTML/en/kphotoalbum/index.docbook -share/doc/HTML/en/kphotoalbum/introduction.docbook -share/doc/HTML/en/kphotoalbum/marking-zoom-rectangle.png -share/doc/HTML/en/kphotoalbum/member-group-setting.png -share/doc/HTML/en/kphotoalbum/offline-mode.png -share/doc/HTML/en/kphotoalbum/options-general.png -share/doc/HTML/en/kphotoalbum/options-groups.png -share/doc/HTML/en/kphotoalbum/options-member.png -share/doc/HTML/en/kphotoalbum/options-thumbnailview.png -share/doc/HTML/en/kphotoalbum/options-viewer.png -share/doc/HTML/en/kphotoalbum/options.docbook -share/doc/HTML/en/kphotoalbum/plugins.docbook -share/doc/HTML/en/kphotoalbum/redisplay-frames.png -share/doc/HTML/en/kphotoalbum/search.png -share/doc/HTML/en/kphotoalbum/setting-properties.docbook -share/doc/HTML/en/kphotoalbum/thumbnail-view.docbook -share/doc/HTML/en/kphotoalbum/thumbnailview.png -share/doc/HTML/en/kphotoalbum/tokens-in-browser.png -share/doc/HTML/en/kphotoalbum/usa-as-a-member.png -share/doc/HTML/en/kphotoalbum/viewer-contextmenu.png -share/doc/HTML/en/kphotoalbum/viewer.docbook -share/doc/HTML/en/kphotoalbum/viewer.png -share/doc/HTML/en/kphotoalbum/zoomed-view.png -share/doc/HTML/es/kphotoalbum/browsing.docbook -share/doc/HTML/es/kphotoalbum/common -share/doc/HTML/es/kphotoalbum/datebar.docbook -share/doc/HTML/es/kphotoalbum/generating-html.docbook -share/doc/HTML/es/kphotoalbum/importexport.docbook -share/doc/HTML/es/kphotoalbum/index.cache.bz2 -share/doc/HTML/es/kphotoalbum/index.docbook -share/doc/HTML/es/kphotoalbum/introduction.docbook -share/doc/HTML/es/kphotoalbum/options.docbook -share/doc/HTML/es/kphotoalbum/plugins.docbook -share/doc/HTML/es/kphotoalbum/setting-properties.docbook -share/doc/HTML/es/kphotoalbum/thumbnail-view.docbook -share/doc/HTML/es/kphotoalbum/viewer.docbook -share/doc/HTML/et/kphotoalbum/browsing.docbook -share/doc/HTML/et/kphotoalbum/common -share/doc/HTML/et/kphotoalbum/datebar.docbook -share/doc/HTML/et/kphotoalbum/generating-html.docbook -share/doc/HTML/et/kphotoalbum/importexport.docbook -share/doc/HTML/et/kphotoalbum/index.cache.bz2 -share/doc/HTML/et/kphotoalbum/index.docbook -share/doc/HTML/et/kphotoalbum/introduction.docbook -share/doc/HTML/et/kphotoalbum/options.docbook -share/doc/HTML/et/kphotoalbum/plugins.docbook -share/doc/HTML/et/kphotoalbum/setting-properties.docbook -share/doc/HTML/et/kphotoalbum/thumbnail-view.docbook -share/doc/HTML/et/kphotoalbum/viewer.docbook -share/doc/HTML/fr/kphotoalbum/browsing.docbook -share/doc/HTML/fr/kphotoalbum/common -share/doc/HTML/fr/kphotoalbum/datebar.docbook -share/doc/HTML/fr/kphotoalbum/generating-html.docbook -share/doc/HTML/fr/kphotoalbum/importexport.docbook -share/doc/HTML/fr/kphotoalbum/index.cache.bz2 -share/doc/HTML/fr/kphotoalbum/index.docbook -share/doc/HTML/fr/kphotoalbum/introduction.docbook -share/doc/HTML/fr/kphotoalbum/options.docbook -share/doc/HTML/fr/kphotoalbum/plugins.docbook -share/doc/HTML/fr/kphotoalbum/setting-properties.docbook -share/doc/HTML/fr/kphotoalbum/thumbnail-view.docbook -share/doc/HTML/fr/kphotoalbum/viewer.docbook -share/doc/HTML/it/kphotoalbum/browser-for-jesper.png -share/doc/HTML/it/kphotoalbum/browser-for-persons.png -share/doc/HTML/it/kphotoalbum/browser-with-images.png -share/doc/HTML/it/kphotoalbum/browsing.docbook -share/doc/HTML/it/kphotoalbum/categoryEditor.png -share/doc/HTML/it/kphotoalbum/common -share/doc/HTML/it/kphotoalbum/datebar.docbook -share/doc/HTML/it/kphotoalbum/delete-images.png -share/doc/HTML/it/kphotoalbum/draw-on-image.png -share/doc/HTML/it/kphotoalbum/edit-properies-menu.png -share/doc/HTML/it/kphotoalbum/empty-browser-window.png -share/doc/HTML/it/kphotoalbum/generating-html.docbook -share/doc/HTML/it/kphotoalbum/image-config-window.png -share/doc/HTML/it/kphotoalbum/imagesForPersons.png -share/doc/HTML/it/kphotoalbum/importexport.docbook -share/doc/HTML/it/kphotoalbum/index.cache.bz2 -share/doc/HTML/it/kphotoalbum/index.docbook -share/doc/HTML/it/kphotoalbum/introduction.docbook -share/doc/HTML/it/kphotoalbum/marking-zoom-rectangle.png -share/doc/HTML/it/kphotoalbum/offline-mode.png -share/doc/HTML/it/kphotoalbum/options-general.png -share/doc/HTML/it/kphotoalbum/options-groups.png -share/doc/HTML/it/kphotoalbum/options-member.png -share/doc/HTML/it/kphotoalbum/options.docbook -share/doc/HTML/it/kphotoalbum/plugins.docbook -share/doc/HTML/it/kphotoalbum/redisplay-frames.png -share/doc/HTML/it/kphotoalbum/search.png -share/doc/HTML/it/kphotoalbum/setting-properties.docbook -share/doc/HTML/it/kphotoalbum/thumbnail-view.docbook -share/doc/HTML/it/kphotoalbum/thumbnailview.png -share/doc/HTML/it/kphotoalbum/usa-as-a-member.png -share/doc/HTML/it/kphotoalbum/viewer-contextmenu.png -share/doc/HTML/it/kphotoalbum/viewer.docbook -share/doc/HTML/it/kphotoalbum/viewer.png -share/doc/HTML/it/kphotoalbum/zoomed-view.png -share/doc/HTML/nl/kphotoalbum/browsing.docbook -share/doc/HTML/nl/kphotoalbum/common -share/doc/HTML/nl/kphotoalbum/datebar.docbook -share/doc/HTML/nl/kphotoalbum/generating-html.docbook -share/doc/HTML/nl/kphotoalbum/importexport.docbook -share/doc/HTML/nl/kphotoalbum/index.cache.bz2 -share/doc/HTML/nl/kphotoalbum/index.docbook -share/doc/HTML/nl/kphotoalbum/introduction.docbook -share/doc/HTML/nl/kphotoalbum/options.docbook -share/doc/HTML/nl/kphotoalbum/plugins.docbook -share/doc/HTML/nl/kphotoalbum/setting-properties.docbook -share/doc/HTML/nl/kphotoalbum/thumbnail-view.docbook -share/doc/HTML/nl/kphotoalbum/viewer.docbook -share/doc/HTML/pt/kphotoalbum/browsing.docbook -share/doc/HTML/pt/kphotoalbum/common -share/doc/HTML/pt/kphotoalbum/datebar.docbook -share/doc/HTML/pt/kphotoalbum/generating-html.docbook -share/doc/HTML/pt/kphotoalbum/importexport.docbook -share/doc/HTML/pt/kphotoalbum/index.cache.bz2 -share/doc/HTML/pt/kphotoalbum/index.docbook -share/doc/HTML/pt/kphotoalbum/introduction.docbook -share/doc/HTML/pt/kphotoalbum/options.docbook -share/doc/HTML/pt/kphotoalbum/plugins.docbook -share/doc/HTML/pt/kphotoalbum/setting-properties.docbook -share/doc/HTML/pt/kphotoalbum/thumbnail-view.docbook -share/doc/HTML/pt/kphotoalbum/viewer.docbook -share/doc/HTML/sv/kphotoalbum/browser-for-jesper.png -share/doc/HTML/sv/kphotoalbum/browser-for-persons.png -share/doc/HTML/sv/kphotoalbum/browser-with-images.png -share/doc/HTML/sv/kphotoalbum/browsing.docbook -share/doc/HTML/sv/kphotoalbum/categoryEditor.png -share/doc/HTML/sv/kphotoalbum/common -share/doc/HTML/sv/kphotoalbum/datebar-for-minutes.png -share/doc/HTML/sv/kphotoalbum/datebar.docbook -share/doc/HTML/sv/kphotoalbum/datebar.png -share/doc/HTML/sv/kphotoalbum/delete-images.png -share/doc/HTML/sv/kphotoalbum/draw-on-image.png -share/doc/HTML/sv/kphotoalbum/edit-properies-menu.png -share/doc/HTML/sv/kphotoalbum/empty-browser-window.png -share/doc/HTML/sv/kphotoalbum/generating-html.docbook -share/doc/HTML/sv/kphotoalbum/image-config-window.png -share/doc/HTML/sv/kphotoalbum/images-with-tokens.png -share/doc/HTML/sv/kphotoalbum/imagesForPersons.png -share/doc/HTML/sv/kphotoalbum/import-dialog.png -share/doc/HTML/sv/kphotoalbum/importexport.docbook -share/doc/HTML/sv/kphotoalbum/index.cache.bz2 -share/doc/HTML/sv/kphotoalbum/index.docbook -share/doc/HTML/sv/kphotoalbum/introduction.docbook -share/doc/HTML/sv/kphotoalbum/marking-zoom-rectangle.png -share/doc/HTML/sv/kphotoalbum/member-group-setting.png -share/doc/HTML/sv/kphotoalbum/offline-mode.png -share/doc/HTML/sv/kphotoalbum/options-general.png -share/doc/HTML/sv/kphotoalbum/options-groups.png -share/doc/HTML/sv/kphotoalbum/options-member.png -share/doc/HTML/sv/kphotoalbum/options-thumbnailview.png -share/doc/HTML/sv/kphotoalbum/options-viewer.png -share/doc/HTML/sv/kphotoalbum/options.docbook -share/doc/HTML/sv/kphotoalbum/plugins.docbook -share/doc/HTML/sv/kphotoalbum/redisplay-frames.png -share/doc/HTML/sv/kphotoalbum/search.png -share/doc/HTML/sv/kphotoalbum/setting-properties.docbook -share/doc/HTML/sv/kphotoalbum/thumbnail-view.docbook -share/doc/HTML/sv/kphotoalbum/thumbnailview.png -share/doc/HTML/sv/kphotoalbum/tokens-in-browser.png -share/doc/HTML/sv/kphotoalbum/usa-as-a-member.png -share/doc/HTML/sv/kphotoalbum/viewer-contextmenu.png -share/doc/HTML/sv/kphotoalbum/viewer.docbook -share/doc/HTML/sv/kphotoalbum/viewer.png -share/doc/HTML/sv/kphotoalbum/zoomed-view.png -share/icons/hicolor/128x128/apps/kphotoalbum.png -share/icons/hicolor/16x16/apps/kphotoalbum.png -share/icons/hicolor/22x22/apps/kphotoalbum.png -share/icons/hicolor/32x32/apps/kphotoalbum.png -share/icons/hicolor/48x48/apps/kphotoalbum.png -share/icons/hicolor/64x64/apps/kphotoalbum.png -share/locale/ar/LC_MESSAGES/kphotoalbum.mo -share/locale/be/LC_MESSAGES/kphotoalbum.mo -share/locale/br/LC_MESSAGES/kphotoalbum.mo -share/locale/ca/LC_MESSAGES/kphotoalbum.mo -share/locale/cs/LC_MESSAGES/kphotoalbum.mo -share/locale/cy/LC_MESSAGES/kphotoalbum.mo -share/locale/da/LC_MESSAGES/kphotoalbum.mo -share/locale/de/LC_MESSAGES/kphotoalbum.mo -share/locale/el/LC_MESSAGES/kphotoalbum.mo -share/locale/en_GB/LC_MESSAGES/kphotoalbum.mo -share/locale/es/LC_MESSAGES/kphotoalbum.mo -share/locale/et/LC_MESSAGES/kphotoalbum.mo -share/locale/fi/LC_MESSAGES/kphotoalbum.mo -share/locale/fr/LC_MESSAGES/kphotoalbum.mo -share/locale/ga/LC_MESSAGES/kphotoalbum.mo -share/locale/gl/LC_MESSAGES/kphotoalbum.mo -share/locale/hi/LC_MESSAGES/kphotoalbum.mo -share/locale/is/LC_MESSAGES/kphotoalbum.mo -share/locale/it/LC_MESSAGES/kphotoalbum.mo -share/locale/ja/LC_MESSAGES/kphotoalbum.mo -share/locale/ka/LC_MESSAGES/kphotoalbum.mo -share/locale/lt/LC_MESSAGES/kphotoalbum.mo -share/locale/mt/LC_MESSAGES/kphotoalbum.mo -share/locale/nb/LC_MESSAGES/kphotoalbum.mo -share/locale/nl/LC_MESSAGES/kphotoalbum.mo -share/locale/pa/LC_MESSAGES/kphotoalbum.mo -share/locale/pl/LC_MESSAGES/kphotoalbum.mo -share/locale/pt/LC_MESSAGES/kphotoalbum.mo -share/locale/pt_BR/LC_MESSAGES/kphotoalbum.mo -share/locale/ro/LC_MESSAGES/kphotoalbum.mo -share/locale/ru/LC_MESSAGES/kphotoalbum.mo -share/locale/rw/LC_MESSAGES/kphotoalbum.mo -share/locale/sk/LC_MESSAGES/kphotoalbum.mo -share/locale/sr/LC_MESSAGES/kphotoalbum.mo -share/locale/sv/LC_MESSAGES/kphotoalbum.mo -share/locale/ta/LC_MESSAGES/kphotoalbum.mo -share/locale/tr/LC_MESSAGES/kphotoalbum.mo -share/locale/uk/LC_MESSAGES/kphotoalbum.mo -share/locale/vi/LC_MESSAGES/kphotoalbum.mo -share/locale/zh_CN/LC_MESSAGES/kphotoalbum.mo -share/mimelnk/application/x-vnd.kde.kphotoalbum-import.desktop -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be -@dirrm share/doc/HTML/sv/kphotoalbum -@dirrm share/doc/HTML/pt/kphotoalbum -@dirrm share/doc/HTML/nl/kphotoalbum -@dirrm share/doc/HTML/it/kphotoalbum -@dirrm share/doc/HTML/fr/kphotoalbum -@dirrm share/doc/HTML/et/kphotoalbum -@dirrm share/doc/HTML/es/kphotoalbum -@dirrm share/doc/HTML/en/kphotoalbum -@dirrm share/doc/HTML/de/kphotoalbum -@dirrm share/doc/HTML/da/kphotoalbum -@dirrmtry share/config -@dirrm share/apps/kphotoalbum/themes/rounded -@dirrm share/apps/kphotoalbum/themes/grey -@dirrm share/apps/kphotoalbum/themes/blue -@dirrm share/apps/kphotoalbum/themes -@dirrm share/apps/kphotoalbum/pics -@dirrm share/apps/kphotoalbum/icons/hicolor/22x22/actions -@dirrm share/apps/kphotoalbum/icons/hicolor/22x22 -@dirrm share/apps/kphotoalbum/icons/hicolor/16x16/actions -@dirrm share/apps/kphotoalbum/icons/hicolor/16x16 -@dirrm share/apps/kphotoalbum/icons/hicolor -@dirrm share/apps/kphotoalbum/icons -@dirrm share/apps/kphotoalbum/demo/CategoryImages -@dirrm share/apps/kphotoalbum/demo -@dirrm share/apps/kphotoalbum -@dirrmtry share/applications/kde diff --git a/graphics/kuickshow-kde4/Makefile b/graphics/kuickshow-kde4/Makefile deleted file mode 100644 index 8f1d4ecb92a5..000000000000 --- a/graphics/kuickshow-kde4/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: kuickshow -# Date created: July 09 2004 -# Whom: Michael Nottebrock <lofi@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= kuickshow -PORTVERSION= ${KDE_VERSION} -CATEGORIES= graphics kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src -PKGNAMEPREFIX= kdegraphics- -DISTNAME= kdegraphics-${PORTVERSION} -DIST_SUBDIR= KDE - -MAINTAINER= kde@FreeBSD.org -COMMENT= KDE image viewer - -CONFLICTS= kdegraphics-3.1.* kdegraphics-3.2.[0-3] - -USE_KDELIBS_VER=3 -PREFIX= ${KDE_PREFIX} - -USE_BZIP2= yes -USE_AUTOTOOLS= libtool:15 -USE_GMAKE= yes -WRKSRC= ${WRKDIR}/kdegraphics-${PORTVERSION} -INSTALLS_SHLIB= yes - -USE_GNOME= imlib - -pre-configure: - ${ECHO_CMD} ${PORTNAME} doc > ${WRKSRC}/inst-apps - ${REINPLACE_CMD} \ - 's|^SUBDIRS =.*${PORTNAME}.*$$|SUBDIRS =\. ${PORTNAME}|g' \ - ${WRKSRC}/doc/Makefile.in - -.include "${.CURDIR}/../../x11/kde3/Makefile.kde" -.include <bsd.port.mk> diff --git a/graphics/kuickshow-kde4/distinfo b/graphics/kuickshow-kde4/distinfo deleted file mode 100644 index 3ec4b021f4d2..000000000000 --- a/graphics/kuickshow-kde4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (KDE/kdegraphics-3.5.5.tar.bz2) = cdbe15afc01c5da7af9557e803bbb7e6 -SHA256 (KDE/kdegraphics-3.5.5.tar.bz2) = b6706d37568686e1ca4b4bb2cf1f79c027b94a512f6fe1156b7c7b7f79336f16 -SIZE (KDE/kdegraphics-3.5.5.tar.bz2) = 7334117 diff --git a/graphics/kuickshow-kde4/pkg-descr b/graphics/kuickshow-kde4/pkg-descr deleted file mode 100644 index 125ad6e90d7e..000000000000 --- a/graphics/kuickshow-kde4/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -KuickShow is an image browser/viewer with a nice filebrowser to -select images to be shown, slideshow support and the ability to -display the following image formats: jpg, gif, tiff, png, bmp, psd, -xpm, xbm, pbm and eim. Images can be displayed either in their own -window, as large as the image, or fullscreen (which shrinks images -too large to display). KuickShow also has a slideshow mode. diff --git a/graphics/kuickshow-kde4/pkg-plist b/graphics/kuickshow-kde4/pkg-plist deleted file mode 100644 index 09a5ac0c8c3f..000000000000 --- a/graphics/kuickshow-kde4/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -bin/kuickshow -lib/kde3/kuickshow.a -lib/kde3/kuickshow.la -lib/kde3/kuickshow.so -lib/libkdeinit_kuickshow.a -lib/libkdeinit_kuickshow.la -lib/libkdeinit_kuickshow.so -share/applications/kde/kuickshow.desktop -share/apps/kuickshow/im_palette.pal -share/apps/kuickshow/pics/about.png -share/apps/kuickshow/pics/calibrate.png -share/apps/kuickshow/pics/handcursor.png -share/apps/kuickshow/pics/imageviewer-medium.png -share/apps/kuickshow/pics/imageviewer-small.png -share/apps/kuickshow/pics/ksslide.png -share/apps/kuickshow/pics/kuickshow-day.jpg -share/apps/kuickshow/pics/kuickshow-night.jpg -share/apps/kuickshow/pics/logo.png -share/doc/HTML/en/kuickshow/common -share/doc/HTML/en/kuickshow/index.cache.bz2 -share/doc/HTML/en/kuickshow/index.docbook -share/doc/HTML/en/kuickshow/screenshot.png -share/icons/hicolor/16x16/apps/kuickshow.png -share/icons/hicolor/22x22/apps/kuickshow.png -share/icons/hicolor/32x32/apps/kuickshow.png -@dirrm share/doc/HTML/en/kuickshow -@dirrm share/apps/kuickshow/pics -@dirrm share/apps/kuickshow diff --git a/graphics/libkipi-kde4/Makefile b/graphics/libkipi-kde4/Makefile deleted file mode 100644 index 698264492f94..000000000000 --- a/graphics/libkipi-kde4/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: libkipi -# Date created: Mon Oct 18 19:41:36 CEST 2004 -# Whom: Markus Brueffer <markus@FreeBSD.org> -# -# $FreeBSD$ - -PORTNAME= libkipi -PORTVERSION= 0.1.5 -CATEGORIES= graphics kde devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= kipi - -MAINTAINER= ale@FreeBSD.org -COMMENT= KDE Image Plugin Interface - -USE_BZIP2= yes -USE_KDELIBS_VER=3 -USE_GNOME= gnomehack pkgconfig -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 -USE_LDCONFIG= yes -USE_GETTEXT= yes -INSTALLS_ICONS= yes - -post-patch: - @${REINPLACE_CMD} -e 's|-O2||g;s|-fno-schedule-insns -fno-inline||g' \ - ${WRKSRC}/${CONFIGURE_SCRIPT} - @${REINPLACE_CMD} 's/install-data-local: install-apidox/install-data-local:/' \ - ${WRKSRC}/libkipi/Makefile.in - @${TOUCH} ${WRKSRC}/libkipi/libkipi/* - -.include <bsd.port.mk> diff --git a/graphics/libkipi-kde4/distinfo b/graphics/libkipi-kde4/distinfo deleted file mode 100644 index 0a0e4d3eb082..000000000000 --- a/graphics/libkipi-kde4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libkipi-0.1.5.tar.bz2) = aef790871583444cd81bd9dea9c3fd0b -SHA256 (libkipi-0.1.5.tar.bz2) = 6634c8c17d17b18661f7418e1c45445148c9f9d017344b1b7590d0928c642110 -SIZE (libkipi-0.1.5.tar.bz2) = 602030 diff --git a/graphics/libkipi-kde4/pkg-descr b/graphics/libkipi-kde4/pkg-descr deleted file mode 100644 index 686d05714ae3..000000000000 --- a/graphics/libkipi-kde4/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Kipi (KDE Image Plugin Interface) is an effort to develop a common -plugin structure for Digikam, KimDaBa, Showimg, and GwenView. Its -aim is to be able to share image plugins among graphic applications. - -WWW: http://extragear.kde.org/apps/kipi/ - -- Alex Dupre -ale@FreeBSD.org diff --git a/graphics/libkipi-kde4/pkg-plist b/graphics/libkipi-kde4/pkg-plist deleted file mode 100644 index 289a945ad170..000000000000 --- a/graphics/libkipi-kde4/pkg-plist +++ /dev/null @@ -1,90 +0,0 @@ -include/libkipi/batchprogressdialog.h -include/libkipi/imagecollection.h -include/libkipi/imagecollectionselector.h -include/libkipi/imagecollectionshared.h -include/libkipi/imagedialog.h -include/libkipi/imageinfo.h -include/libkipi/imageinfoshared.h -include/libkipi/interface.h -include/libkipi/libkipi_export.h -include/libkipi/plugin.h -include/libkipi/pluginloader.h -include/libkipi/uploadwidget.h -include/libkipi/version.h -lib/libkipi.a -lib/libkipi.la -lib/libkipi.so -lib/libkipi.so.1 -libdata/pkgconfig/libkipi.pc -share/apps/kipi/data/banner_left.png -share/apps/kipi/data/kipi-plugins_logo.png -share/icons/hicolor/16x16/apps/kipi.png -share/icons/hicolor/22x22/apps/kipi.png -share/icons/hicolor/32x32/apps/kipi.png -share/icons/hicolor/48x48/apps/kipi.png -share/locale/ar/LC_MESSAGES/libkipi.mo -share/locale/br/LC_MESSAGES/libkipi.mo -share/locale/ca/LC_MESSAGES/libkipi.mo -share/locale/cs/LC_MESSAGES/libkipi.mo -share/locale/cy/LC_MESSAGES/libkipi.mo -share/locale/da/LC_MESSAGES/libkipi.mo -share/locale/de/LC_MESSAGES/libkipi.mo -share/locale/el/LC_MESSAGES/libkipi.mo -share/locale/en_GB/LC_MESSAGES/libkipi.mo -share/locale/es/LC_MESSAGES/libkipi.mo -share/locale/et/LC_MESSAGES/libkipi.mo -share/locale/fi/LC_MESSAGES/libkipi.mo -share/locale/fr/LC_MESSAGES/libkipi.mo -share/locale/ga/LC_MESSAGES/libkipi.mo -share/locale/gl/LC_MESSAGES/libkipi.mo -share/locale/is/LC_MESSAGES/libkipi.mo -share/locale/it/LC_MESSAGES/libkipi.mo -share/locale/ja/LC_MESSAGES/libkipi.mo -share/locale/lt/LC_MESSAGES/libkipi.mo -share/locale/mt/LC_MESSAGES/libkipi.mo -share/locale/nb/LC_MESSAGES/libkipi.mo -share/locale/nl/LC_MESSAGES/libkipi.mo -share/locale/pa/LC_MESSAGES/libkipi.mo -share/locale/pl/LC_MESSAGES/libkipi.mo -share/locale/pt/LC_MESSAGES/libkipi.mo -share/locale/pt_BR/LC_MESSAGES/libkipi.mo -share/locale/ru/LC_MESSAGES/libkipi.mo -share/locale/rw/LC_MESSAGES/libkipi.mo -share/locale/sk/LC_MESSAGES/libkipi.mo -share/locale/sl/LC_MESSAGES/libkipi.mo -share/locale/sr/LC_MESSAGES/libkipi.mo -share/locale/sr@Latn/LC_MESSAGES/libkipi.mo -share/locale/ta/LC_MESSAGES/libkipi.mo -share/locale/tr/LC_MESSAGES/libkipi.mo -share/locale/uk/LC_MESSAGES/libkipi.mo -share/locale/zh_CN/LC_MESSAGES/libkipi.mo -share/servicetypes/kipiplugin.desktop -@dirrmtry share/apps/kipi/data -@dirrmtry share/apps/kipi -@dirrm include/libkipi -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN diff --git a/graphics/linux-f10-gdk-pixbuf/Makefile b/graphics/linux-f10-gdk-pixbuf/Makefile deleted file mode 100644 index 430882b8953e..000000000000 --- a/graphics/linux-f10-gdk-pixbuf/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: linux-gdk-pixbuf -# Date created: 23 December 2003 -# Whom: Seth Kingsley <sethk@meowfishies.com> -# -# $FreeBSD$ -# - -PORTNAME= gdk-pixbuf -PORTVERSION= 0.22.0.18.fc4.2 -CATEGORIES= graphics linux -DISTNAME= ${PORTNAME}-${PORTVERSION:C/^([^\.]+\.[^\.]+\.[^\.]+)\./\1-/} - -MAINTAINER= sethk@meowfishies.com -COMMENT= Linux version of the graphic library for GTK+ - -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -ONLY_FOR_ARCHS= i386 amd64 -INSTALLS_SHLIB= yes -PLIST_SUB= VERSION=${PORTVERSION:C/^([^\.]+\.[^\.]+\.[^\.]+).+/\1/} -MD5_FILE?= ${PKGDIR}/distinfo - -.include <bsd.port.mk> diff --git a/graphics/linux-f10-gdk-pixbuf/distinfo b/graphics/linux-f10-gdk-pixbuf/distinfo deleted file mode 100644 index 419c0eac20fd..000000000000 --- a/graphics/linux-f10-gdk-pixbuf/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/gdk-pixbuf-0.22.0-18.fc4.2.i386.rpm) = 212ce3ac8b0fe3f767048a2186cb3766 -SHA256 (rpm/i386/fedora/4/gdk-pixbuf-0.22.0-18.fc4.2.i386.rpm) = e1636bbf66356c8edee7d1197b10f315b3c3ee0d2e916e787f90762a2426b7d7 -SIZE (rpm/i386/fedora/4/gdk-pixbuf-0.22.0-18.fc4.2.i386.rpm) = 230909 -MD5 (rpm/i386/fedora/4/gdk-pixbuf-0.22.0-18.fc4.2.src.rpm) = 7c780b05008f3e1999bf8abbb0bb7b7a -SHA256 (rpm/i386/fedora/4/gdk-pixbuf-0.22.0-18.fc4.2.src.rpm) = c6359209f5d36974d2e4d2c0479eac138d25297abf89b36598755d1e32565c46 -SIZE (rpm/i386/fedora/4/gdk-pixbuf-0.22.0-18.fc4.2.src.rpm) = 424241 diff --git a/graphics/linux-f10-gdk-pixbuf/pkg-descr b/graphics/linux-f10-gdk-pixbuf/pkg-descr deleted file mode 100644 index 9be5eddc168d..000000000000 --- a/graphics/linux-f10-gdk-pixbuf/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -An RPM of the graphic library for GTK+. diff --git a/graphics/linux-f10-gdk-pixbuf/pkg-plist b/graphics/linux-f10-gdk-pixbuf/pkg-plist deleted file mode 100644 index af3c0548034e..000000000000 --- a/graphics/linux-f10-gdk-pixbuf/pkg-plist +++ /dev/null @@ -1,50 +0,0 @@ -usr/lib/gdk-pixbuf/loaders/libpixbufloader-bmp.so -usr/lib/gdk-pixbuf/loaders/libpixbufloader-gif.so -usr/lib/gdk-pixbuf/loaders/libpixbufloader-ico.so -usr/lib/gdk-pixbuf/loaders/libpixbufloader-jpeg.so -usr/lib/gdk-pixbuf/loaders/libpixbufloader-png.so -usr/lib/gdk-pixbuf/loaders/libpixbufloader-pnm.so -usr/lib/gdk-pixbuf/loaders/libpixbufloader-ras.so -usr/lib/gdk-pixbuf/loaders/libpixbufloader-tiff.so -usr/lib/gdk-pixbuf/loaders/libpixbufloader-xbm.so -usr/lib/gdk-pixbuf/loaders/libpixbufloader-xpm.so -usr/lib/libgdk_pixbuf.so.2 -usr/lib/libgdk_pixbuf.so.2.0.0 -usr/lib/libgdk_pixbuf_xlib.so.2 -usr/lib/libgdk_pixbuf_xlib.so.2.0.0 -usr/share/doc/gdk-pixbuf-%%VERSION%%/AUTHORS -usr/share/doc/gdk-pixbuf-%%VERSION%%/COPYING -usr/share/doc/gdk-pixbuf-%%VERSION%%/COPYING.LIB -usr/share/doc/gdk-pixbuf-%%VERSION%%/ChangeLog -usr/share/doc/gdk-pixbuf-%%VERSION%%/NEWS -usr/share/doc/gdk-pixbuf-%%VERSION%%/README -usr/share/doc/gdk-pixbuf-%%VERSION%%/TODO -usr/share/doc/gdk-pixbuf-%%VERSION%%/gdk-pixbuf-sections.txt -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/a3696.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/compiling.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/extra-configuration-options.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/gdk-pixbuf-animation.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/gdk-pixbuf-creating.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/gdk-pixbuf-file-loading.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/gdk-pixbuf-from-drawables.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/gdk-pixbuf-gdk-pixbuf.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/gdk-pixbuf-gdk-pixbuf-xlib-from-drawables.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/gdk-pixbuf-gdk-pixbuf-xlib-init.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/gdk-pixbuf-gdk-pixbuf-xlib-rendering.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/gdk-pixbuf-gdk-pixbuf-xlib-rgb.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/gdk-pixbuf-refcounting.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/gdk-pixbuf-rendering.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/gdk-pixbuf-scaling.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/gdk-pixbuf-util.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/gdkpixbufloader.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/gnomecanvaspixbuf.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/index.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/index.sgml -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/license.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/r27.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/x3715.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/x3767.html -@dirrm usr/lib/gdk-pixbuf/loaders -@dirrm usr/lib/gdk-pixbuf -@dirrm usr/share/doc/gdk-pixbuf-%%VERSION%%/html -@dirrm usr/share/doc/gdk-pixbuf-%%VERSION%% diff --git a/graphics/linux-f10-imlib/Makefile b/graphics/linux-f10-imlib/Makefile deleted file mode 100644 index 92cf2ae6a785..000000000000 --- a/graphics/linux-f10-imlib/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: linux-imlib -# Date created: 01/09/18 -# Whom: taoka@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= imlib -PORTVERSION= 1.9.13 -PORTREVISION= 2 -CATEGORIES= graphics linux -DISTNAME= ${PORTNAME}-${PORTVERSION}-24 - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of imlib - -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -INSTALLS_SHLIB= yes -BRANDELF_DIRS= usr/bin -PLIST= pkg-plist.${LINUX_RPM_ARCH} -PLIST_SUB= PORTVERSION="${PORTVERSION}" - -.include <bsd.port.mk> diff --git a/graphics/linux-f10-imlib/distinfo.i386 b/graphics/linux-f10-imlib/distinfo.i386 deleted file mode 100644 index 821650abcc27..000000000000 --- a/graphics/linux-f10-imlib/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/imlib-1.9.13-24.i386.rpm) = 05858d2b5f672de28d55bc66977145f7 -SHA256 (rpm/i386/fedora/4/imlib-1.9.13-24.i386.rpm) = 85b03664e9863a1d16a104c64cc42defe2116e70904fb0d0d8d4b791b5cd8b32 -SIZE (rpm/i386/fedora/4/imlib-1.9.13-24.i386.rpm) = 419108 -MD5 (rpm/i386/fedora/4/imlib-1.9.13-24.src.rpm) = 2cc15579cf4d50dbb966fd9b206755f8 -SHA256 (rpm/i386/fedora/4/imlib-1.9.13-24.src.rpm) = f42ddff494b63e811a1f2b7de600e8a27d2667076835eb160f361741fbefa762 -SIZE (rpm/i386/fedora/4/imlib-1.9.13-24.src.rpm) = 774177 diff --git a/graphics/linux-f10-imlib/pkg-descr b/graphics/linux-f10-imlib/pkg-descr deleted file mode 100644 index 225c0d6ae401..000000000000 --- a/graphics/linux-f10-imlib/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This is a port for imlib rpm. diff --git a/graphics/linux-f10-imlib/pkg-plist.i386 b/graphics/linux-f10-imlib/pkg-plist.i386 deleted file mode 100644 index d14ff117530a..000000000000 --- a/graphics/linux-f10-imlib/pkg-plist.i386 +++ /dev/null @@ -1,22 +0,0 @@ -etc/im_palette-small.pal -etc/im_palette-tiny.pal -etc/im_palette.pal -etc/imrc -usr/bin/imlib_config -usr/lib/libImlib.so.11.0.0 -usr/lib/libgdk_imlib.so.%%PORTVERSION%% -usr/lib/libimlib-bmp.so -usr/lib/libimlib-gif.so -usr/lib/libimlib-jpeg.so -usr/lib/libimlib-png.so -usr/lib/libimlib-ppm.so -usr/lib/libimlib-ps.so -usr/lib/libimlib-tiff.so -usr/lib/libimlib-xpm.so -usr/share/doc/imlib-%%PORTVERSION%%/AUTHORS -usr/share/doc/imlib-%%PORTVERSION%%/ChangeLog -usr/share/doc/imlib-%%PORTVERSION%%/NEWS -usr/share/doc/imlib-%%PORTVERSION%%/README -usr/lib/libImlib.so.11 -usr/lib/libgdk_imlib.so.1 -@dirrm usr/share/doc/imlib-%%PORTVERSION%% diff --git a/graphics/linux-f10-jpeg/Makefile b/graphics/linux-f10-jpeg/Makefile deleted file mode 100644 index 4f56ec81902b..000000000000 --- a/graphics/linux-f10-jpeg/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: linux-jpeg -# Date created: 9 April 2000 -# Whom: sada@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= jpeg -PORTVERSION= 6b.34 -CATEGORIES= graphics linux -DISTNAME= libjpeg-6b-34 - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of the JPEG lib - -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -INSTALLS_SHLIB= yes -ONLY_FOR_ARCHS= i386 amd64 - -BRANDELF_DIRS= usr/bin - -.include <bsd.port.mk> diff --git a/graphics/linux-f10-jpeg/distinfo.i386 b/graphics/linux-f10-jpeg/distinfo.i386 deleted file mode 100644 index 5e8d6d930ea3..000000000000 --- a/graphics/linux-f10-jpeg/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/libjpeg-6b-34.i386.rpm) = 17d970ccc5582e2017403c3f07373e7d -SHA256 (rpm/i386/fedora/4/libjpeg-6b-34.i386.rpm) = ea20ba5fb640d7f716ff385ae9a17a3f49fbcb2ff085b5ad523c78851060b712 -SIZE (rpm/i386/fedora/4/libjpeg-6b-34.i386.rpm) = 132313 -MD5 (rpm/i386/fedora/4/libjpeg-6b-34.src.rpm) = 116f092498152c62244e3d1964bbe25c -SHA256 (rpm/i386/fedora/4/libjpeg-6b-34.src.rpm) = b6150ec93ea346b5a243a9c899c1bc0686296393763097d74191f84ed530247f -SIZE (rpm/i386/fedora/4/libjpeg-6b-34.src.rpm) = 545288 diff --git a/graphics/linux-f10-jpeg/pkg-descr b/graphics/linux-f10-jpeg/pkg-descr deleted file mode 100644 index f7cb766bdfd3..000000000000 --- a/graphics/linux-f10-jpeg/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A port of jpeg lib rpm. diff --git a/graphics/linux-f10-jpeg/pkg-plist b/graphics/linux-f10-jpeg/pkg-plist deleted file mode 100644 index c9c21d293f90..000000000000 --- a/graphics/linux-f10-jpeg/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -usr/bin/cjpeg -usr/bin/djpeg -usr/bin/jpegtran -usr/bin/rdjpgcom -usr/bin/wrjpgcom -usr/lib/libjpeg.so.62.0.0 -usr/share/doc/libjpeg-6b/README -usr/share/doc/libjpeg-6b/usage.doc -usr/share/man/man1/cjpeg.1.gz -usr/share/man/man1/djpeg.1.gz -usr/share/man/man1/jpegtran.1.gz -usr/share/man/man1/rdjpgcom.1.gz -usr/share/man/man1/wrjpgcom.1.gz -@exec ln -sf %D/usr/lib/libjpeg.so.62.0.0 %D/usr/lib/libjpeg.so.62 -@unexec rm -f %D/usr/lib/libjpeg.so.62 -@dirrm usr/share/doc/libjpeg-6b diff --git a/graphics/linux-f10-libGLU/Makefile b/graphics/linux-f10-libGLU/Makefile deleted file mode 100644 index 1e246028c42f..000000000000 --- a/graphics/linux-f10-libGLU/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: linux-libGLU -# Date created: 06 Nov 2006 -# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libGLU -PORTVERSION= 6.8.2 -CATEGORIES= graphics linux -DISTNAME= xorg-x11-Mesa-libGLU-${PORTVERSION}-${RPMVERSION} -SRC_DISTFILES= xorg-x11-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} - -MAINTAINER= jylefort@FreeBSD.org -COMMENT= OpenGL utility library (Linux version) - -CONFLICTS= linux_dri-[0-9]* - -RPMVERSION= 37.FC4.49.2.1 -ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -INSTALLS_SHLIB= yes -AUTOMATIC_PLIST=yes -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr - -.include <bsd.port.mk> diff --git a/graphics/linux-f10-libGLU/distinfo.i386 b/graphics/linux-f10-libGLU/distinfo.i386 deleted file mode 100644 index fa4fe9066d43..000000000000 --- a/graphics/linux-f10-libGLU/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/xorg-x11-Mesa-libGLU-6.8.2-37.FC4.49.2.1.i386.rpm) = 28ac6b580d3a22c02af34f96cfa1ee85 -SHA256 (rpm/i386/fedora/4/xorg-x11-Mesa-libGLU-6.8.2-37.FC4.49.2.1.i386.rpm) = 0604f21cd8f134426738f989866a5a0125e8978c62e0899786c7bb5d95d7ec73 -SIZE (rpm/i386/fedora/4/xorg-x11-Mesa-libGLU-6.8.2-37.FC4.49.2.1.i386.rpm) = 284523 -MD5 (rpm/i386/fedora/4/xorg-x11-6.8.2-37.FC4.49.2.1.src.rpm) = 3bdc9ca690382cee9dabd67ac892a0c8 -SHA256 (rpm/i386/fedora/4/xorg-x11-6.8.2-37.FC4.49.2.1.src.rpm) = 469cb20ece48a78a52102c891d55a369487c04a8396d038f027dd87147d2f7de -SIZE (rpm/i386/fedora/4/xorg-x11-6.8.2-37.FC4.49.2.1.src.rpm) = 56066607 diff --git a/graphics/linux-f10-libmng/Makefile b/graphics/linux-f10-libmng/Makefile deleted file mode 100644 index 39d256d648f2..000000000000 --- a/graphics/linux-f10-libmng/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: linux-libmng -# Date created: 01/09/18 -# Whom: mranner@inode.at -# -# $FreeBSD$ -# - -PORTNAME= libmng -PORTVERSION= 1.0.9 -CATEGORIES= graphics linux -DISTNAME= ${PORTNAME}-${PORTVERSION}-1 - -MAINTAINER= mranner@inode.at -COMMENT= RPM of libmng - -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libjpeg.so.62:${PORTSDIR}/graphics/linux-jpeg - -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -INSTALLS_SHLIB= yes -ONLY_FOR_ARCHS= i386 amd64 - -PLIST?= ${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH} - -.include <bsd.port.mk> diff --git a/graphics/linux-f10-libmng/distinfo.i386 b/graphics/linux-f10-libmng/distinfo.i386 deleted file mode 100644 index d4b14d8ff341..000000000000 --- a/graphics/linux-f10-libmng/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/libmng-1.0.9-1.i386.rpm) = 2f5ec74c8981db8fc45cd6585fa62558 -SHA256 (rpm/i386/fedora/4/libmng-1.0.9-1.i386.rpm) = 07e9799e07cac87cf9ebcee6ba76e88bb93cf8059a5a245503376a3da241373d -SIZE (rpm/i386/fedora/4/libmng-1.0.9-1.i386.rpm) = 140962 -MD5 (rpm/i386/fedora/4/libmng-1.0.9-1.src.rpm) = a8674698604aac9c0768466063ba12bf -SHA256 (rpm/i386/fedora/4/libmng-1.0.9-1.src.rpm) = 543aa8c4771f2c13276bc98159098ea6ccd3f5b145529c60e16290fefde55204 -SIZE (rpm/i386/fedora/4/libmng-1.0.9-1.src.rpm) = 560137 diff --git a/graphics/linux-f10-libmng/pkg-descr b/graphics/linux-f10-libmng/pkg-descr deleted file mode 100644 index 7403b3a9d5c4..000000000000 --- a/graphics/linux-f10-libmng/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This is a port for libmng rpm. diff --git a/graphics/linux-f10-libmng/pkg-plist.i386 b/graphics/linux-f10-libmng/pkg-plist.i386 deleted file mode 100644 index a1e561d2b438..000000000000 --- a/graphics/linux-f10-libmng/pkg-plist.i386 +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/libmng.so.1.0.0 -usr/lib/libmng.so.1 -@exec ln -sf %D/usr/lib/libmng.so.1 %D/usr/lib/libmng.1 -@unexec rm -f %D/usr/lib/libmng.1 diff --git a/graphics/linux-f10-png/Makefile b/graphics/linux-f10-png/Makefile deleted file mode 100644 index 7928ef433743..000000000000 --- a/graphics/linux-f10-png/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: linux-png -# Date created: 28 September 2000 -# Whom: sanpei@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= png -PORTVERSION= 1.2.8 -PORTREVISION= 2 -CATEGORIES= graphics linux -DISTNAME= libpng-${PORTVERSION}-2 - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of the PNG lib - -# no alpha rpm is available -ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -INSTALLS_SHLIB= yes - -PLIST_FILES= \ - usr/lib/libpng.so.3 \ - usr/lib/libpng.so.3.${PORTVERSION} \ - usr/lib/libpng12.so.0 \ - usr/lib/libpng12.so.0.${PORTVERSION} \ - usr/share/man/man5/png.5.gz -DOCSDIR= ${PREFIX}/usr/share/doc/libpng-${PORTVERSION} -PORTDOCS= CHANGES LICENSE README TODO example.c libpng.txt - -.include <bsd.port.mk> diff --git a/graphics/linux-f10-png/distinfo.i386 b/graphics/linux-f10-png/distinfo.i386 deleted file mode 100644 index 73ac2757f28a..000000000000 --- a/graphics/linux-f10-png/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/libpng-1.2.8-2.i386.rpm) = b70aff3a22d16922520131e4373866a2 -SHA256 (rpm/i386/fedora/4/libpng-1.2.8-2.i386.rpm) = e72af67a645503e1884299308f41268ebff6ae1580c1ebb416ea7c3e1481dfa4 -SIZE (rpm/i386/fedora/4/libpng-1.2.8-2.i386.rpm) = 160855 -MD5 (rpm/i386/fedora/4/libpng-1.2.8-2.src.rpm) = 80398755f1d3c0ba5ca6da70178700a2 -SHA256 (rpm/i386/fedora/4/libpng-1.2.8-2.src.rpm) = b35960b8a3e779e8532baeff67dda95540a31c9a443bab1ea4319f43f709a2a9 -SIZE (rpm/i386/fedora/4/libpng-1.2.8-2.src.rpm) = 398416 diff --git a/graphics/linux-f10-png/pkg-descr b/graphics/linux-f10-png/pkg-descr deleted file mode 100644 index 5cbf2095eb06..000000000000 --- a/graphics/linux-f10-png/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A port of png lib rpm. diff --git a/graphics/linux-f10-png10/Makefile b/graphics/linux-f10-png10/Makefile deleted file mode 100644 index dfe6b021bc9f..000000000000 --- a/graphics/linux-f10-png10/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: linux-png -# Date created: 28 September 2000 -# Whom: sanpei@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= png -PORTVERSION= 1.0.18 -CATEGORIES= graphics linux -DISTNAME= libpng10-${PORTVERSION}-2 - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of the PNG lib (old 1.0 version) - -LATEST_LINK= linux-png10 - -ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -INSTALLS_SHLIB= yes - -PLIST_FILES= usr/lib/libpng.so.2.${PORTVERSION} \ - usr/lib/libpng.so.2 -DOCSDIR= ${PREFIX}/usr/share/doc/libpng10-${PORTVERSION} -PORTDOCS= CHANGES LICENSE README TODO example.c libpng.txt - -.include <bsd.port.mk> diff --git a/graphics/linux-f10-png10/distinfo.i386 b/graphics/linux-f10-png10/distinfo.i386 deleted file mode 100644 index 68d9b605b707..000000000000 --- a/graphics/linux-f10-png10/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/libpng10-1.0.18-2.i386.rpm) = 42f5d58ab5f57634402f89482a5d768c -SHA256 (rpm/i386/fedora/4/libpng10-1.0.18-2.i386.rpm) = ba3f6e047d6ac8f8db300fe0fc1a986e771421b5b03f9c3986e6d47e797ff05f -SIZE (rpm/i386/fedora/4/libpng10-1.0.18-2.i386.rpm) = 152343 -MD5 (rpm/i386/fedora/4/libpng10-1.0.18-2.src.rpm) = 86a138bde55229541cb13a6c39ebbce3 -SHA256 (rpm/i386/fedora/4/libpng10-1.0.18-2.src.rpm) = cc878193c2db6a2c7420080e9e79572812d04af86f1b076074b22b5ec4133057 -SIZE (rpm/i386/fedora/4/libpng10-1.0.18-2.src.rpm) = 394474 diff --git a/graphics/linux-f10-png10/pkg-descr b/graphics/linux-f10-png10/pkg-descr deleted file mode 100644 index 5cbf2095eb06..000000000000 --- a/graphics/linux-f10-png10/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A port of png lib rpm. diff --git a/graphics/linux-f10-sdl_image/Makefile b/graphics/linux-f10-sdl_image/Makefile deleted file mode 100644 index b5c24c39df72..000000000000 --- a/graphics/linux-f10-sdl_image/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: linux-sdl_image -# Date created: 09 July 2004 -# Whom: Nicola Vitale <nivit@email.it> -# Based on: devel/linux-sdl12 by martin@tradex.sk -# -# $FreeBSD$ -# - -PORTNAME= sdl_image -PORTVERSION= 1.2.5 -CATEGORIES= graphics linux -MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ -DISTNAME= SDL_image-${PORTVERSION}-1 - -MAINTAINER= nivit@FreeBSD.org -COMMENT= A simple library to load images as SDL interfaces (linux version) - -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12 - -USE_LINUX_RPM= yes -INSTALL_SHLIB= yes -ONLY_FOR_ARCHS= i386 amd64 -DIST_SUBDIR= rpm -PLIST_SUB+= SDLIMVER=${PORTVERSION} -MD5_FILE= ${PKGDIR}/distinfo - -.include <bsd.port.mk> diff --git a/graphics/linux-f10-sdl_image/distinfo b/graphics/linux-f10-sdl_image/distinfo deleted file mode 100644 index c5303956aee0..000000000000 --- a/graphics/linux-f10-sdl_image/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/SDL_image-1.2.5-1.i386.rpm) = 0dc78395e2e79598b972e6b50242cfb2 -SHA256 (rpm/SDL_image-1.2.5-1.i386.rpm) = 83619c4ab7175f3db405b206c6d71bc9b2d7e52169494357bc3f8b19c21f2fd1 -SIZE (rpm/SDL_image-1.2.5-1.i386.rpm) = 36284 -MD5 (rpm/SDL_image-1.2.5-1.src.rpm) = 62d7ea476bc0b69acb4b4e27d3751377 -SHA256 (rpm/SDL_image-1.2.5-1.src.rpm) = c89a29085d8f490131e228e782b7a34fc48aa3a9b431c24c8baa6e5fa8c07296 -SIZE (rpm/SDL_image-1.2.5-1.src.rpm) = 1311048 diff --git a/graphics/linux-f10-sdl_image/pkg-descr b/graphics/linux-f10-sdl_image/pkg-descr deleted file mode 100644 index 77770e39e7d6..000000000000 --- a/graphics/linux-f10-sdl_image/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is a simple library to load images of various formats as SDL surfaces. -This library supports BMP, PPM, PCX, GIF, JPEG, PNG, TGA, and TIFF formats. - -(Linux version) - -WWW: http://www.libsdl.org/projects/SDL_image/ diff --git a/graphics/linux-f10-sdl_image/pkg-plist b/graphics/linux-f10-sdl_image/pkg-plist deleted file mode 100644 index 3f46d8948388..000000000000 --- a/graphics/linux-f10-sdl_image/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -%%PORTDOCS%%usr/share/doc/SDL_image-%%SDLIMVER%%/CHANGES -%%PORTDOCS%%usr/share/doc/SDL_image-%%SDLIMVER%%/COPYING -%%PORTDOCS%%usr/share/doc/SDL_image-%%SDLIMVER%%/README -usr/lib/libSDL_image-1.2.so.0 -usr/lib/libSDL_image-1.2.so.0.1.4 -@dirrm usr/share/doc/SDL_image-%%SDLIMVER%% diff --git a/graphics/linux-f10-tiff/Makefile b/graphics/linux-f10-tiff/Makefile deleted file mode 100644 index c2e5895ae1a4..000000000000 --- a/graphics/linux-f10-tiff/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: linux-tiff -# Date created: 2001.02.08 -# Whom: taoka@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= tiff -PORTVERSION= 3.7.1 -CATEGORIES= graphics linux -DISTNAME= libtiff-${PORTVERSION}-6.fc4.2 - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= TIFF library, Linux/i386 binary - -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libjpeg.so.62:${PORTSDIR}/graphics/linux-jpeg - -ONLY_FOR_ARCHS= amd64 i386 -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -INSTALLS_SHLIB= yes -BRANDELF_DIRS= usr/bin -PLIST= pkg-plist.${LINUX_RPM_ARCH} -PLIST_SUB+= PORTVERSION="${PORTVERSION}" - -.include <bsd.port.mk> diff --git a/graphics/linux-f10-tiff/distinfo.i386 b/graphics/linux-f10-tiff/distinfo.i386 deleted file mode 100644 index a1f0c7626f1e..000000000000 --- a/graphics/linux-f10-tiff/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/libtiff-3.7.1-6.fc4.2.i386.rpm) = 56b1988b1570f490cdfe6d2b67c83227 -SHA256 (rpm/i386/fedora/4/libtiff-3.7.1-6.fc4.2.i386.rpm) = 9b6b41f210c38791bf388a81d5ed9f3d44591883313cc8c58797616d835b61ed -SIZE (rpm/i386/fedora/4/libtiff-3.7.1-6.fc4.2.i386.rpm) = 306451 -MD5 (rpm/i386/fedora/4/libtiff-3.7.1-6.fc4.2.src.rpm) = 6704c324646af41b59cd9e38a3e53076 -SHA256 (rpm/i386/fedora/4/libtiff-3.7.1-6.fc4.2.src.rpm) = 93820f895507487e466fbee0d1696e2091178c7aa9d61bf4115bcc1cf08d57db -SIZE (rpm/i386/fedora/4/libtiff-3.7.1-6.fc4.2.src.rpm) = 1269849 diff --git a/graphics/linux-f10-tiff/pkg-descr b/graphics/linux-f10-tiff/pkg-descr deleted file mode 100644 index a0d231cc0527..000000000000 --- a/graphics/linux-f10-tiff/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is a Linux/i386 binary of a library for reading and writing -images in Tagged Image File Format. - -See http://www.awaresystems.be/imaging/tiff.html for information -about the format. - -WWW: http://www.remotesensing.org/libtiff/ diff --git a/graphics/linux-f10-tiff/pkg-plist.i386 b/graphics/linux-f10-tiff/pkg-plist.i386 deleted file mode 100644 index 302bf427b47b..000000000000 --- a/graphics/linux-f10-tiff/pkg-plist.i386 +++ /dev/null @@ -1,55 +0,0 @@ -usr/bin/bmp2tiff -usr/bin/fax2ps -usr/bin/fax2tiff -usr/bin/gif2tiff -usr/bin/pal2rgb -usr/bin/ppm2tiff -usr/bin/ras2tiff -usr/bin/raw2tiff -usr/bin/rgb2ycbcr -usr/bin/thumbnail -usr/bin/tiff2bw -usr/bin/tiff2pdf -usr/bin/tiff2ps -usr/bin/tiff2rgba -usr/bin/tiffcmp -usr/bin/tiffcp -usr/bin/tiffdither -usr/bin/tiffdump -usr/bin/tiffinfo -usr/bin/tiffgt -usr/bin/tiffmedian -usr/bin/tiffset -usr/bin/tiffsplit -usr/lib/libtiff.so.3 -usr/lib/libtiff.so.%%PORTVERSION%% -usr/share/doc/libtiff-%%PORTVERSION%%/COPYRIGHT -usr/share/doc/libtiff-%%PORTVERSION%%/README -usr/share/doc/libtiff-%%PORTVERSION%%/RELEASE-DATE -usr/share/doc/libtiff-%%PORTVERSION%%/VERSION -usr/share/man/man1/bmp2tiff.1.gz -usr/share/man/man1/fax2ps.1.gz -usr/share/man/man1/fax2tiff.1.gz -usr/share/man/man1/gif2tiff.1.gz -usr/share/man/man1/pal2rgb.1.gz -usr/share/man/man1/ppm2tiff.1.gz -usr/share/man/man1/ras2tiff.1.gz -usr/share/man/man1/raw2tiff.1.gz -usr/share/man/man1/rgb2ycbcr.1.gz -usr/share/man/man1/sgi2tiff.1.gz -usr/share/man/man1/thumbnail.1.gz -usr/share/man/man1/tiff2bw.1.gz -usr/share/man/man1/tiff2pdf.1.gz -usr/share/man/man1/tiff2ps.1.gz -usr/share/man/man1/tiff2rgba.1.gz -usr/share/man/man1/tiffcmp.1.gz -usr/share/man/man1/tiffcp.1.gz -usr/share/man/man1/tiffdither.1.gz -usr/share/man/man1/tiffdump.1.gz -usr/share/man/man1/tiffinfo.1.gz -usr/share/man/man1/tiffgt.1.gz -usr/share/man/man1/tiffmedian.1.gz -usr/share/man/man1/tiffset.1.gz -usr/share/man/man1/tiffsplit.1.gz -usr/share/man/man1/tiffsv.1.gz -@dirrm usr/share/doc/libtiff-%%PORTVERSION%% diff --git a/graphics/linux-f10-ungif/Makefile b/graphics/linux-f10-ungif/Makefile deleted file mode 100644 index 2c0062549c48..000000000000 --- a/graphics/linux-f10-ungif/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: linux-ungif -# Date created: 22 November 2002 -# Whom: Nakata Maho <maho@FreeBSD.org> -# $FreeBSD$ -# - -PORTNAME= ungif -PORTVERSION= 4.1.3 -PORTREVISION= 1 -CATEGORIES= graphics linux -DISTNAME= libungif-${PORTVERSION}-3.fc4.2 - -MAINTAINER= maho@FreeBSD.org -COMMENT= RPM of the ungif lib - -ONLY_FOR_ARCHS= i386 amd64 - -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -INSTALLS_SHLIB= yes -PLIST= pkg-plist.${LINUX_RPM_ARCH} -PLIST_SUB= PORTVERSION="${PORTVERSION}" - -.include <bsd.port.mk> diff --git a/graphics/linux-f10-ungif/distinfo.i386 b/graphics/linux-f10-ungif/distinfo.i386 deleted file mode 100644 index b065ddd792b2..000000000000 --- a/graphics/linux-f10-ungif/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/libungif-4.1.3-3.fc4.2.i386.rpm) = a484b2fab31810d710154accbe2d6ced -SHA256 (rpm/i386/fedora/4/libungif-4.1.3-3.fc4.2.i386.rpm) = 30e9f76d4f3cd827d0803397cf7d4aca968e65567db8ba6c5d0c4b1f54b41a13 -SIZE (rpm/i386/fedora/4/libungif-4.1.3-3.fc4.2.i386.rpm) = 40406 -MD5 (rpm/i386/fedora/4/libungif-4.1.3-3.fc4.2.src.rpm) = ab573bcf8a97ff41f69272d807eacc76 -SHA256 (rpm/i386/fedora/4/libungif-4.1.3-3.fc4.2.src.rpm) = 02d95a77418b4b81bfe433448270b99e394f666e55434b785979b0474a07b4b5 -SIZE (rpm/i386/fedora/4/libungif-4.1.3-3.fc4.2.src.rpm) = 450346 diff --git a/graphics/linux-f10-ungif/pkg-descr b/graphics/linux-f10-ungif/pkg-descr deleted file mode 100644 index c719ab5af160..000000000000 --- a/graphics/linux-f10-ungif/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A port of ungif lib rpm. diff --git a/graphics/linux-f10-ungif/pkg-plist.i386 b/graphics/linux-f10-ungif/pkg-plist.i386 deleted file mode 100644 index 8ec7dee5fa38..000000000000 --- a/graphics/linux-f10-ungif/pkg-plist.i386 +++ /dev/null @@ -1,14 +0,0 @@ -usr/lib/libgif.so.4 -usr/lib/libgif.so.%%PORTVERSION%% -usr/lib/libungif.so.4 -usr/lib/libungif.so.%%PORTVERSION%% -usr/share/doc/libungif-%%PORTVERSION%%/AUTHORS -usr/share/doc/libungif-%%PORTVERSION%%/BUGS -usr/share/doc/libungif-%%PORTVERSION%%/COPYING -usr/share/doc/libungif-%%PORTVERSION%%/ChangeLog -usr/share/doc/libungif-%%PORTVERSION%%/NEWS -usr/share/doc/libungif-%%PORTVERSION%%/ONEWS -usr/share/doc/libungif-%%PORTVERSION%%/README -usr/share/doc/libungif-%%PORTVERSION%%/TODO -usr/share/doc/libungif-%%PORTVERSION%%/UNCOMPRESSED_GIF -@dirrm usr/share/doc/libungif-%%PORTVERSION%% diff --git a/graphics/linux-f8-gdk-pixbuf/Makefile b/graphics/linux-f8-gdk-pixbuf/Makefile deleted file mode 100644 index 430882b8953e..000000000000 --- a/graphics/linux-f8-gdk-pixbuf/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: linux-gdk-pixbuf -# Date created: 23 December 2003 -# Whom: Seth Kingsley <sethk@meowfishies.com> -# -# $FreeBSD$ -# - -PORTNAME= gdk-pixbuf -PORTVERSION= 0.22.0.18.fc4.2 -CATEGORIES= graphics linux -DISTNAME= ${PORTNAME}-${PORTVERSION:C/^([^\.]+\.[^\.]+\.[^\.]+)\./\1-/} - -MAINTAINER= sethk@meowfishies.com -COMMENT= Linux version of the graphic library for GTK+ - -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -ONLY_FOR_ARCHS= i386 amd64 -INSTALLS_SHLIB= yes -PLIST_SUB= VERSION=${PORTVERSION:C/^([^\.]+\.[^\.]+\.[^\.]+).+/\1/} -MD5_FILE?= ${PKGDIR}/distinfo - -.include <bsd.port.mk> diff --git a/graphics/linux-f8-gdk-pixbuf/distinfo b/graphics/linux-f8-gdk-pixbuf/distinfo deleted file mode 100644 index 419c0eac20fd..000000000000 --- a/graphics/linux-f8-gdk-pixbuf/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/gdk-pixbuf-0.22.0-18.fc4.2.i386.rpm) = 212ce3ac8b0fe3f767048a2186cb3766 -SHA256 (rpm/i386/fedora/4/gdk-pixbuf-0.22.0-18.fc4.2.i386.rpm) = e1636bbf66356c8edee7d1197b10f315b3c3ee0d2e916e787f90762a2426b7d7 -SIZE (rpm/i386/fedora/4/gdk-pixbuf-0.22.0-18.fc4.2.i386.rpm) = 230909 -MD5 (rpm/i386/fedora/4/gdk-pixbuf-0.22.0-18.fc4.2.src.rpm) = 7c780b05008f3e1999bf8abbb0bb7b7a -SHA256 (rpm/i386/fedora/4/gdk-pixbuf-0.22.0-18.fc4.2.src.rpm) = c6359209f5d36974d2e4d2c0479eac138d25297abf89b36598755d1e32565c46 -SIZE (rpm/i386/fedora/4/gdk-pixbuf-0.22.0-18.fc4.2.src.rpm) = 424241 diff --git a/graphics/linux-f8-gdk-pixbuf/pkg-descr b/graphics/linux-f8-gdk-pixbuf/pkg-descr deleted file mode 100644 index 9be5eddc168d..000000000000 --- a/graphics/linux-f8-gdk-pixbuf/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -An RPM of the graphic library for GTK+. diff --git a/graphics/linux-f8-gdk-pixbuf/pkg-plist b/graphics/linux-f8-gdk-pixbuf/pkg-plist deleted file mode 100644 index af3c0548034e..000000000000 --- a/graphics/linux-f8-gdk-pixbuf/pkg-plist +++ /dev/null @@ -1,50 +0,0 @@ -usr/lib/gdk-pixbuf/loaders/libpixbufloader-bmp.so -usr/lib/gdk-pixbuf/loaders/libpixbufloader-gif.so -usr/lib/gdk-pixbuf/loaders/libpixbufloader-ico.so -usr/lib/gdk-pixbuf/loaders/libpixbufloader-jpeg.so -usr/lib/gdk-pixbuf/loaders/libpixbufloader-png.so -usr/lib/gdk-pixbuf/loaders/libpixbufloader-pnm.so -usr/lib/gdk-pixbuf/loaders/libpixbufloader-ras.so -usr/lib/gdk-pixbuf/loaders/libpixbufloader-tiff.so -usr/lib/gdk-pixbuf/loaders/libpixbufloader-xbm.so -usr/lib/gdk-pixbuf/loaders/libpixbufloader-xpm.so -usr/lib/libgdk_pixbuf.so.2 -usr/lib/libgdk_pixbuf.so.2.0.0 -usr/lib/libgdk_pixbuf_xlib.so.2 -usr/lib/libgdk_pixbuf_xlib.so.2.0.0 -usr/share/doc/gdk-pixbuf-%%VERSION%%/AUTHORS -usr/share/doc/gdk-pixbuf-%%VERSION%%/COPYING -usr/share/doc/gdk-pixbuf-%%VERSION%%/COPYING.LIB -usr/share/doc/gdk-pixbuf-%%VERSION%%/ChangeLog -usr/share/doc/gdk-pixbuf-%%VERSION%%/NEWS -usr/share/doc/gdk-pixbuf-%%VERSION%%/README -usr/share/doc/gdk-pixbuf-%%VERSION%%/TODO -usr/share/doc/gdk-pixbuf-%%VERSION%%/gdk-pixbuf-sections.txt -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/a3696.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/compiling.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/extra-configuration-options.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/gdk-pixbuf-animation.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/gdk-pixbuf-creating.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/gdk-pixbuf-file-loading.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/gdk-pixbuf-from-drawables.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/gdk-pixbuf-gdk-pixbuf.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/gdk-pixbuf-gdk-pixbuf-xlib-from-drawables.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/gdk-pixbuf-gdk-pixbuf-xlib-init.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/gdk-pixbuf-gdk-pixbuf-xlib-rendering.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/gdk-pixbuf-gdk-pixbuf-xlib-rgb.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/gdk-pixbuf-refcounting.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/gdk-pixbuf-rendering.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/gdk-pixbuf-scaling.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/gdk-pixbuf-util.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/gdkpixbufloader.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/gnomecanvaspixbuf.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/index.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/index.sgml -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/license.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/r27.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/x3715.html -usr/share/doc/gdk-pixbuf-%%VERSION%%/html/x3767.html -@dirrm usr/lib/gdk-pixbuf/loaders -@dirrm usr/lib/gdk-pixbuf -@dirrm usr/share/doc/gdk-pixbuf-%%VERSION%%/html -@dirrm usr/share/doc/gdk-pixbuf-%%VERSION%% diff --git a/graphics/linux-f8-imlib/Makefile b/graphics/linux-f8-imlib/Makefile deleted file mode 100644 index 92cf2ae6a785..000000000000 --- a/graphics/linux-f8-imlib/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: linux-imlib -# Date created: 01/09/18 -# Whom: taoka@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= imlib -PORTVERSION= 1.9.13 -PORTREVISION= 2 -CATEGORIES= graphics linux -DISTNAME= ${PORTNAME}-${PORTVERSION}-24 - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of imlib - -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -INSTALLS_SHLIB= yes -BRANDELF_DIRS= usr/bin -PLIST= pkg-plist.${LINUX_RPM_ARCH} -PLIST_SUB= PORTVERSION="${PORTVERSION}" - -.include <bsd.port.mk> diff --git a/graphics/linux-f8-imlib/distinfo.i386 b/graphics/linux-f8-imlib/distinfo.i386 deleted file mode 100644 index 821650abcc27..000000000000 --- a/graphics/linux-f8-imlib/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/imlib-1.9.13-24.i386.rpm) = 05858d2b5f672de28d55bc66977145f7 -SHA256 (rpm/i386/fedora/4/imlib-1.9.13-24.i386.rpm) = 85b03664e9863a1d16a104c64cc42defe2116e70904fb0d0d8d4b791b5cd8b32 -SIZE (rpm/i386/fedora/4/imlib-1.9.13-24.i386.rpm) = 419108 -MD5 (rpm/i386/fedora/4/imlib-1.9.13-24.src.rpm) = 2cc15579cf4d50dbb966fd9b206755f8 -SHA256 (rpm/i386/fedora/4/imlib-1.9.13-24.src.rpm) = f42ddff494b63e811a1f2b7de600e8a27d2667076835eb160f361741fbefa762 -SIZE (rpm/i386/fedora/4/imlib-1.9.13-24.src.rpm) = 774177 diff --git a/graphics/linux-f8-imlib/pkg-descr b/graphics/linux-f8-imlib/pkg-descr deleted file mode 100644 index 225c0d6ae401..000000000000 --- a/graphics/linux-f8-imlib/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This is a port for imlib rpm. diff --git a/graphics/linux-f8-imlib/pkg-plist.i386 b/graphics/linux-f8-imlib/pkg-plist.i386 deleted file mode 100644 index d14ff117530a..000000000000 --- a/graphics/linux-f8-imlib/pkg-plist.i386 +++ /dev/null @@ -1,22 +0,0 @@ -etc/im_palette-small.pal -etc/im_palette-tiny.pal -etc/im_palette.pal -etc/imrc -usr/bin/imlib_config -usr/lib/libImlib.so.11.0.0 -usr/lib/libgdk_imlib.so.%%PORTVERSION%% -usr/lib/libimlib-bmp.so -usr/lib/libimlib-gif.so -usr/lib/libimlib-jpeg.so -usr/lib/libimlib-png.so -usr/lib/libimlib-ppm.so -usr/lib/libimlib-ps.so -usr/lib/libimlib-tiff.so -usr/lib/libimlib-xpm.so -usr/share/doc/imlib-%%PORTVERSION%%/AUTHORS -usr/share/doc/imlib-%%PORTVERSION%%/ChangeLog -usr/share/doc/imlib-%%PORTVERSION%%/NEWS -usr/share/doc/imlib-%%PORTVERSION%%/README -usr/lib/libImlib.so.11 -usr/lib/libgdk_imlib.so.1 -@dirrm usr/share/doc/imlib-%%PORTVERSION%% diff --git a/graphics/linux-f8-jpeg/Makefile b/graphics/linux-f8-jpeg/Makefile deleted file mode 100644 index 4f56ec81902b..000000000000 --- a/graphics/linux-f8-jpeg/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: linux-jpeg -# Date created: 9 April 2000 -# Whom: sada@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= jpeg -PORTVERSION= 6b.34 -CATEGORIES= graphics linux -DISTNAME= libjpeg-6b-34 - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of the JPEG lib - -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -INSTALLS_SHLIB= yes -ONLY_FOR_ARCHS= i386 amd64 - -BRANDELF_DIRS= usr/bin - -.include <bsd.port.mk> diff --git a/graphics/linux-f8-jpeg/distinfo.i386 b/graphics/linux-f8-jpeg/distinfo.i386 deleted file mode 100644 index 5e8d6d930ea3..000000000000 --- a/graphics/linux-f8-jpeg/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/libjpeg-6b-34.i386.rpm) = 17d970ccc5582e2017403c3f07373e7d -SHA256 (rpm/i386/fedora/4/libjpeg-6b-34.i386.rpm) = ea20ba5fb640d7f716ff385ae9a17a3f49fbcb2ff085b5ad523c78851060b712 -SIZE (rpm/i386/fedora/4/libjpeg-6b-34.i386.rpm) = 132313 -MD5 (rpm/i386/fedora/4/libjpeg-6b-34.src.rpm) = 116f092498152c62244e3d1964bbe25c -SHA256 (rpm/i386/fedora/4/libjpeg-6b-34.src.rpm) = b6150ec93ea346b5a243a9c899c1bc0686296393763097d74191f84ed530247f -SIZE (rpm/i386/fedora/4/libjpeg-6b-34.src.rpm) = 545288 diff --git a/graphics/linux-f8-jpeg/pkg-descr b/graphics/linux-f8-jpeg/pkg-descr deleted file mode 100644 index f7cb766bdfd3..000000000000 --- a/graphics/linux-f8-jpeg/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A port of jpeg lib rpm. diff --git a/graphics/linux-f8-jpeg/pkg-plist b/graphics/linux-f8-jpeg/pkg-plist deleted file mode 100644 index c9c21d293f90..000000000000 --- a/graphics/linux-f8-jpeg/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -usr/bin/cjpeg -usr/bin/djpeg -usr/bin/jpegtran -usr/bin/rdjpgcom -usr/bin/wrjpgcom -usr/lib/libjpeg.so.62.0.0 -usr/share/doc/libjpeg-6b/README -usr/share/doc/libjpeg-6b/usage.doc -usr/share/man/man1/cjpeg.1.gz -usr/share/man/man1/djpeg.1.gz -usr/share/man/man1/jpegtran.1.gz -usr/share/man/man1/rdjpgcom.1.gz -usr/share/man/man1/wrjpgcom.1.gz -@exec ln -sf %D/usr/lib/libjpeg.so.62.0.0 %D/usr/lib/libjpeg.so.62 -@unexec rm -f %D/usr/lib/libjpeg.so.62 -@dirrm usr/share/doc/libjpeg-6b diff --git a/graphics/linux-f8-libGLU/Makefile b/graphics/linux-f8-libGLU/Makefile deleted file mode 100644 index 1e246028c42f..000000000000 --- a/graphics/linux-f8-libGLU/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: linux-libGLU -# Date created: 06 Nov 2006 -# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libGLU -PORTVERSION= 6.8.2 -CATEGORIES= graphics linux -DISTNAME= xorg-x11-Mesa-libGLU-${PORTVERSION}-${RPMVERSION} -SRC_DISTFILES= xorg-x11-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} - -MAINTAINER= jylefort@FreeBSD.org -COMMENT= OpenGL utility library (Linux version) - -CONFLICTS= linux_dri-[0-9]* - -RPMVERSION= 37.FC4.49.2.1 -ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -INSTALLS_SHLIB= yes -AUTOMATIC_PLIST=yes -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr - -.include <bsd.port.mk> diff --git a/graphics/linux-f8-libGLU/distinfo.i386 b/graphics/linux-f8-libGLU/distinfo.i386 deleted file mode 100644 index fa4fe9066d43..000000000000 --- a/graphics/linux-f8-libGLU/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/xorg-x11-Mesa-libGLU-6.8.2-37.FC4.49.2.1.i386.rpm) = 28ac6b580d3a22c02af34f96cfa1ee85 -SHA256 (rpm/i386/fedora/4/xorg-x11-Mesa-libGLU-6.8.2-37.FC4.49.2.1.i386.rpm) = 0604f21cd8f134426738f989866a5a0125e8978c62e0899786c7bb5d95d7ec73 -SIZE (rpm/i386/fedora/4/xorg-x11-Mesa-libGLU-6.8.2-37.FC4.49.2.1.i386.rpm) = 284523 -MD5 (rpm/i386/fedora/4/xorg-x11-6.8.2-37.FC4.49.2.1.src.rpm) = 3bdc9ca690382cee9dabd67ac892a0c8 -SHA256 (rpm/i386/fedora/4/xorg-x11-6.8.2-37.FC4.49.2.1.src.rpm) = 469cb20ece48a78a52102c891d55a369487c04a8396d038f027dd87147d2f7de -SIZE (rpm/i386/fedora/4/xorg-x11-6.8.2-37.FC4.49.2.1.src.rpm) = 56066607 diff --git a/graphics/linux-f8-libmng/Makefile b/graphics/linux-f8-libmng/Makefile deleted file mode 100644 index 39d256d648f2..000000000000 --- a/graphics/linux-f8-libmng/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: linux-libmng -# Date created: 01/09/18 -# Whom: mranner@inode.at -# -# $FreeBSD$ -# - -PORTNAME= libmng -PORTVERSION= 1.0.9 -CATEGORIES= graphics linux -DISTNAME= ${PORTNAME}-${PORTVERSION}-1 - -MAINTAINER= mranner@inode.at -COMMENT= RPM of libmng - -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libjpeg.so.62:${PORTSDIR}/graphics/linux-jpeg - -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -INSTALLS_SHLIB= yes -ONLY_FOR_ARCHS= i386 amd64 - -PLIST?= ${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH} - -.include <bsd.port.mk> diff --git a/graphics/linux-f8-libmng/distinfo.i386 b/graphics/linux-f8-libmng/distinfo.i386 deleted file mode 100644 index d4b14d8ff341..000000000000 --- a/graphics/linux-f8-libmng/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/libmng-1.0.9-1.i386.rpm) = 2f5ec74c8981db8fc45cd6585fa62558 -SHA256 (rpm/i386/fedora/4/libmng-1.0.9-1.i386.rpm) = 07e9799e07cac87cf9ebcee6ba76e88bb93cf8059a5a245503376a3da241373d -SIZE (rpm/i386/fedora/4/libmng-1.0.9-1.i386.rpm) = 140962 -MD5 (rpm/i386/fedora/4/libmng-1.0.9-1.src.rpm) = a8674698604aac9c0768466063ba12bf -SHA256 (rpm/i386/fedora/4/libmng-1.0.9-1.src.rpm) = 543aa8c4771f2c13276bc98159098ea6ccd3f5b145529c60e16290fefde55204 -SIZE (rpm/i386/fedora/4/libmng-1.0.9-1.src.rpm) = 560137 diff --git a/graphics/linux-f8-libmng/pkg-descr b/graphics/linux-f8-libmng/pkg-descr deleted file mode 100644 index 7403b3a9d5c4..000000000000 --- a/graphics/linux-f8-libmng/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This is a port for libmng rpm. diff --git a/graphics/linux-f8-libmng/pkg-plist.i386 b/graphics/linux-f8-libmng/pkg-plist.i386 deleted file mode 100644 index a1e561d2b438..000000000000 --- a/graphics/linux-f8-libmng/pkg-plist.i386 +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/libmng.so.1.0.0 -usr/lib/libmng.so.1 -@exec ln -sf %D/usr/lib/libmng.so.1 %D/usr/lib/libmng.1 -@unexec rm -f %D/usr/lib/libmng.1 diff --git a/graphics/linux-f8-png/Makefile b/graphics/linux-f8-png/Makefile deleted file mode 100644 index 7928ef433743..000000000000 --- a/graphics/linux-f8-png/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: linux-png -# Date created: 28 September 2000 -# Whom: sanpei@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= png -PORTVERSION= 1.2.8 -PORTREVISION= 2 -CATEGORIES= graphics linux -DISTNAME= libpng-${PORTVERSION}-2 - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of the PNG lib - -# no alpha rpm is available -ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -INSTALLS_SHLIB= yes - -PLIST_FILES= \ - usr/lib/libpng.so.3 \ - usr/lib/libpng.so.3.${PORTVERSION} \ - usr/lib/libpng12.so.0 \ - usr/lib/libpng12.so.0.${PORTVERSION} \ - usr/share/man/man5/png.5.gz -DOCSDIR= ${PREFIX}/usr/share/doc/libpng-${PORTVERSION} -PORTDOCS= CHANGES LICENSE README TODO example.c libpng.txt - -.include <bsd.port.mk> diff --git a/graphics/linux-f8-png/distinfo.i386 b/graphics/linux-f8-png/distinfo.i386 deleted file mode 100644 index 73ac2757f28a..000000000000 --- a/graphics/linux-f8-png/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/libpng-1.2.8-2.i386.rpm) = b70aff3a22d16922520131e4373866a2 -SHA256 (rpm/i386/fedora/4/libpng-1.2.8-2.i386.rpm) = e72af67a645503e1884299308f41268ebff6ae1580c1ebb416ea7c3e1481dfa4 -SIZE (rpm/i386/fedora/4/libpng-1.2.8-2.i386.rpm) = 160855 -MD5 (rpm/i386/fedora/4/libpng-1.2.8-2.src.rpm) = 80398755f1d3c0ba5ca6da70178700a2 -SHA256 (rpm/i386/fedora/4/libpng-1.2.8-2.src.rpm) = b35960b8a3e779e8532baeff67dda95540a31c9a443bab1ea4319f43f709a2a9 -SIZE (rpm/i386/fedora/4/libpng-1.2.8-2.src.rpm) = 398416 diff --git a/graphics/linux-f8-png/pkg-descr b/graphics/linux-f8-png/pkg-descr deleted file mode 100644 index 5cbf2095eb06..000000000000 --- a/graphics/linux-f8-png/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A port of png lib rpm. diff --git a/graphics/linux-f8-png10/Makefile b/graphics/linux-f8-png10/Makefile deleted file mode 100644 index dfe6b021bc9f..000000000000 --- a/graphics/linux-f8-png10/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: linux-png -# Date created: 28 September 2000 -# Whom: sanpei@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= png -PORTVERSION= 1.0.18 -CATEGORIES= graphics linux -DISTNAME= libpng10-${PORTVERSION}-2 - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of the PNG lib (old 1.0 version) - -LATEST_LINK= linux-png10 - -ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -INSTALLS_SHLIB= yes - -PLIST_FILES= usr/lib/libpng.so.2.${PORTVERSION} \ - usr/lib/libpng.so.2 -DOCSDIR= ${PREFIX}/usr/share/doc/libpng10-${PORTVERSION} -PORTDOCS= CHANGES LICENSE README TODO example.c libpng.txt - -.include <bsd.port.mk> diff --git a/graphics/linux-f8-png10/distinfo.i386 b/graphics/linux-f8-png10/distinfo.i386 deleted file mode 100644 index 68d9b605b707..000000000000 --- a/graphics/linux-f8-png10/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/libpng10-1.0.18-2.i386.rpm) = 42f5d58ab5f57634402f89482a5d768c -SHA256 (rpm/i386/fedora/4/libpng10-1.0.18-2.i386.rpm) = ba3f6e047d6ac8f8db300fe0fc1a986e771421b5b03f9c3986e6d47e797ff05f -SIZE (rpm/i386/fedora/4/libpng10-1.0.18-2.i386.rpm) = 152343 -MD5 (rpm/i386/fedora/4/libpng10-1.0.18-2.src.rpm) = 86a138bde55229541cb13a6c39ebbce3 -SHA256 (rpm/i386/fedora/4/libpng10-1.0.18-2.src.rpm) = cc878193c2db6a2c7420080e9e79572812d04af86f1b076074b22b5ec4133057 -SIZE (rpm/i386/fedora/4/libpng10-1.0.18-2.src.rpm) = 394474 diff --git a/graphics/linux-f8-png10/pkg-descr b/graphics/linux-f8-png10/pkg-descr deleted file mode 100644 index 5cbf2095eb06..000000000000 --- a/graphics/linux-f8-png10/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A port of png lib rpm. diff --git a/graphics/linux-f8-sdl_image/Makefile b/graphics/linux-f8-sdl_image/Makefile deleted file mode 100644 index b5c24c39df72..000000000000 --- a/graphics/linux-f8-sdl_image/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: linux-sdl_image -# Date created: 09 July 2004 -# Whom: Nicola Vitale <nivit@email.it> -# Based on: devel/linux-sdl12 by martin@tradex.sk -# -# $FreeBSD$ -# - -PORTNAME= sdl_image -PORTVERSION= 1.2.5 -CATEGORIES= graphics linux -MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ -DISTNAME= SDL_image-${PORTVERSION}-1 - -MAINTAINER= nivit@FreeBSD.org -COMMENT= A simple library to load images as SDL interfaces (linux version) - -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12 - -USE_LINUX_RPM= yes -INSTALL_SHLIB= yes -ONLY_FOR_ARCHS= i386 amd64 -DIST_SUBDIR= rpm -PLIST_SUB+= SDLIMVER=${PORTVERSION} -MD5_FILE= ${PKGDIR}/distinfo - -.include <bsd.port.mk> diff --git a/graphics/linux-f8-sdl_image/distinfo b/graphics/linux-f8-sdl_image/distinfo deleted file mode 100644 index c5303956aee0..000000000000 --- a/graphics/linux-f8-sdl_image/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/SDL_image-1.2.5-1.i386.rpm) = 0dc78395e2e79598b972e6b50242cfb2 -SHA256 (rpm/SDL_image-1.2.5-1.i386.rpm) = 83619c4ab7175f3db405b206c6d71bc9b2d7e52169494357bc3f8b19c21f2fd1 -SIZE (rpm/SDL_image-1.2.5-1.i386.rpm) = 36284 -MD5 (rpm/SDL_image-1.2.5-1.src.rpm) = 62d7ea476bc0b69acb4b4e27d3751377 -SHA256 (rpm/SDL_image-1.2.5-1.src.rpm) = c89a29085d8f490131e228e782b7a34fc48aa3a9b431c24c8baa6e5fa8c07296 -SIZE (rpm/SDL_image-1.2.5-1.src.rpm) = 1311048 diff --git a/graphics/linux-f8-sdl_image/pkg-descr b/graphics/linux-f8-sdl_image/pkg-descr deleted file mode 100644 index 77770e39e7d6..000000000000 --- a/graphics/linux-f8-sdl_image/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is a simple library to load images of various formats as SDL surfaces. -This library supports BMP, PPM, PCX, GIF, JPEG, PNG, TGA, and TIFF formats. - -(Linux version) - -WWW: http://www.libsdl.org/projects/SDL_image/ diff --git a/graphics/linux-f8-sdl_image/pkg-plist b/graphics/linux-f8-sdl_image/pkg-plist deleted file mode 100644 index 3f46d8948388..000000000000 --- a/graphics/linux-f8-sdl_image/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -%%PORTDOCS%%usr/share/doc/SDL_image-%%SDLIMVER%%/CHANGES -%%PORTDOCS%%usr/share/doc/SDL_image-%%SDLIMVER%%/COPYING -%%PORTDOCS%%usr/share/doc/SDL_image-%%SDLIMVER%%/README -usr/lib/libSDL_image-1.2.so.0 -usr/lib/libSDL_image-1.2.so.0.1.4 -@dirrm usr/share/doc/SDL_image-%%SDLIMVER%% diff --git a/graphics/linux-f8-tiff/Makefile b/graphics/linux-f8-tiff/Makefile deleted file mode 100644 index c2e5895ae1a4..000000000000 --- a/graphics/linux-f8-tiff/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: linux-tiff -# Date created: 2001.02.08 -# Whom: taoka@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= tiff -PORTVERSION= 3.7.1 -CATEGORIES= graphics linux -DISTNAME= libtiff-${PORTVERSION}-6.fc4.2 - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= TIFF library, Linux/i386 binary - -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libjpeg.so.62:${PORTSDIR}/graphics/linux-jpeg - -ONLY_FOR_ARCHS= amd64 i386 -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -INSTALLS_SHLIB= yes -BRANDELF_DIRS= usr/bin -PLIST= pkg-plist.${LINUX_RPM_ARCH} -PLIST_SUB+= PORTVERSION="${PORTVERSION}" - -.include <bsd.port.mk> diff --git a/graphics/linux-f8-tiff/distinfo.i386 b/graphics/linux-f8-tiff/distinfo.i386 deleted file mode 100644 index a1f0c7626f1e..000000000000 --- a/graphics/linux-f8-tiff/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/libtiff-3.7.1-6.fc4.2.i386.rpm) = 56b1988b1570f490cdfe6d2b67c83227 -SHA256 (rpm/i386/fedora/4/libtiff-3.7.1-6.fc4.2.i386.rpm) = 9b6b41f210c38791bf388a81d5ed9f3d44591883313cc8c58797616d835b61ed -SIZE (rpm/i386/fedora/4/libtiff-3.7.1-6.fc4.2.i386.rpm) = 306451 -MD5 (rpm/i386/fedora/4/libtiff-3.7.1-6.fc4.2.src.rpm) = 6704c324646af41b59cd9e38a3e53076 -SHA256 (rpm/i386/fedora/4/libtiff-3.7.1-6.fc4.2.src.rpm) = 93820f895507487e466fbee0d1696e2091178c7aa9d61bf4115bcc1cf08d57db -SIZE (rpm/i386/fedora/4/libtiff-3.7.1-6.fc4.2.src.rpm) = 1269849 diff --git a/graphics/linux-f8-tiff/pkg-descr b/graphics/linux-f8-tiff/pkg-descr deleted file mode 100644 index a0d231cc0527..000000000000 --- a/graphics/linux-f8-tiff/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is a Linux/i386 binary of a library for reading and writing -images in Tagged Image File Format. - -See http://www.awaresystems.be/imaging/tiff.html for information -about the format. - -WWW: http://www.remotesensing.org/libtiff/ diff --git a/graphics/linux-f8-tiff/pkg-plist.i386 b/graphics/linux-f8-tiff/pkg-plist.i386 deleted file mode 100644 index 302bf427b47b..000000000000 --- a/graphics/linux-f8-tiff/pkg-plist.i386 +++ /dev/null @@ -1,55 +0,0 @@ -usr/bin/bmp2tiff -usr/bin/fax2ps -usr/bin/fax2tiff -usr/bin/gif2tiff -usr/bin/pal2rgb -usr/bin/ppm2tiff -usr/bin/ras2tiff -usr/bin/raw2tiff -usr/bin/rgb2ycbcr -usr/bin/thumbnail -usr/bin/tiff2bw -usr/bin/tiff2pdf -usr/bin/tiff2ps -usr/bin/tiff2rgba -usr/bin/tiffcmp -usr/bin/tiffcp -usr/bin/tiffdither -usr/bin/tiffdump -usr/bin/tiffinfo -usr/bin/tiffgt -usr/bin/tiffmedian -usr/bin/tiffset -usr/bin/tiffsplit -usr/lib/libtiff.so.3 -usr/lib/libtiff.so.%%PORTVERSION%% -usr/share/doc/libtiff-%%PORTVERSION%%/COPYRIGHT -usr/share/doc/libtiff-%%PORTVERSION%%/README -usr/share/doc/libtiff-%%PORTVERSION%%/RELEASE-DATE -usr/share/doc/libtiff-%%PORTVERSION%%/VERSION -usr/share/man/man1/bmp2tiff.1.gz -usr/share/man/man1/fax2ps.1.gz -usr/share/man/man1/fax2tiff.1.gz -usr/share/man/man1/gif2tiff.1.gz -usr/share/man/man1/pal2rgb.1.gz -usr/share/man/man1/ppm2tiff.1.gz -usr/share/man/man1/ras2tiff.1.gz -usr/share/man/man1/raw2tiff.1.gz -usr/share/man/man1/rgb2ycbcr.1.gz -usr/share/man/man1/sgi2tiff.1.gz -usr/share/man/man1/thumbnail.1.gz -usr/share/man/man1/tiff2bw.1.gz -usr/share/man/man1/tiff2pdf.1.gz -usr/share/man/man1/tiff2ps.1.gz -usr/share/man/man1/tiff2rgba.1.gz -usr/share/man/man1/tiffcmp.1.gz -usr/share/man/man1/tiffcp.1.gz -usr/share/man/man1/tiffdither.1.gz -usr/share/man/man1/tiffdump.1.gz -usr/share/man/man1/tiffinfo.1.gz -usr/share/man/man1/tiffgt.1.gz -usr/share/man/man1/tiffmedian.1.gz -usr/share/man/man1/tiffset.1.gz -usr/share/man/man1/tiffsplit.1.gz -usr/share/man/man1/tiffsv.1.gz -@dirrm usr/share/doc/libtiff-%%PORTVERSION%% diff --git a/graphics/linux-f8-ungif/Makefile b/graphics/linux-f8-ungif/Makefile deleted file mode 100644 index 2c0062549c48..000000000000 --- a/graphics/linux-f8-ungif/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: linux-ungif -# Date created: 22 November 2002 -# Whom: Nakata Maho <maho@FreeBSD.org> -# $FreeBSD$ -# - -PORTNAME= ungif -PORTVERSION= 4.1.3 -PORTREVISION= 1 -CATEGORIES= graphics linux -DISTNAME= libungif-${PORTVERSION}-3.fc4.2 - -MAINTAINER= maho@FreeBSD.org -COMMENT= RPM of the ungif lib - -ONLY_FOR_ARCHS= i386 amd64 - -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -INSTALLS_SHLIB= yes -PLIST= pkg-plist.${LINUX_RPM_ARCH} -PLIST_SUB= PORTVERSION="${PORTVERSION}" - -.include <bsd.port.mk> diff --git a/graphics/linux-f8-ungif/distinfo.i386 b/graphics/linux-f8-ungif/distinfo.i386 deleted file mode 100644 index b065ddd792b2..000000000000 --- a/graphics/linux-f8-ungif/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/libungif-4.1.3-3.fc4.2.i386.rpm) = a484b2fab31810d710154accbe2d6ced -SHA256 (rpm/i386/fedora/4/libungif-4.1.3-3.fc4.2.i386.rpm) = 30e9f76d4f3cd827d0803397cf7d4aca968e65567db8ba6c5d0c4b1f54b41a13 -SIZE (rpm/i386/fedora/4/libungif-4.1.3-3.fc4.2.i386.rpm) = 40406 -MD5 (rpm/i386/fedora/4/libungif-4.1.3-3.fc4.2.src.rpm) = ab573bcf8a97ff41f69272d807eacc76 -SHA256 (rpm/i386/fedora/4/libungif-4.1.3-3.fc4.2.src.rpm) = 02d95a77418b4b81bfe433448270b99e394f666e55434b785979b0474a07b4b5 -SIZE (rpm/i386/fedora/4/libungif-4.1.3-3.fc4.2.src.rpm) = 450346 diff --git a/graphics/linux-f8-ungif/pkg-descr b/graphics/linux-f8-ungif/pkg-descr deleted file mode 100644 index c719ab5af160..000000000000 --- a/graphics/linux-f8-ungif/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A port of ungif lib rpm. diff --git a/graphics/linux-f8-ungif/pkg-plist.i386 b/graphics/linux-f8-ungif/pkg-plist.i386 deleted file mode 100644 index 8ec7dee5fa38..000000000000 --- a/graphics/linux-f8-ungif/pkg-plist.i386 +++ /dev/null @@ -1,14 +0,0 @@ -usr/lib/libgif.so.4 -usr/lib/libgif.so.%%PORTVERSION%% -usr/lib/libungif.so.4 -usr/lib/libungif.so.%%PORTVERSION%% -usr/share/doc/libungif-%%PORTVERSION%%/AUTHORS -usr/share/doc/libungif-%%PORTVERSION%%/BUGS -usr/share/doc/libungif-%%PORTVERSION%%/COPYING -usr/share/doc/libungif-%%PORTVERSION%%/ChangeLog -usr/share/doc/libungif-%%PORTVERSION%%/NEWS -usr/share/doc/libungif-%%PORTVERSION%%/ONEWS -usr/share/doc/libungif-%%PORTVERSION%%/README -usr/share/doc/libungif-%%PORTVERSION%%/TODO -usr/share/doc/libungif-%%PORTVERSION%%/UNCOMPRESSED_GIF -@dirrm usr/share/doc/libungif-%%PORTVERSION%% diff --git a/graphics/ogre312/Makefile b/graphics/ogre312/Makefile deleted file mode 100644 index cd361587c773..000000000000 --- a/graphics/ogre312/Makefile +++ /dev/null @@ -1,71 +0,0 @@ -# New ports collection makefile for: ogre3d -# Date created: 03 Oct 2005 -# Whom: Oliver Lehmann <oliver@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= ogre3d -PORTVERSION= 1.2.5 -CATEGORIES= graphics devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=ogre -DISTNAME= ogre-linux_osx-v${PORTVERSION:S/./-/g} - -MAINTAINER= oliver@FreeBSD.org -COMMENT= A scene-oriented, flexible 3D engine written in C++ - -LIB_DEPENDS= zzip.13:${PORTSDIR}/devel/zziplib \ - CEGUIBase.0:${PORTSDIR}/graphics/cegui - -WRKSRC= ${WRKDIR}/ogrenew -CONFIGURE_ARGS= --disable-cg --program-transform-name= --enable-static --with-platform=SDL \ - --with-cppunit-prefix=/nonexistent -CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include -DNDEBUG" -GNU_CONFIGURE= YES -USE_LDCONFIG= YES -USE_GCC= 3.4+ -USE_BZIP2= YES -USE_X_PREFIX= YES -USE_GNOME= gnomehack -USE_GMAKE= YES -USE_SDL= sdl - -post-patch: - @${REINPLACE_CMD} -e '\ - s|sdl-config|${SDL_CONFIG}|g; \ - s|-lpthread|${PTHREAD_LIBS}|g; \ - s|"-lIL|"-L${LOCALBASE}/lib -lIL|g; \ - s|-lGL -lGLU|-L${X11BASE}/lib &|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|<CEGUI/|<|g' \ - ${WRKSRC}/Samples/Gui/src/Gui.cpp \ - ${WRKSRC}/Samples/Common/CEGUIRenderer/include/OgreCEGUIResourceProvider.h \ - ${WRKSRC}/Samples/Common/CEGUIRenderer/include/OgreCEGUITexture.h \ - ${WRKSRC}/Samples/Common/CEGUIRenderer/include/OgreCEGUIRenderer.h \ - ${WRKSRC}/Samples/Common/CEGUIRenderer/src/OgreCEGUIRenderer.cpp \ - ${WRKSRC}/Samples/Common/CEGUIRenderer/src/OgreCEGUIResourceProvider.cpp \ - ${WRKSRC}/Samples/Common/CEGUIRenderer/src/OgreCEGUITexture.cpp - @${REINPLACE_CMD} -e 's| -Wl,-z,defs||' \ - ${WRKSRC}/PlatformManagers/SDL/src/Makefile.in \ - ${WRKSRC}/PlugIns/BSPSceneManager/src/Makefile.in \ - ${WRKSRC}/PlugIns/ParticleFX/src/Makefile.in \ - ${WRKSRC}/PlugIns/OctreeSceneManager/src/Makefile.in \ - ${WRKSRC}/RenderSystems/GL/src/Makefile.in - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/Samples/Terrain/src/Makefile.in - @${REINPLACE_CMD} -e 's|(CEGUI::uint)|(size_t)|' \ - ${WRKSRC}/Samples/OceanDemo/src/OceanDemo.cpp - @${REINPLACE_CMD} -e '\ - s,defined(__x86_64__),& || defined(__powerpc__) || defined(__ia64__) || defined(__sparc64__) || defined(__alpha__) || defined(__amd64__),' \ - ${WRKSRC}/OgreMain/include/OgrePlatform.h - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for docfile in README COPYING AUTHORS - @${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/graphics/ogre312/distinfo b/graphics/ogre312/distinfo deleted file mode 100644 index 28c72bf8b340..000000000000 --- a/graphics/ogre312/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ogre-linux_osx-v1-2-5.tar.bz2) = b4c9c0e6dda14009c8e7a29de876d9a1 -SHA256 (ogre-linux_osx-v1-2-5.tar.bz2) = 9c7a31d41b626ff276b975f52395d17ee561e2d1dbcf1f6698fcb25c154d2d33 -SIZE (ogre-linux_osx-v1-2-5.tar.bz2) = 22994042 diff --git a/graphics/ogre312/pkg-descr b/graphics/ogre312/pkg-descr deleted file mode 100644 index 34c8cbfc4a5a..000000000000 --- a/graphics/ogre312/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexible -3D engine written in C++ designed to make it easier and more intuitive for -developers to produce games and demos utilising 3D hardware. The class library -abstracts all the details of using the underlying system libraries like -Direct3D and OpenGL and provides an interface based on world objects and other -intuitive classes. - -WWW: http://www.ogre3d.org/ diff --git a/graphics/ogre312/pkg-plist b/graphics/ogre312/pkg-plist deleted file mode 100644 index d06c729406eb..000000000000 --- a/graphics/ogre312/pkg-plist +++ /dev/null @@ -1,248 +0,0 @@ -bin/OgreMaterialUpgrade -bin/OgreMeshUpgrade -bin/OgreXMLConverter -include/OGRE/Ogre.h -include/OGRE/OgreAnimable.h -include/OGRE/OgreAnimation.h -include/OGRE/OgreAnimationState.h -include/OGRE/OgreAnimationTrack.h -include/OGRE/OgreAny.h -include/OGRE/OgreArchive.h -include/OGRE/OgreArchiveFactory.h -include/OGRE/OgreArchiveManager.h -include/OGRE/OgreAutoParamDataSource.h -include/OGRE/OgreAxisAlignedBox.h -include/OGRE/OgreBillboard.h -include/OGRE/OgreBillboardChain.h -include/OGRE/OgreBillboardParticleRenderer.h -include/OGRE/OgreBillboardSet.h -include/OGRE/OgreBitwise.h -include/OGRE/OgreBlendMode.h -include/OGRE/OgreBone.h -include/OGRE/OgreBorderPanelOverlayElement.h -include/OGRE/OgreCEGUIRenderer.h -include/OGRE/OgreCEGUIResourceProvider.h -include/OGRE/OgreCEGUITexture.h -include/OGRE/OgreCamera.h -include/OGRE/OgreCodec.h -include/OGRE/OgreColourValue.h -include/OGRE/OgreCommon.h -include/OGRE/OgreCompiler2Pass.h -include/OGRE/OgreCompositionPass.h -include/OGRE/OgreCompositionTargetPass.h -include/OGRE/OgreCompositionTechnique.h -include/OGRE/OgreCompositor.h -include/OGRE/OgreCompositorChain.h -include/OGRE/OgreCompositorInstance.h -include/OGRE/OgreCompositorManager.h -include/OGRE/OgreCompositorScriptCompiler.h -include/OGRE/OgreCompositorSerializer.h -include/OGRE/OgreConfig.h -include/OGRE/OgreConfigDialog.h -include/OGRE/OgreConfigFile.h -include/OGRE/OgreConfigOptionMap.h -include/OGRE/OgreController.h -include/OGRE/OgreControllerManager.h -include/OGRE/OgreCursor.h -include/OGRE/OgreDataStream.h -include/OGRE/OgreDefaultHardwareBufferManager.h -include/OGRE/OgreDynLib.h -include/OGRE/OgreDynLibManager.h -include/OGRE/OgreEdgeListBuilder.h -include/OGRE/OgreEntity.h -include/OGRE/OgreErrorDialog.h -include/OGRE/OgreEventDispatcher.h -include/OGRE/OgreEventListeners.h -include/OGRE/OgreEventProcessor.h -include/OGRE/OgreEventQueue.h -include/OGRE/OgreEventTarget.h -include/OGRE/OgreException.h -include/OGRE/OgreExternalTextureSource.h -include/OGRE/OgreExternalTextureSourceManager.h -include/OGRE/OgreFactoryObj.h -include/OGRE/OgreFileSystem.h -include/OGRE/OgreFont.h -include/OGRE/OgreFontManager.h -include/OGRE/OgreFrameListener.h -include/OGRE/OgreFrustum.h -include/OGRE/OgreGpuProgram.h -include/OGRE/OgreGpuProgramManager.h -include/OGRE/OgreGpuProgramUsage.h -include/OGRE/OgreHardwareBuffer.h -include/OGRE/OgreHardwareBufferManager.h -include/OGRE/OgreHardwareIndexBuffer.h -include/OGRE/OgreHardwareOcclusionQuery.h -include/OGRE/OgreHardwarePixelBuffer.h -include/OGRE/OgreHardwareVertexBuffer.h -include/OGRE/OgreHighLevelGpuProgram.h -include/OGRE/OgreHighLevelGpuProgramManager.h -include/OGRE/OgreILCodecs.h -include/OGRE/OgreILImageCodec.h -include/OGRE/OgreImage.h -include/OGRE/OgreImageCodec.h -include/OGRE/OgreInput.h -include/OGRE/OgreInputEvent.h -include/OGRE/OgreIteratorWrappers.h -include/OGRE/OgreKeyEvent.h -include/OGRE/OgreKeyFrame.h -include/OGRE/OgreKeyTarget.h -include/OGRE/OgreLight.h -include/OGRE/OgreLog.h -include/OGRE/OgreLogManager.h -include/OGRE/OgreManualObject.h -include/OGRE/OgreMaterial.h -include/OGRE/OgreMaterialManager.h -include/OGRE/OgreMaterialSerializer.h -include/OGRE/OgreMath.h -include/OGRE/OgreMatrix3.h -include/OGRE/OgreMatrix4.h -include/OGRE/OgreMemoryMacros.h -include/OGRE/OgreMemoryManager.h -include/OGRE/OgreMesh.h -include/OGRE/OgreMeshFileFormat.h -include/OGRE/OgreMeshManager.h -include/OGRE/OgreMeshSerializer.h -include/OGRE/OgreMeshSerializerImpl.h -include/OGRE/OgreMouseEvent.h -include/OGRE/OgreMouseMotionTarget.h -include/OGRE/OgreMouseTarget.h -include/OGRE/OgreMovableObject.h -include/OGRE/OgreMovablePlane.h -include/OGRE/OgreNoMemoryMacros.h -include/OGRE/OgreNode.h -include/OGRE/OgreOverlay.h -include/OGRE/OgreOverlayContainer.h -include/OGRE/OgreOverlayElement.h -include/OGRE/OgreOverlayElementCommands.h -include/OGRE/OgreOverlayElementFactory.h -include/OGRE/OgreOverlayManager.h -include/OGRE/OgrePanelOverlayElement.h -include/OGRE/OgreParticle.h -include/OGRE/OgreParticleAffector.h -include/OGRE/OgreParticleAffectorFactory.h -include/OGRE/OgreParticleEmitter.h -include/OGRE/OgreParticleEmitterCommands.h -include/OGRE/OgreParticleEmitterFactory.h -include/OGRE/OgreParticleIterator.h -include/OGRE/OgreParticleSystem.h -include/OGRE/OgreParticleSystemManager.h -include/OGRE/OgreParticleSystemRenderer.h -include/OGRE/OgrePass.h -include/OGRE/OgrePatchMesh.h -include/OGRE/OgrePatchSurface.h -include/OGRE/OgrePixelFormat.h -include/OGRE/OgrePlane.h -include/OGRE/OgrePlaneBoundedVolume.h -include/OGRE/OgrePlatform.h -include/OGRE/OgrePlatformManager.h -include/OGRE/OgrePose.h -include/OGRE/OgrePositionTarget.h -include/OGRE/OgrePredefinedControllers.h -include/OGRE/OgrePrerequisites.h -include/OGRE/OgreProfiler.h -include/OGRE/OgreProgressiveMesh.h -include/OGRE/OgreQuaternion.h -include/OGRE/OgreRadixSort.h -include/OGRE/OgreRay.h -include/OGRE/OgreRectangle.h -include/OGRE/OgreRectangle2D.h -include/OGRE/OgreRenderOperation.h -include/OGRE/OgreRenderQueue.h -include/OGRE/OgreRenderQueueInvocation.h -include/OGRE/OgreRenderQueueListener.h -include/OGRE/OgreRenderQueueSortingGrouping.h -include/OGRE/OgreRenderSystem.h -include/OGRE/OgreRenderSystemCapabilities.h -include/OGRE/OgreRenderTarget.h -include/OGRE/OgreRenderTargetListener.h -include/OGRE/OgreRenderTexture.h -include/OGRE/OgreRenderWindow.h -include/OGRE/OgreRenderable.h -include/OGRE/OgreResource.h -include/OGRE/OgreResourceBackgroundQueue.h -include/OGRE/OgreResourceGroupManager.h -include/OGRE/OgreResourceManager.h -include/OGRE/OgreRibbonTrail.h -include/OGRE/OgreRoot.h -include/OGRE/OgreRotationalSpline.h -include/OGRE/OgreSceneManager.h -include/OGRE/OgreSceneManagerEnumerator.h -include/OGRE/OgreSceneNode.h -include/OGRE/OgreSceneQuery.h -include/OGRE/OgreScriptLoader.h -include/OGRE/OgreSearchOps.h -include/OGRE/OgreSerializer.h -include/OGRE/OgreShadowCaster.h -include/OGRE/OgreShadowVolumeExtrudeProgram.h -include/OGRE/OgreSharedPtr.h -include/OGRE/OgreSimpleRenderable.h -include/OGRE/OgreSimpleSpline.h -include/OGRE/OgreSingleton.h -include/OGRE/OgreSkeleton.h -include/OGRE/OgreSkeletonFileFormat.h -include/OGRE/OgreSkeletonInstance.h -include/OGRE/OgreSkeletonManager.h -include/OGRE/OgreSkeletonSerializer.h -include/OGRE/OgreSphere.h -include/OGRE/OgreSpotShadowFadePng.h -include/OGRE/OgreStableHeaders.h -include/OGRE/OgreStaticFaceGroup.h -include/OGRE/OgreStaticGeometry.h -include/OGRE/OgreStdHeaders.h -include/OGRE/OgreString.h -include/OGRE/OgreStringConverter.h -include/OGRE/OgreStringInterface.h -include/OGRE/OgreStringVector.h -include/OGRE/OgreSubEntity.h -include/OGRE/OgreSubMesh.h -include/OGRE/OgreTagPoint.h -include/OGRE/OgreTargetManager.h -include/OGRE/OgreTechnique.h -include/OGRE/OgreTextAreaOverlayElement.h -include/OGRE/OgreTexture.h -include/OGRE/OgreTextureManager.h -include/OGRE/OgreTextureUnitState.h -include/OGRE/OgreTimer.h -include/OGRE/OgreUserDefinedObject.h -include/OGRE/OgreVector2.h -include/OGRE/OgreVector3.h -include/OGRE/OgreVector4.h -include/OGRE/OgreVertexBoneAssignment.h -include/OGRE/OgreVertexIndexData.h -include/OGRE/OgreViewport.h -include/OGRE/OgreWireBoundingBox.h -include/OGRE/OgreZip.h -include/OGRE/asm_math.h -lib/OGRE/Plugin_BSPSceneManager.a -lib/OGRE/Plugin_BSPSceneManager.la -lib/OGRE/Plugin_BSPSceneManager.so -lib/OGRE/Plugin_OctreeSceneManager.a -lib/OGRE/Plugin_OctreeSceneManager.la -lib/OGRE/Plugin_OctreeSceneManager.so -lib/OGRE/Plugin_ParticleFX.a -lib/OGRE/Plugin_ParticleFX.la -lib/OGRE/Plugin_ParticleFX.so -lib/OGRE/RenderSystem_GL.a -lib/OGRE/RenderSystem_GL.la -lib/OGRE/RenderSystem_GL.so -lib/libCEGUIOgreRenderer.a -lib/libCEGUIOgreRenderer.la -lib/libCEGUIOgreRenderer.so -lib/libCEGUIOgreRenderer.so.0 -lib/libOgreMain.a -lib/libOgreMain.la -lib/libOgreMain.so -lib/libOgreMain.so.13 -lib/libOgrePlatform.a -lib/libOgrePlatform.la -lib/libOgrePlatform.so -libdata/pkgconfig/CEGUI-OGRE.pc -libdata/pkgconfig/OGRE.pc -share/OGRE/ogre-config.glade -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/README -@dirrm include/OGRE -@dirrm lib/OGRE -@dirrm share/OGRE -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/graphics/ogre3d12/Makefile b/graphics/ogre3d12/Makefile deleted file mode 100644 index cd361587c773..000000000000 --- a/graphics/ogre3d12/Makefile +++ /dev/null @@ -1,71 +0,0 @@ -# New ports collection makefile for: ogre3d -# Date created: 03 Oct 2005 -# Whom: Oliver Lehmann <oliver@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= ogre3d -PORTVERSION= 1.2.5 -CATEGORIES= graphics devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=ogre -DISTNAME= ogre-linux_osx-v${PORTVERSION:S/./-/g} - -MAINTAINER= oliver@FreeBSD.org -COMMENT= A scene-oriented, flexible 3D engine written in C++ - -LIB_DEPENDS= zzip.13:${PORTSDIR}/devel/zziplib \ - CEGUIBase.0:${PORTSDIR}/graphics/cegui - -WRKSRC= ${WRKDIR}/ogrenew -CONFIGURE_ARGS= --disable-cg --program-transform-name= --enable-static --with-platform=SDL \ - --with-cppunit-prefix=/nonexistent -CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include -DNDEBUG" -GNU_CONFIGURE= YES -USE_LDCONFIG= YES -USE_GCC= 3.4+ -USE_BZIP2= YES -USE_X_PREFIX= YES -USE_GNOME= gnomehack -USE_GMAKE= YES -USE_SDL= sdl - -post-patch: - @${REINPLACE_CMD} -e '\ - s|sdl-config|${SDL_CONFIG}|g; \ - s|-lpthread|${PTHREAD_LIBS}|g; \ - s|"-lIL|"-L${LOCALBASE}/lib -lIL|g; \ - s|-lGL -lGLU|-L${X11BASE}/lib &|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|<CEGUI/|<|g' \ - ${WRKSRC}/Samples/Gui/src/Gui.cpp \ - ${WRKSRC}/Samples/Common/CEGUIRenderer/include/OgreCEGUIResourceProvider.h \ - ${WRKSRC}/Samples/Common/CEGUIRenderer/include/OgreCEGUITexture.h \ - ${WRKSRC}/Samples/Common/CEGUIRenderer/include/OgreCEGUIRenderer.h \ - ${WRKSRC}/Samples/Common/CEGUIRenderer/src/OgreCEGUIRenderer.cpp \ - ${WRKSRC}/Samples/Common/CEGUIRenderer/src/OgreCEGUIResourceProvider.cpp \ - ${WRKSRC}/Samples/Common/CEGUIRenderer/src/OgreCEGUITexture.cpp - @${REINPLACE_CMD} -e 's| -Wl,-z,defs||' \ - ${WRKSRC}/PlatformManagers/SDL/src/Makefile.in \ - ${WRKSRC}/PlugIns/BSPSceneManager/src/Makefile.in \ - ${WRKSRC}/PlugIns/ParticleFX/src/Makefile.in \ - ${WRKSRC}/PlugIns/OctreeSceneManager/src/Makefile.in \ - ${WRKSRC}/RenderSystems/GL/src/Makefile.in - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/Samples/Terrain/src/Makefile.in - @${REINPLACE_CMD} -e 's|(CEGUI::uint)|(size_t)|' \ - ${WRKSRC}/Samples/OceanDemo/src/OceanDemo.cpp - @${REINPLACE_CMD} -e '\ - s,defined(__x86_64__),& || defined(__powerpc__) || defined(__ia64__) || defined(__sparc64__) || defined(__alpha__) || defined(__amd64__),' \ - ${WRKSRC}/OgreMain/include/OgrePlatform.h - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for docfile in README COPYING AUTHORS - @${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/graphics/ogre3d12/distinfo b/graphics/ogre3d12/distinfo deleted file mode 100644 index 28c72bf8b340..000000000000 --- a/graphics/ogre3d12/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ogre-linux_osx-v1-2-5.tar.bz2) = b4c9c0e6dda14009c8e7a29de876d9a1 -SHA256 (ogre-linux_osx-v1-2-5.tar.bz2) = 9c7a31d41b626ff276b975f52395d17ee561e2d1dbcf1f6698fcb25c154d2d33 -SIZE (ogre-linux_osx-v1-2-5.tar.bz2) = 22994042 diff --git a/graphics/ogre3d12/pkg-descr b/graphics/ogre3d12/pkg-descr deleted file mode 100644 index 34c8cbfc4a5a..000000000000 --- a/graphics/ogre3d12/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexible -3D engine written in C++ designed to make it easier and more intuitive for -developers to produce games and demos utilising 3D hardware. The class library -abstracts all the details of using the underlying system libraries like -Direct3D and OpenGL and provides an interface based on world objects and other -intuitive classes. - -WWW: http://www.ogre3d.org/ diff --git a/graphics/ogre3d12/pkg-plist b/graphics/ogre3d12/pkg-plist deleted file mode 100644 index d06c729406eb..000000000000 --- a/graphics/ogre3d12/pkg-plist +++ /dev/null @@ -1,248 +0,0 @@ -bin/OgreMaterialUpgrade -bin/OgreMeshUpgrade -bin/OgreXMLConverter -include/OGRE/Ogre.h -include/OGRE/OgreAnimable.h -include/OGRE/OgreAnimation.h -include/OGRE/OgreAnimationState.h -include/OGRE/OgreAnimationTrack.h -include/OGRE/OgreAny.h -include/OGRE/OgreArchive.h -include/OGRE/OgreArchiveFactory.h -include/OGRE/OgreArchiveManager.h -include/OGRE/OgreAutoParamDataSource.h -include/OGRE/OgreAxisAlignedBox.h -include/OGRE/OgreBillboard.h -include/OGRE/OgreBillboardChain.h -include/OGRE/OgreBillboardParticleRenderer.h -include/OGRE/OgreBillboardSet.h -include/OGRE/OgreBitwise.h -include/OGRE/OgreBlendMode.h -include/OGRE/OgreBone.h -include/OGRE/OgreBorderPanelOverlayElement.h -include/OGRE/OgreCEGUIRenderer.h -include/OGRE/OgreCEGUIResourceProvider.h -include/OGRE/OgreCEGUITexture.h -include/OGRE/OgreCamera.h -include/OGRE/OgreCodec.h -include/OGRE/OgreColourValue.h -include/OGRE/OgreCommon.h -include/OGRE/OgreCompiler2Pass.h -include/OGRE/OgreCompositionPass.h -include/OGRE/OgreCompositionTargetPass.h -include/OGRE/OgreCompositionTechnique.h -include/OGRE/OgreCompositor.h -include/OGRE/OgreCompositorChain.h -include/OGRE/OgreCompositorInstance.h -include/OGRE/OgreCompositorManager.h -include/OGRE/OgreCompositorScriptCompiler.h -include/OGRE/OgreCompositorSerializer.h -include/OGRE/OgreConfig.h -include/OGRE/OgreConfigDialog.h -include/OGRE/OgreConfigFile.h -include/OGRE/OgreConfigOptionMap.h -include/OGRE/OgreController.h -include/OGRE/OgreControllerManager.h -include/OGRE/OgreCursor.h -include/OGRE/OgreDataStream.h -include/OGRE/OgreDefaultHardwareBufferManager.h -include/OGRE/OgreDynLib.h -include/OGRE/OgreDynLibManager.h -include/OGRE/OgreEdgeListBuilder.h -include/OGRE/OgreEntity.h -include/OGRE/OgreErrorDialog.h -include/OGRE/OgreEventDispatcher.h -include/OGRE/OgreEventListeners.h -include/OGRE/OgreEventProcessor.h -include/OGRE/OgreEventQueue.h -include/OGRE/OgreEventTarget.h -include/OGRE/OgreException.h -include/OGRE/OgreExternalTextureSource.h -include/OGRE/OgreExternalTextureSourceManager.h -include/OGRE/OgreFactoryObj.h -include/OGRE/OgreFileSystem.h -include/OGRE/OgreFont.h -include/OGRE/OgreFontManager.h -include/OGRE/OgreFrameListener.h -include/OGRE/OgreFrustum.h -include/OGRE/OgreGpuProgram.h -include/OGRE/OgreGpuProgramManager.h -include/OGRE/OgreGpuProgramUsage.h -include/OGRE/OgreHardwareBuffer.h -include/OGRE/OgreHardwareBufferManager.h -include/OGRE/OgreHardwareIndexBuffer.h -include/OGRE/OgreHardwareOcclusionQuery.h -include/OGRE/OgreHardwarePixelBuffer.h -include/OGRE/OgreHardwareVertexBuffer.h -include/OGRE/OgreHighLevelGpuProgram.h -include/OGRE/OgreHighLevelGpuProgramManager.h -include/OGRE/OgreILCodecs.h -include/OGRE/OgreILImageCodec.h -include/OGRE/OgreImage.h -include/OGRE/OgreImageCodec.h -include/OGRE/OgreInput.h -include/OGRE/OgreInputEvent.h -include/OGRE/OgreIteratorWrappers.h -include/OGRE/OgreKeyEvent.h -include/OGRE/OgreKeyFrame.h -include/OGRE/OgreKeyTarget.h -include/OGRE/OgreLight.h -include/OGRE/OgreLog.h -include/OGRE/OgreLogManager.h -include/OGRE/OgreManualObject.h -include/OGRE/OgreMaterial.h -include/OGRE/OgreMaterialManager.h -include/OGRE/OgreMaterialSerializer.h -include/OGRE/OgreMath.h -include/OGRE/OgreMatrix3.h -include/OGRE/OgreMatrix4.h -include/OGRE/OgreMemoryMacros.h -include/OGRE/OgreMemoryManager.h -include/OGRE/OgreMesh.h -include/OGRE/OgreMeshFileFormat.h -include/OGRE/OgreMeshManager.h -include/OGRE/OgreMeshSerializer.h -include/OGRE/OgreMeshSerializerImpl.h -include/OGRE/OgreMouseEvent.h -include/OGRE/OgreMouseMotionTarget.h -include/OGRE/OgreMouseTarget.h -include/OGRE/OgreMovableObject.h -include/OGRE/OgreMovablePlane.h -include/OGRE/OgreNoMemoryMacros.h -include/OGRE/OgreNode.h -include/OGRE/OgreOverlay.h -include/OGRE/OgreOverlayContainer.h -include/OGRE/OgreOverlayElement.h -include/OGRE/OgreOverlayElementCommands.h -include/OGRE/OgreOverlayElementFactory.h -include/OGRE/OgreOverlayManager.h -include/OGRE/OgrePanelOverlayElement.h -include/OGRE/OgreParticle.h -include/OGRE/OgreParticleAffector.h -include/OGRE/OgreParticleAffectorFactory.h -include/OGRE/OgreParticleEmitter.h -include/OGRE/OgreParticleEmitterCommands.h -include/OGRE/OgreParticleEmitterFactory.h -include/OGRE/OgreParticleIterator.h -include/OGRE/OgreParticleSystem.h -include/OGRE/OgreParticleSystemManager.h -include/OGRE/OgreParticleSystemRenderer.h -include/OGRE/OgrePass.h -include/OGRE/OgrePatchMesh.h -include/OGRE/OgrePatchSurface.h -include/OGRE/OgrePixelFormat.h -include/OGRE/OgrePlane.h -include/OGRE/OgrePlaneBoundedVolume.h -include/OGRE/OgrePlatform.h -include/OGRE/OgrePlatformManager.h -include/OGRE/OgrePose.h -include/OGRE/OgrePositionTarget.h -include/OGRE/OgrePredefinedControllers.h -include/OGRE/OgrePrerequisites.h -include/OGRE/OgreProfiler.h -include/OGRE/OgreProgressiveMesh.h -include/OGRE/OgreQuaternion.h -include/OGRE/OgreRadixSort.h -include/OGRE/OgreRay.h -include/OGRE/OgreRectangle.h -include/OGRE/OgreRectangle2D.h -include/OGRE/OgreRenderOperation.h -include/OGRE/OgreRenderQueue.h -include/OGRE/OgreRenderQueueInvocation.h -include/OGRE/OgreRenderQueueListener.h -include/OGRE/OgreRenderQueueSortingGrouping.h -include/OGRE/OgreRenderSystem.h -include/OGRE/OgreRenderSystemCapabilities.h -include/OGRE/OgreRenderTarget.h -include/OGRE/OgreRenderTargetListener.h -include/OGRE/OgreRenderTexture.h -include/OGRE/OgreRenderWindow.h -include/OGRE/OgreRenderable.h -include/OGRE/OgreResource.h -include/OGRE/OgreResourceBackgroundQueue.h -include/OGRE/OgreResourceGroupManager.h -include/OGRE/OgreResourceManager.h -include/OGRE/OgreRibbonTrail.h -include/OGRE/OgreRoot.h -include/OGRE/OgreRotationalSpline.h -include/OGRE/OgreSceneManager.h -include/OGRE/OgreSceneManagerEnumerator.h -include/OGRE/OgreSceneNode.h -include/OGRE/OgreSceneQuery.h -include/OGRE/OgreScriptLoader.h -include/OGRE/OgreSearchOps.h -include/OGRE/OgreSerializer.h -include/OGRE/OgreShadowCaster.h -include/OGRE/OgreShadowVolumeExtrudeProgram.h -include/OGRE/OgreSharedPtr.h -include/OGRE/OgreSimpleRenderable.h -include/OGRE/OgreSimpleSpline.h -include/OGRE/OgreSingleton.h -include/OGRE/OgreSkeleton.h -include/OGRE/OgreSkeletonFileFormat.h -include/OGRE/OgreSkeletonInstance.h -include/OGRE/OgreSkeletonManager.h -include/OGRE/OgreSkeletonSerializer.h -include/OGRE/OgreSphere.h -include/OGRE/OgreSpotShadowFadePng.h -include/OGRE/OgreStableHeaders.h -include/OGRE/OgreStaticFaceGroup.h -include/OGRE/OgreStaticGeometry.h -include/OGRE/OgreStdHeaders.h -include/OGRE/OgreString.h -include/OGRE/OgreStringConverter.h -include/OGRE/OgreStringInterface.h -include/OGRE/OgreStringVector.h -include/OGRE/OgreSubEntity.h -include/OGRE/OgreSubMesh.h -include/OGRE/OgreTagPoint.h -include/OGRE/OgreTargetManager.h -include/OGRE/OgreTechnique.h -include/OGRE/OgreTextAreaOverlayElement.h -include/OGRE/OgreTexture.h -include/OGRE/OgreTextureManager.h -include/OGRE/OgreTextureUnitState.h -include/OGRE/OgreTimer.h -include/OGRE/OgreUserDefinedObject.h -include/OGRE/OgreVector2.h -include/OGRE/OgreVector3.h -include/OGRE/OgreVector4.h -include/OGRE/OgreVertexBoneAssignment.h -include/OGRE/OgreVertexIndexData.h -include/OGRE/OgreViewport.h -include/OGRE/OgreWireBoundingBox.h -include/OGRE/OgreZip.h -include/OGRE/asm_math.h -lib/OGRE/Plugin_BSPSceneManager.a -lib/OGRE/Plugin_BSPSceneManager.la -lib/OGRE/Plugin_BSPSceneManager.so -lib/OGRE/Plugin_OctreeSceneManager.a -lib/OGRE/Plugin_OctreeSceneManager.la -lib/OGRE/Plugin_OctreeSceneManager.so -lib/OGRE/Plugin_ParticleFX.a -lib/OGRE/Plugin_ParticleFX.la -lib/OGRE/Plugin_ParticleFX.so -lib/OGRE/RenderSystem_GL.a -lib/OGRE/RenderSystem_GL.la -lib/OGRE/RenderSystem_GL.so -lib/libCEGUIOgreRenderer.a -lib/libCEGUIOgreRenderer.la -lib/libCEGUIOgreRenderer.so -lib/libCEGUIOgreRenderer.so.0 -lib/libOgreMain.a -lib/libOgreMain.la -lib/libOgreMain.so -lib/libOgreMain.so.13 -lib/libOgrePlatform.a -lib/libOgrePlatform.la -lib/libOgrePlatform.so -libdata/pkgconfig/CEGUI-OGRE.pc -libdata/pkgconfig/OGRE.pc -share/OGRE/ogre-config.glade -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/README -@dirrm include/OGRE -@dirrm lib/OGRE -@dirrm share/OGRE -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/graphics/osg-devel/Makefile b/graphics/osg-devel/Makefile deleted file mode 100644 index 0903142b8078..000000000000 --- a/graphics/osg-devel/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: Open Scene Graph -# Date created: 26 Apr 2001 -# Whom: Randall Hopper <aa8vb@nc.rr.com> -# -# $FreeBSD$ -# - -PORTNAME= osg -PORTVERSION= 1.2 -CATEGORIES= graphics - -MAINTAINER= jylefort@FreeBSD.org -COMMENT= C++ OpenGL scene graph library for real-time rendering - -BUILD_DEPENDS= ${LOCALBASE}/lib/libOpenThreads.so:${PORTSDIR}/devel/openthreads \ - ${LOCALBASE}/lib/libProducer.so:${PORTSDIR}/graphics/openproducer -RUN_DEPENDS= ${LOCALBASE}/lib/libOpenThreads.so:${PORTSDIR}/devel/openthreads \ - ${LOCALBASE}/lib/libProducer.so:${PORTSDIR}/graphics/openproducer -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - ungif.5:${PORTSDIR}/graphics/libungif \ - tiff.4:${PORTSDIR}/graphics/tiff \ - freetype.9:${PORTSDIR}/print/freetype2 - -USE_GL= yes -WRKSRC= ${WRKDIR}/${DISTNAME}/OpenSceneGraph - -.include "${.CURDIR}/bsd.osg.mk" -.include <bsd.port.mk> diff --git a/graphics/osg-devel/bsd.osg.mk b/graphics/osg-devel/bsd.osg.mk deleted file mode 100644 index 7ced6bfea0ea..000000000000 --- a/graphics/osg-devel/bsd.osg.mk +++ /dev/null @@ -1,33 +0,0 @@ -# $FreeBSD$ - -MASTER_SITES= http://www.openscenegraph.org/downloads/snapshots/ -DISTNAME= OSG_OP_OT-1.2 - -MD5_FILE= ${.CURDIR}/../../graphics/osg/distinfo -USE_ZIP= yes -USE_GMAKE= yes -USE_LDCONFIG= yes - -MAKEFILE= GNUmakefile -MAKE_ARGS= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" \ - CXX="${CXX}" \ - INST_LOCATION="${PREFIX}" \ - INST_EXAMPLES="${EXAMPLESDIR}/bin" \ - INST_SRC="${EXAMPLESDIR}/src" \ - INST_EXAMPLE_SRC="${EXAMPLESDIR}/src" \ - INSTBINCMD="${INSTALL_PROGRAM}" \ - INSTXCMD="${INSTALL_PROGRAM}" \ - INSTDEVCMD="${INSTALL_DATA}" \ - INSTRCMD="${INSTALL_DATA}" -ALL_TARGET= opt - -post-patch: osg-post-patch - -osg-post-patch: - @${REINPLACE_CMD} -Ee 's|-O2|${CXXFLAGS}|; \ - s|(-I\|-L\|-rpath )/usr/local|\1${LOCALBASE}|; \ - s|(-I\|-L\|-rpath )/usr/X11R6|\1${X11BASE}|' \ - ${WRKSRC}/Make/makedefs - @${REINPLACE_CMD} -e 's|DOF=$$(OPTF)|DOF="$$(OPTF)"|' \ - ${WRKSRC}/Make/makerules diff --git a/graphics/osg-devel/distinfo b/graphics/osg-devel/distinfo deleted file mode 100644 index b5438b3e7e19..000000000000 --- a/graphics/osg-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (OSG_OP_OT-1.2.zip) = e08e0ef1f250dfc17122926ef00b1559 -SHA256 (OSG_OP_OT-1.2.zip) = 3ccd899c83140a542313f9a659698af36ea30bb7cfddcd8962e25cf0fe7e1fb5 -SIZE (OSG_OP_OT-1.2.zip) = 5286887 diff --git a/graphics/osg-devel/files/patch-Make_makedefs b/graphics/osg-devel/files/patch-Make_makedefs deleted file mode 100644 index 10b9eac1c662..000000000000 --- a/graphics/osg-devel/files/patch-Make_makedefs +++ /dev/null @@ -1,11 +0,0 @@ ---- Make/makedefs.orig Tue Sep 12 21:15:04 2006 -+++ Make/makedefs Tue Nov 21 17:02:38 2006 -@@ -459,7 +459,7 @@ - X_INC = -I/usr/X11R6/include - X_LIBS = -lXmu -lX11 - SOCKET_LIBS = -- OTHER_LIBS = -lOpenThreads -+ OTHER_LIBS = -lOpenThreads $(PTHREAD_LIBS) - PNG_LIBS = -lpng - JPEG_LIBS = -ljpeg - TIFF_LIB = -ltiff diff --git a/graphics/osg-devel/pkg-descr b/graphics/osg-devel/pkg-descr deleted file mode 100644 index 614609091396..000000000000 --- a/graphics/osg-devel/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The Open Scene Graph is a cross-platform C++ OpenGL library for the -real-time, photo-realistic rendering of large 3D models. Uses range from -visual simulation, to scientific modelling, to games, to whatever you can -think of! - -WWW: http://www.openscenegraph.org/ diff --git a/graphics/osg-devel/pkg-plist b/graphics/osg-devel/pkg-plist deleted file mode 100644 index 02e67e610187..000000000000 --- a/graphics/osg-devel/pkg-plist +++ /dev/null @@ -1,669 +0,0 @@ -include/osg/AlphaFunc -include/osg/AnimationPath -include/osg/ApplicationUsage -include/osg/ArgumentParser -include/osg/Array -include/osg/AutoTransform -include/osg/Billboard -include/osg/BlendColor -include/osg/BlendEquation -include/osg/BlendFunc -include/osg/BoundingBox -include/osg/BoundingSphere -include/osg/BoundsChecking -include/osg/BufferObject -include/osg/CameraNode -include/osg/CameraView -include/osg/ClampColor -include/osg/ClearNode -include/osg/ClipNode -include/osg/ClipPlane -include/osg/ClusterCullingCallback -include/osg/CollectOccludersVisitor -include/osg/ColorMask -include/osg/ColorMatrix -include/osg/ConvexPlanarOccluder -include/osg/ConvexPlanarPolygon -include/osg/CoordinateSystemNode -include/osg/CopyOp -include/osg/CullFace -include/osg/CullSettings -include/osg/CullStack -include/osg/CullingSet -include/osg/Depth -include/osg/DisplaySettings -include/osg/DrawPixels -include/osg/Drawable -include/osg/Endian -include/osg/Export -include/osg/Fog -include/osg/FragmentProgram -include/osg/FrameBufferObject -include/osg/FrameStamp -include/osg/FrontFace -include/osg/GL -include/osg/GL2Extensions -include/osg/GLExtensions -include/osg/GLU -include/osg/Geode -include/osg/Geometry -include/osg/GraphicsContext -include/osg/GraphicsThread -include/osg/Group -include/osg/Image -include/osg/ImageStream -include/osg/LOD -include/osg/Light -include/osg/LightModel -include/osg/LightSource -include/osg/LineSegment -include/osg/LineStipple -include/osg/LineWidth -include/osg/LogicOp -include/osg/Material -include/osg/Math -include/osg/Matrix -include/osg/MatrixTransform -include/osg/Matrixd -include/osg/Matrixf -include/osg/Multisample -include/osg/Node -include/osg/NodeCallback -include/osg/NodeTrackerCallback -include/osg/NodeVisitor -include/osg/Notify -include/osg/Object -include/osg/OccluderNode -include/osg/PagedLOD -include/osg/Plane -include/osg/Point -include/osg/PointSprite -include/osg/PolygonMode -include/osg/PolygonOffset -include/osg/PolygonStipple -include/osg/Polytope -include/osg/PositionAttitudeTransform -include/osg/PrimitiveSet -include/osg/Program -include/osg/Projection -include/osg/ProxyNode -include/osg/Quat -include/osg/Referenced -include/osg/Scissor -include/osg/Sequence -include/osg/ShadeModel -include/osg/Shader -include/osg/ShadowVolumeOccluder -include/osg/Shape -include/osg/ShapeDrawable -include/osg/State -include/osg/StateAttribute -include/osg/StateSet -include/osg/Stencil -include/osg/Switch -include/osg/TexEnv -include/osg/TexEnvCombine -include/osg/TexEnvFilter -include/osg/TexGen -include/osg/TexGenNode -include/osg/TexMat -include/osg/Texture -include/osg/Texture1D -include/osg/Texture2D -include/osg/Texture3D -include/osg/TextureCubeMap -include/osg/TextureRectangle -include/osg/Timer -include/osg/Transform -include/osg/TriangleFunctor -include/osg/TriangleIndexFunctor -include/osg/Uniform -include/osg/UnitTestFramework -include/osg/Vec2 -include/osg/Vec2b -include/osg/Vec2d -include/osg/Vec2f -include/osg/Vec2s -include/osg/Vec3 -include/osg/Vec3b -include/osg/Vec3d -include/osg/Vec3f -include/osg/Vec3s -include/osg/Vec4 -include/osg/Vec4b -include/osg/Vec4d -include/osg/Vec4f -include/osg/Vec4s -include/osg/Vec4ub -include/osg/Version -include/osg/VertexProgram -include/osg/Viewport -include/osg/buffered_value -include/osg/fast_back_stack -include/osg/io_utils -include/osg/observer_ptr -include/osg/ref_ptr -include/osgDB/Archive -include/osgDB/DatabasePager -include/osgDB/DotOsgWrapper -include/osgDB/DynamicLibrary -include/osgDB/Export -include/osgDB/Field -include/osgDB/FieldReader -include/osgDB/FieldReaderIterator -include/osgDB/FileNameUtils -include/osgDB/FileUtils -include/osgDB/ImageOptions -include/osgDB/Input -include/osgDB/Output -include/osgDB/ParameterOutput -include/osgDB/ReadFile -include/osgDB/ReaderWriter -include/osgDB/ReentrantMutex -include/osgDB/Registry -include/osgDB/SharedStateManager -include/osgDB/Version -include/osgDB/WriteFile -include/osgFX/AnisotropicLighting -include/osgFX/BumpMapping -include/osgFX/Cartoon -include/osgFX/Effect -include/osgFX/Export -include/osgFX/MultiTextureControl -include/osgFX/Registry -include/osgFX/Scribe -include/osgFX/SpecularHighlights -include/osgFX/Technique -include/osgFX/Validator -include/osgGA/AnimationPathManipulator -include/osgGA/DriveManipulator -include/osgGA/EventQueue -include/osgGA/EventVisitor -include/osgGA/Export -include/osgGA/FlightManipulator -include/osgGA/GUIActionAdapter -include/osgGA/GUIEventAdapter -include/osgGA/GUIEventHandler -include/osgGA/GUIEventHandlerVisitor -include/osgGA/KeySwitchMatrixManipulator -include/osgGA/MatrixManipulator -include/osgGA/NodeTrackerManipulator -include/osgGA/SetSceneViewVisitor -include/osgGA/StateSetManipulator -include/osgGA/TerrainManipulator -include/osgGA/TrackballManipulator -include/osgGA/UFOManipulator -include/osgGA/Version -include/osgIntrospection/Attributes -include/osgIntrospection/Comparator -include/osgIntrospection/ConstructorInfo -include/osgIntrospection/Converter -include/osgIntrospection/ConverterProxy -include/osgIntrospection/CustomAttribute -include/osgIntrospection/CustomAttributeProvider -include/osgIntrospection/Exceptions -include/osgIntrospection/Export -include/osgIntrospection/InstanceCreator -include/osgIntrospection/MethodInfo -include/osgIntrospection/ParameterInfo -include/osgIntrospection/PropertyInfo -include/osgIntrospection/PublicMemberAccessor -include/osgIntrospection/ReaderWriter -include/osgIntrospection/Reflection -include/osgIntrospection/ReflectionMacros -include/osgIntrospection/Reflector -include/osgIntrospection/StaticMethodInfo -include/osgIntrospection/Type -include/osgIntrospection/TypeNameAliasProxy -include/osgIntrospection/TypedConstructorInfo -include/osgIntrospection/TypedMethodInfo -include/osgIntrospection/Utility -include/osgIntrospection/Value -include/osgIntrospection/variant_cast -include/osgParticle/AccelOperator -include/osgParticle/AngularAccelOperator -include/osgParticle/BoxPlacer -include/osgParticle/CenteredPlacer -include/osgParticle/ConnectedParticleSystem -include/osgParticle/ConstantRateCounter -include/osgParticle/Counter -include/osgParticle/Emitter -include/osgParticle/ExplosionDebrisEffect -include/osgParticle/ExplosionEffect -include/osgParticle/Export -include/osgParticle/FireEffect -include/osgParticle/FluidFrictionOperator -include/osgParticle/FluidProgram -include/osgParticle/ForceOperator -include/osgParticle/Interpolator -include/osgParticle/LinearInterpolator -include/osgParticle/ModularEmitter -include/osgParticle/ModularProgram -include/osgParticle/MultiSegmentPlacer -include/osgParticle/Operator -include/osgParticle/Particle -include/osgParticle/ParticleEffect -include/osgParticle/ParticleProcessor -include/osgParticle/ParticleSystem -include/osgParticle/ParticleSystemUpdater -include/osgParticle/Placer -include/osgParticle/PointPlacer -include/osgParticle/PrecipitationEffect -include/osgParticle/Program -include/osgParticle/RadialShooter -include/osgParticle/RandomRateCounter -include/osgParticle/SectorPlacer -include/osgParticle/SegmentPlacer -include/osgParticle/Shooter -include/osgParticle/SmokeEffect -include/osgParticle/SmokeTrailEffect -include/osgParticle/VariableRateCounter -include/osgParticle/Version -include/osgParticle/range -include/osgProducer/Export -include/osgProducer/GraphicsContextImplementation -include/osgProducer/KeyboardMouseCallback -include/osgProducer/OsgCameraGroup -include/osgProducer/OsgSceneHandler -include/osgProducer/Version -include/osgProducer/Viewer -include/osgProducer/ViewerEventHandler -include/osgSim/BlinkSequence -include/osgSim/ColorRange -include/osgSim/DOFTransform -include/osgSim/Export -include/osgSim/GeographicLocation -include/osgSim/Impostor -include/osgSim/ImpostorSprite -include/osgSim/InsertImpostorsVisitor -include/osgSim/LightPoint -include/osgSim/LightPointNode -include/osgSim/LightPointSystem -include/osgSim/MultiSwitch -include/osgSim/OpenFlightOptimizer -include/osgSim/OverlayNode -include/osgSim/ScalarBar -include/osgSim/ScalarsToColors -include/osgSim/Sector -include/osgSim/SphereSegment -include/osgSim/Version -include/osgSim/VisibilityGroup -include/osgTerrain/DataSet -include/osgTerrain/Export -include/osgTerrain/HeightFieldNode -include/osgTerrain/HeightFieldRenderer -include/osgTerrain/Version -include/osgText/Export -include/osgText/Font -include/osgText/String -include/osgText/Text -include/osgText/Version -include/osgUtil/CubeMapGenerator -include/osgUtil/CullVisitor -include/osgUtil/DelaunayTriangulator -include/osgUtil/DisplayRequirementsVisitor -include/osgUtil/Export -include/osgUtil/GLObjectsVisitor -include/osgUtil/HalfWayMapGenerator -include/osgUtil/HighlightMapGenerator -include/osgUtil/IntersectVisitor -include/osgUtil/Optimizer -include/osgUtil/PositionalStateContainer -include/osgUtil/ReflectionMapGenerator -include/osgUtil/RenderBin -include/osgUtil/RenderLeaf -include/osgUtil/RenderStage -include/osgUtil/SceneView -include/osgUtil/Simplifier -include/osgUtil/SmoothingVisitor -include/osgUtil/StateGraph -include/osgUtil/Statistics -include/osgUtil/TangentSpaceGenerator -include/osgUtil/Tesselator -include/osgUtil/TransformAttributeFunctor -include/osgUtil/TransformCallback -include/osgUtil/TriStripVisitor -include/osgUtil/UpdateVisitor -include/osgUtil/Version -lib/libosg.so -lib/libosgDB.so -lib/libosgFX.so -lib/libosgGA.so -lib/libosgParticle.so -lib/libosgProducer.so -lib/libosgSim.so -lib/libosgText.so -lib/libosgUtil.so -lib/osgPlugins/osgdb_3dc.so -lib/osgPlugins/osgdb_3ds.so -lib/osgPlugins/osgdb_OpenFlight.so -lib/osgPlugins/osgdb_ac.so -lib/osgPlugins/osgdb_bmp.so -lib/osgPlugins/osgdb_bsp.so -lib/osgPlugins/osgdb_dds.so -lib/osgPlugins/osgdb_dw.so -lib/osgPlugins/osgdb_dxf.so -lib/osgPlugins/osgdb_flt.so -lib/osgPlugins/osgdb_freetype.so -lib/osgPlugins/osgdb_geo.so -lib/osgPlugins/osgdb_gif.so -lib/osgPlugins/osgdb_hdr.so -lib/osgPlugins/osgdb_ive.so -lib/osgPlugins/osgdb_jpeg.so -lib/osgPlugins/osgdb_logo.so -lib/osgPlugins/osgdb_lwo.so -lib/osgPlugins/osgdb_lws.so -lib/osgPlugins/osgdb_md2.so -lib/osgPlugins/osgdb_net.so -lib/osgPlugins/osgdb_normals.so -lib/osgPlugins/osgdb_obj.so -lib/osgPlugins/osgdb_osg.so -lib/osgPlugins/osgdb_osgFX.so -lib/osgPlugins/osgdb_osgParticle.so -lib/osgPlugins/osgdb_osgSim.so -lib/osgPlugins/osgdb_osgText.so -lib/osgPlugins/osgdb_osga.so -lib/osgPlugins/osgdb_osgtgz.so -lib/osgPlugins/osgdb_pic.so -lib/osgPlugins/osgdb_png.so -lib/osgPlugins/osgdb_pnm.so -lib/osgPlugins/osgdb_rgb.so -lib/osgPlugins/osgdb_rot.so -lib/osgPlugins/osgdb_scale.so -lib/osgPlugins/osgdb_shp.so -lib/osgPlugins/osgdb_stl.so -lib/osgPlugins/osgdb_tga.so -lib/osgPlugins/osgdb_tgz.so -lib/osgPlugins/osgdb_tiff.so -lib/osgPlugins/osgdb_trans.so -lib/osgPlugins/osgdb_txp.so -lib/osgPlugins/osgdb_x.so -lib/osgPlugins/osgdb_zip.so -%%EXAMPLESDIR%%/bin/osgarchive -%%EXAMPLESDIR%%/bin/osgconv -%%EXAMPLESDIR%%/bin/osgversion -%%EXAMPLESDIR%%/bin/osgviewer -%%EXAMPLESDIR%%/src/Make/makedefs -%%EXAMPLESDIR%%/src/Make/makerules -%%EXAMPLESDIR%%/src/osgGLUTkeyboardmouse/GNUmakefile -%%EXAMPLESDIR%%/src/osgGLUTkeyboardmouse/osgGLUTkeyboardmouse.cpp -%%EXAMPLESDIR%%/src/osgGLUTsimple/GNUmakefile -%%EXAMPLESDIR%%/src/osgGLUTsimple/osgGLUTsimple.cpp -%%EXAMPLESDIR%%/src/osganimate/GNUmakefile -%%EXAMPLESDIR%%/src/osganimate/osganimate.cpp -%%EXAMPLESDIR%%/src/osgautotransform/GNUmakefile -%%EXAMPLESDIR%%/src/osgautotransform/osgautotransform.cpp -%%EXAMPLESDIR%%/src/osgbillboard/GNUmakefile -%%EXAMPLESDIR%%/src/osgbillboard/osgbillboard.cpp -%%EXAMPLESDIR%%/src/osgblendequation/GNUmakefile -%%EXAMPLESDIR%%/src/osgblendequation/osgblendequation.cpp -%%EXAMPLESDIR%%/src/osgbluemarble/GNUmakefile -%%EXAMPLESDIR%%/src/osgbluemarble/osgbluemarble.cpp -%%EXAMPLESDIR%%/src/osgcallback/GNUmakefile -%%EXAMPLESDIR%%/src/osgcallback/osgcallback.cpp -%%EXAMPLESDIR%%/src/osgcamera/GNUmakefile -%%EXAMPLESDIR%%/src/osgcamera/osgcamera.cpp -%%EXAMPLESDIR%%/src/osgcameragroup/GNUmakefile -%%EXAMPLESDIR%%/src/osgcameragroup/osgcameragroup.cpp -%%EXAMPLESDIR%%/src/osgcatch/GNUmakefile -%%EXAMPLESDIR%%/src/osgcatch/osgcatch.cpp -%%EXAMPLESDIR%%/src/osgcegui/GNUmakefile -%%EXAMPLESDIR%%/src/osgcegui/osgcegui.cpp -%%EXAMPLESDIR%%/src/osgclip/GNUmakefile -%%EXAMPLESDIR%%/src/osgclip/osgclip.cpp -%%EXAMPLESDIR%%/src/osgcluster/GNUmakefile -%%EXAMPLESDIR%%/src/osgcluster/broadcaster.cpp -%%EXAMPLESDIR%%/src/osgcluster/broadcaster.h -%%EXAMPLESDIR%%/src/osgcluster/osgcluster.cpp -%%EXAMPLESDIR%%/src/osgcluster/receiver.cpp -%%EXAMPLESDIR%%/src/osgcluster/receiver.h -%%EXAMPLESDIR%%/src/osgcopy/GNUmakefile -%%EXAMPLESDIR%%/src/osgcopy/osgcopy.cpp -%%EXAMPLESDIR%%/src/osgcubemap/GNUmakefile -%%EXAMPLESDIR%%/src/osgcubemap/osgcubemap.cpp -%%EXAMPLESDIR%%/src/osgdelaunay/GNUmakefile -%%EXAMPLESDIR%%/src/osgdelaunay/osgdelaunay.cpp -%%EXAMPLESDIR%%/src/osgdepthpartition/DepthPartitionNode.cpp -%%EXAMPLESDIR%%/src/osgdepthpartition/DistanceAccumulator.cpp -%%EXAMPLESDIR%%/src/osgdepthpartition/GNUmakefile -%%EXAMPLESDIR%%/src/osgdepthpartition/osgdepthpartition.cpp -%%EXAMPLESDIR%%/src/osgdepthshadow/GNUmakefile -%%EXAMPLESDIR%%/src/osgdepthshadow/osgdepthshadow.cpp -%%EXAMPLESDIR%%/src/osgdistortion/GNUmakefile -%%EXAMPLESDIR%%/src/osgdistortion/osgdistortion.cpp -%%EXAMPLESDIR%%/src/osgforest/GNUmakefile -%%EXAMPLESDIR%%/src/osgforest/osgforest.cpp -%%EXAMPLESDIR%%/src/osgfxbrowser/Frame.cpp -%%EXAMPLESDIR%%/src/osgfxbrowser/GNUmakefile -%%EXAMPLESDIR%%/src/osgfxbrowser/osgfxbrowser.cpp -%%EXAMPLESDIR%%/src/osggeodemo/GNUmakefile -%%EXAMPLESDIR%%/src/osggeodemo/osggeodemo.cpp -%%EXAMPLESDIR%%/src/osggeometry/GNUmakefile -%%EXAMPLESDIR%%/src/osggeometry/osggeometry.cpp -%%EXAMPLESDIR%%/src/osghangglide/GNUmakefile -%%EXAMPLESDIR%%/src/osghangglide/GliderManipulator.cpp -%%EXAMPLESDIR%%/src/osghangglide/GliderManipulator.h -%%EXAMPLESDIR%%/src/osghangglide/base.cpp -%%EXAMPLESDIR%%/src/osghangglide/hat.cpp -%%EXAMPLESDIR%%/src/osghangglide/hat.h -%%EXAMPLESDIR%%/src/osghangglide/osghangglide.cpp -%%EXAMPLESDIR%%/src/osghangglide/sky.cpp -%%EXAMPLESDIR%%/src/osghangglide/tank.cpp -%%EXAMPLESDIR%%/src/osghangglide/terrain.cpp -%%EXAMPLESDIR%%/src/osghangglide/terrain_coords.h -%%EXAMPLESDIR%%/src/osghangglide/terrain_normals.h -%%EXAMPLESDIR%%/src/osghangglide/terrain_texcoords.h -%%EXAMPLESDIR%%/src/osghangglide/trees.cpp -%%EXAMPLESDIR%%/src/osghud/GNUmakefile -%%EXAMPLESDIR%%/src/osghud/osghud.cpp -%%EXAMPLESDIR%%/src/osgimpostor/GNUmakefile -%%EXAMPLESDIR%%/src/osgimpostor/TestManipulator.cpp -%%EXAMPLESDIR%%/src/osgimpostor/osgimpostor.cpp -%%EXAMPLESDIR%%/src/osgintrospection/GNUmakefile -%%EXAMPLESDIR%%/src/osgintrospection/osgintrospection.cpp -%%EXAMPLESDIR%%/src/osgkeyboard/GNUmakefile -%%EXAMPLESDIR%%/src/osgkeyboard/osgkeyboard.cpp -%%EXAMPLESDIR%%/src/osgkeyboardmouse/GNUmakefile -%%EXAMPLESDIR%%/src/osgkeyboardmouse/osgkeyboardmouse.cpp -%%EXAMPLESDIR%%/src/osglauncher/GNUmakefile -%%EXAMPLESDIR%%/src/osglauncher/osglauncher.cpp -%%EXAMPLESDIR%%/src/osglight/GNUmakefile -%%EXAMPLESDIR%%/src/osglight/osglight.cpp -%%EXAMPLESDIR%%/src/osglightpoint/GNUmakefile -%%EXAMPLESDIR%%/src/osglightpoint/osglightpoint.cpp -%%EXAMPLESDIR%%/src/osglogicop/GNUmakefile -%%EXAMPLESDIR%%/src/osglogicop/osglogicop.cpp -%%EXAMPLESDIR%%/src/osglogo/GNUmakefile -%%EXAMPLESDIR%%/src/osglogo/osglogo.cpp -%%EXAMPLESDIR%%/src/osgmotionblur/GNUmakefile -%%EXAMPLESDIR%%/src/osgmotionblur/osgmotionblur.cpp -%%EXAMPLESDIR%%/src/osgmovie/GNUmakefile -%%EXAMPLESDIR%%/src/osgmovie/osgmovie.cpp -%%EXAMPLESDIR%%/src/osgmultiplecameras/GNUmakefile -%%EXAMPLESDIR%%/src/osgmultiplecameras/osgmultiplecameras.cpp -%%EXAMPLESDIR%%/src/osgmultitexture/GNUmakefile -%%EXAMPLESDIR%%/src/osgmultitexture/osgmultitexture.cpp -%%EXAMPLESDIR%%/src/osgoccluder/GNUmakefile -%%EXAMPLESDIR%%/src/osgoccluder/osgoccluder.cpp -%%EXAMPLESDIR%%/src/osgpagedlod/GNUmakefile -%%EXAMPLESDIR%%/src/osgpagedlod/osgpagedlod.cpp -%%EXAMPLESDIR%%/src/osgparametric/GNUmakefile -%%EXAMPLESDIR%%/src/osgparametric/osgparametric.cpp -%%EXAMPLESDIR%%/src/osgparticle/GNUmakefile -%%EXAMPLESDIR%%/src/osgparticle/osgparticle.cpp -%%EXAMPLESDIR%%/src/osgparticleeffects/GNUmakefile -%%EXAMPLESDIR%%/src/osgparticleeffects/osgparticleeffects.cpp -%%EXAMPLESDIR%%/src/osgphotoalbum/GNUmakefile -%%EXAMPLESDIR%%/src/osgphotoalbum/ImageReaderWriter.cpp -%%EXAMPLESDIR%%/src/osgphotoalbum/PhotoArchive.cpp -%%EXAMPLESDIR%%/src/osgphotoalbum/osgphotoalbum.cpp -%%EXAMPLESDIR%%/src/osgpick/GNUmakefile -%%EXAMPLESDIR%%/src/osgpick/osgpick.cpp -%%EXAMPLESDIR%%/src/osgplanets/GNUmakefile -%%EXAMPLESDIR%%/src/osgplanets/osgplanets.cpp -%%EXAMPLESDIR%%/src/osgpoints/GNUmakefile -%%EXAMPLESDIR%%/src/osgpoints/osgpoints.cpp -%%EXAMPLESDIR%%/src/osgpointsprite/GNUmakefile -%%EXAMPLESDIR%%/src/osgpointsprite/osgpointsprite.cpp -%%EXAMPLESDIR%%/src/osgprecipitation/GNUmakefile -%%EXAMPLESDIR%%/src/osgprecipitation/osgprecipitation.cpp -%%EXAMPLESDIR%%/src/osgprerender/GNUmakefile -%%EXAMPLESDIR%%/src/osgprerender/osgprerender.cpp -%%EXAMPLESDIR%%/src/osgprerendercubemap/GNUmakefile -%%EXAMPLESDIR%%/src/osgprerendercubemap/osgprerendercubemap.cpp -%%EXAMPLESDIR%%/src/osgreflect/GNUmakefile -%%EXAMPLESDIR%%/src/osgreflect/osgreflect.cpp -%%EXAMPLESDIR%%/src/osgscalarbar/GNUmakefile -%%EXAMPLESDIR%%/src/osgscalarbar/osgscalarbar.cpp -%%EXAMPLESDIR%%/src/osgscribe/GNUmakefile -%%EXAMPLESDIR%%/src/osgscribe/osgscribe.cpp -%%EXAMPLESDIR%%/src/osgsequence/GNUmakefile -%%EXAMPLESDIR%%/src/osgsequence/osgsequence.cpp -%%EXAMPLESDIR%%/src/osgshaders/GL2Scene.cpp -%%EXAMPLESDIR%%/src/osgshaders/GNUmakefile -%%EXAMPLESDIR%%/src/osgshaders/Noise.cpp -%%EXAMPLESDIR%%/src/osgshaders/osgshaders.cpp -%%EXAMPLESDIR%%/src/osgshaderterrain/GNUmakefile -%%EXAMPLESDIR%%/src/osgshaderterrain/osgshaderterrain.cpp -%%EXAMPLESDIR%%/src/osgshadowtexture/CreateShadowedScene.cpp -%%EXAMPLESDIR%%/src/osgshadowtexture/GNUmakefile -%%EXAMPLESDIR%%/src/osgshadowtexture/osgshadowtexture.cpp -%%EXAMPLESDIR%%/src/osgshape/GNUmakefile -%%EXAMPLESDIR%%/src/osgshape/osgshape.cpp -%%EXAMPLESDIR%%/src/osgsimple/GNUmakefile -%%EXAMPLESDIR%%/src/osgsimple/osgsimple.cpp -%%EXAMPLESDIR%%/src/osgsimplepager/GNUmakefile -%%EXAMPLESDIR%%/src/osgsimplepager/osgsimplepager.cpp -%%EXAMPLESDIR%%/src/osgsimplifier/GNUmakefile -%%EXAMPLESDIR%%/src/osgsimplifier/osgsimplifier.cpp -%%EXAMPLESDIR%%/src/osgsimulation/GNUmakefile -%%EXAMPLESDIR%%/src/osgsimulation/osgsimulation.cpp -%%EXAMPLESDIR%%/src/osgslice/GNUmakefile -%%EXAMPLESDIR%%/src/osgslice/osgslice.cpp -%%EXAMPLESDIR%%/src/osgspacewarp/GNUmakefile -%%EXAMPLESDIR%%/src/osgspacewarp/osgspacewarp.cpp -%%EXAMPLESDIR%%/src/osgspheresegment/GNUmakefile -%%EXAMPLESDIR%%/src/osgspheresegment/osgspheresegment.cpp -%%EXAMPLESDIR%%/src/osgspotlight/GNUmakefile -%%EXAMPLESDIR%%/src/osgspotlight/osgspotlight.cpp -%%EXAMPLESDIR%%/src/osgstereoimage/GNUmakefile -%%EXAMPLESDIR%%/src/osgstereoimage/osgstereoimage.cpp -%%EXAMPLESDIR%%/src/osgteapot/GNUmakefile -%%EXAMPLESDIR%%/src/osgteapot/osgteapot.cpp -%%EXAMPLESDIR%%/src/osgtesselate/GNUmakefile -%%EXAMPLESDIR%%/src/osgtesselate/osgtesselate.cpp -%%EXAMPLESDIR%%/src/osgtext/GNUmakefile -%%EXAMPLESDIR%%/src/osgtext/osgtext.cpp -%%EXAMPLESDIR%%/src/osgtexture1D/GNUmakefile -%%EXAMPLESDIR%%/src/osgtexture1D/osgtexture1D.cpp -%%EXAMPLESDIR%%/src/osgtexture2D/GNUmakefile -%%EXAMPLESDIR%%/src/osgtexture2D/osgtexture2D.cpp -%%EXAMPLESDIR%%/src/osgtexture3D/GNUmakefile -%%EXAMPLESDIR%%/src/osgtexture3D/osgtexture3D.cpp -%%EXAMPLESDIR%%/src/osgtexturerectangle/GNUmakefile -%%EXAMPLESDIR%%/src/osgtexturerectangle/osgtexturerectangle.cpp -%%EXAMPLESDIR%%/src/osgunittests/GNUmakefile -%%EXAMPLESDIR%%/src/osgunittests/osgunittests.cpp -%%EXAMPLESDIR%%/src/osgunittests/performance.cpp -%%EXAMPLESDIR%%/src/osgvertexprogram/GNUmakefile -%%EXAMPLESDIR%%/src/osgvertexprogram/osgvertexprogram.cpp -%%EXAMPLESDIR%%/src/osgvolume/GNUmakefile -%%EXAMPLESDIR%%/src/osgvolume/osgvolume.cpp -%%EXAMPLESDIR%%/src/osgwindows/GNUmakefile -%%EXAMPLESDIR%%/src/osgwindows/osgwindows.cpp -@dirrm %%EXAMPLESDIR%%/bin -@dirrm %%EXAMPLESDIR%%/src/Make -@dirrm %%EXAMPLESDIR%%/src/osgGLUTkeyboardmouse -@dirrm %%EXAMPLESDIR%%/src/osgGLUTsimple -@dirrm %%EXAMPLESDIR%%/src/osganimate -@dirrm %%EXAMPLESDIR%%/src/osgautotransform -@dirrm %%EXAMPLESDIR%%/src/osgbillboard -@dirrm %%EXAMPLESDIR%%/src/osgblendequation -@dirrm %%EXAMPLESDIR%%/src/osgbluemarble -@dirrm %%EXAMPLESDIR%%/src/osgcallback -@dirrm %%EXAMPLESDIR%%/src/osgcamera -@dirrm %%EXAMPLESDIR%%/src/osgcameragroup -@dirrm %%EXAMPLESDIR%%/src/osgcatch -@dirrm %%EXAMPLESDIR%%/src/osgcegui -@dirrm %%EXAMPLESDIR%%/src/osgclip -@dirrm %%EXAMPLESDIR%%/src/osgcluster -@dirrm %%EXAMPLESDIR%%/src/osgcopy -@dirrm %%EXAMPLESDIR%%/src/osgcubemap -@dirrm %%EXAMPLESDIR%%/src/osgdelaunay -@dirrm %%EXAMPLESDIR%%/src/osgdepthpartition -@dirrm %%EXAMPLESDIR%%/src/osgdepthshadow -@dirrm %%EXAMPLESDIR%%/src/osgdistortion -@dirrm %%EXAMPLESDIR%%/src/osgforest -@dirrm %%EXAMPLESDIR%%/src/osgfxbrowser -@dirrm %%EXAMPLESDIR%%/src/osggeodemo -@dirrm %%EXAMPLESDIR%%/src/osggeometry -@dirrm %%EXAMPLESDIR%%/src/osghangglide -@dirrm %%EXAMPLESDIR%%/src/osghud -@dirrm %%EXAMPLESDIR%%/src/osgimpostor -@dirrm %%EXAMPLESDIR%%/src/osgintrospection -@dirrm %%EXAMPLESDIR%%/src/osgkeyboard -@dirrm %%EXAMPLESDIR%%/src/osgkeyboardmouse -@dirrm %%EXAMPLESDIR%%/src/osglauncher -@dirrm %%EXAMPLESDIR%%/src/osglight -@dirrm %%EXAMPLESDIR%%/src/osglightpoint -@dirrm %%EXAMPLESDIR%%/src/osglogicop -@dirrm %%EXAMPLESDIR%%/src/osglogo -@dirrm %%EXAMPLESDIR%%/src/osgmotionblur -@dirrm %%EXAMPLESDIR%%/src/osgmovie -@dirrm %%EXAMPLESDIR%%/src/osgmultiplecameras -@dirrm %%EXAMPLESDIR%%/src/osgmultitexture -@dirrm %%EXAMPLESDIR%%/src/osgoccluder -@dirrm %%EXAMPLESDIR%%/src/osgpagedlod -@dirrm %%EXAMPLESDIR%%/src/osgparametric -@dirrm %%EXAMPLESDIR%%/src/osgparticle -@dirrm %%EXAMPLESDIR%%/src/osgparticleeffects -@dirrm %%EXAMPLESDIR%%/src/osgphotoalbum -@dirrm %%EXAMPLESDIR%%/src/osgpick -@dirrm %%EXAMPLESDIR%%/src/osgplanets -@dirrm %%EXAMPLESDIR%%/src/osgpoints -@dirrm %%EXAMPLESDIR%%/src/osgpointsprite -@dirrm %%EXAMPLESDIR%%/src/osgprecipitation -@dirrm %%EXAMPLESDIR%%/src/osgprerender -@dirrm %%EXAMPLESDIR%%/src/osgprerendercubemap -@dirrm %%EXAMPLESDIR%%/src/osgreflect -@dirrm %%EXAMPLESDIR%%/src/osgscalarbar -@dirrm %%EXAMPLESDIR%%/src/osgscribe -@dirrm %%EXAMPLESDIR%%/src/osgsequence -@dirrm %%EXAMPLESDIR%%/src/osgshaders -@dirrm %%EXAMPLESDIR%%/src/osgshaderterrain -@dirrm %%EXAMPLESDIR%%/src/osgshadowtexture -@dirrm %%EXAMPLESDIR%%/src/osgshape -@dirrm %%EXAMPLESDIR%%/src/osgsimple -@dirrm %%EXAMPLESDIR%%/src/osgsimplepager -@dirrm %%EXAMPLESDIR%%/src/osgsimplifier -@dirrm %%EXAMPLESDIR%%/src/osgsimulation -@dirrm %%EXAMPLESDIR%%/src/osgslice -@dirrm %%EXAMPLESDIR%%/src/osgspacewarp -@dirrm %%EXAMPLESDIR%%/src/osgspheresegment -@dirrm %%EXAMPLESDIR%%/src/osgspotlight -@dirrm %%EXAMPLESDIR%%/src/osgstereoimage -@dirrm %%EXAMPLESDIR%%/src/osgteapot -@dirrm %%EXAMPLESDIR%%/src/osgtesselate -@dirrm %%EXAMPLESDIR%%/src/osgtext -@dirrm %%EXAMPLESDIR%%/src/osgtexture1D -@dirrm %%EXAMPLESDIR%%/src/osgtexture2D -@dirrm %%EXAMPLESDIR%%/src/osgtexture3D -@dirrm %%EXAMPLESDIR%%/src/osgtexturerectangle -@dirrm %%EXAMPLESDIR%%/src/osgunittests -@dirrm %%EXAMPLESDIR%%/src/osgvertexprogram -@dirrm %%EXAMPLESDIR%%/src/osgvolume -@dirrm %%EXAMPLESDIR%%/src/osgwindows -@dirrm %%EXAMPLESDIR%%/src -@dirrm %%EXAMPLESDIR%% -@dirrm lib/osgPlugins -@dirrm include/osg -@dirrm include/osgDB -@dirrm include/osgFX -@dirrm include/osgGA -@dirrm include/osgIntrospection -@dirrm include/osgParticle -@dirrm include/osgProducer -@dirrm include/osgSim -@dirrm include/osgTerrain -@dirrm include/osgText -@dirrm include/osgUtil diff --git a/graphics/p5-Chart/Makefile b/graphics/p5-Chart/Makefile deleted file mode 100644 index 76178093fa19..000000000000 --- a/graphics/p5-Chart/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: p5-chart -# Date Created: 8 April 1998 -# Whom: Vanilla I. Shu <vanilla@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= Chart -PORTVERSION= 2.4.1 -CATEGORIES= graphics perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Chart -PKGNAMEPREFIX= p5- - -MAINTAINER= mat@FreeBSD.org -COMMENT= A perl5 interface to build chart graphics - -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD - -PERL_CONFIGURE= yes - -MAN3= Chart.3 - -.include <bsd.port.mk> diff --git a/graphics/p5-Chart/distinfo b/graphics/p5-Chart/distinfo deleted file mode 100644 index 86bb5e23b77f..000000000000 --- a/graphics/p5-Chart/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Chart-2.4.1.tar.gz) = 5e7a80badfb8bf6e29b21879689bcc2f -SHA256 (Chart-2.4.1.tar.gz) = ad8179cd46143bb3378f085da78447b65a939aba64e341c54600da7f6ad2b907 -SIZE (Chart-2.4.1.tar.gz) = 683047 diff --git a/graphics/p5-Chart/pkg-descr b/graphics/p5-Chart/pkg-descr deleted file mode 100644 index 84ca2aada8ec..000000000000 --- a/graphics/p5-Chart/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -This module is an attempt to build a general purpose graphing module -that is easily modified and expanded. I borrowed most of the API from -Martien Verbruggen's GIFgraph module. I liked most of GIFgraph, but I -thought it was to difficult to modify, and it was missing a few things -that I needed, most notably legends. So I decided to write a new module -from scratch, and I've designed it from the bottom up to be easy to -modify. Like GIFgraph, Chart::* uses Lincoln Stein's GD module for all -of its graphics primitives calls. - -WWW: http://search.cpan.org/dist/Chart/ - -- Vanilla -vanilla@FreeBSD.ORG diff --git a/graphics/p5-Chart/pkg-plist b/graphics/p5-Chart/pkg-plist deleted file mode 100644 index f8dcf3c672ac..000000000000 --- a/graphics/p5-Chart/pkg-plist +++ /dev/null @@ -1,18 +0,0 @@ -%%SITE_PERL%%/Chart.pod -%%SITE_PERL%%/Chart/Bars.pm -%%SITE_PERL%%/Chart/Base.pm -%%SITE_PERL%%/Chart/Composite.pm -%%SITE_PERL%%/Chart/Direction.pm -%%SITE_PERL%%/Chart/ErrorBars.pm -%%SITE_PERL%%/Chart/HorizontalBars.pm -%%SITE_PERL%%/Chart/Lines.pm -%%SITE_PERL%%/Chart/LinesPoints.pm -%%SITE_PERL%%/Chart/Mountain.pm -%%SITE_PERL%%/Chart/Pareto.pm -%%SITE_PERL%%/Chart/Pie.pm -%%SITE_PERL%%/Chart/Points.pm -%%SITE_PERL%%/Chart/Split.pm -%%SITE_PERL%%/Chart/StackedBars.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart -@dirrm %%SITE_PERL%%/Chart diff --git a/graphics/p5-Image-ExifTool-devel/Makefile b/graphics/p5-Image-ExifTool-devel/Makefile deleted file mode 100644 index bb50468db75f..000000000000 --- a/graphics/p5-Image-ExifTool-devel/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: p5-Image-ExifTool -# Date Created: 15 Sep 2004 -# Whom: Tod McQuillin <devin@spamcop.net> -# -# $FreeBSD$ -# - -PORTNAME= Image-ExifTool -PORTVERSION= 6.66 -CATEGORIES= graphics perl5 -MASTER_SITES= http://www.sno.phy.queensu.ca/~phil/exiftool/ \ - ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR=Image -PKGNAMEPREFIX= p5- - -MAINTAINER= devin@spamcop.net -COMMENT= Perl module for getting EXIF data from image files - -PERL_CONFIGURE= yes - -MANTAGS= AFCP AIFF APE APP12 ASF BMP BuildTagLookup Canon \ - CanonCustom CanonRaw CanonVRD Casio DICOM DNG Exif FLAC \ - Fixup Flash FlashPix FotoStation FujiFilm GIF GPS \ - GeoTiff HtmlDump ICC_Profile ID3 IPTC JPEG JVC Jpeg2000 \ - Kodak KyoceraRaw Leaf MIE MIFF MNG MPC MPEG MakerNotes \ - Minolta MinoltaRaw Nikon NikonCapture Olympus PDF PICT \ - PNG PPM Panasonic Pentax PhotoMechanic Photoshop \ - PostScript PrintIM QuickTime RIFF Real Ricoh Sanyo \ - Shift Shortcuts Sigma SigmaRaw Sony TagLookup TagNames \ - Unknown Vorbis WriteCanonRaw WriteExif WriteIPTC \ - WritePNG WritePhotoshop WritePostScript WriteXMP \ - Writer XMP - -MAN3= File::RandomAccess.3 \ - Image::ExifTool.3 Image::ExifTool::MIEUnits.3 \ - ${MANTAGS:S/^/Image::ExifTool::/:S/$/.3/} - -MAN1= exiftool.1 - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/html/*.html ${DOCSDIR} - @${MKDIR} ${DOCSDIR}/TagNames - ${INSTALL_DATA} ${WRKSRC}/html/TagNames/*.html ${DOCSDIR}/TagNames -.endif - -# Maintainer section -mantags: - @cd ${LOCALBASE}/lib/perl5/${PERL_VERSION}/man/man3/ && \ - ls Image::ExifTool::* | \ - cut -f5 -d: | \ - cut -f1 -d. | \ - ${TR} "\n" " " - -.include <bsd.port.mk> diff --git a/graphics/p5-Image-ExifTool-devel/distinfo b/graphics/p5-Image-ExifTool-devel/distinfo deleted file mode 100644 index cecfa8f918ca..000000000000 --- a/graphics/p5-Image-ExifTool-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Image-ExifTool-6.66.tar.gz) = e7a24dc04f8543291f8a264370045758 -SHA256 (Image-ExifTool-6.66.tar.gz) = 079dfa3ff613a02627e93c98485796d9b6c412d31c8de78f3afe5d96e878fa0a -SIZE (Image-ExifTool-6.66.tar.gz) = 1183686 diff --git a/graphics/p5-Image-ExifTool-devel/pkg-descr b/graphics/p5-Image-ExifTool-devel/pkg-descr deleted file mode 100644 index 7b63ee11c387..000000000000 --- a/graphics/p5-Image-ExifTool-devel/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -ExifTool is a highly customizable Perl script and module for reading and -writing meta information in images. - -ExifTool reads EXIF, GPS, IPTC, XMP, GeoTIFF, ICC Profile and Photoshop -IRB and ID3 meta information from JPG, JP2, TIFF, GIF, BMP, PICT, QTIF, -PNG, MNG, JNG, MIFF, PPM, PGM, PBM, XMP, EPS, PS, AI, PDF, PSD, DCM, -ACR, THM, CRW, CR2, MRW, NEF, PEF, ORF, RAF, RAW, SRF, MOS, X3F and DNG -images, MP3 and WAV audio files, and AVI, MOV and MP4 videos. ExifTool -also extracts information from the maker notes of many digital cameras -by various manufacturers including Canon, Casio, FujiFilm, JVC/Victor, -Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Olympus/Epson, -Panasonic/Leica, Pentax/Asahi, Ricoh, Sanyo and Sigma/Foveon. - -ExifTool writes EXIF, GPS, IPTC, XMP and MakerNotes meta information to -JPEG, TIFF, GIF, CRW, THM, CR2, NEF, PEF and DNG images. - -WWW: http://www.sno.phy.queensu.ca/~phil/exiftool/ diff --git a/graphics/p5-Image-ExifTool-devel/pkg-plist b/graphics/p5-Image-ExifTool-devel/pkg-plist deleted file mode 100644 index 2b17723bfe52..000000000000 --- a/graphics/p5-Image-ExifTool-devel/pkg-plist +++ /dev/null @@ -1,172 +0,0 @@ -bin/exiftool -%%SITE_PERL%%/File/RandomAccess.pm -%%SITE_PERL%%/File/RandomAccess.pod -%%SITE_PERL%%/Image/ExifTool.pm -%%SITE_PERL%%/Image/ExifTool.pod -%%SITE_PERL%%/Image/ExifTool/AFCP.pm -%%SITE_PERL%%/Image/ExifTool/AIFF.pm -%%SITE_PERL%%/Image/ExifTool/APE.pm -%%SITE_PERL%%/Image/ExifTool/APP12.pm -%%SITE_PERL%%/Image/ExifTool/ASF.pm -%%SITE_PERL%%/Image/ExifTool/BMP.pm -%%SITE_PERL%%/Image/ExifTool/BuildTagLookup.pm -%%SITE_PERL%%/Image/ExifTool/Canon.pm -%%SITE_PERL%%/Image/ExifTool/CanonCustom.pm -%%SITE_PERL%%/Image/ExifTool/CanonRaw.pm -%%SITE_PERL%%/Image/ExifTool/CanonVRD.pm -%%SITE_PERL%%/Image/ExifTool/Casio.pm -%%SITE_PERL%%/Image/ExifTool/DICOM.pm -%%SITE_PERL%%/Image/ExifTool/DNG.pm -%%SITE_PERL%%/Image/ExifTool/Exif.pm -%%SITE_PERL%%/Image/ExifTool/FLAC.pm -%%SITE_PERL%%/Image/ExifTool/Fixup.pm -%%SITE_PERL%%/Image/ExifTool/Flash.pm -%%SITE_PERL%%/Image/ExifTool/FlashPix.pm -%%SITE_PERL%%/Image/ExifTool/FotoStation.pm -%%SITE_PERL%%/Image/ExifTool/FujiFilm.pm -%%SITE_PERL%%/Image/ExifTool/GIF.pm -%%SITE_PERL%%/Image/ExifTool/GPS.pm -%%SITE_PERL%%/Image/ExifTool/GeoTiff.pm -%%SITE_PERL%%/Image/ExifTool/HtmlDump.pm -%%SITE_PERL%%/Image/ExifTool/ICC_Profile.pm -%%SITE_PERL%%/Image/ExifTool/ID3.pm -%%SITE_PERL%%/Image/ExifTool/IPTC.pm -%%SITE_PERL%%/Image/ExifTool/JVC.pm -%%SITE_PERL%%/Image/ExifTool/JPEG.pm -%%SITE_PERL%%/Image/ExifTool/Jpeg2000.pm -%%SITE_PERL%%/Image/ExifTool/Kodak.pm -%%SITE_PERL%%/Image/ExifTool/KyoceraRaw.pm -%%SITE_PERL%%/Image/ExifTool/Leaf.pm -%%SITE_PERL%%/Image/ExifTool/MIE.pm -%%SITE_PERL%%/Image/ExifTool/MIEUnits.pod -%%SITE_PERL%%/Image/ExifTool/MIFF.pm -%%SITE_PERL%%/Image/ExifTool/MNG.pm -%%SITE_PERL%%/Image/ExifTool/MPC.pm -%%SITE_PERL%%/Image/ExifTool/MPEG.pm -%%SITE_PERL%%/Image/ExifTool/MakerNotes.pm -%%SITE_PERL%%/Image/ExifTool/Minolta.pm -%%SITE_PERL%%/Image/ExifTool/MinoltaRaw.pm -%%SITE_PERL%%/Image/ExifTool/Nikon.pm -%%SITE_PERL%%/Image/ExifTool/NikonCapture.pm -%%SITE_PERL%%/Image/ExifTool/Olympus.pm -%%SITE_PERL%%/Image/ExifTool/PDF.pm -%%SITE_PERL%%/Image/ExifTool/PICT.pm -%%SITE_PERL%%/Image/ExifTool/PNG.pm -%%SITE_PERL%%/Image/ExifTool/PPM.pm -%%SITE_PERL%%/Image/ExifTool/Panasonic.pm -%%SITE_PERL%%/Image/ExifTool/Pentax.pm -%%SITE_PERL%%/Image/ExifTool/PhotoMechanic.pm -%%SITE_PERL%%/Image/ExifTool/Photoshop.pm -%%SITE_PERL%%/Image/ExifTool/PostScript.pm -%%SITE_PERL%%/Image/ExifTool/PrintIM.pm -%%SITE_PERL%%/Image/ExifTool/QuickTime.pm -%%SITE_PERL%%/Image/ExifTool/README -%%SITE_PERL%%/Image/ExifTool/RIFF.pm -%%SITE_PERL%%/Image/ExifTool/Real.pm -%%SITE_PERL%%/Image/ExifTool/Ricoh.pm -%%SITE_PERL%%/Image/ExifTool/Sanyo.pm -%%SITE_PERL%%/Image/ExifTool/Shift.pl -%%SITE_PERL%%/Image/ExifTool/Shortcuts.pm -%%SITE_PERL%%/Image/ExifTool/Sigma.pm -%%SITE_PERL%%/Image/ExifTool/SigmaRaw.pm -%%SITE_PERL%%/Image/ExifTool/Sony.pm -%%SITE_PERL%%/Image/ExifTool/TagLookup.pm -%%SITE_PERL%%/Image/ExifTool/TagNames.pod -%%SITE_PERL%%/Image/ExifTool/Unknown.pm -%%SITE_PERL%%/Image/ExifTool/Vorbis.pm -%%SITE_PERL%%/Image/ExifTool/WriteCanonRaw.pl -%%SITE_PERL%%/Image/ExifTool/WriteExif.pl -%%SITE_PERL%%/Image/ExifTool/WriteIPTC.pl -%%SITE_PERL%%/Image/ExifTool/WritePNG.pl -%%SITE_PERL%%/Image/ExifTool/WritePhotoshop.pl -%%SITE_PERL%%/Image/ExifTool/WritePostScript.pl -%%SITE_PERL%%/Image/ExifTool/WriteXMP.pl -%%SITE_PERL%%/Image/ExifTool/Writer.pl -%%SITE_PERL%%/Image/ExifTool/XMP.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/ExifTool/.packlist -%%PORTDOCS%%%%DOCSDIR%%/ExifTool.html -%%PORTDOCS%%%%DOCSDIR%%/canon_raw.html -%%PORTDOCS%%%%DOCSDIR%%/config.html -%%PORTDOCS%%%%DOCSDIR%%/data_members.html -%%PORTDOCS%%%%DOCSDIR%%/exiftool_pod.html -%%PORTDOCS%%%%DOCSDIR%%/faq.html -%%PORTDOCS%%%%DOCSDIR%%/filename.html -%%PORTDOCS%%%%DOCSDIR%%/history.html -%%PORTDOCS%%%%DOCSDIR%%/htmldump.html -%%PORTDOCS%%%%DOCSDIR%%/idiosyncracies.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/models.html -%%PORTDOCS%%%%DOCSDIR%%/verbose.html -%%PORTDOCS%%%%DOCSDIR%%/writing.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/AFCP.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/AIFF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/APE.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/APP12.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/ASF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/BMP.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Canon.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/CanonCustom.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/CanonRaw.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/CanonVRD.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Casio.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Composite.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/DICOM.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/DNG.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/EXIF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Extra.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/FLAC.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Flash.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/FlashPix.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/FotoStation.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/FujiFilm.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/GPS.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/GeoTiff.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/ICC_Profile.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/ID3.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/IPTC.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/JFIF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/JVC.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/JPEG.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Jpeg2000.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Kodak.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/KyoceraRaw.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Leaf.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/MIE.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/MIFF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/MNG.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/MPC.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/MPEG.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Minolta.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/MinoltaRaw.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Nikon.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/NikonCapture.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Olympus.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/PDF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/PICT.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/PNG.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Panasonic.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Pentax.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/PhotoMechanic.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Photoshop.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/PostScript.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/PrintIM.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/QuickTime.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/RIFF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Real.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Ricoh.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Sanyo.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Shortcuts.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Sigma.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/SigmaRaw.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Sony.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Unknown.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Vorbis.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/XMP.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/index.html -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/ExifTool -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image -@dirrm %%SITE_PERL%%/Image/ExifTool -@dirrmtry %%SITE_PERL%%/Image -@dirrmtry %%SITE_PERL%%/File -%%PORTDOCS%%@dirrm %%DOCSDIR%%/TagNames -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile deleted file mode 100644 index 92da0143aa69..000000000000 --- a/graphics/p5-PGPLOT/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: pgperl -# Date created: 22 December 1996 -# Whom: jmz -# -# $FreeBSD$ -# - -PORTNAME= pgperl -PORTVERSION= 2.19 -CATEGORIES= graphics perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= PGPLOT -DISTNAME= PGPLOT-${PORTVERSION} - -MAINTAINER= jmz@FreeBSD.org -COMMENT= A perl5 extension which makes available the pgplot library - -LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot -BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/F77.pm:${PORTSDIR}/lang/p5-F77 - -MAN3= PGPLOT.3 -MAN3PREFIX= ${TARGETDIR}/lib/perl5/${PERL_VERSION} - -USE_PERL5= yes -SCRIPTS_ENV= PERL=${PERL} -INSTALL_TARGET= pure_install - -.include <bsd.port.pre.mk> - -.ifndef(NOPORTDOCS) -post-install: - @${MKDIR} ${EXAMPLESDIR} - @(cd ${WRKSRC}; ${INSTALL_DATA} LICENSE test* \ - ${EXAMPLESDIR}) -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/p5-PGPLOT/distinfo b/graphics/p5-PGPLOT/distinfo deleted file mode 100644 index d080d070a701..000000000000 --- a/graphics/p5-PGPLOT/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (PGPLOT-2.19.tar.gz) = ec1914c7344026dc1b8c14bcf408e25e -SHA256 (PGPLOT-2.19.tar.gz) = 5ffbd95c8403ac761427783c3a0ff732987f3379096dfe731cdcc0f463354832 -SIZE (PGPLOT-2.19.tar.gz) = 49364 diff --git a/graphics/p5-PGPLOT/files/patch-aa b/graphics/p5-PGPLOT/files/patch-aa deleted file mode 100644 index ff94521ad056..000000000000 --- a/graphics/p5-PGPLOT/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- PGPLOT.xs.orig Wed Sep 27 17:43:36 2000 -+++ PGPLOT.xs Wed Sep 27 17:43:56 2000 -@@ -8,6 +8,8 @@ - - */ - -+#define PERL_POLLUTE -+ - #include "EXTERN.h" /* std perl include */ - #include "perl.h" /* std perl include */ - #include "XSUB.h" /* XSUB include */ diff --git a/graphics/p5-PGPLOT/pkg-descr b/graphics/p5-PGPLOT/pkg-descr deleted file mode 100644 index dafbee7117c3..000000000000 --- a/graphics/p5-PGPLOT/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -'pgperl' is a version of the Perl language which has available -the PGPLOT FORTRAN library, a very popular package for plotting -astronomical data. (As a glance through any issue of ApJ or MNRAS will -confirm.) The details of this involve some complicated C glue routines -but are transparent to the user. - -See the file LICENSE in /usr/local/share/doc/pgperl for copyright/licensing -information and the file pgperl.doc on how to use pgplot from perl. -This is also similar documentation on the pgperl WWW Home Page at: - -WWW: http://www.aao.gov.au/local/www/kgb/pgperl/ -Author: Yung-chung Lin <xern@cpan.org> - -Karl Glazebrook, ---- -kgb@ast.cam.ac.uk Institute of Astronomy, Cambridge, U.K. diff --git a/graphics/p5-PGPLOT/pkg-plist b/graphics/p5-PGPLOT/pkg-plist deleted file mode 100644 index e9905f3127a1..000000000000 --- a/graphics/p5-PGPLOT/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/PGPLOT.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/PGPLOT/PGPLOT.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/PGPLOT/PGPLOT.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/PGPLOT/.packlist -%%PORTDOCS%%%%EXAMPLESDIR%%/LICENSE -%%PORTDOCS%%%%EXAMPLESDIR%%/test.img -%%PORTDOCS%%%%EXAMPLESDIR%%/test.pl -%%PORTDOCS%%%%EXAMPLESDIR%%/test1.p -%%PORTDOCS%%%%EXAMPLESDIR%%/test10.p -%%PORTDOCS%%%%EXAMPLESDIR%%/test11.p -%%PORTDOCS%%%%EXAMPLESDIR%%/test12.p -%%PORTDOCS%%%%EXAMPLESDIR%%/test2.p -%%PORTDOCS%%%%EXAMPLESDIR%%/test3.p -%%PORTDOCS%%%%EXAMPLESDIR%%/test4.p -%%PORTDOCS%%%%EXAMPLESDIR%%/test5.p -%%PORTDOCS%%%%EXAMPLESDIR%%/test6.p -%%PORTDOCS%%%%EXAMPLESDIR%%/test7.p -%%PORTDOCS%%%%EXAMPLESDIR%%/test8.p -%%PORTDOCS%%%%EXAMPLESDIR%%/test9.p -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PGPLOT -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% diff --git a/graphics/p5-PGPLOT/scripts/configure b/graphics/p5-PGPLOT/scripts/configure deleted file mode 100644 index 49d05d2dc7f6..000000000000 --- a/graphics/p5-PGPLOT/scripts/configure +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -cd $WRKSRC || exit 1 - -sed -e s:/usr/local/pgplot:$PREFIX/lib: \ - -e s:/home/aaossm/kgb/soft/pgplot/bld:$PREFIX/include: <Makefile.PL \ - >Makefile.PL.new -for f in test*.p*; do - mv $f old_$f - sed -e s:/usr/local/bin/perl:$PERL: < old_$f >$f - rm old_$f -done - -$PERL Makefile.PL.new PREFIX=$PREFIX diff --git a/graphics/povray36/Makefile b/graphics/povray36/Makefile deleted file mode 100644 index d9c74fd0dc59..000000000000 --- a/graphics/povray36/Makefile +++ /dev/null @@ -1,82 +0,0 @@ -# New ports collection makefile for: POV-Ray -# Date created: 3 Dec 1996 -# Whom: paulo@isr.uc.pt -# -# $FreeBSD$ -# - -PORTNAME= povray -PORTVERSION= 3.6.1 -CATEGORIES= graphics -MASTER_SITES= ftp://ftp.povray.org/pub/povray/%SUBDIR%/ \ - ftp://ftp.mirrorservice.org/sites/ftp.povray.org/pub/povray/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/povray/%SUBDIR%,} -MASTER_SITE_SUBDIR= Official/Unix -DIST_SUBDIR= povray36 - -MAINTAINER= maho@FreeBSD.org -COMMENT= Persistence of Vision Ray Tracer - -.if defined(WITH_ICC) -BUILD_DEPENDS= ${LOCALBASE}/intel_cc_80/bin/icc:${PORTSDIR}/lang/icc -.endif -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - tiff:${PORTSDIR}/graphics/tiff \ - jpeg:${PORTSDIR}/graphics/jpeg - -USE_BZIP2= yes -USE_XLIB= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:259 -LATEST_LINK= ${PORTNAME}36 - -.include <bsd.port.pre.mk> - -.if (${ARCH} == "i386") -LIB_DEPENDS+= vga:${PORTSDIR}/graphics/svgalib -.endif - -.if defined(WITH_OPTIMIZED_FLAGS) -CFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -CXXFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -Wno-multichar -.if (${ARCH} == "i386" && !${ARCH} == "amd64" ) -CFLAGS+= -mfancy-math-387 -mpreferred-stack-boundary=3 -malign-double -CXXFLAGS+= -mfancy-math-387 -mpreferred-stack-boundary=3 -malign-double -.endif # i386 -.endif - -.if defined(WITH_ICC) -CC= ${LOCALBASE}/intel_cc_80/bin/icc -CXX= ${LOCALBASE}/intel_cc_80/bin/icpc -CFLAGS= -O3 -tpp7 -axN -Vaxlib -CXXFLAGS= -O3 -tpp7 -axN -Vaxlib -.endif - -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --x-includes="${X11BASE}/include" --includedir=${LOCALBASE} \ - CXXFLAGS="${CXXFLAGS} -L${LOCALBASE}/lib -I${LOCALBASE}/include" \ - CFLAGS="${CFLAGS} -L${LOCALBASE}/lib -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" COMPILED_BY=${MAINTAINER} \ - --disable-optimiz - -MAN1= povray.1 - -.if ${OSVERSION} < 500000 -BROKEN= Does not build on 4.x -.endif - -post-patch: - #@${REINPLACE_CMD} -e 's+@PREFIX@+${PREFIX}+g;' ${WRKSRC}/povray.ini - #@${REINPLACE_CMD} -e 's+%INSTALLDIR%+${PREFIX}/share/${PORTNAME}-${PORTVERSION}+g;' ${WRKSRC}/povray.conf -.if !defined(WITH_OPTIMIZED_FLAGS) - @${ECHO} "You can optimize by setting WITH_OPTIMIZED_FLAGS=yes." -.endif - -do-install: - @(cd ${WRKSRC} ; ${GMAKE} install) - -post-install: - @${SED} -e 's,/usr/local,${PREFIX},g' ${DESCR} - -.include <bsd.port.post.mk> diff --git a/graphics/povray36/distinfo b/graphics/povray36/distinfo deleted file mode 100644 index 29b4687a3b3d..000000000000 --- a/graphics/povray36/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (povray36/povray-3.6.1.tar.bz2) = b5789bb7eeaed0809c5c82d0efda571d -SHA256 (povray36/povray-3.6.1.tar.bz2) = 4e8a7fecd44807343b6867e1f2440aa0e09613d6d69a7385ac48f4e5e7737a73 -SIZE (povray36/povray-3.6.1.tar.bz2) = 8200160 diff --git a/graphics/povray36/pkg-descr b/graphics/povray36/pkg-descr deleted file mode 100644 index 67615369ae92..000000000000 --- a/graphics/povray36/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -POV-Ray(TM) 3.5 Persistence of Vision Ray Tracer - -The Persistence of Vision(tm) Ray-Tracer creates three-dimensional, -photo-realistic images using a rendering technique called ray-tracing. It -reads in a text file containing information describing the objects and -lighting in a scene and generates an image of that scene from the view point -of a camera also described in the text file. Ray-tracing is not a fast -process by any means, but it produces very high quality images with realistic -reflections, shading, perspective and other effects. - -Legal and License information can be consulted in the following file -/usr/local/share/doc/povray-3.6/povlegal.doc - -WWW: http://www.povray.org/ diff --git a/graphics/povray36/pkg-plist b/graphics/povray36/pkg-plist deleted file mode 100644 index 3416f2755f10..000000000000 --- a/graphics/povray36/pkg-plist +++ /dev/null @@ -1,1197 +0,0 @@ -bin/povray -etc/povray/3.6/povray.conf -etc/povray/3.6/povray.ini -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/aerobics.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/arainbow.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/bezspline1.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/bezspline2.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/bezspline3.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/bgvisfog.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/blobhand.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/bpatch01.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/bpatch02.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/bpatch03.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/cloudsky.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/crainbow.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/cubprism.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/cuspline.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/filtfog.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/hexprism.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/imprhand.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/imprswep.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_01.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_02.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_03.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_04.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_05.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_06.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_07.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_08.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_09.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_10.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_11.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_12.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_13.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_14.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_15.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_16.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_17.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_18.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_19.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_20.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_21.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_22.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_23.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/latheobj.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/lowfog.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/mediatut1.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/mediatut2.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/pic1.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/mediatut3.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/mediatut4.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/mediatut5.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/mediatut6.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/mediatut7.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/multifog.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/mvspline.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/pic2.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/pic3.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/polypic1.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/polypic2.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/polypic3.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/polyword.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/pvhfield.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/pyrsweep.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/quspline.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_01.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_03a.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_03.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_04.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_05.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_06a.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_06.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_07a.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_07.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_08a.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_08.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_09a.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_09.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_10a.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_10.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_11a.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_11.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_12a.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_12.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_13a.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_13.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_14a.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_14.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_15.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_16.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_17.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_18.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_19a.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_19.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_20a.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_20.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_21.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_22.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_23a.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_23.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_24.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_25.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_26.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_27.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_28.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_29.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_30.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_31.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_01.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_02.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_03.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_04.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_05.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_06.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_07.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_08.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_09.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_10.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_11.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_12.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_13.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_14.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_15a.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_15.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_16.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_17a.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_17.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_18.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_19.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_20.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_21.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_22.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_23.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_24.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_25.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_26.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_27.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_28.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_X.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radC_01.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radC_02.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radC_03.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/raytracer.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/redsun.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/rrainbow.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/shadowtest2.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/shadowtest.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/simpblob.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/skyspher.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/smplfog.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/sorobj.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/sphblob.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/spline.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/startifacts.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/subshape.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/superell.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/sweepinc.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/torchain.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/turbfog.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/txtstone.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/handed.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/mesh2.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/polyfunc1.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/polyfunc2.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/polyfunc3.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/polyfunc4.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/polyfunc5.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/polyfunc6.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/ptcubobj.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/raytracing.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/triangles.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/red.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/green.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/blue.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/yellow.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/cyan.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/magenta.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/clear.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/white.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/black.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray05.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray10.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray15.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray20.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray25.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray30.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray35.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray40.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray45.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray50.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray55.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray60.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray65.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray70.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray75.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray80.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray85.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray90.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray95.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/dimgray.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/lightgray.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/vlightgray.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/aquamarine.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/blueviolet.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/brown.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/cadetblue.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/coral.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/cornflowerblue.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/darkgreen.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/darkolivegreen.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/darkorchid.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/darkslateblue.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/darkslategray.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/darkturquoise.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/firebrick.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gold.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/forestgreen.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/goldenrod.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/greenyellow.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/indianred.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/khaki.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/lightblue.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/lightsteelblue.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/limegreen.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/maroon.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/mediumaquamarine.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/mediumblue.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/mediumforestgreen.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/mediumgoldenrod.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/mediumorchid.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/mediumseagreen.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/mediumslateblue.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/mediumspringgreen.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/mediumturquoise.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/mediumvioletred.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/midnightblue.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/navy.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/navyblue.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/orange.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/orangered.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/orchid.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/palegreen.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/pink.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/plum.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/salmon.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/seagreen.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/sienna.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/skyblue.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/slateblue.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/springgreen.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/steelblue.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/tan.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/thistle.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/turquoise.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/violet.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/violetred.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/wheat.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/yellowgreen.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/summersky.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/richblue.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/brass.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/copper.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/bronze.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/bronze2.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/silver.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/brightgold.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/oldgold.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/feldspar.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/quartz.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/mica.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/neonpink.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/darkpurple.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/neonblue.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/coolcopper.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/mandarinorange.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/lightwood.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/mediumwood.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/darkwood.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/spicypink.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/semisweetchoc.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/bakerschoc.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/flesh.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/newtan.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/newmidnightblue.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/verydarkbrown.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/darkbrown.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/darktan.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/greencopper.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/dkgreencopper.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/dustyrose.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/huntersgreen.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/scarlet.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/med_purple.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/light_purple.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/very_light_purple.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/areal.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/photons1.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/photons2.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/shootph.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/turbrand.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/area1.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/area2.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/arealigh.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/blobdens.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/boxgeom.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/boxmap.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/clipobj.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/conegeom.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/curvmath.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/cylgeom.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/diffobj.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/diftight.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/fixedrad.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/fixfallo.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/gamma.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/hexpat.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/hgscatt.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/isectobj.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/lattenua.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/lfadefx.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/medatten.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/mergeobj.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/miehaze.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/miemurky.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/mimxrtor.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/negradli.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/objoverl.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/perspcam.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/pixhfld.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/prod.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/quiltpt1.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/quiltpt2.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/quiltpt3.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/quiltpt4.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/raylscat.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/recsuper.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/segmpts.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/sormath.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/sphgeom.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/spotgeom.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/sqemath.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/sum.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/unhfield.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/unionobj.png -%%PORTDOCS%%share/doc/povray-3.6/html/frame.html -%%PORTDOCS%%share/doc/povray-3.6/html/idx.html -%%PORTDOCS%%share/doc/povray-3.6/html/index.html -%%PORTDOCS%%share/doc/povray-3.6/html/logotexts.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/menu.html -%%PORTDOCS%%share/doc/povray-3.6/html/next.png -%%PORTDOCS%%share/doc/povray-3.6/html/povlegal.html -%%PORTDOCS%%share/doc/povray-3.6/html/povlogotext.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/povray35.css -%%PORTDOCS%%share/doc/povray-3.6/html/prev.png -%%PORTDOCS%%share/doc/povray-3.6/html/s_100.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_101.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_102.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_103.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_104.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_105.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_106.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_107.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_108.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_109.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_10.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_110.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_111.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_112.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_113.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_114.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_115.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_116.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_117.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_118.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_119.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_11.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_120.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_121.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_122.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_123.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_124.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_125.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_126.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_127.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_128.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_129.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_12.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_130.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_131.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_132.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_133.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_134.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_135.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_136.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_137.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_138.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_139.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_13.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_140.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_141.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_142.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_143.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_144.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_145.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_146.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_147.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_148.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_149.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_14.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_150.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_151.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_152.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_153.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_154.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_155.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_156.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_157.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_158.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_159.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_15.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_160.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_161.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_162.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_163.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_164.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_165.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_16.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_17.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_18.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_19.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_1.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_20.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_21.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_22.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_23.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_24.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_25.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_26.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_27.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_28.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_29.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_2.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_30.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_31.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_32.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_33.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_34.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_35.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_36.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_37.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_38.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_39.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_3.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_40.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_41.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_42.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_43.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_44.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_45.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_46.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_47.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_48.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_49.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_4.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_50.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_51.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_52.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_53.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_54.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_55.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_56.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_57.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_58.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_59.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_5.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_60.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_61.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_62.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_63.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_64.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_65.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_66.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_67.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_68.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_69.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_6.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_70.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_71.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_72.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_73.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_74.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_75.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_76.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_77.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_78.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_79.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_7.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_80.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_81.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_82.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_83.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_84.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_85.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_86.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_87.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_88.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_89.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_8.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_90.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_91.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_92.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_93.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_94.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_95.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_96.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_97.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_98.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_99.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_9.html -%%PORTDOCS%%share/doc/povray-3.6/html/toc.html -%%PORTDOCS%%share/doc/povray-3.6/distribution-license.txt -%%PORTDOCS%%share/doc/povray-3.6/povwhere.txt -%%PORTDOCS%%share/doc/povray-3.6/revision.txt -%%PORTDOCS%%share/doc/povray-3.6/source-license.txt -%%PORTDOCS%%share/doc/povray-3.6/povlegal.doc -%%PORTDOCS%%share/doc/povray-3.6/README.unix -%%PORTDOCS%%share/doc/povray-3.6/AUTHORS -%%PORTDOCS%%share/doc/povray-3.6/ChangeLog -%%PORTDOCS%%share/doc/povray-3.6/NEWS -share/povray-3.6/icons/file_inc_classic_16.png -share/povray-3.6/icons/file_inc_classic_32.png -share/povray-3.6/icons/file_inc_classic_48.png -share/povray-3.6/icons/file_inc_classic_64.png -share/povray-3.6/icons/file_inc_crystal_16.png -share/povray-3.6/icons/file_inc_crystal_32.png -share/povray-3.6/icons/file_inc_crystal_48.png -share/povray-3.6/icons/file_inc_crystal_64.png -share/povray-3.6/icons/file_inc_slick_16.png -share/povray-3.6/icons/file_inc_slick_32.png -share/povray-3.6/icons/file_inc_slick_48.png -share/povray-3.6/icons/file_inc_slick_64.png -share/povray-3.6/icons/file_pov_classic_16.png -share/povray-3.6/icons/file_pov_classic_32.png -share/povray-3.6/icons/file_pov_classic_48.png -share/povray-3.6/icons/file_pov_classic_64.png -share/povray-3.6/icons/file_pov_crystal_16.png -share/povray-3.6/icons/file_pov_crystal_32.png -share/povray-3.6/icons/file_pov_crystal_48.png -share/povray-3.6/icons/file_pov_crystal_64.png -share/povray-3.6/icons/file_pov_slick_16.png -share/povray-3.6/icons/file_pov_slick_32.png -share/povray-3.6/icons/file_pov_slick_48.png -share/povray-3.6/icons/file_pov_slick_64.png -share/povray-3.6/icons/povray_16.png -share/povray-3.6/icons/povray_32.png -share/povray-3.6/icons/povray_48.png -share/povray-3.6/icons/povray_64.png -share/povray-3.6/include/arrays.inc -share/povray-3.6/include/ash.map -share/povray-3.6/include/benediti.map -share/povray-3.6/include/bubinga.map -share/povray-3.6/include/bumpmap_.png -share/povray-3.6/include/cedar.map -share/povray-3.6/include/chars.inc -share/povray-3.6/include/colors.inc -share/povray-3.6/include/consts.inc -share/povray-3.6/include/crystal.ttf -share/povray-3.6/include/cyrvetic.ttf -share/povray-3.6/include/debug.inc -share/povray-3.6/include/finish.inc -share/povray-3.6/include/fract003.png -share/povray-3.6/include/functions.inc -share/povray-3.6/include/glass.inc -share/povray-3.6/include/glass_old.inc -share/povray-3.6/include/golds.inc -share/povray-3.6/include/logo.inc -share/povray-3.6/include/marbteal.map -share/povray-3.6/include/math.inc -share/povray-3.6/include/metals.inc -share/povray-3.6/include/mtmand.pot -share/povray-3.6/include/mtmandj.png -share/povray-3.6/include/orngwood.map -share/povray-3.6/include/pinkmarb.map -share/povray-3.6/include/plasma2.png -share/povray-3.6/include/plasma3.png -share/povray-3.6/include/povlogo.ttf -share/povray-3.6/include/povmap.png -share/povray-3.6/include/rad_def.inc -share/povray-3.6/include/rand.inc -share/povray-3.6/include/rdgranit.map -share/povray-3.6/include/screen.inc -share/povray-3.6/include/shapes.inc -share/povray-3.6/include/shapes2.inc -share/povray-3.6/include/shapes_old.inc -share/povray-3.6/include/shapesq.inc -share/povray-3.6/include/skies.inc -share/povray-3.6/include/spiral.df3 -share/povray-3.6/include/stage1.inc -share/povray-3.6/include/stars.inc -share/povray-3.6/include/stdcam.inc -share/povray-3.6/include/stdinc.inc -share/povray-3.6/include/stoneold.inc -share/povray-3.6/include/stones.inc -share/povray-3.6/include/stones1.inc -share/povray-3.6/include/stones2.inc -share/povray-3.6/include/strings.inc -share/povray-3.6/include/sunpos.inc -share/povray-3.6/include/teak.map -share/povray-3.6/include/test.png -share/povray-3.6/include/textures.inc -share/povray-3.6/include/timrom.ttf -share/povray-3.6/include/transforms.inc -share/povray-3.6/include/ttffonts.cat -share/povray-3.6/include/whiteash.map -share/povray-3.6/include/woodmaps.inc -share/povray-3.6/include/woods.inc -share/povray-3.6/ini/allanim.ini -share/povray-3.6/ini/allstill.ini -share/povray-3.6/ini/low.ini -share/povray-3.6/ini/pngflc.ini -share/povray-3.6/ini/pngfli.ini -share/povray-3.6/ini/povray.ini -share/povray-3.6/ini/quickres.ini -share/povray-3.6/ini/res120.ini -share/povray-3.6/ini/res1k.ini -share/povray-3.6/ini/res320.ini -share/povray-3.6/ini/res640.ini -share/povray-3.6/ini/res800.ini -share/povray-3.6/ini/slow.ini -share/povray-3.6/ini/tgaflc.ini -share/povray-3.6/ini/tgafli.ini -share/povray-3.6/ini/zipflc.ini -share/povray-3.6/ini/zipfli.ini -share/povray-3.6/scenes/advanced/balcony/balcony.pov -share/povray-3.6/scenes/advanced/balcony/building.inc -share/povray-3.6/scenes/advanced/balcony/chair.inc -share/povray-3.6/scenes/advanced/balcony/cloth.inc -share/povray-3.6/scenes/advanced/balcony/sky.inc -share/povray-3.6/scenes/advanced/balcony/table.inc -share/povray-3.6/scenes/advanced/balcony/table_cloth.inc -share/povray-3.6/scenes/advanced/balcony/table_stuff.inc -share/povray-3.6/scenes/advanced/balcony/terrain.inc -share/povray-3.6/scenes/advanced/balcony/water.inc -share/povray-3.6/scenes/advanced/balcony/bglass.inc -share/povray-3.6/scenes/advanced/blocks/makestacks.inc -share/povray-3.6/scenes/advanced/blocks/stackerday.pov -share/povray-3.6/scenes/advanced/blocks/stackergold.pov -share/povray-3.6/scenes/advanced/blocks/stackernight.pov -share/povray-3.6/scenes/advanced/blocks/stackertransp.pov -share/povray-3.6/scenes/advanced/blocks/stacks.inc -share/povray-3.6/scenes/advanced/cats/cattex.inc -share/povray-3.6/scenes/advanced/cats/cattext.inc -share/povray-3.6/scenes/advanced/cats/coolcat.inc -share/povray-3.6/scenes/advanced/cats/povcatray.pov -share/povray-3.6/scenes/advanced/cliche/cliche.pov -share/povray-3.6/scenes/advanced/cliche/sign.pov -share/povray-3.6/scenes/advanced/drums2/drums.inc -share/povray-3.6/scenes/advanced/drums2/drums.pov -share/povray-3.6/scenes/advanced/drums2/rednewt.png -share/povray-3.6/scenes/advanced/fish13/finskin2.png -share/povray-3.6/scenes/advanced/fish13/fish.inc -share/povray-3.6/scenes/advanced/fish13/fish13.pov -share/povray-3.6/scenes/advanced/fish13/fisheye.png -share/povray-3.6/scenes/advanced/fish13/stem1.inc -share/povray-3.6/scenes/advanced/fish13/world12.inc -share/povray-3.6/scenes/advanced/glasschess/chesspiece1.inc -share/povray-3.6/scenes/advanced/glasschess/glasschess.pov -share/povray-3.6/scenes/advanced/ionic5/b-snake.inc -share/povray-3.6/scenes/advanced/ionic5/congo4.png -share/povray-3.6/scenes/advanced/ionic5/ionic5.pov -share/povray-3.6/scenes/advanced/ionic5/lizard.inc -share/povray-3.6/scenes/advanced/ionic5/marble.inc -share/povray-3.6/scenes/advanced/ionic5/panther.inc -share/povray-3.6/scenes/advanced/ionic5/s-head3.inc -share/povray-3.6/scenes/advanced/ionic5/turn.inc -share/povray-3.6/scenes/advanced/ntreal/ntreal.inc -share/povray-3.6/scenes/advanced/ntreal/ntreal.pov -share/povray-3.6/scenes/advanced/newltpot/teapot.txt -share/povray-3.6/scenes/advanced/newltpot/teapot2.pov -share/povray-3.6/scenes/advanced/newltpot/teapot3.pov -share/povray-3.6/scenes/advanced/newltpot/teapot4.pov -share/povray-3.6/scenes/advanced/newltpot/teapot_c1.inc -share/povray-3.6/scenes/advanced/newltpot/teapot_c2.inc -share/povray-3.6/scenes/advanced/newltpot/teapot_c3.inc -share/povray-3.6/scenes/advanced/newltpot/teapot_sph.inc -share/povray-3.6/scenes/advanced/newltpot/teapot_tri.inc -share/povray-3.6/scenes/advanced/piece2/light.inc -share/povray-3.6/scenes/advanced/piece2/piece2.pov -share/povray-3.6/scenes/advanced/piece2/spural1.inc -share/povray-3.6/scenes/advanced/piece2/spural2.inc -share/povray-3.6/scenes/advanced/piece2/tori2.inc -share/povray-3.6/scenes/advanced/piece2/ttexture.inc -share/povray-3.6/scenes/advanced/piece3/curly-q.inc -share/povray-3.6/scenes/advanced/piece3/links.inc -share/povray-3.6/scenes/advanced/piece3/piece3.pov -share/povray-3.6/scenes/advanced/teapot/teapot.inc -share/povray-3.6/scenes/advanced/teapot/teapot.pov -share/povray-3.6/scenes/advanced/abyss.pov -share/povray-3.6/scenes/advanced/benchmark.ini -share/povray-3.6/scenes/advanced/benchmark.pov -share/povray-3.6/scenes/advanced/biscuit.pov -share/povray-3.6/scenes/advanced/bwstripe.pov -share/povray-3.6/scenes/advanced/chess2.pov -share/povray-3.6/scenes/advanced/desk.ini -share/povray-3.6/scenes/advanced/desk.pov -share/povray-3.6/scenes/advanced/diffract.pov -share/povray-3.6/scenes/advanced/float5.pov -share/povray-3.6/scenes/advanced/gaussianblob.pov -share/povray-3.6/scenes/advanced/grenadine.pov -share/povray-3.6/scenes/advanced/infinitybox.pov -share/povray-3.6/scenes/advanced/isocacti.pov -share/povray-3.6/scenes/advanced/lamppost.pov -share/povray-3.6/scenes/advanced/landscape.pov -share/povray-3.6/scenes/advanced/lemon.inc -share/povray-3.6/scenes/advanced/mediasky.pov -share/povray-3.6/scenes/advanced/mist.pov -share/povray-3.6/scenes/advanced/mtmand.par -share/povray-3.6/scenes/advanced/mtmand.pov -share/povray-3.6/scenes/advanced/newdiffract.pov -share/povray-3.6/scenes/advanced/object_pattern.pov -share/povray-3.6/scenes/advanced/optics.pov -share/povray-3.6/scenes/advanced/quilt1.pov -share/povray-3.6/scenes/advanced/skyvase.pov -share/povray-3.6/scenes/advanced/sombrero.pov -share/povray-3.6/scenes/advanced/sunsethf.pov -share/povray-3.6/scenes/advanced/swirlbox.pov -share/povray-3.6/scenes/advanced/wallstucco.pov -share/povray-3.6/scenes/advanced/whiltile.pov -share/povray-3.6/scenes/advanced/wineglass.pov -share/povray-3.6/scenes/advanced/woodbox.pov -share/povray-3.6/scenes/animations/ambient/ambient.ini -share/povray-3.6/scenes/animations/ambient/ambient.pov -share/povray-3.6/scenes/animations/boing/boing1.ini -share/povray-3.6/scenes/animations/boing/boing1.pov -share/povray-3.6/scenes/animations/boing/bounce.ini -share/povray-3.6/scenes/animations/boing/bounce.pov -share/povray-3.6/scenes/animations/boing/glsbng.ini -share/povray-3.6/scenes/animations/boing/glsbng.pov -share/povray-3.6/scenes/animations/camera2/camera2.ini -share/povray-3.6/scenes/animations/camera2/camera2.pov -share/povray-3.6/scenes/animations/clockd/clockd.pov -share/povray-3.6/scenes/animations/diffuse/diffuse.ini -share/povray-3.6/scenes/animations/diffuse/diffuse.pov -share/povray-3.6/scenes/animations/float1/float1.ini -share/povray-3.6/scenes/animations/float1/float1.pov -share/povray-3.6/scenes/animations/float2/float2.ini -share/povray-3.6/scenes/animations/float2/float2.pov -share/povray-3.6/scenes/animations/float3/float3.ini -share/povray-3.6/scenes/animations/float3/float3.pov -share/povray-3.6/scenes/animations/float4/float4.ini -share/povray-3.6/scenes/animations/float4/float4.pov -share/povray-3.6/scenes/animations/fractalzoom/fractalzoom.pov -share/povray-3.6/scenes/animations/l_o/l_o.ini -share/povray-3.6/scenes/animations/l_o/l_o.pov -share/povray-3.6/scenes/animations/life/blink4.inc -share/povray-3.6/scenes/animations/life/life.ini -share/povray-3.6/scenes/animations/life/life.pov -share/povray-3.6/scenes/animations/life/walker.inc -share/povray-3.6/scenes/animations/pentmap/pentmap.ini -share/povray-3.6/scenes/animations/pentmap/pentmap.pov -share/povray-3.6/scenes/animations/quilted/plotqlt.ini -share/povray-3.6/scenes/animations/quilted/plotqlt.pov -share/povray-3.6/scenes/animations/raddem/raddem.ini -share/povray-3.6/scenes/animations/raddem/raddem.pov -share/povray-3.6/scenes/animations/reflect/reflect.ini -share/povray-3.6/scenes/animations/reflect/reflect.pov -share/povray-3.6/scenes/animations/slinky/slnk.ini -share/povray-3.6/scenes/animations/slinky/slnk.pov -share/povray-3.6/scenes/animations/speclr/speclr.ini -share/povray-3.6/scenes/animations/speclr/speclr.pov -share/povray-3.6/scenes/animations/splinefollow/splinefollow.pov -share/povray-3.6/scenes/animations/vect1/vect1.ini -share/povray-3.6/scenes/animations/vect1/vect1.pov -share/povray-3.6/scenes/animations/vect2/vect2.ini -share/povray-3.6/scenes/animations/vect2/vect2.pov -share/povray-3.6/scenes/camera/camera-context.inc -share/povray-3.6/scenes/camera/cylinder1.pov -share/povray-3.6/scenes/camera/cylinder2.pov -share/povray-3.6/scenes/camera/cylinder3.pov -share/povray-3.6/scenes/camera/cylinder4.pov -share/povray-3.6/scenes/camera/fisheye.pov -share/povray-3.6/scenes/camera/focalblur.pov -share/povray-3.6/scenes/camera/normal.pov -share/povray-3.6/scenes/camera/omnimax.pov -share/povray-3.6/scenes/camera/orthographic.pov -share/povray-3.6/scenes/camera/panoramic.pov -share/povray-3.6/scenes/camera/perspective.pov -share/povray-3.6/scenes/camera/shear.pov -share/povray-3.6/scenes/camera/spherical.pov -share/povray-3.6/scenes/camera/ultra_wide_angle.pov -share/povray-3.6/scenes/incdemo/glasses/glass.pov -share/povray-3.6/scenes/incdemo/glasses/samp_demo.pov -share/povray-3.6/scenes/incdemo/glasses/sample.inc -share/povray-3.6/scenes/incdemo/metals/brasses.pov -share/povray-3.6/scenes/incdemo/metals/chromes.pov -share/povray-3.6/scenes/incdemo/metals/coppers.pov -share/povray-3.6/scenes/incdemo/metals/golds.pov -share/povray-3.6/scenes/incdemo/metals/metals.doc -share/povray-3.6/scenes/incdemo/metals/silvers.pov -share/povray-3.6/scenes/incdemo/metals/stage_xy.inc -share/povray-3.6/scenes/incdemo/metals/stage_xz.inc -share/povray-3.6/scenes/incdemo/stones/benediti.pov -share/povray-3.6/scenes/incdemo/stones/marbteal.pov -share/povray-3.6/scenes/incdemo/stones/pinkmarb.pov -share/povray-3.6/scenes/incdemo/stones/rdgranit.pov -share/povray-3.6/scenes/incdemo/stones/stones.doc -share/povray-3.6/scenes/incdemo/stones/stones1.pov -share/povray-3.6/scenes/incdemo/stones/stones2.pov -share/povray-3.6/scenes/incdemo/woods/ash.pov -share/povray-3.6/scenes/incdemo/woods/bubinga.pov -share/povray-3.6/scenes/incdemo/woods/cedar.pov -share/povray-3.6/scenes/incdemo/woods/morewood.doc -share/povray-3.6/scenes/incdemo/woods/orngwood.pov -share/povray-3.6/scenes/incdemo/woods/teak.pov -share/povray-3.6/scenes/incdemo/woods/testcam.inc -share/povray-3.6/scenes/incdemo/woods/testobjs.inc -share/povray-3.6/scenes/incdemo/woods/whiteash.pov -share/povray-3.6/scenes/incdemo/woods/wood_1.pov -share/povray-3.6/scenes/incdemo/woods/wood_10.pov -share/povray-3.6/scenes/incdemo/woods/wood_11.pov -share/povray-3.6/scenes/incdemo/woods/wood_12.pov -share/povray-3.6/scenes/incdemo/woods/wood_13.pov -share/povray-3.6/scenes/incdemo/woods/wood_14.pov -share/povray-3.6/scenes/incdemo/woods/wood_15.pov -share/povray-3.6/scenes/incdemo/woods/wood_16.pov -share/povray-3.6/scenes/incdemo/woods/wood_17.pov -share/povray-3.6/scenes/incdemo/woods/wood_18.pov -share/povray-3.6/scenes/incdemo/woods/wood_19.pov -share/povray-3.6/scenes/incdemo/woods/wood_2.pov -share/povray-3.6/scenes/incdemo/woods/wood_3.pov -share/povray-3.6/scenes/incdemo/woods/wood_4.pov -share/povray-3.6/scenes/incdemo/woods/wood_5.pov -share/povray-3.6/scenes/incdemo/woods/wood_6.pov -share/povray-3.6/scenes/incdemo/woods/wood_7.pov -share/povray-3.6/scenes/incdemo/woods/wood_8.pov -share/povray-3.6/scenes/incdemo/woods/wood_9.pov -share/povray-3.6/scenes/incdemo/woods/woods.doc -share/povray-3.6/scenes/incdemo/woods/woods1.pov -share/povray-3.6/scenes/incdemo/woods/woods2.pov -share/povray-3.6/scenes/incdemo/chars.pov -share/povray-3.6/scenes/incdemo/circletext.pov -share/povray-3.6/scenes/incdemo/colors.pov -share/povray-3.6/scenes/incdemo/debug.pov -share/povray-3.6/scenes/incdemo/finish.pov -share/povray-3.6/scenes/incdemo/func_gradient.pov -share/povray-3.6/scenes/incdemo/i_internal.pov -share/povray-3.6/scenes/incdemo/logo.pov -share/povray-3.6/scenes/incdemo/math.pov -share/povray-3.6/scenes/incdemo/screen.pov -share/povray-3.6/scenes/incdemo/shapes.pov -share/povray-3.6/scenes/incdemo/shapes2.pov -share/povray-3.6/scenes/incdemo/shapes_old.pov -share/povray-3.6/scenes/incdemo/shotxtr.inc -share/povray-3.6/scenes/incdemo/sort.pov -share/povray-3.6/scenes/incdemo/strings.pov -share/povray-3.6/scenes/incdemo/sundial.pov -share/povray-3.6/scenes/incdemo/texture1.pov -share/povray-3.6/scenes/incdemo/texture2.pov -share/povray-3.6/scenes/incdemo/texture3.pov -share/povray-3.6/scenes/incdemo/transforms.pov -share/povray-3.6/scenes/interior/media/galaxy.pov -share/povray-3.6/scenes/interior/media/hollow1.pov -share/povray-3.6/scenes/interior/media/hollow2.pov -share/povray-3.6/scenes/interior/media/hollow3.pov -share/povray-3.6/scenes/interior/media/media1.pov -share/povray-3.6/scenes/interior/media/media2.pov -share/povray-3.6/scenes/interior/media/media3.pov -share/povray-3.6/scenes/interior/media/media4.pov -share/povray-3.6/scenes/interior/media/media5.pov -share/povray-3.6/scenes/interior/media/micro.pov -share/povray-3.6/scenes/interior/atten1.pov -share/povray-3.6/scenes/interior/atten2.pov -share/povray-3.6/scenes/interior/ballbox1.pov -share/povray-3.6/scenes/interior/caustic2.pov -share/povray-3.6/scenes/interior/crystal.pov -share/povray-3.6/scenes/interior/fog_f.pov -share/povray-3.6/scenes/interior/fog_ft.pov -share/povray-3.6/scenes/interior/fog_std.pov -share/povray-3.6/scenes/interior/foglayr.pov -share/povray-3.6/scenes/interior/foglyr2.pov -share/povray-3.6/scenes/interior/iortest.pov -share/povray-3.6/scenes/interior/magglass.pov -share/povray-3.6/scenes/interior/nufog2.pov -share/povray-3.6/scenes/interior/rainbow1.pov -share/povray-3.6/scenes/interior/skysph1.pov -share/povray-3.6/scenes/interior/skysph2.pov -share/povray-3.6/scenes/language/arrays/array1.pov -share/povray-3.6/scenes/language/arrays/array2.pov -share/povray-3.6/scenes/language/arrays/array3.pov -share/povray-3.6/scenes/language/fileio/fileio.pov -share/povray-3.6/scenes/language/macros/local.inc -share/povray-3.6/scenes/language/macros/local.pov -share/povray-3.6/scenes/language/macros/macro1.pov -share/povray-3.6/scenes/language/macros/macro2.pov -share/povray-3.6/scenes/language/macros/macro3.pov -share/povray-3.6/scenes/language/macros/macro4.pov -share/povray-3.6/scenes/language/macros/pyramid.pov -share/povray-3.6/scenes/language/macros/pyramid2.pov -share/povray-3.6/scenes/language/bounding.pov -share/povray-3.6/scenes/language/image_size.pov -share/povray-3.6/scenes/language/splinefunction.pov -share/povray-3.6/scenes/language/trace-wicker.pov -share/povray-3.6/scenes/language/trace.pov -share/povray-3.6/scenes/language/trace2.pov -share/povray-3.6/scenes/language/tracevines.pov -share/povray-3.6/scenes/language/vturbulence.pov -share/povray-3.6/scenes/lights/arealit1.pov -share/povray-3.6/scenes/lights/arealit2.pov -share/povray-3.6/scenes/lights/arealit3.pov -share/povray-3.6/scenes/lights/circular.pov -share/povray-3.6/scenes/lights/fillite.pov -share/povray-3.6/scenes/lights/glassthing.pov -share/povray-3.6/scenes/lights/laser.pov -share/povray-3.6/scenes/lights/orient.pov -share/povray-3.6/scenes/lights/parallel_lights.pov -share/povray-3.6/scenes/lights/phot_met_glass.pov -share/povray-3.6/scenes/lights/projected_through.pov -share/povray-3.6/scenes/lights/shadows.pov -share/povray-3.6/scenes/lights/soft.pov -share/povray-3.6/scenes/lights/spotlite.pov -share/povray-3.6/scenes/objectmods/double_illuminate.pov -share/povray-3.6/scenes/objectmods/no_image.pov -share/povray-3.6/scenes/objectmods/no_reflection.pov -share/povray-3.6/scenes/objectmods/thingy.inc -share/povray-3.6/scenes/objects/csg/cliptst2.pov -share/povray-3.6/scenes/objects/csg/granite.pov -share/povray-3.6/scenes/objects/csg/hfclip.pov -share/povray-3.6/scenes/objects/csg/intee1.pov -share/povray-3.6/scenes/objects/quartic/axisbox.inc -share/povray-3.6/scenes/objects/quartic/bicube.pov -share/povray-3.6/scenes/objects/quartic/folium.pov -share/povray-3.6/scenes/objects/quartic/grafbic.pov -share/povray-3.6/scenes/objects/quartic/helix.pov -share/povray-3.6/scenes/objects/quartic/hyptorus.pov -share/povray-3.6/scenes/objects/quartic/lemnisc2.pov -share/povray-3.6/scenes/objects/quartic/lemnisca.pov -share/povray-3.6/scenes/objects/quartic/monkey.pov -share/povray-3.6/scenes/objects/quartic/partorus.pov -share/povray-3.6/scenes/objects/quartic/piriform.pov -share/povray-3.6/scenes/objects/quartic/quarcyl.pov -share/povray-3.6/scenes/objects/quartic/quarpara.pov -share/povray-3.6/scenes/objects/quartic/quartic.cat -share/povray-3.6/scenes/objects/quartic/steiner.pov -share/povray-3.6/scenes/objects/quartic/tcubic.pov -share/povray-3.6/scenes/objects/quartic/teardrop.pov -share/povray-3.6/scenes/objects/quartic/torus.pov -share/povray-3.6/scenes/objects/quartic/trough.pov -share/povray-3.6/scenes/objects/quartic/witch.pov -share/povray-3.6/scenes/objects/bezier.pov -share/povray-3.6/scenes/objects/blob.pov -share/povray-3.6/scenes/objects/blob1a.pov -share/povray-3.6/scenes/objects/blob1b.pov -share/povray-3.6/scenes/objects/blob1c.pov -share/povray-3.6/scenes/objects/box.pov -share/povray-3.6/scenes/objects/chesmsh.pov -share/povray-3.6/scenes/objects/chess.inc -share/povray-3.6/scenes/objects/crater.pov -share/povray-3.6/scenes/objects/crater_dat.pov -share/povray-3.6/scenes/objects/fractal1.pov -share/povray-3.6/scenes/objects/fractal2.pov -share/povray-3.6/scenes/objects/fractal3.pov -share/povray-3.6/scenes/objects/fractal4.pov -share/povray-3.6/scenes/objects/isosurfaces.pov -share/povray-3.6/scenes/objects/lathe1a.pov -share/povray-3.6/scenes/objects/lathe1b.pov -share/povray-3.6/scenes/objects/lathe1c.pov -share/povray-3.6/scenes/objects/lathe2.pov -share/povray-3.6/scenes/objects/mesh2.pov -share/povray-3.6/scenes/objects/pawns.pov -share/povray-3.6/scenes/objects/polygon.pov -share/povray-3.6/scenes/objects/primitiv.pov -share/povray-3.6/scenes/objects/prism1.pov -share/povray-3.6/scenes/objects/prism2.pov -share/povray-3.6/scenes/objects/prism3.inc -share/povray-3.6/scenes/objects/prism3a.pov -share/povray-3.6/scenes/objects/prism3b.pov -share/povray-3.6/scenes/objects/prism3c.pov -share/povray-3.6/scenes/objects/sor1.pov -share/povray-3.6/scenes/objects/superel1.pov -share/povray-3.6/scenes/objects/superel2.pov -share/povray-3.6/scenes/objects/superel3.pov -share/povray-3.6/scenes/objects/torus1.pov -share/povray-3.6/scenes/objects/ttf1.pov -share/povray-3.6/scenes/objects/wtorus.pov -share/povray-3.6/scenes/portfolio/__empty.ini -share/povray-3.6/scenes/portfolio/__empty.pov -share/povray-3.6/scenes/portfolio/allnormals.ini -share/povray-3.6/scenes/portfolio/allnormals.pov -share/povray-3.6/scenes/portfolio/allobjects.ini -share/povray-3.6/scenes/portfolio/allobjects.pov -share/povray-3.6/scenes/portfolio/allpat1iso.ini -share/povray-3.6/scenes/portfolio/allpat1iso.pov -share/povray-3.6/scenes/portfolio/allpat2iso.ini -share/povray-3.6/scenes/portfolio/allpat2iso.pov -share/povray-3.6/scenes/portfolio/allpatterns.ini -share/povray-3.6/scenes/portfolio/allpatterns.pov -share/povray-3.6/scenes/portfolio/c_colors.ini -share/povray-3.6/scenes/portfolio/c_colors.pov -share/povray-3.6/scenes/portfolio/f_finish.ini -share/povray-3.6/scenes/portfolio/f_finish.pov -share/povray-3.6/scenes/portfolio/html_gen.inc -share/povray-3.6/scenes/portfolio/index.html -share/povray-3.6/scenes/portfolio/m_textures.ini -share/povray-3.6/scenes/portfolio/m_textures.pov -share/povray-3.6/scenes/portfolio/p_skies.ini -share/povray-3.6/scenes/portfolio/o_2shapes.ini -share/povray-3.6/scenes/portfolio/o_2shapes.pov -share/povray-3.6/scenes/portfolio/o_shapes.ini -share/povray-3.6/scenes/portfolio/o_shapes.pov -share/povray-3.6/scenes/portfolio/o_shapes_old.ini -share/povray-3.6/scenes/portfolio/o_shapes_old.pov -share/povray-3.6/scenes/portfolio/o_shapesq.ini -share/povray-3.6/scenes/portfolio/o_shapesq.pov -share/povray-3.6/scenes/portfolio/p_skies.pov -share/povray-3.6/scenes/portfolio/p_textures.ini -share/povray-3.6/scenes/portfolio/p_textures.pov -share/povray-3.6/scenes/portfolio/p_woods.ini -share/povray-3.6/scenes/portfolio/p_woods.pov -share/povray-3.6/scenes/portfolio/readme.txt -share/povray-3.6/scenes/portfolio/t_1stones.ini -share/povray-3.6/scenes/portfolio/t_1stones.pov -share/povray-3.6/scenes/portfolio/t_2stones.ini -share/povray-3.6/scenes/portfolio/t_2stones.pov -share/povray-3.6/scenes/portfolio/t_metals.ini -share/povray-3.6/scenes/portfolio/t_metals.pov -share/povray-3.6/scenes/portfolio/t_stars.ini -share/povray-3.6/scenes/portfolio/t_stars.pov -share/povray-3.6/scenes/portfolio/t_textures.ini -share/povray-3.6/scenes/portfolio/t_textures.pov -share/povray-3.6/scenes/portfolio/t_woods.ini -share/povray-3.6/scenes/portfolio/t_woods.pov -share/povray-3.6/scenes/qtvr/qtvrpanorama.pov -share/povray-3.6/scenes/radiosity/cornell.pov -share/povray-3.6/scenes/radiosity/patio-radio.pov -share/povray-3.6/scenes/radiosity/rad_def_test.pov -share/povray-3.6/scenes/radiosity/radiosity.pov -share/povray-3.6/scenes/radiosity/radiosity2.pov -share/povray-3.6/scenes/radiosity/radiosity3.pov -share/povray-3.6/scenes/textures/finishes/arches.pov -share/povray-3.6/scenes/textures/finishes/cluster.pov -share/povray-3.6/scenes/textures/finishes/metallicreflection.pov -share/povray-3.6/scenes/textures/finishes/var_refl.pov -share/povray-3.6/scenes/textures/finishes/var_reflection.pov -share/povray-3.6/scenes/textures/normals/bumpmap.pov -share/povray-3.6/scenes/textures/normals/norm_acc.pov -share/povray-3.6/scenes/textures/normals/normal.pov -share/povray-3.6/scenes/textures/normals/normavg.pov -share/povray-3.6/scenes/textures/normals/normmap.pov -share/povray-3.6/scenes/textures/normals/slopemap.pov -share/povray-3.6/scenes/textures/patterns/agate.pov -share/povray-3.6/scenes/textures/patterns/bozo.pov -share/povray-3.6/scenes/textures/patterns/brick.pov -share/povray-3.6/scenes/textures/patterns/bumps.pov -share/povray-3.6/scenes/textures/patterns/crackle1.pov -share/povray-3.6/scenes/textures/patterns/crackle2.pov -share/povray-3.6/scenes/textures/patterns/crackle3.pov -share/povray-3.6/scenes/textures/patterns/crackle_form.pov -share/povray-3.6/scenes/textures/patterns/crackle_solid.pov -share/povray-3.6/scenes/textures/patterns/densfile.pov -share/povray-3.6/scenes/textures/patterns/dents.pov -share/povray-3.6/scenes/textures/patterns/fractals1.pov -share/povray-3.6/scenes/textures/patterns/fractals2.pov -share/povray-3.6/scenes/textures/patterns/fractals3.pov -share/povray-3.6/scenes/textures/patterns/gradient.pov -share/povray-3.6/scenes/textures/patterns/granite.pov -share/povray-3.6/scenes/textures/patterns/hexagon.pov -share/povray-3.6/scenes/textures/patterns/leopard.pov -share/povray-3.6/scenes/textures/patterns/mandel.pov -share/povray-3.6/scenes/textures/patterns/marble.pov -share/povray-3.6/scenes/textures/patterns/onion.pov -share/povray-3.6/scenes/textures/patterns/pignorm.inc -share/povray-3.6/scenes/textures/patterns/pigment_pattern.pov -share/povray-3.6/scenes/textures/patterns/quilt2.pov -share/povray-3.6/scenes/textures/patterns/quilted.pov -share/povray-3.6/scenes/textures/patterns/radial.pov -share/povray-3.6/scenes/textures/patterns/ripples.pov -share/povray-3.6/scenes/textures/patterns/slopemt.pov -share/povray-3.6/scenes/textures/patterns/slopemt_dat.pov -share/povray-3.6/scenes/textures/patterns/spiral1.pov -share/povray-3.6/scenes/textures/patterns/spiral2.pov -share/povray-3.6/scenes/textures/patterns/spotted.pov -share/povray-3.6/scenes/textures/patterns/waves.pov -share/povray-3.6/scenes/textures/patterns/wrinkles.pov -share/povray-3.6/scenes/textures/pigments/skies/s_cloud1.pov -share/povray-3.6/scenes/textures/pigments/skies/s_cloud2.pov -share/povray-3.6/scenes/textures/pigments/skies/s_cloud3.pov -share/povray-3.6/scenes/textures/pigments/skies/s_cloud4.pov -share/povray-3.6/scenes/textures/pigments/skies/s_cloud5.pov -share/povray-3.6/scenes/textures/pigments/skies/skies.doc -share/povray-3.6/scenes/textures/pigments/skies/stars.pov -share/povray-3.6/scenes/textures/pigments/blkhole.pov -share/povray-3.6/scenes/textures/pigments/cantelop.pov -share/povray-3.6/scenes/textures/pigments/checker2.pov -share/povray-3.6/scenes/textures/pigments/crack1.pov -share/povray-3.6/scenes/textures/pigments/dodec2.pov -share/povray-3.6/scenes/textures/pigments/eight.pov -share/povray-3.6/scenes/textures/pigments/filtfun.pov -share/povray-3.6/scenes/textures/pigments/interp.pov -share/povray-3.6/scenes/textures/pigments/irid.pov -share/povray-3.6/scenes/textures/pigments/mapper.pov -share/povray-3.6/scenes/textures/pigments/mappr2.pov -share/povray-3.6/scenes/textures/pigments/matmap.pov -share/povray-3.6/scenes/textures/pigments/pigmap.pov -share/povray-3.6/scenes/textures/pigments/pigment.pov -share/povray-3.6/scenes/textures/pigments/planet.pov -share/povray-3.6/scenes/textures/pigments/spiral1a.pov -share/povray-3.6/scenes/textures/pigments/transmitfx.pov -share/povray-3.6/scenes/textures/pigments/txtravg.pov -share/povray-3.6/scenes/textures/pigments/txtrmap.pov -share/povray-3.6/scenes/textures/pigments/warp1.pov -share/povray-3.6/scenes/textures/pigments/warp2.pov -share/povray-3.6/scenes/textures/interior_texture.pov -share/povray-3.6/scenes/textures/noise_generator.pov -share/povray-3.6/scripts/allanim.sh -share/povray-3.6/scripts/allscene.sh -share/povray-3.6/scripts/portfolio.sh -share/povray-3.6/scripts/render_anim.sh -share/povray-3.6/scripts/render_scene.sh -share/povray-3.6/scripts/rerunpov.sh -share/povray-3.6/scripts/runpov.sh -@dirrm share/povray-3.6/scripts -@dirrm share/povray-3.6/scenes/textures/pigments/skies -@dirrm share/povray-3.6/scenes/textures/pigments -@dirrm share/povray-3.6/scenes/textures/patterns -@dirrm share/povray-3.6/scenes/textures/normals -@dirrm share/povray-3.6/scenes/textures/finishes -@dirrm share/povray-3.6/scenes/textures -@dirrm share/povray-3.6/scenes/radiosity -@dirrm share/povray-3.6/scenes/qtvr -@dirrm share/povray-3.6/scenes/portfolio -@dirrm share/povray-3.6/scenes/objects/quartic -@dirrm share/povray-3.6/scenes/objects/csg -@dirrm share/povray-3.6/scenes/objects -@dirrm share/povray-3.6/scenes/objectmods -@dirrm share/povray-3.6/scenes/lights -@dirrm share/povray-3.6/scenes/language/macros -@dirrm share/povray-3.6/scenes/language/fileio -@dirrm share/povray-3.6/scenes/language/arrays -@dirrm share/povray-3.6/scenes/language -@dirrm share/povray-3.6/scenes/interior/media -@dirrm share/povray-3.6/scenes/interior -@dirrm share/povray-3.6/scenes/incdemo/woods -@dirrm share/povray-3.6/scenes/incdemo/stones -@dirrm share/povray-3.6/scenes/incdemo/metals -@dirrm share/povray-3.6/scenes/incdemo/glasses -@dirrm share/povray-3.6/scenes/incdemo -@dirrm share/povray-3.6/scenes/camera -@dirrm share/povray-3.6/scenes/animations/vect2 -@dirrm share/povray-3.6/scenes/animations/vect1 -@dirrm share/povray-3.6/scenes/animations/splinefollow -@dirrm share/povray-3.6/scenes/animations/speclr -@dirrm share/povray-3.6/scenes/animations/slinky -@dirrm share/povray-3.6/scenes/animations/reflect -@dirrm share/povray-3.6/scenes/animations/raddem -@dirrm share/povray-3.6/scenes/animations/quilted -@dirrm share/povray-3.6/scenes/animations/pentmap -@dirrm share/povray-3.6/scenes/animations/life -@dirrm share/povray-3.6/scenes/animations/l_o -@dirrm share/povray-3.6/scenes/animations/fractalzoom -@dirrm share/povray-3.6/scenes/animations/float4 -@dirrm share/povray-3.6/scenes/animations/float3 -@dirrm share/povray-3.6/scenes/animations/float2 -@dirrm share/povray-3.6/scenes/animations/float1 -@dirrm share/povray-3.6/scenes/animations/diffuse -@dirrm share/povray-3.6/scenes/animations/clockd -@dirrm share/povray-3.6/scenes/animations/camera2 -@dirrm share/povray-3.6/scenes/animations/boing -@dirrm share/povray-3.6/scenes/animations/ambient -@dirrm share/povray-3.6/scenes/animations -@dirrm share/povray-3.6/scenes/advanced/teapot -@dirrm share/povray-3.6/scenes/advanced/piece3 -@dirrm share/povray-3.6/scenes/advanced/piece2 -@dirrm share/povray-3.6/scenes/advanced/ntreal -@dirrm share/povray-3.6/scenes/advanced/newltpot -@dirrm share/povray-3.6/scenes/advanced/ionic5 -@dirrm share/povray-3.6/scenes/advanced/glasschess -@dirrm share/povray-3.6/scenes/advanced/fish13 -@dirrm share/povray-3.6/scenes/advanced/drums2 -@dirrm share/povray-3.6/scenes/advanced/cliche -@dirrm share/povray-3.6/scenes/advanced/cats -@dirrm share/povray-3.6/scenes/advanced/blocks -@dirrm share/povray-3.6/scenes/advanced/balcony -@dirrm share/povray-3.6/scenes/advanced -@dirrm share/povray-3.6/scenes -@dirrm share/povray-3.6/ini -@dirrm share/povray-3.6/include -@dirrm share/povray-3.6/icons -@dirrm share/povray-3.6 -%%PORTDOCS%%@dirrm share/doc/povray-3.6/html/images/tutorial -%%PORTDOCS%%@dirrm share/doc/povray-3.6/html/images/reference/colors -%%PORTDOCS%%@dirrm share/doc/povray-3.6/html/images/reference -%%PORTDOCS%%@dirrm share/doc/povray-3.6/html/images -%%PORTDOCS%%@dirrm share/doc/povray-3.6/html -%%PORTDOCS%%@dirrm share/doc/povray-3.6 -@dirrm etc/povray/3.6 -@dirrm etc/povray diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile deleted file mode 100644 index d9c74fd0dc59..000000000000 --- a/graphics/povray37/Makefile +++ /dev/null @@ -1,82 +0,0 @@ -# New ports collection makefile for: POV-Ray -# Date created: 3 Dec 1996 -# Whom: paulo@isr.uc.pt -# -# $FreeBSD$ -# - -PORTNAME= povray -PORTVERSION= 3.6.1 -CATEGORIES= graphics -MASTER_SITES= ftp://ftp.povray.org/pub/povray/%SUBDIR%/ \ - ftp://ftp.mirrorservice.org/sites/ftp.povray.org/pub/povray/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/povray/%SUBDIR%,} -MASTER_SITE_SUBDIR= Official/Unix -DIST_SUBDIR= povray36 - -MAINTAINER= maho@FreeBSD.org -COMMENT= Persistence of Vision Ray Tracer - -.if defined(WITH_ICC) -BUILD_DEPENDS= ${LOCALBASE}/intel_cc_80/bin/icc:${PORTSDIR}/lang/icc -.endif -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - tiff:${PORTSDIR}/graphics/tiff \ - jpeg:${PORTSDIR}/graphics/jpeg - -USE_BZIP2= yes -USE_XLIB= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:259 -LATEST_LINK= ${PORTNAME}36 - -.include <bsd.port.pre.mk> - -.if (${ARCH} == "i386") -LIB_DEPENDS+= vga:${PORTSDIR}/graphics/svgalib -.endif - -.if defined(WITH_OPTIMIZED_FLAGS) -CFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -CXXFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -Wno-multichar -.if (${ARCH} == "i386" && !${ARCH} == "amd64" ) -CFLAGS+= -mfancy-math-387 -mpreferred-stack-boundary=3 -malign-double -CXXFLAGS+= -mfancy-math-387 -mpreferred-stack-boundary=3 -malign-double -.endif # i386 -.endif - -.if defined(WITH_ICC) -CC= ${LOCALBASE}/intel_cc_80/bin/icc -CXX= ${LOCALBASE}/intel_cc_80/bin/icpc -CFLAGS= -O3 -tpp7 -axN -Vaxlib -CXXFLAGS= -O3 -tpp7 -axN -Vaxlib -.endif - -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --x-includes="${X11BASE}/include" --includedir=${LOCALBASE} \ - CXXFLAGS="${CXXFLAGS} -L${LOCALBASE}/lib -I${LOCALBASE}/include" \ - CFLAGS="${CFLAGS} -L${LOCALBASE}/lib -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" COMPILED_BY=${MAINTAINER} \ - --disable-optimiz - -MAN1= povray.1 - -.if ${OSVERSION} < 500000 -BROKEN= Does not build on 4.x -.endif - -post-patch: - #@${REINPLACE_CMD} -e 's+@PREFIX@+${PREFIX}+g;' ${WRKSRC}/povray.ini - #@${REINPLACE_CMD} -e 's+%INSTALLDIR%+${PREFIX}/share/${PORTNAME}-${PORTVERSION}+g;' ${WRKSRC}/povray.conf -.if !defined(WITH_OPTIMIZED_FLAGS) - @${ECHO} "You can optimize by setting WITH_OPTIMIZED_FLAGS=yes." -.endif - -do-install: - @(cd ${WRKSRC} ; ${GMAKE} install) - -post-install: - @${SED} -e 's,/usr/local,${PREFIX},g' ${DESCR} - -.include <bsd.port.post.mk> diff --git a/graphics/povray37/distinfo b/graphics/povray37/distinfo deleted file mode 100644 index 29b4687a3b3d..000000000000 --- a/graphics/povray37/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (povray36/povray-3.6.1.tar.bz2) = b5789bb7eeaed0809c5c82d0efda571d -SHA256 (povray36/povray-3.6.1.tar.bz2) = 4e8a7fecd44807343b6867e1f2440aa0e09613d6d69a7385ac48f4e5e7737a73 -SIZE (povray36/povray-3.6.1.tar.bz2) = 8200160 diff --git a/graphics/povray37/pkg-descr b/graphics/povray37/pkg-descr deleted file mode 100644 index 67615369ae92..000000000000 --- a/graphics/povray37/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -POV-Ray(TM) 3.5 Persistence of Vision Ray Tracer - -The Persistence of Vision(tm) Ray-Tracer creates three-dimensional, -photo-realistic images using a rendering technique called ray-tracing. It -reads in a text file containing information describing the objects and -lighting in a scene and generates an image of that scene from the view point -of a camera also described in the text file. Ray-tracing is not a fast -process by any means, but it produces very high quality images with realistic -reflections, shading, perspective and other effects. - -Legal and License information can be consulted in the following file -/usr/local/share/doc/povray-3.6/povlegal.doc - -WWW: http://www.povray.org/ diff --git a/graphics/povray37/pkg-plist b/graphics/povray37/pkg-plist deleted file mode 100644 index 3416f2755f10..000000000000 --- a/graphics/povray37/pkg-plist +++ /dev/null @@ -1,1197 +0,0 @@ -bin/povray -etc/povray/3.6/povray.conf -etc/povray/3.6/povray.ini -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/aerobics.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/arainbow.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/bezspline1.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/bezspline2.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/bezspline3.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/bgvisfog.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/blobhand.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/bpatch01.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/bpatch02.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/bpatch03.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/cloudsky.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/crainbow.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/cubprism.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/cuspline.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/filtfog.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/hexprism.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/imprhand.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/imprswep.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_01.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_02.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_03.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_04.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_05.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_06.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_07.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_08.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_09.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_10.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_11.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_12.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_13.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_14.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_15.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_16.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_17.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_18.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_19.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_20.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_21.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_22.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/iso_23.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/latheobj.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/lowfog.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/mediatut1.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/mediatut2.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/pic1.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/mediatut3.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/mediatut4.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/mediatut5.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/mediatut6.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/mediatut7.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/multifog.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/mvspline.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/pic2.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/pic3.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/polypic1.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/polypic2.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/polypic3.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/polyword.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/pvhfield.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/pyrsweep.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/quspline.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_01.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_03a.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_03.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_04.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_05.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_06a.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_06.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_07a.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_07.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_08a.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_08.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_09a.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_09.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_10a.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_10.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_11a.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_11.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_12a.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_12.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_13a.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_13.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_14a.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_14.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_15.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_16.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_17.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_18.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_19a.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_19.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_20a.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_20.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_21.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_22.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_23a.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_23.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_24.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_25.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_26.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_27.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_28.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_29.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_30.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radA_31.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_01.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_02.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_03.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_04.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_05.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_06.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_07.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_08.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_09.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_10.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_11.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_12.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_13.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_14.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_15a.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_15.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_16.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_17a.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_17.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_18.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_19.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_20.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_21.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_22.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_23.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_24.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_25.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_26.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_27.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_28.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radB_X.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radC_01.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radC_02.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/radC_03.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/raytracer.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/redsun.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/rrainbow.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/shadowtest2.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/shadowtest.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/simpblob.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/skyspher.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/smplfog.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/sorobj.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/sphblob.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/spline.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/startifacts.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/subshape.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/superell.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/sweepinc.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/torchain.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/turbfog.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/txtstone.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/handed.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/mesh2.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/polyfunc1.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/polyfunc2.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/polyfunc3.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/polyfunc4.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/polyfunc5.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/polyfunc6.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/ptcubobj.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/raytracing.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/tutorial/triangles.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/red.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/green.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/blue.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/yellow.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/cyan.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/magenta.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/clear.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/white.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/black.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray05.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray10.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray15.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray20.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray25.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray30.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray35.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray40.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray45.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray50.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray55.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray60.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray65.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray70.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray75.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray80.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray85.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray90.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray95.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/dimgray.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gray.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/lightgray.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/vlightgray.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/aquamarine.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/blueviolet.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/brown.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/cadetblue.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/coral.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/cornflowerblue.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/darkgreen.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/darkolivegreen.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/darkorchid.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/darkslateblue.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/darkslategray.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/darkturquoise.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/firebrick.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/gold.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/forestgreen.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/goldenrod.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/greenyellow.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/indianred.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/khaki.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/lightblue.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/lightsteelblue.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/limegreen.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/maroon.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/mediumaquamarine.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/mediumblue.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/mediumforestgreen.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/mediumgoldenrod.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/mediumorchid.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/mediumseagreen.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/mediumslateblue.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/mediumspringgreen.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/mediumturquoise.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/mediumvioletred.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/midnightblue.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/navy.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/navyblue.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/orange.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/orangered.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/orchid.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/palegreen.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/pink.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/plum.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/salmon.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/seagreen.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/sienna.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/skyblue.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/slateblue.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/springgreen.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/steelblue.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/tan.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/thistle.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/turquoise.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/violet.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/violetred.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/wheat.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/yellowgreen.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/summersky.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/richblue.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/brass.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/copper.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/bronze.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/bronze2.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/silver.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/brightgold.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/oldgold.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/feldspar.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/quartz.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/mica.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/neonpink.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/darkpurple.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/neonblue.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/coolcopper.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/mandarinorange.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/lightwood.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/mediumwood.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/darkwood.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/spicypink.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/semisweetchoc.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/bakerschoc.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/flesh.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/newtan.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/newmidnightblue.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/verydarkbrown.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/darkbrown.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/darktan.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/greencopper.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/dkgreencopper.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/dustyrose.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/huntersgreen.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/scarlet.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/med_purple.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/light_purple.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/colors/very_light_purple.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/areal.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/photons1.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/photons2.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/shootph.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/turbrand.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/area1.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/area2.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/arealigh.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/blobdens.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/boxgeom.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/boxmap.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/clipobj.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/conegeom.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/curvmath.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/cylgeom.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/diffobj.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/diftight.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/fixedrad.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/fixfallo.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/gamma.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/hexpat.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/hgscatt.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/isectobj.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/lattenua.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/lfadefx.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/medatten.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/mergeobj.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/miehaze.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/miemurky.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/mimxrtor.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/negradli.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/objoverl.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/perspcam.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/pixhfld.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/prod.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/quiltpt1.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/quiltpt2.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/quiltpt3.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/quiltpt4.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/raylscat.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/recsuper.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/segmpts.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/sormath.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/sphgeom.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/spotgeom.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/sqemath.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/sum.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/unhfield.png -%%PORTDOCS%%share/doc/povray-3.6/html/images/reference/unionobj.png -%%PORTDOCS%%share/doc/povray-3.6/html/frame.html -%%PORTDOCS%%share/doc/povray-3.6/html/idx.html -%%PORTDOCS%%share/doc/povray-3.6/html/index.html -%%PORTDOCS%%share/doc/povray-3.6/html/logotexts.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/menu.html -%%PORTDOCS%%share/doc/povray-3.6/html/next.png -%%PORTDOCS%%share/doc/povray-3.6/html/povlegal.html -%%PORTDOCS%%share/doc/povray-3.6/html/povlogotext.jpg -%%PORTDOCS%%share/doc/povray-3.6/html/povray35.css -%%PORTDOCS%%share/doc/povray-3.6/html/prev.png -%%PORTDOCS%%share/doc/povray-3.6/html/s_100.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_101.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_102.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_103.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_104.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_105.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_106.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_107.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_108.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_109.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_10.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_110.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_111.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_112.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_113.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_114.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_115.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_116.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_117.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_118.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_119.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_11.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_120.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_121.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_122.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_123.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_124.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_125.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_126.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_127.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_128.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_129.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_12.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_130.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_131.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_132.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_133.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_134.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_135.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_136.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_137.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_138.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_139.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_13.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_140.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_141.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_142.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_143.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_144.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_145.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_146.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_147.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_148.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_149.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_14.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_150.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_151.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_152.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_153.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_154.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_155.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_156.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_157.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_158.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_159.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_15.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_160.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_161.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_162.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_163.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_164.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_165.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_16.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_17.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_18.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_19.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_1.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_20.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_21.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_22.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_23.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_24.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_25.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_26.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_27.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_28.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_29.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_2.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_30.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_31.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_32.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_33.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_34.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_35.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_36.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_37.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_38.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_39.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_3.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_40.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_41.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_42.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_43.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_44.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_45.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_46.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_47.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_48.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_49.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_4.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_50.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_51.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_52.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_53.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_54.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_55.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_56.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_57.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_58.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_59.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_5.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_60.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_61.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_62.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_63.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_64.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_65.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_66.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_67.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_68.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_69.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_6.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_70.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_71.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_72.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_73.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_74.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_75.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_76.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_77.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_78.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_79.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_7.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_80.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_81.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_82.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_83.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_84.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_85.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_86.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_87.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_88.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_89.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_8.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_90.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_91.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_92.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_93.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_94.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_95.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_96.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_97.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_98.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_99.html -%%PORTDOCS%%share/doc/povray-3.6/html/s_9.html -%%PORTDOCS%%share/doc/povray-3.6/html/toc.html -%%PORTDOCS%%share/doc/povray-3.6/distribution-license.txt -%%PORTDOCS%%share/doc/povray-3.6/povwhere.txt -%%PORTDOCS%%share/doc/povray-3.6/revision.txt -%%PORTDOCS%%share/doc/povray-3.6/source-license.txt -%%PORTDOCS%%share/doc/povray-3.6/povlegal.doc -%%PORTDOCS%%share/doc/povray-3.6/README.unix -%%PORTDOCS%%share/doc/povray-3.6/AUTHORS -%%PORTDOCS%%share/doc/povray-3.6/ChangeLog -%%PORTDOCS%%share/doc/povray-3.6/NEWS -share/povray-3.6/icons/file_inc_classic_16.png -share/povray-3.6/icons/file_inc_classic_32.png -share/povray-3.6/icons/file_inc_classic_48.png -share/povray-3.6/icons/file_inc_classic_64.png -share/povray-3.6/icons/file_inc_crystal_16.png -share/povray-3.6/icons/file_inc_crystal_32.png -share/povray-3.6/icons/file_inc_crystal_48.png -share/povray-3.6/icons/file_inc_crystal_64.png -share/povray-3.6/icons/file_inc_slick_16.png -share/povray-3.6/icons/file_inc_slick_32.png -share/povray-3.6/icons/file_inc_slick_48.png -share/povray-3.6/icons/file_inc_slick_64.png -share/povray-3.6/icons/file_pov_classic_16.png -share/povray-3.6/icons/file_pov_classic_32.png -share/povray-3.6/icons/file_pov_classic_48.png -share/povray-3.6/icons/file_pov_classic_64.png -share/povray-3.6/icons/file_pov_crystal_16.png -share/povray-3.6/icons/file_pov_crystal_32.png -share/povray-3.6/icons/file_pov_crystal_48.png -share/povray-3.6/icons/file_pov_crystal_64.png -share/povray-3.6/icons/file_pov_slick_16.png -share/povray-3.6/icons/file_pov_slick_32.png -share/povray-3.6/icons/file_pov_slick_48.png -share/povray-3.6/icons/file_pov_slick_64.png -share/povray-3.6/icons/povray_16.png -share/povray-3.6/icons/povray_32.png -share/povray-3.6/icons/povray_48.png -share/povray-3.6/icons/povray_64.png -share/povray-3.6/include/arrays.inc -share/povray-3.6/include/ash.map -share/povray-3.6/include/benediti.map -share/povray-3.6/include/bubinga.map -share/povray-3.6/include/bumpmap_.png -share/povray-3.6/include/cedar.map -share/povray-3.6/include/chars.inc -share/povray-3.6/include/colors.inc -share/povray-3.6/include/consts.inc -share/povray-3.6/include/crystal.ttf -share/povray-3.6/include/cyrvetic.ttf -share/povray-3.6/include/debug.inc -share/povray-3.6/include/finish.inc -share/povray-3.6/include/fract003.png -share/povray-3.6/include/functions.inc -share/povray-3.6/include/glass.inc -share/povray-3.6/include/glass_old.inc -share/povray-3.6/include/golds.inc -share/povray-3.6/include/logo.inc -share/povray-3.6/include/marbteal.map -share/povray-3.6/include/math.inc -share/povray-3.6/include/metals.inc -share/povray-3.6/include/mtmand.pot -share/povray-3.6/include/mtmandj.png -share/povray-3.6/include/orngwood.map -share/povray-3.6/include/pinkmarb.map -share/povray-3.6/include/plasma2.png -share/povray-3.6/include/plasma3.png -share/povray-3.6/include/povlogo.ttf -share/povray-3.6/include/povmap.png -share/povray-3.6/include/rad_def.inc -share/povray-3.6/include/rand.inc -share/povray-3.6/include/rdgranit.map -share/povray-3.6/include/screen.inc -share/povray-3.6/include/shapes.inc -share/povray-3.6/include/shapes2.inc -share/povray-3.6/include/shapes_old.inc -share/povray-3.6/include/shapesq.inc -share/povray-3.6/include/skies.inc -share/povray-3.6/include/spiral.df3 -share/povray-3.6/include/stage1.inc -share/povray-3.6/include/stars.inc -share/povray-3.6/include/stdcam.inc -share/povray-3.6/include/stdinc.inc -share/povray-3.6/include/stoneold.inc -share/povray-3.6/include/stones.inc -share/povray-3.6/include/stones1.inc -share/povray-3.6/include/stones2.inc -share/povray-3.6/include/strings.inc -share/povray-3.6/include/sunpos.inc -share/povray-3.6/include/teak.map -share/povray-3.6/include/test.png -share/povray-3.6/include/textures.inc -share/povray-3.6/include/timrom.ttf -share/povray-3.6/include/transforms.inc -share/povray-3.6/include/ttffonts.cat -share/povray-3.6/include/whiteash.map -share/povray-3.6/include/woodmaps.inc -share/povray-3.6/include/woods.inc -share/povray-3.6/ini/allanim.ini -share/povray-3.6/ini/allstill.ini -share/povray-3.6/ini/low.ini -share/povray-3.6/ini/pngflc.ini -share/povray-3.6/ini/pngfli.ini -share/povray-3.6/ini/povray.ini -share/povray-3.6/ini/quickres.ini -share/povray-3.6/ini/res120.ini -share/povray-3.6/ini/res1k.ini -share/povray-3.6/ini/res320.ini -share/povray-3.6/ini/res640.ini -share/povray-3.6/ini/res800.ini -share/povray-3.6/ini/slow.ini -share/povray-3.6/ini/tgaflc.ini -share/povray-3.6/ini/tgafli.ini -share/povray-3.6/ini/zipflc.ini -share/povray-3.6/ini/zipfli.ini -share/povray-3.6/scenes/advanced/balcony/balcony.pov -share/povray-3.6/scenes/advanced/balcony/building.inc -share/povray-3.6/scenes/advanced/balcony/chair.inc -share/povray-3.6/scenes/advanced/balcony/cloth.inc -share/povray-3.6/scenes/advanced/balcony/sky.inc -share/povray-3.6/scenes/advanced/balcony/table.inc -share/povray-3.6/scenes/advanced/balcony/table_cloth.inc -share/povray-3.6/scenes/advanced/balcony/table_stuff.inc -share/povray-3.6/scenes/advanced/balcony/terrain.inc -share/povray-3.6/scenes/advanced/balcony/water.inc -share/povray-3.6/scenes/advanced/balcony/bglass.inc -share/povray-3.6/scenes/advanced/blocks/makestacks.inc -share/povray-3.6/scenes/advanced/blocks/stackerday.pov -share/povray-3.6/scenes/advanced/blocks/stackergold.pov -share/povray-3.6/scenes/advanced/blocks/stackernight.pov -share/povray-3.6/scenes/advanced/blocks/stackertransp.pov -share/povray-3.6/scenes/advanced/blocks/stacks.inc -share/povray-3.6/scenes/advanced/cats/cattex.inc -share/povray-3.6/scenes/advanced/cats/cattext.inc -share/povray-3.6/scenes/advanced/cats/coolcat.inc -share/povray-3.6/scenes/advanced/cats/povcatray.pov -share/povray-3.6/scenes/advanced/cliche/cliche.pov -share/povray-3.6/scenes/advanced/cliche/sign.pov -share/povray-3.6/scenes/advanced/drums2/drums.inc -share/povray-3.6/scenes/advanced/drums2/drums.pov -share/povray-3.6/scenes/advanced/drums2/rednewt.png -share/povray-3.6/scenes/advanced/fish13/finskin2.png -share/povray-3.6/scenes/advanced/fish13/fish.inc -share/povray-3.6/scenes/advanced/fish13/fish13.pov -share/povray-3.6/scenes/advanced/fish13/fisheye.png -share/povray-3.6/scenes/advanced/fish13/stem1.inc -share/povray-3.6/scenes/advanced/fish13/world12.inc -share/povray-3.6/scenes/advanced/glasschess/chesspiece1.inc -share/povray-3.6/scenes/advanced/glasschess/glasschess.pov -share/povray-3.6/scenes/advanced/ionic5/b-snake.inc -share/povray-3.6/scenes/advanced/ionic5/congo4.png -share/povray-3.6/scenes/advanced/ionic5/ionic5.pov -share/povray-3.6/scenes/advanced/ionic5/lizard.inc -share/povray-3.6/scenes/advanced/ionic5/marble.inc -share/povray-3.6/scenes/advanced/ionic5/panther.inc -share/povray-3.6/scenes/advanced/ionic5/s-head3.inc -share/povray-3.6/scenes/advanced/ionic5/turn.inc -share/povray-3.6/scenes/advanced/ntreal/ntreal.inc -share/povray-3.6/scenes/advanced/ntreal/ntreal.pov -share/povray-3.6/scenes/advanced/newltpot/teapot.txt -share/povray-3.6/scenes/advanced/newltpot/teapot2.pov -share/povray-3.6/scenes/advanced/newltpot/teapot3.pov -share/povray-3.6/scenes/advanced/newltpot/teapot4.pov -share/povray-3.6/scenes/advanced/newltpot/teapot_c1.inc -share/povray-3.6/scenes/advanced/newltpot/teapot_c2.inc -share/povray-3.6/scenes/advanced/newltpot/teapot_c3.inc -share/povray-3.6/scenes/advanced/newltpot/teapot_sph.inc -share/povray-3.6/scenes/advanced/newltpot/teapot_tri.inc -share/povray-3.6/scenes/advanced/piece2/light.inc -share/povray-3.6/scenes/advanced/piece2/piece2.pov -share/povray-3.6/scenes/advanced/piece2/spural1.inc -share/povray-3.6/scenes/advanced/piece2/spural2.inc -share/povray-3.6/scenes/advanced/piece2/tori2.inc -share/povray-3.6/scenes/advanced/piece2/ttexture.inc -share/povray-3.6/scenes/advanced/piece3/curly-q.inc -share/povray-3.6/scenes/advanced/piece3/links.inc -share/povray-3.6/scenes/advanced/piece3/piece3.pov -share/povray-3.6/scenes/advanced/teapot/teapot.inc -share/povray-3.6/scenes/advanced/teapot/teapot.pov -share/povray-3.6/scenes/advanced/abyss.pov -share/povray-3.6/scenes/advanced/benchmark.ini -share/povray-3.6/scenes/advanced/benchmark.pov -share/povray-3.6/scenes/advanced/biscuit.pov -share/povray-3.6/scenes/advanced/bwstripe.pov -share/povray-3.6/scenes/advanced/chess2.pov -share/povray-3.6/scenes/advanced/desk.ini -share/povray-3.6/scenes/advanced/desk.pov -share/povray-3.6/scenes/advanced/diffract.pov -share/povray-3.6/scenes/advanced/float5.pov -share/povray-3.6/scenes/advanced/gaussianblob.pov -share/povray-3.6/scenes/advanced/grenadine.pov -share/povray-3.6/scenes/advanced/infinitybox.pov -share/povray-3.6/scenes/advanced/isocacti.pov -share/povray-3.6/scenes/advanced/lamppost.pov -share/povray-3.6/scenes/advanced/landscape.pov -share/povray-3.6/scenes/advanced/lemon.inc -share/povray-3.6/scenes/advanced/mediasky.pov -share/povray-3.6/scenes/advanced/mist.pov -share/povray-3.6/scenes/advanced/mtmand.par -share/povray-3.6/scenes/advanced/mtmand.pov -share/povray-3.6/scenes/advanced/newdiffract.pov -share/povray-3.6/scenes/advanced/object_pattern.pov -share/povray-3.6/scenes/advanced/optics.pov -share/povray-3.6/scenes/advanced/quilt1.pov -share/povray-3.6/scenes/advanced/skyvase.pov -share/povray-3.6/scenes/advanced/sombrero.pov -share/povray-3.6/scenes/advanced/sunsethf.pov -share/povray-3.6/scenes/advanced/swirlbox.pov -share/povray-3.6/scenes/advanced/wallstucco.pov -share/povray-3.6/scenes/advanced/whiltile.pov -share/povray-3.6/scenes/advanced/wineglass.pov -share/povray-3.6/scenes/advanced/woodbox.pov -share/povray-3.6/scenes/animations/ambient/ambient.ini -share/povray-3.6/scenes/animations/ambient/ambient.pov -share/povray-3.6/scenes/animations/boing/boing1.ini -share/povray-3.6/scenes/animations/boing/boing1.pov -share/povray-3.6/scenes/animations/boing/bounce.ini -share/povray-3.6/scenes/animations/boing/bounce.pov -share/povray-3.6/scenes/animations/boing/glsbng.ini -share/povray-3.6/scenes/animations/boing/glsbng.pov -share/povray-3.6/scenes/animations/camera2/camera2.ini -share/povray-3.6/scenes/animations/camera2/camera2.pov -share/povray-3.6/scenes/animations/clockd/clockd.pov -share/povray-3.6/scenes/animations/diffuse/diffuse.ini -share/povray-3.6/scenes/animations/diffuse/diffuse.pov -share/povray-3.6/scenes/animations/float1/float1.ini -share/povray-3.6/scenes/animations/float1/float1.pov -share/povray-3.6/scenes/animations/float2/float2.ini -share/povray-3.6/scenes/animations/float2/float2.pov -share/povray-3.6/scenes/animations/float3/float3.ini -share/povray-3.6/scenes/animations/float3/float3.pov -share/povray-3.6/scenes/animations/float4/float4.ini -share/povray-3.6/scenes/animations/float4/float4.pov -share/povray-3.6/scenes/animations/fractalzoom/fractalzoom.pov -share/povray-3.6/scenes/animations/l_o/l_o.ini -share/povray-3.6/scenes/animations/l_o/l_o.pov -share/povray-3.6/scenes/animations/life/blink4.inc -share/povray-3.6/scenes/animations/life/life.ini -share/povray-3.6/scenes/animations/life/life.pov -share/povray-3.6/scenes/animations/life/walker.inc -share/povray-3.6/scenes/animations/pentmap/pentmap.ini -share/povray-3.6/scenes/animations/pentmap/pentmap.pov -share/povray-3.6/scenes/animations/quilted/plotqlt.ini -share/povray-3.6/scenes/animations/quilted/plotqlt.pov -share/povray-3.6/scenes/animations/raddem/raddem.ini -share/povray-3.6/scenes/animations/raddem/raddem.pov -share/povray-3.6/scenes/animations/reflect/reflect.ini -share/povray-3.6/scenes/animations/reflect/reflect.pov -share/povray-3.6/scenes/animations/slinky/slnk.ini -share/povray-3.6/scenes/animations/slinky/slnk.pov -share/povray-3.6/scenes/animations/speclr/speclr.ini -share/povray-3.6/scenes/animations/speclr/speclr.pov -share/povray-3.6/scenes/animations/splinefollow/splinefollow.pov -share/povray-3.6/scenes/animations/vect1/vect1.ini -share/povray-3.6/scenes/animations/vect1/vect1.pov -share/povray-3.6/scenes/animations/vect2/vect2.ini -share/povray-3.6/scenes/animations/vect2/vect2.pov -share/povray-3.6/scenes/camera/camera-context.inc -share/povray-3.6/scenes/camera/cylinder1.pov -share/povray-3.6/scenes/camera/cylinder2.pov -share/povray-3.6/scenes/camera/cylinder3.pov -share/povray-3.6/scenes/camera/cylinder4.pov -share/povray-3.6/scenes/camera/fisheye.pov -share/povray-3.6/scenes/camera/focalblur.pov -share/povray-3.6/scenes/camera/normal.pov -share/povray-3.6/scenes/camera/omnimax.pov -share/povray-3.6/scenes/camera/orthographic.pov -share/povray-3.6/scenes/camera/panoramic.pov -share/povray-3.6/scenes/camera/perspective.pov -share/povray-3.6/scenes/camera/shear.pov -share/povray-3.6/scenes/camera/spherical.pov -share/povray-3.6/scenes/camera/ultra_wide_angle.pov -share/povray-3.6/scenes/incdemo/glasses/glass.pov -share/povray-3.6/scenes/incdemo/glasses/samp_demo.pov -share/povray-3.6/scenes/incdemo/glasses/sample.inc -share/povray-3.6/scenes/incdemo/metals/brasses.pov -share/povray-3.6/scenes/incdemo/metals/chromes.pov -share/povray-3.6/scenes/incdemo/metals/coppers.pov -share/povray-3.6/scenes/incdemo/metals/golds.pov -share/povray-3.6/scenes/incdemo/metals/metals.doc -share/povray-3.6/scenes/incdemo/metals/silvers.pov -share/povray-3.6/scenes/incdemo/metals/stage_xy.inc -share/povray-3.6/scenes/incdemo/metals/stage_xz.inc -share/povray-3.6/scenes/incdemo/stones/benediti.pov -share/povray-3.6/scenes/incdemo/stones/marbteal.pov -share/povray-3.6/scenes/incdemo/stones/pinkmarb.pov -share/povray-3.6/scenes/incdemo/stones/rdgranit.pov -share/povray-3.6/scenes/incdemo/stones/stones.doc -share/povray-3.6/scenes/incdemo/stones/stones1.pov -share/povray-3.6/scenes/incdemo/stones/stones2.pov -share/povray-3.6/scenes/incdemo/woods/ash.pov -share/povray-3.6/scenes/incdemo/woods/bubinga.pov -share/povray-3.6/scenes/incdemo/woods/cedar.pov -share/povray-3.6/scenes/incdemo/woods/morewood.doc -share/povray-3.6/scenes/incdemo/woods/orngwood.pov -share/povray-3.6/scenes/incdemo/woods/teak.pov -share/povray-3.6/scenes/incdemo/woods/testcam.inc -share/povray-3.6/scenes/incdemo/woods/testobjs.inc -share/povray-3.6/scenes/incdemo/woods/whiteash.pov -share/povray-3.6/scenes/incdemo/woods/wood_1.pov -share/povray-3.6/scenes/incdemo/woods/wood_10.pov -share/povray-3.6/scenes/incdemo/woods/wood_11.pov -share/povray-3.6/scenes/incdemo/woods/wood_12.pov -share/povray-3.6/scenes/incdemo/woods/wood_13.pov -share/povray-3.6/scenes/incdemo/woods/wood_14.pov -share/povray-3.6/scenes/incdemo/woods/wood_15.pov -share/povray-3.6/scenes/incdemo/woods/wood_16.pov -share/povray-3.6/scenes/incdemo/woods/wood_17.pov -share/povray-3.6/scenes/incdemo/woods/wood_18.pov -share/povray-3.6/scenes/incdemo/woods/wood_19.pov -share/povray-3.6/scenes/incdemo/woods/wood_2.pov -share/povray-3.6/scenes/incdemo/woods/wood_3.pov -share/povray-3.6/scenes/incdemo/woods/wood_4.pov -share/povray-3.6/scenes/incdemo/woods/wood_5.pov -share/povray-3.6/scenes/incdemo/woods/wood_6.pov -share/povray-3.6/scenes/incdemo/woods/wood_7.pov -share/povray-3.6/scenes/incdemo/woods/wood_8.pov -share/povray-3.6/scenes/incdemo/woods/wood_9.pov -share/povray-3.6/scenes/incdemo/woods/woods.doc -share/povray-3.6/scenes/incdemo/woods/woods1.pov -share/povray-3.6/scenes/incdemo/woods/woods2.pov -share/povray-3.6/scenes/incdemo/chars.pov -share/povray-3.6/scenes/incdemo/circletext.pov -share/povray-3.6/scenes/incdemo/colors.pov -share/povray-3.6/scenes/incdemo/debug.pov -share/povray-3.6/scenes/incdemo/finish.pov -share/povray-3.6/scenes/incdemo/func_gradient.pov -share/povray-3.6/scenes/incdemo/i_internal.pov -share/povray-3.6/scenes/incdemo/logo.pov -share/povray-3.6/scenes/incdemo/math.pov -share/povray-3.6/scenes/incdemo/screen.pov -share/povray-3.6/scenes/incdemo/shapes.pov -share/povray-3.6/scenes/incdemo/shapes2.pov -share/povray-3.6/scenes/incdemo/shapes_old.pov -share/povray-3.6/scenes/incdemo/shotxtr.inc -share/povray-3.6/scenes/incdemo/sort.pov -share/povray-3.6/scenes/incdemo/strings.pov -share/povray-3.6/scenes/incdemo/sundial.pov -share/povray-3.6/scenes/incdemo/texture1.pov -share/povray-3.6/scenes/incdemo/texture2.pov -share/povray-3.6/scenes/incdemo/texture3.pov -share/povray-3.6/scenes/incdemo/transforms.pov -share/povray-3.6/scenes/interior/media/galaxy.pov -share/povray-3.6/scenes/interior/media/hollow1.pov -share/povray-3.6/scenes/interior/media/hollow2.pov -share/povray-3.6/scenes/interior/media/hollow3.pov -share/povray-3.6/scenes/interior/media/media1.pov -share/povray-3.6/scenes/interior/media/media2.pov -share/povray-3.6/scenes/interior/media/media3.pov -share/povray-3.6/scenes/interior/media/media4.pov -share/povray-3.6/scenes/interior/media/media5.pov -share/povray-3.6/scenes/interior/media/micro.pov -share/povray-3.6/scenes/interior/atten1.pov -share/povray-3.6/scenes/interior/atten2.pov -share/povray-3.6/scenes/interior/ballbox1.pov -share/povray-3.6/scenes/interior/caustic2.pov -share/povray-3.6/scenes/interior/crystal.pov -share/povray-3.6/scenes/interior/fog_f.pov -share/povray-3.6/scenes/interior/fog_ft.pov -share/povray-3.6/scenes/interior/fog_std.pov -share/povray-3.6/scenes/interior/foglayr.pov -share/povray-3.6/scenes/interior/foglyr2.pov -share/povray-3.6/scenes/interior/iortest.pov -share/povray-3.6/scenes/interior/magglass.pov -share/povray-3.6/scenes/interior/nufog2.pov -share/povray-3.6/scenes/interior/rainbow1.pov -share/povray-3.6/scenes/interior/skysph1.pov -share/povray-3.6/scenes/interior/skysph2.pov -share/povray-3.6/scenes/language/arrays/array1.pov -share/povray-3.6/scenes/language/arrays/array2.pov -share/povray-3.6/scenes/language/arrays/array3.pov -share/povray-3.6/scenes/language/fileio/fileio.pov -share/povray-3.6/scenes/language/macros/local.inc -share/povray-3.6/scenes/language/macros/local.pov -share/povray-3.6/scenes/language/macros/macro1.pov -share/povray-3.6/scenes/language/macros/macro2.pov -share/povray-3.6/scenes/language/macros/macro3.pov -share/povray-3.6/scenes/language/macros/macro4.pov -share/povray-3.6/scenes/language/macros/pyramid.pov -share/povray-3.6/scenes/language/macros/pyramid2.pov -share/povray-3.6/scenes/language/bounding.pov -share/povray-3.6/scenes/language/image_size.pov -share/povray-3.6/scenes/language/splinefunction.pov -share/povray-3.6/scenes/language/trace-wicker.pov -share/povray-3.6/scenes/language/trace.pov -share/povray-3.6/scenes/language/trace2.pov -share/povray-3.6/scenes/language/tracevines.pov -share/povray-3.6/scenes/language/vturbulence.pov -share/povray-3.6/scenes/lights/arealit1.pov -share/povray-3.6/scenes/lights/arealit2.pov -share/povray-3.6/scenes/lights/arealit3.pov -share/povray-3.6/scenes/lights/circular.pov -share/povray-3.6/scenes/lights/fillite.pov -share/povray-3.6/scenes/lights/glassthing.pov -share/povray-3.6/scenes/lights/laser.pov -share/povray-3.6/scenes/lights/orient.pov -share/povray-3.6/scenes/lights/parallel_lights.pov -share/povray-3.6/scenes/lights/phot_met_glass.pov -share/povray-3.6/scenes/lights/projected_through.pov -share/povray-3.6/scenes/lights/shadows.pov -share/povray-3.6/scenes/lights/soft.pov -share/povray-3.6/scenes/lights/spotlite.pov -share/povray-3.6/scenes/objectmods/double_illuminate.pov -share/povray-3.6/scenes/objectmods/no_image.pov -share/povray-3.6/scenes/objectmods/no_reflection.pov -share/povray-3.6/scenes/objectmods/thingy.inc -share/povray-3.6/scenes/objects/csg/cliptst2.pov -share/povray-3.6/scenes/objects/csg/granite.pov -share/povray-3.6/scenes/objects/csg/hfclip.pov -share/povray-3.6/scenes/objects/csg/intee1.pov -share/povray-3.6/scenes/objects/quartic/axisbox.inc -share/povray-3.6/scenes/objects/quartic/bicube.pov -share/povray-3.6/scenes/objects/quartic/folium.pov -share/povray-3.6/scenes/objects/quartic/grafbic.pov -share/povray-3.6/scenes/objects/quartic/helix.pov -share/povray-3.6/scenes/objects/quartic/hyptorus.pov -share/povray-3.6/scenes/objects/quartic/lemnisc2.pov -share/povray-3.6/scenes/objects/quartic/lemnisca.pov -share/povray-3.6/scenes/objects/quartic/monkey.pov -share/povray-3.6/scenes/objects/quartic/partorus.pov -share/povray-3.6/scenes/objects/quartic/piriform.pov -share/povray-3.6/scenes/objects/quartic/quarcyl.pov -share/povray-3.6/scenes/objects/quartic/quarpara.pov -share/povray-3.6/scenes/objects/quartic/quartic.cat -share/povray-3.6/scenes/objects/quartic/steiner.pov -share/povray-3.6/scenes/objects/quartic/tcubic.pov -share/povray-3.6/scenes/objects/quartic/teardrop.pov -share/povray-3.6/scenes/objects/quartic/torus.pov -share/povray-3.6/scenes/objects/quartic/trough.pov -share/povray-3.6/scenes/objects/quartic/witch.pov -share/povray-3.6/scenes/objects/bezier.pov -share/povray-3.6/scenes/objects/blob.pov -share/povray-3.6/scenes/objects/blob1a.pov -share/povray-3.6/scenes/objects/blob1b.pov -share/povray-3.6/scenes/objects/blob1c.pov -share/povray-3.6/scenes/objects/box.pov -share/povray-3.6/scenes/objects/chesmsh.pov -share/povray-3.6/scenes/objects/chess.inc -share/povray-3.6/scenes/objects/crater.pov -share/povray-3.6/scenes/objects/crater_dat.pov -share/povray-3.6/scenes/objects/fractal1.pov -share/povray-3.6/scenes/objects/fractal2.pov -share/povray-3.6/scenes/objects/fractal3.pov -share/povray-3.6/scenes/objects/fractal4.pov -share/povray-3.6/scenes/objects/isosurfaces.pov -share/povray-3.6/scenes/objects/lathe1a.pov -share/povray-3.6/scenes/objects/lathe1b.pov -share/povray-3.6/scenes/objects/lathe1c.pov -share/povray-3.6/scenes/objects/lathe2.pov -share/povray-3.6/scenes/objects/mesh2.pov -share/povray-3.6/scenes/objects/pawns.pov -share/povray-3.6/scenes/objects/polygon.pov -share/povray-3.6/scenes/objects/primitiv.pov -share/povray-3.6/scenes/objects/prism1.pov -share/povray-3.6/scenes/objects/prism2.pov -share/povray-3.6/scenes/objects/prism3.inc -share/povray-3.6/scenes/objects/prism3a.pov -share/povray-3.6/scenes/objects/prism3b.pov -share/povray-3.6/scenes/objects/prism3c.pov -share/povray-3.6/scenes/objects/sor1.pov -share/povray-3.6/scenes/objects/superel1.pov -share/povray-3.6/scenes/objects/superel2.pov -share/povray-3.6/scenes/objects/superel3.pov -share/povray-3.6/scenes/objects/torus1.pov -share/povray-3.6/scenes/objects/ttf1.pov -share/povray-3.6/scenes/objects/wtorus.pov -share/povray-3.6/scenes/portfolio/__empty.ini -share/povray-3.6/scenes/portfolio/__empty.pov -share/povray-3.6/scenes/portfolio/allnormals.ini -share/povray-3.6/scenes/portfolio/allnormals.pov -share/povray-3.6/scenes/portfolio/allobjects.ini -share/povray-3.6/scenes/portfolio/allobjects.pov -share/povray-3.6/scenes/portfolio/allpat1iso.ini -share/povray-3.6/scenes/portfolio/allpat1iso.pov -share/povray-3.6/scenes/portfolio/allpat2iso.ini -share/povray-3.6/scenes/portfolio/allpat2iso.pov -share/povray-3.6/scenes/portfolio/allpatterns.ini -share/povray-3.6/scenes/portfolio/allpatterns.pov -share/povray-3.6/scenes/portfolio/c_colors.ini -share/povray-3.6/scenes/portfolio/c_colors.pov -share/povray-3.6/scenes/portfolio/f_finish.ini -share/povray-3.6/scenes/portfolio/f_finish.pov -share/povray-3.6/scenes/portfolio/html_gen.inc -share/povray-3.6/scenes/portfolio/index.html -share/povray-3.6/scenes/portfolio/m_textures.ini -share/povray-3.6/scenes/portfolio/m_textures.pov -share/povray-3.6/scenes/portfolio/p_skies.ini -share/povray-3.6/scenes/portfolio/o_2shapes.ini -share/povray-3.6/scenes/portfolio/o_2shapes.pov -share/povray-3.6/scenes/portfolio/o_shapes.ini -share/povray-3.6/scenes/portfolio/o_shapes.pov -share/povray-3.6/scenes/portfolio/o_shapes_old.ini -share/povray-3.6/scenes/portfolio/o_shapes_old.pov -share/povray-3.6/scenes/portfolio/o_shapesq.ini -share/povray-3.6/scenes/portfolio/o_shapesq.pov -share/povray-3.6/scenes/portfolio/p_skies.pov -share/povray-3.6/scenes/portfolio/p_textures.ini -share/povray-3.6/scenes/portfolio/p_textures.pov -share/povray-3.6/scenes/portfolio/p_woods.ini -share/povray-3.6/scenes/portfolio/p_woods.pov -share/povray-3.6/scenes/portfolio/readme.txt -share/povray-3.6/scenes/portfolio/t_1stones.ini -share/povray-3.6/scenes/portfolio/t_1stones.pov -share/povray-3.6/scenes/portfolio/t_2stones.ini -share/povray-3.6/scenes/portfolio/t_2stones.pov -share/povray-3.6/scenes/portfolio/t_metals.ini -share/povray-3.6/scenes/portfolio/t_metals.pov -share/povray-3.6/scenes/portfolio/t_stars.ini -share/povray-3.6/scenes/portfolio/t_stars.pov -share/povray-3.6/scenes/portfolio/t_textures.ini -share/povray-3.6/scenes/portfolio/t_textures.pov -share/povray-3.6/scenes/portfolio/t_woods.ini -share/povray-3.6/scenes/portfolio/t_woods.pov -share/povray-3.6/scenes/qtvr/qtvrpanorama.pov -share/povray-3.6/scenes/radiosity/cornell.pov -share/povray-3.6/scenes/radiosity/patio-radio.pov -share/povray-3.6/scenes/radiosity/rad_def_test.pov -share/povray-3.6/scenes/radiosity/radiosity.pov -share/povray-3.6/scenes/radiosity/radiosity2.pov -share/povray-3.6/scenes/radiosity/radiosity3.pov -share/povray-3.6/scenes/textures/finishes/arches.pov -share/povray-3.6/scenes/textures/finishes/cluster.pov -share/povray-3.6/scenes/textures/finishes/metallicreflection.pov -share/povray-3.6/scenes/textures/finishes/var_refl.pov -share/povray-3.6/scenes/textures/finishes/var_reflection.pov -share/povray-3.6/scenes/textures/normals/bumpmap.pov -share/povray-3.6/scenes/textures/normals/norm_acc.pov -share/povray-3.6/scenes/textures/normals/normal.pov -share/povray-3.6/scenes/textures/normals/normavg.pov -share/povray-3.6/scenes/textures/normals/normmap.pov -share/povray-3.6/scenes/textures/normals/slopemap.pov -share/povray-3.6/scenes/textures/patterns/agate.pov -share/povray-3.6/scenes/textures/patterns/bozo.pov -share/povray-3.6/scenes/textures/patterns/brick.pov -share/povray-3.6/scenes/textures/patterns/bumps.pov -share/povray-3.6/scenes/textures/patterns/crackle1.pov -share/povray-3.6/scenes/textures/patterns/crackle2.pov -share/povray-3.6/scenes/textures/patterns/crackle3.pov -share/povray-3.6/scenes/textures/patterns/crackle_form.pov -share/povray-3.6/scenes/textures/patterns/crackle_solid.pov -share/povray-3.6/scenes/textures/patterns/densfile.pov -share/povray-3.6/scenes/textures/patterns/dents.pov -share/povray-3.6/scenes/textures/patterns/fractals1.pov -share/povray-3.6/scenes/textures/patterns/fractals2.pov -share/povray-3.6/scenes/textures/patterns/fractals3.pov -share/povray-3.6/scenes/textures/patterns/gradient.pov -share/povray-3.6/scenes/textures/patterns/granite.pov -share/povray-3.6/scenes/textures/patterns/hexagon.pov -share/povray-3.6/scenes/textures/patterns/leopard.pov -share/povray-3.6/scenes/textures/patterns/mandel.pov -share/povray-3.6/scenes/textures/patterns/marble.pov -share/povray-3.6/scenes/textures/patterns/onion.pov -share/povray-3.6/scenes/textures/patterns/pignorm.inc -share/povray-3.6/scenes/textures/patterns/pigment_pattern.pov -share/povray-3.6/scenes/textures/patterns/quilt2.pov -share/povray-3.6/scenes/textures/patterns/quilted.pov -share/povray-3.6/scenes/textures/patterns/radial.pov -share/povray-3.6/scenes/textures/patterns/ripples.pov -share/povray-3.6/scenes/textures/patterns/slopemt.pov -share/povray-3.6/scenes/textures/patterns/slopemt_dat.pov -share/povray-3.6/scenes/textures/patterns/spiral1.pov -share/povray-3.6/scenes/textures/patterns/spiral2.pov -share/povray-3.6/scenes/textures/patterns/spotted.pov -share/povray-3.6/scenes/textures/patterns/waves.pov -share/povray-3.6/scenes/textures/patterns/wrinkles.pov -share/povray-3.6/scenes/textures/pigments/skies/s_cloud1.pov -share/povray-3.6/scenes/textures/pigments/skies/s_cloud2.pov -share/povray-3.6/scenes/textures/pigments/skies/s_cloud3.pov -share/povray-3.6/scenes/textures/pigments/skies/s_cloud4.pov -share/povray-3.6/scenes/textures/pigments/skies/s_cloud5.pov -share/povray-3.6/scenes/textures/pigments/skies/skies.doc -share/povray-3.6/scenes/textures/pigments/skies/stars.pov -share/povray-3.6/scenes/textures/pigments/blkhole.pov -share/povray-3.6/scenes/textures/pigments/cantelop.pov -share/povray-3.6/scenes/textures/pigments/checker2.pov -share/povray-3.6/scenes/textures/pigments/crack1.pov -share/povray-3.6/scenes/textures/pigments/dodec2.pov -share/povray-3.6/scenes/textures/pigments/eight.pov -share/povray-3.6/scenes/textures/pigments/filtfun.pov -share/povray-3.6/scenes/textures/pigments/interp.pov -share/povray-3.6/scenes/textures/pigments/irid.pov -share/povray-3.6/scenes/textures/pigments/mapper.pov -share/povray-3.6/scenes/textures/pigments/mappr2.pov -share/povray-3.6/scenes/textures/pigments/matmap.pov -share/povray-3.6/scenes/textures/pigments/pigmap.pov -share/povray-3.6/scenes/textures/pigments/pigment.pov -share/povray-3.6/scenes/textures/pigments/planet.pov -share/povray-3.6/scenes/textures/pigments/spiral1a.pov -share/povray-3.6/scenes/textures/pigments/transmitfx.pov -share/povray-3.6/scenes/textures/pigments/txtravg.pov -share/povray-3.6/scenes/textures/pigments/txtrmap.pov -share/povray-3.6/scenes/textures/pigments/warp1.pov -share/povray-3.6/scenes/textures/pigments/warp2.pov -share/povray-3.6/scenes/textures/interior_texture.pov -share/povray-3.6/scenes/textures/noise_generator.pov -share/povray-3.6/scripts/allanim.sh -share/povray-3.6/scripts/allscene.sh -share/povray-3.6/scripts/portfolio.sh -share/povray-3.6/scripts/render_anim.sh -share/povray-3.6/scripts/render_scene.sh -share/povray-3.6/scripts/rerunpov.sh -share/povray-3.6/scripts/runpov.sh -@dirrm share/povray-3.6/scripts -@dirrm share/povray-3.6/scenes/textures/pigments/skies -@dirrm share/povray-3.6/scenes/textures/pigments -@dirrm share/povray-3.6/scenes/textures/patterns -@dirrm share/povray-3.6/scenes/textures/normals -@dirrm share/povray-3.6/scenes/textures/finishes -@dirrm share/povray-3.6/scenes/textures -@dirrm share/povray-3.6/scenes/radiosity -@dirrm share/povray-3.6/scenes/qtvr -@dirrm share/povray-3.6/scenes/portfolio -@dirrm share/povray-3.6/scenes/objects/quartic -@dirrm share/povray-3.6/scenes/objects/csg -@dirrm share/povray-3.6/scenes/objects -@dirrm share/povray-3.6/scenes/objectmods -@dirrm share/povray-3.6/scenes/lights -@dirrm share/povray-3.6/scenes/language/macros -@dirrm share/povray-3.6/scenes/language/fileio -@dirrm share/povray-3.6/scenes/language/arrays -@dirrm share/povray-3.6/scenes/language -@dirrm share/povray-3.6/scenes/interior/media -@dirrm share/povray-3.6/scenes/interior -@dirrm share/povray-3.6/scenes/incdemo/woods -@dirrm share/povray-3.6/scenes/incdemo/stones -@dirrm share/povray-3.6/scenes/incdemo/metals -@dirrm share/povray-3.6/scenes/incdemo/glasses -@dirrm share/povray-3.6/scenes/incdemo -@dirrm share/povray-3.6/scenes/camera -@dirrm share/povray-3.6/scenes/animations/vect2 -@dirrm share/povray-3.6/scenes/animations/vect1 -@dirrm share/povray-3.6/scenes/animations/splinefollow -@dirrm share/povray-3.6/scenes/animations/speclr -@dirrm share/povray-3.6/scenes/animations/slinky -@dirrm share/povray-3.6/scenes/animations/reflect -@dirrm share/povray-3.6/scenes/animations/raddem -@dirrm share/povray-3.6/scenes/animations/quilted -@dirrm share/povray-3.6/scenes/animations/pentmap -@dirrm share/povray-3.6/scenes/animations/life -@dirrm share/povray-3.6/scenes/animations/l_o -@dirrm share/povray-3.6/scenes/animations/fractalzoom -@dirrm share/povray-3.6/scenes/animations/float4 -@dirrm share/povray-3.6/scenes/animations/float3 -@dirrm share/povray-3.6/scenes/animations/float2 -@dirrm share/povray-3.6/scenes/animations/float1 -@dirrm share/povray-3.6/scenes/animations/diffuse -@dirrm share/povray-3.6/scenes/animations/clockd -@dirrm share/povray-3.6/scenes/animations/camera2 -@dirrm share/povray-3.6/scenes/animations/boing -@dirrm share/povray-3.6/scenes/animations/ambient -@dirrm share/povray-3.6/scenes/animations -@dirrm share/povray-3.6/scenes/advanced/teapot -@dirrm share/povray-3.6/scenes/advanced/piece3 -@dirrm share/povray-3.6/scenes/advanced/piece2 -@dirrm share/povray-3.6/scenes/advanced/ntreal -@dirrm share/povray-3.6/scenes/advanced/newltpot -@dirrm share/povray-3.6/scenes/advanced/ionic5 -@dirrm share/povray-3.6/scenes/advanced/glasschess -@dirrm share/povray-3.6/scenes/advanced/fish13 -@dirrm share/povray-3.6/scenes/advanced/drums2 -@dirrm share/povray-3.6/scenes/advanced/cliche -@dirrm share/povray-3.6/scenes/advanced/cats -@dirrm share/povray-3.6/scenes/advanced/blocks -@dirrm share/povray-3.6/scenes/advanced/balcony -@dirrm share/povray-3.6/scenes/advanced -@dirrm share/povray-3.6/scenes -@dirrm share/povray-3.6/ini -@dirrm share/povray-3.6/include -@dirrm share/povray-3.6/icons -@dirrm share/povray-3.6 -%%PORTDOCS%%@dirrm share/doc/povray-3.6/html/images/tutorial -%%PORTDOCS%%@dirrm share/doc/povray-3.6/html/images/reference/colors -%%PORTDOCS%%@dirrm share/doc/povray-3.6/html/images/reference -%%PORTDOCS%%@dirrm share/doc/povray-3.6/html/images -%%PORTDOCS%%@dirrm share/doc/povray-3.6/html -%%PORTDOCS%%@dirrm share/doc/povray-3.6 -@dirrm etc/povray/3.6 -@dirrm etc/povray diff --git a/graphics/wings-devel/Makefile b/graphics/wings-devel/Makefile deleted file mode 100644 index e66cddbd5d18..000000000000 --- a/graphics/wings-devel/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: wings -# Date Created: 5 March 2003 -# Whom: olgeni@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= wings -PORTVERSION= 0.98.26b -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= wings -DIST_SUBDIR= erlang - -MAINTAINER= olgeni@FreeBSD.org -COMMENT= A polygon mesh modeler written in Erlang - -BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang \ - ${LOCALBASE}/lib/erlang/lib/esdl/include/sdl.hrl:${PORTSDIR}/devel/esdl -RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang \ - ${LOCALBASE}/lib/erlang/lib/esdl/include/sdl.hrl:${PORTSDIR}/devel/esdl - -MAKE_ENV= ESDL_PATH=${LOCALBASE}/lib/erlang/lib/esdl -PLIST_SUB= VERSION="${PORTVERSION}" - -USE_BZIP2= yes -USE_GMAKE= yes - -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" -BROKEN= Does not compile on !i386 -.endif - -post-patch: - @${CP} ${FILESDIR}/wings.sh ${WRKSRC}/wings.sh - @${REINPLACE_CMD} -e 's|!!PREFIX!!|${PREFIX}|g' ${WRKSRC}/wings.sh - @${FIND} ${WRKSRC} -name *.orig | ${XARGS} ${RM} - -do-install: - @${MKDIR} ${PREFIX}/lib/erlang/lib/${DISTNAME} - @${MKDIR} ${PREFIX}/lib/erlang/lib/${DISTNAME}/src - @${MKDIR} ${PREFIX}/lib/erlang/lib/${DISTNAME}/ebin - @${MKDIR} ${PREFIX}/lib/erlang/lib/${DISTNAME}/plugins - @${INSTALL_DATA} ${WRKSRC}/src/* ${PREFIX}/lib/erlang/lib/${DISTNAME}/src - @${INSTALL_DATA} ${WRKSRC}/ebin/* ${PREFIX}/lib/erlang/lib/${DISTNAME}/ebin - @${CP} -r ${WRKSRC}/plugins/* ${PREFIX}/lib/erlang/lib/${DISTNAME}/plugins - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/erlang/lib/${DISTNAME}/plugins - @${INSTALL_SCRIPT} ${WRKSRC}/wings.sh ${PREFIX}/bin/wings - @${LN} -sf ${DISTNAME} ${PREFIX}/lib/erlang/lib/${PORTNAME} - -.include <bsd.port.post.mk> diff --git a/graphics/wings-devel/distinfo b/graphics/wings-devel/distinfo deleted file mode 100644 index 3c06dedd8cef..000000000000 --- a/graphics/wings-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (erlang/wings-0.98.26b.tar.bz2) = bb5477d2c82ed3f31207bd8d354d35bc -SHA256 (erlang/wings-0.98.26b.tar.bz2) = 6f961fe91912a509ae7e5132e3ee1c25a83bacf197b69a1e330c13fec026e771 -SIZE (erlang/wings-0.98.26b.tar.bz2) = 738488 diff --git a/graphics/wings-devel/files/patch-e3d_Makefile b/graphics/wings-devel/files/patch-e3d_Makefile deleted file mode 100644 index b133266cb792..000000000000 --- a/graphics/wings-devel/files/patch-e3d_Makefile +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- e3d/Makefile.orig Fri May 30 13:01:47 2003 -+++ e3d/Makefile Fri May 30 13:02:00 2003 -@@ -46,7 +46,7 @@ - # FLAGS - # ---------------------------------------------------- - ERL_FLAGS += --ERL_COMPILE_FLAGS += -W $(TYPE_FLAGS) +warn_unused_vars -+ERL_COMPILE_FLAGS += -W $(TYPE_FLAGS) - - # ---------------------------------------------------- - # Targets diff --git a/graphics/wings-devel/files/patch-plugins__src_Makefile b/graphics/wings-devel/files/patch-plugins__src_Makefile deleted file mode 100644 index 71b0d8e232d7..000000000000 --- a/graphics/wings-devel/files/patch-plugins__src_Makefile +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- plugins_src/Makefile.orig Fri May 30 12:58:13 2003 -+++ plugins_src/Makefile Fri May 30 12:59:12 2003 -@@ -33,7 +33,7 @@ - # FLAGS - # ---------------------------------------------------- - ERL_FLAGS += --ERL_COMPILE_FLAGS += -W $(TYPE_FLAGS) +warn_unused_vars +debug_info -+ERL_COMPILE_FLAGS += -W $(TYPE_FLAGS) +debug_info - - # ---------------------------------------------------- - # Targets diff --git a/graphics/wings-devel/files/patch-plugins__src_accel_Makefile b/graphics/wings-devel/files/patch-plugins__src_accel_Makefile deleted file mode 100644 index bc863004331b..000000000000 --- a/graphics/wings-devel/files/patch-plugins__src_accel_Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins_src/accel/Makefile.orig Wed Jan 5 00:51:37 2005 -+++ plugins_src/accel/Makefile Wed Jan 5 00:57:55 2005 -@@ -58,7 +58,7 @@ - else - $(LIBDIR)/wings_ogla_drv.so: wings_ogla_drv.c - install -d $(LIBDIR) -- gcc -o $(LIBDIR)/wings_ogla_drv.so -I$(ERL_INC) \ -+ gcc -o $(LIBDIR)/wings_ogla_drv.so -I$(ERL_INC) -I/usr/X11R6/include -L/usr/X11R6/lib \ - wings_ogla_drv.c $(LIBS) $(GL_LIBS) - endif - diff --git a/graphics/wings-devel/files/patch-plugins__src_autouv_Makefile b/graphics/wings-devel/files/patch-plugins__src_autouv_Makefile deleted file mode 100644 index daa03c71eee4..000000000000 --- a/graphics/wings-devel/files/patch-plugins__src_autouv_Makefile +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- plugins_src/autouv/Makefile.orig Fri May 30 12:57:57 2003 -+++ plugins_src/autouv/Makefile Fri May 30 12:58:51 2003 -@@ -45,7 +45,7 @@ - # FLAGS - # ---------------------------------------------------- - ERL_FLAGS += -pa $(WINGS_EBIN) -I $(WINGS_SRC) -I $(WINGS_E3D) -pa $(ESDL_PATH)/ebin --ERL_COMPILE_FLAGS += -W $(TYPE_FLAGS) +warn_unused_vars +debug_info -+ERL_COMPILE_FLAGS += -W $(TYPE_FLAGS) +debug_info - - # ---------------------------------------------------- - # Targets diff --git a/graphics/wings-devel/files/patch-plugins__src_commands_Makefile b/graphics/wings-devel/files/patch-plugins__src_commands_Makefile deleted file mode 100644 index fc12458c92db..000000000000 --- a/graphics/wings-devel/files/patch-plugins__src_commands_Makefile +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- plugins_src/commands/Makefile.orig Fri May 30 12:58:01 2003 -+++ plugins_src/commands/Makefile Fri May 30 12:58:59 2003 -@@ -41,7 +41,7 @@ - # FLAGS - # ---------------------------------------------------- - ERL_FLAGS += -pa $(WINGS_EBIN) -I $(WINGS_SRC) -I $(WINGS_E3D) -pa $(ESDL_PATH)/ebin --ERL_COMPILE_FLAGS += -W $(TYPE_FLAGS) +warn_unused_vars +debug_info -+ERL_COMPILE_FLAGS += -W $(TYPE_FLAGS) +debug_info - - # ---------------------------------------------------- - # Targets diff --git a/graphics/wings-devel/files/patch-plugins__src_fonts_Makefile b/graphics/wings-devel/files/patch-plugins__src_fonts_Makefile deleted file mode 100644 index 17dbf497eb8f..000000000000 --- a/graphics/wings-devel/files/patch-plugins__src_fonts_Makefile +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- plugins_src/fonts/Makefile.orig Fri May 30 12:58:06 2003 -+++ plugins_src/fonts/Makefile Fri May 30 12:59:02 2003 -@@ -39,7 +39,7 @@ - # FLAGS - # ---------------------------------------------------- - ERL_FLAGS += -I $(WINGS_SRC) -I $(WINGS_E3D) -pa $(ESDL)/ebin --ERL_COMPILE_FLAGS += -W $(TYPE_FLAGS) +warn_unused_vars +debug_info -+ERL_COMPILE_FLAGS += -W $(TYPE_FLAGS) +debug_info - - # ---------------------------------------------------- - # Targets diff --git a/graphics/wings-devel/files/patch-plugins__src_import__export_Makefile b/graphics/wings-devel/files/patch-plugins__src_import__export_Makefile deleted file mode 100644 index 0049f21725cd..000000000000 --- a/graphics/wings-devel/files/patch-plugins__src_import__export_Makefile +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- plugins_src/import_export/Makefile.orig Fri May 30 12:58:09 2003 -+++ plugins_src/import_export/Makefile Fri May 30 12:59:06 2003 -@@ -45,7 +45,7 @@ - # FLAGS - # ---------------------------------------------------- - ERL_FLAGS += -pa $(WINGS_EBIN) -I $(WINGS_SRC) -I $(WINGS_E3D) -I $(ESDL_PATH)/include --ERL_COMPILE_FLAGS += -W $(TYPE_FLAGS) -pa $(ESDL_PATH)/ebin +warn_unused_vars +debug_info -+ERL_COMPILE_FLAGS += -W $(TYPE_FLAGS) -pa $(ESDL_PATH)/ebin +debug_info - - # ---------------------------------------------------- - # Targets diff --git a/graphics/wings-devel/files/patch-plugins__src_primitives_Makefile b/graphics/wings-devel/files/patch-plugins__src_primitives_Makefile deleted file mode 100644 index 8314ba3e4d09..000000000000 --- a/graphics/wings-devel/files/patch-plugins__src_primitives_Makefile +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- plugins_src/primitives/Makefile.orig Fri May 30 12:58:17 2003 -+++ plugins_src/primitives/Makefile Fri May 30 12:59:17 2003 -@@ -40,7 +40,7 @@ - # FLAGS - # ---------------------------------------------------- - ERL_FLAGS += -I $(WINGS_SRC) -I $(WINGS_E3D) -pa $(ESDL)/ebin --ERL_COMPILE_FLAGS += -W $(TYPE_FLAGS) +warn_unused_vars +debug_info -+ERL_COMPILE_FLAGS += -W $(TYPE_FLAGS) +debug_info - - # ---------------------------------------------------- - # Targets diff --git a/graphics/wings-devel/files/patch-src_Makefile b/graphics/wings-devel/files/patch-src_Makefile deleted file mode 100644 index 4fc6943f4359..000000000000 --- a/graphics/wings-devel/files/patch-src_Makefile +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/Makefile.orig Fri May 30 13:01:52 2003 -+++ src/Makefile Fri May 30 13:02:06 2003 -@@ -89,7 +89,7 @@ - # ---------------------------------------------------- - # FLAGS - # ---------------------------------------------------- --ERL_FLAGS += -pa $(ESDL_PATH)/ebin +warn_unused_vars -+ERL_FLAGS += -pa $(ESDL_PATH)/ebin - ERL_COMPILE_FLAGS += -I$(ESDL_PATH)/include -I ../e3d -W $(TYPE_FLAGS) \ - '-Dwings_version="$(WINGS_VSN)"' - diff --git a/graphics/wings-devel/files/wings.sh b/graphics/wings-devel/files/wings.sh deleted file mode 100644 index 10ce4d941dc0..000000000000 --- a/graphics/wings-devel/files/wings.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -!!PREFIX!!/bin/erl -noinput -run wings_start start_halt - -exit 0 diff --git a/graphics/wings-devel/pkg-descr b/graphics/wings-devel/pkg-descr deleted file mode 100644 index 286dceaecba0..000000000000 --- a/graphics/wings-devel/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Wings3D is a OpenSource polygon mesh modeler inspired by Nendo. -It allows you to intuitively build a 3D mesh and even assign -materials to it. - -WWW: http://www.wings3d.com/ diff --git a/graphics/wings-devel/pkg-plist b/graphics/wings-devel/pkg-plist deleted file mode 100644 index 12c67fedefeb..000000000000 --- a/graphics/wings-devel/pkg-plist +++ /dev/null @@ -1,213 +0,0 @@ -bin/wings -lib/erlang/lib/wings-%%VERSION%%/ebin/e3d__bmp.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/e3d__meshclean.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/e3d__tga.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/e3d__tif.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/e3d__tri_quad.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/e3d_file.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/e3d_image.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/e3d_mat.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/e3d_mesh.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/e3d_obj.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/e3d_q.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/e3d_tds.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/e3d_util.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/e3d_vec.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/user_default.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings.icon -lib/erlang/lib/wings-%%VERSION%%/ebin/wings__du.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_align.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_ask.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_body.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_camera.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_collapse.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_color.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_console.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_deform.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_dl.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_drag.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_draw.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_draw_util.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_edge.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_edge_loop.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_export.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_extrude_edge.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_extrude_face.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_face.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_face_cmd.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_ff_ndo.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_ff_wings.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_file.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_help.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_hotkey.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_icon.bundle -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_image.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_import.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_init.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_io.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_lang.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_light.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_magnet.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_material.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_menu.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_menu_util.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_move.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_outliner.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_palette.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_pb.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_pick.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_plugin.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_pref.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_render.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_rotate.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_s.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_scale.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_sel.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_sel_cmd.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_shape.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_shapes.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_start.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_subdiv.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_tesselation.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_text.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_toolbar.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_undo.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_util.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_vec.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_vertex.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_vertex_cmd.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_view.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_we.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_wm.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_wm_toplevel.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wpa.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/accel/wings_ogla_drv.so -lib/erlang/lib/wings-%%VERSION%%/plugins/accel/wpc_ogla.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/autouv/README -lib/erlang/lib/wings-%%VERSION%%/plugins/autouv/auv_mapping.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/autouv/auv_matrix.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/autouv/auv_placement.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/autouv/auv_seg_ui.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/autouv/auv_segment.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/autouv/auv_texture.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/autouv/auv_util.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/autouv/wpc_autouv.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/autouv/wpc_snap.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/commands/README -lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_connect_tool.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_intersect_edge.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_intersect_vertex.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_region.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_turnedge.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_tweak.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/default/README -lib/erlang/lib/wings-%%VERSION%%/plugins/default/wp9_dialogs.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/default/wpc_test_ask.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/fonts/README -lib/erlang/lib/wings-%%VERSION%%/plugins/fonts/wpf_6x11.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/fonts/wpf_fixed6x12.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/fonts/wpf_7x14.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/fonts/wpf_terminal8x12.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/import_export/README -lib/erlang/lib/wings-%%VERSION%%/plugins/import_export/wpc_3ds.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/import_export/wpc_ai.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/import_export/wpc_hlines.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/import_export/wpc_obj.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/import_export/wpc_opengl.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/import_export/wpc_rwx.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/import_export/wpc_toxic.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/import_export/wpc_wrl.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/import_export/wpc_yafray.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/primitives/README -lib/erlang/lib/wings-%%VERSION%%/plugins/primitives/wpc_image.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/primitives/wpc_knot.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/primitives/wpc_spiral.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/primitives/wpc_torus.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/primitives/wpc_tt.beam -lib/erlang/lib/wings-%%VERSION%%/src/Makefile -lib/erlang/lib/wings-%%VERSION%%/src/user_default.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings.hrl -lib/erlang/lib/wings-%%VERSION%%/src/wings.icon -lib/erlang/lib/wings-%%VERSION%%/src/wings__du.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_align.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_ask.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_body.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_camera.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_collapse.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_color.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_console.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_deform.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_dl.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_drag.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_draw.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_draw_util.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_edge.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_edge_loop.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_export.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_extrude_edge.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_extrude_face.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_face.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_face_cmd.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_ff_ndo.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_ff_wings.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_file.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_fr.lang -lib/erlang/lib/wings-%%VERSION%%/src/wings_help.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_hotkey.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_image.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_import.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_init.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_io.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_it.lang -lib/erlang/lib/wings-%%VERSION%%/src/wings_lang.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_light.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_magnet.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_material.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_menu.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_menu_util.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_move.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_outliner.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_palette.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_pb.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_pick.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_plugin.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_pref.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_render.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_rotate.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_s.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_scale.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_sel.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_sel_cmd.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_shape.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_shapes.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_start.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_subdiv.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_sv.lang -lib/erlang/lib/wings-%%VERSION%%/src/wings_tesselation.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_text.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_toolbar.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_undo.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_util.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_vec.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_vertex.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_vertex_cmd.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_view.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_we.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_wm.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_wm_toplevel.erl -lib/erlang/lib/wings-%%VERSION%%/src/wpa.erl -@dirrm lib/erlang/lib/wings-%%VERSION%%/src -@dirrm lib/erlang/lib/wings-%%VERSION%%/plugins/accel -@dirrm lib/erlang/lib/wings-%%VERSION%%/plugins/primitives -@dirrm lib/erlang/lib/wings-%%VERSION%%/plugins/import_export -@dirrm lib/erlang/lib/wings-%%VERSION%%/plugins/fonts -@dirrm lib/erlang/lib/wings-%%VERSION%%/plugins/default -@dirrm lib/erlang/lib/wings-%%VERSION%%/plugins/commands -@dirrm lib/erlang/lib/wings-%%VERSION%%/plugins/autouv -@dirrm lib/erlang/lib/wings-%%VERSION%%/plugins -@dirrm lib/erlang/lib/wings-%%VERSION%%/ebin -@dirrm lib/erlang/lib/wings-%%VERSION%% -@exec ln -sf wings-%%VERSION%% %D/lib/erlang/lib/wings -@unexec rm -f %D/lib/erlang/lib/wings diff --git a/graphics/yafaray/Makefile b/graphics/yafaray/Makefile deleted file mode 100644 index 6ed07ac60ac1..000000000000 --- a/graphics/yafaray/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: yafray -# Date created: 18 May 2003 -# Whom: David Yeske <dyeske@yahoo.com> -# -# $FreeBSD$ - -PORTNAME= yafray -PORTVERSION= 0.0.9 -CATEGORIES= graphics -MASTER_SITES= http://www.yafray.org/sec/2/downloads/ - -MAINTAINER= dyeske@yahoo.com -COMMENT= A fast XML based raytracer - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg - -USE_SCONS= yes -USE_GETOPT_LONG=yes -USE_LDCONFIG= yes - -WRKSRC= ${WRKDIR}/${PORTNAME} - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x -.endif - -pre-patch: - @${MV} ${WRKSRC}/linux-settings.py ${WRKSRC}/freebsd-settings.py - -.include <bsd.port.post.mk> diff --git a/graphics/yafaray/distinfo b/graphics/yafaray/distinfo deleted file mode 100644 index 13bae9f58068..000000000000 --- a/graphics/yafaray/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (yafray-0.0.9.tar.gz) = 7365122e0ca6f439988f51e8b4db935c -SHA256 (yafray-0.0.9.tar.gz) = f803e7058fb65cab9c0d00599daa85ca291fb57941822d622426e3466ec0aefb -SIZE (yafray-0.0.9.tar.gz) = 316033 diff --git a/graphics/yafaray/files/patch-SConstruct b/graphics/yafaray/files/patch-SConstruct deleted file mode 100644 index 844f3f07e7b3..000000000000 --- a/graphics/yafaray/files/patch-SConstruct +++ /dev/null @@ -1,13 +0,0 @@ ---- SConstruct.orig Tue Jun 20 13:24:00 2006 -+++ SConstruct Thu Sep 14 01:13:55 2006 -@@ -8,6 +8,10 @@ - ficheros = { - 'darwin' : 'darwin-settings', - 'linux2' : 'linux-settings', -+'freebsd4' : 'freebsd-settings', -+'freebsd5' : 'freebsd-settings', -+'freebsd6' : 'freebsd-settings', -+'freebsd7' : 'freebsd-settings', - 'win32' : 'win32-settings', - 'sunos5' : 'sunos5-settings' - } diff --git a/graphics/yafaray/files/patch-freebsd-settings.py b/graphics/yafaray/files/patch-freebsd-settings.py deleted file mode 100644 index 454943db3bb7..000000000000 --- a/graphics/yafaray/files/patch-freebsd-settings.py +++ /dev/null @@ -1,32 +0,0 @@ ---- freebsd-settings.py.orig Sat Sep 23 00:21:17 2006 -+++ freebsd-settings.py Sat Sep 23 00:21:29 2006 -@@ -10,6 +10,7 @@ - global prefix - prefix = args.get('prefix','/usr/local') - -+def get_include(args): return prefix+"/usr/local/include" - def get_libpath(args): return prefix+"/lib" - def get_pluginpath(args): return prefix+"/lib/yafray" - def get_binpath(args): return prefix+"/bin" -@@ -46,9 +47,9 @@ - class jpeg(globalinfo.library): - C_ID = 'JPEG' - -- def present(args): return os.path.exists("/usr/include/jpeglib.h") -- def get_include(args): return [] -- def get_libpath(args): return [] -+ def present(args): return os.path.exists("/usr/local/include/jpeglib.h") -+ def get_include(args): return ['/usr/local/include'] -+ def get_libpath(args): return ['/usr/local/lib'] - def get_libs(args): return ['jpeg'] - - class pthread(globalinfo.library): -@@ -73,7 +74,7 @@ - def present(args): return True - def get_include(args): return [] - def get_libpath(args): return [] -- def get_libs(args): return ['dl'] -+ def get_libs(args): return [''] - - def derive_shared_env(common_env): - return common_env.Copy() diff --git a/graphics/yafaray/files/patch-src::loader::gram_loader.h b/graphics/yafaray/files/patch-src::loader::gram_loader.h deleted file mode 100644 index 2f43ae477901..000000000000 --- a/graphics/yafaray/files/patch-src::loader::gram_loader.h +++ /dev/null @@ -1,13 +0,0 @@ ---- src/loader/gram_loader.h.orig Thu Sep 30 14:48:47 2004 -+++ src/loader/gram_loader.h Thu Sep 30 14:49:18 2004 -@@ -22,6 +22,10 @@ - #ifndef __GRAML_H - #define __GRAML_H - -+#include <iostream> -+ -+using namespace std; -+ - #include "gram_lex.h" - - struct sym_t diff --git a/graphics/yafaray/files/patch-src_yafraycore_threadedscene.cc b/graphics/yafaray/files/patch-src_yafraycore_threadedscene.cc deleted file mode 100644 index fa5e770f96a6..000000000000 --- a/graphics/yafaray/files/patch-src_yafraycore_threadedscene.cc +++ /dev/null @@ -1,13 +0,0 @@ ---- src/yafraycore/threadedscene.cc.orig Mon Jul 4 11:01:46 2005 -+++ src/yafraycore/threadedscene.cc Sat Sep 23 00:16:35 2006 -@@ -35,6 +35,10 @@ - #include <semaphore.h> - #include<map> - -+#ifdef __FreeBSD__ -+#include<sys/time.h> -+#endif -+ - sem_t pstop; - - diff --git a/graphics/yafaray/files/patch-src_yafraycore_y_alloc.h b/graphics/yafaray/files/patch-src_yafraycore_y_alloc.h deleted file mode 100644 index 25b0823c6c25..000000000000 --- a/graphics/yafaray/files/patch-src_yafraycore_y_alloc.h +++ /dev/null @@ -1,39 +0,0 @@ ---- src/yafraycore/y_alloc.h.orig Thu Jul 13 12:35:02 2006 -+++ src/yafraycore/y_alloc.h Tue Oct 17 14:55:47 2006 -@@ -5,7 +5,7 @@ - #include<config.h> - #endif - --#ifdef __APPLE__ -+#if defined(__APPLE__) || defined (__FreeBSD__) - #include <stdlib.h> - #else - #include <malloc.h> -@@ -13,6 +13,10 @@ - #include <vector> - #include <algorithm> - -+#if defined(__FreeBSD__) -+#include <sys/param.h> -+#endif -+ - __BEGIN_YAFRAY - - typedef unsigned int u_int32; -@@ -26,6 +30,16 @@ - // however, malloc is supposed to return at least SSE2 compatible alignment, which has to be enough. - // alternative would be valloc, but i have no good info on its effects. - return malloc(size); -+#elif defined(__FreeBSD__) -+#if (__FreeBSD_version < 700014) -+ return malloc(size); -+#else -+ void *ret; -+ if (posix_memalign(&ret, bound, size) != 0) -+ return (NULL); -+ else -+ return (ret); -+#endif - #else - return memalign(bound, size); - #endif diff --git a/graphics/yafaray/pkg-descr b/graphics/yafaray/pkg-descr deleted file mode 100644 index 601143a1d6f8..000000000000 --- a/graphics/yafaray/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is an advanced raytracer that uses XML. - -WWW: http://www.yafray.org/ - -- David -dyeske@yahoo.com diff --git a/graphics/yafaray/pkg-plist b/graphics/yafaray/pkg-plist deleted file mode 100644 index ef2765719f2a..000000000000 --- a/graphics/yafaray/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -bin/yafray -etc/gram.yafray -lib/libyafraycore.so -lib/libyafrayplugin.so -lib/yafray/libpathlight.so -lib/yafray/libsunlight.so -lib/yafray/libpointlight.so -lib/yafray/libphotonlight.so -lib/yafray/libhemilight.so -lib/yafray/libspotlight.so -lib/yafray/libsoftlight.so -lib/yafray/libarealight.so -lib/yafray/libglobalphotonlight.so -lib/yafray/libspherelight.so -lib/yafray/libbasicshaders.so -lib/yafray/libbasicblocks.so -lib/yafray/libmixblocks.so -lib/yafray/libblendershader.so -lib/yafray/libhdri.so -lib/yafray/libshaderback.so -lib/yafray/libsss.so -lib/yafray/libsunsky.so -@dirrm lib/yafray |
