head 1.6; access; symbols pkgsrc-2016Q1:1.5.0.14 pkgsrc-2016Q1-base:1.5 pkgsrc-2015Q4:1.5.0.12 pkgsrc-2015Q4-base:1.5 pkgsrc-2015Q3:1.5.0.10 pkgsrc-2015Q3-base:1.5 pkgsrc-2015Q2:1.5.0.8 pkgsrc-2015Q2-base:1.5 pkgsrc-2015Q1:1.5.0.6 pkgsrc-2015Q1-base:1.5 pkgsrc-2014Q4:1.5.0.4 pkgsrc-2014Q4-base:1.5 pkgsrc-2014Q3:1.5.0.2 pkgsrc-2014Q3-base:1.5 pkgsrc-2014Q2:1.4.0.8 pkgsrc-2014Q2-base:1.4 pkgsrc-2014Q1:1.4.0.6 pkgsrc-2014Q1-base:1.4 pkgsrc-2013Q4:1.4.0.4 pkgsrc-2013Q4-base:1.4 pkgsrc-2013Q3:1.4.0.2 pkgsrc-2013Q3-base:1.4 pkgsrc-2013Q2:1.3.0.2 pkgsrc-2013Q2-base:1.3 pkgsrc-2013Q1:1.2.0.6 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.4 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.2 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.1.0.14 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.12 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.10 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.8 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.6 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.4 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.2 pkgsrc-2010Q4-base:1.1; locks; strict; comment @# @; 1.6 date 2016.06.06.13.42.34; author wiz; state dead; branches; next 1.5; commitid 7VX6mUIsV92zsp9z; 1.5 date 2014.09.09.00.44.56; author mef; state Exp; branches; next 1.4; commitid 7HgLxn3LzdmZABPx; 1.4 date 2013.09.02.16.38.56; author wiz; state Exp; branches; next 1.3; commitid YQ8eDgoWPxFQPS3x; 1.3 date 2013.05.21.14.43.05; author wiz; state Exp; branches; next 1.2; commitid Kf17l3BQSU7oxvQw; 1.2 date 2012.07.03.11.31.35; author mef; state Exp; branches; next 1.1; 1.1 date 2010.11.19.19.21.38; author tez; state Exp; branches; next ; desc @@ 1.6 log @Remove unused patches after update to 1.8.11. @ text @$NetBSD: patch-aj,v 1.5 2014/09/09 00:44:56 mef Exp $ make build honor LDFLAGS --- src/doxygen.pro.in.orig 2013-07-28 13:28:16.000000000 +0000 +++ src/doxygen.pro.in @@@@ -19,6 +19,7 @@@@ CONFIG = console warn_on $extraopt HEADERS = doxygen.h SOURCES = main.cpp unix:LIBS += -L../lib -ldoxygen -lvhdlparser -ldoxycfg -lqtools -lmd5 -lpthread %%SQLITE3_LIBS%% %%LIBCLANG_LIBS%% +unix:TMAKE_LFLAGS += $(LDFLAGS) win32:INCLUDEPATH += . win32-mingw:LIBS += -L../lib -ldoxygen -ldoxycfg -lvhdlparser -lqtools -lmd5 -lpthread -llibiconv -lole32 %%SQLITE3_LIBS%% %%LIBCLANG_LIBS%% win32-msvc:LIBS += qtools.lib md5.lib doxygen.lib doxycfg.lib vhdlparser.lib shell32.lib iconv.lib @ 1.5 log @(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] @ text @d1 1 a1 1 $NetBSD: patch-aj,v 1.4 2013/09/02 16:38:56 wiz Exp $ @ 1.4 log @Update to 1.8.5: Changes Doxygen's source code is now managed using git and GitHub. Automatic builds and regression tests are scheduled via Travis CI. Configuration data for the config file, the documentation, and the wizard are now produced from a single source (thanks to Albert) All translation files have been migrated to UTF-8 (thanks to Petr Prikryl) Added black box testing framework and a set of tests. New features Added SOURCE_TOOLTIPS option for advanced tooltip support while source browsing. Lots of bug fixes. @ text @d1 1 a1 1 $NetBSD: patch-aj,v 1.3 2013/05/21 14:43:05 wiz Exp $ d10 1 a10 1 unix:LIBS += -L../lib -ldoxygen -ldoxycfg -lqtools -lmd5 -lpthread %%SQLITE3_LIBS%% %%LIBCLANG_LIBS%% d13 2 a14 2 win32-mingw:LIBS += -L../lib -ldoxygen -ldoxycfg -lqtools -lmd5 -lpthread -llibiconv -lole32 %%SQLITE3_LIBS%% %%LIBCLANG_LIBS%% win32-msvc:LIBS += qtools.lib md5.lib doxygen.lib doxycfg.lib shell32.lib iconv.lib @ 1.3 log @Update to 1.8.4: This release adds support for improved cross-referencing, syntax highlighting, and call graphs by using LLVM/clang to parse the source code. It adds support for DocBook output and for parsing UNO IDL files (used by Libre Office). It includes a number of smaller changes and improvements as well as a large number of bugfixes. @ text @d1 1 a1 1 $NetBSD: patch-aj,v 1.2 2012/07/03 11:31:35 mef Exp $ d5 1 a5 1 --- src/doxygen.pro.in.orig 2013-03-24 14:12:01.000000000 +0000 d13 1 a13 1 win32-mingw:LIBS += -L../lib -ldoxygen -ldoxycfg -lqtools -lmd5 -lpthread %%SQLITE3_LIBS%% %%LIBCLANG_LIBS%% @ 1.2 log @Bump version 1.6.3 to 1.8.1.1 based on PR pkg/46650 Only the most recent Changes and New features are included. Others are listed date only, please refer following URL. http://www.stack.nl/~dimitri/doxygen/changelog.html Release 1.8.1.1 (2012/06/10) Changes - Integrated the root navigation tree in navtree.js for faster loading. - When the navigation tree is enabled, clicking jump to a line in - the source code view will now highlight the line. New features - VHDL code now has a new Design Overview page (thanks for Martin Kreis for the patch). Requires HAVE_DOT=YES, and DOT_IMAGE_FORMAT=svg. - id 677678: Added support for strong and weak attributes in Objective-C properties. Release 1.8.1 (2012/05/19) Release 1.8.0 (2012/02/25) Release 1.7.6.1 (2011/12/10) Release 1.7.6 (2011/12/03) Release 1.7.5.1 (2011/08/21) Release 1.7.5 (2011/08/14) Release 1.7.4 (2011/03/28) Release 1.7.3 (2011/01/03) Release 1.7.2 (2010/10/09) Release 1.7.1 (2010/06/25) Release 1.7.0 (2010/06/15) (Following patches are deleted, for upstream took the changes) patch-ai patch-ak patch-qtools-qvaluestack.h @ text @d1 1 a1 1 $NetBSD: patch-aj,v 1.1 2010/11/19 19:21:38 tez Exp $ d5 3 a7 3 --- src/doxygen.pro.in.orig 2012-01-30 00:12:55.000000000 +0900 +++ src/doxygen.pro.in 2012-06-23 11:56:35.000000000 +0900 @@@@ -19,6 +19,7 @@@@ d10 1 a10 1 unix:LIBS += -L../lib -ldoxygen -ldoxycfg -lqtools -lmd5 -lpthread d13 1 a13 1 win32-mingw:LIBS += -L../lib -ldoxygen -ldoxycfg -lqtools -lmd5 -lpthread @ 1.1 log @make build honor LDFLAGS fixes build on platforms not using builtin libiconv PR#44105 @ text @d1 1 a1 1 $NetBSD$ d5 2 a6 2 --- src/doxygen.pro.in.orig 2010-11-15 15:39:11.071338100 -0600 +++ src/doxygen.pro.in 2010-11-15 15:39:52.485412900 -0600 d10 1 a10 1 unix:LIBS += -L../lib -ldoxygen -ldoxycfg -lqtools -lmd5 d13 1 a13 1 win32-mingw:LIBS += -L../lib -ldoxygen -ldoxycfg -lqtools -lmd5 @