diff options
author | John Marino <marino@FreeBSD.org> | 2014-08-10 09:40:41 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-08-10 09:40:41 +0000 |
commit | df477e3e3d94c5d6cab195c7257dee0dda8379ec (patch) | |
tree | 241a48598faf0dbf92fae617ec943b02a03a555f /graphics/nip2 | |
parent | 71d491109d607d44701dcda6acc7798bc43793ca (diff) |
Notes
Diffstat (limited to 'graphics/nip2')
-rw-r--r-- | graphics/nip2/Makefile | 56 | ||||
-rw-r--r-- | graphics/nip2/distinfo | 4 | ||||
-rw-r--r-- | graphics/nip2/files/patch-src-graphwindow.c | 11 | ||||
-rw-r--r-- | graphics/nip2/files/patch-tests | 28 | ||||
-rw-r--r-- | graphics/nip2/pkg-plist | 778 |
5 files changed, 413 insertions, 464 deletions
diff --git a/graphics/nip2/Makefile b/graphics/nip2/Makefile index 8f63577f5e88..b79a04ea9d2c 100644 --- a/graphics/nip2/Makefile +++ b/graphics/nip2/Makefile @@ -2,45 +2,41 @@ # $FreeBSD$ PORTNAME= nip2 -PORTVERSION= 7.40.2 +PORTVERSION= 7.40.3 CATEGORIES= graphics MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/ MAINTAINER= ports@FreeBSD.org COMMENT= Graphical user interface for VIPS -OPTIONS_DEFINE= DOCS -LIB_DEPENDS= libvips.so.38:${PORTSDIR}/graphics/vips \ - libgoffice-*.so:${PORTSDIR}/devel/goffice \ - libgsl.so:${PORTSDIR}/math/gsl \ +LICENSE= GPLv2 + +BUILD_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils +LIB_DEPENDS= libgoffice-*.so:${PORTSDIR}/devel/goffice \ libgvc.so:${PORTSDIR}/graphics/graphviz \ - libxml2.so:${PORTSDIR}/textproc/libxml2 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext + libvips.so:${PORTSDIR}/graphics/vips \ + libgsl.so:${PORTSDIR}/math/gsl +RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils -USES= bison dos2unix gettext gmake pkgconfig -USE_GNOME= gnomemimedata glib20 gtk20 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --mandir=${PREFIX}/man -CONFIGURE_ENV+= XGETTEXT=${LOCALBASE}/bin/xgettext \ - LIBGVC_LIBS="-L${LOCALBASE}/lib/graphviz -lgvc" \ - LIBGVC_CFLAGS="-I${LOCALBASE}/include/graphviz" +USES= bison desktop-file-utils dos2unix gettext gmake pkgconfig \ + shared-mime-info DOS2UNIX_GLOB= *.def +USE_GNOME= gnomemimedata gtk20 libxml2 +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-update-desktop \ + --without-goffice + SUB_FILES= run-nip2.sh -# This port has no man-pages. It installs a number of HTML files, -# which are available through the GUI's Help. For this reason, they -# are always installed, regardless of the DOCS setting. -# Somehow vendor's configure misses these: -MAKE_ENV+= UPDATE_MIME_DATABASE=update-mime-database \ - UPDATE_DESKTOP_DATABASE=update-desktop-database -MANCOMPRESSED= no -post-install: - ${INSTALL_SCRIPT} ${WRKDIR}/run-nip2.sh \ - ${STAGEDIR}/${PREFIX}/bin/ +OPTIONS_DEFINE= DOCS post-patch: - ${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|g' \ - ${WRKSRC}/test/scripts/* + @${REINPLACE_CMD} -e \ + 's|/bin/bash|/bin/sh|' ${WRKSRC}/test/scripts/* + +post-install: + (cd ${WRKDIR} && ${INSTALL_SCRIPT} run-nip2.sh \ + ${STAGEDIR}/${PREFIX}/bin) test check: build # @@ -49,12 +45,6 @@ test check: build # the log-file: # ${WRKSRC}/test/test_all.sh.log # - ${GMAKE} -C ${WRKSRC} check - -.include <bsd.port.options.mk> - -.if empty(PORT_OPTIONS:MDOCS) -EXTRACT_AFTER_ARGS+= --exclude nipguide.pdf --exclude pdf -.endif + (cd %{WRKSRC} && ${SETENV} {MAKE_ENV} ${MAKE_CMD} check) .include <bsd.port.mk> diff --git a/graphics/nip2/distinfo b/graphics/nip2/distinfo index e455bbb1c48f..2fa6d824cb5f 100644 --- a/graphics/nip2/distinfo +++ b/graphics/nip2/distinfo @@ -1,2 +1,2 @@ -SHA256 (nip2-7.40.2.tar.gz) = da4db3b21f4db5a5965e9cefb656cc208a5c845a084bda04cbb1e2833310b24a -SIZE (nip2-7.40.2.tar.gz) = 9639389 +SHA256 (nip2-7.40.3.tar.gz) = 75dd68b7e316d1da9275a97a53456345641111e9fd1deeee29c5c7be5bd85fce +SIZE (nip2-7.40.3.tar.gz) = 9639656 diff --git a/graphics/nip2/files/patch-src-graphwindow.c b/graphics/nip2/files/patch-src-graphwindow.c deleted file mode 100644 index e20fa3a7f689..000000000000 --- a/graphics/nip2/files/patch-src-graphwindow.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/graphwindow.c 2011-01-25 19:44:07.000000000 +0300 -+++ src/graphwindow.c 2013-11-28 03:48:15.996694984 +0400 -@@ -260,7 +260,7 @@ - - IM_FREEF( agclose, graphwindow->graph ); - -- graphwindow->graph = agread( of->fp ); -+ graphwindow->graph = agread( of->fp, NULL ); - - ifile_close( of ); - unlinkf( "%s", tname ); diff --git a/graphics/nip2/files/patch-tests b/graphics/nip2/files/patch-tests deleted file mode 100644 index cc760ba560c1..000000000000 --- a/graphics/nip2/files/patch-tests +++ /dev/null @@ -1,28 +0,0 @@ ---- test/scripts/test_seq.sh 2014-06-23 15:17:21.000000000 -0400 -+++ test/scripts/test_seq.sh 2014-07-01 12:38:53.000000000 -0400 -@@ -1,3 +1,3 @@ --#!/bin/bash -+#!/bin/sh - - # set -x -@@ -18,5 +18,5 @@ - rm -f $tmp/x.png - vipsthumbnail $huge -o $tmp/x.png --if ! vipsheader $tmp/x.png &> /dev/null ; then -+if ! vipsheader $tmp/x.png ; then - echo "vipsthumbnail failed in basic mode" - exit 1 -@@ -33,5 +33,5 @@ - rm -f $tmp/x.png - vipsthumbnail $huge -o $tmp/x.png --if ! vipsheader $tmp/x.png &> /dev/null ; then -+if ! vipsheader $tmp/x.png ; then - echo "vipsthumbnail made a temp" - exit 1 -@@ -42,5 +42,5 @@ - rm -f $tmp/x.png - vips shrink $huge $tmp/x.png 230 230 --if ! vipsheader $tmp/x.png &> /dev/null; then -+if ! vipsheader $tmp/x.png ; then - echo "shrink made a temp" - exit 1 diff --git a/graphics/nip2/pkg-plist b/graphics/nip2/pkg-plist index 500d905a3e6d..77ef0cb22752 100644 --- a/graphics/nip2/pkg-plist +++ b/graphics/nip2/pkg-plist @@ -1,395 +1,393 @@ bin/nip2 bin/run-nip2.sh man/man1/nip2.1.gz -share/nip2/rc/ipgtkrc -share/nip2/data/examples/logo/logo2.ws -share/nip2/data/examples/overlays_and_blending/overlay_blend.ws -share/nip2/data/examples/overlays_and_blending/blend_example_ir.jpg -share/nip2/data/examples/overlays_and_blending/blend_example_vis.jpg -share/nip2/data/examples/overlays_and_blending/blend_example_xray.jpg -share/nip2/data/examples/manual_balance/mask_01.png -share/nip2/data/examples/manual_balance/mask_02.png -share/nip2/data/examples/manual_balance/simp_base.png -share/nip2/data/examples/manual_balance/mask_03.png -share/nip2/data/examples/manual_balance/mask_control.png -share/nip2/data/examples/manual_balance/manual_balance.ws -share/nip2/data/examples/registering/example_im_2.jpg -share/nip2/data/examples/registering/registering.ws -share/nip2/data/examples/registering/example_im_1.jpg -share/nip2/data/examples/registering/example_im_4.jpg -share/nip2/data/examples/registering/example_im_3.jpg -share/nip2/data/examples/clone/clone.ws -share/nip2/data/examples/clone/example_im_01.png -share/nip2/data/examples/clone/example_im_02.png -share/nip2/data/examples/businesscard/businesscard.ws -share/nip2/data/examples/businesscard/slanted_oval_vase2.jpg -share/nip2/data/examples/framing/framing_distorted_frame.png -share/nip2/data/examples/framing/framing.ws -share/nip2/data/examples/framing/framing_complex.png -share/nip2/data/examples/framing/framing_corner.png -share/nip2/data/examples/framing/framing_picture.jpg -share/nip2/data/examples/print_test_image.v -share/nip2/data/rachel.con -share/nip2/data/AdobeRGB1998.icc -share/nip2/data/sRGB.icm -share/nip2/data/macbeth_lab_d65.mat -share/nip2/data/macbeth_lab_d50.mat -share/nip2/data/vips-128.png -share/nip2/data/nip2-icon.ico -share/nip2/data/HP5000_UVDuraImageGlossMaxQ.icc -share/nip2/data/stock-tool-ink-22.png -share/nip2/data/stock-tool-path-22.png -share/nip2/data/stock-tool-text-22.png -share/nip2/data/stock-tool-smudge-22.png -share/nip2/data/stock-tool-bucket-fill-22.png -share/nip2/data/stock-tool-rect-select-22.png -share/nip2/data/stock-tool-select-22.png -share/nip2/data/nip-slider-16.png -share/nip2/data/stock-tool-move-22.png -share/nip2/data/stock-led-red-18.png -share/nip2/data/stock-led-green-18.png -share/nip2/data/stock-led-blue-18.png -share/nip2/data/stock-led-cyan-18.png -share/nip2/data/stock-led-yellow-18.png -share/nip2/data/stock-led-off-18.png -share/nip2/start/_magick.def -share/nip2/start/Magick.def -share/nip2/start/Math.def -share/nip2/start/Image.def -share/nip2/start/Colour.def -share/nip2/start/Tasks.def -share/nip2/start/Object.def -share/nip2/start/Filter.def -share/nip2/start/Matrix.def -share/nip2/start/Widgets.def -share/nip2/start/Histogram.def -share/nip2/start/Preferences.ws -share/nip2/start/_joe_extra.def -share/nip2/start/_joe_utilities.def -share/nip2/start/_convert.def -share/nip2/start/_generate.def -share/nip2/start/_list.def -share/nip2/start/_predicate.def -share/nip2/start/_stdenv.def -share/nip2/start/_Object.def -share/nip2/start/_types.def -share/nip2/compat/7.8/Math.def -share/nip2/compat/7.8/Image.def -share/nip2/compat/7.8/Mosaic.def -share/nip2/compat/7.8/Colour.def -share/nip2/compat/7.8/Resize.def -share/nip2/compat/7.8/Capture.def -share/nip2/compat/7.8/Format.def -share/nip2/compat/7.8/Filter.def -share/nip2/compat/7.8/Morphology.def -share/nip2/compat/7.8/New.def -share/nip2/compat/7.8/Histogram.def -share/nip2/compat/7.8/Print.def -share/nip2/compat/7.8/Rotate.def -share/nip2/compat/7.8/Statistics.def -share/nip2/compat/7.8/X_ray.def -share/nip2/compat/7.8/_convert.def -share/nip2/compat/7.8/_errors.def -share/nip2/compat/7.8/_generate.def -share/nip2/compat/7.8/_list.def -share/nip2/compat/7.8/_predicate.def -share/nip2/compat/7.8/_stdenv.def -share/nip2/compat/7.8/_types.def -share/nip2/compat/7.9/Math.def -share/nip2/compat/7.9/Image.def -share/nip2/compat/7.9/Mosaic.def -share/nip2/compat/7.9/Colour.def -share/nip2/compat/7.9/Resize.def -share/nip2/compat/7.9/Capture.def -share/nip2/compat/7.9/Format.def -share/nip2/compat/7.9/Filter.def -share/nip2/compat/7.9/Morphology.def -share/nip2/compat/7.9/New.def -share/nip2/compat/7.9/Histogram.def -share/nip2/compat/7.9/Print.def -share/nip2/compat/7.9/Rotate.def -share/nip2/compat/7.9/Statistics.def -share/nip2/compat/7.9/X_ray.def -share/nip2/compat/7.9/_convert.def -share/nip2/compat/7.9/_errors.def -share/nip2/compat/7.9/_generate.def -share/nip2/compat/7.9/_list.def -share/nip2/compat/7.9/_predicate.def -share/nip2/compat/7.9/_stdenv.def -share/nip2/compat/7.9/_types.def -share/nip2/compat/7.10/Colour.def -share/nip2/compat/7.10/_convert.def -share/nip2/compat/7.10/Filter.def -share/nip2/compat/7.10/Format.def -share/nip2/compat/7.10/_generate.def -share/nip2/compat/7.10/Histogram.def -share/nip2/compat/7.10/Image.def -share/nip2/compat/7.10/_joe_extra.def -share/nip2/compat/7.10/_joe_utilities.def -share/nip2/compat/7.10/_list.def -share/nip2/compat/7.10/Math.def -share/nip2/compat/7.10/Matrix.def -share/nip2/compat/7.10/_predicate.def -share/nip2/compat/7.10/_stdenv.def -share/nip2/compat/7.10/Tasks.def -share/nip2/compat/7.10/_types.def -share/nip2/compat/7.10/Widgets.def -share/nip2/compat/7.12/Math.def -share/nip2/compat/7.12/Image.def -share/nip2/compat/7.12/Colour.def -share/nip2/compat/7.12/Tasks.def -share/nip2/compat/7.12/Format.def -share/nip2/compat/7.12/Filter.def -share/nip2/compat/7.12/Matrix.def -share/nip2/compat/7.12/Widgets.def -share/nip2/compat/7.12/Histogram.def -share/nip2/compat/7.12/Preferences.ws -share/nip2/compat/7.12/_joe_extra.def -share/nip2/compat/7.12/_joe_utilities.def -share/nip2/compat/7.12/_convert.def -share/nip2/compat/7.12/_generate.def -share/nip2/compat/7.12/_list.def -share/nip2/compat/7.12/_predicate.def -share/nip2/compat/7.12/_stdenv.def -share/nip2/compat/7.12/_types.def -share/nip2/compat/7.14/Colour.def -share/nip2/compat/7.14/Filter.def -share/nip2/compat/7.14/Histogram.def -share/nip2/compat/7.14/Image.def -share/nip2/compat/7.14/Math.def -share/nip2/compat/7.14/Matrix.def -share/nip2/compat/7.14/Object.def -share/nip2/compat/7.14/Preferences.ws -share/nip2/compat/7.14/Tasks.def -share/nip2/compat/7.14/Widgets.def -share/nip2/compat/7.14/_Object.def -share/nip2/compat/7.14/_convert.def -share/nip2/compat/7.14/_generate.def -share/nip2/compat/7.14/_joe_extra.def -share/nip2/compat/7.14/_joe_utilities.def -share/nip2/compat/7.14/_list.def -share/nip2/compat/7.14/_predicate.def -share/nip2/compat/7.14/_stdenv.def -share/nip2/compat/7.14/_types.def -share/nip2/compat/7.16/Colour.def -share/nip2/compat/7.16/Filter.def -share/nip2/compat/7.16/Histogram.def -share/nip2/compat/7.16/Image.def -share/nip2/compat/7.16/Math.def -share/nip2/compat/7.16/Matrix.def -share/nip2/compat/7.16/Object.def -share/nip2/compat/7.16/Preferences.ws -share/nip2/compat/7.16/Tasks.def -share/nip2/compat/7.16/Widgets.def -share/nip2/compat/7.16/_Object.def -share/nip2/compat/7.16/_convert.def -share/nip2/compat/7.16/_generate.def -share/nip2/compat/7.16/_joe_extra.def -share/nip2/compat/7.16/_joe_utilities.def -share/nip2/compat/7.16/_list.def -share/nip2/compat/7.16/_predicate.def -share/nip2/compat/7.16/_stdenv.def -share/nip2/compat/7.16/_types.def -share/nip2/compat/7.24/Colour.def -share/nip2/compat/7.24/Filter.def -share/nip2/compat/7.24/Histogram.def -share/nip2/compat/7.24/Image.def -share/nip2/compat/7.24/Math.def -share/nip2/compat/7.24/Matrix.def -share/nip2/compat/7.24/Object.def -share/nip2/compat/7.24/Tasks.def -share/nip2/compat/7.24/Widgets.def -share/nip2/compat/7.24/_Object.def -share/nip2/compat/7.24/_convert.def -share/nip2/compat/7.24/_generate.def -share/nip2/compat/7.24/_joe_extra.def -share/nip2/compat/7.24/_joe_utilities.def -share/nip2/compat/7.24/_list.def -share/nip2/compat/7.24/_predicate.def -share/nip2/compat/7.24/_stdenv.def -share/nip2/compat/7.24/_types.def -share/nip2/compat/7.26/Math.def -share/nip2/compat/7.26/Image.def -share/nip2/compat/7.26/Colour.def -share/nip2/compat/7.26/Tasks.def -share/nip2/compat/7.26/Object.def -share/nip2/compat/7.26/Filter.def -share/nip2/compat/7.26/Matrix.def -share/nip2/compat/7.26/Widgets.def -share/nip2/compat/7.26/Histogram.def -share/nip2/compat/7.26/_joe_extra.def -share/nip2/compat/7.26/_joe_utilities.def -share/nip2/compat/7.26/_convert.def -share/nip2/compat/7.26/_generate.def -share/nip2/compat/7.26/_list.def -share/nip2/compat/7.26/_predicate.def -share/nip2/compat/7.26/_stdenv.def -share/nip2/compat/7.26/_Object.def -share/nip2/compat/7.26/_types.def -share/nip2/compat/7.28/Math.def -share/nip2/compat/7.28/Image.def -share/nip2/compat/7.28/Colour.def -share/nip2/compat/7.28/Tasks.def -share/nip2/compat/7.28/Object.def -share/nip2/compat/7.28/Filter.def -share/nip2/compat/7.28/Matrix.def -share/nip2/compat/7.28/Widgets.def -share/nip2/compat/7.28/Histogram.def -share/nip2/compat/7.28/_joe_extra.def -share/nip2/compat/7.28/_joe_utilities.def -share/nip2/compat/7.28/_convert.def -share/nip2/compat/7.28/_generate.def -share/nip2/compat/7.28/_list.def -share/nip2/compat/7.28/_predicate.def -share/nip2/compat/7.28/_stdenv.def -share/nip2/compat/7.28/_Object.def -share/nip2/compat/7.28/_types.def -share/nip2/compat/7.38/Math.def -share/nip2/compat/7.38/Image.def -share/nip2/compat/7.38/Colour.def -share/nip2/compat/7.38/Tasks.def -share/nip2/compat/7.38/Object.def -share/nip2/compat/7.38/Filter.def -share/nip2/compat/7.38/Matrix.def -share/nip2/compat/7.38/Widgets.def -share/nip2/compat/7.38/Histogram.def -share/nip2/compat/7.38/_joe_extra.def -share/nip2/compat/7.38/_joe_utilities.def -share/nip2/compat/7.38/_convert.def -share/nip2/compat/7.38/_generate.def -share/nip2/compat/7.38/_list.def -share/nip2/compat/7.38/_predicate.def -share/nip2/compat/7.38/_stdenv.def -share/nip2/compat/7.38/_Object.def -share/nip2/compat/7.38/_types.def -share/nip2/data/examples/1_point_mosaic/1pt_mosaic.ws -share/nip2/data/examples/1_point_mosaic/cd1.1.jpg -share/nip2/data/examples/1_point_mosaic/cd1.2.jpg -share/nip2/data/examples/1_point_mosaic/cd2.1.jpg -share/nip2/data/examples/1_point_mosaic/cd2.2.jpg -share/nip2/data/examples/1_point_mosaic/cd3.1.jpg -share/nip2/data/examples/1_point_mosaic/cd3.2.jpg -share/nip2/data/examples/1_point_mosaic/cd4.1.jpg -share/nip2/data/examples/1_point_mosaic/cd4.2.jpg -@dirrm share/nip2/data/examples/1_point_mosaic -share/nip2/data/examples/2_point_mosaic/2pts_mosaic.ws -share/nip2/data/examples/2_point_mosaic/example_im_01.jpg -share/nip2/data/examples/2_point_mosaic/example_im_02.jpg -share/nip2/data/examples/2_point_mosaic/example_im_03.jpg -share/nip2/data/examples/2_point_mosaic/example_im_04.jpg -share/nip2/data/examples/2_point_mosaic/example_im_05.jpg -share/nip2/data/examples/2_point_mosaic/example_im_06.jpg -share/nip2/data/examples/2_point_mosaic/full_image.jpg -share/nip2/data/stock-padlock-closed-22.png -share/nip2/data/stock-alert-22.png -@dirrm share/nip2/data/examples/2_point_mosaic -@dirrm share/nip2/compat/7.8 -@dirrm share/nip2/compat/7.9 -@dirrm share/nip2/compat/7.10 -@dirrm share/nip2/compat/7.12 -@dirrm share/nip2/compat/7.14 -@dirrm share/nip2/compat/7.16 -@dirrm share/nip2/compat/7.24 -@dirrm share/nip2/compat/7.26 -@dirrm share/nip2/compat/7.28 -@dirrm share/nip2/compat/7.38 -@dirrm share/nip2/compat -@dirrm share/nip2/data/examples/businesscard -@dirrm share/nip2/data/examples/clone -@dirrm share/nip2/data/examples/framing -@dirrm share/nip2/data/examples/logo -@dirrm share/nip2/data/examples/manual_balance -@dirrm share/nip2/data/examples/overlays_and_blending -@dirrm share/nip2/data/examples/registering -@dirrm share/nip2/data/examples -@dirrm share/nip2/data -@dirrm share/nip2/rc -@dirrm share/nip2/start -@dirrm share/nip2 -%%DOCSDIR%%/html/figs/ir7.jpg -%%DOCSDIR%%/html/figs/ir5.jpg -%%DOCSDIR%%/html/figs/ir8a.jpg -%%DOCSDIR%%/html/figs/toolkit2.jpg -%%DOCSDIR%%/html/figs/snap9.jpg -%%DOCSDIR%%/html/figs/snap7a.jpg -%%DOCSDIR%%/html/figs/snap12.jpg -%%DOCSDIR%%/html/figs/scr21a.png -%%DOCSDIR%%/html/figs/ir3.jpg -%%DOCSDIR%%/html/figs/snap16.jpg -%%DOCSDIR%%/html/figs/snap2.jpg -%%DOCSDIR%%/html/figs/snap13.jpg -%%DOCSDIR%%/html/figs/snap14.jpg -%%DOCSDIR%%/html/figs/snap4.jpg -%%DOCSDIR%%/html/figs/snap6.jpg -%%DOCSDIR%%/html/figs/toolkit.jpg -%%DOCSDIR%%/html/figs/snap15.jpg -%%DOCSDIR%%/html/figs/ir2.jpg -%%DOCSDIR%%/html/figs/snap7.jpg -%%DOCSDIR%%/html/figs/snap10.jpg -%%DOCSDIR%%/html/figs/snap11.jpg -%%DOCSDIR%%/html/figs/ir4.jpg -%%DOCSDIR%%/html/figs/snap1.jpg -%%DOCSDIR%%/html/figs/snap5.jpg -%%DOCSDIR%%/html/figs/snap3.jpg -%%DOCSDIR%%/html/figs/toolkit3.jpg -%%DOCSDIR%%/html/figs/snap8.jpg -%%DOCSDIR%%/html/nipguidese33.html -%%DOCSDIR%%/html/nipguidese24.html -%%DOCSDIR%%/html/nipguidese21.html -%%DOCSDIR%%/html/nipguidech5.html -%%DOCSDIR%%/html/nipguidese31.html -%%DOCSDIR%%/html/nipguidech6.html -%%DOCSDIR%%/html/nipguidese4.html -%%DOCSDIR%%/html/nipguideli2.html -%%DOCSDIR%%/html/nipguidese8.html -%%DOCSDIR%%/html/nipguidese2.html -%%DOCSDIR%%/html/nipguidese20.html -%%DOCSDIR%%/html/nipguidese6.html -%%DOCSDIR%%/html/nipguidese16.html -%%DOCSDIR%%/html/nipguide37.html -%%DOCSDIR%%/html/nipguidese18.html -%%DOCSDIR%%/html/nipguidese30.html -%%DOCSDIR%%/html/nipguidese34.html -%%DOCSDIR%%/html/nipguidese29.html -%%DOCSDIR%%/html/nipguide.html -%%DOCSDIR%%/html/nipguidech1.html -%%DOCSDIR%%/html/nipguideli1.html -%%DOCSDIR%%/html/nipguidese11.html -%%DOCSDIR%%/html/nipguidese25.html -%%DOCSDIR%%/html/nipguide.css -%%DOCSDIR%%/html/nipguidese9.html -%%DOCSDIR%%/html/nipguidese3.html -%%DOCSDIR%%/html/nipguidese22.html -%%DOCSDIR%%/html/nipguidese15.html -%%DOCSDIR%%/html/nipguidese26.html -%%DOCSDIR%%/html/nipguidese23.html -%%DOCSDIR%%/html/nipguidese27.html -%%DOCSDIR%%/html/nipguideap1.html -%%DOCSDIR%%/html/nipguidese1.html -%%DOCSDIR%%/html/nipguidese5.html -%%DOCSDIR%%/html/nipguidese12.html -%%DOCSDIR%%/html/nipguidese28.html -%%DOCSDIR%%/html/nipguidese17.html -%%DOCSDIR%%/html/nipguidech3.html -%%DOCSDIR%%/html/nipguidese36.html -%%DOCSDIR%%/html/nipguideli3.html -%%DOCSDIR%%/html/nipguidese7.html -%%DOCSDIR%%/html/nipguidese19.html -%%DOCSDIR%%/html/nipguidech4.html -%%DOCSDIR%%/html/nipguidese32.html -%%DOCSDIR%%/html/nipguidese13.html -%%DOCSDIR%%/html/nipguidech2.html -%%DOCSDIR%%/html/nipguidese10.html -%%DOCSDIR%%/html/nipguidese14.html -%%DOCSDIR%%/html/nipguidese35.html +share/appdata/nip2.appdata.xml +share/applications/nip2.desktop +%%PORTDOCS%%%%DOCSDIR%%/html/figs/ir2.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/figs/ir3.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/figs/ir4.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/figs/ir5.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/figs/ir7.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/figs/ir8a.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/figs/scr21a.png +%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap1.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap10.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap11.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap12.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap13.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap14.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap15.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap16.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap2.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap3.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap4.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap5.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap6.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap7.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap7a.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap8.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap9.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/figs/toolkit.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/figs/toolkit2.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/figs/toolkit3.jpg +%%PORTDOCS%%%%DOCSDIR%%/html/nipguide.css +%%PORTDOCS%%%%DOCSDIR%%/html/nipguide.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguide37.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguideap1.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidech1.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidech2.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidech3.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidech4.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidech5.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidech6.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguideli1.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguideli2.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguideli3.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese1.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese10.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese11.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese12.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese13.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese14.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese15.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese16.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese17.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese18.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese19.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese2.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese20.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese21.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese22.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese23.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese24.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese25.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese26.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese27.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese28.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese29.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese3.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese30.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese31.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese32.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese33.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese34.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese35.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese36.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese4.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese5.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese6.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese7.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese8.html +%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese9.html %%PORTDOCS%%%%DOCSDIR%%/pdf/nipguide.pdf -%%PORTDOCS%%@dirrm %%DOCSDIR%%/pdf -@dirrm %%DOCSDIR%%/html/figs -@dirrm %%DOCSDIR%%/html -@dirrm %%DOCSDIR%% share/mime/packages/nip2.xml -share/applications/nip2.desktop -@exec update-mime-database %D/share/mime || : -@exec update-desktop-database %D/share/applications || : -@unexec update-mime-database %D/share/mime || : -@unexec update-desktop-database %D/share/applications || : +%%DATADIR%%/compat/7.10/Colour.def +%%DATADIR%%/compat/7.10/Filter.def +%%DATADIR%%/compat/7.10/Format.def +%%DATADIR%%/compat/7.10/Histogram.def +%%DATADIR%%/compat/7.10/Image.def +%%DATADIR%%/compat/7.10/Math.def +%%DATADIR%%/compat/7.10/Matrix.def +%%DATADIR%%/compat/7.10/Tasks.def +%%DATADIR%%/compat/7.10/Widgets.def +%%DATADIR%%/compat/7.10/_convert.def +%%DATADIR%%/compat/7.10/_generate.def +%%DATADIR%%/compat/7.10/_joe_extra.def +%%DATADIR%%/compat/7.10/_joe_utilities.def +%%DATADIR%%/compat/7.10/_list.def +%%DATADIR%%/compat/7.10/_predicate.def +%%DATADIR%%/compat/7.10/_stdenv.def +%%DATADIR%%/compat/7.10/_types.def +%%DATADIR%%/compat/7.12/Colour.def +%%DATADIR%%/compat/7.12/Filter.def +%%DATADIR%%/compat/7.12/Format.def +%%DATADIR%%/compat/7.12/Histogram.def +%%DATADIR%%/compat/7.12/Image.def +%%DATADIR%%/compat/7.12/Math.def +%%DATADIR%%/compat/7.12/Matrix.def +%%DATADIR%%/compat/7.12/Preferences.ws +%%DATADIR%%/compat/7.12/Tasks.def +%%DATADIR%%/compat/7.12/Widgets.def +%%DATADIR%%/compat/7.12/_convert.def +%%DATADIR%%/compat/7.12/_generate.def +%%DATADIR%%/compat/7.12/_joe_extra.def +%%DATADIR%%/compat/7.12/_joe_utilities.def +%%DATADIR%%/compat/7.12/_list.def +%%DATADIR%%/compat/7.12/_predicate.def +%%DATADIR%%/compat/7.12/_stdenv.def +%%DATADIR%%/compat/7.12/_types.def +%%DATADIR%%/compat/7.14/Colour.def +%%DATADIR%%/compat/7.14/Filter.def +%%DATADIR%%/compat/7.14/Histogram.def +%%DATADIR%%/compat/7.14/Image.def +%%DATADIR%%/compat/7.14/Math.def +%%DATADIR%%/compat/7.14/Matrix.def +%%DATADIR%%/compat/7.14/Object.def +%%DATADIR%%/compat/7.14/Preferences.ws +%%DATADIR%%/compat/7.14/Tasks.def +%%DATADIR%%/compat/7.14/Widgets.def +%%DATADIR%%/compat/7.14/_Object.def +%%DATADIR%%/compat/7.14/_convert.def +%%DATADIR%%/compat/7.14/_generate.def +%%DATADIR%%/compat/7.14/_joe_extra.def +%%DATADIR%%/compat/7.14/_joe_utilities.def +%%DATADIR%%/compat/7.14/_list.def +%%DATADIR%%/compat/7.14/_predicate.def +%%DATADIR%%/compat/7.14/_stdenv.def +%%DATADIR%%/compat/7.14/_types.def +%%DATADIR%%/compat/7.16/Colour.def +%%DATADIR%%/compat/7.16/Filter.def +%%DATADIR%%/compat/7.16/Histogram.def +%%DATADIR%%/compat/7.16/Image.def +%%DATADIR%%/compat/7.16/Math.def +%%DATADIR%%/compat/7.16/Matrix.def +%%DATADIR%%/compat/7.16/Object.def +%%DATADIR%%/compat/7.16/Preferences.ws +%%DATADIR%%/compat/7.16/Tasks.def +%%DATADIR%%/compat/7.16/Widgets.def +%%DATADIR%%/compat/7.16/_Object.def +%%DATADIR%%/compat/7.16/_convert.def +%%DATADIR%%/compat/7.16/_generate.def +%%DATADIR%%/compat/7.16/_joe_extra.def +%%DATADIR%%/compat/7.16/_joe_utilities.def +%%DATADIR%%/compat/7.16/_list.def +%%DATADIR%%/compat/7.16/_predicate.def +%%DATADIR%%/compat/7.16/_stdenv.def +%%DATADIR%%/compat/7.16/_types.def +%%DATADIR%%/compat/7.24/Colour.def +%%DATADIR%%/compat/7.24/Filter.def +%%DATADIR%%/compat/7.24/Histogram.def +%%DATADIR%%/compat/7.24/Image.def +%%DATADIR%%/compat/7.24/Math.def +%%DATADIR%%/compat/7.24/Matrix.def +%%DATADIR%%/compat/7.24/Object.def +%%DATADIR%%/compat/7.24/Tasks.def +%%DATADIR%%/compat/7.24/Widgets.def +%%DATADIR%%/compat/7.24/_Object.def +%%DATADIR%%/compat/7.24/_convert.def +%%DATADIR%%/compat/7.24/_generate.def +%%DATADIR%%/compat/7.24/_joe_extra.def +%%DATADIR%%/compat/7.24/_joe_utilities.def +%%DATADIR%%/compat/7.24/_list.def +%%DATADIR%%/compat/7.24/_predicate.def +%%DATADIR%%/compat/7.24/_stdenv.def +%%DATADIR%%/compat/7.24/_types.def +%%DATADIR%%/compat/7.26/Colour.def +%%DATADIR%%/compat/7.26/Filter.def +%%DATADIR%%/compat/7.26/Histogram.def +%%DATADIR%%/compat/7.26/Image.def +%%DATADIR%%/compat/7.26/Math.def +%%DATADIR%%/compat/7.26/Matrix.def +%%DATADIR%%/compat/7.26/Object.def +%%DATADIR%%/compat/7.26/Tasks.def +%%DATADIR%%/compat/7.26/Widgets.def +%%DATADIR%%/compat/7.26/_Object.def +%%DATADIR%%/compat/7.26/_convert.def +%%DATADIR%%/compat/7.26/_generate.def +%%DATADIR%%/compat/7.26/_joe_extra.def +%%DATADIR%%/compat/7.26/_joe_utilities.def +%%DATADIR%%/compat/7.26/_list.def +%%DATADIR%%/compat/7.26/_predicate.def +%%DATADIR%%/compat/7.26/_stdenv.def +%%DATADIR%%/compat/7.26/_types.def +%%DATADIR%%/compat/7.28/Colour.def +%%DATADIR%%/compat/7.28/Filter.def +%%DATADIR%%/compat/7.28/Histogram.def +%%DATADIR%%/compat/7.28/Image.def +%%DATADIR%%/compat/7.28/Math.def +%%DATADIR%%/compat/7.28/Matrix.def +%%DATADIR%%/compat/7.28/Object.def +%%DATADIR%%/compat/7.28/Tasks.def +%%DATADIR%%/compat/7.28/Widgets.def +%%DATADIR%%/compat/7.28/_Object.def +%%DATADIR%%/compat/7.28/_convert.def +%%DATADIR%%/compat/7.28/_generate.def +%%DATADIR%%/compat/7.28/_joe_extra.def +%%DATADIR%%/compat/7.28/_joe_utilities.def +%%DATADIR%%/compat/7.28/_list.def +%%DATADIR%%/compat/7.28/_predicate.def +%%DATADIR%%/compat/7.28/_stdenv.def +%%DATADIR%%/compat/7.28/_types.def +%%DATADIR%%/compat/7.38/Colour.def +%%DATADIR%%/compat/7.38/Filter.def +%%DATADIR%%/compat/7.38/Histogram.def +%%DATADIR%%/compat/7.38/Image.def +%%DATADIR%%/compat/7.38/Math.def +%%DATADIR%%/compat/7.38/Matrix.def +%%DATADIR%%/compat/7.38/Object.def +%%DATADIR%%/compat/7.38/Tasks.def +%%DATADIR%%/compat/7.38/Widgets.def +%%DATADIR%%/compat/7.38/_Object.def +%%DATADIR%%/compat/7.38/_convert.def +%%DATADIR%%/compat/7.38/_generate.def +%%DATADIR%%/compat/7.38/_joe_extra.def +%%DATADIR%%/compat/7.38/_joe_utilities.def +%%DATADIR%%/compat/7.38/_list.def +%%DATADIR%%/compat/7.38/_predicate.def +%%DATADIR%%/compat/7.38/_stdenv.def +%%DATADIR%%/compat/7.38/_types.def +%%DATADIR%%/compat/7.8/Capture.def +%%DATADIR%%/compat/7.8/Colour.def +%%DATADIR%%/compat/7.8/Filter.def +%%DATADIR%%/compat/7.8/Format.def +%%DATADIR%%/compat/7.8/Histogram.def +%%DATADIR%%/compat/7.8/Image.def +%%DATADIR%%/compat/7.8/Math.def +%%DATADIR%%/compat/7.8/Morphology.def +%%DATADIR%%/compat/7.8/Mosaic.def +%%DATADIR%%/compat/7.8/New.def +%%DATADIR%%/compat/7.8/Print.def +%%DATADIR%%/compat/7.8/Resize.def +%%DATADIR%%/compat/7.8/Rotate.def +%%DATADIR%%/compat/7.8/Statistics.def +%%DATADIR%%/compat/7.8/X_ray.def +%%DATADIR%%/compat/7.8/_convert.def +%%DATADIR%%/compat/7.8/_errors.def +%%DATADIR%%/compat/7.8/_generate.def +%%DATADIR%%/compat/7.8/_list.def +%%DATADIR%%/compat/7.8/_predicate.def +%%DATADIR%%/compat/7.8/_stdenv.def +%%DATADIR%%/compat/7.8/_types.def +%%DATADIR%%/compat/7.9/Capture.def +%%DATADIR%%/compat/7.9/Colour.def +%%DATADIR%%/compat/7.9/Filter.def +%%DATADIR%%/compat/7.9/Format.def +%%DATADIR%%/compat/7.9/Histogram.def +%%DATADIR%%/compat/7.9/Image.def +%%DATADIR%%/compat/7.9/Math.def +%%DATADIR%%/compat/7.9/Morphology.def +%%DATADIR%%/compat/7.9/Mosaic.def +%%DATADIR%%/compat/7.9/New.def +%%DATADIR%%/compat/7.9/Print.def +%%DATADIR%%/compat/7.9/Resize.def +%%DATADIR%%/compat/7.9/Rotate.def +%%DATADIR%%/compat/7.9/Statistics.def +%%DATADIR%%/compat/7.9/X_ray.def +%%DATADIR%%/compat/7.9/_convert.def +%%DATADIR%%/compat/7.9/_errors.def +%%DATADIR%%/compat/7.9/_generate.def +%%DATADIR%%/compat/7.9/_list.def +%%DATADIR%%/compat/7.9/_predicate.def +%%DATADIR%%/compat/7.9/_stdenv.def +%%DATADIR%%/compat/7.9/_types.def +%%DATADIR%%/data/AdobeRGB1998.icc +%%DATADIR%%/data/HP5000_UVDuraImageGlossMaxQ.icc +%%DATADIR%%/data/examples/1_point_mosaic/1pt_mosaic.ws +%%DATADIR%%/data/examples/1_point_mosaic/cd1.1.jpg +%%DATADIR%%/data/examples/1_point_mosaic/cd1.2.jpg +%%DATADIR%%/data/examples/1_point_mosaic/cd2.1.jpg +%%DATADIR%%/data/examples/1_point_mosaic/cd2.2.jpg +%%DATADIR%%/data/examples/1_point_mosaic/cd3.1.jpg +%%DATADIR%%/data/examples/1_point_mosaic/cd3.2.jpg +%%DATADIR%%/data/examples/1_point_mosaic/cd4.1.jpg +%%DATADIR%%/data/examples/1_point_mosaic/cd4.2.jpg +%%DATADIR%%/data/examples/2_point_mosaic/2pts_mosaic.ws +%%DATADIR%%/data/examples/2_point_mosaic/example_im_01.jpg +%%DATADIR%%/data/examples/2_point_mosaic/example_im_02.jpg +%%DATADIR%%/data/examples/2_point_mosaic/example_im_03.jpg +%%DATADIR%%/data/examples/2_point_mosaic/example_im_04.jpg +%%DATADIR%%/data/examples/2_point_mosaic/example_im_05.jpg +%%DATADIR%%/data/examples/2_point_mosaic/example_im_06.jpg +%%DATADIR%%/data/examples/2_point_mosaic/full_image.jpg +%%DATADIR%%/data/examples/businesscard/businesscard.ws +%%DATADIR%%/data/examples/businesscard/slanted_oval_vase2.jpg +%%DATADIR%%/data/examples/clone/clone.ws +%%DATADIR%%/data/examples/clone/example_im_01.png +%%DATADIR%%/data/examples/clone/example_im_02.png +%%DATADIR%%/data/examples/framing/framing.ws +%%DATADIR%%/data/examples/framing/framing_complex.png +%%DATADIR%%/data/examples/framing/framing_corner.png +%%DATADIR%%/data/examples/framing/framing_distorted_frame.png +%%DATADIR%%/data/examples/framing/framing_picture.jpg +%%DATADIR%%/data/examples/logo/logo2.ws +%%DATADIR%%/data/examples/manual_balance/manual_balance.ws +%%DATADIR%%/data/examples/manual_balance/mask_01.png +%%DATADIR%%/data/examples/manual_balance/mask_02.png +%%DATADIR%%/data/examples/manual_balance/mask_03.png +%%DATADIR%%/data/examples/manual_balance/mask_control.png +%%DATADIR%%/data/examples/manual_balance/simp_base.png +%%DATADIR%%/data/examples/overlays_and_blending/blend_example_ir.jpg +%%DATADIR%%/data/examples/overlays_and_blending/blend_example_vis.jpg +%%DATADIR%%/data/examples/overlays_and_blending/blend_example_xray.jpg +%%DATADIR%%/data/examples/overlays_and_blending/overlay_blend.ws +%%DATADIR%%/data/examples/print_test_image.v +%%DATADIR%%/data/examples/registering/example_im_1.jpg +%%DATADIR%%/data/examples/registering/example_im_2.jpg +%%DATADIR%%/data/examples/registering/example_im_3.jpg +%%DATADIR%%/data/examples/registering/example_im_4.jpg +%%DATADIR%%/data/examples/registering/registering.ws +%%DATADIR%%/data/macbeth_lab_d50.mat +%%DATADIR%%/data/macbeth_lab_d65.mat +%%DATADIR%%/data/nip-slider-16.png +%%DATADIR%%/data/nip2-icon.ico +%%DATADIR%%/data/rachel.con +%%DATADIR%%/data/sRGB.icm +%%DATADIR%%/data/stock-alert-22.png +%%DATADIR%%/data/stock-led-blue-18.png +%%DATADIR%%/data/stock-led-cyan-18.png +%%DATADIR%%/data/stock-led-green-18.png +%%DATADIR%%/data/stock-led-off-18.png +%%DATADIR%%/data/stock-led-red-18.png +%%DATADIR%%/data/stock-led-yellow-18.png +%%DATADIR%%/data/stock-padlock-closed-22.png +%%DATADIR%%/data/stock-tool-bucket-fill-22.png +%%DATADIR%%/data/stock-tool-ink-22.png +%%DATADIR%%/data/stock-tool-move-22.png +%%DATADIR%%/data/stock-tool-path-22.png +%%DATADIR%%/data/stock-tool-rect-select-22.png +%%DATADIR%%/data/stock-tool-select-22.png +%%DATADIR%%/data/stock-tool-smudge-22.png +%%DATADIR%%/data/stock-tool-text-22.png +%%DATADIR%%/data/vips-128.png +%%DATADIR%%/rc/ipgtkrc +%%DATADIR%%/start/Colour.def +%%DATADIR%%/start/Filter.def +%%DATADIR%%/start/Histogram.def +%%DATADIR%%/start/Image.def +%%DATADIR%%/start/Magick.def +%%DATADIR%%/start/Math.def +%%DATADIR%%/start/Matrix.def +%%DATADIR%%/start/Object.def +%%DATADIR%%/start/Preferences.ws +%%DATADIR%%/start/Tasks.def +%%DATADIR%%/start/Widgets.def +%%DATADIR%%/start/_Object.def +%%DATADIR%%/start/_convert.def +%%DATADIR%%/start/_generate.def +%%DATADIR%%/start/_joe_extra.def +%%DATADIR%%/start/_joe_utilities.def +%%DATADIR%%/start/_list.def +%%DATADIR%%/start/_magick.def +%%DATADIR%%/start/_predicate.def +%%DATADIR%%/start/_stdenv.def +%%DATADIR%%/start/_types.def +@dirrm %%DATADIR%%/start +@dirrm %%DATADIR%%/rc +@dirrm %%DATADIR%%/data/examples/registering +@dirrm %%DATADIR%%/data/examples/overlays_and_blending +@dirrm %%DATADIR%%/data/examples/manual_balance +@dirrm %%DATADIR%%/data/examples/logo +@dirrm %%DATADIR%%/data/examples/framing +@dirrm %%DATADIR%%/data/examples/clone +@dirrm %%DATADIR%%/data/examples/businesscard +@dirrm %%DATADIR%%/data/examples/2_point_mosaic +@dirrm %%DATADIR%%/data/examples/1_point_mosaic +@dirrm %%DATADIR%%/data/examples +@dirrm %%DATADIR%%/data +@dirrm %%DATADIR%%/compat/7.9 +@dirrm %%DATADIR%%/compat/7.8 +@dirrm %%DATADIR%%/compat/7.38 +@dirrm %%DATADIR%%/compat/7.28 +@dirrm %%DATADIR%%/compat/7.26 +@dirrm %%DATADIR%%/compat/7.24 +@dirrm %%DATADIR%%/compat/7.16 +@dirrm %%DATADIR%%/compat/7.14 +@dirrm %%DATADIR%%/compat/7.12 +@dirrm %%DATADIR%%/compat/7.10 +@dirrm %%DATADIR%%/compat +@dirrm %%DATADIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%%/pdf +%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/figs +%%PORTDOCS%%@dirrm %%DOCSDIR%%/html +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrmtry share/appdata |