Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id AD0A1B92B2 for ; Tue, 9 Sep 2014 00:45:15 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5BDE414A13E; Tue, 9 Sep 2014 00:45:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5D8A714A12D for ; Tue, 9 Sep 2014 00:44:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id sG0-8tfwaCzZ for ; Tue, 9 Sep 2014 00:44:56 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 60F2114A0BD for ; Tue, 9 Sep 2014 00:44:56 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5B36D98; Tue, 9 Sep 2014 00:44:56 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 9 Sep 2014 00:44:56 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/doxygen To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20140909004456.5B36D98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Tue Sep 9 00:44:56 UTC 2014 Modified Files: pkgsrc/devel/doxygen: Makefile distinfo pkgsrc/devel/doxygen/patches: patch-aj Log Message: (Upstream update 1.8.7 to 1.8.8) ------------------------------------- Release 1.8.8 (release date 21-08-2014) New features Bug 731947 - Support for PlantUML [view] Add BREAD_CRUMB_TRAIL. [view] Bug fixes Bug 172072 $title doesn't work in LateX header [view] Bug 583958 Class diagrams and class hierarchy don't work for java generic classes [view] Bug 589707 Flex .rule file for Visual Studio build can't cope with spaces in filenames [view] Bug 623299 Fortran: quotation after define causes error [view] Bug 625601 FORTRAN: recognition free versus fixed formatted code [view] Bug 700510 Bibliography duplicate filenames fails [view] and [view] Bug 702584 \cite rejects valid BibTeX keys [view] and [view] Bug 705503 TCL: Documentation of oo::define is not working [view] Bug 727732 Nested C structures/unions does not work with groups [view] Bug 728654 configuration stops with settings.h missing [view] Bug 728740 XML Output: Doxygen doesn't escape & characters (included in a hyperlink) in [view] Bug 729017 function object in member initializer causes documentation loss [view] Bug 729427 [PATCH] Propagate configure's perl to makefiles [view] Bug 730418 man page extension is incorrect [view] Bug 730520 No documentation generated for method-less C++ struct [view] Bug 730887 [PATCH] Fix potential copy and paste error in inputstring.cpp [view] Bug 730888 [PATCH] Fix missing '&' in Boolean operation in qstring.cpp [view] Bug 731238 Dead links in html documentation when using tabs for indentation in c++ [view] Bug 731363 Callgraphs for C# only generated for methods inside the same class [view] Bug 731985 Variadic macros failing to expand if trailing ... is empty [view] Bug 732594 Two entries for a single member in Doxygen XML [view] Bug 732768 nested html tables cause pdflatex to hang (1.8.4 and 1.8.6) [view] Bug 733451 volatile declaration on member functions is not handled as xml attribute [view] Bug 733605 Incorrect LaTeX generation for private union member in C++ [view] Bug 733722 XML Output invalid: XML_PROGRAMLISTING=YES copies Unicode form feed character (U+000C) to XML files [view] Bug 733856 segfault in QGListIterator while parsing fortran code [view] Bug 733938 Explicit links using operator()() not generated. [view] Bug 734077 no uniquely matching class member found for inline function definition where parameter argument names don't match [view] Bug 734099 Add support for non-parsed language [view] Bug 734245 Q_PROPERTY switches the member access from private to public [view] Bug 734331 Strong enum members listed in containing namespace [view] Bug 734704 Sigsegv while generating XML output [view] Bug 734727 GENERATE_TAGFILE no longer includes any @*section links [view] and [view] Bug 734828 Request: disable building documentation if Python 2.6 or newer not available [view] Bug 735001 No output for markdown pages with duplicate label title (different anchor) [view] Bug 735037 QGDict::hashAsciiKey: Invalid null key [view] Add FORTRAN 2003 keywords and commands [view] Add type option to FORTRAN select statements [view] Added build support for Python3+ and Python2.6+ [view] Added class/procedure vardefs to FORTRAN code highlighting [view] Added documentation for some missing HTML commands [view] Added flatten, listsort and paginate filters [view] Added get filter, unified index properties [view] Added groupby filter and some more context info [view] Added import keyword to FORTRAN code highlighting [view] Added lists for indices to template context [view] Added mainpage to context and improved page tree [view] Added member indexes to template context [view] Added missing links in changelog when multiple bug ids were on one line [view] Added more missing links to the changelog [view] Added namespace info to the context [view] Addition of module data to context and alphaIndex filter [view] Coded coloring of flow statements corrected (regression) [view] Corrected copyright year [view] Correction of typing error [view] Disabled/fixed segments that produced doxygen warnings while running the test [view] Docbook output improvements [view] Documentation generator: added support for C# property accessors visibility modifiers. [view] Doxywizard: make the Next button on the last page of the expert tab switch to the run tab [view] Doxywizard: make the Next button on the last page of the wizard switch to the run tab [view] Error linking 32-bit windows [view] Fix FORTRAN code function scope test [view] Fix after rebase from master [view] Fix description of USE_PDFLATEX [view] Fix highlighting issues [view] Fix typo [view] Fix unnecessary rules for FORTRAN types [view] Fix warning about unused functions in qstring.cpp [view] Fixed keyword type [view] Fixed missing include for Linux [view] Fixed test 021 [view] Fixed typo [view] Fixed typo and used QString for directory [view] Fixed windows compile issue for is_neutral [view] Fixes for ./configure script on Solaris [view] Fixes regression due to PR 169 [view] Language parser: added support for C# property accessors visibility modifiers. [view] Made INSTALL file version and date independent [view] Made bread crumb trails enabled unconditionally [view] Made setName() virtual so overloading works [view] Make index for faq [view] Messages truncated in warnings file [view] Minor fixes [view] Minor fixes to the template context [view] Missing word after \n command in Doxygen rtf output, version 1.8.5 & up [view] More robust extraction of scope information from tag files [view] No warning in case cite definition is missing [view] Preparations for release 1.8.8 [view] Removed not implemented HTML commands from documentation [view] Removed unsupported HTML commands from the docs [view] Set deployment targets for MacOSX 10.5+ versions [view] Support multiple extra HTML stylesheets. [view] Tcl: add missing file that breaks test 057 [view] Tcl: add test code for Bug 729092 [view] Tcl: collect XRefs also if INLINE_SOURCES = no [view] Tcl: correct namespace resolution in case of INLINE_SOURCES = YES [view] Tcl: recurse for [] [view] Tcl: refactor similar code into tcl_codify_token function [view] Tcl: support eval/catch commands [view] Tcl: support switch command [view] Tcl: test 057 additionally tests mutual Xrefs for two files [view] Template context support for CREATE_SUBDIRS [view] Update dot.cpp [view] Update latexgen.cpp [view] Update test 058 because commit 9d315a9 fixes also Bug 729135 [view] Replaced the VHDL parser with the VHDL scanner from 1.7.5 to avoid potential licensing issues [view] New VHDL parser implementation [view] Vhdl fixes [view] \usepackage{fixltx2e} must come before use \usepackage{float} [view] cache anonymous into ClassDefImpl::isAnonymous [view] changed append filter and added index and path attributes to node [view] doc/translator.py -- unification for Python 2.6+ and 3.3+ (not finished) [view] doc/translator.py unified for Python 2.6+ and Python 3.0+ [view] make.bat: change current directory [view] and [view] removeRedundantWhiteSpace micro-optimization [view] resolves the error of unbalanced tags opened/closed in docbook output: parser error : Opening and ending tag mismatch: para line 358 and tbody [view] winbuild/pack_the_distribution_for_windows.py minor updates [view] To generate a diff of this commit: cvs rdiff -u -r1.115 -r1.116 pkgsrc/devel/doxygen/Makefile cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/doxygen/distinfo cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/doxygen/patches/patch-aj Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.