SHA256
1
0
forked from pool/doxygen
OBS User unknown 2007-01-15 23:10:37 +00:00 committed by Git OBS Bridge
commit 87d71fd9c6
19 changed files with 1203 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

13
doxygen-1.5.0-arm.patch Normal file
View File

@ -0,0 +1,13 @@
--- qtools/qstring.h
+++ qtools/qstring.h
@@ -163,8 +165,10 @@
bool isLetterOrNumber() const;
bool isDigit() const;
+#ifndef __arm__
uchar& cell() { return cl; }
uchar& row() { return rw; }
+#endif
uchar cell() const { return cl; }
uchar row() const { return rw; }

View File

@ -0,0 +1,16 @@
Disable debug comments in RTF output (they are visible by default in
ooffice and abiword)
--- src/rtfdocvisitor.cpp
+++ src/rtfdocvisitor.cpp
@@ -29,8 +29,8 @@
#include "parserintf.h"
-#define DBG_RTF(x) m_t << x
-//#define DBG_RTF(x) do {} while(0)
+//#define DBG_RTF(x) m_t << x
+#define DBG_RTF(x) do {} while(0)
RTFDocVisitor::RTFDocVisitor(QTextStream &t,CodeOutputInterface &ci,
const char *langExt)

View File

@ -0,0 +1,12 @@
# the warning migh suggest a bug in doxygen, but let's not abort because
# of it (1.5.1 has the same change)
--- src/memberdef.cpp
+++ src/memberdef.cpp
@@ -818,7 +818,6 @@ QCString MemberDef::getOutputFileBase()
"Warning: Internal inconsistency: member %s does not belong to any"
" container!",name().data()
);
- exit(1);
return "dummy";
}
else if (separateMemberPages)

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:230b0299e0ff0d6a3486b63ef88061c4a5982d8242ef33151edd2f6b3b9dbac8
size 460700

121
doxygen-1.5.0-libpng.diff Normal file
View File

