head 1.12; access; symbols OPENPKG_E1_MP_HEAD:1.10 OPENPKG_E1_MP:1.10 OPENPKG_E1_MP_2_STABLE:1.7.2.1 OPENPKG_E1_FP:1.7.2.1 OPENPKG_2_STABLE_MP:1.10 OPENPKG_2_STABLE_20061018:1.7.2.1 OPENPKG_2_STABLE_20060622:1.7 OPENPKG_2_STABLE:1.7.0.2 OPENPKG_2_STABLE_BP:1.7 OPENPKG_2_5_RELEASE:1.5 OPENPKG_2_5_SOLID:1.5.0.4 OPENPKG_2_5_SOLID_BP:1.5 OPENPKG_2_4_RELEASE:1.5 OPENPKG_2_4_SOLID:1.5.0.2 OPENPKG_2_4_SOLID_BP:1.5 OPENPKG_CW_FP:1.4 OPENPKG_2_3_RELEASE:1.2 OPENPKG_2_3_SOLID:1.2.0.2 OPENPKG_2_3_SOLID_BP:1.2; locks; strict; comment @# @; 1.12 date 2009.06.08.13.01.38; author rse; state Exp; branches; next 1.11; commitid qjhDqzK5eAFpm3Rt; 1.11 date 2007.12.17.09.57.23; author rse; state Exp; branches; next 1.10; commitid 28GlqgXrfY0nFLJs; 1.10 date 2006.12.16.11.05.04; author rse; state Exp; branches; next 1.9; commitid HA3HaR5kuPPZNJYr; 1.9 date 2006.11.03.19.20.47; author rse; state Exp; branches; next 1.8; commitid C2xZWqjTSaNKVfTr; 1.8 date 2006.09.29.18.15.26; author rse; state Exp; branches; next 1.7; commitid NRmfJDGZpEX4HKOr; 1.7 date 2006.05.20.20.48.59; author thl; state Exp; branches 1.7.2.1; next 1.6; commitid dfrND95nQXQOMNxr; 1.6 date 2005.10.24.13.44.49; author thl; state Exp; branches; next 1.5; 1.5 date 2005.04.09.09.05.30; author rse; state Exp; branches; next 1.4; 1.4 date 2005.03.16.09.35.06; author rse; state Exp; branches; next 1.3; 1.3 date 2005.03.05.08.41.56; author rse; state Exp; branches; next 1.2; 1.2 date 2005.02.16.15.40.59; author rse; state Exp; branches; next 1.1; 1.1 date 2005.02.14.11.51.43; author rse; state Exp; branches; next ; 1.7.2.1 date 2006.10.16.14.52.21; author rse; state Exp; branches; next 1.7.2.2; commitid iZxwRSmmWscPXUQr; 1.7.2.2 date 2007.03.18.23.31.39; author thl; state Exp; branches; next ; commitid j886gsownDQWXCas; desc @@ 1.12 log @upgrading package: linkchecker 4.9 -> 5.0.2 @ text @Index: setup.py --- setup.py.orig 2009-02-11 14:07:19 +0100 +++ setup.py 2009-06-08 14:58:57 +0200 @@@@ -118,7 +118,7 @@@@ else: val = getattr(cmd_obj, attr) if attr == 'install_data': - cdir = os.path.join(val, "share", "linkchecker") + cdir = os.path.join(val, "etc", "linkchecker") data.append('config_dir = %r' % cnormpath(cdir)) elif attr == 'install_lib': if cmd_obj.root: @@@@ -247,15 +247,7 @@@@ def build_extensions (self): """Add -std=gnu99 to build options if supported.""" - # For gcc >= 3 we can add -std=gnu99 to get rid of warnings. extra = [] - if self.compiler.compiler_type == 'unix': - option = "-std=gnu99" - if cc_supports_option(self.compiler.compiler, option): - extra.append(option) - if platform.machine() == 'm68k': - # work around ICE on m68k machines in gcc 4.0.1 - cc_remove_option(self.compiler, "-O3") # First, sanity-check the 'extensions' list self.check_extensions_list(self.extensions) for ext in self.extensions: @@@@ -359,7 +351,7 @@@@ myemail = "calvin@@users.sourceforge.net" data_files = [ - ('share/linkchecker', + ('etc/linkchecker', ['config/linkcheckerrc', 'config/logging.conf', ]), ('share/linkchecker/examples', ['cgi-bin/lconline/leer.html.en', @@@@ -375,10 +367,10 @@@@ ] if os.name == 'posix': - data_files.append(('share/man/man1', ['doc/en/linkchecker.1', 'doc/en/linkchecker-gui.1'])) - data_files.append(('share/man/man5', ['doc/en/linkcheckerrc.5'])) - data_files.append(('share/man/de/man1', ['doc/de/linkchecker.1', 'doc/de/linkchecker-gui.1'])) - data_files.append(('share/man/de/man5', ['doc/de/linkcheckerrc.5'])) + data_files.append(('man/man1', ['doc/en/linkchecker.1', 'doc/en/linkchecker-gui.1'])) + data_files.append(('man/man5', ['doc/en/linkcheckerrc.5'])) + data_files.append(('man/de/man1', ['doc/de/linkchecker.1', 'doc/de/linkchecker-gui.1'])) + data_files.append(('man/de/man5', ['doc/de/linkcheckerrc.5'])) data_files.append(('share/linkchecker/examples', ['config/linkchecker-completion', 'doc/examples/check_blacklist.sh', @ 1.11 log @upgrading package: linkchecker 4.7 -> 4.8 @ text @d2 3 a4 3 --- setup.py.orig 2007-12-14 23:32:33 +0100 +++ setup.py 2007-12-17 10:54:49 +0100 @@@@ -97,7 +97,7 @@@@ d6 1 a6 1 val = getattr(self, attr) d11 6 a16 6 data.append("%s = %r" % (attr, cnormpath(val))) self.distribution.create_conf_file(data, directory=self.install_lib) @@@@ -325,15 +325,7 @@@@ Add -std=gnu99 to build options if supported. And compress extension libraries. """ d29 1 a29 1 @@@@ -486,7 +478,7 @@@@ d33 7 a39 7 - ('share/linkchecker', + ('etc/linkchecker', ['config/linkcheckerrc', 'config/logging.conf', ]), ('share/linkchecker/examples', ['cgi-bin/lconline/leer.html.en', @@@@ -500,10 +492,10 @@@@ ] d42 1 a42 1 - data_files.append(('share/man/man1', ['doc/en/linkchecker.1'])) d44 1 a44 1 - data_files.append(('share/man/de/man1', ['doc/de/linkchecker.1'])) d46 1 a46 1 + data_files.append(('man/man1', ['doc/en/linkchecker.1'])) d48 1 a48 1 + data_files.append(('man/de/man1', ['doc/de/linkchecker.1'])) @ 1.10 log @upgrading package: linkchecker 4.5 -> 4.6 @ text @d2 2 a3 2 --- setup.py.orig 2006-11-21 18:49:07 +0100 +++ setup.py 2006-12-16 12:03:49 +0100 d38 1 a38 1 @@@@ -500,9 +492,9 @@@@ d43 1 d45 1 a45 1 - data_files.append(('share/man/fr/man1', ['doc/fr/linkchecker.1'])) d47 1 d49 1 a49 1 + data_files.append(('man/fr/man1', ['doc/fr/linkchecker.1'])) @ 1.9 log @use new python-net module @ text @d2 2 a3 2 --- setup.py.orig 2006-09-22 12:15:34 +0200 +++ setup.py 2006-09-29 20:12:53 +0200 d38 1 a38 1 @@@@ -500,24 +492,13 @@@@ d49 2 a50 19 ['config/linkchecker-completion', 'config/linkcheck-cron.sh'])) -elif win_compiling: - data_files.append(('share/linkchecker/doc', - ['doc/en/documentation.html', - 'doc/en/index.html', - 'doc/en/install.html', - 'doc/en/other.html', - 'doc/en/upgrading.html', - 'doc/en/lc.css', - 'doc/en/navigation.css', - 'doc/en/shot1.png', - 'doc/en/shot2.png', - 'doc/en/shot1_thumb.jpg', - 'doc/en/shot2_thumb.jpg', + data_files.append(('share/linkchecker/html', + ['doc/en/documentation.txt', ])) setup (name = "linkchecker", @ 1.8 log @upgrading package: linkchecker 4.4 -> 4.5 @ text @d1 3 a3 3 Index: linkchecker-4.5/setup.py --- linkchecker-4.5/setup.py.orig 2006-09-22 12:15:34 +0200 +++ linkchecker-4.5/setup.py 2006-09-29 20:12:53 +0200 a67 16 Index: pydns-2.3.0/DNS/Lib.py --- pydns-2.3.0/DNS/Lib.py.orig 2002-04-05 15:15:16 +0200 +++ pydns-2.3.0/DNS/Lib.py 2006-09-29 20:13:07 +0200 @@@@ -1,3 +1,4 @@@@ +# -*- coding: latin-1 -*- """ $Id: Lib.py,v 1.11 2002/03/19 13:05:02 anthonybaxter Exp $ Index: pydns-2.3.0/DNS/Type.py --- pydns-2.3.0/DNS/Type.py.orig 2002-04-05 15:15:17 +0200 +++ pydns-2.3.0/DNS/Type.py 2006-09-29 20:12:53 +0200 @@@@ -1,3 +1,4 @@@@ +# -*- coding: latin-1 -*- """ $Id: Type.py,v 1.6 2002/03/19 12:41:33 anthonybaxter Exp $ @ 1.7 log @upgrading package: linkchecker 3.4 -> 4.0 @ text @d1 4 a4 4 Index: setup.py --- setup.py.orig 2005-10-10 23:55:32 +0200 +++ setup.py 2005-10-24 15:28:17 +0200 @@@@ -92,7 +92,7 @@@@ d13 1 a13 1 @@@@ -320,15 +320,7 @@@@ d29 1 a29 1 @@@@ -471,7 +463,7 @@@@ d37 2 a38 2 ['cgi/lconline/leer.html.en', 'cgi/lconline/leer.html.de', @@@@ -481,24 +473,13 @@@@ d68 16 @ 1.7.2.1 log @Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class) @ text @d1 4 a4 4 Index: linkchecker-4.5/setup.py --- linkchecker-4.5/setup.py.orig 2006-09-22 12:15:34 +0200 +++ linkchecker-4.5/setup.py 2006-09-29 20:12:53 +0200 @@@@ -97,7 +97,7 @@@@ d13 1 a13 1 @@@@ -325,15 +325,7 @@@@ d29 1 a29 1 @@@@ -486,7 +478,7 @@@@ d37 2 a38 2 ['cgi-bin/lconline/leer.html.en', @@@@ -500,24 +492,13 @@@@ a67 16 Index: pydns-2.3.0/DNS/Lib.py --- pydns-2.3.0/DNS/Lib.py.orig 2002-04-05 15:15:16 +0200 +++ pydns-2.3.0/DNS/Lib.py 2006-09-29 20:13:07 +0200 @@@@ -1,3 +1,4 @@@@ +# -*- coding: latin-1 -*- """ $Id: linkchecker.patch,v 1.8 2006/09/29 18:15:26 rse Exp $ Index: pydns-2.3.0/DNS/Type.py --- pydns-2.3.0/DNS/Type.py.orig 2002-04-05 15:15:17 +0200 +++ pydns-2.3.0/DNS/Type.py 2006-09-29 20:12:53 +0200 @@@@ -1,3 +1,4 @@@@ +# -*- coding: latin-1 -*- """ $Id: linkchecker.patch,v 1.8 2006/09/29 18:15:26 rse Exp $ @ 1.7.2.2 log @MFC: make up leeway for 2_STABLE by virtue of build-time results @ text @d1 3 a3 3 Index: setup.py --- setup.py.orig 2006-11-21 18:49:07 +0100 +++ setup.py 2006-12-16 12:03:49 +0100 d38 1 a38 1 @@@@ -500,9 +492,9 @@@@ d49 35 a83 2 ['config/linkchecker-completion', 'doc/examples/check_blacklist.sh', @ 1.6 log @upgrading package: linkchecker 3.2 -> 3.3 @ text @d38 1 a38 1 @@@@ -481,13 +473,12 @@@@ d52 11 d64 4 a67 3 ['doc/en/documentation.html', 'doc/en/index.html', 'doc/en/install.html', @ 1.5 log @upgrading package: linkchecker 2.7 -> 2.8 @ text @d2 3 a4 3 --- setup.py.orig 2005-04-04 22:12:17 +0200 +++ setup.py 2005-04-09 11:04:41 +0200 @@@@ -88,7 +88,7 @@@@ d12 6 a17 4 self.distribution.create_conf_file(data, directory=self.install_lib) @@@@ -306,10 +306,10 @@@@ def build_extensions (self): # For gcc 3.x we can add -std=gnu99 to get rid of warnings. d23 3 a25 4 + #if self.compiler.compiler_type == 'unix': + #option = "-std=gnu99" + #if cc_supports_option(self.compiler.compiler, option): + #extra.append(option) d29 1 a29 1 @@@@ -428,7 +428,7 @@@@ d38 1 a38 1 @@@@ -438,13 +438,12 @@@@ @ 1.4 log @upgrading package: linkchecker 2.5 -> 2.6 @ text @d2 3 a4 3 --- setup.py.orig 2005-03-15 01:04:57 +0100 +++ setup.py 2005-03-16 10:33:57 +0100 @@@@ -84,7 +84,7 @@@@ d13 1 a13 1 @@@@ -205,10 +205,10 @@@@ d28 1 a28 1 @@@@ -327,7 +327,7 @@@@ d37 1 a37 1 @@@@ -337,13 +337,12 @@@@ d49 1 a49 1 -elif os.name == 'nt': @ 1.3 log @upgrading package: linkchecker 2.4 -> 2.5 @ text @d2 3 a4 3 --- setup.py.orig 2005-03-02 22:14:33 +0100 +++ setup.py 2005-03-05 09:40:46 +0100 @@@@ -86,7 +86,7 @@@@ d13 1 a13 1 @@@@ -195,10 +195,10 @@@@ d28 4 a31 4 @@@@ -250,7 +250,7 @@@@ ['share/locale/nl/LC_MESSAGES/linkchecker.mo']), ('share/locale/es/LC_MESSAGES', ['share/locale/es/LC_MESSAGES/linkchecker.mo']), d37 1 a37 1 @@@@ -260,13 +260,12 @@@@ d52 3 a54 3 ['doc/documentation.html', 'doc/index.html', 'doc/install.html', 'doc/index.html', 'doc/other.html', 'doc/upgrading.html', 'doc/lc.css', 'doc/navigation.css', @ 1.2 log @apply more patches from Matthias Kurz @ text @a0 23 Index: linkcheck/i18n.py --- linkcheck/i18n.py.orig 2005-01-24 21:52:50 +0100 +++ linkcheck/i18n.py 2005-02-16 16:39:54 +0100 @@@@ -73,12 +73,13 @@@@ """ global default_language # get supported languages - for lang in os.listdir(directory): - path = os.path.join(directory, lang) - if not os.path.isdir(path): - continue - if os.path.exists(os.path.join(path, 'LC_MESSAGES', '%s.mo'%domain)): - supported_languages.append(lang) + if os.path.isdir(directory): + for lang in os.listdir(directory): + path = os.path.join(directory, lang) + if not os.path.isdir(path): + continue + if os.path.exists(os.path.join(path,'LC_MESSAGES','%s.mo'%domain)): + supported_languages.append(lang) loc = get_locale() if loc in supported_languages: default_language = loc d2 2 a3 2 --- setup.py.orig 2005-02-07 01:30:28 +0100 +++ setup.py 2005-02-16 16:39:54 +0100 d28 1 a28 3 @@@@ -248,7 +248,7 @@@@ ['share/locale/fr/LC_MESSAGES/linkchecker.mo']), ('share/locale/nl/LC_MESSAGES', d30 2 d37 1 a37 1 @@@@ -258,13 +258,12 @@@@ @ 1.1 log @Cleanup and fix packaging. Submitted by: Matthias Kurz @ text @d1 23 d25 2 a26 6 =================================================================== RCS file: /cvs/opkg/vendor_stuff/linkchecker/setup.py,v retrieving revision 1.1.1.1 diff -u -u -r1.1.1.1 setup.py --- setup.py 7 Feb 2005 00:30:28 -0000 1.1.1.1 +++ setup.py 14 Feb 2005 07:18:20 -0000 @