diff options
Diffstat (limited to 'graphics')
267 files changed, 55 insertions, 18473 deletions
diff --git a/graphics/GraphicsMagick12/Makefile b/graphics/GraphicsMagick12/Makefile deleted file mode 100644 index b2f29fdf3d38..000000000000 --- a/graphics/GraphicsMagick12/Makefile +++ /dev/null @@ -1,84 +0,0 @@ -# New ports collection makefile for: GraphicsMagick -# Date created: 25 july 2005 -# Whom: Ron van Daal -# -# $FreeBSD$ -# - -PORTNAME= GraphicsMagick -PORTVERSION= 1.1.6 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/ -MASTER_SITE_SUBDIR= ${PORTNAME:L} - -MAINTAINER= ronvdaal@n1x.nl -COMMENT= Fast image processing tools based on ImageMagick - -LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ - jbig:${PORTSDIR}/graphics/jbigkit \ - wmf:${PORTSDIR}/graphics/libwmf \ - xml2:${PORTSDIR}/textproc/libxml2 -OTHERGRAPHICS= jasper jpeg lcms png tiff -LIB_DEPENDS+= ${OTHERGRAPHICS:C|(.+)|\1:${PORTSDIR}/graphics/\1|} -OPTIONS= Q8BIT "Use 8-bit pixels (speed) instead of 16 (quality)" off - -# Use libfpx only on i386. On other systems it does not seem to work :-( -OPTIONS+= FPX "Build FPX backend -- broken on non-i386 systems" \ - ${ARCH:S,i386,on,:C,^[^o].*,off,} - -USE_BZIP2= yes -USE_GHOSTSCRIPT=yes -USE_LIBTOOL_VER=15 - -MAN1= GraphicsMagick++-config.1 \ - GraphicsMagick-config.1 \ - GraphicsMagickWand-config.1 \ - gm.1 -MAN4= miff.4 -MAN5= quantize.5 - -.ifndef WINDOWS_FONT_DIR -# Use fonts installed by x11-fonts/webfonts by default -WINDOWS_FONT_DIR=${X11BASE}/lib/X11/webfonts -.endif - -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --without-perl --with-windows-font-dir=${WINDOWS_FONT_DIR} \ - --enable-shared --enable-static --without-threads -INSTALLS_SHLIB= yes - -.if !defined(NOPORTDOCS) -INSTALL_TARGET= install install-data-html -.endif -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.pre.mk> - -# Perl and Tcl APIs will be installed by separate ports -PLIST_SUB+= WITH_PERL="@comment " - -.if defined(WITHOUT_X11) -PKGNAMESUFFIX+= -nox11 -CONFIGURE_ARGS+=--without-x -.endif - -.if defined(WITH_FPX) -LIB_DEPENDS+= fpx:${PORTSDIR}/graphics/libfpx -.else -CONFIGURE_ARGS+=--without-fpx -.endif - -.if defined(WITH_Q8BIT) || defined(WITHOUT_GRAPHICSMAGICK_16BIT_PIXEL) -CONFIGURE_ARGS+= --with-quantum-depth=8 -PLIST_SUB+= Q=8 -.else -CONFIGURE_ARGS+= --with-quantum-depth=16 -PLIST_SUB+= Q=16 -.endif - -post-build test: - cd ${WRKSRC}/tests && ${MAKE} check - -.include <bsd.port.post.mk> diff --git a/graphics/GraphicsMagick12/distinfo b/graphics/GraphicsMagick12/distinfo deleted file mode 100644 index 5ca71f1b9fe6..000000000000 --- a/graphics/GraphicsMagick12/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (GraphicsMagick-1.1.6.tar.bz2) = ee85aef3cde13432a3f2e5604b758f9c -SIZE (GraphicsMagick-1.1.6.tar.bz2) = 4959704 diff --git a/graphics/GraphicsMagick12/files/patch-Makefile.in b/graphics/GraphicsMagick12/files/patch-Makefile.in deleted file mode 100644 index 695f093c89fc..000000000000 --- a/graphics/GraphicsMagick12/files/patch-Makefile.in +++ /dev/null @@ -1,89 +0,0 @@ ---- Makefile.in Fri Mar 18 19:36:21 2005 -+++ Makefile.in Sun Jul 24 18:21:35 2005 -@@ -466,5 +466,5 @@ - - # Install HTML files --pkgdocdir = @MagickSharePath@ -+pkgdocdir = ${DATA_DIR}/doc/GraphicsMagick - DOCDIRS = images www www/api www/Magick++ - @WITH_PERL_TRUE@PERLMAGICK = PerlMagick -@@ -1079,5 +1079,5 @@ - - # Install arch-independent package data --install-data-local: install-data-html -+install-data-local: - - # Uninstall arch-independent package data ---- coders/Makefile.in Fri Mar 18 19:36:16 2005 -+++ coders/Makefile.in Sun Jul 24 19:22:21 2005 -@@ -1479,5 +1479,5 @@ - install-pkgLTLIBRARIES: $(pkg_LTLIBRARIES) - @$(NORMAL_INSTALL) -- test -z "$(pkgdir)" || $(mkdir_p) "$(DESTDIR)$(pkgdir)" -+ test -z "$(pkgdir)" -o -z "$(pkg_LTLIBRARIES)" || $(mkdir_p) "$(DESTDIR)$(pkgdir)" - @list='$(pkg_LTLIBRARIES)'; for p in $$list; do \ - if test -f $$p; then \ -@@ -1825,5 +1825,5 @@ - install-pkgDATA: $(pkg_DATA) - @$(NORMAL_INSTALL) -- test -z "$(pkgdir)" || $(mkdir_p) "$(DESTDIR)$(pkgdir)" -+ test -z "$(pkgdir)" -o -z '$(pkg_DATA)' || $(mkdir_p) "$(DESTDIR)$(pkgdir)" - @list='$(pkg_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -@@ -1842,5 +1842,5 @@ - install-pkgdataDATA: $(pkgdata_DATA) - @$(NORMAL_INSTALL) -- test -z "$(pkgdatadir)" || $(mkdir_p) "$(DESTDIR)$(pkgdatadir)" -+ test -z "$(pkgdatadir)" -o -z '$(pkgdata_DATA)' || $(mkdir_p) "$(DESTDIR)$(pkgdatadir)" - @list='$(pkgdata_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ ---- filters/Makefile.in Fri Mar 18 19:36:17 2005 -+++ filters/Makefile.in Sun Jul 24 19:23:33 2005 -@@ -522,5 +522,5 @@ - install-pkgLTLIBRARIES: $(pkg_LTLIBRARIES) - @$(NORMAL_INSTALL) -- test -z "$(pkgdir)" || $(mkdir_p) "$(DESTDIR)$(pkgdir)" -+ test -z "$(pkgdir)" -o -z '$(pkg_LTLIBRARIES)' || $(mkdir_p) "$(DESTDIR)$(pkgdir)" - @list='$(pkg_LTLIBRARIES)'; for p in $$list; do \ - if test -f $$p; then \ -@@ -592,5 +592,5 @@ - install-pkgDATA: $(pkg_DATA) - @$(NORMAL_INSTALL) -- test -z "$(pkgdir)" || $(mkdir_p) "$(DESTDIR)$(pkgdir)" -+ test -z "$(pkgdir)" -o -z '$(pkg_DATA)' || $(mkdir_p) "$(DESTDIR)$(pkgdir)" - @list='$(pkg_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ ---- magick/Makefile.in Fri Mar 18 19:36:18 2005 -+++ magick/Makefile.in Tue Jul 26 21:05:48 2005 -@@ -664,5 +664,5 @@ - - # Pkgconfig directory --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - - # Files to install in Pkgconfig directory -@@ -930,5 +930,5 @@ - install-pkgDATA: $(pkg_DATA) - @$(NORMAL_INSTALL) -- test -z "$(pkgdir)" || $(mkdir_p) "$(DESTDIR)$(pkgdir)" -+ test -z "$(pkgdir)" -o -z '$(pkg_DATA)' || $(mkdir_p) "$(DESTDIR)$(pkgdir)" - @list='$(pkg_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ ---- Magick++/lib/Makefile.in Fri Mar 18 19:36:13 2005 -+++ Magick++/lib/Makefile.in Tue Jul 26 21:37:39 2005 -@@ -453,5 +453,5 @@ - - # Pkgconfig directory --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - - # Files to install in Pkgconfig directory ---- wand/Makefile.in Fri Mar 18 19:36:20 2005 -+++ wand/Makefile.in Tue Jul 26 21:38:43 2005 -@@ -478,5 +478,5 @@ - - # Pkgconfig directory --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - - # Files to install in Pkgconfig directory diff --git a/graphics/GraphicsMagick12/files/patch-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-freebsd b/graphics/GraphicsMagick12/files/patch-freebsd deleted file mode 100644 index 4f5c664fbbd5..000000000000 --- a/graphics/GraphicsMagick12/files/patch-freebsd +++ /dev/null @@ -1,70 +0,0 @@ -Index: magick/command.c -=================================================================== -RCS file: /GraphicsMagick/GraphicsMagick/magick/command.c,v -retrieving revision 1.147.2.8 -retrieving revision 1.147.2.9 -diff -u -r1.147.2.8 -r1.147.2.9 ---- magick/command.c 28 Apr 2005 22:57:28 -0000 1.147.2.8 -+++ magick/command.c 16 Jul 2005 01:42:22 -0000 1.147.2.9 -@@ -6525,7 +6525,7 @@ - } - if (resource_database != (XrmDatabase) NULL) - { -- XrmDestroyDatabase(resource_database); -+ /* XrmDestroyDatabase(resource_database); */ - resource_database=(XrmDatabase) NULL; - } - -Index: magick/image.c -=================================================================== -RCS file: /GraphicsMagick/GraphicsMagick/magick/image.c,v -retrieving revision 1.1207.2.5 -retrieving revision 1.1207.2.6 -diff -u -r1.1207.2.5 -r1.1207.2.6 ---- magick/image.c 1 May 2005 18:43:29 -0000 1.1207.2.5 -+++ magick/image.c 16 Jul 2005 01:42:23 -0000 1.1207.2.6 -@@ -2527,7 +2527,7 @@ - } - if (resource_database != (XrmDatabase) NULL) - { -- XrmDestroyDatabase(resource_database); -+ /* XrmDestroyDatabase(resource_database); */ - resource_database=(XrmDatabase) NULL; - } - XDestroyResourceInfo(&resource_info); -Index: magick/nt_base.c -=================================================================== -RCS file: /GraphicsMagick/GraphicsMagick/magick/nt_base.c,v -retrieving revision 1.35.2.6 -retrieving revision 1.35.2.7 -diff -u -r1.35.2.6 -r1.35.2.7 ---- magick/nt_base.c 20 Mar 2005 01:39:13 -0000 1.35.2.6 -+++ magick/nt_base.c 19 Jun 2005 00:13:29 -0000 1.35.2.7 -@@ -2027,8 +2027,8 @@ - } - entry->firsttime=FALSE; - (void) strncpy(entry->file_info.d_name,entry->Win32FindData.cFileName, -- MaxTextExtent-1); -- entry->file_info.d_name[MaxTextExtent-1]='\0'; -+ sizeof(entry->file_info.d_name)-1); -+ entry->file_info.d_name[sizeof(entry->file_info.d_name)-1]='\0'; - entry->file_info.d_namlen=strlen(entry->file_info.d_name); - return(&entry->file_info); - } -Index: magick/version.h -=================================================================== -RCS file: /GraphicsMagick/GraphicsMagick/magick/version.h,v -retrieving revision 1.142.2.43 -retrieving revision 1.142.2.46 -diff -u -r1.142.2.43 -r1.142.2.46 ---- magick/version.h 1 May 2005 20:09:53 -0000 1.142.2.43 -+++ magick/version.h 16 Jul 2005 01:42:24 -0000 1.142.2.46 -@@ -38,7 +38,7 @@ - #define MagickLibVersion 0x010006 - #define MagickLibVersionText "1.1.6" - #define MagickLibVersionNumber 1,0,6 --#define MagickChangeDate "20050501" -+#define MagickChangeDate "20050715" - #define MagickReleaseDate "2005-05-01" - - diff --git a/graphics/GraphicsMagick12/files/patch-utility b/graphics/GraphicsMagick12/files/patch-utility deleted file mode 100644 index 6dd5fb61c3d3..000000000000 --- a/graphics/GraphicsMagick12/files/patch-utility +++ /dev/null @@ -1,21 +0,0 @@ ---- magick/utility.c Sat Apr 2 17:35:06 2005 -+++ magick/utility.c Sun Jul 24 18:22:40 2005 -@@ -47,4 +47,8 @@ - #include "magick/utility.h" - -+#if defined(POSIX) -+# include <sys/types.h> -+# include <sys/wait.h> -+#endif - - /* -@@ -3874,4 +3878,9 @@ - #if defined(POSIX) - status=system(command); -+ if (status == -1) -+ perror(command); -+ else if (WIFSIGNALED(status)) { -+ fprintf(stderr, "Command ``\n%s\n'' terminated due to signal %d\n", command, WTERMSIG(status)); -+ } - #elif defined(vms) - status=!system(command); diff --git a/graphics/GraphicsMagick12/files/patch-warnings b/graphics/GraphicsMagick12/files/patch-warnings deleted file mode 100644 index f317adbf1116..000000000000 --- a/graphics/GraphicsMagick12/files/patch-warnings +++ /dev/null @@ -1,25 +0,0 @@ ---- magick/blob.c Wed Apr 14 18:45:16 2004 -+++ magick/blob.c Sun Jul 24 12:30:20 2005 -@@ -2364,5 +2364,5 @@ - (void) rewind(image->blob->file); - (void) LogMagickEvent(BlobEvent,GetMagickModule(), -- " read %d magic header bytes", count); -+ " read %td magic header bytes", count); - #if defined(HasZLIB) - if ((magick[0] == 0x1F) && (magick[1] == 0x8B) && ---- coders/ept.c Wed Apr 14 18:45:28 2004 -+++ coders/ept.c Sun Jul 24 13:33:39 2005 -@@ -584,5 +584,5 @@ - if (logging) - (void) LogMagickEvent(CoderEvent,GetMagickModule(), -- "Writing EPS section at offset %lld",TellBlob(image)); -+ "Writing EPS section at offset %lld", (long long)TellBlob(image)); - for (c=fgetc(ps_file); c != EOF; c=fgetc(ps_file)) - (void) WriteBlobByte(image,c); -@@ -590,5 +590,5 @@ - if (logging) - (void) LogMagickEvent(CoderEvent,GetMagickModule(), -- "Writing TIFF section at offset %lld",TellBlob(image)); -+ "Writing TIFF section at offset %lld", (long long)TellBlob(image)); - for (c=fgetc(tiff_file); c != EOF; c=fgetc(tiff_file)) - (void) WriteBlobByte(image,c); 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 2735ee22788f..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++.so -lib/libGraphicsMagick++.so.1 -lib/libGraphicsMagick.a -lib/libGraphicsMagick.so -lib/libGraphicsMagick.so.1 -lib/libGraphicsMagickWand.a -lib/libGraphicsMagickWand.so -lib/libGraphicsMagickWand.so.0 -libdata/pkgconfig/GraphicsMagick++.pc -libdata/pkgconfig/GraphicsMagick.pc -libdata/pkgconfig/GraphicsMagickWand.pc -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Graphics/Magick.pm -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graphics/Magick/.packlist -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graphics/Magick/Magick.so -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graphics/Magick/Magick.bs -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graphics/Magick/autosplit.ix -@comment lib/GraphicsMagick-%%PORTVERSION%%/modules-%%Q%%/coders -@comment lib/GraphicsMagick-%%PORTVERSION%%/modules-%%Q%%/filters -%%PORTDOCS%%%%DOCSDIR%%/images/ball.png -%%PORTDOCS%%%%DOCSDIR%%/images/corbis.png -%%PORTDOCS%%%%DOCSDIR%%/images/examples.jpg -%%PORTDOCS%%%%DOCSDIR%%/images/gm-125x80t.png -%%PORTDOCS%%%%DOCSDIR%%/images/gm-188x120t.png -%%PORTDOCS%%%%DOCSDIR%%/images/gm-282x180t.png -%%PORTDOCS%%%%DOCSDIR%%/images/home.png -%%PORTDOCS%%%%DOCSDIR%%/images/mail.png -%%PORTDOCS%%%%DOCSDIR%%/images/pdfsages.png -%%PORTDOCS%%%%DOCSDIR%%/images/pngnow.png -%%PORTDOCS%%%%DOCSDIR%%/images/right_triangle.png -%%PORTDOCS%%%%DOCSDIR%%/images/right_triangle_option.png -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/www/AUTHORS.html -%%PORTDOCS%%%%DOCSDIR%%/www/Changelog.html -%%PORTDOCS%%%%DOCSDIR%%/www/Copyright.html -%%PORTDOCS%%%%DOCSDIR%%/www/FAQ.html -%%PORTDOCS%%%%DOCSDIR%%/www/GraphicsMagick.html -%%PORTDOCS%%%%DOCSDIR%%/www/INSTALL-mac.html -%%PORTDOCS%%%%DOCSDIR%%/www/INSTALL-unix.html -%%PORTDOCS%%%%DOCSDIR%%/www/INSTALL-vms.html -%%PORTDOCS%%%%DOCSDIR%%/www/INSTALL-windows.html -%%PORTDOCS%%%%DOCSDIR%%/www/ImageMagickObject.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Blob.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Cache.fig -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Cache.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Cache.svg -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/ChangeLog.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/CoderInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Color.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Documentation.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Drawable.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Drawable_example_1.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Enumerations.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Exception.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/FormatCharacters.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Future.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Geometry.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Image.fig -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Image.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Image.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/ImageDesign.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/ImageMagick.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Install.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Magick++.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Montage.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/NEWS.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/PixelPacket.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Pixels.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/README.txt -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/STL.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/TypeMetric.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/gm-188x120t.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/index.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/montage-sample-framed.jpg -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/right_triangle.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-anatomy-framed.fig -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-anatomy-framed.jpg -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-anatomy-plain.fig -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-anatomy-plain.jpg -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-sample-framed.jpg -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-sample-plain.jpg -%%PORTDOCS%%%%DOCSDIR%%/www/NEWS.html -%%PORTDOCS%%%%DOCSDIR%%/www/README.html -%%PORTDOCS%%%%DOCSDIR%%/www/animate.html -%%PORTDOCS%%%%DOCSDIR%%/www/api.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/animate.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/annotate.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/attribute.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/blob.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/cache.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/cache_view.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/color.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/composite.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/constitute.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/decorate.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/deprecate.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/display.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/draw.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/effect.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/enhance.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/error.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/fx.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/image.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/list.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/magick.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/memory.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/monitor.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/montage.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/paint.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/profile.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/quantize.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/registry.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/render.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/resize.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/resource.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/segment.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/shear.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/signature.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/stream.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/transform.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/types.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/widget.html -%%PORTDOCS%%%%DOCSDIR%%/www/body.html -%%PORTDOCS%%%%DOCSDIR%%/www/body.html.rej -%%PORTDOCS%%%%DOCSDIR%%/www/books.html -%%PORTDOCS%%%%DOCSDIR%%/www/color.html -%%PORTDOCS%%%%DOCSDIR%%/www/composite.html -%%PORTDOCS%%%%DOCSDIR%%/www/conjure.html -%%PORTDOCS%%%%DOCSDIR%%/www/contribute.html -%%PORTDOCS%%%%DOCSDIR%%/www/convert.html -%%PORTDOCS%%%%DOCSDIR%%/www/cvs.html -%%PORTDOCS%%%%DOCSDIR%%/www/development.html -%%PORTDOCS%%%%DOCSDIR%%/www/display.html -%%PORTDOCS%%%%DOCSDIR%%/www/download.html -%%PORTDOCS%%%%DOCSDIR%%/www/formats.html -%%PORTDOCS%%%%DOCSDIR%%/www/gm.html -%%PORTDOCS%%%%DOCSDIR%%/www/header.html -%%PORTDOCS%%%%DOCSDIR%%/www/identify.html -%%PORTDOCS%%%%DOCSDIR%%/www/import.html -%%PORTDOCS%%%%DOCSDIR%%/www/index.html -%%PORTDOCS%%%%DOCSDIR%%/www/install.html -%%PORTDOCS%%%%DOCSDIR%%/www/links.html -%%PORTDOCS%%%%DOCSDIR%%/www/magick.css -%%PORTDOCS%%%%DOCSDIR%%/www/miff.html -%%PORTDOCS%%%%DOCSDIR%%/www/mission.html -%%PORTDOCS%%%%DOCSDIR%%/www/mogrify.html -%%PORTDOCS%%%%DOCSDIR%%/www/montage.html -%%PORTDOCS%%%%DOCSDIR%%/www/perl.html -%%PORTDOCS%%%%DOCSDIR%%/www/programming.html -%%PORTDOCS%%%%DOCSDIR%%/www/quantize.html -%%PORTDOCS%%%%DOCSDIR%%/www/smile.c -%%PORTDOCS%%%%DOCSDIR%%/www/tools.html -%%PORTDOCS%%%%DOCSDIR%%/www/utilities.html -%%PORTDOCS%%%%DOCSDIR%%/www/windows.html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/www/api -%%PORTDOCS%%@dirrm %%DOCSDIR%%/www/Magick++ -%%PORTDOCS%%@dirrm %%DOCSDIR%%/www -%%PORTDOCS%%@dirrm %%DOCSDIR%%/images -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Graphics/Magick -%%WITH_PERL%%@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graphics 2>/dev/null || true -%%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 b2f29fdf3d38..000000000000 --- a/graphics/GraphicsMagick13/Makefile +++ /dev/null @@ -1,84 +0,0 @@ -# New ports collection makefile for: GraphicsMagick -# Date created: 25 july 2005 -# Whom: Ron van Daal -# -# $FreeBSD$ -# - -PORTNAME= GraphicsMagick -PORTVERSION= 1.1.6 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/ -MASTER_SITE_SUBDIR= ${PORTNAME:L} - -MAINTAINER= ronvdaal@n1x.nl -COMMENT= Fast image processing tools based on ImageMagick - -LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ - jbig:${PORTSDIR}/graphics/jbigkit \ - wmf:${PORTSDIR}/graphics/libwmf \ - xml2:${PORTSDIR}/textproc/libxml2 -OTHERGRAPHICS= jasper jpeg lcms png tiff -LIB_DEPENDS+= ${OTHERGRAPHICS:C|(.+)|\1:${PORTSDIR}/graphics/\1|} -OPTIONS= Q8BIT "Use 8-bit pixels (speed) instead of 16 (quality)" off - -# Use libfpx only on i386. On other systems it does not seem to work :-( -OPTIONS+= FPX "Build FPX backend -- broken on non-i386 systems" \ - ${ARCH:S,i386,on,:C,^[^o].*,off,} - -USE_BZIP2= yes -USE_GHOSTSCRIPT=yes -USE_LIBTOOL_VER=15 - -MAN1= GraphicsMagick++-config.1 \ - GraphicsMagick-config.1 \ - GraphicsMagickWand-config.1 \ - gm.1 -MAN4= miff.4 -MAN5= quantize.5 - -.ifndef WINDOWS_FONT_DIR -# Use fonts installed by x11-fonts/webfonts by default -WINDOWS_FONT_DIR=${X11BASE}/lib/X11/webfonts -.endif - -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --without-perl --with-windows-font-dir=${WINDOWS_FONT_DIR} \ - --enable-shared --enable-static --without-threads -INSTALLS_SHLIB= yes - -.if !defined(NOPORTDOCS) -INSTALL_TARGET= install install-data-html -.endif -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.pre.mk> - -# Perl and Tcl APIs will be installed by separate ports -PLIST_SUB+= WITH_PERL="@comment " - -.if defined(WITHOUT_X11) -PKGNAMESUFFIX+= -nox11 -CONFIGURE_ARGS+=--without-x -.endif - -.if defined(WITH_FPX) -LIB_DEPENDS+= fpx:${PORTSDIR}/graphics/libfpx -.else -CONFIGURE_ARGS+=--without-fpx -.endif - -.if defined(WITH_Q8BIT) || defined(WITHOUT_GRAPHICSMAGICK_16BIT_PIXEL) -CONFIGURE_ARGS+= --with-quantum-depth=8 -PLIST_SUB+= Q=8 -.else -CONFIGURE_ARGS+= --with-quantum-depth=16 -PLIST_SUB+= Q=16 -.endif - -post-build test: - cd ${WRKSRC}/tests && ${MAKE} check - -.include <bsd.port.post.mk> diff --git a/graphics/GraphicsMagick13/distinfo b/graphics/GraphicsMagick13/distinfo deleted file mode 100644 index 5ca71f1b9fe6..000000000000 --- a/graphics/GraphicsMagick13/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (GraphicsMagick-1.1.6.tar.bz2) = ee85aef3cde13432a3f2e5604b758f9c -SIZE (GraphicsMagick-1.1.6.tar.bz2) = 4959704 diff --git a/graphics/GraphicsMagick13/files/patch-Makefile.in b/graphics/GraphicsMagick13/files/patch-Makefile.in deleted file mode 100644 index 695f093c89fc..000000000000 --- a/graphics/GraphicsMagick13/files/patch-Makefile.in +++ /dev/null @@ -1,89 +0,0 @@ ---- Makefile.in Fri Mar 18 19:36:21 2005 -+++ Makefile.in Sun Jul 24 18:21:35 2005 -@@ -466,5 +466,5 @@ - - # Install HTML files --pkgdocdir = @MagickSharePath@ -+pkgdocdir = ${DATA_DIR}/doc/GraphicsMagick - DOCDIRS = images www www/api www/Magick++ - @WITH_PERL_TRUE@PERLMAGICK = PerlMagick -@@ -1079,5 +1079,5 @@ - - # Install arch-independent package data --install-data-local: install-data-html -+install-data-local: - - # Uninstall arch-independent package data ---- coders/Makefile.in Fri Mar 18 19:36:16 2005 -+++ coders/Makefile.in Sun Jul 24 19:22:21 2005 -@@ -1479,5 +1479,5 @@ - install-pkgLTLIBRARIES: $(pkg_LTLIBRARIES) - @$(NORMAL_INSTALL) -- test -z "$(pkgdir)" || $(mkdir_p) "$(DESTDIR)$(pkgdir)" -+ test -z "$(pkgdir)" -o -z "$(pkg_LTLIBRARIES)" || $(mkdir_p) "$(DESTDIR)$(pkgdir)" - @list='$(pkg_LTLIBRARIES)'; for p in $$list; do \ - if test -f $$p; then \ -@@ -1825,5 +1825,5 @@ - install-pkgDATA: $(pkg_DATA) - @$(NORMAL_INSTALL) -- test -z "$(pkgdir)" || $(mkdir_p) "$(DESTDIR)$(pkgdir)" -+ test -z "$(pkgdir)" -o -z '$(pkg_DATA)' || $(mkdir_p) "$(DESTDIR)$(pkgdir)" - @list='$(pkg_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -@@ -1842,5 +1842,5 @@ - install-pkgdataDATA: $(pkgdata_DATA) - @$(NORMAL_INSTALL) -- test -z "$(pkgdatadir)" || $(mkdir_p) "$(DESTDIR)$(pkgdatadir)" -+ test -z "$(pkgdatadir)" -o -z '$(pkgdata_DATA)' || $(mkdir_p) "$(DESTDIR)$(pkgdatadir)" - @list='$(pkgdata_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ ---- filters/Makefile.in Fri Mar 18 19:36:17 2005 -+++ filters/Makefile.in Sun Jul 24 19:23:33 2005 -@@ -522,5 +522,5 @@ - install-pkgLTLIBRARIES: $(pkg_LTLIBRARIES) - @$(NORMAL_INSTALL) -- test -z "$(pkgdir)" || $(mkdir_p) "$(DESTDIR)$(pkgdir)" -+ test -z "$(pkgdir)" -o -z '$(pkg_LTLIBRARIES)' || $(mkdir_p) "$(DESTDIR)$(pkgdir)" - @list='$(pkg_LTLIBRARIES)'; for p in $$list; do \ - if test -f $$p; then \ -@@ -592,5 +592,5 @@ - install-pkgDATA: $(pkg_DATA) - @$(NORMAL_INSTALL) -- test -z "$(pkgdir)" || $(mkdir_p) "$(DESTDIR)$(pkgdir)" -+ test -z "$(pkgdir)" -o -z '$(pkg_DATA)' || $(mkdir_p) "$(DESTDIR)$(pkgdir)" - @list='$(pkg_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ ---- magick/Makefile.in Fri Mar 18 19:36:18 2005 -+++ magick/Makefile.in Tue Jul 26 21:05:48 2005 -@@ -664,5 +664,5 @@ - - # Pkgconfig directory --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - - # Files to install in Pkgconfig directory -@@ -930,5 +930,5 @@ - install-pkgDATA: $(pkg_DATA) - @$(NORMAL_INSTALL) -- test -z "$(pkgdir)" || $(mkdir_p) "$(DESTDIR)$(pkgdir)" -+ test -z "$(pkgdir)" -o -z '$(pkg_DATA)' || $(mkdir_p) "$(DESTDIR)$(pkgdir)" - @list='$(pkg_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ ---- Magick++/lib/Makefile.in Fri Mar 18 19:36:13 2005 -+++ Magick++/lib/Makefile.in Tue Jul 26 21:37:39 2005 -@@ -453,5 +453,5 @@ - - # Pkgconfig directory --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - - # Files to install in Pkgconfig directory ---- wand/Makefile.in Fri Mar 18 19:36:20 2005 -+++ wand/Makefile.in Tue Jul 26 21:38:43 2005 -@@ -478,5 +478,5 @@ - - # Pkgconfig directory --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - - # Files to install in Pkgconfig directory diff --git a/graphics/GraphicsMagick13/files/patch-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-freebsd b/graphics/GraphicsMagick13/files/patch-freebsd deleted file mode 100644 index 4f5c664fbbd5..000000000000 --- a/graphics/GraphicsMagick13/files/patch-freebsd +++ /dev/null @@ -1,70 +0,0 @@ -Index: magick/command.c -=================================================================== -RCS file: /GraphicsMagick/GraphicsMagick/magick/command.c,v -retrieving revision 1.147.2.8 -retrieving revision 1.147.2.9 -diff -u -r1.147.2.8 -r1.147.2.9 ---- magick/command.c 28 Apr 2005 22:57:28 -0000 1.147.2.8 -+++ magick/command.c 16 Jul 2005 01:42:22 -0000 1.147.2.9 -@@ -6525,7 +6525,7 @@ - } - if (resource_database != (XrmDatabase) NULL) - { -- XrmDestroyDatabase(resource_database); -+ /* XrmDestroyDatabase(resource_database); */ - resource_database=(XrmDatabase) NULL; - } - -Index: magick/image.c -=================================================================== -RCS file: /GraphicsMagick/GraphicsMagick/magick/image.c,v -retrieving revision 1.1207.2.5 -retrieving revision 1.1207.2.6 -diff -u -r1.1207.2.5 -r1.1207.2.6 ---- magick/image.c 1 May 2005 18:43:29 -0000 1.1207.2.5 -+++ magick/image.c 16 Jul 2005 01:42:23 -0000 1.1207.2.6 -@@ -2527,7 +2527,7 @@ - } - if (resource_database != (XrmDatabase) NULL) - { -- XrmDestroyDatabase(resource_database); -+ /* XrmDestroyDatabase(resource_database); */ - resource_database=(XrmDatabase) NULL; - } - XDestroyResourceInfo(&resource_info); -Index: magick/nt_base.c -=================================================================== -RCS file: /GraphicsMagick/GraphicsMagick/magick/nt_base.c,v -retrieving revision 1.35.2.6 -retrieving revision 1.35.2.7 -diff -u -r1.35.2.6 -r1.35.2.7 ---- magick/nt_base.c 20 Mar 2005 01:39:13 -0000 1.35.2.6 -+++ magick/nt_base.c 19 Jun 2005 00:13:29 -0000 1.35.2.7 -@@ -2027,8 +2027,8 @@ - } - entry->firsttime=FALSE; - (void) strncpy(entry->file_info.d_name,entry->Win32FindData.cFileName, -- MaxTextExtent-1); -- entry->file_info.d_name[MaxTextExtent-1]='\0'; -+ sizeof(entry->file_info.d_name)-1); -+ entry->file_info.d_name[sizeof(entry->file_info.d_name)-1]='\0'; - entry->file_info.d_namlen=strlen(entry->file_info.d_name); - return(&entry->file_info); - } -Index: magick/version.h -=================================================================== -RCS file: /GraphicsMagick/GraphicsMagick/magick/version.h,v -retrieving revision 1.142.2.43 -retrieving revision 1.142.2.46 -diff -u -r1.142.2.43 -r1.142.2.46 ---- magick/version.h 1 May 2005 20:09:53 -0000 1.142.2.43 -+++ magick/version.h 16 Jul 2005 01:42:24 -0000 1.142.2.46 -@@ -38,7 +38,7 @@ - #define MagickLibVersion 0x010006 - #define MagickLibVersionText "1.1.6" - #define MagickLibVersionNumber 1,0,6 --#define MagickChangeDate "20050501" -+#define MagickChangeDate "20050715" - #define MagickReleaseDate "2005-05-01" - - diff --git a/graphics/GraphicsMagick13/files/patch-utility b/graphics/GraphicsMagick13/files/patch-utility deleted file mode 100644 index 6dd5fb61c3d3..000000000000 --- a/graphics/GraphicsMagick13/files/patch-utility +++ /dev/null @@ -1,21 +0,0 @@ ---- magick/utility.c Sat Apr 2 17:35:06 2005 -+++ magick/utility.c Sun Jul 24 18:22:40 2005 -@@ -47,4 +47,8 @@ - #include "magick/utility.h" - -+#if defined(POSIX) -+# include <sys/types.h> -+# include <sys/wait.h> -+#endif - - /* -@@ -3874,4 +3878,9 @@ - #if defined(POSIX) - status=system(command); -+ if (status == -1) -+ perror(command); -+ else if (WIFSIGNALED(status)) { -+ fprintf(stderr, "Command ``\n%s\n'' terminated due to signal %d\n", command, WTERMSIG(status)); -+ } - #elif defined(vms) - status=!system(command); diff --git a/graphics/GraphicsMagick13/files/patch-warnings b/graphics/GraphicsMagick13/files/patch-warnings deleted file mode 100644 index f317adbf1116..000000000000 --- a/graphics/GraphicsMagick13/files/patch-warnings +++ /dev/null @@ -1,25 +0,0 @@ ---- magick/blob.c Wed Apr 14 18:45:16 2004 -+++ magick/blob.c Sun Jul 24 12:30:20 2005 -@@ -2364,5 +2364,5 @@ - (void) rewind(image->blob->file); - (void) LogMagickEvent(BlobEvent,GetMagickModule(), -- " read %d magic header bytes", count); -+ " read %td magic header bytes", count); - #if defined(HasZLIB) - if ((magick[0] == 0x1F) && (magick[1] == 0x8B) && ---- coders/ept.c Wed Apr 14 18:45:28 2004 -+++ coders/ept.c Sun Jul 24 13:33:39 2005 -@@ -584,5 +584,5 @@ - if (logging) - (void) LogMagickEvent(CoderEvent,GetMagickModule(), -- "Writing EPS section at offset %lld",TellBlob(image)); -+ "Writing EPS section at offset %lld", (long long)TellBlob(image)); - for (c=fgetc(ps_file); c != EOF; c=fgetc(ps_file)) - (void) WriteBlobByte(image,c); -@@ -590,5 +590,5 @@ - if (logging) - (void) LogMagickEvent(CoderEvent,GetMagickModule(), -- "Writing TIFF section at offset %lld",TellBlob(image)); -+ "Writing TIFF section at offset %lld", (long long)TellBlob(image)); - for (c=fgetc(tiff_file); c != EOF; c=fgetc(tiff_file)) - (void) WriteBlobByte(image,c); 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 2735ee22788f..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++.so -lib/libGraphicsMagick++.so.1 -lib/libGraphicsMagick.a -lib/libGraphicsMagick.so -lib/libGraphicsMagick.so.1 -lib/libGraphicsMagickWand.a -lib/libGraphicsMagickWand.so -lib/libGraphicsMagickWand.so.0 -libdata/pkgconfig/GraphicsMagick++.pc -libdata/pkgconfig/GraphicsMagick.pc -libdata/pkgconfig/GraphicsMagickWand.pc -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Graphics/Magick.pm -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graphics/Magick/.packlist -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graphics/Magick/Magick.so -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graphics/Magick/Magick.bs -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graphics/Magick/autosplit.ix -@comment lib/GraphicsMagick-%%PORTVERSION%%/modules-%%Q%%/coders -@comment lib/GraphicsMagick-%%PORTVERSION%%/modules-%%Q%%/filters -%%PORTDOCS%%%%DOCSDIR%%/images/ball.png -%%PORTDOCS%%%%DOCSDIR%%/images/corbis.png -%%PORTDOCS%%%%DOCSDIR%%/images/examples.jpg -%%PORTDOCS%%%%DOCSDIR%%/images/gm-125x80t.png -%%PORTDOCS%%%%DOCSDIR%%/images/gm-188x120t.png -%%PORTDOCS%%%%DOCSDIR%%/images/gm-282x180t.png -%%PORTDOCS%%%%DOCSDIR%%/images/home.png -%%PORTDOCS%%%%DOCSDIR%%/images/mail.png -%%PORTDOCS%%%%DOCSDIR%%/images/pdfsages.png -%%PORTDOCS%%%%DOCSDIR%%/images/pngnow.png -%%PORTDOCS%%%%DOCSDIR%%/images/right_triangle.png -%%PORTDOCS%%%%DOCSDIR%%/images/right_triangle_option.png -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/www/AUTHORS.html -%%PORTDOCS%%%%DOCSDIR%%/www/Changelog.html -%%PORTDOCS%%%%DOCSDIR%%/www/Copyright.html -%%PORTDOCS%%%%DOCSDIR%%/www/FAQ.html -%%PORTDOCS%%%%DOCSDIR%%/www/GraphicsMagick.html -%%PORTDOCS%%%%DOCSDIR%%/www/INSTALL-mac.html -%%PORTDOCS%%%%DOCSDIR%%/www/INSTALL-unix.html -%%PORTDOCS%%%%DOCSDIR%%/www/INSTALL-vms.html -%%PORTDOCS%%%%DOCSDIR%%/www/INSTALL-windows.html -%%PORTDOCS%%%%DOCSDIR%%/www/ImageMagickObject.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Blob.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Cache.fig -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Cache.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Cache.svg -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/ChangeLog.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/CoderInfo.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Color.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Documentation.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Drawable.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Drawable_example_1.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Enumerations.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Exception.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/FormatCharacters.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Future.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Geometry.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Image.fig -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Image.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Image.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/ImageDesign.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/ImageMagick.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Install.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Magick++.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Montage.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/NEWS.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/PixelPacket.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Pixels.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/README.txt -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/STL.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/TypeMetric.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/gm-188x120t.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/index.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/montage-sample-framed.jpg -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/right_triangle.png -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-anatomy-framed.fig -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-anatomy-framed.jpg -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-anatomy-plain.fig -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-anatomy-plain.jpg -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-sample-framed.jpg -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/thumbnail-sample-plain.jpg -%%PORTDOCS%%%%DOCSDIR%%/www/NEWS.html -%%PORTDOCS%%%%DOCSDIR%%/www/README.html -%%PORTDOCS%%%%DOCSDIR%%/www/animate.html -%%PORTDOCS%%%%DOCSDIR%%/www/api.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/animate.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/annotate.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/attribute.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/blob.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/cache.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/cache_view.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/color.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/composite.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/constitute.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/decorate.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/deprecate.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/display.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/draw.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/effect.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/enhance.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/error.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/fx.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/image.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/list.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/magick.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/memory.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/monitor.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/montage.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/paint.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/profile.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/quantize.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/registry.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/render.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/resize.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/resource.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/segment.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/shear.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/signature.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/stream.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/transform.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/types.html -%%PORTDOCS%%%%DOCSDIR%%/www/api/widget.html -%%PORTDOCS%%%%DOCSDIR%%/www/body.html -%%PORTDOCS%%%%DOCSDIR%%/www/body.html.rej -%%PORTDOCS%%%%DOCSDIR%%/www/books.html -%%PORTDOCS%%%%DOCSDIR%%/www/color.html -%%PORTDOCS%%%%DOCSDIR%%/www/composite.html -%%PORTDOCS%%%%DOCSDIR%%/www/conjure.html -%%PORTDOCS%%%%DOCSDIR%%/www/contribute.html -%%PORTDOCS%%%%DOCSDIR%%/www/convert.html -%%PORTDOCS%%%%DOCSDIR%%/www/cvs.html -%%PORTDOCS%%%%DOCSDIR%%/www/development.html -%%PORTDOCS%%%%DOCSDIR%%/www/display.html -%%PORTDOCS%%%%DOCSDIR%%/www/download.html -%%PORTDOCS%%%%DOCSDIR%%/www/formats.html -%%PORTDOCS%%%%DOCSDIR%%/www/gm.html -%%PORTDOCS%%%%DOCSDIR%%/www/header.html -%%PORTDOCS%%%%DOCSDIR%%/www/identify.html -%%PORTDOCS%%%%DOCSDIR%%/www/import.html -%%PORTDOCS%%%%DOCSDIR%%/www/index.html -%%PORTDOCS%%%%DOCSDIR%%/www/install.html -%%PORTDOCS%%%%DOCSDIR%%/www/links.html -%%PORTDOCS%%%%DOCSDIR%%/www/magick.css -%%PORTDOCS%%%%DOCSDIR%%/www/miff.html -%%PORTDOCS%%%%DOCSDIR%%/www/mission.html -%%PORTDOCS%%%%DOCSDIR%%/www/mogrify.html -%%PORTDOCS%%%%DOCSDIR%%/www/montage.html -%%PORTDOCS%%%%DOCSDIR%%/www/perl.html -%%PORTDOCS%%%%DOCSDIR%%/www/programming.html -%%PORTDOCS%%%%DOCSDIR%%/www/quantize.html -%%PORTDOCS%%%%DOCSDIR%%/www/smile.c -%%PORTDOCS%%%%DOCSDIR%%/www/tools.html -%%PORTDOCS%%%%DOCSDIR%%/www/utilities.html -%%PORTDOCS%%%%DOCSDIR%%/www/windows.html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/www/api -%%PORTDOCS%%@dirrm %%DOCSDIR%%/www/Magick++ -%%PORTDOCS%%@dirrm %%DOCSDIR%%/www -%%PORTDOCS%%@dirrm %%DOCSDIR%%/images -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Graphics/Magick -%%WITH_PERL%%@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graphics 2>/dev/null || true -%%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/cal3d-devel/Makefile b/graphics/cal3d-devel/Makefile deleted file mode 100644 index 4de032894b8e..000000000000 --- a/graphics/cal3d-devel/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: cal3d -# Date created: 12 Jul 2004 -# Whom: Stefan Walter <sw@gegenunendlich.de> -# -# $FreeBSD$ -# - -PORTNAME= cal3d -PORTVERSION= 0.9.1 -CATEGORIES= graphics devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= sw@gegenunendlich.de -COMMENT= Skeletal based 3d character animation library written in C++ - -USE_BZIP2= yes -USE_GNOME= pkgconfig -USE_AUTOMAKE_VER= 19 -USE_AUTOHEADER_VER= 259 -USE_LIBTOOL_VER= 15 -INSTALLS_SHLIB= yes - -.include <bsd.port.pre.mk> - -pre-configure: - cd ${WRKSRC} && ${ACLOCAL} - cd ${WRKSRC} && ${AUTOHEADER} - -.include <bsd.port.post.mk> diff --git a/graphics/cal3d-devel/distinfo b/graphics/cal3d-devel/distinfo deleted file mode 100644 index 92e6f085002f..000000000000 --- a/graphics/cal3d-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (cal3d-0.9.1.tar.bz2) = 55023cf5b4063990f355629c57a175af -SIZE (cal3d-0.9.1.tar.bz2) = 2871094 diff --git a/graphics/cal3d-devel/files/patch-Makefile.am b/graphics/cal3d-devel/files/patch-Makefile.am deleted file mode 100644 index a018a42f5cd7..000000000000 --- a/graphics/cal3d-devel/files/patch-Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.am.orig Mon Jul 12 19:40:09 2004 -+++ Makefile.am Mon Jul 12 19:41:07 2004 -@@ -16,7 +16,8 @@ - - SUBDIRS = src docs - --pkgconfigdir = $(libdir)/pkgconfig -+#pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = cal3d.pc - - diff --git a/graphics/cal3d-devel/files/patch-src_cal3d_Makefile.am b/graphics/cal3d-devel/files/patch-src_cal3d_Makefile.am deleted file mode 100644 index af0cd89babb1..000000000000 --- a/graphics/cal3d-devel/files/patch-src_cal3d_Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ ---- src/cal3d/Makefile.am.orig Mon Jul 12 17:34:29 2004 -+++ src/cal3d/Makefile.am Mon Jul 12 17:35:04 2004 -@@ -13,7 +13,8 @@ - INCLUDES = $(all_includes) -I$(top_srcdir)/src - - all_libraries = @all_libraries@ --LDFLAGS = @LDFLAGS@ -+#LDFLAGS = @LDFLAGS@ -+AM_LDFLAGS = @AM_LDFLAGS@ - - EXTRA_DIST = cal3d.rc cal3d.dsp SConscript - diff --git a/graphics/cal3d-devel/files/patch-src_cal3d_buffersource.h b/graphics/cal3d-devel/files/patch-src_cal3d_buffersource.h deleted file mode 100644 index 6cc393fdf3ed..000000000000 --- a/graphics/cal3d-devel/files/patch-src_cal3d_buffersource.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/cal3d/buffersource.h.orig Tue Jul 13 10:03:53 2004 -+++ src/cal3d/buffersource.h Tue Jul 13 10:04:11 2004 -@@ -17,7 +17,7 @@ - - #include "cal3d/global.h" - #include "cal3d/datasource.h" --#include <istream> -+#include <istream.h> - - /** - * CalBufferSource class. diff --git a/graphics/cal3d-devel/files/patch-src_cal3d_loader.h b/graphics/cal3d-devel/files/patch-src_cal3d_loader.h deleted file mode 100644 index 8121123c1431..000000000000 --- a/graphics/cal3d-devel/files/patch-src_cal3d_loader.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/cal3d/loader.h.orig Tue Jul 13 10:04:57 2004 -+++ src/cal3d/loader.h Tue Jul 13 10:05:09 2004 -@@ -17,7 +17,7 @@ - - - #include <string> --#include <istream> -+#include <istream.h> - #include "cal3d/global.h" - #include "cal3d/datasource.h" - diff --git a/graphics/cal3d-devel/files/patch-src_cal3d_streamsource.h b/graphics/cal3d-devel/files/patch-src_cal3d_streamsource.h deleted file mode 100644 index b2125b55736f..000000000000 --- a/graphics/cal3d-devel/files/patch-src_cal3d_streamsource.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/cal3d/streamsource.h.orig Tue Jul 13 10:05:35 2004 -+++ src/cal3d/streamsource.h Tue Jul 13 10:05:47 2004 -@@ -17,7 +17,7 @@ - - #include "cal3d/global.h" - #include "cal3d/datasource.h" --#include <istream> -+#include <istream.h> - - /** - * CalStreamSource class. diff --git a/graphics/cal3d-devel/pkg-descr b/graphics/cal3d-devel/pkg-descr deleted file mode 100644 index 64470ac75479..000000000000 --- a/graphics/cal3d-devel/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -Cal3D is a skeletal based 3D character animation library written in C++ -in a way that is both platform-independent and graphics API-independent. -It was originally designed to be used in a 3D client for Worldforge, but -evolved into a stand-alone product which can be used in many different -kinds of projects. - -Cal3D's essentials can be boiled down to 2 parts: the C++ library and -the exporter. The exporter is what you would use to take your characters -(built in a 3D modeling package) and create the Cal3D-format files that -the library knows how to load. The exporters are actually plug-ins for -3D modeling packages. This allows 3D artists to use the modeling tools -that they're already comfortable with. - -The C++ library is what you would actually use in your application, -whether it's a game or a VR application. The library provides methods to -load your exported files, build characters, run animations, and access -the data necessary to render them with 3D graphics. - -WWW: http://cal3d.sourceforge.net/ diff --git a/graphics/cal3d-devel/pkg-plist b/graphics/cal3d-devel/pkg-plist deleted file mode 100644 index 54fc843ae4fc..000000000000 --- a/graphics/cal3d-devel/pkg-plist +++ /dev/null @@ -1,45 +0,0 @@ -include/cal3d/animation.h -include/cal3d/animation_action.h -include/cal3d/animation_cycle.h -include/cal3d/bone.h -include/cal3d/buffersource.h -include/cal3d/cal3d.h -include/cal3d/cal3d_wrapper.h -include/cal3d/coreanimation.h -include/cal3d/corebone.h -include/cal3d/corekeyframe.h -include/cal3d/corematerial.h -include/cal3d/coremesh.h -include/cal3d/coremodel.h -include/cal3d/coremorphanimation.h -include/cal3d/coreskeleton.h -include/cal3d/coresubmesh.h -include/cal3d/coresubmorphtarget.h -include/cal3d/coretrack.h -include/cal3d/datasource.h -include/cal3d/error.h -include/cal3d/global.h -include/cal3d/loader.h -include/cal3d/matrix.h -include/cal3d/mesh.h -include/cal3d/mixer.h -include/cal3d/model.h -include/cal3d/morphtargetmixer.h -include/cal3d/physique.h -include/cal3d/platform.h -include/cal3d/quaternion.h -include/cal3d/renderer.h -include/cal3d/resource.h -include/cal3d/saver.h -include/cal3d/skeleton.h -include/cal3d/springsystem.h -include/cal3d/streamsource.h -include/cal3d/submesh.h -include/cal3d/tinystr.h -include/cal3d/tinyxml.h -include/cal3d/vector.h -@dirrm include/cal3d -lib/libcal3d-0.9.1.so -lib/libcal3d.la -lib/libcal3d.so -libdata/pkgconfig/cal3d.pc diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile index 6dd5d9198077..60a5c1ce8563 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -7,7 +7,7 @@ PORTNAME= cimg DISTVERSION= 1-09 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/graphics/cimg/distinfo b/graphics/cimg/distinfo index c7f71bf03b04..cd233e44f6e5 100644 --- a/graphics/cimg/distinfo +++ b/graphics/cimg/distinfo @@ -1,2 +1,2 @@ -MD5 (CImg-1-09.zip) = 34064dfcf4cc8f5bcc4ed5e376504606 -SIZE (CImg-1-09.zip) = 2836294 +MD5 (CImg-1-09.zip) = f88bf8f28c27523ba78edb27798643c2 +SIZE (CImg-1-09.zip) = 2955508 diff --git a/graphics/cimg/pkg-plist b/graphics/cimg/pkg-plist index b7938b661579..764cae4ed845 100644 --- a/graphics/cimg/pkg-plist +++ b/graphics/cimg/pkg-plist @@ -68,18 +68,55 @@ include/CImg.h %%PORTDOCS%%%%DOCSDIR%%/reference/doxygen.png %%PORTDOCS%%%%DOCSDIR%%/reference/files.html %%PORTDOCS%%%%DOCSDIR%%/reference/functions.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_0x61.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_0x62.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_0x63.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_0x64.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_0x65.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_0x66.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_0x67.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_0x68.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_0x69.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_0x6b.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_0x6c.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_0x6d.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_0x6e.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_0x6f.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_0x70.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_0x71.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_0x72.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_0x73.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_0x74.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_0x76.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_0x77.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_0x78.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_0x79.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_0x7a.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_0x7e.html %%PORTDOCS%%%%DOCSDIR%%/reference/functions_func.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_rela.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_0x61.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_0x62.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_0x63.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_0x64.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_0x65.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_0x66.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_0x67.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_0x69.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_0x6c.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_0x6d.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_0x6e.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_0x6f.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_0x70.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_0x71.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_0x72.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_0x73.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_0x74.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_0x76.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_0x77.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_0x78.html +%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_0x7e.html %%PORTDOCS%%%%DOCSDIR%%/reference/functions_vars.html -%%PORTDOCS%%%%DOCSDIR%%/reference/group__cimg__displays.html -%%PORTDOCS%%%%DOCSDIR%%/reference/group__cimg__drawing.html -%%PORTDOCS%%%%DOCSDIR%%/reference/group__cimg__environment.html -%%PORTDOCS%%%%DOCSDIR%%/reference/group__cimg__files__io.html -%%PORTDOCS%%%%DOCSDIR%%/reference/group__cimg__loops.html -%%PORTDOCS%%%%DOCSDIR%%/reference/group__cimg__options.html -%%PORTDOCS%%%%DOCSDIR%%/reference/group__cimg__storage.html %%PORTDOCS%%%%DOCSDIR%%/reference/group__cimg__structure.html -%%PORTDOCS%%%%DOCSDIR%%/reference/group__cimg__tutorial.html %%PORTDOCS%%%%DOCSDIR%%/reference/hierarchy.html %%PORTDOCS%%%%DOCSDIR%%/reference/index.html %%PORTDOCS%%%%DOCSDIR%%/reference/modules.html @@ -114,6 +151,8 @@ include/CImg.h %%PORTDOCS%%%%DOCSDIR%%/reference/structcimg__library_1_1CImgROI.png %%PORTDOCS%%%%DOCSDIR%%/reference/structcimg__library_1_1CImgStats-members.html %%PORTDOCS%%%%DOCSDIR%%/reference/structcimg__library_1_1CImgStats.html +%%PORTDOCS%%%%DOCSDIR%%/reference/structcimg__library_1_1CImg_1_1__draw__fill-members.html +%%PORTDOCS%%%%DOCSDIR%%/reference/structcimg__library_1_1CImg_1_1__draw__fill.html %%PORTDOCS%%%%DOCSDIR%%/reference/structcimg__library_1_1CImgl-members.html %%PORTDOCS%%%%DOCSDIR%%/reference/structcimg__library_1_1CImgl.html %%PORTDOCS%%%%DOCSDIR%%/screenshots.shtml diff --git a/graphics/digikam-kde4/Makefile b/graphics/digikam-kde4/Makefile deleted file mode 100644 index 51d2dcaaabc1..000000000000 --- a/graphics/digikam-kde4/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: digikam -# Date created: 3 February 2003 -# Whom: Arjan van Leeuwen <avleeuwen@piwebs.com> -# -# $FreeBSD$ -# - -PORTNAME= digikam -PORTVERSION= 0.7.2 -CATEGORIES= graphics kde -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= avleeuwen@piwebs.com -COMMENT= Photo album manager for KDE with gphoto2 backend - -LIB_DEPENDS= kexif.1:${PORTSDIR}/graphics/libkexif \ - kipi.0:${PORTSDIR}/graphics/libkipi \ - gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \ - Imlib2.3:${PORTSDIR}/graphics/imlib2 \ - gdbm.3:${PORTSDIR}/databases/gdbm -RUN_DEPENDS= dcraw:${PORTSDIR}/graphics/dcraw - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_KDELIBS_VER=3 -USE_REINPLACE= yes -CONFIGURE_ARGS+=--program-prefix='' -INSTALLS_SHLIB= yes - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} - @${REINPLACE_CMD} -e 's@-lpthread@${PTHREAD_LIBS}@g' ${WRKSRC}/${CONFIGURE_SCRIPT} - -.include <bsd.port.post.mk> diff --git a/graphics/digikam-kde4/distinfo b/graphics/digikam-kde4/distinfo deleted file mode 100644 index 722511b57d31..000000000000 --- a/graphics/digikam-kde4/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (digikam-0.7.2.tar.bz2) = c4573ae34c87b41efad4e69f983c36b9 -SIZE (digikam-0.7.2.tar.bz2) = 11145384 diff --git a/graphics/digikam-kde4/files/patch-externc b/graphics/digikam-kde4/files/patch-externc deleted file mode 100644 index bc364216b82b..000000000000 --- a/graphics/digikam-kde4/files/patch-externc +++ /dev/null @@ -1,64 +0,0 @@ ---- digikam/digikam/digikamfirstrun.cpp.orig Wed Jan 5 10:40:08 2005 -+++ digikam/digikam/digikamfirstrun.cpp Wed Jan 5 10:40:39 2005 -@@ -20,15 +20,6 @@ - * - * ============================================================ */ - --// C Ansi includes. -- --extern "C" --{ --#include <sys/types.h> --#include <sys/stat.h> --#include <unistd.h> --} -- - // C++ Includes. - - #include <iostream> -@@ -65,6 +56,15 @@ - #include "firstrunUI.h" - - #include <iostream> -+// C Ansi includes. -+ -+extern "C" -+{ -+#include <sys/types.h> -+#include <sys/stat.h> -+#include <unistd.h> -+} -+ - using namespace std; - - DigikamFirstRun::DigikamFirstRun( KConfig* config, ---- digikam/utilities/imageeditor/imlibinterface.cpp.orig Wed Jan 5 10:45:12 2005 -+++ digikam/utilities/imageeditor/imlibinterface.cpp Wed Jan 5 10:45:29 2005 -@@ -22,13 +22,6 @@ - - #define PI 3.14159265 - --// Lib Tiff includes. -- --extern "C" --{ --#include <tiffio.h> --} -- - // C++ includes. - - #include <cmath> -@@ -59,6 +52,13 @@ - #include "albumsettings.h" - #include "imlibinterface.h" - -+// Lib Tiff includes. -+ -+extern "C" -+{ -+#include <tiffio.h> -+} -+ - namespace Digikam - { - diff --git a/graphics/digikam-kde4/pkg-descr b/graphics/digikam-kde4/pkg-descr deleted file mode 100644 index c95823bfb842..000000000000 --- a/graphics/digikam-kde4/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Digikam is a simple digital photo management application, which makes -importing and organizing digital photos a "snap". The photos can be organized -in albums which are automatically sorted chronologically. An easy to use -interface is provided to connect to your camera and preview images and download -and/or delete them. - -Digikam also uses the very flexible Kipi plugin architecture. Install the -graphics/kipi-plugins and graphics/digikamimageplugins ports to extend -Digikam's features. - -WWW: http://digikam.sourceforge.net/ - -- Arjan -avleeuwen@piwebs.com diff --git a/graphics/digikam-kde4/pkg-plist b/graphics/digikam-kde4/pkg-plist deleted file mode 100644 index c02e9d410401..000000000000 --- a/graphics/digikam-kde4/pkg-plist +++ /dev/null @@ -1,300 +0,0 @@ -bin/digikam -bin/showfoto -include/digikam/colorgradientwidget.h -include/digikam/histogramwidget.h -include/digikam/imagecurves.h -include/digikam/imagefilters.h -include/digikam/imageguidewidget.h -include/digikam/imagehistogram.h -include/digikam/imageiface.h -include/digikam/imagelevels.h -include/digikam/imagepaniconwidget.h -include/digikam/imageplugin.h -include/digikam/imagepreviewwidget.h -include/digikam/imageregionwidget.h -include/digikam/imageselectionwidget.h -include/digikam/imagewidget.h -lib/kde3/digikamimageplugin_core.la -lib/kde3/digikamimageplugin_core.so -lib/kde3/kio_digikamio.la -lib/kde3/kio_digikamio.so -lib/kde3/kio_digikamtags.la -lib/kde3/kio_digikamtags.so -lib/kde3/kio_digikamthumbnail.la -lib/kde3/kio_digikamthumbnail.so -lib/libdigikam.la -lib/libdigikam.so -lib/libdigikam.so.0 -share/applications/kde/showfoto.desktop -share/applnk/Graphics/digikam.desktop -share/apps/digikam/data/image_broken.png -share/apps/digikam/digikam-splash.png -share/apps/digikam/digikamimageplugin_core_ui.rc -share/apps/digikam/digikamimagewindowui.rc -share/apps/digikam/digikamui.rc -share/apps/digikam/icons/hicolor/32x32/actions/addimagefolder.png -share/apps/digikam/icons/hicolor/32x32/actions/adjustbcg.png -share/apps/digikam/icons/hicolor/32x32/actions/adjusthsl.png -share/apps/digikam/icons/hicolor/32x32/actions/adjustrgb.png -share/apps/digikam/icons/hicolor/32x32/actions/albumfoldercomment.png -share/apps/digikam/icons/hicolor/32x32/actions/albumfoldernew.png -share/apps/digikam/icons/hicolor/32x32/actions/autolevels.png -share/apps/digikam/icons/hicolor/32x32/actions/blurimage.png -share/apps/digikam/icons/hicolor/32x32/actions/browntone.png -share/apps/digikam/icons/hicolor/32x32/actions/bwtonal.png -share/apps/digikam/icons/hicolor/32x32/actions/cameradownload.png -share/apps/digikam/icons/hicolor/32x32/actions/coldtone.png -share/apps/digikam/icons/hicolor/32x32/actions/digitalcam.png -share/apps/digikam/icons/hicolor/32x32/actions/editimage.png -share/apps/digikam/icons/hicolor/32x32/actions/equalize.png -share/apps/digikam/icons/hicolor/32x32/actions/exifinfo.png -share/apps/digikam/icons/hicolor/32x32/actions/flip_image.png -share/apps/digikam/icons/hicolor/32x32/actions/imagecomment.png -share/apps/digikam/icons/hicolor/32x32/actions/importfolders2albums.png -share/apps/digikam/icons/hicolor/32x32/actions/invertimage.png -share/apps/digikam/icons/hicolor/32x32/actions/neutralbw.png -share/apps/digikam/icons/hicolor/32x32/actions/normalize.png -share/apps/digikam/icons/hicolor/32x32/actions/platinium.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/selenium.png -share/apps/digikam/icons/hicolor/32x32/actions/sepia.png -share/apps/digikam/icons/hicolor/32x32/actions/sharpenimage.png -share/apps/digikam/icons/hicolor/32x32/actions/stretchcontrast.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-people.png -share/apps/digikam/icons/hicolor/32x32/actions/tag-places.png -share/apps/digikam/icons/hicolor/32x32/actions/tag.png -share/apps/digikam/themes/Clean -share/apps/digikam/themes/Dreary -share/apps/digikam/themes/Marine -share/apps/digikam/tips -share/apps/showfoto/showfotoui.rc -share/doc/HTML/da/digikam/common -share/doc/HTML/da/digikam/index.cache.bz2 -share/doc/HTML/da/digikam/index.docbook -share/doc/HTML/en/digikam/README -share/doc/HTML/en/digikam/addcamera.png -share/doc/HTML/en/digikam/albumproperties.png -share/doc/HTML/en/digikam/assigntags.png -share/doc/HTML/en/digikam/autolevelspreview.png -share/doc/HTML/en/digikam/cameraclient.png -share/doc/HTML/en/digikam/cameraclientadvanced.png -share/doc/HTML/en/digikam/cameraclientdownload.png -share/doc/HTML/en/digikam/commentstags.png -share/doc/HTML/en/digikam/common -share/doc/HTML/en/digikam/convert_brown.png -share/doc/HTML/en/digikam/convert_bw.png -share/doc/HTML/en/digikam/convert_cold.png -share/doc/HTML/en/digikam/convert_platinium.png -share/doc/HTML/en/digikam/convert_selenium.png -share/doc/HTML/en/digikam/convert_sepia.png -share/doc/HTML/en/digikam/digikamlogo.png -share/doc/HTML/en/digikam/editoradjustcurves.png -share/doc/HTML/en/digikam/editoradjustlevels.png -share/doc/HTML/en/digikam/editorautosizebutton.png -share/doc/HTML/en/digikam/editorbcgadjust.png -share/doc/HTML/en/digikam/editorblurplugin.png -share/doc/HTML/en/digikam/editorcolorbalance.png -share/doc/HTML/en/digikam/editorcropbutton.png -share/doc/HTML/en/digikam/editorhsladjust.png -share/doc/HTML/en/digikam/editorimageselection.png -share/doc/HTML/en/digikam/editornoisereductionplugin.png -share/doc/HTML/en/digikam/editorraindropsplugin.png -share/doc/HTML/en/digikam/editorratiocroptool.png -share/doc/HTML/en/digikam/editorredeyescorrection.png -share/doc/HTML/en/digikam/editorresizetool.png -share/doc/HTML/en/digikam/editorsharpenplugin.png -share/doc/HTML/en/digikam/editorunsharpedmaskplugin.png -share/doc/HTML/en/digikam/equalizepreview.png -share/doc/HTML/en/digikam/exifviewer.png -share/doc/HTML/en/digikam/firstrundialog.png -share/doc/HTML/en/digikam/foldericon.png -share/doc/HTML/en/digikam/histogramdescription.png -share/doc/HTML/en/digikam/histogramimageplugin.png -share/doc/HTML/en/digikam/histogramsample1.png -share/doc/HTML/en/digikam/histogramsample2.png -share/doc/HTML/en/digikam/histogramsample3.png -share/doc/HTML/en/digikam/imageeditor.png -share/doc/HTML/en/digikam/imageeditortoolbar.png -share/doc/HTML/en/digikam/imageproperties.png -share/doc/HTML/en/digikam/imageproperties2.png -share/doc/HTML/en/digikam/imageproperties3.png -share/doc/HTML/en/digikam/index.cache.bz2 -share/doc/HTML/en/digikam/index.docbook -share/doc/HTML/en/digikam/maintoolbar.png -share/doc/HTML/en/digikam/mainwindow.png -share/doc/HTML/en/digikam/normalizepreview.png -share/doc/HTML/en/digikam/revertbutton.png -share/doc/HTML/en/digikam/rulethirdlinesexample.png -share/doc/HTML/en/digikam/setupalbum.png -share/doc/HTML/en/digikam/setupcamera.png -share/doc/HTML/en/digikam/setupcollections.png -share/doc/HTML/en/digikam/setupembededinfo.png -share/doc/HTML/en/digikam/setupimageeditor.png -share/doc/HTML/en/digikam/setupkipi.png -share/doc/HTML/en/digikam/setupmimetypes.png -share/doc/HTML/en/digikam/setupmisc.png -share/doc/HTML/en/digikam/stretchcontrastpreview.png -share/doc/HTML/en/digikam/tagsview.png -share/doc/HTML/en/digikam/targetalbumdialog.png -share/doc/HTML/en/digikam/zoombuttons.png -share/doc/HTML/et/digikam/common -share/doc/HTML/et/digikam/index.cache.bz2 -share/doc/HTML/et/digikam/index.docbook -share/doc/HTML/it/digikam/addcamera.png -share/doc/HTML/it/digikam/common -share/doc/HTML/it/digikam/imageeditor.png -share/doc/HTML/it/digikam/index.cache.bz2 -share/doc/HTML/it/digikam/index.docbook -share/doc/HTML/it/digikam/mainwindow.png -share/doc/HTML/it/digikam/setupalbum.png -share/doc/HTML/nl/digikam/common -share/doc/HTML/nl/digikam/index.cache.bz2 -share/doc/HTML/nl/digikam/index.docbook -share/doc/HTML/pt/digikam/common -share/doc/HTML/pt/digikam/index.cache.bz2 -share/doc/HTML/pt/digikam/index.docbook -share/doc/HTML/pt_BR/digikam/README -share/doc/HTML/pt_BR/digikam/addcamera.png -share/doc/HTML/pt_BR/digikam/albumproperties.png -share/doc/HTML/pt_BR/digikam/assigntags.png -share/doc/HTML/pt_BR/digikam/autolevelspreview.png -share/doc/HTML/pt_BR/digikam/cameraclient.png -share/doc/HTML/pt_BR/digikam/cameraclientadvanced.png -share/doc/HTML/pt_BR/digikam/cameraclientdownload.png -share/doc/HTML/pt_BR/digikam/commentstags.png -share/doc/HTML/pt_BR/digikam/common -share/doc/HTML/pt_BR/digikam/convert_brown.png -share/doc/HTML/pt_BR/digikam/convert_bw.png -share/doc/HTML/pt_BR/digikam/convert_cold.png -share/doc/HTML/pt_BR/digikam/convert_platinium.png -share/doc/HTML/pt_BR/digikam/convert_selenium.png -share/doc/HTML/pt_BR/digikam/convert_sepia.png -share/doc/HTML/pt_BR/digikam/digikamlogo.png -share/doc/HTML/pt_BR/digikam/editoradjustcurves.png -share/doc/HTML/pt_BR/digikam/editoradjustlevels.png -share/doc/HTML/pt_BR/digikam/editorautosizebutton.png -share/doc/HTML/pt_BR/digikam/editorbcgadjust.png -share/doc/HTML/pt_BR/digikam/editorblurplugin.png -share/doc/HTML/pt_BR/digikam/editorcolorbalance.png -share/doc/HTML/pt_BR/digikam/editorcropbutton.png -share/doc/HTML/pt_BR/digikam/editorhsladjust.png -share/doc/HTML/pt_BR/digikam/editorimageselection.png -share/doc/HTML/pt_BR/digikam/editornoisereductionplugin.png -share/doc/HTML/pt_BR/digikam/editorraindropsplugin.png -share/doc/HTML/pt_BR/digikam/editorratiocroptool.png -share/doc/HTML/pt_BR/digikam/editorredeyescorrection.png -share/doc/HTML/pt_BR/digikam/editorresizetool.png -share/doc/HTML/pt_BR/digikam/editorsharpenplugin.png -share/doc/HTML/pt_BR/digikam/editorunsharpedmaskplugin.png -share/doc/HTML/pt_BR/digikam/equalizepreview.png -share/doc/HTML/pt_BR/digikam/exifviewer.png -share/doc/HTML/pt_BR/digikam/firstrundialog.png -share/doc/HTML/pt_BR/digikam/foldericon.png -share/doc/HTML/pt_BR/digikam/histogramdescription.png -share/doc/HTML/pt_BR/digikam/histogramimageplugin.png -share/doc/HTML/pt_BR/digikam/histogramsample1.png -share/doc/HTML/pt_BR/digikam/histogramsample2.png -share/doc/HTML/pt_BR/digikam/histogramsample3.png -share/doc/HTML/pt_BR/digikam/imageeditor.png -share/doc/HTML/pt_BR/digikam/imageeditortoolbar.png -share/doc/HTML/pt_BR/digikam/imageproperties.png -share/doc/HTML/pt_BR/digikam/imageproperties2.png -share/doc/HTML/pt_BR/digikam/imageproperties3.png -share/doc/HTML/pt_BR/digikam/index.cache.bz2 -share/doc/HTML/pt_BR/digikam/index.docbook -share/doc/HTML/pt_BR/digikam/maintoolbar.png -share/doc/HTML/pt_BR/digikam/mainwindow.png -share/doc/HTML/pt_BR/digikam/normalizepreview.png -share/doc/HTML/pt_BR/digikam/revertbutton.png -share/doc/HTML/pt_BR/digikam/rulethirdlinesexample.png -share/doc/HTML/pt_BR/digikam/setupalbum.png -share/doc/HTML/pt_BR/digikam/setupcamera.png -share/doc/HTML/pt_BR/digikam/setupcollections.png -share/doc/HTML/pt_BR/digikam/setupembededinfo.png -share/doc/HTML/pt_BR/digikam/setupimageeditor.png -share/doc/HTML/pt_BR/digikam/setupkipi.png -share/doc/HTML/pt_BR/digikam/setupmimetypes.png -share/doc/HTML/pt_BR/digikam/setupmisc.png -share/doc/HTML/pt_BR/digikam/stretchcontrastpreview.png -share/doc/HTML/pt_BR/digikam/tagsview.png -share/doc/HTML/pt_BR/digikam/targetalbumdialog.png -share/doc/HTML/pt_BR/digikam/zoombuttons.png -share/doc/HTML/sv/digikam/addcamera.png -share/doc/HTML/sv/digikam/albumproperties.png -share/doc/HTML/sv/digikam/commentstags.png -share/doc/HTML/sv/digikam/common -share/doc/HTML/sv/digikam/firstrundialog.png -share/doc/HTML/sv/digikam/index.cache.bz2 -share/doc/HTML/sv/digikam/index.docbook -share/doc/HTML/sv/digikam/setupalbum.png -share/doc/HTML/sv/digikam/setupcamera.png -share/doc/HTML/sv/digikam/setupcollections.png -share/doc/HTML/sv/digikam/setupembededinfo.png -share/doc/HTML/sv/digikam/setupimageeditor.png -share/doc/HTML/sv/digikam/setupkipi.png -share/doc/HTML/sv/digikam/setupmimetypes.png -share/doc/HTML/sv/digikam/setupmisc.png -share/icons/crystalsvg/128x128/apps/digikam.png -share/icons/crystalsvg/16x16/apps/digikam.png -share/icons/crystalsvg/22x22/apps/digikam.png -share/icons/crystalsvg/32x32/apps/digikam.png -share/icons/crystalsvg/48x48/apps/digikam.png -share/icons/crystalsvg/64x64/apps/digikam.png -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/en_GB/LC_MESSAGES/digikam.mo -share/locale/es/LC_MESSAGES/digikam.mo -share/locale/et/LC_MESSAGES/digikam.mo -share/locale/fi/LC_MESSAGES/digikam.mo -share/locale/fr/LC_MESSAGES/digikam.mo -share/locale/ga/LC_MESSAGES/digikam.mo -share/locale/gl/LC_MESSAGES/digikam.mo -share/locale/he/LC_MESSAGES/digikam.mo -share/locale/hu/LC_MESSAGES/digikam.mo -share/locale/is/LC_MESSAGES/digikam.mo -share/locale/it/LC_MESSAGES/digikam.mo -share/locale/lt/LC_MESSAGES/digikam.mo -share/locale/mk/LC_MESSAGES/digikam.mo -share/locale/mt/LC_MESSAGES/digikam.mo -share/locale/nl/LC_MESSAGES/digikam.mo -share/locale/nn/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/sr/LC_MESSAGES/digikam.mo -share/locale/sv/LC_MESSAGES/digikam.mo -share/locale/ta/LC_MESSAGES/digikam.mo -share/locale/tr/LC_MESSAGES/digikam.mo -share/services/digikamimageplugin_core.desktop -share/services/digikamio.protocol -share/services/digikamtags.protocol -share/services/digikamthumbnail.protocol -share/servicetypes/digikamimageplugin.desktop -@dirrm share/doc/HTML/sv/digikam -@dirrm share/doc/HTML/pt_BR/digikam -@dirrm share/doc/HTML/pt/digikam -@dirrm share/doc/HTML/nl/digikam -@dirrm share/doc/HTML/it/digikam -@dirrm share/doc/HTML/et/digikam -@dirrm share/doc/HTML/en/digikam -@dirrm share/doc/HTML/da/digikam -@dirrm share/apps/digikam/themes -@dirrm share/apps/digikam/icons/hicolor/32x32/actions -@dirrm share/apps/digikam/icons/hicolor/32x32 -@dirrm share/apps/digikam/icons/hicolor -@dirrm share/apps/digikam/icons -@dirrm share/apps/digikam/data -@dirrm share/apps/digikam -@dirrm share/apps/showfoto -@dirrm include/digikam diff --git a/graphics/freeglut/Makefile b/graphics/freeglut/Makefile deleted file mode 100644 index 084381995b54..000000000000 --- a/graphics/freeglut/Makefile +++ /dev/null @@ -1,73 +0,0 @@ -# New ports collection makefile for: freeglut -# Date created: Wed Apr 23 2003 -# Whom: thierry@pompo.net -# -# $FreeBSD$ -# - -PORTNAME= freeglut -PORTVERSION= 2.4.0 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= An alternative to the OpenGL Utility Toolkit (GLUT) library - -USE_LIBTOOL_VER= 15 -INSTALLS_SHLIB= yes -USE_XLIB= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --x-includes=${X11BASE}/include \ - --x-libraries=${X11BASE}/lib -CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" LDFLAGS="-lusbhid" - -USE_REINPLACE= yes -REINPLACE_ARGS= -i "" - -PKGMESSAGE= ${WRKDIR}/pkg-message -SUB_FILES= pkg-message - -DOCS= download.html freeglut.html freeglut_logo.png \ - freeglut_user_interface.html index.html ogl_sm.png \ - progress.html structure.html -BINS= CallbackMaker Fractals Fractals_random Lorenz One shapes - -.include <bsd.port.pre.mk> - -pre-configure: -.if ${OSVERSION} < 500000 - @${REINPLACE_CMD} -e "s|-Werror||" ${WRKSRC}/configure -.endif -.for fract in /fractals.c _random/fractals_random.c - @${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|g" \ - ${WRKSRC}/progs/demos/Fractals${fract} -.endfor - -post-build: - @${MV} ${WRKSRC}/progs/demos/CallbackMaker/.libs/CallbackMaker \ - ${WRKSRC}/progs/demos/CallbackMaker/.libs/callbackmaker - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for FILE in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/doc/${FILE} ${DOCSDIR} -.endfor - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." - @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/progs/demos/Fractals/fractals.dat \ - ${EXAMPLESDIR} -.for prog in ${BINS} - @${INSTALL_PROGRAM} ${WRKSRC}/progs/demos/${prog}/.libs/${prog:L} \ - ${EXAMPLESDIR} -.endfor - @${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}." -.endif - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} | \ - ${SED} -e "s|/usr/local|${PREFIX}|" \ - -e "s|/usr/X11R6|${X11BASE}|" - @${ECHO_MSG} - -.include <bsd.port.post.mk> diff --git a/graphics/freeglut/distinfo b/graphics/freeglut/distinfo deleted file mode 100644 index 7e508f6a58d0..000000000000 --- a/graphics/freeglut/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (freeglut-2.4.0.tar.gz) = 6d16873bd876fbf4980a927cfbc496a1 -SIZE (freeglut-2.4.0.tar.gz) = 469557 diff --git a/graphics/freeglut/files/patch-progs::demos::CallbackMaker::CallbackMaker.c b/graphics/freeglut/files/patch-progs::demos::CallbackMaker::CallbackMaker.c deleted file mode 100644 index bbe8f1761274..000000000000 --- a/graphics/freeglut/files/patch-progs::demos::CallbackMaker::CallbackMaker.c +++ /dev/null @@ -1,11 +0,0 @@ ---- progs/demos/CallbackMaker/CallbackMaker.c.orig Mon Nov 10 17:01:05 2003 -+++ progs/demos/CallbackMaker/CallbackMaker.c Sat Dec 13 14:43:35 2003 -@@ -4,7 +4,7 @@ - */ - - --#include <GL/freeglut.h> -+#include "../../../include/GL/freeglut.h" - #include <stdio.h> - #include <stdlib.h> - diff --git a/graphics/freeglut/files/patch-progs::demos::Fractals::fractals.c b/graphics/freeglut/files/patch-progs::demos::Fractals::fractals.c deleted file mode 100644 index 89a3ebe7af57..000000000000 --- a/graphics/freeglut/files/patch-progs::demos::Fractals::fractals.c +++ /dev/null @@ -1,20 +0,0 @@ ---- progs/demos/Fractals/fractals.c.orig Sun Sep 21 15:47:36 2003 -+++ progs/demos/Fractals/fractals.c Mon Sep 29 23:35:43 2003 -@@ -18,7 +18,7 @@ - * Escape - quit - */ - --#include <GL/freeglut.h> -+#include "../../../include/GL/freeglut.h" - #include <stdio.h> - #include <stdlib.h> - #include <math.h> -@@ -262,7 +262,7 @@ - if ( argc > 1 ) - readConfigFile ( argv[1] ) ; - else -- readConfigFile ( "fractals.dat" ) ; -+ readConfigFile ( "/usr/local/share/examples/freeglut/fractals.dat" ) ; - - glutInit(&argc, argv); - glutInitWindowSize(500, 250); diff --git a/graphics/freeglut/files/patch-progs::demos::Fractals_random::fractals_random.c b/graphics/freeglut/files/patch-progs::demos::Fractals_random::fractals_random.c deleted file mode 100644 index 4d97f39f1720..000000000000 --- a/graphics/freeglut/files/patch-progs::demos::Fractals_random::fractals_random.c +++ /dev/null @@ -1,20 +0,0 @@ ---- progs/demos/Fractals_random/fractals_random.c.orig Thu Dec 11 02:32:08 2003 -+++ progs/demos/Fractals_random/fractals_random.c Sat Dec 13 10:17:10 2003 -@@ -20,7 +20,7 @@ - * Escape - quit - */ - --#include <GL/freeglut.h> -+#include "../../../include/GL/freeglut.h" - #include <stdio.h> - #include <stdlib.h> - #include <math.h> -@@ -346,7 +346,7 @@ - if ( argc > 1 ) - readConfigFile ( argv[1] ) ; - else -- readConfigFile ( "fractals.dat" ) ; -+ readConfigFile ( "/usr/local/share/examples/freeglut/fractals.dat" ) ; - - fractal_window = glutCreateWindow( window_title ); - diff --git a/graphics/freeglut/files/patch-progs::demos::Lorenz::lorenz.c b/graphics/freeglut/files/patch-progs::demos::Lorenz::lorenz.c deleted file mode 100644 index 508cef726b90..000000000000 --- a/graphics/freeglut/files/patch-progs::demos::Lorenz::lorenz.c +++ /dev/null @@ -1,11 +0,0 @@ ---- progs/demos/Lorenz/lorenz.c.orig Mon Jan 3 11:24:15 2005 -+++ progs/demos/Lorenz/lorenz.c Sat Jun 11 14:06:07 2005 -@@ -31,7 +31,7 @@ - #include <stdlib.h> - #include <string.h> - #include <math.h> --#include <GL/freeglut.h> -+#include "../../../include/GL/freeglut.h" - #ifdef WIN32 - /* DUMP MEMORY LEAKS */ - #include <crtdbg.h> diff --git a/graphics/freeglut/files/patch-progs::demos::One::one.c b/graphics/freeglut/files/patch-progs::demos::One::one.c deleted file mode 100644 index 580d5048e036..000000000000 --- a/graphics/freeglut/files/patch-progs::demos::One::one.c +++ /dev/null @@ -1,11 +0,0 @@ ---- progs/demos/One/one.c.orig Sat Sep 13 15:35:53 2003 -+++ progs/demos/One/one.c Mon Sep 22 21:56:03 2003 -@@ -19,7 +19,7 @@ - #include <stdio.h> - #include <stdlib.h> - --#include <GL/freeglut.h> -+#include "../../../include/GL/freeglut.h" - - int g_LeaveGameMode = 0; - int g_InGameMode = 1; diff --git a/graphics/freeglut/files/patch-progs::demos::shapes::shapes.c b/graphics/freeglut/files/patch-progs::demos::shapes::shapes.c deleted file mode 100644 index 596ee6c84b98..000000000000 --- a/graphics/freeglut/files/patch-progs::demos::shapes::shapes.c +++ /dev/null @@ -1,11 +0,0 @@ ---- progs/demos/shapes/shapes.c.orig Sun Dec 7 11:12:22 2003 -+++ progs/demos/shapes/shapes.c Sat Dec 13 14:51:38 2003 -@@ -12,7 +12,7 @@ - * using the + and - keys. - */ - --#include <GL/freeglut.h> -+#include "../../../include/GL/freeglut.h" - - #include <stdlib.h> - diff --git a/graphics/freeglut/files/patch-src::freeglut_joystick.c b/graphics/freeglut/files/patch-src::freeglut_joystick.c deleted file mode 100644 index 23f02203881a..000000000000 --- a/graphics/freeglut/files/patch-src::freeglut_joystick.c +++ /dev/null @@ -1,34 +0,0 @@ ---- src/freeglut_joystick.c.orig Wed May 4 14:53:48 2005 -+++ src/freeglut_joystick.c Sat Jun 11 14:40:48 2005 -@@ -80,7 +80,7 @@ - /* XXX The below hack is done until freeglut's autoconf is updated. */ - # define HAVE_USB_JS 1 - --# if defined(__FreeBSD__) && __FreeBSD_version >= 500000 -+# if defined(__FreeBSD__) - # include <sys/joystick.h> - # else - /* -@@ -656,9 +656,9 @@ - if (usage > 0 && usage < _JS_MAX_BUTTONS + 1) - { - if (d) -- joy->os->cache_buttons |= (1 << usage - 1); -+ joy->os->cache_buttons |= (1 << (usage - 1)); - else -- joy->os->cache_buttons &= ~(1 << usage - 1); -+ joy->os->cache_buttons &= ~(1 <<( usage - 1)); - } - } - } -@@ -1060,7 +1060,9 @@ - # ifdef JS_NEW - unsigned char u; - # else -- int counter; -+# if defined( __linux__ ) -+ int counter; -+# endif - # endif - #endif - diff --git a/graphics/freeglut/files/pkg-message.in b/graphics/freeglut/files/pkg-message.in deleted file mode 100644 index d4009cb79482..000000000000 --- a/graphics/freeglut/files/pkg-message.in +++ /dev/null @@ -1,10 +0,0 @@ -****************************************************************** -freeglut requires a DRI / OpenGL enabled-graphic card; -You may try to run the sample programs to check your installation. - -Notice: freeglut is now a GLUT replacement. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= - -It has been installed into %%PREFIX%%/lib/ -and the original GLUT is installed under %%X11BASE%%/lib/ -****************************************************************** diff --git a/graphics/freeglut/pkg-descr b/graphics/freeglut/pkg-descr deleted file mode 100644 index 12d15861c66b..000000000000 --- a/graphics/freeglut/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -freeglut is a completely OpenSourced alternative to the OpenGL Utility -Toolkit (GLUT) library. GLUT was originally written by Mark Kilgard to -support the sample programs in the second edition OpenGL 'RedBook'. -Since then, GLUT has been used in a wide variety of practical applications -because it is simple, universally available and highly portable. - -GLUT (and hence freeglut) allows the user to create and manage windows -containing OpenGL contexts on a wide range of platforms and also read the -mouse, keyboard and joystick functions. - -freeglut is released under the X-Consortium license. - -WWW: http://freeglut.sourceforge.net/ diff --git a/graphics/freeglut/pkg-plist b/graphics/freeglut/pkg-plist deleted file mode 100644 index 9632aa3acec8..000000000000 --- a/graphics/freeglut/pkg-plist +++ /dev/null @@ -1,25 +0,0 @@ -include/GL/freeglut.h -include/GL/freeglut_ext.h -include/GL/freeglut_std.h -include/GL/glut.h -lib/libglut.a -lib/libglut.so -lib/libglut.so.11 -%%PORTDOCS%%%%EXAMPLESDIR%%/callbackmaker -%%PORTDOCS%%%%EXAMPLESDIR%%/fractals -%%PORTDOCS%%%%EXAMPLESDIR%%/fractals_random -%%PORTDOCS%%%%EXAMPLESDIR%%/fractals.dat -%%PORTDOCS%%%%EXAMPLESDIR%%/lorenz -%%PORTDOCS%%%%EXAMPLESDIR%%/one -%%PORTDOCS%%%%EXAMPLESDIR%%/shapes -%%PORTDOCS%%%%DOCSDIR%%/download.html -%%PORTDOCS%%%%DOCSDIR%%/freeglut.html -%%PORTDOCS%%%%DOCSDIR%%/freeglut_logo.png -%%PORTDOCS%%%%DOCSDIR%%/freeglut_user_interface.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/ogl_sm.png -%%PORTDOCS%%%%DOCSDIR%%/progress.html -%%PORTDOCS%%%%DOCSDIR%%/structure.html -@dirrm include/GL -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile deleted file mode 100644 index a0fd27c8183e..000000000000 --- a/graphics/giflib/Makefile +++ /dev/null @@ -1,40 +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.3 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Tools and library routines for working with GIF images - -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -INSTALLS_SHLIB= yes -USE_BZIP2= yes -USE_INC_LIBTOOL_VER=15 - -.ifdef (WITHOUT_X11) -PLIST_SUB+= X11='@comment ' -CONFIGURE_ARGS+=--with-x=no -PKGNAMESUFFIX= -nox11 -.else -USE_XLIB= yes -PLIST_SUB+= X11='' -.endif - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/UNCOMPRESSED_GIF ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/*.png ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/graphics/giflib/distinfo b/graphics/giflib/distinfo deleted file mode 100644 index 3cd50962ce25..000000000000 --- a/graphics/giflib/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (libungif-4.1.3.tar.bz2) = 8c198831cc0495596c78134b8849e9ad -SIZE (libungif-4.1.3.tar.bz2) = 439960 diff --git a/graphics/giflib/pkg-descr b/graphics/giflib/pkg-descr deleted file mode 100644 index d371f89d18f1..000000000000 --- a/graphics/giflib/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -A library for reading and writing gif images. The save functionality -uses an uncompressed gif algorithm to avoid the Unisys LZW patent. -This library is based on Eric Raymond's giflib and implements a -superset of that library's API. - -WWW: http://sourceforge.net/projects/libungif/ diff --git a/graphics/giflib/pkg-plist b/graphics/giflib/pkg-plist deleted file mode 100644 index 3ebd5060a57b..000000000000 --- a/graphics/giflib/pkg-plist +++ /dev/null @@ -1,77 +0,0 @@ -bin/gif2epsn -bin/gif2ps -bin/gif2rgb -%%X11%%bin/gif2x11 -bin/gifasm -bin/gifbg -bin/gifburst -bin/gifclip -bin/gifclrmp -bin/gifcolor -bin/gifcomb -bin/gifcompose -bin/giffiltr -bin/giffix -bin/gifflip -bin/gifhisto -bin/gifinfo -bin/gifinter -bin/gifinto -bin/gifovly -bin/gifpos -bin/gifrotat -bin/gifrsize -bin/gifspnge -bin/giftext -bin/gifwedge -bin/icon2gif -bin/raw2gif -bin/rgb2gif -bin/text2gif -include/gif_lib.h -lib/libungif.a -lib/libungif.la -lib/libungif.so -lib/libungif.so.5 -%%PORTDOCS%%%%DOCSDIR%%/GifFileType.png -%%PORTDOCS%%%%DOCSDIR%%/UNCOMPRESSED_GIF -%%PORTDOCS%%%%DOCSDIR%%/gif2bgi.html -%%PORTDOCS%%%%DOCSDIR%%/gif2epsn.html -%%PORTDOCS%%%%DOCSDIR%%/gif2herc.html -%%PORTDOCS%%%%DOCSDIR%%/gif2iris.html -%%PORTDOCS%%%%DOCSDIR%%/gif2ps.html -%%PORTDOCS%%%%DOCSDIR%%/gif2rgb.html -%%PORTDOCS%%%%DOCSDIR%%/gif2rle.html -%%PORTDOCS%%%%DOCSDIR%%/gif2x11.html -%%PORTDOCS%%%%DOCSDIR%%/gif89.txt -%%PORTDOCS%%%%DOCSDIR%%/gif_lib.html -%%PORTDOCS%%%%DOCSDIR%%/gifasm.html -%%PORTDOCS%%%%DOCSDIR%%/gifbg.html -%%PORTDOCS%%%%DOCSDIR%%/gifburst.html -%%PORTDOCS%%%%DOCSDIR%%/gifclip.html -%%PORTDOCS%%%%DOCSDIR%%/gifclrmp.html -%%PORTDOCS%%%%DOCSDIR%%/gifcolor.html -%%PORTDOCS%%%%DOCSDIR%%/gifcomb.html -%%PORTDOCS%%%%DOCSDIR%%/gifcompose.html -%%PORTDOCS%%%%DOCSDIR%%/giffiltr.html -%%PORTDOCS%%%%DOCSDIR%%/giffix.html -%%PORTDOCS%%%%DOCSDIR%%/gifflip.html -%%PORTDOCS%%%%DOCSDIR%%/gifhisto.html -%%PORTDOCS%%%%DOCSDIR%%/gifinter.html -%%PORTDOCS%%%%DOCSDIR%%/gifinto.html -%%PORTDOCS%%%%DOCSDIR%%/gifovly.html -%%PORTDOCS%%%%DOCSDIR%%/gifpos.html -%%PORTDOCS%%%%DOCSDIR%%/gifrotat.html -%%PORTDOCS%%%%DOCSDIR%%/gifrsize.html -%%PORTDOCS%%%%DOCSDIR%%/gifspnge.html -%%PORTDOCS%%%%DOCSDIR%%/giftext.html -%%PORTDOCS%%%%DOCSDIR%%/gifwedge.html -%%PORTDOCS%%%%DOCSDIR%%/icon2gif.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/liberror.html -%%PORTDOCS%%%%DOCSDIR%%/lzgif.txt -%%PORTDOCS%%%%DOCSDIR%%/raw2gif.html -%%PORTDOCS%%%%DOCSDIR%%/rgb2gif.html -%%PORTDOCS%%%%DOCSDIR%%/rle2gif.html -%%PORTDOCS%%%%DOCSDIR%%/text2gif.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile deleted file mode 100644 index d45284c72f80..000000000000 --- a/graphics/gimp-app/Makefile +++ /dev/null @@ -1,122 +0,0 @@ -# New ports collection makefile for: The GIMP -# Date created: Mon Nov 18 21:28:43 CST 1996 -# Whom: erich@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= gimp -PORTVERSION= 2.2.8 -PORTEPOCH= 1 -CATEGORIES= graphics gnome -MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ - http://gimp.mirrors.hoobly.com/%SUBDIR%/ \ - http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \ - ftp://ftp.fh-heilbronn.de/mirrors/ftp.gimp.org/%SUBDIR%/ \ - ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \ - http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,} -MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNU Image Manipulation Program - -LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf \ - aa.1:${PORTSDIR}/graphics/aalib \ - exif.12:${PORTSDIR}/graphics/libexif \ - mng.1:${PORTSDIR}/graphics/libmng \ - png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff - -CONFLICTS= gimp-1.* - -SHLIBVER?= 200 - -USE_REINPLACE= yes -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_XPM= yes -USE_GMAKE= yes -USE_LIBTOOL_VER=15 -USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 librsvg2 -WANT_GNOME= yes -INSTALLS_SHLIB= yes -LIBTOOLFLAGS= --disable-ltlibs --release-ignore -PLIST_SUB= SHLIBVER="${SHLIBVER}" -CONFIGURE_ARGS= --disable-perl \ - --with-html-dir=${DOCSDIR} \ - --disable-gtk-doc \ - --enable-static -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" - -GIMP_DISTFILE= ${DISTDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} - -MAN1= gimp.1 gimp-2.2.1 gimp-remote.1 gimp-remote-2.2.1 gimptool-2.0.1 -MAN5= gimprc.5 gimprc-2.2.5 - -OPTIONS= DEBUG "debugging" off \ - PYTHON "Python-Fu support" off \ - PRINT "GIMP printing" on \ - HTML_HELP_BROWSER "GIMP help browser" on \ - MP "multiple processor support" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug -.endif - -.if defined(WITH_PYTHON) -USE_PYTHON= yes -# we need to manually include this, because USE_PYTHON is defined -# after including bsd.port.pre.mk -.include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygtk2 -CONFIGURE_ARGS+= --enable-python -PLIST_SUB+= PYTHON:="" -.else -CONFIGURE_ARGS+= --disable-python -PLIST_SUB+= PYTHON:="@comment " -.endif - -.if defined(WITHOUT_PRINT) -CONFIGURE_ARGS+= --disable-print -PLIST_SUB+= PRINT="@comment " -.else -LIB_DEPENDS+= gimpprint.2:${PORTSDIR}/print/gimp-print -PLIST_SUB+= PRINT="" -.endif - -.if defined(WITH_MP) -CONFIGURE_ARGS+= --enable-mp -.endif - -.if ${HAVE_GNOME:Mgnomepanel}!="" -USE_GNOME+= gnomepanel desktopfileutils -CONFIGURE_ARGS+= --with-desktop-dir=${X11BASE}/share/gnome -CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} -PKGNAMESUFFIX:= -gnome -PLIST_SUB+= GNOMEPANEL:="" -GNOME_ENABLED= yes -.else -PLIST_SUB+= GNOMEPANEL:="@comment " -CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} -.endif - -.if defined(WITH_HTML_HELP_BROWSER) -USE_GNOME+= libgtkhtml -PLIST_SUB+= HELPBROWSER:="" -.else -PLIST_SUB+= HELPBROWSER:="@comment " -post-patch: - @${REINPLACE_CMD} -e 's|\(have_gtkhtml2=\)yes|\1no|' ${WRKSRC}/configure -.endif - -.if defined(GNOME_ENABLED) -post-install: - @-update-desktop-database -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/gimp-app/distinfo b/graphics/gimp-app/distinfo deleted file mode 100644 index a1abfccc51af..000000000000 --- a/graphics/gimp-app/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gimp-2.2.8.tar.bz2) = 0db3fca2f741d6dd51eb61dc85778b16 -SIZE (gimp-2.2.8.tar.bz2) = 14016570 diff --git a/graphics/gimp-app/files/patch-aa b/graphics/gimp-app/files/patch-aa deleted file mode 100644 index 411ac92c931b..000000000000 --- a/graphics/gimp-app/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- app/main.c.orig Sun Oct 5 09:16:02 2003 -+++ app/main.c Mon Oct 6 12:14:34 2003 -@@ -23,6 +23,7 @@ - #include <signal.h> - #include <string.h> - #include <sys/types.h> -+#include <floatingpoint.h> - - #ifdef HAVE_SYS_WAIT_H - #include <sys/wait.h> -@@ -113,6 +114,9 @@ - /* Initialize variables */ - - full_prog_name = argv[0]; -+ -+ /* Ignore floating point exceptions */ -+ fpsetmask(0); - - /* Initialize i18n support */ - diff --git a/graphics/gimp-app/files/patch-am b/graphics/gimp-app/files/patch-am deleted file mode 100644 index 45c58cbe59fe..000000000000 --- a/graphics/gimp-app/files/patch-am +++ /dev/null @@ -1,19 +0,0 @@ ---- libgimp/gimp.c.orig Fri May 12 12:37:27 2000 -+++ libgimp/gimp.c Thu May 18 16:42:21 2000 -@@ -26,6 +26,7 @@ - #include <stdlib.h> - #include <string.h> - #include <sys/types.h> -+#include <floatingpoint.h> - - #ifdef HAVE_SYS_TIME_H - #include <sys/time.h> -@@ -211,6 +212,9 @@ - } - - progname = argv[0]; -+ -+ /* Ignore floating point exceptions */ -+ fpsetmask(0); - - g_set_prgname (g_basename (progname)); diff --git a/graphics/gimp-app/files/patch-configure b/graphics/gimp-app/files/patch-configure deleted file mode 100644 index da42f67f8ca6..000000000000 --- a/graphics/gimp-app/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ ---- configure.orig Sun Mar 6 15:30:12 2005 -+++ configure Sun Mar 6 15:33:57 2005 -@@ -25925,6 +25925,7 @@ - if test "x$enable_gtktest" = "xyes" ; then - ac_save_CFLAGS="$CFLAGS" - ac_save_LIBS="$LIBS" -+ GTK_LIBS="$GIMP_THREAD_LIBS $GTK_LIBS" - CFLAGS="$CFLAGS $GTK_CFLAGS" - LIBS="$GTK_LIBS $LIBS" - rm -f conf.gtktest -@@ -33865,9 +33866,9 @@ - fi - fi; - --gimpdatadir="$datadir/$PACKAGE/2.0" --gimpplugindir="$libdir/$PACKAGE/2.0" --gimpsysconfdir="$sysconfdir/$PACKAGE/2.0" -+gimpdatadir="$datadir/$PACKAGE" -+gimpplugindir="$libexecdir/$PACKAGE/2.2" -+gimpsysconfdir="$sysconfdir/$PACKAGE/2.2" - - localedir='${prefix}/${DATADIRNAME}/locale' - diff --git a/graphics/gimp-app/files/patch-gimptool-2.0.in b/graphics/gimp-app/files/patch-gimptool-2.0.in deleted file mode 100644 index e4ed3c228dda..000000000000 --- a/graphics/gimp-app/files/patch-gimptool-2.0.in +++ /dev/null @@ -1,29 +0,0 @@ - -$FreeBSD: /tmp/pcvs/ports/graphics/gimp-app/files/Attic/patch-gimptool-2.0.in,v 1.2 2004-12-24 18:39:50 pav Exp $ - ---- gimptool-2.0.in.orig Tue Jan 15 12:21:05 2002 -+++ gimptool-2.0.in Fri May 17 20:46:18 2002 -@@ -215,19 +215,19 @@ - | --uninstall-script | --uninstall-admin-script ) - case $1 in - --*install-bin) -- install_cmd="@INSTALL_PROGRAM@" -+ install_cmd="@INSTALL_SCRIPT@" - install_dir="$HOME/@gimpdir@/plug-ins" - ;; - --install-bin-strip) -- install_cmd="@INSTALL_PROGRAM@ -s" -+ install_cmd="@INSTALL_SCRIPT@ -s" - install_dir="$HOME/@gimpdir@/plug-ins" - ;; - --*install-admin-bin) -- install_cmd="@INSTALL_PROGRAM@" -+ install_cmd="@INSTALL_SCRIPT@" - install_dir="$gimpplugindir/plug-ins" - ;; - --install-admin-bin-strip) -- install_cmd="@INSTALL_PROGRAM@ -s" -+ install_cmd="@INSTALL_SCRIPT@ -s" - install_dir="$gimpplugindir/plug-ins" - ;; - --*install-script) diff --git a/graphics/gimp-app/files/patch-plug-ins_common_url.c b/graphics/gimp-app/files/patch-plug-ins_common_url.c deleted file mode 100644 index 70c31c3617f8..000000000000 --- a/graphics/gimp-app/files/patch-plug-ins_common_url.c +++ /dev/null @@ -1,13 +0,0 @@ ---- plug-ins/common/url.c.orig Mon Mar 14 05:00:40 2005 -+++ plug-ins/common/url.c Sun Apr 10 11:45:50 2005 -@@ -186,8 +186,8 @@ - putenv ("LANG=C"); - #endif - -- execlp ("wget", "wget", "-e", "server-response=off", "-T", TIMEOUT, -- filename, "-O", tmpname, NULL); -+ execlp ("fetch", "fetch", "-T", TIMEOUT, filename, "-p", "-o", -+ tmpname, NULL); - g_message ("exec() failed: wget: %s", g_strerror (errno)); - g_free (tmpname); - _exit (127); diff --git a/graphics/gimp-app/files/patch-plug-ins_print_print.c b/graphics/gimp-app/files/patch-plug-ins_print_print.c deleted file mode 100644 index 36f4bf7148cf..000000000000 --- a/graphics/gimp-app/files/patch-plug-ins_print_print.c +++ /dev/null @@ -1,11 +0,0 @@ ---- plug-ins/print/print.c.orig Tue Dec 26 07:43:54 2000 -+++ plug-ins/print/print.c Tue Dec 26 07:44:07 2000 -@@ -1417,7 +1417,7 @@ - - if (i < (sizeof(lpcs) / sizeof(lpcs[0]))) - { -- strcat(command, " status < /dev/null"); -+ strcat(command, " status all < /dev/null"); - type = PRINTERS_LPC; - } - else diff --git a/graphics/gimp-app/pkg-descr b/graphics/gimp-app/pkg-descr deleted file mode 100644 index 4d7f49925c17..000000000000 --- a/graphics/gimp-app/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -The GIMP is designed to provide an intuitive graphical interface to a -variety of image editing operations. Here is a list of the GIMP's -major features: - - Image editing - ------------- - - * Selection tools including rectangle, ellipse, free, fuzzy, bezier - and intelligent. - * Transformation tools including rotate, scale, shear and flip. - * Painting tools including bucket, brush, airbrush, clone, convolve, - blend and text. - * Effects filters (such as blur, edge detect). - * Channel & color operations (such as add, composite, decompose). - * Plug-ins which allow for the easy addition of new file formats and - new effect filters. - * Multiple undo/redo. - -WWW: http://www.gimp.org/ diff --git a/graphics/gimp-app/pkg-plist b/graphics/gimp-app/pkg-plist deleted file mode 100644 index 52e62a10b60f..000000000000 --- a/graphics/gimp-app/pkg-plist +++ /dev/null @@ -1,1904 +0,0 @@ -bin/gimp -bin/gimp-2.2 -bin/gimp-remote -bin/gimp-remote-2.2 -bin/gimptool-2.0 -etc/gimp/2.2/controllerrc -etc/gimp/2.2/gimprc -etc/gimp/2.2/gtkrc -etc/gimp/2.2/ps-menurc -etc/gimp/2.2/sessionrc -etc/gimp/2.2/templaterc -etc/gimp/2.2/unitrc -include/gimp-2.0/libgimp/gimp.h -include/gimp-2.0/libgimp/gimp_pdb.h -include/gimp-2.0/libgimp/gimpaspectpreview.h -include/gimp-2.0/libgimp/gimpbrush_pdb.h -include/gimp-2.0/libgimp/gimpbrushes.h -include/gimp-2.0/libgimp/gimpbrushes_pdb.h -include/gimp-2.0/libgimp/gimpbrushmenu.h -include/gimp-2.0/libgimp/gimpbrushselect.h -include/gimp-2.0/libgimp/gimpbrushselect_pdb.h -include/gimp-2.0/libgimp/gimpchannel.h -include/gimp-2.0/libgimp/gimpchannel_pdb.h -include/gimp-2.0/libgimp/gimpcolor_pdb.h -include/gimp-2.0/libgimp/gimpcompat.h -include/gimp-2.0/libgimp/gimpcontext_pdb.h -include/gimp-2.0/libgimp/gimpconvert_pdb.h -include/gimp-2.0/libgimp/gimpdisplay_pdb.h -include/gimp-2.0/libgimp/gimpdrawable.h -include/gimp-2.0/libgimp/gimpdrawable_pdb.h -include/gimp-2.0/libgimp/gimpdrawablecombobox.h -include/gimp-2.0/libgimp/gimpdrawablepreview.h -include/gimp-2.0/libgimp/gimpdrawabletransform_pdb.h -include/gimp-2.0/libgimp/gimpedit_pdb.h -include/gimp-2.0/libgimp/gimpenums.h -include/gimp-2.0/libgimp/gimpexport.h -include/gimp-2.0/libgimp/gimpfileops_pdb.h -include/gimp-2.0/libgimp/gimpfloatingsel_pdb.h -include/gimp-2.0/libgimp/gimpfontmenu.h -include/gimp-2.0/libgimp/gimpfonts_pdb.h -include/gimp-2.0/libgimp/gimpfontselect.h -include/gimp-2.0/libgimp/gimpfontselect_pdb.h -include/gimp-2.0/libgimp/gimpgimprc_pdb.h -include/gimp-2.0/libgimp/gimpgradient_pdb.h -include/gimp-2.0/libgimp/gimpgradientmenu.h -include/gimp-2.0/libgimp/gimpgradients.h -include/gimp-2.0/libgimp/gimpgradients_pdb.h -include/gimp-2.0/libgimp/gimpgradientselect.h -include/gimp-2.0/libgimp/gimpgradientselect_pdb.h -include/gimp-2.0/libgimp/gimpguides_pdb.h -include/gimp-2.0/libgimp/gimphelp_pdb.h -include/gimp-2.0/libgimp/gimpimage.h -include/gimp-2.0/libgimp/gimpimage_pdb.h -include/gimp-2.0/libgimp/gimpimagecombobox.h -include/gimp-2.0/libgimp/gimplayer.h -include/gimp-2.0/libgimp/gimplayer_pdb.h -include/gimp-2.0/libgimp/gimpmenu.h -include/gimp-2.0/libgimp/gimpmessage_pdb.h -include/gimp-2.0/libgimp/gimpmisc_pdb.h -include/gimp-2.0/libgimp/gimppainttools_pdb.h -include/gimp-2.0/libgimp/gimppalette.h -include/gimp-2.0/libgimp/gimppalette_pdb.h -include/gimp-2.0/libgimp/gimppalettemenu.h -include/gimp-2.0/libgimp/gimppalettes.h -include/gimp-2.0/libgimp/gimppalettes_pdb.h -include/gimp-2.0/libgimp/gimppaletteselect.h -include/gimp-2.0/libgimp/gimppaletteselect_pdb.h -include/gimp-2.0/libgimp/gimpparasite_pdb.h -include/gimp-2.0/libgimp/gimppaths_pdb.h -include/gimp-2.0/libgimp/gimppattern_pdb.h -include/gimp-2.0/libgimp/gimppatternmenu.h -include/gimp-2.0/libgimp/gimppatterns.h -include/gimp-2.0/libgimp/gimppatterns_pdb.h -include/gimp-2.0/libgimp/gimppatternselect.h -include/gimp-2.0/libgimp/gimppatternselect_pdb.h -include/gimp-2.0/libgimp/gimppixbuf.h -include/gimp-2.0/libgimp/gimppixelfetcher.h -include/gimp-2.0/libgimp/gimppixelrgn.h -include/gimp-2.0/libgimp/gimpplugin.h -include/gimp-2.0/libgimp/gimpplugin_pdb.h -include/gimp-2.0/libgimp/gimpproceduraldb.h -include/gimp-2.0/libgimp/gimpproceduraldb_pdb.h -include/gimp-2.0/libgimp/gimpprogress.h -include/gimp-2.0/libgimp/gimpprogress_pdb.h -include/gimp-2.0/libgimp/gimpprogressbar.h -include/gimp-2.0/libgimp/gimpregioniterator.h -include/gimp-2.0/libgimp/gimpselection.h -include/gimp-2.0/libgimp/gimpselection_pdb.h -include/gimp-2.0/libgimp/gimpselectiontools_pdb.h -include/gimp-2.0/libgimp/gimptexttool_pdb.h -include/gimp-2.0/libgimp/gimptile.h -include/gimp-2.0/libgimp/gimptransformtools_pdb.h -include/gimp-2.0/libgimp/gimptypes.h -include/gimp-2.0/libgimp/gimpui.h -include/gimp-2.0/libgimp/gimpuitypes.h -include/gimp-2.0/libgimp/gimpundo_pdb.h -include/gimp-2.0/libgimp/gimpunit_pdb.h -include/gimp-2.0/libgimpbase/gimpbase.h -include/gimp-2.0/libgimpbase/gimpbaseenums.h -include/gimp-2.0/libgimpbase/gimpbasetypes.h -include/gimp-2.0/libgimpbase/gimpchecks.h -include/gimp-2.0/libgimpbase/gimpdatafiles.h -include/gimp-2.0/libgimpbase/gimpenv.h -include/gimp-2.0/libgimpbase/gimplimits.h -include/gimp-2.0/libgimpbase/gimpmemsize.h -include/gimp-2.0/libgimpbase/gimpparasite.h -include/gimp-2.0/libgimpbase/gimpparasiteio.h -include/gimp-2.0/libgimpbase/gimpsignal.h -include/gimp-2.0/libgimpbase/gimpunit.h -include/gimp-2.0/libgimpbase/gimputils.h -include/gimp-2.0/libgimpbase/gimpversion.h -include/gimp-2.0/libgimpcolor/gimpadaptivesupersample.h -include/gimp-2.0/libgimpcolor/gimpbilinear.h -include/gimp-2.0/libgimpcolor/gimpcmyk.h -include/gimp-2.0/libgimpcolor/gimpcolor.h -include/gimp-2.0/libgimpcolor/gimpcolorspace.h -include/gimp-2.0/libgimpcolor/gimpcolortypes.h -include/gimp-2.0/libgimpcolor/gimphsv.h -include/gimp-2.0/libgimpcolor/gimprgb.h -include/gimp-2.0/libgimpmath/gimpmath.h -include/gimp-2.0/libgimpmath/gimpmathtypes.h -include/gimp-2.0/libgimpmath/gimpmatrix.h -include/gimp-2.0/libgimpmath/gimpmd5.h -include/gimp-2.0/libgimpmath/gimpvector.h -include/gimp-2.0/libgimpmodule/gimpmodule.h -include/gimp-2.0/libgimpmodule/gimpmoduledb.h -include/gimp-2.0/libgimpmodule/gimpmoduletypes.h -include/gimp-2.0/libgimpthumb/gimpthumb-enums.h -include/gimp-2.0/libgimpthumb/gimpthumb-error.h -include/gimp-2.0/libgimpthumb/gimpthumb-types.h -include/gimp-2.0/libgimpthumb/gimpthumb-utils.h -include/gimp-2.0/libgimpthumb/gimpthumb.h -include/gimp-2.0/libgimpthumb/gimpthumbnail.h -include/gimp-2.0/libgimpwidgets/gimpbutton.h -include/gimp-2.0/libgimpwidgets/gimpcellrenderercolor.h -include/gimp-2.0/libgimpwidgets/gimpcellrenderertoggle.h -include/gimp-2.0/libgimpwidgets/gimpchainbutton.h -include/gimp-2.0/libgimpwidgets/gimpcolorarea.h -include/gimp-2.0/libgimpwidgets/gimpcolorbutton.h -include/gimp-2.0/libgimpwidgets/gimpcolordisplay.h -include/gimp-2.0/libgimpwidgets/gimpcolordisplaystack.h -include/gimp-2.0/libgimpwidgets/gimpcolorhexentry.h -include/gimp-2.0/libgimpwidgets/gimpcolornotebook.h -include/gimp-2.0/libgimpwidgets/gimpcolorscale.h -include/gimp-2.0/libgimpwidgets/gimpcolorscales.h -include/gimp-2.0/libgimpwidgets/gimpcolorselect.h -include/gimp-2.0/libgimpwidgets/gimpcolorselection.h -include/gimp-2.0/libgimpwidgets/gimpcolorselector.h -include/gimp-2.0/libgimpwidgets/gimpcontroller.h -include/gimp-2.0/libgimpwidgets/gimpdialog.h -include/gimp-2.0/libgimpwidgets/gimpfileentry.h -include/gimp-2.0/libgimpwidgets/gimpframe.h -include/gimp-2.0/libgimpwidgets/gimphelpui.h -include/gimp-2.0/libgimpwidgets/gimpintcombobox.h -include/gimp-2.0/libgimpwidgets/gimpintstore.h -include/gimp-2.0/libgimpwidgets/gimpmemsizeentry.h -include/gimp-2.0/libgimpwidgets/gimpoffsetarea.h -include/gimp-2.0/libgimpwidgets/gimpoldwidgets.h -include/gimp-2.0/libgimpwidgets/gimppatheditor.h -include/gimp-2.0/libgimpwidgets/gimppickbutton.h -include/gimp-2.0/libgimpwidgets/gimppixmap.h -include/gimp-2.0/libgimpwidgets/gimppreview.h -include/gimp-2.0/libgimpwidgets/gimppreviewarea.h -include/gimp-2.0/libgimpwidgets/gimpquerybox.h -include/gimp-2.0/libgimpwidgets/gimpscrolledpreview.h -include/gimp-2.0/libgimpwidgets/gimpsizeentry.h -include/gimp-2.0/libgimpwidgets/gimpstock.h -include/gimp-2.0/libgimpwidgets/gimpunitmenu.h -include/gimp-2.0/libgimpwidgets/gimpwidgets.h -include/gimp-2.0/libgimpwidgets/gimpwidgetstypes.h -libexec/gimp/2.2/environ/default.env -%%PYTHON:%%libexec/gimp/2.2/environ/pygimp.env -%%PYTHON:%%libexec/gimp/2.2/python/pygimp-logo.png -libexec/gimp/2.2/modules/libcdisplay_colorblind.so -libexec/gimp/2.2/modules/libcdisplay_gamma.so -libexec/gimp/2.2/modules/libcdisplay_highcontrast.so -libexec/gimp/2.2/modules/libcdisplay_proof.so -libexec/gimp/2.2/modules/libcolorsel_cmyk.so -libexec/gimp/2.2/modules/libcolorsel_triangle.so -libexec/gimp/2.2/modules/libcolorsel_water.so -libexec/gimp/2.2/modules/libcontroller_midi.so -libexec/gimp/2.2/plug-ins/AlienMap2 -libexec/gimp/2.2/plug-ins/CEL -libexec/gimp/2.2/plug-ins/CML_explorer -libexec/gimp/2.2/plug-ins/FractalExplorer -libexec/gimp/2.2/plug-ins/Lighting -libexec/gimp/2.2/plug-ins/MapObject -libexec/gimp/2.2/plug-ins/aa -libexec/gimp/2.2/plug-ins/align_layers -libexec/gimp/2.2/plug-ins/animationplay -libexec/gimp/2.2/plug-ins/animoptimize -libexec/gimp/2.2/plug-ins/apply_lens -libexec/gimp/2.2/plug-ins/autocrop -libexec/gimp/2.2/plug-ins/autostretch_hsv -libexec/gimp/2.2/plug-ins/blinds -libexec/gimp/2.2/plug-ins/blur -libexec/gimp/2.2/plug-ins/bmp -libexec/gimp/2.2/plug-ins/borderaverage -libexec/gimp/2.2/plug-ins/bumpmap -libexec/gimp/2.2/plug-ins/c_astretch -libexec/gimp/2.2/plug-ins/cartoon -libexec/gimp/2.2/plug-ins/ccanalyze -libexec/gimp/2.2/plug-ins/channel_mixer -libexec/gimp/2.2/plug-ins/checkerboard -%%PYTHON:%%libexec/gimp/2.2/plug-ins/clothify.py -libexec/gimp/2.2/plug-ins/color_enhance -libexec/gimp/2.2/plug-ins/colorify -%%PYTHON:%%libexec/gimp/2.2/plug-ins/colorxhtml.py -libexec/gimp/2.2/plug-ins/colortoalpha -libexec/gimp/2.2/plug-ins/compose -libexec/gimp/2.2/plug-ins/compressor -libexec/gimp/2.2/plug-ins/convmatrix -libexec/gimp/2.2/plug-ins/csource -libexec/gimp/2.2/plug-ins/cubism -libexec/gimp/2.2/plug-ins/curve_bend -libexec/gimp/2.2/plug-ins/decompose -libexec/gimp/2.2/plug-ins/deinterlace -libexec/gimp/2.2/plug-ins/depthmerge -libexec/gimp/2.2/plug-ins/despeckle -libexec/gimp/2.2/plug-ins/destripe -libexec/gimp/2.2/plug-ins/dicom -libexec/gimp/2.2/plug-ins/diffraction -libexec/gimp/2.2/plug-ins/displace -libexec/gimp/2.2/plug-ins/dog -libexec/gimp/2.2/plug-ins/edge -libexec/gimp/2.2/plug-ins/emboss -libexec/gimp/2.2/plug-ins/engrave -libexec/gimp/2.2/plug-ins/exchange -libexec/gimp/2.2/plug-ins/faxg3 -libexec/gimp/2.2/plug-ins/film -libexec/gimp/2.2/plug-ins/fits -libexec/gimp/2.2/plug-ins/flame -libexec/gimp/2.2/plug-ins/flarefx -%%PYTHON:%%libexec/gimp/2.2/plug-ins/foggify.py -libexec/gimp/2.2/plug-ins/fp -libexec/gimp/2.2/plug-ins/fractaltrace -libexec/gimp/2.2/plug-ins/gauss -libexec/gimp/2.2/plug-ins/gbr -libexec/gimp/2.2/plug-ins/gee -libexec/gimp/2.2/plug-ins/gee_zoom -libexec/gimp/2.2/plug-ins/gfig -libexec/gimp/2.2/plug-ins/gflare -libexec/gimp/2.2/plug-ins/gfli -libexec/gimp/2.2/plug-ins/gif -libexec/gimp/2.2/plug-ins/gifload -libexec/gimp/2.2/plug-ins/gih -%%PYTHON:%%libexec/gimp/2.2/plug-ins/gimpcons.py -libexec/gimp/2.2/plug-ins/gimpressionist -libexec/gimp/2.2/plug-ins/glasstile -libexec/gimp/2.2/plug-ins/glob -libexec/gimp/2.2/plug-ins/gqbist -libexec/gimp/2.2/plug-ins/gradmap -libexec/gimp/2.2/plug-ins/grid -%%PYTHON:%%libexec/gimp/2.2/plug-ins/gtkcons.py -libexec/gimp/2.2/plug-ins/gtm -libexec/gimp/2.2/plug-ins/guillotine -libexec/gimp/2.2/plug-ins/header -libexec/gimp/2.2/plug-ins/help -%%HELPBROWSER:%%libexec/gimp/2.2/plug-ins/helpbrowser -libexec/gimp/2.2/plug-ins/hot -libexec/gimp/2.2/plug-ins/ifscompose -libexec/gimp/2.2/plug-ins/illusion -libexec/gimp/2.2/plug-ins/imagemap -libexec/gimp/2.2/plug-ins/iwarp -libexec/gimp/2.2/plug-ins/jigsaw -libexec/gimp/2.2/plug-ins/jpeg -libexec/gimp/2.2/plug-ins/laplace -libexec/gimp/2.2/plug-ins/lic -libexec/gimp/2.2/plug-ins/mail -libexec/gimp/2.2/plug-ins/mapcolor -libexec/gimp/2.2/plug-ins/max_rgb -libexec/gimp/2.2/plug-ins/maze -libexec/gimp/2.2/plug-ins/mblur -libexec/gimp/2.2/plug-ins/mng -libexec/gimp/2.2/plug-ins/mosaic -libexec/gimp/2.2/plug-ins/neon -libexec/gimp/2.2/plug-ins/newsprint -libexec/gimp/2.2/plug-ins/nlfilt -libexec/gimp/2.2/plug-ins/noisify -libexec/gimp/2.2/plug-ins/normalize -libexec/gimp/2.2/plug-ins/nova -libexec/gimp/2.2/plug-ins/oilify -libexec/gimp/2.2/plug-ins/pagecurl -libexec/gimp/2.2/plug-ins/papertile -libexec/gimp/2.2/plug-ins/pat -libexec/gimp/2.2/plug-ins/pcx -%%PYTHON:%%libexec/gimp/2.2/plug-ins/pdbbrowse.py -libexec/gimp/2.2/plug-ins/photocopy -libexec/gimp/2.2/plug-ins/pix -libexec/gimp/2.2/plug-ins/pixelize -libexec/gimp/2.2/plug-ins/plasma -libexec/gimp/2.2/plug-ins/plugin-browser -libexec/gimp/2.2/plug-ins/png -libexec/gimp/2.2/plug-ins/pnm -libexec/gimp/2.2/plug-ins/polar -libexec/gimp/2.2/plug-ins/postscript -%%PRINT%%libexec/gimp/2.2/plug-ins/print -libexec/gimp/2.2/plug-ins/procedure-browser -libexec/gimp/2.2/plug-ins/psd -libexec/gimp/2.2/plug-ins/psd_save -libexec/gimp/2.2/plug-ins/psp -%%PYTHON:%%libexec/gimp/2.2/plug-ins/py-slice.py -libexec/gimp/2.2/plug-ins/randomize -libexec/gimp/2.2/plug-ins/raw -libexec/gimp/2.2/plug-ins/rcm -libexec/gimp/2.2/plug-ins/retinex -libexec/gimp/2.2/plug-ins/ripple -libexec/gimp/2.2/plug-ins/rotate -libexec/gimp/2.2/plug-ins/sample_colorize -libexec/gimp/2.2/plug-ins/scatter_hsv -libexec/gimp/2.2/plug-ins/screenshot -libexec/gimp/2.2/plug-ins/script-fu -%%PYTHON:%%libexec/gimp/2.2/plug-ins/shadow_bevel.py -libexec/gimp/2.2/plug-ins/sel2path -libexec/gimp/2.2/plug-ins/sel_gauss -libexec/gimp/2.2/plug-ins/semiflatten -libexec/gimp/2.2/plug-ins/sgi -libexec/gimp/2.2/plug-ins/sharpen -libexec/gimp/2.2/plug-ins/shift -libexec/gimp/2.2/plug-ins/sinus -libexec/gimp/2.2/plug-ins/smooth_palette -libexec/gimp/2.2/plug-ins/snoise -libexec/gimp/2.2/plug-ins/sobel -libexec/gimp/2.2/plug-ins/softglow -libexec/gimp/2.2/plug-ins/sparkle -libexec/gimp/2.2/plug-ins/spheredesigner -libexec/gimp/2.2/plug-ins/spread -libexec/gimp/2.2/plug-ins/struc -libexec/gimp/2.2/plug-ins/sunras -libexec/gimp/2.2/plug-ins/svg -libexec/gimp/2.2/plug-ins/tga -libexec/gimp/2.2/plug-ins/threshold_alpha -libexec/gimp/2.2/plug-ins/tiff -libexec/gimp/2.2/plug-ins/tile -libexec/gimp/2.2/plug-ins/tileit -libexec/gimp/2.2/plug-ins/tiler -libexec/gimp/2.2/plug-ins/uniteditor -libexec/gimp/2.2/plug-ins/unsharp -libexec/gimp/2.2/plug-ins/url -libexec/gimp/2.2/plug-ins/video -libexec/gimp/2.2/plug-ins/vinvert -libexec/gimp/2.2/plug-ins/vpropagate -libexec/gimp/2.2/plug-ins/warp -libexec/gimp/2.2/plug-ins/waves -libexec/gimp/2.2/plug-ins/webbrowser -%%PYTHON:%%libexec/gimp/2.2/plug-ins/whirlpinch.py -libexec/gimp/2.2/plug-ins/whirlpinch -libexec/gimp/2.2/plug-ins/wind -libexec/gimp/2.2/plug-ins/winicon -libexec/gimp/2.2/plug-ins/wmf -libexec/gimp/2.2/plug-ins/xbm -libexec/gimp/2.2/plug-ins/xjt -libexec/gimp/2.2/plug-ins/xpm -libexec/gimp/2.2/plug-ins/xwd -libexec/gimp/2.2/plug-ins/zealouscrop -%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpmodule.so -%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpprocbrowsermodule.so -%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpui.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpui.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpui.pyo -lib/libgimp-2.0.a -lib/libgimp-2.0.so -lib/libgimp-2.0.so.%%SHLIBVER%% -lib/libgimpbase-2.0.a -lib/libgimpbase-2.0.so -lib/libgimpbase-2.0.so.%%SHLIBVER%% -lib/libgimpcolor-2.0.a -lib/libgimpcolor-2.0.so -lib/libgimpcolor-2.0.so.%%SHLIBVER%% -lib/libgimpmath-2.0.a -lib/libgimpmath-2.0.so -lib/libgimpmath-2.0.so.%%SHLIBVER%% -lib/libgimpmodule-2.0.a -lib/libgimpmodule-2.0.so -lib/libgimpmodule-2.0.so.%%SHLIBVER%% -lib/libgimpthumb-2.0.a -lib/libgimpthumb-2.0.so -lib/libgimpthumb-2.0.so.%%SHLIBVER%% -lib/libgimpui-2.0.a -lib/libgimpui-2.0.so -lib/libgimpui-2.0.so.%%SHLIBVER%% -lib/libgimpwidgets-2.0.a -lib/libgimpwidgets-2.0.so -lib/libgimpwidgets-2.0.so.%%SHLIBVER%% -libdata/pkgconfig/gimp-2.0.pc -libdata/pkgconfig/gimpthumb-2.0.pc -libdata/pkgconfig/gimpui-2.0.pc -share/aclocal/gimp-2.0.m4 -%%DOCSDIR%%/libgimp/GimpAspectPreview.html -%%DOCSDIR%%/libgimp/GimpDrawablePreview.html -%%DOCSDIR%%/libgimp/GimpProgressBar.html -%%DOCSDIR%%/libgimp/gimpdefinitions.html -%%DOCSDIR%%/libgimp/home.png -%%DOCSDIR%%/libgimp/index.html -%%DOCSDIR%%/libgimp/index.sgml -%%DOCSDIR%%/libgimp/left.png -%%DOCSDIR%%/libgimp/libgimp-data.html -%%DOCSDIR%%/libgimp/libgimp-general.html -%%DOCSDIR%%/libgimp/libgimp-gimp.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrush.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrushes.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrushmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrushselect.html -%%DOCSDIR%%/libgimp/libgimp-gimpchannel.html -%%DOCSDIR%%/libgimp/libgimp-gimpcolor.html -%%DOCSDIR%%/libgimp/libgimp-gimpcontext.html -%%DOCSDIR%%/libgimp/libgimp-gimpconvert.html -%%DOCSDIR%%/libgimp/libgimp-gimpdisplay.html -%%DOCSDIR%%/libgimp/libgimp-gimpdrawable.html -%%DOCSDIR%%/libgimp/libgimp-gimpdrawablecombobox.html -%%DOCSDIR%%/libgimp/libgimp-gimpdrawabletransform.html -%%DOCSDIR%%/libgimp/libgimp-gimpedit.html -%%DOCSDIR%%/libgimp/libgimp-gimpenums.html -%%DOCSDIR%%/libgimp/libgimp-gimpexport.html -%%DOCSDIR%%/libgimp/libgimp-gimpfileops.html -%%DOCSDIR%%/libgimp/libgimp-gimpfloatingsel.html -%%DOCSDIR%%/libgimp/libgimp-gimpfontmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpfonts.html -%%DOCSDIR%%/libgimp/libgimp-gimpfontselect.html -%%DOCSDIR%%/libgimp/libgimp-gimpgimprc.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradient.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradientmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradients.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradientselect.html -%%DOCSDIR%%/libgimp/libgimp-gimpguides.html -%%DOCSDIR%%/libgimp/libgimp-gimphelp.html -%%DOCSDIR%%/libgimp/libgimp-gimpimage.html -%%DOCSDIR%%/libgimp/libgimp-gimpimagecombobox.html -%%DOCSDIR%%/libgimp/libgimp-gimplayer.html -%%DOCSDIR%%/libgimp/libgimp-gimpmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpmessage.html -%%DOCSDIR%%/libgimp/libgimp-gimppalette.html -%%DOCSDIR%%/libgimp/libgimp-gimppalettemenu.html -%%DOCSDIR%%/libgimp/libgimp-gimppalettes.html -%%DOCSDIR%%/libgimp/libgimp-gimppaletteselect.html -%%DOCSDIR%%/libgimp/libgimp-gimppaths.html -%%DOCSDIR%%/libgimp/libgimp-gimppattern.html -%%DOCSDIR%%/libgimp/libgimp-gimppatternmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimppatterns.html -%%DOCSDIR%%/libgimp/libgimp-gimppatternselect.html -%%DOCSDIR%%/libgimp/libgimp-gimppixbuf.html -%%DOCSDIR%%/libgimp/libgimp-gimppixelfetcher.html -%%DOCSDIR%%/libgimp/libgimp-gimppixelrgn.html -%%DOCSDIR%%/libgimp/libgimp-gimpplugin.html -%%DOCSDIR%%/libgimp/libgimp-gimpproceduraldb.html -%%DOCSDIR%%/libgimp/libgimp-gimpprogress.html -%%DOCSDIR%%/libgimp/libgimp-gimpregioniterator.html -%%DOCSDIR%%/libgimp/libgimp-gimpselection.html -%%DOCSDIR%%/libgimp/libgimp-gimptexttool.html -%%DOCSDIR%%/libgimp/libgimp-gimptile.html -%%DOCSDIR%%/libgimp/libgimp-gimptools.html -%%DOCSDIR%%/libgimp/libgimp-gimpui.html -%%DOCSDIR%%/libgimp/libgimp-gimpundo.html -%%DOCSDIR%%/libgimp/libgimp-image.html -%%DOCSDIR%%/libgimp/libgimp-selectors.html -%%DOCSDIR%%/libgimp/libgimp.devhelp -%%DOCSDIR%%/libgimp/libgimp.html -%%DOCSDIR%%/libgimp/libgimpui-hierarchy.html -%%DOCSDIR%%/libgimp/libgimpui.html -%%DOCSDIR%%/libgimp/right.png -%%DOCSDIR%%/libgimp/style.css -%%DOCSDIR%%/libgimp/up.png -%%DOCSDIR%%/libgimpbase/home.png -%%DOCSDIR%%/libgimpbase/index.html -%%DOCSDIR%%/libgimpbase/index.sgml -%%DOCSDIR%%/libgimpbase/left.png -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpbaseenums.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpbasetypes.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpchecks.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpdatafiles.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpenv.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimplimits.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpmemsize.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpparasite.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpparasiteio.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpprotocol.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpsignal.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpunit.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimputils.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpversion.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpwire.html -%%DOCSDIR%%/libgimpbase/libgimpbase.devhelp -%%DOCSDIR%%/libgimpbase/libgimpbase.html -%%DOCSDIR%%/libgimpbase/right.png -%%DOCSDIR%%/libgimpbase/style.css -%%DOCSDIR%%/libgimpbase/up.png -%%DOCSDIR%%/libgimpcolor/home.png -%%DOCSDIR%%/libgimpcolor/index.html -%%DOCSDIR%%/libgimpcolor/index.sgml -%%DOCSDIR%%/libgimpcolor/left.png -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpAdaptiveSupersample.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpBilinear.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpCMYK.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpColorSpace.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpHSV.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpRGB.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor.devhelp -%%DOCSDIR%%/libgimpcolor/libgimpcolor.html -%%DOCSDIR%%/libgimpcolor/right.png -%%DOCSDIR%%/libgimpcolor/up.png -%%DOCSDIR%%/libgimpmath/home.png -%%DOCSDIR%%/libgimpmath/index.html -%%DOCSDIR%%/libgimpmath/index.sgml -%%DOCSDIR%%/libgimpmath/left.png -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMD5.html -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMath.html -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMatrix.html -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpVector.html -%%DOCSDIR%%/libgimpmath/libgimpmath.devhelp -%%DOCSDIR%%/libgimpmath/libgimpmath.html -%%DOCSDIR%%/libgimpmath/right.png -%%DOCSDIR%%/libgimpmath/up.png -%%DOCSDIR%%/libgimpmodule/GimpModule.html -%%DOCSDIR%%/libgimpmodule/GimpModuleDB.html -%%DOCSDIR%%/libgimpmodule/home.png -%%DOCSDIR%%/libgimpmodule/index.html -%%DOCSDIR%%/libgimpmodule/index.sgml -%%DOCSDIR%%/libgimpmodule/left.png -%%DOCSDIR%%/libgimpmodule/libgimpmodule.devhelp -%%DOCSDIR%%/libgimpmodule/libgimpmodule.html -%%DOCSDIR%%/libgimpmodule/right.png -%%DOCSDIR%%/libgimpmodule/up.png -%%DOCSDIR%%/libgimpthumb/GimpThumbnail.html -%%DOCSDIR%%/libgimpthumb/home.png -%%DOCSDIR%%/libgimpthumb/index.html -%%DOCSDIR%%/libgimpthumb/index.sgml -%%DOCSDIR%%/libgimpthumb/left.png -%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-enums.html -%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-error.html -%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-utils.html -%%DOCSDIR%%/libgimpthumb/libgimpthumb.devhelp -%%DOCSDIR%%/libgimpthumb/libgimpthumb.html -%%DOCSDIR%%/libgimpthumb/right.png -%%DOCSDIR%%/libgimpthumb/style.css -%%DOCSDIR%%/libgimpthumb/up.png -%%DOCSDIR%%/libgimpwidgets/GimpButton.html -%%DOCSDIR%%/libgimpwidgets/GimpCellRendererColor.html -%%DOCSDIR%%/libgimpwidgets/GimpCellRendererToggle.html -%%DOCSDIR%%/libgimpwidgets/GimpChainButton.html -%%DOCSDIR%%/libgimpwidgets/GimpColorArea.html -%%DOCSDIR%%/libgimpwidgets/GimpColorButton.html -%%DOCSDIR%%/libgimpwidgets/GimpColorDisplay.html -%%DOCSDIR%%/libgimpwidgets/GimpColorDisplayStack.html -%%DOCSDIR%%/libgimpwidgets/GimpColorHexEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpColorNotebook.html -%%DOCSDIR%%/libgimpwidgets/GimpColorScale.html -%%DOCSDIR%%/libgimpwidgets/GimpColorScales.html -%%DOCSDIR%%/libgimpwidgets/GimpColorSelect.html -%%DOCSDIR%%/libgimpwidgets/GimpColorSelection.html -%%DOCSDIR%%/libgimpwidgets/GimpColorSelector.html -%%DOCSDIR%%/libgimpwidgets/GimpController.html -%%DOCSDIR%%/libgimpwidgets/GimpDialog.html -%%DOCSDIR%%/libgimpwidgets/GimpFileEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpFrame.html -%%DOCSDIR%%/libgimpwidgets/GimpIntComboBox.html -%%DOCSDIR%%/libgimpwidgets/GimpIntStore.html -%%DOCSDIR%%/libgimpwidgets/GimpMemsizeEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpOffsetArea.html -%%DOCSDIR%%/libgimpwidgets/GimpPathEditor.html -%%DOCSDIR%%/libgimpwidgets/GimpPickButton.html -%%DOCSDIR%%/libgimpwidgets/GimpPixmap.html -%%DOCSDIR%%/libgimpwidgets/GimpPreview.html -%%DOCSDIR%%/libgimpwidgets/GimpPreviewArea.html -%%DOCSDIR%%/libgimpwidgets/GimpSizeEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpUnitMenu.html -%%DOCSDIR%%/libgimpwidgets/home.png -%%DOCSDIR%%/libgimpwidgets/index.html -%%DOCSDIR%%/libgimpwidgets/index.sgml -%%DOCSDIR%%/libgimpwidgets/left.png -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpHelpUI.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpQueryBox.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpScrolledPreview.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpStock.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpWidgets.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-cell-renderers.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-colordisplay.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-colorselector.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-controller.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-deprecated.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-gimpoldwidgets.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-hierarchy.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-utils.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-widgets.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets.devhelp -%%DOCSDIR%%/libgimpwidgets/right.png -%%DOCSDIR%%/libgimpwidgets/stock-anchor-16.png -%%DOCSDIR%%/libgimpwidgets/stock-cap-butt-16.png -%%DOCSDIR%%/libgimpwidgets/stock-cap-round-16.png -%%DOCSDIR%%/libgimpwidgets/stock-cap-square-16.png -%%DOCSDIR%%/libgimpwidgets/stock-center-16.png -%%DOCSDIR%%/libgimpwidgets/stock-center-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channels-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channels-24.png -%%DOCSDIR%%/libgimpwidgets/stock-char-picker-22.png -%%DOCSDIR%%/libgimpwidgets/stock-close-12.png -%%DOCSDIR%%/libgimpwidgets/stock-color-pick-from-screen-16.png -%%DOCSDIR%%/libgimpwidgets/stock-color-picker-black-18.png -%%DOCSDIR%%/libgimpwidgets/stock-color-picker-gray-18.png -%%DOCSDIR%%/libgimpwidgets/stock-color-picker-white-18.png -%%DOCSDIR%%/libgimpwidgets/stock-color-triangle-16.png -%%DOCSDIR%%/libgimpwidgets/stock-convert-grayscale-16.png -%%DOCSDIR%%/libgimpwidgets/stock-convert-indexed-16.png -%%DOCSDIR%%/libgimpwidgets/stock-convert-rgb-16.png -%%DOCSDIR%%/libgimpwidgets/stock-curve-free-16.png -%%DOCSDIR%%/libgimpwidgets/stock-curve-smooth-16.png -%%DOCSDIR%%/libgimpwidgets/stock-default-colors-12.png -%%DOCSDIR%%/libgimpwidgets/stock-device-status-16.png -%%DOCSDIR%%/libgimpwidgets/stock-device-status-24.png -%%DOCSDIR%%/libgimpwidgets/stock-display-filter-16.png -%%DOCSDIR%%/libgimpwidgets/stock-display-filter-24.png -%%DOCSDIR%%/libgimpwidgets/stock-duplicate-16.png -%%DOCSDIR%%/libgimpwidgets/stock-edit-16.png -%%DOCSDIR%%/libgimpwidgets/stock-error-64.png -%%DOCSDIR%%/libgimpwidgets/stock-eye-12.png -%%DOCSDIR%%/libgimpwidgets/stock-eye-20.png -%%DOCSDIR%%/libgimpwidgets/stock-flip-horizontal-16.png -%%DOCSDIR%%/libgimpwidgets/stock-flip-vertical-16.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-16.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-24.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-32.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-48.png -%%DOCSDIR%%/libgimpwidgets/stock-frame-64.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-bilinear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-conical-asymmetric-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-conical-symmetric-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-linear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-radial-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-angular-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-dimpled-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-spherical-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-spiral-anticlockwise-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-spiral-clockwise-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-square-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-east-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-east-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-west-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-east-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-west-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-west-24.png -%%DOCSDIR%%/libgimpwidgets/stock-grid-16.png -%%DOCSDIR%%/libgimpwidgets/stock-hchain-24.png -%%DOCSDIR%%/libgimpwidgets/stock-hchain-broken-24.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-16.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-22.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-linear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-logarithmic-16.png -%%DOCSDIR%%/libgimpwidgets/stock-image-16.png -%%DOCSDIR%%/libgimpwidgets/stock-image-24.png -%%DOCSDIR%%/libgimpwidgets/stock-image-32.png -%%DOCSDIR%%/libgimpwidgets/stock-image-48.png -%%DOCSDIR%%/libgimpwidgets/stock-images-16.png -%%DOCSDIR%%/libgimpwidgets/stock-images-24.png -%%DOCSDIR%%/libgimpwidgets/stock-indexed-palette-16.png -%%DOCSDIR%%/libgimpwidgets/stock-indexed-palette-24.png -%%DOCSDIR%%/libgimpwidgets/stock-info-16.png -%%DOCSDIR%%/libgimpwidgets/stock-info-24.png -%%DOCSDIR%%/libgimpwidgets/stock-info-64.png -%%DOCSDIR%%/libgimpwidgets/stock-invert-16.png -%%DOCSDIR%%/libgimpwidgets/stock-join-bevel-16.png -%%DOCSDIR%%/libgimpwidgets/stock-join-miter-16.png -%%DOCSDIR%%/libgimpwidgets/stock-join-round-16.png -%%DOCSDIR%%/libgimpwidgets/stock-landscape-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-24.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-32.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-48.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-24.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-32.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-48.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-to-imagesize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layers-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layers-24.png -%%DOCSDIR%%/libgimpwidgets/stock-letter-spacing-22.png -%%DOCSDIR%%/libgimpwidgets/stock-line-spacing-22.png -%%DOCSDIR%%/libgimpwidgets/stock-linked-12.png -%%DOCSDIR%%/libgimpwidgets/stock-linked-20.png -%%DOCSDIR%%/libgimpwidgets/stock-list-16.png -%%DOCSDIR%%/libgimpwidgets/stock-menu-left-12.png -%%DOCSDIR%%/libgimpwidgets/stock-menu-right-12.png -%%DOCSDIR%%/libgimpwidgets/stock-merge-down-16.png -%%DOCSDIR%%/libgimpwidgets/stock-move-to-screen-16.png -%%DOCSDIR%%/libgimpwidgets/stock-move-to-screen-24.png -%%DOCSDIR%%/libgimpwidgets/stock-navigation-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paste-as-new-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paste-into-16.png -%%DOCSDIR%%/libgimpwidgets/stock-path-16.png -%%DOCSDIR%%/libgimpwidgets/stock-path-22.png -%%DOCSDIR%%/libgimpwidgets/stock-path-stroke-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paths-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paths-22.png -%%DOCSDIR%%/libgimpwidgets/stock-plugin-16.png -%%DOCSDIR%%/libgimpwidgets/stock-portrait-16.png -%%DOCSDIR%%/libgimpwidgets/stock-print-resolution-16.png -%%DOCSDIR%%/libgimpwidgets/stock-print-resolution-24.png -%%DOCSDIR%%/libgimpwidgets/stock-qmask-off-16.png -%%DOCSDIR%%/libgimpwidgets/stock-qmask-on-16.png -%%DOCSDIR%%/libgimpwidgets/stock-question-64.png -%%DOCSDIR%%/libgimpwidgets/stock-reset-16.png -%%DOCSDIR%%/libgimpwidgets/stock-reshow-filter-16.png -%%DOCSDIR%%/libgimpwidgets/stock-resize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-rotate-180-16.png -%%DOCSDIR%%/libgimpwidgets/stock-rotate-270-16.png -%%DOCSDIR%%/libgimpwidgets/stock-rotate-90-16.png -%%DOCSDIR%%/libgimpwidgets/stock-scale-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-add-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-all-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-border-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-grow-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-intersect-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-none-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-replace-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-shrink-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-stroke-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-subtract-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-to-channel-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-to-path-16.png -%%DOCSDIR%%/libgimpwidgets/stock-shape-circle-16.png -%%DOCSDIR%%/libgimpwidgets/stock-shape-diamond-16.png -%%DOCSDIR%%/libgimpwidgets/stock-shape-square-16.png -%%DOCSDIR%%/libgimpwidgets/stock-swap-colors-12.png -%%DOCSDIR%%/libgimpwidgets/stock-template-16.png -%%DOCSDIR%%/libgimpwidgets/stock-template-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-dir-ltr-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-dir-rtl-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-16.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-32.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-48.png -%%DOCSDIR%%/libgimpwidgets/stock-texture-64.png -%%DOCSDIR%%/libgimpwidgets/stock-toilet-paper-16.png -%%DOCSDIR%%/libgimpwidgets/stock-toilet-paper-24.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-airbrush-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-airbrush-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blend-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blend-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blur-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blur-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-brightness-contrast-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-brightness-contrast-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-bucket-fill-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-bucket-fill-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-by-color-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-by-color-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-clone-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-clone-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-balance-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-balance-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-picker-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-picker-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-colorize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-colorize-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-crop-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-crop-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-curves-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-curves-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-dodge-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-dodge-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ellipse-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ellipse-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-eraser-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-eraser-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-flip-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-flip-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-free-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-free-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-fuzzy-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-fuzzy-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-hue-saturation-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-hue-saturation-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ink-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ink-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-iscissors-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-iscissors-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-levels-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-levels-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-measure-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-measure-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-move-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-move-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-options-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-options-24.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-paintbrush-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-paintbrush-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-path-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-path-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-pencil-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-pencil-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-perspective-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-perspective-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-posterize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-posterize-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rect-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rect-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rotate-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rotate-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-scale-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-scale-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-shear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-shear-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-smudge-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-smudge-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-text-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-text-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-threshold-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-threshold-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-zoom-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-zoom-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tools-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tools-24.png -%%DOCSDIR%%/libgimpwidgets/stock-transparency-16.png -%%DOCSDIR%%/libgimpwidgets/stock-transparency-24.png -%%DOCSDIR%%/libgimpwidgets/stock-undo-history-16.png -%%DOCSDIR%%/libgimpwidgets/stock-undo-history-24.png -%%DOCSDIR%%/libgimpwidgets/stock-vchain-24.png -%%DOCSDIR%%/libgimpwidgets/stock-vchain-broken-24.png -%%DOCSDIR%%/libgimpwidgets/stock-video-16.png -%%DOCSDIR%%/libgimpwidgets/stock-video-24.png -%%DOCSDIR%%/libgimpwidgets/stock-warning-16.png -%%DOCSDIR%%/libgimpwidgets/stock-warning-24.png -%%DOCSDIR%%/libgimpwidgets/stock-warning-64.png -%%DOCSDIR%%/libgimpwidgets/stock-web-16.png -%%DOCSDIR%%/libgimpwidgets/stock-web-24.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-16.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-32.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-48.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-64.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-eek-64.png -%%DOCSDIR%%/libgimpwidgets/stock-zoom-follow-window-12.png -%%DOCSDIR%%/libgimpwidgets/style.css -%%DOCSDIR%%/libgimpwidgets/up.png -%%DATADIR%%/brushes/10x10square.gbr -%%DATADIR%%/brushes/10x10squareBlur.gbr -%%DATADIR%%/brushes/11circle.gbr -%%DATADIR%%/brushes/11fcircle.gbr -%%DATADIR%%/brushes/13circle.gbr -%%DATADIR%%/brushes/13fcircle.gbr -%%DATADIR%%/brushes/15circle.gbr -%%DATADIR%%/brushes/15fcircle.gbr -%%DATADIR%%/brushes/17circle.gbr -%%DATADIR%%/brushes/17fcircle.gbr -%%DATADIR%%/brushes/19circle.gbr -%%DATADIR%%/brushes/19fcircle.gbr -%%DATADIR%%/brushes/1circle.gbr -%%DATADIR%%/brushes/20x20square.gbr -%%DATADIR%%/brushes/20x20squareBlur.gbr -%%DATADIR%%/brushes/3circle.gbr -%%DATADIR%%/brushes/3fcircle.gbr -%%DATADIR%%/brushes/5circle.gbr -%%DATADIR%%/brushes/5fcircle.gbr -%%DATADIR%%/brushes/5x5square.gbr -%%DATADIR%%/brushes/5x5squareBlur.gbr -%%DATADIR%%/brushes/7circle.gbr -%%DATADIR%%/brushes/7fcircle.gbr -%%DATADIR%%/brushes/9circle.gbr -%%DATADIR%%/brushes/9fcircle.gbr -%%DATADIR%%/brushes/DStar11.gbr -%%DATADIR%%/brushes/DStar17.gbr -%%DATADIR%%/brushes/DStar25.gbr -%%DATADIR%%/brushes/SketchBrush-16.gih -%%DATADIR%%/brushes/SketchBrush-32.gih -%%DATADIR%%/brushes/SketchBrush-64.gih -%%DATADIR%%/brushes/callig1.gbr -%%DATADIR%%/brushes/callig2.gbr -%%DATADIR%%/brushes/callig3.gbr -%%DATADIR%%/brushes/callig4.gbr -%%DATADIR%%/brushes/confetti.gbr -%%DATADIR%%/brushes/confetti.gih -%%DATADIR%%/brushes/dunes.gbr -%%DATADIR%%/brushes/feltpen.gih -%%DATADIR%%/brushes/galaxy.gbr -%%DATADIR%%/brushes/galaxy_big.gbr -%%DATADIR%%/brushes/galaxy_small.gbr -%%DATADIR%%/brushes/hsparks.gih -%%DATADIR%%/brushes/pepper.gbr -%%DATADIR%%/brushes/pixel.gbr -%%DATADIR%%/brushes/thegimp.gbr -%%DATADIR%%/brushes/vine.gih -%%DATADIR%%/brushes/xcf.gbr -@exec mkdir -p %D/%%DATADIR%%/fonts -%%DATADIR%%/fractalexplorer/Asteroid_Field -%%DATADIR%%/fractalexplorer/Bar_Code_Label -%%DATADIR%%/fractalexplorer/Beauty_of_Nature -%%DATADIR%%/fractalexplorer/Blue_Curtain -%%DATADIR%%/fractalexplorer/Car_Track -%%DATADIR%%/fractalexplorer/Energetic_Diamond -%%DATADIR%%/fractalexplorer/Explosive -%%DATADIR%%/fractalexplorer/Flower -%%DATADIR%%/fractalexplorer/Fragments -%%DATADIR%%/fractalexplorer/Hemp -%%DATADIR%%/fractalexplorer/High_Voltage -%%DATADIR%%/fractalexplorer/Hoops -%%DATADIR%%/fractalexplorer/Ice_Crystal -%%DATADIR%%/fractalexplorer/Leaves -%%DATADIR%%/fractalexplorer/Lightning -%%DATADIR%%/fractalexplorer/Mandelbrot -%%DATADIR%%/fractalexplorer/Marble -%%DATADIR%%/fractalexplorer/Marble2 -%%DATADIR%%/fractalexplorer/Medusa -%%DATADIR%%/fractalexplorer/Nautilus -%%DATADIR%%/fractalexplorer/Nebula -%%DATADIR%%/fractalexplorer/Plant -%%DATADIR%%/fractalexplorer/Rose -%%DATADIR%%/fractalexplorer/Saturn -%%DATADIR%%/fractalexplorer/Snow_Crystal -%%DATADIR%%/fractalexplorer/Soma -%%DATADIR%%/fractalexplorer/Spark -%%DATADIR%%/fractalexplorer/Suns -%%DATADIR%%/fractalexplorer/Tentacles -%%DATADIR%%/fractalexplorer/The_Green_Place -%%DATADIR%%/fractalexplorer/Wave -%%DATADIR%%/fractalexplorer/Wood -%%DATADIR%%/fractalexplorer/Zooming_Circle -%%DATADIR%%/gfig/A_star -%%DATADIR%%/gfig/curves -%%DATADIR%%/gfig/polys -%%DATADIR%%/gfig/ring -%%DATADIR%%/gfig/ring+star -%%DATADIR%%/gfig/simily -%%DATADIR%%/gfig/spirals_and_stars -%%DATADIR%%/gfig/sprial -%%DATADIR%%/gfig/star2 -%%DATADIR%%/gfig/stars -%%DATADIR%%/gflare/Bright_Star -%%DATADIR%%/gflare/Classic -%%DATADIR%%/gflare/Default -%%DATADIR%%/gflare/Distant_Sun -%%DATADIR%%/gflare/GFlare_101 -%%DATADIR%%/gflare/GFlare_102 -%%DATADIR%%/gflare/Hidden_Planet -%%DATADIR%%/gimpressionist/Brushes/arrow01.pgm -%%DATADIR%%/gimpressionist/Brushes/ball.ppm -%%DATADIR%%/gimpressionist/Brushes/blob.ppm -%%DATADIR%%/gimpressionist/Brushes/box.ppm -%%DATADIR%%/gimpressionist/Brushes/chalk01.pgm -%%DATADIR%%/gimpressionist/Brushes/cone.ppm -%%DATADIR%%/gimpressionist/Brushes/crayon01.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon02.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon03.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon04.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon05.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon06.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon07.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon08.pgm -%%DATADIR%%/gimpressionist/Brushes/defaultbrush.pgm -%%DATADIR%%/gimpressionist/Brushes/dribble.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric01.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric02.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric03.pgm -%%DATADIR%%/gimpressionist/Brushes/flower01.pgm -%%DATADIR%%/gimpressionist/Brushes/flower02.pgm -%%DATADIR%%/gimpressionist/Brushes/flower03.pgm -%%DATADIR%%/gimpressionist/Brushes/flower04.pgm -%%DATADIR%%/gimpressionist/Brushes/grad01.pgm -%%DATADIR%%/gimpressionist/Brushes/grad02.pgm -%%DATADIR%%/gimpressionist/Brushes/grad03.pgm -%%DATADIR%%/gimpressionist/Brushes/heart.ppm -%%DATADIR%%/gimpressionist/Brushes/leaf01.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush01.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush02.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush03.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush04.pgm -%%DATADIR%%/gimpressionist/Brushes/paper01.pgm -%%DATADIR%%/gimpressionist/Brushes/paper02.pgm -%%DATADIR%%/gimpressionist/Brushes/paper03.pgm -%%DATADIR%%/gimpressionist/Brushes/paper04.pgm -%%DATADIR%%/gimpressionist/Brushes/pentagram.pgm -%%DATADIR%%/gimpressionist/Brushes/scribble.pgm -%%DATADIR%%/gimpressionist/Brushes/shape01.pgm -%%DATADIR%%/gimpressionist/Brushes/shape02.pgm -%%DATADIR%%/gimpressionist/Brushes/shape03.pgm -%%DATADIR%%/gimpressionist/Brushes/shape04.pgm -%%DATADIR%%/gimpressionist/Brushes/snow1.pgm -%%DATADIR%%/gimpressionist/Brushes/sphere.ppm -%%DATADIR%%/gimpressionist/Brushes/splat1.pgm -%%DATADIR%%/gimpressionist/Brushes/splat2.pgm -%%DATADIR%%/gimpressionist/Brushes/splat3.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge01.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge02.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge03.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge04.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge05.pgm -%%DATADIR%%/gimpressionist/Brushes/strange01.pgm -%%DATADIR%%/gimpressionist/Brushes/thegimp.pgm -%%DATADIR%%/gimpressionist/Brushes/torus.ppm -%%DATADIR%%/gimpressionist/Brushes/wavy.pgm -%%DATADIR%%/gimpressionist/Brushes/weave.pgm -%%DATADIR%%/gimpressionist/Brushes/worm.pgm -%%DATADIR%%/gimpressionist/Paper/bricks.pgm -%%DATADIR%%/gimpressionist/Paper/bricks2.pgm -%%DATADIR%%/gimpressionist/Paper/burlap.pgm -%%DATADIR%%/gimpressionist/Paper/canvas2.pgm -%%DATADIR%%/gimpressionist/Paper/defaultpaper.pgm -%%DATADIR%%/gimpressionist/Paper/marble.pgm -%%DATADIR%%/gimpressionist/Paper/marble2.pgm -%%DATADIR%%/gimpressionist/Paper/stone.pgm -%%DATADIR%%/gimpressionist/Paper/struc.pgm -%%DATADIR%%/gimpressionist/Presets/ApplyCanvas -%%DATADIR%%/gimpressionist/Presets/Ballpark -%%DATADIR%%/gimpressionist/Presets/Canvas -%%DATADIR%%/gimpressionist/Presets/Crosshatch -%%DATADIR%%/gimpressionist/Presets/Cubism -%%DATADIR%%/gimpressionist/Presets/Dotify -%%DATADIR%%/gimpressionist/Presets/Embroidery -%%DATADIR%%/gimpressionist/Presets/Feathers -%%DATADIR%%/gimpressionist/Presets/Felt-marker -%%DATADIR%%/gimpressionist/Presets/Flowerbed -%%DATADIR%%/gimpressionist/Presets/Furry -%%DATADIR%%/gimpressionist/Presets/Line-art -%%DATADIR%%/gimpressionist/Presets/Line-art-2 -%%DATADIR%%/gimpressionist/Presets/Maggot-invasion -%%DATADIR%%/gimpressionist/Presets/MarbleMadness -%%DATADIR%%/gimpressionist/Presets/Mossy -%%DATADIR%%/gimpressionist/Presets/Painted_Rock -%%DATADIR%%/gimpressionist/Presets/Parquette -%%DATADIR%%/gimpressionist/Presets/Patchwork -%%DATADIR%%/gimpressionist/Presets/Ringworks -%%DATADIR%%/gimpressionist/Presets/Sample -%%DATADIR%%/gimpressionist/Presets/Smash -%%DATADIR%%/gimpressionist/Presets/Straws -%%DATADIR%%/gimpressionist/Presets/Weave -%%DATADIR%%/gimpressionist/Presets/Wormcan -%%DATADIR%%/gradients/Abstract_1.ggr -%%DATADIR%%/gradients/Abstract_2.ggr -%%DATADIR%%/gradients/Abstract_3.ggr -%%DATADIR%%/gradients/Aneurism.ggr -%%DATADIR%%/gradients/Blinds.ggr -%%DATADIR%%/gradients/Blue_Green.ggr -%%DATADIR%%/gradients/Browns.ggr -%%DATADIR%%/gradients/Brushed_Aluminium.ggr -%%DATADIR%%/gradients/Burning_Paper.ggr -%%DATADIR%%/gradients/Burning_Transparency.ggr -%%DATADIR%%/gradients/CD.ggr -%%DATADIR%%/gradients/CD_Half.ggr -%%DATADIR%%/gradients/Caribbean_Blues.ggr -%%DATADIR%%/gradients/Coffee.ggr -%%DATADIR%%/gradients/Cold_Steel.ggr -%%DATADIR%%/gradients/Cold_Steel_2.ggr -%%DATADIR%%/gradients/Crown_molding.ggr -%%DATADIR%%/gradients/Dark_1.ggr -%%DATADIR%%/gradients/Deep_Sea.ggr -%%DATADIR%%/gradients/Default.ggr -%%DATADIR%%/gradients/Flare_Glow_Angular_1.ggr -%%DATADIR%%/gradients/Flare_Glow_Radial_1.ggr -%%DATADIR%%/gradients/Flare_Glow_Radial_2.ggr -%%DATADIR%%/gradients/Flare_Glow_Radial_3.ggr -%%DATADIR%%/gradients/Flare_Glow_Radial_4.ggr -%%DATADIR%%/gradients/Flare_Radial_101.ggr -%%DATADIR%%/gradients/Flare_Radial_102.ggr -%%DATADIR%%/gradients/Flare_Radial_103.ggr -%%DATADIR%%/gradients/Flare_Rays_Radial_1.ggr -%%DATADIR%%/gradients/Flare_Rays_Radial_2.ggr -%%DATADIR%%/gradients/Flare_Rays_Size_1.ggr -%%DATADIR%%/gradients/Flare_Sizefac_101.ggr -%%DATADIR%%/gradients/Four_bars.ggr -%%DATADIR%%/gradients/French_flag.ggr -%%DATADIR%%/gradients/French_flag_smooth.ggr -%%DATADIR%%/gradients/Full_saturation_spectrum_CCW.ggr -%%DATADIR%%/gradients/Full_saturation_spectrum_CW.ggr -%%DATADIR%%/gradients/German_flag.ggr -%%DATADIR%%/gradients/German_flag_smooth.ggr -%%DATADIR%%/gradients/Golden.ggr -%%DATADIR%%/gradients/Greens.ggr -%%DATADIR%%/gradients/Horizon_1.ggr -%%DATADIR%%/gradients/Horizon_2.ggr -%%DATADIR%%/gradients/Incandescent.ggr -%%DATADIR%%/gradients/Land_1.ggr -%%DATADIR%%/gradients/Land_and_Sea.ggr -%%DATADIR%%/gradients/Metallic_Something.ggr -%%DATADIR%%/gradients/Mexican_flag.ggr -%%DATADIR%%/gradients/Mexican_flag_smooth.ggr -%%DATADIR%%/gradients/Nauseating_Headache.ggr -%%DATADIR%%/gradients/Neon_Cyan.ggr -%%DATADIR%%/gradients/Neon_Green.ggr -%%DATADIR%%/gradients/Neon_Yellow.ggr -%%DATADIR%%/gradients/Pastel_Rainbow.ggr -%%DATADIR%%/gradients/Pastels.ggr -%%DATADIR%%/gradients/Purples.ggr -%%DATADIR%%/gradients/Radial_Eyeball_Blue.ggr -%%DATADIR%%/gradients/Radial_Eyeball_Brown.ggr -%%DATADIR%%/gradients/Radial_Eyeball_Green.ggr -%%DATADIR%%/gradients/Radial_Glow_1.ggr -%%DATADIR%%/gradients/Radial_Rainbow_Hoop.ggr -%%DATADIR%%/gradients/Romanian_flag.ggr -%%DATADIR%%/gradients/Romanian_flag_smooth.ggr -%%DATADIR%%/gradients/Rounded_edge.ggr -%%DATADIR%%/gradients/Shadows_1.ggr -%%DATADIR%%/gradients/Shadows_2.ggr -%%DATADIR%%/gradients/Shadows_3.ggr -%%DATADIR%%/gradients/Skyline.ggr -%%DATADIR%%/gradients/Skyline_polluted.ggr -%%DATADIR%%/gradients/Square_Wood_Frame.ggr -%%DATADIR%%/gradients/Sunrise.ggr -%%DATADIR%%/gradients/Three_bars_sin.ggr -%%DATADIR%%/gradients/Tropical_Colors.ggr -%%DATADIR%%/gradients/Tube_Red.ggr -%%DATADIR%%/gradients/Wood_1.ggr -%%DATADIR%%/gradients/Wood_2.ggr -%%DATADIR%%/gradients/Yellow_Contrast.ggr -%%DATADIR%%/gradients/Yellow_Orange.ggr -%%DATADIR%%/images/gimp-splash.png -%%DATADIR%%/images/gimp-logo.png -%%DATADIR%%/images/wilber-devel-icon.png -%%DATADIR%%/images/wilber-icon.png -%%DATADIR%%/images/wilber-tips.png -%%DATADIR%%/images/wilber-wizard.png -%%DATADIR%%/menus/brushes-menu.xml -%%DATADIR%%/menus/buffers-menu.xml -%%DATADIR%%/menus/channels-menu.xml -%%DATADIR%%/menus/colormap-editor-menu.xml -%%DATADIR%%/menus/dockable-menu.xml -%%DATADIR%%/menus/documents-menu.xml -%%DATADIR%%/menus/error-console-menu.xml -%%DATADIR%%/menus/fonts-menu.xml -%%DATADIR%%/menus/gradient-editor-menu.xml -%%DATADIR%%/menus/gradients-menu.xml -%%DATADIR%%/menus/image-menu.xml -%%DATADIR%%/menus/images-menu.xml -%%DATADIR%%/menus/layers-menu.xml -%%DATADIR%%/menus/palette-editor-menu.xml -%%DATADIR%%/menus/palettes-menu.xml -%%DATADIR%%/menus/patterns-menu.xml -%%DATADIR%%/menus/qmask-menu.xml -%%DATADIR%%/menus/selection-editor-menu.xml -%%DATADIR%%/menus/templates-menu.xml -%%DATADIR%%/menus/text-editor-toolbar.xml -%%DATADIR%%/menus/tool-options-menu.xml -%%DATADIR%%/menus/toolbox-menu.xml -%%DATADIR%%/menus/tools-menu.xml -%%DATADIR%%/menus/vectors-menu.xml -%%DATADIR%%/misc/gimp.applications -%%DATADIR%%/misc/gimp.desktop -%%DATADIR%%/misc/gimp.keys -%%GNOMEPANEL:%%share/gnome/application-registry/gimp-2.2.applications -%%GNOMEPANEL:%%share/gnome/applications/gimp-2.2.desktop -%%GNOMEPANEL:%%@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -%%GNOMEPANEL:%%share/gnome/mime-info/gimp-2.2.keys -%%DATADIR%%/palettes/Bears.gpl -%%DATADIR%%/palettes/Bgold.gpl -%%DATADIR%%/palettes/Blues.gpl -%%DATADIR%%/palettes/Borders.gpl -%%DATADIR%%/palettes/Browns_And_Yellows.gpl -%%DATADIR%%/palettes/Caramel.gpl -%%DATADIR%%/palettes/Cascade.gpl -%%DATADIR%%/palettes/China.gpl -%%DATADIR%%/palettes/Coldfire.gpl -%%DATADIR%%/palettes/Cool_Colors.gpl -%%DATADIR%%/palettes/Cranes.gpl -%%DATADIR%%/palettes/Dark_pastels.gpl -%%DATADIR%%/palettes/Default.gpl -%%DATADIR%%/palettes/Ega.gpl -%%DATADIR%%/palettes/Firecode.gpl -%%DATADIR%%/palettes/Gold.gpl -%%DATADIR%%/palettes/GrayViolet.gpl -%%DATADIR%%/palettes/Grayblue.gpl -%%DATADIR%%/palettes/Grays.gpl -%%DATADIR%%/palettes/Greens.gpl -%%DATADIR%%/palettes/Hilite.gpl -%%DATADIR%%/palettes/Khaki.gpl -%%DATADIR%%/palettes/Lights.gpl -%%DATADIR%%/palettes/Muted.gpl -%%DATADIR%%/palettes/Named_Colors.gpl -%%DATADIR%%/palettes/News3.gpl -%%DATADIR%%/palettes/Op2.gpl -%%DATADIR%%/palettes/Paintjet.gpl -%%DATADIR%%/palettes/Pastels.gpl -%%DATADIR%%/palettes/Plasma.gpl -%%DATADIR%%/palettes/Reds.gpl -%%DATADIR%%/palettes/Reds_And_Purples.gpl -%%DATADIR%%/palettes/Royal.gpl -%%DATADIR%%/palettes/Topographic.gpl -%%DATADIR%%/palettes/Visibone.gpl -%%DATADIR%%/palettes/Visibone_2.gpl -%%DATADIR%%/palettes/Volcano.gpl -%%DATADIR%%/palettes/Warm_Colors.gpl -%%DATADIR%%/palettes/Web.gpl -%%DATADIR%%/patterns/3dgreen.pat -%%DATADIR%%/patterns/Craters.pat -%%DATADIR%%/patterns/Moonfoot.pat -%%DATADIR%%/patterns/Stripes1px.pat -%%DATADIR%%/patterns/Stripes2px.pat -%%DATADIR%%/patterns/amethyst.pat -%%DATADIR%%/patterns/bark.pat -%%DATADIR%%/patterns/blue.pat -%%DATADIR%%/patterns/bluegrid.pat -%%DATADIR%%/patterns/bluesquares.pat -%%DATADIR%%/patterns/blueweb.pat -%%DATADIR%%/patterns/brick.pat -%%DATADIR%%/patterns/burlap.pat -%%DATADIR%%/patterns/burlwood.pat -%%DATADIR%%/patterns/choc_swirl.pat -%%DATADIR%%/patterns/corkboard.pat -%%DATADIR%%/patterns/cracked.pat -%%DATADIR%%/patterns/crinklepaper.pat -%%DATADIR%%/patterns/electric.pat -%%DATADIR%%/patterns/fibers.pat -%%DATADIR%%/patterns/granite1.pat -%%DATADIR%%/patterns/ground1.pat -%%DATADIR%%/patterns/ice.pat -%%DATADIR%%/patterns/java.pat -%%DATADIR%%/patterns/leather.pat -%%DATADIR%%/patterns/leaves.pat -%%DATADIR%%/patterns/leopard.pat -%%DATADIR%%/patterns/lightning.pat -%%DATADIR%%/patterns/marble1.pat -%%DATADIR%%/patterns/marble2.pat -%%DATADIR%%/patterns/marble3.pat -%%DATADIR%%/patterns/nops.pat -%%DATADIR%%/patterns/paper.pat -%%DATADIR%%/patterns/parque1.pat -%%DATADIR%%/patterns/parque2.pat -%%DATADIR%%/patterns/parque3.pat -%%DATADIR%%/patterns/pastel.pat -%%DATADIR%%/patterns/pine.pat -%%DATADIR%%/patterns/pink_marble.pat -%%DATADIR%%/patterns/pool.pat -%%DATADIR%%/patterns/qube1.pat -%%DATADIR%%/patterns/rain.pat -%%DATADIR%%/patterns/recessed.pat -%%DATADIR%%/patterns/redcube.pat -%%DATADIR%%/patterns/rock.pat -%%DATADIR%%/patterns/sky.pat -%%DATADIR%%/patterns/slate.pat -%%DATADIR%%/patterns/sm_squares.pat -%%DATADIR%%/patterns/starfield.pat -%%DATADIR%%/patterns/stone33.pat -%%DATADIR%%/patterns/terra.pat -%%DATADIR%%/patterns/walnut.pat -%%DATADIR%%/patterns/warning.pat -%%DATADIR%%/patterns/wood1.pat -%%DATADIR%%/patterns/wood2.pat -%%DATADIR%%/patterns/wood3.pat -%%DATADIR%%/patterns/wood4.pat -%%DATADIR%%/patterns/wood5.pat -%%DATADIR%%/scripts/3d-outline.scm -%%DATADIR%%/scripts/3dTruchet.scm -%%DATADIR%%/scripts/add-bevel.scm -%%DATADIR%%/scripts/addborder.scm -%%DATADIR%%/scripts/alien-glow-arrow.scm -%%DATADIR%%/scripts/alien-glow-bar.scm -%%DATADIR%%/scripts/alien-glow-bullet.scm -%%DATADIR%%/scripts/alien-glow-button.scm -%%DATADIR%%/scripts/alien-glow-logo.scm -%%DATADIR%%/scripts/alien-neon-logo.scm -%%DATADIR%%/scripts/basic1-logo.scm -%%DATADIR%%/scripts/basic2-logo.scm -%%DATADIR%%/scripts/beveled-button.scm -%%DATADIR%%/scripts/beveled-pattern-arrow.scm -%%DATADIR%%/scripts/beveled-pattern-bullet.scm -%%DATADIR%%/scripts/beveled-pattern-button.scm -%%DATADIR%%/scripts/beveled-pattern-heading.scm -%%DATADIR%%/scripts/beveled-pattern-hrule.scm -%%DATADIR%%/scripts/blend-anim.scm -%%DATADIR%%/scripts/blended-logo.scm -%%DATADIR%%/scripts/bovinated-logo.scm -%%DATADIR%%/scripts/burn-in-anim.scm -%%DATADIR%%/scripts/camo.scm -%%DATADIR%%/scripts/carve-it.scm -%%DATADIR%%/scripts/carved-logo.scm -%%DATADIR%%/scripts/chalk.scm -%%DATADIR%%/scripts/chip-away.scm -%%DATADIR%%/scripts/chrome-it.scm -%%DATADIR%%/scripts/chrome-logo.scm -%%DATADIR%%/scripts/circuit.scm -%%DATADIR%%/scripts/clothify.scm -%%DATADIR%%/scripts/coffee.scm -%%DATADIR%%/scripts/comic-logo.scm -%%DATADIR%%/scripts/coolmetal-logo.scm -%%DATADIR%%/scripts/copy-visible.scm -%%DATADIR%%/scripts/crystal-logo.scm -%%DATADIR%%/scripts/distress-selection.scm -%%DATADIR%%/scripts/drop-shadow.scm -%%DATADIR%%/scripts/erase-rows.scm -%%DATADIR%%/scripts/fade-outline.scm -%%DATADIR%%/scripts/flatland.scm -%%DATADIR%%/scripts/font-map.scm -%%DATADIR%%/scripts/frosty-logo.scm -%%DATADIR%%/scripts/fuzzyborder.scm -%%DATADIR%%/scripts/gimp-headers.scm -%%DATADIR%%/scripts/gimp-labels.scm -%%DATADIR%%/scripts/glossy.scm -%%DATADIR%%/scripts/glowing-logo.scm -%%DATADIR%%/scripts/gradient-bevel-logo.scm -%%DATADIR%%/scripts/gradient-example.scm -%%DATADIR%%/scripts/grid-system.scm -%%DATADIR%%/scripts/guides-from-selection.scm -%%DATADIR%%/scripts/guides-new-percent.scm -%%DATADIR%%/scripts/guides-new.scm -%%DATADIR%%/scripts/guides-remove-all.scm -%%DATADIR%%/scripts/hsv-graph.scm -%%DATADIR%%/scripts/i26-gunya2.scm -%%DATADIR%%/scripts/image-structure.scm -%%DATADIR%%/scripts/images/beavis.jpg -%%DATADIR%%/scripts/images/texture.jpg -%%DATADIR%%/scripts/images/texture1.jpg -%%DATADIR%%/scripts/images/texture2.jpg -%%DATADIR%%/scripts/images/texture3.jpg -%%DATADIR%%/scripts/land.scm -%%DATADIR%%/scripts/lava.scm -%%DATADIR%%/scripts/line-nova.scm -%%DATADIR%%/scripts/mkbrush.scm -%%DATADIR%%/scripts/neon-logo.scm -%%DATADIR%%/scripts/news-text.scm -%%DATADIR%%/scripts/old-photo.scm -%%DATADIR%%/scripts/perspective-shadow.scm -%%DATADIR%%/scripts/predator.scm -%%DATADIR%%/scripts/pupi-button.scm -%%DATADIR%%/scripts/rendermap.scm -%%DATADIR%%/scripts/ripply-anim.scm -%%DATADIR%%/scripts/round-corners.scm -%%DATADIR%%/scripts/script-fu-util.scm -%%DATADIR%%/scripts/select-to-brush.scm -%%DATADIR%%/scripts/select-to-image.scm -%%DATADIR%%/scripts/select-to-pattern.scm -%%DATADIR%%/scripts/selection-round.scm -%%DATADIR%%/scripts/slide.scm -%%DATADIR%%/scripts/sota-chrome-logo.scm -%%DATADIR%%/scripts/speed-text.scm -%%DATADIR%%/scripts/sphere.scm -%%DATADIR%%/scripts/spinning-globe.scm -%%DATADIR%%/scripts/spyrogimp.scm -%%DATADIR%%/scripts/starburst-logo.scm -%%DATADIR%%/scripts/starscape-logo.scm -%%DATADIR%%/scripts/swirltile.scm -%%DATADIR%%/scripts/swirly-pattern.scm -%%DATADIR%%/scripts/t-o-p-logo.scm -%%DATADIR%%/scripts/text-circle.scm -%%DATADIR%%/scripts/textured-logo.scm -%%DATADIR%%/scripts/tileblur.scm -%%DATADIR%%/scripts/title-header.scm -%%DATADIR%%/scripts/truchet.scm -%%DATADIR%%/scripts/unsharp-mask.scm -%%DATADIR%%/scripts/waves-anim.scm -%%DATADIR%%/scripts/weave.scm -%%DATADIR%%/scripts/web-browser.scm -%%DATADIR%%/scripts/xach-effect.scm -%%DATADIR%%/themes/Default/gtkrc -%%DATADIR%%/themes/Default/imagerc -%%DATADIR%%/themes/Default/images/preferences/controllers.png -%%DATADIR%%/themes/Default/images/preferences/default-comment.png -%%DATADIR%%/themes/Default/images/preferences/default-grid.png -%%DATADIR%%/themes/Default/images/preferences/display.png -%%DATADIR%%/themes/Default/images/preferences/environment.png -%%DATADIR%%/themes/Default/images/preferences/folders-brushes.png -%%DATADIR%%/themes/Default/images/preferences/folders-environ.png -%%DATADIR%%/themes/Default/images/preferences/folders-fonts.png -%%DATADIR%%/themes/Default/images/preferences/folders-gradients.png -%%DATADIR%%/themes/Default/images/preferences/folders-modules.png -%%DATADIR%%/themes/Default/images/preferences/folders-palettes.png -%%DATADIR%%/themes/Default/images/preferences/folders-patterns.png -%%DATADIR%%/themes/Default/images/preferences/folders-plug-ins.png -%%DATADIR%%/themes/Default/images/preferences/folders-scripts.png -%%DATADIR%%/themes/Default/images/preferences/folders-themes.png -%%DATADIR%%/themes/Default/images/preferences/folders-tool-plug-ins.png -%%DATADIR%%/themes/Default/images/preferences/folders.png -%%DATADIR%%/themes/Default/images/preferences/help-system.png -%%DATADIR%%/themes/Default/images/preferences/image-title.png -%%DATADIR%%/themes/Default/images/preferences/image-windows.png -%%DATADIR%%/themes/Default/images/preferences/input-devices.png -%%DATADIR%%/themes/Default/images/preferences/interface.png -%%DATADIR%%/themes/Default/images/preferences/monitor.png -%%DATADIR%%/themes/Default/images/preferences/new-image.png -%%DATADIR%%/themes/Default/images/preferences/session.png -%%DATADIR%%/themes/Default/images/preferences/theme.png -%%DATADIR%%/themes/Default/images/preferences/tool-options.png -%%DATADIR%%/themes/Default/images/preferences/toolbox.png -%%DATADIR%%/themes/Default/images/preferences/window-management.png -%%DATADIR%%/themes/Default/images/stock-anchor-16.png -%%DATADIR%%/themes/Default/images/stock-cap-butt-16.png -%%DATADIR%%/themes/Default/images/stock-cap-round-16.png -%%DATADIR%%/themes/Default/images/stock-cap-square-16.png -%%DATADIR%%/themes/Default/images/stock-center-16.png -%%DATADIR%%/themes/Default/images/stock-center-24.png -%%DATADIR%%/themes/Default/images/stock-channel-16.png -%%DATADIR%%/themes/Default/images/stock-channel-24.png -%%DATADIR%%/themes/Default/images/stock-channel-32.png -%%DATADIR%%/themes/Default/images/stock-channel-48.png -%%DATADIR%%/themes/Default/images/stock-channel-alpha-16.png -%%DATADIR%%/themes/Default/images/stock-channel-alpha-24.png -%%DATADIR%%/themes/Default/images/stock-channel-alpha-32.png -%%DATADIR%%/themes/Default/images/stock-channel-alpha-48.png -%%DATADIR%%/themes/Default/images/stock-channel-blue-16.png -%%DATADIR%%/themes/Default/images/stock-channel-blue-24.png -%%DATADIR%%/themes/Default/images/stock-channel-blue-32.png -%%DATADIR%%/themes/Default/images/stock-channel-blue-48.png -%%DATADIR%%/themes/Default/images/stock-channel-gray-16.png -%%DATADIR%%/themes/Default/images/stock-channel-gray-24.png -%%DATADIR%%/themes/Default/images/stock-channel-gray-32.png -%%DATADIR%%/themes/Default/images/stock-channel-gray-48.png -%%DATADIR%%/themes/Default/images/stock-channel-green-16.png -%%DATADIR%%/themes/Default/images/stock-channel-green-24.png -%%DATADIR%%/themes/Default/images/stock-channel-green-32.png -%%DATADIR%%/themes/Default/images/stock-channel-green-48.png -%%DATADIR%%/themes/Default/images/stock-channel-indexed-16.png -%%DATADIR%%/themes/Default/images/stock-channel-indexed-24.png -%%DATADIR%%/themes/Default/images/stock-channel-indexed-32.png -%%DATADIR%%/themes/Default/images/stock-channel-indexed-48.png -%%DATADIR%%/themes/Default/images/stock-channel-red-16.png -%%DATADIR%%/themes/Default/images/stock-channel-red-24.png -%%DATADIR%%/themes/Default/images/stock-channel-red-32.png -%%DATADIR%%/themes/Default/images/stock-channel-red-48.png -%%DATADIR%%/themes/Default/images/stock-channels-16.png -%%DATADIR%%/themes/Default/images/stock-channels-24.png -%%DATADIR%%/themes/Default/images/stock-char-picker-22.png -%%DATADIR%%/themes/Default/images/stock-close-12.png -%%DATADIR%%/themes/Default/images/stock-color-pick-from-screen-16.png -%%DATADIR%%/themes/Default/images/stock-color-picker-black-18.png -%%DATADIR%%/themes/Default/images/stock-color-picker-gray-18.png -%%DATADIR%%/themes/Default/images/stock-color-picker-white-18.png -%%DATADIR%%/themes/Default/images/stock-color-triangle-16.png -%%DATADIR%%/themes/Default/images/stock-convert-grayscale-16.png -%%DATADIR%%/themes/Default/images/stock-convert-indexed-16.png -%%DATADIR%%/themes/Default/images/stock-convert-rgb-16.png -%%DATADIR%%/themes/Default/images/stock-curve-free-16.png -%%DATADIR%%/themes/Default/images/stock-curve-smooth-16.png -%%DATADIR%%/themes/Default/images/stock-default-colors-12.png -%%DATADIR%%/themes/Default/images/stock-device-status-16.png -%%DATADIR%%/themes/Default/images/stock-device-status-24.png -%%DATADIR%%/themes/Default/images/stock-display-filter-16.png -%%DATADIR%%/themes/Default/images/stock-display-filter-24.png -%%DATADIR%%/themes/Default/images/stock-duplicate-16.png -%%DATADIR%%/themes/Default/images/stock-edit-16.png -%%DATADIR%%/themes/Default/images/stock-error-64.png -%%DATADIR%%/themes/Default/images/stock-eye-12.png -%%DATADIR%%/themes/Default/images/stock-eye-20.png -%%DATADIR%%/themes/Default/images/stock-flip-horizontal-16.png -%%DATADIR%%/themes/Default/images/stock-flip-vertical-16.png -%%DATADIR%%/themes/Default/images/stock-floating-selection-16.png -%%DATADIR%%/themes/Default/images/stock-floating-selection-24.png -%%DATADIR%%/themes/Default/images/stock-floating-selection-32.png -%%DATADIR%%/themes/Default/images/stock-floating-selection-48.png -%%DATADIR%%/themes/Default/images/stock-frame-64.png -%%DATADIR%%/themes/Default/images/stock-gradient-bilinear-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-conical-asymmetric-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-conical-symmetric-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-linear-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-radial-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-angular-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-dimpled-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-spherical-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-spiral-anticlockwise-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-spiral-clockwise-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-square-16.png -%%DATADIR%%/themes/Default/images/stock-gravity-east-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-north-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-north-east-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-north-west-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-south-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-south-east-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-south-west-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-west-24.png -%%DATADIR%%/themes/Default/images/stock-grid-16.png -%%DATADIR%%/themes/Default/images/stock-hchain-24.png -%%DATADIR%%/themes/Default/images/stock-hchain-broken-24.png -%%DATADIR%%/themes/Default/images/stock-histogram-16.png -%%DATADIR%%/themes/Default/images/stock-histogram-22.png -%%DATADIR%%/themes/Default/images/stock-histogram-linear-16.png -%%DATADIR%%/themes/Default/images/stock-histogram-logarithmic-16.png -%%DATADIR%%/themes/Default/images/stock-image-16.png -%%DATADIR%%/themes/Default/images/stock-image-24.png -%%DATADIR%%/themes/Default/images/stock-image-32.png -%%DATADIR%%/themes/Default/images/stock-image-48.png -%%DATADIR%%/themes/Default/images/stock-images-16.png -%%DATADIR%%/themes/Default/images/stock-images-24.png -%%DATADIR%%/themes/Default/images/stock-indexed-palette-16.png -%%DATADIR%%/themes/Default/images/stock-indexed-palette-24.png -%%DATADIR%%/themes/Default/images/stock-info-16.png -%%DATADIR%%/themes/Default/images/stock-info-24.png -%%DATADIR%%/themes/Default/images/stock-info-64.png -%%DATADIR%%/themes/Default/images/stock-invert-16.png -%%DATADIR%%/themes/Default/images/stock-join-bevel-16.png -%%DATADIR%%/themes/Default/images/stock-join-miter-16.png -%%DATADIR%%/themes/Default/images/stock-join-round-16.png -%%DATADIR%%/themes/Default/images/stock-landscape-16.png -%%DATADIR%%/themes/Default/images/stock-layer-16.png -%%DATADIR%%/themes/Default/images/stock-layer-24.png -%%DATADIR%%/themes/Default/images/stock-layer-32.png -%%DATADIR%%/themes/Default/images/stock-layer-48.png -%%DATADIR%%/themes/Default/images/stock-layer-mask-16.png -%%DATADIR%%/themes/Default/images/stock-layer-mask-24.png -%%DATADIR%%/themes/Default/images/stock-layer-mask-32.png -%%DATADIR%%/themes/Default/images/stock-layer-mask-48.png -%%DATADIR%%/themes/Default/images/stock-layer-to-imagesize-16.png -%%DATADIR%%/themes/Default/images/stock-layers-16.png -%%DATADIR%%/themes/Default/images/stock-layers-24.png -%%DATADIR%%/themes/Default/images/stock-letter-spacing-22.png -%%DATADIR%%/themes/Default/images/stock-line-spacing-22.png -%%DATADIR%%/themes/Default/images/stock-linked-12.png -%%DATADIR%%/themes/Default/images/stock-linked-20.png -%%DATADIR%%/themes/Default/images/stock-list-16.png -%%DATADIR%%/themes/Default/images/stock-menu-left-12.png -%%DATADIR%%/themes/Default/images/stock-menu-right-12.png -%%DATADIR%%/themes/Default/images/stock-merge-down-16.png -%%DATADIR%%/themes/Default/images/stock-move-to-screen-16.png -%%DATADIR%%/themes/Default/images/stock-move-to-screen-24.png -%%DATADIR%%/themes/Default/images/stock-navigation-16.png -%%DATADIR%%/themes/Default/images/stock-paste-as-new-16.png -%%DATADIR%%/themes/Default/images/stock-paste-into-16.png -%%DATADIR%%/themes/Default/images/stock-path-16.png -%%DATADIR%%/themes/Default/images/stock-path-22.png -%%DATADIR%%/themes/Default/images/stock-path-stroke-16.png -%%DATADIR%%/themes/Default/images/stock-paths-16.png -%%DATADIR%%/themes/Default/images/stock-paths-22.png -%%DATADIR%%/themes/Default/images/stock-plugin-16.png -%%DATADIR%%/themes/Default/images/stock-portrait-16.png -%%DATADIR%%/themes/Default/images/stock-print-resolution-16.png -%%DATADIR%%/themes/Default/images/stock-print-resolution-24.png -%%DATADIR%%/themes/Default/images/stock-qmask-off-16.png -%%DATADIR%%/themes/Default/images/stock-qmask-on-16.png -%%DATADIR%%/themes/Default/images/stock-question-64.png -%%DATADIR%%/themes/Default/images/stock-reset-16.png -%%DATADIR%%/themes/Default/images/stock-reshow-filter-16.png -%%DATADIR%%/themes/Default/images/stock-resize-16.png -%%DATADIR%%/themes/Default/images/stock-rotate-180-16.png -%%DATADIR%%/themes/Default/images/stock-rotate-270-16.png -%%DATADIR%%/themes/Default/images/stock-rotate-90-16.png -%%DATADIR%%/themes/Default/images/stock-scale-16.png -%%DATADIR%%/themes/Default/images/stock-selection-16.png -%%DATADIR%%/themes/Default/images/stock-selection-add-16.png -%%DATADIR%%/themes/Default/images/stock-selection-all-16.png -%%DATADIR%%/themes/Default/images/stock-selection-border-16.png -%%DATADIR%%/themes/Default/images/stock-selection-grow-16.png -%%DATADIR%%/themes/Default/images/stock-selection-intersect-16.png -%%DATADIR%%/themes/Default/images/stock-selection-none-16.png -%%DATADIR%%/themes/Default/images/stock-selection-replace-16.png -%%DATADIR%%/themes/Default/images/stock-selection-shrink-16.png -%%DATADIR%%/themes/Default/images/stock-selection-stroke-16.png -%%DATADIR%%/themes/Default/images/stock-selection-subtract-16.png -%%DATADIR%%/themes/Default/images/stock-selection-to-channel-16.png -%%DATADIR%%/themes/Default/images/stock-selection-to-path-16.png -%%DATADIR%%/themes/Default/images/stock-shape-circle-16.png -%%DATADIR%%/themes/Default/images/stock-shape-diamond-16.png -%%DATADIR%%/themes/Default/images/stock-shape-square-16.png -%%DATADIR%%/themes/Default/images/stock-swap-colors-12.png -%%DATADIR%%/themes/Default/images/stock-template-16.png -%%DATADIR%%/themes/Default/images/stock-template-24.png -%%DATADIR%%/themes/Default/images/stock-text-dir-ltr-24.png -%%DATADIR%%/themes/Default/images/stock-text-dir-rtl-24.png -%%DATADIR%%/themes/Default/images/stock-text-layer-16.png -%%DATADIR%%/themes/Default/images/stock-text-layer-24.png -%%DATADIR%%/themes/Default/images/stock-text-layer-32.png -%%DATADIR%%/themes/Default/images/stock-text-layer-48.png -%%DATADIR%%/themes/Default/images/stock-texture-64.png -%%DATADIR%%/themes/Default/images/stock-toilet-paper-16.png -%%DATADIR%%/themes/Default/images/stock-toilet-paper-24.png -%%DATADIR%%/themes/Default/images/stock-tool-airbrush-16.png -%%DATADIR%%/themes/Default/images/stock-tool-airbrush-22.png -%%DATADIR%%/themes/Default/images/stock-tool-blend-16.png -%%DATADIR%%/themes/Default/images/stock-tool-blend-22.png -%%DATADIR%%/themes/Default/images/stock-tool-blur-16.png -%%DATADIR%%/themes/Default/images/stock-tool-blur-22.png -%%DATADIR%%/themes/Default/images/stock-tool-brightness-contrast-16.png -%%DATADIR%%/themes/Default/images/stock-tool-brightness-contrast-22.png -%%DATADIR%%/themes/Default/images/stock-tool-bucket-fill-16.png -%%DATADIR%%/themes/Default/images/stock-tool-bucket-fill-22.png -%%DATADIR%%/themes/Default/images/stock-tool-by-color-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-by-color-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-clone-16.png -%%DATADIR%%/themes/Default/images/stock-tool-clone-22.png -%%DATADIR%%/themes/Default/images/stock-tool-color-balance-16.png -%%DATADIR%%/themes/Default/images/stock-tool-color-balance-22.png -%%DATADIR%%/themes/Default/images/stock-tool-color-picker-16.png -%%DATADIR%%/themes/Default/images/stock-tool-color-picker-22.png -%%DATADIR%%/themes/Default/images/stock-tool-colorize-16.png -%%DATADIR%%/themes/Default/images/stock-tool-colorize-22.png -%%DATADIR%%/themes/Default/images/stock-tool-crop-16.png -%%DATADIR%%/themes/Default/images/stock-tool-crop-22.png -%%DATADIR%%/themes/Default/images/stock-tool-curves-16.png -%%DATADIR%%/themes/Default/images/stock-tool-curves-22.png -%%DATADIR%%/themes/Default/images/stock-tool-dodge-16.png -%%DATADIR%%/themes/Default/images/stock-tool-dodge-22.png -%%DATADIR%%/themes/Default/images/stock-tool-ellipse-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-ellipse-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-eraser-16.png -%%DATADIR%%/themes/Default/images/stock-tool-eraser-22.png -%%DATADIR%%/themes/Default/images/stock-tool-flip-16.png -%%DATADIR%%/themes/Default/images/stock-tool-flip-22.png -%%DATADIR%%/themes/Default/images/stock-tool-free-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-free-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-fuzzy-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-fuzzy-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-hue-saturation-16.png -%%DATADIR%%/themes/Default/images/stock-tool-hue-saturation-22.png -%%DATADIR%%/themes/Default/images/stock-tool-ink-16.png -%%DATADIR%%/themes/Default/images/stock-tool-ink-22.png -%%DATADIR%%/themes/Default/images/stock-tool-iscissors-16.png -%%DATADIR%%/themes/Default/images/stock-tool-iscissors-22.png -%%DATADIR%%/themes/Default/images/stock-tool-levels-16.png -%%DATADIR%%/themes/Default/images/stock-tool-levels-22.png -%%DATADIR%%/themes/Default/images/stock-tool-measure-16.png -%%DATADIR%%/themes/Default/images/stock-tool-measure-22.png -%%DATADIR%%/themes/Default/images/stock-tool-move-16.png -%%DATADIR%%/themes/Default/images/stock-tool-move-22.png -%%DATADIR%%/themes/Default/images/stock-tool-options-16.png -%%DATADIR%%/themes/Default/images/stock-tool-options-24.png -%%DATADIR%%/themes/Default/images/stock-tool-paintbrush-16.png -%%DATADIR%%/themes/Default/images/stock-tool-paintbrush-22.png -%%DATADIR%%/themes/Default/images/stock-tool-path-16.png -%%DATADIR%%/themes/Default/images/stock-tool-path-22.png -%%DATADIR%%/themes/Default/images/stock-tool-pencil-16.png -%%DATADIR%%/themes/Default/images/stock-tool-pencil-22.png -%%DATADIR%%/themes/Default/images/stock-tool-perspective-16.png -%%DATADIR%%/themes/Default/images/stock-tool-perspective-22.png -%%DATADIR%%/themes/Default/images/stock-tool-posterize-16.png -%%DATADIR%%/themes/Default/images/stock-tool-posterize-22.png -%%DATADIR%%/themes/Default/images/stock-tool-rect-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-rect-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-rotate-16.png -%%DATADIR%%/themes/Default/images/stock-tool-rotate-22.png -%%DATADIR%%/themes/Default/images/stock-tool-scale-16.png -%%DATADIR%%/themes/Default/images/stock-tool-scale-22.png -%%DATADIR%%/themes/Default/images/stock-tool-shear-16.png -%%DATADIR%%/themes/Default/images/stock-tool-shear-22.png -%%DATADIR%%/themes/Default/images/stock-tool-smudge-16.png -%%DATADIR%%/themes/Default/images/stock-tool-smudge-22.png -%%DATADIR%%/themes/Default/images/stock-tool-text-16.png -%%DATADIR%%/themes/Default/images/stock-tool-text-22.png -%%DATADIR%%/themes/Default/images/stock-tool-threshold-16.png -%%DATADIR%%/themes/Default/images/stock-tool-threshold-22.png -%%DATADIR%%/themes/Default/images/stock-tool-zoom-16.png -%%DATADIR%%/themes/Default/images/stock-tool-zoom-22.png -%%DATADIR%%/themes/Default/images/stock-tools-16.png -%%DATADIR%%/themes/Default/images/stock-tools-24.png -%%DATADIR%%/themes/Default/images/stock-transparency-16.png -%%DATADIR%%/themes/Default/images/stock-transparency-24.png -%%DATADIR%%/themes/Default/images/stock-undo-history-16.png -%%DATADIR%%/themes/Default/images/stock-undo-history-24.png -%%DATADIR%%/themes/Default/images/stock-vchain-24.png -%%DATADIR%%/themes/Default/images/stock-vchain-broken-24.png -%%DATADIR%%/themes/Default/images/stock-video-16.png -%%DATADIR%%/themes/Default/images/stock-video-24.png -%%DATADIR%%/themes/Default/images/stock-warning-16.png -%%DATADIR%%/themes/Default/images/stock-warning-24.png -%%DATADIR%%/themes/Default/images/stock-warning-64.png -%%DATADIR%%/themes/Default/images/stock-web-16.png -%%DATADIR%%/themes/Default/images/stock-web-24.png -%%DATADIR%%/themes/Default/images/stock-wilber-16.png -%%DATADIR%%/themes/Default/images/stock-wilber-64.png -%%DATADIR%%/themes/Default/images/stock-wilber-eek-64.png -%%DATADIR%%/themes/Default/images/stock-zoom-follow-window-12.png -%%DATADIR%%/themes/Small/gtkrc -%%DATADIR%%/tips/gimp-tips.xml -share/locale/bg/LC_MESSAGES/gimp20-libgimp.mo -share/locale/bg/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/bg/LC_MESSAGES/gimp20-script-fu.mo -share/locale/bg/LC_MESSAGES/gimp20.mo -share/locale/ca/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ca/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ca/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ca/LC_MESSAGES/gimp20.mo -share/locale/cs/LC_MESSAGES/gimp20-libgimp.mo -share/locale/cs/LC_MESSAGES/gimp20-script-fu.mo -share/locale/cs/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/cs/LC_MESSAGES/gimp20.mo -share/locale/da/LC_MESSAGES/gimp20-libgimp.mo -share/locale/da/LC_MESSAGES/gimp20-script-fu.mo -share/locale/da/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/da/LC_MESSAGES/gimp20.mo -share/locale/de/LC_MESSAGES/gimp20-libgimp.mo -share/locale/de/LC_MESSAGES/gimp20-script-fu.mo -share/locale/de/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/de/LC_MESSAGES/gimp20.mo -share/locale/el/LC_MESSAGES/gimp20-libgimp.mo -share/locale/el/LC_MESSAGES/gimp20-script-fu.mo -share/locale/el/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/el/LC_MESSAGES/gimp20.mo -share/locale/en_CA/LC_MESSAGES/gimp20-libgimp.mo -share/locale/en_CA/LC_MESSAGES/gimp20-script-fu.mo -share/locale/en_CA/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/en_CA/LC_MESSAGES/gimp20.mo -share/locale/en_GB/LC_MESSAGES/gimp20-libgimp.mo -share/locale/en_GB/LC_MESSAGES/gimp20-script-fu.mo -share/locale/en_GB/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/en_GB/LC_MESSAGES/gimp20.mo -share/locale/es/LC_MESSAGES/gimp20-libgimp.mo -share/locale/es/LC_MESSAGES/gimp20-script-fu.mo -share/locale/es/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/es/LC_MESSAGES/gimp20.mo -share/locale/eu/LC_MESSAGES/gimp20-libgimp.mo -share/locale/eu/LC_MESSAGES/gimp20-script-fu.mo -share/locale/eu/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/eu/LC_MESSAGES/gimp20.mo -share/locale/fi/LC_MESSAGES/gimp20-libgimp.mo -share/locale/fi/LC_MESSAGES/gimp20-script-fu.mo -share/locale/fi/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/fi/LC_MESSAGES/gimp20.mo -share/locale/fr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/fr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/fr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/fr/LC_MESSAGES/gimp20.mo -share/locale/ga/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ga/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ga/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ga/LC_MESSAGES/gimp20.mo -share/locale/gl/LC_MESSAGES/gimp20-libgimp.mo -share/locale/gl/LC_MESSAGES/gimp20-script-fu.mo -share/locale/gl/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/gl/LC_MESSAGES/gimp20.mo -share/locale/he/LC_MESSAGES/gimp20-libgimp.mo -share/locale/he/LC_MESSAGES/gimp20-script-fu.mo -share/locale/he/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/he/LC_MESSAGES/gimp20.mo -share/locale/hr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/hr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/hr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/hr/LC_MESSAGES/gimp20.mo -share/locale/hu/LC_MESSAGES/gimp20-libgimp.mo -share/locale/hu/LC_MESSAGES/gimp20-script-fu.mo -share/locale/hu/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/hu/LC_MESSAGES/gimp20.mo -share/locale/id/LC_MESSAGES/gimp20-libgimp.mo -share/locale/id/LC_MESSAGES/gimp20-script-fu.mo -share/locale/id/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/id/LC_MESSAGES/gimp20.mo -share/locale/it/LC_MESSAGES/gimp20-libgimp.mo -share/locale/it/LC_MESSAGES/gimp20-script-fu.mo -share/locale/it/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/it/LC_MESSAGES/gimp20.mo -share/locale/ja/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ja/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ja/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ja/LC_MESSAGES/gimp20.mo -share/locale/ko/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ko/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ko/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ko/LC_MESSAGES/gimp20.mo -share/locale/lt/LC_MESSAGES/gimp20-libgimp.mo -share/locale/lt/LC_MESSAGES/gimp20-script-fu.mo -share/locale/lt/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/lt/LC_MESSAGES/gimp20.mo -share/locale/ms/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ms/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ms/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ms/LC_MESSAGES/gimp20.mo -share/locale/nb/LC_MESSAGES/gimp20-libgimp.mo -share/locale/nb/LC_MESSAGES/gimp20-script-fu.mo -share/locale/nb/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/nb/LC_MESSAGES/gimp20.mo -share/locale/nl/LC_MESSAGES/gimp20-libgimp.mo -share/locale/nl/LC_MESSAGES/gimp20-script-fu.mo -share/locale/nl/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/nl/LC_MESSAGES/gimp20.mo -share/locale/no/LC_MESSAGES/gimp20-libgimp.mo -share/locale/no/LC_MESSAGES/gimp20-script-fu.mo -share/locale/no/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/no/LC_MESSAGES/gimp20.mo -share/locale/pa/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pa/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pa/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pa/LC_MESSAGES/gimp20.mo -share/locale/pl/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pl/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pl/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pl/LC_MESSAGES/gimp20.mo -share/locale/pt/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pt/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pt/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pt/LC_MESSAGES/gimp20.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pt_BR/LC_MESSAGES/gimp20.mo -share/locale/ro/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ro/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ro/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ro/LC_MESSAGES/gimp20.mo -share/locale/ru/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ru/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ru/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ru/LC_MESSAGES/gimp20.mo -share/locale/sk/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sk/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sk/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sk/LC_MESSAGES/gimp20.mo -share/locale/sr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sr/LC_MESSAGES/gimp20.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20.mo -share/locale/sv/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sv/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sv/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sv/LC_MESSAGES/gimp20.mo -share/locale/tr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/tr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/tr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/tr/LC_MESSAGES/gimp20.mo -share/locale/uk/LC_MESSAGES/gimp20-libgimp.mo -share/locale/uk/LC_MESSAGES/gimp20-script-fu.mo -share/locale/uk/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/uk/LC_MESSAGES/gimp20.mo -share/locale/vi/LC_MESSAGES/gimp20-libgimp.mo -share/locale/vi/LC_MESSAGES/gimp20-script-fu.mo -share/locale/vi/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/vi/LC_MESSAGES/gimp20.mo -share/locale/yi/LC_MESSAGES/gimp20-libgimp.mo -share/locale/yi/LC_MESSAGES/gimp20-script-fu.mo -share/locale/yi/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/yi/LC_MESSAGES/gimp20.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-libgimp.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-script-fu.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/zh_CN/LC_MESSAGES/gimp20.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-libgimp.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-script-fu.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/zh_TW/LC_MESSAGES/gimp20.mo -@dirrm %%DATADIR%%/tips -@dirrm %%DATADIR%%/themes/Small -@dirrm %%DATADIR%%/themes/Default/images/preferences -@dirrm %%DATADIR%%/themes/Default/images -@dirrm %%DATADIR%%/themes/Default -@dirrm %%DATADIR%%/themes -@dirrm %%DATADIR%%/scripts/images -@dirrm %%DATADIR%%/scripts -@dirrm %%DATADIR%%/patterns -@dirrm %%DATADIR%%/palettes -@dirrm %%DATADIR%%/misc -@dirrm %%DATADIR%%/menus -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%%/gradients -@dirrm %%DATADIR%%/gimpressionist/Presets -@dirrm %%DATADIR%%/gimpressionist/Paper -@dirrm %%DATADIR%%/gimpressionist/Brushes -@dirrm %%DATADIR%%/gimpressionist -@dirrm %%DATADIR%%/gflare -@dirrm %%DATADIR%%/gfig -@dirrm %%DATADIR%%/fractalexplorer -@dirrm %%DATADIR%%/fonts -@dirrm %%DATADIR%%/brushes -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%%/libgimpwidgets -@dirrm %%DOCSDIR%%/libgimpthumb -@dirrm %%DOCSDIR%%/libgimpmodule -@dirrm %%DOCSDIR%%/libgimpmath -@dirrm %%DOCSDIR%%/libgimpcolor -@dirrm %%DOCSDIR%%/libgimpbase -@dirrm %%DOCSDIR%%/libgimp -@dirrm %%DOCSDIR%% -@dirrm libexec/gimp/2.2/plug-ins -%%PYTHON:%%@dirrm libexec/gimp/2.2/python -@dirrm libexec/gimp/2.2/modules -@dirrm libexec/gimp/2.2/environ -@dirrm libexec/gimp/2.2 -@dirrm libexec/gimp -@dirrm include/gimp-2.0/libgimpwidgets -@dirrm include/gimp-2.0/libgimpthumb -@dirrm include/gimp-2.0/libgimpmodule -@dirrm include/gimp-2.0/libgimpmath -@dirrm include/gimp-2.0/libgimpcolor -@dirrm include/gimp-2.0/libgimpbase -@dirrm include/gimp-2.0/libgimp -@dirrm include/gimp-2.0 -@dirrm etc/gimp/2.2 -@dirrm etc/gimp -%%GNOMEPANEL:%%@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true diff --git a/graphics/gimpshop/Makefile b/graphics/gimpshop/Makefile deleted file mode 100644 index d45284c72f80..000000000000 --- a/graphics/gimpshop/Makefile +++ /dev/null @@ -1,122 +0,0 @@ -# New ports collection makefile for: The GIMP -# Date created: Mon Nov 18 21:28:43 CST 1996 -# Whom: erich@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= gimp -PORTVERSION= 2.2.8 -PORTEPOCH= 1 -CATEGORIES= graphics gnome -MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ - http://gimp.mirrors.hoobly.com/%SUBDIR%/ \ - http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \ - ftp://ftp.fh-heilbronn.de/mirrors/ftp.gimp.org/%SUBDIR%/ \ - ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \ - http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,} -MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNU Image Manipulation Program - -LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf \ - aa.1:${PORTSDIR}/graphics/aalib \ - exif.12:${PORTSDIR}/graphics/libexif \ - mng.1:${PORTSDIR}/graphics/libmng \ - png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff - -CONFLICTS= gimp-1.* - -SHLIBVER?= 200 - -USE_REINPLACE= yes -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_XPM= yes -USE_GMAKE= yes -USE_LIBTOOL_VER=15 -USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 librsvg2 -WANT_GNOME= yes -INSTALLS_SHLIB= yes -LIBTOOLFLAGS= --disable-ltlibs --release-ignore -PLIST_SUB= SHLIBVER="${SHLIBVER}" -CONFIGURE_ARGS= --disable-perl \ - --with-html-dir=${DOCSDIR} \ - --disable-gtk-doc \ - --enable-static -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" - -GIMP_DISTFILE= ${DISTDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} - -MAN1= gimp.1 gimp-2.2.1 gimp-remote.1 gimp-remote-2.2.1 gimptool-2.0.1 -MAN5= gimprc.5 gimprc-2.2.5 - -OPTIONS= DEBUG "debugging" off \ - PYTHON "Python-Fu support" off \ - PRINT "GIMP printing" on \ - HTML_HELP_BROWSER "GIMP help browser" on \ - MP "multiple processor support" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug -.endif - -.if defined(WITH_PYTHON) -USE_PYTHON= yes -# we need to manually include this, because USE_PYTHON is defined -# after including bsd.port.pre.mk -.include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygtk2 -CONFIGURE_ARGS+= --enable-python -PLIST_SUB+= PYTHON:="" -.else -CONFIGURE_ARGS+= --disable-python -PLIST_SUB+= PYTHON:="@comment " -.endif - -.if defined(WITHOUT_PRINT) -CONFIGURE_ARGS+= --disable-print -PLIST_SUB+= PRINT="@comment " -.else -LIB_DEPENDS+= gimpprint.2:${PORTSDIR}/print/gimp-print -PLIST_SUB+= PRINT="" -.endif - -.if defined(WITH_MP) -CONFIGURE_ARGS+= --enable-mp -.endif - -.if ${HAVE_GNOME:Mgnomepanel}!="" -USE_GNOME+= gnomepanel desktopfileutils -CONFIGURE_ARGS+= --with-desktop-dir=${X11BASE}/share/gnome -CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} -PKGNAMESUFFIX:= -gnome -PLIST_SUB+= GNOMEPANEL:="" -GNOME_ENABLED= yes -.else -PLIST_SUB+= GNOMEPANEL:="@comment " -CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} -.endif - -.if defined(WITH_HTML_HELP_BROWSER) -USE_GNOME+= libgtkhtml -PLIST_SUB+= HELPBROWSER:="" -.else -PLIST_SUB+= HELPBROWSER:="@comment " -post-patch: - @${REINPLACE_CMD} -e 's|\(have_gtkhtml2=\)yes|\1no|' ${WRKSRC}/configure -.endif - -.if defined(GNOME_ENABLED) -post-install: - @-update-desktop-database -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/gimpshop/distinfo b/graphics/gimpshop/distinfo deleted file mode 100644 index a1abfccc51af..000000000000 --- a/graphics/gimpshop/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gimp-2.2.8.tar.bz2) = 0db3fca2f741d6dd51eb61dc85778b16 -SIZE (gimp-2.2.8.tar.bz2) = 14016570 diff --git a/graphics/gimpshop/files/patch-aa b/graphics/gimpshop/files/patch-aa deleted file mode 100644 index 411ac92c931b..000000000000 --- a/graphics/gimpshop/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- app/main.c.orig Sun Oct 5 09:16:02 2003 -+++ app/main.c Mon Oct 6 12:14:34 2003 -@@ -23,6 +23,7 @@ - #include <signal.h> - #include <string.h> - #include <sys/types.h> -+#include <floatingpoint.h> - - #ifdef HAVE_SYS_WAIT_H - #include <sys/wait.h> -@@ -113,6 +114,9 @@ - /* Initialize variables */ - - full_prog_name = argv[0]; -+ -+ /* Ignore floating point exceptions */ -+ fpsetmask(0); - - /* Initialize i18n support */ - diff --git a/graphics/gimpshop/files/patch-am b/graphics/gimpshop/files/patch-am deleted file mode 100644 index 45c58cbe59fe..000000000000 --- a/graphics/gimpshop/files/patch-am +++ /dev/null @@ -1,19 +0,0 @@ ---- libgimp/gimp.c.orig Fri May 12 12:37:27 2000 -+++ libgimp/gimp.c Thu May 18 16:42:21 2000 -@@ -26,6 +26,7 @@ - #include <stdlib.h> - #include <string.h> - #include <sys/types.h> -+#include <floatingpoint.h> - - #ifdef HAVE_SYS_TIME_H - #include <sys/time.h> -@@ -211,6 +212,9 @@ - } - - progname = argv[0]; -+ -+ /* Ignore floating point exceptions */ -+ fpsetmask(0); - - g_set_prgname (g_basename (progname)); diff --git a/graphics/gimpshop/files/patch-configure b/graphics/gimpshop/files/patch-configure deleted file mode 100644 index da42f67f8ca6..000000000000 --- a/graphics/gimpshop/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ ---- configure.orig Sun Mar 6 15:30:12 2005 -+++ configure Sun Mar 6 15:33:57 2005 -@@ -25925,6 +25925,7 @@ - if test "x$enable_gtktest" = "xyes" ; then - ac_save_CFLAGS="$CFLAGS" - ac_save_LIBS="$LIBS" -+ GTK_LIBS="$GIMP_THREAD_LIBS $GTK_LIBS" - CFLAGS="$CFLAGS $GTK_CFLAGS" - LIBS="$GTK_LIBS $LIBS" - rm -f conf.gtktest -@@ -33865,9 +33866,9 @@ - fi - fi; - --gimpdatadir="$datadir/$PACKAGE/2.0" --gimpplugindir="$libdir/$PACKAGE/2.0" --gimpsysconfdir="$sysconfdir/$PACKAGE/2.0" -+gimpdatadir="$datadir/$PACKAGE" -+gimpplugindir="$libexecdir/$PACKAGE/2.2" -+gimpsysconfdir="$sysconfdir/$PACKAGE/2.2" - - localedir='${prefix}/${DATADIRNAME}/locale' - diff --git a/graphics/gimpshop/files/patch-gimptool-2.0.in b/graphics/gimpshop/files/patch-gimptool-2.0.in deleted file mode 100644 index bb5c013c578e..000000000000 --- a/graphics/gimpshop/files/patch-gimptool-2.0.in +++ /dev/null @@ -1,29 +0,0 @@ - -$FreeBSD$ - ---- gimptool-2.0.in.orig Tue Jan 15 12:21:05 2002 -+++ gimptool-2.0.in Fri May 17 20:46:18 2002 -@@ -215,19 +215,19 @@ - | --uninstall-script | --uninstall-admin-script ) - case $1 in - --*install-bin) -- install_cmd="@INSTALL_PROGRAM@" -+ install_cmd="@INSTALL_SCRIPT@" - install_dir="$HOME/@gimpdir@/plug-ins" - ;; - --install-bin-strip) -- install_cmd="@INSTALL_PROGRAM@ -s" -+ install_cmd="@INSTALL_SCRIPT@ -s" - install_dir="$HOME/@gimpdir@/plug-ins" - ;; - --*install-admin-bin) -- install_cmd="@INSTALL_PROGRAM@" -+ install_cmd="@INSTALL_SCRIPT@" - install_dir="$gimpplugindir/plug-ins" - ;; - --install-admin-bin-strip) -- install_cmd="@INSTALL_PROGRAM@ -s" -+ install_cmd="@INSTALL_SCRIPT@ -s" - install_dir="$gimpplugindir/plug-ins" - ;; - --*install-script) diff --git a/graphics/gimpshop/files/patch-plug-ins_common_url.c b/graphics/gimpshop/files/patch-plug-ins_common_url.c deleted file mode 100644 index 70c31c3617f8..000000000000 --- a/graphics/gimpshop/files/patch-plug-ins_common_url.c +++ /dev/null @@ -1,13 +0,0 @@ ---- plug-ins/common/url.c.orig Mon Mar 14 05:00:40 2005 -+++ plug-ins/common/url.c Sun Apr 10 11:45:50 2005 -@@ -186,8 +186,8 @@ - putenv ("LANG=C"); - #endif - -- execlp ("wget", "wget", "-e", "server-response=off", "-T", TIMEOUT, -- filename, "-O", tmpname, NULL); -+ execlp ("fetch", "fetch", "-T", TIMEOUT, filename, "-p", "-o", -+ tmpname, NULL); - g_message ("exec() failed: wget: %s", g_strerror (errno)); - g_free (tmpname); - _exit (127); diff --git a/graphics/gimpshop/files/patch-plug-ins_print_print.c b/graphics/gimpshop/files/patch-plug-ins_print_print.c deleted file mode 100644 index 36f4bf7148cf..000000000000 --- a/graphics/gimpshop/files/patch-plug-ins_print_print.c +++ /dev/null @@ -1,11 +0,0 @@ ---- plug-ins/print/print.c.orig Tue Dec 26 07:43:54 2000 -+++ plug-ins/print/print.c Tue Dec 26 07:44:07 2000 -@@ -1417,7 +1417,7 @@ - - if (i < (sizeof(lpcs) / sizeof(lpcs[0]))) - { -- strcat(command, " status < /dev/null"); -+ strcat(command, " status all < /dev/null"); - type = PRINTERS_LPC; - } - else diff --git a/graphics/gimpshop/pkg-descr b/graphics/gimpshop/pkg-descr deleted file mode 100644 index 4d7f49925c17..000000000000 --- a/graphics/gimpshop/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -The GIMP is designed to provide an intuitive graphical interface to a -variety of image editing operations. Here is a list of the GIMP's -major features: - - Image editing - ------------- - - * Selection tools including rectangle, ellipse, free, fuzzy, bezier - and intelligent. - * Transformation tools including rotate, scale, shear and flip. - * Painting tools including bucket, brush, airbrush, clone, convolve, - blend and text. - * Effects filters (such as blur, edge detect). - * Channel & color operations (such as add, composite, decompose). - * Plug-ins which allow for the easy addition of new file formats and - new effect filters. - * Multiple undo/redo. - -WWW: http://www.gimp.org/ diff --git a/graphics/gimpshop/pkg-plist b/graphics/gimpshop/pkg-plist deleted file mode 100644 index 52e62a10b60f..000000000000 --- a/graphics/gimpshop/pkg-plist +++ /dev/null @@ -1,1904 +0,0 @@ -bin/gimp -bin/gimp-2.2 -bin/gimp-remote -bin/gimp-remote-2.2 -bin/gimptool-2.0 -etc/gimp/2.2/controllerrc -etc/gimp/2.2/gimprc -etc/gimp/2.2/gtkrc -etc/gimp/2.2/ps-menurc -etc/gimp/2.2/sessionrc -etc/gimp/2.2/templaterc -etc/gimp/2.2/unitrc -include/gimp-2.0/libgimp/gimp.h -include/gimp-2.0/libgimp/gimp_pdb.h -include/gimp-2.0/libgimp/gimpaspectpreview.h -include/gimp-2.0/libgimp/gimpbrush_pdb.h -include/gimp-2.0/libgimp/gimpbrushes.h -include/gimp-2.0/libgimp/gimpbrushes_pdb.h -include/gimp-2.0/libgimp/gimpbrushmenu.h -include/gimp-2.0/libgimp/gimpbrushselect.h -include/gimp-2.0/libgimp/gimpbrushselect_pdb.h -include/gimp-2.0/libgimp/gimpchannel.h -include/gimp-2.0/libgimp/gimpchannel_pdb.h -include/gimp-2.0/libgimp/gimpcolor_pdb.h -include/gimp-2.0/libgimp/gimpcompat.h -include/gimp-2.0/libgimp/gimpcontext_pdb.h -include/gimp-2.0/libgimp/gimpconvert_pdb.h -include/gimp-2.0/libgimp/gimpdisplay_pdb.h -include/gimp-2.0/libgimp/gimpdrawable.h -include/gimp-2.0/libgimp/gimpdrawable_pdb.h -include/gimp-2.0/libgimp/gimpdrawablecombobox.h -include/gimp-2.0/libgimp/gimpdrawablepreview.h -include/gimp-2.0/libgimp/gimpdrawabletransform_pdb.h -include/gimp-2.0/libgimp/gimpedit_pdb.h -include/gimp-2.0/libgimp/gimpenums.h -include/gimp-2.0/libgimp/gimpexport.h -include/gimp-2.0/libgimp/gimpfileops_pdb.h -include/gimp-2.0/libgimp/gimpfloatingsel_pdb.h -include/gimp-2.0/libgimp/gimpfontmenu.h -include/gimp-2.0/libgimp/gimpfonts_pdb.h -include/gimp-2.0/libgimp/gimpfontselect.h -include/gimp-2.0/libgimp/gimpfontselect_pdb.h -include/gimp-2.0/libgimp/gimpgimprc_pdb.h -include/gimp-2.0/libgimp/gimpgradient_pdb.h -include/gimp-2.0/libgimp/gimpgradientmenu.h -include/gimp-2.0/libgimp/gimpgradients.h -include/gimp-2.0/libgimp/gimpgradients_pdb.h -include/gimp-2.0/libgimp/gimpgradientselect.h -include/gimp-2.0/libgimp/gimpgradientselect_pdb.h -include/gimp-2.0/libgimp/gimpguides_pdb.h -include/gimp-2.0/libgimp/gimphelp_pdb.h -include/gimp-2.0/libgimp/gimpimage.h -include/gimp-2.0/libgimp/gimpimage_pdb.h -include/gimp-2.0/libgimp/gimpimagecombobox.h -include/gimp-2.0/libgimp/gimplayer.h -include/gimp-2.0/libgimp/gimplayer_pdb.h -include/gimp-2.0/libgimp/gimpmenu.h -include/gimp-2.0/libgimp/gimpmessage_pdb.h -include/gimp-2.0/libgimp/gimpmisc_pdb.h -include/gimp-2.0/libgimp/gimppainttools_pdb.h -include/gimp-2.0/libgimp/gimppalette.h -include/gimp-2.0/libgimp/gimppalette_pdb.h -include/gimp-2.0/libgimp/gimppalettemenu.h -include/gimp-2.0/libgimp/gimppalettes.h -include/gimp-2.0/libgimp/gimppalettes_pdb.h -include/gimp-2.0/libgimp/gimppaletteselect.h -include/gimp-2.0/libgimp/gimppaletteselect_pdb.h -include/gimp-2.0/libgimp/gimpparasite_pdb.h -include/gimp-2.0/libgimp/gimppaths_pdb.h -include/gimp-2.0/libgimp/gimppattern_pdb.h -include/gimp-2.0/libgimp/gimppatternmenu.h -include/gimp-2.0/libgimp/gimppatterns.h -include/gimp-2.0/libgimp/gimppatterns_pdb.h -include/gimp-2.0/libgimp/gimppatternselect.h -include/gimp-2.0/libgimp/gimppatternselect_pdb.h -include/gimp-2.0/libgimp/gimppixbuf.h -include/gimp-2.0/libgimp/gimppixelfetcher.h -include/gimp-2.0/libgimp/gimppixelrgn.h -include/gimp-2.0/libgimp/gimpplugin.h -include/gimp-2.0/libgimp/gimpplugin_pdb.h -include/gimp-2.0/libgimp/gimpproceduraldb.h -include/gimp-2.0/libgimp/gimpproceduraldb_pdb.h -include/gimp-2.0/libgimp/gimpprogress.h -include/gimp-2.0/libgimp/gimpprogress_pdb.h -include/gimp-2.0/libgimp/gimpprogressbar.h -include/gimp-2.0/libgimp/gimpregioniterator.h -include/gimp-2.0/libgimp/gimpselection.h -include/gimp-2.0/libgimp/gimpselection_pdb.h -include/gimp-2.0/libgimp/gimpselectiontools_pdb.h -include/gimp-2.0/libgimp/gimptexttool_pdb.h -include/gimp-2.0/libgimp/gimptile.h -include/gimp-2.0/libgimp/gimptransformtools_pdb.h -include/gimp-2.0/libgimp/gimptypes.h -include/gimp-2.0/libgimp/gimpui.h -include/gimp-2.0/libgimp/gimpuitypes.h -include/gimp-2.0/libgimp/gimpundo_pdb.h -include/gimp-2.0/libgimp/gimpunit_pdb.h -include/gimp-2.0/libgimpbase/gimpbase.h -include/gimp-2.0/libgimpbase/gimpbaseenums.h -include/gimp-2.0/libgimpbase/gimpbasetypes.h -include/gimp-2.0/libgimpbase/gimpchecks.h -include/gimp-2.0/libgimpbase/gimpdatafiles.h -include/gimp-2.0/libgimpbase/gimpenv.h -include/gimp-2.0/libgimpbase/gimplimits.h -include/gimp-2.0/libgimpbase/gimpmemsize.h -include/gimp-2.0/libgimpbase/gimpparasite.h -include/gimp-2.0/libgimpbase/gimpparasiteio.h -include/gimp-2.0/libgimpbase/gimpsignal.h -include/gimp-2.0/libgimpbase/gimpunit.h -include/gimp-2.0/libgimpbase/gimputils.h -include/gimp-2.0/libgimpbase/gimpversion.h -include/gimp-2.0/libgimpcolor/gimpadaptivesupersample.h -include/gimp-2.0/libgimpcolor/gimpbilinear.h -include/gimp-2.0/libgimpcolor/gimpcmyk.h -include/gimp-2.0/libgimpcolor/gimpcolor.h -include/gimp-2.0/libgimpcolor/gimpcolorspace.h -include/gimp-2.0/libgimpcolor/gimpcolortypes.h -include/gimp-2.0/libgimpcolor/gimphsv.h -include/gimp-2.0/libgimpcolor/gimprgb.h -include/gimp-2.0/libgimpmath/gimpmath.h -include/gimp-2.0/libgimpmath/gimpmathtypes.h -include/gimp-2.0/libgimpmath/gimpmatrix.h -include/gimp-2.0/libgimpmath/gimpmd5.h -include/gimp-2.0/libgimpmath/gimpvector.h -include/gimp-2.0/libgimpmodule/gimpmodule.h -include/gimp-2.0/libgimpmodule/gimpmoduledb.h -include/gimp-2.0/libgimpmodule/gimpmoduletypes.h -include/gimp-2.0/libgimpthumb/gimpthumb-enums.h -include/gimp-2.0/libgimpthumb/gimpthumb-error.h -include/gimp-2.0/libgimpthumb/gimpthumb-types.h -include/gimp-2.0/libgimpthumb/gimpthumb-utils.h -include/gimp-2.0/libgimpthumb/gimpthumb.h -include/gimp-2.0/libgimpthumb/gimpthumbnail.h -include/gimp-2.0/libgimpwidgets/gimpbutton.h -include/gimp-2.0/libgimpwidgets/gimpcellrenderercolor.h -include/gimp-2.0/libgimpwidgets/gimpcellrenderertoggle.h -include/gimp-2.0/libgimpwidgets/gimpchainbutton.h -include/gimp-2.0/libgimpwidgets/gimpcolorarea.h -include/gimp-2.0/libgimpwidgets/gimpcolorbutton.h -include/gimp-2.0/libgimpwidgets/gimpcolordisplay.h -include/gimp-2.0/libgimpwidgets/gimpcolordisplaystack.h -include/gimp-2.0/libgimpwidgets/gimpcolorhexentry.h -include/gimp-2.0/libgimpwidgets/gimpcolornotebook.h -include/gimp-2.0/libgimpwidgets/gimpcolorscale.h -include/gimp-2.0/libgimpwidgets/gimpcolorscales.h -include/gimp-2.0/libgimpwidgets/gimpcolorselect.h -include/gimp-2.0/libgimpwidgets/gimpcolorselection.h -include/gimp-2.0/libgimpwidgets/gimpcolorselector.h -include/gimp-2.0/libgimpwidgets/gimpcontroller.h -include/gimp-2.0/libgimpwidgets/gimpdialog.h -include/gimp-2.0/libgimpwidgets/gimpfileentry.h -include/gimp-2.0/libgimpwidgets/gimpframe.h -include/gimp-2.0/libgimpwidgets/gimphelpui.h -include/gimp-2.0/libgimpwidgets/gimpintcombobox.h -include/gimp-2.0/libgimpwidgets/gimpintstore.h -include/gimp-2.0/libgimpwidgets/gimpmemsizeentry.h -include/gimp-2.0/libgimpwidgets/gimpoffsetarea.h -include/gimp-2.0/libgimpwidgets/gimpoldwidgets.h -include/gimp-2.0/libgimpwidgets/gimppatheditor.h -include/gimp-2.0/libgimpwidgets/gimppickbutton.h -include/gimp-2.0/libgimpwidgets/gimppixmap.h -include/gimp-2.0/libgimpwidgets/gimppreview.h -include/gimp-2.0/libgimpwidgets/gimppreviewarea.h -include/gimp-2.0/libgimpwidgets/gimpquerybox.h -include/gimp-2.0/libgimpwidgets/gimpscrolledpreview.h -include/gimp-2.0/libgimpwidgets/gimpsizeentry.h -include/gimp-2.0/libgimpwidgets/gimpstock.h -include/gimp-2.0/libgimpwidgets/gimpunitmenu.h -include/gimp-2.0/libgimpwidgets/gimpwidgets.h -include/gimp-2.0/libgimpwidgets/gimpwidgetstypes.h -libexec/gimp/2.2/environ/default.env -%%PYTHON:%%libexec/gimp/2.2/environ/pygimp.env -%%PYTHON:%%libexec/gimp/2.2/python/pygimp-logo.png -libexec/gimp/2.2/modules/libcdisplay_colorblind.so -libexec/gimp/2.2/modules/libcdisplay_gamma.so -libexec/gimp/2.2/modules/libcdisplay_highcontrast.so -libexec/gimp/2.2/modules/libcdisplay_proof.so -libexec/gimp/2.2/modules/libcolorsel_cmyk.so -libexec/gimp/2.2/modules/libcolorsel_triangle.so -libexec/gimp/2.2/modules/libcolorsel_water.so -libexec/gimp/2.2/modules/libcontroller_midi.so -libexec/gimp/2.2/plug-ins/AlienMap2 -libexec/gimp/2.2/plug-ins/CEL -libexec/gimp/2.2/plug-ins/CML_explorer -libexec/gimp/2.2/plug-ins/FractalExplorer -libexec/gimp/2.2/plug-ins/Lighting -libexec/gimp/2.2/plug-ins/MapObject -libexec/gimp/2.2/plug-ins/aa -libexec/gimp/2.2/plug-ins/align_layers -libexec/gimp/2.2/plug-ins/animationplay -libexec/gimp/2.2/plug-ins/animoptimize -libexec/gimp/2.2/plug-ins/apply_lens -libexec/gimp/2.2/plug-ins/autocrop -libexec/gimp/2.2/plug-ins/autostretch_hsv -libexec/gimp/2.2/plug-ins/blinds -libexec/gimp/2.2/plug-ins/blur -libexec/gimp/2.2/plug-ins/bmp -libexec/gimp/2.2/plug-ins/borderaverage -libexec/gimp/2.2/plug-ins/bumpmap -libexec/gimp/2.2/plug-ins/c_astretch -libexec/gimp/2.2/plug-ins/cartoon -libexec/gimp/2.2/plug-ins/ccanalyze -libexec/gimp/2.2/plug-ins/channel_mixer -libexec/gimp/2.2/plug-ins/checkerboard -%%PYTHON:%%libexec/gimp/2.2/plug-ins/clothify.py -libexec/gimp/2.2/plug-ins/color_enhance -libexec/gimp/2.2/plug-ins/colorify -%%PYTHON:%%libexec/gimp/2.2/plug-ins/colorxhtml.py -libexec/gimp/2.2/plug-ins/colortoalpha -libexec/gimp/2.2/plug-ins/compose -libexec/gimp/2.2/plug-ins/compressor -libexec/gimp/2.2/plug-ins/convmatrix -libexec/gimp/2.2/plug-ins/csource -libexec/gimp/2.2/plug-ins/cubism -libexec/gimp/2.2/plug-ins/curve_bend -libexec/gimp/2.2/plug-ins/decompose -libexec/gimp/2.2/plug-ins/deinterlace -libexec/gimp/2.2/plug-ins/depthmerge -libexec/gimp/2.2/plug-ins/despeckle -libexec/gimp/2.2/plug-ins/destripe -libexec/gimp/2.2/plug-ins/dicom -libexec/gimp/2.2/plug-ins/diffraction -libexec/gimp/2.2/plug-ins/displace -libexec/gimp/2.2/plug-ins/dog -libexec/gimp/2.2/plug-ins/edge -libexec/gimp/2.2/plug-ins/emboss -libexec/gimp/2.2/plug-ins/engrave -libexec/gimp/2.2/plug-ins/exchange -libexec/gimp/2.2/plug-ins/faxg3 -libexec/gimp/2.2/plug-ins/film -libexec/gimp/2.2/plug-ins/fits -libexec/gimp/2.2/plug-ins/flame -libexec/gimp/2.2/plug-ins/flarefx -%%PYTHON:%%libexec/gimp/2.2/plug-ins/foggify.py -libexec/gimp/2.2/plug-ins/fp -libexec/gimp/2.2/plug-ins/fractaltrace -libexec/gimp/2.2/plug-ins/gauss -libexec/gimp/2.2/plug-ins/gbr -libexec/gimp/2.2/plug-ins/gee -libexec/gimp/2.2/plug-ins/gee_zoom -libexec/gimp/2.2/plug-ins/gfig -libexec/gimp/2.2/plug-ins/gflare -libexec/gimp/2.2/plug-ins/gfli -libexec/gimp/2.2/plug-ins/gif -libexec/gimp/2.2/plug-ins/gifload -libexec/gimp/2.2/plug-ins/gih -%%PYTHON:%%libexec/gimp/2.2/plug-ins/gimpcons.py -libexec/gimp/2.2/plug-ins/gimpressionist -libexec/gimp/2.2/plug-ins/glasstile -libexec/gimp/2.2/plug-ins/glob -libexec/gimp/2.2/plug-ins/gqbist -libexec/gimp/2.2/plug-ins/gradmap -libexec/gimp/2.2/plug-ins/grid -%%PYTHON:%%libexec/gimp/2.2/plug-ins/gtkcons.py -libexec/gimp/2.2/plug-ins/gtm -libexec/gimp/2.2/plug-ins/guillotine -libexec/gimp/2.2/plug-ins/header -libexec/gimp/2.2/plug-ins/help -%%HELPBROWSER:%%libexec/gimp/2.2/plug-ins/helpbrowser -libexec/gimp/2.2/plug-ins/hot -libexec/gimp/2.2/plug-ins/ifscompose -libexec/gimp/2.2/plug-ins/illusion -libexec/gimp/2.2/plug-ins/imagemap -libexec/gimp/2.2/plug-ins/iwarp -libexec/gimp/2.2/plug-ins/jigsaw -libexec/gimp/2.2/plug-ins/jpeg -libexec/gimp/2.2/plug-ins/laplace -libexec/gimp/2.2/plug-ins/lic -libexec/gimp/2.2/plug-ins/mail -libexec/gimp/2.2/plug-ins/mapcolor -libexec/gimp/2.2/plug-ins/max_rgb -libexec/gimp/2.2/plug-ins/maze -libexec/gimp/2.2/plug-ins/mblur -libexec/gimp/2.2/plug-ins/mng -libexec/gimp/2.2/plug-ins/mosaic -libexec/gimp/2.2/plug-ins/neon -libexec/gimp/2.2/plug-ins/newsprint -libexec/gimp/2.2/plug-ins/nlfilt -libexec/gimp/2.2/plug-ins/noisify -libexec/gimp/2.2/plug-ins/normalize -libexec/gimp/2.2/plug-ins/nova -libexec/gimp/2.2/plug-ins/oilify -libexec/gimp/2.2/plug-ins/pagecurl -libexec/gimp/2.2/plug-ins/papertile -libexec/gimp/2.2/plug-ins/pat -libexec/gimp/2.2/plug-ins/pcx -%%PYTHON:%%libexec/gimp/2.2/plug-ins/pdbbrowse.py -libexec/gimp/2.2/plug-ins/photocopy -libexec/gimp/2.2/plug-ins/pix -libexec/gimp/2.2/plug-ins/pixelize -libexec/gimp/2.2/plug-ins/plasma -libexec/gimp/2.2/plug-ins/plugin-browser -libexec/gimp/2.2/plug-ins/png -libexec/gimp/2.2/plug-ins/pnm -libexec/gimp/2.2/plug-ins/polar -libexec/gimp/2.2/plug-ins/postscript -%%PRINT%%libexec/gimp/2.2/plug-ins/print -libexec/gimp/2.2/plug-ins/procedure-browser -libexec/gimp/2.2/plug-ins/psd -libexec/gimp/2.2/plug-ins/psd_save -libexec/gimp/2.2/plug-ins/psp -%%PYTHON:%%libexec/gimp/2.2/plug-ins/py-slice.py -libexec/gimp/2.2/plug-ins/randomize -libexec/gimp/2.2/plug-ins/raw -libexec/gimp/2.2/plug-ins/rcm -libexec/gimp/2.2/plug-ins/retinex -libexec/gimp/2.2/plug-ins/ripple -libexec/gimp/2.2/plug-ins/rotate -libexec/gimp/2.2/plug-ins/sample_colorize -libexec/gimp/2.2/plug-ins/scatter_hsv -libexec/gimp/2.2/plug-ins/screenshot -libexec/gimp/2.2/plug-ins/script-fu -%%PYTHON:%%libexec/gimp/2.2/plug-ins/shadow_bevel.py -libexec/gimp/2.2/plug-ins/sel2path -libexec/gimp/2.2/plug-ins/sel_gauss -libexec/gimp/2.2/plug-ins/semiflatten -libexec/gimp/2.2/plug-ins/sgi -libexec/gimp/2.2/plug-ins/sharpen -libexec/gimp/2.2/plug-ins/shift -libexec/gimp/2.2/plug-ins/sinus -libexec/gimp/2.2/plug-ins/smooth_palette -libexec/gimp/2.2/plug-ins/snoise -libexec/gimp/2.2/plug-ins/sobel -libexec/gimp/2.2/plug-ins/softglow -libexec/gimp/2.2/plug-ins/sparkle -libexec/gimp/2.2/plug-ins/spheredesigner -libexec/gimp/2.2/plug-ins/spread -libexec/gimp/2.2/plug-ins/struc -libexec/gimp/2.2/plug-ins/sunras -libexec/gimp/2.2/plug-ins/svg -libexec/gimp/2.2/plug-ins/tga -libexec/gimp/2.2/plug-ins/threshold_alpha -libexec/gimp/2.2/plug-ins/tiff -libexec/gimp/2.2/plug-ins/tile -libexec/gimp/2.2/plug-ins/tileit -libexec/gimp/2.2/plug-ins/tiler -libexec/gimp/2.2/plug-ins/uniteditor -libexec/gimp/2.2/plug-ins/unsharp -libexec/gimp/2.2/plug-ins/url -libexec/gimp/2.2/plug-ins/video -libexec/gimp/2.2/plug-ins/vinvert -libexec/gimp/2.2/plug-ins/vpropagate -libexec/gimp/2.2/plug-ins/warp -libexec/gimp/2.2/plug-ins/waves -libexec/gimp/2.2/plug-ins/webbrowser -%%PYTHON:%%libexec/gimp/2.2/plug-ins/whirlpinch.py -libexec/gimp/2.2/plug-ins/whirlpinch -libexec/gimp/2.2/plug-ins/wind -libexec/gimp/2.2/plug-ins/winicon -libexec/gimp/2.2/plug-ins/wmf -libexec/gimp/2.2/plug-ins/xbm -libexec/gimp/2.2/plug-ins/xjt -libexec/gimp/2.2/plug-ins/xpm -libexec/gimp/2.2/plug-ins/xwd -libexec/gimp/2.2/plug-ins/zealouscrop -%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpmodule.so -%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpprocbrowsermodule.so -%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.pyo -%%PYTHON:%%libexec/gimp/2.2/python/gimpui.py -%%PYTHON:%%libexec/gimp/2.2/python/gimpui.pyc -%%PYTHON:%%libexec/gimp/2.2/python/gimpui.pyo -lib/libgimp-2.0.a -lib/libgimp-2.0.so -lib/libgimp-2.0.so.%%SHLIBVER%% -lib/libgimpbase-2.0.a -lib/libgimpbase-2.0.so -lib/libgimpbase-2.0.so.%%SHLIBVER%% -lib/libgimpcolor-2.0.a -lib/libgimpcolor-2.0.so -lib/libgimpcolor-2.0.so.%%SHLIBVER%% -lib/libgimpmath-2.0.a -lib/libgimpmath-2.0.so -lib/libgimpmath-2.0.so.%%SHLIBVER%% -lib/libgimpmodule-2.0.a -lib/libgimpmodule-2.0.so -lib/libgimpmodule-2.0.so.%%SHLIBVER%% -lib/libgimpthumb-2.0.a -lib/libgimpthumb-2.0.so -lib/libgimpthumb-2.0.so.%%SHLIBVER%% -lib/libgimpui-2.0.a -lib/libgimpui-2.0.so -lib/libgimpui-2.0.so.%%SHLIBVER%% -lib/libgimpwidgets-2.0.a -lib/libgimpwidgets-2.0.so -lib/libgimpwidgets-2.0.so.%%SHLIBVER%% -libdata/pkgconfig/gimp-2.0.pc -libdata/pkgconfig/gimpthumb-2.0.pc -libdata/pkgconfig/gimpui-2.0.pc -share/aclocal/gimp-2.0.m4 -%%DOCSDIR%%/libgimp/GimpAspectPreview.html -%%DOCSDIR%%/libgimp/GimpDrawablePreview.html -%%DOCSDIR%%/libgimp/GimpProgressBar.html -%%DOCSDIR%%/libgimp/gimpdefinitions.html -%%DOCSDIR%%/libgimp/home.png -%%DOCSDIR%%/libgimp/index.html -%%DOCSDIR%%/libgimp/index.sgml -%%DOCSDIR%%/libgimp/left.png -%%DOCSDIR%%/libgimp/libgimp-data.html -%%DOCSDIR%%/libgimp/libgimp-general.html -%%DOCSDIR%%/libgimp/libgimp-gimp.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrush.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrushes.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrushmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpbrushselect.html -%%DOCSDIR%%/libgimp/libgimp-gimpchannel.html -%%DOCSDIR%%/libgimp/libgimp-gimpcolor.html -%%DOCSDIR%%/libgimp/libgimp-gimpcontext.html -%%DOCSDIR%%/libgimp/libgimp-gimpconvert.html -%%DOCSDIR%%/libgimp/libgimp-gimpdisplay.html -%%DOCSDIR%%/libgimp/libgimp-gimpdrawable.html -%%DOCSDIR%%/libgimp/libgimp-gimpdrawablecombobox.html -%%DOCSDIR%%/libgimp/libgimp-gimpdrawabletransform.html -%%DOCSDIR%%/libgimp/libgimp-gimpedit.html -%%DOCSDIR%%/libgimp/libgimp-gimpenums.html -%%DOCSDIR%%/libgimp/libgimp-gimpexport.html -%%DOCSDIR%%/libgimp/libgimp-gimpfileops.html -%%DOCSDIR%%/libgimp/libgimp-gimpfloatingsel.html -%%DOCSDIR%%/libgimp/libgimp-gimpfontmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpfonts.html -%%DOCSDIR%%/libgimp/libgimp-gimpfontselect.html -%%DOCSDIR%%/libgimp/libgimp-gimpgimprc.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradient.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradientmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradients.html -%%DOCSDIR%%/libgimp/libgimp-gimpgradientselect.html -%%DOCSDIR%%/libgimp/libgimp-gimpguides.html -%%DOCSDIR%%/libgimp/libgimp-gimphelp.html -%%DOCSDIR%%/libgimp/libgimp-gimpimage.html -%%DOCSDIR%%/libgimp/libgimp-gimpimagecombobox.html -%%DOCSDIR%%/libgimp/libgimp-gimplayer.html -%%DOCSDIR%%/libgimp/libgimp-gimpmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimpmessage.html -%%DOCSDIR%%/libgimp/libgimp-gimppalette.html -%%DOCSDIR%%/libgimp/libgimp-gimppalettemenu.html -%%DOCSDIR%%/libgimp/libgimp-gimppalettes.html -%%DOCSDIR%%/libgimp/libgimp-gimppaletteselect.html -%%DOCSDIR%%/libgimp/libgimp-gimppaths.html -%%DOCSDIR%%/libgimp/libgimp-gimppattern.html -%%DOCSDIR%%/libgimp/libgimp-gimppatternmenu.html -%%DOCSDIR%%/libgimp/libgimp-gimppatterns.html -%%DOCSDIR%%/libgimp/libgimp-gimppatternselect.html -%%DOCSDIR%%/libgimp/libgimp-gimppixbuf.html -%%DOCSDIR%%/libgimp/libgimp-gimppixelfetcher.html -%%DOCSDIR%%/libgimp/libgimp-gimppixelrgn.html -%%DOCSDIR%%/libgimp/libgimp-gimpplugin.html -%%DOCSDIR%%/libgimp/libgimp-gimpproceduraldb.html -%%DOCSDIR%%/libgimp/libgimp-gimpprogress.html -%%DOCSDIR%%/libgimp/libgimp-gimpregioniterator.html -%%DOCSDIR%%/libgimp/libgimp-gimpselection.html -%%DOCSDIR%%/libgimp/libgimp-gimptexttool.html -%%DOCSDIR%%/libgimp/libgimp-gimptile.html -%%DOCSDIR%%/libgimp/libgimp-gimptools.html -%%DOCSDIR%%/libgimp/libgimp-gimpui.html -%%DOCSDIR%%/libgimp/libgimp-gimpundo.html -%%DOCSDIR%%/libgimp/libgimp-image.html -%%DOCSDIR%%/libgimp/libgimp-selectors.html -%%DOCSDIR%%/libgimp/libgimp.devhelp -%%DOCSDIR%%/libgimp/libgimp.html -%%DOCSDIR%%/libgimp/libgimpui-hierarchy.html -%%DOCSDIR%%/libgimp/libgimpui.html -%%DOCSDIR%%/libgimp/right.png -%%DOCSDIR%%/libgimp/style.css -%%DOCSDIR%%/libgimp/up.png -%%DOCSDIR%%/libgimpbase/home.png -%%DOCSDIR%%/libgimpbase/index.html -%%DOCSDIR%%/libgimpbase/index.sgml -%%DOCSDIR%%/libgimpbase/left.png -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpbaseenums.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpbasetypes.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpchecks.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpdatafiles.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpenv.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimplimits.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpmemsize.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpparasite.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpparasiteio.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpprotocol.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpsignal.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpunit.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimputils.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpversion.html -%%DOCSDIR%%/libgimpbase/libgimpbase-gimpwire.html -%%DOCSDIR%%/libgimpbase/libgimpbase.devhelp -%%DOCSDIR%%/libgimpbase/libgimpbase.html -%%DOCSDIR%%/libgimpbase/right.png -%%DOCSDIR%%/libgimpbase/style.css -%%DOCSDIR%%/libgimpbase/up.png -%%DOCSDIR%%/libgimpcolor/home.png -%%DOCSDIR%%/libgimpcolor/index.html -%%DOCSDIR%%/libgimpcolor/index.sgml -%%DOCSDIR%%/libgimpcolor/left.png -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpAdaptiveSupersample.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpBilinear.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpCMYK.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpColorSpace.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpHSV.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpRGB.html -%%DOCSDIR%%/libgimpcolor/libgimpcolor.devhelp -%%DOCSDIR%%/libgimpcolor/libgimpcolor.html -%%DOCSDIR%%/libgimpcolor/right.png -%%DOCSDIR%%/libgimpcolor/up.png -%%DOCSDIR%%/libgimpmath/home.png -%%DOCSDIR%%/libgimpmath/index.html -%%DOCSDIR%%/libgimpmath/index.sgml -%%DOCSDIR%%/libgimpmath/left.png -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMD5.html -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMath.html -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMatrix.html -%%DOCSDIR%%/libgimpmath/libgimpmath-GimpVector.html -%%DOCSDIR%%/libgimpmath/libgimpmath.devhelp -%%DOCSDIR%%/libgimpmath/libgimpmath.html -%%DOCSDIR%%/libgimpmath/right.png -%%DOCSDIR%%/libgimpmath/up.png -%%DOCSDIR%%/libgimpmodule/GimpModule.html -%%DOCSDIR%%/libgimpmodule/GimpModuleDB.html -%%DOCSDIR%%/libgimpmodule/home.png -%%DOCSDIR%%/libgimpmodule/index.html -%%DOCSDIR%%/libgimpmodule/index.sgml -%%DOCSDIR%%/libgimpmodule/left.png -%%DOCSDIR%%/libgimpmodule/libgimpmodule.devhelp -%%DOCSDIR%%/libgimpmodule/libgimpmodule.html -%%DOCSDIR%%/libgimpmodule/right.png -%%DOCSDIR%%/libgimpmodule/up.png -%%DOCSDIR%%/libgimpthumb/GimpThumbnail.html -%%DOCSDIR%%/libgimpthumb/home.png -%%DOCSDIR%%/libgimpthumb/index.html -%%DOCSDIR%%/libgimpthumb/index.sgml -%%DOCSDIR%%/libgimpthumb/left.png -%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-enums.html -%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-error.html -%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-utils.html -%%DOCSDIR%%/libgimpthumb/libgimpthumb.devhelp -%%DOCSDIR%%/libgimpthumb/libgimpthumb.html -%%DOCSDIR%%/libgimpthumb/right.png -%%DOCSDIR%%/libgimpthumb/style.css -%%DOCSDIR%%/libgimpthumb/up.png -%%DOCSDIR%%/libgimpwidgets/GimpButton.html -%%DOCSDIR%%/libgimpwidgets/GimpCellRendererColor.html -%%DOCSDIR%%/libgimpwidgets/GimpCellRendererToggle.html -%%DOCSDIR%%/libgimpwidgets/GimpChainButton.html -%%DOCSDIR%%/libgimpwidgets/GimpColorArea.html -%%DOCSDIR%%/libgimpwidgets/GimpColorButton.html -%%DOCSDIR%%/libgimpwidgets/GimpColorDisplay.html -%%DOCSDIR%%/libgimpwidgets/GimpColorDisplayStack.html -%%DOCSDIR%%/libgimpwidgets/GimpColorHexEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpColorNotebook.html -%%DOCSDIR%%/libgimpwidgets/GimpColorScale.html -%%DOCSDIR%%/libgimpwidgets/GimpColorScales.html -%%DOCSDIR%%/libgimpwidgets/GimpColorSelect.html -%%DOCSDIR%%/libgimpwidgets/GimpColorSelection.html -%%DOCSDIR%%/libgimpwidgets/GimpColorSelector.html -%%DOCSDIR%%/libgimpwidgets/GimpController.html -%%DOCSDIR%%/libgimpwidgets/GimpDialog.html -%%DOCSDIR%%/libgimpwidgets/GimpFileEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpFrame.html -%%DOCSDIR%%/libgimpwidgets/GimpIntComboBox.html -%%DOCSDIR%%/libgimpwidgets/GimpIntStore.html -%%DOCSDIR%%/libgimpwidgets/GimpMemsizeEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpOffsetArea.html -%%DOCSDIR%%/libgimpwidgets/GimpPathEditor.html -%%DOCSDIR%%/libgimpwidgets/GimpPickButton.html -%%DOCSDIR%%/libgimpwidgets/GimpPixmap.html -%%DOCSDIR%%/libgimpwidgets/GimpPreview.html -%%DOCSDIR%%/libgimpwidgets/GimpPreviewArea.html -%%DOCSDIR%%/libgimpwidgets/GimpSizeEntry.html -%%DOCSDIR%%/libgimpwidgets/GimpUnitMenu.html -%%DOCSDIR%%/libgimpwidgets/home.png -%%DOCSDIR%%/libgimpwidgets/index.html -%%DOCSDIR%%/libgimpwidgets/index.sgml -%%DOCSDIR%%/libgimpwidgets/left.png -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpHelpUI.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpQueryBox.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpScrolledPreview.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpStock.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpWidgets.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-cell-renderers.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-colordisplay.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-colorselector.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-controller.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-deprecated.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-gimpoldwidgets.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-hierarchy.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-utils.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-widgets.html -%%DOCSDIR%%/libgimpwidgets/libgimpwidgets.devhelp -%%DOCSDIR%%/libgimpwidgets/right.png -%%DOCSDIR%%/libgimpwidgets/stock-anchor-16.png -%%DOCSDIR%%/libgimpwidgets/stock-cap-butt-16.png -%%DOCSDIR%%/libgimpwidgets/stock-cap-round-16.png -%%DOCSDIR%%/libgimpwidgets/stock-cap-square-16.png -%%DOCSDIR%%/libgimpwidgets/stock-center-16.png -%%DOCSDIR%%/libgimpwidgets/stock-center-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-green-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-24.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-32.png -%%DOCSDIR%%/libgimpwidgets/stock-channel-red-48.png -%%DOCSDIR%%/libgimpwidgets/stock-channels-16.png -%%DOCSDIR%%/libgimpwidgets/stock-channels-24.png -%%DOCSDIR%%/libgimpwidgets/stock-char-picker-22.png -%%DOCSDIR%%/libgimpwidgets/stock-close-12.png -%%DOCSDIR%%/libgimpwidgets/stock-color-pick-from-screen-16.png -%%DOCSDIR%%/libgimpwidgets/stock-color-picker-black-18.png -%%DOCSDIR%%/libgimpwidgets/stock-color-picker-gray-18.png -%%DOCSDIR%%/libgimpwidgets/stock-color-picker-white-18.png -%%DOCSDIR%%/libgimpwidgets/stock-color-triangle-16.png -%%DOCSDIR%%/libgimpwidgets/stock-convert-grayscale-16.png -%%DOCSDIR%%/libgimpwidgets/stock-convert-indexed-16.png -%%DOCSDIR%%/libgimpwidgets/stock-convert-rgb-16.png -%%DOCSDIR%%/libgimpwidgets/stock-curve-free-16.png -%%DOCSDIR%%/libgimpwidgets/stock-curve-smooth-16.png -%%DOCSDIR%%/libgimpwidgets/stock-default-colors-12.png -%%DOCSDIR%%/libgimpwidgets/stock-device-status-16.png -%%DOCSDIR%%/libgimpwidgets/stock-device-status-24.png -%%DOCSDIR%%/libgimpwidgets/stock-display-filter-16.png -%%DOCSDIR%%/libgimpwidgets/stock-display-filter-24.png -%%DOCSDIR%%/libgimpwidgets/stock-duplicate-16.png -%%DOCSDIR%%/libgimpwidgets/stock-edit-16.png -%%DOCSDIR%%/libgimpwidgets/stock-error-64.png -%%DOCSDIR%%/libgimpwidgets/stock-eye-12.png -%%DOCSDIR%%/libgimpwidgets/stock-eye-20.png -%%DOCSDIR%%/libgimpwidgets/stock-flip-horizontal-16.png -%%DOCSDIR%%/libgimpwidgets/stock-flip-vertical-16.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-16.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-24.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-32.png -%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-48.png -%%DOCSDIR%%/libgimpwidgets/stock-frame-64.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-bilinear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-conical-asymmetric-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-conical-symmetric-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-linear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-radial-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-angular-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-dimpled-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-spherical-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-spiral-anticlockwise-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-spiral-clockwise-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gradient-square-16.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-east-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-east-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-west-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-east-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-west-24.png -%%DOCSDIR%%/libgimpwidgets/stock-gravity-west-24.png -%%DOCSDIR%%/libgimpwidgets/stock-grid-16.png -%%DOCSDIR%%/libgimpwidgets/stock-hchain-24.png -%%DOCSDIR%%/libgimpwidgets/stock-hchain-broken-24.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-16.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-22.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-linear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-histogram-logarithmic-16.png -%%DOCSDIR%%/libgimpwidgets/stock-image-16.png -%%DOCSDIR%%/libgimpwidgets/stock-image-24.png -%%DOCSDIR%%/libgimpwidgets/stock-image-32.png -%%DOCSDIR%%/libgimpwidgets/stock-image-48.png -%%DOCSDIR%%/libgimpwidgets/stock-images-16.png -%%DOCSDIR%%/libgimpwidgets/stock-images-24.png -%%DOCSDIR%%/libgimpwidgets/stock-indexed-palette-16.png -%%DOCSDIR%%/libgimpwidgets/stock-indexed-palette-24.png -%%DOCSDIR%%/libgimpwidgets/stock-info-16.png -%%DOCSDIR%%/libgimpwidgets/stock-info-24.png -%%DOCSDIR%%/libgimpwidgets/stock-info-64.png -%%DOCSDIR%%/libgimpwidgets/stock-invert-16.png -%%DOCSDIR%%/libgimpwidgets/stock-join-bevel-16.png -%%DOCSDIR%%/libgimpwidgets/stock-join-miter-16.png -%%DOCSDIR%%/libgimpwidgets/stock-join-round-16.png -%%DOCSDIR%%/libgimpwidgets/stock-landscape-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-24.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-32.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-48.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-24.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-32.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-48.png -%%DOCSDIR%%/libgimpwidgets/stock-layer-to-imagesize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layers-16.png -%%DOCSDIR%%/libgimpwidgets/stock-layers-24.png -%%DOCSDIR%%/libgimpwidgets/stock-letter-spacing-22.png -%%DOCSDIR%%/libgimpwidgets/stock-line-spacing-22.png -%%DOCSDIR%%/libgimpwidgets/stock-linked-12.png -%%DOCSDIR%%/libgimpwidgets/stock-linked-20.png -%%DOCSDIR%%/libgimpwidgets/stock-list-16.png -%%DOCSDIR%%/libgimpwidgets/stock-menu-left-12.png -%%DOCSDIR%%/libgimpwidgets/stock-menu-right-12.png -%%DOCSDIR%%/libgimpwidgets/stock-merge-down-16.png -%%DOCSDIR%%/libgimpwidgets/stock-move-to-screen-16.png -%%DOCSDIR%%/libgimpwidgets/stock-move-to-screen-24.png -%%DOCSDIR%%/libgimpwidgets/stock-navigation-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paste-as-new-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paste-into-16.png -%%DOCSDIR%%/libgimpwidgets/stock-path-16.png -%%DOCSDIR%%/libgimpwidgets/stock-path-22.png -%%DOCSDIR%%/libgimpwidgets/stock-path-stroke-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paths-16.png -%%DOCSDIR%%/libgimpwidgets/stock-paths-22.png -%%DOCSDIR%%/libgimpwidgets/stock-plugin-16.png -%%DOCSDIR%%/libgimpwidgets/stock-portrait-16.png -%%DOCSDIR%%/libgimpwidgets/stock-print-resolution-16.png -%%DOCSDIR%%/libgimpwidgets/stock-print-resolution-24.png -%%DOCSDIR%%/libgimpwidgets/stock-qmask-off-16.png -%%DOCSDIR%%/libgimpwidgets/stock-qmask-on-16.png -%%DOCSDIR%%/libgimpwidgets/stock-question-64.png -%%DOCSDIR%%/libgimpwidgets/stock-reset-16.png -%%DOCSDIR%%/libgimpwidgets/stock-reshow-filter-16.png -%%DOCSDIR%%/libgimpwidgets/stock-resize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-rotate-180-16.png -%%DOCSDIR%%/libgimpwidgets/stock-rotate-270-16.png -%%DOCSDIR%%/libgimpwidgets/stock-rotate-90-16.png -%%DOCSDIR%%/libgimpwidgets/stock-scale-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-add-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-all-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-border-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-grow-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-intersect-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-none-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-replace-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-shrink-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-stroke-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-subtract-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-to-channel-16.png -%%DOCSDIR%%/libgimpwidgets/stock-selection-to-path-16.png -%%DOCSDIR%%/libgimpwidgets/stock-shape-circle-16.png -%%DOCSDIR%%/libgimpwidgets/stock-shape-diamond-16.png -%%DOCSDIR%%/libgimpwidgets/stock-shape-square-16.png -%%DOCSDIR%%/libgimpwidgets/stock-swap-colors-12.png -%%DOCSDIR%%/libgimpwidgets/stock-template-16.png -%%DOCSDIR%%/libgimpwidgets/stock-template-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-dir-ltr-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-dir-rtl-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-16.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-24.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-32.png -%%DOCSDIR%%/libgimpwidgets/stock-text-layer-48.png -%%DOCSDIR%%/libgimpwidgets/stock-texture-64.png -%%DOCSDIR%%/libgimpwidgets/stock-toilet-paper-16.png -%%DOCSDIR%%/libgimpwidgets/stock-toilet-paper-24.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-airbrush-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-airbrush-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blend-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blend-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blur-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-blur-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-brightness-contrast-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-brightness-contrast-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-bucket-fill-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-bucket-fill-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-by-color-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-by-color-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-clone-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-clone-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-balance-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-balance-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-picker-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-color-picker-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-colorize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-colorize-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-crop-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-crop-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-curves-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-curves-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-dodge-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-dodge-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ellipse-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ellipse-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-eraser-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-eraser-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-flip-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-flip-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-free-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-free-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-fuzzy-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-fuzzy-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-hue-saturation-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-hue-saturation-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ink-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-ink-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-iscissors-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-iscissors-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-levels-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-levels-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-measure-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-measure-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-move-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-move-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-options-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-options-24.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-paintbrush-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-paintbrush-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-path-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-path-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-pencil-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-pencil-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-perspective-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-perspective-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-posterize-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-posterize-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rect-select-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rect-select-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rotate-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-rotate-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-scale-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-scale-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-shear-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-shear-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-smudge-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-smudge-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-text-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-text-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-threshold-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-threshold-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-zoom-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tool-zoom-22.png -%%DOCSDIR%%/libgimpwidgets/stock-tools-16.png -%%DOCSDIR%%/libgimpwidgets/stock-tools-24.png -%%DOCSDIR%%/libgimpwidgets/stock-transparency-16.png -%%DOCSDIR%%/libgimpwidgets/stock-transparency-24.png -%%DOCSDIR%%/libgimpwidgets/stock-undo-history-16.png -%%DOCSDIR%%/libgimpwidgets/stock-undo-history-24.png -%%DOCSDIR%%/libgimpwidgets/stock-vchain-24.png -%%DOCSDIR%%/libgimpwidgets/stock-vchain-broken-24.png -%%DOCSDIR%%/libgimpwidgets/stock-video-16.png -%%DOCSDIR%%/libgimpwidgets/stock-video-24.png -%%DOCSDIR%%/libgimpwidgets/stock-warning-16.png -%%DOCSDIR%%/libgimpwidgets/stock-warning-24.png -%%DOCSDIR%%/libgimpwidgets/stock-warning-64.png -%%DOCSDIR%%/libgimpwidgets/stock-web-16.png -%%DOCSDIR%%/libgimpwidgets/stock-web-24.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-16.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-32.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-48.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-64.png -%%DOCSDIR%%/libgimpwidgets/stock-wilber-eek-64.png -%%DOCSDIR%%/libgimpwidgets/stock-zoom-follow-window-12.png -%%DOCSDIR%%/libgimpwidgets/style.css -%%DOCSDIR%%/libgimpwidgets/up.png -%%DATADIR%%/brushes/10x10square.gbr -%%DATADIR%%/brushes/10x10squareBlur.gbr -%%DATADIR%%/brushes/11circle.gbr -%%DATADIR%%/brushes/11fcircle.gbr -%%DATADIR%%/brushes/13circle.gbr -%%DATADIR%%/brushes/13fcircle.gbr -%%DATADIR%%/brushes/15circle.gbr -%%DATADIR%%/brushes/15fcircle.gbr -%%DATADIR%%/brushes/17circle.gbr -%%DATADIR%%/brushes/17fcircle.gbr -%%DATADIR%%/brushes/19circle.gbr -%%DATADIR%%/brushes/19fcircle.gbr -%%DATADIR%%/brushes/1circle.gbr -%%DATADIR%%/brushes/20x20square.gbr -%%DATADIR%%/brushes/20x20squareBlur.gbr -%%DATADIR%%/brushes/3circle.gbr -%%DATADIR%%/brushes/3fcircle.gbr -%%DATADIR%%/brushes/5circle.gbr -%%DATADIR%%/brushes/5fcircle.gbr -%%DATADIR%%/brushes/5x5square.gbr -%%DATADIR%%/brushes/5x5squareBlur.gbr -%%DATADIR%%/brushes/7circle.gbr -%%DATADIR%%/brushes/7fcircle.gbr -%%DATADIR%%/brushes/9circle.gbr -%%DATADIR%%/brushes/9fcircle.gbr -%%DATADIR%%/brushes/DStar11.gbr -%%DATADIR%%/brushes/DStar17.gbr -%%DATADIR%%/brushes/DStar25.gbr -%%DATADIR%%/brushes/SketchBrush-16.gih -%%DATADIR%%/brushes/SketchBrush-32.gih -%%DATADIR%%/brushes/SketchBrush-64.gih -%%DATADIR%%/brushes/callig1.gbr -%%DATADIR%%/brushes/callig2.gbr -%%DATADIR%%/brushes/callig3.gbr -%%DATADIR%%/brushes/callig4.gbr -%%DATADIR%%/brushes/confetti.gbr -%%DATADIR%%/brushes/confetti.gih -%%DATADIR%%/brushes/dunes.gbr -%%DATADIR%%/brushes/feltpen.gih -%%DATADIR%%/brushes/galaxy.gbr -%%DATADIR%%/brushes/galaxy_big.gbr -%%DATADIR%%/brushes/galaxy_small.gbr -%%DATADIR%%/brushes/hsparks.gih -%%DATADIR%%/brushes/pepper.gbr -%%DATADIR%%/brushes/pixel.gbr -%%DATADIR%%/brushes/thegimp.gbr -%%DATADIR%%/brushes/vine.gih -%%DATADIR%%/brushes/xcf.gbr -@exec mkdir -p %D/%%DATADIR%%/fonts -%%DATADIR%%/fractalexplorer/Asteroid_Field -%%DATADIR%%/fractalexplorer/Bar_Code_Label -%%DATADIR%%/fractalexplorer/Beauty_of_Nature -%%DATADIR%%/fractalexplorer/Blue_Curtain -%%DATADIR%%/fractalexplorer/Car_Track -%%DATADIR%%/fractalexplorer/Energetic_Diamond -%%DATADIR%%/fractalexplorer/Explosive -%%DATADIR%%/fractalexplorer/Flower -%%DATADIR%%/fractalexplorer/Fragments -%%DATADIR%%/fractalexplorer/Hemp -%%DATADIR%%/fractalexplorer/High_Voltage -%%DATADIR%%/fractalexplorer/Hoops -%%DATADIR%%/fractalexplorer/Ice_Crystal -%%DATADIR%%/fractalexplorer/Leaves -%%DATADIR%%/fractalexplorer/Lightning -%%DATADIR%%/fractalexplorer/Mandelbrot -%%DATADIR%%/fractalexplorer/Marble -%%DATADIR%%/fractalexplorer/Marble2 -%%DATADIR%%/fractalexplorer/Medusa -%%DATADIR%%/fractalexplorer/Nautilus -%%DATADIR%%/fractalexplorer/Nebula -%%DATADIR%%/fractalexplorer/Plant -%%DATADIR%%/fractalexplorer/Rose -%%DATADIR%%/fractalexplorer/Saturn -%%DATADIR%%/fractalexplorer/Snow_Crystal -%%DATADIR%%/fractalexplorer/Soma -%%DATADIR%%/fractalexplorer/Spark -%%DATADIR%%/fractalexplorer/Suns -%%DATADIR%%/fractalexplorer/Tentacles -%%DATADIR%%/fractalexplorer/The_Green_Place -%%DATADIR%%/fractalexplorer/Wave -%%DATADIR%%/fractalexplorer/Wood -%%DATADIR%%/fractalexplorer/Zooming_Circle -%%DATADIR%%/gfig/A_star -%%DATADIR%%/gfig/curves -%%DATADIR%%/gfig/polys -%%DATADIR%%/gfig/ring -%%DATADIR%%/gfig/ring+star -%%DATADIR%%/gfig/simily -%%DATADIR%%/gfig/spirals_and_stars -%%DATADIR%%/gfig/sprial -%%DATADIR%%/gfig/star2 -%%DATADIR%%/gfig/stars -%%DATADIR%%/gflare/Bright_Star -%%DATADIR%%/gflare/Classic -%%DATADIR%%/gflare/Default -%%DATADIR%%/gflare/Distant_Sun -%%DATADIR%%/gflare/GFlare_101 -%%DATADIR%%/gflare/GFlare_102 -%%DATADIR%%/gflare/Hidden_Planet -%%DATADIR%%/gimpressionist/Brushes/arrow01.pgm -%%DATADIR%%/gimpressionist/Brushes/ball.ppm -%%DATADIR%%/gimpressionist/Brushes/blob.ppm -%%DATADIR%%/gimpressionist/Brushes/box.ppm -%%DATADIR%%/gimpressionist/Brushes/chalk01.pgm -%%DATADIR%%/gimpressionist/Brushes/cone.ppm -%%DATADIR%%/gimpressionist/Brushes/crayon01.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon02.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon03.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon04.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon05.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon06.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon07.pgm -%%DATADIR%%/gimpressionist/Brushes/crayon08.pgm -%%DATADIR%%/gimpressionist/Brushes/defaultbrush.pgm -%%DATADIR%%/gimpressionist/Brushes/dribble.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric01.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric02.pgm -%%DATADIR%%/gimpressionist/Brushes/fabric03.pgm -%%DATADIR%%/gimpressionist/Brushes/flower01.pgm -%%DATADIR%%/gimpressionist/Brushes/flower02.pgm -%%DATADIR%%/gimpressionist/Brushes/flower03.pgm -%%DATADIR%%/gimpressionist/Brushes/flower04.pgm -%%DATADIR%%/gimpressionist/Brushes/grad01.pgm -%%DATADIR%%/gimpressionist/Brushes/grad02.pgm -%%DATADIR%%/gimpressionist/Brushes/grad03.pgm -%%DATADIR%%/gimpressionist/Brushes/heart.ppm -%%DATADIR%%/gimpressionist/Brushes/leaf01.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush01.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush02.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush03.pgm -%%DATADIR%%/gimpressionist/Brushes/paintbrush04.pgm -%%DATADIR%%/gimpressionist/Brushes/paper01.pgm -%%DATADIR%%/gimpressionist/Brushes/paper02.pgm -%%DATADIR%%/gimpressionist/Brushes/paper03.pgm -%%DATADIR%%/gimpressionist/Brushes/paper04.pgm -%%DATADIR%%/gimpressionist/Brushes/pentagram.pgm -%%DATADIR%%/gimpressionist/Brushes/scribble.pgm -%%DATADIR%%/gimpressionist/Brushes/shape01.pgm -%%DATADIR%%/gimpressionist/Brushes/shape02.pgm -%%DATADIR%%/gimpressionist/Brushes/shape03.pgm -%%DATADIR%%/gimpressionist/Brushes/shape04.pgm -%%DATADIR%%/gimpressionist/Brushes/snow1.pgm -%%DATADIR%%/gimpressionist/Brushes/sphere.ppm -%%DATADIR%%/gimpressionist/Brushes/splat1.pgm -%%DATADIR%%/gimpressionist/Brushes/splat2.pgm -%%DATADIR%%/gimpressionist/Brushes/splat3.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge01.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge02.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge03.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge04.pgm -%%DATADIR%%/gimpressionist/Brushes/spunge05.pgm -%%DATADIR%%/gimpressionist/Brushes/strange01.pgm -%%DATADIR%%/gimpressionist/Brushes/thegimp.pgm -%%DATADIR%%/gimpressionist/Brushes/torus.ppm -%%DATADIR%%/gimpressionist/Brushes/wavy.pgm -%%DATADIR%%/gimpressionist/Brushes/weave.pgm -%%DATADIR%%/gimpressionist/Brushes/worm.pgm -%%DATADIR%%/gimpressionist/Paper/bricks.pgm -%%DATADIR%%/gimpressionist/Paper/bricks2.pgm -%%DATADIR%%/gimpressionist/Paper/burlap.pgm -%%DATADIR%%/gimpressionist/Paper/canvas2.pgm -%%DATADIR%%/gimpressionist/Paper/defaultpaper.pgm -%%DATADIR%%/gimpressionist/Paper/marble.pgm -%%DATADIR%%/gimpressionist/Paper/marble2.pgm -%%DATADIR%%/gimpressionist/Paper/stone.pgm -%%DATADIR%%/gimpressionist/Paper/struc.pgm -%%DATADIR%%/gimpressionist/Presets/ApplyCanvas -%%DATADIR%%/gimpressionist/Presets/Ballpark -%%DATADIR%%/gimpressionist/Presets/Canvas -%%DATADIR%%/gimpressionist/Presets/Crosshatch -%%DATADIR%%/gimpressionist/Presets/Cubism -%%DATADIR%%/gimpressionist/Presets/Dotify -%%DATADIR%%/gimpressionist/Presets/Embroidery -%%DATADIR%%/gimpressionist/Presets/Feathers -%%DATADIR%%/gimpressionist/Presets/Felt-marker -%%DATADIR%%/gimpressionist/Presets/Flowerbed -%%DATADIR%%/gimpressionist/Presets/Furry -%%DATADIR%%/gimpressionist/Presets/Line-art -%%DATADIR%%/gimpressionist/Presets/Line-art-2 -%%DATADIR%%/gimpressionist/Presets/Maggot-invasion -%%DATADIR%%/gimpressionist/Presets/MarbleMadness -%%DATADIR%%/gimpressionist/Presets/Mossy -%%DATADIR%%/gimpressionist/Presets/Painted_Rock -%%DATADIR%%/gimpressionist/Presets/Parquette -%%DATADIR%%/gimpressionist/Presets/Patchwork -%%DATADIR%%/gimpressionist/Presets/Ringworks -%%DATADIR%%/gimpressionist/Presets/Sample -%%DATADIR%%/gimpressionist/Presets/Smash -%%DATADIR%%/gimpressionist/Presets/Straws -%%DATADIR%%/gimpressionist/Presets/Weave -%%DATADIR%%/gimpressionist/Presets/Wormcan -%%DATADIR%%/gradients/Abstract_1.ggr -%%DATADIR%%/gradients/Abstract_2.ggr -%%DATADIR%%/gradients/Abstract_3.ggr -%%DATADIR%%/gradients/Aneurism.ggr -%%DATADIR%%/gradients/Blinds.ggr -%%DATADIR%%/gradients/Blue_Green.ggr -%%DATADIR%%/gradients/Browns.ggr -%%DATADIR%%/gradients/Brushed_Aluminium.ggr -%%DATADIR%%/gradients/Burning_Paper.ggr -%%DATADIR%%/gradients/Burning_Transparency.ggr -%%DATADIR%%/gradients/CD.ggr -%%DATADIR%%/gradients/CD_Half.ggr -%%DATADIR%%/gradients/Caribbean_Blues.ggr -%%DATADIR%%/gradients/Coffee.ggr -%%DATADIR%%/gradients/Cold_Steel.ggr -%%DATADIR%%/gradients/Cold_Steel_2.ggr -%%DATADIR%%/gradients/Crown_molding.ggr -%%DATADIR%%/gradients/Dark_1.ggr -%%DATADIR%%/gradients/Deep_Sea.ggr -%%DATADIR%%/gradients/Default.ggr -%%DATADIR%%/gradients/Flare_Glow_Angular_1.ggr -%%DATADIR%%/gradients/Flare_Glow_Radial_1.ggr -%%DATADIR%%/gradients/Flare_Glow_Radial_2.ggr -%%DATADIR%%/gradients/Flare_Glow_Radial_3.ggr -%%DATADIR%%/gradients/Flare_Glow_Radial_4.ggr -%%DATADIR%%/gradients/Flare_Radial_101.ggr -%%DATADIR%%/gradients/Flare_Radial_102.ggr -%%DATADIR%%/gradients/Flare_Radial_103.ggr -%%DATADIR%%/gradients/Flare_Rays_Radial_1.ggr -%%DATADIR%%/gradients/Flare_Rays_Radial_2.ggr -%%DATADIR%%/gradients/Flare_Rays_Size_1.ggr -%%DATADIR%%/gradients/Flare_Sizefac_101.ggr -%%DATADIR%%/gradients/Four_bars.ggr -%%DATADIR%%/gradients/French_flag.ggr -%%DATADIR%%/gradients/French_flag_smooth.ggr -%%DATADIR%%/gradients/Full_saturation_spectrum_CCW.ggr -%%DATADIR%%/gradients/Full_saturation_spectrum_CW.ggr -%%DATADIR%%/gradients/German_flag.ggr -%%DATADIR%%/gradients/German_flag_smooth.ggr -%%DATADIR%%/gradients/Golden.ggr -%%DATADIR%%/gradients/Greens.ggr -%%DATADIR%%/gradients/Horizon_1.ggr -%%DATADIR%%/gradients/Horizon_2.ggr -%%DATADIR%%/gradients/Incandescent.ggr -%%DATADIR%%/gradients/Land_1.ggr -%%DATADIR%%/gradients/Land_and_Sea.ggr -%%DATADIR%%/gradients/Metallic_Something.ggr -%%DATADIR%%/gradients/Mexican_flag.ggr -%%DATADIR%%/gradients/Mexican_flag_smooth.ggr -%%DATADIR%%/gradients/Nauseating_Headache.ggr -%%DATADIR%%/gradients/Neon_Cyan.ggr -%%DATADIR%%/gradients/Neon_Green.ggr -%%DATADIR%%/gradients/Neon_Yellow.ggr -%%DATADIR%%/gradients/Pastel_Rainbow.ggr -%%DATADIR%%/gradients/Pastels.ggr -%%DATADIR%%/gradients/Purples.ggr -%%DATADIR%%/gradients/Radial_Eyeball_Blue.ggr -%%DATADIR%%/gradients/Radial_Eyeball_Brown.ggr -%%DATADIR%%/gradients/Radial_Eyeball_Green.ggr -%%DATADIR%%/gradients/Radial_Glow_1.ggr -%%DATADIR%%/gradients/Radial_Rainbow_Hoop.ggr -%%DATADIR%%/gradients/Romanian_flag.ggr -%%DATADIR%%/gradients/Romanian_flag_smooth.ggr -%%DATADIR%%/gradients/Rounded_edge.ggr -%%DATADIR%%/gradients/Shadows_1.ggr -%%DATADIR%%/gradients/Shadows_2.ggr -%%DATADIR%%/gradients/Shadows_3.ggr -%%DATADIR%%/gradients/Skyline.ggr -%%DATADIR%%/gradients/Skyline_polluted.ggr -%%DATADIR%%/gradients/Square_Wood_Frame.ggr -%%DATADIR%%/gradients/Sunrise.ggr -%%DATADIR%%/gradients/Three_bars_sin.ggr -%%DATADIR%%/gradients/Tropical_Colors.ggr -%%DATADIR%%/gradients/Tube_Red.ggr -%%DATADIR%%/gradients/Wood_1.ggr -%%DATADIR%%/gradients/Wood_2.ggr -%%DATADIR%%/gradients/Yellow_Contrast.ggr -%%DATADIR%%/gradients/Yellow_Orange.ggr -%%DATADIR%%/images/gimp-splash.png -%%DATADIR%%/images/gimp-logo.png -%%DATADIR%%/images/wilber-devel-icon.png -%%DATADIR%%/images/wilber-icon.png -%%DATADIR%%/images/wilber-tips.png -%%DATADIR%%/images/wilber-wizard.png -%%DATADIR%%/menus/brushes-menu.xml -%%DATADIR%%/menus/buffers-menu.xml -%%DATADIR%%/menus/channels-menu.xml -%%DATADIR%%/menus/colormap-editor-menu.xml -%%DATADIR%%/menus/dockable-menu.xml -%%DATADIR%%/menus/documents-menu.xml -%%DATADIR%%/menus/error-console-menu.xml -%%DATADIR%%/menus/fonts-menu.xml -%%DATADIR%%/menus/gradient-editor-menu.xml -%%DATADIR%%/menus/gradients-menu.xml -%%DATADIR%%/menus/image-menu.xml -%%DATADIR%%/menus/images-menu.xml -%%DATADIR%%/menus/layers-menu.xml -%%DATADIR%%/menus/palette-editor-menu.xml -%%DATADIR%%/menus/palettes-menu.xml -%%DATADIR%%/menus/patterns-menu.xml -%%DATADIR%%/menus/qmask-menu.xml -%%DATADIR%%/menus/selection-editor-menu.xml -%%DATADIR%%/menus/templates-menu.xml -%%DATADIR%%/menus/text-editor-toolbar.xml -%%DATADIR%%/menus/tool-options-menu.xml -%%DATADIR%%/menus/toolbox-menu.xml -%%DATADIR%%/menus/tools-menu.xml -%%DATADIR%%/menus/vectors-menu.xml -%%DATADIR%%/misc/gimp.applications -%%DATADIR%%/misc/gimp.desktop -%%DATADIR%%/misc/gimp.keys -%%GNOMEPANEL:%%share/gnome/application-registry/gimp-2.2.applications -%%GNOMEPANEL:%%share/gnome/applications/gimp-2.2.desktop -%%GNOMEPANEL:%%@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -%%GNOMEPANEL:%%share/gnome/mime-info/gimp-2.2.keys -%%DATADIR%%/palettes/Bears.gpl -%%DATADIR%%/palettes/Bgold.gpl -%%DATADIR%%/palettes/Blues.gpl -%%DATADIR%%/palettes/Borders.gpl -%%DATADIR%%/palettes/Browns_And_Yellows.gpl -%%DATADIR%%/palettes/Caramel.gpl -%%DATADIR%%/palettes/Cascade.gpl -%%DATADIR%%/palettes/China.gpl -%%DATADIR%%/palettes/Coldfire.gpl -%%DATADIR%%/palettes/Cool_Colors.gpl -%%DATADIR%%/palettes/Cranes.gpl -%%DATADIR%%/palettes/Dark_pastels.gpl -%%DATADIR%%/palettes/Default.gpl -%%DATADIR%%/palettes/Ega.gpl -%%DATADIR%%/palettes/Firecode.gpl -%%DATADIR%%/palettes/Gold.gpl -%%DATADIR%%/palettes/GrayViolet.gpl -%%DATADIR%%/palettes/Grayblue.gpl -%%DATADIR%%/palettes/Grays.gpl -%%DATADIR%%/palettes/Greens.gpl -%%DATADIR%%/palettes/Hilite.gpl -%%DATADIR%%/palettes/Khaki.gpl -%%DATADIR%%/palettes/Lights.gpl -%%DATADIR%%/palettes/Muted.gpl -%%DATADIR%%/palettes/Named_Colors.gpl -%%DATADIR%%/palettes/News3.gpl -%%DATADIR%%/palettes/Op2.gpl -%%DATADIR%%/palettes/Paintjet.gpl -%%DATADIR%%/palettes/Pastels.gpl -%%DATADIR%%/palettes/Plasma.gpl -%%DATADIR%%/palettes/Reds.gpl -%%DATADIR%%/palettes/Reds_And_Purples.gpl -%%DATADIR%%/palettes/Royal.gpl -%%DATADIR%%/palettes/Topographic.gpl -%%DATADIR%%/palettes/Visibone.gpl -%%DATADIR%%/palettes/Visibone_2.gpl -%%DATADIR%%/palettes/Volcano.gpl -%%DATADIR%%/palettes/Warm_Colors.gpl -%%DATADIR%%/palettes/Web.gpl -%%DATADIR%%/patterns/3dgreen.pat -%%DATADIR%%/patterns/Craters.pat -%%DATADIR%%/patterns/Moonfoot.pat -%%DATADIR%%/patterns/Stripes1px.pat -%%DATADIR%%/patterns/Stripes2px.pat -%%DATADIR%%/patterns/amethyst.pat -%%DATADIR%%/patterns/bark.pat -%%DATADIR%%/patterns/blue.pat -%%DATADIR%%/patterns/bluegrid.pat -%%DATADIR%%/patterns/bluesquares.pat -%%DATADIR%%/patterns/blueweb.pat -%%DATADIR%%/patterns/brick.pat -%%DATADIR%%/patterns/burlap.pat -%%DATADIR%%/patterns/burlwood.pat -%%DATADIR%%/patterns/choc_swirl.pat -%%DATADIR%%/patterns/corkboard.pat -%%DATADIR%%/patterns/cracked.pat -%%DATADIR%%/patterns/crinklepaper.pat -%%DATADIR%%/patterns/electric.pat -%%DATADIR%%/patterns/fibers.pat -%%DATADIR%%/patterns/granite1.pat -%%DATADIR%%/patterns/ground1.pat -%%DATADIR%%/patterns/ice.pat -%%DATADIR%%/patterns/java.pat -%%DATADIR%%/patterns/leather.pat -%%DATADIR%%/patterns/leaves.pat -%%DATADIR%%/patterns/leopard.pat -%%DATADIR%%/patterns/lightning.pat -%%DATADIR%%/patterns/marble1.pat -%%DATADIR%%/patterns/marble2.pat -%%DATADIR%%/patterns/marble3.pat -%%DATADIR%%/patterns/nops.pat -%%DATADIR%%/patterns/paper.pat -%%DATADIR%%/patterns/parque1.pat -%%DATADIR%%/patterns/parque2.pat -%%DATADIR%%/patterns/parque3.pat -%%DATADIR%%/patterns/pastel.pat -%%DATADIR%%/patterns/pine.pat -%%DATADIR%%/patterns/pink_marble.pat -%%DATADIR%%/patterns/pool.pat -%%DATADIR%%/patterns/qube1.pat -%%DATADIR%%/patterns/rain.pat -%%DATADIR%%/patterns/recessed.pat -%%DATADIR%%/patterns/redcube.pat -%%DATADIR%%/patterns/rock.pat -%%DATADIR%%/patterns/sky.pat -%%DATADIR%%/patterns/slate.pat -%%DATADIR%%/patterns/sm_squares.pat -%%DATADIR%%/patterns/starfield.pat -%%DATADIR%%/patterns/stone33.pat -%%DATADIR%%/patterns/terra.pat -%%DATADIR%%/patterns/walnut.pat -%%DATADIR%%/patterns/warning.pat -%%DATADIR%%/patterns/wood1.pat -%%DATADIR%%/patterns/wood2.pat -%%DATADIR%%/patterns/wood3.pat -%%DATADIR%%/patterns/wood4.pat -%%DATADIR%%/patterns/wood5.pat -%%DATADIR%%/scripts/3d-outline.scm -%%DATADIR%%/scripts/3dTruchet.scm -%%DATADIR%%/scripts/add-bevel.scm -%%DATADIR%%/scripts/addborder.scm -%%DATADIR%%/scripts/alien-glow-arrow.scm -%%DATADIR%%/scripts/alien-glow-bar.scm -%%DATADIR%%/scripts/alien-glow-bullet.scm -%%DATADIR%%/scripts/alien-glow-button.scm -%%DATADIR%%/scripts/alien-glow-logo.scm -%%DATADIR%%/scripts/alien-neon-logo.scm -%%DATADIR%%/scripts/basic1-logo.scm -%%DATADIR%%/scripts/basic2-logo.scm -%%DATADIR%%/scripts/beveled-button.scm -%%DATADIR%%/scripts/beveled-pattern-arrow.scm -%%DATADIR%%/scripts/beveled-pattern-bullet.scm -%%DATADIR%%/scripts/beveled-pattern-button.scm -%%DATADIR%%/scripts/beveled-pattern-heading.scm -%%DATADIR%%/scripts/beveled-pattern-hrule.scm -%%DATADIR%%/scripts/blend-anim.scm -%%DATADIR%%/scripts/blended-logo.scm -%%DATADIR%%/scripts/bovinated-logo.scm -%%DATADIR%%/scripts/burn-in-anim.scm -%%DATADIR%%/scripts/camo.scm -%%DATADIR%%/scripts/carve-it.scm -%%DATADIR%%/scripts/carved-logo.scm -%%DATADIR%%/scripts/chalk.scm -%%DATADIR%%/scripts/chip-away.scm -%%DATADIR%%/scripts/chrome-it.scm -%%DATADIR%%/scripts/chrome-logo.scm -%%DATADIR%%/scripts/circuit.scm -%%DATADIR%%/scripts/clothify.scm -%%DATADIR%%/scripts/coffee.scm -%%DATADIR%%/scripts/comic-logo.scm -%%DATADIR%%/scripts/coolmetal-logo.scm -%%DATADIR%%/scripts/copy-visible.scm -%%DATADIR%%/scripts/crystal-logo.scm -%%DATADIR%%/scripts/distress-selection.scm -%%DATADIR%%/scripts/drop-shadow.scm -%%DATADIR%%/scripts/erase-rows.scm -%%DATADIR%%/scripts/fade-outline.scm -%%DATADIR%%/scripts/flatland.scm -%%DATADIR%%/scripts/font-map.scm -%%DATADIR%%/scripts/frosty-logo.scm -%%DATADIR%%/scripts/fuzzyborder.scm -%%DATADIR%%/scripts/gimp-headers.scm -%%DATADIR%%/scripts/gimp-labels.scm -%%DATADIR%%/scripts/glossy.scm -%%DATADIR%%/scripts/glowing-logo.scm -%%DATADIR%%/scripts/gradient-bevel-logo.scm -%%DATADIR%%/scripts/gradient-example.scm -%%DATADIR%%/scripts/grid-system.scm -%%DATADIR%%/scripts/guides-from-selection.scm -%%DATADIR%%/scripts/guides-new-percent.scm -%%DATADIR%%/scripts/guides-new.scm -%%DATADIR%%/scripts/guides-remove-all.scm -%%DATADIR%%/scripts/hsv-graph.scm -%%DATADIR%%/scripts/i26-gunya2.scm -%%DATADIR%%/scripts/image-structure.scm -%%DATADIR%%/scripts/images/beavis.jpg -%%DATADIR%%/scripts/images/texture.jpg -%%DATADIR%%/scripts/images/texture1.jpg -%%DATADIR%%/scripts/images/texture2.jpg -%%DATADIR%%/scripts/images/texture3.jpg -%%DATADIR%%/scripts/land.scm -%%DATADIR%%/scripts/lava.scm -%%DATADIR%%/scripts/line-nova.scm -%%DATADIR%%/scripts/mkbrush.scm -%%DATADIR%%/scripts/neon-logo.scm -%%DATADIR%%/scripts/news-text.scm -%%DATADIR%%/scripts/old-photo.scm -%%DATADIR%%/scripts/perspective-shadow.scm -%%DATADIR%%/scripts/predator.scm -%%DATADIR%%/scripts/pupi-button.scm -%%DATADIR%%/scripts/rendermap.scm -%%DATADIR%%/scripts/ripply-anim.scm -%%DATADIR%%/scripts/round-corners.scm -%%DATADIR%%/scripts/script-fu-util.scm -%%DATADIR%%/scripts/select-to-brush.scm -%%DATADIR%%/scripts/select-to-image.scm -%%DATADIR%%/scripts/select-to-pattern.scm -%%DATADIR%%/scripts/selection-round.scm -%%DATADIR%%/scripts/slide.scm -%%DATADIR%%/scripts/sota-chrome-logo.scm -%%DATADIR%%/scripts/speed-text.scm -%%DATADIR%%/scripts/sphere.scm -%%DATADIR%%/scripts/spinning-globe.scm -%%DATADIR%%/scripts/spyrogimp.scm -%%DATADIR%%/scripts/starburst-logo.scm -%%DATADIR%%/scripts/starscape-logo.scm -%%DATADIR%%/scripts/swirltile.scm -%%DATADIR%%/scripts/swirly-pattern.scm -%%DATADIR%%/scripts/t-o-p-logo.scm -%%DATADIR%%/scripts/text-circle.scm -%%DATADIR%%/scripts/textured-logo.scm -%%DATADIR%%/scripts/tileblur.scm -%%DATADIR%%/scripts/title-header.scm -%%DATADIR%%/scripts/truchet.scm -%%DATADIR%%/scripts/unsharp-mask.scm -%%DATADIR%%/scripts/waves-anim.scm -%%DATADIR%%/scripts/weave.scm -%%DATADIR%%/scripts/web-browser.scm -%%DATADIR%%/scripts/xach-effect.scm -%%DATADIR%%/themes/Default/gtkrc -%%DATADIR%%/themes/Default/imagerc -%%DATADIR%%/themes/Default/images/preferences/controllers.png -%%DATADIR%%/themes/Default/images/preferences/default-comment.png -%%DATADIR%%/themes/Default/images/preferences/default-grid.png -%%DATADIR%%/themes/Default/images/preferences/display.png -%%DATADIR%%/themes/Default/images/preferences/environment.png -%%DATADIR%%/themes/Default/images/preferences/folders-brushes.png -%%DATADIR%%/themes/Default/images/preferences/folders-environ.png -%%DATADIR%%/themes/Default/images/preferences/folders-fonts.png -%%DATADIR%%/themes/Default/images/preferences/folders-gradients.png -%%DATADIR%%/themes/Default/images/preferences/folders-modules.png -%%DATADIR%%/themes/Default/images/preferences/folders-palettes.png -%%DATADIR%%/themes/Default/images/preferences/folders-patterns.png -%%DATADIR%%/themes/Default/images/preferences/folders-plug-ins.png -%%DATADIR%%/themes/Default/images/preferences/folders-scripts.png -%%DATADIR%%/themes/Default/images/preferences/folders-themes.png -%%DATADIR%%/themes/Default/images/preferences/folders-tool-plug-ins.png -%%DATADIR%%/themes/Default/images/preferences/folders.png -%%DATADIR%%/themes/Default/images/preferences/help-system.png -%%DATADIR%%/themes/Default/images/preferences/image-title.png -%%DATADIR%%/themes/Default/images/preferences/image-windows.png -%%DATADIR%%/themes/Default/images/preferences/input-devices.png -%%DATADIR%%/themes/Default/images/preferences/interface.png -%%DATADIR%%/themes/Default/images/preferences/monitor.png -%%DATADIR%%/themes/Default/images/preferences/new-image.png -%%DATADIR%%/themes/Default/images/preferences/session.png -%%DATADIR%%/themes/Default/images/preferences/theme.png -%%DATADIR%%/themes/Default/images/preferences/tool-options.png -%%DATADIR%%/themes/Default/images/preferences/toolbox.png -%%DATADIR%%/themes/Default/images/preferences/window-management.png -%%DATADIR%%/themes/Default/images/stock-anchor-16.png -%%DATADIR%%/themes/Default/images/stock-cap-butt-16.png -%%DATADIR%%/themes/Default/images/stock-cap-round-16.png -%%DATADIR%%/themes/Default/images/stock-cap-square-16.png -%%DATADIR%%/themes/Default/images/stock-center-16.png -%%DATADIR%%/themes/Default/images/stock-center-24.png -%%DATADIR%%/themes/Default/images/stock-channel-16.png -%%DATADIR%%/themes/Default/images/stock-channel-24.png -%%DATADIR%%/themes/Default/images/stock-channel-32.png -%%DATADIR%%/themes/Default/images/stock-channel-48.png -%%DATADIR%%/themes/Default/images/stock-channel-alpha-16.png -%%DATADIR%%/themes/Default/images/stock-channel-alpha-24.png -%%DATADIR%%/themes/Default/images/stock-channel-alpha-32.png -%%DATADIR%%/themes/Default/images/stock-channel-alpha-48.png -%%DATADIR%%/themes/Default/images/stock-channel-blue-16.png -%%DATADIR%%/themes/Default/images/stock-channel-blue-24.png -%%DATADIR%%/themes/Default/images/stock-channel-blue-32.png -%%DATADIR%%/themes/Default/images/stock-channel-blue-48.png -%%DATADIR%%/themes/Default/images/stock-channel-gray-16.png -%%DATADIR%%/themes/Default/images/stock-channel-gray-24.png -%%DATADIR%%/themes/Default/images/stock-channel-gray-32.png -%%DATADIR%%/themes/Default/images/stock-channel-gray-48.png -%%DATADIR%%/themes/Default/images/stock-channel-green-16.png -%%DATADIR%%/themes/Default/images/stock-channel-green-24.png -%%DATADIR%%/themes/Default/images/stock-channel-green-32.png -%%DATADIR%%/themes/Default/images/stock-channel-green-48.png -%%DATADIR%%/themes/Default/images/stock-channel-indexed-16.png -%%DATADIR%%/themes/Default/images/stock-channel-indexed-24.png -%%DATADIR%%/themes/Default/images/stock-channel-indexed-32.png -%%DATADIR%%/themes/Default/images/stock-channel-indexed-48.png -%%DATADIR%%/themes/Default/images/stock-channel-red-16.png -%%DATADIR%%/themes/Default/images/stock-channel-red-24.png -%%DATADIR%%/themes/Default/images/stock-channel-red-32.png -%%DATADIR%%/themes/Default/images/stock-channel-red-48.png -%%DATADIR%%/themes/Default/images/stock-channels-16.png -%%DATADIR%%/themes/Default/images/stock-channels-24.png -%%DATADIR%%/themes/Default/images/stock-char-picker-22.png -%%DATADIR%%/themes/Default/images/stock-close-12.png -%%DATADIR%%/themes/Default/images/stock-color-pick-from-screen-16.png -%%DATADIR%%/themes/Default/images/stock-color-picker-black-18.png -%%DATADIR%%/themes/Default/images/stock-color-picker-gray-18.png -%%DATADIR%%/themes/Default/images/stock-color-picker-white-18.png -%%DATADIR%%/themes/Default/images/stock-color-triangle-16.png -%%DATADIR%%/themes/Default/images/stock-convert-grayscale-16.png -%%DATADIR%%/themes/Default/images/stock-convert-indexed-16.png -%%DATADIR%%/themes/Default/images/stock-convert-rgb-16.png -%%DATADIR%%/themes/Default/images/stock-curve-free-16.png -%%DATADIR%%/themes/Default/images/stock-curve-smooth-16.png -%%DATADIR%%/themes/Default/images/stock-default-colors-12.png -%%DATADIR%%/themes/Default/images/stock-device-status-16.png -%%DATADIR%%/themes/Default/images/stock-device-status-24.png -%%DATADIR%%/themes/Default/images/stock-display-filter-16.png -%%DATADIR%%/themes/Default/images/stock-display-filter-24.png -%%DATADIR%%/themes/Default/images/stock-duplicate-16.png -%%DATADIR%%/themes/Default/images/stock-edit-16.png -%%DATADIR%%/themes/Default/images/stock-error-64.png -%%DATADIR%%/themes/Default/images/stock-eye-12.png -%%DATADIR%%/themes/Default/images/stock-eye-20.png -%%DATADIR%%/themes/Default/images/stock-flip-horizontal-16.png -%%DATADIR%%/themes/Default/images/stock-flip-vertical-16.png -%%DATADIR%%/themes/Default/images/stock-floating-selection-16.png -%%DATADIR%%/themes/Default/images/stock-floating-selection-24.png -%%DATADIR%%/themes/Default/images/stock-floating-selection-32.png -%%DATADIR%%/themes/Default/images/stock-floating-selection-48.png -%%DATADIR%%/themes/Default/images/stock-frame-64.png -%%DATADIR%%/themes/Default/images/stock-gradient-bilinear-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-conical-asymmetric-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-conical-symmetric-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-linear-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-radial-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-angular-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-dimpled-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-spherical-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-spiral-anticlockwise-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-spiral-clockwise-16.png -%%DATADIR%%/themes/Default/images/stock-gradient-square-16.png -%%DATADIR%%/themes/Default/images/stock-gravity-east-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-north-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-north-east-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-north-west-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-south-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-south-east-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-south-west-24.png -%%DATADIR%%/themes/Default/images/stock-gravity-west-24.png -%%DATADIR%%/themes/Default/images/stock-grid-16.png -%%DATADIR%%/themes/Default/images/stock-hchain-24.png -%%DATADIR%%/themes/Default/images/stock-hchain-broken-24.png -%%DATADIR%%/themes/Default/images/stock-histogram-16.png -%%DATADIR%%/themes/Default/images/stock-histogram-22.png -%%DATADIR%%/themes/Default/images/stock-histogram-linear-16.png -%%DATADIR%%/themes/Default/images/stock-histogram-logarithmic-16.png -%%DATADIR%%/themes/Default/images/stock-image-16.png -%%DATADIR%%/themes/Default/images/stock-image-24.png -%%DATADIR%%/themes/Default/images/stock-image-32.png -%%DATADIR%%/themes/Default/images/stock-image-48.png -%%DATADIR%%/themes/Default/images/stock-images-16.png -%%DATADIR%%/themes/Default/images/stock-images-24.png -%%DATADIR%%/themes/Default/images/stock-indexed-palette-16.png -%%DATADIR%%/themes/Default/images/stock-indexed-palette-24.png -%%DATADIR%%/themes/Default/images/stock-info-16.png -%%DATADIR%%/themes/Default/images/stock-info-24.png -%%DATADIR%%/themes/Default/images/stock-info-64.png -%%DATADIR%%/themes/Default/images/stock-invert-16.png -%%DATADIR%%/themes/Default/images/stock-join-bevel-16.png -%%DATADIR%%/themes/Default/images/stock-join-miter-16.png -%%DATADIR%%/themes/Default/images/stock-join-round-16.png -%%DATADIR%%/themes/Default/images/stock-landscape-16.png -%%DATADIR%%/themes/Default/images/stock-layer-16.png -%%DATADIR%%/themes/Default/images/stock-layer-24.png -%%DATADIR%%/themes/Default/images/stock-layer-32.png -%%DATADIR%%/themes/Default/images/stock-layer-48.png -%%DATADIR%%/themes/Default/images/stock-layer-mask-16.png -%%DATADIR%%/themes/Default/images/stock-layer-mask-24.png -%%DATADIR%%/themes/Default/images/stock-layer-mask-32.png -%%DATADIR%%/themes/Default/images/stock-layer-mask-48.png -%%DATADIR%%/themes/Default/images/stock-layer-to-imagesize-16.png -%%DATADIR%%/themes/Default/images/stock-layers-16.png -%%DATADIR%%/themes/Default/images/stock-layers-24.png -%%DATADIR%%/themes/Default/images/stock-letter-spacing-22.png -%%DATADIR%%/themes/Default/images/stock-line-spacing-22.png -%%DATADIR%%/themes/Default/images/stock-linked-12.png -%%DATADIR%%/themes/Default/images/stock-linked-20.png -%%DATADIR%%/themes/Default/images/stock-list-16.png -%%DATADIR%%/themes/Default/images/stock-menu-left-12.png -%%DATADIR%%/themes/Default/images/stock-menu-right-12.png -%%DATADIR%%/themes/Default/images/stock-merge-down-16.png -%%DATADIR%%/themes/Default/images/stock-move-to-screen-16.png -%%DATADIR%%/themes/Default/images/stock-move-to-screen-24.png -%%DATADIR%%/themes/Default/images/stock-navigation-16.png -%%DATADIR%%/themes/Default/images/stock-paste-as-new-16.png -%%DATADIR%%/themes/Default/images/stock-paste-into-16.png -%%DATADIR%%/themes/Default/images/stock-path-16.png -%%DATADIR%%/themes/Default/images/stock-path-22.png -%%DATADIR%%/themes/Default/images/stock-path-stroke-16.png -%%DATADIR%%/themes/Default/images/stock-paths-16.png -%%DATADIR%%/themes/Default/images/stock-paths-22.png -%%DATADIR%%/themes/Default/images/stock-plugin-16.png -%%DATADIR%%/themes/Default/images/stock-portrait-16.png -%%DATADIR%%/themes/Default/images/stock-print-resolution-16.png -%%DATADIR%%/themes/Default/images/stock-print-resolution-24.png -%%DATADIR%%/themes/Default/images/stock-qmask-off-16.png -%%DATADIR%%/themes/Default/images/stock-qmask-on-16.png -%%DATADIR%%/themes/Default/images/stock-question-64.png -%%DATADIR%%/themes/Default/images/stock-reset-16.png -%%DATADIR%%/themes/Default/images/stock-reshow-filter-16.png -%%DATADIR%%/themes/Default/images/stock-resize-16.png -%%DATADIR%%/themes/Default/images/stock-rotate-180-16.png -%%DATADIR%%/themes/Default/images/stock-rotate-270-16.png -%%DATADIR%%/themes/Default/images/stock-rotate-90-16.png -%%DATADIR%%/themes/Default/images/stock-scale-16.png -%%DATADIR%%/themes/Default/images/stock-selection-16.png -%%DATADIR%%/themes/Default/images/stock-selection-add-16.png -%%DATADIR%%/themes/Default/images/stock-selection-all-16.png -%%DATADIR%%/themes/Default/images/stock-selection-border-16.png -%%DATADIR%%/themes/Default/images/stock-selection-grow-16.png -%%DATADIR%%/themes/Default/images/stock-selection-intersect-16.png -%%DATADIR%%/themes/Default/images/stock-selection-none-16.png -%%DATADIR%%/themes/Default/images/stock-selection-replace-16.png -%%DATADIR%%/themes/Default/images/stock-selection-shrink-16.png -%%DATADIR%%/themes/Default/images/stock-selection-stroke-16.png -%%DATADIR%%/themes/Default/images/stock-selection-subtract-16.png -%%DATADIR%%/themes/Default/images/stock-selection-to-channel-16.png -%%DATADIR%%/themes/Default/images/stock-selection-to-path-16.png -%%DATADIR%%/themes/Default/images/stock-shape-circle-16.png -%%DATADIR%%/themes/Default/images/stock-shape-diamond-16.png -%%DATADIR%%/themes/Default/images/stock-shape-square-16.png -%%DATADIR%%/themes/Default/images/stock-swap-colors-12.png -%%DATADIR%%/themes/Default/images/stock-template-16.png -%%DATADIR%%/themes/Default/images/stock-template-24.png -%%DATADIR%%/themes/Default/images/stock-text-dir-ltr-24.png -%%DATADIR%%/themes/Default/images/stock-text-dir-rtl-24.png -%%DATADIR%%/themes/Default/images/stock-text-layer-16.png -%%DATADIR%%/themes/Default/images/stock-text-layer-24.png -%%DATADIR%%/themes/Default/images/stock-text-layer-32.png -%%DATADIR%%/themes/Default/images/stock-text-layer-48.png -%%DATADIR%%/themes/Default/images/stock-texture-64.png -%%DATADIR%%/themes/Default/images/stock-toilet-paper-16.png -%%DATADIR%%/themes/Default/images/stock-toilet-paper-24.png -%%DATADIR%%/themes/Default/images/stock-tool-airbrush-16.png -%%DATADIR%%/themes/Default/images/stock-tool-airbrush-22.png -%%DATADIR%%/themes/Default/images/stock-tool-blend-16.png -%%DATADIR%%/themes/Default/images/stock-tool-blend-22.png -%%DATADIR%%/themes/Default/images/stock-tool-blur-16.png -%%DATADIR%%/themes/Default/images/stock-tool-blur-22.png -%%DATADIR%%/themes/Default/images/stock-tool-brightness-contrast-16.png -%%DATADIR%%/themes/Default/images/stock-tool-brightness-contrast-22.png -%%DATADIR%%/themes/Default/images/stock-tool-bucket-fill-16.png -%%DATADIR%%/themes/Default/images/stock-tool-bucket-fill-22.png -%%DATADIR%%/themes/Default/images/stock-tool-by-color-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-by-color-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-clone-16.png -%%DATADIR%%/themes/Default/images/stock-tool-clone-22.png -%%DATADIR%%/themes/Default/images/stock-tool-color-balance-16.png -%%DATADIR%%/themes/Default/images/stock-tool-color-balance-22.png -%%DATADIR%%/themes/Default/images/stock-tool-color-picker-16.png -%%DATADIR%%/themes/Default/images/stock-tool-color-picker-22.png -%%DATADIR%%/themes/Default/images/stock-tool-colorize-16.png -%%DATADIR%%/themes/Default/images/stock-tool-colorize-22.png -%%DATADIR%%/themes/Default/images/stock-tool-crop-16.png -%%DATADIR%%/themes/Default/images/stock-tool-crop-22.png -%%DATADIR%%/themes/Default/images/stock-tool-curves-16.png -%%DATADIR%%/themes/Default/images/stock-tool-curves-22.png -%%DATADIR%%/themes/Default/images/stock-tool-dodge-16.png -%%DATADIR%%/themes/Default/images/stock-tool-dodge-22.png -%%DATADIR%%/themes/Default/images/stock-tool-ellipse-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-ellipse-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-eraser-16.png -%%DATADIR%%/themes/Default/images/stock-tool-eraser-22.png -%%DATADIR%%/themes/Default/images/stock-tool-flip-16.png -%%DATADIR%%/themes/Default/images/stock-tool-flip-22.png -%%DATADIR%%/themes/Default/images/stock-tool-free-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-free-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-fuzzy-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-fuzzy-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-hue-saturation-16.png -%%DATADIR%%/themes/Default/images/stock-tool-hue-saturation-22.png -%%DATADIR%%/themes/Default/images/stock-tool-ink-16.png -%%DATADIR%%/themes/Default/images/stock-tool-ink-22.png -%%DATADIR%%/themes/Default/images/stock-tool-iscissors-16.png -%%DATADIR%%/themes/Default/images/stock-tool-iscissors-22.png -%%DATADIR%%/themes/Default/images/stock-tool-levels-16.png -%%DATADIR%%/themes/Default/images/stock-tool-levels-22.png -%%DATADIR%%/themes/Default/images/stock-tool-measure-16.png -%%DATADIR%%/themes/Default/images/stock-tool-measure-22.png -%%DATADIR%%/themes/Default/images/stock-tool-move-16.png -%%DATADIR%%/themes/Default/images/stock-tool-move-22.png -%%DATADIR%%/themes/Default/images/stock-tool-options-16.png -%%DATADIR%%/themes/Default/images/stock-tool-options-24.png -%%DATADIR%%/themes/Default/images/stock-tool-paintbrush-16.png -%%DATADIR%%/themes/Default/images/stock-tool-paintbrush-22.png -%%DATADIR%%/themes/Default/images/stock-tool-path-16.png -%%DATADIR%%/themes/Default/images/stock-tool-path-22.png -%%DATADIR%%/themes/Default/images/stock-tool-pencil-16.png -%%DATADIR%%/themes/Default/images/stock-tool-pencil-22.png -%%DATADIR%%/themes/Default/images/stock-tool-perspective-16.png -%%DATADIR%%/themes/Default/images/stock-tool-perspective-22.png -%%DATADIR%%/themes/Default/images/stock-tool-posterize-16.png -%%DATADIR%%/themes/Default/images/stock-tool-posterize-22.png -%%DATADIR%%/themes/Default/images/stock-tool-rect-select-16.png -%%DATADIR%%/themes/Default/images/stock-tool-rect-select-22.png -%%DATADIR%%/themes/Default/images/stock-tool-rotate-16.png -%%DATADIR%%/themes/Default/images/stock-tool-rotate-22.png -%%DATADIR%%/themes/Default/images/stock-tool-scale-16.png -%%DATADIR%%/themes/Default/images/stock-tool-scale-22.png -%%DATADIR%%/themes/Default/images/stock-tool-shear-16.png -%%DATADIR%%/themes/Default/images/stock-tool-shear-22.png -%%DATADIR%%/themes/Default/images/stock-tool-smudge-16.png -%%DATADIR%%/themes/Default/images/stock-tool-smudge-22.png -%%DATADIR%%/themes/Default/images/stock-tool-text-16.png -%%DATADIR%%/themes/Default/images/stock-tool-text-22.png -%%DATADIR%%/themes/Default/images/stock-tool-threshold-16.png -%%DATADIR%%/themes/Default/images/stock-tool-threshold-22.png -%%DATADIR%%/themes/Default/images/stock-tool-zoom-16.png -%%DATADIR%%/themes/Default/images/stock-tool-zoom-22.png -%%DATADIR%%/themes/Default/images/stock-tools-16.png -%%DATADIR%%/themes/Default/images/stock-tools-24.png -%%DATADIR%%/themes/Default/images/stock-transparency-16.png -%%DATADIR%%/themes/Default/images/stock-transparency-24.png -%%DATADIR%%/themes/Default/images/stock-undo-history-16.png -%%DATADIR%%/themes/Default/images/stock-undo-history-24.png -%%DATADIR%%/themes/Default/images/stock-vchain-24.png -%%DATADIR%%/themes/Default/images/stock-vchain-broken-24.png -%%DATADIR%%/themes/Default/images/stock-video-16.png -%%DATADIR%%/themes/Default/images/stock-video-24.png -%%DATADIR%%/themes/Default/images/stock-warning-16.png -%%DATADIR%%/themes/Default/images/stock-warning-24.png -%%DATADIR%%/themes/Default/images/stock-warning-64.png -%%DATADIR%%/themes/Default/images/stock-web-16.png -%%DATADIR%%/themes/Default/images/stock-web-24.png -%%DATADIR%%/themes/Default/images/stock-wilber-16.png -%%DATADIR%%/themes/Default/images/stock-wilber-64.png -%%DATADIR%%/themes/Default/images/stock-wilber-eek-64.png -%%DATADIR%%/themes/Default/images/stock-zoom-follow-window-12.png -%%DATADIR%%/themes/Small/gtkrc -%%DATADIR%%/tips/gimp-tips.xml -share/locale/bg/LC_MESSAGES/gimp20-libgimp.mo -share/locale/bg/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/bg/LC_MESSAGES/gimp20-script-fu.mo -share/locale/bg/LC_MESSAGES/gimp20.mo -share/locale/ca/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ca/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ca/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ca/LC_MESSAGES/gimp20.mo -share/locale/cs/LC_MESSAGES/gimp20-libgimp.mo -share/locale/cs/LC_MESSAGES/gimp20-script-fu.mo -share/locale/cs/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/cs/LC_MESSAGES/gimp20.mo -share/locale/da/LC_MESSAGES/gimp20-libgimp.mo -share/locale/da/LC_MESSAGES/gimp20-script-fu.mo -share/locale/da/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/da/LC_MESSAGES/gimp20.mo -share/locale/de/LC_MESSAGES/gimp20-libgimp.mo -share/locale/de/LC_MESSAGES/gimp20-script-fu.mo -share/locale/de/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/de/LC_MESSAGES/gimp20.mo -share/locale/el/LC_MESSAGES/gimp20-libgimp.mo -share/locale/el/LC_MESSAGES/gimp20-script-fu.mo -share/locale/el/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/el/LC_MESSAGES/gimp20.mo -share/locale/en_CA/LC_MESSAGES/gimp20-libgimp.mo -share/locale/en_CA/LC_MESSAGES/gimp20-script-fu.mo -share/locale/en_CA/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/en_CA/LC_MESSAGES/gimp20.mo -share/locale/en_GB/LC_MESSAGES/gimp20-libgimp.mo -share/locale/en_GB/LC_MESSAGES/gimp20-script-fu.mo -share/locale/en_GB/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/en_GB/LC_MESSAGES/gimp20.mo -share/locale/es/LC_MESSAGES/gimp20-libgimp.mo -share/locale/es/LC_MESSAGES/gimp20-script-fu.mo -share/locale/es/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/es/LC_MESSAGES/gimp20.mo -share/locale/eu/LC_MESSAGES/gimp20-libgimp.mo -share/locale/eu/LC_MESSAGES/gimp20-script-fu.mo -share/locale/eu/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/eu/LC_MESSAGES/gimp20.mo -share/locale/fi/LC_MESSAGES/gimp20-libgimp.mo -share/locale/fi/LC_MESSAGES/gimp20-script-fu.mo -share/locale/fi/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/fi/LC_MESSAGES/gimp20.mo -share/locale/fr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/fr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/fr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/fr/LC_MESSAGES/gimp20.mo -share/locale/ga/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ga/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ga/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ga/LC_MESSAGES/gimp20.mo -share/locale/gl/LC_MESSAGES/gimp20-libgimp.mo -share/locale/gl/LC_MESSAGES/gimp20-script-fu.mo -share/locale/gl/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/gl/LC_MESSAGES/gimp20.mo -share/locale/he/LC_MESSAGES/gimp20-libgimp.mo -share/locale/he/LC_MESSAGES/gimp20-script-fu.mo -share/locale/he/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/he/LC_MESSAGES/gimp20.mo -share/locale/hr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/hr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/hr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/hr/LC_MESSAGES/gimp20.mo -share/locale/hu/LC_MESSAGES/gimp20-libgimp.mo -share/locale/hu/LC_MESSAGES/gimp20-script-fu.mo -share/locale/hu/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/hu/LC_MESSAGES/gimp20.mo -share/locale/id/LC_MESSAGES/gimp20-libgimp.mo -share/locale/id/LC_MESSAGES/gimp20-script-fu.mo -share/locale/id/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/id/LC_MESSAGES/gimp20.mo -share/locale/it/LC_MESSAGES/gimp20-libgimp.mo -share/locale/it/LC_MESSAGES/gimp20-script-fu.mo -share/locale/it/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/it/LC_MESSAGES/gimp20.mo -share/locale/ja/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ja/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ja/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ja/LC_MESSAGES/gimp20.mo -share/locale/ko/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ko/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ko/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ko/LC_MESSAGES/gimp20.mo -share/locale/lt/LC_MESSAGES/gimp20-libgimp.mo -share/locale/lt/LC_MESSAGES/gimp20-script-fu.mo -share/locale/lt/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/lt/LC_MESSAGES/gimp20.mo -share/locale/ms/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ms/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ms/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ms/LC_MESSAGES/gimp20.mo -share/locale/nb/LC_MESSAGES/gimp20-libgimp.mo -share/locale/nb/LC_MESSAGES/gimp20-script-fu.mo -share/locale/nb/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/nb/LC_MESSAGES/gimp20.mo -share/locale/nl/LC_MESSAGES/gimp20-libgimp.mo -share/locale/nl/LC_MESSAGES/gimp20-script-fu.mo -share/locale/nl/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/nl/LC_MESSAGES/gimp20.mo -share/locale/no/LC_MESSAGES/gimp20-libgimp.mo -share/locale/no/LC_MESSAGES/gimp20-script-fu.mo -share/locale/no/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/no/LC_MESSAGES/gimp20.mo -share/locale/pa/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pa/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pa/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pa/LC_MESSAGES/gimp20.mo -share/locale/pl/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pl/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pl/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pl/LC_MESSAGES/gimp20.mo -share/locale/pt/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pt/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pt/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pt/LC_MESSAGES/gimp20.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-libgimp.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-script-fu.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/pt_BR/LC_MESSAGES/gimp20.mo -share/locale/ro/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ro/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ro/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ro/LC_MESSAGES/gimp20.mo -share/locale/ru/LC_MESSAGES/gimp20-libgimp.mo -share/locale/ru/LC_MESSAGES/gimp20-script-fu.mo -share/locale/ru/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/ru/LC_MESSAGES/gimp20.mo -share/locale/sk/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sk/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sk/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sk/LC_MESSAGES/gimp20.mo -share/locale/sr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sr/LC_MESSAGES/gimp20.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sr@Latn/LC_MESSAGES/gimp20.mo -share/locale/sv/LC_MESSAGES/gimp20-libgimp.mo -share/locale/sv/LC_MESSAGES/gimp20-script-fu.mo -share/locale/sv/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/sv/LC_MESSAGES/gimp20.mo -share/locale/tr/LC_MESSAGES/gimp20-libgimp.mo -share/locale/tr/LC_MESSAGES/gimp20-script-fu.mo -share/locale/tr/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/tr/LC_MESSAGES/gimp20.mo -share/locale/uk/LC_MESSAGES/gimp20-libgimp.mo -share/locale/uk/LC_MESSAGES/gimp20-script-fu.mo -share/locale/uk/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/uk/LC_MESSAGES/gimp20.mo -share/locale/vi/LC_MESSAGES/gimp20-libgimp.mo -share/locale/vi/LC_MESSAGES/gimp20-script-fu.mo -share/locale/vi/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/vi/LC_MESSAGES/gimp20.mo -share/locale/yi/LC_MESSAGES/gimp20-libgimp.mo -share/locale/yi/LC_MESSAGES/gimp20-script-fu.mo -share/locale/yi/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/yi/LC_MESSAGES/gimp20.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-libgimp.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-script-fu.mo -share/locale/zh_CN/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/zh_CN/LC_MESSAGES/gimp20.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-libgimp.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-script-fu.mo -share/locale/zh_TW/LC_MESSAGES/gimp20-std-plug-ins.mo -share/locale/zh_TW/LC_MESSAGES/gimp20.mo -@dirrm %%DATADIR%%/tips -@dirrm %%DATADIR%%/themes/Small -@dirrm %%DATADIR%%/themes/Default/images/preferences -@dirrm %%DATADIR%%/themes/Default/images -@dirrm %%DATADIR%%/themes/Default -@dirrm %%DATADIR%%/themes -@dirrm %%DATADIR%%/scripts/images -@dirrm %%DATADIR%%/scripts -@dirrm %%DATADIR%%/patterns -@dirrm %%DATADIR%%/palettes -@dirrm %%DATADIR%%/misc -@dirrm %%DATADIR%%/menus -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%%/gradients -@dirrm %%DATADIR%%/gimpressionist/Presets -@dirrm %%DATADIR%%/gimpressionist/Paper -@dirrm %%DATADIR%%/gimpressionist/Brushes -@dirrm %%DATADIR%%/gimpressionist -@dirrm %%DATADIR%%/gflare -@dirrm %%DATADIR%%/gfig -@dirrm %%DATADIR%%/fractalexplorer -@dirrm %%DATADIR%%/fonts -@dirrm %%DATADIR%%/brushes -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%%/libgimpwidgets -@dirrm %%DOCSDIR%%/libgimpthumb -@dirrm %%DOCSDIR%%/libgimpmodule -@dirrm %%DOCSDIR%%/libgimpmath -@dirrm %%DOCSDIR%%/libgimpcolor -@dirrm %%DOCSDIR%%/libgimpbase -@dirrm %%DOCSDIR%%/libgimp -@dirrm %%DOCSDIR%% -@dirrm libexec/gimp/2.2/plug-ins -%%PYTHON:%%@dirrm libexec/gimp/2.2/python -@dirrm libexec/gimp/2.2/modules -@dirrm libexec/gimp/2.2/environ -@dirrm libexec/gimp/2.2 -@dirrm libexec/gimp -@dirrm include/gimp-2.0/libgimpwidgets -@dirrm include/gimp-2.0/libgimpthumb -@dirrm include/gimp-2.0/libgimpmodule -@dirrm include/gimp-2.0/libgimpmath -@dirrm include/gimp-2.0/libgimpcolor -@dirrm include/gimp-2.0/libgimpbase -@dirrm include/gimp-2.0/libgimp -@dirrm include/gimp-2.0 -@dirrm etc/gimp/2.2 -@dirrm etc/gimp -%%GNOMEPANEL:%%@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true diff --git a/graphics/gstreamer-plugins-aalib80/Makefile b/graphics/gstreamer-plugins-aalib80/Makefile deleted file mode 100644 index 41af21f7835d..000000000000 --- a/graphics/gstreamer-plugins-aalib80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-aalib -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= graphics -PORTREVISION= 1 - -COMMENT= Gstreamer ascii art plugin - -GST_PLUGIN= aalib - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer-plugins-cairo80/Makefile b/graphics/gstreamer-plugins-cairo80/Makefile deleted file mode 100644 index 1c273bae8a82..000000000000 --- a/graphics/gstreamer-plugins-cairo80/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-cairo -# Date created: Mar 8 2005 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= graphics -PORTREVISION= 1 - -COMMENT= Gstreamer vector graphics plugin - -GST_PLUGIN= cairo - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -IGNORE= Cairo needs to be updated to 0.5 for plugin to work. - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer-plugins-gdkpixbuf80/Makefile b/graphics/gstreamer-plugins-gdkpixbuf80/Makefile deleted file mode 100644 index 2f15f941726f..000000000000 --- a/graphics/gstreamer-plugins-gdkpixbuf80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-gdkpixbuf -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= graphics -PORTREVISION= 1 - -COMMENT= Gstreamer image decoder plugin - -GST_PLUGIN= gdkpixbuf - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer-plugins-hermes80/Makefile b/graphics/gstreamer-plugins-hermes80/Makefile deleted file mode 100644 index 194ac9562182..000000000000 --- a/graphics/gstreamer-plugins-hermes80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-hermes -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= graphics -PORTREVISION= 1 - -COMMENT= Gstreamer hermes colorspace plugin - -GST_PLUGIN= hermes - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer-plugins-jpeg-mmx80/Makefile b/graphics/gstreamer-plugins-jpeg-mmx80/Makefile deleted file mode 100644 index d5be4d9aecc4..000000000000 --- a/graphics/gstreamer-plugins-jpeg-mmx80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-jpeg-mmx -# Date created: 1 Nov 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= graphics -PORTREVISION= 1 - -COMMENT= Gstreamer jpeg encoder/decoder plugin with mmx optimalizations - -GST_PLUGIN= jpeg-mmx - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer-plugins-jpeg80/Makefile b/graphics/gstreamer-plugins-jpeg80/Makefile deleted file mode 100644 index 3a91bd143feb..000000000000 --- a/graphics/gstreamer-plugins-jpeg80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-jpeg -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= graphics -PORTREVISION= 1 - -COMMENT= Gstreamer jpeg encoder/decoder plugin - -GST_PLUGIN= jpeg - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer-plugins-libcaca80/Makefile b/graphics/gstreamer-plugins-libcaca80/Makefile deleted file mode 100644 index 844acfe4b2f3..000000000000 --- a/graphics/gstreamer-plugins-libcaca80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-libcaca -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= graphics -PORTREVISION= 1 - -COMMENT= Gstreamer color ascii art plugin - -GST_PLUGIN= libcaca - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer-plugins-libmng80/Makefile b/graphics/gstreamer-plugins-libmng80/Makefile deleted file mode 100644 index 6cc4aeaea245..000000000000 --- a/graphics/gstreamer-plugins-libmng80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-libmng -# Date created: 6 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= graphics -PORTREVISION= 1 - -COMMENT= Gstreamer Multiple-image Network Graphics plugin - -GST_PLUGIN= libmng - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer-plugins-libpng80/Makefile b/graphics/gstreamer-plugins-libpng80/Makefile deleted file mode 100644 index 723240495aa8..000000000000 --- a/graphics/gstreamer-plugins-libpng80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-libpng -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= graphics -PORTREVISION= 1 - -COMMENT= Gstreamer png plugin - -GST_PLUGIN= libpng - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer-plugins-libvisual80/Makefile b/graphics/gstreamer-plugins-libvisual80/Makefile deleted file mode 100644 index 687d12372d72..000000000000 --- a/graphics/gstreamer-plugins-libvisual80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-libvisual -# Date created: 4 Dec 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= graphics -PORTREVISION= 1 - -COMMENT= Gstreamer libvisual plugin - -GST_PLUGIN= libvisual - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer-plugins-swfdec80/Makefile b/graphics/gstreamer-plugins-swfdec80/Makefile deleted file mode 100644 index 5efd89348528..000000000000 --- a/graphics/gstreamer-plugins-swfdec80/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-swfdec -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= graphics -PORTREVISION= 1 - -COMMENT= Gstreamer flash redering plugin - -GST_PLUGIN= swfdec - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/graphics/gwenview-kde4/Makefile b/graphics/gwenview-kde4/Makefile deleted file mode 100644 index d5fdbb56fdf2..000000000000 --- a/graphics/gwenview-kde4/Makefile +++ /dev/null @@ -1,35 +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.2.0 -PORTREVISION= 1 -CATEGORIES= graphics kde -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= markus@FreeBSD.org -COMMENT= An image viewer and browser for the KDE environment - -LIB_DEPENDS= kipi.0:${PORTSDIR}/graphics/libkipi - -USE_BZIP2= yes -USE_GMAKE= yes -USE_KDELIBS_VER=3 -GNU_CONFIGURE= yes -USE_REINPLACE= yes - -CONFIGURE_ARGS+= --enable-kipi - -MAN1= gwenview.1 - -post-patch: - @${TOUCH} -t 200504010000 ${WRKSRC}/Makefile.am.in - @${REINPLACE_CMD} -e 's|xx||g' ${WRKSRC}/po/Makefile.in - @${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 75c90b654db5..000000000000 --- a/graphics/gwenview-kde4/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gwenview-1.2.0.tar.bz2) = 97029732c4fc2df26e678e7bf151cc44 -SIZE (gwenview-1.2.0.tar.bz2) = 1393700 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 96dd1da909b1..000000000000 --- a/graphics/gwenview-kde4/pkg-plist +++ /dev/null @@ -1,214 +0,0 @@ -bin/gwenview -lib/kde3/gwenview.la -lib/kde3/gwenview.so -lib/kde3/libgvdirpart.la -lib/kde3/libgvdirpart.so -lib/kde3/libgvimagepart.la -lib/kde3/libgvimagepart.so -lib/libgwenviewcore.la -lib/libgwenviewcore.so -lib/libgwenviewcore.so.1 -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/gwenview/cursors/drag.png -share/apps/gwenview/cursors/dragging.png -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.png -share/apps/gwenview/icons/hicolor/22x22/actions/flip.png -share/apps/gwenview/icons/hicolor/22x22/actions/gvfirst.png -share/apps/gwenview/icons/hicolor/22x22/actions/gvlast.png -share/apps/gwenview/icons/hicolor/22x22/actions/gvnext.png -share/apps/gwenview/icons/hicolor/22x22/actions/gvprevious.png -share/apps/gwenview/icons/hicolor/22x22/actions/largethumbnails.png -share/apps/gwenview/icons/hicolor/22x22/actions/medthumbnails.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.png -share/apps/gwenview/icons/hicolor/22x22/actions/smallthumbnails.png -share/apps/gwenview/icons/hicolor/32x32/actions/flip.png -share/apps/gwenview/icons/hicolor/32x32/actions/gvfirst.png -share/apps/gwenview/icons/hicolor/32x32/actions/gvlast.png -share/apps/gwenview/icons/hicolor/32x32/actions/gvnext.png -share/apps/gwenview/icons/hicolor/32x32/actions/gvprevious.png -share/apps/gwenview/icons/hicolor/32x32/actions/largethumbnails.png -share/apps/gwenview/icons/hicolor/32x32/actions/medthumbnails.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.png -share/apps/gwenview/icons/hicolor/32x32/actions/smallthumbnails.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.png -share/apps/gwenview/thumbnail/wait.png -share/apps/gwenview/tools/gimp.desktop -share/apps/gwenview/tools/konqueror.desktop -share/apps/gwenview/tools/tiledwallpaper.desktop -share/apps/gwenview/tools/wallpaper.desktop -share/apps/konqueror/servicemenus/konqgwenview.desktop -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/docked_windows.html -share/doc/HTML/en/gwenview/external_tools.docbook -share/doc/HTML/en/gwenview/external_tools.html -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/index.html -share/doc/HTML/en/gwenview/interface.docbook -share/doc/HTML/en/gwenview/interface.html -share/doc/HTML/en/gwenview/introduction.docbook -share/doc/HTML/en/gwenview/introduction.html -share/doc/HTML/en/gwenview/keybindings.docbook -share/doc/HTML/en/gwenview/keybindings.html -share/doc/HTML/en/gwenview/mouse.docbook -share/doc/HTML/en/gwenview/mouse.html -share/doc/HTML/en/gwenview/tips.html -share/doc/HTML/en/gwenview/view_mode.png -share/icons/crystalsvg/128x128/apps/gwenview.png -share/icons/crystalsvg/16x16/apps/gwenview.png -share/icons/crystalsvg/16x16/apps/imagegallery.png -share/icons/crystalsvg/22x22/apps/gwenview.png -share/icons/crystalsvg/22x22/apps/imagegallery.png -share/icons/crystalsvg/32x32/apps/gwenview.png -share/icons/crystalsvg/48x48/apps/gwenview.png -share/icons/crystalsvg/64x64/apps/gwenview.png -share/locale/ar/LC_MESSAGES/gwenview.mo -share/locale/az/LC_MESSAGES/gwenview.mo -share/locale/br/LC_MESSAGES/gwenview.mo -share/locale/ca/LC_MESSAGES/gwenview.mo -share/locale/cs/LC_MESSAGES/gwenview.mo -share/locale/cy/LC_MESSAGES/gwenview.mo -share/locale/da/LC_MESSAGES/gwenview.mo -share/locale/de/LC_MESSAGES/gwenview.mo -share/locale/el/LC_MESSAGES/gwenview.mo -share/locale/en_GB/LC_MESSAGES/gwenview.mo -share/locale/es/LC_MESSAGES/gwenview.mo -share/locale/et/LC_MESSAGES/gwenview.mo -share/locale/fo/LC_MESSAGES/gwenview.mo -share/locale/fr/LC_MESSAGES/gwenview.mo -share/locale/ga/LC_MESSAGES/gwenview.mo -share/locale/gl/LC_MESSAGES/gwenview.mo -share/locale/he/LC_MESSAGES/gwenview.mo -share/locale/hi/LC_MESSAGES/gwenview.mo -share/locale/hu/LC_MESSAGES/gwenview.mo -share/locale/is/LC_MESSAGES/gwenview.mo -share/locale/it/LC_MESSAGES/gwenview.mo -share/locale/ja/LC_MESSAGES/gwenview.mo -share/locale/ko/LC_MESSAGES/gwenview.mo -share/locale/lt/LC_MESSAGES/gwenview.mo -share/locale/nb/LC_MESSAGES/gwenview.mo -share/locale/nl/LC_MESSAGES/gwenview.mo -share/locale/nso/LC_MESSAGES/gwenview.mo -share/locale/pl/LC_MESSAGES/gwenview.mo -share/locale/pt/LC_MESSAGES/gwenview.mo -share/locale/pt_BR/LC_MESSAGES/gwenview.mo -share/locale/ro/LC_MESSAGES/gwenview.mo -share/locale/ru/LC_MESSAGES/gwenview.mo -share/locale/sr/LC_MESSAGES/gwenview.mo -share/locale/sr@Latn/LC_MESSAGES/gwenview.mo -share/locale/sv/LC_MESSAGES/gwenview.mo -share/locale/ta/LC_MESSAGES/gwenview.mo -share/locale/tr/LC_MESSAGES/gwenview.mo -share/locale/uk/LC_MESSAGES/gwenview.mo -share/locale/ven/LC_MESSAGES/gwenview.mo -share/locale/xh/LC_MESSAGES/gwenview.mo -share/locale/zh_CN/LC_MESSAGES/gwenview.mo -share/locale/zh_TW/LC_MESSAGES/gwenview.mo -share/locale/zu/LC_MESSAGES/gwenview.mo -share/services/gvdirpart.desktop -share/services/gvimagepart.desktop -@unexec rmdir %D/share/services 2>/dev/null || true -@unexec rmdir %D/share/locale/zu/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/zu 2>/dev/null || true -@unexec rmdir %D/share/locale/zh_TW/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/zh_TW 2>/dev/null || true -@unexec rmdir %D/share/locale/zh_CN/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/zh_CN 2>/dev/null || true -@unexec rmdir %D/share/locale/xh/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/xh 2>/dev/null || true -@unexec rmdir %D/share/locale/ven/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/ven 2>/dev/null || true -@unexec rmdir %D/share/locale/uk/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/uk 2>/dev/null || true -@unexec rmdir %D/share/locale/sr/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/sr 2>/dev/null || true -@unexec rmdir %D/share/locale/ro/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/ro 2>/dev/null || true -@unexec rmdir %D/share/locale/pt/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/pt 2>/dev/null || true -@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/pl 2>/dev/null || true -@unexec rmdir %D/share/locale/nso/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/nso 2>/dev/null || true -@unexec rmdir %D/share/locale/ko/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/ko 2>/dev/null || true -@unexec rmdir %D/share/locale/gl/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/gl 2>/dev/null || true -@unexec rmdir %D/share/locale/fo/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/fo 2>/dev/null || true -@unexec rmdir %D/share/locale/el/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/el 2>/dev/null || true -@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/cs 2>/dev/null || true -@unexec rmdir %D/share/locale/ca/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/ca 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/64x64/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/64x64 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/48x48/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/48x48 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/32x32/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/32x32 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/22x22/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/22x22 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/16x16/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/16x16 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/128x128/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/128x128 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg 2>/dev/null || true -@unexec rmdir %D/share/icons 2>/dev/null || true -@dirrm share/doc/HTML/en/gwenview -@unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true -@unexec rmdir %D/share/doc/HTML 2>/dev/null || true -@unexec rmdir %D/share/apps/konqueror/servicemenus 2>/dev/null || true -@unexec rmdir %D/share/apps/konqueror 2>/dev/null || true -@dirrm share/apps/gwenview/tools -@dirrm share/apps/gwenview/thumbnail -@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 -@unexec rmdir %D/share/apps 2>/dev/null || true -@unexec rmdir %D/share/applications/kde 2>/dev/null || true -@unexec rmdir %D/share/applications 2>/dev/null || true diff --git a/graphics/k3d/Makefile b/graphics/k3d/Makefile index e7188cc65c54..8c13bd8bdd78 100644 --- a/graphics/k3d/Makefile +++ b/graphics/k3d/Makefile @@ -50,6 +50,10 @@ MAN1= k3d.1 BROKEN= "Does not compile on FreeBSD 4.x" .endif +.if ${ARCH} == "amd64" +BROKEN= "Does not compile on amd64" +.endif + post-install: .for dir in ${PREFIX}/include/k3d ${PREFIX}/share/k3d ${PREFIX}/lib/k3d @${FIND} ${dir} ! -type d | \ diff --git a/graphics/kamera-kde4/Makefile b/graphics/kamera-kde4/Makefile deleted file mode 100644 index eb3cdada4af5..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 -GNU_CONFIGURE= yes -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 c1c59560f44e..000000000000 --- a/graphics/kamera-kde4/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (KDE/kdegraphics-3.4.2.tar.bz2) = 50916460952c4142329a7c6a47fe1530 -SIZE (KDE/kdegraphics-3.4.2.tar.bz2) = 6579227 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 2afde9933071..000000000000 --- a/graphics/kamera-kde4/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -lib/kde3/kcm_kamera.la -lib/kde3/kcm_kamera.so -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/kamera.protocol -@dirrm share/doc/HTML/en/kamera diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile deleted file mode 100644 index 40fd6748e580..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_lgpl2 \ - 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 -RUN_DEPENDS= pdfinfo:${PORTSDIR}/graphics/xpdf - -CONFLICTS= kolourpaint-[0-9]* - -USE_KDELIBS_VER=3 -PREFIX= ${KDE_PREFIX} - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -WANT_GNOME= yes -USE_GHOSTSCRIPT=yes - -INSTALLS_SHLIB= 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 c1c59560f44e..000000000000 --- a/graphics/kdegraphics4/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (KDE/kdegraphics-3.4.2.tar.bz2) = 50916460952c4142329a7c6a47fe1530 -SIZE (KDE/kdegraphics-3.4.2.tar.bz2) = 6579227 diff --git a/graphics/kdegraphics4/files/patch-kpdf_xpdf_xpdf-PDFDOC.cc b/graphics/kdegraphics4/files/patch-kpdf_xpdf_xpdf-PDFDOC.cc deleted file mode 100644 index 23167b544f9f..000000000000 --- a/graphics/kdegraphics4/files/patch-kpdf_xpdf_xpdf-PDFDOC.cc +++ /dev/null @@ -1,34 +0,0 @@ ---- kpdf/xpdf/xpdf/PDFDoc.cc.orig Tue Aug 2 19:37:37 2005 -+++ kpdf/xpdf/xpdf/PDFDoc.cc Tue Aug 2 19:43:32 2005 -@@ -115,24 +115,20 @@ - GBool PDFDoc::setup(GString *ownerPassword, GString *userPassword) { - str->reset(); - -- char eof[8]; -+ char *eof = new char[1025]; - int pos = str->getPos(); -- str->setPos(7, -1); -- eof[0] = str->getChar(); -- eof[1] = str->getChar(); -- eof[2] = str->getChar(); -- eof[3] = str->getChar(); -- eof[4] = str->getChar(); -- eof[5] = str->getChar(); -- eof[6] = str->getChar(); -- eof[7] = '\0'; -+ str->setPos(1024, -1); -+ for (int i = 0; i < 1024; i++) eof[i] = str->getChar(); -+ eof[1024] = '\0'; - if (strstr(eof, "%%EOF") == NULL) - { - error(-1, "Document does not have ending %%EOF"); - errCode = errDamaged; -+ delete[] eof; - return gFalse; - } -- -+ delete[] eof; -+ - str->setPos(pos); - - // check header 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 a2d64b30f3f8..000000000000 --- a/graphics/kdegraphics4/pkg-plist +++ /dev/null @@ -1,1084 +0,0 @@ -bin/kcolorchooser -bin/kcoloredit -bin/kdvi -bin/kfax -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/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/libtext2path-0.1/BezierPath.h -include/libtext2path-0.1/Glyph.h -include/libtext2path-0.1/GlyphTracer.h -lib/kde3/emptymultipagepart.la -lib/kde3/emptymultipagepart.so -lib/kde3/gsthumbnail.la -lib/kde3/gsthumbnail.so -lib/kde3/kcm_kgamma.la -lib/kde3/kcm_kgamma.so -lib/kde3/kcm_kmrml.la -lib/kde3/kcm_kmrml.so -lib/kde3/kcm_kviewcanvasconfig.la -lib/kde3/kcm_kviewcanvasconfig.so -lib/kde3/kcm_kviewgeneralconfig.la -lib/kde3/kcm_kviewgeneralconfig.so -lib/kde3/kcm_kviewpluginsconfig.la -lib/kde3/kcm_kviewpluginsconfig.so -lib/kde3/kcm_kviewviewerpluginsconfig.la -lib/kde3/kcm_kviewviewerpluginsconfig.so -lib/kde3/kded_daemonwatcher.la -lib/kde3/kded_daemonwatcher.so -lib/kde3/kdvipart.la -lib/kde3/kdvipart.so -lib/kde3/kfaxpart.la -lib/kde3/kfaxpart.so -lib/kde3/kfile_bmp.la -lib/kde3/kfile_bmp.so -lib/kde3/kfile_dds.la -lib/kde3/kfile_dds.so -lib/kde3/kfile_dvi.la -lib/kde3/kfile_dvi.so -lib/kde3/kfile_exr.la -lib/kde3/kfile_exr.so -lib/kde3/kfile_ico.la -lib/kde3/kfile_ico.so -lib/kde3/kfile_jpeg.la -lib/kde3/kfile_jpeg.so -lib/kde3/kfile_pcx.la -lib/kde3/kfile_pcx.so -lib/kde3/kfile_pdf.la -lib/kde3/kfile_pdf.so -lib/kde3/kfile_png.la -lib/kde3/kfile_png.so -lib/kde3/kfile_pnm.la -lib/kde3/kfile_pnm.so -lib/kde3/kfile_ps.la -lib/kde3/kfile_ps.so -lib/kde3/kfile_rgb.la -lib/kde3/kfile_rgb.so -lib/kde3/kfile_tga.la -lib/kde3/kfile_tga.so -lib/kde3/kfile_tiff.la -lib/kde3/kfile_tiff.so -lib/kde3/kfile_xbm.la -lib/kde3/kfile_xbm.so -lib/kde3/kfile_xpm.la -lib/kde3/kfile_xpm.so -lib/kde3/kio_mrml.la -lib/kde3/kio_mrml.so -lib/kde3/kview.la -lib/kde3/kview.so -lib/kde3/kview_browserplugin.la -lib/kde3/kview_browserplugin.so -lib/kde3/kview_effectsplugin.la -lib/kde3/kview_effectsplugin.so -lib/kde3/kview_presenterplugin.la -lib/kde3/kview_presenterplugin.so -lib/kde3/kview_scannerplugin.la -lib/kde3/kview_scannerplugin.so -lib/kde3/kviewerpart.la -lib/kde3/kviewerpart.so -lib/kde3/libkghostviewpart.la -lib/kde3/libkghostviewpart.so -lib/kde3/libkmrmlpart.la -lib/kde3/libkmrmlpart.so -lib/kde3/libkpdfpart.la -lib/kde3/libkpdfpart.so -lib/kde3/libkpovmodelerpart.la -lib/kde3/libkpovmodelerpart.so -lib/kde3/libksvgplugin.la -lib/kde3/libksvgplugin.so -lib/kde3/libksvgrendererlibart.la -lib/kde3/libksvgrendererlibart.so -lib/kde3/libkviewcanvas.la -lib/kde3/libkviewcanvas.so -lib/kde3/libkviewviewer.la -lib/kde3/libkviewviewer.so -lib/kde3/mrmlsearch.la -lib/kde3/mrmlsearch.so -lib/kde3/svgthumbnail.la -lib/kde3/svgthumbnail.so -lib/libkdeinit_kview.la -lib/libkdeinit_kview.so -lib/libkdeinit_mrmlsearch.la -lib/libkdeinit_mrmlsearch.so -lib/libkghostviewlib.la -lib/libkghostviewlib.so -lib/libkghostviewlib.so.0 -lib/libkimageviewer.la -lib/libkimageviewer.so -lib/libkimageviewer.so.0 -lib/libkmultipage.la -lib/libkmultipage.so -lib/libkmultipage.so.0 -lib/libkpovmodeler.la -lib/libkpovmodeler.so -lib/libkpovmodeler.so.0 -lib/libksvg.la -lib/libksvg.so -lib/libksvg.so.0 -lib/libphotobook.la -lib/libphotobook.so -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/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/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/kfax_part.rc -share/apps/kfax/kfaxui.rc -share/apps/kfax/pics/kfax.tif -share/apps/kfax/pics/kfaxlogo.xpm -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/hicolor/16x16/actions/tool_brush.png -share/apps/kolourpaint/icons/hicolor/16x16/actions/tool_color_picker.png -share/apps/kolourpaint/icons/hicolor/16x16/actions/tool_color_washer.png -share/apps/kolourpaint/icons/hicolor/16x16/actions/tool_curve.png -share/apps/kolourpaint/icons/hicolor/16x16/actions/tool_ellipse.png -share/apps/kolourpaint/icons/hicolor/16x16/actions/tool_elliptical_selection.png -share/apps/kolourpaint/icons/hicolor/16x16/actions/tool_eraser.png -share/apps/kolourpaint/icons/hicolor/16x16/actions/tool_flood_fill.png -share/apps/kolourpaint/icons/hicolor/16x16/actions/tool_free_form_selection.png -share/apps/kolourpaint/icons/hicolor/16x16/actions/tool_line.png -share/apps/kolourpaint/icons/hicolor/16x16/actions/tool_pen.png -share/apps/kolourpaint/icons/hicolor/16x16/actions/tool_polygon.png -share/apps/kolourpaint/icons/hicolor/16x16/actions/tool_polyline.png -share/apps/kolourpaint/icons/hicolor/16x16/actions/tool_rect_selection.png -share/apps/kolourpaint/icons/hicolor/16x16/actions/tool_rectangle.png -share/apps/kolourpaint/icons/hicolor/16x16/actions/tool_rounded_rectangle.png -share/apps/kolourpaint/icons/hicolor/16x16/actions/tool_spraycan.png -share/apps/kolourpaint/icons/hicolor/16x16/actions/tool_text.png -share/apps/kolourpaint/icons/hicolor/16x16/apps/kolourpaint.png -share/apps/kolourpaint/icons/hicolor/32x32/apps/kolourpaint.png -share/apps/kolourpaint/icons/hicolor/48x48/apps/kolourpaint.png -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/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/photobookui.rc -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/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/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/kpdf/common -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/snapshot1.png -share/doc/HTML/en/kview/snapshot2.png -share/doc/HTML/en/kview/snapshot3.png -share/doc/HTML/en/kview/snapshot4.png -share/doc/HTML/en/kview/snapshot5.png -share/doc/HTML/en/kview/snapshot6.png -share/doc/HTML/en/kview/snapshot7.png -share/doc/HTML/en/kview/snapshot8.png -share/doc/HTML/en/kview/snapshot9.png -share/icons/crystalsvg/128x128/apps/kghostview.png -share/icons/crystalsvg/128x128/apps/kpdf.png -share/icons/crystalsvg/16x16/apps/kcolorchooser.png -share/icons/crystalsvg/16x16/apps/kcoloredit.png -share/icons/crystalsvg/16x16/apps/kdvi.png -share/icons/crystalsvg/16x16/apps/kfax.png -share/icons/crystalsvg/16x16/apps/kghostview.png -share/icons/crystalsvg/16x16/apps/kiconedit.png -share/icons/crystalsvg/16x16/apps/kpdf.png -share/icons/crystalsvg/16x16/apps/kpovmodeler.png -share/icons/crystalsvg/16x16/apps/kruler.png -share/icons/crystalsvg/16x16/apps/ksnapshot.png -share/icons/crystalsvg/16x16/apps/kview.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/kcolorchooser.png -share/icons/crystalsvg/22x22/apps/kpdf.png -share/icons/crystalsvg/22x22/apps/photobook.png -share/icons/crystalsvg/32x32/apps/kcoloredit.png -share/icons/crystalsvg/32x32/apps/kdvi.png -share/icons/crystalsvg/32x32/apps/kfax.png -share/icons/crystalsvg/32x32/apps/kghostview.png -share/icons/crystalsvg/32x32/apps/kiconedit.png -share/icons/crystalsvg/32x32/apps/kpdf.png -share/icons/crystalsvg/32x32/apps/kpovmodeler.png -share/icons/crystalsvg/32x32/apps/kruler.png -share/icons/crystalsvg/32x32/apps/ksnapshot.png -share/icons/crystalsvg/32x32/apps/kview.png -share/icons/crystalsvg/32x32/apps/kviewshell.png -share/icons/crystalsvg/32x32/mimetypes/kpovmodeler_doc.png -share/icons/crystalsvg/48x48/apps/kdvi.png -share/icons/crystalsvg/48x48/apps/kfax.png -share/icons/crystalsvg/48x48/apps/kghostview.png -share/icons/crystalsvg/48x48/apps/kiconedit.png -share/icons/crystalsvg/48x48/apps/kpdf.png -share/icons/crystalsvg/48x48/apps/kpovmodeler.png -share/icons/crystalsvg/48x48/apps/kruler.png -share/icons/crystalsvg/48x48/apps/ksnapshot.png -share/icons/crystalsvg/48x48/apps/kview.png -share/icons/crystalsvg/48x48/apps/kviewshell.png -share/icons/crystalsvg/48x48/mimetypes/kpovmodeler_doc.png -share/icons/crystalsvg/64x64/apps/kghostview.png -share/icons/crystalsvg/64x64/apps/kpdf.png -share/icons/crystalsvg/scalable/apps/kdvi.svgz -share/icons/crystalsvg/scalable/apps/ksnapshot.svgz -share/icons/hicolor/16x16/apps/kgamma.png -share/icons/hicolor/16x16/apps/kolourpaint.png -share/icons/hicolor/32x32/apps/kgamma.png -share/icons/hicolor/32x32/apps/kolourpaint.png -share/icons/hicolor/48x48/apps/kgamma.png -share/icons/hicolor/48x48/apps/kolourpaint.png -share/icons/locolor/16x16/apps/kcoloredit.png -share/icons/locolor/16x16/apps/kpovmodeler.png -share/icons/locolor/32x32/apps/kcoloredit.png -share/icons/locolor/32x32/apps/kpovmodeler.png -share/mimelnk/text/mrml.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/kfile_bmp.desktop -share/services/kfile_dds.desktop -share/services/kfile_dvi.desktop -share/services/kfile_exr.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_rgb.desktop -share/services/kfile_tga.desktop -share/services/kfile_tiff.desktop -share/services/kfile_xbm.desktop -share/services/kfile_xpm.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 -@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/kcoloredit -@dirrm share/apps/kviewviewer/kpartplugins -@dirrm share/apps/kviewviewer -@dirrm share/apps/kviewshell -@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/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/16x16/apps -@dirrm share/apps/kolourpaint/icons/hicolor/16x16/actions -@dirrm share/apps/kolourpaint/icons/hicolor/16x16 -@dirrm share/apps/kolourpaint/icons/hicolor -@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/kfax/pics -@dirrm share/apps/kfax -@dirrm share/apps/kdvi -@dirrm share/apps/kcoloredit -@dirrm include/libtext2path-0.1 -@dirrm include/ksvg diff --git a/graphics/kipi-plugins-kde4/Makefile b/graphics/kipi-plugins-kde4/Makefile deleted file mode 100644 index f33856e84357..000000000000 --- a/graphics/kipi-plugins-kde4/Makefile +++ /dev/null @@ -1,171 +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.0.b.2 -PORTEPOCH= 1 -CATEGORIES= graphics kde -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= digikam -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b./-beta/} - -MAINTAINER= avleeuwen@piwebs.com -COMMENT= KDE Image Plugin Interface plugins - -LIB_DEPENDS= kexif.1:${PORTSDIR}/graphics/libkexif \ - kipi.0:${PORTSDIR}/graphics/libkipi \ - gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \ - Imlib2.3:${PORTSDIR}/graphics/imlib2 - -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 \ - GALLERYEXPORT "album to remote Gallery server export" on \ - IMAGESGALLERY "album to HTML gallery export" on \ - JPEGLOSSLESS "batch processing without losing meta info" on \ - MPEGENCODER "tool to build a video from images" on \ - PRINTWIZARD "a print wizard" on \ - RAWCONVERTER "convert RAW images from digital cameras" on \ - SENDIMAGES "an email images plugin" on \ - SLIDESHOW "create a slideshow" on \ - TIMEADJUST "adjust image file time and date" on \ - WALLPAPER "set your image as wallpaper" on - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_KDELIBS_VER=3 -USE_REINPLACE= yes -CONFIGURE_ARGS+=--program-prefix='' - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -CONFIGURE_ARGS+=--enable-final -.endif - -.if !defined(WITHOUT_ACQUIREIMAGES) -PLIST_SUB+= ACQUIREIMAGES:="" -SUBDIRS+= acquireimages -.else -PLIST_SUB+= ACQUIREIMAGES:="@comment " -.endif - -.if !defined(WITHOUT_BATCHPROCESSIMAGES) -PLIST_SUB+= BATCHPROCESSIMAGES:="" -SUBDIRS+= batchprocessimages -.else -PLIST_SUB+= BATCHPROCESSIMAGES:="@comment " -.endif - -.if !defined(WITHOUT_CALENDAR) -PLIST_SUB+= CALENDAR:="" -SUBDIRS+= calendar -.else -PLIST_SUB+= CALENDAR:="@comment " -.endif - -.if !defined(WITHOUT_CDARCHIVING) -PLIST_SUB+= CDARCHIVING:="" -RUN_DEPENDS+= k3b:${PORTSDIR}/sysutils/k3b -SUBDIRS+= cdarchiving -.else -PLIST_SUB+= CDARCHIVING:="@comment " -.endif - -.if !defined(WITHOUT_FINDIMAGES) -PLIST_SUB+= FINDIMAGES:="" -SUBDIRS+= findimages -.else -PLIST_SUB+= FINDIMAGES:="@comment " -.endif - -.if !defined(WITHOUT_GALLERYEXPORT) -PLIST_SUB+= GALLERYEXPORT:="" -SUBDIRS+= galleryexport -.else -PLIST_SUB+= GALLERYEXPORT:="@comment " -.endif - -.if !defined(WITHOUT_IMAGESGALLERY) -PLIST_SUB+= IMAGESGALLERY:="" -SUBDIRS+= imagesgallery -.else -PLIST_SUB+= IMAGESGALLERY:="@comment " -.endif - -.if !defined(WITHOUT_JPEGLOSSLESS) -PLIST_SUB+= JPEGLOSSLESS:="" -SUBDIRS+= jpeglossless -.else -PLIST_SUB+= JPEGLOSSLESS:="@comment " -.endif - -.if !defined(WITHOUT_MPEGENCODER) -PLIST_SUB+= MPEGENCODER:="" -RUN_DEPENDS+= mpeg2enc:${PORTSDIR}/multimedia/mjpegtools \ - convert:${PORTSDIR}/graphics/ImageMagick -MAN1+= images2mpg.1 -SUBDIRS+= mpegencoder -.else -PLIST_SUB+= MPEGENCODER:="@comment " -.endif - -.if !defined(WITHOUT_PRINTWIZARD) -PLIST_SUB+= PRINTWIZARD:="" -SUBDIRS+= printwizard -.else -PLIST_SUB+= PRINTWIZARD:="@comment " -.endif - -.if !defined(WITHOUT_RAWCONVERTER) -PLIST_SUB+= RAWCONVERTER:="" -RUN_DEPENDS+= dcraw:${PORTSDIR}/graphics/dcraw -MAN1+= kipidcrawclient.1 -SUBDIRS+= rawconverter -.else -PLIST_SUB+= RAWCONVERTER:="@comment " -.endif - -.if !defined(WITHOUT_SENDIMAGES) -PLIST_SUB+= SENDIMAGES:="" -SUBDIRS+= sendimages -.else -PLIST_SUB+= SENDIMAGES:="@comment " -.endif - -.if !defined(WITHOUT_SLIDESHOW) -PLIST_SUB+= SLIDESHOW:="" -SUBDIRS+= slideshow -.else -PLIST_SUB+= SLIDESHOW:="@comment " -.endif - -.if !defined(WITHOUT_TIMEADJUST) -PLIST_SUB+= TIMEADJUST:="" -SUBDIRS+= timeadjust -.else -PLIST_SUB+= TIMEADJUST:="@comment " -.endif - -.if !defined(WITHOUT_WALLPAPER) -PLIST_SUB+= WALLPAPER:="" -SUBDIRS+= wallpaper -.else -PLIST_SUB+= WALLPAPER:="@comment " -.endif - -post-patch:: - @${REINPLACE_CMD} -e 's@-lpthread@${PTHREAD_LIBS}@g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's@%%SUBDIRS%%@${SUBDIRS}@g' ${WRKSRC}/kipi-plugins/Makefile.in - @${REINPLACE_CMD} -e 's@\/usr\/bin\/k3b@${PREFIX}\/bin\/k3b@g' \ - ${WRKSRC}/kipi-plugins/cdarchiving/cdarchiving.cpp \ - ${WRKSRC}/kipi-plugins/cdarchiving/cdarchivingdialog.cpp - -.include <bsd.port.post.mk> diff --git a/graphics/kipi-plugins-kde4/distinfo b/graphics/kipi-plugins-kde4/distinfo deleted file mode 100644 index e953e8ed1b73..000000000000 --- a/graphics/kipi-plugins-kde4/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (kipi-plugins-0.1.0-beta2.tar.bz2) = 1dd0cb05e0c7da43861d2bf0affaa4b3 -SIZE (kipi-plugins-0.1.0-beta2.tar.bz2) = 2819694 diff --git a/graphics/kipi-plugins-kde4/files/patch-kipi-plugins_Makefile.in b/graphics/kipi-plugins-kde4/files/patch-kipi-plugins_Makefile.in deleted file mode 100644 index 205d53d5b9f2..000000000000 --- a/graphics/kipi-plugins-kde4/files/patch-kipi-plugins_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ ---- kipi-plugins/Makefile.in.orig Wed Feb 9 16:37:03 2005 -+++ kipi-plugins/Makefile.in Sat Mar 5 18:21:29 2005 -@@ -359,10 +359,7 @@ - @compile_TIMEADJUST_TRUE@TIMEADJUSTDIR = timeadjust - @compile_ACQUIREIMAGES_TRUE@ACQUIREIMAGESDIR = acquireimages - @compile_RAWCONVERTER_TRUE@RAWCONVERTERDIR = rawconverter --SUBDIRS = printwizard calendar mpegencoder cdarchiving imagesgallery \ -- sendimages batchprocessimages wallpaper findimages galleryexport \ -- $(SLIDESHOWDIR) $(KAMERAKLIENTDIR) $(JPEGLOSSLESSDIR) \ -- $(TIMEADJUSTDIR) $(ACQUIREIMAGESDIR) $(RAWCONVERTERDIR) -+SUBDIRS = %%SUBDIRS%% - - rcdir = $(kde_datadir)/kipi - rc_DATA = tips diff --git a/graphics/kipi-plugins-kde4/pkg-descr b/graphics/kipi-plugins-kde4/pkg-descr deleted file mode 100644 index 65d730587493..000000000000 --- a/graphics/kipi-plugins-kde4/pkg-descr +++ /dev/null @@ -1,38 +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. - -These plugins are included: - -RawConverter: A raw image converter for digital cameras. -SlideShow: Slideshow with effects ripped out from kslideshow and 3D effects - using OpenGL. -MpegEncoder: Create an MPEG slideshow from your images. -ImagesGallery: An HTML gallery generator. -PrintWizard: A wizard to print images in various format. -JpegLossLess: Batch process your JPEG images without losing meta information - and compression. -CdArchiving: Archive your albums on CD or DVD using K3b. -ScanImages: Scanner management using Kooka. -ScreenshotImages: Snap screen based on KSnapshot and adapted to Kipi. -Calendar: A plugin to create calendars. -SendImages: A plugin to send images by email, allowing resizing and - recompressing before sending. -RenameImages: Batch image renamer. -ConvertImages: Batch image converter. -BorderImages: Add border to your images in batch. -FilterImages: Batch image enhancer using digital filters. -ColorImages: Batch image color enhancer. -EffectImages: Batch image transformation effects. -ResizeImages: Batch image resizer. -RecompressImages: Batch image recompressor. -FindDuplicateImages: Find duplicate images in albums. -WallPaper: Set your image as wallpaper. -TimeAdjust: Adjust image file time and date. - -WWW: http://extragear.kde.org/apps/kipi.php - -- Arjan -avleeuwen@piwebs.com diff --git a/graphics/kipi-plugins-kde4/pkg-plist b/graphics/kipi-plugins-kde4/pkg-plist deleted file mode 100644 index dc95ebe26730..000000000000 --- a/graphics/kipi-plugins-kde4/pkg-plist +++ /dev/null @@ -1,710 +0,0 @@ -%%ACQUIREIMAGES:%%lib/kde3/kipiplugin_acquireimages.la -%%ACQUIREIMAGES:%%lib/kde3/kipiplugin_acquireimages.so -%%ACQUIREIMAGES:%%share/services/kipiplugin_acquireimages.desktop - -%%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.la -%%CALENDAR:%%lib/kde3/kipiplugin_calendar.so -%%CALENDAR:%%share/services/kipiplugin_calendar.desktop - -%%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/services/kipiplugin_cdarchiving.desktop -%%CDARCHIVING:%%@dirrm share/apps/kipi/data/autorun - -%%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 - -%%GALLERYEXPORT:%%lib/kde3/kipiplugin_galleryexport.so -%%GALLERYEXPORT:%%lib/kde3/kipiplugin_galleryexport.la -%%GALLERYEXPORT:%%share/services/kipiplugin_galleryexport.desktop - -%%IMAGESGALLERY:%%lib/kde3/kipiplugin_imagesgallery.la -%%IMAGESGALLERY:%%lib/kde3/kipiplugin_imagesgallery.so -%%IMAGESGALLERY:%%share/apps/kipi/gohome.png -%%IMAGESGALLERY:%%share/apps/kipi/up.png -%%IMAGESGALLERY:%%share/apps/kipi/valid-html401.png -%%IMAGESGALLERY:%%share/services/kipiplugin_imagesgallery.desktop - -%%JPEGLOSSLESS:%%lib/kde3/kipiplugin_jpeglossless.la -%%JPEGLOSSLESS:%%lib/kde3/kipiplugin_jpeglossless.so -%%JPEGLOSSLESS:%%share/apps/kipiplugin_jpeglossless/icons/hicolor/32x32/actions/flip_image.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 - -%%MPEGENCODER:%%bin/images2mpg -%%MPEGENCODER:%%lib/kde3/kipiplugin_mpegencoder.la -%%MPEGENCODER:%%lib/kde3/kipiplugin_mpegencoder.so -%%MPEGENCODER:%%share/services/kipiplugin_mpegencoder.desktop - -%%PRINTWIZARD:%%lib/kde3/kipiplugin_printwizard.la -%%PRINTWIZARD:%%lib/kde3/kipiplugin_printwizard.so -%%PRINTWIZARD:%%share/services/kipiplugin_printwizard.desktop - -%%RAWCONVERTER:%%bin/kipidcrawclient -%%RAWCONVERTER:%%lib/kde3/kipiplugin_rawconverter.la -%%RAWCONVERTER:%%lib/kde3/kipiplugin_rawconverter.so -%%RAWCONVERTER:%%share/apps/kipiplugin_rawconverter/icons/hicolor/32x32/actions/rawconverterbatch.png -%%RAWCONVERTER:%%share/apps/kipiplugin_rawconverter/icons/hicolor/32x32/actions/rawconvertersingle.png -%%RAWCONVERTER:%%share/services/kipiplugin_rawconverter.desktop -%%RAWCONVERTER:%%@dirrm share/apps/kipiplugin_rawconverter/icons/hicolor/32x32/actions -%%RAWCONVERTER:%%@dirrm share/apps/kipiplugin_rawconverter/icons/hicolor/32x32 -%%RAWCONVERTER:%%@dirrm share/apps/kipiplugin_rawconverter/icons/hicolor -%%RAWCONVERTER:%%@dirrm share/apps/kipiplugin_rawconverter/icons -%%RAWCONVERTER:%%@dirrm share/apps/kipiplugin_rawconverter - -%%SENDIMAGES:%%lib/kde3/kipiplugin_sendimages.la -%%SENDIMAGES:%%lib/kde3/kipiplugin_sendimages.so -%%SENDIMAGES:%%share/services/kipiplugin_sendimages.desktop - -%%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.la -%%TIMEADJUST:%%lib/kde3/kipiplugin_timeadjust.so -%%TIMEADJUST:%%share/services/kipiplugin_timeadjust.desktop - -%%WALLPAPER:%%lib/kde3/kipiplugin_wallpaper.la -%%WALLPAPER:%%lib/kde3/kipiplugin_wallpaper.so -%%WALLPAPER:%%share/services/kipiplugin_wallpaper.desktop - -share/apps/kipi/tips -share/doc/HTML/da/kipi-plugins/acquireimages.docbook -share/doc/HTML/da/kipi-plugins/borderimages.docbook -share/doc/HTML/da/kipi-plugins/calendar.docbook -share/doc/HTML/da/kipi-plugins/cdarchiving.docbook -share/doc/HTML/da/kipi-plugins/colorimages.docbook -share/doc/HTML/da/kipi-plugins/common -share/doc/HTML/da/kipi-plugins/convertimages.docbook -share/doc/HTML/da/kipi-plugins/effectimages.docbook -share/doc/HTML/da/kipi-plugins/filterimages.docbook -share/doc/HTML/da/kipi-plugins/findduplicateimages.docbook -share/doc/HTML/da/kipi-plugins/imagesgallery.docbook -share/doc/HTML/da/kipi-plugins/index.cache.bz2 -share/doc/HTML/da/kipi-plugins/index.docbook -share/doc/HTML/da/kipi-plugins/jpeglossless.docbook -share/doc/HTML/da/kipi-plugins/kameraklient.docbook -share/doc/HTML/da/kipi-plugins/mpegencoder.docbook -share/doc/HTML/da/kipi-plugins/printwizard.docbook -share/doc/HTML/da/kipi-plugins/rawconverter.docbook -share/doc/HTML/da/kipi-plugins/recompressimages.docbook -share/doc/HTML/da/kipi-plugins/renameimages.docbook -share/doc/HTML/da/kipi-plugins/resizeimages.docbook -share/doc/HTML/da/kipi-plugins/sendimages.docbook -share/doc/HTML/da/kipi-plugins/slideshow.docbook -share/doc/HTML/da/kipi-plugins/timeadjust.docbook -share/doc/HTML/da/kipi-plugins/wallpaper.docbook -share/doc/HTML/en/kipi-plugins/README -share/doc/HTML/en/kipi-plugins/acquireimages.docbook -share/doc/HTML/en/kipi-plugins/borderimages.docbook -share/doc/HTML/en/kipi-plugins/calendar.docbook -share/doc/HTML/en/kipi-plugins/cdarchiving.docbook -share/doc/HTML/en/kipi-plugins/colorimages.docbook -share/doc/HTML/en/kipi-plugins/common -share/doc/HTML/en/kipi-plugins/convertimages.docbook -share/doc/HTML/en/kipi-plugins/effectimages.docbook -share/doc/HTML/en/kipi-plugins/filterimages.docbook -share/doc/HTML/en/kipi-plugins/findduplicateimages.docbook -share/doc/HTML/en/kipi-plugins/galleryexport.docbook -share/doc/HTML/en/kipi-plugins/imagesgallery.docbook -share/doc/HTML/en/kipi-plugins/index.cache.bz2 -share/doc/HTML/en/kipi-plugins/index.docbook -share/doc/HTML/en/kipi-plugins/jpeglossless.docbook -share/doc/HTML/en/kipi-plugins/kameraklient.docbook -share/doc/HTML/en/kipi-plugins/mpeg_encode_dialog.png -share/doc/HTML/en/kipi-plugins/mpegencoder.docbook -share/doc/HTML/en/kipi-plugins/printwizard.docbook -share/doc/HTML/en/kipi-plugins/raw_converter_batch.png -share/doc/HTML/en/kipi-plugins/raw_converter_single.png -share/doc/HTML/en/kipi-plugins/rawconverter.docbook -share/doc/HTML/en/kipi-plugins/recompressimages.docbook -share/doc/HTML/en/kipi-plugins/renameimages.docbook -share/doc/HTML/en/kipi-plugins/resizeimages.docbook -share/doc/HTML/en/kipi-plugins/sendimages.docbook -share/doc/HTML/en/kipi-plugins/sendimages_imageselection.png -share/doc/HTML/en/kipi-plugins/sendimages_mail.png -share/doc/HTML/en/kipi-plugins/sendimages_progress.png -share/doc/HTML/en/kipi-plugins/slideshow.docbook -share/doc/HTML/en/kipi-plugins/slideshow.png -share/doc/HTML/en/kipi-plugins/slideshow_dialog.png -share/doc/HTML/en/kipi-plugins/timeadjust.docbook -share/doc/HTML/en/kipi-plugins/wallpaper.docbook -share/doc/HTML/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/imagesgallery.docbook -share/doc/HTML/it/kipi-plugins/index.cache.bz2 -share/doc/HTML/it/kipi-plugins/index.docbook -share/doc/HTML/it/kipi-plugins/jpeglossless.docbook -share/doc/HTML/it/kipi-plugins/kameraklient.docbook -share/doc/HTML/it/kipi-plugins/mpegencoder.docbook -share/doc/HTML/it/kipi-plugins/printwizard.docbook -share/doc/HTML/it/kipi-plugins/rawconverter.docbook -share/doc/HTML/it/kipi-plugins/recompressimages.docbook -share/doc/HTML/it/kipi-plugins/renameimages.docbook -share/doc/HTML/it/kipi-plugins/resizeimages.docbook -share/doc/HTML/it/kipi-plugins/sendimages.docbook -share/doc/HTML/it/kipi-plugins/slideshow.docbook -share/doc/HTML/it/kipi-plugins/timeadjust.docbook -share/doc/HTML/it/kipi-plugins/wallpaper.docbook -share/doc/HTML/nl/kipi-plugins/acquireimages.docbook -share/doc/HTML/nl/kipi-plugins/borderimages.docbook -share/doc/HTML/nl/kipi-plugins/calendar.docbook -share/doc/HTML/nl/kipi-plugins/cdarchiving.docbook -share/doc/HTML/nl/kipi-plugins/colorimages.docbook -share/doc/HTML/nl/kipi-plugins/common -share/doc/HTML/nl/kipi-plugins/convertimages.docbook -share/doc/HTML/nl/kipi-plugins/diroperations.docbook -share/doc/HTML/nl/kipi-plugins/effectimages.docbook -share/doc/HTML/nl/kipi-plugins/filterimages.docbook -share/doc/HTML/nl/kipi-plugins/findduplicateimages.docbook -share/doc/HTML/nl/kipi-plugins/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/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/slideshow.docbook -share/doc/HTML/nl/kipi-plugins/timeadjust.docbook -share/doc/HTML/nl/kipi-plugins/wallpaper.docbook -share/doc/HTML/pt/kipi-plugins/acquireimages.docbook -share/doc/HTML/pt/kipi-plugins/borderimages.docbook -share/doc/HTML/pt/kipi-plugins/calendar.docbook -share/doc/HTML/pt/kipi-plugins/cdarchiving.docbook -share/doc/HTML/pt/kipi-plugins/colorimages.docbook -share/doc/HTML/pt/kipi-plugins/common -share/doc/HTML/pt/kipi-plugins/convertimages.docbook -share/doc/HTML/pt/kipi-plugins/diroperations.docbook -share/doc/HTML/pt/kipi-plugins/effectimages.docbook -share/doc/HTML/pt/kipi-plugins/filterimages.docbook -share/doc/HTML/pt/kipi-plugins/findduplicateimages.docbook -share/doc/HTML/pt/kipi-plugins/gammacalibration.docbook -share/doc/HTML/pt/kipi-plugins/galleryexport.docbook -share/doc/HTML/pt/kipi-plugins/imagesgallery.docbook -share/doc/HTML/pt/kipi-plugins/index.cache.bz2 -share/doc/HTML/pt/kipi-plugins/index.docbook -share/doc/HTML/pt/kipi-plugins/jpeglossless.docbook -share/doc/HTML/pt/kipi-plugins/kameraklient.docbook -share/doc/HTML/pt/kipi-plugins/mpegencoder.docbook -share/doc/HTML/pt/kipi-plugins/printwizard.docbook -share/doc/HTML/pt/kipi-plugins/rawconverter.docbook -share/doc/HTML/pt/kipi-plugins/recompressimages.docbook -share/doc/HTML/pt/kipi-plugins/renameimages.docbook -share/doc/HTML/pt/kipi-plugins/resizeimages.docbook -share/doc/HTML/pt/kipi-plugins/sendimages.docbook -share/doc/HTML/pt/kipi-plugins/slideshow.docbook -share/doc/HTML/pt/kipi-plugins/timeadjust.docbook -share/doc/HTML/pt/kipi-plugins/wallpaper.docbook -share/doc/HTML/pt_BR/kipi-plugins/acquireimages.docbook -share/doc/HTML/pt_BR/kipi-plugins/borderimages.docbook -share/doc/HTML/pt_BR/kipi-plugins/calendar.docbook -share/doc/HTML/pt_BR/kipi-plugins/cdarchiving.docbook -share/doc/HTML/pt_BR/kipi-plugins/colorimages.docbook -share/doc/HTML/pt_BR/kipi-plugins/commenteditor.docbook -share/doc/HTML/pt_BR/kipi-plugins/common -share/doc/HTML/pt_BR/kipi-plugins/convertimages.docbook -share/doc/HTML/pt_BR/kipi-plugins/diroperations.docbook -share/doc/HTML/pt_BR/kipi-plugins/effectimages.docbook -share/doc/HTML/pt_BR/kipi-plugins/filterimages.docbook -share/doc/HTML/pt_BR/kipi-plugins/findimages.docbook -share/doc/HTML/pt_BR/kipi-plugins/gammacalibration.docbook -share/doc/HTML/pt_BR/kipi-plugins/imagesgallery.docbook -share/doc/HTML/pt_BR/kipi-plugins/index.cache.bz2 -share/doc/HTML/pt_BR/kipi-plugins/index.docbook -share/doc/HTML/pt_BR/kipi-plugins/jpeglossless.docbook -share/doc/HTML/pt_BR/kipi-plugins/kameraklient.docbook -share/doc/HTML/pt_BR/kipi-plugins/mpegencoder.docbook -share/doc/HTML/pt_BR/kipi-plugins/printwizard.docbook -share/doc/HTML/pt_BR/kipi-plugins/rawconverter.docbook -share/doc/HTML/pt_BR/kipi-plugins/recompressimages.docbook -share/doc/HTML/pt_BR/kipi-plugins/renameimages.docbook -share/doc/HTML/pt_BR/kipi-plugins/resizeimages.docbook -share/doc/HTML/pt_BR/kipi-plugins/sendimages.docbook -share/doc/HTML/pt_BR/kipi-plugins/slideshow.docbook -share/doc/HTML/pt_BR/kipi-plugins/timeadjust.docbook -share/doc/HTML/pt_BR/kipi-plugins/wallpaper.docbook -share/doc/HTML/ru/kipi-plugins/calendar.docbook -share/doc/HTML/sv/kipi-plugins/acquireimages.docbook -share/doc/HTML/sv/kipi-plugins/borderimages.docbook -share/doc/HTML/sv/kipi-plugins/calendar.docbook -share/doc/HTML/sv/kipi-plugins/cdarchiving.docbook -share/doc/HTML/sv/kipi-plugins/colorimages.docbook -share/doc/HTML/sv/kipi-plugins/common -share/doc/HTML/sv/kipi-plugins/convertimages.docbook -share/doc/HTML/sv/kipi-plugins/effectimages.docbook -share/doc/HTML/sv/kipi-plugins/filterimages.docbook -share/doc/HTML/sv/kipi-plugins/findduplicateimages.docbook -share/doc/HTML/sv/kipi-plugins/galleryexport.docbook -share/doc/HTML/sv/kipi-plugins/imagesgallery.docbook -share/doc/HTML/sv/kipi-plugins/index.cache.bz2 -share/doc/HTML/sv/kipi-plugins/index.docbook -share/doc/HTML/sv/kipi-plugins/jpeglossless.docbook -share/doc/HTML/sv/kipi-plugins/kameraklient.docbook -share/doc/HTML/sv/kipi-plugins/mpeg_encode_dialog.png -share/doc/HTML/sv/kipi-plugins/mpegencoder.docbook -share/doc/HTML/sv/kipi-plugins/printwizard.docbook -share/doc/HTML/sv/kipi-plugins/raw_converter_batch.png -share/doc/HTML/sv/kipi-plugins/raw_converter_single.png -share/doc/HTML/sv/kipi-plugins/rawconverter.docbook -share/doc/HTML/sv/kipi-plugins/recompressimages.docbook -share/doc/HTML/sv/kipi-plugins/renameimages.docbook -share/doc/HTML/sv/kipi-plugins/resizeimages.docbook -share/doc/HTML/sv/kipi-plugins/sendimages.docbook -share/doc/HTML/sv/kipi-plugins/sendimages_imageselection.png -share/doc/HTML/sv/kipi-plugins/sendimages_mail.png -share/doc/HTML/sv/kipi-plugins/sendimages_progress.png -share/doc/HTML/sv/kipi-plugins/slideshow.docbook -share/doc/HTML/sv/kipi-plugins/slideshow_dialog.png -share/doc/HTML/sv/kipi-plugins/timeadjust.docbook -share/doc/HTML/sv/kipi-plugins/wallpaper.docbook -share/locale/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_galleryexport.mo -share/locale/br/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/br/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/br/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/br/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/br/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/br/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/br/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/br/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/br/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/br/LC_MESSAGES/kipiplugins.mo -share/locale/ca/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/ca/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/ca/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/ca/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/ca/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/ca/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/ca/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/ca/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/ca/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/ca/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/ca/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/ca/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/ca/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/ca/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/ca/LC_MESSAGES/kipiplugins.mo -share/locale/cs/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/cs/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/cs/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/cs/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/cs/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/cs/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/cs/LC_MESSAGES/kipiplugin_jpeglossless.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/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_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_galleryexport.mo -share/locale/da/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/da/LC_MESSAGES/kipiplugin_jpeglossless.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_slideshow.mo -share/locale/da/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/da/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/da/LC_MESSAGES/kipiplugins.mo -share/locale/de/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/de/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/de/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/de/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/de/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/de/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/de/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/de/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/de/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/de/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/de/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/de/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/de/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/de/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/de/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/de/LC_MESSAGES/kipiplugins.mo -share/locale/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_galleryexport.mo -share/locale/es/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/es/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/es/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/es/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/es/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/es/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/es/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/es/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/es/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/es/LC_MESSAGES/kipiplugins.mo -share/locale/et/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/et/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/et/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/et/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/et/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/et/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/et/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/et/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/et/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/et/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/et/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/et/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/et/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/et/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/et/LC_MESSAGES/kipiplugins.mo -share/locale/fi/LC_MESSAGES/kipiplugin_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_galleryexport.mo -share/locale/fr/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/fr/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/fr/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/fr/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/fr/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/fr/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/fr/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/fr/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/fr/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/fr/LC_MESSAGES/kipiplugins.mo -share/locale/ga/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/ga/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/ga/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/ga/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/ga/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/ga/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/ga/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/ga/LC_MESSAGES/kipiplugin_jpeglossless.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/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_sendimages.mo -share/locale/hu/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/is/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/is/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/is/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/is/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/is/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/is/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/is/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/is/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/is/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/is/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/is/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/is/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/is/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/is/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/is/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/is/LC_MESSAGES/kipiplugins.mo -share/locale/it/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/it/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/it/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/it/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/it/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/it/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/it/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/it/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/it/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/it/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/it/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/it/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/it/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/it/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/it/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/it/LC_MESSAGES/kipiplugins.mo -share/locale/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_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_wallpaper.mo -share/locale/lt/LC_MESSAGES/kipiplugins.mo -share/locale/mt/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/mt/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/mt/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/mt/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/mt/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/mt/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/mt/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/mt/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/mt/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/mt/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/mt/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/mt/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/mt/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/mt/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/mt/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/mt/LC_MESSAGES/kipiplugins.mo -share/locale/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_galleryexport.mo -share/locale/nl/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/nl/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/nl/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/nl/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/nl/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/nl/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/nl/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/nl/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/nl/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/nl/LC_MESSAGES/kipiplugins.mo -share/locale/nn/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/nn/LC_MESSAGES/kipiplugin_wallpaper.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_imagesgallery.mo -share/locale/pl/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/pl/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/pl/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/pl/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/pl/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/pl/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/pl/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/pl/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/pl/LC_MESSAGES/kipiplugins.mo -share/locale/pt/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/pt/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/pt/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/pt/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/pt/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/pt/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/pt/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/pt/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/pt/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/pt/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/pt/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/pt/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/pt/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/pt/LC_MESSAGES/kipiplugins.mo -share/locale/pt_BR/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/pt_BR/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/pt_BR/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/pt_BR/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/pt_BR/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/pt_BR/LC_MESSAGES/kipiplugin_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/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_imagesgallery.mo -share/locale/sr/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/sr/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/sr/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/sr/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/sr/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/sr/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/sr/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/sr/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/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_galleryexport.mo -share/locale/sv/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/sv/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/sv/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/sv/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/sv/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/sv/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/sv/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/sv/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/sv/LC_MESSAGES/kipiplugins.mo -share/locale/ta/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/ta/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/ta/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/ta/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/ta/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/ta/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/ta/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/ta/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/ta/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/ta/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/ta/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/ta/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/ta/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/ta/LC_MESSAGES/kipiplugin_timeadjust.mo -share/locale/ta/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/ta/LC_MESSAGES/kipiplugins.mo -share/locale/tr/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/tr/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/tr/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/tr/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/tr/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/tr/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/tr/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/tr/LC_MESSAGES/kipiplugin_jpeglossless.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/xx/LC_MESSAGES/kipiplugin_acquireimages.mo -share/locale/xx/LC_MESSAGES/kipiplugin_batchprocessimages.mo -share/locale/xx/LC_MESSAGES/kipiplugin_calendar.mo -share/locale/xx/LC_MESSAGES/kipiplugin_cdarchiving.mo -share/locale/xx/LC_MESSAGES/kipiplugin_findimages.mo -share/locale/xx/LC_MESSAGES/kipiplugin_galleryexport.mo -share/locale/xx/LC_MESSAGES/kipiplugin_imagesgallery.mo -share/locale/xx/LC_MESSAGES/kipiplugin_jpeglossless.mo -share/locale/xx/LC_MESSAGES/kipiplugin_mpegencoder.mo -share/locale/xx/LC_MESSAGES/kipiplugin_printwizard.mo -share/locale/xx/LC_MESSAGES/kipiplugin_rawconverter.mo -share/locale/xx/LC_MESSAGES/kipiplugin_sendimages.mo -share/locale/xx/LC_MESSAGES/kipiplugin_slideshow.mo -share/locale/xx/LC_MESSAGES/kipiplugin_wallpaper.mo -share/locale/xx/LC_MESSAGES/kipiplugins.mo -@dirrm share/locale/xx/LC_MESSAGES -@dirrm share/locale/xx -share/locale/zh_CN/LC_MESSAGES/kipiplugin_acquireimages.mo - -@dirrm share/doc/HTML/sv/kipi-plugins -@dirrm share/doc/HTML/ru/kipi-plugins -@dirrm share/doc/HTML/pt_BR/kipi-plugins -@dirrm share/doc/HTML/pt/kipi-plugins -@dirrm share/doc/HTML/nl/kipi-plugins -@dirrm share/doc/HTML/it/kipi-plugins -@dirrm share/doc/HTML/en/kipi-plugins -@dirrm share/doc/HTML/da/kipi-plugins - diff --git a/graphics/kphotoalbum-kde4/Makefile b/graphics/kphotoalbum-kde4/Makefile deleted file mode 100644 index 18ec9f54e319..000000000000 --- a/graphics/kphotoalbum-kde4/Makefile +++ /dev/null @@ -1,29 +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= kimdaba -PORTVERSION= 2.1 -CATEGORIES= graphics kde -MASTER_SITES= http://ktown.kde.org/kimdaba/download/ - -MAINTAINER= markus@FreeBSD.org -COMMENT= Image database for KDE - -RUN_DEPENDS= kipidcrawclient:${PORTSDIR}/graphics/kipi-plugins -BUILD_DEPENDS= ${RUN_DEPENDS} - -USE_KDELIBS_VER= 3 -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_REINPLACE= yes - -post-patch: - @${REINPLACE_CMD} -e 's/-O2//g' ${WRKSRC}/${CONFIGURE_SCRIPT} - @${FIND} ${WRKSRC}/translations -name Makefile.in | ${XARGS} \ - ${REINPLACE_CMD} -e 's|LANG)/doc|LANG)/kimdaba|g' - -.include <bsd.port.mk> diff --git a/graphics/kphotoalbum-kde4/distinfo b/graphics/kphotoalbum-kde4/distinfo deleted file mode 100644 index c41818b22c2b..000000000000 --- a/graphics/kphotoalbum-kde4/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (kimdaba-2.1.tar.bz2) = 5c8b3e1d806c069830e893e5a433234a -SIZE (kimdaba-2.1.tar.bz2) = 11558295 diff --git a/graphics/kphotoalbum-kde4/pkg-descr b/graphics/kphotoalbum-kde4/pkg-descr deleted file mode 100644 index 5ae42177cca9..000000000000 --- a/graphics/kphotoalbum-kde4/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -KDE Image Database (KimDaBa) is a tool for annotating, searching, and viewing -images. The annotation is done by telling KimDaBa who is on the images, where -the images were taken, and (optionally) adding descriptions. - -KimDaBa is highly optimized for easy annotating 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@blackie.dk> -WWW: http://ktown.kde.org/kimdaba/ diff --git a/graphics/kphotoalbum-kde4/pkg-plist b/graphics/kphotoalbum-kde4/pkg-plist deleted file mode 100644 index be2a98ee1e5d..000000000000 --- a/graphics/kphotoalbum-kde4/pkg-plist +++ /dev/null @@ -1,391 +0,0 @@ -bin/kimdaba -share/applications/kde/kimdaba-import.desktop -share/applications/kde/kimdaba.desktop -share/apps/kimdaba/default-setup -share/apps/kimdaba/demo/CategoryImages/Keywords-beers.jpg -share/apps/kimdaba/demo/CategoryImages/Keywords-new_wave.jpg -share/apps/kimdaba/demo/CategoryImages/Keywords-silo_falls_over.jpg -share/apps/kimdaba/demo/CategoryImages/Locations-Chicago.jpg -share/apps/kimdaba/demo/CategoryImages/Locations-Grand_Canyon.jpg -share/apps/kimdaba/demo/CategoryImages/Locations-Pool_Club.jpg -share/apps/kimdaba/demo/CategoryImages/Persons-Anne_Helene.jpg -share/apps/kimdaba/demo/CategoryImages/Persons-Donna.jpg -share/apps/kimdaba/demo/CategoryImages/Persons-Jesper.jpg -share/apps/kimdaba/demo/CategoryImages/Persons-Spiff.jpg -share/apps/kimdaba/demo/img001.jpg -share/apps/kimdaba/demo/img002.jpg -share/apps/kimdaba/demo/img003.jpg -share/apps/kimdaba/demo/img004.jpg -share/apps/kimdaba/demo/img005.jpg -share/apps/kimdaba/demo/img006.jpg -share/apps/kimdaba/demo/img007.jpg -share/apps/kimdaba/demo/img008.jpg -share/apps/kimdaba/demo/img009.jpg -share/apps/kimdaba/demo/img010.jpg -share/apps/kimdaba/demo/img011.jpg -share/apps/kimdaba/demo/img012.jpg -share/apps/kimdaba/demo/img013.jpg -share/apps/kimdaba/demo/img014.jpg -share/apps/kimdaba/demo/img015.jpg -share/apps/kimdaba/demo/img016.jpg -share/apps/kimdaba/demo/img017.jpg -share/apps/kimdaba/demo/img018.jpg -share/apps/kimdaba/demo/img019.jpg -share/apps/kimdaba/demo/img020.jpg -share/apps/kimdaba/demo/img021.jpg -share/apps/kimdaba/demo/img022.jpg -share/apps/kimdaba/demo/img023.jpg -share/apps/kimdaba/demo/img024.jpg -share/apps/kimdaba/demo/index.xml -share/apps/kimdaba/icons/hicolor/16x16/actions/ellipsetool.png -share/apps/kimdaba/icons/hicolor/16x16/actions/linetool.png -share/apps/kimdaba/icons/hicolor/16x16/actions/recttool.png -share/apps/kimdaba/icons/hicolor/16x16/actions/selecttool.png -share/apps/kimdaba/icons/hicolor/16x16/actions/texttool.png -share/apps/kimdaba/icons/hicolor/16x16/actions/video.png -share/apps/kimdaba/icons/hicolor/22x22/actions/key.png -share/apps/kimdaba/kimdabaui.rc -share/apps/kimdaba/pics/exclamationmark.png -share/apps/kimdaba/pics/multiconfig.jpg -share/apps/kimdaba/pics/questionmark-flipped.png -share/apps/kimdaba/pics/questionmark.png -share/apps/kimdaba/pics/search.jpg -share/apps/kimdaba/pics/splash-large.png -share/apps/kimdaba/pics/splash.png -share/apps/kimdaba/themes/blue/imagepage.html -share/apps/kimdaba/themes/blue/kimdaba.theme -share/apps/kimdaba/themes/blue/mainpage.css -share/apps/kimdaba/themes/blue/mainpage.html -share/apps/kimdaba/themes/grey/imagepage.html -share/apps/kimdaba/themes/grey/kimdaba.theme -share/apps/kimdaba/themes/grey/mainpage.css -share/apps/kimdaba/themes/grey/mainpage.html -share/apps/kimdaba/themes/rounded/downbar.png -share/apps/kimdaba/themes/rounded/downleft.png -share/apps/kimdaba/themes/rounded/downright.png -share/apps/kimdaba/themes/rounded/imagepage.html -share/apps/kimdaba/themes/rounded/kimdaba.theme -share/apps/kimdaba/themes/rounded/leftbar.png -share/apps/kimdaba/themes/rounded/mainpage.css -share/apps/kimdaba/themes/rounded/mainpage.html -share/apps/kimdaba/themes/rounded/rightbar.png -share/apps/kimdaba/themes/rounded/upbar.png -share/apps/kimdaba/themes/rounded/upleft.png -share/apps/kimdaba/themes/rounded/upright.png -share/apps/kimdaba/tips -share/doc/HTML/da/kimdaba/browsing.docbook -share/doc/HTML/da/kimdaba/common -share/doc/HTML/da/kimdaba/datebar.docbook -share/doc/HTML/da/kimdaba/generating-html.docbook -share/doc/HTML/da/kimdaba/importexport.docbook -share/doc/HTML/da/kimdaba/index.cache.bz2 -share/doc/HTML/da/kimdaba/index.docbook -share/doc/HTML/da/kimdaba/introduction.docbook -share/doc/HTML/da/kimdaba/options.docbook -share/doc/HTML/da/kimdaba/plugins.docbook -share/doc/HTML/da/kimdaba/setting-properties.docbook -share/doc/HTML/da/kimdaba/thumbnail-view.docbook -share/doc/HTML/da/kimdaba/viewer.docbook -share/doc/HTML/de/kimdaba/browsing.docbook -share/doc/HTML/de/kimdaba/common -share/doc/HTML/de/kimdaba/generating-html.docbook -share/doc/HTML/de/kimdaba/importexport.docbook -share/doc/HTML/de/kimdaba/index.cache.bz2 -share/doc/HTML/de/kimdaba/index.docbook -share/doc/HTML/de/kimdaba/introduction.docbook -share/doc/HTML/de/kimdaba/options.docbook -share/doc/HTML/de/kimdaba/plugins.docbook -share/doc/HTML/de/kimdaba/setting-properties.docbook -share/doc/HTML/de/kimdaba/thumbnail-view.docbook -share/doc/HTML/de/kimdaba/viewer.docbook -share/doc/HTML/en/kimdaba/browser-for-jesper.png -share/doc/HTML/en/kimdaba/browser-for-persons.png -share/doc/HTML/en/kimdaba/browser-with-images.png -share/doc/HTML/en/kimdaba/browsing.docbook -share/doc/HTML/en/kimdaba/categoryEditor.png -share/doc/HTML/en/kimdaba/common -share/doc/HTML/en/kimdaba/datebar-for-minutes.png -share/doc/HTML/en/kimdaba/datebar.docbook -share/doc/HTML/en/kimdaba/datebar.png -share/doc/HTML/en/kimdaba/delete-images.png -share/doc/HTML/en/kimdaba/draw-on-image.png -share/doc/HTML/en/kimdaba/edit-properies-menu.png -share/doc/HTML/en/kimdaba/empty-browser-window.png -share/doc/HTML/en/kimdaba/generating-html.docbook -share/doc/HTML/en/kimdaba/image-config-window.png -share/doc/HTML/en/kimdaba/images-with-tokens.png -share/doc/HTML/en/kimdaba/imagesForPersons.png -share/doc/HTML/en/kimdaba/import-dialog.png -share/doc/HTML/en/kimdaba/importexport.docbook -share/doc/HTML/en/kimdaba/index.cache.bz2 -share/doc/HTML/en/kimdaba/index.docbook -share/doc/HTML/en/kimdaba/introduction.docbook -share/doc/HTML/en/kimdaba/marking-zoom-rectangle.png -share/doc/HTML/en/kimdaba/member-group-setting.png -share/doc/HTML/en/kimdaba/offline-mode.png -share/doc/HTML/en/kimdaba/options-general.png -share/doc/HTML/en/kimdaba/options-groups.png -share/doc/HTML/en/kimdaba/options-member.png -share/doc/HTML/en/kimdaba/options-thumbnailview.png -share/doc/HTML/en/kimdaba/options-viewer.png -share/doc/HTML/en/kimdaba/options.docbook -share/doc/HTML/en/kimdaba/plugins.docbook -share/doc/HTML/en/kimdaba/redisplay-frames.png -share/doc/HTML/en/kimdaba/search.png -share/doc/HTML/en/kimdaba/setting-properties.docbook -share/doc/HTML/en/kimdaba/thumbnail-view.docbook -share/doc/HTML/en/kimdaba/thumbnailview.png -share/doc/HTML/en/kimdaba/tokens-in-browser.png -share/doc/HTML/en/kimdaba/usa-as-a-member.png -share/doc/HTML/en/kimdaba/viewer-contextmenu.png -share/doc/HTML/en/kimdaba/viewer.docbook -share/doc/HTML/en/kimdaba/viewer.png -share/doc/HTML/en/kimdaba/zoomed-view.png -share/doc/HTML/et/kimdaba/browsing.docbook -share/doc/HTML/et/kimdaba/common -share/doc/HTML/et/kimdaba/generating-html.docbook -share/doc/HTML/et/kimdaba/importexport.docbook -share/doc/HTML/et/kimdaba/index.cache.bz2 -share/doc/HTML/et/kimdaba/index.docbook -share/doc/HTML/et/kimdaba/introduction.docbook -share/doc/HTML/et/kimdaba/options.docbook -share/doc/HTML/et/kimdaba/plugins.docbook -share/doc/HTML/et/kimdaba/setting-properties.docbook -share/doc/HTML/et/kimdaba/thumbnail-view.docbook -share/doc/HTML/et/kimdaba/viewer.docbook -share/doc/HTML/fr/kimdaba/browsing.docbook -share/doc/HTML/fr/kimdaba/common -share/doc/HTML/fr/kimdaba/generating-html.docbook -share/doc/HTML/fr/kimdaba/importexport.docbook -share/doc/HTML/fr/kimdaba/index.cache.bz2 -share/doc/HTML/fr/kimdaba/index.docbook -share/doc/HTML/fr/kimdaba/introduction.docbook -share/doc/HTML/fr/kimdaba/options.docbook -share/doc/HTML/fr/kimdaba/plugins.docbook -share/doc/HTML/fr/kimdaba/setting-properties.docbook -share/doc/HTML/fr/kimdaba/thumbnail-view.docbook -share/doc/HTML/fr/kimdaba/viewer.docbook -share/doc/HTML/it/kimdaba/browser-for-jesper.png -share/doc/HTML/it/kimdaba/browser-for-persons.png -share/doc/HTML/it/kimdaba/browser-with-images.png -share/doc/HTML/it/kimdaba/browsing.docbook -share/doc/HTML/it/kimdaba/categoryEditor.png -share/doc/HTML/it/kimdaba/common -share/doc/HTML/it/kimdaba/datebar.docbook -share/doc/HTML/it/kimdaba/delete-images.png -share/doc/HTML/it/kimdaba/draw-on-image.png -share/doc/HTML/it/kimdaba/edit-properies-menu.png -share/doc/HTML/it/kimdaba/empty-browser-window.png -share/doc/HTML/it/kimdaba/generating-html.docbook -share/doc/HTML/it/kimdaba/image-config-window.png -share/doc/HTML/it/kimdaba/imagesForPersons.png -share/doc/HTML/it/kimdaba/importexport.docbook -share/doc/HTML/it/kimdaba/index.cache.bz2 -share/doc/HTML/it/kimdaba/index.docbook -share/doc/HTML/it/kimdaba/introduction.docbook -share/doc/HTML/it/kimdaba/marking-zoom-rectangle.png -share/doc/HTML/it/kimdaba/offline-mode.png -share/doc/HTML/it/kimdaba/options-general.png -share/doc/HTML/it/kimdaba/options-groups.png -share/doc/HTML/it/kimdaba/options-member.png -share/doc/HTML/it/kimdaba/options.docbook -share/doc/HTML/it/kimdaba/plugins.docbook -share/doc/HTML/it/kimdaba/redisplay-frames.png -share/doc/HTML/it/kimdaba/search.png -share/doc/HTML/it/kimdaba/setting-properties.docbook -share/doc/HTML/it/kimdaba/thumbnail-view.docbook -share/doc/HTML/it/kimdaba/thumbnailview.png -share/doc/HTML/it/kimdaba/usa-as-a-member.png -share/doc/HTML/it/kimdaba/viewer-contextmenu.png -share/doc/HTML/it/kimdaba/viewer.docbook -share/doc/HTML/it/kimdaba/viewer.png -share/doc/HTML/it/kimdaba/zoomed-view.png -share/doc/HTML/nl/kimdaba/browsing.docbook -share/doc/HTML/nl/kimdaba/common -share/doc/HTML/nl/kimdaba/datebar.docbook -share/doc/HTML/nl/kimdaba/generating-html.docbook -share/doc/HTML/nl/kimdaba/importexport.docbook -share/doc/HTML/nl/kimdaba/index.cache.bz2 -share/doc/HTML/nl/kimdaba/index.docbook -share/doc/HTML/nl/kimdaba/introduction.docbook -share/doc/HTML/nl/kimdaba/options.docbook -share/doc/HTML/nl/kimdaba/plugins.docbook -share/doc/HTML/nl/kimdaba/setting-properties.docbook -share/doc/HTML/nl/kimdaba/thumbnail-view.docbook -share/doc/HTML/nl/kimdaba/viewer.docbook -share/doc/HTML/pt/kimdaba/browsing.docbook -share/doc/HTML/pt/kimdaba/common -share/doc/HTML/pt/kimdaba/datebar.docbook -share/doc/HTML/pt/kimdaba/generating-html.docbook -share/doc/HTML/pt/kimdaba/importexport.docbook -share/doc/HTML/pt/kimdaba/index.cache.bz2 -share/doc/HTML/pt/kimdaba/index.docbook -share/doc/HTML/pt/kimdaba/introduction.docbook -share/doc/HTML/pt/kimdaba/options.docbook -share/doc/HTML/pt/kimdaba/plugins.docbook -share/doc/HTML/pt/kimdaba/setting-properties.docbook -share/doc/HTML/pt/kimdaba/thumbnail-view.docbook -share/doc/HTML/pt/kimdaba/viewer.docbook -share/doc/HTML/ru/kimdaba/browsing.docbook -share/doc/HTML/ru/kimdaba/common -share/doc/HTML/ru/kimdaba/generating-html.docbook -share/doc/HTML/ru/kimdaba/index.cache.bz2 -share/doc/HTML/ru/kimdaba/index.docbook -share/doc/HTML/ru/kimdaba/introduction.docbook -share/doc/HTML/ru/kimdaba/options.docbook -share/doc/HTML/ru/kimdaba/setting-properties.docbook -share/doc/HTML/ru/kimdaba/thumbnail-view.docbook -share/doc/HTML/ru/kimdaba/viewer.docbook -share/doc/HTML/sv/kimdaba/browser-for-jesper.png -share/doc/HTML/sv/kimdaba/browser-for-persons.png -share/doc/HTML/sv/kimdaba/browser-with-images.png -share/doc/HTML/sv/kimdaba/browsing.docbook -share/doc/HTML/sv/kimdaba/categoryEditor.png -share/doc/HTML/sv/kimdaba/common -share/doc/HTML/sv/kimdaba/datebar-for-minutes.png -share/doc/HTML/sv/kimdaba/datebar.docbook -share/doc/HTML/sv/kimdaba/datebar.png -share/doc/HTML/sv/kimdaba/delete-images.png -share/doc/HTML/sv/kimdaba/draw-on-image.png -share/doc/HTML/sv/kimdaba/edit-properies-menu.png -share/doc/HTML/sv/kimdaba/empty-browser-window.png -share/doc/HTML/sv/kimdaba/generating-html.docbook -share/doc/HTML/sv/kimdaba/image-config-window.png -share/doc/HTML/sv/kimdaba/images-with-tokens.png -share/doc/HTML/sv/kimdaba/imagesForPersons.png -share/doc/HTML/sv/kimdaba/import-dialog.png -share/doc/HTML/sv/kimdaba/importexport.docbook -share/doc/HTML/sv/kimdaba/index.cache.bz2 -share/doc/HTML/sv/kimdaba/index.docbook -share/doc/HTML/sv/kimdaba/introduction.docbook -share/doc/HTML/sv/kimdaba/marking-zoom-rectangle.png -share/doc/HTML/sv/kimdaba/member-group-setting.png -share/doc/HTML/sv/kimdaba/offline-mode.png -share/doc/HTML/sv/kimdaba/options-general.png -share/doc/HTML/sv/kimdaba/options-groups.png -share/doc/HTML/sv/kimdaba/options-member.png -share/doc/HTML/sv/kimdaba/options-thumbnailview.png -share/doc/HTML/sv/kimdaba/options-viewer.png -share/doc/HTML/sv/kimdaba/options.docbook -share/doc/HTML/sv/kimdaba/plugins.docbook -share/doc/HTML/sv/kimdaba/redisplay-frames.png -share/doc/HTML/sv/kimdaba/search.png -share/doc/HTML/sv/kimdaba/setting-properties.docbook -share/doc/HTML/sv/kimdaba/thumbnail-view.docbook -share/doc/HTML/sv/kimdaba/thumbnailview.png -share/doc/HTML/sv/kimdaba/tokens-in-browser.png -share/doc/HTML/sv/kimdaba/usa-as-a-member.png -share/doc/HTML/sv/kimdaba/viewer-contextmenu.png -share/doc/HTML/sv/kimdaba/viewer.docbook -share/doc/HTML/sv/kimdaba/viewer.png -share/doc/HTML/sv/kimdaba/zoomed-view.png -share/icons/hicolor/128x128/apps/kimdaba.png -share/icons/hicolor/16x16/apps/kimdaba.png -share/icons/hicolor/22x22/apps/kimdaba.png -share/icons/hicolor/32x32/apps/kimdaba.png -share/icons/hicolor/48x48/apps/kimdaba.png -share/icons/hicolor/64x64/apps/kimdaba.png -share/locale/br/LC_MESSAGES/kimdaba.mo -share/locale/ca/LC_MESSAGES/kimdaba.mo -share/locale/cs/LC_MESSAGES/kimdaba.mo -share/locale/cy/LC_MESSAGES/kimdaba.mo -share/locale/da/LC_MESSAGES/kimdaba.mo -share/locale/de/LC_MESSAGES/kimdaba.mo -share/locale/en_GB/LC_MESSAGES/kimdaba.mo -share/locale/es/LC_MESSAGES/kimdaba.mo -share/locale/et/LC_MESSAGES/kimdaba.mo -share/locale/fi/LC_MESSAGES/kimdaba.mo -share/locale/fr/LC_MESSAGES/kimdaba.mo -share/locale/ga/LC_MESSAGES/kimdaba.mo -share/locale/gl/LC_MESSAGES/kimdaba.mo -share/locale/hi/LC_MESSAGES/kimdaba.mo -share/locale/is/LC_MESSAGES/kimdaba.mo -share/locale/it/LC_MESSAGES/kimdaba.mo -share/locale/lt/LC_MESSAGES/kimdaba.mo -share/locale/mt/LC_MESSAGES/kimdaba.mo -share/locale/nb/LC_MESSAGES/kimdaba.mo -share/locale/nl/LC_MESSAGES/kimdaba.mo -share/locale/pl/LC_MESSAGES/kimdaba.mo -share/locale/pt/LC_MESSAGES/kimdaba.mo -share/locale/pt_BR/LC_MESSAGES/kimdaba.mo -share/locale/ro/LC_MESSAGES/kimdaba.mo -share/locale/ru/LC_MESSAGES/kimdaba.mo -share/locale/sr/LC_MESSAGES/kimdaba.mo -share/locale/sr@Latn/LC_MESSAGES/kimdaba.mo -share/locale/sv/LC_MESSAGES/kimdaba.mo -share/locale/ta/LC_MESSAGES/kimdaba.mo -share/locale/tr/LC_MESSAGES/kimdaba.mo -share/locale/zh_CN/LC_MESSAGES/kimdaba.mo -share/mimelnk/application/x-vnd.kde.kimdaba-import.desktop -@unexec rmdir %D/share/mimelnk/application 2>/dev/null || true -@unexec rmdir %D/share/mimelnk 2>/dev/null || true -@unexec rmdir %D/share/locale/zh_CN/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/zh_CN 2>/dev/null || true -@unexec rmdir %D/share/locale/sr/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/sr 2>/dev/null || true -@unexec rmdir %D/share/locale/ro/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/ro 2>/dev/null || true -@unexec rmdir %D/share/locale/pt/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/pt 2>/dev/null || true -@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/pl 2>/dev/null || true -@unexec rmdir %D/share/locale/gl/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/gl 2>/dev/null || true -@unexec rmdir %D/share/locale/fi/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/fi 2>/dev/null || true -@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/cs 2>/dev/null || true -@unexec rmdir %D/share/locale/ca/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/ca 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/64x64/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/64x64 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/48x48/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/48x48 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/22x22/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/22x22 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/128x128/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/128x128 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true -@unexec rmdir %D/share/icons 2>/dev/null || true -@dirrm share/doc/HTML/sv/kimdaba -@unexec rmdir %D/share/doc/HTML/sv 2>/dev/null || true -@dirrm share/doc/HTML/ru/kimdaba -@unexec rmdir %D/share/doc/HTML/ru 2>/dev/null || true -@dirrm share/doc/HTML/pt/kimdaba -@unexec rmdir %D/share/doc/HTML/pt 2>/dev/null || true -@dirrm share/doc/HTML/nl/kimdaba -@unexec rmdir %D/share/doc/HTML/nl 2>/dev/null || true -@dirrm share/doc/HTML/it/kimdaba -@unexec rmdir %D/share/doc/HTML/it 2>/dev/null || true -@dirrm share/doc/HTML/fr/kimdaba -@unexec rmdir %D/share/doc/HTML/fr 2>/dev/null || true -@dirrm share/doc/HTML/et/kimdaba -@unexec rmdir %D/share/doc/HTML/et 2>/dev/null || true -@dirrm share/doc/HTML/en/kimdaba -@unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true -@dirrm share/doc/HTML/de/kimdaba -@unexec rmdir %D/share/doc/HTML/de 2>/dev/null || true -@dirrm share/doc/HTML/da/kimdaba -@unexec rmdir %D/share/doc/HTML/da 2>/dev/null || true -@unexec rmdir %D/share/doc/HTML 2>/dev/null || true -@dirrm share/apps/kimdaba/themes/rounded -@dirrm share/apps/kimdaba/themes/grey -@dirrm share/apps/kimdaba/themes/blue -@dirrm share/apps/kimdaba/themes -@dirrm share/apps/kimdaba/pics -@dirrm share/apps/kimdaba/icons/hicolor/22x22/actions -@dirrm share/apps/kimdaba/icons/hicolor/22x22 -@dirrm share/apps/kimdaba/icons/hicolor/16x16/actions -@dirrm share/apps/kimdaba/icons/hicolor/16x16 -@dirrm share/apps/kimdaba/icons/hicolor -@dirrm share/apps/kimdaba/icons -@dirrm share/apps/kimdaba/demo/CategoryImages -@dirrm share/apps/kimdaba/demo -@dirrm share/apps/kimdaba -@unexec rmdir %D/share/apps 2>/dev/null || true -@unexec rmdir %D/share/applications/kde 2>/dev/null || true -@unexec rmdir %D/share/applications 2>/dev/null || true diff --git a/graphics/kphotoalbum/Makefile b/graphics/kphotoalbum/Makefile deleted file mode 100644 index 18ec9f54e319..000000000000 --- a/graphics/kphotoalbum/Makefile +++ /dev/null @@ -1,29 +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= kimdaba -PORTVERSION= 2.1 -CATEGORIES= graphics kde -MASTER_SITES= http://ktown.kde.org/kimdaba/download/ - -MAINTAINER= markus@FreeBSD.org -COMMENT= Image database for KDE - -RUN_DEPENDS= kipidcrawclient:${PORTSDIR}/graphics/kipi-plugins -BUILD_DEPENDS= ${RUN_DEPENDS} - -USE_KDELIBS_VER= 3 -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_REINPLACE= yes - -post-patch: - @${REINPLACE_CMD} -e 's/-O2//g' ${WRKSRC}/${CONFIGURE_SCRIPT} - @${FIND} ${WRKSRC}/translations -name Makefile.in | ${XARGS} \ - ${REINPLACE_CMD} -e 's|LANG)/doc|LANG)/kimdaba|g' - -.include <bsd.port.mk> diff --git a/graphics/kphotoalbum/distinfo b/graphics/kphotoalbum/distinfo deleted file mode 100644 index c41818b22c2b..000000000000 --- a/graphics/kphotoalbum/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (kimdaba-2.1.tar.bz2) = 5c8b3e1d806c069830e893e5a433234a -SIZE (kimdaba-2.1.tar.bz2) = 11558295 diff --git a/graphics/kphotoalbum/pkg-descr b/graphics/kphotoalbum/pkg-descr deleted file mode 100644 index 5ae42177cca9..000000000000 --- a/graphics/kphotoalbum/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -KDE Image Database (KimDaBa) is a tool for annotating, searching, and viewing -images. The annotation is done by telling KimDaBa who is on the images, where -the images were taken, and (optionally) adding descriptions. - -KimDaBa is highly optimized for easy annotating 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@blackie.dk> -WWW: http://ktown.kde.org/kimdaba/ diff --git a/graphics/kphotoalbum/pkg-plist b/graphics/kphotoalbum/pkg-plist deleted file mode 100644 index be2a98ee1e5d..000000000000 --- a/graphics/kphotoalbum/pkg-plist +++ /dev/null @@ -1,391 +0,0 @@ -bin/kimdaba -share/applications/kde/kimdaba-import.desktop -share/applications/kde/kimdaba.desktop -share/apps/kimdaba/default-setup -share/apps/kimdaba/demo/CategoryImages/Keywords-beers.jpg -share/apps/kimdaba/demo/CategoryImages/Keywords-new_wave.jpg -share/apps/kimdaba/demo/CategoryImages/Keywords-silo_falls_over.jpg -share/apps/kimdaba/demo/CategoryImages/Locations-Chicago.jpg -share/apps/kimdaba/demo/CategoryImages/Locations-Grand_Canyon.jpg -share/apps/kimdaba/demo/CategoryImages/Locations-Pool_Club.jpg -share/apps/kimdaba/demo/CategoryImages/Persons-Anne_Helene.jpg -share/apps/kimdaba/demo/CategoryImages/Persons-Donna.jpg -share/apps/kimdaba/demo/CategoryImages/Persons-Jesper.jpg -share/apps/kimdaba/demo/CategoryImages/Persons-Spiff.jpg -share/apps/kimdaba/demo/img001.jpg -share/apps/kimdaba/demo/img002.jpg -share/apps/kimdaba/demo/img003.jpg -share/apps/kimdaba/demo/img004.jpg -share/apps/kimdaba/demo/img005.jpg -share/apps/kimdaba/demo/img006.jpg -share/apps/kimdaba/demo/img007.jpg -share/apps/kimdaba/demo/img008.jpg -share/apps/kimdaba/demo/img009.jpg -share/apps/kimdaba/demo/img010.jpg -share/apps/kimdaba/demo/img011.jpg -share/apps/kimdaba/demo/img012.jpg -share/apps/kimdaba/demo/img013.jpg -share/apps/kimdaba/demo/img014.jpg -share/apps/kimdaba/demo/img015.jpg -share/apps/kimdaba/demo/img016.jpg -share/apps/kimdaba/demo/img017.jpg -share/apps/kimdaba/demo/img018.jpg -share/apps/kimdaba/demo/img019.jpg -share/apps/kimdaba/demo/img020.jpg -share/apps/kimdaba/demo/img021.jpg -share/apps/kimdaba/demo/img022.jpg -share/apps/kimdaba/demo/img023.jpg -share/apps/kimdaba/demo/img024.jpg -share/apps/kimdaba/demo/index.xml -share/apps/kimdaba/icons/hicolor/16x16/actions/ellipsetool.png -share/apps/kimdaba/icons/hicolor/16x16/actions/linetool.png -share/apps/kimdaba/icons/hicolor/16x16/actions/recttool.png -share/apps/kimdaba/icons/hicolor/16x16/actions/selecttool.png -share/apps/kimdaba/icons/hicolor/16x16/actions/texttool.png -share/apps/kimdaba/icons/hicolor/16x16/actions/video.png -share/apps/kimdaba/icons/hicolor/22x22/actions/key.png -share/apps/kimdaba/kimdabaui.rc -share/apps/kimdaba/pics/exclamationmark.png -share/apps/kimdaba/pics/multiconfig.jpg -share/apps/kimdaba/pics/questionmark-flipped.png -share/apps/kimdaba/pics/questionmark.png -share/apps/kimdaba/pics/search.jpg -share/apps/kimdaba/pics/splash-large.png -share/apps/kimdaba/pics/splash.png -share/apps/kimdaba/themes/blue/imagepage.html -share/apps/kimdaba/themes/blue/kimdaba.theme -share/apps/kimdaba/themes/blue/mainpage.css -share/apps/kimdaba/themes/blue/mainpage.html -share/apps/kimdaba/themes/grey/imagepage.html -share/apps/kimdaba/themes/grey/kimdaba.theme -share/apps/kimdaba/themes/grey/mainpage.css -share/apps/kimdaba/themes/grey/mainpage.html -share/apps/kimdaba/themes/rounded/downbar.png -share/apps/kimdaba/themes/rounded/downleft.png -share/apps/kimdaba/themes/rounded/downright.png -share/apps/kimdaba/themes/rounded/imagepage.html -share/apps/kimdaba/themes/rounded/kimdaba.theme -share/apps/kimdaba/themes/rounded/leftbar.png -share/apps/kimdaba/themes/rounded/mainpage.css -share/apps/kimdaba/themes/rounded/mainpage.html -share/apps/kimdaba/themes/rounded/rightbar.png -share/apps/kimdaba/themes/rounded/upbar.png -share/apps/kimdaba/themes/rounded/upleft.png -share/apps/kimdaba/themes/rounded/upright.png -share/apps/kimdaba/tips -share/doc/HTML/da/kimdaba/browsing.docbook -share/doc/HTML/da/kimdaba/common -share/doc/HTML/da/kimdaba/datebar.docbook -share/doc/HTML/da/kimdaba/generating-html.docbook -share/doc/HTML/da/kimdaba/importexport.docbook -share/doc/HTML/da/kimdaba/index.cache.bz2 -share/doc/HTML/da/kimdaba/index.docbook -share/doc/HTML/da/kimdaba/introduction.docbook -share/doc/HTML/da/kimdaba/options.docbook -share/doc/HTML/da/kimdaba/plugins.docbook -share/doc/HTML/da/kimdaba/setting-properties.docbook -share/doc/HTML/da/kimdaba/thumbnail-view.docbook -share/doc/HTML/da/kimdaba/viewer.docbook -share/doc/HTML/de/kimdaba/browsing.docbook -share/doc/HTML/de/kimdaba/common -share/doc/HTML/de/kimdaba/generating-html.docbook -share/doc/HTML/de/kimdaba/importexport.docbook -share/doc/HTML/de/kimdaba/index.cache.bz2 -share/doc/HTML/de/kimdaba/index.docbook -share/doc/HTML/de/kimdaba/introduction.docbook -share/doc/HTML/de/kimdaba/options.docbook -share/doc/HTML/de/kimdaba/plugins.docbook -share/doc/HTML/de/kimdaba/setting-properties.docbook -share/doc/HTML/de/kimdaba/thumbnail-view.docbook -share/doc/HTML/de/kimdaba/viewer.docbook -share/doc/HTML/en/kimdaba/browser-for-jesper.png -share/doc/HTML/en/kimdaba/browser-for-persons.png -share/doc/HTML/en/kimdaba/browser-with-images.png -share/doc/HTML/en/kimdaba/browsing.docbook -share/doc/HTML/en/kimdaba/categoryEditor.png -share/doc/HTML/en/kimdaba/common -share/doc/HTML/en/kimdaba/datebar-for-minutes.png -share/doc/HTML/en/kimdaba/datebar.docbook -share/doc/HTML/en/kimdaba/datebar.png -share/doc/HTML/en/kimdaba/delete-images.png -share/doc/HTML/en/kimdaba/draw-on-image.png -share/doc/HTML/en/kimdaba/edit-properies-menu.png -share/doc/HTML/en/kimdaba/empty-browser-window.png -share/doc/HTML/en/kimdaba/generating-html.docbook -share/doc/HTML/en/kimdaba/image-config-window.png -share/doc/HTML/en/kimdaba/images-with-tokens.png -share/doc/HTML/en/kimdaba/imagesForPersons.png -share/doc/HTML/en/kimdaba/import-dialog.png -share/doc/HTML/en/kimdaba/importexport.docbook -share/doc/HTML/en/kimdaba/index.cache.bz2 -share/doc/HTML/en/kimdaba/index.docbook -share/doc/HTML/en/kimdaba/introduction.docbook -share/doc/HTML/en/kimdaba/marking-zoom-rectangle.png -share/doc/HTML/en/kimdaba/member-group-setting.png -share/doc/HTML/en/kimdaba/offline-mode.png -share/doc/HTML/en/kimdaba/options-general.png -share/doc/HTML/en/kimdaba/options-groups.png -share/doc/HTML/en/kimdaba/options-member.png -share/doc/HTML/en/kimdaba/options-thumbnailview.png -share/doc/HTML/en/kimdaba/options-viewer.png -share/doc/HTML/en/kimdaba/options.docbook -share/doc/HTML/en/kimdaba/plugins.docbook -share/doc/HTML/en/kimdaba/redisplay-frames.png -share/doc/HTML/en/kimdaba/search.png -share/doc/HTML/en/kimdaba/setting-properties.docbook -share/doc/HTML/en/kimdaba/thumbnail-view.docbook -share/doc/HTML/en/kimdaba/thumbnailview.png -share/doc/HTML/en/kimdaba/tokens-in-browser.png -share/doc/HTML/en/kimdaba/usa-as-a-member.png -share/doc/HTML/en/kimdaba/viewer-contextmenu.png -share/doc/HTML/en/kimdaba/viewer.docbook -share/doc/HTML/en/kimdaba/viewer.png -share/doc/HTML/en/kimdaba/zoomed-view.png -share/doc/HTML/et/kimdaba/browsing.docbook -share/doc/HTML/et/kimdaba/common -share/doc/HTML/et/kimdaba/generating-html.docbook -share/doc/HTML/et/kimdaba/importexport.docbook -share/doc/HTML/et/kimdaba/index.cache.bz2 -share/doc/HTML/et/kimdaba/index.docbook -share/doc/HTML/et/kimdaba/introduction.docbook -share/doc/HTML/et/kimdaba/options.docbook -share/doc/HTML/et/kimdaba/plugins.docbook -share/doc/HTML/et/kimdaba/setting-properties.docbook -share/doc/HTML/et/kimdaba/thumbnail-view.docbook -share/doc/HTML/et/kimdaba/viewer.docbook -share/doc/HTML/fr/kimdaba/browsing.docbook -share/doc/HTML/fr/kimdaba/common -share/doc/HTML/fr/kimdaba/generating-html.docbook -share/doc/HTML/fr/kimdaba/importexport.docbook -share/doc/HTML/fr/kimdaba/index.cache.bz2 -share/doc/HTML/fr/kimdaba/index.docbook -share/doc/HTML/fr/kimdaba/introduction.docbook -share/doc/HTML/fr/kimdaba/options.docbook -share/doc/HTML/fr/kimdaba/plugins.docbook -share/doc/HTML/fr/kimdaba/setting-properties.docbook -share/doc/HTML/fr/kimdaba/thumbnail-view.docbook -share/doc/HTML/fr/kimdaba/viewer.docbook -share/doc/HTML/it/kimdaba/browser-for-jesper.png -share/doc/HTML/it/kimdaba/browser-for-persons.png -share/doc/HTML/it/kimdaba/browser-with-images.png -share/doc/HTML/it/kimdaba/browsing.docbook -share/doc/HTML/it/kimdaba/categoryEditor.png -share/doc/HTML/it/kimdaba/common -share/doc/HTML/it/kimdaba/datebar.docbook -share/doc/HTML/it/kimdaba/delete-images.png -share/doc/HTML/it/kimdaba/draw-on-image.png -share/doc/HTML/it/kimdaba/edit-properies-menu.png -share/doc/HTML/it/kimdaba/empty-browser-window.png -share/doc/HTML/it/kimdaba/generating-html.docbook -share/doc/HTML/it/kimdaba/image-config-window.png -share/doc/HTML/it/kimdaba/imagesForPersons.png -share/doc/HTML/it/kimdaba/importexport.docbook -share/doc/HTML/it/kimdaba/index.cache.bz2 -share/doc/HTML/it/kimdaba/index.docbook -share/doc/HTML/it/kimdaba/introduction.docbook -share/doc/HTML/it/kimdaba/marking-zoom-rectangle.png -share/doc/HTML/it/kimdaba/offline-mode.png -share/doc/HTML/it/kimdaba/options-general.png -share/doc/HTML/it/kimdaba/options-groups.png -share/doc/HTML/it/kimdaba/options-member.png -share/doc/HTML/it/kimdaba/options.docbook -share/doc/HTML/it/kimdaba/plugins.docbook -share/doc/HTML/it/kimdaba/redisplay-frames.png -share/doc/HTML/it/kimdaba/search.png -share/doc/HTML/it/kimdaba/setting-properties.docbook -share/doc/HTML/it/kimdaba/thumbnail-view.docbook -share/doc/HTML/it/kimdaba/thumbnailview.png -share/doc/HTML/it/kimdaba/usa-as-a-member.png -share/doc/HTML/it/kimdaba/viewer-contextmenu.png -share/doc/HTML/it/kimdaba/viewer.docbook -share/doc/HTML/it/kimdaba/viewer.png -share/doc/HTML/it/kimdaba/zoomed-view.png -share/doc/HTML/nl/kimdaba/browsing.docbook -share/doc/HTML/nl/kimdaba/common -share/doc/HTML/nl/kimdaba/datebar.docbook -share/doc/HTML/nl/kimdaba/generating-html.docbook -share/doc/HTML/nl/kimdaba/importexport.docbook -share/doc/HTML/nl/kimdaba/index.cache.bz2 -share/doc/HTML/nl/kimdaba/index.docbook -share/doc/HTML/nl/kimdaba/introduction.docbook -share/doc/HTML/nl/kimdaba/options.docbook -share/doc/HTML/nl/kimdaba/plugins.docbook -share/doc/HTML/nl/kimdaba/setting-properties.docbook -share/doc/HTML/nl/kimdaba/thumbnail-view.docbook -share/doc/HTML/nl/kimdaba/viewer.docbook -share/doc/HTML/pt/kimdaba/browsing.docbook -share/doc/HTML/pt/kimdaba/common -share/doc/HTML/pt/kimdaba/datebar.docbook -share/doc/HTML/pt/kimdaba/generating-html.docbook -share/doc/HTML/pt/kimdaba/importexport.docbook -share/doc/HTML/pt/kimdaba/index.cache.bz2 -share/doc/HTML/pt/kimdaba/index.docbook -share/doc/HTML/pt/kimdaba/introduction.docbook -share/doc/HTML/pt/kimdaba/options.docbook -share/doc/HTML/pt/kimdaba/plugins.docbook -share/doc/HTML/pt/kimdaba/setting-properties.docbook -share/doc/HTML/pt/kimdaba/thumbnail-view.docbook -share/doc/HTML/pt/kimdaba/viewer.docbook -share/doc/HTML/ru/kimdaba/browsing.docbook -share/doc/HTML/ru/kimdaba/common -share/doc/HTML/ru/kimdaba/generating-html.docbook -share/doc/HTML/ru/kimdaba/index.cache.bz2 -share/doc/HTML/ru/kimdaba/index.docbook -share/doc/HTML/ru/kimdaba/introduction.docbook -share/doc/HTML/ru/kimdaba/options.docbook -share/doc/HTML/ru/kimdaba/setting-properties.docbook -share/doc/HTML/ru/kimdaba/thumbnail-view.docbook -share/doc/HTML/ru/kimdaba/viewer.docbook -share/doc/HTML/sv/kimdaba/browser-for-jesper.png -share/doc/HTML/sv/kimdaba/browser-for-persons.png -share/doc/HTML/sv/kimdaba/browser-with-images.png -share/doc/HTML/sv/kimdaba/browsing.docbook -share/doc/HTML/sv/kimdaba/categoryEditor.png -share/doc/HTML/sv/kimdaba/common -share/doc/HTML/sv/kimdaba/datebar-for-minutes.png -share/doc/HTML/sv/kimdaba/datebar.docbook -share/doc/HTML/sv/kimdaba/datebar.png -share/doc/HTML/sv/kimdaba/delete-images.png -share/doc/HTML/sv/kimdaba/draw-on-image.png -share/doc/HTML/sv/kimdaba/edit-properies-menu.png -share/doc/HTML/sv/kimdaba/empty-browser-window.png -share/doc/HTML/sv/kimdaba/generating-html.docbook -share/doc/HTML/sv/kimdaba/image-config-window.png -share/doc/HTML/sv/kimdaba/images-with-tokens.png -share/doc/HTML/sv/kimdaba/imagesForPersons.png -share/doc/HTML/sv/kimdaba/import-dialog.png -share/doc/HTML/sv/kimdaba/importexport.docbook -share/doc/HTML/sv/kimdaba/index.cache.bz2 -share/doc/HTML/sv/kimdaba/index.docbook -share/doc/HTML/sv/kimdaba/introduction.docbook -share/doc/HTML/sv/kimdaba/marking-zoom-rectangle.png -share/doc/HTML/sv/kimdaba/member-group-setting.png -share/doc/HTML/sv/kimdaba/offline-mode.png -share/doc/HTML/sv/kimdaba/options-general.png -share/doc/HTML/sv/kimdaba/options-groups.png -share/doc/HTML/sv/kimdaba/options-member.png -share/doc/HTML/sv/kimdaba/options-thumbnailview.png -share/doc/HTML/sv/kimdaba/options-viewer.png -share/doc/HTML/sv/kimdaba/options.docbook -share/doc/HTML/sv/kimdaba/plugins.docbook -share/doc/HTML/sv/kimdaba/redisplay-frames.png -share/doc/HTML/sv/kimdaba/search.png -share/doc/HTML/sv/kimdaba/setting-properties.docbook -share/doc/HTML/sv/kimdaba/thumbnail-view.docbook -share/doc/HTML/sv/kimdaba/thumbnailview.png -share/doc/HTML/sv/kimdaba/tokens-in-browser.png -share/doc/HTML/sv/kimdaba/usa-as-a-member.png -share/doc/HTML/sv/kimdaba/viewer-contextmenu.png -share/doc/HTML/sv/kimdaba/viewer.docbook -share/doc/HTML/sv/kimdaba/viewer.png -share/doc/HTML/sv/kimdaba/zoomed-view.png -share/icons/hicolor/128x128/apps/kimdaba.png -share/icons/hicolor/16x16/apps/kimdaba.png -share/icons/hicolor/22x22/apps/kimdaba.png -share/icons/hicolor/32x32/apps/kimdaba.png -share/icons/hicolor/48x48/apps/kimdaba.png -share/icons/hicolor/64x64/apps/kimdaba.png -share/locale/br/LC_MESSAGES/kimdaba.mo -share/locale/ca/LC_MESSAGES/kimdaba.mo -share/locale/cs/LC_MESSAGES/kimdaba.mo -share/locale/cy/LC_MESSAGES/kimdaba.mo -share/locale/da/LC_MESSAGES/kimdaba.mo -share/locale/de/LC_MESSAGES/kimdaba.mo -share/locale/en_GB/LC_MESSAGES/kimdaba.mo -share/locale/es/LC_MESSAGES/kimdaba.mo -share/locale/et/LC_MESSAGES/kimdaba.mo -share/locale/fi/LC_MESSAGES/kimdaba.mo -share/locale/fr/LC_MESSAGES/kimdaba.mo -share/locale/ga/LC_MESSAGES/kimdaba.mo -share/locale/gl/LC_MESSAGES/kimdaba.mo -share/locale/hi/LC_MESSAGES/kimdaba.mo -share/locale/is/LC_MESSAGES/kimdaba.mo -share/locale/it/LC_MESSAGES/kimdaba.mo -share/locale/lt/LC_MESSAGES/kimdaba.mo -share/locale/mt/LC_MESSAGES/kimdaba.mo -share/locale/nb/LC_MESSAGES/kimdaba.mo -share/locale/nl/LC_MESSAGES/kimdaba.mo -share/locale/pl/LC_MESSAGES/kimdaba.mo -share/locale/pt/LC_MESSAGES/kimdaba.mo -share/locale/pt_BR/LC_MESSAGES/kimdaba.mo -share/locale/ro/LC_MESSAGES/kimdaba.mo -share/locale/ru/LC_MESSAGES/kimdaba.mo -share/locale/sr/LC_MESSAGES/kimdaba.mo -share/locale/sr@Latn/LC_MESSAGES/kimdaba.mo -share/locale/sv/LC_MESSAGES/kimdaba.mo -share/locale/ta/LC_MESSAGES/kimdaba.mo -share/locale/tr/LC_MESSAGES/kimdaba.mo -share/locale/zh_CN/LC_MESSAGES/kimdaba.mo -share/mimelnk/application/x-vnd.kde.kimdaba-import.desktop -@unexec rmdir %D/share/mimelnk/application 2>/dev/null || true -@unexec rmdir %D/share/mimelnk 2>/dev/null || true -@unexec rmdir %D/share/locale/zh_CN/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/zh_CN 2>/dev/null || true -@unexec rmdir %D/share/locale/sr/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/sr 2>/dev/null || true -@unexec rmdir %D/share/locale/ro/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/ro 2>/dev/null || true -@unexec rmdir %D/share/locale/pt/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/pt 2>/dev/null || true -@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/pl 2>/dev/null || true -@unexec rmdir %D/share/locale/gl/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/gl 2>/dev/null || true -@unexec rmdir %D/share/locale/fi/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/fi 2>/dev/null || true -@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/cs 2>/dev/null || true -@unexec rmdir %D/share/locale/ca/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/ca 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/64x64/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/64x64 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/48x48/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/48x48 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/22x22/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/22x22 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/128x128/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/128x128 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true -@unexec rmdir %D/share/icons 2>/dev/null || true -@dirrm share/doc/HTML/sv/kimdaba -@unexec rmdir %D/share/doc/HTML/sv 2>/dev/null || true -@dirrm share/doc/HTML/ru/kimdaba -@unexec rmdir %D/share/doc/HTML/ru 2>/dev/null || true -@dirrm share/doc/HTML/pt/kimdaba -@unexec rmdir %D/share/doc/HTML/pt 2>/dev/null || true -@dirrm share/doc/HTML/nl/kimdaba -@unexec rmdir %D/share/doc/HTML/nl 2>/dev/null || true -@dirrm share/doc/HTML/it/kimdaba -@unexec rmdir %D/share/doc/HTML/it 2>/dev/null || true -@dirrm share/doc/HTML/fr/kimdaba -@unexec rmdir %D/share/doc/HTML/fr 2>/dev/null || true -@dirrm share/doc/HTML/et/kimdaba -@unexec rmdir %D/share/doc/HTML/et 2>/dev/null || true -@dirrm share/doc/HTML/en/kimdaba -@unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true -@dirrm share/doc/HTML/de/kimdaba -@unexec rmdir %D/share/doc/HTML/de 2>/dev/null || true -@dirrm share/doc/HTML/da/kimdaba -@unexec rmdir %D/share/doc/HTML/da 2>/dev/null || true -@unexec rmdir %D/share/doc/HTML 2>/dev/null || true -@dirrm share/apps/kimdaba/themes/rounded -@dirrm share/apps/kimdaba/themes/grey -@dirrm share/apps/kimdaba/themes/blue -@dirrm share/apps/kimdaba/themes -@dirrm share/apps/kimdaba/pics -@dirrm share/apps/kimdaba/icons/hicolor/22x22/actions -@dirrm share/apps/kimdaba/icons/hicolor/22x22 -@dirrm share/apps/kimdaba/icons/hicolor/16x16/actions -@dirrm share/apps/kimdaba/icons/hicolor/16x16 -@dirrm share/apps/kimdaba/icons/hicolor -@dirrm share/apps/kimdaba/icons -@dirrm share/apps/kimdaba/demo/CategoryImages -@dirrm share/apps/kimdaba/demo -@dirrm share/apps/kimdaba -@unexec rmdir %D/share/apps 2>/dev/null || true -@unexec rmdir %D/share/applications/kde 2>/dev/null || true -@unexec rmdir %D/share/applications 2>/dev/null || true diff --git a/graphics/kuickshow-kde4/Makefile b/graphics/kuickshow-kde4/Makefile deleted file mode 100644 index a21016cac92c..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 -GNU_CONFIGURE= yes -USE_GMAKE= yes -WRKSRC= ${WRKDIR}/kdegraphics-${PORTVERSION} -INSTALLS_SHLIB= yes - -USE_GNOME= imlib - -pre-configure: - ${ECHO_CMD} ${PORTNAME} doc > ${WRKSRC}/inst-apps - ${REINPLACE_CMD} \ - 's|^SUBDIRS =.*${PORTNAME}.*$$|SUBDIRS =\. ${PORTNAME}|g' \ - ${WRKSRC}/doc/Makefile.in - -.include "${.CURDIR}/../../x11/kde3/Makefile.kde" -.include <bsd.port.mk> diff --git a/graphics/kuickshow-kde4/distinfo b/graphics/kuickshow-kde4/distinfo deleted file mode 100644 index c1c59560f44e..000000000000 --- a/graphics/kuickshow-kde4/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (KDE/kdegraphics-3.4.2.tar.bz2) = 50916460952c4142329a7c6a47fe1530 -SIZE (KDE/kdegraphics-3.4.2.tar.bz2) = 6579227 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 9430bcd61c37..000000000000 --- a/graphics/kuickshow-kde4/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -bin/kuickshow -lib/kde3/kuickshow.la -lib/kde3/kuickshow.so -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/crystalsvg/16x16/apps/kuickshow.png -share/icons/crystalsvg/32x32/apps/kuickshow.png -share/icons/locolor/16x16/apps/kuickshow.png -share/icons/locolor/32x32/apps/kuickshow.png -@dirrm share/doc/HTML/en/kuickshow -@dirrm share/apps/kuickshow/pics -@dirrm share/apps/kuickshow diff --git a/graphics/libart_lgpl/Makefile b/graphics/libart_lgpl/Makefile deleted file mode 100644 index 30a8fa88c71a..000000000000 --- a/graphics/libart_lgpl/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: libart_lgpl2 -# Date created: 8 July 2001 -# Whom: Hye-Shik Chang <perky@python.or.kr> -# -# $FreeBSD$ -# - -PORTNAME= libart_lgpl2 -PORTVERSION= 2.3.17 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.3 -DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Library for high-performance 2D graphics - -USE_BZIP2= yes -INSTALLS_SHLIB= yes -USE_GNOME= gnomehack gnometarget pkgconfig -USE_LIBTOOL_VER=15 - -CONFLICTS= libart-[0-9]* - -.include <bsd.port.mk> diff --git a/graphics/libart_lgpl/distinfo b/graphics/libart_lgpl/distinfo deleted file mode 100644 index 47a19950466c..000000000000 --- a/graphics/libart_lgpl/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/libart_lgpl-2.3.17.tar.bz2) = dfca42529393c8a8f59dc4dc10675a46 -SIZE (gnome2/libart_lgpl-2.3.17.tar.bz2) = 289499 diff --git a/graphics/libart_lgpl/pkg-descr b/graphics/libart_lgpl/pkg-descr deleted file mode 100644 index f3006c36620a..000000000000 --- a/graphics/libart_lgpl/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Libart is a library of functions for 2D graphics supporting -a superset of the PostScript imaging model, designed to be -integrated with graphics, artwork, and illustration programs. -It is written in optimized C, and is fully compatible with -C++. With a small footprint of 10,000 lines of code, it is -especially suitable for embedded applications. - -WWW: http://www.artofcode.com/libart.html diff --git a/graphics/libart_lgpl/pkg-plist b/graphics/libart_lgpl/pkg-plist deleted file mode 100644 index 1ae8c7df4bdd..000000000000 --- a/graphics/libart_lgpl/pkg-plist +++ /dev/null @@ -1,51 +0,0 @@ -bin/libart2-config -include/libart-2.0/libart_lgpl/art_affine.h -include/libart-2.0/libart_lgpl/art_alphagamma.h -include/libart-2.0/libart_lgpl/art_bpath.h -include/libart-2.0/libart_lgpl/art_config.h -include/libart-2.0/libart_lgpl/art_filterlevel.h -include/libart-2.0/libart_lgpl/art_gray_svp.h -include/libart-2.0/libart_lgpl/art_misc.h -include/libart-2.0/libart_lgpl/art_pathcode.h -include/libart-2.0/libart_lgpl/art_pixbuf.h -include/libart-2.0/libart_lgpl/art_point.h -include/libart-2.0/libart_lgpl/art_rect.h -include/libart-2.0/libart_lgpl/art_rect_svp.h -include/libart-2.0/libart_lgpl/art_rect_uta.h -include/libart-2.0/libart_lgpl/art_render.h -include/libart-2.0/libart_lgpl/art_render_gradient.h -include/libart-2.0/libart_lgpl/art_render_mask.h -include/libart-2.0/libart_lgpl/art_render_svp.h -include/libart-2.0/libart_lgpl/art_rgb.h -include/libart-2.0/libart_lgpl/art_rgb_a_affine.h -include/libart-2.0/libart_lgpl/art_rgb_affine.h -include/libart-2.0/libart_lgpl/art_rgb_bitmap_affine.h -include/libart-2.0/libart_lgpl/art_rgb_pixbuf_affine.h -include/libart-2.0/libart_lgpl/art_rgb_rgba_affine.h -include/libart-2.0/libart_lgpl/art_rgb_svp.h -include/libart-2.0/libart_lgpl/art_rgba.h -include/libart-2.0/libart_lgpl/art_svp.h -include/libart-2.0/libart_lgpl/art_svp_intersect.h -include/libart-2.0/libart_lgpl/art_svp_ops.h -include/libart-2.0/libart_lgpl/art_svp_point.h -include/libart-2.0/libart_lgpl/art_svp_render_aa.h -include/libart-2.0/libart_lgpl/art_svp_vpath.h -include/libart-2.0/libart_lgpl/art_svp_vpath_stroke.h -include/libart-2.0/libart_lgpl/art_svp_wind.h -include/libart-2.0/libart_lgpl/art_uta.h -include/libart-2.0/libart_lgpl/art_uta_ops.h -include/libart-2.0/libart_lgpl/art_uta_rect.h -include/libart-2.0/libart_lgpl/art_uta_svp.h -include/libart-2.0/libart_lgpl/art_uta_vpath.h -include/libart-2.0/libart_lgpl/art_vpath.h -include/libart-2.0/libart_lgpl/art_vpath_bpath.h -include/libart-2.0/libart_lgpl/art_vpath_dash.h -include/libart-2.0/libart_lgpl/art_vpath_svp.h -include/libart-2.0/libart_lgpl/libart-features.h -include/libart-2.0/libart_lgpl/libart.h -lib/libart_lgpl_2.a -lib/libart_lgpl_2.so -lib/libart_lgpl_2.so.5 -libdata/pkgconfig/libart-2.0.pc -@dirrm include/libart-2.0/libart_lgpl -@dirrm include/libart-2.0 diff --git a/graphics/libkipi-kde4/Makefile b/graphics/libkipi-kde4/Makefile deleted file mode 100644 index 8c59d9987cd5..000000000000 --- a/graphics/libkipi-kde4/Makefile +++ /dev/null @@ -1,27 +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.1 -CATEGORIES= graphics kde devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= digikam - -MAINTAINER= avleeuwen@piwebs.com -COMMENT= KDE Image Plugin Interface - -USE_BZIP2= yes -USE_KDELIBS_VER=3 -USE_GNOME= gnomehack pkgconfig -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_REINPLACE= yes -INSTALLS_SHLIB= yes - -post-patch: - @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} - -.include <bsd.port.mk> diff --git a/graphics/libkipi-kde4/distinfo b/graphics/libkipi-kde4/distinfo deleted file mode 100644 index 021deda7fe6d..000000000000 --- a/graphics/libkipi-kde4/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (libkipi-0.1.1.tar.bz2) = 395d87ad36b1261f58bdeac87145734c -SIZE (libkipi-0.1.1.tar.bz2) = 516368 diff --git a/graphics/libkipi-kde4/pkg-descr b/graphics/libkipi-kde4/pkg-descr deleted file mode 100644 index 0fb08207b6f6..000000000000 --- a/graphics/libkipi-kde4/pkg-descr +++ /dev/null @@ -1,5 +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.php diff --git a/graphics/libkipi-kde4/pkg-plist b/graphics/libkipi-kde4/pkg-plist deleted file mode 100644 index c2e557e2a6c9..000000000000 --- a/graphics/libkipi-kde4/pkg-plist +++ /dev/null @@ -1,48 +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/plugin.h -include/libkipi/pluginloader.h -include/libkipi/uploadwidget.h -include/libkipi/version.h -lib/libkipi.la -lib/libkipi.so -lib/libkipi.so.0 -libdata/pkgconfig/libkipi.pc -share/apps/kipi/data/banner_left.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/br/LC_MESSAGES/libkipi.mo -share/locale/ca/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/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/is/LC_MESSAGES/libkipi.mo -share/locale/it/LC_MESSAGES/libkipi.mo -share/locale/lt/LC_MESSAGES/libkipi.mo -share/locale/nl/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/sl/LC_MESSAGES/libkipi.mo -share/locale/sr/LC_MESSAGES/libkipi.mo -share/locale/sv/LC_MESSAGES/libkipi.mo -share/locale/ta/LC_MESSAGES/libkipi.mo -share/locale/tr/LC_MESSAGES/libkipi.mo -share/servicetypes/kipiplugin.desktop -@dirrm share/apps/kipi/data -@dirrm share/apps/kipi -@dirrm include/libkipi diff --git a/graphics/libvisual04/Makefile b/graphics/libvisual04/Makefile deleted file mode 100644 index ce7820530c56..000000000000 --- a/graphics/libvisual04/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: libvisual -# Date created: 23 oktober 2004 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# - -# WARNING: when updating this port check if the ports that use libvisual -# can work with it. Backwards compatiblity is known to be broken in the past. - -PORTNAME= libvisual -PORTVERSION= 0.2.0 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= kwm@FreeBSD.org -COMMENT= Abstraction library that sits between apps and visual plugin - -USE_XLIBS= yes -USE_GNOME= gnomehack pkgconfig -USE_REINPLACE= yes -USE_LIBTOOL_VER=15 -CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -INSTALLS_SHLIB= yes - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500001 -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-libvisual_lv_cpu.c -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-Wno-unused-variable||g' \ - -e 's|-O3|${CFLAGS}|g' \ - ${WRKSRC}/libvisual/Makefile.in - -.include <bsd.port.post.mk> diff --git a/graphics/libvisual04/distinfo b/graphics/libvisual04/distinfo deleted file mode 100644 index 396cdba8e840..000000000000 --- a/graphics/libvisual04/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (libvisual-0.2.0.tar.gz) = 668236dcbd252c70f1beff551f36b8b3 -SIZE (libvisual-0.2.0.tar.gz) = 431141 diff --git a/graphics/libvisual04/files/extra-patch-libvisual_lv_cpu.c b/graphics/libvisual04/files/extra-patch-libvisual_lv_cpu.c deleted file mode 100644 index 8e6d1cd03574..000000000000 --- a/graphics/libvisual04/files/extra-patch-libvisual_lv_cpu.c +++ /dev/null @@ -1,12 +0,0 @@ ---- libvisual/lv_cpu.c.orig Sun Mar 20 20:17:51 2005 -+++ libvisual/lv_cpu.c Sun Mar 20 20:18:19 2005 -@@ -65,6 +65,9 @@ - #include "lv_log.h" - #include "lv_cpu.h" - -+/* stolen from 5.3-stable's unistd.h */ -+#define _SC_NPROCESSORS_ONLN 58 -+ - static VisCPU _lv_cpu_caps; - static int _lv_cpu_initialized = FALSE; - diff --git a/graphics/libvisual04/files/patch-configure b/graphics/libvisual04/files/patch-configure deleted file mode 100644 index d8f1678d1cd4..000000000000 --- a/graphics/libvisual04/files/patch-configure +++ /dev/null @@ -1,14 +0,0 @@ ---- configure.orig Thu Jun 23 13:09:46 2005 -+++ configure Thu Jun 23 13:10:48 2005 -@@ -25450,7 +25450,11 @@ - if test x$lv_ix86 = xyes ; then - cat >>$outfile <<_______EOF - -+#if defined(__GNUC__) && __GNUC__ <= 2 -+#define VISUAL_ARCH_UNKNOWN -+#else - #define VISUAL_ARCH_X86 -+#endif - _______EOF - fi - diff --git a/graphics/libvisual04/pkg-descr b/graphics/libvisual04/pkg-descr deleted file mode 100644 index 1d300ce40a3b..000000000000 --- a/graphics/libvisual04/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -Libvisual is an abstraction library that comes between applications and audio -visualisation plugins. - -Often when it comes to audio visualisation plugins or programs that create -visuals, they depend on a player or something else; basically, there is no -general framework that enabled application developers to easily access cool -audio visualisation plugins. Libvisual wants to change this by providing an -interface towards plugins and applications; through this easy to use interface -applications can easily access plugins and, since the drawing is done by the -application, it also enables the developer to draw the visual anywhere he -wants. - -The framework also allows you to morph to different plugins and mix two at -once; all kinds of neat tricks are possible using this method. - -WWW: http://libvisual.sourceforge.net diff --git a/graphics/libvisual04/pkg-plist b/graphics/libvisual04/pkg-plist deleted file mode 100644 index 3983e4dd1359..000000000000 --- a/graphics/libvisual04/pkg-plist +++ /dev/null @@ -1,37 +0,0 @@ -include/libvisual/libvisual.h -include/libvisual/lv_actor.h -include/libvisual/lv_audio.h -include/libvisual/lv_bin.h -include/libvisual/lv_bmp.h -include/libvisual/lv_color.h -include/libvisual/lv_common.h -include/libvisual/lv_cpu.h -include/libvisual/lv_endianess.h -include/libvisual/lv_error.h -include/libvisual/lv_event.h -include/libvisual/lv_fft.h -include/libvisual/lv_input.h -include/libvisual/lv_keysym.h -include/libvisual/lv_libvisual.h -include/libvisual/lv_list.h -include/libvisual/lv_log.h -include/libvisual/lv_mem.h -include/libvisual/lv_morph.h -include/libvisual/lv_object.h -include/libvisual/lv_palette.h -include/libvisual/lv_param.h -include/libvisual/lv_plugin.h -include/libvisual/lv_random.h -include/libvisual/lv_songinfo.h -include/libvisual/lv_thread.h -include/libvisual/lv_time.h -include/libvisual/lv_transform.h -include/libvisual/lv_types.h -include/libvisual/lv_ui.h -include/libvisual/lv_video.h -include/libvisual/lvconfig.h -lib/libvisual.a -lib/libvisual.so -lib/libvisual.so.0 -libdata/pkgconfig/libvisual.pc -@dirrm include/libvisual diff --git a/graphics/linux-f10-gdk-pixbuf/Makefile b/graphics/linux-f10-gdk-pixbuf/Makefile deleted file mode 100644 index 8b63ab7ec547..000000000000 --- a/graphics/linux-f10-gdk-pixbuf/Makefile +++ /dev/null @@ -1,44 +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.11.3.5 -PORTREVISION= 1 -CATEGORIES= graphics linux -MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} -MASTER_SITE_SUBDIR=fedora/fedora/${BASEVERSION}/${MACHINE_ARCH}/RPMS.updates -PKGNAMEPREFIX= linux- -DISTNAME= ${PORTNAME}-${PORTVERSION:C/^([^\.]+\.[^\.]+\.[^\.]+)\./\1-/}.${MACHINE_ARCH} -EXTRACT_SUFX= .rpm -EXTRACT_ONLY= - -MAINTAINER= sethk@meowfishies.com -COMMENT= Linux version of the graphic library for GTK+ - -BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm - -CONFLICTS= linux-gtk2* - -USE_LINUX_PREFIX=yes -USE_LINUX= yes -ONLY_FOR_ARCHS= i386 -DIST_SUBDIR= rpm -NO_BUILD= yes -PLIST_SUB= VERSION=${PORTVERSION:C/^([^\.]+\.[^\.]+\.[^\.]+).+/\1/} - -# Set the version of Fedora Core -BASEVERSION?= 2 -RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath /var/lib/rpm\ - --nodeps --replacepkgs - -do-install: - @for rpm in ${DISTFILES}; do\ - ${ECHO_MSG} $$rpm;\ - rpm -U ${RPMFLAGS} ${DISTDIR}/${DIST_SUBDIR}/$$rpm || true;\ - done - -.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 1cc54f8d67e7..000000000000 --- a/graphics/linux-f10-gdk-pixbuf/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/gdk-pixbuf-0.22.0-11.3.5.i386.rpm) = 174e82dcdccb7832bc7186eba1ba4f8f -SIZE (rpm/gdk-pixbuf-0.22.0-11.3.5.i386.rpm) = 228293 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 df6beaab5186..000000000000 --- a/graphics/linux-f10-imlib/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: linux-imlib -# Date created: 01/09/18 -# Whom: taoka@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= imlib -PORTVERSION= 1.9.8.1 -PORTREVISION= 2 -CATEGORIES= graphics linux - -MAINTAINER= ports@FreeBSD.org -COMMENT= RPM of imlib - -RPM_SET= imlib-${PORTVERSION}-2.${ARCH}.rpm - -.include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/graphics/linux-f10-imlib/distinfo.alpha b/graphics/linux-f10-imlib/distinfo.alpha deleted file mode 100644 index 13f2314b4a34..000000000000 --- a/graphics/linux-f10-imlib/distinfo.alpha +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/imlib-1.9.8.1-2.alpha.rpm) = 1e55a013ac2058d1100393ec6e795fa4 -SIZE (rpm/imlib-1.9.8.1-2.alpha.rpm) = 525669 diff --git a/graphics/linux-f10-imlib/distinfo.i386 b/graphics/linux-f10-imlib/distinfo.i386 deleted file mode 100644 index a979248ec87a..000000000000 --- a/graphics/linux-f10-imlib/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/imlib-1.9.8.1-2.i386.rpm) = 64a1a27bc1e276af8aecefa261ab9b3b -SIZE (rpm/imlib-1.9.8.1-2.i386.rpm) = 162510 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.alpha b/graphics/linux-f10-imlib/pkg-plist.alpha deleted file mode 100644 index f19ff0727e49..000000000000 --- a/graphics/linux-f10-imlib/pkg-plist.alpha +++ /dev/null @@ -1,21 +0,0 @@ -etc/im_palette-small.pal -etc/im_palette-tiny.pal -etc/im_palette.pal -etc/imrc -usr/lib/libImlib.so.1.9.8 -usr/lib/libgdk_imlib.so.1.9.8 -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-1.9.8.1/AUTHORS -usr/share/doc/imlib-1.9.8.1/ChangeLog -usr/share/doc/imlib-1.9.8.1/NEWS -usr/share/doc/imlib-1.9.8.1/README -usr/lib/libImlib.so.1 -usr/lib/libgdk_imlib.so.1 -@dirrm usr/share/doc/imlib-1.9.8.1 diff --git a/graphics/linux-f10-imlib/pkg-plist.i386 b/graphics/linux-f10-imlib/pkg-plist.i386 deleted file mode 100644 index f19ff0727e49..000000000000 --- a/graphics/linux-f10-imlib/pkg-plist.i386 +++ /dev/null @@ -1,21 +0,0 @@ -etc/im_palette-small.pal -etc/im_palette-tiny.pal -etc/im_palette.pal -etc/imrc -usr/lib/libImlib.so.1.9.8 -usr/lib/libgdk_imlib.so.1.9.8 -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-1.9.8.1/AUTHORS -usr/share/doc/imlib-1.9.8.1/ChangeLog -usr/share/doc/imlib-1.9.8.1/NEWS -usr/share/doc/imlib-1.9.8.1/README -usr/lib/libImlib.so.1 -usr/lib/libgdk_imlib.so.1 -@dirrm usr/share/doc/imlib-1.9.8.1 diff --git a/graphics/linux-f10-jpeg/Makefile b/graphics/linux-f10-jpeg/Makefile deleted file mode 100644 index d4d89e16e2c6..000000000000 --- a/graphics/linux-f10-jpeg/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: linux-jpeg -# Date created: 9 April 2000 -# Whom: sada@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= jpeg -PORTVERSION= 6b.15 -PORTREVISION= 4 -CATEGORIES= graphics linux - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of the JPEG lib - -RPM_SET= libjpeg-6b-15.${ARCH}.rpm - -.include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/graphics/linux-f10-jpeg/distinfo.alpha b/graphics/linux-f10-jpeg/distinfo.alpha deleted file mode 100644 index 888b2793509c..000000000000 --- a/graphics/linux-f10-jpeg/distinfo.alpha +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/libjpeg-6b-15.alpha.rpm) = 01eb4e440c40cd077037f5773001cd1f -SIZE (rpm/libjpeg-6b-15.alpha.rpm) = 187494 diff --git a/graphics/linux-f10-jpeg/distinfo.i386 b/graphics/linux-f10-jpeg/distinfo.i386 deleted file mode 100644 index 4b513c717ddc..000000000000 --- a/graphics/linux-f10-jpeg/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/libjpeg-6b-15.i386.rpm) = d35d32f13a16a33d30aca2a0669c2075 -SIZE (rpm/libjpeg-6b-15.i386.rpm) = 125313 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.alpha b/graphics/linux-f10-jpeg/pkg-plist.alpha deleted file mode 100644 index b8922dd02b57..000000000000 --- a/graphics/linux-f10-jpeg/pkg-plist.alpha +++ /dev/null @@ -1,15 +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/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-jpeg/pkg-plist.i386 b/graphics/linux-f10-jpeg/pkg-plist.i386 deleted file mode 100644 index b8922dd02b57..000000000000 --- a/graphics/linux-f10-jpeg/pkg-plist.i386 +++ /dev/null @@ -1,15 +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/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-libmng/Makefile b/graphics/linux-f10-libmng/Makefile deleted file mode 100644 index 8429247003be..000000000000 --- a/graphics/linux-f10-libmng/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: linux-libmng -# Date created: 01/09/18 -# Whom: mranner@inode.at -# -# $FreeBSD$ -# - -PORTNAME= libmng -PORTVERSION= 1.0.4 -PORTREVISION= 2 -CATEGORIES= graphics linux -MASTER_SITES?= ${RPM_MIRRORS:S/__DIR__/${STDDIR}/g} -PKGNAMEPREFIX= linux- -DISTNAME= libmng-${PORTVERSION}-1.${MACHINE_ARCH} -EXTRACT_SUFX= .rpm -EXTRACT_ONLY= - -MAINTAINER= mranner@inode.at -COMMENT= RPM of libmng - -BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libjpeg.so.62:${PORTSDIR}/graphics/linux-jpeg - -BASEVERSION= 8.0 -USE_LINUX= yes -USE_LINUX_PREFIX= yes -ONLY_FOR_ARCHS= i386 - -DIST_SUBDIR= rpm -NO_BUILD= yes -PLIST?= ${PKGDIR}/pkg-plist.${MACHINE_ARCH} -MD5_FILE?= ${MASTERDIR}/distinfo.${MACHINE_ARCH} - -# Let's avoid hardcoding 'en' as the language. -LANG?= en -RPM_MIRRORS= \ - ftp://ftp.redhat.com/pub/redhat/__DIR__/ \ - ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/__DIR__/ \ - ftp://ftp.mirrorservice.org/sites/ftp.redhat.com/pub/redhat/__DIR__/ -STDDIR= linux/${BASEVERSION}/${LANG}/os/${MACHINE_ARCH}/RedHat/RPMS -UPDDIR= linux/updates/${BASEVERSION}/${LANG}/os/${MACHINE_ARCH} -DBPATH= /var/lib/rpm -RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \ - --nodeps --replacepkgs -RPMDIR= ${DISTDIR}/${DIST_SUBDIR} - -do-install: - @for R in ${DISTFILES}; do \ - ${ECHO_MSG} $$R; \ - rpm -U ${RPMFLAGS} ${RPMDIR}/$$R || true ; \ - done - -.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 cab04632724d..000000000000 --- a/graphics/linux-f10-libmng/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/libmng-1.0.4-1.i386.rpm) = 4445e99362ea84f0f0e71d00da07897e -SIZE (rpm/libmng-1.0.4-1.i386.rpm) = 117947 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 4fcbb969b5c2..000000000000 --- a/graphics/linux-f10-libmng/pkg-plist.i386 +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/libmng.so.1.0.0 -@exec ln -sf %D/usr/lib/libmng.so.1 %D/usr/lib/libmng.1 -@unexec rm -f %D/usr/lib/libmng.so.1 -@unexec rm -f %D/usr/lib/libmng.so.1.0.0 diff --git a/graphics/linux-f10-png/Makefile b/graphics/linux-f10-png/Makefile deleted file mode 100644 index cfe8be57a2d6..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.7 -PORTREVISION= 6 -CATEGORIES= graphics linux -MASTER_SITES= http://mirrors.xmission.com/fedora/core/3/i386/os/Fedora/RPMS/ \ - http://fedora.cat.pdx.edu/linux/core/3/i386/os/Fedora/RPMS/ - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of the PNG lib - -DIST_SUBDIR= rpm/i386/fc3 -# no alpha rpm is available -ONLY_FOR_ARCHS= i386 amd64 -RPM_SET= libpng-${PORTVERSION}-1.i386.rpm - -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 "../../x11-toolkits/linux-gtk/Makefile" diff --git a/graphics/linux-f10-png/distinfo.i386 b/graphics/linux-f10-png/distinfo.i386 deleted file mode 100644 index 8a74060b6924..000000000000 --- a/graphics/linux-f10-png/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/i386/fc3/libpng-1.2.7-1.i386.rpm) = 47d1b7cfeb21648e620127adbf036150 -SIZE (rpm/i386/fc3/libpng-1.2.7-1.i386.rpm) = 158081 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 5307a31714f5..000000000000 --- a/graphics/linux-f10-png10/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: linux-png -# Date created: 28 September 2000 -# Whom: sanpei@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= png -PORTVERSION= 1.0.16 -PORTREVISION= 6 -CATEGORIES= graphics linux -MASTER_SITES= http://mirrors.xmission.com/fedora/core/3/i386/os/Fedora/RPMS/ \ - http://fedora.cat.pdx.edu/linux/core/3/i386/os/Fedora/RPMS/ - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of the PNG lib (old 1.0 version) - -LATEST_LINK= linux-png10 - -DIST_SUBDIR= rpm/i386/fc3 -ONLY_FOR_ARCHS= i386 -RPM_SET= libpng10-${PORTVERSION}-1.i386.rpm - -PLIST_FILES= usr/lib/libpng.so.2.1.0.16 \ - usr/lib/libpng.so.2 -DOCSDIR= ${PREFIX}/usr/share/doc/libpng10-1.0.16 -PORTDOCS= CHANGES LICENSE README TODO example.c libpng.txt - -.include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/graphics/linux-f10-png10/distinfo.i386 b/graphics/linux-f10-png10/distinfo.i386 deleted file mode 100644 index 3fb95b9032b2..000000000000 --- a/graphics/linux-f10-png10/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/i386/fc3/libpng10-1.0.16-1.i386.rpm) = b9a3180c7d9038f0af92b00655bb6e11 -SIZE (rpm/i386/fc3/libpng10-1.0.16-1.i386.rpm) = 150813 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 a6ba10bb11b7..000000000000 --- a/graphics/linux-f10-sdl_image/Makefile +++ /dev/null @@ -1,44 +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.4 -CATEGORIES= graphics linux -MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ -PKGNAMEPREFIX= linux- -DISTNAME= SDL_image-${PORTVERSION}-1.${MACHINE_ARCH} -EXTRACT_SUFX= .rpm -EXTRACT_ONLY= - -MAINTAINER= nivit@users.sourceforge.net -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 -BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm - -USE_LINUX= yes -USE_LINUX_PREFIX= yes -LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig - -ONLY_FOR_ARCHS= i386 -DIST_SUBDIR= rpm -NO_BUILD= yes - -DBPATH= /var/lib/rpm -RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \ - --nodeps --replacepkgs -.if defined(NOPORTDOCS) -RPMFLAGS+= --excludedocs -.endif -RPMDIR= ${DISTDIR}/${DIST_SUBDIR} - -do-install: - @${LOCALBASE}/bin/rpm -U ${RPMFLAGS} ${RPMDIR}/${DISTFILES} - @${LDCONFIG_LINUX} - -.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 b6c64cc9c6d2..000000000000 --- a/graphics/linux-f10-sdl_image/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/SDL_image-1.2.4-1.i386.rpm) = 3a6ef683206eb77b8ed064e78c3f7e9c -SIZE (rpm/SDL_image-1.2.4-1.i386.rpm) = 32195 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 eabcbc34ad42..000000000000 --- a/graphics/linux-f10-sdl_image/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -%%PORTDOCS%%usr/doc/SDL_image-1.2.4/CHANGES -%%PORTDOCS%%usr/doc/SDL_image-1.2.4/COPYING -%%PORTDOCS%%usr/doc/SDL_image-1.2.4/README -usr/lib/libSDL_image-1.2.so.0 -usr/lib/libSDL_image-1.2.so.0.1.3 -@dirrm usr/doc/SDL_image-1.2.4 diff --git a/graphics/linux-f10-tiff/Makefile b/graphics/linux-f10-tiff/Makefile deleted file mode 100644 index fbe04c1d25db..000000000000 --- a/graphics/linux-f10-tiff/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: linux-tiff -# Date created: 2001.02.08 -# Whom: taoka@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= tiff -PORTVERSION= 3.6.1 -PORTREVISION= 3 -CATEGORIES= graphics linux -MASTER_SITES= ${MASTER_SITE_SUSE} -MASTER_SITE_SUBDIR= i386/update/9.2/rpm/i586 -PKGNAMEPREFIX= linux- -DISTNAME= libtiff-3.6.1-47.6.i586.rpm -EXTRACT_ONLY= -EXTRACT_SUFX= - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= TIFF library, Linux/i386 binary - -BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm - -DIST_SUBDIR= rpm/i386/suse/9.2 -DOCDIRS= usr/share/doc/libtiff-3.6.1 -ONLY_FOR_ARCHS= amd64 i386 -PLIST= ${WRKDIR}/plist -PLIST_DIRS= usr/share/doc/packages/libtiff usr/share/doc/packages -PLIST_FILES= usr/lib/libtiff.so.3 usr/lib/libtiff.so.3.6.1 \ - usr/share/doc/packages/libtiff/COPYRIGHT \ - usr/share/doc/packages/libtiff/README -USE_LINUX= yes -USE_LINUX_PREFIX=yes - -# dummy target so rpm can be in BUILD_DEPENDS -do-build: - @${DO_NADA} - -do-install: - ${MKDIR} ${WRKSRC} - @rpm -U --ignorearch --ignoreos --root ${PREFIX} --dbpath /var/lib/rpm \ - --nodeps --replacepkgs --noscripts ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} \ - || ${TRUE} - -post-install: - @chroot ${LINUXBASE} sbin/ldconfig - -.include <bsd.port.mk> diff --git a/graphics/linux-f10-tiff/distinfo b/graphics/linux-f10-tiff/distinfo deleted file mode 100644 index e6c3ebf079db..000000000000 --- a/graphics/linux-f10-tiff/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/i386/suse/9.2/libtiff-3.6.1-47.6.i586.rpm) = 6c43fb50321d1d9c4338d1f6ce8a4d26 -SIZE (rpm/i386/suse/9.2/libtiff-3.6.1-47.6.i586.rpm) = 114536 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-ungif/Makefile b/graphics/linux-f10-ungif/Makefile deleted file mode 100644 index 5e6c874ea956..000000000000 --- a/graphics/linux-f10-ungif/Makefile +++ /dev/null @@ -1,20 +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.0 -PORTREVISION= 3 -CATEGORIES= graphics linux - -MAINTAINTER= maho@FreeBSD.org -COMMENT= RPM of the ungif lib - -.if (${MACHINE_ARCH} == "i386") -RPM_SET= libungif-4.1.0-7.${MACHINE_ARCH}.rpm -.else -RPM_SET= libungif-4.1.0-8.${MACHINE_ARCH}.rpm -.endif - -.include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/graphics/linux-f10-ungif/distinfo.alpha b/graphics/linux-f10-ungif/distinfo.alpha deleted file mode 100644 index 6054d65663f5..000000000000 --- a/graphics/linux-f10-ungif/distinfo.alpha +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/libungif-4.1.0-8.alpha.rpm) = 60bdb595dcd4a7cff8943a7a513d5957 -SIZE (rpm/libungif-4.1.0-8.alpha.rpm) = 115455 diff --git a/graphics/linux-f10-ungif/distinfo.i386 b/graphics/linux-f10-ungif/distinfo.i386 deleted file mode 100644 index 7df2039f460a..000000000000 --- a/graphics/linux-f10-ungif/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/libungif-4.1.0-7.i386.rpm) = 4cf169c6fc0b69251c2e9ddaad5e2a71 -SIZE (rpm/libungif-4.1.0-7.i386.rpm) = 44699 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.alpha b/graphics/linux-f10-ungif/pkg-plist.alpha deleted file mode 100644 index 7962c90ed21d..000000000000 --- a/graphics/linux-f10-ungif/pkg-plist.alpha +++ /dev/null @@ -1,20 +0,0 @@ -usr/lib/libungif.so.3.1.0 -usr/lib/libungif.so.4.1.0 -usr/share/doc/libungif-4.1.0/COPYING -usr/share/doc/libungif-4.1.0/NEWS -usr/share/doc/libungif-4.1.0/ONEWS -usr/share/doc/libungif-4.1.0/README -usr/share/doc/libungif-4.1.0/UNCOMPRESSED_GIF -@exec ln -sf %D/usr/lib/libgif.so.3.1.0 %D/usr/lib/libgif.so.3 -@exec ln -sf %D/usr/lib/libgif.so.4.1.0 %D/usr/lib/libgif.so.4 -@exec ln -sf %D/usr/lib/libungif.so.3.1.0 %D/usr/lib/libgif.so.3.1.0 -@exec ln -sf %D/usr/lib/libungif.so.3.1.0 %D/usr/lib/libungif.so.3 -@exec ln -sf %D/usr/lib/libungif.so.4.1.0 %D/usr/lib/libgif.so.4.1.0 -@exec ln -sf %D/usr/lib/libungif.so.4.1.0 %D/usr/lib/libungif.so.4 -@unexec rm -f %D/usr/lib/libgif.so.3 -@unexec rm -f %D/usr/lib/libgif.so.3.1.0 -@unexec rm -f %D/usr/lib/libgif.so.4 -@unexec rm -f %D/usr/lib/libgif.so.4.1.0 -@unexec rm -f %D/usr/lib/libungif.so.3 -@unexec rm -f %D/usr/lib/libungif.so.4 -@dirrm usr/share/doc/libungif-4.1.0 diff --git a/graphics/linux-f10-ungif/pkg-plist.i386 b/graphics/linux-f10-ungif/pkg-plist.i386 deleted file mode 100644 index 7962c90ed21d..000000000000 --- a/graphics/linux-f10-ungif/pkg-plist.i386 +++ /dev/null @@ -1,20 +0,0 @@ -usr/lib/libungif.so.3.1.0 -usr/lib/libungif.so.4.1.0 -usr/share/doc/libungif-4.1.0/COPYING -usr/share/doc/libungif-4.1.0/NEWS -usr/share/doc/libungif-4.1.0/ONEWS -usr/share/doc/libungif-4.1.0/README -usr/share/doc/libungif-4.1.0/UNCOMPRESSED_GIF -@exec ln -sf %D/usr/lib/libgif.so.3.1.0 %D/usr/lib/libgif.so.3 -@exec ln -sf %D/usr/lib/libgif.so.4.1.0 %D/usr/lib/libgif.so.4 -@exec ln -sf %D/usr/lib/libungif.so.3.1.0 %D/usr/lib/libgif.so.3.1.0 -@exec ln -sf %D/usr/lib/libungif.so.3.1.0 %D/usr/lib/libungif.so.3 -@exec ln -sf %D/usr/lib/libungif.so.4.1.0 %D/usr/lib/libgif.so.4.1.0 -@exec ln -sf %D/usr/lib/libungif.so.4.1.0 %D/usr/lib/libungif.so.4 -@unexec rm -f %D/usr/lib/libgif.so.3 -@unexec rm -f %D/usr/lib/libgif.so.3.1.0 -@unexec rm -f %D/usr/lib/libgif.so.4 -@unexec rm -f %D/usr/lib/libgif.so.4.1.0 -@unexec rm -f %D/usr/lib/libungif.so.3 -@unexec rm -f %D/usr/lib/libungif.so.4 -@dirrm usr/share/doc/libungif-4.1.0 diff --git a/graphics/linux-f8-gdk-pixbuf/Makefile b/graphics/linux-f8-gdk-pixbuf/Makefile deleted file mode 100644 index 8b63ab7ec547..000000000000 --- a/graphics/linux-f8-gdk-pixbuf/Makefile +++ /dev/null @@ -1,44 +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.11.3.5 -PORTREVISION= 1 -CATEGORIES= graphics linux -MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} -MASTER_SITE_SUBDIR=fedora/fedora/${BASEVERSION}/${MACHINE_ARCH}/RPMS.updates -PKGNAMEPREFIX= linux- -DISTNAME= ${PORTNAME}-${PORTVERSION:C/^([^\.]+\.[^\.]+\.[^\.]+)\./\1-/}.${MACHINE_ARCH} -EXTRACT_SUFX= .rpm -EXTRACT_ONLY= - -MAINTAINER= sethk@meowfishies.com -COMMENT= Linux version of the graphic library for GTK+ - -BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm - -CONFLICTS= linux-gtk2* - -USE_LINUX_PREFIX=yes -USE_LINUX= yes -ONLY_FOR_ARCHS= i386 -DIST_SUBDIR= rpm -NO_BUILD= yes -PLIST_SUB= VERSION=${PORTVERSION:C/^([^\.]+\.[^\.]+\.[^\.]+).+/\1/} - -# Set the version of Fedora Core -BASEVERSION?= 2 -RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath /var/lib/rpm\ - --nodeps --replacepkgs - -do-install: - @for rpm in ${DISTFILES}; do\ - ${ECHO_MSG} $$rpm;\ - rpm -U ${RPMFLAGS} ${DISTDIR}/${DIST_SUBDIR}/$$rpm || true;\ - done - -.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 1cc54f8d67e7..000000000000 --- a/graphics/linux-f8-gdk-pixbuf/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/gdk-pixbuf-0.22.0-11.3.5.i386.rpm) = 174e82dcdccb7832bc7186eba1ba4f8f -SIZE (rpm/gdk-pixbuf-0.22.0-11.3.5.i386.rpm) = 228293 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 df6beaab5186..000000000000 --- a/graphics/linux-f8-imlib/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: linux-imlib -# Date created: 01/09/18 -# Whom: taoka@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= imlib -PORTVERSION= 1.9.8.1 -PORTREVISION= 2 -CATEGORIES= graphics linux - -MAINTAINER= ports@FreeBSD.org -COMMENT= RPM of imlib - -RPM_SET= imlib-${PORTVERSION}-2.${ARCH}.rpm - -.include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/graphics/linux-f8-imlib/distinfo.alpha b/graphics/linux-f8-imlib/distinfo.alpha deleted file mode 100644 index 13f2314b4a34..000000000000 --- a/graphics/linux-f8-imlib/distinfo.alpha +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/imlib-1.9.8.1-2.alpha.rpm) = 1e55a013ac2058d1100393ec6e795fa4 -SIZE (rpm/imlib-1.9.8.1-2.alpha.rpm) = 525669 diff --git a/graphics/linux-f8-imlib/distinfo.i386 b/graphics/linux-f8-imlib/distinfo.i386 deleted file mode 100644 index a979248ec87a..000000000000 --- a/graphics/linux-f8-imlib/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/imlib-1.9.8.1-2.i386.rpm) = 64a1a27bc1e276af8aecefa261ab9b3b -SIZE (rpm/imlib-1.9.8.1-2.i386.rpm) = 162510 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.alpha b/graphics/linux-f8-imlib/pkg-plist.alpha deleted file mode 100644 index f19ff0727e49..000000000000 --- a/graphics/linux-f8-imlib/pkg-plist.alpha +++ /dev/null @@ -1,21 +0,0 @@ -etc/im_palette-small.pal -etc/im_palette-tiny.pal -etc/im_palette.pal -etc/imrc -usr/lib/libImlib.so.1.9.8 -usr/lib/libgdk_imlib.so.1.9.8 -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-1.9.8.1/AUTHORS -usr/share/doc/imlib-1.9.8.1/ChangeLog -usr/share/doc/imlib-1.9.8.1/NEWS -usr/share/doc/imlib-1.9.8.1/README -usr/lib/libImlib.so.1 -usr/lib/libgdk_imlib.so.1 -@dirrm usr/share/doc/imlib-1.9.8.1 diff --git a/graphics/linux-f8-imlib/pkg-plist.i386 b/graphics/linux-f8-imlib/pkg-plist.i386 deleted file mode 100644 index f19ff0727e49..000000000000 --- a/graphics/linux-f8-imlib/pkg-plist.i386 +++ /dev/null @@ -1,21 +0,0 @@ -etc/im_palette-small.pal -etc/im_palette-tiny.pal -etc/im_palette.pal -etc/imrc -usr/lib/libImlib.so.1.9.8 -usr/lib/libgdk_imlib.so.1.9.8 -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-1.9.8.1/AUTHORS -usr/share/doc/imlib-1.9.8.1/ChangeLog -usr/share/doc/imlib-1.9.8.1/NEWS -usr/share/doc/imlib-1.9.8.1/README -usr/lib/libImlib.so.1 -usr/lib/libgdk_imlib.so.1 -@dirrm usr/share/doc/imlib-1.9.8.1 diff --git a/graphics/linux-f8-jpeg/Makefile b/graphics/linux-f8-jpeg/Makefile deleted file mode 100644 index d4d89e16e2c6..000000000000 --- a/graphics/linux-f8-jpeg/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: linux-jpeg -# Date created: 9 April 2000 -# Whom: sada@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= jpeg -PORTVERSION= 6b.15 -PORTREVISION= 4 -CATEGORIES= graphics linux - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of the JPEG lib - -RPM_SET= libjpeg-6b-15.${ARCH}.rpm - -.include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/graphics/linux-f8-jpeg/distinfo.alpha b/graphics/linux-f8-jpeg/distinfo.alpha deleted file mode 100644 index 888b2793509c..000000000000 --- a/graphics/linux-f8-jpeg/distinfo.alpha +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/libjpeg-6b-15.alpha.rpm) = 01eb4e440c40cd077037f5773001cd1f -SIZE (rpm/libjpeg-6b-15.alpha.rpm) = 187494 diff --git a/graphics/linux-f8-jpeg/distinfo.i386 b/graphics/linux-f8-jpeg/distinfo.i386 deleted file mode 100644 index 4b513c717ddc..000000000000 --- a/graphics/linux-f8-jpeg/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/libjpeg-6b-15.i386.rpm) = d35d32f13a16a33d30aca2a0669c2075 -SIZE (rpm/libjpeg-6b-15.i386.rpm) = 125313 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.alpha b/graphics/linux-f8-jpeg/pkg-plist.alpha deleted file mode 100644 index b8922dd02b57..000000000000 --- a/graphics/linux-f8-jpeg/pkg-plist.alpha +++ /dev/null @@ -1,15 +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/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-jpeg/pkg-plist.i386 b/graphics/linux-f8-jpeg/pkg-plist.i386 deleted file mode 100644 index b8922dd02b57..000000000000 --- a/graphics/linux-f8-jpeg/pkg-plist.i386 +++ /dev/null @@ -1,15 +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/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-libmng/Makefile b/graphics/linux-f8-libmng/Makefile deleted file mode 100644 index 8429247003be..000000000000 --- a/graphics/linux-f8-libmng/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: linux-libmng -# Date created: 01/09/18 -# Whom: mranner@inode.at -# -# $FreeBSD$ -# - -PORTNAME= libmng -PORTVERSION= 1.0.4 -PORTREVISION= 2 -CATEGORIES= graphics linux -MASTER_SITES?= ${RPM_MIRRORS:S/__DIR__/${STDDIR}/g} -PKGNAMEPREFIX= linux- -DISTNAME= libmng-${PORTVERSION}-1.${MACHINE_ARCH} -EXTRACT_SUFX= .rpm -EXTRACT_ONLY= - -MAINTAINER= mranner@inode.at -COMMENT= RPM of libmng - -BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libjpeg.so.62:${PORTSDIR}/graphics/linux-jpeg - -BASEVERSION= 8.0 -USE_LINUX= yes -USE_LINUX_PREFIX= yes -ONLY_FOR_ARCHS= i386 - -DIST_SUBDIR= rpm -NO_BUILD= yes -PLIST?= ${PKGDIR}/pkg-plist.${MACHINE_ARCH} -MD5_FILE?= ${MASTERDIR}/distinfo.${MACHINE_ARCH} - -# Let's avoid hardcoding 'en' as the language. -LANG?= en -RPM_MIRRORS= \ - ftp://ftp.redhat.com/pub/redhat/__DIR__/ \ - ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/__DIR__/ \ - ftp://ftp.mirrorservice.org/sites/ftp.redhat.com/pub/redhat/__DIR__/ -STDDIR= linux/${BASEVERSION}/${LANG}/os/${MACHINE_ARCH}/RedHat/RPMS -UPDDIR= linux/updates/${BASEVERSION}/${LANG}/os/${MACHINE_ARCH} -DBPATH= /var/lib/rpm -RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \ - --nodeps --replacepkgs -RPMDIR= ${DISTDIR}/${DIST_SUBDIR} - -do-install: - @for R in ${DISTFILES}; do \ - ${ECHO_MSG} $$R; \ - rpm -U ${RPMFLAGS} ${RPMDIR}/$$R || true ; \ - done - -.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 cab04632724d..000000000000 --- a/graphics/linux-f8-libmng/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/libmng-1.0.4-1.i386.rpm) = 4445e99362ea84f0f0e71d00da07897e -SIZE (rpm/libmng-1.0.4-1.i386.rpm) = 117947 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 4fcbb969b5c2..000000000000 --- a/graphics/linux-f8-libmng/pkg-plist.i386 +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/libmng.so.1.0.0 -@exec ln -sf %D/usr/lib/libmng.so.1 %D/usr/lib/libmng.1 -@unexec rm -f %D/usr/lib/libmng.so.1 -@unexec rm -f %D/usr/lib/libmng.so.1.0.0 diff --git a/graphics/linux-f8-png/Makefile b/graphics/linux-f8-png/Makefile deleted file mode 100644 index cfe8be57a2d6..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.7 -PORTREVISION= 6 -CATEGORIES= graphics linux -MASTER_SITES= http://mirrors.xmission.com/fedora/core/3/i386/os/Fedora/RPMS/ \ - http://fedora.cat.pdx.edu/linux/core/3/i386/os/Fedora/RPMS/ - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of the PNG lib - -DIST_SUBDIR= rpm/i386/fc3 -# no alpha rpm is available -ONLY_FOR_ARCHS= i386 amd64 -RPM_SET= libpng-${PORTVERSION}-1.i386.rpm - -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 "../../x11-toolkits/linux-gtk/Makefile" diff --git a/graphics/linux-f8-png/distinfo.i386 b/graphics/linux-f8-png/distinfo.i386 deleted file mode 100644 index 8a74060b6924..000000000000 --- a/graphics/linux-f8-png/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/i386/fc3/libpng-1.2.7-1.i386.rpm) = 47d1b7cfeb21648e620127adbf036150 -SIZE (rpm/i386/fc3/libpng-1.2.7-1.i386.rpm) = 158081 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 5307a31714f5..000000000000 --- a/graphics/linux-f8-png10/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: linux-png -# Date created: 28 September 2000 -# Whom: sanpei@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= png -PORTVERSION= 1.0.16 -PORTREVISION= 6 -CATEGORIES= graphics linux -MASTER_SITES= http://mirrors.xmission.com/fedora/core/3/i386/os/Fedora/RPMS/ \ - http://fedora.cat.pdx.edu/linux/core/3/i386/os/Fedora/RPMS/ - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= RPM of the PNG lib (old 1.0 version) - -LATEST_LINK= linux-png10 - -DIST_SUBDIR= rpm/i386/fc3 -ONLY_FOR_ARCHS= i386 -RPM_SET= libpng10-${PORTVERSION}-1.i386.rpm - -PLIST_FILES= usr/lib/libpng.so.2.1.0.16 \ - usr/lib/libpng.so.2 -DOCSDIR= ${PREFIX}/usr/share/doc/libpng10-1.0.16 -PORTDOCS= CHANGES LICENSE README TODO example.c libpng.txt - -.include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/graphics/linux-f8-png10/distinfo.i386 b/graphics/linux-f8-png10/distinfo.i386 deleted file mode 100644 index 3fb95b9032b2..000000000000 --- a/graphics/linux-f8-png10/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/i386/fc3/libpng10-1.0.16-1.i386.rpm) = b9a3180c7d9038f0af92b00655bb6e11 -SIZE (rpm/i386/fc3/libpng10-1.0.16-1.i386.rpm) = 150813 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 a6ba10bb11b7..000000000000 --- a/graphics/linux-f8-sdl_image/Makefile +++ /dev/null @@ -1,44 +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.4 -CATEGORIES= graphics linux -MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ -PKGNAMEPREFIX= linux- -DISTNAME= SDL_image-${PORTVERSION}-1.${MACHINE_ARCH} -EXTRACT_SUFX= .rpm -EXTRACT_ONLY= - -MAINTAINER= nivit@users.sourceforge.net -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 -BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm - -USE_LINUX= yes -USE_LINUX_PREFIX= yes -LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig - -ONLY_FOR_ARCHS= i386 -DIST_SUBDIR= rpm -NO_BUILD= yes - -DBPATH= /var/lib/rpm -RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \ - --nodeps --replacepkgs -.if defined(NOPORTDOCS) -RPMFLAGS+= --excludedocs -.endif -RPMDIR= ${DISTDIR}/${DIST_SUBDIR} - -do-install: - @${LOCALBASE}/bin/rpm -U ${RPMFLAGS} ${RPMDIR}/${DISTFILES} - @${LDCONFIG_LINUX} - -.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 b6c64cc9c6d2..000000000000 --- a/graphics/linux-f8-sdl_image/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/SDL_image-1.2.4-1.i386.rpm) = 3a6ef683206eb77b8ed064e78c3f7e9c -SIZE (rpm/SDL_image-1.2.4-1.i386.rpm) = 32195 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 eabcbc34ad42..000000000000 --- a/graphics/linux-f8-sdl_image/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -%%PORTDOCS%%usr/doc/SDL_image-1.2.4/CHANGES -%%PORTDOCS%%usr/doc/SDL_image-1.2.4/COPYING -%%PORTDOCS%%usr/doc/SDL_image-1.2.4/README -usr/lib/libSDL_image-1.2.so.0 -usr/lib/libSDL_image-1.2.so.0.1.3 -@dirrm usr/doc/SDL_image-1.2.4 diff --git a/graphics/linux-f8-tiff/Makefile b/graphics/linux-f8-tiff/Makefile deleted file mode 100644 index fbe04c1d25db..000000000000 --- a/graphics/linux-f8-tiff/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: linux-tiff -# Date created: 2001.02.08 -# Whom: taoka@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= tiff -PORTVERSION= 3.6.1 -PORTREVISION= 3 -CATEGORIES= graphics linux -MASTER_SITES= ${MASTER_SITE_SUSE} -MASTER_SITE_SUBDIR= i386/update/9.2/rpm/i586 -PKGNAMEPREFIX= linux- -DISTNAME= libtiff-3.6.1-47.6.i586.rpm -EXTRACT_ONLY= -EXTRACT_SUFX= - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= TIFF library, Linux/i386 binary - -BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm - -DIST_SUBDIR= rpm/i386/suse/9.2 -DOCDIRS= usr/share/doc/libtiff-3.6.1 -ONLY_FOR_ARCHS= amd64 i386 -PLIST= ${WRKDIR}/plist -PLIST_DIRS= usr/share/doc/packages/libtiff usr/share/doc/packages -PLIST_FILES= usr/lib/libtiff.so.3 usr/lib/libtiff.so.3.6.1 \ - usr/share/doc/packages/libtiff/COPYRIGHT \ - usr/share/doc/packages/libtiff/README -USE_LINUX= yes -USE_LINUX_PREFIX=yes - -# dummy target so rpm can be in BUILD_DEPENDS -do-build: - @${DO_NADA} - -do-install: - ${MKDIR} ${WRKSRC} - @rpm -U --ignorearch --ignoreos --root ${PREFIX} --dbpath /var/lib/rpm \ - --nodeps --replacepkgs --noscripts ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} \ - || ${TRUE} - -post-install: - @chroot ${LINUXBASE} sbin/ldconfig - -.include <bsd.port.mk> diff --git a/graphics/linux-f8-tiff/distinfo b/graphics/linux-f8-tiff/distinfo deleted file mode 100644 index e6c3ebf079db..000000000000 --- a/graphics/linux-f8-tiff/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/i386/suse/9.2/libtiff-3.6.1-47.6.i586.rpm) = 6c43fb50321d1d9c4338d1f6ce8a4d26 -SIZE (rpm/i386/suse/9.2/libtiff-3.6.1-47.6.i586.rpm) = 114536 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-ungif/Makefile b/graphics/linux-f8-ungif/Makefile deleted file mode 100644 index 5e6c874ea956..000000000000 --- a/graphics/linux-f8-ungif/Makefile +++ /dev/null @@ -1,20 +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.0 -PORTREVISION= 3 -CATEGORIES= graphics linux - -MAINTAINTER= maho@FreeBSD.org -COMMENT= RPM of the ungif lib - -.if (${MACHINE_ARCH} == "i386") -RPM_SET= libungif-4.1.0-7.${MACHINE_ARCH}.rpm -.else -RPM_SET= libungif-4.1.0-8.${MACHINE_ARCH}.rpm -.endif - -.include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/graphics/linux-f8-ungif/distinfo.alpha b/graphics/linux-f8-ungif/distinfo.alpha deleted file mode 100644 index 6054d65663f5..000000000000 --- a/graphics/linux-f8-ungif/distinfo.alpha +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/libungif-4.1.0-8.alpha.rpm) = 60bdb595dcd4a7cff8943a7a513d5957 -SIZE (rpm/libungif-4.1.0-8.alpha.rpm) = 115455 diff --git a/graphics/linux-f8-ungif/distinfo.i386 b/graphics/linux-f8-ungif/distinfo.i386 deleted file mode 100644 index 7df2039f460a..000000000000 --- a/graphics/linux-f8-ungif/distinfo.i386 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/libungif-4.1.0-7.i386.rpm) = 4cf169c6fc0b69251c2e9ddaad5e2a71 -SIZE (rpm/libungif-4.1.0-7.i386.rpm) = 44699 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.alpha b/graphics/linux-f8-ungif/pkg-plist.alpha deleted file mode 100644 index 7962c90ed21d..000000000000 --- a/graphics/linux-f8-ungif/pkg-plist.alpha +++ /dev/null @@ -1,20 +0,0 @@ -usr/lib/libungif.so.3.1.0 -usr/lib/libungif.so.4.1.0 -usr/share/doc/libungif-4.1.0/COPYING -usr/share/doc/libungif-4.1.0/NEWS -usr/share/doc/libungif-4.1.0/ONEWS -usr/share/doc/libungif-4.1.0/README -usr/share/doc/libungif-4.1.0/UNCOMPRESSED_GIF -@exec ln -sf %D/usr/lib/libgif.so.3.1.0 %D/usr/lib/libgif.so.3 -@exec ln -sf %D/usr/lib/libgif.so.4.1.0 %D/usr/lib/libgif.so.4 -@exec ln -sf %D/usr/lib/libungif.so.3.1.0 %D/usr/lib/libgif.so.3.1.0 -@exec ln -sf %D/usr/lib/libungif.so.3.1.0 %D/usr/lib/libungif.so.3 -@exec ln -sf %D/usr/lib/libungif.so.4.1.0 %D/usr/lib/libgif.so.4.1.0 -@exec ln -sf %D/usr/lib/libungif.so.4.1.0 %D/usr/lib/libungif.so.4 -@unexec rm -f %D/usr/lib/libgif.so.3 -@unexec rm -f %D/usr/lib/libgif.so.3.1.0 -@unexec rm -f %D/usr/lib/libgif.so.4 -@unexec rm -f %D/usr/lib/libgif.so.4.1.0 -@unexec rm -f %D/usr/lib/libungif.so.3 -@unexec rm -f %D/usr/lib/libungif.so.4 -@dirrm usr/share/doc/libungif-4.1.0 diff --git a/graphics/linux-f8-ungif/pkg-plist.i386 b/graphics/linux-f8-ungif/pkg-plist.i386 deleted file mode 100644 index 7962c90ed21d..000000000000 --- a/graphics/linux-f8-ungif/pkg-plist.i386 +++ /dev/null @@ -1,20 +0,0 @@ -usr/lib/libungif.so.3.1.0 -usr/lib/libungif.so.4.1.0 -usr/share/doc/libungif-4.1.0/COPYING -usr/share/doc/libungif-4.1.0/NEWS -usr/share/doc/libungif-4.1.0/ONEWS -usr/share/doc/libungif-4.1.0/README -usr/share/doc/libungif-4.1.0/UNCOMPRESSED_GIF -@exec ln -sf %D/usr/lib/libgif.so.3.1.0 %D/usr/lib/libgif.so.3 -@exec ln -sf %D/usr/lib/libgif.so.4.1.0 %D/usr/lib/libgif.so.4 -@exec ln -sf %D/usr/lib/libungif.so.3.1.0 %D/usr/lib/libgif.so.3.1.0 -@exec ln -sf %D/usr/lib/libungif.so.3.1.0 %D/usr/lib/libungif.so.3 -@exec ln -sf %D/usr/lib/libungif.so.4.1.0 %D/usr/lib/libgif.so.4.1.0 -@exec ln -sf %D/usr/lib/libungif.so.4.1.0 %D/usr/lib/libungif.so.4 -@unexec rm -f %D/usr/lib/libgif.so.3 -@unexec rm -f %D/usr/lib/libgif.so.3.1.0 -@unexec rm -f %D/usr/lib/libgif.so.4 -@unexec rm -f %D/usr/lib/libgif.so.4.1.0 -@unexec rm -f %D/usr/lib/libungif.so.3 -@unexec rm -f %D/usr/lib/libungif.so.4 -@dirrm usr/share/doc/libungif-4.1.0 diff --git a/graphics/osg-devel/Makefile b/graphics/osg-devel/Makefile deleted file mode 100644 index b7770d67828b..000000000000 --- a/graphics/osg-devel/Makefile +++ /dev/null @@ -1,74 +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= 0.9.8 -CATEGORIES= graphics -MASTER_SITES= http://www.openscenegraph.org/downloads/snapshots/ -DISTNAME= OSG_OP_OT-${PORTVERSION}-2 - -MAINTAINER= boris@brooknet.com.au -COMMENT= C++ OpenGL scene graph library for real-time rendering - -BUILD_DEPENDS= ${LOCALBASE}/lib/libOpenThreads.so:${PORTSDIR}/devel/openthreads \ - ${X11BASE}/lib/libProducer.so:${PORTSDIR}/graphics/openproducer -RUN_DEPENDS= ${LOCALBASE}/lib/libOpenThreads.so:${PORTSDIR}/devel/openthreads \ - ${X11BASE}/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 \ - xml2.5:${PORTSDIR}/textproc/libxml2 - -USE_ZIP= yes -USE_REINPLACE= yes -USE_X_PREFIX= yes -USE_GL= yes -INSTALLS_SHLIB= yes -USE_GMAKE= yes -MAKE_ENV= OSGHOME="${WRKSRC}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" \ - EXAMPLESDIR="${EXAMPLESDIR}" \ - DOCSDIR="${DOCSDIR}" \ - DATADIR="${DATADIR}" \ - OPTF="${CXXFLAGS}" -MAKEFILE= GNUmakefile -WRKSRC= ${WRKDIR}/${DISTNAME}/OpenSceneGraph - -# opt = optimized ($OPTF added); debug = debug ($DBGF added); opt is default -ALL_TARGET= opt - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500035 -EXTRA_PATCHES= ${FILESDIR}/freebsd4-osg-patches -.endif - -.if !defined(NOPORTDOCS) - -BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen \ - dot:${PORTSDIR}/graphics/graphviz -PORTDOCS= html - -pre-patch: - ${REINPLACE_CMD} -e 's,[[:cntrl:]]*$$,,' \ - ${WRKSRC}/examples/osgtesselate/osgtesselate.cpp - -post-build: - cd ${WRKSRC}/doc/Doxyfiles && OSGHOME=${WRKSRC} doxygen all_Doxyfile - -pre-install: - ${FIND} ${WRKSRC} -name '*.orig' -delete - -post-install: - @${MKDIR} ${DOCSDIR} - ${CP} -r ${WRKSRC}/doc/doxygen/ ${DOCSDIR} - -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/osg-devel/distinfo b/graphics/osg-devel/distinfo deleted file mode 100644 index 2f534135bf00..000000000000 --- a/graphics/osg-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (OSG_OP_OT-0.9.8-2.zip) = 4c3fe8b7701e5a5932a4268075b60cda -SIZE (OSG_OP_OT-0.9.8-2.zip) = 3805142 diff --git a/graphics/osg-devel/files/freebsd4-osg-patches b/graphics/osg-devel/files/freebsd4-osg-patches deleted file mode 100644 index 54b5c9fa2779..000000000000 --- a/graphics/osg-devel/files/freebsd4-osg-patches +++ /dev/null @@ -1,688 +0,0 @@ -diff -urN ../OpenSceneGraph.orig/examples/osgtesselate/osgtesselate.cpp ./examples/osgtesselate/osgtesselate.cpp ---- ../OpenSceneGraph.orig/examples/osgtesselate/osgtesselate.cpp Sun Oct 24 20:03:59 2004 -+++ ./examples/osgtesselate/osgtesselate.cpp Tue Feb 8 01:28:23 2005 -@@ -562,7 +562,7 @@ - setTesselateVisitor():osg::NodeVisitor(osg::NodeVisitor::TRAVERSE_ALL_CHILDREN) { - } - virtual void apply(osg::Geode& geode) { -- if (geode.getName().compare(0,9,"tesselate")==0) { -+ if (geode.getName().compare("tesselate",0,9)==0) { - for(unsigned int i=0;i<geode.getNumDrawables();++i) - { - osg::Geometry* geom = dynamic_cast<osg::Geometry*>(geode.getDrawable(i)); -diff -urN ../OpenSceneGraph.orig/examples/osgunittests/osgunittests.cpp ./examples/osgunittests/osgunittests.cpp ---- ../OpenSceneGraph.orig/examples/osgunittests/osgunittests.cpp Wed Nov 10 21:28:06 2004 -+++ ./examples/osgunittests/osgunittests.cpp Tue Feb 8 01:28:23 2005 -@@ -113,9 +113,6 @@ - std::cout<<"sizeof(float)=="<<sizeof(float)<<std::endl; - std::cout<<"sizeof(double)=="<<sizeof(double)<<std::endl; - -- std::cout<<"sizeof(std::istream::pos_type)=="<<sizeof(std::istream::pos_type)<<std::endl; -- std::cout<<"sizeof(std::istream::off_type)=="<<sizeof(std::istream::off_type)<<std::endl; -- - } - - -diff -urN ../OpenSceneGraph.orig/include/osg/AnimationPath ./include/osg/AnimationPath ---- ../OpenSceneGraph.orig/include/osg/AnimationPath Wed Sep 1 08:34:49 2004 -+++ ./include/osg/AnimationPath Tue Feb 8 01:28:24 2005 -@@ -15,7 +15,7 @@ - #define OSG_ANIMATIONPATH 1 - - #include <map> --#include <istream> -+#include <istream.h> - #include <float.h> - - #include <osg/Matrixf> -diff -urN ../OpenSceneGraph.orig/include/osg/ApplicationUsage ./include/osg/ApplicationUsage ---- ../OpenSceneGraph.orig/include/osg/ApplicationUsage Mon Oct 25 19:16:56 2004 -+++ ./include/osg/ApplicationUsage Tue Feb 8 01:28:24 2005 -@@ -18,7 +18,7 @@ - - #include <map> - #include <string> --#include <ostream> -+#include <ostream.h> - - namespace osg { - -diff -urN ../OpenSceneGraph.orig/include/osg/ArgumentParser ./include/osg/ArgumentParser ---- ../OpenSceneGraph.orig/include/osg/ArgumentParser Tue Sep 28 09:14:03 2004 -+++ ./include/osg/ArgumentParser Tue Feb 8 01:28:24 2005 -@@ -18,7 +18,7 @@ - - #include <map> - #include <string> --#include <ostream> -+#include <ostream.h> - - namespace osg { - -diff -urN ../OpenSceneGraph.orig/include/osg/Matrixd ./include/osg/Matrixd ---- ../OpenSceneGraph.orig/include/osg/Matrixd Tue Aug 31 13:19:30 2004 -+++ ./include/osg/Matrixd Tue Feb 8 01:28:24 2005 -@@ -23,7 +23,7 @@ - - #include <string.h> - --#include <ostream> -+#include <ostream.h> - #include <algorithm> - - namespace osg { -diff -urN ../OpenSceneGraph.orig/include/osg/Matrixf ./include/osg/Matrixf ---- ../OpenSceneGraph.orig/include/osg/Matrixf Tue Aug 31 13:19:30 2004 -+++ ./include/osg/Matrixf Tue Feb 8 01:28:24 2005 -@@ -23,7 +23,7 @@ - - #include <string.h> - --#include <ostream> -+#include <ostream.h> - #include <algorithm> - - namespace osg { -diff -urN ../OpenSceneGraph.orig/include/osg/Notify ./include/osg/Notify ---- ../OpenSceneGraph.orig/include/osg/Notify Thu Sep 2 19:10:33 2004 -+++ ./include/osg/Notify Tue Feb 8 01:28:24 2005 -@@ -16,7 +16,7 @@ - - #include <osg/Export> - --#include <ostream> -+#include <ostream.h> - - namespace osg { - -diff -urN ../OpenSceneGraph.orig/include/osg/UByte4 ./include/osg/UByte4 ---- ../OpenSceneGraph.orig/include/osg/UByte4 Mon Sep 13 15:14:11 2004 -+++ ./include/osg/UByte4 Tue Feb 8 01:28:24 2005 -@@ -16,7 +16,7 @@ - - #include <osg/Vec3> - --#include <ostream> -+#include <ostream.h> - - namespace osg { - -diff -urN ../OpenSceneGraph.orig/include/osg/Vec2f ./include/osg/Vec2f ---- ../OpenSceneGraph.orig/include/osg/Vec2f Wed Sep 15 19:10:15 2004 -+++ ./include/osg/Vec2f Tue Feb 8 01:28:24 2005 -@@ -14,7 +14,7 @@ - #ifndef OSG_VEC2F - #define OSG_VEC2F 1 - --#include <ostream> -+#include <ostream.h> - - #include <osg/Math> - -diff -urN ../OpenSceneGraph.orig/include/osg/Vec3f ./include/osg/Vec3f ---- ../OpenSceneGraph.orig/include/osg/Vec3f Mon Oct 18 18:36:40 2004 -+++ ./include/osg/Vec3f Tue Feb 8 01:28:24 2005 -@@ -14,7 +14,7 @@ - #ifndef OSG_VEC3F - #define OSG_VEC3F 1 - --#include <ostream> -+#include <ostream.h> - - #include <osg/Vec2f> - #include <osg/Math> -diff -urN ../OpenSceneGraph.orig/include/osgDB/FieldReader ./include/osgDB/FieldReader ---- ../OpenSceneGraph.orig/include/osgDB/FieldReader Wed Mar 3 13:27:18 2004 -+++ ./include/osgDB/FieldReader Tue Feb 8 01:28:24 2005 -@@ -19,7 +19,7 @@ - #include <string.h> - #include <stdlib.h> - --#include <istream> -+#include <istream.h> - - namespace osgDB { - -diff -urN ../OpenSceneGraph.orig/include/osgSim/GeographicLocation ./include/osgSim/GeographicLocation ---- ../OpenSceneGraph.orig/include/osgSim/GeographicLocation Tue Mar 2 16:12:11 2004 -+++ ./include/osgSim/GeographicLocation Tue Feb 8 01:28:24 2005 -@@ -17,7 +17,7 @@ - #include <osg/Math> - #include <osg/Referenced> - --#include <ostream> -+#include <ostream.h> - - namespace osgSim { - -diff -urN ../OpenSceneGraph.orig/src/osgDB/Archive.cpp ./src/osgDB/Archive.cpp ---- ../OpenSceneGraph.orig/src/osgDB/Archive.cpp Thu Nov 25 15:09:56 2004 -+++ ./src/osgDB/Archive.cpp Tue Feb 8 01:28:24 2005 -@@ -18,7 +18,7 @@ - #include <osgDB/FileNameUtils> - #include <osgDB/Archive> - --#include <streambuf> -+#include <streambuf.h> - - using namespace osgDB; - -diff -urN ../OpenSceneGraph.orig/src/osgDB/FileNameUtils.cpp ./src/osgDB/FileNameUtils.cpp ---- ../OpenSceneGraph.orig/src/osgDB/FileNameUtils.cpp Wed Oct 6 13:11:04 2004 -+++ ./src/osgDB/FileNameUtils.cpp Tue Feb 8 01:28:23 2005 -@@ -16,8 +16,6 @@ - #include <ctype.h> - #elif defined(__GNUC__) || !defined(WIN32) || defined(__MWERKS__) - #include <cctype> -- using std::tolower; -- using std::strlen; - #endif - - using namespace std; -@@ -119,13 +117,13 @@ - { - // need to check for http:// - if (filename.size()<7) return false; -- if (filename.compare(0,7,"http://")==0) return true; -+ if (filename.compare("http://",0,7)==0) return true; - return false; - } - - std::string osgDB::getServerAddress(const std::string& filename) - { -- if (filename.size()>=7 && filename.compare(0,7,"http://")==0) -+ if (filename.size()>=7 && filename.compare("http://",0,7)==0) - { - std::string::size_type pos_slash = filename.find_first_of('/',7); - if (pos_slash!=std::string::npos) -@@ -142,7 +140,7 @@ - - std::string osgDB::getServerFileName(const std::string& filename) - { -- if (filename.size()>=7 && filename.compare(0,7,"http://")==0) -+ if (filename.size()>=7 && filename.compare("http://",0,7)==0) - { - std::string::size_type pos_slash = filename.find_first_of('/',7); - if (pos_slash!=std::string::npos) -diff -urN ../OpenSceneGraph.orig/src/osgPlugins/ac3d/Geode.cpp ./src/osgPlugins/ac3d/Geode.cpp ---- ../OpenSceneGraph.orig/src/osgPlugins/ac3d/Geode.cpp Thu Nov 18 10:08:29 2004 -+++ ./src/osgPlugins/ac3d/Geode.cpp Tue Feb 8 01:28:23 2005 -@@ -12,7 +12,7 @@ - #include <osg/Texture2D> - #include <osg/Drawable> - #include <osg/Geometry> --#include <limits> -+#include <limits.h> - #include <iomanip> - - #include "Exception.h" -@@ -796,8 +796,8 @@ - if (NULL != pTexCoords) - { - // Find max min s coords -- float fMin = std::numeric_limits<float>::max(); -- float fMax = std::numeric_limits<float>::min(); -+ float fMin = FLT_MAX; -+ float fMax = FLT_MIN; - unsigned int iNumTexCoords = pGeometry->getTexCoordArray(0)->getNumElements(); - - for (j = 0; j < iNumTexCoords; j++) -@@ -809,8 +809,8 @@ - } - fRep_s = fMax - fMin; - fOffset_s = fMin; -- fMin = std::numeric_limits<float>::max(); -- fMax = std::numeric_limits<float>::min(); -+ fMin = FLT_MAX; -+ fMax = FLT_MIN; - for (j = 0; j < iNumTexCoords; j++) - { - if (pTexCoords[j][1] > fMax) -diff -urN ../OpenSceneGraph.orig/src/osgPlugins/ac3d/ac3d.cpp ./src/osgPlugins/ac3d/ac3d.cpp ---- ../OpenSceneGraph.orig/src/osgPlugins/ac3d/ac3d.cpp Tue Nov 23 15:29:51 2004 -+++ ./src/osgPlugins/ac3d/ac3d.cpp Tue Feb 8 01:28:25 2005 -@@ -6,9 +6,9 @@ - - - #include <stdio.h> --// Where is malloc.h really needed? -+// Where is stdlib.h really needed? - #if !defined(__APPLE__) && !defined(macintosh) && !defined(__FreeBSD__) --#include <malloc.h> -+#include <stdlib.h> - #endif - #include <math.h> - -diff -urN ../OpenSceneGraph.orig/src/osgPlugins/flt/Input.cpp ./src/osgPlugins/flt/Input.cpp ---- ../OpenSceneGraph.orig/src/osgPlugins/flt/Input.cpp Mon Nov 22 23:54:44 2004 -+++ ./src/osgPlugins/flt/Input.cpp Tue Feb 8 01:28:25 2005 -@@ -1,7 +1,7 @@ - // Input.cpp - - #include <string> --// #include <malloc.h> -+// #include <stdlib.h> - #include <assert.h> - - #include <osg/Notify> -diff -urN ../OpenSceneGraph.orig/src/osgPlugins/lib3ds/camera.cpp ./src/osgPlugins/lib3ds/camera.cpp ---- ../OpenSceneGraph.orig/src/osgPlugins/lib3ds/camera.cpp Fri Jan 24 15:12:52 2003 -+++ ./src/osgPlugins/lib3ds/camera.cpp Tue Feb 8 01:28:25 2005 -@@ -28,7 +28,7 @@ - #include <string.h> - #include "config.h" - #ifdef WITH_DMALLOC --#include <dmalloc.h> -+#include <dstdlib.h> - #endif - - -diff -urN ../OpenSceneGraph.orig/src/osgPlugins/lib3ds/file.cpp ./src/osgPlugins/lib3ds/file.cpp ---- ../OpenSceneGraph.orig/src/osgPlugins/lib3ds/file.cpp Fri Jan 24 15:12:53 2003 -+++ ./src/osgPlugins/lib3ds/file.cpp Tue Feb 8 01:28:25 2005 -@@ -34,7 +34,7 @@ - #include <math.h> - #include "config.h" - #ifdef WITH_DMALLOC --#include <dmalloc.h> -+#include <dstdlib.h> - #endif - - -diff -urN ../OpenSceneGraph.orig/src/osgPlugins/lib3ds/light.cpp ./src/osgPlugins/lib3ds/light.cpp ---- ../OpenSceneGraph.orig/src/osgPlugins/lib3ds/light.cpp Fri Jan 24 15:12:53 2003 -+++ ./src/osgPlugins/lib3ds/light.cpp Tue Feb 8 01:28:25 2005 -@@ -28,7 +28,7 @@ - #include <string.h> - #include "config.h" - #ifdef WITH_DMALLOC --#include <dmalloc.h> -+#include <dstdlib.h> - #endif - - -diff -urN ../OpenSceneGraph.orig/src/osgPlugins/lib3ds/material.cpp ./src/osgPlugins/lib3ds/material.cpp ---- ../OpenSceneGraph.orig/src/osgPlugins/lib3ds/material.cpp Fri Jan 24 15:12:53 2003 -+++ ./src/osgPlugins/lib3ds/material.cpp Tue Feb 8 01:28:25 2005 -@@ -28,7 +28,7 @@ - #include <string.h> - #include "config.h" - #ifdef WITH_DMALLOC --#include <dmalloc.h> -+#include <dstdlib.h> - #endif - - -diff -urN ../OpenSceneGraph.orig/src/osgPlugins/lib3ds/mesh.cpp ./src/osgPlugins/lib3ds/mesh.cpp ---- ../OpenSceneGraph.orig/src/osgPlugins/lib3ds/mesh.cpp Fri Jan 24 15:12:53 2003 -+++ ./src/osgPlugins/lib3ds/mesh.cpp Tue Feb 8 01:28:25 2005 -@@ -30,7 +30,7 @@ - #include <math.h> - #include "config.h" - #ifdef WITH_DMALLOC --#include <dmalloc.h> -+#include <dstdlib.h> - #endif - - -diff -urN ../OpenSceneGraph.orig/src/osgPlugins/lib3ds/node.cpp ./src/osgPlugins/lib3ds/node.cpp ---- ../OpenSceneGraph.orig/src/osgPlugins/lib3ds/node.cpp Fri Jan 24 15:12:54 2003 -+++ ./src/osgPlugins/lib3ds/node.cpp Tue Feb 8 01:28:25 2005 -@@ -30,7 +30,7 @@ - #include <math.h> - #include "config.h" - #ifdef WITH_DMALLOC --#include <dmalloc.h> -+#include <dstdlib.h> - #endif - - -diff -urN ../OpenSceneGraph.orig/src/osgPlugins/lib3ds/tracks.cpp ./src/osgPlugins/lib3ds/tracks.cpp ---- ../OpenSceneGraph.orig/src/osgPlugins/lib3ds/tracks.cpp Thu Aug 5 13:41:52 2004 -+++ ./src/osgPlugins/lib3ds/tracks.cpp Tue Feb 8 01:28:25 2005 -@@ -31,7 +31,7 @@ - #include <math.h> - #include "config.h" - #ifdef WITH_DMALLOC --#include <dmalloc.h> -+#include <dstdlib.h> - #endif - - -diff -urN ../OpenSceneGraph.orig/src/osgPlugins/lwo/Converter.cpp ./src/osgPlugins/lwo/Converter.cpp ---- ../OpenSceneGraph.orig/src/osgPlugins/lwo/Converter.cpp Mon Nov 22 23:54:44 2004 -+++ ./src/osgPlugins/lwo/Converter.cpp Tue Feb 8 01:28:23 2005 -@@ -246,7 +246,7 @@ - std::string file = osgDB::findDataFile(filename, options); - if (file.empty()) return 0; - -- std::ifstream ifs(file.c_str(), std::ios_base::in | std::ios_base::binary); -+ std::ifstream ifs(file.c_str(), std::ios::in | std::ios::binary); - if (!ifs.is_open()) return 0; - - std::vector<char> buffer; -diff -urN ../OpenSceneGraph.orig/src/osgPlugins/lwo/Object.cpp ./src/osgPlugins/lwo/Object.cpp ---- ../OpenSceneGraph.orig/src/osgPlugins/lwo/Object.cpp Mon Jun 28 14:18:48 2004 -+++ ./src/osgPlugins/lwo/Object.cpp Tue Feb 8 01:28:23 2005 -@@ -135,7 +135,7 @@ - } - VertexMap *new_map = current_layer.units().back().weight_maps()->getOrCreate(vmap->name); - for (lwo2::FORM::VMAP::Mapping_list::const_iterator i=vmap->mapping.begin(); i!=vmap->mapping.end(); ++i) { -- (*new_map)[i->vert.index] = osg::Vec4(i->value.at(0), 0, 0, 0); -+ (*new_map)[i->vert.index] = osg::Vec4(i->value[0], 0, 0, 0); - } - } - if (type == "MNVW") { -@@ -145,7 +145,7 @@ - } - VertexMap *new_map = current_layer.units().back().subpatch_weight_maps()->getOrCreate(vmap->name); - for (lwo2::FORM::VMAP::Mapping_list::const_iterator i=vmap->mapping.begin(); i!=vmap->mapping.end(); ++i) { -- (*new_map)[i->vert.index] = osg::Vec4(i->value.at(0), 0, 0, 0); -+ (*new_map)[i->vert.index] = osg::Vec4(i->value[0], 0, 0, 0); - } - } - if (type == "TXUV") { -@@ -155,7 +155,7 @@ - } - VertexMap *new_map = current_layer.units().back().texture_maps()->getOrCreate(vmap->name); - for (lwo2::FORM::VMAP::Mapping_list::const_iterator i=vmap->mapping.begin(); i!=vmap->mapping.end(); ++i) { -- (*new_map)[i->vert.index] = osg::Vec4(i->value.at(0), i->value.at(1), 0, 0); -+ (*new_map)[i->vert.index] = osg::Vec4(i->value[0], i->value[1], 0, 0); - } - } - if (type == "RGB ") { -@@ -165,7 +165,7 @@ - } - VertexMap *new_map = current_layer.units().back().rgb_maps()->getOrCreate(vmap->name); - for (lwo2::FORM::VMAP::Mapping_list::const_iterator i=vmap->mapping.begin(); i!=vmap->mapping.end(); ++i) { -- (*new_map)[i->vert.index] = osg::Vec4(i->value.at(0), i->value.at(1), i->value.at(2), 1); -+ (*new_map)[i->vert.index] = osg::Vec4(i->value[0], i->value[1], i->value[2], 1); - } - } - if (type == "RGBA") { -@@ -175,7 +175,7 @@ - } - VertexMap *new_map = current_layer.units().back().rgba_maps()->getOrCreate(vmap->name); - for (lwo2::FORM::VMAP::Mapping_list::const_iterator i=vmap->mapping.begin(); i!=vmap->mapping.end(); ++i) { -- (*new_map)[i->vert.index] = osg::Vec4(i->value.at(0), i->value.at(1), i->value.at(2), i->value.at(3)); -+ (*new_map)[i->vert.index] = osg::Vec4(i->value[0], i->value[1], i->value[2], i->value[3]); - } - } - if (type == "MORF") { -@@ -185,7 +185,7 @@ - } - VertexMap *new_map = current_layer.units().back().displacement_maps()->getOrCreate(vmap->name); - for (lwo2::FORM::VMAP::Mapping_list::const_iterator i=vmap->mapping.begin(); i!=vmap->mapping.end(); ++i) { -- (*new_map)[i->vert.index] = osg::Vec4(i->value.at(0), i->value.at(1), i->value.at(2), 0); -+ (*new_map)[i->vert.index] = osg::Vec4(i->value[0], i->value[1], i->value[2], 0); - } - } - if (type == "SPOT") { -@@ -195,7 +195,7 @@ - } - VertexMap *new_map = current_layer.units().back().spot_maps()->getOrCreate(vmap->name); - for (lwo2::FORM::VMAP::Mapping_list::const_iterator i=vmap->mapping.begin(); i!=vmap->mapping.end(); ++i) { -- (*new_map)[i->vert.index] = osg::Vec4(csf_->fix_point(osg::Vec3(i->value.at(0), i->value.at(1), i->value.at(2))), 0); -+ (*new_map)[i->vert.index] = osg::Vec4(csf_->fix_point(osg::Vec3(i->value[0], i->value[1], i->value[2])), 0); - } - } - } -@@ -223,15 +223,15 @@ - - if (must_invert_winding) { - for (unsigned j=0; j<i->numvert; ++j) { -- int index = i->vert.at((i->numvert-j)%i->numvert).index; -+ int index = i->vert[(i->numvert-j)%i->numvert].index; - polygon.indices().push_back(index); -- current_layer.units().back().shares().at(index).push_back(current_layer.units().back().polygons().size()); -+ current_layer.units().back().shares()[index].push_back(current_layer.units().back().polygons().size()); - } - } else { - for (unsigned j=0; j<i->numvert; ++j) { -- int index = i->vert.at(j).index; -+ int index = i->vert[j].index; - polygon.indices().push_back(index); -- current_layer.units().back().shares().at(index).push_back(current_layer.units().back().polygons().size()); -+ current_layer.units().back().shares()[index].push_back(current_layer.units().back().polygons().size()); - } - } - current_layer.units().back().polygons().push_back(polygon); -@@ -248,17 +248,17 @@ - std::string type(ptag->type.id, 4); - if (type == "SURF") { - for (lwo2::FORM::PTAG::Mapping_list::const_iterator i=ptag->mapping.begin(); i!=ptag->mapping.end(); ++i) { -- current_layer.units().back().polygons().at(i->poly.index).set_surface(&surfaces_[tag_strings.at(i->tag)]); -+ current_layer.units().back().polygons()[i->poly.index].set_surface(&surfaces_[tag_strings[i->tag]]); - } - } - if (type == "PART") { - for (lwo2::FORM::PTAG::Mapping_list::const_iterator i=ptag->mapping.begin(); i!=ptag->mapping.end(); ++i) { -- current_layer.units().back().polygons().at(i->poly.index).set_part_name(tag_strings.at(i->tag)); -+ current_layer.units().back().polygons()[i->poly.index].set_part_name(tag_strings[i->tag]); - } - } - if (type == "SMGP") { - for (lwo2::FORM::PTAG::Mapping_list::const_iterator i=ptag->mapping.begin(); i!=ptag->mapping.end(); ++i) { -- current_layer.units().back().polygons().at(i->poly.index).set_smoothing_group(tag_strings.at(i->tag)); -+ current_layer.units().back().polygons()[i->poly.index].set_smoothing_group(tag_strings[i->tag]); - } - } - } -@@ -272,8 +272,8 @@ - continue; - } - for (lwo2::FORM::VMAD::Mapping_list::const_iterator i=vmad->mapping.begin(); i!=vmad->mapping.end(); ++i) { -- VertexMap *this_map = current_layer.units().back().polygons().at(i->poly.index).weight_maps()->getOrCreate(vmad->name); -- (*this_map)[i->vert.index] = osg::Vec4(i->value.at(0), 0, 0, 0); -+ VertexMap *this_map = current_layer.units().back().polygons()[i->poly.index].weight_maps()->getOrCreate(vmad->name); -+ (*this_map)[i->vert.index] = osg::Vec4(i->value[0], 0, 0, 0); - } - } - if (type == "TXUV") { -@@ -282,8 +282,8 @@ - continue; - } - for (lwo2::FORM::VMAD::Mapping_list::const_iterator i=vmad->mapping.begin(); i!=vmad->mapping.end(); ++i) { -- VertexMap *this_map = current_layer.units().back().polygons().at(i->poly.index).texture_maps()->getOrCreate(vmad->name); -- (*this_map)[i->vert.index] = osg::Vec4(i->value.at(0), i->value.at(1), 0, 0); -+ VertexMap *this_map = current_layer.units().back().polygons()[i->poly.index].texture_maps()->getOrCreate(vmad->name); -+ (*this_map)[i->vert.index] = osg::Vec4(i->value[0], i->value[1], 0, 0); - } - } - if (type == "RGB ") { -@@ -292,8 +292,8 @@ - continue; - } - for (lwo2::FORM::VMAD::Mapping_list::const_iterator i=vmad->mapping.begin(); i!=vmad->mapping.end(); ++i) { -- VertexMap *this_map = current_layer.units().back().polygons().at(i->poly.index).rgb_maps()->getOrCreate(vmad->name); -- (*this_map)[i->vert.index] = osg::Vec4(i->value.at(0), i->value.at(1), i->value.at(2), 1); -+ VertexMap *this_map = current_layer.units().back().polygons()[i->poly.index].rgb_maps()->getOrCreate(vmad->name); -+ (*this_map)[i->vert.index] = osg::Vec4(i->value[0], i->value[1], i->value[2], 1); - } - } - if (type == "RGBA") { -@@ -302,8 +302,8 @@ - continue; - } - for (lwo2::FORM::VMAD::Mapping_list::const_iterator i=vmad->mapping.begin(); i!=vmad->mapping.end(); ++i) { -- VertexMap *this_map = current_layer.units().back().polygons().at(i->poly.index).rgba_maps()->getOrCreate(vmad->name); -- (*this_map)[i->vert.index] = osg::Vec4(i->value.at(0), i->value.at(1), i->value.at(2), i->value.at(3)); -+ VertexMap *this_map = current_layer.units().back().polygons()[i->poly.index].rgba_maps()->getOrCreate(vmad->name); -+ (*this_map)[i->vert.index] = osg::Vec4(i->value[0], i->value[1], i->value[2], i->value[3]); - } - } - } -diff -urN ../OpenSceneGraph.orig/src/osgPlugins/lwo/Polygon.h ./src/osgPlugins/lwo/Polygon.h ---- ../OpenSceneGraph.orig/src/osgPlugins/lwo/Polygon.h Sat Jan 3 15:20:32 2004 -+++ ./src/osgPlugins/lwo/Polygon.h Tue Feb 8 01:28:23 2005 -@@ -95,9 +95,9 @@ - if (last_used_points_ != points) { - normal_.set(0, 0, 0); - if (indices_.size() >= 3) { -- const osg::Vec3 &A = points->at(indices_.front()); -- const osg::Vec3 &B = points->at(indices_[1]); -- const osg::Vec3 &C = points->at(indices_.back()); -+ const osg::Vec3 &A = (*points)[indices_.front()]; -+ const osg::Vec3 &B = (*points)[indices_[1]]; -+ const osg::Vec3 &C = (*points)[indices_.back()]; - if (invert_normal_) { - normal_ = (C - A) ^ (B - A); - } else { -diff -urN ../OpenSceneGraph.orig/src/osgPlugins/lwo/ReaderWriterLWO.cpp ./src/osgPlugins/lwo/ReaderWriterLWO.cpp ---- ../OpenSceneGraph.orig/src/osgPlugins/lwo/ReaderWriterLWO.cpp Tue Nov 23 15:29:51 2004 -+++ ./src/osgPlugins/lwo/ReaderWriterLWO.cpp Tue Feb 8 01:28:23 2005 -@@ -18,6 +18,7 @@ - #include <string> - #include <sstream> - #include <algorithm> -+#include <memory> - - #include <osg/Notify> - #include <osg/Node> -diff -urN ../OpenSceneGraph.orig/src/osgPlugins/lwo/Unit.cpp ./src/osgPlugins/lwo/Unit.cpp ---- ../OpenSceneGraph.orig/src/osgPlugins/lwo/Unit.cpp Sat Jan 3 15:20:32 2004 -+++ ./src/osgPlugins/lwo/Unit.cpp Tue Feb 8 01:28:23 2005 -@@ -75,11 +75,11 @@ - osg::Vec4 N(poly.face_normal(points_.get()), 0); - unsigned num_smoothed = 1; - -- const Index_list &shared_polys = shares_.at(*j); -+ const Index_list &shared_polys = shares_[*j]; - - for (unsigned k=0; k<shared_polys.size(); ++k) { - if (shared_polys[k] != pn) { -- const Polygon &shared_poly = polygons_.at(shared_polys[k]); -+ const Polygon &shared_poly = polygons_[shared_polys[k]]; - float angle = angle_between_polygons(poly, shared_poly); - if (angle <= max_smoothing_angle && (poly.get_smoothing_group() == shared_poly.get_smoothing_group())) { - N += osg::Vec4(shared_poly.face_normal(points_.get()), 0); -@@ -157,7 +157,7 @@ - if (poly.dup_vertices()[j] == 0) { - - // duplicate point -- points_->push_back(points_->at(*i)); -+ points_->push_back((*points_)[*i]); - - int new_index = static_cast<int>(points_->size())-1; - -@@ -165,7 +165,7 @@ - (*normals_.get())[new_index] = (*normals_.get())[*i]; - - // duplicate share -- shares_.push_back(shares_.at(*i)); -+ shares_.push_back(shares_[*i]); - - VertexMap_map::iterator vm; - -diff -urN ../OpenSceneGraph.orig/src/osgPlugins/lwo/VertexMap.cpp ./src/osgPlugins/lwo/VertexMap.cpp ---- ../OpenSceneGraph.orig/src/osgPlugins/lwo/VertexMap.cpp Sat Jan 3 15:20:32 2004 -+++ ./src/osgPlugins/lwo/VertexMap.cpp Tue Feb 8 01:28:23 2005 -@@ -21,7 +21,7 @@ - value.y() *= modulator.y(); - value.z() *= modulator.z(); - value.w() *= modulator.w(); -- array->at(i->first) = value; -+ (*array)[i->first] = value; - } - return array.take(); - } -@@ -34,7 +34,7 @@ - osg::Vec4 value = i->second; - value.x() *= modulator.x(); - value.y() *= modulator.y(); -- array->at(i->first) = osg::Vec2(value.x(), value.y()); -+ (*array)[i->first] = osg::Vec2(value.x(), value.y()); - } - return array.take(); - } -@@ -48,7 +48,7 @@ - value.x() *= modulator.x(); - value.y() *= modulator.y(); - value.z() *= modulator.z(); -- array->at(i->first) = osg::Vec3(value.x(), value.y(), value.z()); -+ (*array)[i->first] = osg::Vec3(value.x(), value.y(), value.z()); - } - return array.take(); - } -diff -urN ../OpenSceneGraph.orig/src/osgPlugins/lwo/iffparser.h ./src/osgPlugins/lwo/iffparser.h ---- ../OpenSceneGraph.orig/src/osgPlugins/lwo/iffparser.h Wed Jun 9 16:28:51 2004 -+++ ./src/osgPlugins/lwo/iffparser.h Tue Feb 8 01:28:23 2005 -@@ -10,6 +10,7 @@ - - #include <vector> - #include <iostream> -+#include <string> - - namespace iff - { -diff -urN ../OpenSceneGraph.orig/src/osgPlugins/obj/obj.cpp ./src/osgPlugins/obj/obj.cpp ---- ../OpenSceneGraph.orig/src/osgPlugins/obj/obj.cpp Mon Nov 22 23:54:45 2004 -+++ ./src/osgPlugins/obj/obj.cpp Tue Feb 8 01:28:23 2005 -@@ -15,6 +15,8 @@ - - #include "obj.h" - -+#include <cstdio> -+ - #include <osg/Notify> - - #include <osgDB/FileUtils> -@@ -75,7 +77,7 @@ - // need to keep return; - skipNewline = true; - } -- else if (c!=std::ifstream::traits_type::eof()) // don't copy eof. -+ else if (c!=EOF) // don't copy eof. - { - skipNewline = false; - -diff -urN ../OpenSceneGraph.orig/src/osgPlugins/obj/obj.h ./src/osgPlugins/obj/obj.h ---- ../OpenSceneGraph.orig/src/osgPlugins/obj/obj.h Mon Nov 22 23:54:45 2004 -+++ ./src/osgPlugins/obj/obj.h Tue Feb 8 01:28:24 2005 -@@ -17,7 +17,7 @@ - #include <string> - #include <vector> - #include <map> --#include <istream> -+#include <istream.h> - - #include <osg/ref_ptr> - #include <osg/Referenced> -diff -urN ../OpenSceneGraph.orig/src/osgPlugins/osga/OSGA_Archive.cpp ./src/osgPlugins/osga/OSGA_Archive.cpp ---- ../OpenSceneGraph.orig/src/osgPlugins/osga/OSGA_Archive.cpp Tue Nov 23 15:29:52 2004 -+++ ./src/osgPlugins/osga/OSGA_Archive.cpp Tue Feb 8 01:28:23 2005 -@@ -235,7 +235,7 @@ - if (status==READ) - { - _status = status; -- _input.open(filename.c_str(), std::ios_base::binary | std::ios_base::in); -+ _input.open(filename.c_str(), std::ios::binary | std::ios::in); - - return _open(_input); - } -@@ -246,7 +246,7 @@ - _input.close(); - _status = WRITE; - -- _output.open(filename.c_str(), std::ios_base::binary | std::ios_base::in | std::ios_base::out); -+ _output.open(filename.c_str(), std::ios::binary | std::ios::in | std::ios::out); - - osg::notify(osg::INFO)<<"File position after open = "<<(int)_output.tellp()<<" is_open "<<_output.is_open()<<std::endl; - -@@ -264,7 +264,7 @@ - osg::notify(osg::INFO)<<"OSGA_Archive::open("<<filename<<"), archive being created."<<std::endl; - - _status = WRITE; -- _output.open(filename.c_str(), std::ios_base::out | std::ios_base::binary | std::ios_base::trunc); -+ _output.open(filename.c_str(), std::ios::out | std::ios::binary | std::ios::trunc); - _output<<"osga"; - _output.write(reinterpret_cast<const char*>(&ENDIAN_TEST_NUMBER),4); - _output.write(reinterpret_cast<char*>(&s_currentSupportedVersion),sizeof(float)); -@@ -475,6 +475,7 @@ - class proxy_streambuf : public std::streambuf - { - public: -+ typedef int int_type; - - proxy_streambuf(std::streambuf* streambuf, unsigned int numChars): - _streambuf(streambuf), diff --git a/graphics/osg-devel/files/patch-Make::makedefs b/graphics/osg-devel/files/patch-Make::makedefs deleted file mode 100644 index d3d7dc6d4be3..000000000000 --- a/graphics/osg-devel/files/patch-Make::makedefs +++ /dev/null @@ -1,43 +0,0 @@ ---- Make/makedefs.orig Sun Dec 5 11:03:43 2004 -+++ Make/makedefs Mon Feb 7 10:59:22 2005 -@@ -402,24 +402,35 @@ - - #### FreeBSD specific definitions - ifeq ($(OS),FreeBSD) -- C++ = g++ -+ C++ = ${CXX} - DEPARG = -MM -- INC += -I/usr/local/include -I/usr/X11R6/include -+ INC += -I${LOCALBASE}/include -I${X11BASE}/include - DEF += -W -Wall -- OPTF = -O2 -+ OPTF ?= -O2 - DBGF = -g -DOSG_COMPILE_UNIT_TESTS - SHARED = -shared - ARCH = - ARCHINST = - ARCHARGS = -- LINKARGS = -L/usr/X11R6/lib -L/usr/local/lib -rpath /usr/local/lib -pthread -+ LINKARGS = -L${X11BASE}/lib -L${LOCALBASE}/lib -rpath ${LOCALBASE}/lib -rpath ${X11BASE}/lib -pthread - DYNAMICLIBRARYLIB = - OSG_LIBS = -losgGA -losgDB -losgUtil -losg - GL_LIBS = -lGLU -lGL - X_INC = -I/usr/X11R6/include - X_LIBS = -lXmu -lX11 - SOCKET_LIBS = -- OTHER_LIBS = -lOpenThreads -+ OTHER_LIBS = -lOpenThreads ${PTHREAD_LIBS} -+ # PREFIX, EXAMPLESDIR, DOCSDIR, and DATADIR are defined by the port -+ INST_LOCATION = ${PREFIX} -+ INST_SHARE = ${PREFIX}/share -+ INST_EXAMPLES = ${EXAMPLESDIR}/bin -+ INST_EXAMPLE_SRC = ${EXAMPLESDIR}/src -+ INST_DOC = ${DOCSDIR} -+ INST_SRC = ${EXAMPLESDIR}/src -+ INST_DATA = ${DATADIR} -+ INSTBINCMD = ${BSD_INSTALL_PROGRAM} -+ INSTDEVCMD = ${BSD_INSTALL_DATA} -+ LIBXML2_INCLUDE = -I${LOCALBASE}/include/libxml2 - PNG_LIBS = -lpng - JPEG_LIBS = -ljpeg - TIFF_LIB = -ltiff diff --git a/graphics/osg-devel/files/patch-Make::makedirdefs b/graphics/osg-devel/files/patch-Make::makedirdefs deleted file mode 100644 index 9ae35e729f60..000000000000 --- a/graphics/osg-devel/files/patch-Make::makedirdefs +++ /dev/null @@ -1,14 +0,0 @@ ---- Make/makedirdefs.orig Tue Jul 22 21:12:55 2003 -+++ Make/makedirdefs Tue Jul 22 21:13:50 2003 -@@ -58,9 +58,11 @@ - ifneq ($(OS),Darwin) - ifneq ($(OS),SunOS) - ifneq ($(OS),IRIX) -+ifneq ($(OS),FreeBSD) - - PLUGIN_DIRS += geo - -+endif - endif - endif - endif diff --git a/graphics/osg-devel/files/patch-Make::makerules b/graphics/osg-devel/files/patch-Make::makerules deleted file mode 100644 index 4a349995a93c..000000000000 --- a/graphics/osg-devel/files/patch-Make::makerules +++ /dev/null @@ -1,29 +0,0 @@ ---- Make/makerules.orig Fri Aug 8 22:41:37 2003 -+++ Make/makerules Sat Oct 18 01:42:58 2003 -@@ -110,7 +110,7 @@ - $(EXEC:=.opt) : - @[ -d $(OPTDIR) ] || mkdir $(OPTDIR) - @cd $(OPTDIR); \ -- $(MAKE) -f ../GNUmakefile DOF=$(OPTF) TOPDIR=../${TOPDIR} \ -+ $(MAKE) -f ../GNUmakefile "DOF=$(OPTF)" TOPDIR=../${TOPDIR} \ - THISDIR=../$(THISDIR)\ - MAKEDEPEND=Makedepend $(EXEC) - @$(MAKE) LNSRC=$(OPTDIR)/$(EXEC) LNDEST=$(BININST)/$(OS)$(ARCH)/$(EXEC) __link -@@ -119,7 +119,7 @@ - $(LIB:=.opt) : - @[ -d $(OPTDIR) ] || mkdir -p $(OPTDIR) - @cd $(OPTDIR);\ -- $(MAKE) -f ../GNUmakefile DOF=$(OPTF) TOPDIR=../${TOPDIR} \ -+ $(MAKE) -f ../GNUmakefile "DOF=$(OPTF)" TOPDIR=../${TOPDIR} \ - THISDIR=../$(THISDIR)\ - MAKEDEPEND=Makedepend $(LIB) - @$(MAKE) LNSRC=$(OPTDIR)/$(LIB) LNDEST=$(LIBINST)/$(OS)$(ARCH)/$(LIB) __link -@@ -127,7 +127,7 @@ - $(PLUGIN:=.opt) : - @[ -d $(OPTDIR) ] || mkdir -p $(OPTDIR) - @cd $(OPTDIR); \ -- $(MAKE) -f ../GNUmakefile DOF=$(OPTF) TOPDIR=../${TOPDIR} \ -+ $(MAKE) -f ../GNUmakefile "DOF=$(OPTF)" TOPDIR=../${TOPDIR} \ - THISDIR=../$(THISDIR)\ - MAKEDEPEND=Makedepend $(PLUGIN) - @$(MAKE) LNSRC=$(OPTDIR)/$(PLUGIN) LNDEST=$(PLUGININST)/$(PLUGIN) __link 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 3211299129f7..000000000000 --- a/graphics/osg-devel/pkg-plist +++ /dev/null @@ -1,640 +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/BlendFunc -include/osg/BoundingBox -include/osg/BoundingSphere -include/osg/BoundsChecking -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/FrameStamp -include/osg/FrontFace -include/osg/GL -include/osg/GLExtensions -include/osg/GLU -include/osg/Geode -include/osg/Geometry -include/osg/Group -include/osg/Image -include/osg/ImageStream -include/osg/Impostor -include/osg/ImpostorSprite -include/osg/LOD -include/osg/Light -include/osg/LightModel -include/osg/LightSource -include/osg/LineSegment -include/osg/LineStipple -include/osg/LineWidth -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/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/Projection -include/osg/Quat -include/osg/RefNodePath -include/osg/Referenced -include/osg/Sequence -include/osg/ShadeModel -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/UByte4 -include/osg/UnitTestFramework -include/osg/Vec2 -include/osg/Vec2d -include/osg/Vec2f -include/osg/Vec3 -include/osg/Vec3d -include/osg/Vec3f -include/osg/Vec4 -include/osg/Vec4d -include/osg/Vec4f -include/osg/Version -include/osg/VertexProgram -include/osg/Viewport -include/osg/buffered_value -include/osg/fast_back_stack -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/Registry -include/osgFX/Scribe -include/osgFX/SpecularHighlights -include/osgFX/Technique -include/osgFX/Validator -include/osgGA/AnimationPathManipulator -include/osgGA/DriveManipulator -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/Version -include/osgGL2/Export -include/osgGL2/Extensions -include/osgGL2/ProgramObject -include/osgGL2/UniformValue -include/osgGL2/Version -include/osgParticle/AccelOperator -include/osgParticle/AngularAccelOperator -include/osgParticle/CenteredPlacer -include/osgParticle/Counter -include/osgParticle/Emitter -include/osgParticle/ExplosionEffect -include/osgParticle/Export -include/osgParticle/FireEffect -include/osgParticle/FluidFrictionOperator -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/Program -include/osgParticle/RadialShooter -include/osgParticle/RandomRateCounter -include/osgParticle/SectorPlacer -include/osgParticle/SegmentPlacer -include/osgParticle/Shooter -include/osgParticle/SmokeEffect -include/osgParticle/VariableRateCounter -include/osgParticle/Version -include/osgParticle/range -include/osgProducer/EventAdapter -include/osgProducer/Export -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/LightPoint -include/osgSim/LightPointNode -include/osgSim/LightPointSystem -include/osgSim/MultiSwitch -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/InsertImpostorsVisitor -include/osgUtil/IntersectVisitor -include/osgUtil/Optimizer -include/osgUtil/ReflectionMapGenerator -include/osgUtil/RenderBin -include/osgUtil/RenderGraph -include/osgUtil/RenderLeaf -include/osgUtil/RenderStage -include/osgUtil/RenderStageLighting -include/osgUtil/RenderToTextureStage -include/osgUtil/SceneView -include/osgUtil/Simplifier -include/osgUtil/SmoothingVisitor -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/libosgGL2.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_ac.so -lib/osgPlugins/osgdb_bmp.so -lib/osgPlugins/osgdb_dds.so -lib/osgPlugins/osgdb_dw.so -lib/osgPlugins/osgdb_flt.so -lib/osgPlugins/osgdb_freetype.so -lib/osgPlugins/osgdb_gif.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_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_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 -@dirrm include/osg -@dirrm include/osgDB -@dirrm include/osgFX -@dirrm include/osgGA -@dirrm include/osgGL2 -@dirrm include/osgParticle -@dirrm include/osgProducer -@dirrm include/osgSim -@dirrm include/osgTerrain -@dirrm include/osgText -@dirrm include/osgUtil -@dirrm lib/osgPlugins -%%EXAMPLESDIR%%/bin/osganimate -%%EXAMPLESDIR%%/bin/osgarchive -%%EXAMPLESDIR%%/bin/osgautotransform -%%EXAMPLESDIR%%/bin/osgbillboard -%%EXAMPLESDIR%%/bin/osgcallback -%%EXAMPLESDIR%%/bin/osgcameragroup -%%EXAMPLESDIR%%/bin/osgclip -%%EXAMPLESDIR%%/bin/osgcluster -%%EXAMPLESDIR%%/bin/osgconv -%%EXAMPLESDIR%%/bin/osgcopy -%%EXAMPLESDIR%%/bin/osgcubemap -%%EXAMPLESDIR%%/bin/osgdepthshadow -%%EXAMPLESDIR%%/bin/osgdistortion -%%EXAMPLESDIR%%/bin/osgforest -%%EXAMPLESDIR%%/bin/osgfxbrowser -%%EXAMPLESDIR%%/bin/osggeodemo -%%EXAMPLESDIR%%/bin/osggeometry -%%EXAMPLESDIR%%/bin/osghangglide -%%EXAMPLESDIR%%/bin/osghud -%%EXAMPLESDIR%%/bin/osgimpostor -%%EXAMPLESDIR%%/bin/osgkeyboard -%%EXAMPLESDIR%%/bin/osgkeyboardmouse -%%EXAMPLESDIR%%/bin/osglauncher -%%EXAMPLESDIR%%/bin/osglight -%%EXAMPLESDIR%%/bin/osglightpoint -%%EXAMPLESDIR%%/bin/osglogo -%%EXAMPLESDIR%%/bin/osgmotionblur -%%EXAMPLESDIR%%/bin/osgmovie -%%EXAMPLESDIR%%/bin/osgmultitexture -%%EXAMPLESDIR%%/bin/osgoccluder -%%EXAMPLESDIR%%/bin/osgpagedlod -%%EXAMPLESDIR%%/bin/osgparticle -%%EXAMPLESDIR%%/bin/osgpick -%%EXAMPLESDIR%%/bin/osgplanets -%%EXAMPLESDIR%%/bin/osgpoints -%%EXAMPLESDIR%%/bin/osgpointsprite -%%EXAMPLESDIR%%/bin/osgprerender -%%EXAMPLESDIR%%/bin/osgprerendercubemap -%%EXAMPLESDIR%%/bin/osgreflect -%%EXAMPLESDIR%%/bin/osgscalarbar -%%EXAMPLESDIR%%/bin/osgscribe -%%EXAMPLESDIR%%/bin/osgsequence -%%EXAMPLESDIR%%/bin/osgshaders -%%EXAMPLESDIR%%/bin/osgshadowtexture -%%EXAMPLESDIR%%/bin/osgshape -%%EXAMPLESDIR%%/bin/osgsimple -%%EXAMPLESDIR%%/bin/osgsimplepager -%%EXAMPLESDIR%%/bin/osgsimplifier -%%EXAMPLESDIR%%/bin/osgspacewarp -%%EXAMPLESDIR%%/bin/osgspheresegment -%%EXAMPLESDIR%%/bin/osgspotlight -%%EXAMPLESDIR%%/bin/osgstereoimage -%%EXAMPLESDIR%%/bin/osgteapot -%%EXAMPLESDIR%%/bin/osgtesselate -%%EXAMPLESDIR%%/bin/osgtext -%%EXAMPLESDIR%%/bin/osgtexture1D -%%EXAMPLESDIR%%/bin/osgtexture2D -%%EXAMPLESDIR%%/bin/osgtexture3D -%%EXAMPLESDIR%%/bin/osgtexturerectangle -%%EXAMPLESDIR%%/bin/osgunittests -%%EXAMPLESDIR%%/bin/osgversion -%%EXAMPLESDIR%%/bin/osgvertexprogram -%%EXAMPLESDIR%%/bin/osgviewer -%%EXAMPLESDIR%%/bin/osgvolume -%%EXAMPLESDIR%%/bin/osgwindows -%%EXAMPLESDIR%%/src/Make/makedefs -%%EXAMPLESDIR%%/src/Make/makerules -%%EXAMPLESDIR%%/src/osganimate/GNUmakefile -%%EXAMPLESDIR%%/src/osganimate/osganimate.cpp -%%EXAMPLESDIR%%/src/osgarchive/GNUmakefile -%%EXAMPLESDIR%%/src/osgarchive/osgarchive.cpp -%%EXAMPLESDIR%%/src/osgautotransform/GNUmakefile -%%EXAMPLESDIR%%/src/osgautotransform/osgautotransform.cpp -%%EXAMPLESDIR%%/src/osgbillboard/GNUmakefile -%%EXAMPLESDIR%%/src/osgbillboard/osgbillboard.cpp -%%EXAMPLESDIR%%/src/osgbluemarble/GNUmakefile -%%EXAMPLESDIR%%/src/osgbluemarble/osgbluemarble.cpp -%%EXAMPLESDIR%%/src/osgcallback/GNUmakefile -%%EXAMPLESDIR%%/src/osgcallback/osgcallback.cpp -%%EXAMPLESDIR%%/src/osgcameragroup/GNUmakefile -%%EXAMPLESDIR%%/src/osgcameragroup/osgcameragroup.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/osgconv/GNUmakefile -%%EXAMPLESDIR%%/src/osgconv/GeoSet.cpp -%%EXAMPLESDIR%%/src/osgconv/IO_GeoSet.cpp -%%EXAMPLESDIR%%/src/osgconv/OrientationConverter.cpp -%%EXAMPLESDIR%%/src/osgconv/OrientationConverter.h -%%EXAMPLESDIR%%/src/osgconv/osgconv.cpp -%%EXAMPLESDIR%%/src/osgcopy/GNUmakefile -%%EXAMPLESDIR%%/src/osgcopy/osgcopy.cpp -%%EXAMPLESDIR%%/src/osgcubemap/GNUmakefile -%%EXAMPLESDIR%%/src/osgcubemap/osgcubemap.cpp -%%EXAMPLESDIR%%/src/osgdem/GNUmakefile -%%EXAMPLESDIR%%/src/osgdem/osgdem.cpp -%%EXAMPLESDIR%%/src/osgdemeter/GNUmakefile -%%EXAMPLESDIR%%/src/osgdemeter/osgdemeter.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/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/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/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/osgparticle/GNUmakefile -%%EXAMPLESDIR%%/src/osgparticle/osgparticle.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/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/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/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/osgversion/GNUmakefile -%%EXAMPLESDIR%%/src/osgversion/osgversion.cpp -%%EXAMPLESDIR%%/src/osgvertexprogram/GNUmakefile -%%EXAMPLESDIR%%/src/osgvertexprogram/osgvertexprogram.cpp -%%EXAMPLESDIR%%/src/osgviewer/GNUmakefile -%%EXAMPLESDIR%%/src/osgviewer/osgviewer.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/osganimate -@dirrm %%EXAMPLESDIR%%/src/osgarchive -@dirrm %%EXAMPLESDIR%%/src/osgautotransform -@dirrm %%EXAMPLESDIR%%/src/osgbillboard -@dirrm %%EXAMPLESDIR%%/src/osgbluemarble -@dirrm %%EXAMPLESDIR%%/src/osgcallback -@dirrm %%EXAMPLESDIR%%/src/osgcameragroup -@dirrm %%EXAMPLESDIR%%/src/osgclip -@dirrm %%EXAMPLESDIR%%/src/osgcluster -@dirrm %%EXAMPLESDIR%%/src/osgconv -@dirrm %%EXAMPLESDIR%%/src/osgcopy -@dirrm %%EXAMPLESDIR%%/src/osgcubemap -@dirrm %%EXAMPLESDIR%%/src/osgdem -@dirrm %%EXAMPLESDIR%%/src/osgdemeter -@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/osgkeyboard -@dirrm %%EXAMPLESDIR%%/src/osgkeyboardmouse -@dirrm %%EXAMPLESDIR%%/src/osglauncher -@dirrm %%EXAMPLESDIR%%/src/osglight -@dirrm %%EXAMPLESDIR%%/src/osglightpoint -@dirrm %%EXAMPLESDIR%%/src/osglogo -@dirrm %%EXAMPLESDIR%%/src/osgmotionblur -@dirrm %%EXAMPLESDIR%%/src/osgmovie -@dirrm %%EXAMPLESDIR%%/src/osgmultitexture -@dirrm %%EXAMPLESDIR%%/src/osgoccluder -@dirrm %%EXAMPLESDIR%%/src/osgpagedlod -@dirrm %%EXAMPLESDIR%%/src/osgparticle -@dirrm %%EXAMPLESDIR%%/src/osgpbuffer -@dirrm %%EXAMPLESDIR%%/src/osgphotoalbum -@dirrm %%EXAMPLESDIR%%/src/osgpick -@dirrm %%EXAMPLESDIR%%/src/osgplanets -@dirrm %%EXAMPLESDIR%%/src/osgpoints -@dirrm %%EXAMPLESDIR%%/src/osgpointsprite -@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/osgshadowtexture -@dirrm %%EXAMPLESDIR%%/src/osgshape -@dirrm %%EXAMPLESDIR%%/src/osgsimple -@dirrm %%EXAMPLESDIR%%/src/osgsimplepager -@dirrm %%EXAMPLESDIR%%/src/osgsimplifier -@dirrm %%EXAMPLESDIR%%/src/osgsimulation -@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/osgversion -@dirrm %%EXAMPLESDIR%%/src/osgvertexprogram -@dirrm %%EXAMPLESDIR%%/src/osgviewer -@dirrm %%EXAMPLESDIR%%/src/osgvolume -@dirrm %%EXAMPLESDIR%%/src/osgwindows -@dirrm %%EXAMPLESDIR%%/src -@dirrm %%EXAMPLESDIR%% diff --git a/graphics/p5-Chart/Makefile b/graphics/p5-Chart/Makefile deleted file mode 100644 index 96022b2bcedc..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.3 -CATEGORIES= graphics perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Chart -PKGNAMEPREFIX= p5- - -MAINTAINER= mat@FreeBSD.org -COMMENT= A perl5 interface to build chart graphics - -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD - -PERL_CONFIGURE= yes - -#MAN3= Chart.3 - -.include <bsd.port.mk> diff --git a/graphics/p5-Chart/distinfo b/graphics/p5-Chart/distinfo deleted file mode 100644 index 73e57fcd0536..000000000000 --- a/graphics/p5-Chart/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (Chart-2.3.tar.gz) = 809540667dd703353af30147ef27b67d -SIZE (Chart-2.3.tar.gz) = 516041 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 8c0d1b30e73a..000000000000 --- a/graphics/p5-Chart/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -%%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 -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart 2>/dev/null || true -@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 259c80b56749..000000000000 --- a/graphics/p5-Image-ExifTool-devel/Makefile +++ /dev/null @@ -1,76 +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= 5.46 -CATEGORIES= graphics perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR=Image -PKGNAMEPREFIX= p5- - -MAINTAINER= devin@spamcop.net -COMMENT= Perl module for getting EXIF data from image files - -PERL_CONFIGURE= yes - -MAN3= File::RandomAccess.3 \ - Image::ExifTool.3 \ - Image::ExifTool::BMP.3 \ - Image::ExifTool::BuildTagLookup.3 \ - Image::ExifTool::Canon.3 \ - Image::ExifTool::CanonCustom.3 \ - Image::ExifTool::CanonRaw.3 \ - Image::ExifTool::Casio.3 \ - Image::ExifTool::Exif.3 \ - Image::ExifTool::Fixup.3 \ - Image::ExifTool::FujiFilm.3 \ - Image::ExifTool::GPS.3 \ - Image::ExifTool::GeoTiff.3 \ - Image::ExifTool::ICC_Profile.3 \ - Image::ExifTool::IPTC.3 \ - Image::ExifTool::Jpeg2000.3 \ - Image::ExifTool::Kodak.3 \ - Image::ExifTool::MIFF.3 \ - Image::ExifTool::MNG.3 \ - Image::ExifTool::MakerNotes.3 \ - Image::ExifTool::Minolta.3 \ - Image::ExifTool::Nikon.3 \ - Image::ExifTool::Olympus.3 \ - Image::ExifTool::PDF.3 \ - Image::ExifTool::PNG.3 \ - Image::ExifTool::Panasonic.3 \ - Image::ExifTool::Pentax.3 \ - Image::ExifTool::Photoshop.3 \ - Image::ExifTool::PostScript.3 \ - Image::ExifTool::PrintIM.3 \ - Image::ExifTool::Ricoh.3 \ - Image::ExifTool::Sanyo.3 \ - Image::ExifTool::Shortcuts.3 \ - Image::ExifTool::Sigma.3 \ - Image::ExifTool::Sony.3 \ - Image::ExifTool::TagLookup.3 \ - Image::ExifTool::TagNames.3 \ - Image::ExifTool::Unknown.3 \ - Image::ExifTool::WriteCanonRaw.3 \ - Image::ExifTool::WriteExif.3 \ - Image::ExifTool::WriteIPTC.3 \ - Image::ExifTool::WritePhotoshop.3 \ - Image::ExifTool::WriteXMP.3 \ - Image::ExifTool::Writer.3 \ - Image::ExifTool::XMP.3 - -MAN1= exiftool.1 - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/html/*.html ${DOCSDIR} - @${MKDIR} ${DOCSDIR}/TagNames - ${INSTALL_DATA} ${WRKSRC}/html/TagNames/*.html ${DOCSDIR}/TagNames -.endif - -.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 05e18adc0b62..000000000000 --- a/graphics/p5-Image-ExifTool-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (Image-ExifTool-5.46.tar.gz) = bac917d6eb7689866ee08f156c865b40 -SIZE (Image-ExifTool-5.46.tar.gz) = 578839 diff --git a/graphics/p5-Image-ExifTool-devel/pkg-descr b/graphics/p5-Image-ExifTool-devel/pkg-descr deleted file mode 100644 index 7fcb80fdb85f..000000000000 --- a/graphics/p5-Image-ExifTool-devel/pkg-descr +++ /dev/null @@ -1,15 +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 meta information from JPG, JP2, TIFF, GIF, CRW, THM, CR2, MRW, NEF, -PEF, ORF and DNG images. ExifTool also extracts information from the -maker notes of many digital cameras by various manufacturers including -Canon, Casio, FujiFilm, Kodak, 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 78b46f4caa27..000000000000 --- a/graphics/p5-Image-ExifTool-devel/pkg-plist +++ /dev/null @@ -1,102 +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/BMP.pm -%%SITE_PERL%%/Image/ExifTool/BuildTagLookup.pm -%%SITE_PERL%%/Image/ExifTool/Canon.pm -%%SITE_PERL%%/Image/ExifTool/CanonCustom.pm -%%SITE_PERL%%/Image/ExifTool/CanonRaw.pm -%%SITE_PERL%%/Image/ExifTool/Casio.pm -%%SITE_PERL%%/Image/ExifTool/Exif.pm -%%SITE_PERL%%/Image/ExifTool/Fixup.pm -%%SITE_PERL%%/Image/ExifTool/FujiFilm.pm -%%SITE_PERL%%/Image/ExifTool/GPS.pm -%%SITE_PERL%%/Image/ExifTool/GeoTiff.pm -%%SITE_PERL%%/Image/ExifTool/ICC_Profile.pm -%%SITE_PERL%%/Image/ExifTool/IPTC.pm -%%SITE_PERL%%/Image/ExifTool/Jpeg2000.pm -%%SITE_PERL%%/Image/ExifTool/Kodak.pm -%%SITE_PERL%%/Image/ExifTool/MIFF.pm -%%SITE_PERL%%/Image/ExifTool/MNG.pm -%%SITE_PERL%%/Image/ExifTool/MakerNotes.pm -%%SITE_PERL%%/Image/ExifTool/Minolta.pm -%%SITE_PERL%%/Image/ExifTool/Nikon.pm -%%SITE_PERL%%/Image/ExifTool/Olympus.pm -%%SITE_PERL%%/Image/ExifTool/PDF.pm -%%SITE_PERL%%/Image/ExifTool/PNG.pm -%%SITE_PERL%%/Image/ExifTool/Panasonic.pm -%%SITE_PERL%%/Image/ExifTool/Pentax.pm -%%SITE_PERL%%/Image/ExifTool/Photoshop.pm -%%SITE_PERL%%/Image/ExifTool/PostScript.pm -%%SITE_PERL%%/Image/ExifTool/PrintIM.pm -%%SITE_PERL%%/Image/ExifTool/README -%%SITE_PERL%%/Image/ExifTool/Ricoh.pm -%%SITE_PERL%%/Image/ExifTool/Sanyo.pm -%%SITE_PERL%%/Image/ExifTool/Shortcuts.pm -%%SITE_PERL%%/Image/ExifTool/Sigma.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/WriteCanonRaw.pl -%%SITE_PERL%%/Image/ExifTool/WriteExif.pl -%%SITE_PERL%%/Image/ExifTool/WriteIPTC.pl -%%SITE_PERL%%/Image/ExifTool/WritePhotoshop.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%%/data_members.html -%%PORTDOCS%%%%DOCSDIR%%/exiftool_pod.html -%%PORTDOCS%%%%DOCSDIR%%/faq.html -%%PORTDOCS%%%%DOCSDIR%%/history.html -%%PORTDOCS%%%%DOCSDIR%%/idiosyncracies.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/verbose.html -%%PORTDOCS%%%%DOCSDIR%%/writing.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/APP12.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/BMP.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Canon.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/CanonCustom.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/CanonRaw.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Casio.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Composite.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/EXIF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Extra.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/FujiFilm.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/GPS.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/GeoTiff.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/ICC_Profile.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/IPTC.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Jpeg2000.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Kodak.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/MIFF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/MNG.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Minolta.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Nikon.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Olympus.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/PDF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/PNG.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Panasonic.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Pentax.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Photoshop.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/PostScript.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/PrintIM.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Ricoh.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Sanyo.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Sigma.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Sony.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Unknown.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/XMP.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/index.html -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/ExifTool -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image 2>/dev/null || true -@dirrm %%SITE_PERL%%/Image/ExifTool -@unexec rmdir %D/%%SITE_PERL%%/Image 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/File 2>/dev/null || true -%%PORTDOCS%%@dirrm %%DOCSDIR%%/TagNames -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile deleted file mode 100644 index 8e49f243c134..000000000000 --- a/graphics/p5-PGPLOT/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: pgperl -# Date created: 22 December 1996 -# Whom: jmz -# -# $FreeBSD$ -# - -PORTNAME= pgperl -PORTVERSION= 2.17 -PORTREVISION= 2 -CATEGORIES= graphics perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= PGPLOT -DISTNAME= PGPLOT-${PORTVERSION} - -MAINTAINER= jmz@FreeBSD.org -COMMENT= A perl5 extension which makes available the pgplot library - -LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/ExtUtils/F77.pm:${PORTSDIR}/lang/p5-F77 - -USE_PERL5= yes -SCRIPTS_ENV= PERL=${PERL} -INSTALL_TARGET= pure_install - -.include <bsd.port.pre.mk> - -MAN3= PGPLOT.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -post-install: - @${MKDIR} ${PREFIX}/share/doc/pgperl - @(cd ${WRKSRC}; ${INSTALL_DATA} LICENSE test* \ - ${PREFIX}/share/doc/pgperl) - -.include <bsd.port.post.mk> diff --git a/graphics/p5-PGPLOT/distinfo b/graphics/p5-PGPLOT/distinfo deleted file mode 100644 index ee4d76a19377..000000000000 --- a/graphics/p5-PGPLOT/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (PGPLOT-2.17.tar.gz) = c7b58492a394215ad8951adc21abe6e4 -SIZE (PGPLOT-2.17.tar.gz) = 47817 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 76c77c053b5e..000000000000 --- a/graphics/p5-PGPLOT/pkg-descr +++ /dev/null @@ -1,15 +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/ - -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 85a18566a5d1..000000000000 --- a/graphics/p5-PGPLOT/pkg-plist +++ /dev/null @@ -1,22 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/PGPLOT.pm -%%SITE_PERL%%/%%PERL_ARCH%%/old_test.pl -%%SITE_PERL%%/%%PERL_ARCH%%/auto/PGPLOT/PGPLOT.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/PGPLOT/PGPLOT.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/PGPLOT/.packlist -share/doc/pgperl/LICENSE -share/doc/pgperl/test.img -share/doc/pgperl/test.pl -share/doc/pgperl/test1.p -share/doc/pgperl/test10.p -share/doc/pgperl/test11.p -share/doc/pgperl/test12.p -share/doc/pgperl/test2.p -share/doc/pgperl/test3.p -share/doc/pgperl/test4.p -share/doc/pgperl/test5.p -share/doc/pgperl/test6.p -share/doc/pgperl/test7.p -share/doc/pgperl/test8.p -share/doc/pgperl/test9.p -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PGPLOT -@dirrm share/doc/pgperl diff --git a/graphics/p5-PGPLOT/scripts/configure b/graphics/p5-PGPLOT/scripts/configure deleted file mode 100644 index dead08ab2a0d..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 -done - -$PERL Makefile.PL.new - diff --git a/graphics/povray36/Makefile b/graphics/povray36/Makefile deleted file mode 100644 index 2f6adf577740..000000000000 --- a/graphics/povray36/Makefile +++ /dev/null @@ -1,83 +0,0 @@ -# New ports collection makefile for: POV-Ray -# Date created: 3 Dec 1996 -# Whom: paulo@isr.uc.pt -# -# $FreeBSD$ -# - -PORTNAME= povray -PORTVERSION= 3.6.1 -CATEGORIES= graphics -MASTER_SITES= ftp://ftp.povray.org/pub/povray/%SUBDIR%/ \ - ftp://ftp.gigabell.net/pub/unix/apps/graphics/povray/%SUBDIR%/ \ - ftp://www.hensa.ac.uk/mirrors/povray/%SUBDIR%/ \ - ftp://ftp.fh-aachen.de/pub/mirror/ftp.povray.org/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 -.if (${MACHINE_ARCH} == "i386") -LIB_DEPENDS+= vga:${PORTSDIR}/graphics/svgalib -.endif - -USE_XLIB= yes -USE_REINPLACE= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_AUTOCONF_VER= 259 -LATEST_LINK= ${PORTNAME}36 - -.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 (${MACHINE_ARCH} == "i386" && !${MACHINE_ARCH} == "amd64" ) -CFLAGS+= -mfancy-math-387 -mpreferred-stack-boundary=3 -malign-double -CXXFLAGS+= -mfancy-math-387 -mpreferred-stack-boundary=3 -malign-double -.endif # i386 -.endif - -.if defined(WITH_ICC) -CC= ${LOCALBASE}/intel_cc_80/bin/icc -CXX= ${LOCALBASE}/intel_cc_80/bin/icpc -CFLAGS= -O3 -tpp7 -axN -Vaxlib -CXXFLAGS= -O3 -tpp7 -axN -Vaxlib -.endif - -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --x-includes="${X11BASE}/include" --includedir=${LOCALBASE} \ - CXXFLAGS="${CXXFLAGS} -L${LOCALBASE}/lib -I${LOCALBASE}/include" \ - CFLAGS="${CFLAGS} -L${LOCALBASE}/lib -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" COMPILED_BY=${MAINTAINER} \ - --disable-optimiz - -MAN1= povray.1 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= "Does not build on 4.x" -.endif - -post-patch: - #@${REINPLACE_CMD} -e 's+@PREFIX@+${PREFIX}+g;' ${WRKSRC}/povray.ini - #@${REINPLACE_CMD} -e 's+%INSTALLDIR%+${PREFIX}/share/${PORTNAME}-${PORTVERSION}+g;' ${WRKSRC}/povray.conf -.if !defined(WITH_OPTIMIZED_FLAGS) - @${ECHO} "You can optimize by setting WITH_OPTIMIZED_FLAGS=yes." -.endif - -do-install: - @(cd ${WRKSRC} ; ${GMAKE} install) - -post-install: - @${SED} -e 's,/usr/local,${PREFIX},g' ${DESCR} - -.include <bsd.port.post.mk> diff --git a/graphics/povray36/distinfo b/graphics/povray36/distinfo deleted file mode 100644 index 4c34448ca605..000000000000 --- a/graphics/povray36/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (povray36/povray-3.6.1.tar.gz) = 6d0da1ab9f7a6374d67d6554337311ee -SIZE (povray36/povray-3.6.1.tar.gz) = 9032066 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 2f6adf577740..000000000000 --- a/graphics/povray37/Makefile +++ /dev/null @@ -1,83 +0,0 @@ -# New ports collection makefile for: POV-Ray -# Date created: 3 Dec 1996 -# Whom: paulo@isr.uc.pt -# -# $FreeBSD$ -# - -PORTNAME= povray -PORTVERSION= 3.6.1 -CATEGORIES= graphics -MASTER_SITES= ftp://ftp.povray.org/pub/povray/%SUBDIR%/ \ - ftp://ftp.gigabell.net/pub/unix/apps/graphics/povray/%SUBDIR%/ \ - ftp://www.hensa.ac.uk/mirrors/povray/%SUBDIR%/ \ - ftp://ftp.fh-aachen.de/pub/mirror/ftp.povray.org/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 -.if (${MACHINE_ARCH} == "i386") -LIB_DEPENDS+= vga:${PORTSDIR}/graphics/svgalib -.endif - -USE_XLIB= yes -USE_REINPLACE= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_AUTOCONF_VER= 259 -LATEST_LINK= ${PORTNAME}36 - -.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 (${MACHINE_ARCH} == "i386" && !${MACHINE_ARCH} == "amd64" ) -CFLAGS+= -mfancy-math-387 -mpreferred-stack-boundary=3 -malign-double -CXXFLAGS+= -mfancy-math-387 -mpreferred-stack-boundary=3 -malign-double -.endif # i386 -.endif - -.if defined(WITH_ICC) -CC= ${LOCALBASE}/intel_cc_80/bin/icc -CXX= ${LOCALBASE}/intel_cc_80/bin/icpc -CFLAGS= -O3 -tpp7 -axN -Vaxlib -CXXFLAGS= -O3 -tpp7 -axN -Vaxlib -.endif - -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --x-includes="${X11BASE}/include" --includedir=${LOCALBASE} \ - CXXFLAGS="${CXXFLAGS} -L${LOCALBASE}/lib -I${LOCALBASE}/include" \ - CFLAGS="${CFLAGS} -L${LOCALBASE}/lib -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" COMPILED_BY=${MAINTAINER} \ - --disable-optimiz - -MAN1= povray.1 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= "Does not build on 4.x" -.endif - -post-patch: - #@${REINPLACE_CMD} -e 's+@PREFIX@+${PREFIX}+g;' ${WRKSRC}/povray.ini - #@${REINPLACE_CMD} -e 's+%INSTALLDIR%+${PREFIX}/share/${PORTNAME}-${PORTVERSION}+g;' ${WRKSRC}/povray.conf -.if !defined(WITH_OPTIMIZED_FLAGS) - @${ECHO} "You can optimize by setting WITH_OPTIMIZED_FLAGS=yes." -.endif - -do-install: - @(cd ${WRKSRC} ; ${GMAKE} install) - -post-install: - @${SED} -e 's,/usr/local,${PREFIX},g' ${DESCR} - -.include <bsd.port.post.mk> diff --git a/graphics/povray37/distinfo b/graphics/povray37/distinfo deleted file mode 100644 index 4c34448ca605..000000000000 --- a/graphics/povray37/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (povray36/povray-3.6.1.tar.gz) = 6d0da1ab9f7a6374d67d6554337311ee -SIZE (povray36/povray-3.6.1.tar.gz) = 9032066 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/ufraw/Makefile b/graphics/ufraw/Makefile deleted file mode 100644 index add65a9e5255..000000000000 --- a/graphics/ufraw/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: UFRaw gimp plugin -# Date created: Sun 10 Apr 2005 14:44:15 BST -# Whom: markm@FreeBSD.org -# -# $FreeBSD$ - -PORTNAME= gimp-ufraw -PORTVERSION= 0.4 -CATEGORIES= graphics gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ufraw -DISTNAME= ufraw-${PORTVERSION} - -MAINTAINER= markm@FreeBSD.org -COMMENT= GIMP plug-in for raw digital camera image importing - -BUILD_DEPENDS= gimp:${PORTSDIR}/graphics/gimp -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff - -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= glib20 gnomehack intltool intlhack gtk20 libartlgpl2 -WANT_GNOME= yes -ALL_TARGET= build -INSTALL_TARGET= install-admin - -.include <bsd.port.mk> diff --git a/graphics/ufraw/distinfo b/graphics/ufraw/distinfo deleted file mode 100644 index 03205c5cf177..000000000000 --- a/graphics/ufraw/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ufraw-0.4.tar.gz) = c66a2498b3fb74eef6f3b7ce5477d44a -SIZE (ufraw-0.4.tar.gz) = 101409 diff --git a/graphics/ufraw/files/patch-Makefile b/graphics/ufraw/files/patch-Makefile deleted file mode 100644 index 9a5f5a0deadc..000000000000 --- a/graphics/ufraw/files/patch-Makefile +++ /dev/null @@ -1,26 +0,0 @@ ---- ./Makefile.orig Tue Apr 19 23:53:14 2005 -+++ ./Makefile Tue Apr 19 23:56:49 2005 -@@ -17,7 +17,7 @@ - OBJECTS := $(filter-out dcraw.o,$(OBJECTS)) - endif - CC = gcc --CFLAGS += -std=gnu99 -DUFRAW_VERSION='"$(VER)"' -+CFLAGS += -std=gnu99 -DUFRAW_VERSION='"$(VER)"' -I/usr/local/include - # To check that deprecated features are not used: - #CFLAGS += -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED - LDFLAGS += -llcms -@@ -91,12 +91,12 @@ - ifdef UFRAW_NO_JPEG - CFLAGS += -DNO_JPEG - else -- LDFLAGS += -ljpeg -+ LDFLAGS += -L/usr/local/lib -ljpeg - endif - ifdef UFRAW_NO_TIFF - CFLAGS += -DNO_TIFF - else -- LDFLAGS += -ltiff -+ LDFLAGS += -L/usr/local/lib -ltiff - endif - ifdef UFRAW_NO_ZLIB - CFLAGS += -DNO_ZLIB diff --git a/graphics/ufraw/files/patch-ufraw__ufraw.c b/graphics/ufraw/files/patch-ufraw__ufraw.c deleted file mode 100644 index a5e6eb1b13f7..000000000000 --- a/graphics/ufraw/files/patch-ufraw__ufraw.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./ufraw_ufraw.c.orig Sun Apr 10 15:19:43 2005 -+++ ./ufraw_ufraw.c Sun Apr 10 15:20:06 2005 -@@ -123,7 +123,7 @@ - for (i=0; i<cfg->curveCount; i++) - cfg->curve[i].black = cfg_default.curve[0].black; - } -- if (cfg->exposureLoad==load_auto) cfg->exposure = nan(""); -+ if (cfg->exposureLoad==load_auto) cfg->exposure = __builtin_nanf(""); - - if (image==NULL) return UFRAW_SUCCESS; - diff --git a/graphics/ufraw/pkg-descr b/graphics/ufraw/pkg-descr deleted file mode 100644 index 1869e8392f95..000000000000 --- a/graphics/ufraw/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -UFRaw - Unidentified Flying Raw -Raw photo loader plugin for The GIMP -by udi Fuchs, - -UFRaw is a utility to read and manipulate raw images from digital cameras. -It can be used by itself or as a Gimp plug-in. -It reads raw images using Dave Coffin's raw conversion utility DCRaw. -And it supports basic color management using Little CMS, allowing -the user to apply color profiles. - -Ufraw was originally based on the gimp plug-in by Dave Coffin -http://www.cybercom.net/~dcoffin/ -and on Pawel T. Jochym's (jochym at ifj edu pl) plug-in. - -UFRaw is licensed under the GNU General Public License. - -WWW: http://ufraw.sourceforge.net diff --git a/graphics/ufraw/pkg-plist b/graphics/ufraw/pkg-plist deleted file mode 100644 index d442c57bee0d..000000000000 --- a/graphics/ufraw/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/ufraw -libexec/gimp/2.2/plug-ins/ufraw-gimp diff --git a/graphics/wings-devel/Makefile b/graphics/wings-devel/Makefile deleted file mode 100644 index 9143b33c4dc1..000000000000 --- a/graphics/wings-devel/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: wings -# Date Created: 5 March 2003 -# Whom: olgeni@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= wings -PORTVERSION= 0.98.26b -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= wings -DIST_SUBDIR= erlang - -MAINTAINER= olgeni@FreeBSD.org -COMMENT= A polygon mesh modeler written in Erlang - -BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang \ - ${LOCALBASE}/lib/erlang/lib/esdl/include/sdl.hrl:${PORTSDIR}/devel/esdl -RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang \ - ${LOCALBASE}/lib/erlang/lib/esdl/include/sdl.hrl:${PORTSDIR}/devel/esdl - -MAKE_ENV= ESDL_PATH=${LOCALBASE}/lib/erlang/lib/esdl -PLIST_SUB= VERSION="${PORTVERSION}" - -USE_BZIP2= yes -USE_GMAKE= yes -USE_REINPLACE= yes - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 504001 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - -post-patch: - @${CP} ${FILESDIR}/wings.sh ${WRKSRC}/wings.sh - @${REINPLACE_CMD} -e 's|!!PREFIX!!|${PREFIX}|g' ${WRKSRC}/wings.sh - @${FIND} ${WRKSRC} -name *.orig | ${XARGS} ${RM} - -do-install: - @${MKDIR} ${PREFIX}/lib/erlang/lib/${DISTNAME} - @${MKDIR} ${PREFIX}/lib/erlang/lib/${DISTNAME}/src - @${MKDIR} ${PREFIX}/lib/erlang/lib/${DISTNAME}/ebin - @${MKDIR} ${PREFIX}/lib/erlang/lib/${DISTNAME}/plugins - @${INSTALL_DATA} ${WRKSRC}/src/* ${PREFIX}/lib/erlang/lib/${DISTNAME}/src - @${INSTALL_DATA} ${WRKSRC}/ebin/* ${PREFIX}/lib/erlang/lib/${DISTNAME}/ebin - @${CP} -r ${WRKSRC}/plugins/* ${PREFIX}/lib/erlang/lib/${DISTNAME}/plugins - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/erlang/lib/${DISTNAME}/plugins - @${INSTALL_SCRIPT} ${WRKSRC}/wings.sh ${PREFIX}/bin/wings - @${LN} -sf ${DISTNAME} ${PREFIX}/lib/erlang/lib/${PORTNAME} - -.include <bsd.port.post.mk> diff --git a/graphics/wings-devel/distinfo b/graphics/wings-devel/distinfo deleted file mode 100644 index a6d46df8780e..000000000000 --- a/graphics/wings-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (erlang/wings-0.98.26b.tar.bz2) = bb5477d2c82ed3f31207bd8d354d35bc -SIZE (erlang/wings-0.98.26b.tar.bz2) = 738488 diff --git a/graphics/wings-devel/files/patch-e3d_Makefile b/graphics/wings-devel/files/patch-e3d_Makefile deleted file mode 100644 index b133266cb792..000000000000 --- a/graphics/wings-devel/files/patch-e3d_Makefile +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- e3d/Makefile.orig Fri May 30 13:01:47 2003 -+++ e3d/Makefile Fri May 30 13:02:00 2003 -@@ -46,7 +46,7 @@ - # FLAGS - # ---------------------------------------------------- - ERL_FLAGS += --ERL_COMPILE_FLAGS += -W $(TYPE_FLAGS) +warn_unused_vars -+ERL_COMPILE_FLAGS += -W $(TYPE_FLAGS) - - # ---------------------------------------------------- - # Targets diff --git a/graphics/wings-devel/files/patch-plugins__src_Makefile b/graphics/wings-devel/files/patch-plugins__src_Makefile deleted file mode 100644 index 71b0d8e232d7..000000000000 --- a/graphics/wings-devel/files/patch-plugins__src_Makefile +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- plugins_src/Makefile.orig Fri May 30 12:58:13 2003 -+++ plugins_src/Makefile Fri May 30 12:59:12 2003 -@@ -33,7 +33,7 @@ - # FLAGS - # ---------------------------------------------------- - ERL_FLAGS += --ERL_COMPILE_FLAGS += -W $(TYPE_FLAGS) +warn_unused_vars +debug_info -+ERL_COMPILE_FLAGS += -W $(TYPE_FLAGS) +debug_info - - # ---------------------------------------------------- - # Targets diff --git a/graphics/wings-devel/files/patch-plugins__src_accel_Makefile b/graphics/wings-devel/files/patch-plugins__src_accel_Makefile deleted file mode 100644 index bc863004331b..000000000000 --- a/graphics/wings-devel/files/patch-plugins__src_accel_Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins_src/accel/Makefile.orig Wed Jan 5 00:51:37 2005 -+++ plugins_src/accel/Makefile Wed Jan 5 00:57:55 2005 -@@ -58,7 +58,7 @@ - else - $(LIBDIR)/wings_ogla_drv.so: wings_ogla_drv.c - install -d $(LIBDIR) -- gcc -o $(LIBDIR)/wings_ogla_drv.so -I$(ERL_INC) \ -+ gcc -o $(LIBDIR)/wings_ogla_drv.so -I$(ERL_INC) -I/usr/X11R6/include -L/usr/X11R6/lib \ - wings_ogla_drv.c $(LIBS) $(GL_LIBS) - endif - diff --git a/graphics/wings-devel/files/patch-plugins__src_autouv_Makefile b/graphics/wings-devel/files/patch-plugins__src_autouv_Makefile deleted file mode 100644 index daa03c71eee4..000000000000 --- a/graphics/wings-devel/files/patch-plugins__src_autouv_Makefile +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- plugins_src/autouv/Makefile.orig Fri May 30 12:57:57 2003 -+++ plugins_src/autouv/Makefile Fri May 30 12:58:51 2003 -@@ -45,7 +45,7 @@ - # FLAGS - # ---------------------------------------------------- - ERL_FLAGS += -pa $(WINGS_EBIN) -I $(WINGS_SRC) -I $(WINGS_E3D) -pa $(ESDL_PATH)/ebin --ERL_COMPILE_FLAGS += -W $(TYPE_FLAGS) +warn_unused_vars +debug_info -+ERL_COMPILE_FLAGS += -W $(TYPE_FLAGS) +debug_info - - # ---------------------------------------------------- - # Targets diff --git a/graphics/wings-devel/files/patch-plugins__src_commands_Makefile b/graphics/wings-devel/files/patch-plugins__src_commands_Makefile deleted file mode 100644 index fc12458c92db..000000000000 --- a/graphics/wings-devel/files/patch-plugins__src_commands_Makefile +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- plugins_src/commands/Makefile.orig Fri May 30 12:58:01 2003 -+++ plugins_src/commands/Makefile Fri May 30 12:58:59 2003 -@@ -41,7 +41,7 @@ - # FLAGS - # ---------------------------------------------------- - ERL_FLAGS += -pa $(WINGS_EBIN) -I $(WINGS_SRC) -I $(WINGS_E3D) -pa $(ESDL_PATH)/ebin --ERL_COMPILE_FLAGS += -W $(TYPE_FLAGS) +warn_unused_vars +debug_info -+ERL_COMPILE_FLAGS += -W $(TYPE_FLAGS) +debug_info - - # ---------------------------------------------------- - # Targets diff --git a/graphics/wings-devel/files/patch-plugins__src_fonts_Makefile b/graphics/wings-devel/files/patch-plugins__src_fonts_Makefile deleted file mode 100644 index 17dbf497eb8f..000000000000 --- a/graphics/wings-devel/files/patch-plugins__src_fonts_Makefile +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- plugins_src/fonts/Makefile.orig Fri May 30 12:58:06 2003 -+++ plugins_src/fonts/Makefile Fri May 30 12:59:02 2003 -@@ -39,7 +39,7 @@ - # FLAGS - # ---------------------------------------------------- - ERL_FLAGS += -I $(WINGS_SRC) -I $(WINGS_E3D) -pa $(ESDL)/ebin --ERL_COMPILE_FLAGS += -W $(TYPE_FLAGS) +warn_unused_vars +debug_info -+ERL_COMPILE_FLAGS += -W $(TYPE_FLAGS) +debug_info - - # ---------------------------------------------------- - # Targets diff --git a/graphics/wings-devel/files/patch-plugins__src_import__export_Makefile b/graphics/wings-devel/files/patch-plugins__src_import__export_Makefile deleted file mode 100644 index 0049f21725cd..000000000000 --- a/graphics/wings-devel/files/patch-plugins__src_import__export_Makefile +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- plugins_src/import_export/Makefile.orig Fri May 30 12:58:09 2003 -+++ plugins_src/import_export/Makefile Fri May 30 12:59:06 2003 -@@ -45,7 +45,7 @@ - # FLAGS - # ---------------------------------------------------- - ERL_FLAGS += -pa $(WINGS_EBIN) -I $(WINGS_SRC) -I $(WINGS_E3D) -I $(ESDL_PATH)/include --ERL_COMPILE_FLAGS += -W $(TYPE_FLAGS) -pa $(ESDL_PATH)/ebin +warn_unused_vars +debug_info -+ERL_COMPILE_FLAGS += -W $(TYPE_FLAGS) -pa $(ESDL_PATH)/ebin +debug_info - - # ---------------------------------------------------- - # Targets diff --git a/graphics/wings-devel/files/patch-plugins__src_primitives_Makefile b/graphics/wings-devel/files/patch-plugins__src_primitives_Makefile deleted file mode 100644 index 8314ba3e4d09..000000000000 --- a/graphics/wings-devel/files/patch-plugins__src_primitives_Makefile +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- plugins_src/primitives/Makefile.orig Fri May 30 12:58:17 2003 -+++ plugins_src/primitives/Makefile Fri May 30 12:59:17 2003 -@@ -40,7 +40,7 @@ - # FLAGS - # ---------------------------------------------------- - ERL_FLAGS += -I $(WINGS_SRC) -I $(WINGS_E3D) -pa $(ESDL)/ebin --ERL_COMPILE_FLAGS += -W $(TYPE_FLAGS) +warn_unused_vars +debug_info -+ERL_COMPILE_FLAGS += -W $(TYPE_FLAGS) +debug_info - - # ---------------------------------------------------- - # Targets diff --git a/graphics/wings-devel/files/patch-src_Makefile b/graphics/wings-devel/files/patch-src_Makefile deleted file mode 100644 index 4fc6943f4359..000000000000 --- a/graphics/wings-devel/files/patch-src_Makefile +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/Makefile.orig Fri May 30 13:01:52 2003 -+++ src/Makefile Fri May 30 13:02:06 2003 -@@ -89,7 +89,7 @@ - # ---------------------------------------------------- - # FLAGS - # ---------------------------------------------------- --ERL_FLAGS += -pa $(ESDL_PATH)/ebin +warn_unused_vars -+ERL_FLAGS += -pa $(ESDL_PATH)/ebin - ERL_COMPILE_FLAGS += -I$(ESDL_PATH)/include -I ../e3d -W $(TYPE_FLAGS) \ - '-Dwings_version="$(WINGS_VSN)"' - diff --git a/graphics/wings-devel/files/wings.sh b/graphics/wings-devel/files/wings.sh deleted file mode 100644 index 10ce4d941dc0..000000000000 --- a/graphics/wings-devel/files/wings.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -!!PREFIX!!/bin/erl -noinput -run wings_start start_halt - -exit 0 diff --git a/graphics/wings-devel/pkg-descr b/graphics/wings-devel/pkg-descr deleted file mode 100644 index 286dceaecba0..000000000000 --- a/graphics/wings-devel/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Wings3D is a OpenSource polygon mesh modeler inspired by Nendo. -It allows you to intuitively build a 3D mesh and even assign -materials to it. - -WWW: http://www.wings3d.com/ diff --git a/graphics/wings-devel/pkg-plist b/graphics/wings-devel/pkg-plist deleted file mode 100644 index 12c67fedefeb..000000000000 --- a/graphics/wings-devel/pkg-plist +++ /dev/null @@ -1,213 +0,0 @@ -bin/wings -lib/erlang/lib/wings-%%VERSION%%/ebin/e3d__bmp.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/e3d__meshclean.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/e3d__tga.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/e3d__tif.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/e3d__tri_quad.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/e3d_file.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/e3d_image.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/e3d_mat.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/e3d_mesh.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/e3d_obj.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/e3d_q.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/e3d_tds.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/e3d_util.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/e3d_vec.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/user_default.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings.icon -lib/erlang/lib/wings-%%VERSION%%/ebin/wings__du.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_align.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_ask.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_body.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_camera.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_collapse.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_color.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_console.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_deform.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_dl.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_drag.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_draw.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_draw_util.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_edge.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_edge_loop.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_export.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_extrude_edge.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_extrude_face.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_face.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_face_cmd.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_ff_ndo.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_ff_wings.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_file.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_help.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_hotkey.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_icon.bundle -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_image.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_import.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_init.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_io.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_lang.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_light.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_magnet.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_material.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_menu.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_menu_util.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_move.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_outliner.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_palette.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_pb.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_pick.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_plugin.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_pref.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_render.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_rotate.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_s.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_scale.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_sel.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_sel_cmd.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_shape.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_shapes.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_start.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_subdiv.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_tesselation.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_text.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_toolbar.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_undo.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_util.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_vec.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_vertex.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_vertex_cmd.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_view.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_we.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_wm.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wings_wm_toplevel.beam -lib/erlang/lib/wings-%%VERSION%%/ebin/wpa.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/accel/wings_ogla_drv.so -lib/erlang/lib/wings-%%VERSION%%/plugins/accel/wpc_ogla.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/autouv/README -lib/erlang/lib/wings-%%VERSION%%/plugins/autouv/auv_mapping.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/autouv/auv_matrix.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/autouv/auv_placement.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/autouv/auv_seg_ui.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/autouv/auv_segment.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/autouv/auv_texture.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/autouv/auv_util.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/autouv/wpc_autouv.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/autouv/wpc_snap.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/commands/README -lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_connect_tool.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_intersect_edge.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_intersect_vertex.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_region.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_turnedge.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/commands/wpc_tweak.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/default/README -lib/erlang/lib/wings-%%VERSION%%/plugins/default/wp9_dialogs.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/default/wpc_test_ask.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/fonts/README -lib/erlang/lib/wings-%%VERSION%%/plugins/fonts/wpf_6x11.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/fonts/wpf_fixed6x12.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/fonts/wpf_7x14.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/fonts/wpf_terminal8x12.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/import_export/README -lib/erlang/lib/wings-%%VERSION%%/plugins/import_export/wpc_3ds.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/import_export/wpc_ai.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/import_export/wpc_hlines.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/import_export/wpc_obj.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/import_export/wpc_opengl.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/import_export/wpc_rwx.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/import_export/wpc_toxic.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/import_export/wpc_wrl.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/import_export/wpc_yafray.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/primitives/README -lib/erlang/lib/wings-%%VERSION%%/plugins/primitives/wpc_image.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/primitives/wpc_knot.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/primitives/wpc_spiral.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/primitives/wpc_torus.beam -lib/erlang/lib/wings-%%VERSION%%/plugins/primitives/wpc_tt.beam -lib/erlang/lib/wings-%%VERSION%%/src/Makefile -lib/erlang/lib/wings-%%VERSION%%/src/user_default.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings.hrl -lib/erlang/lib/wings-%%VERSION%%/src/wings.icon -lib/erlang/lib/wings-%%VERSION%%/src/wings__du.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_align.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_ask.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_body.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_camera.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_collapse.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_color.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_console.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_deform.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_dl.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_drag.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_draw.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_draw_util.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_edge.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_edge_loop.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_export.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_extrude_edge.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_extrude_face.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_face.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_face_cmd.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_ff_ndo.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_ff_wings.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_file.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_fr.lang -lib/erlang/lib/wings-%%VERSION%%/src/wings_help.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_hotkey.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_image.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_import.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_init.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_io.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_it.lang -lib/erlang/lib/wings-%%VERSION%%/src/wings_lang.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_light.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_magnet.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_material.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_menu.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_menu_util.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_move.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_outliner.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_palette.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_pb.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_pick.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_plugin.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_pref.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_render.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_rotate.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_s.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_scale.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_sel.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_sel_cmd.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_shape.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_shapes.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_start.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_subdiv.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_sv.lang -lib/erlang/lib/wings-%%VERSION%%/src/wings_tesselation.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_text.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_toolbar.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_undo.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_util.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_vec.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_vertex.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_vertex_cmd.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_view.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_we.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_wm.erl -lib/erlang/lib/wings-%%VERSION%%/src/wings_wm_toplevel.erl -lib/erlang/lib/wings-%%VERSION%%/src/wpa.erl -@dirrm lib/erlang/lib/wings-%%VERSION%%/src -@dirrm lib/erlang/lib/wings-%%VERSION%%/plugins/accel -@dirrm lib/erlang/lib/wings-%%VERSION%%/plugins/primitives -@dirrm lib/erlang/lib/wings-%%VERSION%%/plugins/import_export -@dirrm lib/erlang/lib/wings-%%VERSION%%/plugins/fonts -@dirrm lib/erlang/lib/wings-%%VERSION%%/plugins/default -@dirrm lib/erlang/lib/wings-%%VERSION%%/plugins/commands -@dirrm lib/erlang/lib/wings-%%VERSION%%/plugins/autouv -@dirrm lib/erlang/lib/wings-%%VERSION%%/plugins -@dirrm lib/erlang/lib/wings-%%VERSION%%/ebin -@dirrm lib/erlang/lib/wings-%%VERSION%% -@exec ln -sf wings-%%VERSION%% %D/lib/erlang/lib/wings -@unexec rm -f %D/lib/erlang/lib/wings diff --git a/graphics/xfig-devel/Makefile b/graphics/xfig-devel/Makefile deleted file mode 100644 index ce3fb590caa0..000000000000 --- a/graphics/xfig-devel/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: xfig -# Date created: 4 January 1995 -# Whom: roberto -# -# $FreeBSD$ -# - -PORTNAME= xfig -PORTVERSION= 3.2.4 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= http://www.xfig.org/xfigdist/ \ - ftp://www-epb.lbl.gov/xfig/%SUBDIR%/ -MASTER_SITE_SUBDIR= . previous_versions -DISTNAME= ${PORTNAME}.${PORTVERSION}.full - -MAINTAINER= ports@FreeBSD.org -COMMENT= A drawing program for X11 - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d -RUN_DEPENDS= fig2dev:${PORTSDIR}/print/transfig - -WRKSRC= ${WRKDIR}/${PORTNAME}.${PORTVERSION} - -USE_REINPLACE= yes -USE_IMAKE= yes -USE_XPM= yes -MAN1= xfig.1 - -.if !defined(NOPORTDOCS) -INSTALL_TARGET= install install.all -.endif - -OPTIONS= GHOSTSCRIPT "Ghostscript support" on - -.include <bsd.port.pre.mk> - -post-extract: - @${CP} ${WRKSRC}/Doc/xfig.man ${WRKSRC} - -post-patch: -.if defined(WITHOUT_GHOSTSCRIPT) - @${REINPLACE_CMD} -e 's|-DGSBIT ||g' ${WRKSRC}/Imakefile -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/xfig-devel/distinfo b/graphics/xfig-devel/distinfo deleted file mode 100644 index 268a86478ad7..000000000000 --- a/graphics/xfig-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (xfig.3.2.4.full.tar.gz) = 1911fc0f733cb2f40336a8d0e82513de -SIZE (xfig.3.2.4.full.tar.gz) = 5163150 diff --git a/graphics/xfig-devel/files/patch-aa b/graphics/xfig-devel/files/patch-aa deleted file mode 100644 index 1109ba739b18..000000000000 --- a/graphics/xfig-devel/files/patch-aa +++ /dev/null @@ -1,102 +0,0 @@ ---- Imakefile.orig Thu Dec 19 18:57:11 2002 -+++ Imakefile Wed Jul 23 16:27:24 2003 -@@ -48,8 +48,8 @@ - XCOMM Redefine the following if your PNG library and/or include file - XCOMM are in different places - --PNGLIBDIR = $(USRLIBDIR) --PNGINC = -I/usr/local/include -+PNGLIBDIR = ${LOCALBASE}/lib -+PNGINC = -I${LOCALBASE}/include/libpng - - XCOMM If don't want JPEG support, comment out the #define USEJPEG line - XCOMM Uncomment the #define for USEJPEG if you want to be able to import -@@ -68,8 +68,8 @@ - - #ifdef USEJPEG - #ifdef USEINSTALLEDJPEG --JPEGLIBDIR = /usr/local/lib --JPEGINC = -I/usr/include/X11 -+JPEGLIBDIR = ${LOCALBASE}/lib -+JPEGINC = -I${LOCALBASE}/include - #else - JPEGLIBDIR = ../jpeg - JPEGINC = -I$(JPEGLIBDIR) -@@ -87,12 +87,12 @@ - XCOMM Change XPMLIBDIR if necessary to point to the xpm library (libXpm) - XCOMM Change XPMINC if necessary to point to the include file for xpm (xpm.h) - --XCOMM #define USEXPM --XCOMM #define USEXPM_ICON -+#define USEXPM -+#define USEXPM_ICON - - #ifdef USEXPM - XPMLIBDIR = $(USRLIBDIR) --XPMINC = -I/usr/include/X11 -+XPMINC = -I$(INCDIR)/X11 - #endif - - XCOMM Uncomment the following definiton if you want to use the small icons -@@ -105,17 +105,17 @@ - XCOMM Then be sure to change the XAW3DINC to point to the directory where your - XCOMM 3D Athena widget headers are located - --XCOMM #define XAW3D -+#define XAW3D - - #ifdef XAW3D --XAW3DINC = -I/usr/include/X11/Xaw3d -+XAW3DINC = -I$(INCDIR)/X11/Xaw3d - DUSEXAW3D = -DXAW3D - XAWLIB = -lXaw3d - #endif - - XCOMM Uncomment the following if you have a wheel mouse. See docs for description. - --XCOMM #define WHEELMOUSE -+#define WHEELMOUSE - - #ifdef WHEELMOUSE - DUSEWHEELMOUSE = -DWHEELMOUSE -@@ -154,7 +154,7 @@ - XCOMM inline functions. With the "INLINE" keyword, you should notice that - XCOMM the display will be a bit faster in complex figures - --XCOMM USEINLINE = -DUSE_INLINE -+USEINLINE = -DUSE_INLINE - - XCOMM use (and change) the following if you want the multi-key data base file - XCOMM somewhere other than the standard X11 library directory -@@ -166,7 +166,7 @@ - - XCOMM XFIGDOCDIR tells where the html and pdf documentation should go - XCOMM XFIGDOCDIR = $(DOCDIR)/xfig --XFIGDOCDIR = /usr/share/doc/xfig -+XFIGDOCDIR = $(LIBDIR)/xfig - - XCOMM MANDIR tells where the standard man pages should go (no need to change it - XCOMM if you want the man pages installed in the standard place on your system -@@ -234,7 +234,7 @@ - #endif /* USEJPEG */ - - #ifdef I18N --I18N_DEFS = -DI18N -DSETLOCALE -+I18N_DEFS = -DI18N #-DSETLOCALE - I18N_SRC = w_i18n.c - I18N_OBJ = w_i18n.o - #endif -@@ -251,11 +251,13 @@ - $(HAVE_NO_STRCASECMP) \ - $(NEED_STRERROR) - -+/* - #ifdef InstallManPage - #undef InstallManPage - #endif - #define InstallManPage(file,dest) @@\ - InstallManPageLong(file,dest,file) -+*/ - - #ifdef USESMALLICONS - DUSESMALLICONS = -DUSE_SMALL_ICONS diff --git a/graphics/xfig-devel/pkg-descr b/graphics/xfig-devel/pkg-descr deleted file mode 100644 index bd4330dd870c..000000000000 --- a/graphics/xfig-devel/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -XFIG - Facility for Interactive Generation of figures under X11 - -Xfig is a menu-driven tool that allows the user to draw and manipulate objects -interactively in an X window. The resulting pictures can be saved, printed -on postscript printers or converted to a variety of other formats (e.g. to -allow inclusion in LaTeX documents). - -To enjoy the beautiful colors, specify "*customization: -color" in your -.Xdefaults or .Xresources file. - -Xfig is internationlized from version 3.2. To use i18n feature, type -$ xfig -international [-inputStyle OverTheSpot] -Xfig acts as non-i18n version without -international option. If you put -"Fig.international: true" into your resource file, -international option may -omitted. - -ja_JP.EUC and ko_KR.EUC is tested for input, display, and printing. -For zh_CN.EUC, only display is confirmed. - -Read /usr/X11R6/lib/X11/xfig/xfig.html for more information. - -WWW: http://www.xfig.org/ diff --git a/graphics/xfig-devel/pkg-plist b/graphics/xfig-devel/pkg-plist deleted file mode 100644 index 8a578dda4c84..000000000000 --- a/graphics/xfig-devel/pkg-plist +++ /dev/null @@ -1,1903 +0,0 @@ -bin/xfig -lib/X11/app-defaults/Fig -lib/X11/app-defaults/Fig-color -lib/X11/xfig/CompKeyDB -%%PORTDOCS%%lib/X11/xfig/Libraries/Arrows/3darrow1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Arrows/3darrow2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Arrows/3darrow3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Arrows/3darrow4.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Arrows/README -%%PORTDOCS%%lib/X11/xfig/Libraries/Arrows/circle_arrow1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Arrows/doublestraight_arrow2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Arrows/squig1_arrow1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Arrows/squig1_arrow2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Arrows/squig2_arrow1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Arrows/squig2_arrow2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Arrows/straight_arrow1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Arrows/straight_arrow2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Arrows/straight_arrow3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Arrows/straight_arrow4.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Arrows/straight_arrow5.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Arrows/straight_arrow6.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Arrows/turn180A_arrow1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Arrows/turn180B_arrow1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Arrows/turn180C_arrow1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Arrows/turn90_arrow1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Arrows/turn90_arrow2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Arrows/turn90_arrow3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Audiovisual/README -%%PORTDOCS%%lib/X11/xfig/Libraries/Audiovisual/audiorouter.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Audiovisual/camcorder.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Audiovisual/camcorder2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Audiovisual/camcorder3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Audiovisual/camera.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Audiovisual/codec.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Audiovisual/codec_minerva.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Audiovisual/codec_vb4k.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Audiovisual/codec_vbmp1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Audiovisual/headset.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Audiovisual/microphone.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Audiovisual/monitor1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Audiovisual/monitor2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Audiovisual/rack.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Audiovisual/stand.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Audiovisual/telcorouter.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Audiovisual/uwavetower.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Audiovisual/vcr.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Buildings/README -%%PORTDOCS%%lib/X11/xfig/Libraries/Buildings/barrack.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Buildings/highrise1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Buildings/highrise2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Buildings/office.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Buildings/office2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Buildings/twostory.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Buildings/twostory_front.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Charts/README -%%PORTDOCS%%lib/X11/xfig/Libraries/Charts/linear.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Charts/log_1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Charts/log_2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Charts/log_3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Charts/polar.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Charts/smith.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/HPLJ-5P.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/Highprint-4011.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/Monitor_Keybd_Mouse.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/Primergy_Server.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/README -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/Scenic-Pro_Desktop.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/cd_disk.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/dat-drive.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/dat-drive2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/desktop1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/desktop2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/desktop3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/desktop4.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/desktop5.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/film_digitizer.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/floppy_lg.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/floppy_sm.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/generic_hardware.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/high_speed_disk.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/laptop.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/laptop2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/minitower.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/printer.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/printer2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/printer3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/qic-drive.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/r320.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/scanner.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/server.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/sparc5.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/tapedrive.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/telephone.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/terminal.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/tower1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/tower2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/tower3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/ultra2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/ultra30.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/va-jbot.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/va-server-11xx.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/va-server-1hd.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/va-server-2hd.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/va-server-2xxx-face.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/va-server-3500.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/va-server-3hd.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/va-server-4450.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/va-server-4hd.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/va-server-5df.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/va-server-nhs.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Computers/xterminal.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/DSP/1toN.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/DSP/1toNtime.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/DSP/FFT.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/DSP/IFFT.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/DSP/Nto1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/DSP/Nto1time.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/DSP/README -%%PORTDOCS%%lib/X11/xfig/Libraries/DSP/adder.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/DSP/biquad.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/DSP/comparator.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/DSP/delay.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/DSP/demux.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/DSP/directform.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/DSP/downsample.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/DSP/filterbank.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/DSP/fraction_format.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/DSP/integrator.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/DSP/lpf.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/DSP/model.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/DSP/mul_composition.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/DSP/mult.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/DSP/mult_modul.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/DSP/mux.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/DSP/phasecomp.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/DSP/register.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/DSP/sum_composition.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/DSP/transfer.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/DSP/upsample.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ERD/AUTHOR -%%PORTDOCS%%lib/X11/xfig/Libraries/ERD/Entity.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ERD/Entity_soft.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ERD/LICENSE -%%PORTDOCS%%lib/X11/xfig/Libraries/ERD/README -%%PORTDOCS%%lib/X11/xfig/Libraries/ERD/REL_many_many.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ERD/REL_many_many_h.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ERD/REL_many_many_v.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ERD/REL_one_many.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ERD/REL_one_many_h.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ERD/REL_one_many_v.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ERD/REL_specialization_d.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ERD/REL_specialization_l.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ERD/REL_specialization_r.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ERD/REL_specialization_u.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ERD/stick_h.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ERD/stick_v.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electrical/README -%%PORTDOCS%%lib/X11/xfig/Libraries/Electrical/cable_outlet.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electrical/duplex_outlet.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electrical/duplex_outlet_20amp.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electrical/quad_outlet.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electrical/quad_outlet_20amp.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electrical/receptacle.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electrical/receptacle_250v.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electrical/receptacle_30amps.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electrical/receptacle_50amps.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electrical/receptacle_female.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electrical/receptacle_male.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electrical/telephone_outlet.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/README -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/bal_mike.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/conn_db15.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/conn_db25.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/conn_db9.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/conn_molex_4pin.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/conn_molex_5pin.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/conn_molex_6pin.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/dip_08pin.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/dip_14pin.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/dip_16pin.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/dip_18pin.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/dip_20pin.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/dip_24pin.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/dip_28pin.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/dip_40pin.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/fuse_holder.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/led_digit.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/on_off.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/rca_conn.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/reed_relay.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/rs422.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/sdi.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/svga.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Physical/terminal_block.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/README -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/README -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/battery.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/capacitor.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/circle_large.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/circle_med.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/circle_small.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/coil.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/crystal.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/current_source.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/diamond.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/diamond_large.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/diamond_large_fill.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/diamond_med.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/diamond_med_fill.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/diamond_small.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/diamond_small_fill.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/diode.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/dot_large.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/dot_med.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/dot_small.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/drawing_label.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/fet1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/fet2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/fet_j_n.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/fet_j_p.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/fet_mos.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/fet_nmos.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/fet_pmos.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/frame_ground.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/fuse.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/fuse2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/fuseholder.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/ground.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/heater.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/inductor.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/led.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/logic_ground.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/mov.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/npn.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/opamp.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/plug_socket.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/pnp.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/pushbutton_nc.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/pushbutton_no.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/relay.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/resistor.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/sine.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/switch_dpdt.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/switch_spdt.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/switch_spst.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/thermostat.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/transformer.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/transformer_ironcore.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/triac.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/var_resistor.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/var_resistor2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/zener.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Electronic/Schematic/zener2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/3dhouse.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/8-bit.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/C-33A-USAF-1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/KC-33-RORO-M113A4.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/KC-33-RORO-M8AGS.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/KC-33A-USAF-1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/KC-747+KMD-11.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/M113A1-Camo.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/M8-AGS-Camo.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/Python-4.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/YF-23A.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/aircraft.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/airflow.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/antennas.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/arithmetic.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/balance.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/bath.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/bedroom1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/bedroom2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/breadboard.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/bugs.gif -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/cassette.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/clipart.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/ctrlbox_lay.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/ctrlbox_sch.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/dresser.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/experiment.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/filenames.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/flowchart.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/gold.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/greek.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/greenpig.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/house.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/houseA.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/houseB.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/houseC.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/houseD.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/house_elev.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/house_plans.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/housecheck.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/icebergs.jpg -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/illusion.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/lidar.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/lists.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/logic.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/musicnotes.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/orifices.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/patterns.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/pictures.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/poster.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/ps-foil.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/ps-schematic.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/pumpkin.xbm -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/recycle.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/rfxc.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/shades.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/sowpig.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/symbols.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/teapot.xpm -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/transit.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/tsr2-side.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/uno_hand.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/uno_hand.fig.bak -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/watch.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Examples/window.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/algeria.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/angola.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/benin.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/botswana.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/burkina_faso.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/burundi.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/cameroon.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/central_african_republic.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/chad.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/congo.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/congo_democratic_republic.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/djibouti.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/egypt.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/egypt_arms.png -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/equatorial_guinea.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/eritrea.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/eritrea_arms.gif -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/ethiopia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/gabon.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/gambia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/ghana.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/guinea.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/ivory_coast.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/kenya.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/lesotho.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/lesotho.fig.bak -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/liberia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/libya.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/madagasgar.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/malawi.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/mali.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/mauritania.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/mauritius.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/morocco.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/mozambique.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/namibia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/niger.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/nigeria.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/rwanda.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/rwanda_old.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/senegal.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/sierra_leone.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/somalia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/south_africa.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/sudan.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/swaziland.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/tanzania.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/togo.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/tunisia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/western_sahara.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/zimbabwe.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Africa/zimbabwe_detail.gif -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Asia/bangladesh.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Asia/china.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Asia/hong_kong.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Asia/india.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Asia/indonesia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Asia/japan.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Asia/korea_north.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Asia/korea_south.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Asia/laos.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Asia/macao.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Asia/malaysia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Asia/maldives.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Asia/nepal.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Asia/pakistan.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Asia/singapore.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Asia/taiwan.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Asia/thailand.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Asia/uzbekistan.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Asia/vietnam.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Carribean/cuba.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Carribean/dominican_republic.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Carribean/grenada.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Carribean/haiti.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Carribean/jamaica.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Carribean/puerto_rico.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/CentralAmerica/costa_rica.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/CentralAmerica/honduras.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/CentralAmerica/panama.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/armenia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/austria.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/azerbaijan.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/belarus.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/belgium.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/bosnia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/bulgaria.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/catalan.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/czech_republic.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/denmark.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/estonia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/european_union.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/finland.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/france.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/georgia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/germany.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/greatbritain.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/greece.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/greenland.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/hungary.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/iceland.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/ireland.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/italy.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/latvia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/lithuania.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/luxembourg.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/macedonia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/monaco.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/netherlands.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/norway.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/poland.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/romania.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/russia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/slovenia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/sweden.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/switzerland.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/ukraine.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Europe/yugoslavia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/MAKEPNG -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/MiddleEast/iran.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/MiddleEast/iraq.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/MiddleEast/israel.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/MiddleEast/jordan.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/MiddleEast/kuwait.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/MiddleEast/lebanon.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/MiddleEast/palestine.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/MiddleEast/qatar.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/MiddleEast/syria.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/MiddleEast/turkey.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/MiddleEast/united_arab_emirates.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/MiddleEast/yemen.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Miscellaneous/antarctica.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Miscellaneous/nato.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/NorthAmerica/USA/README -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/NorthAmerica/USA/alabama.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/NorthAmerica/USA/alaska.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/NorthAmerica/USA/arizona.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/NorthAmerica/USA/arkansas.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/NorthAmerica/USA/colorado.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/NorthAmerica/USA/hawaii.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/NorthAmerica/USA/maryland.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/NorthAmerica/USA/mississippi.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/NorthAmerica/USA/newmexico.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/NorthAmerica/USA/ohio.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/NorthAmerica/USA/tennessee.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/NorthAmerica/USA/texas.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/NorthAmerica/USA/usa.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/NorthAmerica/canada.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Oceania/australia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Oceania/marshall_islands.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Oceania/micronesia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Oceania/newzealand.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Oceania/samoa.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/Oceania/tonga.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/README -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/SouthAmerica/chile.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/SouthAmerica/colombia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/SouthAmerica/french_guiana.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/SouthAmerica/guyana.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/SouthAmerica/peru.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/SouthAmerica/suriname.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flags/SouthAmerica/venezuela.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flowchart/README -%%PORTDOCS%%lib/X11/xfig/Libraries/Flowchart/arrow_down.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flowchart/arrow_left.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flowchart/arrow_open_left.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flowchart/arrow_open_right.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flowchart/arrow_right.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flowchart/arrow_up.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flowchart/collate.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flowchart/comment_annotation.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flowchart/communication_link.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flowchart/connector.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flowchart/core.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flowchart/decision.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flowchart/display.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flowchart/document.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flowchart/extract.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flowchart/initialization.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flowchart/inputoutput.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flowchart/magnetic_disk.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flowchart/magnetic_tape.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flowchart/manual_input.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flowchart/manual_operator.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flowchart/merge.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flowchart/offline_storage.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flowchart/offpage_connector.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flowchart/online_storage.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flowchart/predefined_process.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flowchart/process.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flowchart/punched_card.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flowchart/sort.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Flowchart/terminal_interrupt.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Furniture/README -%%PORTDOCS%%lib/X11/xfig/Libraries/Furniture/bed.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Furniture/coffee_table.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Furniture/couch.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Furniture/dining_table.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Furniture/end_table.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Furniture/grand_piano.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Furniture/rolltop_desk.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Furniture/upright_piano.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/AUTHOR -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/LICENSE -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/README -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/button.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/button3d.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/button3d_p.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/button_p.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/check3d2_t.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/check3d_f.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/check3d_p.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/check3d_t.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/check_f.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/check_p.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/check_t.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/combo_l.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/combo_m.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/combo_s.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/dialog_l.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/dialog_m.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/dialog_s.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/edit_l.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/edit_m.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/edit_s.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/editlck_l.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/editlck_m.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/editlck_s.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/form_l.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/form_m.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/form_s.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/gauge.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/grid_l.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/grid_m.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/grid_s.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/pbar_l.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/pbar_m.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/pbar_s.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/rbuton3d_f.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/rbuton3d_p.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/rbuton3d_t.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/rbuton_f.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/rbuton_p.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/rbuton_t.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/sbar2h_l.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/sbar2h_m.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/sbar2h_s.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/sbar2v_l.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/sbar2v_m.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/sbar2v_s.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/sbarh_l.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/sbarh_m.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/sbarh_s.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/sbarv_l.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/sbarv_m.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/GUI/sbarv_s.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Hospital/README -%%PORTDOCS%%lib/X11/xfig/Libraries/Hospital/centrifuge.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Hospital/display.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Hospital/dual_display.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Hospital/ekg.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Hospital/film_digitizer.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Hospital/microscope.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Hospital/monitor.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Hospital/stethsoscope.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Hospital/ultrasound.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/left-1x1-purl.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/left-1x1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/left-2x1-purl.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/left-2x1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/left-2x2-purl.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/left-2x2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/left-2x2x2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/left-3x1-purl.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/left-3x1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/left-3x2-purl.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/left-3x2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/left-3x3-purl.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/left-3x3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/left-4x1-purl.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/left-4x1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/left-4x2-purl.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/left-4x2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/left-4x3-purl.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/left-4x3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/left-4x4-purl.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/left-4x4.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/right-1x1-purl.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/right-1x1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/right-2x1-purl.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/right-2x1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/right-2x2-purl.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/right-2x2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/right-2x2x2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/right-3x1-purl.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/right-3x1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/right-3x2-purl.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/right-3x2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/right-3x3-purl.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/right-3x3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/right-4x1-purl.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/right-4x1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/right-4x2-purl.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/right-4x2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/right-4x3-purl.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/right-4x3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/right-4x4-purl.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Cables/right-4x4.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/LtBlue.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/black.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/blue.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/blue2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/blue3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/blue4.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/brown2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/brown3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/brown4.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/cyan.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/cyan2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/cyan3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/cyan4.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/gold.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/green.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/green2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/green3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/green4.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/grey.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/magenta.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/magenta2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/magenta3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/magenta4.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/peach.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/peach2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/peach3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/pink.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/pink2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/pink3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/pink4.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/red.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/red2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/red3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/red4.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/white.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Colors/yellow.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Estonian/braid-one-color.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Estonian/braid-two-color.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Estonian/nupp.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Estonian/three-color-twist.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Grids/grid-big.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Grids/grid-small.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Grids/grid-squashed.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/README -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Symbols/bobble.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Symbols/cast-off.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Symbols/decrease-left.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Symbols/decrease-right.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Symbols/double-decrease-center.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Symbols/double-decrease-left.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Symbols/double-decrease-ll.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Symbols/double-decrease-right.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Symbols/double-decrease-rr.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Symbols/increase-left.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Symbols/increase-m1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Symbols/increase-right.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Symbols/knit-back-loop.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Symbols/no-stitch.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Symbols/purl-dash-white.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Symbols/purl-dash.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Symbols/purl-dot.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Symbols/purl-grey.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Symbols/slip-bar.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Symbols/slip-v.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Symbols/twist-left.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Symbols/twist-right.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Knitting/Symbols/yarn-over.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Labels/Avery_08692_CDLabels.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Labels/Avery_5164.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Labels/Avery_5196.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Labels/Avery_5260.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Labels/Avery_5267.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Labels/Avery_5660.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Labels/Avery_5661.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Labels/Avery_5662.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Labels/Avery_5663.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Labels/Avery_5664.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Labels/Avery_5931.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Labels/Avery_6870.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Labels/Avery_6871.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Labels/Avery_6873.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Labels/PerfectData_CDLabels.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Labels/README -%%PORTDOCS%%lib/X11/xfig/Libraries/Labels/cassette_label.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Labels/cdlabel.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/README -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/circle_large.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/circle_med.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/circle_small.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/diamond_large.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/diamond_large_fill.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/diamond_med.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/diamond_med_fill.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/diamond_small.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/diamond_small_fill.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/dot_large.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/dot_med.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/dot_small.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/flipflop_d.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/flipflop_jk.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/gate_and.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/gate_and3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/gate_inverter.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/gate_inverter_schmidt.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/gate_nand.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/gate_nand3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/gate_nand_schmidt.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/gate_neg_in_or.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/gate_neg_in_or3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/gate_nor.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/gate_nor3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/gate_or.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/gate_or3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/gate_xor.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/ground.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/ic_74165.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/ic_74HC139.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/ic_74HC244.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/ic_74HC4040.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/ic_74LS138.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/ic_AC151.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/ic_AC161.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/ic_DAC0800LCN.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/ic_HC595.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/logic_ground.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Logic/oneshot.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/africa.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/algeria.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/angola.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/benin.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/botswana.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/burkina_faso.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/burundi.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/cabinda.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/cameroon.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/central_african_republic.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/chad.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/congo.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/congo_democratic_republic.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/djibouti.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/egypt.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/equatorial_guinea.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/eritrea.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/ethiopia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/gabon.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/gambia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/ghana.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/guinea.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/ivory_coast.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/kenya.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/lesotho.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/liberia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/libya.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/madagasgar.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/malawi.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/mali.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/mauritania.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/morocco.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/mozambique.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/namibia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/niger.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/nigeria.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/rwanda.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/senegal.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/sierra_leone.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/somalia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/south_africa.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/sudan.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/swaziland.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/tanzania.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/togo.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/tunisia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/uganda.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/zambia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Africa/zimbabwe.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Asia/afghanistan.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Asia/bangladesh.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Asia/bhutan.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Asia/cambodia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Asia/china.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Asia/india.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Asia/japan.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Asia/kazakhstan.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Asia/korea_north.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Asia/korea_south.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Asia/kyrgyzstan.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Asia/laos.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Asia/malaysia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Asia/mongolia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Asia/myanmar.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Asia/nepal.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Asia/pakistan.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Asia/philippines.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Asia/russia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Asia/sri_lanka.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Asia/taiwan.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Asia/tajikistan.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Asia/thailand.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Asia/turkmenistan.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Asia/uzbekistan.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Asia/vietnam.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Canada/alberta.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Canada/assemble -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Canada/bc.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Canada/canada.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Canada/manitoba.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Canada/newbrunswick.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Canada/newfoundland.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Canada/novascotia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Canada/ontario.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Canada/quebec.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Canada/saskatchewan.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Canada/yukon.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/CentralAmerica/belize.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/CentralAmerica/central_america.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/CentralAmerica/costa_rica.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/CentralAmerica/el_salvador.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/CentralAmerica/guatemala.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/CentralAmerica/honduras.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/CentralAmerica/nicaragua.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/CentralAmerica/panama.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/albania.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/armenia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/austria.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/azerbaijan.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/belarus.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/belgium.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/bosnia_herzegovina.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/bulgaria.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/central_europe.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/corsica.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/croatia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/czech_republic.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/denmark.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/eastern_europe.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/estonia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/finland.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/france.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/georgia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/germany.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/greece.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/hungary.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/iceland.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/ireland.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/italy.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/latvia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/lithuania.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/luxembourg.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/macedonia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/moldova.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/netherlands.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/northireland.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/norway.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/poland.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/portugal.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/romania.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/russia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/sardinia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/sicily.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/slovakia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/slovenia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/spain.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/sweden.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/switzerland.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/ukraine.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/unitedkingdom.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/western_europe.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Europe/yugoslavia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/aguascalientes.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/baja_california.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/baja_california_norte.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/baja_california_sur.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/campeche.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/chiapas.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/chihuahaua.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/coahuila.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/colima.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/durango.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/guanajuato.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/guerrero.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/hidalgo.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/jalisco.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/mexico.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/mexico_city.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/mexico_state.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/michoacan.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/morelos.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/nayarit.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/nuevo_leon.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/oaxaca.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/puebla.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/queretaro.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/quintana_roo.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/san_luis_potosi.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/sinaloa.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/sonora.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/tabasco.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/tamaulipas.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/tlaxcala.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/veracruz.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/yucatan.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Mexico/zacatecas.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/MiddleEast/iran.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/MiddleEast/iraq.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/MiddleEast/israel.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/MiddleEast/jordan.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/MiddleEast/lebanon.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/MiddleEast/middle_east.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/MiddleEast/oman.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/MiddleEast/qatar.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/MiddleEast/saudi_arabia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/MiddleEast/syria.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/MiddleEast/turkey.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/MiddleEast/united_arab_emirates.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/MiddleEast/yemen.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Miscellaneous/australia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Miscellaneous/newzealand.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/Miscellaneous/world.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/README -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/SouthAmerica/argentinia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/SouthAmerica/bolivia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/SouthAmerica/brazil.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/SouthAmerica/chile.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/SouthAmerica/colombia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/SouthAmerica/ecuador.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/SouthAmerica/french_guiana.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/SouthAmerica/guyana.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/SouthAmerica/paraguay.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/SouthAmerica/peru.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/SouthAmerica/southamerica.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/SouthAmerica/suriname.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/SouthAmerica/uruguay.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/SouthAmerica/venezuela.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/README -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/_all.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/alabama.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/alaska.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/arizona.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/arkansas.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/assemble -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/california.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/colorado.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/connecticut.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/delaware.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/florida.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/georgia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/hawaii.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/idaho.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/illinois.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/indiana.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/iowa.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/kansas.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/kentucky.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/louisiana.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/maine.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/maryland.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/massachusetts.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/michigan.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/minnesota.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/mississippi.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/missouri.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/montana.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/nebraska.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/nevada.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/newhampshire.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/newjersey.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/newmexico.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/newyork.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/northcarolina.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/northdakota.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/ohio.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/oklahoma.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/oregon.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/pennsylvania.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/rhodeisland.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/southcarolina.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/southdakota.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/tennessee.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/texas.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/usa.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/utah.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/vermont.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/virginia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/washington.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/westvirginia.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/wisconsin.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Maps/USA/wyoming.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/DrawingSheets/DIN_a3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/DrawingSheets/DIN_a3_landscape.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/DrawingSheets/DIN_a4.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/DrawingSheets/DIN_a4_landscape.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/DrawingSheets/information_box.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Holes/Countersunk/DIN1207-10.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Holes/Countersunk/DIN1207-12.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Holes/Countersunk/DIN1207-3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Holes/Countersunk/DIN1207-4.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Holes/Countersunk/DIN1207-5.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Holes/Countersunk/DIN1207-6.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Holes/Countersunk/DIN1207-8.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Holes/Countersunk/DIN66-10.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Holes/Countersunk/DIN66-12.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Holes/Countersunk/DIN66-3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Holes/Countersunk/DIN66-4.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Holes/Countersunk/DIN66-5.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Holes/Countersunk/DIN66-6.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Holes/Countersunk/DIN66-8.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Holes/Through/10.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Holes/Through/3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Holes/Through/4.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Holes/Through/5.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Holes/Through/6.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Holes/Through/8.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Holes/Through/DIN66-10.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Holes/Through/DIN66-3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Holes/Through/DIN66-4.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Holes/Through/DIN66-5.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Holes/Through/DIN66-6.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Holes/Through/DIN66-8.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/README -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Screws/Side/Blind/M10.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Screws/Side/Blind/M12.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Screws/Side/Blind/M3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Screws/Side/Blind/M4.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Screws/Side/Blind/M5.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Screws/Side/Blind/M6.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Screws/Side/Blind/M8.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Screws/Side/Through/M10.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Screws/Side/Through/M12.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Screws/Side/Through/M3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Screws/Side/Through/M4.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Screws/Side/Through/M5.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Screws/Side/Through/M6.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Screws/Side/Through/M8.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Screws/Top/M1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Screws/Top/M10.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Screws/Top/M2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Screws/Top/M3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Screws/Top/M4.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Screws/Top/M5.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Screws/Top/M6.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/Screws/Top/M8.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/SurfaceFinish/surf_fin1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/SurfaceFinish/surf_fin2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/SurfaceFinish/surf_fin3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/SurfaceFinish/surf_fin4.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/center.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Mechanical_DIN/zigzag.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Miscellaneous/README -%%PORTDOCS%%lib/X11/xfig/Libraries/Miscellaneous/brace_left.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Miscellaneous/brace_over.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Miscellaneous/brace_right.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Miscellaneous/brace_under.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Miscellaneous/gradient1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Miscellaneous/gradient2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Miscellaneous/magnifying_glass1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Miscellaneous/open_book.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Miscellaneous/open_book_large.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Miscellaneous/speech_bubble1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Miscellaneous/speech_bubble2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Miscellaneous/speech_star1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Miscellaneous/speech_star2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Miscellaneous/thought_bubble.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Miscellaneous/thought_cloud1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Music/README -%%PORTDOCS%%lib/X11/xfig/Libraries/Music/base_clef.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Music/base_staff.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Music/eighth-tie.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Music/eighth.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Music/fermata.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Music/flat.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Music/half-dotted-down.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Music/half-dotted-up.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Music/half-down.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Music/half-up.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Music/natural.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Music/quarter-dotted-down.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Music/quarter-dotted-up.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Music/quarter-down.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Music/quarter-up.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Music/sharp.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Music/sixteenth-tie.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Music/sixteenth.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Music/staff.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Music/treble_clef.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Music/treble_staff.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Music/whole-dotted.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Music/whole.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/3Com_CB5000.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/README -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/at+t_emmi.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/atmswitch.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/bridge.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/cisco_7010.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/cisco_7513.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/cisco_catalyst.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/cisco_catalyst4006.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/cisco_catalyst6509.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/concentrator1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/concentrator2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/concentrator3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/dsu-csu.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/enterasys_atm.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/ether10-100hub.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/ether_switch.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/ether_switch2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/extreme_blk_dmnd.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/extreme_summit.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/firewall.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/forerunner_asx100.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/gdc_apex.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/generic_hw.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/hub1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/hub2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/hub3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/imux.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/ls1010.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/microwave1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/microwave2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/minervavnp.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/minervavnp_panel.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/miniatm.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/mmedia_explorer.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/netcloud.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/netgearhub.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/passprt6400.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/rack.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/rack2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/router.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/router2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/rs323.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/satellite.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/smartbit.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/smartbit2K.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/smartbits600.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/smux6000.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/summit.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/switching_hub.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/synoptics_latticell.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/transceiver-10base2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/transceiver-10baseT.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/transceiver1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/transceiver2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Networks/transceiver3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/OfficeEquip/filecabinet.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/OfficeEquip/overhead.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/OfficeEquip/telephone.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/OfficeEquip/walloutlets.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Optics/Fiber/collimator.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Optics/Fiber/coupler_large.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Optics/Fiber/coupler_small.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Optics/Fiber/detector.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Optics/Fiber/fiber_straight.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Optics/Lens/asheric_1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Optics/Lens/asperic_2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Optics/Lens/biconvex_medium.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Optics/Lens/biconvex_strong.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Optics/Lens/biconvex_weak.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Optics/Lens/convexconcave.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Optics/Lens/planconcave_medium.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Optics/Lens/planconcave_weak.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Optics/Lens/planconvcave_strong.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Optics/Lens/planconvex_medium.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Optics/Lens/planconvex_strong.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Optics/Lens/planconvex_weak.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Optics/Mirror/concave_medium.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Optics/Mirror/concave_strong.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Optics/Mirror/flat.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Optics/Mirror/flat_piezo.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Optics/README -%%PORTDOCS%%lib/X11/xfig/Libraries/Optics/beam.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Optics/beamsplitter_cube.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Optics/detector.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Optics/faraday_isolator.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Optics/grating.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/Absorbtion.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/Blower.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/CentrifugalPump.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/Column.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/Compressor.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/Conv_down.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/Conv_horizontal.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/Conv_up.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/CoolingTower.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/DI.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/FI.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/FI_Number.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/Flame.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/Flash.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/HE_Down.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/HE_Down2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/HE_Horizontal.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/HE_Left.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/HE_Right.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/HE_Right2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/HE_U-form.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/HE_Up.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/HE_Vertical.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/HorizontalVessel.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/In-Outlet.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/Kompressor.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/MainFlow_In-Outlet.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/MainStream.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/Named_In-Outlet.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/PI.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/PI_Number.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/Pump.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/QI.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/README -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/Ship.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/Stack.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/StirredVessel.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/Stream.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/TI.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/Tank.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/Truck.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/Turbine.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/Valve_horizontal.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/Valve_vertical.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/ProcessFlowsheet/VerticalVessel.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Beams/beam_cantilever.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Beams/beam_fixed.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Beams/beam_simply_supported.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/CoordSystems/coordsys2D-1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/CoordSystems/coordsys2D-2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/CoordSystems/coordsys2D_xy-1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/CoordSystems/coordsys2D_xy-2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/CoordSystems/coordsys3D-1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/CoordSystems/coordsys3D-2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/CoordSystems/coordsys3D-3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/CoordSystems/coordsys3D_xyz-1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/CoordSystems/coordsys3D_xyz-2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/CoordSystems/coordsys3D_xyz-3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Loads/convection_long.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Loads/convection_short.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Loads/dead_load.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Loads/uniform_axial_long.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Loads/uniform_axial_short.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Loads/uniform_long.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Loads/uniform_short.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Plates/plate_fixed.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Plates/plate_fixed_hinge.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Plates/plate_hinge.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/README -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Supports/elastic_H_free_down.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Supports/elastic_H_free_up.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Supports/elastic_V_free_left.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Supports/elastic_V_free_right.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Supports/elastic_down.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Supports/elastic_letf.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Supports/elastic_right.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Supports/elastic_up.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Supports/fixed_H_free_down.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Supports/fixed_H_free_up.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Supports/fixed_V_free_left.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Supports/fixed_V_free_right.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Supports/fixed_down.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Supports/fixed_left.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Supports/fixed_right.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Supports/fixed_up.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Supports/hinge_H_free_down.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Supports/hinge_H_free_up.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Supports/hinge_V_free_left.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Supports/hinge_V_free_right.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Supports/hinge_down.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Supports/hinge_left.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Supports/hinge_right.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Supports/hinge_up.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Supports/roller_down.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Supports/roller_left.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Supports/roller_right.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Supports/roller_up.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Trusses/fan.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Trusses/fink.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Trusses/howe_trap.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Trusses/howe_triangle.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Trusses/pratt_trap.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Trusses/pratt_triangle.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Structural_Analysis/Trusses/warren.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/UML/Actor.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/UML/Aggregations.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/UML/Arrows.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/UML/Association.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/UML/Association_Multi.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/UML/Class_Large.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/UML/Class_Medium.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/UML/Class_Small.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/UML/Component.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/UML/DesignPattern.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/UML/Labels.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/UML/Note_Large.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/UML/Note_Small.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/UML/Object_Medium.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/UML/Object_Multi.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/UML/Object_Small.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/UML/Package_Large.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/UML/Package_Small.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/UML/README -%%PORTDOCS%%lib/X11/xfig/Libraries/UML/Sequences.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/UML/State_Large.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/UML/State_Medium.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/UML/State_Small.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/UML/State_Special.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/UML/Synchronization.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/UML/Template.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/UML/Transitions.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/UML/UseCase.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/1011.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/1012.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/1013.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/1014.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/1021.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/1023.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/1024.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/1031.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/1033.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/1034.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/1045.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/1046.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/1047.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/1051.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/1053.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/1054.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/1061.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/1063.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/1064.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/2011.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/2012.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/2013.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/2014.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/2015.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/2016.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/2017.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/2021.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/2024.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/2025.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/3011.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/3012.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/3014.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/3021.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/3022.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/3024.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/3031.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/3032.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/3033.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/3034.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/3041.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/3042.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/3043.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/4011.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/4012.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/4013.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/402.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/4021.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/403.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/5011.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/5012.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/5013.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/5014.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/5015.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/502.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/503.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/504.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/5043.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/505.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/5061.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/5062.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/5071.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/5072.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/508.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/5091.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/5092.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/5093.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/5094.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/510.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/511.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/512.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/515.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/5171.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/5172.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/5211.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/5212.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/5213.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/5214.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/608.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/617.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/618.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/README -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/bi.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/bk.1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/bk.2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/bk.3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/bk.4.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/bv.1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/bv.2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/bv.3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/bv.4.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/bv.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/bx.1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/bx.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/note.txt -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/rhs.1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/rhs.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/tb.1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/tk.1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/tk.2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/tk.3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/tk.4.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/tk.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/tv.1.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/tv.2.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/tv.3.fig -%%PORTDOCS%%lib/X11/xfig/Libraries/Welding/u.1.fig -%%PORTDOCS%%lib/X11/xfig/html/accelerators.html -%%PORTDOCS%%lib/X11/xfig/html/attributes.html -%%PORTDOCS%%lib/X11/xfig/html/authors.html -%%PORTDOCS%%lib/X11/xfig/html/bugs_fixed.html -%%PORTDOCS%%lib/X11/xfig/html/but_frm_accelerators.html -%%PORTDOCS%%lib/X11/xfig/html/but_frm_attributes.html -%%PORTDOCS%%lib/X11/xfig/html/but_frm_authors.html -%%PORTDOCS%%lib/X11/xfig/html/but_frm_bugs_fixed.html -%%PORTDOCS%%lib/X11/xfig/html/but_frm_drawing.html -%%PORTDOCS%%lib/X11/xfig/html/but_frm_editing.html -%%PORTDOCS%%lib/X11/xfig/html/but_frm_faq.html -%%PORTDOCS%%lib/X11/xfig/html/but_frm_global_settings.html -%%PORTDOCS%%lib/X11/xfig/html/but_frm_installation.html -%%PORTDOCS%%lib/X11/xfig/html/but_frm_introduction.html -%%PORTDOCS%%lib/X11/xfig/html/but_frm_layers.html -%%PORTDOCS%%lib/X11/xfig/html/but_frm_main_menus.html -%%PORTDOCS%%lib/X11/xfig/html/but_frm_miscellaneous.html -%%PORTDOCS%%lib/X11/xfig/html/but_frm_new_features.html -%%PORTDOCS%%lib/X11/xfig/html/but_frm_object_libraries.html -%%PORTDOCS%%lib/X11/xfig/html/but_frm_options.html -%%PORTDOCS%%lib/X11/xfig/html/but_frm_panning.html -%%PORTDOCS%%lib/X11/xfig/html/but_frm_printing.html -%%PORTDOCS%%lib/X11/xfig/html/contents.html -%%PORTDOCS%%lib/X11/xfig/html/drawing.html -%%PORTDOCS%%lib/X11/xfig/html/editing.html -%%PORTDOCS%%lib/X11/xfig/html/faq.html -%%PORTDOCS%%lib/X11/xfig/html/fig-format.html -%%PORTDOCS%%lib/X11/xfig/html/frm_accelerators.html -%%PORTDOCS%%lib/X11/xfig/html/frm_attributes.html -%%PORTDOCS%%lib/X11/xfig/html/frm_authors.html -%%PORTDOCS%%lib/X11/xfig/html/frm_bugs_fixed.html -%%PORTDOCS%%lib/X11/xfig/html/frm_drawing.html -%%PORTDOCS%%lib/X11/xfig/html/frm_editing.html -%%PORTDOCS%%lib/X11/xfig/html/frm_faq.html -%%PORTDOCS%%lib/X11/xfig/html/frm_global_settings.html -%%PORTDOCS%%lib/X11/xfig/html/frm_installation.html -%%PORTDOCS%%lib/X11/xfig/html/frm_introduction.html -%%PORTDOCS%%lib/X11/xfig/html/frm_japanese.html -%%PORTDOCS%%lib/X11/xfig/html/frm_layers.html -%%PORTDOCS%%lib/X11/xfig/html/frm_main_menus.html -%%PORTDOCS%%lib/X11/xfig/html/frm_miscellaneous.html -%%PORTDOCS%%lib/X11/xfig/html/frm_new_features.html -%%PORTDOCS%%lib/X11/xfig/html/frm_object_libraries.html -%%PORTDOCS%%lib/X11/xfig/html/frm_options.html -%%PORTDOCS%%lib/X11/xfig/html/frm_panning.html -%%PORTDOCS%%lib/X11/xfig/html/frm_printing.html -%%PORTDOCS%%lib/X11/xfig/html/global_settings.html -%%PORTDOCS%%lib/X11/xfig/html/i18n.html -%%PORTDOCS%%lib/X11/xfig/html/images/3dhouse-small.png -%%PORTDOCS%%lib/X11/xfig/html/images/3dhouse.png -%%PORTDOCS%%lib/X11/xfig/html/images/a-umlaut.png -%%PORTDOCS%%lib/X11/xfig/html/images/add-arrow-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/add-point-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/add-tangent-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/align-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/angle-geom-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/angle-geom-latex-line.png -%%PORTDOCS%%lib/X11/xfig/html/images/angle-geom-latex-vector.png -%%PORTDOCS%%lib/X11/xfig/html/images/angle-geom-manhattan.png -%%PORTDOCS%%lib/X11/xfig/html/images/angle-geom-mountain.png -%%PORTDOCS%%lib/X11/xfig/html/images/angle-geom-mounthattan.png -%%PORTDOCS%%lib/X11/xfig/html/images/angle-geom-unrestricted.png -%%PORTDOCS%%lib/X11/xfig/html/images/anybrowser3.png -%%PORTDOCS%%lib/X11/xfig/html/images/arc-box-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/arc-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/arc-examples.png -%%PORTDOCS%%lib/X11/xfig/html/images/arc-type-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/arc-type-open.png -%%PORTDOCS%%lib/X11/xfig/html/images/arc-type-pie-wedge.png -%%PORTDOCS%%lib/X11/xfig/html/images/arrow-mode-backward.png -%%PORTDOCS%%lib/X11/xfig/html/images/arrow-mode-both.png -%%PORTDOCS%%lib/X11/xfig/html/images/arrow-mode-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/arrow-mode-forward.png -%%PORTDOCS%%lib/X11/xfig/html/images/arrow-mode-none.png -%%PORTDOCS%%lib/X11/xfig/html/images/arrow-size-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/arrow-size-image.png -%%PORTDOCS%%lib/X11/xfig/html/images/arrow-size-panel.png -%%PORTDOCS%%lib/X11/xfig/html/images/arrow-type-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/arrow-types.png -%%PORTDOCS%%lib/X11/xfig/html/images/balloons-example.png -%%PORTDOCS%%lib/X11/xfig/html/images/blueballdot.png -%%PORTDOCS%%lib/X11/xfig/html/images/blueramp.png -%%PORTDOCS%%lib/X11/xfig/html/images/box-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/box-curve-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/break-compound-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_accelerators.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_attributes.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_authors.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_bugs_fixed.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_drawing.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_editing.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_faq.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_global_settings.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_installation.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_introduction.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_j_accelerators.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_j_attributes.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_j_authors.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_j_bugs_fixed.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_j_drawing.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_j_editing.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_j_faq.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_j_global_settings.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_j_i18n.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_j_installation.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_j_introduction.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_j_layers.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_j_main_menus.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_j_miscellaneous.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_j_new_features.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_j_object_libraries.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_j_options.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_j_panning.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_j_printing.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_layers.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_main_menus.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_miscellaneous.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_new_features.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_object_libraries.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_options.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_panning.gif -%%PORTDOCS%%lib/X11/xfig/html/images/but_frm_printing.gif -%%PORTDOCS%%lib/X11/xfig/html/images/c-cedilla.png -%%PORTDOCS%%lib/X11/xfig/html/images/cap-style-butt.png -%%PORTDOCS%%lib/X11/xfig/html/images/cap-style-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/cap-style-example.png -%%PORTDOCS%%lib/X11/xfig/html/images/cap-style-projecting.png -%%PORTDOCS%%lib/X11/xfig/html/images/cap-style-round.png -%%PORTDOCS%%lib/X11/xfig/html/images/circle-diam-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/circle-example.png -%%PORTDOCS%%lib/X11/xfig/html/images/circle-rad-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/closed-approx-spline-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/closed-interp-spline-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/color-panel.png -%%PORTDOCS%%lib/X11/xfig/html/images/copy-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/delete-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/delete-point-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/depth-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/depth-panel.png -%%PORTDOCS%%lib/X11/xfig/html/images/dimension-line-newfeature.png -%%PORTDOCS%%lib/X11/xfig/html/images/dimension-lines.png -%%PORTDOCS%%lib/X11/xfig/html/images/dimline-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/dimline-panel.png -%%PORTDOCS%%lib/X11/xfig/html/images/drawedit-accel.png -%%PORTDOCS%%lib/X11/xfig/html/images/edit-accel.png -%%PORTDOCS%%lib/X11/xfig/html/images/edit-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/edit-figure-comments.png -%%PORTDOCS%%lib/X11/xfig/html/images/edit-menu-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/edit-panel-picture.png -%%PORTDOCS%%lib/X11/xfig/html/images/edit-panel-polyline.png -%%PORTDOCS%%lib/X11/xfig/html/images/edit-panel-text.png -%%PORTDOCS%%lib/X11/xfig/html/images/edit-point-panel.png -%%PORTDOCS%%lib/X11/xfig/html/images/ellipse-diam-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/ellipse-example.png -%%PORTDOCS%%lib/X11/xfig/html/images/ellipse-rad-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/exclaim.png -%%PORTDOCS%%lib/X11/xfig/html/images/export-panel-gif.png -%%PORTDOCS%%lib/X11/xfig/html/images/export-panel-jpeg.png -%%PORTDOCS%%lib/X11/xfig/html/images/export-panel-postscript.png -%%PORTDOCS%%lib/X11/xfig/html/images/export-panel.png -%%PORTDOCS%%lib/X11/xfig/html/images/file-accel.png -%%PORTDOCS%%lib/X11/xfig/html/images/file-menu-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/file-panel.png -%%PORTDOCS%%lib/X11/xfig/html/images/fill-color-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/fill-style-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/fill-style-panel.png -%%PORTDOCS%%lib/X11/xfig/html/images/flip-horiz-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/flip-vert-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/font-menu-japanese.png -%%PORTDOCS%%lib/X11/xfig/html/images/font-menu-korean.png -%%PORTDOCS%%lib/X11/xfig/html/images/frame_background.png -%%PORTDOCS%%lib/X11/xfig/html/images/global-settings.png -%%PORTDOCS%%lib/X11/xfig/html/images/glue-compound-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/greenball.png -%%PORTDOCS%%lib/X11/xfig/html/images/greenpig.png -%%PORTDOCS%%lib/X11/xfig/html/images/greenpig_sm.png -%%PORTDOCS%%lib/X11/xfig/html/images/grid-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/help-accel.png -%%PORTDOCS%%lib/X11/xfig/html/images/help-menu-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/horiz-align-abut-edge.png -%%PORTDOCS%%lib/X11/xfig/html/images/horiz-align-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/horiz-align-center-even.png -%%PORTDOCS%%lib/X11/xfig/html/images/horiz-align-center.png -%%PORTDOCS%%lib/X11/xfig/html/images/horiz-align-edge-even.png -%%PORTDOCS%%lib/X11/xfig/html/images/horiz-align-left.png -%%PORTDOCS%%lib/X11/xfig/html/images/horiz-align-none.png -%%PORTDOCS%%lib/X11/xfig/html/images/horiz-align-right.png -%%PORTDOCS%%lib/X11/xfig/html/images/image_browse.png -%%PORTDOCS%%lib/X11/xfig/html/images/japaneseflag.png -%%PORTDOCS%%lib/X11/xfig/html/images/join-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/join-style-bevel.png -%%PORTDOCS%%lib/X11/xfig/html/images/join-style-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/join-style-example.png -%%PORTDOCS%%lib/X11/xfig/html/images/join-style-miter.png -%%PORTDOCS%%lib/X11/xfig/html/images/join-style-round.png -%%PORTDOCS%%lib/X11/xfig/html/images/korean-text.png -%%PORTDOCS%%lib/X11/xfig/html/images/latin1-chars.png -%%PORTDOCS%%lib/X11/xfig/html/images/library-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/library-icon-view.png -%%PORTDOCS%%lib/X11/xfig/html/images/library-list-view.png -%%PORTDOCS%%lib/X11/xfig/html/images/line-style-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/line-style-panel.png -%%PORTDOCS%%lib/X11/xfig/html/images/line-width-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/manage-styles.png -%%PORTDOCS%%lib/X11/xfig/html/images/measure-angle-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/measure-area-badpoly.png -%%PORTDOCS%%lib/X11/xfig/html/images/measure-area-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/measure-area-goodpoly.png -%%PORTDOCS%%lib/X11/xfig/html/images/measure-length-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/menu-accel.png -%%PORTDOCS%%lib/X11/xfig/html/images/mouse-function-indicator.png -%%PORTDOCS%%lib/X11/xfig/html/images/move-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/move-point-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/num-copies-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/num-sides-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/num-x-copies-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/num-y-copies-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/open-approx-spline-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/open-compound-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/open-interp-spline-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/pen-color-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/pict-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/pict-i18n.png -%%PORTDOCS%%lib/X11/xfig/html/images/pict-info.png -%%PORTDOCS%%lib/X11/xfig/html/images/pict-japanese.png -%%PORTDOCS%%lib/X11/xfig/html/images/pict-new.green.png -%%PORTDOCS%%lib/X11/xfig/html/images/pict-new.png -%%PORTDOCS%%lib/X11/xfig/html/images/point-position-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/polygon-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/polyline-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/polyline-example.png -%%PORTDOCS%%lib/X11/xfig/html/images/print-panel.png -%%PORTDOCS%%lib/X11/xfig/html/images/redball.png -%%PORTDOCS%%lib/X11/xfig/html/images/redballdot.png -%%PORTDOCS%%lib/X11/xfig/html/images/regular-polygon-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/rotate-angle-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/rotate-ccw-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/rotate-cw-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/rotation-angle-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/ruler.png -%%PORTDOCS%%lib/X11/xfig/html/images/sav1a0.tmp -%%PORTDOCS%%lib/X11/xfig/html/images/scale-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/screen-image-small.png -%%PORTDOCS%%lib/X11/xfig/html/images/screen-image.png -%%PORTDOCS%%lib/X11/xfig/html/images/search-text-panel.png -%%PORTDOCS%%lib/X11/xfig/html/images/show-comments.png -%%PORTDOCS%%lib/X11/xfig/html/images/show-lengths.png -%%PORTDOCS%%lib/X11/xfig/html/images/show-vertex.png -%%PORTDOCS%%lib/X11/xfig/html/images/showgreeking.png -%%PORTDOCS%%lib/X11/xfig/html/images/smart-link-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/smart-link-move.png -%%PORTDOCS%%lib/X11/xfig/html/images/smart-link-off.png -%%PORTDOCS%%lib/X11/xfig/html/images/smart-link-slide.png -%%PORTDOCS%%lib/X11/xfig/html/images/spell-check-panel.png -%%PORTDOCS%%lib/X11/xfig/html/images/spinner.png -%%PORTDOCS%%lib/X11/xfig/html/images/splash-screen.png -%%PORTDOCS%%lib/X11/xfig/html/images/spline-curves.png -%%PORTDOCS%%lib/X11/xfig/html/images/spline-examples.png -%%PORTDOCS%%lib/X11/xfig/html/images/spline-line-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/spline-sf-example.png -%%PORTDOCS%%lib/X11/xfig/html/images/sun-meta-key.png -%%PORTDOCS%%lib/X11/xfig/html/images/super_subscript.png -%%PORTDOCS%%lib/X11/xfig/html/images/symbol-chars-lower.png -%%PORTDOCS%%lib/X11/xfig/html/images/symbol-chars-upper.png -%%PORTDOCS%%lib/X11/xfig/html/images/text-angle-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/text-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/text-flags-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/text-flags-panel.png -%%PORTDOCS%%lib/X11/xfig/html/images/text-font-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/text-font-panel-latex.png -%%PORTDOCS%%lib/X11/xfig/html/images/text-font-panel.png -%%PORTDOCS%%lib/X11/xfig/html/images/text-justify-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/text-justify-center.png -%%PORTDOCS%%lib/X11/xfig/html/images/text-justify-left.png -%%PORTDOCS%%lib/X11/xfig/html/images/text-justify-right.png -%%PORTDOCS%%lib/X11/xfig/html/images/text-size-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/text-step-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/transit.png -%%PORTDOCS%%lib/X11/xfig/html/images/transit_sm.png -%%PORTDOCS%%lib/X11/xfig/html/images/unit-box.png -%%PORTDOCS%%lib/X11/xfig/html/images/unit-panel.png -%%PORTDOCS%%lib/X11/xfig/html/images/update-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/update-control.png -%%PORTDOCS%%lib/X11/xfig/html/images/usflag.png -%%PORTDOCS%%lib/X11/xfig/html/images/usflag_large.png -%%PORTDOCS%%lib/X11/xfig/html/images/vertical-align-abut-edge.png -%%PORTDOCS%%lib/X11/xfig/html/images/vertical-align-bottom.png -%%PORTDOCS%%lib/X11/xfig/html/images/vertical-align-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/vertical-align-center-even.png -%%PORTDOCS%%lib/X11/xfig/html/images/vertical-align-center.png -%%PORTDOCS%%lib/X11/xfig/html/images/vertical-align-edge-even.png -%%PORTDOCS%%lib/X11/xfig/html/images/vertical-align-none.png -%%PORTDOCS%%lib/X11/xfig/html/images/vertical-align-top.png -%%PORTDOCS%%lib/X11/xfig/html/images/view-accel.png -%%PORTDOCS%%lib/X11/xfig/html/images/view-menu-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/window2-small.png -%%PORTDOCS%%lib/X11/xfig/html/images/window2.png -%%PORTDOCS%%lib/X11/xfig/html/images/xfig-logo.png -%%PORTDOCS%%lib/X11/xfig/html/images/xfig-title.png -%%PORTDOCS%%lib/X11/xfig/html/images/xfighelp.png -%%PORTDOCS%%lib/X11/xfig/html/images/xim-off-the-spot.png -%%PORTDOCS%%lib/X11/xfig/html/images/xim-over-the-spot.png -%%PORTDOCS%%lib/X11/xfig/html/images/xim-root.png -%%PORTDOCS%%lib/X11/xfig/html/images/zoom-button.png -%%PORTDOCS%%lib/X11/xfig/html/images/zoom-panel.png -%%PORTDOCS%%lib/X11/xfig/html/index.html -%%PORTDOCS%%lib/X11/xfig/html/installation.html -%%PORTDOCS%%lib/X11/xfig/html/introduction.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/accelerators.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/attributes.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/authors.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/bugs_fixed.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/but_frm_accelerators.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/but_frm_attributes.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/but_frm_authors.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/but_frm_bugs_fixed.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/but_frm_drawing.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/but_frm_editing.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/but_frm_faq.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/but_frm_global_settings.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/but_frm_i18n.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/but_frm_installation.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/but_frm_introduction.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/but_frm_layers.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/but_frm_main_menus.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/but_frm_miscellaneous.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/but_frm_new_features.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/but_frm_object_libraries.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/but_frm_options.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/but_frm_panning.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/but_frm_printing.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/button_frame.fig -%%PORTDOCS%%lib/X11/xfig/html/japanese/contents.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/drawing.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/editing.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/faq.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/fig-format.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/frm_accelerators.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/frm_attributes.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/frm_authors.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/frm_bugs_fixed.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/frm_drawing.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/frm_editing.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/frm_faq.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/frm_global_settings.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/frm_i18n.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/frm_installation.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/frm_introduction.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/frm_layers.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/frm_main_menus.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/frm_master.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/frm_miscellaneous.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/frm_new_features.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/frm_object_libraries.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/frm_options.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/frm_panning.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/frm_printing.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/global_settings.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/i18n.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/index.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/installation.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/introduction.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/japanese.ps -%%PORTDOCS%%lib/X11/xfig/html/japanese/latex_and_xfig.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/layers.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/main_menus.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/miscellaneous.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/new_features.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/options.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/panning.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/printing.html -%%PORTDOCS%%lib/X11/xfig/html/japanese/screen_image_map.html -%%PORTDOCS%%lib/X11/xfig/html/latex_and_xfig.html -%%PORTDOCS%%lib/X11/xfig/html/layers.html -%%PORTDOCS%%lib/X11/xfig/html/main_menus.html -%%PORTDOCS%%lib/X11/xfig/html/miscellaneous.html -%%PORTDOCS%%lib/X11/xfig/html/new_features.html -%%PORTDOCS%%lib/X11/xfig/html/options.html -%%PORTDOCS%%lib/X11/xfig/html/panning.html -%%PORTDOCS%%lib/X11/xfig/html/printing.html -%%PORTDOCS%%lib/X11/xfig/html/screen_image_map.html -%%PORTDOCS%%lib/X11/xfig/xfig-howto.pdf -%%PORTDOCS%%lib/X11/xfig/xfig_man.html -%%PORTDOCS%%lib/X11/xfig/xfig_ref_en.pdf -%%PORTDOCS%%@dirrm lib/X11/xfig/html/japanese -%%PORTDOCS%%@dirrm lib/X11/xfig/html/images -%%PORTDOCS%%@dirrm lib/X11/xfig/html -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Welding -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/UML -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Structural_Analysis/Trusses -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Structural_Analysis/Supports -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Structural_Analysis/Plates -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Structural_Analysis/Loads -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Structural_Analysis/CoordSystems -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Structural_Analysis/Beams -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Structural_Analysis -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/ProcessFlowsheet -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Optics/Mirror -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Optics/Lens -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Optics/Fiber -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Optics -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/OfficeEquip -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Networks -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Music -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Miscellaneous -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Mechanical_DIN/SurfaceFinish -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Mechanical_DIN/Screws/Top -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Mechanical_DIN/Screws/Side/Through -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Mechanical_DIN/Screws/Side/Blind -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Mechanical_DIN/Screws/Side -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Mechanical_DIN/Screws -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Mechanical_DIN/Holes/Through -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Mechanical_DIN/Holes/Countersunk -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Mechanical_DIN/Holes -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Mechanical_DIN/DrawingSheets -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Mechanical_DIN -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Maps/USA -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Maps/SouthAmerica -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Maps/Miscellaneous -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Maps/MiddleEast -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Maps/Mexico -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Maps/Europe -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Maps/CentralAmerica -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Maps/Canada -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Maps/Asia -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Maps/Africa -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Maps -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Logic -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Labels -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Knitting/Symbols -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Knitting/Grids -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Knitting/Estonian -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Knitting/Colors -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Knitting/Cables -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Knitting -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Hospital -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/GUI -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Furniture -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Flowchart -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Flags/SouthAmerica -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Flags/Oceania -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Flags/NorthAmerica/USA -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Flags/NorthAmerica -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Flags/Miscellaneous -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Flags/MiddleEast -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Flags/Europe -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Flags/CentralAmerica -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Flags/Carribean -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Flags/Asia -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Flags/Africa -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Flags -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Examples -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Electronic/Schematic -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Electronic/Physical -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Electronic -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Electrical -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/ERD -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/DSP -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Computers -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Charts -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Buildings -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Audiovisual -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries/Arrows -%%PORTDOCS%%@dirrm lib/X11/xfig/Libraries -@unexec rmdir %D/lib/X11/xfig 2>/dev/null || true diff --git a/graphics/yafaray/Makefile b/graphics/yafaray/Makefile deleted file mode 100644 index 931da686b541..000000000000 --- a/graphics/yafaray/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# New ports collection makefile for: yafray -# Date created: 18 May 2003 -# Whom: David Yeske <dyeske@yahoo.com> -# -# $FreeBSD$ - -PORTNAME= yafray -PORTVERSION= 0.0.6 -CATEGORIES= graphics -MASTER_SITES= http://www.coala.uniovi.es/~jandro/noname/downloads/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-2 - -MAINTAINER= dyeske@yahoo.com -COMMENT= A fast XML based raytracer - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg - -USE_GETOPT_LONG=yes -USE_REINPLACE= yes -USE_LIBTOOL_VER=13 -INSTALLS_SHLIB= yes - -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib ${PTHREAD_CFLAGS}" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" - -.if defined(WITH_OPTIMIZED_CFLAGS) -CFLAGS+= -O3 -ffast-math -.endif - -pre-everything:: -.if !defined(WITH_OPTIMIZED_CFLAGS) - @${ECHO_MSG} "You can enable additional compilation optimizations" - @${ECHO_MSG} "by defining WITH_OPTIMIZED_CFLAGS" -.endif - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} <= 500000 -USE_GCC=3.4+ -.endif - -post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in" | \ - ${XARGS} ${REINPLACE_CMD} -E -e \ - 's|^CXX =.+$$|CXX=${CXX}|; \ - s|-O3||; \ - s|-D_PTHREADS||; \ - s|-pthread|-lpthread|g; \ - s|-lpthread|${PTHREAD_LIBS}|g; \ - s|-ffast-math||; \ - s|-ldl||; \ - s|-Wall|${CXXFLAGS}|' - - @${FIND} ${WRKSRC} -name "configure.in" \ - -or -name "configure" | ${XARGS} \ - ${REINPLACE_CMD} -E -e \ - 's|-pthread|-lpthread|g; \ - s|-lpthread|${PTHREAD_LIBS}|g' - -#make sure we don't need to run auto**** - @${TOUCH} ${TOUCH_FLAGS} -t 199705212205.21 \ - ${WRKSRC}/configure.in - -.include <bsd.port.post.mk> diff --git a/graphics/yafaray/distinfo b/graphics/yafaray/distinfo deleted file mode 100644 index ae66945339c9..000000000000 --- a/graphics/yafaray/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (yafray-0.0.6-2.tar.gz) = bf87b6018435f3bc5bfd1be598c1a28f -SIZE (yafray-0.0.6-2.tar.gz) = 498452 diff --git a/graphics/yafaray/files/patch-configure b/graphics/yafaray/files/patch-configure deleted file mode 100644 index d17586d40ac4..000000000000 --- a/graphics/yafaray/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Thu Jun 12 21:31:41 2003 -+++ configure Thu Jun 12 21:32:01 2003 -@@ -7842,6 +7842,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='${SHELL} /usr/local/bin/libtool' 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::buffer.h b/graphics/yafaray/files/patch-src::yafraycore::buffer.h deleted file mode 100644 index 84dd8b1e22fe..000000000000 --- a/graphics/yafaray/files/patch-src::yafraycore::buffer.h +++ /dev/null @@ -1,13 +0,0 @@ ---- src/yafraycore/buffer.h.orig Thu Sep 30 14:31:34 2004 -+++ src/yafraycore/buffer.h Thu Sep 30 14:42:42 2004 -@@ -27,7 +27,10 @@ - #include<config.h> - #endif - -+#include <iostream> - #include <stdio.h> -+ -+using namespace std; - - __BEGIN_YAFRAY - diff --git a/graphics/yafaray/pkg-descr b/graphics/yafaray/pkg-descr deleted file mode 100644 index 601143a1d6f8..000000000000 --- a/graphics/yafaray/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is an advanced raytracer that uses XML. - -WWW: http://www.yafray.org/ - -- David -dyeske@yahoo.com diff --git a/graphics/yafaray/pkg-plist b/graphics/yafaray/pkg-plist deleted file mode 100644 index 98ffffb4d933..000000000000 --- a/graphics/yafaray/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -bin/yafray -etc/gram.yafray -lib/libyafraycore.la -lib/libyafraycore.so -lib/libyafrayplugin.la -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/libsunsky.so -@dirrm lib/yafray |