Subject: CVS commit: pkgsrc/devel/doxygen
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 11/09/2004 14:31:51
Module Name:	pkgsrc
Committed By:	adam
Date:		Tue Nov  9 14:31:51 UTC 2004

Modified Files:
	pkgsrc/devel/doxygen: Makefile distinfo
	pkgsrc/devel/doxygen/patches: patch-aa

Log Message:
Changes 1.3.9.1:
* Bug fixes
* Due to an error in the packaging script, an old version
  of doxywizard was bundled with the Mac OS X version of doxygen.
* Dot would not run if doxygen was installed in a path which
  contained spaces (Mac OS X).

Changes 1.3.9:
* Changed the stylesheet so font usage is more uniform and consistent.
* Changed the colors of the doxygen logo at the bottom of a HTML page.
  Let me know if you prefer this one or the old one.
* Improved rendering of template functions and methods in the HTML output.
* A macro defined in the config file (see PREDEFINED) can now prevented from
  being undefined (via a #undef in the code) when its value is assigned via
  the := operator (e.g. PREDEFINED = A(x):=x ).
* Changed the way function pointer arguments are represented in the detailed
  description.
* Directory information is now extracted by doxygen. Files are automatically
  grouped by directory. You can use the SHOW_DIRECTORIES option to
  enable/disable this feature.
* Added a new command \dir which can be used to document directories.
* Language updates for Czech, Swedish, Hungarian, Danish, Russian, Italian,
  German, Chinese, Croatian, and Polish.
* Applied a patch by Arend van Beelen which adds support for the new features
  introduced in PHP5.
* Applied a patch by Ferdinand Wess for better handling of #import statements
  in Obj-C code.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 pkgsrc/devel/doxygen/Makefile
cvs rdiff -r1.13 -r1.14 pkgsrc/devel/doxygen/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/doxygen/patches/patch-aa

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