Port details on branch 2025Q1 |
- doxygen Documentation system for C, C++, and other languages
- 1.9.6_1,2 devel =0 1.9.6_1,2Version of this port present on the latest quarterly branch.
- Maintainer: fluffy@FreeBSD.org
- Port Added: 2025-01-08 14:57:04
- Last Update: 2025-01-11 10:22:03
- Commit Hash: 6887fc0
- License: GPLv2
- WWW:
- https://www.doxygen.org/
- Description:
- Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL
(Corba and Microsoft flavors) and to some extent PHP, C#, and D. It can
generate an on-line class browser (in HTML) and/or an off-line reference
manual (in LaTeX/PostScript/PDF) from a set of documented source files.
The documentation is extracted directly from the sources.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/doxygen/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/doxygen
- pkg install doxygen
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: doxygen
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1673081300
SHA256 (doxygen-1.9.6.src.tar.gz) = 297f8ba484265ed3ebd3ff3fe7734eb349a77e4f95c8be52ed9977f51dea49df
SIZE (doxygen-1.9.6.src.tar.gz) = 5293513
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- dot : graphics/graphviz
- bison : devel/bison
- cmake : devel/cmake-core
- python3.11 : lang/python311
- ghostscript10>=10.02.0 : print/ghostscript10
- tex.fmt : print/tex-formats
- dvips : print/tex-dvipsk
- texlive-base>=20240312 : print/texlive-base
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- dot : graphics/graphviz
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for doxygen-1.9.6_1,2:
DOCS=on: Build and/or install documentation
GRAPHVIZ=on: Graphviz graph drawing support
LATEX=off: LaTeX support
QT5=off: Install Doxywizard GUI with Qt5
SEARCH=off: Build external search tools (doxysearch and doxyindexer)
===> Use 'make config' to modify these settings
- Options name:
- devel_doxygen
- USES:
- bison cmake:noninja compiler:c++17-lang cpe dos2unix iconv python shebangfix ghostscript:build tex
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.9.6_1,2 11 Jan 2025 10:22:03 |
Matthias Andree (mandree) |
devel/doxygen: Revert "Fix TinyDeflate's clang-19 compatibility"
This reverts commit 3cf80a2187c4855c9b4af644c39e82db8321b10e,
which depended on 299bcfac7144, and the latter has not yet been merged
onto 2025Q1 (it was authored in June 2024, but only merged after the
2025Q1 branch, which confused me when cherry-picking 3cf80a2).
PR: 283976
Reported by: Dennis Clarke <dclarke@blastwave.org> |
1.9.6_1,2 08 Jan 2025 14:55:47 |
Matthias Andree (mandree) |
devel/doxygen: Fix TinyDeflate's clang-19 compatibility
Clang >= 19.0 requires a template argument list after the template
keyword for CWG96 compliance, see
https://github.com/llvm/llvm-project/pull/80801
Obtained from: Bernhard Rosenkränzer, via
https://github.com/bisqwit/TinyDeflate/commit/68ced8bd5c819264e628d4f063500753b77f613d
PR: 259331 (comment #6)
Reported by: Tamaoki Aoki
Approved by: portmgr@ (blanket approval for fixing broken builds)
(cherry picked from commit 4bd9003d8ca98b85964a07b23454f3c2607e191b) |