doxygen1.3 stable port information

Package: doxygen1.3
Version: 1.3.4
Revision: 1021
Description: Documentation system for C++, Java, IDL and C
License: GPL
Maintainer: Benjamin Reed

Depends: libpng3-shlibs, graphviz, tetex-base (>= 2.0-1) | tetex-nox | system-tetex, tetex-texmf (>= 2.0-1) | system-tetex
BuildDepends: libpng3, ghostscript | ghostscript-nox, tetex-base (>= 2.0-1) | tetex-nox | system-tetex
GCC: 4.0

Source: ftp://ftp.stack.nl/pub/users/dimitri/doxygen-%v.src.tar.gz
SourceDirectory: doxygen-%v
Source-MD5: cd81c0f8a8e77dc33cc754f6f8852ca4
PatchScript: <<
mv doc/doxygen_manual.tex tmp
sed 's|setlength|renewcommand|g' < tmp > doc/doxygen_manual.tex
mv src/latexgen.cpp tmp
sed 's|setlength{\\foot|renewcommand{\\foot|g' < tmp > src/latexgen.cpp
sed 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1
<<

SetMAKEFLAGS: -j1
NoSetCPPFLAGS: true
NoSetMAKEFLAGS: true
CompileScript: <<
./configure --prefix %p/lib/doxygen1.3 --docdir %p/share/doc/%N --release --install /usr/bin/install
make INSTALL=%p/lib/doxygen1.3 DOCDIR=%p/share/doc/%N
<<

InstallScript: <<
make install INSTALL=%i/lib/doxygen1.3 DOCDIR=%i/share/doc/%N
make install_docs INSTALL=%i/lib/doxygen1.3 DOCDIR=%i/share/doc/%N
<<
DocFiles: INSTALL LANGUAGE.HOWTO LICENSE PLATFORMS README VERSION

Homepage: http://www.doxygen.org
DescDetail: <<
Doxygen is a documentation system for C++, Java, IDL and C

1. It can generate an on-line documentation browser (in HTML) and/or
an off-line reference manual (in ) 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 (as
I did for this manual).

This version of doxygen is a known working release that is stable and
tested.
<<

doxygen1.3 stable port .patch

diff -uNr doxygen-1.3.4/src/doxygen.pro.in doxygen-1.3.4-new/src/doxygen.pro.in
--- doxygen-1.3.4/src/doxygen.pro.in 2003-02-21 17:24:16.000000000 -0500
+++ doxygen-1.3.4-new/src/doxygen.pro.in 2006-01-31 13:12:57.000000000 -0500
@@ -18,7 +18,7 @@
CONFIG = console warn_on $extraopts
HEADERS = doxygen.h
SOURCES = main.cpp
-unix:LIBS += -L../lib -ldoxygen -ldoxycfg -lqtools -lpng
+unix:LIBS += -L../lib -ldoxygen -ldoxycfg -lqtools -lpng -L@PREFIX@/lib
win32:INCLUDEPATH += .
win32-mingw:LIBS += -L../lib -ldoxygen -ldoxycfg -lqtools -lpng
win32-msvc:LIBS += qtools.lib png.lib doxygen.lib doxycfg.lib shell32.lib
@@ -28,7 +28,7 @@
win32:TMAKE_CXXFLAGS += -DQT_NODLL
win32-g++:LIBS = -L../lib -ldoxygen -ldoxycfg -lqtools -lpng
win32-g++:TMAKE_CXXFLAGS += -fno-exceptions -fno-rtti
-INCLUDEPATH += ../qtools ../libpng .
+INCLUDEPATH += ../qtools ../libpng . @PREFIX@/include
win32-g++:INCLUDEPATH -= ../libpng
DESTDIR = ../bin
TARGET = doxygen
diff -uNr doxygen-1.3.4/src/libdoxygen.pro.in doxygen-1.3.4-new/src/libdoxygen.pro.in
--- doxygen-1.3.4/src/libdoxygen.pro.in 2003-08-25 13:51:22.000000000 -0400
+++ doxygen-1.3.4-new/src/libdoxygen.pro.in 2006-01-31 13:13:31.000000000 -0500
@@ -186,6 +186,7 @@
win32-g++:TMAKE_CXXFLAGS += -fno-exceptions -fno-rtti
INCLUDEPATH += ../qtools
INCLUDEPATH += ../libpng
+INCLUDEPATH += @PREFIX@/include
win32:INCLUDEPATH += .
win32-g++:INCLUDEPATH = ../qtools /usr/include/libpng12
DESTDIR = ../lib

