summaryrefslogtreecommitdiffstats
path: root/graphics/exiv2/pkg-plist
blob: e47e82acb4049e14416dffa8d2134230f410bf6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
bin/exiv2
bin/exiv2-config
include/exiv2/basicio.hpp
include/exiv2/canonmn.hpp
include/exiv2/crwimage.hpp
include/exiv2/datasets.hpp
include/exiv2/error.hpp
include/exiv2/exif.hpp
include/exiv2/exv_conf.h
include/exiv2/exv_msvc.h
include/exiv2/fujimn.hpp
include/exiv2/futils.hpp
include/exiv2/ifd.hpp
include/exiv2/image.hpp
include/exiv2/iptc.hpp
include/exiv2/jpgimage.hpp
include/exiv2/makernote.hpp
include/exiv2/metadatum.hpp
include/exiv2/mn.hpp
include/exiv2/nikonmn.hpp
include/exiv2/olympusmn.hpp
include/exiv2/panasonicmn.hpp
include/exiv2/rcsid.hpp
include/exiv2/sigmamn.hpp
include/exiv2/sonymn.hpp
include/exiv2/tags.hpp
include/exiv2/types.hpp
include/exiv2/value.hpp
lib/libexiv2.a
lib/libexiv2.la
lib/libexiv2.so
lib/libexiv2.so.0
%%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_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_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_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_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_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_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_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_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_1TagTranslator-members.html
%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TagTranslator.html
%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TagTranslator__coll__graph.map
%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TagTranslator__coll__graph.md5
%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TagTranslator__coll__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_1TiffHeader-members.html
%%PORTDOCS%%%%DOCSDIR%%/classExiv2_1_1TiffHeader.html
%%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_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%%/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__6.map
%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__6.md5
%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__6.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%%/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%%/mn_8hpp.html
%%PORTDOCS%%%%DOCSDIR%%/mn_8hpp__incl.map
%%PORTDOCS%%%%DOCSDIR%%/mn_8hpp__incl.md5
%%PORTDOCS%%%%DOCSDIR%%/mn_8hpp__incl.png
%%PORTDOCS%%%%DOCSDIR%%/namespaceAction.html
%%PORTDOCS%%%%DOCSDIR%%/namespaceExiv2.html
%%PORTDOCS%%%%DOCSDIR%%/namespaceExiv2_1_1ImageType.html
%%PORTDOCS%%%%DOCSDIR%%/namespaceUtil.html
%%PORTDOCS%%%%DOCSDIR%%/namespacemembers.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_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_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-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%%/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
@dirrm %%PORTDOCS%%%%DOCSDIR%%
@dirrm include/exiv2
OpenPOWER on IntegriCloud