@ -0,0 +1,121 @@
--- Makefile.in
+++ Makefile.in
@@ -7,7 +7,6 @@
cd doc ; $(MAKE) clean
cd qtools ; $(MAKE) clean
cd src ; $(MAKE) clean
- cd libpng ; $(MAKE) clean
cd libmd5 ; $(MAKE) clean
cd addon/doxywizard ; $(MAKE) clean
cd addon/doxmlparser/src ; $(MAKE) clean
@@ -18,7 +17,6 @@
distclean: clean
cd src ; $(MAKE) distclean
- cd libpng ; $(MAKE) distclean
cd libmd5 ; $(MAKE) distclean
cd addon/doxywizard ; $(MAKE) distclean
cd addon/doxmlparser/src ; $(MAKE) distclean
@@ -32,11 +30,10 @@
-rm -f objects/*.o
-rm -f src/Makefile.doxygen src/Makefile.libdoxygen
-rm -f src/Makefile.doxytag src/Makefile.libdoxycfg
- -rm -f libpng/Makefile.libpng
-rm -f libmd5/Makefile.libmd5
-rm -f Makefile qtools/Makefile src/Makefile examples/Makefile doc/Makefile
-rm -f .makeconfig .tmakeconfig
- -rm -f src/doxygen.pro src/libdoxygen.pro src/doxytag.pro qtools/qtools.pro src/libdoxycfg.pro libpng/libpng.pro libmd5/libmd5.pro
+ -rm -f src/doxygen.pro src/libdoxygen.pro src/doxytag.pro qtools/qtools.pro src/libdoxycfg.pro libmd5/libmd5.pro
-rm -f src/version.cpp
-rm -r addon/doxywizard/Makefile
-rm -f addon/doxywizard/Makefile.doxywizard
@@ -81,7 +78,7 @@
pdf: docs
cd latex ; $(MAKE)
-DISTFILES = Doxyfile libpng libmd5 addon tmake doc wintools examples bin lib objects \
+DISTFILES = Doxyfile libmd5 addon tmake doc wintools examples bin lib objects \
qtools src configure configure.bin Makefile.in Makefile.win_nmake.in \
Makefile.win_make.in INSTALL make.bat LANGUAGE.HOWTO LICENSE PLATFORMS \
VERSION packages winbuild
--- configure
+++ configure
@@ -525,7 +525,7 @@
EOF
fi
-f_inmakefiles="Makefile.in qtools/Makefile.in src/Makefile.in examples/Makefile.in doc/Makefile.in addon/doxywizard/Makefile.in addon/doxmlparser/src/Makefile.in addon/doxmlparser/test/Makefile.in addon/doxmlparser/examples/metrics/Makefile.in libpng/Makefile.in libmd5/Makefile.in addon/doxyapp/Makefile.in"
+f_inmakefiles="Makefile.in qtools/Makefile.in src/Makefile.in examples/Makefile.in doc/Makefile.in addon/doxywizard/Makefile.in addon/doxmlparser/src/Makefile.in addon/doxmlparser/test/Makefile.in addon/doxmlparser/examples/metrics/Makefile.in libmd5/Makefile.in addon/doxyapp/Makefile.in"
for i in $f_inmakefiles ; do
SRC=$i
@@ -542,7 +542,6 @@
echo "" >> $DST
echo "all: src/version.cpp " >> $DST
echo " \$(MAKE) -C qtools" >> $DST
- echo " \$(MAKE) -C libpng" >> $DST
echo " \$(MAKE) -C libmd5" >> $DST
echo " \$(MAKE) -C src" >> $DST
if test $f_wizard = YES; then
@@ -562,7 +561,7 @@
echo " Created $DST from $SRC..."
done
-f_inprofiles="qtools/qtools.pro.in src/libdoxygen.pro.in src/libdoxycfg.pro.in src/doxygen.pro.in src/doxytag.pro.in addon/doxywizard/doxywizard.pro.in addon/doxmlparser/src/doxmlparser.pro.in addon/doxmlparser/test/xmlparse.pro.in addon/doxmlparser/examples/metrics/metrics.pro.in libpng/libpng.pro.in libmd5/libmd5.pro.in addon/doxyapp/doxyapp.pro.in"
+f_inprofiles="qtools/qtools.pro.in src/libdoxygen.pro.in src/libdoxycfg.pro.in src/doxygen.pro.in src/doxytag.pro.in addon/doxywizard/doxywizard.pro.in addon/doxmlparser/src/doxmlparser.pro.in addon/doxmlparser/test/xmlparse.pro.in addon/doxmlparser/examples/metrics/metrics.pro.in libmd5/libmd5.pro.in addon/doxyapp/doxyapp.pro.in"
for i in $f_inprofiles ; do
SRC=$i
--- src/doxygen.pro
+++ src/doxygen.pro
@@ -32,7 +32,7 @@
win32:TMAKE_CXXFLAGS += -DQT_NODLL
win32-g++:LIBS = -L../lib -ldoxygen -ldoxycfg -lqtools -lpng -lmd5
win32-g++:TMAKE_CXXFLAGS += -fno-exceptions -fno-rtti
-INCLUDEPATH += ../qtools ../libpng ../libmd5 .
+INCLUDEPATH += ../qtools ../libmd5 .
#win32-g++:INCLUDEPATH -= ../libpng
DESTDIR = ../bin
TARGET = doxygen
--- src/doxygen.pro.in
+++ src/doxygen.pro.in
@@ -28,7 +28,7 @@
win32:TMAKE_CXXFLAGS += -DQT_NODLL
win32-g++:LIBS = -L../lib -ldoxygen -ldoxycfg -lqtools -lpng -lmd5
win32-g++:TMAKE_CXXFLAGS += -fno-exceptions -fno-rtti
-INCLUDEPATH += ../qtools ../libpng ../libmd5 .
+INCLUDEPATH += ../qtools ../libmd5 .
#win32-g++:INCLUDEPATH -= ../libpng
DESTDIR = ../bin
TARGET = doxygen
--- src/libdoxygen.pro
+++ src/libdoxygen.pro
@@ -211,7 +211,6 @@
win32-g++:TMAKE_CXXFLAGS += -fno-exceptions -fno-rtti
linux-g++:TMAKE_CXXFLAGS += -fno-exceptions -fno-rtti
INCLUDEPATH += ../qtools
-INCLUDEPATH += ../libpng
INCLUDEPATH += ../libmd5
win32:INCLUDEPATH += .
win32-g++:INCLUDEPATH = ../qtools /usr/include/libpng12 ../libmd5
--- src/libdoxygen.pro.in
+++ src/libdoxygen.pro.in
@@ -207,7 +207,6 @@
win32-g++:TMAKE_CXXFLAGS += -fno-exceptions -fno-rtti
linux-g++:TMAKE_CXXFLAGS += -fno-exceptions -fno-rtti
INCLUDEPATH += ../qtools
-INCLUDEPATH += ../libpng
INCLUDEPATH += ../libmd5
win32:INCLUDEPATH += .
win32-g++:INCLUDEPATH = ../qtools /usr/include/libpng12 ../libmd5
--- src/pngenc.cpp
+++ src/pngenc.cpp
@@ -25,7 +25,7 @@
#endif
#define ALL_STATIC
-#include <../libpng/png.h>
+#include <libpng12/png.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

11
doxygen-1.5.0-man.patch Normal file
View File

@ -0,0 +1,11 @@
--- Makefile.in
+++ Makefile.in
@@ -43,7 +43,7 @@
DATE=$(shell date "+%B %Y")
-MAN1DIR = man/man1
+MAN1DIR = share/man/man1
install: doxywizard_install
$(INSTTOOL) -d $(INSTALL)/bin

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f9960fc21f1a90d30fa88ddf59cc079680b357e08ef0d7469547c3cb0c43f1d6
size 2390284

47
doxygen-64archs.diff Normal file
View File

@ -0,0 +1,47 @@
--- qtools/qgdict.cpp
+++ qtools/qgdict.cpp
@@ -996,7 +996,7 @@
break;
case IntKey:
{
- Q_UINT32 k;
+ Q_UINT64 k;
s >> k;
read( s, d );
look_int( k, d, op_insert );
@@ -1004,7 +1004,7 @@
break;
case PtrKey:
{
- Q_UINT32 k;
+ Q_UINT64 k;
s >> k;
read( s, d );
// ### cannot insert 0 - this renders the thing
--- src/util.cpp
+++ src/util.cpp
@@ -4281,10 +4281,10 @@
if (shortNames) // use short names only
{
static QDict<void> usedNames(10007);
- static int count=1;
+ static long int count=1;
void *value=usedNames.find(name);
- int num;
+ long int num;
if (value==0)
{
usedNames.insert(name,(void *)count);
@@ -4292,9 +4292,9 @@
}
else
{
- num = *(int*)&value;
+ num = *(long int*)&value;
}
- result.sprintf("a%05d",num);
+ result.sprintf("a%05ld",num);
}
else // long names
{

16
doxygen-html.sh Normal file
View File

@ -0,0 +1,16 @@
#!/bin/sh -ex
#
# download the binary distribution and extract the html manual from it
spec=`dirname "$0"`/doxygen.spec
version=`rpm -q --qf '%{version}' --specfile "$spec"`
cwd=`pwd`
tmpdir=`mktemp -d`
pushd $tmpdir
wget "http://ftp.stack.nl/pub/users/dimitri/doxygen-$version.linux.bin.tar.gz"
tar xzf "doxygen-$version.linux.bin.tar.gz" "doxygen-$version/html"
tar cjf "$cwd/doxygen-$version-html.tar.bz2" "doxygen-$version"
popd
rm -rf "$tmpdir"

428
doxygen.changes Normal file
View File

@ -0,0 +1,428 @@
-------------------------------------------------------------------
Thu Nov 16 12:56:20 CET 2006 - mmarek@suse.cz
- don't abort just because of a warning (fixes yast2-core build)
(dont-exit-on-warning.patch)
-------------------------------------------------------------------
Wed Oct 18 10:47:39 CEST 2006 - anosek@suse.cz
- updated to version 1.5.0
* Cleaned up the internal structures to make them smaller,
and made doxygen use a temporary file to store the parse
results (instead of keeping them in memory), which will
further reduce the memory usage, especially for large projects
* Sections produces by \note, \warning, \remarks etc, now have
a class label in the generated HTML (<dl> tag) so you can give
them a distinct style using a non-default stylesheet
(i.e. using HTML_STYLESHEET).
* Lots of bugfixes
-------------------------------------------------------------------
Mon Jun 26 11:15:32 CEST 2006 - mmarek@suse.cz
- updated to 1.4.7
* changes in the CSS stylesheet and HTML class names => possible
incompatibility with custom stylesheets
* new CALLER_GRAPH option to add called-by graph to functions
* new REFERENCES_LINK_SOURCE option to set whether function names
in REFERENCES_RELATION and REFERENCED_BY_RELATION link to
source or documentation
* updated some translations
* added support for get/set properties in IDL
* lost of bugfixes
- dropped patches: qtools.patch, segfault.patch
- added script to update the html docu tarball to source rpm
-------------------------------------------------------------------
Wed Jan 25 21:35:34 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Thu Jan 5 14:17:56 CET 2006 - mmarek@suse.cz
- fix segfault in doxygen.cpp
[#141384] (segfault.patch)
- use make -j
- add -fno-strict-aliasing
-------------------------------------------------------------------
Mon Jan 2 13:43:34 CET 2006 - mmarek@suse.cz
- update to 1.4.6
-------------------------------------------------------------------
Mon Oct 10 15:27:31 CEST 2005 - mmarek@suse.cz
- update to 1.4.5
-------------------------------------------------------------------
Tue Sep 20 18:53:57 CEST 2005 - mmarek@suse.cz
- fix qtools to build with gcc-4.1.0
-------------------------------------------------------------------
Wed Aug 24 12:09:20 CEST 2005 - mmarek@suse.cz
- disable RTF debug comments in src/rtfdocvisitor.cpp (those
comments are displayed by default in ooffice and abiword). See
gnome bugzilla #149797
-------------------------------------------------------------------
Thu Jul 28 19:07:02 CEST 2005 - postadal@suse.cz
- updated to version 1.4.4
* added man pages
- removed obsoleted qt-mt patch
-------------------------------------------------------------------
Wed Apr 6 14:44:27 CEST 2005 - uli@suse.de
- un-packing QChar seems to break doxygen; removed the
incriminated methods instead as they are unused anyway
-------------------------------------------------------------------
Thu Mar 31 17:19:08 CEST 2005 - uli@suse.de
- GCC does not allow references to members of packed structs on
ARM
-------------------------------------------------------------------
Wed Jan 12 14:34:07 CET 2005 - postadal@suse.cz
- updated to version 1.4.1
-------------------------------------------------------------------
Wed Aug 11 16:11:10 CEST 2004 - postadal@suse.cz
- linked dynamically against libpng
-------------------------------------------------------------------
Tue Aug 03 18:48:56 CEST 2004 - postadal@suse.cz
- updated to version 1.3.8
-------------------------------------------------------------------
Tue Apr 27 12:24:52 CEST 2004 - postadal@suse.cz
- doxywizard split off (removed qt3 dependency)
-------------------------------------------------------------------
Tue Mar 23 12:37:03 CET 2004 - postadal@suse.cz
- applied patches from cvs to fix bug #36397 (doxygen ate all memory building the libstdc++)
-------------------------------------------------------------------
Fri Feb 13 17:23:48 CET 2004 - postadal@suse.cz
- updated to version 1.3.6
-------------------------------------------------------------------
Sat Jan 10 11:20:28 CET 2004 - adrian@suse.de
- build as user
-------------------------------------------------------------------
Mon Oct 6 13:34:54 CEST 2003 - kukuk@suse.de
- Use prebuild documentation from website
-------------------------------------------------------------------
Thu Oct 2 09:41:50 CEST 2003 - adrian@suse.de
- update to version 1.3.4
-------------------------------------------------------------------
Sat Aug 16 18:10:56 CEST 2003 - adrian@suse.de
- add desktop file for doxywizard
-------------------------------------------------------------------
Thu Jul 24 20:04:17 CEST 2003 - postadal@suse.cz
- updated to version 1.3.2
-------------------------------------------------------------------
Sun Jun 15 13:05:48 CEST 2003 - mmj@suse.de
- Update to 1.3.1
-------------------------------------------------------------------
Mon Feb 10 16:58:09 CET 2003 - ro@suse.de
- fix build with tetex-2.0
-------------------------------------------------------------------
Thu Feb 6 01:37:05 CET 2003 - ro@suse.de
- force install tool
-------------------------------------------------------------------
Wed Nov 20 16:50:37 CET 2002 - ro@suse.de
- use ghostscript-mini-packages in neededforbuild
-------------------------------------------------------------------
Tue Oct 08 14:19:35 CEST 2002 - postadal@suse.cz
- updated to version 1.2.18
* @deprecated is now treated as @todo, @test, and @bug
* enum value documentation was added to the XML output.
* files ending with ".inc" are now recognised as PHP files
* included updated documentation for language translators
* included language updates
* added new configuration options XML_DTD and XML_SCHEMA to set the DTD or Schema used in the XML output.
- patch for 64bit archs
-------------------------------------------------------------------
Sun Aug 18 02:26:55 CEST 2002 - ro@suse.de
- added ghostscript-x11-packages to neededforbuild (for gs)
-------------------------------------------------------------------
Sun Jul 28 09:29:43 CEST 2002 - meissner@suse.de
- use RPM_OPT_FLAGS so it builds on ppc64.
-------------------------------------------------------------------
Thu Jul 18 22:16:19 CEST 2002 - coolo@suse.de
- updating to 1.2.17 (needed for new kdelibs3)
-------------------------------------------------------------------
Sun Jun 9 21:39:40 CEST 2002 - olh@suse.de
- build with -mminimal-toc on ppc64, workaround
-------------------------------------------------------------------
Fri May 3 11:14:11 CEST 2002 - meissner@suse.de
- really write %_lib instead of just lib64
-------------------------------------------------------------------
Thu May 2 12:53:22 CEST 2002 - meissner@suse.de
- %_lib fixes
-------------------------------------------------------------------
Sun Apr 7 19:50:20 CEST 2002 - adrian@suse.de
- export compiler flags via RPM_OPTL_FLAGS to get an effect
(fix compile for mips)
-------------------------------------------------------------------
Thu Mar 14 02:12:12 CET 2002 - ro@suse.de
- patch tmake config file as well to use qt-mt
-------------------------------------------------------------------
Tue Mar 12 00:07:14 CET 2002 - ro@suse.de
- build against qt3
-------------------------------------------------------------------
Thu Jan 31 22:51:09 CET 2002 - ro@suse.de
- added libgimpprint to neededforbuild
-------------------------------------------------------------------
Tue Jan 29 13:59:19 CET 2002 - cihlar@suse.cz
- use %{suse_update_libdir}
-------------------------------------------------------------------
Mon Jan 7 08:23:59 CET 2002 - cihlar@suse.cz
- updated to version 1.2.13.1
-------------------------------------------------------------------
Wed Jan 2 09:45:17 CET 2002 - cihlar@suse.cz
- updated to version 1.2.13
-------------------------------------------------------------------
Mon Nov 19 11:37:55 CET 2001 - cihlar@suse.cz
- updated to version 1.2.12
-------------------------------------------------------------------
Fri Nov 9 01:25:00 CET 2001 - ro@suse.de
- use qt-devel-packages
-------------------------------------------------------------------
Mon Oct 8 10:29:41 CEST 2001 - cihlar@suse.cz
- updated to version 1.2.11.1
-------------------------------------------------------------------
Mon Oct 1 13:11:30 CEST 2001 - tiwai@suse.de
- updated to version 1.2.11
-------------------------------------------------------------------
Thu Sep 27 19:28:12 CEST 2001 - tiwai@suse.de
- updated to version 1.2.10
-------------------------------------------------------------------
Wed Aug 8 13:13:06 CEST 2001 - cihlar@suse.cz
- update to version 1.2.9.1
-------------------------------------------------------------------
Fri Aug 3 09:32:27 CEST 2001 - cihlar@suse.cz
- update to version 1.2.9
- gzipped doxygen_manual.ps
-------------------------------------------------------------------
Thu Jul 26 12:48:25 CEST 2001 - cihlar@suse.cz
- update to version 1.2.8.1
-------------------------------------------------------------------
Mon Jul 23 08:45:31 CEST 2001 - cihlar@suse.cz
- added glib to neededforbuild
-------------------------------------------------------------------
Fri Jul 20 12:06:42 CEST 2001 - kukuk@suse.de
- changed neededforbuild <gs_fonts> to <ghostscript-fonts-std>
- changed neededforbuild <gs_lib> to <ghostscript-library>
- changed neededforbuild <gs_x11> to <ghostscript-x11>
-------------------------------------------------------------------
Wed May 16 08:30:04 CEST 2001 - cihlar@suse.cz
- update to version 1.2.7
- fixed warnings on ia64
-------------------------------------------------------------------
Sun Mar 18 23:24:19 CET 2001 - ro@suse.de
- fixed neededforbuild
-------------------------------------------------------------------
Mon Mar 12 09:34:11 CET 2001 - cihlar@suse.cz
- update to version 1.2.6
-------------------------------------------------------------------
Tue Mar 6 11:50:49 CET 2001 - cihlar@suse.cz
- update to version 1.2.5
-------------------------------------------------------------------
Mon Jan 22 07:50:53 CET 2001 - cihlar@suse.cz
- update to version 1.2.4
-------------------------------------------------------------------
Thu Nov 30 08:24:43 CET 2000 - cihlar@suse.cz
- fixed neededforbuild: += liblcms
-------------------------------------------------------------------
Fri Nov 17 14:57:54 CET 2000 - ro@suse.de
- fixed neededforbuild: += libmng-devel
-------------------------------------------------------------------
Mon Nov 13 12:33:03 CET 2000 - cihlar@suse.cz
- fixed to compile
-------------------------------------------------------------------
Fri Nov 3 09:07:48 CET 2000 - cihlar@suse.cz
- fixed neededforbuild
-------------------------------------------------------------------
Tue Oct 31 12:36:52 CET 2000 - cihlar@suse.cz
- update to version 1.2.3
-------------------------------------------------------------------
Mon Oct 9 09:59:48 CEST 2000 - cihlar@suse.cz
- update to version 1.2.2
- added libmng to neededforbuild
-------------------------------------------------------------------
Fri Aug 25 13:30:25 CEST 2000 - cihlar@suse.cz
- added BuildRoot
- fixed neededforbuild
-------------------------------------------------------------------
Tue Aug 15 18:57:50 CEST 2000 - garloff@suse.de
- Update to stable version 1.2.1.
- No need for using -g for release version any longer.
-------------------------------------------------------------------
Wed Jul 5 00:11:35 CEST 2000 - garloff@suse.de
- Update to doxygen-1.1.5: Many bugfixes (last pre-1.2)
- Documentation (.ps,.pdf) is now being build from the sources
-------------------------------------------------------------------
Tue Jun 27 19:59:05 CEST 2000 - garloff@suse.de
- Detect qtlib2 version and pass it to the dynamic linker with
LD_RUN_PATH (equivalent to -rpath).
-------------------------------------------------------------------
Wed Jun 21 12:51:13 CEST 2000 - garloff@suse.de
- Change QTDIR to /usr/lib/qt2 (instead of qt-2.1.1) to avoid
breakage in case of qtlib2 upgrade.
-------------------------------------------------------------------
Tue Jun 6 18:21:01 CEST 2000 - garloff@suse.de
- Upgrade to doxygen-1.1.4.
- Use qt2 to build.
- The Makefile for the doc subdir is now correctly created.
-------------------------------------------------------------------
Wed May 24 18:16:02 CEST 2000 - garloff@suse.de
- Use %{_docdir}
-------------------------------------------------------------------
Wed Jan 5 14:49:59 CET 2000 - garloff@suse.de
- Upgrade to doxygen-1.0.0
-------------------------------------------------------------------
Sun Oct 31 22:40:10 CET 1999 - ro@suse.de
- re-added -g to CFLAGS (workaround for a segfault without)
-------------------------------------------------------------------
Sat Oct 30 02:54:03 CEST 1999 - garloff@suse.de
- Update to 0.49-991003.
- Added pdf docu.
-------------------------------------------------------------------
Wed Aug 4 21:09:58 CEST 1999 - garloff@suse.de
- Update to 0.49-990728.
-------------------------------------------------------------------
Wed Jul 28 23:32:00 CEST 1999 - garloff@suse.de
- Added missing neededforbuild packages.
- Add -g to compile flags: Workaround for egcs on AXP (!)
-------------------------------------------------------------------
Sat Jul 24 12:49:31 CEST 1999 - garloff@suse.de
- Check in der 0.49-990522 Version. linux-egcs Target.

291
doxygen.spec Normal file
View File

@ -0,0 +1,291 @@
#
# spec file for package doxygen (Version 1.5.0)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: doxygen
BuildRequires: gcc-c++ libpng-devel
Version: 1.5.0
Release: 10
Autoreqprov: on
License: GNU General Public License (GPL)
Group: Development/Tools/Doc Generators
Summary: Automated C, C++, and Java Documentation Generator
URL: http://www.stack.nl/~dimitri/doxygen/
Source: %{name}-%{version}.src.tar.bz2
# script to get %%source2
Source1: doxygen-html.sh
Source2: %{name}-%{version}-html.tar.bz2
Source3: %{name}_manual-%{version}.pdf.bz2
Patch: %{name}-64archs.diff
Patch1: %{name}-%{version}-libpng.diff
Patch2: %{name}-%{version}-arm.patch
Patch3: %{name}-%{version}-man.patch
Patch4: %{name}-%{version}-disable-rtf-debug.patch
Patch5: %{name}-%{version}-dont-exit-on-warning.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Doxygen is a documentation system for C, C++, Java, and IDL. It can
generate an online class browser (in HTML) and an offline reference
manual (in LaTeX) from a set of documented source files. The
documentation is extracted directly from the sources. Doxygen is
developed on a Linux platform, but it runs on most other UNIX flavors
as well. An executable for Windows 95/NT is also available.
Authors:
--------
Dimitri van Heesch <dimitri@stack.nl>
%prep
%setup -q -b 2
%ifarch s390x ia64 ppc64 x86_64
%patch
%endif
%patch1
%patch2
%patch3
%patch4
%patch5
cp -v %{S:3} .
bzip2 -d %{name}_manual-%{version}.pdf.bz2
%build
%{suse_update_libdir tmake/lib/linux-g++/tmake.conf}
perl -pi -e "s#TMAKE_CFLAGS_RELEASE.*=.*#TMAKE_CFLAGS_RELEASE=$RPM_OPT_FLAGS -fno-strict-aliasing#;" tmake/lib/linux-g++/tmake.conf
./configure --prefix /usr --install /usr/bin/install
make %{?jobs:-j%jobs}
#make docs
#make pdf
%install
rm -rf %{buildroot}
install -d -m 755 $RPM_BUILD_ROOT%{_docdir}/doxygen
make install INSTALL=$RPM_BUILD_ROOT/usr DOCDIR=$RPM_BUILD_ROOT%{_docdir}/doxygen
install -m 644 LICENSE LANGUAGE.HOWTO PLATFORMS README VERSION $RPM_BUILD_ROOT%{_docdir}/doxygen
cp -a html $RPM_BUILD_ROOT%{_docdir}/doxygen
cp doxygen_manual-%{version}.pdf $RPM_BUILD_ROOT%{_docdir}/doxygen
rm $RPM_BUILD_ROOT%{_mandir}/man1/doxywizard.1
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc %{_docdir}/doxygen
%attr(444,root,root) %doc %{_mandir}/man1/doxygen.1.gz
%attr(444,root,root) %doc %{_mandir}/man1/doxytag.1.gz
%attr(755,root,root) /usr/bin/*
%changelog -n doxygen
* Thu Nov 16 2006 - mmarek@suse.cz
- don't abort just because of a warning (fixes yast2-core build)
(dont-exit-on-warning.patch)
* Wed Oct 18 2006 - anosek@suse.cz
- updated to version 1.5.0
* Cleaned up the internal structures to make them smaller,
and made doxygen use a temporary file to store the parse
results (instead of keeping them in memory), which will
further reduce the memory usage, especially for large projects
* Sections produces by \note, \warning, \remarks etc, now have
a class label in the generated HTML (<dl> tag) so you can give
them a distinct style using a non-default stylesheet
(i.e. using HTML_STYLESHEET).
* Lots of bugfixes
* Mon Jun 26 2006 - mmarek@suse.cz
- updated to 1.4.7
* changes in the CSS stylesheet and HTML class names => possible
incompatibility with custom stylesheets
* new CALLER_GRAPH option to add called-by graph to functions
* new REFERENCES_LINK_SOURCE option to set whether function names
in REFERENCES_RELATION and REFERENCED_BY_RELATION link to
source or documentation
* updated some translations
* added support for get/set properties in IDL
* lost of bugfixes
- dropped patches: qtools.patch, segfault.patch
- added script to update the html docu tarball to source rpm
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Jan 05 2006 - mmarek@suse.cz
- fix segfault in doxygen.cpp
[#141384] (segfault.patch)
- use make -j
- add -fno-strict-aliasing
* Mon Jan 02 2006 - mmarek@suse.cz
- update to 1.4.6
* Mon Oct 10 2005 - mmarek@suse.cz
- update to 1.4.5
* Tue Sep 20 2005 - mmarek@suse.cz
- fix qtools to build with gcc-4.1.0
* Wed Aug 24 2005 - mmarek@suse.cz
- disable RTF debug comments in src/rtfdocvisitor.cpp (those
comments are displayed by default in ooffice and abiword). See
gnome bugzilla #149797
* Thu Jul 28 2005 - postadal@suse.cz
- updated to version 1.4.4
* added man pages
- removed obsoleted qt-mt patch
* Wed Apr 06 2005 - uli@suse.de
- un-packing QChar seems to break doxygen; removed the
incriminated methods instead as they are unused anyway
* Thu Mar 31 2005 - uli@suse.de
- GCC does not allow references to members of packed structs on
ARM
* Wed Jan 12 2005 - postadal@suse.cz
- updated to version 1.4.1
* Wed Aug 11 2004 - postadal@suse.cz
- linked dynamically against libpng
* Tue Aug 03 2004 - postadal@suse.cz
- updated to version 1.3.8
* Tue Apr 27 2004 - postadal@suse.cz
- doxywizard split off (removed qt3 dependency)
* Tue Mar 23 2004 - postadal@suse.cz
- applied patches from cvs to fix bug #36397 (doxygen ate all memory building the libstdc++)
* Fri Feb 13 2004 - postadal@suse.cz
- updated to version 1.3.6
* Sat Jan 10 2004 - adrian@suse.de
- build as user
* Mon Oct 06 2003 - kukuk@suse.de
- Use prebuild documentation from website
* Thu Oct 02 2003 - adrian@suse.de
- update to version 1.3.4
* Sat Aug 16 2003 - adrian@suse.de
- add desktop file for doxywizard
* Thu Jul 24 2003 - postadal@suse.cz
- updated to version 1.3.2
* Sun Jun 15 2003 - mmj@suse.de
- Update to 1.3.1
* Mon Feb 10 2003 - ro@suse.de
- fix build with tetex-2.0
* Thu Feb 06 2003 - ro@suse.de
- force install tool
* Wed Nov 20 2002 - ro@suse.de
- use ghostscript-mini-packages in neededforbuild
* Tue Oct 08 2002 - postadal@suse.cz
- updated to version 1.2.18
* @deprecated is now treated as @todo, @test, and @bug
* enum value documentation was added to the XML output.
* files ending with ".inc" are now recognised as PHP files
* included updated documentation for language translators
* included language updates
* added new configuration options XML_DTD and XML_SCHEMA to set the DTD or Schema used in the XML output.
- patch for 64bit archs
* Sun Aug 18 2002 - ro@suse.de
- added ghostscript-x11-packages to neededforbuild (for gs)
* Sun Jul 28 2002 - meissner@suse.de
- use RPM_OPT_FLAGS so it builds on ppc64.
* Thu Jul 18 2002 - coolo@suse.de
- updating to 1.2.17 (needed for new kdelibs3)
* Sun Jun 09 2002 - olh@suse.de
- build with -mminimal-toc on ppc64, workaround
* Fri May 03 2002 - meissner@suse.de
- really write %%_lib instead of just lib64
* Thu May 02 2002 - meissner@suse.de
- %%_lib fixes
* Sun Apr 07 2002 - adrian@suse.de
- export compiler flags via RPM_OPTL_FLAGS to get an effect
(fix compile for mips)
* Thu Mar 14 2002 - ro@suse.de
- patch tmake config file as well to use qt-mt
* Tue Mar 12 2002 - ro@suse.de
- build against qt3
* Thu Jan 31 2002 - ro@suse.de
- added libgimpprint to neededforbuild
* Tue Jan 29 2002 - cihlar@suse.cz
- use %%{suse_update_libdir}
* Mon Jan 07 2002 - cihlar@suse.cz
- updated to version 1.2.13.1
* Wed Jan 02 2002 - cihlar@suse.cz
- updated to version 1.2.13
* Mon Nov 19 2001 - cihlar@suse.cz
- updated to version 1.2.12
* Fri Nov 09 2001 - ro@suse.de
- use qt-devel-packages
* Mon Oct 08 2001 - cihlar@suse.cz
- updated to version 1.2.11.1
* Mon Oct 01 2001 - tiwai@suse.de
- updated to version 1.2.11
* Thu Sep 27 2001 - tiwai@suse.de
- updated to version 1.2.10
* Wed Aug 08 2001 - cihlar@suse.cz
- update to version 1.2.9.1
* Fri Aug 03 2001 - cihlar@suse.cz
- update to version 1.2.9
- gzipped doxygen_manual.ps
* Thu Jul 26 2001 - cihlar@suse.cz
- update to version 1.2.8.1
* Mon Jul 23 2001 - cihlar@suse.cz
- added glib to neededforbuild
* Fri Jul 20 2001 - kukuk@suse.de
- changed neededforbuild <gs_fonts> to <ghostscript-fonts-std>
- changed neededforbuild <gs_lib> to <ghostscript-library>
- changed neededforbuild <gs_x11> to <ghostscript-x11>
* Wed May 16 2001 - cihlar@suse.cz
- update to version 1.2.7
- fixed warnings on ia64
* Sun Mar 18 2001 - ro@suse.de
- fixed neededforbuild
* Mon Mar 12 2001 - cihlar@suse.cz
- update to version 1.2.6
* Tue Mar 06 2001 - cihlar@suse.cz
- update to version 1.2.5
* Mon Jan 22 2001 - cihlar@suse.cz
- update to version 1.2.4
* Thu Nov 30 2000 - cihlar@suse.cz
- fixed neededforbuild: += liblcms
* Fri Nov 17 2000 - ro@suse.de
- fixed neededforbuild: += libmng-devel
* Mon Nov 13 2000 - cihlar@suse.cz
- fixed to compile
* Fri Nov 03 2000 - cihlar@suse.cz
- fixed neededforbuild
* Tue Oct 31 2000 - cihlar@suse.cz
- update to version 1.2.3
* Mon Oct 09 2000 - cihlar@suse.cz
- update to version 1.2.2
- added libmng to neededforbuild
* Fri Aug 25 2000 - cihlar@suse.cz
- added BuildRoot
- fixed neededforbuild
* Tue Aug 15 2000 - garloff@suse.de
- Update to stable version 1.2.1.
- No need for using -g for release version any longer.
* Wed Jul 05 2000 - garloff@suse.de
- Update to doxygen-1.1.5: Many bugfixes (last pre-1.2)
- Documentation (.ps,.pdf) is now being build from the sources
* Tue Jun 27 2000 - garloff@suse.de
- Detect qtlib2 version and pass it to the dynamic linker with
LD_RUN_PATH (equivalent to -rpath).
* Wed Jun 21 2000 - garloff@suse.de
- Change QTDIR to /usr/lib/qt2 (instead of qt-2.1.1) to avoid
breakage in case of qtlib2 upgrade.
* Tue Jun 06 2000 - garloff@suse.de
- Upgrade to doxygen-1.1.4.
- Use qt2 to build.
- The Makefile for the doc subdir is now correctly created.
* Wed May 24 2000 - garloff@suse.de
- Use %%{_docdir}
* Wed Jan 05 2000 - garloff@suse.de
- Upgrade to doxygen-1.0.0
* Sun Oct 31 1999 - ro@suse.de
- re-added -g to CFLAGS (workaround for a segfault without)
* Sat Oct 30 1999 - garloff@suse.de
- Update to 0.49-991003.
- Added pdf docu.
* Wed Aug 04 1999 - garloff@suse.de
- Update to 0.49-990728.
* Wed Jul 28 1999 - garloff@suse.de
- Added missing neededforbuild packages.
- Add -g to compile flags: Workaround for egcs on AXP (!)
* Sat Jul 24 1999 - garloff@suse.de
- Check in der 0.49-990522 Version. linux-egcs Target.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f6131378adefb183ba1ed543707ea5fddfc11963b857c5ce70b640c2110236fa
size 468456

View File

@ -0,0 +1,10 @@
--- addon/doxywizard/config.l 2004-07-21 18:37:13.000000000 +0200
+++ addon/doxywizard/config.l 2004-08-23 17:45:44.000000000 +0200
@@ -408,6 +408,7 @@
%}
+%option never-interactive
%option nounput
%option noyywrap

81
doxywizard.changes Normal file
View File

@ -0,0 +1,81 @@
-------------------------------------------------------------------
Wed Oct 18 10:47:51 CEST 2006 - anosek@suse.cz
- updated to version 1.5.0
* bugfixes
-------------------------------------------------------------------
Mon Jun 26 12:35:29 CEST 2006 - mmarek@suse.cz
- updated to 1.4.7
* new CALLER_GRAPH option to add called-by graph to functions
* new REFERENCES_LINK_SOURCE option to set whether function names
in REFERENCES_RELATION and REFERENCED_BY_RELATION link to
source or documentation
* doxywizard asks for confirmation before overwriting files in
the save dialog
-------------------------------------------------------------------
Wed Jan 25 21:35:34 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Tue Jan 17 10:56:07 CET 2006 - mmarek@suse.cz
- remove %%_lib fix, which isn't needed anymore and actually breaks
build on 64bit
-------------------------------------------------------------------
Thu Jan 5 14:17:56 CET 2006 - mmarek@suse.cz
- use make -j
- add -fno-strict-aliasing
-------------------------------------------------------------------
Mon Jan 2 13:43:34 CET 2006 - mmarek@suse.cz
- update to 1.4.6
-------------------------------------------------------------------
Mon Oct 10 15:27:31 CEST 2005 - mmarek@suse.cz
- update to 1.4.5
-------------------------------------------------------------------
Tue Sep 20 18:53:57 CEST 2005 - mmarek@suse.cz
- fix qtools to build with gcc-4.1.0
-------------------------------------------------------------------
Thu Jul 28 19:06:18 CEST 2005 - postadal@suse.cz
- updated to version 1.4.4
* added man pages
- removed obsoleted qt-mt patch
-------------------------------------------------------------------
Sat Jan 22 02:18:55 CET 2005 - ro@suse.de
- fix build (qt-mt instead of qt)
-------------------------------------------------------------------
Wed Jan 12 14:34:07 CET 2005 - postadal@suse.cz
- updated to version 1.4.1
-------------------------------------------------------------------
Tue Aug 31 14:48:18 CEST 2004 - postadal@suse.cz
- fixed for new flex
-------------------------------------------------------------------
Tue Aug 03 18:48:56 CEST 2004 - postadal@suse.cz
- updated to version 1.3.8
-------------------------------------------------------------------
Tue Apr 27 12:24:52 CEST 2004 - postadal@suse.cz
- doxywizard split off (qt3 dependency)

5
doxywizard.desktop Normal file
View File

@ -0,0 +1,5 @@
[Desktop Entry]
Type=Application
Exec=doxywizard
Name=Doxygen Wizard

119
doxywizard.spec Normal file
View File

@ -0,0 +1,119 @@
#
# spec file for package doxywizard (Version 1.5.0)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: doxywizard
BuildRequires: libdrm-devel libjpeg-devel qt3-devel update-desktop-files
Version: 1.5.0
Release: 13
Autoreqprov: on
Requires: doxygen = %{version}
License: GNU General Public License (GPL)
Group: Development/Tools/Doc Generators
Summary: Graphical User Interface for Doxygen
URL: http://www.stack.nl/~dimitri/doxygen/
Source: doxygen-%{version}.src.tar.bz2
Source1: doxywizard.desktop
Patch: doxygen-64archs.diff
Patch1: doxygen-%{version}-libpng.diff
Patch2: %{name}-%{version}-flex.diff
Patch4: doxygen-%{version}-arm.patch
Patch5: doxygen-%{version}-man.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Doxywizard is a graphical front-end to read/edit/write doxygen
configuration files.
Authors:
--------
Dimitri van Heesch <dimitri@stack.nl>
%prep
%setup -q -n doxygen-%{version}
%ifarch s390x ia64 ppc64 x86_64
%patch
%endif
%patch1
%patch2
%patch4
%patch5
%build
%{suse_update_libdir tmake/lib/linux-g++/tmake.conf}
export QTDIR=/usr/lib/qt3
export PATH=$QTDIR/bin:$PATH
export LD_RUN_PATH=$QTDIR/lib
# this tmake version use RPM_OPTL_FLAGS instead of RPM_OPT_FLAGS,
# I do not know why
perl -pi -e 's#/lib#/%{_lib}#g;' -e "s#/usr/qt/3/bin/moc#/usr/lib/qt3/bin/moc#g;" addon/doxywizard/Makefile.doxywizard
perl -pi -e "s#TMAKE_CFLAGS_RELEASE.*=.*#TMAKE_CFLAGS_RELEASE=$RPM_OPT_FLAGS -fno-strict-aliasing#;" tmake/lib/linux-g++/tmake.conf
./configure --prefix /usr --with-doxywizard --install /usr/bin/install
make %{?jobs:-j%jobs}
%install
rm -rf %{buildroot}
make install INSTALL=$RPM_BUILD_ROOT/usr
rm -f $RPM_BUILD_ROOT/usr/bin/{doxygen,doxytag}
%suse_update_desktop_file -i doxywizard Development Documentation
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/{doxygen,doxytag}.1
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%attr(755,root,root) /usr/bin/doxywizard
/usr/share/applications/doxywizard.desktop
%attr(444,root,root) %doc %{_mandir}/man1/doxywizard.1.gz
%changelog -n doxywizard
* Wed Oct 18 2006 - anosek@suse.cz
- updated to version 1.5.0
* bugfixes
* Mon Jun 26 2006 - mmarek@suse.cz
- updated to 1.4.7
* new CALLER_GRAPH option to add called-by graph to functions
* new REFERENCES_LINK_SOURCE option to set whether function names
in REFERENCES_RELATION and REFERENCED_BY_RELATION link to
source or documentation
* doxywizard asks for confirmation before overwriting files in
the save dialog
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Tue Jan 17 2006 - mmarek@suse.cz
- remove %%_lib fix, which isn't needed anymore and actually breaks
build on 64bit
* Thu Jan 05 2006 - mmarek@suse.cz
- use make -j
- add -fno-strict-aliasing
* Mon Jan 02 2006 - mmarek@suse.cz
- update to 1.4.6
* Mon Oct 10 2005 - mmarek@suse.cz
- update to 1.4.5
* Tue Sep 20 2005 - mmarek@suse.cz
- fix qtools to build with gcc-4.1.0
* Thu Jul 28 2005 - postadal@suse.cz
- updated to version 1.4.4
* added man pages
- removed obsoleted qt-mt patch
* Sat Jan 22 2005 - ro@suse.de
- fix build (qt-mt instead of qt)
* Wed Jan 12 2005 - postadal@suse.cz
- updated to version 1.4.1
* Tue Aug 31 2004 - postadal@suse.cz
- fixed for new flex
* Tue Aug 03 2004 - postadal@suse.cz
- updated to version 1.3.8
* Tue Apr 27 2004 - postadal@suse.cz
- doxywizard split off (qt3 dependency)

0
ready Normal file
View File