pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/46681: devel/doxygen fails to package Darwin Mac OS X 10.7.4



The following reply was made to PR pkg/46681; it has been noted by GNATS.

From: Ian McWilliam <kaosagnt%tpg.com.au@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: pkg-manager%NetBSD.org@localhost, gnats-admin%NetBSD.org@localhost, 
pkgsrc-bugs%NetBSD.org@localhost
Subject: Re: pkg/46681: devel/doxygen fails to package Darwin Mac OS X 10.7.4
Date: Tue, 17 Jul 2012 21:25:59 +1000

 On 14/07/2012, at 1:40 AM, Makoto Fujiwara wrote:
 
 > The following reply was made to PR pkg/46681; it has been noted by =
 GNATS.
 >=20
 > From: Makoto Fujiwara <makoto%ki.nu@localhost>
 > To: Ian McWilliam <kaosagnt%tpg.com.au@localhost>
 > Cc: gnats-bugs%NetBSD.org@localhost
 > Subject: Re: pkg/46681: devel/doxygen fails to package Darwin Mac OS X =
 10.7.4
 > Date: Sat, 14 Jul 2012 00:39:29 +0900
 >=20
 > Ian, Thank you for your time to check PLIST.
 >=20
 >   I am not frequent user of doxgygen, so I may be wrong, but
 > your environmet left *.dot files instead of *.map.  Probably
 > *.png is there, so dot is working at least.
 >=20
 >   The slight difference of behavior of dot (command) may be there.
 > Could you check following several thing ?
 >=20
 > (But you are saying it worked fine with 1.6.3 of doxygen,
 > and *.map file was there with old version. I may be wrong.
 > modena@makoto 00:29:16/120714(..devel/doxygen)% cvs diff -r1.28 =
 PLIST|grep map
 >  =
 ${PLIST.latex}share/doc/doxygen/examples/diagrams/html/class_a__coll__grap=
 h.map
 >  =
 ${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__a_8h__dep=
 __incl.map
 > =
 -${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__de=
 p__incl.map
 >  =
 ${PLIST.latex}share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__inc=
 l.map
 > =
 -${PLIST.latex}share/doc/doxygen/examples/diagrams/html/inherit__graph__0.=
 map
 > =
 +${PLIST.latex}share/doc/doxygen/examples/diagrams/html/inherit_graph_0.ma=
 p
 > )
 >=20
 > Anyway following (1)-(3)
 > (1) Doxygen setup for leaf file
 >=20
 > d187@makoto 00:32:53/120714(..devel/doxygen)% cat  =
 work/doxygen-1.8.1.1/examples/diagrams.cfg
 > PROJECT_NAME       =3D "Diagrams"
 > OUTPUT_DIRECTORY   =3D diagrams
 > HAVE_DOT           =3D YES
 > EXTRACT_ALL        =3D YES
 > GENERATE_LATEX     =3D NO
 > GENERATE_MAN       =3D NO
 > GENERATE_RTF       =3D NO
 > CASE_SENSE_NAMES =3D YES
 > ENABLE_PREPROCESSING       =3D YES
 > INPUT              =3D .
 > FILE_PATTERNS      =3D diagrams_*.h
 > QUIET              =3D YES
 > JAVADOC_AUTOBRIEF =3D YES
 > SEARCHENGINE     =3D NO
 >=20
 > (2) Doxygen global setup
 >=20
 > d187@makoto 00:33:03/120714(..devel/doxygen)% cat =
 ./work/doxygen-1.8.1.1/.makeconfig
 > DOXYGEN   =3D /Users/makoto/pkgsrc/devel/doxygen/work/doxygen-1.8.1.1
 > TMAKEPATH =3D =
 /Users/makoto/pkgsrc/devel/doxygen/work/doxygen-1.8.1.1/tmake/lib/macosx-c=
 ++
 > ENV       =3D env TMAKEPATH=3D$(TMAKEPATH)
 > TMAKE     =3D =
 /Users/makoto/pkgsrc/devel/doxygen/work/doxygen-1.8.1.1/tmake/bin/tmake
 > MAKE      =3D /usr/bin/gnumake
 > PERL      =3D /usr/pkg/bin/perl
 > RM        =3D rm -f
 > CP        =3D cp
 > VERSION   =3D 1.8.1.1
 > INSTALL   =3D /usr/pkg
 > INSTTOOL  =3D /usr/bin/install
 > DOXYDOCS  =3D ..
 > DOCDIR    =3D /usr/pkg/share/doc/doxygen
 > QTDIR     =3D=20
 > HAVE_DOT  =3D /usr/pkg/bin/dot
 > MKSPECS   =3D -spec macx-g++
 >=20
 > (3) dot Version
 > d187@makoto 00:33:34/120714(..devel/doxygen)% dot -V      =20
 > dot - graphviz version 2.26.3 (20100126.1600)
 >=20
 > One thing I've to say, I'll be AFKB, I will be out of town=20
 > for three nights, so my work will be limited for these days.
 > Sorry and thank you.
 > ---
 > Makoto Fujiwara,=20
 > Chiba, Japan, Narita Airport and Disneyland prefecture.
 >=20
 >=20
 >=20
 
 
 [kristamari-w1:pkgsrc/devel/doxygen] ianm% cat  =
 work/doxygen-1.8.1.1/examples/diagrams.cfg
 PROJECT_NAME       =3D "Diagrams"
 OUTPUT_DIRECTORY   =3D diagrams
 HAVE_DOT           =3D YES
 EXTRACT_ALL        =3D YES
 GENERATE_LATEX     =3D NO
 GENERATE_MAN       =3D NO
 GENERATE_RTF       =3D NO
 CASE_SENSE_NAMES =3D NO
 ENABLE_PREPROCESSING       =3D YES
 INPUT              =3D .
 FILE_PATTERNS      =3D diagrams_*.h
 QUIET              =3D YES
 JAVADOC_AUTOBRIEF =3D YES
 SEARCHENGINE     =3D NO
 
 [kristamari-w1:pkgsrc/devel/doxygen] ianm% cat =
 ./work/doxygen-1.8.1.1/.makeconfig
 DOXYGEN   =3D =
 /Users/ianm/ports/pkgsrc/devel/doxygen/work/doxygen-1.8.1.1
 TMAKEPATH =3D =
 /Users/ianm/ports/pkgsrc/devel/doxygen/work/doxygen-1.8.1.1/tmake/lib/maco=
 sx-c++
 ENV       =3D env TMAKEPATH=3D$(TMAKEPATH)
 TMAKE     =3D =
 /Users/ianm/ports/pkgsrc/devel/doxygen/work/doxygen-1.8.1.1/tmake/bin/tmak=
 e
 MAKE      =3D /usr/bin/gnumake
 PERL      =3D /usr/pkg/bin/perl
 RM        =3D rm -f
 CP        =3D cp
 VERSION   =3D 1.8.1.1
 INSTALL   =3D /usr/pkg
 INSTTOOL  =3D /usr/bin/install
 DOXYDOCS  =3D ..
 DOCDIR    =3D /usr/pkg/share/doc/doxygen
 QTDIR     =3D=20
 HAVE_DOT  =3D /usr/pkg/bin/dot
 MKSPECS   =3D -spec macx-g++
 
 [kristamari-w1:pkgsrc/devel/doxygen] ianm% dot -V
 dot - graphviz version 2.26.3 (20100126.1600)
 
 
 information from the older doxygen install that may be of help
 
 [kristamari-w1:pkgsrc/devel/doxygen] ianm% pkg_info | grep -i doxygen
 doxygen-1.6.3nb8    Documentation system for C++, Java, IDL and C
 
 [kristamari-w1:pkgsrc/devel/doxygen] ianm% pkg_info -L doxygen-1.6.3nb8
 Information for doxygen-1.6.3nb8:
 
 Files:
 /usr/pkg/bin/doxygen
 /usr/pkg/bin/doxytag
 /usr/pkg/man/man1/doxygen.1
 /usr/pkg/man/man1/doxytag.1
 /usr/pkg/share/doc/doxygen/doxygen_manual.pdf
 /usr/pkg/share/doc/doxygen/examples/Makefile
 /usr/pkg/share/doc/doxygen/examples/Makefile.in
 /usr/pkg/share/doc/doxygen/examples/Makefile.win.in
 /usr/pkg/share/doc/doxygen/examples/afterdoc.cfg
 /usr/pkg/share/doc/doxygen/examples/afterdoc.h
 =
 /usr/pkg/share/doc/doxygen/examples/afterdoc/html/afterdoc_8h_source.html
 /usr/pkg/share/doc/doxygen/examples/afterdoc/html/annotated.html
 =
 /usr/pkg/share/doc/doxygen/examples/afterdoc/html/class_test-members.html
 /usr/pkg/share/doc/doxygen/examples/afterdoc/html/class_test.html
 /usr/pkg/share/doc/doxygen/examples/afterdoc/html/classes.html
 /usr/pkg/share/doc/doxygen/examples/afterdoc/html/doxygen.css
 /usr/pkg/share/doc/doxygen/examples/afterdoc/html/doxygen.png
 /usr/pkg/share/doc/doxygen/examples/afterdoc/html/files.html
 /usr/pkg/share/doc/doxygen/examples/afterdoc/html/functions.html
 /usr/pkg/share/doc/doxygen/examples/afterdoc/html/functions_enum.html
 /usr/pkg/share/doc/doxygen/examples/afterdoc/html/functions_eval.html
 /usr/pkg/share/doc/doxygen/examples/afterdoc/html/functions_func.html
 /usr/pkg/share/doc/doxygen/examples/afterdoc/html/functions_vars.html
 /usr/pkg/share/doc/doxygen/examples/afterdoc/html/index.html
 /usr/pkg/share/doc/doxygen/examples/afterdoc/html/installdox
 /usr/pkg/share/doc/doxygen/examples/afterdoc/html/search/all_65.html
 /usr/pkg/share/doc/doxygen/examples/afterdoc/html/search/all_6d.html
 /usr/pkg/share/doc/doxygen/examples/afterdoc/html/search/all_74.html
 /usr/pkg/share/doc/doxygen/examples/afterdoc/html/search/all_76.html
 /usr/pkg/share/doc/doxygen/examples/afterdoc/html/search/classes_74.html
 /usr/pkg/share/doc/doxygen/examples/afterdoc/html/search/close.png
 /usr/pkg/share/doc/doxygen/examples/afterdoc/html/search/enums_65.html
 =
 /usr/pkg/share/doc/doxygen/examples/afterdoc/html/search/enumvalues_65.htm=
 l
 =
 /usr/pkg/share/doc/doxygen/examples/afterdoc/html/search/functions_6d.html=
 
 /usr/pkg/share/doc/doxygen/examples/afterdoc/html/search/nomatches.html
 /usr/pkg/share/doc/doxygen/examples/afterdoc/html/search/search.css
 /usr/pkg/share/doc/doxygen/examples/afterdoc/html/search/search.js
 /usr/pkg/share/doc/doxygen/examples/afterdoc/html/search/search.png
 =
 /usr/pkg/share/doc/doxygen/examples/afterdoc/html/search/variables_76.html=
 
 /usr/pkg/share/doc/doxygen/examples/afterdoc/html/tab_b.gif
 /usr/pkg/share/doc/doxygen/examples/afterdoc/html/tab_l.gif
 /usr/pkg/share/doc/doxygen/examples/afterdoc/html/tab_r.gif
 /usr/pkg/share/doc/doxygen/examples/afterdoc/html/tabs.css
 /usr/pkg/share/doc/doxygen/examples/author.cfg
 /usr/pkg/share/doc/doxygen/examples/author.cpp
 /usr/pkg/share/doc/doxygen/examples/author/html/annotated.html
 /usr/pkg/share/doc/doxygen/examples/author/html/bug.html
 /usr/pkg/share/doc/doxygen/examples/author/html/class_windows_n_t.html
 /usr/pkg/share/doc/doxygen/examples/author/html/classes.html
 /usr/pkg/share/doc/doxygen/examples/author/html/doxygen.css
 /usr/pkg/share/doc/doxygen/examples/author/html/doxygen.png
 /usr/pkg/share/doc/doxygen/examples/author/html/index.html
 /usr/pkg/share/doc/doxygen/examples/author/html/installdox
 /usr/pkg/share/doc/doxygen/examples/author/html/pages.html
 /usr/pkg/share/doc/doxygen/examples/author/html/search/all_77.html
 /usr/pkg/share/doc/doxygen/examples/author/html/search/classes_77.html
 /usr/pkg/share/doc/doxygen/examples/author/html/search/close.png
 /usr/pkg/share/doc/doxygen/examples/author/html/search/nomatches.html
 /usr/pkg/share/doc/doxygen/examples/author/html/search/search.css
 /usr/pkg/share/doc/doxygen/examples/author/html/search/search.js
 /usr/pkg/share/doc/doxygen/examples/author/html/search/search.png
 /usr/pkg/share/doc/doxygen/examples/author/html/tab_b.gif
 /usr/pkg/share/doc/doxygen/examples/author/html/tab_l.gif
 /usr/pkg/share/doc/doxygen/examples/author/html/tab_r.gif
 /usr/pkg/share/doc/doxygen/examples/author/html/tabs.css
 /usr/pkg/share/doc/doxygen/examples/autolink.cfg
 /usr/pkg/share/doc/doxygen/examples/autolink.cpp
 /usr/pkg/share/doc/doxygen/examples/autolink/html/annotated.html
 /usr/pkg/share/doc/doxygen/examples/autolink/html/autolink_8cpp.html
 =
 /usr/pkg/share/doc/doxygen/examples/autolink/html/class_test-members.html
 /usr/pkg/share/doc/doxygen/examples/autolink/html/class_test.html
 /usr/pkg/share/doc/doxygen/examples/autolink/html/classes.html
 /usr/pkg/share/doc/doxygen/examples/autolink/html/doxygen.css
 /usr/pkg/share/doc/doxygen/examples/autolink/html/doxygen.png
 /usr/pkg/share/doc/doxygen/examples/autolink/html/files.html
 /usr/pkg/share/doc/doxygen/examples/autolink/html/functions.html
 /usr/pkg/share/doc/doxygen/examples/autolink/html/functions_enum.html
 /usr/pkg/share/doc/doxygen/examples/autolink/html/functions_eval.html
 /usr/pkg/share/doc/doxygen/examples/autolink/html/functions_func.html
 /usr/pkg/share/doc/doxygen/examples/autolink/html/functions_vars.html
 /usr/pkg/share/doc/doxygen/examples/autolink/html/globals.html
 /usr/pkg/share/doc/doxygen/examples/autolink/html/globals_defs.html
 /usr/pkg/share/doc/doxygen/examples/autolink/html/globals_enum.html
 /usr/pkg/share/doc/doxygen/examples/autolink/html/globals_eval.html
 /usr/pkg/share/doc/doxygen/examples/autolink/html/globals_type.html
 /usr/pkg/share/doc/doxygen/examples/autolink/html/globals_vars.html
 /usr/pkg/share/doc/doxygen/examples/autolink/html/index.html
 /usr/pkg/share/doc/doxygen/examples/autolink/html/installdox
 /usr/pkg/share/doc/doxygen/examples/autolink/html/search/all_61.html
 /usr/pkg/share/doc/doxygen/examples/autolink/html/search/all_62.html
 /usr/pkg/share/doc/doxygen/examples/autolink/html/search/all_65.html
 /usr/pkg/share/doc/doxygen/examples/autolink/html/search/all_67.html
 /usr/pkg/share/doc/doxygen/examples/autolink/html/search/all_6d.html
 /usr/pkg/share/doc/doxygen/examples/autolink/html/search/all_74.html
 /usr/pkg/share/doc/doxygen/examples/autolink/html/search/all_76.html
 /usr/pkg/share/doc/doxygen/examples/autolink/html/search/all_7e.html
 /usr/pkg/share/doc/doxygen/examples/autolink/html/search/classes_74.html
 /usr/pkg/share/doc/doxygen/examples/autolink/html/search/close.png
 /usr/pkg/share/doc/doxygen/examples/autolink/html/search/defines_61.html
 /usr/pkg/share/doc/doxygen/examples/autolink/html/search/enums_65.html
 /usr/pkg/share/doc/doxygen/examples/autolink/html/search/enums_67.html
 =
 /usr/pkg/share/doc/doxygen/examples/autolink/html/search/enumvalues_67.htm=
 l
 =
 /usr/pkg/share/doc/doxygen/examples/autolink/html/search/enumvalues_76.htm=
 l
 /usr/pkg/share/doc/doxygen/examples/autolink/html/search/files_61.html
 =
 /usr/pkg/share/doc/doxygen/examples/autolink/html/search/functions_6d.html=
 
 =
 /usr/pkg/share/doc/doxygen/examples/autolink/html/search/functions_74.html=
 
 =
 /usr/pkg/share/doc/doxygen/examples/autolink/html/search/functions_7e.html=
 
 /usr/pkg/share/doc/doxygen/examples/autolink/html/search/nomatches.html
 /usr/pkg/share/doc/doxygen/examples/autolink/html/search/search.css
 /usr/pkg/share/doc/doxygen/examples/autolink/html/search/search.js
 /usr/pkg/share/doc/doxygen/examples/autolink/html/search/search.png
 =
 /usr/pkg/share/doc/doxygen/examples/autolink/html/search/typedefs_62.html
 =
 /usr/pkg/share/doc/doxygen/examples/autolink/html/search/variables_67.html=
 
 =
 /usr/pkg/share/doc/doxygen/examples/autolink/html/search/variables_76.html=
 
 /usr/pkg/share/doc/doxygen/examples/autolink/html/tab_b.gif
 /usr/pkg/share/doc/doxygen/examples/autolink/html/tab_l.gif
 /usr/pkg/share/doc/doxygen/examples/autolink/html/tab_r.gif
 /usr/pkg/share/doc/doxygen/examples/autolink/html/tabs.css
 /usr/pkg/share/doc/doxygen/examples/class.cfg
 /usr/pkg/share/doc/doxygen/examples/class.h
 /usr/pkg/share/doc/doxygen/examples/class/html/annotated.html
 /usr/pkg/share/doc/doxygen/examples/class/html/class_8h_source.html
 /usr/pkg/share/doc/doxygen/examples/class/html/class_test.html
 /usr/pkg/share/doc/doxygen/examples/class/html/classes.html
 /usr/pkg/share/doc/doxygen/examples/class/html/doxygen.css
 /usr/pkg/share/doc/doxygen/examples/class/html/doxygen.png
 /usr/pkg/share/doc/doxygen/examples/class/html/files.html
 /usr/pkg/share/doc/doxygen/examples/class/html/index.html
 /usr/pkg/share/doc/doxygen/examples/class/html/installdox
 /usr/pkg/share/doc/doxygen/examples/class/html/search/all_74.html
 /usr/pkg/share/doc/doxygen/examples/class/html/search/classes_74.html
 /usr/pkg/share/doc/doxygen/examples/class/html/search/close.png
 /usr/pkg/share/doc/doxygen/examples/class/html/search/nomatches.html
 /usr/pkg/share/doc/doxygen/examples/class/html/search/search.css
 /usr/pkg/share/doc/doxygen/examples/class/html/search/search.js
 /usr/pkg/share/doc/doxygen/examples/class/html/search/search.png
 /usr/pkg/share/doc/doxygen/examples/class/html/tab_b.gif
 /usr/pkg/share/doc/doxygen/examples/class/html/tab_l.gif
 /usr/pkg/share/doc/doxygen/examples/class/html/tab_r.gif
 /usr/pkg/share/doc/doxygen/examples/class/html/tabs.css
 /usr/pkg/share/doc/doxygen/examples/dbusxml.cfg
 /usr/pkg/share/doc/doxygen/examples/dbusxml.xml
 /usr/pkg/share/doc/doxygen/examples/define.cfg
 /usr/pkg/share/doc/doxygen/examples/define.h
 /usr/pkg/share/doc/doxygen/examples/define/html/define_8h.html
 /usr/pkg/share/doc/doxygen/examples/define/html/define_8h_source.html
 /usr/pkg/share/doc/doxygen/examples/define/html/doxygen.css
 /usr/pkg/share/doc/doxygen/examples/define/html/doxygen.png
 /usr/pkg/share/doc/doxygen/examples/define/html/files.html
 /usr/pkg/share/doc/doxygen/examples/define/html/globals.html
 /usr/pkg/share/doc/doxygen/examples/define/html/globals_defs.html
 /usr/pkg/share/doc/doxygen/examples/define/html/index.html
 /usr/pkg/share/doc/doxygen/examples/define/html/installdox
 /usr/pkg/share/doc/doxygen/examples/define/html/search/all_61.html
 /usr/pkg/share/doc/doxygen/examples/define/html/search/all_64.html
 /usr/pkg/share/doc/doxygen/examples/define/html/search/all_6d.html
 /usr/pkg/share/doc/doxygen/examples/define/html/search/close.png
 /usr/pkg/share/doc/doxygen/examples/define/html/search/defines_61.html
 /usr/pkg/share/doc/doxygen/examples/define/html/search/defines_6d.html
 /usr/pkg/share/doc/doxygen/examples/define/html/search/files_64.html
 /usr/pkg/share/doc/doxygen/examples/define/html/search/nomatches.html
 /usr/pkg/share/doc/doxygen/examples/define/html/search/search.css
 /usr/pkg/share/doc/doxygen/examples/define/html/search/search.js
 /usr/pkg/share/doc/doxygen/examples/define/html/search/search.png
 /usr/pkg/share/doc/doxygen/examples/define/html/tab_b.gif
 /usr/pkg/share/doc/doxygen/examples/define/html/tab_l.gif
 /usr/pkg/share/doc/doxygen/examples/define/html/tab_r.gif
 /usr/pkg/share/doc/doxygen/examples/define/html/tabs.css
 /usr/pkg/share/doc/doxygen/examples/diagrams.cfg
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/annotated.html
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_a-members.html
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_a.html
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_a__coll__graph.map=
 
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_a__coll__graph.md5=
 
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_a__coll__graph.png=
 
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_a__inherit__graph.=
 map
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_a__inherit__graph.=
 md5
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_a__inherit__graph.=
 png
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_b-members.html
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_b.html
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_b__coll__graph.map=
 
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_b__coll__graph.md5=
 
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_b__coll__graph.png=
 
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_b__inherit__graph.=
 map
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_b__inherit__graph.=
 md5
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_b__inherit__graph.=
 png
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_c-members.html
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_c.html
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_c__coll__graph.map=
 
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_c__coll__graph.md5=
 
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_c__coll__graph.png=
 
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_c__inherit__graph.=
 map
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_c__inherit__graph.=
 md5
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_c__inherit__graph.=
 png
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_d-members.html
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_d.html
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_d__coll__graph.map=
 
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_d__coll__graph.md5=
 
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_d__coll__graph.png=
 
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_d__inherit__graph.=
 map
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_d__inherit__graph.=
 md5
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_d__inherit__graph.=
 png
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_e-members.html
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_e.html
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_e__coll__graph.map=
 
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_e__coll__graph.md5=
 
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_e__coll__graph.png=
 
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_e__inherit__graph.=
 map
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_e__inherit__graph.=
 md5
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/class_e__inherit__graph.=
 png
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/classes.html
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__a_8h.html
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__a_8h__dep__inc=
 l.map
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__a_8h__dep__inc=
 l.md5
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__a_8h__dep__inc=
 l.png
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__a_8h_source.ht=
 ml
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__b_8h.html
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__b_8h__dep__inc=
 l.map
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__b_8h__dep__inc=
 l.md5
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__b_8h__dep__inc=
 l.png
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__b_8h_source.ht=
 ml
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__c_8h.html
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__c_8h__dep__inc=
 l.map
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__c_8h__dep__inc=
 l.md5
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__c_8h__dep__inc=
 l.png
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__c_8h__incl.map=
 
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__c_8h__incl.md5=
 
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__c_8h__incl.png=
 
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__c_8h_source.ht=
 ml
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__d_8h.html
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__d_8h__dep__inc=
 l.map
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__d_8h__dep__inc=
 l.md5
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__d_8h__dep__inc=
 l.png
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__d_8h__incl.map=
 
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__d_8h__incl.md5=
 
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__d_8h__incl.png=
 
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__d_8h_source.ht=
 ml
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__e_8h.html
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__dep__inc=
 l.map
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__dep__inc=
 l.md5
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__dep__inc=
 l.png
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__incl.map=
 
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__incl.md5=
 
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__e_8h__incl.png=
 
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/diagrams__e_8h_source.ht=
 ml
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/doxygen.css
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/doxygen.png
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/files.html
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/functions.html
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/functions_vars.html
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/graph_legend.dot
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/graph_legend.html
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/graph_legend.png
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/hierarchy.html
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/index.html
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/inherit__graph__0.map
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/inherit__graph__0.md5
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/inherit__graph__0.png
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/inherits.html
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/installdox
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/search/all_61.html
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/search/all_62.html
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/search/all_63.html
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/search/all_64.html
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/search/all_65.html
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/search/all_6d.html
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/search/classes_61.html
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/search/classes_62.html
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/search/classes_63.html
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/search/classes_64.html
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/search/classes_65.html
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/search/close.png
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/search/files_64.html
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/search/nomatches.html
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/search/search.css
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/search/search.js
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/search/search.png
 =
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/search/variables_6d.html=
 
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/tab_b.gif
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/tab_l.gif
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/tab_r.gif
 /usr/pkg/share/doc/doxygen/examples/diagrams/html/tabs.css
 /usr/pkg/share/doc/doxygen/examples/diagrams_a.h
 /usr/pkg/share/doc/doxygen/examples/diagrams_b.h
 /usr/pkg/share/doc/doxygen/examples/diagrams_c.h
 /usr/pkg/share/doc/doxygen/examples/diagrams_d.h
 /usr/pkg/share/doc/doxygen/examples/diagrams_e.h
 /usr/pkg/share/doc/doxygen/examples/docstring.cfg
 /usr/pkg/share/doc/doxygen/examples/docstring.py
 /usr/pkg/share/doc/doxygen/examples/docstring/html/annotated.html
 =
 /usr/pkg/share/doc/doxygen/examples/docstring/html/classdocstring_1_1_py_c=
 lass-members.html
 =
 /usr/pkg/share/doc/doxygen/examples/docstring/html/classdocstring_1_1_py_c=
 lass.html
 /usr/pkg/share/doc/doxygen/examples/docstring/html/classes.html
 /usr/pkg/share/doc/doxygen/examples/docstring/html/docstring_8py.html
 /usr/pkg/share/doc/doxygen/examples/docstring/html/doxygen.css
 /usr/pkg/share/doc/doxygen/examples/docstring/html/doxygen.png
 /usr/pkg/share/doc/doxygen/examples/docstring/html/files.html
 /usr/pkg/share/doc/doxygen/examples/docstring/html/functions.html
 /usr/pkg/share/doc/doxygen/examples/docstring/html/functions_func.html
 /usr/pkg/share/doc/doxygen/examples/docstring/html/index.html
 /usr/pkg/share/doc/doxygen/examples/docstring/html/installdox
 =
 /usr/pkg/share/doc/doxygen/examples/docstring/html/namespacedocstring.html=
 
 /usr/pkg/share/doc/doxygen/examples/docstring/html/namespacemembers.html
 =
 /usr/pkg/share/doc/doxygen/examples/docstring/html/namespacemembers_func.h=
 tml
 /usr/pkg/share/doc/doxygen/examples/docstring/html/namespaces.html
 /usr/pkg/share/doc/doxygen/examples/docstring/html/search/all_5f.html
 /usr/pkg/share/doc/doxygen/examples/docstring/html/search/all_64.html
 /usr/pkg/share/doc/doxygen/examples/docstring/html/search/all_66.html
 /usr/pkg/share/doc/doxygen/examples/docstring/html/search/all_70.html
 =
 /usr/pkg/share/doc/doxygen/examples/docstring/html/search/classes_70.html
 /usr/pkg/share/doc/doxygen/examples/docstring/html/search/close.png
 /usr/pkg/share/doc/doxygen/examples/docstring/html/search/files_64.html
 =
 /usr/pkg/share/doc/doxygen/examples/docstring/html/search/functions_5f.htm=
 l
 =
 /usr/pkg/share/doc/doxygen/examples/docstring/html/search/functions_66.htm=
 l
 =
 /usr/pkg/share/doc/doxygen/examples/docstring/html/search/functions_70.htm=
 l
 =
 /usr/pkg/share/doc/doxygen/examples/docstring/html/search/namespaces_64.ht=
 ml
 /usr/pkg/share/doc/doxygen/examples/docstring/html/search/nomatches.html
 /usr/pkg/share/doc/doxygen/examples/docstring/html/search/search.css
 /usr/pkg/share/doc/doxygen/examples/docstring/html/search/search.js
 /usr/pkg/share/doc/doxygen/examples/docstring/html/search/search.png
 /usr/pkg/share/doc/doxygen/examples/docstring/html/tab_b.gif
 /usr/pkg/share/doc/doxygen/examples/docstring/html/tab_l.gif
 /usr/pkg/share/doc/doxygen/examples/docstring/html/tab_r.gif
 /usr/pkg/share/doc/doxygen/examples/docstring/html/tabs.css
 /usr/pkg/share/doc/doxygen/examples/enum.cfg
 /usr/pkg/share/doc/doxygen/examples/enum.h
 /usr/pkg/share/doc/doxygen/examples/enum/html/annotated.html
 /usr/pkg/share/doc/doxygen/examples/enum/html/class_test-members.html
 /usr/pkg/share/doc/doxygen/examples/enum/html/class_test.html
 /usr/pkg/share/doc/doxygen/examples/enum/html/classes.html
 /usr/pkg/share/doc/doxygen/examples/enum/html/doxygen.css
 /usr/pkg/share/doc/doxygen/examples/enum/html/doxygen.png
 /usr/pkg/share/doc/doxygen/examples/enum/html/enum_8h_source.html
 /usr/pkg/share/doc/doxygen/examples/enum/html/files.html
 /usr/pkg/share/doc/doxygen/examples/enum/html/functions.html
 /usr/pkg/share/doc/doxygen/examples/enum/html/functions_enum.html
 /usr/pkg/share/doc/doxygen/examples/enum/html/functions_eval.html
 /usr/pkg/share/doc/doxygen/examples/enum/html/index.html
 /usr/pkg/share/doc/doxygen/examples/enum/html/installdox
 /usr/pkg/share/doc/doxygen/examples/enum/html/search/all_61.html
 /usr/pkg/share/doc/doxygen/examples/enum/html/search/all_74.html
 /usr/pkg/share/doc/doxygen/examples/enum/html/search/all_76.html
 /usr/pkg/share/doc/doxygen/examples/enum/html/search/classes_74.html
 /usr/pkg/share/doc/doxygen/examples/enum/html/search/close.png
 /usr/pkg/share/doc/doxygen/examples/enum/html/search/enums_61.html
 /usr/pkg/share/doc/doxygen/examples/enum/html/search/enums_74.html
 /usr/pkg/share/doc/doxygen/examples/enum/html/search/enumvalues_76.html
 /usr/pkg/share/doc/doxygen/examples/enum/html/search/nomatches.html
 /usr/pkg/share/doc/doxygen/examples/enum/html/search/search.css
 /usr/pkg/share/doc/doxygen/examples/enum/html/search/search.js
 /usr/pkg/share/doc/doxygen/examples/enum/html/search/search.png
 /usr/pkg/share/doc/doxygen/examples/enum/html/tab_b.gif
 /usr/pkg/share/doc/doxygen/examples/enum/html/tab_l.gif
 /usr/pkg/share/doc/doxygen/examples/enum/html/tab_r.gif
 /usr/pkg/share/doc/doxygen/examples/enum/html/tabs.css
 /usr/pkg/share/doc/doxygen/examples/example.cfg
 /usr/pkg/share/doc/doxygen/examples/example.cpp
 /usr/pkg/share/doc/doxygen/examples/example.tag
 /usr/pkg/share/doc/doxygen/examples/example/html/annotated.html
 /usr/pkg/share/doc/doxygen/examples/example/html/class_test-members.html
 /usr/pkg/share/doc/doxygen/examples/example/html/class_test.html
 /usr/pkg/share/doc/doxygen/examples/example/html/classes.html
 /usr/pkg/share/doc/doxygen/examples/example/html/doxygen.css
 /usr/pkg/share/doc/doxygen/examples/example/html/doxygen.png
 =
 /usr/pkg/share/doc/doxygen/examples/example/html/example__test.cpp-example=
 .html
 /usr/pkg/share/doc/doxygen/examples/example/html/examples.html
 /usr/pkg/share/doc/doxygen/examples/example/html/functions.html
 /usr/pkg/share/doc/doxygen/examples/example/html/functions_func.html
 /usr/pkg/share/doc/doxygen/examples/example/html/index.html
 /usr/pkg/share/doc/doxygen/examples/example/html/installdox
 /usr/pkg/share/doc/doxygen/examples/example/html/search/all_65.html
 /usr/pkg/share/doc/doxygen/examples/example/html/search/all_74.html
 /usr/pkg/share/doc/doxygen/examples/example/html/search/classes_74.html
 /usr/pkg/share/doc/doxygen/examples/example/html/search/close.png
 =
 /usr/pkg/share/doc/doxygen/examples/example/html/search/functions_65.html
 /usr/pkg/share/doc/doxygen/examples/example/html/search/nomatches.html
 /usr/pkg/share/doc/doxygen/examples/example/html/search/search.css
 /usr/pkg/share/doc/doxygen/examples/example/html/search/search.js
 /usr/pkg/share/doc/doxygen/examples/example/html/search/search.png
 /usr/pkg/share/doc/doxygen/examples/example/html/tab_b.gif
 /usr/pkg/share/doc/doxygen/examples/example/html/tab_l.gif
 /usr/pkg/share/doc/doxygen/examples/example/html/tab_r.gif
 /usr/pkg/share/doc/doxygen/examples/example/html/tabs.css
 /usr/pkg/share/doc/doxygen/examples/example_test.cpp
 /usr/pkg/share/doc/doxygen/examples/file.cfg
 /usr/pkg/share/doc/doxygen/examples/file.h
 /usr/pkg/share/doc/doxygen/examples/file/html/doxygen.css
 /usr/pkg/share/doc/doxygen/examples/file/html/doxygen.png
 /usr/pkg/share/doc/doxygen/examples/file/html/file_8h.html
 /usr/pkg/share/doc/doxygen/examples/file/html/file_8h_source.html
 /usr/pkg/share/doc/doxygen/examples/file/html/files.html
 /usr/pkg/share/doc/doxygen/examples/file/html/globals.html
 /usr/pkg/share/doc/doxygen/examples/file/html/globals_vars.html
 /usr/pkg/share/doc/doxygen/examples/file/html/index.html
 /usr/pkg/share/doc/doxygen/examples/file/html/installdox
 /usr/pkg/share/doc/doxygen/examples/file/html/search/all_66.html
 /usr/pkg/share/doc/doxygen/examples/file/html/search/all_67.html
 /usr/pkg/share/doc/doxygen/examples/file/html/search/close.png
 /usr/pkg/share/doc/doxygen/examples/file/html/search/files_66.html
 /usr/pkg/share/doc/doxygen/examples/file/html/search/nomatches.html
 /usr/pkg/share/doc/doxygen/examples/file/html/search/search.css
 /usr/pkg/share/doc/doxygen/examples/file/html/search/search.js
 /usr/pkg/share/doc/doxygen/examples/file/html/search/search.png
 /usr/pkg/share/doc/doxygen/examples/file/html/search/variables_67.html
 /usr/pkg/share/doc/doxygen/examples/file/html/tab_b.gif
 /usr/pkg/share/doc/doxygen/examples/file/html/tab_l.gif
 /usr/pkg/share/doc/doxygen/examples/file/html/tab_r.gif
 /usr/pkg/share/doc/doxygen/examples/file/html/tabs.css
 /usr/pkg/share/doc/doxygen/examples/func.cfg
 /usr/pkg/share/doc/doxygen/examples/func.h
 /usr/pkg/share/doc/doxygen/examples/func/html/annotated.html
 /usr/pkg/share/doc/doxygen/examples/func/html/class_test-members.html
 /usr/pkg/share/doc/doxygen/examples/func/html/class_test.html
 /usr/pkg/share/doc/doxygen/examples/func/html/classes.html
 /usr/pkg/share/doc/doxygen/examples/func/html/doxygen.css
 /usr/pkg/share/doc/doxygen/examples/func/html/doxygen.png
 /usr/pkg/share/doc/doxygen/examples/func/html/files.html
 /usr/pkg/share/doc/doxygen/examples/func/html/func_8h_source.html
 /usr/pkg/share/doc/doxygen/examples/func/html/functions.html
 /usr/pkg/share/doc/doxygen/examples/func/html/functions_func.html
 /usr/pkg/share/doc/doxygen/examples/func/html/index.html
 /usr/pkg/share/doc/doxygen/examples/func/html/installdox
 /usr/pkg/share/doc/doxygen/examples/func/html/search/all_6d.html
 /usr/pkg/share/doc/doxygen/examples/func/html/search/all_74.html
 /usr/pkg/share/doc/doxygen/examples/func/html/search/classes_74.html
 /usr/pkg/share/doc/doxygen/examples/func/html/search/close.png
 /usr/pkg/share/doc/doxygen/examples/func/html/search/functions_6d.html
 /usr/pkg/share/doc/doxygen/examples/func/html/search/nomatches.html
 /usr/pkg/share/doc/doxygen/examples/func/html/search/search.css
 /usr/pkg/share/doc/doxygen/examples/func/html/search/search.js
 /usr/pkg/share/doc/doxygen/examples/func/html/search/search.png
 /usr/pkg/share/doc/doxygen/examples/func/html/tab_b.gif
 /usr/pkg/share/doc/doxygen/examples/func/html/tab_l.gif
 /usr/pkg/share/doc/doxygen/examples/func/html/tab_r.gif
 /usr/pkg/share/doc/doxygen/examples/func/html/tabs.css
 /usr/pkg/share/doc/doxygen/examples/group.cfg
 /usr/pkg/share/doc/doxygen/examples/group.cpp
 /usr/pkg/share/doc/doxygen/examples/group/html/annotated.html
 /usr/pkg/share/doc/doxygen/examples/group/html/class_c1.html
 /usr/pkg/share/doc/doxygen/examples/group/html/class_c2.html
 /usr/pkg/share/doc/doxygen/examples/group/html/class_c3.html
 /usr/pkg/share/doc/doxygen/examples/group/html/class_c4.html
 /usr/pkg/share/doc/doxygen/examples/group/html/class_c5.html
 /usr/pkg/share/doc/doxygen/examples/group/html/classes.html
 /usr/pkg/share/doc/doxygen/examples/group/html/doxygen.css
 /usr/pkg/share/doc/doxygen/examples/group/html/doxygen.png
 /usr/pkg/share/doc/doxygen/examples/group/html/files.html
 /usr/pkg/share/doc/doxygen/examples/group/html/globals.html
 /usr/pkg/share/doc/doxygen/examples/group/html/globals_func.html
 /usr/pkg/share/doc/doxygen/examples/group/html/group_8cpp.html
 /usr/pkg/share/doc/doxygen/examples/group/html/group__group1.html
 /usr/pkg/share/doc/doxygen/examples/group/html/group__group2.html
 /usr/pkg/share/doc/doxygen/examples/group/html/group__group3.html
 /usr/pkg/share/doc/doxygen/examples/group/html/group__group4.html
 /usr/pkg/share/doc/doxygen/examples/group/html/group__group5.html
 /usr/pkg/share/doc/doxygen/examples/group/html/index.html
 /usr/pkg/share/doc/doxygen/examples/group/html/installdox
 /usr/pkg/share/doc/doxygen/examples/group/html/modules.html
 /usr/pkg/share/doc/doxygen/examples/group/html/namespace_n1.html
 /usr/pkg/share/doc/doxygen/examples/group/html/namespaces.html
 /usr/pkg/share/doc/doxygen/examples/group/html/search/all_63.html
 /usr/pkg/share/doc/doxygen/examples/group/html/search/all_66.html
 /usr/pkg/share/doc/doxygen/examples/group/html/search/all_67.html
 /usr/pkg/share/doc/doxygen/examples/group/html/search/all_6e.html
 /usr/pkg/share/doc/doxygen/examples/group/html/search/classes_63.html
 /usr/pkg/share/doc/doxygen/examples/group/html/search/close.png
 /usr/pkg/share/doc/doxygen/examples/group/html/search/files_67.html
 /usr/pkg/share/doc/doxygen/examples/group/html/search/functions_66.html
 /usr/pkg/share/doc/doxygen/examples/group/html/search/namespaces_6e.html
 /usr/pkg/share/doc/doxygen/examples/group/html/search/nomatches.html
 /usr/pkg/share/doc/doxygen/examples/group/html/search/search.css
 /usr/pkg/share/doc/doxygen/examples/group/html/search/search.js
 /usr/pkg/share/doc/doxygen/examples/group/html/search/search.png
 /usr/pkg/share/doc/doxygen/examples/group/html/tab_b.gif
 /usr/pkg/share/doc/doxygen/examples/group/html/tab_l.gif
 /usr/pkg/share/doc/doxygen/examples/group/html/tab_r.gif
 /usr/pkg/share/doc/doxygen/examples/group/html/tabs.css
 /usr/pkg/share/doc/doxygen/examples/include.cfg
 /usr/pkg/share/doc/doxygen/examples/include.cpp
 /usr/pkg/share/doc/doxygen/examples/include/html/annotated.html
 /usr/pkg/share/doc/doxygen/examples/include/html/class_test-members.html
 /usr/pkg/share/doc/doxygen/examples/include/html/class_test.html
 /usr/pkg/share/doc/doxygen/examples/include/html/classes.html
 /usr/pkg/share/doc/doxygen/examples/include/html/doxygen.css
 /usr/pkg/share/doc/doxygen/examples/include/html/doxygen.png
 /usr/pkg/share/doc/doxygen/examples/include/html/example.html
 /usr/pkg/share/doc/doxygen/examples/include/html/functions.html
 /usr/pkg/share/doc/doxygen/examples/include/html/functions_func.html
 /usr/pkg/share/doc/doxygen/examples/include/html/index.html
 /usr/pkg/share/doc/doxygen/examples/include/html/installdox
 /usr/pkg/share/doc/doxygen/examples/include/html/pages.html
 /usr/pkg/share/doc/doxygen/examples/include/html/search/all_65.html
 /usr/pkg/share/doc/doxygen/examples/include/html/search/all_74.html
 /usr/pkg/share/doc/doxygen/examples/include/html/search/classes_74.html
 /usr/pkg/share/doc/doxygen/examples/include/html/search/close.png
 =
 /usr/pkg/share/doc/doxygen/examples/include/html/search/functions_65.html
 /usr/pkg/share/doc/doxygen/examples/include/html/search/nomatches.html
 /usr/pkg/share/doc/doxygen/examples/include/html/search/search.css
 /usr/pkg/share/doc/doxygen/examples/include/html/search/search.js
 /usr/pkg/share/doc/doxygen/examples/include/html/search/search.png
 /usr/pkg/share/doc/doxygen/examples/include/html/tab_b.gif
 /usr/pkg/share/doc/doxygen/examples/include/html/tab_l.gif
 /usr/pkg/share/doc/doxygen/examples/include/html/tab_r.gif
 /usr/pkg/share/doc/doxygen/examples/include/html/tabs.css
 /usr/pkg/share/doc/doxygen/examples/jdstyle.cfg
 /usr/pkg/share/doc/doxygen/examples/jdstyle.cpp
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/annotated.html
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/class_test-members.html
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/class_test.html
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/classes.html
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/doxygen.css
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/doxygen.png
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/functions.html
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/functions_enum.html
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/functions_eval.html
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/functions_func.html
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/functions_vars.html
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/index.html
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/installdox
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/search/all_65.html
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/search/all_68.html
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/search/all_70.html
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/search/all_74.html
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/search/all_7e.html
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/search/classes_74.html
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/search/close.png
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/search/enums_74.html
 =
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/search/enumvalues_74.html=
 
 =
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/search/functions_74.html
 =
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/search/functions_7e.html
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/search/nomatches.html
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/search/search.css
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/search/search.js
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/search/search.png
 =
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/search/variables_65.html
 =
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/search/variables_68.html
 =
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/search/variables_70.html
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/tab_b.gif
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/tab_l.gif
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/tab_r.gif
 /usr/pkg/share/doc/doxygen/examples/jdstyle/html/tabs.css
 /usr/pkg/share/doc/doxygen/examples/manual.c
 /usr/pkg/share/doc/doxygen/examples/manual.cfg
 /usr/pkg/share/doc/doxygen/examples/manual/html/annotated.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/classes.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/doxygen.css
 /usr/pkg/share/doc/doxygen/examples/manual/html/doxygen.png
 /usr/pkg/share/doc/doxygen/examples/manual/html/files.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/functions.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/functions_func.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/functions_vars.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/globals.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/globals_func.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/hierarchy.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/index.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/installdox
 /usr/pkg/share/doc/doxygen/examples/manual/html/manual_8c.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/search/all_62.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/search/all_63.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/search/all_6d.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/search/all_6f.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/search/all_72.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/search/all_74.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/search/all_76.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/search/classes_63.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/search/classes_6f.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/search/classes_74.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/search/classes_76.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/search/close.png
 /usr/pkg/share/doc/doxygen/examples/manual/html/search/files_6d.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/search/functions_6d.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/search/functions_6f.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/search/functions_76.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/search/nomatches.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/search/search.css
 /usr/pkg/share/doc/doxygen/examples/manual/html/search/search.js
 /usr/pkg/share/doc/doxygen/examples/manual/html/search/search.png
 /usr/pkg/share/doc/doxygen/examples/manual/html/search/variables_62.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/search/variables_72.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/struct_car-members.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/struct_car.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/struct_car.png
 =
 /usr/pkg/share/doc/doxygen/examples/manual/html/struct_object-members.html=
 
 /usr/pkg/share/doc/doxygen/examples/manual/html/struct_object.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/struct_object.png
 =
 /usr/pkg/share/doc/doxygen/examples/manual/html/struct_truck-members.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/struct_truck.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/struct_truck.png
 =
 /usr/pkg/share/doc/doxygen/examples/manual/html/struct_vehicle-members.htm=
 l
 /usr/pkg/share/doc/doxygen/examples/manual/html/struct_vehicle.html
 /usr/pkg/share/doc/doxygen/examples/manual/html/struct_vehicle.png
 /usr/pkg/share/doc/doxygen/examples/manual/html/tab_b.gif
 /usr/pkg/share/doc/doxygen/examples/manual/html/tab_l.gif
 /usr/pkg/share/doc/doxygen/examples/manual/html/tab_r.gif
 /usr/pkg/share/doc/doxygen/examples/manual/html/tabs.css
 /usr/pkg/share/doc/doxygen/examples/memgrp.cfg
 /usr/pkg/share/doc/doxygen/examples/memgrp.cpp
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/annotated.html
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/class_test-members.html
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/class_test.html
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/classes.html
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/doxygen.css
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/doxygen.png
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/files.html
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/functions.html
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/functions_func.html
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/globals.html
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/globals_defs.html
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/globals_func.html
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/index.html
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/installdox
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/memgrp_8cpp.html
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/search/all_61.html
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/search/all_62.html
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/search/all_66.html
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/search/all_67.html
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/search/all_6d.html
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/search/all_74.html
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/search/all_75.html
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/search/classes_74.html
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/search/close.png
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/search/defines_61.html
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/search/defines_62.html
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/search/files_6d.html
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/search/functions_66.html
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/search/functions_67.html
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/search/functions_75.html
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/search/nomatches.html
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/search/search.css
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/search/search.js
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/search/search.png
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/tab_b.gif
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/tab_l.gif
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/tab_r.gif
 /usr/pkg/share/doc/doxygen/examples/memgrp/html/tabs.css
 /usr/pkg/share/doc/doxygen/examples/mux.cfg
 /usr/pkg/share/doc/doxygen/examples/mux.vhdl
 /usr/pkg/share/doc/doxygen/examples/mux/html/annotated.html
 /usr/pkg/share/doc/doxygen/examples/mux/html/classes.html
 =
 /usr/pkg/share/doc/doxygen/examples/mux/html/classmux__using__with-members=
 .html
 /usr/pkg/share/doc/doxygen/examples/mux/html/classmux__using__with.html
 /usr/pkg/share/doc/doxygen/examples/mux/html/classmux__using__with.png
 =
 /usr/pkg/share/doc/doxygen/examples/mux/html/classmux__using__with_1_1beha=
 vior.html
 =
 /usr/pkg/share/doc/doxygen/examples/mux/html/classmux__using__with_1_1beha=
 vior.png
 /usr/pkg/share/doc/doxygen/examples/mux/html/doxygen.css
 /usr/pkg/share/doc/doxygen/examples/mux/html/doxygen.png
 /usr/pkg/share/doc/doxygen/examples/mux/html/files.html
 /usr/pkg/share/doc/doxygen/examples/mux/html/functions.html
 /usr/pkg/share/doc/doxygen/examples/mux/html/functions_vars.html
 /usr/pkg/share/doc/doxygen/examples/mux/html/hierarchy.html
 /usr/pkg/share/doc/doxygen/examples/mux/html/index.html
 /usr/pkg/share/doc/doxygen/examples/mux/html/installdox
 /usr/pkg/share/doc/doxygen/examples/mux/html/mux_8vhdl.html
 /usr/pkg/share/doc/doxygen/examples/mux/html/search/all_62.html
 /usr/pkg/share/doc/doxygen/examples/mux/html/search/all_64.html
 /usr/pkg/share/doc/doxygen/examples/mux/html/search/all_69.html
 /usr/pkg/share/doc/doxygen/examples/mux/html/search/all_6d.html
 /usr/pkg/share/doc/doxygen/examples/mux/html/search/all_73.html
 /usr/pkg/share/doc/doxygen/examples/mux/html/search/classes_62.html
 /usr/pkg/share/doc/doxygen/examples/mux/html/search/classes_6d.html
 /usr/pkg/share/doc/doxygen/examples/mux/html/search/close.png
 /usr/pkg/share/doc/doxygen/examples/mux/html/search/files_6d.html
 /usr/pkg/share/doc/doxygen/examples/mux/html/search/nomatches.html
 /usr/pkg/share/doc/doxygen/examples/mux/html/search/search.css
 /usr/pkg/share/doc/doxygen/examples/mux/html/search/search.js
 /usr/pkg/share/doc/doxygen/examples/mux/html/search/search.png
 /usr/pkg/share/doc/doxygen/examples/mux/html/search/variables_64.html
 /usr/pkg/share/doc/doxygen/examples/mux/html/search/variables_69.html
 /usr/pkg/share/doc/doxygen/examples/mux/html/search/variables_6d.html
 /usr/pkg/share/doc/doxygen/examples/mux/html/search/variables_73.html
 /usr/pkg/share/doc/doxygen/examples/mux/html/tab_b.gif
 /usr/pkg/share/doc/doxygen/examples/mux/html/tab_l.gif
 /usr/pkg/share/doc/doxygen/examples/mux/html/tab_r.gif
 /usr/pkg/share/doc/doxygen/examples/mux/html/tabs.css
 /usr/pkg/share/doc/doxygen/examples/overload.cfg
 /usr/pkg/share/doc/doxygen/examples/overload.cpp
 /usr/pkg/share/doc/doxygen/examples/overload/html/annotated.html
 =
 /usr/pkg/share/doc/doxygen/examples/overload/html/class_test-members.html
 /usr/pkg/share/doc/doxygen/examples/overload/html/class_test.html
 /usr/pkg/share/doc/doxygen/examples/overload/html/classes.html
 /usr/pkg/share/doc/doxygen/examples/overload/html/doxygen.css
 /usr/pkg/share/doc/doxygen/examples/overload/html/doxygen.png
 /usr/pkg/share/doc/doxygen/examples/overload/html/functions.html
 /usr/pkg/share/doc/doxygen/examples/overload/html/functions_func.html
 /usr/pkg/share/doc/doxygen/examples/overload/html/index.html
 /usr/pkg/share/doc/doxygen/examples/overload/html/installdox
 /usr/pkg/share/doc/doxygen/examples/overload/html/search/all_64.html
 /usr/pkg/share/doc/doxygen/examples/overload/html/search/all_74.html
 /usr/pkg/share/doc/doxygen/examples/overload/html/search/classes_74.html
 /usr/pkg/share/doc/doxygen/examples/overload/html/search/close.png
 =
 /usr/pkg/share/doc/doxygen/examples/overload/html/search/functions_64.html=
 
 /usr/pkg/share/doc/doxygen/examples/overload/html/search/nomatches.html
 /usr/pkg/share/doc/doxygen/examples/overload/html/search/search.css
 /usr/pkg/share/doc/doxygen/examples/overload/html/search/search.js
 /usr/pkg/share/doc/doxygen/examples/overload/html/search/search.png
 /usr/pkg/share/doc/doxygen/examples/overload/html/tab_b.gif
 /usr/pkg/share/doc/doxygen/examples/overload/html/tab_l.gif
 /usr/pkg/share/doc/doxygen/examples/overload/html/tab_r.gif
 /usr/pkg/share/doc/doxygen/examples/overload/html/tabs.css
 /usr/pkg/share/doc/doxygen/examples/page.cfg
 /usr/pkg/share/doc/doxygen/examples/page.doc
 /usr/pkg/share/doc/doxygen/examples/page/html/doxygen.css
 /usr/pkg/share/doc/doxygen/examples/page/html/doxygen.png
 /usr/pkg/share/doc/doxygen/examples/page/html/index.html
 /usr/pkg/share/doc/doxygen/examples/page/html/installdox
 /usr/pkg/share/doc/doxygen/examples/page/html/page1.html
 /usr/pkg/share/doc/doxygen/examples/page/html/page2.html
 /usr/pkg/share/doc/doxygen/examples/page/html/pages.html
 /usr/pkg/share/doc/doxygen/examples/page/html/search/close.png
 /usr/pkg/share/doc/doxygen/examples/page/html/search/nomatches.html
 /usr/pkg/share/doc/doxygen/examples/page/html/search/search.css
 /usr/pkg/share/doc/doxygen/examples/page/html/search/search.js
 /usr/pkg/share/doc/doxygen/examples/page/html/search/search.png
 /usr/pkg/share/doc/doxygen/examples/page/html/tab_b.gif
 /usr/pkg/share/doc/doxygen/examples/page/html/tab_l.gif
 /usr/pkg/share/doc/doxygen/examples/page/html/tab_r.gif
 /usr/pkg/share/doc/doxygen/examples/page/html/tabs.css
 /usr/pkg/share/doc/doxygen/examples/par.cfg
 /usr/pkg/share/doc/doxygen/examples/par.cpp
 /usr/pkg/share/doc/doxygen/examples/par/html/annotated.html
 /usr/pkg/share/doc/doxygen/examples/par/html/class_test.html
 /usr/pkg/share/doc/doxygen/examples/par/html/classes.html
 /usr/pkg/share/doc/doxygen/examples/par/html/doxygen.css
 /usr/pkg/share/doc/doxygen/examples/par/html/doxygen.png
 /usr/pkg/share/doc/doxygen/examples/par/html/index.html
 /usr/pkg/share/doc/doxygen/examples/par/html/installdox
 /usr/pkg/share/doc/doxygen/examples/par/html/search/all_74.html
 /usr/pkg/share/doc/doxygen/examples/par/html/search/classes_74.html
 /usr/pkg/share/doc/doxygen/examples/par/html/search/close.png
 /usr/pkg/share/doc/doxygen/examples/par/html/search/nomatches.html
 /usr/pkg/share/doc/doxygen/examples/par/html/search/search.css
 /usr/pkg/share/doc/doxygen/examples/par/html/search/search.js
 /usr/pkg/share/doc/doxygen/examples/par/html/search/search.png
 /usr/pkg/share/doc/doxygen/examples/par/html/tab_b.gif
 /usr/pkg/share/doc/doxygen/examples/par/html/tab_l.gif
 /usr/pkg/share/doc/doxygen/examples/par/html/tab_r.gif
 /usr/pkg/share/doc/doxygen/examples/par/html/tabs.css
 /usr/pkg/share/doc/doxygen/examples/pyexample.cfg
 /usr/pkg/share/doc/doxygen/examples/pyexample.py
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/annotated.html
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/classes.html
 =
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/classpyexample_1_1_py_c=
 lass-members.html
 =
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/classpyexample_1_1_py_c=
 lass.html
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/doxygen.css
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/doxygen.png
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/functions.html
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/functions_func.html
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/functions_vars.html
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/index.html
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/installdox
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/namespacemembers.html
 =
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/namespacemembers_func.h=
 tml
 =
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/namespacepyexample.html=
 
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/namespaces.html
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/search/all_5f.html
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/search/all_63.html
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/search/all_66.html
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/search/all_70.html
 =
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/search/classes_70.html
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/search/close.png
 =
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/search/functions_5f.htm=
 l
 =
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/search/functions_66.htm=
 l
 =
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/search/functions_70.htm=
 l
 =
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/search/namespaces_70.ht=
 ml
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/search/nomatches.html
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/search/search.css
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/search/search.js
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/search/search.png
 =
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/search/variables_63.htm=
 l
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/tab_b.gif
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/tab_l.gif
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/tab_r.gif
 /usr/pkg/share/doc/doxygen/examples/pyexample/html/tabs.css
 /usr/pkg/share/doc/doxygen/examples/qtstyle.cfg
 /usr/pkg/share/doc/doxygen/examples/qtstyle.cpp
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/annotated.html
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/class_test-members.html
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/class_test.html
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/classes.html
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/doxygen.css
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/doxygen.png
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/functions.html
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/functions_enum.html
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/functions_eval.html
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/functions_func.html
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/functions_vars.html
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/index.html
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/installdox
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/search/all_65.html
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/search/all_68.html
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/search/all_70.html
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/search/all_74.html
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/search/all_7e.html
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/search/classes_74.html
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/search/close.png
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/search/enums_74.html
 =
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/search/enumvalues_74.html=
 
 =
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/search/functions_74.html
 =
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/search/functions_7e.html
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/search/nomatches.html
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/search/search.css
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/search/search.js
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/search/search.png
 =
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/search/variables_65.html
 =
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/search/variables_68.html
 =
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/search/variables_70.html
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/tab_b.gif
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/tab_l.gif
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/tab_r.gif
 /usr/pkg/share/doc/doxygen/examples/qtstyle/html/tabs.css
 /usr/pkg/share/doc/doxygen/examples/relates.cfg
 /usr/pkg/share/doc/doxygen/examples/relates.cpp
 /usr/pkg/share/doc/doxygen/examples/relates/html/annotated.html
 =
 /usr/pkg/share/doc/doxygen/examples/relates/html/class_string-members.html=
 
 /usr/pkg/share/doc/doxygen/examples/relates/html/class_string.html
 /usr/pkg/share/doc/doxygen/examples/relates/html/classes.html
 /usr/pkg/share/doc/doxygen/examples/relates/html/doxygen.css
 /usr/pkg/share/doc/doxygen/examples/relates/html/doxygen.png
 /usr/pkg/share/doc/doxygen/examples/relates/html/functions.html
 /usr/pkg/share/doc/doxygen/examples/relates/html/functions_func.html
 /usr/pkg/share/doc/doxygen/examples/relates/html/functions_rela.html
 /usr/pkg/share/doc/doxygen/examples/relates/html/index.html
 /usr/pkg/share/doc/doxygen/examples/relates/html/installdox
 /usr/pkg/share/doc/doxygen/examples/relates/html/search/all_73.html
 /usr/pkg/share/doc/doxygen/examples/relates/html/search/classes_73.html
 /usr/pkg/share/doc/doxygen/examples/relates/html/search/close.png
 =
 /usr/pkg/share/doc/doxygen/examples/relates/html/search/functions_73.html
 /usr/pkg/share/doc/doxygen/examples/relates/html/search/nomatches.html
 /usr/pkg/share/doc/doxygen/examples/relates/html/search/related_73.html
 /usr/pkg/share/doc/doxygen/examples/relates/html/search/search.css
 /usr/pkg/share/doc/doxygen/examples/relates/html/search/search.js
 /usr/pkg/share/doc/doxygen/examples/relates/html/search/search.png
 /usr/pkg/share/doc/doxygen/examples/relates/html/tab_b.gif
 /usr/pkg/share/doc/doxygen/examples/relates/html/tab_l.gif
 /usr/pkg/share/doc/doxygen/examples/relates/html/tab_r.gif
 /usr/pkg/share/doc/doxygen/examples/relates/html/tabs.css
 /usr/pkg/share/doc/doxygen/examples/restypedef.cfg
 /usr/pkg/share/doc/doxygen/examples/restypedef.cpp
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/annotated.html
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/classes.html
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/doxygen.css
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/doxygen.png
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/files.html
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/functions.html
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/functions_vars.html
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/globals.html
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/globals_func.html
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/globals_type.html
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/index.html
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/installdox
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/restypedef_8cpp.html
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/search/all_61.html
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/search/all_63.html
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/search/all_72.html
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/search/all_78.html
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/search/all_79.html
 =
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/search/classes_63.html=
 
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/search/close.png
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/search/files_72.html
 =
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/search/functions_61.ht=
 ml
 =
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/search/nomatches.html
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/search/search.css
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/search/search.js
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/search/search.png
 =
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/search/typedefs_63.htm=
 l
 =
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/search/variables_78.ht=
 ml
 =
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/search/variables_79.ht=
 ml
 =
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/struct_coord_struct-me=
 mbers.html
 =
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/struct_coord_struct.ht=
 ml
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/tab_b.gif
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/tab_l.gif
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/tab_r.gif
 /usr/pkg/share/doc/doxygen/examples/restypedef/html/tabs.css
 /usr/pkg/share/doc/doxygen/examples/structcmd.cfg
 /usr/pkg/share/doc/doxygen/examples/structcmd.h
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/doxygen.css
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/doxygen.png
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/files.html
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/globals.html
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/globals_defs.html
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/globals_func.html
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/globals_type.html
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/globals_vars.html
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/index.html
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/installdox
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/search/all_63.html
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/search/all_65.html
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/search/all_6d.html
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/search/all_6f.html
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/search/all_72.html
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/search/all_73.html
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/search/all_75.html
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/search/all_77.html
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/search/close.png
 =
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/search/defines_6d.html
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/search/files_73.html
 =
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/search/functions_63.htm=
 l
 =
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/search/functions_6f.htm=
 l
 =
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/search/functions_72.htm=
 l
 =
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/search/functions_77.htm=
 l
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/search/nomatches.html
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/search/search.css
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/search/search.js
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/search/search.png
 =
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/search/typedefs_75.html=
 
 =
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/search/variables_65.htm=
 l
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/structcmd_8h.html
 =
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/structcmd_8h_source.htm=
 l
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/tab_b.gif
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/tab_l.gif
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/tab_r.gif
 /usr/pkg/share/doc/doxygen/examples/structcmd/html/tabs.css
 /usr/pkg/share/doc/doxygen/examples/tag.cfg
 /usr/pkg/share/doc/doxygen/examples/tag.cpp
 /usr/pkg/share/doc/doxygen/examples/tag/html/annotated.html
 /usr/pkg/share/doc/doxygen/examples/tag/html/class_tag-members.html
 /usr/pkg/share/doc/doxygen/examples/tag/html/class_tag.html
 /usr/pkg/share/doc/doxygen/examples/tag/html/class_tag.png
 /usr/pkg/share/doc/doxygen/examples/tag/html/classes.html
 /usr/pkg/share/doc/doxygen/examples/tag/html/doxygen.css
 /usr/pkg/share/doc/doxygen/examples/tag/html/doxygen.png
 /usr/pkg/share/doc/doxygen/examples/tag/html/functions.html
 /usr/pkg/share/doc/doxygen/examples/tag/html/functions_func.html
 /usr/pkg/share/doc/doxygen/examples/tag/html/hierarchy.html
 /usr/pkg/share/doc/doxygen/examples/tag/html/index.html
 /usr/pkg/share/doc/doxygen/examples/tag/html/installdox
 /usr/pkg/share/doc/doxygen/examples/tag/html/search/all_65.html
 /usr/pkg/share/doc/doxygen/examples/tag/html/search/all_74.html
 /usr/pkg/share/doc/doxygen/examples/tag/html/search/classes_74.html
 /usr/pkg/share/doc/doxygen/examples/tag/html/search/close.png
 /usr/pkg/share/doc/doxygen/examples/tag/html/search/functions_65.html
 /usr/pkg/share/doc/doxygen/examples/tag/html/search/nomatches.html
 /usr/pkg/share/doc/doxygen/examples/tag/html/search/search.css
 /usr/pkg/share/doc/doxygen/examples/tag/html/search/search.js
 /usr/pkg/share/doc/doxygen/examples/tag/html/search/search.png
 /usr/pkg/share/doc/doxygen/examples/tag/html/tab_b.gif
 /usr/pkg/share/doc/doxygen/examples/tag/html/tab_l.gif
 /usr/pkg/share/doc/doxygen/examples/tag/html/tab_r.gif
 /usr/pkg/share/doc/doxygen/examples/tag/html/tabs.css
 /usr/pkg/share/doc/doxygen/examples/templ.cfg
 /usr/pkg/share/doc/doxygen/examples/templ.cpp
 /usr/pkg/share/doc/doxygen/examples/template/html/annotated.html
 =
 /usr/pkg/share/doc/doxygen/examples/template/html/class_test-members.html
 /usr/pkg/share/doc/doxygen/examples/template/html/class_test.html
 =
 /usr/pkg/share/doc/doxygen/examples/template/html/class_test_3_01_t_01_5_0=
 1_4-members.html
 =
 /usr/pkg/share/doc/doxygen/examples/template/html/class_test_3_01_t_01_5_0=
 1_4.html
 =
 /usr/pkg/share/doc/doxygen/examples/template/html/class_test_3_01_t_01_5_0=
 1_4.png
 =
 /usr/pkg/share/doc/doxygen/examples/template/html/class_test_3_01void_01_5=
 _00_01200_01_4-members.html
 =
 /usr/pkg/share/doc/doxygen/examples/template/html/class_test_3_01void_01_5=
 _00_01200_01_4.html
 =
 /usr/pkg/share/doc/doxygen/examples/template/html/class_test_3_01void_01_5=
 _00_01200_01_4.png
 /usr/pkg/share/doc/doxygen/examples/template/html/classes.html
 /usr/pkg/share/doc/doxygen/examples/template/html/doxygen.css
 /usr/pkg/share/doc/doxygen/examples/template/html/doxygen.png
 /usr/pkg/share/doc/doxygen/examples/template/html/functions.html
 /usr/pkg/share/doc/doxygen/examples/template/html/functions_func.html
 /usr/pkg/share/doc/doxygen/examples/template/html/hierarchy.html
 /usr/pkg/share/doc/doxygen/examples/template/html/index.html
 /usr/pkg/share/doc/doxygen/examples/template/html/installdox
 /usr/pkg/share/doc/doxygen/examples/template/html/search/all_74.html
 /usr/pkg/share/doc/doxygen/examples/template/html/search/classes_74.html
 /usr/pkg/share/doc/doxygen/examples/template/html/search/close.png
 =
 /usr/pkg/share/doc/doxygen/examples/template/html/search/functions_74.html=
 
 /usr/pkg/share/doc/doxygen/examples/template/html/search/nomatches.html
 /usr/pkg/share/doc/doxygen/examples/template/html/search/search.css
 /usr/pkg/share/doc/doxygen/examples/template/html/search/search.js
 /usr/pkg/share/doc/doxygen/examples/template/html/search/search.png
 /usr/pkg/share/doc/doxygen/examples/template/html/tab_b.gif
 /usr/pkg/share/doc/doxygen/examples/template/html/tab_l.gif
 /usr/pkg/share/doc/doxygen/examples/template/html/tab_r.gif
 /usr/pkg/share/doc/doxygen/examples/template/html/tabs.css
 /usr/pkg/share/doc/doxygen/html/arch.html
 /usr/pkg/share/doc/doxygen/html/archoverview.gif
 /usr/pkg/share/doc/doxygen/html/autolink.html
 /usr/pkg/share/doc/doxygen/html/commands.html
 /usr/pkg/share/doc/doxygen/html/config.html
 /usr/pkg/share/doc/doxygen/html/custcmd.html
 /usr/pkg/share/doc/doxygen/html/customize.html
 /usr/pkg/share/doc/doxygen/html/diagrams.html
 /usr/pkg/share/doc/doxygen/html/docblocks.html
 /usr/pkg/share/doc/doxygen/html/doxygen.css
 /usr/pkg/share/doc/doxygen/html/doxygen.png
 /usr/pkg/share/doc/doxygen/html/doxygen__usage.html
 /usr/pkg/share/doc/doxygen/html/doxygen_logo.gif
 /usr/pkg/share/doc/doxygen/html/doxygen_logo_low.gif
 /usr/pkg/share/doc/doxygen/html/doxytag__usage.html
 /usr/pkg/share/doc/doxygen/html/doxywizard__usage.html
 /usr/pkg/share/doc/doxygen/html/doxywizard_expert.png
 /usr/pkg/share/doc/doxygen/html/doxywizard_main.png
 /usr/pkg/share/doc/doxygen/html/doxywizard_menu.png
 /usr/pkg/share/doc/doxygen/html/doxywizard_page1.png
 /usr/pkg/share/doc/doxygen/html/doxywizard_page2.png
 /usr/pkg/share/doc/doxygen/html/doxywizard_page3.png
 /usr/pkg/share/doc/doxygen/html/doxywizard_page4.png
 /usr/pkg/share/doc/doxygen/html/external.html
 /usr/pkg/share/doc/doxygen/html/faq.html
 /usr/pkg/share/doc/doxygen/html/features.html
 /usr/pkg/share/doc/doxygen/html/form_0.png
 /usr/pkg/share/doc/doxygen/html/form_1.png
 /usr/pkg/share/doc/doxygen/html/form_2.png
 /usr/pkg/share/doc/doxygen/html/form_3.png
 /usr/pkg/share/doc/doxygen/html/form_4.png
 /usr/pkg/share/doc/doxygen/html/form_5.png
 /usr/pkg/share/doc/doxygen/html/form_6.png
 /usr/pkg/share/doc/doxygen/html/form_7.png
 /usr/pkg/share/doc/doxygen/html/formula.repository
 /usr/pkg/share/doc/doxygen/html/formulas.html
 /usr/pkg/share/doc/doxygen/html/grouping.html
 /usr/pkg/share/doc/doxygen/html/history.html
 /usr/pkg/share/doc/doxygen/html/htmlcmds.html
 /usr/pkg/share/doc/doxygen/html/index.hhc
 /usr/pkg/share/doc/doxygen/html/index.hhk
 /usr/pkg/share/doc/doxygen/html/index.hhp
 /usr/pkg/share/doc/doxygen/html/index.html
 /usr/pkg/share/doc/doxygen/html/infoflow.gif
 /usr/pkg/share/doc/doxygen/html/install.html
 /usr/pkg/share/doc/doxygen/html/installdox__usage.html
 /usr/pkg/share/doc/doxygen/html/langhowto.html
 /usr/pkg/share/doc/doxygen/html/lists.html
 /usr/pkg/share/doc/doxygen/html/output.html
 /usr/pkg/share/doc/doxygen/html/pages.html
 /usr/pkg/share/doc/doxygen/html/perlmod.html
 /usr/pkg/share/doc/doxygen/html/perlmod__tree.html
 /usr/pkg/share/doc/doxygen/html/preprocessing.html
 /usr/pkg/share/doc/doxygen/html/searching.html
 /usr/pkg/share/doc/doxygen/html/starting.html
 /usr/pkg/share/doc/doxygen/html/tab_b.gif
 /usr/pkg/share/doc/doxygen/html/tab_l.gif
 /usr/pkg/share/doc/doxygen/html/tab_r.gif
 /usr/pkg/share/doc/doxygen/html/tabs.css
 /usr/pkg/share/doc/doxygen/html/trouble.html
 /usr/pkg/share/doc/doxygen/html/xmlcmds.html
 
 Thanks for taking the time to resolve this. Much appreciated.
 
 Ian McWilliam
 
 
 


Home | Main Index | Thread Index | Old Index