Update of /cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9502/10.3/main/finkinfo/devel

Added Files:
        doxygen1.3.info doxygen1.3.patch 
Log Message:
buncha work-in-progress

--- NEW FILE: doxygen1.3.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 
[EMAIL PROTECTED]@/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

--- NEW FILE: doxygen1.3.info ---
Package: doxygen1.3
Version: 1.3.4
Revision: 11
Description: Documentation system for C++, Java, IDL and C
License: GPL
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

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: 3.3

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
<<

SetCPPFLAGS: -no-cpp-precomp
SetMAKEFLAGS: -j1
NoSetCPPFLAGS: true
NoSetMAKEFLAGS: true
CompileScript: <<
./configure --prefix %p --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.
<<




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to