Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jul 2015 17:11:52 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r392994 - in head: comms/rtl-sdr devel/doxygen devel/doxygen/files devel/libthai/files mail/libcmime net-im/libaccounts-qt5 net/axa
Message-ID:  <201507271711.t6RHBq54065775@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Jul 27 17:11:51 2015
New Revision: 392994
URL: https://svnweb.freebsd.org/changeset/ports/392994

Log:
  Update devel/doxygen to 1.8.10
  
  PR:		201365
  exp-run:	self

Added:
  head/devel/doxygen/files/patch-CMakeLists.txt   (contents, props changed)
  head/devel/doxygen/files/patch-cmake_run__translator.cmake   (contents, props changed)
  head/devel/doxygen/files/patch-qtools_CMakeLists.txt   (contents, props changed)
  head/devel/doxygen/files/patch-src_CMakeLists.txt   (contents, props changed)
  head/devel/doxygen/files/patch-vhdlparser_CMakeLists.txt   (contents, props changed)
  head/devel/libthai/files/
  head/devel/libthai/files/patch-configure   (contents, props changed)
Deleted:
  head/devel/doxygen/files/patch-Makefile.in
  head/devel/doxygen/files/patch-addon-doxywizard-Makefile.in
  head/devel/doxygen/files/patch-configure
  head/devel/doxygen/files/patch-doc-Makefile.in
  head/devel/doxygen/files/patch-doc-Makefile.latex
  head/devel/doxygen/files/patch-md5-doxygen.pro.in
Modified:
  head/comms/rtl-sdr/Makefile
  head/comms/rtl-sdr/pkg-plist
  head/devel/doxygen/Makefile
  head/devel/doxygen/distinfo
  head/devel/doxygen/files/patch-doc-doxygen_manual.tex
  head/devel/doxygen/files/patch-md5-dot
  head/mail/libcmime/Makefile
  head/mail/libcmime/pkg-plist
  head/net-im/libaccounts-qt5/Makefile
  head/net-im/libaccounts-qt5/pkg-plist
  head/net/axa/Makefile

Modified: head/comms/rtl-sdr/Makefile
==============================================================================
--- head/comms/rtl-sdr/Makefile	Mon Jul 27 17:09:31 2015	(r392993)
+++ head/comms/rtl-sdr/Makefile	Mon Jul 27 17:11:51 2015	(r392994)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rtl-sdr
 PORTVERSION=	20140210
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	comms hamradio
 MASTER_SITES=	http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
 		LOCAL/martymac

Modified: head/comms/rtl-sdr/pkg-plist
==============================================================================
--- head/comms/rtl-sdr/pkg-plist	Mon Jul 27 17:09:31 2015	(r392993)
+++ head/comms/rtl-sdr/pkg-plist	Mon Jul 27 17:11:51 2015	(r392994)
@@ -13,7 +13,7 @@ lib/librtlsdr.so.0
 lib/librtlsdr.so.0.0.5
 libdata/pkgconfig/librtlsdr.pc
 %%PORTDOCS%%%%DOCSDIR%%/html/annotated.html
-%%PORTDOCS%%%%DOCSDIR%%/html/annotated.js
+%%PORTDOCS%%%%DOCSDIR%%/html/annotated_dup.js
 %%PORTDOCS%%%%DOCSDIR%%/html/arrowdown.png
 %%PORTDOCS%%%%DOCSDIR%%/html/arrowright.png
 %%PORTDOCS%%%%DOCSDIR%%/html/bc_s.png

Modified: head/devel/doxygen/Makefile
==============================================================================
--- head/devel/doxygen/Makefile	Mon Jul 27 17:09:31 2015	(r392993)
+++ head/devel/doxygen/Makefile	Mon Jul 27 17:11:51 2015	(r392994)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	doxygen
-PORTVERSION=	1.8.9.1
+PORTVERSION=	1.8.10
 PORTEPOCH=	2
 CATEGORIES=	devel
 MASTER_SITES=	ftp://ftp.stack.nl/pub/users/dimitri/ \
@@ -15,110 +15,50 @@ COMMENT=	Documentation system for C, C++
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	tmake:${PORTSDIR}/devel/tmake \
-		${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
-LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png
-
-USES=		bison gmake iconv perl5 python:2
+USES=		bison cmake:outsource iconv python:2
 ALL_TARGET=	all
-HAS_CONFIGURE=	yes
-QT_NONSTANDARD=	yes	# non-standard configure arguments
-CONFIGURE_ARGS=	--prefix ${PREFIX} --perl ${PERL} --make ${MAKE_CMD} \
-		--install "${INSTALL}" --flex ${LOCALBASE}/bin/flex
+CMAKE_ARGS+=	-DDOC_INSTALL_DIR:PATH=${DOCSDIR_REL}
 REINPLACE_ARGS=	-i ''
 
 EXTRACT_AFTER_ARGS=	--exclude '*/libmd5' \
 			--exclude '*/libpng' \
 			--exclude '*/tmake'
 
-PLIST=		${WRKDIR}/plist
-TMPDOCDEST=	${WRKDIR}/tmpdocdest
-
 PLIST_FILES=	bin/doxygen
 
-OPTIONS_DEFINE=	GRAPHVIZ LATEX QT4 HTMLDOCS PDFDOCS
+OPTIONS_DEFINE=	GRAPHVIZ LATEX QT4 DOCS
 OPTIONS_DEFAULT=	GRAPHVIZ LATEX
 QT4_DESC=	Install Doxywizard GUI
-HTMLDOCS_DESC=	Install documentation in HTML format
-PDFDOCS_DESC=	Install documentation in PDF format
 
 GRAPHVIZ_RUN_DEPENDS=	dot:${PORTSDIR}/graphics/graphviz
 
 LATEX_USE=	TEX=base,dvipsk,pdftex
 
-QT4_USE=	QT4=corelib,gui,xml,qmake_build,moc_build,rcc_build
-QT4_CONFIGURE_ENV=	QTDIR="${QTDIR}"
-QT4_CONFIGURE_ON=	--with-doxywizard
+QT4_USE=	QT4=corelib,gui,xml,qmake_build,moc_build,rcc_build,uic_build
+QT4_CMAKE_ON=		-Dbuild_wizard:BOOLEAN=ON
+QT4_CMAKE_OFF=		-Dbuild_wizard:BOOLEAN=OFF
 QT4_PLIST_FILES=	bin/doxywizard
 
-HTMLDOCS_ALL_TARGET=	docs
-HTMLDOCS_BUILD_DEPENDS=	dot:${PORTSDIR}/graphics/graphviz
-
-PDFDOCS_ALL_TARGET=	pdf
-PDFDOCS_MAKE_ARGS=	HAVE_LATEX=yes
+DOCS_USES=		ghostscript:build
+DOCS_ALL_TARGET=	docs
+DOCS_BUILD_DEPENDS=	dot:${PORTSDIR}/graphics/graphviz
+DOCS_CMAKE_ON=		-Dbuild_doc:BOOLEAN=ON
+DOCS_CMAKE_OFF=		-Dbuild_doc:BOOLEAN=OFF
+DOCS_PLIST_FILES=	man/man1/doxygen.1.gz \
+			man/man1/doxyindexer.1.gz \
+			man/man1/doxysearch.1.gz \
+			man/man1/doxywizard.1.gz
+PORTDOCS=		*
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MPDFDOCS} && \
-	(empty(PORT_OPTIONS:MHTMLDOCS) || empty(PORT_OPTIONS:MLATEX))
-IGNORE=		PDFDOCS option requires HTMLDOCS and LATEX options to be set
+.if ${PORT_OPTIONS:MDOCS} && empty(PORT_OPTIONS:MLATEX)
+IGNORE=		cannot build Doxygen's PDF docs without option LATEX enabled
 .endif
 
