diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-05-31 23:01:15 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-05-31 23:01:15 +0000 |
commit | a54fe1ca9c33931d7c4381a84ee11454f9831c08 (patch) | |
tree | 16cc7f849128603b27ba13f7bdb8ae11e1eadd30 /graphics | |
parent | - Update to 1.11.3 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_EOL'.5-eol
Diffstat (limited to 'graphics')
203 files changed, 0 insertions, 12687 deletions
diff --git a/graphics/GraphicsMagick12/Makefile b/graphics/GraphicsMagick12/Makefile deleted file mode 100644 index 7148f45f5625..000000000000 --- a/graphics/GraphicsMagick12/Makefile +++ /dev/null @@ -1,95 +0,0 @@ -# New ports collection makefile for: GraphicsMagick -# Date created: 25 july 2005 -# Whom: Ron van Daal -# -# $FreeBSD$ -# - -PORTNAME= GraphicsMagick -PORTVERSION= 1.1.12 -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 \ - fpx.[2-9]:${PORTSDIR}/graphics/libfpx \ - jbig:${PORTSDIR}/graphics/jbigkit \ - wmflite:${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 - -OPTIONS+= TESTS "Run bundled self-tests after build" on - -USE_ICONV= yes -USE_AUTOTOOLS= libtool:15 -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=${LOCALBASE}/lib/X11/fonts/webfonts -.endif - -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --without-perl --enable-shared --enable-static \ - --without-threads -USE_LDCONFIG= yes - -.if defined(WITH_WINDOWS_FONT_DIR) -CONFIGURE_ARGS+= --with-windows-font-dir="${WINDOWS_FONT_DIR}" -.endif - -ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` - -.if !defined(NOPORTDOCS) -INSTALL_TARGET= install install-data-html -.endif -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -test check: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check - -.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_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 - -.if !defined(WITHOUT_TESTS) -post-build:: test -.else -post-build:: - # - # You are strongly advised to run ``make test'' now - # and report any failures to ${MAINTAINER}. - # -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/GraphicsMagick12/distinfo b/graphics/GraphicsMagick12/distinfo deleted file mode 100644 index d1b64c6d7779..000000000000 --- a/graphics/GraphicsMagick12/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (GraphicsMagick-1.1.12.tar.bz2) = 07653ae3d22a79786e637202a0532a95 -SHA256 (GraphicsMagick-1.1.12.tar.bz2) = 50e2a96cccad84e7eb5dfa277d3b68055e154f32a8d00d81acd072ba91a1a92e -SIZE (GraphicsMagick-1.1.12.tar.bz2) = 5034822 diff --git a/graphics/GraphicsMagick12/files/patch-Makefile.in b/graphics/GraphicsMagick12/files/patch-Makefile.in deleted file mode 100644 index 072c2e820395..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-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/files/patch-magick_symbols.h b/graphics/GraphicsMagick12/files/patch-magick_symbols.h deleted file mode 100644 index 8edb9976ad45..000000000000 --- a/graphics/GraphicsMagick12/files/patch-magick_symbols.h +++ /dev/null @@ -1,19 +0,0 @@ ---- magick/symbols.h.orig Mon Jul 16 21:55:06 2007 -+++ magick/symbols.h Mon Jul 16 21:56:04 2007 -@@ -17,6 +17,8 @@ - #if !defined(_MAGICK_SYMBOLS_H) - #define _MAGICK_SYMBOLS_H - -+#define GetToken GmGetToken -+ - #if defined(PREFIX_MAGICK_SYMBOLS) - #define AccessDefinition GmAccessDefinition - #define AcquireCacheNexus GmAcquireCacheNexus -@@ -386,7 +388,6 @@ - #define GetQuantizeInfo GmGetQuantizeInfo - #define GetSignatureInfo GmGetSignatureInfo - #define GetTimerInfo GmGetTimerInfo --#define GetToken GmGetToken - #define GetTypeInfo GmGetTypeInfo - #define GetTypeInfoByFamily GmGetTypeInfoByFamily - #define GetTypeList GmGetTypeList diff --git a/graphics/GraphicsMagick12/files/patch-newfpx b/graphics/GraphicsMagick12/files/patch-newfpx deleted file mode 100644 index 6aa24bf3dacc..000000000000 --- a/graphics/GraphicsMagick12/files/patch-newfpx +++ /dev/null @@ -1,20 +0,0 @@ ---- coders/fpx.c 2004-04-14 18:45:28.000000000 -0400 -+++ coders/fpx.c 2007-11-01 23:30:18.000000000 -0500 -@@ -182,13 +182,13 @@ - unsigned int - status, -- subimage; -- -- unsigned long -+ subimage, - height, -- memory_limit, - tile_width, - tile_height, - width; - -+ size_t -+ memory_limit; -+ - /* - Open image. 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 bbc3db2b1487..000000000000 --- a/graphics/GraphicsMagick12/pkg-plist +++ /dev/null @@ -1,246 +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-unix.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/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 7148f45f5625..000000000000 --- a/graphics/GraphicsMagick13/Makefile +++ /dev/null @@ -1,95 +0,0 @@ -# New ports collection makefile for: GraphicsMagick -# Date created: 25 july 2005 -# Whom: Ron van Daal -# -# $FreeBSD$ -# - -PORTNAME= GraphicsMagick -PORTVERSION= 1.1.12 -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 \ - fpx.[2-9]:${PORTSDIR}/graphics/libfpx \ - jbig:${PORTSDIR}/graphics/jbigkit \ - wmflite:${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 - -OPTIONS+= TESTS "Run bundled self-tests after build" on - -USE_ICONV= yes -USE_AUTOTOOLS= libtool:15 -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=${LOCALBASE}/lib/X11/fonts/webfonts -.endif - -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --without-perl --enable-shared --enable-static \ - --without-threads -USE_LDCONFIG= yes - -.if defined(WITH_WINDOWS_FONT_DIR) -CONFIGURE_ARGS+= --with-windows-font-dir="${WINDOWS_FONT_DIR}" -.endif - -ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` - -.if !defined(NOPORTDOCS) -INSTALL_TARGET= install install-data-html -.endif -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -test check: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check - -.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_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 - -.if !defined(WITHOUT_TESTS) -post-build:: test -.else -post-build:: - # - # You are strongly advised to run ``make test'' now - # and report any failures to ${MAINTAINER}. - # -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/GraphicsMagick13/distinfo b/graphics/GraphicsMagick13/distinfo deleted file mode 100644 index d1b64c6d7779..000000000000 --- a/graphics/GraphicsMagick13/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (GraphicsMagick-1.1.12.tar.bz2) = 07653ae3d22a79786e637202a0532a95 -SHA256 (GraphicsMagick-1.1.12.tar.bz2) = 50e2a96cccad84e7eb5dfa277d3b68055e154f32a8d00d81acd072ba91a1a92e -SIZE (GraphicsMagick-1.1.12.tar.bz2) = 5034822 diff --git a/graphics/GraphicsMagick13/files/patch-Makefile.in b/graphics/GraphicsMagick13/files/patch-Makefile.in deleted file mode 100644 index 072c2e820395..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-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/files/patch-magick_symbols.h b/graphics/GraphicsMagick13/files/patch-magick_symbols.h deleted file mode 100644 index 8edb9976ad45..000000000000 --- a/graphics/GraphicsMagick13/files/patch-magick_symbols.h +++ /dev/null @@ -1,19 +0,0 @@ ---- magick/symbols.h.orig Mon Jul 16 21:55:06 2007 -+++ magick/symbols.h Mon Jul 16 21:56:04 2007 -@@ -17,6 +17,8 @@ - #if !defined(_MAGICK_SYMBOLS_H) - #define _MAGICK_SYMBOLS_H - -+#define GetToken GmGetToken -+ - #if defined(PREFIX_MAGICK_SYMBOLS) - #define AccessDefinition GmAccessDefinition - #define AcquireCacheNexus GmAcquireCacheNexus -@@ -386,7 +388,6 @@ - #define GetQuantizeInfo GmGetQuantizeInfo - #define GetSignatureInfo GmGetSignatureInfo - #define GetTimerInfo GmGetTimerInfo --#define GetToken GmGetToken - #define GetTypeInfo GmGetTypeInfo - #define GetTypeInfoByFamily GmGetTypeInfoByFamily - #define GetTypeList GmGetTypeList diff --git a/graphics/GraphicsMagick13/files/patch-newfpx b/graphics/GraphicsMagick13/files/patch-newfpx deleted file mode 100644 index 6aa24bf3dacc..000000000000 --- a/graphics/GraphicsMagick13/files/patch-newfpx +++ /dev/null @@ -1,20 +0,0 @@ ---- coders/fpx.c 2004-04-14 18:45:28.000000000 -0400 -+++ coders/fpx.c 2007-11-01 23:30:18.000000000 -0500 -@@ -182,13 +182,13 @@ - unsigned int - status, -- subimage; -- -- unsigned long -+ subimage, - height, -- memory_limit, - tile_width, - tile_height, - width; - -+ size_t -+ memory_limit; -+ - /* - Open image. 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 bbc3db2b1487..000000000000 --- a/graphics/GraphicsMagick13/pkg-plist +++ /dev/null @@ -1,246 +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-unix.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/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/digikam-kde4/Makefile b/graphics/digikam-kde4/Makefile deleted file mode 100644 index b8ebcd14a2f6..000000000000 --- a/graphics/digikam-kde4/Makefile +++ /dev/null @@ -1,45 +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.3 -PORTREVISION= 2 -CATEGORIES= graphics kde -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ale@FreeBSD.org -COMMENT= An advanced digital photo management application for KDE - -LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ - kipi.2:${PORTSDIR}/graphics/libkipi \ - gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \ - kexiv2.4:${PORTSDIR}/graphics/libkexiv2 \ - lcms.1:${PORTSDIR}/graphics/lcms \ - kdcraw.3:${PORTSDIR}/graphics/libkdcraw \ - png.5:${PORTSDIR}/graphics/png \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - jasper.4:${PORTSDIR}/graphics/jasper - -USE_BZIP2= yes -USE_AUTOTOOLS= libtool:15 -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 f4380436abb3..000000000000 --- a/graphics/digikam-kde4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (digikam-0.9.3.tar.bz2) = 20497c1a02394505f899ef0757ebefad -SHA256 (digikam-0.9.3.tar.bz2) = 1706a5318a4a555b03e9a7cbeba146ecea25cbb9c445baf22c33e362cba74b4b -SIZE (digikam-0.9.3.tar.bz2) = 10911417 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_lprof_lcmsprf.h b/graphics/digikam-kde4/files/patch-digikam_libs_lprof_lcmsprf.h deleted file mode 100644 index 4c890dae968b..000000000000 --- a/graphics/digikam-kde4/files/patch-digikam_libs_lprof_lcmsprf.h +++ /dev/null @@ -1,10 +0,0 @@ ---- digikam/libs/lprof/lcmsprf.h.orig 2007-09-18 08:30:45.000000000 +0200 -+++ digikam/libs/lprof/lcmsprf.h 2007-09-18 08:36:16.000000000 +0200 -@@ -59,6 +59,7 @@ - #define max(a,b) ((a) > (b)?(a):(b)) - #endif - -+typedef int BOOL; - - /* Matrix operations - arbitrary size ----------------------------------------------------- */ - diff --git a/graphics/digikam-kde4/files/patch-digikam_utilities_cameragui_gpcamera.cpp b/graphics/digikam-kde4/files/patch-digikam_utilities_cameragui_gpcamera.cpp deleted file mode 100644 index f941396355d3..000000000000 --- a/graphics/digikam-kde4/files/patch-digikam_utilities_cameragui_gpcamera.cpp +++ /dev/null @@ -1,30 +0,0 @@ ---- digikam/utilities/cameragui/gpcamera.cpp.orig 2007-09-18 09:23:44.000000000 +0200 -+++ digikam/utilities/cameragui/gpcamera.cpp 2007-09-18 09:24:48.000000000 +0200 -@@ -22,13 +22,6 @@ - * - * ============================================================ */ - --// C Ansi includes. -- --extern "C" --{ --#include <gphoto2.h> --} -- - // C++ includes. - - #include <cstdio> -@@ -47,6 +40,13 @@ - - #include <klocale.h> - -+// C Ansi includes. -+ -+extern "C" -+{ -+#include <gphoto2.h> -+} -+ - // Local includes. - - #include "ddebug.h" diff --git a/graphics/digikam-kde4/files/patch-digikam_utilities_imageeditor_editor_editorwindow.cpp b/graphics/digikam-kde4/files/patch-digikam_utilities_imageeditor_editor_editorwindow.cpp deleted file mode 100644 index 2d528b387f9e..000000000000 --- a/graphics/digikam-kde4/files/patch-digikam_utilities_imageeditor_editor_editorwindow.cpp +++ /dev/null @@ -1,17 +0,0 @@ ---- digikam/utilities/imageeditor/editor/editorwindow.cpp.orig 2008-03-15 12:21:58.000000000 +0100 -+++ digikam/utilities/imageeditor/editor/editorwindow.cpp 2008-03-15 12:36:19.000000000 +0100 -@@ -885,8 +885,12 @@ - m_IOFileSettings->rawDecodingSettings.outputColorSpace = KDcrawIface::RawDecodingSettings::SRGB; - - m_IOFileSettings->rawDecodingSettings.sixteenBitsImage = config->readBoolEntry("SixteenBitsImage", false); -- m_IOFileSettings->rawDecodingSettings.automaticColorBalance = config->readBoolEntry("AutomaticColorBalance", true); -- m_IOFileSettings->rawDecodingSettings.cameraColorBalance = config->readBoolEntry("CameraColorBalance", true); -+ if (config->readBoolEntry("CameraColorBalance", true)) -+ m_IOFileSettings->rawDecodingSettings.whiteBalance = KDcrawIface::RawDecodingSettings::CAMERA; -+ else if (config->readBoolEntry("AutomaticColorBalance", true)) -+ m_IOFileSettings->rawDecodingSettings.whiteBalance = KDcrawIface::RawDecodingSettings::AUTO; -+ else -+ m_IOFileSettings->rawDecodingSettings.whiteBalance = KDcrawIface::RawDecodingSettings::NONE; - m_IOFileSettings->rawDecodingSettings.RGBInterpolate4Colors = config->readBoolEntry("RGBInterpolate4Colors", false); - m_IOFileSettings->rawDecodingSettings.DontStretchPixels = config->readBoolEntry("DontStretchPixels", false); - m_IOFileSettings->rawDecodingSettings.enableNoiseReduction = config->readBoolEntry("EnableNoiseReduction", false); diff --git a/graphics/digikam-kde4/files/patch-digikam_utilities_setup_setupdcraw.cpp b/graphics/digikam-kde4/files/patch-digikam_utilities_setup_setupdcraw.cpp deleted file mode 100644 index 73af8e12ac4e..000000000000 --- a/graphics/digikam-kde4/files/patch-digikam_utilities_setup_setupdcraw.cpp +++ /dev/null @@ -1,28 +0,0 @@ ---- digikam/utilities/setup/setupdcraw.cpp.orig 2008-03-15 13:24:50.000000000 +0100 -+++ digikam/utilities/setup/setupdcraw.cpp 2008-03-15 13:32:56.000000000 +0100 -@@ -89,8 +89,8 @@ - KConfig* config = kapp->config(); - config->setGroup("ImageViewer Settings"); - config->writeEntry("SixteenBitsImage", d->dcrawSettings->sixteenBits()); -- config->writeEntry("CameraColorBalance", d->dcrawSettings->useCameraWB()); -- config->writeEntry("AutomaticColorBalance", d->dcrawSettings->useAutoColorBalance()); -+ config->writeEntry("CameraColorBalance", d->dcrawSettings->whiteBalance() == KDcrawIface::RawDecodingSettings::CAMERA); -+ config->writeEntry("AutomaticColorBalance", d->dcrawSettings->whiteBalance() == KDcrawIface::RawDecodingSettings::AUTO); - config->writeEntry("RGBInterpolate4Colors", d->dcrawSettings->useFourColor()); - config->writeEntry("DontStretchPixels", d->dcrawSettings->useDontStretchPixels()); - config->writeEntry("EnableNoiseReduction", d->dcrawSettings->useNoiseReduction()); -@@ -116,8 +116,12 @@ - d->dcrawSettings->setcaBlueMultiplier(config->readDoubleNumEntry("caBlueMultiplier", 1.0)); - d->dcrawSettings->setDontStretchPixels(config->readBoolEntry("DontStretchPixels", false)); - d->dcrawSettings->setUnclipColor(config->readNumEntry("UnclipColors", 0)); -- d->dcrawSettings->setCameraWB(config->readBoolEntry("CameraColorBalance", true)); -- d->dcrawSettings->setAutoColorBalance(config->readBoolEntry("AutomaticColorBalance", true)); -+ if (config->readBoolEntry("CameraColorBalance", true)) -+ d->dcrawSettings->setWhiteBalance(KDcrawIface::RawDecodingSettings::CAMERA); -+ else if (config->readBoolEntry("AutomaticColorBalance", true)) -+ d->dcrawSettings->setWhiteBalance(KDcrawIface::RawDecodingSettings::AUTO); -+ else -+ d->dcrawSettings->setWhiteBalance(KDcrawIface::RawDecodingSettings::NONE); - d->dcrawSettings->setFourColor(config->readBoolEntry("RGBInterpolate4Colors", false)); - d->dcrawSettings->setQuality((KDcrawIface::RawDecodingSettings::DecodingQuality) - config->readNumEntry("RAWQuality", diff --git a/graphics/digikam-kde4/pkg-descr b/graphics/digikam-kde4/pkg-descr deleted file mode 100644 index 0831887c93a2..000000000000 --- a/graphics/digikam-kde4/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -DigiKam is an advanced digital photo management application for KDE, -which makes importing and organizing digital photos a "snap". -The photos are organized in albums which can be sorted chronologically, -by folder layout or by custom collections. - -An easy-to-use interface is provided that enables you to connect -to your camera and preview, download and/or delete your images. -Basic auto-transformations can be deployed on the fly during -image downloading. - -Digikam also uses the very flexible Kipi plugin architecture. -Install the graphics/kipi-plugins port 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 4ff30a1a1811..000000000000 --- a/graphics/digikam-kde4/pkg-plist +++ /dev/null @@ -1,945 +0,0 @@ -bin/digikam -bin/digikamthemedesigner -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/dcursortracker.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/dlogoaction.h -include/digikam/dmetadata.h -include/digikam/dpopupmenu.h -include/digikam/dprogressdlg.h -include/digikam/greycstorationiface.h -include/digikam/greycstorationsettings.h -include/digikam/greycstorationwidget.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/imagewidget.h -include/digikam/listboxpreviewitem.h -include/digikam/paniconwidget.h -include/digikam/photoinfocontainer.h -include/digikam/previewwidget.h -include/digikam/searchtextbar.h -include/digikam/sidebar.h -include/digikam/squeezedcombobox.h -include/digikam/statusnavigatebar.h -include/digikam/statusprogressbar.h -include/digikam/statuszoombar.h -include/digikam/thumbbar.h -include/digikam/whitebalance.h -include/digikam_export.h -lib/kde3/digikamimageplugin_adjustcurves.a -lib/kde3/digikamimageplugin_adjustcurves.la -lib/kde3/digikamimageplugin_adjustcurves.so -lib/kde3/digikamimageplugin_adjustlevels.a -lib/kde3/digikamimageplugin_adjustlevels.la -lib/kde3/digikamimageplugin_adjustlevels.so -lib/kde3/digikamimageplugin_antivignetting.a -lib/kde3/digikamimageplugin_antivignetting.la -lib/kde3/digikamimageplugin_antivignetting.so -lib/kde3/digikamimageplugin_blurfx.a -lib/kde3/digikamimageplugin_blurfx.la -lib/kde3/digikamimageplugin_blurfx.so -lib/kde3/digikamimageplugin_border.a -lib/kde3/digikamimageplugin_border.la -lib/kde3/digikamimageplugin_border.so -lib/kde3/digikamimageplugin_channelmixer.a -lib/kde3/digikamimageplugin_channelmixer.la -lib/kde3/digikamimageplugin_channelmixer.so -lib/kde3/digikamimageplugin_charcoal.a -lib/kde3/digikamimageplugin_charcoal.la -lib/kde3/digikamimageplugin_charcoal.so -lib/kde3/digikamimageplugin_colorfx.a -lib/kde3/digikamimageplugin_colorfx.la -lib/kde3/digikamimageplugin_colorfx.so -lib/kde3/digikamimageplugin_core.a -lib/kde3/digikamimageplugin_core.la -lib/kde3/digikamimageplugin_core.so -lib/kde3/digikamimageplugin_distortionfx.a -lib/kde3/digikamimageplugin_distortionfx.la -lib/kde3/digikamimageplugin_distortionfx.so -lib/kde3/digikamimageplugin_emboss.a -lib/kde3/digikamimageplugin_emboss.la -lib/kde3/digikamimageplugin_emboss.so -lib/kde3/digikamimageplugin_filmgrain.a -lib/kde3/digikamimageplugin_filmgrain.la -lib/kde3/digikamimageplugin_filmgrain.so -lib/kde3/digikamimageplugin_freerotation.a -lib/kde3/digikamimageplugin_freerotation.la -lib/kde3/digikamimageplugin_freerotation.so -lib/kde3/digikamimageplugin_hotpixels.a -lib/kde3/digikamimageplugin_hotpixels.la -lib/kde3/digikamimageplugin_hotpixels.so -lib/kde3/digikamimageplugin_infrared.a -lib/kde3/digikamimageplugin_infrared.la -lib/kde3/digikamimageplugin_infrared.so -lib/kde3/digikamimageplugin_inpainting.a -lib/kde3/digikamimageplugin_inpainting.la -lib/kde3/digikamimageplugin_inpainting.so -lib/kde3/digikamimageplugin_inserttext.a -lib/kde3/digikamimageplugin_inserttext.la -lib/kde3/digikamimageplugin_inserttext.so -lib/kde3/digikamimageplugin_lensdistortion.a -lib/kde3/digikamimageplugin_lensdistortion.la -lib/kde3/digikamimageplugin_lensdistortion.so -lib/kde3/digikamimageplugin_noisereduction.a -lib/kde3/digikamimageplugin_noisereduction.la -lib/kde3/digikamimageplugin_noisereduction.so -lib/kde3/digikamimageplugin_oilpaint.a -lib/kde3/digikamimageplugin_oilpaint.la -lib/kde3/digikamimageplugin_oilpaint.so -lib/kde3/digikamimageplugin_perspective.a -lib/kde3/digikamimageplugin_perspective.la -lib/kde3/digikamimageplugin_perspective.so -lib/kde3/digikamimageplugin_raindrop.a -lib/kde3/digikamimageplugin_raindrop.la -lib/kde3/digikamimageplugin_raindrop.so -lib/kde3/digikamimageplugin_restoration.a -lib/kde3/digikamimageplugin_restoration.la -lib/kde3/digikamimageplugin_restoration.so -lib/kde3/digikamimageplugin_sheartool.a -lib/kde3/digikamimageplugin_sheartool.la -lib/kde3/digikamimageplugin_sheartool.so -lib/kde3/digikamimageplugin_superimpose.a -lib/kde3/digikamimageplugin_superimpose.la -lib/kde3/digikamimageplugin_superimpose.so -lib/kde3/digikamimageplugin_texture.a -lib/kde3/digikamimageplugin_texture.la -lib/kde3/digikamimageplugin_texture.so -lib/kde3/digikamimageplugin_whitebalance.a -lib/kde3/digikamimageplugin_whitebalance.la -lib/kde3/digikamimageplugin_whitebalance.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_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/kde_infopage_rtl.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/bluejean-texture.png -share/apps/digikam/data/bothhorz.png -share/apps/digikam/data/bothvert.png -share/apps/digikam/data/bricks-texture.png -share/apps/digikam/data/bricks2-texture.png -share/apps/digikam/data/burlap-texture.png -share/apps/digikam/data/canvas-texture.png -share/apps/digikam/data/cellwood-texture.png -share/apps/digikam/data/centerheight.png -share/apps/digikam/data/centerwidth.png -share/apps/digikam/data/chalk-pattern.png -share/apps/digikam/data/color-picker-black.png -share/apps/digikam/data/color-picker-grey.png -share/apps/digikam/data/color-picker-white.png -share/apps/digikam/data/craters-pattern.png -share/apps/digikam/data/curvefree.png -share/apps/digikam/data/curvemooth.png -share/apps/digikam/data/dried-pattern.png -share/apps/digikam/data/duplicatebothhorz.png -share/apps/digikam/data/duplicatebothvert.png -share/apps/digikam/data/fabric-texture.png -share/apps/digikam/data/granit-pattern.png -share/apps/digikam/data/histogram-lin.png -share/apps/digikam/data/histogram-log.png -share/apps/digikam/data/ice-pattern.png -share/apps/digikam/data/image-full.png -share/apps/digikam/data/image-selection.png -share/apps/digikam/data/leaf-pattern.png -share/apps/digikam/data/logo-cimg.png -share/apps/digikam/data/logo-digikam.png -share/apps/digikam/data/logo-exiv2.png -share/apps/digikam/data/logo-gphoto.png -share/apps/digikam/data/logo-lcms.png -share/apps/digikam/data/marble-pattern.png -share/apps/digikam/data/marble-texture.png -share/apps/digikam/data/marble2-texture.png -share/apps/digikam/data/menusidepixmap.png -share/apps/digikam/data/metalwire-texture.png -share/apps/digikam/data/modern-texture.png -share/apps/digikam/data/moss-texture.png -share/apps/digikam/data/original.png -share/apps/digikam/data/paper-pattern.png -share/apps/digikam/data/paper-texture.png -share/apps/digikam/data/paper2-texture.png -share/apps/digikam/data/parque-pattern.png -share/apps/digikam/data/pine-pattern.png -share/apps/digikam/data/pink-pattern.png -share/apps/digikam/data/rain-pattern.png -share/apps/digikam/data/rating.png -share/apps/digikam/data/rock-pattern.png -share/apps/digikam/data/stone-pattern.png -share/apps/digikam/data/stone-texture.png -share/apps/digikam/data/target.png -share/apps/digikam/data/togglemouseover.png -share/apps/digikam/data/wall-pattern.png -share/apps/digikam/data/wall-texture.png -share/apps/digikam/data/wood-pattern.png -share/apps/digikam/data/worldmap.jpg -share/apps/digikam/data/zoom10.png -share/apps/digikam/data/zoom20.png -share/apps/digikam/data/zoom30.png -share/apps/digikam/digikam-splash.png -share/apps/digikam/digikamimageplugin_adjustcurves_ui.rc -share/apps/digikam/digikamimageplugin_adjustlevels_ui.rc -share/apps/digikam/digikamimageplugin_antivignetting_ui.rc -share/apps/digikam/digikamimageplugin_blurfx_ui.rc -share/apps/digikam/digikamimageplugin_border_ui.rc -share/apps/digikam/digikamimageplugin_channelmixer_ui.rc -share/apps/digikam/digikamimageplugin_charcoal_ui.rc -share/apps/digikam/digikamimageplugin_colorfx_ui.rc -share/apps/digikam/digikamimageplugin_core_ui.rc -share/apps/digikam/digikamimageplugin_distortionfx_ui.rc -share/apps/digikam/digikamimageplugin_emboss_ui.rc -share/apps/digikam/digikamimageplugin_filmgrain_ui.rc -share/apps/digikam/digikamimageplugin_freerotation_ui.rc -share/apps/digikam/digikamimageplugin_hotpixels_ui.rc -share/apps/digikam/digikamimageplugin_infrared_ui.rc -share/apps/digikam/digikamimageplugin_inpainting_ui.rc -share/apps/digikam/digikamimageplugin_inserttext_ui.rc -share/apps/digikam/digikamimageplugin_lensdistortion_ui.rc -share/apps/digikam/digikamimageplugin_noisereduction_ui.rc -share/apps/digikam/digikamimageplugin_oilpaint_ui.rc -share/apps/digikam/digikamimageplugin_perspective_ui.rc -share/apps/digikam/digikamimageplugin_raindrop_ui.rc -share/apps/digikam/digikamimageplugin_restoration_ui.rc -share/apps/digikam/digikamimageplugin_sheartool_ui.rc -share/apps/digikam/digikamimageplugin_superimpose_ui.rc -share/apps/digikam/digikamimageplugin_texture_ui.rc -share/apps/digikam/digikamimageplugin_whitebalance_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/adjustcurves.png -share/apps/digikam/icons/hicolor/128x128/actions/adjusthsl.png -share/apps/digikam/icons/hicolor/128x128/actions/adjustlevels.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/antivignetting.png -share/apps/digikam/icons/hicolor/128x128/actions/autocorrection.png -share/apps/digikam/icons/hicolor/128x128/actions/blurfx.png -share/apps/digikam/icons/hicolor/128x128/actions/blurimage.png -share/apps/digikam/icons/hicolor/128x128/actions/bordertool.png -share/apps/digikam/icons/hicolor/128x128/actions/bwtonal.png -share/apps/digikam/icons/hicolor/128x128/actions/channelmixer.png -share/apps/digikam/icons/hicolor/128x128/actions/charcoaltool.png -share/apps/digikam/icons/hicolor/128x128/actions/colorfx.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/distortionfx.png -share/apps/digikam/icons/hicolor/128x128/actions/editimage.png -share/apps/digikam/icons/hicolor/128x128/actions/embosstool.png -share/apps/digikam/icons/hicolor/128x128/actions/exifinfo.png -share/apps/digikam/icons/hicolor/128x128/actions/filmgrain.png -share/apps/digikam/icons/hicolor/128x128/actions/freerotation.png -share/apps/digikam/icons/hicolor/128x128/actions/histogram.png -share/apps/digikam/icons/hicolor/128x128/actions/hotpixels.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/infrared.png -share/apps/digikam/icons/hicolor/128x128/actions/inpainting.png -share/apps/digikam/icons/hicolor/128x128/actions/inserttext.png -share/apps/digikam/icons/hicolor/128x128/actions/invertimage.png -share/apps/digikam/icons/hicolor/128x128/actions/lensdistortion.png -share/apps/digikam/icons/hicolor/128x128/actions/noisereduction.png -share/apps/digikam/icons/hicolor/128x128/actions/oilpaint.png -share/apps/digikam/icons/hicolor/128x128/actions/perspective.png -share/apps/digikam/icons/hicolor/128x128/actions/raindrop.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/restoration.png -share/apps/digikam/icons/hicolor/128x128/actions/sharpenimage.png -share/apps/digikam/icons/hicolor/128x128/actions/shear.png -share/apps/digikam/icons/hicolor/128x128/actions/slideshow.png -share/apps/digikam/icons/hicolor/128x128/actions/superimpose.png -share/apps/digikam/icons/hicolor/128x128/actions/texture.png -share/apps/digikam/icons/hicolor/128x128/actions/viewimage.png -share/apps/digikam/icons/hicolor/128x128/actions/whitebalance.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/adjustcurves.png -share/apps/digikam/icons/hicolor/16x16/actions/adjusthsl.png -share/apps/digikam/icons/hicolor/16x16/actions/adjustlevels.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/antivignetting.png -share/apps/digikam/icons/hicolor/16x16/actions/autocorrection.png -share/apps/digikam/icons/hicolor/16x16/actions/blurfx.png -share/apps/digikam/icons/hicolor/16x16/actions/blurimage.png -share/apps/digikam/icons/hicolor/16x16/actions/bordertool.png -share/apps/digikam/icons/hicolor/16x16/actions/bwtonal.png -share/apps/digikam/icons/hicolor/16x16/actions/channelmixer.png -share/apps/digikam/icons/hicolor/16x16/actions/charcoaltool.png -share/apps/digikam/icons/hicolor/16x16/actions/colorfx.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/distortionfx.png -share/apps/digikam/icons/hicolor/16x16/actions/editimage.png -share/apps/digikam/icons/hicolor/16x16/actions/embosstool.png -share/apps/digikam/icons/hicolor/16x16/actions/exifinfo.png -share/apps/digikam/icons/hicolor/16x16/actions/filmgrain.png -share/apps/digikam/icons/hicolor/16x16/actions/flip.png -share/apps/digikam/icons/hicolor/16x16/actions/freerotation.png -share/apps/digikam/icons/hicolor/16x16/actions/histogram.png -share/apps/digikam/icons/hicolor/16x16/actions/hotpixels.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/infrared.png -share/apps/digikam/icons/hicolor/16x16/actions/inpainting.png -share/apps/digikam/icons/hicolor/16x16/actions/inserttext.png -share/apps/digikam/icons/hicolor/16x16/actions/invertimage.png -share/apps/digikam/icons/hicolor/16x16/actions/lensdistortion.png -share/apps/digikam/icons/hicolor/16x16/actions/mirror.png -share/apps/digikam/icons/hicolor/16x16/actions/noisereduction.png -share/apps/digikam/icons/hicolor/16x16/actions/oilpaint.png -share/apps/digikam/icons/hicolor/16x16/actions/perspective.png -share/apps/digikam/icons/hicolor/16x16/actions/raindrop.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/restoration.png -share/apps/digikam/icons/hicolor/16x16/actions/sharpenimage.png -share/apps/digikam/icons/hicolor/16x16/actions/shear.png -share/apps/digikam/icons/hicolor/16x16/actions/slideshow.png -share/apps/digikam/icons/hicolor/16x16/actions/superimpose.png -share/apps/digikam/icons/hicolor/16x16/actions/texture.png -share/apps/digikam/icons/hicolor/16x16/actions/viewimage.png -share/apps/digikam/icons/hicolor/16x16/actions/whitebalance.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/adjustcurves.png -share/apps/digikam/icons/hicolor/22x22/actions/adjusthsl.png -share/apps/digikam/icons/hicolor/22x22/actions/adjustlevels.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/antivignetting.png -share/apps/digikam/icons/hicolor/22x22/actions/autocorrection.png -share/apps/digikam/icons/hicolor/22x22/actions/blurfx.png -share/apps/digikam/icons/hicolor/22x22/actions/blurimage.png -share/apps/digikam/icons/hicolor/22x22/actions/bordertool.png -share/apps/digikam/icons/hicolor/22x22/actions/bwtonal.png -share/apps/digikam/icons/hicolor/22x22/actions/channelmixer.png -share/apps/digikam/icons/hicolor/22x22/actions/charcoaltool.png -share/apps/digikam/icons/hicolor/22x22/actions/colorfx.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/distortionfx.png -share/apps/digikam/icons/hicolor/22x22/actions/editimage.png -share/apps/digikam/icons/hicolor/22x22/actions/embosstool.png -share/apps/digikam/icons/hicolor/22x22/actions/exifinfo.png -share/apps/digikam/icons/hicolor/22x22/actions/filmgrain.png -share/apps/digikam/icons/hicolor/22x22/actions/flip.png -share/apps/digikam/icons/hicolor/22x22/actions/freerotation.png -share/apps/digikam/icons/hicolor/22x22/actions/histogram.png -share/apps/digikam/icons/hicolor/22x22/actions/hotpixels.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/infrared.png -share/apps/digikam/icons/hicolor/22x22/actions/inpainting.png -share/apps/digikam/icons/hicolor/22x22/actions/inserttext.png -share/apps/digikam/icons/hicolor/22x22/actions/invertimage.png -share/apps/digikam/icons/hicolor/22x22/actions/lensdistortion.png -share/apps/digikam/icons/hicolor/22x22/actions/mirror.png -share/apps/digikam/icons/hicolor/22x22/actions/noisereduction.png -share/apps/digikam/icons/hicolor/22x22/actions/oilpaint.png -share/apps/digikam/icons/hicolor/22x22/actions/perspective.png -share/apps/digikam/icons/hicolor/22x22/actions/raindrop.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/restoration.png -share/apps/digikam/icons/hicolor/22x22/actions/sharpenimage.png -share/apps/digikam/icons/hicolor/22x22/actions/shear.png -share/apps/digikam/icons/hicolor/22x22/actions/slideshow.png -share/apps/digikam/icons/hicolor/22x22/actions/superimpose.png -share/apps/digikam/icons/hicolor/22x22/actions/texture.png -share/apps/digikam/icons/hicolor/22x22/actions/viewimage.png -share/apps/digikam/icons/hicolor/22x22/actions/whitebalance.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/adjustcurves.png -share/apps/digikam/icons/hicolor/32x32/actions/adjusthsl.png -share/apps/digikam/icons/hicolor/32x32/actions/adjustlevels.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/antivignetting.png -share/apps/digikam/icons/hicolor/32x32/actions/autocorrection.png -share/apps/digikam/icons/hicolor/32x32/actions/blurfx.png -share/apps/digikam/icons/hicolor/32x32/actions/blurimage.png -share/apps/digikam/icons/hicolor/32x32/actions/bordertool.png -share/apps/digikam/icons/hicolor/32x32/actions/bwtonal.png -share/apps/digikam/icons/hicolor/32x32/actions/channelmixer.png -share/apps/digikam/icons/hicolor/32x32/actions/charcoaltool.png -share/apps/digikam/icons/hicolor/32x32/actions/colorfx.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/digikamimageplugins.png -share/apps/digikam/icons/hicolor/32x32/actions/digitalcam.png -share/apps/digikam/icons/hicolor/32x32/actions/distortionfx.png -share/apps/digikam/icons/hicolor/32x32/actions/editimage.png -share/apps/digikam/icons/hicolor/32x32/actions/embosstool.png -share/apps/digikam/icons/hicolor/32x32/actions/exifinfo.png -share/apps/digikam/icons/hicolor/32x32/actions/filmgrain.png -share/apps/digikam/icons/hicolor/32x32/actions/flip.png -share/apps/digikam/icons/hicolor/32x32/actions/freerotation.png -share/apps/digikam/icons/hicolor/32x32/actions/histogram.png -share/apps/digikam/icons/hicolor/32x32/actions/hotpixels.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/infrared.png -share/apps/digikam/icons/hicolor/32x32/actions/inpainting.png -share/apps/digikam/icons/hicolor/32x32/actions/inserttext.png -share/apps/digikam/icons/hicolor/32x32/actions/invertimage.png -share/apps/digikam/icons/hicolor/32x32/actions/lensdistortion.png -share/apps/digikam/icons/hicolor/32x32/actions/lighttable.png -share/apps/digikam/icons/hicolor/32x32/actions/lighttableadd.png -share/apps/digikam/icons/hicolor/32x32/actions/mirror.png -share/apps/digikam/icons/hicolor/32x32/actions/noisereduction.png -share/apps/digikam/icons/hicolor/32x32/actions/oilpaint.png -share/apps/digikam/icons/hicolor/32x32/actions/overexposure.png -share/apps/digikam/icons/hicolor/32x32/actions/perspective.png -share/apps/digikam/icons/hicolor/32x32/actions/raindrop.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/restoration.png -share/apps/digikam/icons/hicolor/32x32/actions/sharpenimage.png -share/apps/digikam/icons/hicolor/32x32/actions/shear.png -share/apps/digikam/icons/hicolor/32x32/actions/slideshow.png -share/apps/digikam/icons/hicolor/32x32/actions/superimpose.png -share/apps/digikam/icons/hicolor/32x32/actions/tag-addressbook.png -share/apps/digikam/icons/hicolor/32x32/actions/tag-assigned.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/texture.png -share/apps/digikam/icons/hicolor/32x32/actions/underexposure.png -share/apps/digikam/icons/hicolor/32x32/actions/viewimage.png -share/apps/digikam/icons/hicolor/32x32/actions/whitebalance.png -share/apps/digikam/icons/hicolor/32x32/apps/digikam.png -share/apps/digikam/icons/hicolor/32x32/apps/digikamimageplugins.png -share/apps/digikam/icons/hicolor/48x48/actions/addimagefolder.png -share/apps/digikam/icons/hicolor/48x48/actions/adjustcurves.png -share/apps/digikam/icons/hicolor/48x48/actions/adjusthsl.png -share/apps/digikam/icons/hicolor/48x48/actions/adjustlevels.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/antivignetting.png -share/apps/digikam/icons/hicolor/48x48/actions/autocorrection.png -share/apps/digikam/icons/hicolor/48x48/actions/blurfx.png -share/apps/digikam/icons/hicolor/48x48/actions/blurimage.png -share/apps/digikam/icons/hicolor/48x48/actions/bordertool.png -share/apps/digikam/icons/hicolor/48x48/actions/bwtonal.png -share/apps/digikam/icons/hicolor/48x48/actions/channelmixer.png -share/apps/digikam/icons/hicolor/48x48/actions/charcoaltool.png -share/apps/digikam/icons/hicolor/48x48/actions/colorfx.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/distortionfx.png -share/apps/digikam/icons/hicolor/48x48/actions/editimage.png -share/apps/digikam/icons/hicolor/48x48/actions/embosstool.png -share/apps/digikam/icons/hicolor/48x48/actions/exifinfo.png -share/apps/digikam/icons/hicolor/48x48/actions/filmgrain.png -share/apps/digikam/icons/hicolor/48x48/actions/flip.png -share/apps/digikam/icons/hicolor/48x48/actions/freerotation.png -share/apps/digikam/icons/hicolor/48x48/actions/histogram.png -share/apps/digikam/icons/hicolor/48x48/actions/hotpixels.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/infrared.png -share/apps/digikam/icons/hicolor/48x48/actions/inpainting.png -share/apps/digikam/icons/hicolor/48x48/actions/inserttext.png -share/apps/digikam/icons/hicolor/48x48/actions/invertimage.png -share/apps/digikam/icons/hicolor/48x48/actions/lensdistortion.png -share/apps/digikam/icons/hicolor/48x48/actions/mirror.png -share/apps/digikam/icons/hicolor/48x48/actions/noisereduction.png -share/apps/digikam/icons/hicolor/48x48/actions/oilpaint.png -share/apps/digikam/icons/hicolor/48x48/actions/perspective.png -share/apps/digikam/icons/hicolor/48x48/actions/raindrop.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/restoration.png -share/apps/digikam/icons/hicolor/48x48/actions/sharpenimage.png -share/apps/digikam/icons/hicolor/48x48/actions/shear.png -share/apps/digikam/icons/hicolor/48x48/actions/slideshow.png -share/apps/digikam/icons/hicolor/48x48/actions/superimpose.png -share/apps/digikam/icons/hicolor/48x48/actions/texture.png -share/apps/digikam/icons/hicolor/48x48/actions/viewimage.png -share/apps/digikam/icons/hicolor/48x48/actions/whitebalance.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/adjustcurves.png -share/apps/digikam/icons/hicolor/64x64/actions/adjusthsl.png -share/apps/digikam/icons/hicolor/64x64/actions/adjustlevels.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/antivignetting.png -share/apps/digikam/icons/hicolor/64x64/actions/autocorrection.png -share/apps/digikam/icons/hicolor/64x64/actions/blurfx.png -share/apps/digikam/icons/hicolor/64x64/actions/blurimage.png -share/apps/digikam/icons/hicolor/64x64/actions/bordertool.png -share/apps/digikam/icons/hicolor/64x64/actions/bwtonal.png -share/apps/digikam/icons/hicolor/64x64/actions/channelmixer.png -share/apps/digikam/icons/hicolor/64x64/actions/charcoaltool.png -share/apps/digikam/icons/hicolor/64x64/actions/colorfx.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/distortionfx.png -share/apps/digikam/icons/hicolor/64x64/actions/editimage.png -share/apps/digikam/icons/hicolor/64x64/actions/embosstool.png -share/apps/digikam/icons/hicolor/64x64/actions/exifinfo.png -share/apps/digikam/icons/hicolor/64x64/actions/filmgrain.png -share/apps/digikam/icons/hicolor/64x64/actions/freerotation.png -share/apps/digikam/icons/hicolor/64x64/actions/histogram.png -share/apps/digikam/icons/hicolor/64x64/actions/hotpixels.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/infrared.png -share/apps/digikam/icons/hicolor/64x64/actions/inpainting.png -share/apps/digikam/icons/hicolor/64x64/actions/inserttext.png -share/apps/digikam/icons/hicolor/64x64/actions/invertimage.png -share/apps/digikam/icons/hicolor/64x64/actions/lensdistortion.png -share/apps/digikam/icons/hicolor/64x64/actions/noisereduction.png -share/apps/digikam/icons/hicolor/64x64/actions/oilpaint.png -share/apps/digikam/icons/hicolor/64x64/actions/perspective.png -share/apps/digikam/icons/hicolor/64x64/actions/raindrop.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/restoration.png -share/apps/digikam/icons/hicolor/64x64/actions/sharpenimage.png -share/apps/digikam/icons/hicolor/64x64/actions/shear.png -share/apps/digikam/icons/hicolor/64x64/actions/slideshow.png -share/apps/digikam/icons/hicolor/64x64/actions/superimpose.png -share/apps/digikam/icons/hicolor/64x64/actions/texture.png -share/apps/digikam/icons/hicolor/64x64/actions/viewimage.png -share/apps/digikam/icons/hicolor/64x64/actions/whitebalance.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/adjustcurves.svgz -share/apps/digikam/icons/hicolor/scalable/actions/adjustlevels.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/antivignetting.svgz -share/apps/digikam/icons/hicolor/scalable/actions/autocorrection.svgz -share/apps/digikam/icons/hicolor/scalable/actions/blurfx.svgz -share/apps/digikam/icons/hicolor/scalable/actions/blurimage.svgz -share/apps/digikam/icons/hicolor/scalable/actions/bordertool.svgz -share/apps/digikam/icons/hicolor/scalable/actions/bwtonal.svgz -share/apps/digikam/icons/hicolor/scalable/actions/channelmixer.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/distortionfx.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/filmgrain.svgz -share/apps/digikam/icons/hicolor/scalable/actions/freerotation.svgz -share/apps/digikam/icons/hicolor/scalable/actions/histogram.svgz -share/apps/digikam/icons/hicolor/scalable/actions/hotpixels.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/inpainting.svgz -share/apps/digikam/icons/hicolor/scalable/actions/inserttext.svgz -share/apps/digikam/icons/hicolor/scalable/actions/invertimage.svgz -share/apps/digikam/icons/hicolor/scalable/actions/noisereduction.svgz -share/apps/digikam/icons/hicolor/scalable/actions/perspective.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/restoration.svgz -share/apps/digikam/icons/hicolor/scalable/actions/sharpenimage.svgz -share/apps/digikam/icons/hicolor/scalable/actions/shear.svgz -share/apps/digikam/icons/hicolor/scalable/actions/slideshow.svgz -share/apps/digikam/icons/hicolor/scalable/actions/superimpose.svgz -share/apps/digikam/icons/hicolor/scalable/actions/texture.svgz -share/apps/digikam/icons/hicolor/scalable/actions/whitebalance.svgz -share/apps/digikam/lighttablewindowui.rc -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/srgb-d65.icm -share/apps/digikam/profiles/widegamut.icm -share/apps/digikam/themes/Blue -share/apps/digikam/themes/Clean -share/apps/digikam/themes/DLR -share/apps/digikam/themes/Dark -share/apps/digikam/themes/Dessert -share/apps/digikam/themes/Digikasa -share/apps/digikam/themes/Dreary -share/apps/digikam/themes/Gray -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/menusidepixmap.png -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/fa/LC_MESSAGES/digikam.mo -share/locale/fi/LC_MESSAGES/digikam.mo -share/locale/fr/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/nds/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/th/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_adjustcurves.desktop -share/services/digikamimageplugin_adjustlevels.desktop -share/services/digikamimageplugin_antivignetting.desktop -share/services/digikamimageplugin_blurfx.desktop -share/services/digikamimageplugin_border.desktop -share/services/digikamimageplugin_channelmixer.desktop -share/services/digikamimageplugin_charcoal.desktop -share/services/digikamimageplugin_colorfx.desktop -share/services/digikamimageplugin_core.desktop -share/services/digikamimageplugin_distortionfx.desktop -share/services/digikamimageplugin_emboss.desktop -share/services/digikamimageplugin_filmgrain.desktop -share/services/digikamimageplugin_freerotation.desktop -share/services/digikamimageplugin_hotpixels.desktop -share/services/digikamimageplugin_infrared.desktop -share/services/digikamimageplugin_inpainting.desktop -share/services/digikamimageplugin_inserttext.desktop -share/services/digikamimageplugin_lensdistortion.desktop -share/services/digikamimageplugin_noisereduction.desktop -share/services/digikamimageplugin_oilpaint.desktop -share/services/digikamimageplugin_perspective.desktop -share/services/digikamimageplugin_raindrop.desktop -share/services/digikamimageplugin_restoration.desktop -share/services/digikamimageplugin_sheartool.desktop -share/services/digikamimageplugin_superimpose.desktop -share/services/digikamimageplugin_texture.desktop -share/services/digikamimageplugin_whitebalance.desktop -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/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile deleted file mode 100644 index b01fc7fefcfc..000000000000 --- a/graphics/giflib/Makefile +++ /dev/null @@ -1,43 +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= 5 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= giflib -PKGNAMESUFFIX= ${NOX11SUFFIX}${PKGNAMESUFFIX2} - -MAINTAINER= dinoex@FreeBSD.org -COMMENT= Tools and library routines for working with GIF images - -USE_BZIP2= yes -USE_AUTOTOOLS= libtool:15 -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 -NOX11SUFFIX= -nox11 -.else -USE_XORG= sm x11 -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/gwenview-kde4/Makefile b/graphics/gwenview-kde4/Makefile deleted file mode 100644 index 8575de16d84a..000000000000 --- a/graphics/gwenview-kde4/Makefile +++ /dev/null @@ -1,33 +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.2 -PORTREVISION= 2 -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.2:${PORTSDIR}/graphics/libkipi \ - exiv2.3:${PORTSDIR}/graphics/exiv2 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_KDELIBS_VER=3 -USE_AUTOTOOLS= libtool:15 - -CONFIGURE_ARGS+=--enable-kipi - -MAN1= gwenview.1 - -post-patch: - @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} - -.include <bsd.port.mk> diff --git a/graphics/gwenview-kde4/distinfo b/graphics/gwenview-kde4/distinfo deleted file mode 100644 index e7765a8416f9..000000000000 --- a/graphics/gwenview-kde4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gwenview-1.4.2.tar.bz2) = 33c3fc68224d57f5f5cc4d34b48293c6 -SHA256 (gwenview-1.4.2.tar.bz2) = 26ec1a3f3ac7cce9584b44e6090402776fb84df3fc5f9e5aadbe66e9887851fd -SIZE (gwenview-1.4.2.tar.bz2) = 984977 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/hs-HGL/Makefile b/graphics/hs-HGL/Makefile deleted file mode 100644 index 63ef5d51a315..000000000000 --- a/graphics/hs-HGL/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# New ports collection makefile for: hs-HGL-ghc -# Date created: February 25 2008 -# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= HGL -PORTVERSION= 3.2.0.0 -CATEGORIES= graphics haskell -MASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ -PKGNAMEPREFIX= hs- -PKGNAMESUFFIX= -ghc - -MAINTAINER= jacula@gmail.com -COMMENT= A simple graphics library based on X11 or Win32 - -BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc \ - hs-x11-ghc>=1.2.1:${PORTSDIR}/x11/hs-x11-ghc - -GHC_VERSION= 6.8.2 - -CABAL_CMD= ${LOCALBASE}/bin/runghc Setup.hs - -HGL_LIBDIR_REL= lib/${DISTNAME} -DOCSDIR= ${PREFIX}/share/doc/${DISTNAME} - -PLIST_SUB= GHC_VERSION=${GHC_VERSION} \ - HGL_LIBDIR_REL=${HGL_LIBDIR_REL} - -.if defined(NOPORTDOCS) -PLIST_SUB+= NOPORTDOCS="" -.else -PLIST_SUB+= NOPORTDOCS="@comment " -.endif - -.if !defined(NOPORTDOCS) -BUILD_DEPENDS+= haddock:${PORTSDIR}/devel/hs-haddock \ - HsColour:${PORTSDIR}/print/hs-hscolour - -HSCOLOUR_VERSION= 1.9 - -PORTDOCS= * -.endif - -.SILENT: - -do-configure: - cd ${WRKSRC} && ${CABAL_CMD} configure --ghc --prefix=${PREFIX} - -do-build: - cd ${WRKSRC} && ${CABAL_CMD} build \ - && ${CABAL_CMD} register --gen-script - -.if !defined(NOPORTDOCS) - cd ${WRKSRC} && ${CABAL_CMD} haddock --executables --hyperlink-source \ - --hscolour-css=${LOCALBASE}/share/hscolour-${HSCOLOUR_VERSION}/hscolour.css -.endif - -do-install: - cd ${WRKSRC} && ${CABAL_CMD} install \ - && ${INSTALL_SCRIPT} register.sh ${PREFIX}/${HGL_LIBDIR_REL}/register.sh - @${RM} -f ${PREFIX}/lib/ghc-${GHC_VERSION}/package.conf.old - -.include <bsd.port.mk> diff --git a/graphics/hs-HGL/distinfo b/graphics/hs-HGL/distinfo deleted file mode 100644 index e3ff6239b7e9..000000000000 --- a/graphics/hs-HGL/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (HGL-3.2.0.0.tar.gz) = 9d3858e5d76e10cdbaf9f5dabf3287e7 -SHA256 (HGL-3.2.0.0.tar.gz) = fa7cb1981f6e5a89b35e0fc2593c0945175a0d97fc3bc356cc8724fa1c881e86 -SIZE (HGL-3.2.0.0.tar.gz) = 38824 diff --git a/graphics/hs-HGL/pkg-descr b/graphics/hs-HGL/pkg-descr deleted file mode 100644 index 0364f499e3db..000000000000 --- a/graphics/hs-HGL/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -A simple graphics library, designed to give the programmer access -to most interesting parts of the Win32 Graphics Device Interface -and X11 library without exposing the programmer to the pain and -anguish usually associated with using these interfaces. -The library also includes a module Graphics.SOE providing the -interface used in "The Haskell School of Expression", by Paul -Hudak, cf <http://www.haskell.org/soe/>. - -author: Alastair Reid -maintainer: <libraries@haskell.org> -license: BSD3 -WWW: http://www.haskell.org/graphics/index.html -package-url: http://hackage.haskell.org/packages/archive/HGL - -exposed-modules: - Graphics.HGL.Core, Graphics.HGL.Draw, - Graphics.HGL.Units, Graphics.HGL.Key, - Graphics.HGL.Run, Graphics.HGL.Draw.Brush, - Graphics.HGL.Draw.Font, Graphics.HGL.Draw.Monad, - Graphics.HGL.Draw.Pen, Graphics.HGL.Draw.Picture, - Graphics.HGL.Draw.Region, Graphics.HGL.Draw.Text, - Graphics.HGL.Utils, Graphics.HGL.Window, - Graphics.HGL, Graphics.SOE diff --git a/graphics/hs-HGL/pkg-plist b/graphics/hs-HGL/pkg-plist deleted file mode 100644 index c583112ee951..000000000000 --- a/graphics/hs-HGL/pkg-plist +++ /dev/null @@ -1,43 +0,0 @@ -%%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Graphics/HGL.hi -%%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Graphics/HGL/Core.hi -%%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Graphics/HGL/Draw.hi -%%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Graphics/HGL/Draw/Brush.hi -%%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Graphics/HGL/Draw/Font.hi -%%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Graphics/HGL/Draw/Monad.hi -%%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Graphics/HGL/Draw/Pen.hi -%%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Graphics/HGL/Draw/Picture.hi -%%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Graphics/HGL/Draw/Region.hi -%%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Graphics/HGL/Draw/Text.hi -%%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Graphics/HGL/Internals/Draw.hi -%%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Graphics/HGL/Internals/Event.hi -%%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Graphics/HGL/Internals/Events.hi -%%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Graphics/HGL/Internals/Flag.hi -%%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Graphics/HGL/Internals/Types.hi -%%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Graphics/HGL/Internals/Utilities.hi -%%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Graphics/HGL/Key.hi -%%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Graphics/HGL/Run.hi -%%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Graphics/HGL/Units.hi -%%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Graphics/HGL/Utils.hi -%%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Graphics/HGL/Window.hi -%%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Graphics/HGL/X11/DC.hi -%%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Graphics/HGL/X11/Display.hi -%%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Graphics/HGL/X11/Timer.hi -%%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Graphics/HGL/X11/Types.hi -%%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Graphics/HGL/X11/Window.hi -%%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Graphics/SOE.hi -%%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/HSHGL-3.2.0.0.o -%%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/libHSHGL-3.2.0.0.a -%%HGL_LIBDIR_REL%%/register.sh -%%NOPORTDOCS%%%%DOCSDIR%%/LICENSE -%%NOPORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Graphics/HGL/X11 -@dirrm %%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Graphics/HGL/Internals -@dirrm %%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Graphics/HGL/Draw -@dirrm %%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Graphics/HGL -@dirrm %%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Graphics -@dirrm %%HGL_LIBDIR_REL%%/ghc-%%GHC_VERSION%% -@dirrm %%HGL_LIBDIR_REL%% -@exec /bin/sh %D/%%HGL_LIBDIR_REL%%/register.sh -@exec rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old -@unexec if [ -x %D/bin/ghc-pkg ]; then %D/bin/ghc-pkg unregister HGL || /usr/bin/true; fi -@unexec if [ -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old ]; then rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old || /usr/bin/true; fi 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 2061f57cceb0..000000000000 --- a/graphics/kamera-kde4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (KDE/kdegraphics-3.5.8.tar.bz2) = a3a31fc0e5b791ef330dd0627095d90f -SHA256 (KDE/kdegraphics-3.5.8.tar.bz2) = 4d041d892f17ef90e0029ef14925980cf6a637d7a9971fba5835a5620ff3e155 -SIZE (KDE/kdegraphics-3.5.8.tar.bz2) = 7444011 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 2061f57cceb0..000000000000 --- a/graphics/kdegraphics4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (KDE/kdegraphics-3.5.8.tar.bz2) = a3a31fc0e5b791ef330dd0627095d90f -SHA256 (KDE/kdegraphics-3.5.8.tar.bz2) = 4d041d892f17ef90e0029ef14925980cf6a637d7a9971fba5835a5620ff3e155 -SIZE (KDE/kdegraphics-3.5.8.tar.bz2) = 7444011 diff --git a/graphics/kdegraphics4/files/patch-post-3.5.8-kdegraphics-kpdf.diff b/graphics/kdegraphics4/files/patch-post-3.5.8-kdegraphics-kpdf.diff deleted file mode 100644 index 94e44a0280e9..000000000000 --- a/graphics/kdegraphics4/files/patch-post-3.5.8-kdegraphics-kpdf.diff +++ /dev/null @@ -1,643 +0,0 @@ ---- kpdf/xpdf/xpdf/Stream.cc -+++ kpdf/xpdf/xpdf/Stream.cc -@@ -1245,23 +1245,26 @@ CCITTFaxStream::CCITTFaxStream(Stream *s - columns = columnsA; - if (columns < 1) { - columns = 1; -- } -- if (columns + 4 <= 0) { -- columns = INT_MAX - 4; -+ } else if (columns > INT_MAX - 2) { -+ columns = INT_MAX - 2; - } - rows = rowsA; - endOfBlock = endOfBlockA; - black = blackA; -- refLine = (short *)gmallocn(columns + 3, sizeof(short)); -- codingLine = (short *)gmallocn(columns + 2, sizeof(short)); -+ // 0 <= codingLine[0] < codingLine[1] < ... < codingLine[n] = columns -+ // ---> max codingLine size = columns + 1 -+ // refLine has one extra guard entry at the end -+ // ---> max refLine size = columns + 2 -+ codingLine = (int *)gmallocn(columns + 1, sizeof(int)); -+ refLine = (int *)gmallocn(columns + 2, sizeof(int)); - - eof = gFalse; - row = 0; - nextLine2D = encoding < 0; - inputBits = 0; -- codingLine[0] = 0; -- codingLine[1] = refLine[2] = columns; -- a0 = 1; -+ codingLine[0] = columns; -+ a0i = 0; -+ outputBits = 0; - - buf = EOF; - } -@@ -1280,9 +1283,9 @@ void CCITTFaxStream::reset() { - row = 0; - nextLine2D = encoding < 0; - inputBits = 0; -- codingLine[0] = 0; -- codingLine[1] = columns; -- a0 = 1; -+ codingLine[0] = columns; -+ a0i = 0; -+ outputBits = 0; - buf = EOF; - - // skip any initial zero bits and end-of-line marker, and get the 2D -@@ -1299,211 +1302,230 @@ void CCITTFaxStream::reset() { - } - } - -+inline void CCITTFaxStream::addPixels(int a1, int blackPixels) { -+ if (a1 > codingLine[a0i]) { -+ if (a1 > columns) { -+ error(getPos(), "CCITTFax row is wrong length (%d)", a1); -+ err = gTrue; -+ a1 = columns; -+ } -+ if ((a0i & 1) ^ blackPixels) { -+ ++a0i; -+ } -+ codingLine[a0i] = a1; -+ } -+} -+ -+inline void CCITTFaxStream::addPixelsNeg(int a1, int blackPixels) { -+ if (a1 > codingLine[a0i]) { -+ if (a1 > columns) { -+ error(getPos(), "CCITTFax row is wrong length (%d)", a1); -+ err = gTrue; -+ a1 = columns; -+ } -+ if ((a0i & 1) ^ blackPixels) { -+ ++a0i; -+ } -+ codingLine[a0i] = a1; -+ } else if (a1 < codingLine[a0i]) { -+ if (a1 < 0) { -+ error(getPos(), "Invalid CCITTFax code"); -+ err = gTrue; -+ a1 = 0; -+ } -+ while (a0i > 0 && a1 <= codingLine[a0i - 1]) { -+ --a0i; -+ } -+ codingLine[a0i] = a1; -+ } -+} -+ - int CCITTFaxStream::lookChar() { - short code1, code2, code3; -- int a0New; -- GBool err, gotEOL; -- int ret; -- int bits, i; -+ int b1i, blackPixels, i, bits; -+ GBool gotEOL; - -- // if at eof just return EOF -- if (eof && codingLine[a0] >= columns) { -- return EOF; -+ if (buf != EOF) { -+ return buf; - } - - // read the next row -- err = gFalse; -- if (codingLine[a0] >= columns) { -+ if (outputBits == 0) { -+ -+ // if at eof just return EOF -+ if (eof) { -+ return EOF; -+ } -+ -+ err = gFalse; - - // 2-D encoding - if (nextLine2D) { -- // state: -- // a0New = current position in coding line (0 <= a0New <= columns) -- // codingLine[a0] = last change in coding line -- // (black-to-white if a0 is even, -- // white-to-black if a0 is odd) -- // refLine[b1] = next change in reference line of opposite color -- // to a0 -- // invariants: -- // 0 <= codingLine[a0] <= a0New -- // <= refLine[b1] <= refLine[b1+1] <= columns -- // 0 <= a0 <= columns+1 -- // refLine[0] = 0 -- // refLine[n] = refLine[n+1] = columns -- // -- for some 1 <= n <= columns+1 -- // end condition: -- // 0 = codingLine[0] <= codingLine[1] < codingLine[2] < ... -- // < codingLine[n-1] < codingLine[n] = columns -- // -- where 1 <= n <= columns+1 - for (i = 0; codingLine[i] < columns; ++i) { - refLine[i] = codingLine[i]; - } -- refLine[i] = refLine[i + 1] = columns; -- b1 = 1; -- a0New = codingLine[a0 = 0] = 0; -- do { -+ refLine[i++] = columns; -+ refLine[i] = columns; -+ codingLine[0] = 0; -+ a0i = 0; -+ b1i = 0; -+ blackPixels = 0; -+ // invariant: -+ // refLine[b1i-1] <= codingLine[a0i] < refLine[b1i] < refLine[b1i+1] -+ // <= columns -+ // exception at left edge: -+ // codingLine[a0i = 0] = refLine[b1i = 0] = 0 is possible -+ // exception at right edge: -+ // refLine[b1i] = refLine[b1i+1] = columns is possible -+ while (codingLine[a0i] < columns) { - code1 = getTwoDimCode(); - switch (code1) { - case twoDimPass: -- if (refLine[b1] < columns) { -- a0New = refLine[b1 + 1]; -- b1 += 2; -+ addPixels(refLine[b1i + 1], blackPixels); -+ if (refLine[b1i + 1] < columns) { -+ b1i += 2; - } - break; - case twoDimHoriz: -- if ((a0 & 1) == 0) { -- code1 = code2 = 0; -+ code1 = code2 = 0; -+ if (blackPixels) { - do { -- code1 += code3 = getWhiteCode(); -+ code1 += code3 = getBlackCode(); - } while (code3 >= 64); - do { -- code2 += code3 = getBlackCode(); -+ code2 += code3 = getWhiteCode(); - } while (code3 >= 64); - } else { -- code1 = code2 = 0; - do { -- code1 += code3 = getBlackCode(); -+ code1 += code3 = getWhiteCode(); - } while (code3 >= 64); - do { -- code2 += code3 = getWhiteCode(); -+ code2 += code3 = getBlackCode(); - } while (code3 >= 64); - } -- if (code1 > 0 || code2 > 0) { -- if (a0New + code1 <= columns) { -- codingLine[a0 + 1] = a0New + code1; -- } else { -- codingLine[a0 + 1] = columns; -- } -- ++a0; -- if (codingLine[a0] + code2 <= columns) { -- codingLine[a0 + 1] = codingLine[a0] + code2; -- } else { -- codingLine[a0 + 1] = columns; -- } -- ++a0; -- a0New = codingLine[a0]; -- while (refLine[b1] <= a0New && refLine[b1] < columns) { -- b1 += 2; -+ addPixels(codingLine[a0i] + code1, blackPixels); -+ if (codingLine[a0i] < columns) { -+ addPixels(codingLine[a0i] + code2, blackPixels ^ 1); -+ } -+ while (refLine[b1i] <= codingLine[a0i] && refLine[b1i] < columns) { -+ b1i += 2; -+ } -+ break; -+ case twoDimVertR3: -+ addPixels(refLine[b1i] + 3, blackPixels); -+ blackPixels ^= 1; -+ if (codingLine[a0i] < columns) { -+ ++b1i; -+ while (refLine[b1i] <= codingLine[a0i] && refLine[b1i] < columns) { -+ b1i += 2; - } - } - break; -- case twoDimVert0: -- if (refLine[b1] < columns) { -- a0New = codingLine[++a0] = refLine[b1]; -- ++b1; -- while (refLine[b1] <= a0New && refLine[b1] < columns) { -- b1 += 2; -+ case twoDimVertR2: -+ addPixels(refLine[b1i] + 2, blackPixels); -+ blackPixels ^= 1; -+ if (codingLine[a0i] < columns) { -+ ++b1i; -+ while (refLine[b1i] <= codingLine[a0i] && refLine[b1i] < columns) { -+ b1i += 2; - } -- } else { -- a0New = codingLine[++a0] = columns; - } - break; - case twoDimVertR1: -- if (refLine[b1] + 1 < columns) { -- a0New = codingLine[++a0] = refLine[b1] + 1; -- ++b1; -- while (refLine[b1] <= a0New && refLine[b1] < columns) { -- b1 += 2; -+ addPixels(refLine[b1i] + 1, blackPixels); -+ blackPixels ^= 1; -+ if (codingLine[a0i] < columns) { -+ ++b1i; -+ while (refLine[b1i] <= codingLine[a0i] && refLine[b1i] < columns) { -+ b1i += 2; - } -- } else { -- a0New = codingLine[++a0] = columns; - } - break; -- case twoDimVertL1: -- if (refLine[b1] - 1 > a0New || (a0 == 0 && refLine[b1] == 1)) { -- a0New = codingLine[++a0] = refLine[b1] - 1; -- --b1; -- while (refLine[b1] <= a0New && refLine[b1] < columns) { -- b1 += 2; -+ case twoDimVert0: -+ addPixels(refLine[b1i], blackPixels); -+ blackPixels ^= 1; -+ if (codingLine[a0i] < columns) { -+ ++b1i; -+ while (refLine[b1i] <= codingLine[a0i] && refLine[b1i] < columns) { -+ b1i += 2; - } - } - break; -- case twoDimVertR2: -- if (refLine[b1] + 2 < columns) { -- a0New = codingLine[++a0] = refLine[b1] + 2; -- ++b1; -- while (refLine[b1] <= a0New && refLine[b1] < columns) { -- b1 += 2; -+ case twoDimVertL3: -+ addPixelsNeg(refLine[b1i] - 3, blackPixels); -+ blackPixels ^= 1; -+ if (codingLine[a0i] < columns) { -+ if (b1i > 0) { -+ --b1i; -+ } else { -+ ++b1i; -+ } -+ while (refLine[b1i] <= codingLine[a0i] && refLine[b1i] < columns) { -+ b1i += 2; - } -- } else { -- a0New = codingLine[++a0] = columns; - } - break; - case twoDimVertL2: -- if (refLine[b1] - 2 > a0New || (a0 == 0 && refLine[b1] == 2)) { -- a0New = codingLine[++a0] = refLine[b1] - 2; -- --b1; -- while (refLine[b1] <= a0New && refLine[b1] < columns) { -- b1 += 2; -+ addPixelsNeg(refLine[b1i] - 2, blackPixels); -+ blackPixels ^= 1; -+ if (codingLine[a0i] < columns) { -+ if (b1i > 0) { -+ --b1i; -+ } else { -+ ++b1i; - } -- } -- break; -- case twoDimVertR3: -- if (refLine[b1] + 3 < columns) { -- a0New = codingLine[++a0] = refLine[b1] + 3; -- ++b1; -- while (refLine[b1] <= a0New && refLine[b1] < columns) { -- b1 += 2; -+ while (refLine[b1i] <= codingLine[a0i] && refLine[b1i] < columns) { -+ b1i += 2; - } -- } else { -- a0New = codingLine[++a0] = columns; - } - break; -- case twoDimVertL3: -- if (refLine[b1] - 3 > a0New || (a0 == 0 && refLine[b1] == 3)) { -- a0New = codingLine[++a0] = refLine[b1] - 3; -- --b1; -- while (refLine[b1] <= a0New && refLine[b1] < columns) { -- b1 += 2; -+ case twoDimVertL1: -+ addPixelsNeg(refLine[b1i] - 1, blackPixels); -+ blackPixels ^= 1; -+ if (codingLine[a0i] < columns) { -+ if (b1i > 0) { -+ --b1i; -+ } else { -+ ++b1i; -+ } -+ while (refLine[b1i] <= codingLine[a0i] && refLine[b1i] < columns) { -+ b1i += 2; - } - } - break; - case EOF: -+ addPixels(columns, 0); - eof = gTrue; -- codingLine[a0 = 0] = columns; -- return EOF; -+ break; - default: - error(getPos(), "Bad 2D code %04x in CCITTFax stream", code1); -+ addPixels(columns, 0); - err = gTrue; - break; - } -- } while (codingLine[a0] < columns); -+ } - - // 1-D encoding - } else { -- codingLine[a0 = 0] = 0; -- while (1) { -+ codingLine[0] = 0; -+ a0i = 0; -+ blackPixels = 0; -+ while (codingLine[a0i] < columns) { - code1 = 0; -- do { -- code1 += code3 = getWhiteCode(); -- } while (code3 >= 64); -- codingLine[a0+1] = codingLine[a0] + code1; -- ++a0; -- if (codingLine[a0] >= columns) { -- break; -- } -- code2 = 0; -- do { -- code2 += code3 = getBlackCode(); -- } while (code3 >= 64); -- codingLine[a0+1] = codingLine[a0] + code2; -- ++a0; -- if (codingLine[a0] >= columns) { -- break; -+ if (blackPixels) { -+ do { -+ code1 += code3 = getBlackCode(); -+ } while (code3 >= 64); -+ } else { -+ do { -+ code1 += code3 = getWhiteCode(); -+ } while (code3 >= 64); - } -+ addPixels(codingLine[a0i] + code1, blackPixels); -+ blackPixels ^= 1; - } - } - -- if (codingLine[a0] != columns) { -- error(getPos(), "CCITTFax row is wrong length (%d)", codingLine[a0]); -- // force the row to be the correct length -- while (codingLine[a0] > columns) { -- --a0; -- } -- codingLine[++a0] = columns; -- err = gTrue; -- } -- - // byte-align the row - if (byteAlign) { - inputBits &= ~7; -@@ -1562,14 +1584,17 @@ int CCITTFaxStream::lookChar() { - // this if we know the stream contains end-of-line markers because - // the "just plow on" technique tends to work better otherwise - } else if (err && endOfLine) { -- do { -+ while (1) { -+ code1 = lookBits(13); - if (code1 == EOF) { - eof = gTrue; - return EOF; - } -+ if ((code1 >> 1) == 0x001) { -+ break; -+ } - eatBits(1); -- code1 = lookBits(13); -- } while ((code1 >> 1) != 0x001); -+ } - eatBits(12); - if (encoding > 0) { - eatBits(1); -@@ -1577,11 +1602,11 @@ int CCITTFaxStream::lookChar() { - } - } - -- a0 = 0; -- outputBits = codingLine[1] - codingLine[0]; -- if (outputBits == 0) { -- a0 = 1; -- outputBits = codingLine[2] - codingLine[1]; -+ // set up for output -+ if (codingLine[0] > 0) { -+ outputBits = codingLine[a0i = 0]; -+ } else { -+ outputBits = codingLine[a0i = 1]; - } - - ++row; -@@ -1589,39 +1614,43 @@ int CCITTFaxStream::lookChar() { - - // get a byte - if (outputBits >= 8) { -- ret = ((a0 & 1) == 0) ? 0xff : 0x00; -- if ((outputBits -= 8) == 0) { -- ++a0; -- if (codingLine[a0] < columns) { -- outputBits = codingLine[a0 + 1] - codingLine[a0]; -- } -+ buf = (a0i & 1) ? 0x00 : 0xff; -+ outputBits -= 8; -+ if (outputBits == 0 && codingLine[a0i] < columns) { -+ ++a0i; -+ outputBits = codingLine[a0i] - codingLine[a0i - 1]; - } - } else { - bits = 8; -- ret = 0; -+ buf = 0; - do { - if (outputBits > bits) { -- i = bits; -- bits = 0; -- if ((a0 & 1) == 0) { -- ret |= 0xff >> (8 - i); -+ buf <<= bits; -+ if (!(a0i & 1)) { -+ buf |= 0xff >> (8 - bits); - } -- outputBits -= i; -+ outputBits -= bits; -+ bits = 0; - } else { -- i = outputBits; -- bits -= outputBits; -- if ((a0 & 1) == 0) { -- ret |= (0xff >> (8 - i)) << bits; -+ buf <<= outputBits; -+ if (!(a0i & 1)) { -+ buf |= 0xff >> (8 - outputBits); - } -+ bits -= outputBits; - outputBits = 0; -- ++a0; -- if (codingLine[a0] < columns) { -- outputBits = codingLine[a0 + 1] - codingLine[a0]; -+ if (codingLine[a0i] < columns) { -+ ++a0i; -+ outputBits = codingLine[a0i] - codingLine[a0i - 1]; -+ } else if (bits > 0) { -+ buf <<= bits; -+ bits = 0; - } - } -- } while (bits > 0 && codingLine[a0] < columns); -+ } while (bits); -+ } -+ if (black) { -+ buf ^= 0xff; - } -- buf = black ? (ret ^ 0xff) : ret; - return buf; - } - -@@ -1663,6 +1692,9 @@ short CCITTFaxStream::getWhiteCode() { - code = 0; // make gcc happy - if (endOfBlock) { - code = lookBits(12); -+ if (code == EOF) { -+ return 1; -+ } - if ((code >> 5) == 0) { - p = &whiteTab1[code]; - } else { -@@ -1675,6 +1707,9 @@ short CCITTFaxStream::getWhiteCode() { - } else { - for (n = 1; n <= 9; ++n) { - code = lookBits(n); -+ if (code == EOF) { -+ return 1; -+ } - if (n < 9) { - code <<= 9 - n; - } -@@ -1686,6 +1721,9 @@ short CCITTFaxStream::getWhiteCode() { - } - for (n = 11; n <= 12; ++n) { - code = lookBits(n); -+ if (code == EOF) { -+ return 1; -+ } - if (n < 12) { - code <<= 12 - n; - } -@@ -1711,9 +1749,12 @@ short CCITTFaxStream::getBlackCode() { - code = 0; // make gcc happy - if (endOfBlock) { - code = lookBits(13); -+ if (code == EOF) { -+ return 1; -+ } - if ((code >> 7) == 0) { - p = &blackTab1[code]; -- } else if ((code >> 9) == 0) { -+ } else if ((code >> 9) == 0 && (code >> 7) != 0) { - p = &blackTab2[(code >> 1) - 64]; - } else { - p = &blackTab3[code >> 7]; -@@ -1725,6 +1766,9 @@ short CCITTFaxStream::getBlackCode() { - } else { - for (n = 2; n <= 6; ++n) { - code = lookBits(n); -+ if (code == EOF) { -+ return 1; -+ } - if (n < 6) { - code <<= 6 - n; - } -@@ -1736,6 +1780,9 @@ short CCITTFaxStream::getBlackCode() { - } - for (n = 7; n <= 12; ++n) { - code = lookBits(n); -+ if (code == EOF) { -+ return 1; -+ } - if (n < 12) { - code <<= 12 - n; - } -@@ -1749,6 +1796,9 @@ short CCITTFaxStream::getBlackCode() { - } - for (n = 10; n <= 13; ++n) { - code = lookBits(n); -+ if (code == EOF) { -+ return 1; -+ } - if (n < 13) { - code <<= 13 - n; - } -@@ -1963,6 +2013,12 @@ void DCTStream::reset() { - // allocate a buffer for the whole image - bufWidth = ((width + mcuWidth - 1) / mcuWidth) * mcuWidth; - bufHeight = ((height + mcuHeight - 1) / mcuHeight) * mcuHeight; -+ if (bufWidth <= 0 || bufHeight <= 0 || -+ bufWidth > INT_MAX / bufWidth / (int)sizeof(int)) { -+ error(getPos(), "Invalid image size in DCT stream"); -+ y = height; -+ return; -+ } - for (i = 0; i < numComps; ++i) { - frameBuf[i] = (int *)gmallocn(bufWidth * bufHeight, sizeof(int)); - memset(frameBuf[i], 0, bufWidth * bufHeight * sizeof(int)); -@@ -3038,6 +3094,11 @@ GBool DCTStream::readScanInfo() { - } - scanInfo.firstCoeff = str->getChar(); - scanInfo.lastCoeff = str->getChar(); -+ if (scanInfo.firstCoeff < 0 || scanInfo.lastCoeff > 63 || -+ scanInfo.firstCoeff > scanInfo.lastCoeff) { -+ error(getPos(), "Bad DCT coefficient numbers in scan info block"); -+ return gFalse; -+ } - c = str->getChar(); - scanInfo.ah = (c >> 4) & 0x0f; - scanInfo.al = c & 0x0f; ---- kpdf/xpdf/xpdf/Stream.h -+++ kpdf/xpdf/xpdf/Stream.h -@@ -528,13 +528,15 @@ private: - int row; // current row - int inputBuf; // input buffer - int inputBits; // number of bits in input buffer -- short *refLine; // reference line changing elements -- int b1; // index into refLine -- short *codingLine; // coding line changing elements -- int a0; // index into codingLine -+ int *codingLine; // coding line changing elements -+ int *refLine; // reference line changing elements -+ int a0i; // index into codingLine -+ GBool err; // error on current line - int outputBits; // remaining ouput bits - int buf; // character buffer - -+ void addPixels(int a1, int black); -+ void addPixelsNeg(int a1, int black); - short getTwoDimCode(); - short getWhiteCode(); - short getBlackCode(); 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 ba865959ad0f..000000000000 --- a/graphics/kipi-plugins-kde4/Makefile +++ /dev/null @@ -1,226 +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.5 -PORTREVISION= 1 -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.2:${PORTSDIR}/graphics/libkipi \ - kexiv2.4:${PORTSDIR}/graphics/libkexiv2 \ - kdcraw.3:${PORTSDIR}/graphics/libkdcraw - -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 \ - IMAGEVIEWER "OpenGL based image viewer" 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 \ - PICASAWEBEXPORT "export images to Picasa web service" 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 -CONFIGURE_ARGS= --disable-ipodexport - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_ACQUIREIMAGES) -PLIST_SUB+= ACQUIREIMAGES:="" -LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff -.else -PLIST_SUB+= ACQUIREIMAGES:="@comment " -CONFIGURE_ARGS+=--disable-acquireimages -.endif - -.if !defined(WITHOUT_BATCHPROCESSIMAGES) -PLIST_SUB+= BATCHPROCESSIMAGES:="" -RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick -.else -PLIST_SUB+= BATCHPROCESSIMAGES:="@comment " -CONFIGURE_ARGS+=--disable-batchprocessimages -.endif - -.if !defined(WITHOUT_CALENDAR) -PLIST_SUB+= CALENDAR:="" -LIB_DEPENDS+= kcal.2:${PORTSDIR}/deskutils/kdepim3 -.else -PLIST_SUB+= CALENDAR:="@comment " -CONFIGURE_ARGS+=--disable-calendar -.endif - -.if !defined(WITHOUT_CDARCHIVING) -PLIST_SUB+= CDARCHIVING:="" -RUN_DEPENDS+= k3b:${PORTSDIR}/sysutils/k3b -.else -PLIST_SUB+= CDARCHIVING:="@comment " -CONFIGURE_ARGS+=--disable-cdarchiving -.endif - -.if !defined(WITHOUT_FINDIMAGES) -PLIST_SUB+= FINDIMAGES:="" -.else -PLIST_SUB+= FINDIMAGES:="@comment " -CONFIGURE_ARGS+=--disable-findimages -.endif - -.if !defined(WITHOUT_FLICKREXPORT) -PLIST_SUB+= FLICKREXPORT:="" -.else -PLIST_SUB+= FLICKREXPORT:="@comment " -CONFIGURE_ARGS+=--disable-flickrexport -.endif - -.if !defined(WITHOUT_GALLERYEXPORT) -PLIST_SUB+= GALLERYEXPORT:="" -.else -PLIST_SUB+= GALLERYEXPORT:="@comment " -CONFIGURE_ARGS+=--disable-galleryexport -.endif - -.if !defined(WITHOUT_GPSSYNC) -PLIST_SUB+= GPSSYNC:="" -.else -PLIST_SUB+= GPSSYNC:="@comment " -CONFIGURE_ARGS+=--disable-gpssync -.endif - -.if !defined(WITHOUT_HTMLEXPORT) -PLIST_SUB+= HTMLEXPORT:="" -LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt -.else -PLIST_SUB+= HTMLEXPORT:="@comment " -CONFIGURE_ARGS+=--disable-htmlexport -.endif - -.if !defined(WITHOUT_IMAGEVIEWER) -PLIST_SUB+= IMAGEVIEWER:="" -.else -PLIST_SUB+= IMAGEVIEWER:="@comment " -CONFIGURE_ARGS+=--disable-imageviewer -.endif - -.if !defined(WITHOUT_JPEGLOSSLESS) -PLIST_SUB+= JPEGLOSSLESS:="" -RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick -.else -PLIST_SUB+= JPEGLOSSLESS:="@comment " -CONFIGURE_ARGS+=--disable-jpeglossless -.endif - -.if !defined(WITHOUT_KAMERAKLIENT) -PLIST_SUB+= KAMERAKLIENT:="" -LIB_DEPENDS+= gphoto2.2:${PORTSDIR}/graphics/libgphoto2 -.else -PLIST_SUB+= KAMERAKLIENT:="@comment " -CONFIGURE_ARGS+=--disable-kameraklient -.endif - -.if !defined(WITHOUT_METADATAEDIT) -PLIST_SUB+= METADATAEDIT:="" -.else -PLIST_SUB+= METADATAEDIT:="@comment " -CONFIGURE_ARGS+=--disable-metadataedit -.endif - -.if !defined(WITHOUT_MPEGENCODER) -PLIST_SUB+= MPEGENCODER:="" -RUN_DEPENDS+= mpeg2enc:${PORTSDIR}/multimedia/mjpegtools \ - convert:${PORTSDIR}/graphics/ImageMagick -MAN1+= images2mpg.1 -.else -PLIST_SUB+= MPEGENCODER:="@comment " -CONFIGURE_ARGS+=--disable-mpegencoder -.endif - -.if !defined(WITHOUT_PICASAWEBEXPORT) -PLIST_SUB+= PICASAWEBEXPORT:="" -.else -PLIST_SUB+= PICASAWEBEXPORT:="@comment " -CONFIGURE_ARGS+=--disable-picasawebexport -.endif - -.if !defined(WITHOUT_PRINTWIZARD) -PLIST_SUB+= PRINTWIZARD:="" -.else -PLIST_SUB+= PRINTWIZARD:="@comment " -CONFIGURE_ARGS+=--disable-printwizard -.endif - -.if !defined(WITHOUT_RAWCONVERTER) -PLIST_SUB+= RAWCONVERTER:="" -LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff -.else -PLIST_SUB+= RAWCONVERTER:="@comment " -CONFIGURE_ARGS+=--disable-rawconverter -.endif - -.if !defined(WITHOUT_SENDIMAGES) -PLIST_SUB+= SENDIMAGES:="" -.else -PLIST_SUB+= SENDIMAGES:="@comment " -CONFIGURE_ARGS+=--disable-sendimages -.endif - -.if !defined(WITHOUT_SIMPLEVIEWEREXPORT) -PLIST_SUB+= SIMPLEVIEWEREXPORT:="" -.else -PLIST_SUB+= SIMPLEVIEWEREXPORT:="@comment " -CONFIGURE_ARGS+=--disable-simpleviewerexport -.endif - -.if !defined(WITHOUT_SLIDESHOW) -PLIST_SUB+= SLIDESHOW:="" -.else -PLIST_SUB+= SLIDESHOW:="@comment " -CONFIGURE_ARGS+=--disable-slideshow -.endif - -.if !defined(WITHOUT_TIMEADJUST) -PLIST_SUB+= TIMEADJUST:="" -.else -PLIST_SUB+= TIMEADJUST:="@comment " -CONFIGURE_ARGS+=--disable-timeadjust -.endif - -.if !defined(WITHOUT_WALLPAPER) -PLIST_SUB+= WALLPAPER:="" -.else -PLIST_SUB+= WALLPAPER:="@comment " -CONFIGURE_ARGS+=--disable-wallpaper -.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 - -.include <bsd.port.post.mk> diff --git a/graphics/kipi-plugins-kde4/distinfo b/graphics/kipi-plugins-kde4/distinfo deleted file mode 100644 index eccdf81af5b6..000000000000 --- a/graphics/kipi-plugins-kde4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (kipi-plugins-0.1.5.tar.bz2) = 099122d802530d22e69b314b3e97e30b -SHA256 (kipi-plugins-0.1.5.tar.bz2) = da488c9d7778fb251805626b9b724d8196531e4a56dc01b6b02be80f70c7a14e -SIZE (kipi-plugins-0.1.5.tar.bz2) = 8874079 diff --git a/graphics/kipi-plugins-kde4/pkg-descr b/graphics/kipi-plugins-kde4/pkg-descr deleted file mode 100644 index 9ab0d4a0beff..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://www.kipi-plugins.org/ - -- 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 e2dfbaa59755..000000000000 --- a/graphics/kipi-plugins-kde4/pkg-plist +++ /dev/null @@ -1,1419 +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/apps/kipiplugin_galleryexport/pics/gallery.png -%%GALLERYEXPORT:%%share/services/kipiplugin_galleryexport.desktop -%%GALLERYEXPORT:%%@dirrm share/apps/kipiplugin_galleryexport/pics -%%GALLERYEXPORT:%%@dirrm share/apps/kipiplugin_galleryexport - -%%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/classic/classic.desktop -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/classic/gohome.png -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/classic/template.xsl -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/classic/up.png -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/cleanframes/black.css -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/cleanframes/blue.css -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/cleanframes/brown.css -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/cleanframes/cleanframes.desktop -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/cleanframes/green.css -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/cleanframes/lavender.css -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/cleanframes/pink.css -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/cleanframes/red.css -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/cleanframes/star.png -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/cleanframes/template.xsl -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/cleanframes/yellow.css -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/frames/frames.desktop -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/frames/style.css -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/frames/template.xsl -%%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/s0/next.png -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/s0/next_disabled.png -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/s0/previous.png -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/s0/previous_disabled.png -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/s0/s0.desktop -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/s0/style.css -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/s0/template.xsl -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/s0/up.png -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/simple/dark.css -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/simple/natural.css -%%HTMLEXPORT:%%share/apps/kipiplugin_htmlexport/themes/simple/simple.desktop -%%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/classic -%%HTMLEXPORT:%%@dirrm share/apps/kipiplugin_htmlexport/themes/cleanframes -%%HTMLEXPORT:%%@dirrm share/apps/kipiplugin_htmlexport/themes/frames -%%HTMLEXPORT:%%@dirrm share/apps/kipiplugin_htmlexport/themes/matrix -%%HTMLEXPORT:%%@dirrm share/apps/kipiplugin_htmlexport/themes/s0 -%%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 - -%%IMAGEVIEWER:%%lib/kde3/kipiplugin_viewer.a -%%IMAGEVIEWER:%%lib/kde3/kipiplugin_viewer.la -%%IMAGEVIEWER:%%lib/kde3/kipiplugin_viewer.so -%%IMAGEVIEWER:%%share/apps/kipiplugin_viewer/icons/hicolor/16x16/actions/ogl.png -%%IMAGEVIEWER:%%share/apps/kipiplugin_viewer/icons/hicolor/32x32/actions/ogl.png -%%IMAGEVIEWER:%%share/services/kipiplugin_viewer.desktop -%%IMAGEVIEWER:%%@dirrm share/apps/kipiplugin_viewer/icons/hicolor/16x16/actions -%%IMAGEVIEWER:%%@dirrm share/apps/kipiplugin_viewer/icons/hicolor/16x16 -%%IMAGEVIEWER:%%@dirrm share/apps/kipiplugin_viewer/icons/hicolor/32x32/actions -%%IMAGEVIEWER:%%@dirrm share/apps/kipiplugin_viewer/icons/hicolor/32x32 -%%IMAGEVIEWER:%%@dirrm share/apps/kipiplugin_viewer/icons/hicolor -%%IMAGEVIEWER:%%@dirrm share/apps/kipiplugin_viewer/icons -%%IMAGEVIEWER:%%@dirrm share/apps/kipiplugin_viewer - -%%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 - -%%PICASAWEBEXPORT:%%lib/kde3/kipiplugin_picasawebexport.a -%%PICASAWEBEXPORT:%%lib/kde3/kipiplugin_picasawebexport.la -%%PICASAWEBEXPORT:%%lib/kde3/kipiplugin_picasawebexport.so -%%PICASAWEBEXPORT:%%share/services/kipiplugin_picasawebexport.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:%%lib/kde3/kipiplugin_rawconverter.a -%%RAWCONVERTER:%%lib/kde3/kipiplugin_rawconverter.la -%%RAWCONVERTER:%%lib/kde3/kipiplugin_rawconverter.so -%%RAWCONVERTER:%%share/apps/kipiplugin_rawconverter/icons/hicolor/128x128/actions/rawconverterbatch.png -%%RAWCONVERTER:%%share/apps/kipiplugin_rawconverter/icons/hicolor/128x128/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/128x128/actions -%%RAWCONVERTER:%%@dirrm share/apps/kipiplugin_rawconverter/icons/hicolor/128x128 -%%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/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/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/geolocalization.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/imageviewer.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/metadataeditor.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/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/geolocation.docbook -share/doc/HTML/en/kipi-plugins/geolocationcorrelate.png -share/doc/HTML/en/kipi-plugins/geolocationcorrelate1.png -share/doc/HTML/en/kipi-plugins/geolocationeditcoords.png -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/imageviewer.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/metadataeditor.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/geolocalization.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/imageviewer.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/metadataeditor.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/geolocation.docbook -share/doc/HTML/it/kipi-plugins/geolocalization.docbook -share/doc/HTML/it/kipi-plugins/imagesgallery.docbook -share/doc/HTML/it/kipi-plugins/imageviewer.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/metadataeditor.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_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/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/geolocation.docbook -share/doc/HTML/sv/kipi-plugins/geolocationcorrelate.png -share/doc/HTML/sv/kipi-plugins/geolocationcorrelate1.png -share/doc/HTML/sv/kipi-plugins/geolocationeditcoords.png -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/imageviewer.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/metadataeditor.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_metadataedit.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/be/LC_MESSAGES/kipiplugin_viewer.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_ipodexport.mo -share/locale/br/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/br/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/br/LC_MESSAGES/kipiplugin_metadataedit.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_sync.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_flickrexport.mo -share/locale/ca/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/ca/LC_MESSAGES/kipiplugin_gpssync.mo -share/locale/ca/LC_MESSAGES/kipiplugin_htmlexport.mo -share/locale/ca/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/ca/LC_MESSAGES/kipiplugin_ipodexport.mo -share/locale/ca/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/ca/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/ca/LC_MESSAGES/kipiplugin_metadataedit.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_sync.mo -share/locale/ca/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/ca/LC_MESSAGES/kipiplugin_viewer.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_gpssync.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_metadataedit.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_sync.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_ipodexport.mo -share/locale/da/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/da/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/da/LC_MESSAGES/kipiplugin_metadataedit.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_sync.mo -share/locale/da/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/da/LC_MESSAGES/kipiplugin_viewer.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_ipodexport.mo -share/locale/de/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/de/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/de/LC_MESSAGES/kipiplugin_metadataedit.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_sync.mo -share/locale/de/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/de/LC_MESSAGES/kipiplugin_viewer.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_ipodexport.mo -share/locale/el/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/el/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/el/LC_MESSAGES/kipiplugin_metadataedit.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_sync.mo -share/locale/el/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/el/LC_MESSAGES/kipiplugin_viewer.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_ipodexport.mo -share/locale/es/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/es/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/es/LC_MESSAGES/kipiplugin_metadataedit.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_sync.mo -share/locale/es/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/es/LC_MESSAGES/kipiplugin_viewer.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_ipodexport.mo -share/locale/et/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/et/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/et/LC_MESSAGES/kipiplugin_metadataedit.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_sync.mo -share/locale/et/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/et/LC_MESSAGES/kipiplugin_viewer.mo -share/locale/et/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/et/LC_MESSAGES/kipiplugins.mo -share/locale/fi/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/fi/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/fi/LC_MESSAGES/kipiplugin_gpssync.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_gpssync.mo -share/locale/fr/LC_MESSAGES/kipiplugin_htmlexport.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_metadataedit.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_sync.mo -share/locale/fr/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/fr/LC_MESSAGES/kipiplugin_viewer.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_metadataedit.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_flickrexport.mo -share/locale/is/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/is/LC_MESSAGES/kipiplugin_gpssync.mo -share/locale/is/LC_MESSAGES/kipiplugin_htmlexport.mo -share/locale/is/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/is/LC_MESSAGES/kipiplugin_ipodexport.mo -share/locale/is/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/is/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/is/LC_MESSAGES/kipiplugin_metadataedit.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_sync.mo -share/locale/is/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/is/LC_MESSAGES/kipiplugin_viewer.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_ipodexport.mo -share/locale/it/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/it/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/it/LC_MESSAGES/kipiplugin_metadataedit.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_sync.mo -share/locale/it/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/it/LC_MESSAGES/kipiplugin_viewer.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_ipodexport.mo -share/locale/ja/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/ja/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/ja/LC_MESSAGES/kipiplugin_metadataedit.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_sync.mo -share/locale/ja/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/ja/LC_MESSAGES/kipiplugin_viewer.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/ms/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/ms/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/ms/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/ms/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/ms/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/ms/LC_MESSAGES/kipiplugin_flickrexport.mo -share/locale/ms/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/ms/LC_MESSAGES/kipiplugin_gpssync.mo -share/locale/ms/LC_MESSAGES/kipiplugin_htmlexport.mo -share/locale/ms/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/ms/LC_MESSAGES/kipiplugin_ipodexport.mo -share/locale/ms/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/ms/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/ms/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/ms/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/ms/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/ms/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/ms/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/ms/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/ms/LC_MESSAGES/kipiplugin_sync.mo -share/locale/ms/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/ms/LC_MESSAGES/kipiplugin_viewer.mo -share/locale/ms/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/ms/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/nds/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/nds/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/nds/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/nds/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/nds/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/nds/LC_MESSAGES/kipiplugin_flickrexport.mo -share/locale/nds/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/nds/LC_MESSAGES/kipiplugin_gpssync.mo -share/locale/nds/LC_MESSAGES/kipiplugin_htmlexport.mo -share/locale/nds/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/nds/LC_MESSAGES/kipiplugin_ipodexport.mo -share/locale/nds/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/nds/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/nds/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/nds/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/nds/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/nds/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/nds/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/nds/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/nds/LC_MESSAGES/kipiplugin_sync.mo -share/locale/nds/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/nds/LC_MESSAGES/kipiplugin_viewer.mo -share/locale/nds/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/nds/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_ipodexport.mo -share/locale/nl/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/nl/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/nl/LC_MESSAGES/kipiplugin_metadataedit.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_sync.mo -share/locale/nl/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/nl/LC_MESSAGES/kipiplugin_viewer.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_cdarchiving.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_gpssync.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_metadataedit.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_sync.mo -share/locale/pa/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/pa/LC_MESSAGES/kipiplugin_viewer.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_ipodexport.mo -share/locale/pl/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/pl/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/pl/LC_MESSAGES/kipiplugin_metadataedit.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_sync.mo -share/locale/pl/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/pl/LC_MESSAGES/kipiplugin_viewer.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_ipodexport.mo -share/locale/pt/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/pt/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/pt/LC_MESSAGES/kipiplugin_metadataedit.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_sync.mo -share/locale/pt/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/pt/LC_MESSAGES/kipiplugin_viewer.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_metadataedit.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_ipodexport.mo -share/locale/sk/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/sk/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/sk/LC_MESSAGES/kipiplugin_metadataedit.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_sync.mo -share/locale/sk/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/sk/LC_MESSAGES/kipiplugin_viewer.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_gpssync.mo -share/locale/sr/LC_MESSAGES/kipiplugin_htmlexport.mo -share/locale/sr/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/sr/LC_MESSAGES/kipiplugin_ipodexport.mo -share/locale/sr/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/sr/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/sr/LC_MESSAGES/kipiplugin_metadataedit.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_sync.mo -share/locale/sr/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/sr/LC_MESSAGES/kipiplugin_viewer.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_gpssync.mo -share/locale/sr@Latn/LC_MESSAGES/kipiplugin_htmlexport.mo -share/locale/sr@Latn/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/sr@Latn/LC_MESSAGES/kipiplugin_ipodexport.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_metadataedit.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_sync.mo -share/locale/sr@Latn/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/sr@Latn/LC_MESSAGES/kipiplugin_viewer.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_ipodexport.mo -share/locale/sv/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/sv/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/sv/LC_MESSAGES/kipiplugin_metadataedit.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_sync.mo -share/locale/sv/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/sv/LC_MESSAGES/kipiplugin_viewer.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/th/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/th/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/th/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/th/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/th/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/th/LC_MESSAGES/kipiplugin_flickrexport.mo -share/locale/th/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/th/LC_MESSAGES/kipiplugin_gpssync.mo -share/locale/th/LC_MESSAGES/kipiplugin_htmlexport.mo -share/locale/th/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/th/LC_MESSAGES/kipiplugin_ipodexport.mo -share/locale/th/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/th/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/th/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/th/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/th/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/th/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/th/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/th/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/th/LC_MESSAGES/kipiplugin_sync.mo -share/locale/th/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/th/LC_MESSAGES/kipiplugin_viewer.mo -share/locale/th/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/th/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_metadataedit.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_acquireimages.mo -share/locale/uk/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/uk/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/uk/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/uk/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/uk/LC_MESSAGES/kipiplugin_flickrexport.mo -share/locale/uk/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/uk/LC_MESSAGES/kipiplugin_gpssync.mo -share/locale/uk/LC_MESSAGES/kipiplugin_htmlexport.mo -share/locale/uk/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/uk/LC_MESSAGES/kipiplugin_ipodexport.mo -share/locale/uk/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/uk/LC_MESSAGES/kipiplugin_kameraklient.mo -share/locale/uk/LC_MESSAGES/kipiplugin_metadataedit.mo -share/locale/uk/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/uk/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/uk/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/uk/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/uk/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/uk/LC_MESSAGES/kipiplugin_sync.mo -share/locale/uk/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/uk/LC_MESSAGES/kipiplugin_viewer.mo -share/locale/uk/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/uk/LC_MESSAGES/kipiplugins.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/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 - -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw diff --git a/graphics/kphotoalbum-kde4/Makefile b/graphics/kphotoalbum-kde4/Makefile deleted file mode 100644 index ff8526ee988e..000000000000 --- a/graphics/kphotoalbum-kde4/Makefile +++ /dev/null @@ -1,28 +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.1.1 -PORTREVISION= 1 -CATEGORIES= graphics kde -MASTER_SITES= http://www.kphotoalbum.org/download/ - -MAINTAINER= markus@FreeBSD.org -COMMENT= Image database for KDE - -LIB_DEPENDS= kipi.2:${PORTSDIR}/graphics/libkipi \ - exiv2.3:${PORTSDIR}/graphics/exiv2 \ - kdcraw:${PORTSDIR}/graphics/libkdcraw - -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.mk> diff --git a/graphics/kphotoalbum-kde4/distinfo b/graphics/kphotoalbum-kde4/distinfo deleted file mode 100644 index 9220812780c3..000000000000 --- a/graphics/kphotoalbum-kde4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (kphotoalbum-3.1.1.tar.bz2) = 0ced1a53efa25b70dbb1ca19b1d0afc3 -SHA256 (kphotoalbum-3.1.1.tar.bz2) = 9b21b32afc94f9ac82950abe87028896d30208373e5c35ebb248bba31ac107f0 -SIZE (kphotoalbum-3.1.1.tar.bz2) = 15503061 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 1deb384a8888..000000000000 --- a/graphics/kphotoalbum-kde4/pkg-plist +++ /dev/null @@ -1,404 +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/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/browser-for-jesper.png -share/doc/HTML/es/kphotoalbum/browser-for-persons.png -share/doc/HTML/es/kphotoalbum/browser-with-images.png -share/doc/HTML/es/kphotoalbum/browsing.docbook -share/doc/HTML/es/kphotoalbum/categoryEditor.png -share/doc/HTML/es/kphotoalbum/common -share/doc/HTML/es/kphotoalbum/datebar-for-minutes.png -share/doc/HTML/es/kphotoalbum/datebar.docbook -share/doc/HTML/es/kphotoalbum/datebar.png -share/doc/HTML/es/kphotoalbum/delete-images.png -share/doc/HTML/es/kphotoalbum/draw-on-image.png -share/doc/HTML/es/kphotoalbum/edit-properies-menu.png -share/doc/HTML/es/kphotoalbum/empty-browser-window.png -share/doc/HTML/es/kphotoalbum/generating-html.docbook -share/doc/HTML/es/kphotoalbum/image-config-window.png -share/doc/HTML/es/kphotoalbum/images-with-tokens.png -share/doc/HTML/es/kphotoalbum/imagesForPersons.png -share/doc/HTML/es/kphotoalbum/import-dialog.png -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/marking-zoom-rectangle.png -share/doc/HTML/es/kphotoalbum/member-group-setting.png -share/doc/HTML/es/kphotoalbum/offline-mode.png -share/doc/HTML/es/kphotoalbum/options-general.png -share/doc/HTML/es/kphotoalbum/options-groups.png -share/doc/HTML/es/kphotoalbum/options-member.png -share/doc/HTML/es/kphotoalbum/options-thumbnailview.png -share/doc/HTML/es/kphotoalbum/options-viewer.png -share/doc/HTML/es/kphotoalbum/options.docbook -share/doc/HTML/es/kphotoalbum/plugins.docbook -share/doc/HTML/es/kphotoalbum/redisplay-frames.png -share/doc/HTML/es/kphotoalbum/search.png -share/doc/HTML/es/kphotoalbum/setting-properties.docbook -share/doc/HTML/es/kphotoalbum/thumbnail-view.docbook -share/doc/HTML/es/kphotoalbum/thumbnailview.png -share/doc/HTML/es/kphotoalbum/tokens-in-browser.png -share/doc/HTML/es/kphotoalbum/usa-as-a-member.png -share/doc/HTML/es/kphotoalbum/viewer-contextmenu.png -share/doc/HTML/es/kphotoalbum/viewer.docbook -share/doc/HTML/es/kphotoalbum/viewer.png -share/doc/HTML/es/kphotoalbum/zoomed-view.png -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/ms/LC_MESSAGES/kphotoalbum.mo -share/locale/mt/LC_MESSAGES/kphotoalbum.mo -share/locale/nb/LC_MESSAGES/kphotoalbum.mo -share/locale/nds/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/sr@Latn/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/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@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 -@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 diff --git a/graphics/kuickshow-kde4/Makefile b/graphics/kuickshow-kde4/Makefile deleted file mode 100644 index 2d31f68d4fd9..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} -USE_LDCONFIG= 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 2061f57cceb0..000000000000 --- a/graphics/kuickshow-kde4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (KDE/kdegraphics-3.5.8.tar.bz2) = a3a31fc0e5b791ef330dd0627095d90f -SHA256 (KDE/kdegraphics-3.5.8.tar.bz2) = 4d041d892f17ef90e0029ef14925980cf6a637d7a9971fba5835a5620ff3e155 -SIZE (KDE/kdegraphics-3.5.8.tar.bz2) = 7444011 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/libkdcraw-kde4/Makefile b/graphics/libkdcraw-kde4/Makefile deleted file mode 100644 index 270c838be31f..000000000000 --- a/graphics/libkdcraw-kde4/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: libkdcraw -# Date created: 22 June 2007 -# Whom: Alex Dupre <ale@FreeBSD.org> -# -# $FreeBSD$ - -PORTNAME= libkdcraw -PORTVERSION= 0.1.4 -CATEGORIES= graphics devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= kipi - -MAINTAINER= ale@FreeBSD.org -COMMENT= A C++ interface around a dcraw binary program - -LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_KDELIBS_VER=3 -USE_GNOME= gnomehack pkgconfig -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 -USE_LDCONFIG= yes -INSTALLS_ICONS= yes - -post-patch: - @${REINPLACE_CMD} -e 's|-O2||g;s|-fno-schedule-insns -fno-inline||g' \ - ${WRKSRC}/${CONFIGURE_SCRIPT} - -.include <bsd.port.mk> diff --git a/graphics/libkdcraw-kde4/distinfo b/graphics/libkdcraw-kde4/distinfo deleted file mode 100644 index 0f5096290347..000000000000 --- a/graphics/libkdcraw-kde4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libkdcraw-0.1.4.tar.bz2) = 4fa5de407e9acf2eb5650d3fb5836f7d -SHA256 (libkdcraw-0.1.4.tar.bz2) = e9ed92186551bcb6a8ab1be1e6caa0f9e4189772f6e7118cd1c4510f02dbf55f -SIZE (libkdcraw-0.1.4.tar.bz2) = 685920 diff --git a/graphics/libkdcraw-kde4/files/patch-configure b/graphics/libkdcraw-kde4/files/patch-configure deleted file mode 100644 index 8bce9270e9e8..000000000000 --- a/graphics/libkdcraw-kde4/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Fri Jun 22 08:31:03 2007 -+++ configure Fri Jun 22 08:31:27 2007 -@@ -33495,7 +33495,7 @@ - - - --KDCRAW_DIR="\$(libdir)/libkdcraw\$(ABI_MAJOR)" -+KDCRAW_DIR="\$(bindir)" - - - # ----------------------------------------------------------------- diff --git a/graphics/libkdcraw-kde4/files/patch-libkdcraw_dcraw_Makefile.in b/graphics/libkdcraw-kde4/files/patch-libkdcraw_dcraw_Makefile.in deleted file mode 100644 index 10b17ad1553f..000000000000 --- a/graphics/libkdcraw-kde4/files/patch-libkdcraw_dcraw_Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- libkdcraw/dcraw/Makefile.in.orig 2007-12-26 10:02:02.000000000 +0100 -+++ libkdcraw/dcraw/Makefile.in 2007-12-26 10:08:46.000000000 +0100 -@@ -265,7 +265,7 @@ - am__quote = @am__quote@ - am__tar = @am__tar@ - am__untar = @am__untar@ --bindir = $(KDCRAW_DIR) -+bindir = @bindir@ - build = @build@ - build_alias = @build_alias@ - build_cpu = @build_cpu@ -@@ -635,7 +635,7 @@ - - info-am: - --install-data-am: install-cameralistDATA -+install-data-am: - - install-dvi: install-dvi-am - diff --git a/graphics/libkdcraw-kde4/pkg-descr b/graphics/libkdcraw-kde4/pkg-descr deleted file mode 100644 index f7ffe81d510c..000000000000 --- a/graphics/libkdcraw-kde4/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -libkdcraw is a C++ interface around a dcraw binary program -used to decode RAW picture files. - -WWW: http://www.kipi-plugins.org/ - -- Alex Dupre -ale@FreeBSD.org diff --git a/graphics/libkdcraw-kde4/pkg-plist b/graphics/libkdcraw-kde4/pkg-plist deleted file mode 100644 index dced2a82bb2b..000000000000 --- a/graphics/libkdcraw-kde4/pkg-plist +++ /dev/null @@ -1,41 +0,0 @@ -bin/kdcraw -include/libkdcraw/dcrawbinary.h -include/libkdcraw/dcrawinfocontainer.h -include/libkdcraw/dcrawsettingswidget.h -include/libkdcraw/kdcraw.h -include/libkdcraw/libkdcraw_export.h -include/libkdcraw/rawdecodingsettings.h -include/libkdcraw/rawfiles.h -include/libkdcraw/version.h -lib/libkdcraw.a -lib/libkdcraw.la -lib/libkdcraw.so -lib/libkdcraw.so.3 -libdata/pkgconfig/libkdcraw.pc -share/icons/hicolor/128x128/apps/kdcraw.png -share/icons/hicolor/32x32/apps/kdcraw.png -share/icons/hicolor/48x48/apps/kdcraw.png -share/icons/hicolor/64x64/apps/kdcraw.png -share/locale/ca/LC_MESSAGES/libkdcraw.mo -share/locale/da/LC_MESSAGES/libkdcraw.mo -share/locale/de/LC_MESSAGES/libkdcraw.mo -share/locale/el/LC_MESSAGES/libkdcraw.mo -share/locale/es/LC_MESSAGES/libkdcraw.mo -share/locale/et/LC_MESSAGES/libkdcraw.mo -share/locale/is/LC_MESSAGES/libkdcraw.mo -share/locale/it/LC_MESSAGES/libkdcraw.mo -share/locale/ja/LC_MESSAGES/libkdcraw.mo -share/locale/ms/LC_MESSAGES/libkdcraw.mo -share/locale/nds/LC_MESSAGES/libkdcraw.mo -share/locale/nl/LC_MESSAGES/libkdcraw.mo -share/locale/pa/LC_MESSAGES/libkdcraw.mo -share/locale/pt/LC_MESSAGES/libkdcraw.mo -share/locale/sk/LC_MESSAGES/libkdcraw.mo -share/locale/sr/LC_MESSAGES/libkdcraw.mo -share/locale/sr@Latn/LC_MESSAGES/libkdcraw.mo -share/locale/sv/LC_MESSAGES/libkdcraw.mo -share/locale/th/LC_MESSAGES/libkdcraw.mo -share/locale/uk/LC_MESSAGES/libkdcraw.mo -@dirrm include/libkdcraw -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds diff --git a/graphics/libkexiv2-kde4/Makefile b/graphics/libkexiv2-kde4/Makefile deleted file mode 100644 index 18abc433a16d..000000000000 --- a/graphics/libkexiv2-kde4/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: libkexiv2 -# Date created: 14 March 2007 -# Whom: Alex Dupre <ale@FreeBSD.org> -# -# $FreeBSD$ - -PORTNAME= libkexiv2 -PORTVERSION= 0.1.7 -CATEGORIES= graphics devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= kipi - -MAINTAINER= ale@FreeBSD.org -COMMENT= A wrapper library to manipulate pictures metadata - -LIB_DEPENDS= exiv2.3:${PORTSDIR}/graphics/exiv2 - -USE_BZIP2= yes -USE_KDELIBS_VER=3 -USE_GNOME= gnomehack pkgconfig -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 -USE_LDCONFIG= yes - -post-patch: - @${REINPLACE_CMD} -e 's|-O2||g;s|-fno-schedule-insns -fno-inline||g' \ - ${WRKSRC}/${CONFIGURE_SCRIPT} - -.include <bsd.port.mk> diff --git a/graphics/libkexiv2-kde4/distinfo b/graphics/libkexiv2-kde4/distinfo deleted file mode 100644 index f0c8965d0724..000000000000 --- a/graphics/libkexiv2-kde4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libkexiv2-0.1.7.tar.bz2) = adfd55e11f919533ba450d4d49ef078f -SHA256 (libkexiv2-0.1.7.tar.bz2) = 481001fe670923a0cc9a1b2e2dda1d1669036790489c3761c54a50a986ea1ded -SIZE (libkexiv2-0.1.7.tar.bz2) = 412477 diff --git a/graphics/libkexiv2-kde4/pkg-descr b/graphics/libkexiv2-kde4/pkg-descr deleted file mode 100644 index 1bc503f548fd..000000000000 --- a/graphics/libkexiv2-kde4/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -libkexiv2 is a wrapper around Exiv2 library to manipulate pictures metadata. - -WWW: http://www.kipi-plugins.org/ - -- Alex Dupre -ale@FreeBSD.org diff --git a/graphics/libkexiv2-kde4/pkg-plist b/graphics/libkexiv2-kde4/pkg-plist deleted file mode 100644 index 65163b4f604e..000000000000 --- a/graphics/libkexiv2-kde4/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -include/libkexiv2/kexiv2.h -include/libkexiv2/libkexiv2_export.h -include/libkexiv2/version.h -lib/libkexiv2.a -lib/libkexiv2.la -lib/libkexiv2.so -lib/libkexiv2.so.4 -libdata/pkgconfig/libkexiv2.pc -@dirrm include/libkexiv2 diff --git a/graphics/libkipi-kde4/Makefile b/graphics/libkipi-kde4/Makefile deleted file mode 100644 index 0811b49aedc8..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.6 -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 c5946211338d..000000000000 --- a/graphics/libkipi-kde4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libkipi-0.1.6.tar.bz2) = 6fd010aa8eab7039143f69543e806c65 -SHA256 (libkipi-0.1.6.tar.bz2) = 6e2c14f75d7827d462c1495f02bd6592ed1f2219db04c066d4b8193ad503b228 -SIZE (libkipi-0.1.6.tar.bz2) = 556980 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 92f5bbba28d9..000000000000 --- a/graphics/libkipi-kde4/pkg-plist +++ /dev/null @@ -1,73 +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.2 -libdata/pkgconfig/libkipi.pc -share/apps/kipi/data/kipi-plugins_logo.png -share/icons/hicolor/128x128/apps/kipi.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/ka/LC_MESSAGES/libkipi.mo -share/locale/lt/LC_MESSAGES/libkipi.mo -share/locale/ms/LC_MESSAGES/libkipi.mo -share/locale/mt/LC_MESSAGES/libkipi.mo -share/locale/nb/LC_MESSAGES/libkipi.mo -share/locale/nds/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/sv/LC_MESSAGES/libkipi.mo -share/locale/ta/LC_MESSAGES/libkipi.mo -share/locale/th/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/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw diff --git a/graphics/linux-f10-cairo/Makefile b/graphics/linux-f10-cairo/Makefile deleted file mode 100644 index 3b2712c4b3ad..000000000000 --- a/graphics/linux-f10-cairo/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: linux-cairo -# Date created: 4 November 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= cairo -PORTVERSION= 1.0.2 -DISTVERSIONSUFFIX= -2.gst.1.4 -CATEGORIES= graphics linux -MASTER_SITES= http://gstreamer.freedesktop.org/pkg/%SUBDIR%/ CENKES/myports -MASTER_SITE_SUBDIR= ${LINUX_DIST}/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/RPMS.deps -MASTER_SITE_SRC_SUBDIR= ${LINUX_DIST}/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/SRPMS.deps - -MAINTAINER= infofarmer@FreeBSD.org -COMMENT= Linux cairo binary - -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libfontconfig.so.1.0.4:${PORTSDIR}/x11-fonts/linux-fontconfig \ - ${LINUXBASE}/usr/lib/libpng.so.3.1.2.8:${PORTSDIR}/graphics/linux-png - -ONLY_FOR_ARCHS= i386 amd64 -LINUX_DIST_VER= 4 -USE_LDCONFIG= yes -USE_LINUX_RPM= yes -USE_XLIB= yes -PLIST_SUB= PORTVERSION="${PORTVERSION}" - -.include <bsd.port.mk> diff --git a/graphics/linux-f10-cairo/distinfo.i386 b/graphics/linux-f10-cairo/distinfo.i386 deleted file mode 100644 index 316838233685..000000000000 --- a/graphics/linux-f10-cairo/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/cairo-1.0.2-2.gst.1.4.i386.rpm) = 0a9f6b49e373516976cf6836ee3d5a1c -SHA256 (rpm/i386/fedora/4/cairo-1.0.2-2.gst.1.4.i386.rpm) = 7186fb2ebb87902533fe40ec2862dd995578e6d13fee1334c348aeecb3a3746e -SIZE (rpm/i386/fedora/4/cairo-1.0.2-2.gst.1.4.i386.rpm) = 279380 -MD5 (rpm/i386/fedora/4/cairo-1.0.2-2.gst.1.4.src.rpm) = 2a1604105b19f87d74f5bfc9b2b6f0e9 -SHA256 (rpm/i386/fedora/4/cairo-1.0.2-2.gst.1.4.src.rpm) = 17121639e928ca888418a3ccd6f4bee714a1557380cb9735af631f402896c296 -SIZE (rpm/i386/fedora/4/cairo-1.0.2-2.gst.1.4.src.rpm) = 1467396 diff --git a/graphics/linux-f10-cairo/pkg-descr b/graphics/linux-f10-cairo/pkg-descr deleted file mode 100644 index fc4624dae29e..000000000000 --- a/graphics/linux-f10-cairo/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -This is a Linux/i386 binary port of Cairo. - -Cairo is a vector graphics library with cross-device output -support. Currently supported output targets include the X Window -System and in-memory image buffers. PostScript and PDF file output is -planned. Cairo is designed to produce identical output on all output -media while taking advantage of display hardware acceleration when -available (eg. through the X Render Extension). - -Cairo provides a stateful user-level API with capabilities similar to -the PDF 1.4 imaging model. Cairo provides operations including stroking -and filling Bezier cubic splines, transforming and compositing translucent -images, and antialiased text rendering. - -WWW: http://www.cairographics.org/ diff --git a/graphics/linux-f10-cairo/pkg-plist b/graphics/linux-f10-cairo/pkg-plist deleted file mode 100644 index 78aa8e625363..000000000000 --- a/graphics/linux-f10-cairo/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -usr/lib/libcairo.so.2 -usr/lib/libcairo.so.2.2.3 -usr/share/doc/cairo-%%PORTVERSION%%/AUTHORS -usr/share/doc/cairo-%%PORTVERSION%%/COPYING -usr/share/doc/cairo-%%PORTVERSION%%/ChangeLog -usr/share/doc/cairo-%%PORTVERSION%%/INSTALL -usr/share/doc/cairo-%%PORTVERSION%%/NEWS -usr/share/doc/cairo-%%PORTVERSION%%/README -usr/share/doc/cairo-%%PORTVERSION%%/TODO -@dirrm usr/share/doc/cairo-%%PORTVERSION%% diff --git a/graphics/linux-f10-gdk-pixbuf/Makefile b/graphics/linux-f10-gdk-pixbuf/Makefile deleted file mode 100644 index 28ad286f678a..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 -USE_LDCONFIG= 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 70552b4b75c1..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 -USE_LDCONFIG= 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 abd359ef7b1a..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 -USE_LDCONFIG= 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 e3e972565ee9..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= ports@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 -USE_LDCONFIG= 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 6db7e51ba03c..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 -USE_LDCONFIG= 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 10c3d3261f22..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 -USE_LDCONFIG= 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 d23671783b57..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 -USE_LDCONFIG= 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 307cb831be2c..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 -USE_LDCONFIG= 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 33f945001b80..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 -USE_LDCONFIG= 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-cairo/Makefile b/graphics/linux-f8-cairo/Makefile deleted file mode 100644 index 3b2712c4b3ad..000000000000 --- a/graphics/linux-f8-cairo/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: linux-cairo -# Date created: 4 November 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= cairo -PORTVERSION= 1.0.2 -DISTVERSIONSUFFIX= -2.gst.1.4 -CATEGORIES= graphics linux -MASTER_SITES= http://gstreamer.freedesktop.org/pkg/%SUBDIR%/ CENKES/myports -MASTER_SITE_SUBDIR= ${LINUX_DIST}/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/RPMS.deps -MASTER_SITE_SRC_SUBDIR= ${LINUX_DIST}/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/SRPMS.deps - -MAINTAINER= infofarmer@FreeBSD.org -COMMENT= Linux cairo binary - -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libfontconfig.so.1.0.4:${PORTSDIR}/x11-fonts/linux-fontconfig \ - ${LINUXBASE}/usr/lib/libpng.so.3.1.2.8:${PORTSDIR}/graphics/linux-png - -ONLY_FOR_ARCHS= i386 amd64 -LINUX_DIST_VER= 4 -USE_LDCONFIG= yes -USE_LINUX_RPM= yes -USE_XLIB= yes -PLIST_SUB= PORTVERSION="${PORTVERSION}" - -.include <bsd.port.mk> diff --git a/graphics/linux-f8-cairo/distinfo.i386 b/graphics/linux-f8-cairo/distinfo.i386 deleted file mode 100644 index 316838233685..000000000000 --- a/graphics/linux-f8-cairo/distinfo.i386 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (rpm/i386/fedora/4/cairo-1.0.2-2.gst.1.4.i386.rpm) = 0a9f6b49e373516976cf6836ee3d5a1c -SHA256 (rpm/i386/fedora/4/cairo-1.0.2-2.gst.1.4.i386.rpm) = 7186fb2ebb87902533fe40ec2862dd995578e6d13fee1334c348aeecb3a3746e -SIZE (rpm/i386/fedora/4/cairo-1.0.2-2.gst.1.4.i386.rpm) = 279380 -MD5 (rpm/i386/fedora/4/cairo-1.0.2-2.gst.1.4.src.rpm) = 2a1604105b19f87d74f5bfc9b2b6f0e9 -SHA256 (rpm/i386/fedora/4/cairo-1.0.2-2.gst.1.4.src.rpm) = 17121639e928ca888418a3ccd6f4bee714a1557380cb9735af631f402896c296 -SIZE (rpm/i386/fedora/4/cairo-1.0.2-2.gst.1.4.src.rpm) = 1467396 diff --git a/graphics/linux-f8-cairo/pkg-descr b/graphics/linux-f8-cairo/pkg-descr deleted file mode 100644 index fc4624dae29e..000000000000 --- a/graphics/linux-f8-cairo/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -This is a Linux/i386 binary port of Cairo. - -Cairo is a vector graphics library with cross-device output -support. Currently supported output targets include the X Window -System and in-memory image buffers. PostScript and PDF file output is -planned. Cairo is designed to produce identical output on all output -media while taking advantage of display hardware acceleration when -available (eg. through the X Render Extension). - -Cairo provides a stateful user-level API with capabilities similar to -the PDF 1.4 imaging model. Cairo provides operations including stroking -and filling Bezier cubic splines, transforming and compositing translucent -images, and antialiased text rendering. - -WWW: http://www.cairographics.org/ diff --git a/graphics/linux-f8-cairo/pkg-plist b/graphics/linux-f8-cairo/pkg-plist deleted file mode 100644 index 78aa8e625363..000000000000 --- a/graphics/linux-f8-cairo/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -usr/lib/libcairo.so.2 -usr/lib/libcairo.so.2.2.3 -usr/share/doc/cairo-%%PORTVERSION%%/AUTHORS -usr/share/doc/cairo-%%PORTVERSION%%/COPYING -usr/share/doc/cairo-%%PORTVERSION%%/ChangeLog -usr/share/doc/cairo-%%PORTVERSION%%/INSTALL -usr/share/doc/cairo-%%PORTVERSION%%/NEWS -usr/share/doc/cairo-%%PORTVERSION%%/README -usr/share/doc/cairo-%%PORTVERSION%%/TODO -@dirrm usr/share/doc/cairo-%%PORTVERSION%% diff --git a/graphics/linux-f8-gdk-pixbuf/Makefile b/graphics/linux-f8-gdk-pixbuf/Makefile deleted file mode 100644 index 28ad286f678a..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 -USE_LDCONFIG= 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 70552b4b75c1..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 -USE_LDCONFIG= 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 abd359ef7b1a..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 -USE_LDCONFIG= 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 e3e972565ee9..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= ports@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 -USE_LDCONFIG= 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 6db7e51ba03c..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 -USE_LDCONFIG= 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 10c3d3261f22..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 -USE_LDCONFIG= 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 d23671783b57..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 -USE_LDCONFIG= 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 307cb831be2c..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 -USE_LDCONFIG= 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 33f945001b80..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 -USE_LDCONFIG= 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/luminance/Makefile b/graphics/luminance/Makefile deleted file mode 100644 index e07cc0b664e9..000000000000 --- a/graphics/luminance/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# New ports collection makefile for: qtpfsgui -# Date created: 28 Jul 2007 -# Whom: Yinghong.Liu <relaxbsd@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= qtpfsgui -PORTVERSION= 1.9.1 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= A graphical user interface that provides a workflow for HDR imaging - -LIB_DEPENDS= exiv2.3:${PORTSDIR}/graphics/exiv2 \ - fftw3f.4:${PORTSDIR}/math/fftw3-float \ - IlmImf.6:${PORTSDIR}/graphics/OpenEXR \ - tiff.4:${PORTSDIR}/graphics/tiff \ - jpeg.9:${PORTSDIR}/graphics/jpeg -BUILD_DEPENDS= qmake-qt4:${PORTSDIR}/devel/qmake4 \ - uic-qt4:${PORTSDIR}/devel/qt4-uic \ - rcc:${PORTSDIR}/devel/qt4-rcc \ - moc-qt4:${PORTSDIR}/devel/qt4-moc \ - lrelease-qt4:${PORTSDIR}/devel/qt4-linguist \ - ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 - -USE_QT_VER= 4 -QT_COMPONENTS= corelib gui imageformats - -LRELEASE= ${QT_PREFIX}/bin/lrelease-qt4 - -INSTALL_TARGET= install_target install_menu install_icon -.if !defined(WITHOUT_NLS) -PLIST_SUB+= NLS="" -INSTALL_TARGET+=install_i18n -.else -PLIST_SUB+= NLS="@comment " -.endif -.if !defined(NOPORTDOCS) -INSTALL_TARGET+=install_docs install_htmls -.endif - -post-patch: - ${REINPLACE_CMD} -e 's|PREFIX = /usr/local|PREFIX = ${PREFIX}|g' \ - ${WRKSRC}/project.pro - -pre-build: - @${LRELEASE} ${BUILD_WRKSRC}/project.pro - @cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE} -spec ${QMAKESPEC} - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 600000 -BROKEN= Does not compile (compiler segfault) -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/luminance/distinfo b/graphics/luminance/distinfo deleted file mode 100644 index cb9640f1c886..000000000000 --- a/graphics/luminance/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (qtpfsgui-1.9.1.tar.gz) = ab95c404992a666681434ae57983b295 -SHA256 (qtpfsgui-1.9.1.tar.gz) = 8d94afd824b005959a7222ab6c7ca371167b2a61fbbc3282b6a20f97ea63645c -SIZE (qtpfsgui-1.9.1.tar.gz) = 1178024 diff --git a/graphics/luminance/files/patch-project.pro b/graphics/luminance/files/patch-project.pro deleted file mode 100644 index cb4d0d736df3..000000000000 --- a/graphics/luminance/files/patch-project.pro +++ /dev/null @@ -1,28 +0,0 @@ ---- project.pro.orig 2008-02-16 11:43:24.000000000 +0100 -+++ project.pro 2008-03-17 17:18:14.000000000 +0100 -@@ -298,13 +298,13 @@ - menu.files = qtpfsgui.desktop
- menu.path = $${PREFIX}/share/applications
- icon.files = images/qtpfsgui.png
--icon.path = $${PREFIX}/share/icons/hicolor/48x48/apps
-+icon.path = $${PREFIX}/share/pixmaps
- htmls.files = html
--htmls.path = $${PREFIX}/share/qtpfsgui
-+htmls.path = $${PREFIX}/share/doc/qtpfsgui
- i18n.files = i18n/lang_de.qm i18n/lang_es.qm i18n/lang_it.qm i18n/lang_fr.qm i18n/lang_pl.qm i18n/lang_tr.qm i18n/lang_ru.qm i18n/lang_cs.qm
- i18n.path = $$I18NDIR
- docs.files = README LICENSE AUTHORS INSTALL Changelog
--docs.path = $${PREFIX}/share/qtpfsgui
-+docs.path = $${PREFIX}/share/doc/qtpfsgui
-
- INSTALLS += target menu icon htmls i18n docs
- message ( "" )
-@@ -320,7 +320,7 @@ - message ("qtpfsgui ==> $$target.path")
- message ("qtpfsgui.desktop ==> $$menu.path")
- message ("qtpfsgui.png ==> $$icon.path")
--message ("html and docs ==> $$htmls.path")
-+message ("html ==> $$docs.path")
- message ("i18n messages ==> $$i18n.path")
- message ("********************************************************************")
-
diff --git a/graphics/luminance/files/patch-src-HdrCreation_mtb_alignment.cpp b/graphics/luminance/files/patch-src-HdrCreation_mtb_alignment.cpp deleted file mode 100644 index 3e8dec9913bb..000000000000 --- a/graphics/luminance/files/patch-src-HdrCreation_mtb_alignment.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/HdrCreation/mtb_alignment.cpp.orig 2008-03-17 15:55:26.000000000 +0100 -+++ src/HdrCreation/mtb_alignment.cpp 2008-03-17 15:57:21.000000000 +0100 -@@ -27,6 +27,7 @@ - #include <cassert> - #include <QVector> - #include "mtb_alignment.h" -+#include "../arch/freebsd/math.h" - - QImage* shiftQImage(const QImage *in, int dx, int dy) - { diff --git a/graphics/luminance/pkg-descr b/graphics/luminance/pkg-descr deleted file mode 100644 index a0b6587f4ee9..000000000000 --- a/graphics/luminance/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Qtpfsgui is a graphical user interface (based on trolltech's Qt4) -that provides a workflow for HDR imaging. - -WWW: http://qtpfsgui.sourceforge.net/ diff --git a/graphics/luminance/pkg-plist b/graphics/luminance/pkg-plist deleted file mode 100644 index 610300edb670..000000000000 --- a/graphics/luminance/pkg-plist +++ /dev/null @@ -1,37 +0,0 @@ -bin/qtpfsgui -share/applications/qtpfsgui.desktop -share/pixmaps/qtpfsgui.png -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/Changelog -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/html/dcraw.html -%%PORTDOCS%%%%DOCSDIR%%/html/faq.html -%%PORTDOCS%%%%DOCSDIR%%/html/hints.html -%%PORTDOCS%%%%DOCSDIR%%/html/images/batch-1.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/images/copy_exif.jpeg -%%PORTDOCS%%%%DOCSDIR%%/html/images/mainwin.jpeg -%%PORTDOCS%%%%DOCSDIR%%/html/images/projectiveTransformationDialog.jpeg -%%PORTDOCS%%%%DOCSDIR%%/html/images/raw_conversion.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/images/resize.jpeg -%%PORTDOCS%%%%DOCSDIR%%/html/images/snap-qt4_4.jpeg -%%PORTDOCS%%%%DOCSDIR%%/html/images/snap-qt4_5.jpeg -%%PORTDOCS%%%%DOCSDIR%%/html/images/snap-qt4_6.jpeg -%%PORTDOCS%%%%DOCSDIR%%/html/images/tonemapdialog.jpeg -%%PORTDOCS%%%%DOCSDIR%%/html/index.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual.html -%%NLS%%%%DATADIR%%/i18n/lang_de.qm -%%NLS%%%%DATADIR%%/i18n/lang_es.qm -%%NLS%%%%DATADIR%%/i18n/lang_it.qm -%%NLS%%%%DATADIR%%/i18n/lang_fr.qm -%%NLS%%%%DATADIR%%/i18n/lang_pl.qm -%%NLS%%%%DATADIR%%/i18n/lang_tr.qm -%%NLS%%%%DATADIR%%/i18n/lang_ru.qm -%%NLS%%%%DATADIR%%/i18n/lang_cs.qm -%%NLS%%@dirrm %%DATADIR%%/i18n -%%NLS%%@dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/images -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry share/applications diff --git a/graphics/osg-devel/Makefile b/graphics/osg-devel/Makefile deleted file mode 100644 index 4e28823dc349..000000000000 --- a/graphics/osg-devel/Makefile +++ /dev/null @@ -1,30 +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 -PORTREVISION= 1 -CATEGORIES= graphics - -MAINTAINER= ports@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 aa07f82c1c62..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${LOCALBASE}|' \ - ${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 7b9d1d743325..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 -PORTREVISION= 1 -CATEGORIES= graphics perl5 -MASTER_SITES= CPAN -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 d80ac86a72ce..000000000000 --- a/graphics/p5-Image-ExifTool-devel/Makefile +++ /dev/null @@ -1,57 +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= 7.25 -CATEGORIES= graphics perl5 -MASTER_SITES= http://www.sno.phy.queensu.ca/~phil/exiftool/ \ - CPAN -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 BigTIFF BuildTagLookup \ - Canon CanonCustom CanonRaw CanonVRD Casio DICOM DNG Exif \ - FLAC Fixup Flash FlashPix FotoStation FujiFilm GIF GPS \ - GeoTiff HTML HP HtmlDump ICC_Profile ID3 IPTC ITC 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 WritePDF 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} - ${INSTALL_DATA} ${WRKSRC}/html/*.pdf ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/html/*.css ${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 13aee3368dcb..000000000000 --- a/graphics/p5-Image-ExifTool-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Image-ExifTool-7.25.tar.gz) = b57107d034ce38009ccb7f796eea6cd9 -SHA256 (Image-ExifTool-7.25.tar.gz) = 6c88ebd5038381fe7c214c272749711bd26507016f0283f9000a0627d3c2eddd -SIZE (Image-ExifTool-7.25.tar.gz) = 1611838 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 65af12bcc482..000000000000 --- a/graphics/p5-Image-ExifTool-devel/pkg-plist +++ /dev/null @@ -1,184 +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/BigTIFF.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/HP.pm -%%SITE_PERL%%/Image/ExifTool/HTML.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/ITC.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/WritePDF.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%%/commentary.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%%/install.html -%%PORTDOCS%%%%DOCSDIR%%/models.html -%%PORTDOCS%%%%DOCSDIR%%/style.css -%%PORTDOCS%%%%DOCSDIR%%/verbose.html -%%PORTDOCS%%%%DOCSDIR%%/writing.html -%%PORTDOCS%%%%DOCSDIR%%/MIE1.1-20070121.pdf -%%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/HP.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/HTML.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/ICC_Profile.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/ID3.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/IPTC.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/ITC.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 1ab704d78e14..000000000000 --- a/graphics/p5-PGPLOT/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: pgperl -# Date created: 22 December 1996 -# Whom: jmz -# -# $FreeBSD$ -# - -PORTNAME= pgperl -PORTVERSION= 2.19 -PORTREVISION= 4 -CATEGORIES= graphics perl5 -MASTER_SITES= CPAN -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 -USE_FORTRAN= g77 - -MAN3= PGPLOT.3 -MAN3PREFIX= ${PREFIX}/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 e04bfc2e9ef6..000000000000 --- a/graphics/povray36/Makefile +++ /dev/null @@ -1,79 +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 -PORTREVISION= 4 -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_XORG= x11 -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:261 -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="${LOCALBASE}/include" --includedir=${LOCALBASE} \ - CXXFLAGS="${CXXFLAGS} -L${LOCALBASE}/lib" \ - CFLAGS="${CFLAGS} -L${LOCALBASE}/lib" \ - LDFLAGS="-L${LOCALBASE}/lib" COMPILED_BY=${MAINTAINER} \ - --disable-optimiz - -MAN1= povray.1 - -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 e04bfc2e9ef6..000000000000 --- a/graphics/povray37/Makefile +++ /dev/null @@ -1,79 +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 -PORTREVISION= 4 -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_XORG= x11 -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:261 -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="${LOCALBASE}/include" --includedir=${LOCALBASE} \ - CXXFLAGS="${CXXFLAGS} -L${LOCALBASE}/lib" \ - CFLAGS="${CFLAGS} -L${LOCALBASE}/lib" \ - LDFLAGS="-L${LOCALBASE}/lib" COMPILED_BY=${MAINTAINER} \ - --disable-optimiz - -MAN1= povray.1 - -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 4129eff7e377..000000000000 --- a/graphics/wings-devel/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: wings -# Date Created: 5 March 2003 -# Whom: olgeni@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= wings -PORTVERSION= 0.99.00b -CATEGORIES= graphics -MASTER_SITES= SF -DIST_SUBDIR= erlang - -MAINTAINER= amdmi3@amdmi3.ru -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}" - -SUB_FILES= wings.sh - -USE_BZIP2= yes -USE_GMAKE= yes - -post-patch: - @${REINPLACE_CMD} -e 's|$$(GCC)|${CC} -I${LOCALBASE}/include -L${LOCALBASE}/lib|g' \ - ${WRKSRC}/plugins_src/accel/Makefile - -do-install: - ${MKDIR} ${PREFIX}/lib/erlang/lib/${DISTNAME} -.for dir in src ebin fonts plugins - cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${PREFIX}/lib/erlang/lib/${DISTNAME} -.endfor - @${INSTALL_SCRIPT} ${WRKDIR}/wings.sh ${PREFIX}/bin/wings - @${LN} -sf ${DISTNAME} ${PREFIX}/lib/erlang/lib/${PORTNAME} - -.include <bsd.port.mk> diff --git a/graphics/wings-devel/distinfo b/graphics/wings-devel/distinfo deleted file mode 100644 index ef080ec044ae..000000000000 --- a/graphics/wings-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (erlang/wings-0.99.00b.tar.bz2) = 95ffbabb637f340f758fc483b920bcdd -SHA256 (erlang/wings-0.99.00b.tar.bz2) = 127362b982849825335a2590f3411c0b3decade96faa1b8c6246f1ad1ab9d02f -SIZE (erlang/wings-0.99.00b.tar.bz2) = 1468255 diff --git a/graphics/wings-devel/files/wings.sh.in b/graphics/wings-devel/files/wings.sh.in deleted file mode 100644 index 3748b629f091..000000000000 --- a/graphics/wings-devel/files/wings.sh.in +++ /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 857d314673c4..000000000000 --- a/graphics/wings-devel/pkg-plist +++ /dev/null @@ -1,277 +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__png.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_bv.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__font.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_dissolve.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_cmd.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_facemat.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_gl.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_bluecube.bundle -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_icon_classic.bundle -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_icon_purpletube.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_job.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_msg.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_pref_dlg.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_proxy.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_sel_conv.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_shaders.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_u.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_we_util.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%%/fonts/6x11.wingsfont -lib/erlang/lib/wings-%%VERSION%%/fonts/7x14.wingsfont -lib/erlang/lib/wings-%%VERSION%%/fonts/README -lib/erlang/lib/wings-%%VERSION%%/fonts/fixed6x12.wingsfont -lib/erlang/lib/wings-%%VERSION%%/fonts/fixed7x14.wingsfont -lib/erlang/lib/wings-%%VERSION%%/plugins/accel/perlin_noise_drv.so -lib/erlang/lib/wings-%%VERSION%%/plugins/accel/pnoise.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/accel/wpc_pnoise.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/autouv/README -lib/erlang/lib/wings-%%VERSION%%/plugins/autouv/README-shaders.txt -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/image_filter.fs -lib/erlang/lib/wings-%%VERSION%%/plugins/autouv/noise.fs -lib/erlang/lib/wings-%%VERSION%%/plugins/autouv/standard.vs -lib/erlang/lib/wings-%%VERSION%%/plugins/autouv/wood.fs -lib/erlang/lib/wings-%%VERSION%%/plugins/autouv/wpc_autouv.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/autouv/wpc_filter.auv -lib/erlang/lib/wings-%%VERSION%%/plugins/autouv/wpc_noise.auv -lib/erlang/lib/wings-%%VERSION%%/plugins/autouv/wpc_snap.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/autouv/wpc_wood.auv -lib/erlang/lib/wings-%%VERSION%%/plugins/commands/README -lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_absolute_move.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_absolute_scale.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_bend.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_connect_tool.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_doosabin.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_shift.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/commands/wpc_untriangulate.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_weld.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/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_lwo.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_opengl_sl.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/import_export/wpc_pov.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/import_export/wpc_rwx.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/import_export/wpc_stl.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_x.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_gear.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/primitives/wpc_geodome.beam -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_ncube.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/primitives/wpc_plane.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__font.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_cs.lang -lib/erlang/lib/wings-%%VERSION%%/src/wings_deform.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_dissolve.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_cmd.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_facemat.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_fi.lang -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_gl.erl -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_job.erl -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_msg.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_pl.lang -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_pref_dlg.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_proxy.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_pt.lang -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_ru.lang -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_sel_conv.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_shaders.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_u.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_we_util.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/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/accel -@dirrm lib/erlang/lib/wings-%%VERSION%%/plugins -@dirrm lib/erlang/lib/wings-%%VERSION%%/fonts -@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 9dda6ae36ed5..000000000000 --- a/graphics/yafaray/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: yafray -# Date created: 18 May 2003 -# Whom: David Yeske <dyeske@gmail.com> -# -# $FreeBSD$ - -PORTNAME= yafray -PORTVERSION= 0.0.9 -CATEGORIES= graphics -MASTER_SITES= http://www.yafray.org/sec/2/downloads/ - -MAINTAINER= dyeske@gmail.com -COMMENT= A fast XML based raytracer - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg - -USE_SCONS= yes -USE_LDCONFIG= yes - -WRKSRC= ${WRKDIR}/${PORTNAME} - -pre-patch: - @${MV} ${WRKSRC}/linux-settings.py ${WRKSRC}/freebsd-settings.py - -.include <bsd.port.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 0153782ec35e..000000000000 --- a/graphics/yafaray/files/patch-SConstruct +++ /dev/null @@ -1,13 +0,0 @@ ---- SConstruct.orig 2006-06-20 13:24:00.000000000 -0400 -+++ SConstruct 2007-12-05 18:04:58.000000000 -0500 -@@ -8,6 +8,10 @@ - ficheros = { - 'darwin' : 'darwin-settings', - 'linux2' : 'linux-settings', -+'freebsd5' : 'freebsd-settings', -+'freebsd6' : 'freebsd-settings', -+'freebsd7' : 'freebsd-settings', -+'freebsd8' : '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_ccthreads.h b/graphics/yafaray/files/patch-src_yafraycore_ccthreads.h deleted file mode 100644 index 082cf1d35429..000000000000 --- a/graphics/yafaray/files/patch-src_yafraycore_ccthreads.h +++ /dev/null @@ -1,12 +0,0 @@ ---- src/yafraycore/ccthreads.h.orig 2007-07-02 17:04:18.000000000 -0400 -+++ src/yafraycore/ccthreads.h 2007-07-02 17:04:33.000000000 -0400 -@@ -81,9 +81,7 @@ - virtual void body()=0; - void run(); - void wait(); -- int getId() {return (int)id;}; - pthread_t getPid() {return id;}; -- int getSelf() {return (int)pthread_self();}; - bool isRunning()const {return running;}; - protected: - bool running; 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 7674b8d80a8d..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@gmail.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 |