aboutsummaryrefslogtreecommitdiff
path: root/graphics/exiv2
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2006-12-16 18:43:57 +0000
committerAlex Dupre <ale@FreeBSD.org>2006-12-16 18:43:57 +0000
commit9aa927f4a773bf17356819002417d312839b0e11 (patch)
treefb4c347050525c0583086f8ec8c6da3a9fdffe19 /graphics/exiv2
parentb982989791d736afede47a8438c9ed099e01189d (diff)
downloadports-9aa927f4a773bf17356819002417d312839b0e11.tar.gz
ports-9aa927f4a773bf17356819002417d312839b0e11.zip
Update to 0.12 release.
Notes
Notes: svn path=/head/; revision=179972
Diffstat (limited to 'graphics/exiv2')
-rw-r--r--graphics/exiv2/Makefile23
-rw-r--r--graphics/exiv2/distinfo6
-rw-r--r--graphics/exiv2/files/patch-src_Makefile21
-rw-r--r--graphics/exiv2/pkg-plist1303
4 files changed, 30 insertions, 1323 deletions
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile
index 3c76dc6b5c33..660a498040d0 100644
--- a/graphics/exiv2/Makefile
+++ b/graphics/exiv2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= exiv2
-PORTVERSION= 0.10
+PORTVERSION= 0.12
CATEGORIES= graphics
MASTER_SITES= http://www.exiv2.org/
@@ -15,26 +15,17 @@ COMMENT= Exif and Iptc metadata manipulation library and tools
GNU_CONFIGURE= yes
USE_GMAKE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
MAN1= exiv2.1
ALLTARGET= all
+CONFIGURE_ARGS= --mandir=${PREFIX}/man
+USE_GCC= 3.4+
+PORTDOCS= *
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-USE_GCC= 3.4
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|$${datarootdir}/man|${PREFIX}/man|' \
- ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
- ${WRKSRC}/src/Makefile
-
-post-install:
.if !defined(NOPORTDOCS)
+post-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/doc/html/* ${DOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/graphics/exiv2/distinfo b/graphics/exiv2/distinfo
index b3aec047d498..3ccf67a40858 100644
--- a/graphics/exiv2/distinfo
+++ b/graphics/exiv2/distinfo
@@ -1,3 +1,3 @@
-MD5 (exiv2-0.10.tar.gz) = 5af2256fb9895d9331684e8c1865b956
-SHA256 (exiv2-0.10.tar.gz) = 0f42a455f89e18e371d114efa8da63c05c183c676e3ea3956fafc9c5ffcac077
-SIZE (exiv2-0.10.tar.gz) = 2053756
+MD5 (exiv2-0.12.tar.gz) = a97a4e489df7ec99458e3e33b506c3e6
+SHA256 (exiv2-0.12.tar.gz) = ebc67d942580731002206ffcbf4b279384d029085262e285150695591a1fa0ab
+SIZE (exiv2-0.12.tar.gz) = 2359138
diff --git a/graphics/exiv2/files/patch-src_Makefile b/graphics/exiv2/files/patch-src_Makefile
index 7617261e99af..d0a86ca7548c 100644
--- a/graphics/exiv2/files/patch-src_Makefile
+++ b/graphics/exiv2/files/patch-src_Makefile
@@ -1,11 +1,22 @@
---- src/Makefile.orig Fri May 5 11:46:42 2006
-+++ src/Makefile Fri May 5 11:47:15 2006
-@@ -199,7 +199,7 @@
+--- src/Makefile.orig Sat Dec 16 19:35:51 2006
++++ src/Makefile Sat Dec 16 19:39:49 2006
+@@ -242,7 +242,7 @@
bin: lib $(BINARY) $(EXIV2BIN) $(MCBIN) path-test
lib: $(OBJ)
-- $(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) $(LOBJ) -o $(LIBRARY) -rpath $(libdir) -release $(EXIV2_VERSION)
-+ $(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) $(LOBJ) -o $(LIBRARY) -rpath $(libdir) -version-number $(subst .,:,$(EXIV2_VERSION))
+- $(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) $(LOBJ) -o $(LIBRARY) -rpath $(libdir) -release $(EXIV2_VERSION) $(LIBS)
++ $(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) $(LOBJ) -o $(LIBRARY) -rpath $(libdir) -version-number $(subst .,:,$(EXIV2_VERSION)) $(LIBS)
@touch lib
path-test: path-test.o utils.o
+@@ -271,8 +271,8 @@
+ @$(LIBTOOL) --mode=install $(INSTALL_DATA) $(LIBRARY) $(DESTDIR)$(libdir)/$(LIBRARY)
+ $(INSTALL_DIRS) $(DESTDIR)$(bindir)
+ $(INSTALL_PROGRAM) $(top_srcdir)/config/exiv2-config $(DESTDIR)$(bindir)/exiv2-config
+- $(INSTALL_DIRS) $(DESTDIR)$(libdir)/pkgconfig
+- $(INSTALL_DATA) $(top_srcdir)/config/exiv2.pc $(DESTDIR)$(libdir)/pkgconfig/exiv2.pc
++ $(INSTALL_DIRS) $(DESTDIR)$(prefix)/libdata/pkgconfig
++ $(INSTALL_DATA) $(top_srcdir)/config/exiv2.pc $(DESTDIR)$(prefix)/libdata/pkgconfig/exiv2.pc
+
+ install: $(EXIV2BIN) install-lib
+ $(INSTALL_DIRS) $(DESTDIR)$(bindir)
diff --git a/graphics/exiv2/pkg-plist b/graphics/exiv2/pkg-plist
index 0b3c1a0bda8c..4b3ff5e02bae 100644
--- a/graphics/exiv2/pkg-plist
+++ b/graphics/exiv2/pkg-plist
@@ -2,6 +2,7 @@ bin/exiv2
bin/exiv2-config
include/exiv2/basicio.hpp
include/exiv2/canonmn.hpp
+include/exiv2/cr2image.hpp
include/exiv2/crwimage.hpp
include/exiv2/datasets.hpp
include/exiv2/error.hpp
@@ -24,11 +25,14 @@ include/exiv2/mrwimage.hpp
include/exiv2/nikonmn.hpp
include/exiv2/olympusmn.hpp
include/exiv2/panasonicmn.hpp
+include/exiv2/pngchunk.hpp
+include/exiv2/pngimage.hpp
include/exiv2/rcsid.hpp
include/exiv2/sigmamn.hpp
include/exiv2/sonymn.hpp
include/exiv2/tags.hpp
include/exiv2/tiffcomposite.hpp
+include/exiv2/tifffwd.hpp
include/exiv2/tiffimage.hpp
include/exiv2/tiffparser.hpp
include/exiv2/tiffvisitor.hpp
@@ -39,1303 +43,4 @@ lib/libexiv2.la
lib/libexiv2.so
lib/libexiv2.so.0
libdata/pkgconfig/exiv2.pc
-%%PORTDOCS%%%%DOCSDIR%%/actions_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/actions_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/actions_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/actions_8hpp__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/addmoddel_8cpp-example.html
-%%PORTDOCS%%%%DOCSDIR%%/annotated.html
-%%PORTDOCS%%%%DOCSDIR%%/basicio_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/basicio_8hpp__dep__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/basicio_8hpp__dep__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/basicio_8hpp__dep__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/basicio_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/basicio_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/basicio_8hpp__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/canonmn_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/canonmn_8hpp__dep__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/canonmn_8hpp__dep__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/canonmn_8hpp__dep__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/canonmn_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/canonmn_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/canonmn_8hpp__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Adjust-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Adjust.html
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Adjust__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Adjust__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Adjust__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Adjust__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Adjust__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Adjust__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Erase-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Erase.html
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Erase__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Erase__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Erase__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Erase__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Erase__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Erase__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Extract-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Extract.html
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Extract__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Extract__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Extract__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Extract__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Extract__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Extract__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1FixIso-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1FixIso.html
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1FixIso__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1FixIso__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1FixIso__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1FixIso__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1FixIso__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1FixIso__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Insert-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Insert.html
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Insert__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Insert__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Insert__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Insert__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Insert__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Insert__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Modify-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Modify.html
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Modify__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Modify__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Modify__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Modify__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Modify__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Modify__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Print-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Print.html
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Print__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Print__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Print__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Print__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Print__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Print__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Rename-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Rename.html
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Rename__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Rename__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Rename__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Rename__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Rename__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Rename__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Task-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Task.html
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1TaskFactory-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1TaskFactory.html
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1TaskFactory__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1TaskFactory__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1TaskFactory__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Task__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Task__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classAction_1_1Task__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1AnyError-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1AnyError.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1AnyError__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1AnyError__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1AnyError__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1AsciiValue-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1AsciiValue.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1AsciiValue__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1AsciiValue__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1AsciiValue__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1AsciiValue__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1AsciiValue__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1AsciiValue__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1BasicIo-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1BasicIo.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1BasicIo__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1BasicIo__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1BasicIo__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CanonMakerNote-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CanonMakerNote.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CanonMakerNote__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CanonMakerNote__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CanonMakerNote__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CanonMakerNote__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CanonMakerNote__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CanonMakerNote__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CiffComponent-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CiffComponent.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CiffComponent__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CiffComponent__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CiffComponent__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CiffDirectory-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CiffDirectory.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CiffDirectory__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CiffDirectory__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CiffDirectory__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CiffDirectory__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CiffDirectory__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CiffDirectory__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CiffEntry-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CiffEntry.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CiffEntry__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CiffEntry__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CiffEntry__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CiffEntry__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CiffEntry__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CiffEntry__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CiffHeader-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CiffHeader.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CiffHeader__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CiffHeader__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CiffHeader__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CommentValue-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CommentValue.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CommentValue_1_1CharsetInfo-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CommentValue_1_1CharsetInfo.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CommentValue_1_1CharsetInfo__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CommentValue_1_1CharsetInfo__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CommentValue_1_1CharsetInfo__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CommentValue__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CommentValue__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CommentValue__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CommentValue__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CommentValue__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CommentValue__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CrwImage-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CrwImage.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CrwImage__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CrwImage__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CrwImage__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CrwImage__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CrwImage__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CrwImage__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CrwMap-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CrwMap.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CrwMap__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CrwMap__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CrwMap__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CrwParser-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1CrwParser.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1DataBuf-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1DataBuf.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1DataValue-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1DataValue.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1DataValue__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1DataValue__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1DataValue__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1DataValue__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1DataValue__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1DataValue__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1DateValue-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1DateValue.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1DateValue__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1DateValue__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1DateValue__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1DateValue__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1DateValue__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1DateValue__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Entry-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Entry.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Error-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Error.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Error__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Error__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Error__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Error__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Error__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Error__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ExifData-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ExifData.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ExifData__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ExifData__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ExifData__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ExifKey-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ExifKey.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ExifKey__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ExifKey__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ExifKey__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ExifKey__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ExifKey__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ExifKey__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ExifTags-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ExifTags.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ExifTags__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ExifTags__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ExifTags__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Exifdatum-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Exifdatum.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Exifdatum__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Exifdatum__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Exifdatum__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Exifdatum__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Exifdatum__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Exifdatum__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ExvImage-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ExvImage.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ExvImage__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ExvImage__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ExvImage__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ExvImage__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ExvImage__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ExvImage__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FileIo-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FileIo.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FileIo__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FileIo__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FileIo__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FileIo__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FileIo__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FileIo__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FindEntryByIdx-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FindEntryByIdx.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FindEntryByTag-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FindEntryByTag.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FindMetadatumById-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FindMetadatumById.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FindMetadatumByIfdIdIdx-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FindMetadatumByIfdIdIdx.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FindMetadatumByKey-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FindMetadatumByKey.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FindMetadatumByKey__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FindMetadatumByKey__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FindMetadatumByKey__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FujiMakerNote-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FujiMakerNote.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FujiMakerNote__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FujiMakerNote__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FujiMakerNote__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FujiMakerNote__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FujiMakerNote__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FujiMakerNote__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FujiMnHeader-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FujiMnHeader.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FujiMnHeader__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FujiMnHeader__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FujiMnHeader__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FujiMnHeader__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FujiMnHeader__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1FujiMnHeader__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Ifd-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Ifd.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1IfdMakerNote-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1IfdMakerNote.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1IfdMakerNote__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1IfdMakerNote__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1IfdMakerNote__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1IfdMakerNote__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1IfdMakerNote__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1IfdMakerNote__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Ifd__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Ifd__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Ifd__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Image-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Image.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ImageFactory-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ImageFactory.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Image__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Image__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Image__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1IoCloser-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1IoCloser.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1IoCloser__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1IoCloser__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1IoCloser__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1IptcData-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1IptcData.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1IptcDataSets-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1IptcDataSets.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1IptcDataSets__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1IptcDataSets__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1IptcDataSets__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1IptcData__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1IptcData__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1IptcData__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1IptcKey-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1IptcKey.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1IptcKey__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1IptcKey__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1IptcKey__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1IptcKey__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1IptcKey__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1IptcKey__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Iptcdatum-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Iptcdatum.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Iptcdatum__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Iptcdatum__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Iptcdatum__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Iptcdatum__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Iptcdatum__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Iptcdatum__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1JpegBase-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1JpegBase.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1JpegBase__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1JpegBase__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1JpegBase__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1JpegBase__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1JpegBase__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1JpegBase__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1JpegImage-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1JpegImage.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1JpegImage__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1JpegImage__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1JpegImage__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1JpegImage__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1JpegImage__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1JpegImage__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1JpegThumbnail-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1JpegThumbnail.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1JpegThumbnail__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1JpegThumbnail__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1JpegThumbnail__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1JpegThumbnail__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1JpegThumbnail__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1JpegThumbnail__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Key-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Key.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Key__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Key__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Key__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MakerNote-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MakerNote.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MakerNoteFactory-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MakerNoteFactory.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MakerNoteFactory_1_1Init-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MakerNoteFactory_1_1Init.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MakerNoteFactory__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MakerNoteFactory__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MakerNoteFactory__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MakerNote__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MakerNote__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MakerNote__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MemIo-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MemIo.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MemIo__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MemIo__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MemIo__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MemIo__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MemIo__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MemIo__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Metadatum-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Metadatum.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Metadatum__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Metadatum__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Metadatum__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MinoltaMakerNote-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MinoltaMakerNote.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MinoltaMakerNote__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MinoltaMakerNote__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MinoltaMakerNote__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MinoltaMakerNote__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MinoltaMakerNote__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MinoltaMakerNote__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MnHeader-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MnHeader.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MnHeader__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MnHeader__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MnHeader__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MrwImage-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MrwImage.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MrwImage__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MrwImage__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MrwImage__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MrwImage__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MrwImage__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1MrwImage__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon1MakerNote-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon1MakerNote.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon1MakerNote__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon1MakerNote__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon1MakerNote__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon1MakerNote__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon1MakerNote__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon1MakerNote__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon2MakerNote-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon2MakerNote.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon2MakerNote__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon2MakerNote__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon2MakerNote__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon2MakerNote__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon2MakerNote__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon2MakerNote__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon2MnHeader-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon2MnHeader.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon2MnHeader__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon2MnHeader__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon2MnHeader__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon2MnHeader__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon2MnHeader__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon2MnHeader__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon3MakerNote-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon3MakerNote.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon3MakerNote__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon3MakerNote__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon3MakerNote__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon3MakerNote__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon3MakerNote__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon3MakerNote__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon3MnHeader-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon3MnHeader.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon3MnHeader__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon3MnHeader__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon3MnHeader__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon3MnHeader__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon3MnHeader__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Nikon3MnHeader__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1OlympusMakerNote-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1OlympusMakerNote.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1OlympusMakerNote__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1OlympusMakerNote__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1OlympusMakerNote__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1OlympusMakerNote__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1OlympusMakerNote__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1OlympusMakerNote__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1OlympusMnHeader-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1OlympusMnHeader.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1OlympusMnHeader__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1OlympusMnHeader__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1OlympusMnHeader__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1OlympusMnHeader__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1OlympusMnHeader__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1OlympusMnHeader__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1PanasonicMakerNote-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1PanasonicMakerNote.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1PanasonicMakerNote__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1PanasonicMakerNote__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1PanasonicMakerNote__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1PanasonicMakerNote__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1PanasonicMakerNote__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1PanasonicMakerNote__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1PanasonicMnHeader-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1PanasonicMnHeader.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1PanasonicMnHeader__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1PanasonicMnHeader__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1PanasonicMnHeader__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1PanasonicMnHeader__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1PanasonicMnHeader__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1PanasonicMnHeader__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1SigmaMakerNote-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1SigmaMakerNote.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1SigmaMakerNote__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1SigmaMakerNote__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1SigmaMakerNote__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1SigmaMakerNote__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1SigmaMakerNote__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1SigmaMakerNote__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1SigmaMnHeader-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1SigmaMnHeader.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1SigmaMnHeader__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1SigmaMnHeader__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1SigmaMnHeader__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1SigmaMnHeader__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1SigmaMnHeader__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1SigmaMnHeader__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1SonyMakerNote-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1SonyMakerNote.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1SonyMakerNote__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1SonyMakerNote__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1SonyMakerNote__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1SonyMakerNote__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1SonyMakerNote__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1SonyMakerNote__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1SonyMnHeader-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1SonyMnHeader.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1SonyMnHeader__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1SonyMnHeader__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1SonyMnHeader__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1SonyMnHeader__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1SonyMnHeader__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1SonyMnHeader__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1StringValue-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1StringValue.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1StringValueBase-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1StringValueBase.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1StringValueBase__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1StringValueBase__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1StringValueBase__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1StringValueBase__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1StringValueBase__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1StringValueBase__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1StringValue__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1StringValue__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1StringValue__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1StringValue__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1StringValue__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1StringValue__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Thumbnail-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Thumbnail.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Thumbnail__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Thumbnail__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Thumbnail__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffArrayElement-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffArrayElement.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffArrayElement__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffArrayElement__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffArrayElement__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffArrayElement__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffArrayElement__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffArrayElement__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffArrayEntry-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffArrayEntry.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffArrayEntry__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffArrayEntry__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffArrayEntry__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffArrayEntry__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffArrayEntry__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffArrayEntry__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffComponent-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffComponent.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffComponent__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffComponent__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffComponent__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffCreator-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffCreator.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffCreator__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffCreator__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffCreator__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffDataEntry-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffDataEntry.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffDataEntry__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffDataEntry__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffDataEntry__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffDataEntry__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffDataEntry__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffDataEntry__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffDirectory-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffDirectory.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffDirectory__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffDirectory__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffDirectory__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffDirectory__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffDirectory__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffDirectory__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffEntry-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffEntry.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffEntryBase-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffEntryBase.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffEntryBase__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffEntryBase__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffEntryBase__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffEntryBase__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffEntryBase__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffEntryBase__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffEntry__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffEntry__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffEntry__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffEntry__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffEntry__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffEntry__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffFinder-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffFinder.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffFinder__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffFinder__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffFinder__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffFinder__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffFinder__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffFinder__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffHeade2-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffHeade2.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffHeader-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffHeader.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffIfdMakernote-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffIfdMakernote.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffIfdMakernote__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffIfdMakernote__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffIfdMakernote__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffIfdMakernote__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffIfdMakernote__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffIfdMakernote__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffImage-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffImage.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffImage__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffImage__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffImage__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffImage__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffImage__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffImage__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffMetadataDecoder-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffMetadataDecoder.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffMetadataDecoder__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffMetadataDecoder__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffMetadataDecoder__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffMetadataDecoder__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffMetadataDecoder__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffMetadataDecoder__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffMnCreator-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffMnCreator.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffMnCreator__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffMnCreator__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffMnCreator__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffMnEntry-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffMnEntry.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffMnEntry__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffMnEntry__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffMnEntry__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffMnEntry__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffMnEntry__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffMnEntry__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffParser-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffParser.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffPrinter-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffPrinter.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffPrinter__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffPrinter__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffPrinter__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffPrinter__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffPrinter__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffPrinter__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffReader-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffReader.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffReader__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffReader__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffReader__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffReader__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffReader__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffReader__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffRwState-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffRwState.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffSizeEntry-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffSizeEntry.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffSizeEntry__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffSizeEntry__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffSizeEntry__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffSizeEntry__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffSizeEntry__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffSizeEntry__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffSubIfd-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffSubIfd.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffSubIfd__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffSubIfd__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffSubIfd__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffSubIfd__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffSubIfd__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffSubIfd__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffThumbnail-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffThumbnail.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffThumbnail__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffThumbnail__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffThumbnail__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffThumbnail__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffThumbnail__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffThumbnail__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffVisitor-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffVisitor.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffVisitor__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffVisitor__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffVisitor__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TimeValue-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TimeValue.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TimeValue__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TimeValue__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TimeValue__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TimeValue__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TimeValue__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TimeValue__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TypeInfo-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TypeInfo.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TypeInfo__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TypeInfo__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TypeInfo__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Value-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Value.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ValueType-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ValueType.html
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ValueType__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ValueType__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ValueType__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ValueType__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ValueType__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1ValueType__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Value__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Value__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1Value__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classParams-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classParams.html
-%%PORTDOCS%%%%DOCSDIR%%/classParams__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classParams__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classParams__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classParams__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classParams__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classParams__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classUtil_1_1Getopt-members.html
-%%PORTDOCS%%%%DOCSDIR%%/classUtil_1_1Getopt.html
-%%PORTDOCS%%%%DOCSDIR%%/classUtil_1_1Getopt__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classUtil_1_1Getopt__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classUtil_1_1Getopt__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classUtil_1_1Getopt__inherit__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/classUtil_1_1Getopt__inherit__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/classUtil_1_1Getopt__inherit__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/classes.html
-%%PORTDOCS%%%%DOCSDIR%%/crw-mapping.html
-%%PORTDOCS%%%%DOCSDIR%%/crwimage_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/crwimage_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/crwimage_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/crwimage_8hpp__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/datasets_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/datasets_8hpp__dep__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/datasets_8hpp__dep__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/datasets_8hpp__dep__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/datasets_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/datasets_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/datasets_8hpp__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/doxygen.css
-%%PORTDOCS%%%%DOCSDIR%%/doxygen.png
-%%PORTDOCS%%%%DOCSDIR%%/doxygen_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/error_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/error_8hpp__dep__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/error_8hpp__dep__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/error_8hpp__dep__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/error_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/error_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/error_8hpp__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/examples.html
-%%PORTDOCS%%%%DOCSDIR%%/exif_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/exif_8hpp__dep__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/exif_8hpp__dep__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/exif_8hpp__dep__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/exif_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/exif_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/exif_8hpp__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/exifcomment_8cpp-example.html
-%%PORTDOCS%%%%DOCSDIR%%/exifprint_8cpp-example.html
-%%PORTDOCS%%%%DOCSDIR%%/exiv2.xml
-%%PORTDOCS%%%%DOCSDIR%%/exiv2_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/exiv2_8hpp__dep__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/exiv2_8hpp__dep__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/exiv2_8hpp__dep__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/exiv2_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/exiv2_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/exiv2_8hpp__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/exiv2__version_8h.html
-%%PORTDOCS%%%%DOCSDIR%%/exiv2__version_8h__dep__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/exiv2__version_8h__dep__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/exiv2__version_8h__dep__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/exv__msvc_8h.html
-%%PORTDOCS%%%%DOCSDIR%%/files.html
-%%PORTDOCS%%%%DOCSDIR%%/fujimn_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/fujimn_8hpp__dep__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/fujimn_8hpp__dep__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/fujimn_8hpp__dep__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/fujimn_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/fujimn_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/fujimn_8hpp__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/functions.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_0x62.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_0x63.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_0x64.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_0x65.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_0x66.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_0x67.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_0x68.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_0x69.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_0x6a.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_0x6b.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_0x6c.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_0x6d.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_0x6e.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_0x6f.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_0x70.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_0x72.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_0x73.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_0x74.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_0x75.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_0x76.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_0x77.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_0x79.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_0x7e.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_enum.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_func.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x62.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x63.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x64.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x65.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x66.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x67.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x68.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x69.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x6a.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x6b.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x6c.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x6d.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x6e.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x6f.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x70.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x72.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x73.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x74.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x75.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x76.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x77.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x7e.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_rela.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_type.html
-%%PORTDOCS%%%%DOCSDIR%%/functions_vars.html
-%%PORTDOCS%%%%DOCSDIR%%/futils_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/futils_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/futils_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/futils_8hpp__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/getting-started.html
-%%PORTDOCS%%%%DOCSDIR%%/globals.html
-%%PORTDOCS%%%%DOCSDIR%%/globals_defs.html
-%%PORTDOCS%%%%DOCSDIR%%/globals_enum.html
-%%PORTDOCS%%%%DOCSDIR%%/globals_func.html
-%%PORTDOCS%%%%DOCSDIR%%/globals_type.html
-%%PORTDOCS%%%%DOCSDIR%%/globals_vars.html
-%%PORTDOCS%%%%DOCSDIR%%/gpl-license.html
-%%PORTDOCS%%%%DOCSDIR%%/graph_legend.dot
-%%PORTDOCS%%%%DOCSDIR%%/graph_legend.html
-%%PORTDOCS%%%%DOCSDIR%%/graph_legend.png
-%%PORTDOCS%%%%DOCSDIR%%/hierarchy.html
-%%PORTDOCS%%%%DOCSDIR%%/ifd_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/ifd_8hpp__dep__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/ifd_8hpp__dep__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/ifd_8hpp__dep__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/ifd_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/ifd_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/ifd_8hpp__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/image_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/image_8hpp__dep__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/image_8hpp__dep__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/image_8hpp__dep__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/image_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/image_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/image_8hpp__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/index.html
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__0.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__0.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__0.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__1.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__1.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__1.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__10.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__10.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__10.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__11.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__11.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__11.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__12.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__12.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__12.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__13.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__13.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__13.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__14.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__14.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__14.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__15.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__15.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__15.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__16.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__16.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__16.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__17.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__17.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__17.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__18.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__18.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__18.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__19.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__19.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__19.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__2.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__2.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__2.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__20.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__20.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__20.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__21.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__21.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__21.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__22.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__22.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__22.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__23.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__23.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__23.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__24.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__24.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__24.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__25.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__25.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__25.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__26.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__26.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__26.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__27.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__27.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__27.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__28.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__28.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__28.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__29.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__29.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__29.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__3.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__3.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__3.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__30.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__30.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__30.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__31.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__31.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__31.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__32.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__32.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__32.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__33.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__33.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__33.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__34.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__34.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__34.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__35.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__35.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__35.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__36.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__36.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__36.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__37.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__37.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__37.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__38.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__38.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__38.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__39.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__39.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__39.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__4.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__4.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__4.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__40.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__40.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__40.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__41.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__41.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__41.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__42.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__42.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__42.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__43.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__43.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__43.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__44.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__44.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__44.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__45.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__45.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__45.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__46.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__46.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__46.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__47.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__47.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__47.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__48.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__48.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__48.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__49.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__49.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__49.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__5.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__5.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__5.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__50.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__50.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__50.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__51.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__51.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__51.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__52.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__52.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__52.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__53.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__53.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__53.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__54.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__54.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__54.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__55.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__55.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__55.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__56.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__56.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__56.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__57.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__57.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__57.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__58.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__58.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__58.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__59.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__59.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__59.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__6.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__6.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__6.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__60.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__60.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__60.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__61.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__61.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__61.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__62.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__62.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__62.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__63.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__63.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__63.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__64.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__64.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__64.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__65.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__65.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__65.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__7.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__7.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__7.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__8.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__8.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__8.png
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__9.map
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__9.md5
-%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__9.png
-%%PORTDOCS%%%%DOCSDIR%%/inherits.html
-%%PORTDOCS%%%%DOCSDIR%%/iptc_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/iptc_8hpp__dep__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/iptc_8hpp__dep__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/iptc_8hpp__dep__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/iptc_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/iptc_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/iptc_8hpp__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/iptceasy_8cpp-example.html
-%%PORTDOCS%%%%DOCSDIR%%/iptcprint_8cpp-example.html
-%%PORTDOCS%%%%DOCSDIR%%/jpgimage_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/jpgimage_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/jpgimage_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/jpgimage_8hpp__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/makernote.html
-%%PORTDOCS%%%%DOCSDIR%%/makernote2_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/makernote2_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/makernote2_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/makernote2_8hpp__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/makernote_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/makernote_8hpp__dep__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/makernote_8hpp__dep__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/makernote_8hpp__dep__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/makernote_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/makernote_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/makernote_8hpp__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/metacopy_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/metacopy_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/metacopy_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/metacopy_8hpp__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/metadatum_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/metadatum_8hpp__dep__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/metadatum_8hpp__dep__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/metadatum_8hpp__dep__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/metadatum_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/metadatum_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/metadatum_8hpp__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/minoltamn_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/minoltamn_8hpp__dep__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/minoltamn_8hpp__dep__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/minoltamn_8hpp__dep__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/minoltamn_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/minoltamn_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/minoltamn_8hpp__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/mn_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/mn_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/mn_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/mn_8hpp__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/mrwimage_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/mrwimage_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/mrwimage_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/mrwimage_8hpp__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/namespaceAction.html
-%%PORTDOCS%%%%DOCSDIR%%/namespaceExiv2.html
-%%PORTDOCS%%%%DOCSDIR%%/namespaceExiv2_1_1Group.html
-%%PORTDOCS%%%%DOCSDIR%%/namespaceExiv2_1_1ImageType.html
-%%PORTDOCS%%%%DOCSDIR%%/namespaceExiv2_1_1Tag.html
-%%PORTDOCS%%%%DOCSDIR%%/namespaceUtil.html
-%%PORTDOCS%%%%DOCSDIR%%/namespacemembers.html
-%%PORTDOCS%%%%DOCSDIR%%/namespacemembers_0x62.html
-%%PORTDOCS%%%%DOCSDIR%%/namespacemembers_0x63.html
-%%PORTDOCS%%%%DOCSDIR%%/namespacemembers_0x64.html
-%%PORTDOCS%%%%DOCSDIR%%/namespacemembers_0x65.html
-%%PORTDOCS%%%%DOCSDIR%%/namespacemembers_0x66.html
-%%PORTDOCS%%%%DOCSDIR%%/namespacemembers_0x67.html
-%%PORTDOCS%%%%DOCSDIR%%/namespacemembers_0x68.html
-%%PORTDOCS%%%%DOCSDIR%%/namespacemembers_0x69.html
-%%PORTDOCS%%%%DOCSDIR%%/namespacemembers_0x6a.html
-%%PORTDOCS%%%%DOCSDIR%%/namespacemembers_0x6c.html
-%%PORTDOCS%%%%DOCSDIR%%/namespacemembers_0x6d.html
-%%PORTDOCS%%%%DOCSDIR%%/namespacemembers_0x6e.html
-%%PORTDOCS%%%%DOCSDIR%%/namespacemembers_0x6f.html
-%%PORTDOCS%%%%DOCSDIR%%/namespacemembers_0x70.html
-%%PORTDOCS%%%%DOCSDIR%%/namespacemembers_0x72.html
-%%PORTDOCS%%%%DOCSDIR%%/namespacemembers_0x73.html
-%%PORTDOCS%%%%DOCSDIR%%/namespacemembers_0x74.html
-%%PORTDOCS%%%%DOCSDIR%%/namespacemembers_0x75.html
-%%PORTDOCS%%%%DOCSDIR%%/namespacemembers_enum.html
-%%PORTDOCS%%%%DOCSDIR%%/namespacemembers_func.html
-%%PORTDOCS%%%%DOCSDIR%%/namespacemembers_type.html
-%%PORTDOCS%%%%DOCSDIR%%/namespacemembers_vars.html
-%%PORTDOCS%%%%DOCSDIR%%/namespaces.html
-%%PORTDOCS%%%%DOCSDIR%%/nikonmn_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/nikonmn_8hpp__dep__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/nikonmn_8hpp__dep__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/nikonmn_8hpp__dep__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/nikonmn_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/nikonmn_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/nikonmn_8hpp__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/olympusmn_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/olympusmn_8hpp__dep__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/olympusmn_8hpp__dep__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/olympusmn_8hpp__dep__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/olympusmn_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/olympusmn_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/olympusmn_8hpp__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/panasonicmn_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/panasonicmn_8hpp__dep__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/panasonicmn_8hpp__dep__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/panasonicmn_8hpp__dep__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/panasonicmn_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/panasonicmn_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/panasonicmn_8hpp__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/rcsid_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/sigmamn_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/sigmamn_8hpp__dep__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/sigmamn_8hpp__dep__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/sigmamn_8hpp__dep__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/sigmamn_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/sigmamn_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/sigmamn_8hpp__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/sonymn_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/sonymn_8hpp__dep__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/sonymn_8hpp__dep__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/sonymn_8hpp__dep__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/sonymn_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/sonymn_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/sonymn_8hpp__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/structCmdIdAndString-members.html
-%%PORTDOCS%%%%DOCSDIR%%/structCmdIdAndString.html
-%%PORTDOCS%%%%DOCSDIR%%/structCmdIdAndString__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/structCmdIdAndString__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/structCmdIdAndString__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1CommentValue_1_1CharsetTable-members.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1CommentValue_1_1CharsetTable.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1CrwMapping-members.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1CrwMapping.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1CrwSubDir-members.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1CrwSubDir.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1DataBufRef-members.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1DataBufRef.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1DataSet-members.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1DataSet.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1DateValue_1_1Date-members.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1DateValue_1_1Date.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1ErrMsg-members.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1ErrMsg.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1IfdInfo-members.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1IfdInfo.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1Photoshop-members.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1Photoshop.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1RecordInfo-members.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1RecordInfo.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1SectionInfo-members.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1SectionInfo.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1TagDetails-members.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1TagDetails.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1TagInfo-members.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1TagInfo.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1TiffDecoderInfo-members.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1TiffDecoderInfo.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1TiffDecoderInfo_1_1Key-members.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1TiffDecoderInfo_1_1Key.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1TiffDecoderInfo_1_1Key__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1TiffDecoderInfo_1_1Key__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1TiffDecoderInfo_1_1Key__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1TiffGroupInfo-members.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1TiffGroupInfo.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1TiffMnRegistry-members.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1TiffMnRegistry.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1TiffMnRegistry_1_1Key-members.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1TiffMnRegistry_1_1Key.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1TiffMnRegistry_1_1Key__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1TiffMnRegistry_1_1Key__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1TiffMnRegistry_1_1Key__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1TiffStructure-members.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1TiffStructure.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1TiffStructure_1_1Key-members.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1TiffStructure_1_1Key.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1TimeValue_1_1Time-members.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1TimeValue_1_1Time.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1TypeInfoTable-members.html
-%%PORTDOCS%%%%DOCSDIR%%/structExiv2_1_1TypeInfoTable.html
-%%PORTDOCS%%%%DOCSDIR%%/structModifyCmd-members.html
-%%PORTDOCS%%%%DOCSDIR%%/structModifyCmd.html
-%%PORTDOCS%%%%DOCSDIR%%/structModifyCmd__coll__graph.map
-%%PORTDOCS%%%%DOCSDIR%%/structModifyCmd__coll__graph.md5
-%%PORTDOCS%%%%DOCSDIR%%/structModifyCmd__coll__graph.png
-%%PORTDOCS%%%%DOCSDIR%%/tab_b.gif
-%%PORTDOCS%%%%DOCSDIR%%/tab_l.gif
-%%PORTDOCS%%%%DOCSDIR%%/tab_r.gif
-%%PORTDOCS%%%%DOCSDIR%%/tabs.css
-%%PORTDOCS%%%%DOCSDIR%%/tags-canon.html
-%%PORTDOCS%%%%DOCSDIR%%/tags-exif.html
-%%PORTDOCS%%%%DOCSDIR%%/tags-fujifilm.html
-%%PORTDOCS%%%%DOCSDIR%%/tags-iptc.html
-%%PORTDOCS%%%%DOCSDIR%%/tags-minolta.html
-%%PORTDOCS%%%%DOCSDIR%%/tags-nikon.html
-%%PORTDOCS%%%%DOCSDIR%%/tags-olympus.html
-%%PORTDOCS%%%%DOCSDIR%%/tags-panasonic.html
-%%PORTDOCS%%%%DOCSDIR%%/tags-sigma.html
-%%PORTDOCS%%%%DOCSDIR%%/tags-sony.html
-%%PORTDOCS%%%%DOCSDIR%%/tags_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/tags_8hpp__dep__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/tags_8hpp__dep__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/tags_8hpp__dep__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/tags_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/tags_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/tags_8hpp__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/tiffcomposite_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/tiffcomposite_8hpp__dep__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/tiffcomposite_8hpp__dep__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/tiffcomposite_8hpp__dep__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/tiffcomposite_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/tiffcomposite_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/tiffcomposite_8hpp__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/tiffimage_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/tiffimage_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/tiffimage_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/tiffimage_8hpp__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/tiffparser_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/tiffparser_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/tiffparser_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/tiffparser_8hpp__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/tiffvisitor_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/tiffvisitor_8hpp__dep__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/tiffvisitor_8hpp__dep__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/tiffvisitor_8hpp__dep__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/tiffvisitor_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/tiffvisitor_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/tiffvisitor_8hpp__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/types_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/types_8hpp__dep__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/types_8hpp__dep__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/types_8hpp__dep__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/types_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/types_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/types_8hpp__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/utils_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/utils_8hpp__dep__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/utils_8hpp__dep__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/utils_8hpp__dep__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/utils_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/utils_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/utils_8hpp__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/value_8hpp.html
-%%PORTDOCS%%%%DOCSDIR%%/value_8hpp__dep__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/value_8hpp__dep__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/value_8hpp__dep__incl.png
-%%PORTDOCS%%%%DOCSDIR%%/value_8hpp__incl.map
-%%PORTDOCS%%%%DOCSDIR%%/value_8hpp__incl.md5
-%%PORTDOCS%%%%DOCSDIR%%/value_8hpp__incl.png
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm include/exiv2