doxygen1.3 _unstable_ port information

Package: doxygen1.3
Version: 1.3.4
Revision: 1022
Description: Documentation system for C++, Java, IDL and C
License: GPL
Maintainer: Benjamin Reed

Depends: libpng3-shlibs, graphviz, tetex-base
BuildDepends: libpng3, ghostscript | ghostscript-nox, tetex-base (>= 2.0-1) | tetex-nox-base | system-tetex | ptex-base | ptex-nox-base
GCC: 4.0

Source: ftp://ftp.stack.nl/pub/users/dimitri/doxygen-%v.src.tar.gz
SourceDirectory: doxygen-%v
Source-MD5: cd81c0f8a8e77dc33cc754f6f8852ca4
PatchScript: <<
mv doc/doxygen_manual.tex tmp
sed 's|setlength|renewcommand|g' < tmp > doc/doxygen_manual.tex
mv src/latexgen.cpp tmp
sed 's|setlength{\\foot|renewcommand{\\foot|g' < tmp > src/latexgen.cpp
sed 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1
<<

SetMAKEFLAGS: -j1
NoSetCPPFLAGS: true
NoSetMAKEFLAGS: true
CompileScript: <<
./configure --prefix %p/lib/doxygen1.3 --docdir %p/share/doc/%N --release --install /usr/bin/install
make INSTALL=%p/lib/doxygen1.3 DOCDIR=%p/share/doc/%N
<<

InstallScript: <<
make install INSTALL=%i/lib/doxygen1.3 DOCDIR=%i/share/doc/%N
make install_docs INSTALL=%i/lib/doxygen1.3 DOCDIR=%i/share/doc/%N
<<
DocFiles: INSTALL LANGUAGE.HOWTO LICENSE PLATFORMS README VERSION

Homepage: http://www.doxygen.org
DescDetail: <<
Doxygen is a documentation system for C++, Java, IDL and C

1. It can generate an on-line documentation browser (in HTML) and/or
an off-line reference manual (in ) 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 (as
I did for this manual).

This version of doxygen is a known working release that is stable and
tested.
<<

doxygen1.3 _unstable_ port .patch

diff -uNr doxygen-1.3.4/src/doxygen.pro.in doxygen-1.3.4-new/src/doxygen.pro.in
--- doxygen-1.3.4/src/doxygen.pro.in 2003-02-21 17:24:16.000000000 -0500
+++ doxygen-1.3.4-new/src/doxygen.pro.in 2006-01-31 13:12:57.000000000 -0500
@@ -18,7 +18,7 @@
CONFIG = console warn_on $extraopts
HEADERS = doxygen.h
SOURCES = main.cpp
-unix:LIBS += -L../lib -ldoxygen -ldoxycfg -lqtools -lpng
+unix:LIBS += -L../lib -ldoxygen -ldoxycfg -lqtools -lpng -L@PREFIX@/lib
win32:INCLUDEPATH += .
win32-mingw:LIBS += -L../lib -ldoxygen -ldoxycfg -lqtools -lpng
win32-msvc:LIBS += qtools.lib png.lib doxygen.lib doxycfg.lib shell32.lib
@@ -28,7 +28,7 @@
win32:TMAKE_CXXFLAGS += -DQT_NODLL
win32-g++:LIBS = -L../lib -ldoxygen -ldoxycfg -lqtools -lpng
win32-g++:TMAKE_CXXFLAGS += -fno-exceptions -fno-rtti
-INCLUDEPATH += ../qtools ../libpng .
+INCLUDEPATH += ../qtools ../libpng . @PREFIX@/include
win32-g++:INCLUDEPATH -= ../libpng
DESTDIR = ../bin
TARGET = doxygen
diff -uNr doxygen-1.3.4/src/libdoxygen.pro.in doxygen-1.3.4-new/src/libdoxygen.pro.in
--- doxygen-1.3.4/src/libdoxygen.pro.in 2003-08-25 13:51:22.000000000 -0400
+++ doxygen-1.3.4-new/src/libdoxygen.pro.in 2006-01-31 13:13:31.000000000 -0500
@@ -186,6 +186,7 @@
win32-g++:TMAKE_CXXFLAGS += -fno-exceptions -fno-rtti
INCLUDEPATH += ../qtools
INCLUDEPATH += ../libpng
+INCLUDEPATH += @PREFIX@/include
win32:INCLUDEPATH += .
win32-g++:INCLUDEPATH = ../qtools /usr/include/libpng12
DESTDIR = ../lib