Received: by mail.netbsd.org (Postfix, from userid 605) id D71FD84E9F; Sat, 31 Dec 2022 21:21:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0CE8884D5F for ; Sat, 31 Dec 2022 21:21:57 +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 hSThLqgM0HD4 for ; Sat, 31 Dec 2022 21:21:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0545484C2C for ; Sat, 31 Dec 2022 21:21:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ED492FA90; Sat, 31 Dec 2022 21:21:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167252171516680" MIME-Version: 1.0 Date: Sat, 31 Dec 2022 21:21:55 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/doxygen To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20221231212155.ED492FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167252171516680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Dec 31 21:21:55 UTC 2022 Modified Files: pkgsrc/devel/doxygen: Makefile distinfo Log Message: doxygen: updated to 1.9.6 Release 1.9.6 Bug fixes issue 1166: Read error when multi-byte characters in file path name (Origin: bugzilla 145186) issue 3244: IGNORE_PREFIX works also on names of functions/methods issue 3798: \relates does not find class if it is in an anonymous namespace issue 5621: First % in markdown inline code segement a la %PATH% is swallowed, bug 736665 issue 9221: Tag File - option to Strip path issue 9317: File-scoped nested namespaces in C issue 9319: Doc build fails with cairo 1.17.6 issue 9552: False warning "@param documentation sections but no arguments" on using declarations/typedefs issue 9566: Same member groups in multibyte characters are separately generated. issue 9582: `noexcept(false)`-function is labeled as noexcept issue 9584: Warning "Illegal command \ifile found as part of a \c command" in \copydoc, but not original documentation issue 9587: Autolinks to functions do not take effect issue 9602: Link to namespace in TAGFILES is not resolved with EXTRACT_ALL=NO issue 9604: PlantUML @start not recognized issue 9605: fix for unknown entities in the preprocessor conditionals issue 9616: Regression in 1.9.4 in HTML Tree View (command \mainpage) issue 9617: visible="no" ignored in treeview issue 9622: C++ concepts are not linked to namespaces in XML output issue 9650: Private methods marked only as override are not documented when EXTRACT_PRIV_VIRTUAL = YES issue 9669: Namespaces in arguments of a method breaks cref resolving in C issue 9672: doxygen does not interpret Python docstrings when typed next to SLURM directives issue 9678: Unable to resolve reference to template class or its member inside a namespace issue 9682: Missing HTML pages and broken links for undocumented C++ concepts issue 9697: Minor correction to documentation issue 9715: segmentation fault (recursive classes?) issue 9720: Recursive class relation warning when using type aliases starting with 57f5ad2 issue 9721: \code blocks have blank lines removed in LaTeX/PDF output issue 9722: Doxygen Regression when documenting enums for C(1.94 -> 1.9.5) issue 9733: doxygen stops parsing a file if one uses latex formulas and //!< or ///< for inline parameter documentation issue 9736: Doxygen will not generate class information for a C class that contains certain string combinations Apply scrollbar styling when rendering the internal docs with WebKit Fix a number of threading issues when NUM_PROC_THREADS!=1 Fixed a couple of threading issues when NUM_PROC_THREADS!=1 Bugfix of malformed UML class diagram generated thru graphviz. Bugfix of malformed VHDL process flowchart generated thru graphviz. Area tag does not give `alt=""` as of dot 7.0.2 Incorrect interactive svg file for dot Correcting default HTML stylesheets for color style LIGHT and DARK Fixed some issues handling character literals in template arguments Removing hierarchy / namespace from layout file results in incorrect RTF / LaTeX document Unknown entities in the preprocessor conditionals Hash comment in php Incorrect man code output in respect to backslashes Spurious characters in Fortran Fixed to free format conversion Incorrect handling of escaped ilinebr command Incorrect return of getUTF8CharAt giving wrong alphabetical index Reference to non existing pages with embedded anonymous union / struct Features Adding Python PEP 526 typing support issue 2580: Formatting-options for $datetime issue 9702: Add new command \qualifier to add custom tags that would be similar to "inline" and "static" to some functions or classes issue 9549: Feature request: Allow to disable Webkit scrollbar styling NUM_PROC_THREAD!=1 will now process formulas on multiple threads Treat __name variable as private and _name variables as protected in Python Add support for multiple sections inside
Added option WARN_IF_UNDOC_ENUM_VAL to have warnings for undocumented enum values Improved user feedback and documentation Documentation correction in config.xml HTML_COLORSTYLE improve documentation Layout, textual, syntactical changes documentation Correction and making more uniform texts for the different lists Fix unreadable file warnings for broken symlinks with EXCLUDE_SYMLINKS is set Doxywizard: Don't show default text in case no default value present, Show "Additional Inherited Members" for LaTeX, RTF, etc. Fixed main menu and submenu items for Fortran and VHDL in context of other languages. Incorrect documentation for the command `\fileinfo` QHP output requires that HTML output is generated Dutch and czech localization update to "new since 1.9.6. Portuguese translators updated to 1.9.6 Update translator_fr.h Added translation specialization for VHDL in the `trMemberFunctionDocumentation()` method. Refactoring and cleanup Refactoring: Improve constness of commentcnv interface and added comments Refactoring: Minor cleanup of the constant expression parser Refactoring: Move global index counters into a Index singleton class Refactoring: Move javascript license file to header Refactoring: Use Compile Time Regular Expressions instead of reg::Ex Refactoring: better split output generator and code generator Refactoring: cleanup index interface and implementation Refactoring: some minor performance tweaks Usage of steady_clock Check debug settings by means of the compiler Incorrect place of prototype of `dateToString` Optimize fragment inclusion performance for INLINE_SOURCES=YES Remove redundant functions and typedef To generate a diff of this commit: cvs rdiff -u -r1.164 -r1.165 pkgsrc/devel/doxygen/Makefile cvs rdiff -u -r1.76 -r1.77 pkgsrc/devel/doxygen/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167252171516680 Content-Disposition: inline Content-Length: 1913 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/doxygen/Makefile diff -u pkgsrc/devel/doxygen/Makefile:1.164 pkgsrc/devel/doxygen/Makefile:1.165 --- pkgsrc/devel/doxygen/Makefile:1.164 Wed Nov 23 16:19:47 2022 +++ pkgsrc/devel/doxygen/Makefile Sat Dec 31 21:21:55 2022 @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.164 2022/11/23 16:19:47 adam Exp $ +# $NetBSD: Makefile,v 1.165 2022/12/31 21:21:55 adam Exp $ -DISTNAME= doxygen-1.9.5.src +DISTNAME= doxygen-1.9.6.src PKGNAME= ${DISTNAME:S/.src//} -PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://doxygen.nl/files/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.doxygen.org/ +HOMEPAGE= https://www.doxygen.nl/ COMMENT= Documentation system for C++, Java, IDL and C LICENSE= gnu-gpl-v2 Index: pkgsrc/devel/doxygen/distinfo diff -u pkgsrc/devel/doxygen/distinfo:1.76 pkgsrc/devel/doxygen/distinfo:1.77 --- pkgsrc/devel/doxygen/distinfo:1.76 Fri Sep 30 18:11:58 2022 +++ pkgsrc/devel/doxygen/distinfo Sat Dec 31 21:21:55 2022 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.76 2022/09/30 18:11:58 adam Exp $ +$NetBSD: distinfo,v 1.77 2022/12/31 21:21:55 adam Exp $ -BLAKE2s (doxygen-1.9.5.src.tar.gz) = 741ef0abd221f4447aa4d9ac7097d9e4f1cb55d1fa9011a7b4438da0523c2b6d -SHA512 (doxygen-1.9.5.src.tar.gz) = 4ad4c1ecd4a12220442f354b90aa56f80e78fcaf288d5e36da421437d59811ed3d429ee13717692886a55b9628ae565d40ce13c51792ccc8bba15b1e018cb651 -Size (doxygen-1.9.5.src.tar.gz) = 5251459 bytes +BLAKE2s (doxygen-1.9.6.src.tar.gz) = 45b6a0b16163403de54384c63b2811b55fe46b782d75d8c66080737e22dcc924 +SHA512 (doxygen-1.9.6.src.tar.gz) = f8b0d19d33fa8a5bb92b38f1c775bd3cde7f024566cf93ed61ab0cafe86643971c04b7f2492364767b3e6ce5b518bad5e0321c82f0a72875ccf936ea7d3595b2 +Size (doxygen-1.9.6.src.tar.gz) = 5293513 bytes SHA1 (patch-filesystem_filesystem.hpp) = 841ae28710d3fdbb75123dc804cbc13da8448d1b SHA1 (patch-src_dirdef.cpp) = d10fb53e25cffac04129140e85bc836e5e7c8256 --_----------=_167252171516680--