-.if ${PORT_OPTIONS:MPDFDOCS}
-USES+=		ghostscript:build
-.endif
-
-.if ${PORT_OPTIONS:MQT4}
-# Need this in env for the build
-QTDIR?=		${QT_PREFIX}
-.endif
-
-pre-configure:
-	@cd ${WRKSRC}; for pro in src/*.pro.in \
-		addon/doxywizard/doxywizard.pro.in; do \
-			${ECHO} "unix:LIBS += ${ICONV_LIB}" >> $$pro; done
-	@${CHMOD} +x ${WRKSRC}/configure
-
-post-configure:
-	@${REINPLACE_CMD} -e 's|TMAKE *=.*|TMAKE=${LOCALBASE}/bin/tmake|' \
-		-e 's|TMAKEPATH *=.*|TMAKEPATH=${LOCALBASE}/share/tmake/freebsd-g++|' \
-			${WRKSRC}/Makefile ${WRKSRC}/*/Makefile \
-			${WRKSRC}/addon/doxywizard/Makefile
-
-post-build:
-	${DO_MAKE_BUILD} -C ${BUILD_WRKSRC}/examples all
-
-pre-install:
-	${RM} -rf ${TMPDOCDEST} ${PLIST}
-	${TOUCH} ${PLIST}
-.if ${PORT_OPTIONS:MHTMLDOCS}
-	${MKDIR} ${TMPDOCDEST}/doxygen
-	${RM} -f ${WRKSRC}/examples/diagrams/html/*.md5 \
-		 ${WRKSRC}/examples/diagrams/html/*.map
-	${TAR} -C ${WRKSRC} --exclude '*/_*' -cf - html \
-		| ${TAR} -C ${TMPDOCDEST}/doxygen --unlink -xf -
-	${TAR} -C ${WRKSRC} --exclude '*/Makefile*' --exclude '*.dot' \
-		-cf - examples \
-		| ${TAR} -C ${TMPDOCDEST}/doxygen --unlink -xf -
-.if ${PORT_OPTIONS:MPDFDOCS}
-	${INSTALL_DATA} ${WRKSRC}/latex/doxygen_manual.pdf \
-			${WRKSRC}/latex/archoverview.eps \
-			${TMPDOCDEST}/doxygen
-.endif
-	@cd ${TMPDOCDEST} \
-	&& ${FIND} -s * -type f -o -type l \
-		| ${SED} -e 's|^|share/doc/|' >> ${PLIST}
-.endif
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/bin/doxygen ${STAGEDIR}${PREFIX}/bin
-.if ${PORT_OPTIONS:MQT4}
-	${INSTALL_PROGRAM} ${WRKSRC}/bin/doxywizard ${STAGEDIR}${PREFIX}/bin
-.endif
-.if ${PORT_OPTIONS:MHTMLDOCS}
-	${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/doxygen
-	${TAR} -C ${TMPDOCDEST} -cf - doxygen \
-		| ${TAR} -C ${STAGEDIR}${PREFIX}/share/doc --unlink -xf -
+.if ${OSVERSION} < 1000033
+BUILD_DEPENDS+=	${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
+CMAKE_ARGS+=	-DFLEX_EXECUTABLE=${LOCALBASE}/bin/flex
 .endif
 
 .include <bsd.port.mk>

Modified: head/devel/doxygen/distinfo
==============================================================================
--- head/devel/doxygen/distinfo	Mon Jul 27 17:09:31 2015	(r392993)
+++ head/devel/doxygen/distinfo	Mon Jul 27 17:11:51 2015	(r392994)
@@ -1,2 +1,2 @@
-SHA256 (doxygen-1.8.9.1.src.tar.gz) = d4ab6e28d4d45d8956cad17470aade3fbe2356e8f64b92167e738c1887feccec
-SIZE (doxygen-1.8.9.1.src.tar.gz) = 5007458
+SHA256 (doxygen-1.8.10.src.tar.gz) = cedf78f6d213226464784ecb999b54515c97eab8a2f9b82514292f837cf88b93
+SIZE (doxygen-1.8.10.src.tar.gz) = 4818276

Added: head/devel/doxygen/files/patch-CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/doxygen/files/patch-CMakeLists.txt	Mon Jul 27 17:11:51 2015	(r392994)
@@ -0,0 +1,10 @@
+--- CMakeLists.txt.orig	2015-06-16 17:42:32 UTC
++++ CMakeLists.txt
+@@ -122,7 +122,6 @@ if (win_static)
+ endif()
+ 
+ 
+-add_subdirectory(libmd5)
+ add_subdirectory(qtools)
+ add_subdirectory(vhdlparser)
+ add_subdirectory(src)

Added: head/devel/doxygen/files/patch-cmake_run__translator.cmake
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/doxygen/files/patch-cmake_run__translator.cmake	Mon Jul 27 17:11:51 2015	(r392994)
@@ -0,0 +1,10 @@
+--- cmake/run_translator.cmake.orig	2015-05-31 21:24:49 UTC
++++ cmake/run_translator.cmake
+@@ -1,5 +1,5 @@
+ include(${SOURCE}/cmake/version.cmake)
+-find_program(PYTHON NAMES python)
++find_package(PythonInterp)
+ execute_process(
+-    COMMAND ${PYTHON} ${CMAKE_SOURCE_DIR}/translator.py
++    COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/translator.py
+ )

Modified: head/devel/doxygen/files/patch-doc-doxygen_manual.tex
==============================================================================
--- head/devel/doxygen/files/patch-doc-doxygen_manual.tex	Mon Jul 27 17:09:31 2015	(r392993)
+++ head/devel/doxygen/files/patch-doc-doxygen_manual.tex	Mon Jul 27 17:11:51 2015	(r392994)
@@ -1,5 +1,5 @@
---- doc/doxygen_manual.tex.orig	2012-02-11 18:34:00.000000000 -0500
-+++ doc/doxygen_manual.tex	2012-03-04 13:56:33.000000000 -0500
+--- doc/doxygen_manual.tex.orig	2015-02-28 15:26:54 UTC
++++ doc/doxygen_manual.tex
 @@ -13,7 +13,7 @@
  % input used in their production; they are not affected by this license.
  
@@ -9,13 +9,3 @@
  \usepackage{makeidx}
  \usepackage{natbib}
  \usepackage{graphicx}
-@@ -28,8 +28,7 @@
- \usepackage{alltt}
- \usepackage{ifpdf}
- \ifpdf
--\usepackage[pdftex,
--            pagebackref=true,
-+\usepackage[pagebackref=true,
-             colorlinks=true,
-             linkcolor=blue,
-             unicode

Modified: head/devel/doxygen/files/patch-md5-dot
==============================================================================
--- head/devel/doxygen/files/patch-md5-dot	Mon Jul 27 17:09:31 2015	(r392993)
+++ head/devel/doxygen/files/patch-md5-dot	Mon Jul 27 17:11:51 2015	(r392994)
@@ -1,4 +1,4 @@
---- src/dot.cpp.orig	2015-01-03 22:38:57 UTC
+--- src/dot.cpp.orig	2015-03-15 12:15:52 UTC
 +++ src/dot.cpp
 @@ -39,6 +39,7 @@
  #include "dirdef.h"
@@ -8,7 +8,7 @@
  #include "md5.h"
  #include "memberlist.h"
  #include "groupdef.h"
-@@ -2296,10 +2297,8 @@ void DotGfxHierarchyTable::createGraph(D
+@@ -2311,10 +2312,8 @@ void DotGfxHierarchyTable::createGraph(D
    }
    writeGraphFooter(md5stream);
    resetReNumbering();
@@ -20,7 +20,7 @@
    bool regenerate=FALSE;
    if (checkAndUpdateMd5Signature(absBaseName,sigStr) || 
        !checkDeliverables(absImgName,absMapName))
-@@ -3024,10 +3023,8 @@ QCString computeMd5Signature(DotNode *ro
+@@ -3073,10 +3072,8 @@ QCString computeMd5Signature(DotNode *ro
      }
    }
    writeGraphFooter(md5stream);
@@ -32,7 +32,7 @@
    if (reNumber)
    {
      resetReNumbering();
-@@ -3954,10 +3951,8 @@ QCString DotDirDeps::writeGraph(FTextStr
+@@ -4007,10 +4004,8 @@ QCString DotDirDeps::writeGraph(FTextStr
    QGString theGraph;
    FTextStream md5stream(&theGraph);
    m_dir->writeDepGraph(md5stream);
@@ -44,7 +44,7 @@
    bool regenerate=FALSE;
    if (checkAndUpdateMd5Signature(absBaseName,sigStr) ||
        !checkDeliverables(graphFormat==GOF_BITMAP ? absImgName :
-@@ -4099,10 +4094,8 @@ void generateGraphLegend(const char *pat
+@@ -4152,10 +4147,8 @@ void generateGraphLegend(const char *pat
    md5stream << "  Node18 -> Node9 [dir=\"back\",color=\"darkorchid3\",fontsize=\"" << FONTSIZE << "\",style=\"dashed\",label=\"m_usedClass\",fontname=\"" << FONTNAME << "\"];\n";
    md5stream << "  Node18 [shape=\"box\",label=\"Used\",fontsize=\"" << FONTSIZE << "\",height=0.2,width=0.4,fontname=\"" << FONTNAME << "\",color=\"black\",URL=\"$classUsed" << Doxygen::htmlFileExtension << "\"];\n";
    writeGraphFooter(md5stream);
@@ -55,8 +55,8 @@
 +  MD5Data((const unsigned char *)theGraph.data(),theGraph.length(),sigStr.rawData());
    QCString absBaseName = (QCString)path+"/graph_legend";
    QCString absDotName  = absBaseName+".dot";
-   QCString imgExt      = Config_getEnum("DOT_IMAGE_FORMAT");
-@@ -4499,10 +4492,8 @@ QCString DotGroupCollaboration::writeGra
+   QCString imgExt = getDotImageExtension();
+@@ -4555,10 +4548,8 @@ QCString DotGroupCollaboration::writeGra
  
    writeGraphFooter(md5stream);
    resetReNumbering();
@@ -65,6 +65,6 @@
 -  MD5Buffer((const unsigned char *)theGraph.data(),theGraph.length(),md5_sig);
 -  MD5SigToString(md5_sig,sigStr.rawData(),33);
 +  MD5Data((const unsigned char *)theGraph.data(),theGraph.length(),sigStr.rawData());
-   QCString imgExt      = Config_getEnum("DOT_IMAGE_FORMAT");
+   QCString imgExt = getDotImageExtension();
+   QCString imgFmt = Config_getEnum("DOT_IMAGE_FORMAT");
    QCString baseName    = m_diskName;
-   QCString imgName     = baseName+"."+imgExt;

Added: head/devel/doxygen/files/patch-qtools_CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/doxygen/files/patch-qtools_CMakeLists.txt	Mon Jul 27 17:11:51 2015	(r392994)
@@ -0,0 +1,8 @@
+--- qtools/CMakeLists.txt.orig	2015-05-31 19:01:12 UTC
++++ qtools/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-include_directories(.)
++include_directories(BEFORE .)
+ 
+ list(APPEND qtools_src
+ qbuffer.cpp

Added: head/devel/doxygen/files/patch-src_CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/doxygen/files/patch-src_CMakeLists.txt	Mon Jul 27 17:11:51 2015	(r392994)
@@ -0,0 +1,21 @@
+--- src/CMakeLists.txt.orig	2015-05-31 19:01:12 UTC
++++ src/CMakeLists.txt
+@@ -1,8 +1,7 @@
+ # vim:ts=4:sw=4:expandtab:autoindent:
+ 
+-include_directories(
++include_directories(BEFORE
+     ${CMAKE_SOURCE_DIR}/qtools
+-    ${CMAKE_SOURCE_DIR}/libmd5
+     ${CMAKE_SOURCE_DIR}/vhdlparser/
+     ${CMAKE_SOURCE_DIR}/src
+     ${CLANG_INCLUDEDIR}
+@@ -229,7 +228,7 @@ target_link_libraries(doxygen
+     _doxygen
+     doxycfg
+     qtools
+-    md5
++    md
+     vhdlparser
+     ${SQLITE3_LIBRARIES}
+     ${ICONV_LIBRARIES}

Added: head/devel/doxygen/files/patch-vhdlparser_CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/doxygen/files/patch-vhdlparser_CMakeLists.txt	Mon Jul 27 17:11:51 2015	(r392994)
@@ -0,0 +1,8 @@
+--- vhdlparser/CMakeLists.txt.orig	2015-05-31 19:01:12 UTC
++++ vhdlparser/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-include_directories(${CMAKE_SOURCE_DIR}/src ${CMAKE_SOURCE_DIR}/qtools)
++include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src ${CMAKE_SOURCE_DIR}/qtools)
+ add_library(vhdlparser
+ CharStream.cc
+ ParseException.cc

Added: head/devel/libthai/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libthai/files/patch-configure	Mon Jul 27 17:11:51 2015	(r392994)
@@ -0,0 +1,17 @@
+--- configure.orig	2015-05-08 04:53:50 UTC
++++ configure
+@@ -12031,14 +12031,8 @@ fi
+     { $as_echo "$as_me:${as_lineno-$LINENO}: checking doxygen >= $DOXYGEN_REQ_VER" >&5
+ $as_echo_n "checking doxygen >= $DOXYGEN_REQ_VER... " >&6; }
+     DOXYGEN_VER=$($DOXYGEN --version)
+-    if expr $DOXYGEN_VER \< $DOXYGEN_REQ_VER > /dev/null; then
+-      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DOXYGEN_VER, no, documentation disabled" >&5
+-$as_echo "$DOXYGEN_VER, no, documentation disabled" >&6; }
+-      enable_doxygen_doc="no"
+-    else
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DOXYGEN_VER, yes" >&5
+ $as_echo "$DOXYGEN_VER, yes" >&6; }
+-    fi
+   fi
+ fi
+ 

Modified: head/mail/libcmime/Makefile
==============================================================================
--- head/mail/libcmime/Makefile	Mon Jul 27 17:09:31 2015	(r392993)
+++ head/mail/libcmime/Makefile	Mon Jul 27 17:11:51 2015	(r392994)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libcmime
 PORTVERSION=	0.1.15
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://www.libcmime.org/files/
 

Modified: head/mail/libcmime/pkg-plist
==============================================================================
--- head/mail/libcmime/pkg-plist	Mon Jul 27 17:09:31 2015	(r392993)
+++ head/mail/libcmime/pkg-plist	Mon Jul 27 17:11:51 2015	(r392994)
@@ -13,180 +13,173 @@ lib/libcmime.so
 lib/libcmime.so.0.1
 lib/libcmime.so.0.1.15
 libdata/pkgconfig/libcmime.pc
-%%DOXYGEN%%%%DOCSDIR%%/html/tabs.css
-%%DOXYGEN%%%%DOCSDIR%%/html/jquery.js
-%%DOXYGEN%%%%DOCSDIR%%/html/dynsections.js
-%%DOXYGEN%%%%DOCSDIR%%/html/tab_a.png
-%%DOXYGEN%%%%DOCSDIR%%/html/tab_b.png
-%%DOXYGEN%%%%DOCSDIR%%/html/tab_h.png
-%%DOXYGEN%%%%DOCSDIR%%/html/tab_s.png
-%%DOXYGEN%%%%DOCSDIR%%/html/nav_h.png
-%%DOXYGEN%%%%DOCSDIR%%/html/nav_f.png
+%%DOXYGEN%%%%DOCSDIR%%/html/annotated.html
+%%DOXYGEN%%%%DOCSDIR%%/html/append_and_prepend_subject_8c-example.html
+%%DOXYGEN%%%%DOCSDIR%%/html/arrowdown.png
+%%DOXYGEN%%%%DOCSDIR%%/html/arrowright.png
 %%DOXYGEN%%%%DOCSDIR%%/html/bc_s.png
-%%DOXYGEN%%%%DOCSDIR%%/html/doxygen.png
-%%DOXYGEN%%%%DOCSDIR%%/html/closed.png
-%%DOXYGEN%%%%DOCSDIR%%/html/open.png
 %%DOXYGEN%%%%DOCSDIR%%/html/bdwn.png
-%%DOXYGEN%%%%DOCSDIR%%/html/sync_on.png
-%%DOXYGEN%%%%DOCSDIR%%/html/sync_off.png
-%%DOXYGEN%%%%DOCSDIR%%/html/nav_g.png
-%%DOXYGEN%%%%DOCSDIR%%/html/stylesheet.css
-%%DOXYGEN%%%%DOCSDIR%%/html/powered.jpg
-%%DOXYGEN%%%%DOCSDIR%%/html/ftv2blank.png
-%%DOXYGEN%%%%DOCSDIR%%/html/ftv2doc.png
-%%DOXYGEN%%%%DOCSDIR%%/html/ftv2folderclosed.png
-%%DOXYGEN%%%%DOCSDIR%%/html/index.html
-%%DOXYGEN%%%%DOCSDIR%%/html/ftv2folderopen.png
-%%DOXYGEN%%%%DOCSDIR%%/html/ftv2lastnode.png
-%%DOXYGEN%%%%DOCSDIR%%/html/ftv2link.png
-%%DOXYGEN%%%%DOCSDIR%%/html/ftv2mlastnode.png
-%%DOXYGEN%%%%DOCSDIR%%/html/ftv2mnode.png
-%%DOXYGEN%%%%DOCSDIR%%/html/ftv2node.png
-%%DOXYGEN%%%%DOCSDIR%%/html/ftv2plastnode.png
-%%DOXYGEN%%%%DOCSDIR%%/html/ftv2pnode.png
-%%DOXYGEN%%%%DOCSDIR%%/html/ftv2vertline.png
-%%DOXYGEN%%%%DOCSDIR%%/html/ftv2splitbar.png
-%%DOXYGEN%%%%DOCSDIR%%/html/append_and_prepend_subject_8c-example.html
-%%DOXYGEN%%%%DOCSDIR%%/html/create_mime_message_8c-example.html
-%%DOXYGEN%%%%DOCSDIR%%/html/create_mime_message_part_from_file_8c-example.html
-%%DOXYGEN%%%%DOCSDIR%%/html/create_mime_message_skeleton_8c-example.html
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__address_8h__incl.png
-%%DOXYGEN%%%%DOCSDIR%%/html/create_mime_message_skeleton_add_attachment_8c-example.html
-%%DOXYGEN%%%%DOCSDIR%%/html/parse_mime_message_8c-example.html
-%%DOXYGEN%%%%DOCSDIR%%/html/save_attachment_to_file_8c-example.html
+%%DOXYGEN%%%%DOCSDIR%%/html/classes.html
+%%DOXYGEN%%%%DOCSDIR%%/html/closed.png
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime_8h.html
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime_8h__incl.map
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime_8h__incl.md5
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime_8h__incl.png
 %%DOXYGEN%%%%DOCSDIR%%/html/cmime_8h_source.html
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__address_8h.html
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__address_8h__dep__incl.map
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__address_8h__dep__incl.md5
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__address_8h__dep__incl.png
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__address_8h__incl.map
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__address_8h__incl.md5
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__address_8h__incl.png
 %%DOXYGEN%%%%DOCSDIR%%/html/cmime__address_8h_source.html
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__base64_8h.html
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__base64_8h__incl.map
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__base64_8h__incl.md5
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__base64_8h__incl.png
 %%DOXYGEN%%%%DOCSDIR%%/html/cmime__base64_8h_source.html
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__config_8h.html
 %%DOXYGEN%%%%DOCSDIR%%/html/cmime__config_8h_source.html
 %%DOXYGEN%%%%DOCSDIR%%/html/cmime__flbi_8h_source.html
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__header_8h.html
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__header_8h__dep__incl.map
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__header_8h__dep__incl.md5
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__header_8h__dep__incl.png
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__header_8h__incl.map
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__header_8h__incl.md5
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__header_8h__incl.png
 %%DOXYGEN%%%%DOCSDIR%%/html/cmime__header_8h_source.html
 %%DOXYGEN%%%%DOCSDIR%%/html/cmime__internal_8h_source.html
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__list_8h.html
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__list_8h__dep__incl.map
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__list_8h__dep__incl.md5
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__list_8h__dep__incl.png
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__list_8h__incl.map
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__list_8h__incl.md5
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__list_8h__incl.png
 %%DOXYGEN%%%%DOCSDIR%%/html/cmime__list_8h_source.html
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__message_8h.html
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__message_8h__dep__incl.map
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__message_8h__dep__incl.md5
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__message_8h__dep__incl.png
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__message_8h__incl.map
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__message_8h__incl.md5
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__message_8h__incl.png
 %%DOXYGEN%%%%DOCSDIR%%/html/cmime__message_8h_source.html
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__part_8h.html
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__part_8h__dep__incl.map
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__part_8h__dep__incl.md5
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__part_8h__dep__incl.png
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__part_8h__incl.map
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__part_8h__incl.md5
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__part_8h__incl.png
 %%DOXYGEN%%%%DOCSDIR%%/html/cmime__part_8h_source.html
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__qp_8h.html
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__qp_8h__incl.map
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__qp_8h__incl.md5
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__qp_8h__incl.png
 %%DOXYGEN%%%%DOCSDIR%%/html/cmime__qp_8h_source.html
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__string_8h.html
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__string_8h__dep__incl.map
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__string_8h__dep__incl.md5
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__string_8h__dep__incl.png
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__string_8h__incl.map
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__string_8h__incl.md5
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__string_8h__incl.png
 %%DOXYGEN%%%%DOCSDIR%%/html/cmime__string_8h_source.html
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__util_8h.html
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__util_8h__dep__incl.map
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__util_8h__dep__incl.md5
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__util_8h__dep__incl.png
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__util_8h__incl.map
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__util_8h__incl.md5
+%%DOXYGEN%%%%DOCSDIR%%/html/cmime__util_8h__incl.png
 %%DOXYGEN%%%%DOCSDIR%%/html/cmime__util_8h_source.html
+%%DOXYGEN%%%%DOCSDIR%%/html/create_mime_message_8c-example.html
+%%DOXYGEN%%%%DOCSDIR%%/html/create_mime_message_part_from_file_8c-example.html
+%%DOXYGEN%%%%DOCSDIR%%/html/create_mime_message_skeleton_8c-example.html
+%%DOXYGEN%%%%DOCSDIR%%/html/create_mime_message_skeleton_add_attachment_8c-example.html
+%%DOXYGEN%%%%DOCSDIR%%/html/dir_000005_000006.html
+%%DOXYGEN%%%%DOCSDIR%%/html/dir_01580ca437597fb51455cf354c87a316.html
+%%DOXYGEN%%%%DOCSDIR%%/html/dir_01580ca437597fb51455cf354c87a316_dep.map
+%%DOXYGEN%%%%DOCSDIR%%/html/dir_01580ca437597fb51455cf354c87a316_dep.md5
+%%DOXYGEN%%%%DOCSDIR%%/html/dir_01580ca437597fb51455cf354c87a316_dep.png
+%%DOXYGEN%%%%DOCSDIR%%/html/dir_14dd74dc80f24763b120f0ff163f9df8.html
+%%DOXYGEN%%%%DOCSDIR%%/html/dir_14dd74dc80f24763b120f0ff163f9df8_dep.map
+%%DOXYGEN%%%%DOCSDIR%%/html/dir_14dd74dc80f24763b120f0ff163f9df8_dep.md5
+%%DOXYGEN%%%%DOCSDIR%%/html/dir_14dd74dc80f24763b120f0ff163f9df8_dep.png
+%%DOXYGEN%%%%DOCSDIR%%/html/dir_5c5ffee34b892d1b4d0cf55593804adf.html
+%%DOXYGEN%%%%DOCSDIR%%/html/dir_5c5ffee34b892d1b4d0cf55593804adf_dep.map
+%%DOXYGEN%%%%DOCSDIR%%/html/dir_5c5ffee34b892d1b4d0cf55593804adf_dep.md5
+%%DOXYGEN%%%%DOCSDIR%%/html/dir_5c5ffee34b892d1b4d0cf55593804adf_dep.png
+%%DOXYGEN%%%%DOCSDIR%%/html/dir_6257a5b8d34cd63dc96b85c0618e9b0e.html
+%%DOXYGEN%%%%DOCSDIR%%/html/dir_6257a5b8d34cd63dc96b85c0618e9b0e_dep.map
+%%DOXYGEN%%%%DOCSDIR%%/html/dir_6257a5b8d34cd63dc96b85c0618e9b0e_dep.md5
+%%DOXYGEN%%%%DOCSDIR%%/html/dir_6257a5b8d34cd63dc96b85c0618e9b0e_dep.png
+%%DOXYGEN%%%%DOCSDIR%%/html/dir_e428b993447293e8c40322f1ce81b90e.html
+%%DOXYGEN%%%%DOCSDIR%%/html/dir_e428b993447293e8c40322f1ce81b90e_dep.map
+%%DOXYGEN%%%%DOCSDIR%%/html/dir_e428b993447293e8c40322f1ce81b90e_dep.md5
+%%DOXYGEN%%%%DOCSDIR%%/html/dir_e428b993447293e8c40322f1ce81b90e_dep.png
+%%DOXYGEN%%%%DOCSDIR%%/html/dir_f37761de6996824ed3116559ec91094b.html
+%%DOXYGEN%%%%DOCSDIR%%/html/dir_f37761de6996824ed3116559ec91094b_dep.map
+%%DOXYGEN%%%%DOCSDIR%%/html/dir_f37761de6996824ed3116559ec91094b_dep.md5
+%%DOXYGEN%%%%DOCSDIR%%/html/dir_f37761de6996824ed3116559ec91094b_dep.png
+%%DOXYGEN%%%%DOCSDIR%%/html/dir_fb5e4eb41281a43f514336e9345ffcea.html
+%%DOXYGEN%%%%DOCSDIR%%/html/dir_fb5e4eb41281a43f514336e9345ffcea_dep.map
+%%DOXYGEN%%%%DOCSDIR%%/html/dir_fb5e4eb41281a43f514336e9345ffcea_dep.md5
+%%DOXYGEN%%%%DOCSDIR%%/html/dir_fb5e4eb41281a43f514336e9345ffcea_dep.png
+%%DOXYGEN%%%%DOCSDIR%%/html/doc.png
+%%DOXYGEN%%%%DOCSDIR%%/html/doxygen.png
+%%DOXYGEN%%%%DOCSDIR%%/html/dynsections.js
+%%DOXYGEN%%%%DOCSDIR%%/html/examples.html
+%%DOXYGEN%%%%DOCSDIR%%/html/files.html
+%%DOXYGEN%%%%DOCSDIR%%/html/folderclosed.png
+%%DOXYGEN%%%%DOCSDIR%%/html/folderopen.png
+%%DOXYGEN%%%%DOCSDIR%%/html/functions.html
+%%DOXYGEN%%%%DOCSDIR%%/html/functions_vars.html
+%%DOXYGEN%%%%DOCSDIR%%/html/globals.html
+%%DOXYGEN%%%%DOCSDIR%%/html/globals_defs.html
+%%DOXYGEN%%%%DOCSDIR%%/html/globals_enum.html
+%%DOXYGEN%%%%DOCSDIR%%/html/globals_eval.html
+%%DOXYGEN%%%%DOCSDIR%%/html/globals_func.html
+%%DOXYGEN%%%%DOCSDIR%%/html/graph_legend.html
+%%DOXYGEN%%%%DOCSDIR%%/html/graph_legend.md5
+%%DOXYGEN%%%%DOCSDIR%%/html/graph_legend.png
+%%DOXYGEN%%%%DOCSDIR%%/html/index.html
+%%DOXYGEN%%%%DOCSDIR%%/html/jquery.js
 %%DOXYGEN%%%%DOCSDIR%%/html/mainpage_8dox.html
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime_8h__incl.md5
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__address_8h__incl.md5
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__address_8h__dep__incl.md5
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__config_8h.html
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__base64_8h__incl.md5
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__header_8h__incl.md5
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__header_8h__dep__incl.md5
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__list_8h__incl.md5
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__list_8h__dep__incl.md5
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__message_8h__incl.md5
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__message_8h__dep__incl.md5
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__part_8h__incl.md5
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__part_8h__dep__incl.md5
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__qp_8h__incl.md5
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__string_8h__incl.md5
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__string_8h__dep__incl.md5
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__util_8h__incl.md5
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__util_8h__dep__incl.md5
+%%DOXYGEN%%%%DOCSDIR%%/html/nav_f.png
+%%DOXYGEN%%%%DOCSDIR%%/html/nav_g.png
+%%DOXYGEN%%%%DOCSDIR%%/html/nav_h.png
+%%DOXYGEN%%%%DOCSDIR%%/html/open.png
+%%DOXYGEN%%%%DOCSDIR%%/html/parse_mime_message_8c-example.html
+%%DOXYGEN%%%%DOCSDIR%%/html/powered.jpg
+%%DOXYGEN%%%%DOCSDIR%%/html/save_attachment_to_file_8c-example.html
+%%DOXYGEN%%%%DOCSDIR%%/html/splitbar.png
 %%DOXYGEN%%%%DOCSDIR%%/html/struct___boundary_info___t.html
 %%DOXYGEN%%%%DOCSDIR%%/html/struct_c_mime_address___t.html
 %%DOXYGEN%%%%DOCSDIR%%/html/struct_c_mime_header___t.html
 %%DOXYGEN%%%%DOCSDIR%%/html/struct_c_mime_info___t.html
+%%DOXYGEN%%%%DOCSDIR%%/html/struct_c_mime_list___t.html
+%%DOXYGEN%%%%DOCSDIR%%/html/struct_c_mime_list___t__coll__graph.map
 %%DOXYGEN%%%%DOCSDIR%%/html/struct_c_mime_list___t__coll__graph.md5
+%%DOXYGEN%%%%DOCSDIR%%/html/struct_c_mime_list___t__coll__graph.png
 %%DOXYGEN%%%%DOCSDIR%%/html/struct_c_mime_list_elem___t.html
 %%DOXYGEN%%%%DOCSDIR%%/html/struct_c_mime_message___t.html
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__base64_8h.html
+%%DOXYGEN%%%%DOCSDIR%%/html/struct_c_mime_message___t__coll__graph.map
 %%DOXYGEN%%%%DOCSDIR%%/html/struct_c_mime_message___t__coll__graph.md5
+%%DOXYGEN%%%%DOCSDIR%%/html/struct_c_mime_message___t__coll__graph.png
 %%DOXYGEN%%%%DOCSDIR%%/html/struct_c_mime_part___t.html
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__header_8h.html
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__message_8h.html
+%%DOXYGEN%%%%DOCSDIR%%/html/struct_c_mime_part___t__coll__graph.map
 %%DOXYGEN%%%%DOCSDIR%%/html/struct_c_mime_part___t__coll__graph.md5
-%%DOXYGEN%%%%DOCSDIR%%/html/struct_c_mime_string_list___t.html
-%%DOXYGEN%%%%DOCSDIR%%/html/graph_legend.md5
-%%DOXYGEN%%%%DOCSDIR%%/html/graph_legend.html
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__string_8h.html
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__util_8h.html
-%%DOXYGEN%%%%DOCSDIR%%/html/struct_c_mime_list___t.html
-%%DOXYGEN%%%%DOCSDIR%%/html/files.html
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime_8h.html
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__part_8h.html
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__address_8h.html
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__qp_8h.html
-%%DOXYGEN%%%%DOCSDIR%%/html/annotated.html
-%%DOXYGEN%%%%DOCSDIR%%/html/classes.html
-%%DOXYGEN%%%%DOCSDIR%%/html/functions.html
-%%DOXYGEN%%%%DOCSDIR%%/html/functions_vars.html
-%%DOXYGEN%%%%DOCSDIR%%/html/globals.html
-%%DOXYGEN%%%%DOCSDIR%%/html/globals_func.html
-%%DOXYGEN%%%%DOCSDIR%%/html/globals_enum.html
-%%DOXYGEN%%%%DOCSDIR%%/html/globals_eval.html
-%%DOXYGEN%%%%DOCSDIR%%/html/globals_defs.html
-%%DOXYGEN%%%%DOCSDIR%%/html/examples.html
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime_8h__incl.png
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__address_8h__incl.map
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime_8h__incl.map
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__address_8h__dep__incl.png
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__base64_8h__incl.png
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__base64_8h__incl.map
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__header_8h__incl.png
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__address_8h__dep__incl.map
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__header_8h__incl.map
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__list_8h__incl.png
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__header_8h__dep__incl.png
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__list_8h__incl.map
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__header_8h__dep__incl.map
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__list_8h__dep__incl.png
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__message_8h__incl.png
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__list_8h__dep__incl.map
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__message_8h__dep__incl.png
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__message_8h__incl.map
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__message_8h__dep__incl.map
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__part_8h__dep__incl.png
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__part_8h__incl.png
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__part_8h__incl.map
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__part_8h__dep__incl.map
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__string_8h__incl.png
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__qp_8h__incl.png
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__string_8h__incl.map
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__qp_8h__incl.map
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__string_8h__dep__incl.png
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__util_8h__incl.png
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__string_8h__dep__incl.map
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__util_8h__dep__incl.png
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__util_8h__incl.map
-%%DOXYGEN%%%%DOCSDIR%%/html/struct_c_mime_list___t__coll__graph.png
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__util_8h__dep__incl.map
-%%DOXYGEN%%%%DOCSDIR%%/html/struct_c_mime_list___t__coll__graph.map
-%%DOXYGEN%%%%DOCSDIR%%/html/struct_c_mime_message___t__coll__graph.png
-%%DOXYGEN%%%%DOCSDIR%%/html/graph_legend.png
 %%DOXYGEN%%%%DOCSDIR%%/html/struct_c_mime_part___t__coll__graph.png
-%%DOXYGEN%%%%DOCSDIR%%/html/struct_c_mime_part___t__coll__graph.map
-%%DOXYGEN%%%%DOCSDIR%%/html/struct_c_mime_message___t__coll__graph.map
-%%DOXYGEN%%%%DOCSDIR%%/html/cmime__list_8h.html
-%%DOXYGEN%%%%DOCSDIR%%/html/dir_952ac80833e3fccb3d666048ceeb1092.html
-%%DOXYGEN%%%%DOCSDIR%%/html/dir_952ac80833e3fccb3d666048ceeb1092_dep.md5
-%%DOXYGEN%%%%DOCSDIR%%/html/dir_952ac80833e3fccb3d666048ceeb1092_dep.map
-%%DOXYGEN%%%%DOCSDIR%%/html/dir_952ac80833e3fccb3d666048ceeb1092_dep.png
-%%DOXYGEN%%%%DOCSDIR%%/html/dir_5c5ffee34b892d1b4d0cf55593804adf.html
-%%DOXYGEN%%%%DOCSDIR%%/html/dir_5c5ffee34b892d1b4d0cf55593804adf_dep.md5
-%%DOXYGEN%%%%DOCSDIR%%/html/dir_5c5ffee34b892d1b4d0cf55593804adf_dep.map
-%%DOXYGEN%%%%DOCSDIR%%/html/dir_5c5ffee34b892d1b4d0cf55593804adf_dep.png
-%%DOXYGEN%%%%DOCSDIR%%/html/dir_f3763d861839766102c075f46a329c94.html
-%%DOXYGEN%%%%DOCSDIR%%/html/dir_f3763d861839766102c075f46a329c94_dep.md5
-%%DOXYGEN%%%%DOCSDIR%%/html/dir_f3763d861839766102c075f46a329c94_dep.map
-%%DOXYGEN%%%%DOCSDIR%%/html/dir_f3763d861839766102c075f46a329c94_dep.png
-%%DOXYGEN%%%%DOCSDIR%%/html/dir_79c18bca924355365e60b68f139f8396.html
-%%DOXYGEN%%%%DOCSDIR%%/html/dir_79c18bca924355365e60b68f139f8396_dep.md5
-%%DOXYGEN%%%%DOCSDIR%%/html/dir_79c18bca924355365e60b68f139f8396_dep.map
-%%DOXYGEN%%%%DOCSDIR%%/html/dir_79c18bca924355365e60b68f139f8396_dep.png
-%%DOXYGEN%%%%DOCSDIR%%/html/dir_14dd74dc80f24763b120f0ff163f9df8.html
-%%DOXYGEN%%%%DOCSDIR%%/html/dir_14dd74dc80f24763b120f0ff163f9df8_dep.md5
-%%DOXYGEN%%%%DOCSDIR%%/html/dir_14dd74dc80f24763b120f0ff163f9df8_dep.map
-%%DOXYGEN%%%%DOCSDIR%%/html/dir_14dd74dc80f24763b120f0ff163f9df8_dep.png
-%%DOXYGEN%%%%DOCSDIR%%/html/dir_fb5e4eb41281a43f514336e9345ffcea.html
-%%DOXYGEN%%%%DOCSDIR%%/html/dir_fb5e4eb41281a43f514336e9345ffcea_dep.md5
-%%DOXYGEN%%%%DOCSDIR%%/html/dir_fb5e4eb41281a43f514336e9345ffcea_dep.map
-%%DOXYGEN%%%%DOCSDIR%%/html/dir_fb5e4eb41281a43f514336e9345ffcea_dep.png
-%%DOXYGEN%%%%DOCSDIR%%/html/dir_e428b993447293e8c40322f1ce81b90e.html
-%%DOXYGEN%%%%DOCSDIR%%/html/dir_e428b993447293e8c40322f1ce81b90e_dep.md5
-%%DOXYGEN%%%%DOCSDIR%%/html/dir_e428b993447293e8c40322f1ce81b90e_dep.map
-%%DOXYGEN%%%%DOCSDIR%%/html/dir_e428b993447293e8c40322f1ce81b90e_dep.png
-%%DOXYGEN%%%%DOCSDIR%%/html/dir_000005_000006.html
+%%DOXYGEN%%%%DOCSDIR%%/html/struct_c_mime_string_list___t.html
+%%DOXYGEN%%%%DOCSDIR%%/html/stylesheet.css
+%%DOXYGEN%%%%DOCSDIR%%/html/sync_off.png
+%%DOXYGEN%%%%DOCSDIR%%/html/sync_on.png
+%%DOXYGEN%%%%DOCSDIR%%/html/tab_a.png
+%%DOXYGEN%%%%DOCSDIR%%/html/tab_b.png
+%%DOXYGEN%%%%DOCSDIR%%/html/tab_h.png
+%%DOXYGEN%%%%DOCSDIR%%/html/tab_s.png
+%%DOXYGEN%%%%DOCSDIR%%/html/tabs.css

Modified: head/net-im/libaccounts-qt5/Makefile
==============================================================================
--- head/net-im/libaccounts-qt5/Makefile	Mon Jul 27 17:09:31 2015	(r392993)
+++ head/net-im/libaccounts-qt5/Makefile	Mon Jul 27 17:11:51 2015	(r392994)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libaccounts-qt5
 PORTVERSION=	1.13
+PORTREVISION=	1
 CATEGORIES=	net-im
 MASTER_SITES=	https://drive.google.com/uc?export=download&id=0B8fX9XOwH_g4cTRCaktXNDRmMXM&dummy= \
 		LOCAL/rakuco

Modified: head/net-im/libaccounts-qt5/pkg-plist
==============================================================================
--- head/net-im/libaccounts-qt5/pkg-plist	Mon Jul 27 17:09:31 2015	(r392993)
+++ head/net-im/libaccounts-qt5/pkg-plist	Mon Jul 27 17:11:51 2015	(r392994)
@@ -34,6 +34,7 @@ share/doc/accounts-qt/html/account_8h_so
 share/doc/accounts-qt/html/accountscommon_8h_source.html
 share/doc/accounts-qt/html/annotated.html
 share/doc/accounts-qt/html/annotated.js
+share/doc/accounts-qt/html/annotated_dup.js
 share/doc/accounts-qt/html/application_8cpp_source.html
 share/doc/accounts-qt/html/application_8h_source.html
 share/doc/accounts-qt/html/arrowdown.png

Modified: head/net/axa/Makefile
==============================================================================
--- head/net/axa/Makefile	Mon Jul 27 17:09:31 2015	(r392993)
+++ head/net/axa/Makefile	Mon Jul 27 17:11:51 2015	(r392994)
@@ -2,6 +2,7 @@
 
 PORTNAME=	axa
 PORTVERSION=	1.1.1
+PORTREVISION=	1
 CATEGORIES=	net dns
 MASTER_SITES=	FARSIGHT LOCAL/truckman/farsight
 
@@ -19,7 +20,7 @@ LIB_DEPENDS=	libprotobuf-c.so:${PORTSDIR
 RUN_DEPENDS=	sie-nmsg>0:${PORTSDIR}/net/sie-nmsg
 
 GNU_CONFIGURE=	yes
-USES=		gmake libtool pathfix pkgconfig
+USES=		gmake libtool libedit pathfix pkgconfig
 CONFIGURE_SHELL=	${LOCALBASE}/bin/bash
 USE_LDCONFIG=	yes
 USE_OPENSSL=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507271711.t6RHBq54065775>