NOTICE: This package has been removed from pkgsrc

./wip/doxygen, Documentation system for C++, Java, IDL and C

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.8.15, Package name: doxygen-1.8.15, Maintainer: pkgsrc-users

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


Required to run:
[print/ghostscript] [print/tex-pgf] [graphics/graphviz] [lang/perl5] [print/dvipsk] [print/tex-latex] [textproc/makeindexk] [print/tex-graphics] [print/tex-tools] [print/tex-natbib] [fonts/tex-psnfss] [fonts/tex-amsfonts] [print/tex-oberdiek] [print/tex-fancyhdr] [print/tex-colortbl] [print/tex-hyperref] [fonts/tex-rsfs] [print/tex-multirow] [fonts/tex-cm-super] [print/tex-sectsty] [print/tex-geometry] [print/tex-float] [print/tex-listings] [print/tex-latex-bin] [print/tex-a4wide] [print/tex-xcolor] [print/tex-ulem] [print/tex-pspicture] [fonts/tex-ec] [print/tex-tocloft] [lang/python27] [fonts/tex-wasysym] [graphics/tex-epstopdf] [devel/tex-etoolbox] [print/tex-xtab] [print/tex-appendix] [print/tex-tabu] [print/tex-adjustbox] [print/tex-import] [print/tex-hanging] [print/tex-newunicodechar] [print/tex-etoc] [print/tex-listofitems] [print/tex-stackengine]

Required to build:
[textproc/py-expat] [print/tex-epsf] [pkgtools/cwrappers]

Package options: latex

Master sites:

SHA1: bb5d7456a7ff63768e8755762860d64debd3a4ff
RMD160: c9f14928c77410d2f71568d4602a489d8ab889d9
Filesize: 4978.312 KB

Version history: (Expand)


CVS history: (Expand)


   2015-01-28 10:44:42 by Makoto Fujiwara | Files touched by this commit (14) | Package removed
Log message:
Deleting doxygen, it is updated to 1.8.9.1 at pkgsrc proper, thanks wiz.

   2015-01-27 07:30:16 by Makoto Fujiwara | Files touched by this commit (5)
Log message:
Update to 1.8.9.1 (release date 04-01-2015)

   2015-01-27 06:46:22 by Makoto Fujiwara | Files touched by this commit (7)
Log message:
Add patches from pkgsrc proper with adding comment lines.

   2015-01-27 04:46:46 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Add ${PLIST.latex} etc. Confirmed with and without latex option

   2015-01-14 09:29:50 by Makoto Fujiwara | Files touched by this commit (12)
Log message:
Import doxygen-1.8.9 as wip/doxygen.

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