FreeBSD Bugzilla – Attachment 145400 Details for
Bug 192206
graphics/vips and graphics/nip2: Update to version 7.40.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
graphics_vips.shar
graphics_vips.shar (text/plain), 50.68 KB, created by
tkato432
on 2014-08-05 18:00:19 UTC
(
hide
)
Description:
graphics_vips.shar
Filename:
MIME Type:
Creator:
tkato432
Created:
2014-08-05 18:00:19 UTC
Size:
50.68 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># graphics_vips.diff ># graphics_niph2.diff ># >echo x - graphics_vips.diff >sed 's/^X//' >graphics_vips.diff << '340036c30c62302a46274aa4def61453' >Xdiff -urN /usr/ports/graphics/vips/Makefile graphics/vips/Makefile >X--- /usr/ports/graphics/vips/Makefile 2014-08-05 07:21:29.000000000 +0900 >X+++ graphics/vips/Makefile 2014-08-06 00:00:00.000000000 +0900 >X@@ -2,75 +2,50 @@ >X # $FreeBSD: head/graphics/vips/Makefile 364040 2014-08-04 19:34:31Z amdmi3 $ >X >X PORTNAME= vips >X-PORTVERSION= 7.40.3 >X-PORTREVISION= 1 >X+PORTVERSION= 7.40.4 >X CATEGORIES= graphics >X MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/ >X >X MAINTAINER= ports@FreeBSD.org >X COMMENT= Free image processing system >X >X-OPTIONS_DEFINE= PYTHON DOCS >X-OPTIONS_DEFAULT= >X-PYTHON_DESC= Create Python bindings >X+LICENSE= LGPL21 >X >X-BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser >X-LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \ >X- libjpeg.so:${PORTSDIR}/graphics/jpeg \ >X- libexif.so:${PORTSDIR}/graphics/libexif \ >X- liblcms2.so:${PORTSDIR}/graphics/lcms2 \ >X- libtiff.so:${PORTSDIR}/graphics/tiff \ >X+LIB_DEPENDS= libcfitsio.so:${PORTSDIR}/astro/cfitsio \ >X+ liborc-0.4.so:${PORTSDIR}/devel/orc \ >X libGraphicsMagick.so:${PORTSDIR}/graphics/GraphicsMagick \ >X libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ >X- liborc-0.4.so:${PORTSDIR}/devel/orc \ >X- libcfitsio.so:${PORTSDIR}/astro/cfitsio \ >X+ libjpeg.so:${PORTSDIR}/graphics/jpeg \ >X+ liblcms2.so:${PORTSDIR}/graphics/lcms2 \ >X+ libexif.so:${PORTSDIR}/graphics/libexif \ >X libpng15.so:${PORTSDIR}/graphics/png \ >X+ libtiff.so:${PORTSDIR}/graphics/tiff \ >X+ libwebp.so:${PORTSDIR}/graphics/webp \ >X+ libfftw3.so:${PORTSDIR}/math/fftw3 \ >X libmatio.so:${PORTSDIR}/math/matio >X+RUN_DEPENDS= bash:${PORTSDIR}/shells/bash >X >X-PYPRESENT!= which python > /dev/null && echo on || echo off >X-.if ${PYPRESENT} == on >X-OPTIONS_DEFAULT+= PYTHON >X-.endif >X-USES= gettext gmake libtool pathfix perl5 pkgconfig shebangfix >X-USE_PERL5= build >X+USES= gettext gmake libtool pathfix pkgconfig shebangfix >X SHEBANG_FILES= tools/vips-${PORTVERSION:R} tools/vipsprofile >X-USE_GNOME= glib20 pango libxml2 libgsf >X-USE_LDCONFIG= yes >X+USE_GNOME= glib20 libgsf libxml2 pango >X GNU_CONFIGURE= yes >X-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" >X+CONFIGURE_ARGS= --without-x \ >X+ --without-openslide \ >X+ --with-magickpackage=GraphicsMagick >X+INSTALL_TARGET= install-strip >X+USE_LDCONFIG= yes >X+ >X+CPPFLAGS+= -I${LOCALBASE}/include >X+LDFLAGS+= -L${LOCALBASE}/lib >X+ >X+PLIST_SUB= VERSION="${PORTVERSION:R}" >X >X-post-configure: >X- ${REINPLACE_CMD} -Ee 's,^(G?MSGFMT = *)$$,\1${LOCALBASE}/bin/msgfmt,g' \ >X- ${WRKSRC}/po/Makefile >X- >X-.include <bsd.port.options.mk> >X- >X-.if ! ${PORT_OPTIONS:MDOCS} >X-CONFIGURE_ARGS+=--disable-docs >X-EXTRACT_AFTER_ARGS+= --exclude doc >X-EXTRA_PATCHES+= ${FILESDIR}/nodoc-patch >X-.endif >X- >X-PLIST_SUB+= VERSION=${PORTVERSION:R} >X- >X-CONFIGURE_ENV+= MAGICK_CFLAGS="-I${LOCALBASE}/include/GraphicsMagick" >X-CONFIGURE_ARGS+=--without-x --mandir=${STAGEDIR}${PREFIX}/man --with-magickpackage=GraphicsMagick >X-.for p in tiff jpeg zip png >X-CONFIGURE_ARGS+=--with-$p-includes=${LOCALBASE}/include >X-CONFIGURE_ARGS+=--with-$p-libraries=${LOCALBASE}/lib >X-.endfor >X- >X-.if ${PORT_OPTIONS:MPYTHON} >X-USE_PYTHON= yes >X-PLIST_SUB+= PY="" >X- >X-post-patch:: >X- ${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|' \ >X- ${WRKSRC}/tools/vipsprofile >X- >X-.else >X-CONFIGURE_ARGS= --without-python >X-PLIST_SUB+= PY="@comment " >X-.endif >X+OPTIONS_DEFINE= DOCS PYTHON >X+OPTIONS_DEFAULT= PYTHON >X+OPTIONS_SUB= yes >X+ >X+DOCS_CONFIGURE_ENABLE= docs >X+PYTHON_USE= python=yes >X+PYTHON_CONFIGURE_WITH= python >X >X .include <bsd.port.mk> >Xdiff -urN /usr/ports/graphics/vips/distinfo graphics/vips/distinfo >X--- /usr/ports/graphics/vips/distinfo 2014-07-06 09:01:30.000000000 +0900 >X+++ graphics/vips/distinfo 2014-08-06 00:00:00.000000000 +0900 >X@@ -1,2 +1,2 @@ >X-SHA256 (vips-7.40.3.tar.gz) = e78b717fba83fd40715db7fca835698fd1f2bad4f9e31df788727660562617ca >X-SIZE (vips-7.40.3.tar.gz) = 3479017 >X+SHA256 (vips-7.40.4.tar.gz) = 19b7dca6ba37e52b33405a4627009eff0688facda12c252ed58c4e288acda41c >X+SIZE (vips-7.40.4.tar.gz) = 3478814 >Xdiff -urN /usr/ports/graphics/vips/files/nodoc-patch graphics/vips/files/nodoc-patch >X--- /usr/ports/graphics/vips/files/nodoc-patch 2014-07-02 08:53:37.000000000 +0900 >X+++ graphics/vips/files/nodoc-patch 1970-01-01 09:00:00.000000000 +0900 >X@@ -1,27 +0,0 @@ >X-Remove Makefiles under the doc/ subdirectory, which we choose to >X-not even extract, much less install, from the list... >X- >X---- configure 2014-06-23 16:48:44.000000000 -0400 >X-+++ configure 2014-06-24 11:02:30.000000000 -0400 >X-@@ -25207,5 +25207,5 @@ >X- >X- >X--ac_config_files="$ac_config_files vips.pc vipsCC.pc Makefile libvips/include/vips/version.h libvips/include/Makefile libvips/include/vips/Makefile libvips/Makefile libvips/arithmetic/Makefile libvips/cimg/Makefile libvips/colour/Makefile libvips/conversion/Makefile libvips/convolution/Makefile libvips/deprecated/Makefile libvips/foreign/Makefile libvips/freqfilt/Makefile libvips/histogram/Makefile libvips/draw/Makefile libvips/iofuncs/Makefile libvips/morphology/Makefile libvips/mosaicing/Makefile libvips/create/Makefile libvips/resample/Makefile libvips/video/Makefile libvipsCC/include/Makefile libvipsCC/include/vips/Makefile libvipsCC/Makefile tools/Makefile tools/batch_crop tools/batch_image_convert tools/batch_rubber_sheet tools/light_correct tools/shrink_width swig/Makefile swig/vipsCC/Makefile swig/python/setup.py man/Makefile doc/Makefile doc/reference/Makefile doc/reference/libvips-docs.sgml po/Makefile.in" >X-+ac_config_files="$ac_config_files vips.pc vipsCC.pc Makefile libvips/include/vips/version.h libvips/include/Makefile libvips/include/vips/Makefile libvips/Makefile libvips/arithmetic/Makefile libvips/cimg/Makefile libvips/colour/Makefile libvips/conversion/Makefile libvips/convolution/Makefile libvips/deprecated/Makefile libvips/foreign/Makefile libvips/freqfilt/Makefile libvips/histogram/Makefile libvips/draw/Makefile libvips/iofuncs/Makefile libvips/morphology/Makefile libvips/mosaicing/Makefile libvips/create/Makefile libvips/resample/Makefile libvips/video/Makefile libvipsCC/include/Makefile libvipsCC/include/vips/Makefile libvipsCC/Makefile tools/Makefile tools/batch_crop tools/batch_image_convert tools/batch_rubber_sheet tools/light_correct tools/shrink_width swig/Makefile swig/vipsCC/Makefile swig/python/setup.py man/Makefile po/Makefile.in" >X- >X- cat >confcache <<\_ACEOF >X---- Makefile.in 2011-08-19 11:59:16.000000000 -0400 >X-+++ Makefile.in 2011-09-23 17:41:49.000000000 -0400 >X-@@ -93,5 +93,5 @@ >X- ETAGS = etags >X- CTAGS = ctags >X--DIST_SUBDIRS = libvips tools po man doc libvipsCC swig >X-+DIST_SUBDIRS = libvips tools po man libvipsCC swig >X- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) >X- distdir = $(PACKAGE)-$(VERSION) >X-@@ -357,5 +357,4 @@ >X- po \ >X- man \ >X-- doc \ >X- $(C_COMPILE_DIR) \ >X- $(P_COMPILE_DIR) >Xdiff -urN /usr/ports/graphics/vips/pkg-plist graphics/vips/pkg-plist >X--- /usr/ports/graphics/vips/pkg-plist 2014-07-06 09:01:30.000000000 +0900 >X+++ graphics/vips/pkg-plist 2014-08-06 00:00:00.000000000 +0900 >X@@ -1,36 +1,40 @@ >X+bin/batch_crop >X+bin/batch_image_convert >X+bin/batch_rubber_sheet >X+bin/light_correct >X+bin/shrink_width >X bin/vips >X+bin/vips-%%VERSION%% >X bin/vipsedit >X-bin/vipsthumbnail >X bin/vipsheader >X-bin/light_correct >X-bin/shrink_width >X-bin/batch_image_convert >X-bin/batch_rubber_sheet >X-bin/batch_crop >X bin/vipsprofile >X-bin/vips-%%VERSION%% >X-include/vips/basic.h >X-include/vips/type.h >X-include/vips/gate.h >X+bin/vipsthumbnail >X+include/vips/VDisplay.h >X+include/vips/VError.h >X+include/vips/VImage.h >X+include/vips/VMask.h >X include/vips/almostdeprecated.h >X-include/vips/deprecated.h >X include/vips/arithmetic.h >X+include/vips/basic.h >X include/vips/buf.h >X+include/vips/cimg_funcs.h >X include/vips/colour.h >X include/vips/conversion.h >X include/vips/convolution.h >X+include/vips/create.h >X include/vips/debug.h >X+include/vips/deprecated.h >X include/vips/dispatch.h >X+include/vips/draw.h >X include/vips/enumtypes.h >X include/vips/error.h >X-include/vips/operation.h >X-include/vips/format.h >X include/vips/foreign.h >X-include/vips/draw.h >X+include/vips/format.h >X+include/vips/freqfilt.h >X+include/vips/gate.h >X include/vips/generate.h >X include/vips/header.h >X include/vips/histogram.h >X-include/vips/freqfilt.h >X include/vips/image.h >X include/vips/interpolate.h >X include/vips/intl.h >X@@ -38,40 +42,58 @@ >X include/vips/memory.h >X include/vips/morphology.h >X include/vips/mosaicing.h >X-include/vips/create.h >X-include/vips/video.h >X-include/vips/cimg_funcs.h >X include/vips/object.h >X+include/vips/operation.h >X include/vips/private.h >X include/vips/rect.h >X include/vips/region.h >X include/vips/relational.h >X include/vips/resample.h >X include/vips/semaphore.h >X-include/vips/threadpool.h >X include/vips/thread.h >X+include/vips/threadpool.h >X include/vips/transform.h >X+include/vips/type.h >X include/vips/util.h >X-include/vips/version.h >X include/vips/vector.h >X-include/vips/vips7compat.h >X-include/vips/vips.h >X-include/vips/VDisplay.h >X-include/vips/VError.h >X-include/vips/VMask.h >X-include/vips/VImage.h >X-include/vips/vipscpp.h >X+include/vips/version.h >X+include/vips/video.h >X include/vips/vips >X+include/vips/vips.h >X+include/vips/vips7compat.h >X include/vips/vipsc++.h >X-@dirrm include/vips >X+include/vips/vipscpp.h >X lib/libvips.a >X-lib/libvips.so.38 >X-lib/libvips.so.38.0.1 >X lib/libvips.so >X+lib/libvips.so.38 >X+lib/libvips.so.38.0.2 >X lib/libvipsCC.a >X lib/libvipsCC.so >X lib/libvipsCC.so.38 >X-lib/libvipsCC.so.38.0.1 >X+lib/libvipsCC.so.38.0.2 >X+%%PYTHON%%%%PYTHON_SITELIBDIR%%/vipsCC/VDisplay.py >X+%%PYTHON%%%%PYTHON_SITELIBDIR%%/vipsCC/VDisplay.pyc >X+%%PYTHON%%%%PYTHON_SITELIBDIR%%/vipsCC/VDisplay.pyo >X+%%PYTHON%%%%PYTHON_SITELIBDIR%%/vipsCC/VError.py >X+%%PYTHON%%%%PYTHON_SITELIBDIR%%/vipsCC/VError.pyc >X+%%PYTHON%%%%PYTHON_SITELIBDIR%%/vipsCC/VError.pyo >X+%%PYTHON%%%%PYTHON_SITELIBDIR%%/vipsCC/VImage.py >X+%%PYTHON%%%%PYTHON_SITELIBDIR%%/vipsCC/VImage.pyc >X+%%PYTHON%%%%PYTHON_SITELIBDIR%%/vipsCC/VImage.pyo >X+%%PYTHON%%%%PYTHON_SITELIBDIR%%/vipsCC/VMask.py >X+%%PYTHON%%%%PYTHON_SITELIBDIR%%/vipsCC/VMask.pyc >X+%%PYTHON%%%%PYTHON_SITELIBDIR%%/vipsCC/VMask.pyo >X+%%PYTHON%%%%PYTHON_SITELIBDIR%%/vipsCC/__init__.py >X+%%PYTHON%%%%PYTHON_SITELIBDIR%%/vipsCC/__init__.pyc >X+%%PYTHON%%%%PYTHON_SITELIBDIR%%/vipsCC/__init__.pyo >X+%%PYTHON%%%%PYTHON_SITELIBDIR%%/vipsCC/vdisplaymodule.a >X+%%PYTHON%%%%PYTHON_SITELIBDIR%%/vipsCC/vdisplaymodule.so >X+%%PYTHON%%%%PYTHON_SITELIBDIR%%/vipsCC/verrormodule.a >X+%%PYTHON%%%%PYTHON_SITELIBDIR%%/vipsCC/verrormodule.so >X+%%PYTHON%%%%PYTHON_SITELIBDIR%%/vipsCC/vimagemodule.a >X+%%PYTHON%%%%PYTHON_SITELIBDIR%%/vipsCC/vimagemodule.so >X+%%PYTHON%%%%PYTHON_SITELIBDIR%%/vipsCC/vmaskmodule.a >X+%%PYTHON%%%%PYTHON_SITELIBDIR%%/vipsCC/vmaskmodule.so >X libdata/pkgconfig/vips.pc >X libdata/pkgconfig/vipsCC.pc >X man/man1/batch_crop.1.gz >X@@ -83,8 +105,36 @@ >X man/man1/vipsheader.1.gz >X man/man1/vipsprofile.1.gz >X man/man1/vipsthumbnail.1.gz >X-share/locale/de/LC_MESSAGES/vips%%VERSION%%.mo >X-share/locale/en_GB/LC_MESSAGES/vips%%VERSION%%.mo >X+%%PORTDOCS%%%%DOCSDIR%%/html/figs/arch.png >X+%%PORTDOCS%%%%DOCSDIR%%/html/figs/interconvert.png >X+%%PORTDOCS%%%%DOCSDIR%%/html/vipsmanual.css >X+%%PORTDOCS%%%%DOCSDIR%%/html/vipsmanual.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/vipsmanualch1.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/vipsmanualch2.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/vipsmanualch3.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/vipsmanualch4.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/vipsmanualli1.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/vipsmanualli2.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/vipsmanualli3.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/vipsmanualse1.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/vipsmanualse10.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/vipsmanualse11.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/vipsmanualse12.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/vipsmanualse13.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/vipsmanualse14.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/vipsmanualse15.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/vipsmanualse16.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/vipsmanualse17.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/vipsmanualse18.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/vipsmanualse2.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/vipsmanualse3.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/vipsmanualse4.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/vipsmanualse5.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/vipsmanualse6.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/vipsmanualse7.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/vipsmanualse8.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/vipsmanualse9.html >X+%%PORTDOCS%%%%DOCSDIR%%/pdf/vipsmanual.pdf >X %%PORTDOCS%%share/gtk-doc/html/libvips/VipsForeignSave.html >X %%PORTDOCS%%share/gtk-doc/html/libvips/VipsImage.html >X %%PORTDOCS%%share/gtk-doc/html/libvips/VipsInterpolate.html >X@@ -131,30 +181,14 @@ >X %%PORTDOCS%%share/gtk-doc/html/libvips/style.css >X %%PORTDOCS%%share/gtk-doc/html/libvips/up-insensitive.png >X %%PORTDOCS%%share/gtk-doc/html/libvips/up.png >X+share/locale/de/LC_MESSAGES/vips%%VERSION%%.mo >X+share/locale/en_GB/LC_MESSAGES/vips%%VERSION%%.mo >X %%PORTDOCS%%@dirrm share/gtk-doc/html/libvips >X %%PORTDOCS%%@dirrmtry share/gtk-doc/html >X %%PORTDOCS%%@dirrmtry share/gtk-doc >X-%%PY%%%%PYTHON_SITELIBDIR%%/vipsCC/vimagemodule.so >X-%%PY%%%%PYTHON_SITELIBDIR%%/vipsCC/vdisplaymodule.so >X-%%PY%%%%PYTHON_SITELIBDIR%%/vipsCC/verrormodule.so >X-%%PY%%%%PYTHON_SITELIBDIR%%/vipsCC/vmaskmodule.so >X-%%PY%%%%PYTHON_SITELIBDIR%%/vipsCC/vimagemodule.a >X-%%PY%%%%PYTHON_SITELIBDIR%%/vipsCC/vdisplaymodule.a >X-%%PY%%%%PYTHON_SITELIBDIR%%/vipsCC/verrormodule.a >X-%%PY%%%%PYTHON_SITELIBDIR%%/vipsCC/vmaskmodule.a >X-%%PY%%%%PYTHON_SITELIBDIR%%/vipsCC/VImage.py >X-%%PY%%%%PYTHON_SITELIBDIR%%/vipsCC/VDisplay.py >X-%%PY%%%%PYTHON_SITELIBDIR%%/vipsCC/VError.py >X-%%PY%%%%PYTHON_SITELIBDIR%%/vipsCC/VMask.py >X-%%PY%%%%PYTHON_SITELIBDIR%%/vipsCC/__init__.py >X-%%PY%%%%PYTHON_SITELIBDIR%%/vipsCC/VImage.pyc >X-%%PY%%%%PYTHON_SITELIBDIR%%/vipsCC/VDisplay.pyc >X-%%PY%%%%PYTHON_SITELIBDIR%%/vipsCC/VError.pyc >X-%%PY%%%%PYTHON_SITELIBDIR%%/vipsCC/VMask.pyc >X-%%PY%%%%PYTHON_SITELIBDIR%%/vipsCC/__init__.pyc >X-%%PY%%%%PYTHON_SITELIBDIR%%/vipsCC/VImage.pyo >X-%%PY%%%%PYTHON_SITELIBDIR%%/vipsCC/VDisplay.pyo >X-%%PY%%%%PYTHON_SITELIBDIR%%/vipsCC/VError.pyo >X-%%PY%%%%PYTHON_SITELIBDIR%%/vipsCC/VMask.pyo >X-%%PY%%%%PYTHON_SITELIBDIR%%/vipsCC/__init__.pyo >X-%%PY%%@dirrm %%PYTHON_SITELIBDIR%%/vipsCC >X+%%PORTDOCS%%@dirrm %%DOCSDIR%%/pdf >X+%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/figs >X+%%PORTDOCS%%@dirrm %%DOCSDIR%%/html >X+%%PORTDOCS%%@dirrm %%DOCSDIR%% >X+%%PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/vipsCC >X+@dirrm include/vips >340036c30c62302a46274aa4def61453 >echo x - graphics_niph2.diff >sed 's/^X//' >graphics_niph2.diff << 'b417257ee6962dba3348f842bdfb61a4' >Xdiff -urN /usr/ports/graphics/nip2/Makefile graphics/nip2/Makefile >X--- /usr/ports/graphics/nip2/Makefile 2014-07-21 05:59:49.000000000 +0900 >X+++ graphics/nip2/Makefile 2014-08-06 00:00:00.000000000 +0900 >X@@ -2,45 +2,41 @@ >X # $FreeBSD: head/graphics/nip2/Makefile 362342 2014-07-20 18:31:24Z antoine $ >X >X PORTNAME= nip2 >X-PORTVERSION= 7.40.2 >X+PORTVERSION= 7.40.3 >X CATEGORIES= graphics >X MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/ >X >X MAINTAINER= ports@FreeBSD.org >X COMMENT= Graphical user interface for VIPS >X >X-OPTIONS_DEFINE= DOCS >X-LIB_DEPENDS= libvips.so.38:${PORTSDIR}/graphics/vips \ >X- libgoffice-*.so:${PORTSDIR}/devel/goffice \ >X- libgsl.so:${PORTSDIR}/math/gsl \ >X+LICENSE= GPLv2 >X+ >X+BUILD_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils >X+LIB_DEPENDS= libgoffice-*.so:${PORTSDIR}/devel/goffice \ >X libgvc.so:${PORTSDIR}/graphics/graphviz \ >X- libxml2.so:${PORTSDIR}/textproc/libxml2 >X-BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext >X+ libvips.so:${PORTSDIR}/graphics/vips \ >X+ libgsl.so:${PORTSDIR}/math/gsl >X+RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils >X >X-USES= bison dos2unix gettext gmake pkgconfig >X-USE_GNOME= gnomemimedata glib20 gtk20 >X-GNU_CONFIGURE= yes >X-CONFIGURE_ARGS= --mandir=${PREFIX}/man >X-CONFIGURE_ENV+= XGETTEXT=${LOCALBASE}/bin/xgettext \ >X- LIBGVC_LIBS="-L${LOCALBASE}/lib/graphviz -lgvc" \ >X- LIBGVC_CFLAGS="-I${LOCALBASE}/include/graphviz" >X+USES= bison desktop-file-utils dos2unix gettext gmake pkgconfig \ >X+ shared-mime-info >X DOS2UNIX_GLOB= *.def >X+USE_GNOME= gnomemimedata gtk20 libxml2 >X+GNU_CONFIGURE= yes >X+CONFIGURE_ARGS= --disable-update-desktop \ >X+ --without-goffice >X+ >X SUB_FILES= run-nip2.sh >X-# This port has no man-pages. It installs a number of HTML files, >X-# which are available through the GUI's Help. For this reason, they >X-# are always installed, regardless of the DOCS setting. >X-# Somehow vendor's configure misses these: >X-MAKE_ENV+= UPDATE_MIME_DATABASE=update-mime-database \ >X- UPDATE_DESKTOP_DATABASE=update-desktop-database >X-MANCOMPRESSED= no >X >X-post-install: >X- ${INSTALL_SCRIPT} ${WRKDIR}/run-nip2.sh \ >X- ${STAGEDIR}/${PREFIX}/bin/ >X+OPTIONS_DEFINE= DOCS >X >X post-patch: >X- ${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|g' \ >X- ${WRKSRC}/test/scripts/* >X+ @${REINPLACE_CMD} -e \ >X+ 's|/bin/bash|/bin/sh|' ${WRKSRC}/test/scripts/* >X+ >X+post-install: >X+ (cd ${WRKDIR} && ${INSTALL_SCRIPT} run-nip2.sh \ >X+ ${STAGEDIR}/${PREFIX}/bin) >X >X test check: build >X # >X@@ -49,12 +45,6 @@ >X # the log-file: >X # ${WRKSRC}/test/test_all.sh.log >X # >X- ${GMAKE} -C ${WRKSRC} check >X- >X-.include <bsd.port.options.mk> >X- >X-.if empty(PORT_OPTIONS:MDOCS) >X-EXTRACT_AFTER_ARGS+= --exclude nipguide.pdf --exclude pdf >X-.endif >X+ (cd %{WRKSRC} && ${SETENV} {MAKE_ENV} ${MAKE_CMD} check) >X >X .include <bsd.port.mk> >Xdiff -urN /usr/ports/graphics/nip2/distinfo graphics/nip2/distinfo >X--- /usr/ports/graphics/nip2/distinfo 2014-07-06 09:01:31.000000000 +0900 >X+++ graphics/nip2/distinfo 2014-08-06 00:00:00.000000000 +0900 >X@@ -1,2 +1,2 @@ >X-SHA256 (nip2-7.40.2.tar.gz) = da4db3b21f4db5a5965e9cefb656cc208a5c845a084bda04cbb1e2833310b24a >X-SIZE (nip2-7.40.2.tar.gz) = 9639389 >X+SHA256 (nip2-7.40.3.tar.gz) = 75dd68b7e316d1da9275a97a53456345641111e9fd1deeee29c5c7be5bd85fce >X+SIZE (nip2-7.40.3.tar.gz) = 9639656 >Xdiff -urN /usr/ports/graphics/nip2/files/patch-src-graphwindow.c graphics/nip2/files/patch-src-graphwindow.c >X--- /usr/ports/graphics/nip2/files/patch-src-graphwindow.c 2014-07-02 08:54:07.000000000 +0900 >X+++ graphics/nip2/files/patch-src-graphwindow.c 1970-01-01 09:00:00.000000000 +0900 >X@@ -1,11 +0,0 @@ >X---- src/graphwindow.c 2011-01-25 19:44:07.000000000 +0300 >X-+++ src/graphwindow.c 2013-11-28 03:48:15.996694984 +0400 >X-@@ -260,7 +260,7 @@ >X- >X- IM_FREEF( agclose, graphwindow->graph ); >X- >X-- graphwindow->graph = agread( of->fp ); >X-+ graphwindow->graph = agread( of->fp, NULL ); >X- >X- ifile_close( of ); >X- unlinkf( "%s", tname ); >Xdiff -urN /usr/ports/graphics/nip2/files/patch-tests graphics/nip2/files/patch-tests >X--- /usr/ports/graphics/nip2/files/patch-tests 2014-07-06 09:01:31.000000000 +0900 >X+++ graphics/nip2/files/patch-tests 1970-01-01 09:00:00.000000000 +0900 >X@@ -1,28 +0,0 @@ >X---- test/scripts/test_seq.sh 2014-06-23 15:17:21.000000000 -0400 >X-+++ test/scripts/test_seq.sh 2014-07-01 12:38:53.000000000 -0400 >X-@@ -1,3 +1,3 @@ >X--#!/bin/bash >X-+#!/bin/sh >X- >X- # set -x >X-@@ -18,5 +18,5 @@ >X- rm -f $tmp/x.png >X- vipsthumbnail $huge -o $tmp/x.png >X--if ! vipsheader $tmp/x.png &> /dev/null ; then >X-+if ! vipsheader $tmp/x.png ; then >X- echo "vipsthumbnail failed in basic mode" >X- exit 1 >X-@@ -33,5 +33,5 @@ >X- rm -f $tmp/x.png >X- vipsthumbnail $huge -o $tmp/x.png >X--if ! vipsheader $tmp/x.png &> /dev/null ; then >X-+if ! vipsheader $tmp/x.png ; then >X- echo "vipsthumbnail made a temp" >X- exit 1 >X-@@ -42,5 +42,5 @@ >X- rm -f $tmp/x.png >X- vips shrink $huge $tmp/x.png 230 230 >X--if ! vipsheader $tmp/x.png &> /dev/null; then >X-+if ! vipsheader $tmp/x.png ; then >X- echo "shrink made a temp" >X- exit 1 >Xdiff -urN /usr/ports/graphics/nip2/pkg-plist graphics/nip2/pkg-plist >X--- /usr/ports/graphics/nip2/pkg-plist 2014-07-02 08:53:29.000000000 +0900 >X+++ graphics/nip2/pkg-plist 2014-08-06 00:00:00.000000000 +0900 >X@@ -1,395 +1,393 @@ >X bin/nip2 >X bin/run-nip2.sh >X man/man1/nip2.1.gz >X-share/nip2/rc/ipgtkrc >X-share/nip2/data/examples/logo/logo2.ws >X-share/nip2/data/examples/overlays_and_blending/overlay_blend.ws >X-share/nip2/data/examples/overlays_and_blending/blend_example_ir.jpg >X-share/nip2/data/examples/overlays_and_blending/blend_example_vis.jpg >X-share/nip2/data/examples/overlays_and_blending/blend_example_xray.jpg >X-share/nip2/data/examples/manual_balance/mask_01.png >X-share/nip2/data/examples/manual_balance/mask_02.png >X-share/nip2/data/examples/manual_balance/simp_base.png >X-share/nip2/data/examples/manual_balance/mask_03.png >X-share/nip2/data/examples/manual_balance/mask_control.png >X-share/nip2/data/examples/manual_balance/manual_balance.ws >X-share/nip2/data/examples/registering/example_im_2.jpg >X-share/nip2/data/examples/registering/registering.ws >X-share/nip2/data/examples/registering/example_im_1.jpg >X-share/nip2/data/examples/registering/example_im_4.jpg >X-share/nip2/data/examples/registering/example_im_3.jpg >X-share/nip2/data/examples/clone/clone.ws >X-share/nip2/data/examples/clone/example_im_01.png >X-share/nip2/data/examples/clone/example_im_02.png >X-share/nip2/data/examples/businesscard/businesscard.ws >X-share/nip2/data/examples/businesscard/slanted_oval_vase2.jpg >X-share/nip2/data/examples/framing/framing_distorted_frame.png >X-share/nip2/data/examples/framing/framing.ws >X-share/nip2/data/examples/framing/framing_complex.png >X-share/nip2/data/examples/framing/framing_corner.png >X-share/nip2/data/examples/framing/framing_picture.jpg >X-share/nip2/data/examples/print_test_image.v >X-share/nip2/data/rachel.con >X-share/nip2/data/AdobeRGB1998.icc >X-share/nip2/data/sRGB.icm >X-share/nip2/data/macbeth_lab_d65.mat >X-share/nip2/data/macbeth_lab_d50.mat >X-share/nip2/data/vips-128.png >X-share/nip2/data/nip2-icon.ico >X-share/nip2/data/HP5000_UVDuraImageGlossMaxQ.icc >X-share/nip2/data/stock-tool-ink-22.png >X-share/nip2/data/stock-tool-path-22.png >X-share/nip2/data/stock-tool-text-22.png >X-share/nip2/data/stock-tool-smudge-22.png >X-share/nip2/data/stock-tool-bucket-fill-22.png >X-share/nip2/data/stock-tool-rect-select-22.png >X-share/nip2/data/stock-tool-select-22.png >X-share/nip2/data/nip-slider-16.png >X-share/nip2/data/stock-tool-move-22.png >X-share/nip2/data/stock-led-red-18.png >X-share/nip2/data/stock-led-green-18.png >X-share/nip2/data/stock-led-blue-18.png >X-share/nip2/data/stock-led-cyan-18.png >X-share/nip2/data/stock-led-yellow-18.png >X-share/nip2/data/stock-led-off-18.png >X-share/nip2/start/_magick.def >X-share/nip2/start/Magick.def >X-share/nip2/start/Math.def >X-share/nip2/start/Image.def >X-share/nip2/start/Colour.def >X-share/nip2/start/Tasks.def >X-share/nip2/start/Object.def >X-share/nip2/start/Filter.def >X-share/nip2/start/Matrix.def >X-share/nip2/start/Widgets.def >X-share/nip2/start/Histogram.def >X-share/nip2/start/Preferences.ws >X-share/nip2/start/_joe_extra.def >X-share/nip2/start/_joe_utilities.def >X-share/nip2/start/_convert.def >X-share/nip2/start/_generate.def >X-share/nip2/start/_list.def >X-share/nip2/start/_predicate.def >X-share/nip2/start/_stdenv.def >X-share/nip2/start/_Object.def >X-share/nip2/start/_types.def >X-share/nip2/compat/7.8/Math.def >X-share/nip2/compat/7.8/Image.def >X-share/nip2/compat/7.8/Mosaic.def >X-share/nip2/compat/7.8/Colour.def >X-share/nip2/compat/7.8/Resize.def >X-share/nip2/compat/7.8/Capture.def >X-share/nip2/compat/7.8/Format.def >X-share/nip2/compat/7.8/Filter.def >X-share/nip2/compat/7.8/Morphology.def >X-share/nip2/compat/7.8/New.def >X-share/nip2/compat/7.8/Histogram.def >X-share/nip2/compat/7.8/Print.def >X-share/nip2/compat/7.8/Rotate.def >X-share/nip2/compat/7.8/Statistics.def >X-share/nip2/compat/7.8/X_ray.def >X-share/nip2/compat/7.8/_convert.def >X-share/nip2/compat/7.8/_errors.def >X-share/nip2/compat/7.8/_generate.def >X-share/nip2/compat/7.8/_list.def >X-share/nip2/compat/7.8/_predicate.def >X-share/nip2/compat/7.8/_stdenv.def >X-share/nip2/compat/7.8/_types.def >X-share/nip2/compat/7.9/Math.def >X-share/nip2/compat/7.9/Image.def >X-share/nip2/compat/7.9/Mosaic.def >X-share/nip2/compat/7.9/Colour.def >X-share/nip2/compat/7.9/Resize.def >X-share/nip2/compat/7.9/Capture.def >X-share/nip2/compat/7.9/Format.def >X-share/nip2/compat/7.9/Filter.def >X-share/nip2/compat/7.9/Morphology.def >X-share/nip2/compat/7.9/New.def >X-share/nip2/compat/7.9/Histogram.def >X-share/nip2/compat/7.9/Print.def >X-share/nip2/compat/7.9/Rotate.def >X-share/nip2/compat/7.9/Statistics.def >X-share/nip2/compat/7.9/X_ray.def >X-share/nip2/compat/7.9/_convert.def >X-share/nip2/compat/7.9/_errors.def >X-share/nip2/compat/7.9/_generate.def >X-share/nip2/compat/7.9/_list.def >X-share/nip2/compat/7.9/_predicate.def >X-share/nip2/compat/7.9/_stdenv.def >X-share/nip2/compat/7.9/_types.def >X-share/nip2/compat/7.10/Colour.def >X-share/nip2/compat/7.10/_convert.def >X-share/nip2/compat/7.10/Filter.def >X-share/nip2/compat/7.10/Format.def >X-share/nip2/compat/7.10/_generate.def >X-share/nip2/compat/7.10/Histogram.def >X-share/nip2/compat/7.10/Image.def >X-share/nip2/compat/7.10/_joe_extra.def >X-share/nip2/compat/7.10/_joe_utilities.def >X-share/nip2/compat/7.10/_list.def >X-share/nip2/compat/7.10/Math.def >X-share/nip2/compat/7.10/Matrix.def >X-share/nip2/compat/7.10/_predicate.def >X-share/nip2/compat/7.10/_stdenv.def >X-share/nip2/compat/7.10/Tasks.def >X-share/nip2/compat/7.10/_types.def >X-share/nip2/compat/7.10/Widgets.def >X-share/nip2/compat/7.12/Math.def >X-share/nip2/compat/7.12/Image.def >X-share/nip2/compat/7.12/Colour.def >X-share/nip2/compat/7.12/Tasks.def >X-share/nip2/compat/7.12/Format.def >X-share/nip2/compat/7.12/Filter.def >X-share/nip2/compat/7.12/Matrix.def >X-share/nip2/compat/7.12/Widgets.def >X-share/nip2/compat/7.12/Histogram.def >X-share/nip2/compat/7.12/Preferences.ws >X-share/nip2/compat/7.12/_joe_extra.def >X-share/nip2/compat/7.12/_joe_utilities.def >X-share/nip2/compat/7.12/_convert.def >X-share/nip2/compat/7.12/_generate.def >X-share/nip2/compat/7.12/_list.def >X-share/nip2/compat/7.12/_predicate.def >X-share/nip2/compat/7.12/_stdenv.def >X-share/nip2/compat/7.12/_types.def >X-share/nip2/compat/7.14/Colour.def >X-share/nip2/compat/7.14/Filter.def >X-share/nip2/compat/7.14/Histogram.def >X-share/nip2/compat/7.14/Image.def >X-share/nip2/compat/7.14/Math.def >X-share/nip2/compat/7.14/Matrix.def >X-share/nip2/compat/7.14/Object.def >X-share/nip2/compat/7.14/Preferences.ws >X-share/nip2/compat/7.14/Tasks.def >X-share/nip2/compat/7.14/Widgets.def >X-share/nip2/compat/7.14/_Object.def >X-share/nip2/compat/7.14/_convert.def >X-share/nip2/compat/7.14/_generate.def >X-share/nip2/compat/7.14/_joe_extra.def >X-share/nip2/compat/7.14/_joe_utilities.def >X-share/nip2/compat/7.14/_list.def >X-share/nip2/compat/7.14/_predicate.def >X-share/nip2/compat/7.14/_stdenv.def >X-share/nip2/compat/7.14/_types.def >X-share/nip2/compat/7.16/Colour.def >X-share/nip2/compat/7.16/Filter.def >X-share/nip2/compat/7.16/Histogram.def >X-share/nip2/compat/7.16/Image.def >X-share/nip2/compat/7.16/Math.def >X-share/nip2/compat/7.16/Matrix.def >X-share/nip2/compat/7.16/Object.def >X-share/nip2/compat/7.16/Preferences.ws >X-share/nip2/compat/7.16/Tasks.def >X-share/nip2/compat/7.16/Widgets.def >X-share/nip2/compat/7.16/_Object.def >X-share/nip2/compat/7.16/_convert.def >X-share/nip2/compat/7.16/_generate.def >X-share/nip2/compat/7.16/_joe_extra.def >X-share/nip2/compat/7.16/_joe_utilities.def >X-share/nip2/compat/7.16/_list.def >X-share/nip2/compat/7.16/_predicate.def >X-share/nip2/compat/7.16/_stdenv.def >X-share/nip2/compat/7.16/_types.def >X-share/nip2/compat/7.24/Colour.def >X-share/nip2/compat/7.24/Filter.def >X-share/nip2/compat/7.24/Histogram.def >X-share/nip2/compat/7.24/Image.def >X-share/nip2/compat/7.24/Math.def >X-share/nip2/compat/7.24/Matrix.def >X-share/nip2/compat/7.24/Object.def >X-share/nip2/compat/7.24/Tasks.def >X-share/nip2/compat/7.24/Widgets.def >X-share/nip2/compat/7.24/_Object.def >X-share/nip2/compat/7.24/_convert.def >X-share/nip2/compat/7.24/_generate.def >X-share/nip2/compat/7.24/_joe_extra.def >X-share/nip2/compat/7.24/_joe_utilities.def >X-share/nip2/compat/7.24/_list.def >X-share/nip2/compat/7.24/_predicate.def >X-share/nip2/compat/7.24/_stdenv.def >X-share/nip2/compat/7.24/_types.def >X-share/nip2/compat/7.26/Math.def >X-share/nip2/compat/7.26/Image.def >X-share/nip2/compat/7.26/Colour.def >X-share/nip2/compat/7.26/Tasks.def >X-share/nip2/compat/7.26/Object.def >X-share/nip2/compat/7.26/Filter.def >X-share/nip2/compat/7.26/Matrix.def >X-share/nip2/compat/7.26/Widgets.def >X-share/nip2/compat/7.26/Histogram.def >X-share/nip2/compat/7.26/_joe_extra.def >X-share/nip2/compat/7.26/_joe_utilities.def >X-share/nip2/compat/7.26/_convert.def >X-share/nip2/compat/7.26/_generate.def >X-share/nip2/compat/7.26/_list.def >X-share/nip2/compat/7.26/_predicate.def >X-share/nip2/compat/7.26/_stdenv.def >X-share/nip2/compat/7.26/_Object.def >X-share/nip2/compat/7.26/_types.def >X-share/nip2/compat/7.28/Math.def >X-share/nip2/compat/7.28/Image.def >X-share/nip2/compat/7.28/Colour.def >X-share/nip2/compat/7.28/Tasks.def >X-share/nip2/compat/7.28/Object.def >X-share/nip2/compat/7.28/Filter.def >X-share/nip2/compat/7.28/Matrix.def >X-share/nip2/compat/7.28/Widgets.def >X-share/nip2/compat/7.28/Histogram.def >X-share/nip2/compat/7.28/_joe_extra.def >X-share/nip2/compat/7.28/_joe_utilities.def >X-share/nip2/compat/7.28/_convert.def >X-share/nip2/compat/7.28/_generate.def >X-share/nip2/compat/7.28/_list.def >X-share/nip2/compat/7.28/_predicate.def >X-share/nip2/compat/7.28/_stdenv.def >X-share/nip2/compat/7.28/_Object.def >X-share/nip2/compat/7.28/_types.def >X-share/nip2/compat/7.38/Math.def >X-share/nip2/compat/7.38/Image.def >X-share/nip2/compat/7.38/Colour.def >X-share/nip2/compat/7.38/Tasks.def >X-share/nip2/compat/7.38/Object.def >X-share/nip2/compat/7.38/Filter.def >X-share/nip2/compat/7.38/Matrix.def >X-share/nip2/compat/7.38/Widgets.def >X-share/nip2/compat/7.38/Histogram.def >X-share/nip2/compat/7.38/_joe_extra.def >X-share/nip2/compat/7.38/_joe_utilities.def >X-share/nip2/compat/7.38/_convert.def >X-share/nip2/compat/7.38/_generate.def >X-share/nip2/compat/7.38/_list.def >X-share/nip2/compat/7.38/_predicate.def >X-share/nip2/compat/7.38/_stdenv.def >X-share/nip2/compat/7.38/_Object.def >X-share/nip2/compat/7.38/_types.def >X-share/nip2/data/examples/1_point_mosaic/1pt_mosaic.ws >X-share/nip2/data/examples/1_point_mosaic/cd1.1.jpg >X-share/nip2/data/examples/1_point_mosaic/cd1.2.jpg >X-share/nip2/data/examples/1_point_mosaic/cd2.1.jpg >X-share/nip2/data/examples/1_point_mosaic/cd2.2.jpg >X-share/nip2/data/examples/1_point_mosaic/cd3.1.jpg >X-share/nip2/data/examples/1_point_mosaic/cd3.2.jpg >X-share/nip2/data/examples/1_point_mosaic/cd4.1.jpg >X-share/nip2/data/examples/1_point_mosaic/cd4.2.jpg >X-@dirrm share/nip2/data/examples/1_point_mosaic >X-share/nip2/data/examples/2_point_mosaic/2pts_mosaic.ws >X-share/nip2/data/examples/2_point_mosaic/example_im_01.jpg >X-share/nip2/data/examples/2_point_mosaic/example_im_02.jpg >X-share/nip2/data/examples/2_point_mosaic/example_im_03.jpg >X-share/nip2/data/examples/2_point_mosaic/example_im_04.jpg >X-share/nip2/data/examples/2_point_mosaic/example_im_05.jpg >X-share/nip2/data/examples/2_point_mosaic/example_im_06.jpg >X-share/nip2/data/examples/2_point_mosaic/full_image.jpg >X-share/nip2/data/stock-padlock-closed-22.png >X-share/nip2/data/stock-alert-22.png >X-@dirrm share/nip2/data/examples/2_point_mosaic >X-@dirrm share/nip2/compat/7.8 >X-@dirrm share/nip2/compat/7.9 >X-@dirrm share/nip2/compat/7.10 >X-@dirrm share/nip2/compat/7.12 >X-@dirrm share/nip2/compat/7.14 >X-@dirrm share/nip2/compat/7.16 >X-@dirrm share/nip2/compat/7.24 >X-@dirrm share/nip2/compat/7.26 >X-@dirrm share/nip2/compat/7.28 >X-@dirrm share/nip2/compat/7.38 >X-@dirrm share/nip2/compat >X-@dirrm share/nip2/data/examples/businesscard >X-@dirrm share/nip2/data/examples/clone >X-@dirrm share/nip2/data/examples/framing >X-@dirrm share/nip2/data/examples/logo >X-@dirrm share/nip2/data/examples/manual_balance >X-@dirrm share/nip2/data/examples/overlays_and_blending >X-@dirrm share/nip2/data/examples/registering >X-@dirrm share/nip2/data/examples >X-@dirrm share/nip2/data >X-@dirrm share/nip2/rc >X-@dirrm share/nip2/start >X-@dirrm share/nip2 >X-%%DOCSDIR%%/html/figs/ir7.jpg >X-%%DOCSDIR%%/html/figs/ir5.jpg >X-%%DOCSDIR%%/html/figs/ir8a.jpg >X-%%DOCSDIR%%/html/figs/toolkit2.jpg >X-%%DOCSDIR%%/html/figs/snap9.jpg >X-%%DOCSDIR%%/html/figs/snap7a.jpg >X-%%DOCSDIR%%/html/figs/snap12.jpg >X-%%DOCSDIR%%/html/figs/scr21a.png >X-%%DOCSDIR%%/html/figs/ir3.jpg >X-%%DOCSDIR%%/html/figs/snap16.jpg >X-%%DOCSDIR%%/html/figs/snap2.jpg >X-%%DOCSDIR%%/html/figs/snap13.jpg >X-%%DOCSDIR%%/html/figs/snap14.jpg >X-%%DOCSDIR%%/html/figs/snap4.jpg >X-%%DOCSDIR%%/html/figs/snap6.jpg >X-%%DOCSDIR%%/html/figs/toolkit.jpg >X-%%DOCSDIR%%/html/figs/snap15.jpg >X-%%DOCSDIR%%/html/figs/ir2.jpg >X-%%DOCSDIR%%/html/figs/snap7.jpg >X-%%DOCSDIR%%/html/figs/snap10.jpg >X-%%DOCSDIR%%/html/figs/snap11.jpg >X-%%DOCSDIR%%/html/figs/ir4.jpg >X-%%DOCSDIR%%/html/figs/snap1.jpg >X-%%DOCSDIR%%/html/figs/snap5.jpg >X-%%DOCSDIR%%/html/figs/snap3.jpg >X-%%DOCSDIR%%/html/figs/toolkit3.jpg >X-%%DOCSDIR%%/html/figs/snap8.jpg >X-%%DOCSDIR%%/html/nipguidese33.html >X-%%DOCSDIR%%/html/nipguidese24.html >X-%%DOCSDIR%%/html/nipguidese21.html >X-%%DOCSDIR%%/html/nipguidech5.html >X-%%DOCSDIR%%/html/nipguidese31.html >X-%%DOCSDIR%%/html/nipguidech6.html >X-%%DOCSDIR%%/html/nipguidese4.html >X-%%DOCSDIR%%/html/nipguideli2.html >X-%%DOCSDIR%%/html/nipguidese8.html >X-%%DOCSDIR%%/html/nipguidese2.html >X-%%DOCSDIR%%/html/nipguidese20.html >X-%%DOCSDIR%%/html/nipguidese6.html >X-%%DOCSDIR%%/html/nipguidese16.html >X-%%DOCSDIR%%/html/nipguide37.html >X-%%DOCSDIR%%/html/nipguidese18.html >X-%%DOCSDIR%%/html/nipguidese30.html >X-%%DOCSDIR%%/html/nipguidese34.html >X-%%DOCSDIR%%/html/nipguidese29.html >X-%%DOCSDIR%%/html/nipguide.html >X-%%DOCSDIR%%/html/nipguidech1.html >X-%%DOCSDIR%%/html/nipguideli1.html >X-%%DOCSDIR%%/html/nipguidese11.html >X-%%DOCSDIR%%/html/nipguidese25.html >X-%%DOCSDIR%%/html/nipguide.css >X-%%DOCSDIR%%/html/nipguidese9.html >X-%%DOCSDIR%%/html/nipguidese3.html >X-%%DOCSDIR%%/html/nipguidese22.html >X-%%DOCSDIR%%/html/nipguidese15.html >X-%%DOCSDIR%%/html/nipguidese26.html >X-%%DOCSDIR%%/html/nipguidese23.html >X-%%DOCSDIR%%/html/nipguidese27.html >X-%%DOCSDIR%%/html/nipguideap1.html >X-%%DOCSDIR%%/html/nipguidese1.html >X-%%DOCSDIR%%/html/nipguidese5.html >X-%%DOCSDIR%%/html/nipguidese12.html >X-%%DOCSDIR%%/html/nipguidese28.html >X-%%DOCSDIR%%/html/nipguidese17.html >X-%%DOCSDIR%%/html/nipguidech3.html >X-%%DOCSDIR%%/html/nipguidese36.html >X-%%DOCSDIR%%/html/nipguideli3.html >X-%%DOCSDIR%%/html/nipguidese7.html >X-%%DOCSDIR%%/html/nipguidese19.html >X-%%DOCSDIR%%/html/nipguidech4.html >X-%%DOCSDIR%%/html/nipguidese32.html >X-%%DOCSDIR%%/html/nipguidese13.html >X-%%DOCSDIR%%/html/nipguidech2.html >X-%%DOCSDIR%%/html/nipguidese10.html >X-%%DOCSDIR%%/html/nipguidese14.html >X-%%DOCSDIR%%/html/nipguidese35.html >X+share/appdata/nip2.appdata.xml >X+share/applications/nip2.desktop >X+%%PORTDOCS%%%%DOCSDIR%%/html/figs/ir2.jpg >X+%%PORTDOCS%%%%DOCSDIR%%/html/figs/ir3.jpg >X+%%PORTDOCS%%%%DOCSDIR%%/html/figs/ir4.jpg >X+%%PORTDOCS%%%%DOCSDIR%%/html/figs/ir5.jpg >X+%%PORTDOCS%%%%DOCSDIR%%/html/figs/ir7.jpg >X+%%PORTDOCS%%%%DOCSDIR%%/html/figs/ir8a.jpg >X+%%PORTDOCS%%%%DOCSDIR%%/html/figs/scr21a.png >X+%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap1.jpg >X+%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap10.jpg >X+%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap11.jpg >X+%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap12.jpg >X+%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap13.jpg >X+%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap14.jpg >X+%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap15.jpg >X+%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap16.jpg >X+%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap2.jpg >X+%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap3.jpg >X+%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap4.jpg >X+%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap5.jpg >X+%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap6.jpg >X+%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap7.jpg >X+%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap7a.jpg >X+%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap8.jpg >X+%%PORTDOCS%%%%DOCSDIR%%/html/figs/snap9.jpg >X+%%PORTDOCS%%%%DOCSDIR%%/html/figs/toolkit.jpg >X+%%PORTDOCS%%%%DOCSDIR%%/html/figs/toolkit2.jpg >X+%%PORTDOCS%%%%DOCSDIR%%/html/figs/toolkit3.jpg >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguide.css >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguide.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguide37.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguideap1.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidech1.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidech2.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidech3.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidech4.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidech5.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidech6.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguideli1.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguideli2.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguideli3.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese1.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese10.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese11.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese12.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese13.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese14.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese15.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese16.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese17.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese18.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese19.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese2.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese20.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese21.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese22.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese23.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese24.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese25.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese26.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese27.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese28.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese29.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese3.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese30.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese31.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese32.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese33.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese34.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese35.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese36.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese4.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese5.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese6.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese7.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese8.html >X+%%PORTDOCS%%%%DOCSDIR%%/html/nipguidese9.html >X %%PORTDOCS%%%%DOCSDIR%%/pdf/nipguide.pdf >X-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pdf >X-@dirrm %%DOCSDIR%%/html/figs >X-@dirrm %%DOCSDIR%%/html >X-@dirrm %%DOCSDIR%% >X share/mime/packages/nip2.xml >X-share/applications/nip2.desktop >X-@exec update-mime-database %D/share/mime || : >X-@exec update-desktop-database %D/share/applications || : >X-@unexec update-mime-database %D/share/mime || : >X-@unexec update-desktop-database %D/share/applications || : >X+%%DATADIR%%/compat/7.10/Colour.def >X+%%DATADIR%%/compat/7.10/Filter.def >X+%%DATADIR%%/compat/7.10/Format.def >X+%%DATADIR%%/compat/7.10/Histogram.def >X+%%DATADIR%%/compat/7.10/Image.def >X+%%DATADIR%%/compat/7.10/Math.def >X+%%DATADIR%%/compat/7.10/Matrix.def >X+%%DATADIR%%/compat/7.10/Tasks.def >X+%%DATADIR%%/compat/7.10/Widgets.def >X+%%DATADIR%%/compat/7.10/_convert.def >X+%%DATADIR%%/compat/7.10/_generate.def >X+%%DATADIR%%/compat/7.10/_joe_extra.def >X+%%DATADIR%%/compat/7.10/_joe_utilities.def >X+%%DATADIR%%/compat/7.10/_list.def >X+%%DATADIR%%/compat/7.10/_predicate.def >X+%%DATADIR%%/compat/7.10/_stdenv.def >X+%%DATADIR%%/compat/7.10/_types.def >X+%%DATADIR%%/compat/7.12/Colour.def >X+%%DATADIR%%/compat/7.12/Filter.def >X+%%DATADIR%%/compat/7.12/Format.def >X+%%DATADIR%%/compat/7.12/Histogram.def >X+%%DATADIR%%/compat/7.12/Image.def >X+%%DATADIR%%/compat/7.12/Math.def >X+%%DATADIR%%/compat/7.12/Matrix.def >X+%%DATADIR%%/compat/7.12/Preferences.ws >X+%%DATADIR%%/compat/7.12/Tasks.def >X+%%DATADIR%%/compat/7.12/Widgets.def >X+%%DATADIR%%/compat/7.12/_convert.def >X+%%DATADIR%%/compat/7.12/_generate.def >X+%%DATADIR%%/compat/7.12/_joe_extra.def >X+%%DATADIR%%/compat/7.12/_joe_utilities.def >X+%%DATADIR%%/compat/7.12/_list.def >X+%%DATADIR%%/compat/7.12/_predicate.def >X+%%DATADIR%%/compat/7.12/_stdenv.def >X+%%DATADIR%%/compat/7.12/_types.def >X+%%DATADIR%%/compat/7.14/Colour.def >X+%%DATADIR%%/compat/7.14/Filter.def >X+%%DATADIR%%/compat/7.14/Histogram.def >X+%%DATADIR%%/compat/7.14/Image.def >X+%%DATADIR%%/compat/7.14/Math.def >X+%%DATADIR%%/compat/7.14/Matrix.def >X+%%DATADIR%%/compat/7.14/Object.def >X+%%DATADIR%%/compat/7.14/Preferences.ws >X+%%DATADIR%%/compat/7.14/Tasks.def >X+%%DATADIR%%/compat/7.14/Widgets.def >X+%%DATADIR%%/compat/7.14/_Object.def >X+%%DATADIR%%/compat/7.14/_convert.def >X+%%DATADIR%%/compat/7.14/_generate.def >X+%%DATADIR%%/compat/7.14/_joe_extra.def >X+%%DATADIR%%/compat/7.14/_joe_utilities.def >X+%%DATADIR%%/compat/7.14/_list.def >X+%%DATADIR%%/compat/7.14/_predicate.def >X+%%DATADIR%%/compat/7.14/_stdenv.def >X+%%DATADIR%%/compat/7.14/_types.def >X+%%DATADIR%%/compat/7.16/Colour.def >X+%%DATADIR%%/compat/7.16/Filter.def >X+%%DATADIR%%/compat/7.16/Histogram.def >X+%%DATADIR%%/compat/7.16/Image.def >X+%%DATADIR%%/compat/7.16/Math.def >X+%%DATADIR%%/compat/7.16/Matrix.def >X+%%DATADIR%%/compat/7.16/Object.def >X+%%DATADIR%%/compat/7.16/Preferences.ws >X+%%DATADIR%%/compat/7.16/Tasks.def >X+%%DATADIR%%/compat/7.16/Widgets.def >X+%%DATADIR%%/compat/7.16/_Object.def >X+%%DATADIR%%/compat/7.16/_convert.def >X+%%DATADIR%%/compat/7.16/_generate.def >X+%%DATADIR%%/compat/7.16/_joe_extra.def >X+%%DATADIR%%/compat/7.16/_joe_utilities.def >X+%%DATADIR%%/compat/7.16/_list.def >X+%%DATADIR%%/compat/7.16/_predicate.def >X+%%DATADIR%%/compat/7.16/_stdenv.def >X+%%DATADIR%%/compat/7.16/_types.def >X+%%DATADIR%%/compat/7.24/Colour.def >X+%%DATADIR%%/compat/7.24/Filter.def >X+%%DATADIR%%/compat/7.24/Histogram.def >X+%%DATADIR%%/compat/7.24/Image.def >X+%%DATADIR%%/compat/7.24/Math.def >X+%%DATADIR%%/compat/7.24/Matrix.def >X+%%DATADIR%%/compat/7.24/Object.def >X+%%DATADIR%%/compat/7.24/Tasks.def >X+%%DATADIR%%/compat/7.24/Widgets.def >X+%%DATADIR%%/compat/7.24/_Object.def >X+%%DATADIR%%/compat/7.24/_convert.def >X+%%DATADIR%%/compat/7.24/_generate.def >X+%%DATADIR%%/compat/7.24/_joe_extra.def >X+%%DATADIR%%/compat/7.24/_joe_utilities.def >X+%%DATADIR%%/compat/7.24/_list.def >X+%%DATADIR%%/compat/7.24/_predicate.def >X+%%DATADIR%%/compat/7.24/_stdenv.def >X+%%DATADIR%%/compat/7.24/_types.def >X+%%DATADIR%%/compat/7.26/Colour.def >X+%%DATADIR%%/compat/7.26/Filter.def >X+%%DATADIR%%/compat/7.26/Histogram.def >X+%%DATADIR%%/compat/7.26/Image.def >X+%%DATADIR%%/compat/7.26/Math.def >X+%%DATADIR%%/compat/7.26/Matrix.def >X+%%DATADIR%%/compat/7.26/Object.def >X+%%DATADIR%%/compat/7.26/Tasks.def >X+%%DATADIR%%/compat/7.26/Widgets.def >X+%%DATADIR%%/compat/7.26/_Object.def >X+%%DATADIR%%/compat/7.26/_convert.def >X+%%DATADIR%%/compat/7.26/_generate.def >X+%%DATADIR%%/compat/7.26/_joe_extra.def >X+%%DATADIR%%/compat/7.26/_joe_utilities.def >X+%%DATADIR%%/compat/7.26/_list.def >X+%%DATADIR%%/compat/7.26/_predicate.def >X+%%DATADIR%%/compat/7.26/_stdenv.def >X+%%DATADIR%%/compat/7.26/_types.def >X+%%DATADIR%%/compat/7.28/Colour.def >X+%%DATADIR%%/compat/7.28/Filter.def >X+%%DATADIR%%/compat/7.28/Histogram.def >X+%%DATADIR%%/compat/7.28/Image.def >X+%%DATADIR%%/compat/7.28/Math.def >X+%%DATADIR%%/compat/7.28/Matrix.def >X+%%DATADIR%%/compat/7.28/Object.def >X+%%DATADIR%%/compat/7.28/Tasks.def >X+%%DATADIR%%/compat/7.28/Widgets.def >X+%%DATADIR%%/compat/7.28/_Object.def >X+%%DATADIR%%/compat/7.28/_convert.def >X+%%DATADIR%%/compat/7.28/_generate.def >X+%%DATADIR%%/compat/7.28/_joe_extra.def >X+%%DATADIR%%/compat/7.28/_joe_utilities.def >X+%%DATADIR%%/compat/7.28/_list.def >X+%%DATADIR%%/compat/7.28/_predicate.def >X+%%DATADIR%%/compat/7.28/_stdenv.def >X+%%DATADIR%%/compat/7.28/_types.def >X+%%DATADIR%%/compat/7.38/Colour.def >X+%%DATADIR%%/compat/7.38/Filter.def >X+%%DATADIR%%/compat/7.38/Histogram.def >X+%%DATADIR%%/compat/7.38/Image.def >X+%%DATADIR%%/compat/7.38/Math.def >X+%%DATADIR%%/compat/7.38/Matrix.def >X+%%DATADIR%%/compat/7.38/Object.def >X+%%DATADIR%%/compat/7.38/Tasks.def >X+%%DATADIR%%/compat/7.38/Widgets.def >X+%%DATADIR%%/compat/7.38/_Object.def >X+%%DATADIR%%/compat/7.38/_convert.def >X+%%DATADIR%%/compat/7.38/_generate.def >X+%%DATADIR%%/compat/7.38/_joe_extra.def >X+%%DATADIR%%/compat/7.38/_joe_utilities.def >X+%%DATADIR%%/compat/7.38/_list.def >X+%%DATADIR%%/compat/7.38/_predicate.def >X+%%DATADIR%%/compat/7.38/_stdenv.def >X+%%DATADIR%%/compat/7.38/_types.def >X+%%DATADIR%%/compat/7.8/Capture.def >X+%%DATADIR%%/compat/7.8/Colour.def >X+%%DATADIR%%/compat/7.8/Filter.def >X+%%DATADIR%%/compat/7.8/Format.def >X+%%DATADIR%%/compat/7.8/Histogram.def >X+%%DATADIR%%/compat/7.8/Image.def >X+%%DATADIR%%/compat/7.8/Math.def >X+%%DATADIR%%/compat/7.8/Morphology.def >X+%%DATADIR%%/compat/7.8/Mosaic.def >X+%%DATADIR%%/compat/7.8/New.def >X+%%DATADIR%%/compat/7.8/Print.def >X+%%DATADIR%%/compat/7.8/Resize.def >X+%%DATADIR%%/compat/7.8/Rotate.def >X+%%DATADIR%%/compat/7.8/Statistics.def >X+%%DATADIR%%/compat/7.8/X_ray.def >X+%%DATADIR%%/compat/7.8/_convert.def >X+%%DATADIR%%/compat/7.8/_errors.def >X+%%DATADIR%%/compat/7.8/_generate.def >X+%%DATADIR%%/compat/7.8/_list.def >X+%%DATADIR%%/compat/7.8/_predicate.def >X+%%DATADIR%%/compat/7.8/_stdenv.def >X+%%DATADIR%%/compat/7.8/_types.def >X+%%DATADIR%%/compat/7.9/Capture.def >X+%%DATADIR%%/compat/7.9/Colour.def >X+%%DATADIR%%/compat/7.9/Filter.def >X+%%DATADIR%%/compat/7.9/Format.def >X+%%DATADIR%%/compat/7.9/Histogram.def >X+%%DATADIR%%/compat/7.9/Image.def >X+%%DATADIR%%/compat/7.9/Math.def >X+%%DATADIR%%/compat/7.9/Morphology.def >X+%%DATADIR%%/compat/7.9/Mosaic.def >X+%%DATADIR%%/compat/7.9/New.def >X+%%DATADIR%%/compat/7.9/Print.def >X+%%DATADIR%%/compat/7.9/Resize.def >X+%%DATADIR%%/compat/7.9/Rotate.def >X+%%DATADIR%%/compat/7.9/Statistics.def >X+%%DATADIR%%/compat/7.9/X_ray.def >X+%%DATADIR%%/compat/7.9/_convert.def >X+%%DATADIR%%/compat/7.9/_errors.def >X+%%DATADIR%%/compat/7.9/_generate.def >X+%%DATADIR%%/compat/7.9/_list.def >X+%%DATADIR%%/compat/7.9/_predicate.def >X+%%DATADIR%%/compat/7.9/_stdenv.def >X+%%DATADIR%%/compat/7.9/_types.def >X+%%DATADIR%%/data/AdobeRGB1998.icc >X+%%DATADIR%%/data/HP5000_UVDuraImageGlossMaxQ.icc >X+%%DATADIR%%/data/examples/1_point_mosaic/1pt_mosaic.ws >X+%%DATADIR%%/data/examples/1_point_mosaic/cd1.1.jpg >X+%%DATADIR%%/data/examples/1_point_mosaic/cd1.2.jpg >X+%%DATADIR%%/data/examples/1_point_mosaic/cd2.1.jpg >X+%%DATADIR%%/data/examples/1_point_mosaic/cd2.2.jpg >X+%%DATADIR%%/data/examples/1_point_mosaic/cd3.1.jpg >X+%%DATADIR%%/data/examples/1_point_mosaic/cd3.2.jpg >X+%%DATADIR%%/data/examples/1_point_mosaic/cd4.1.jpg >X+%%DATADIR%%/data/examples/1_point_mosaic/cd4.2.jpg >X+%%DATADIR%%/data/examples/2_point_mosaic/2pts_mosaic.ws >X+%%DATADIR%%/data/examples/2_point_mosaic/example_im_01.jpg >X+%%DATADIR%%/data/examples/2_point_mosaic/example_im_02.jpg >X+%%DATADIR%%/data/examples/2_point_mosaic/example_im_03.jpg >X+%%DATADIR%%/data/examples/2_point_mosaic/example_im_04.jpg >X+%%DATADIR%%/data/examples/2_point_mosaic/example_im_05.jpg >X+%%DATADIR%%/data/examples/2_point_mosaic/example_im_06.jpg >X+%%DATADIR%%/data/examples/2_point_mosaic/full_image.jpg >X+%%DATADIR%%/data/examples/businesscard/businesscard.ws >X+%%DATADIR%%/data/examples/businesscard/slanted_oval_vase2.jpg >X+%%DATADIR%%/data/examples/clone/clone.ws >X+%%DATADIR%%/data/examples/clone/example_im_01.png >X+%%DATADIR%%/data/examples/clone/example_im_02.png >X+%%DATADIR%%/data/examples/framing/framing.ws >X+%%DATADIR%%/data/examples/framing/framing_complex.png >X+%%DATADIR%%/data/examples/framing/framing_corner.png >X+%%DATADIR%%/data/examples/framing/framing_distorted_frame.png >X+%%DATADIR%%/data/examples/framing/framing_picture.jpg >X+%%DATADIR%%/data/examples/logo/logo2.ws >X+%%DATADIR%%/data/examples/manual_balance/manual_balance.ws >X+%%DATADIR%%/data/examples/manual_balance/mask_01.png >X+%%DATADIR%%/data/examples/manual_balance/mask_02.png >X+%%DATADIR%%/data/examples/manual_balance/mask_03.png >X+%%DATADIR%%/data/examples/manual_balance/mask_control.png >X+%%DATADIR%%/data/examples/manual_balance/simp_base.png >X+%%DATADIR%%/data/examples/overlays_and_blending/blend_example_ir.jpg >X+%%DATADIR%%/data/examples/overlays_and_blending/blend_example_vis.jpg >X+%%DATADIR%%/data/examples/overlays_and_blending/blend_example_xray.jpg >X+%%DATADIR%%/data/examples/overlays_and_blending/overlay_blend.ws >X+%%DATADIR%%/data/examples/print_test_image.v >X+%%DATADIR%%/data/examples/registering/example_im_1.jpg >X+%%DATADIR%%/data/examples/registering/example_im_2.jpg >X+%%DATADIR%%/data/examples/registering/example_im_3.jpg >X+%%DATADIR%%/data/examples/registering/example_im_4.jpg >X+%%DATADIR%%/data/examples/registering/registering.ws >X+%%DATADIR%%/data/macbeth_lab_d50.mat >X+%%DATADIR%%/data/macbeth_lab_d65.mat >X+%%DATADIR%%/data/nip-slider-16.png >X+%%DATADIR%%/data/nip2-icon.ico >X+%%DATADIR%%/data/rachel.con >X+%%DATADIR%%/data/sRGB.icm >X+%%DATADIR%%/data/stock-alert-22.png >X+%%DATADIR%%/data/stock-led-blue-18.png >X+%%DATADIR%%/data/stock-led-cyan-18.png >X+%%DATADIR%%/data/stock-led-green-18.png >X+%%DATADIR%%/data/stock-led-off-18.png >X+%%DATADIR%%/data/stock-led-red-18.png >X+%%DATADIR%%/data/stock-led-yellow-18.png >X+%%DATADIR%%/data/stock-padlock-closed-22.png >X+%%DATADIR%%/data/stock-tool-bucket-fill-22.png >X+%%DATADIR%%/data/stock-tool-ink-22.png >X+%%DATADIR%%/data/stock-tool-move-22.png >X+%%DATADIR%%/data/stock-tool-path-22.png >X+%%DATADIR%%/data/stock-tool-rect-select-22.png >X+%%DATADIR%%/data/stock-tool-select-22.png >X+%%DATADIR%%/data/stock-tool-smudge-22.png >X+%%DATADIR%%/data/stock-tool-text-22.png >X+%%DATADIR%%/data/vips-128.png >X+%%DATADIR%%/rc/ipgtkrc >X+%%DATADIR%%/start/Colour.def >X+%%DATADIR%%/start/Filter.def >X+%%DATADIR%%/start/Histogram.def >X+%%DATADIR%%/start/Image.def >X+%%DATADIR%%/start/Magick.def >X+%%DATADIR%%/start/Math.def >X+%%DATADIR%%/start/Matrix.def >X+%%DATADIR%%/start/Object.def >X+%%DATADIR%%/start/Preferences.ws >X+%%DATADIR%%/start/Tasks.def >X+%%DATADIR%%/start/Widgets.def >X+%%DATADIR%%/start/_Object.def >X+%%DATADIR%%/start/_convert.def >X+%%DATADIR%%/start/_generate.def >X+%%DATADIR%%/start/_joe_extra.def >X+%%DATADIR%%/start/_joe_utilities.def >X+%%DATADIR%%/start/_list.def >X+%%DATADIR%%/start/_magick.def >X+%%DATADIR%%/start/_predicate.def >X+%%DATADIR%%/start/_stdenv.def >X+%%DATADIR%%/start/_types.def >X+@dirrm %%DATADIR%%/start >X+@dirrm %%DATADIR%%/rc >X+@dirrm %%DATADIR%%/data/examples/registering >X+@dirrm %%DATADIR%%/data/examples/overlays_and_blending >X+@dirrm %%DATADIR%%/data/examples/manual_balance >X+@dirrm %%DATADIR%%/data/examples/logo >X+@dirrm %%DATADIR%%/data/examples/framing >X+@dirrm %%DATADIR%%/data/examples/clone >X+@dirrm %%DATADIR%%/data/examples/businesscard >X+@dirrm %%DATADIR%%/data/examples/2_point_mosaic >X+@dirrm %%DATADIR%%/data/examples/1_point_mosaic >X+@dirrm %%DATADIR%%/data/examples >X+@dirrm %%DATADIR%%/data >X+@dirrm %%DATADIR%%/compat/7.9 >X+@dirrm %%DATADIR%%/compat/7.8 >X+@dirrm %%DATADIR%%/compat/7.38 >X+@dirrm %%DATADIR%%/compat/7.28 >X+@dirrm %%DATADIR%%/compat/7.26 >X+@dirrm %%DATADIR%%/compat/7.24 >X+@dirrm %%DATADIR%%/compat/7.16 >X+@dirrm %%DATADIR%%/compat/7.14 >X+@dirrm %%DATADIR%%/compat/7.12 >X+@dirrm %%DATADIR%%/compat/7.10 >X+@dirrm %%DATADIR%%/compat >X+@dirrm %%DATADIR%% >X+%%PORTDOCS%%@dirrm %%DOCSDIR%%/pdf >X+%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/figs >X+%%PORTDOCS%%@dirrm %%DOCSDIR%%/html >X+%%PORTDOCS%%@dirrm %%DOCSDIR%% >X+@dirrmtry share/appdata >b417257ee6962dba3348f842bdfb61a4 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 192206
:
145093
| 145400