pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/doxygen



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon May 11 15:54:05 UTC 2026

Modified Files:
        pkgsrc/devel/doxygen: Makefile distinfo

Log Message:
doxygen: updated to 1.17.0

1.17.0

Features

Added support for Mermaid diagrams, via new commands @mermaid, @endmermaid, and @mermaidfile and new configuration options MERMAID_PATH, MERMAID_CONFIG_FILE, MERMAID_RENDER_MODE, MERMAID_JS_URL, 
MERMAIDFILE_DIRS
Added support for running dot on batches of dot graphs to reduce process creation overhead. Can be tuned via new option DOT_BATCH_SIZE.
issue 6926 Added support for documenting unnamed parameters
Improve multi-threading performance by avoiding mutex contention
Updated Portuguese, Polish and Greek translators to 1.16.0.
Add support for long path name (>260 characters) for Doxygen on Windows (embedded manifest file)
Added engines chart, nwdiag, packetdiag and project for PlantUML

Minor incompatibilities

Dropped the jQuery dependency.


To generate a diff of this commit:
cvs rdiff -u -r1.205 -r1.206 pkgsrc/devel/doxygen/Makefile
cvs rdiff -u -r1.87 -r1.88 pkgsrc/devel/doxygen/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/doxygen/Makefile
diff -u pkgsrc/devel/doxygen/Makefile:1.205 pkgsrc/devel/doxygen/Makefile:1.206
--- pkgsrc/devel/doxygen/Makefile:1.205 Thu Feb 12 01:25:08 2026
+++ pkgsrc/devel/doxygen/Makefile       Mon May 11 15:54:05 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.205 2026/02/12 01:25:08 gutteridge Exp $
+# $NetBSD: Makefile,v 1.206 2026/05/11 15:54:05 adam Exp $
 
-DISTNAME=      doxygen-1.16.1.src
+DISTNAME=      doxygen-1.17.0.src
 PKGNAME=       ${DISTNAME:S/.src//}
-PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  https://doxygen.nl/files/
 
@@ -32,7 +31,7 @@ TEST_TARGET=          tests
 
 PYTHON_FOR_BUILD_ONLY= tool
 
-# GCC < 8 doesn't support -Wextra-semi. 
+# GCC < 8 doesn't support -Wextra-semi.
 BUILDLINK_TRANSFORM+=  rm:-Wextra-semi
 
 # Case Insensitive or Case Sensitive File System

Index: pkgsrc/devel/doxygen/distinfo
diff -u pkgsrc/devel/doxygen/distinfo:1.87 pkgsrc/devel/doxygen/distinfo:1.88
--- pkgsrc/devel/doxygen/distinfo:1.87  Mon Jan 12 17:22:48 2026
+++ pkgsrc/devel/doxygen/distinfo       Mon May 11 15:54:05 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.87 2026/01/12 17:22:48 adam Exp $
+$NetBSD: distinfo,v 1.88 2026/05/11 15:54:05 adam Exp $
 
-BLAKE2s (doxygen-1.16.1.src.tar.gz) = 21d6bbdd44f3f08d257cf6781e1e5321f22fc62867015604a85dfabf8585cdb6
-SHA512 (doxygen-1.16.1.src.tar.gz) = 16c348e2943319e38fe2c0c3539c9b481c613a094f59c4fe16251bf7c62fa77cd979cff97507296721dd7f6cd9c1bd2bda13ab1740a13cef8fda31601878d09d
-Size (doxygen-1.16.1.src.tar.gz) = 8962809 bytes
+BLAKE2s (doxygen-1.17.0.src.tar.gz) = fd3e8cc09fa25a7a4906d8bbedfb705bb5d8e2f355effc8a34fd91ba53f3b5de
+SHA512 (doxygen-1.17.0.src.tar.gz) = dacaddc74919941f82ec7c80bb7a49267cad34f0dcc98f41bb5563a6537530b5669145e142855083cfac335b43b3e3063701092366440a57ab5c762310996b20
+Size (doxygen-1.17.0.src.tar.gz) = 9350308 bytes
 SHA1 (patch-deps_filesystem_filesystem.hpp) = cab313f9b520db2764f611b117b21c5d6cc43741
 SHA1 (patch-src_dirdef.cpp) = bcf5c4cbc6d94673a0e39b2887d1c3498544976d



Home | Main Index | Thread Index | Old Index