Commit graph

20 commits

Author SHA1 Message Date
jmmv
bf1d5fad5f Depend on either teTeX and teTeX2 (defaulting to the later).
Fixes PR pkg/23852.
2003-12-23 21:10:22 +00:00
martti
42860e3a19 Updated doxygen to 1.3.5
* bug fixes
2003-12-03 05:38:50 +00:00
martti
a31eadb731 Updated doxygen to 1.3.4
* bug fixes
2003-10-05 12:03:50 +00:00
martti
0924c4527f Updated doxygen to 1.3.3
- Bug fixes
- New features

  * Added new debug flag "-d Time" which will report the elapsed time for each
    message printed, and will also show the total running time along with the
    time spend on external tools such as dot. Note: If you have a project that
    takes doxygen a long time to process, please send me the output so I get
    a global idea where to optimize.

  * New option SUBGROUPING which can be set to NO to have \nosubgrouping for
    all classes (thanks to Torben Koch for the patch).

  * Added XML schemas for validating the XML output, and to help writing XSLT
    files. The generated index.xml now has a complete schema, the compounds
    not yet. Thanks go to Alexej Humbach for doing a lot of the work. Note
    that a couple of "id" attributes in the XML output have been changed to
    "refid", and section tags are now nested.

  * Included language updates for Traditional Chinese and Japanese.
2003-09-03 05:39:10 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
martti
2fe33d5af3 Updated doxygen to 1.3.2
* Lots of bug fixes
* Language updates
2003-06-16 12:07:18 +00:00
martti
197ae29fda Updated doxygen to 1.3
* translation updates
* lots of bug fixes
2003-05-09 08:02:44 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
schmonz
0268aa4b89 REPLACE_PERL's working directory is ${WRKSRC}, so packages needn't
prefix REPLACE_PERL definitions with ${WRKSRC}.
2002-12-14 03:43:18 +00:00
martti
8335ca25e1 Updated doxygen to 1.2.18 (changes unknown). 2002-10-24 06:21:18 +00:00
jlam
1293a34c3e Use ghostscript.mk. 2002-09-13 06:53:31 +00:00
dmcmahill
7fa98b5ce3 fix installation on systems where '.' is not in root's path. 2002-08-18 17:45:56 +00:00
agc
00552070c6 Use REPLACE_PERL to substitute for the correct version of perl in
doc/translator.pl, which has the side effect of allowing the docygen
package to be installed properly if you don't have '.' in your path.

Bump PKGREVISION.
2002-06-17 16:40:26 +00:00
fredb
0102533811 Use ${PKGNAME_NOREV} in definition of ${WRKSRC}. 2002-03-17 17:23:03 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
wiz
984c51db94 Comment out some unneeded code that produced errors, in contrast to
what the comment above it claims. Should fix bulk build failure.
2002-01-14 17:18:03 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
groo
fbc6ff2dca Really depend on LaTeX and Ghostscript-- it's largely useless without it
(even generating HTML).

Install documentation and examples.
2001-09-04 22:05:49 +00:00
groo
61c9f508a0 Import doxygen-1.2.10:
Doxygen is a documentation system for C++, Java, IDL (Corba, Microsoft and
KDE-DCOP flavors) and C.

It can help you in three ways:

   1. It can generate an on-line documentation browser (in HTML) and/or an
      off-line reference manual (in LaTeX) from a set of documented source
      files. There is also support for generating output in RTF (MS-Word),
      PostScript, hyperlinked PDF, compressed HTML, and Unix man pages. The
      documentation is extracted directly from the sources, which makes it
      much easier to keep the documentation consistent with the source code.

   2. Doxygen can be configured to extract the code structure from
      undocumented source files. This can be very useful to quickly find your
      way in large source distributions. The relations between the various
      elements are be visualized by means of include dependency graphs,
      inheritance diagrams, and collaboration diagrams, which are all
      generated automatically.

   3. You can even `abuse' doxygen for creating normal documentation
2001-09-04 21:05:06 +00:00