Update for Linkchecker for 7.9 with some changes:

* checking: Catch any errors initializing the MIME database.
* checking: Fix writing temporary files.
* checking: Properly handle URLs with user/password information.

And others.

Delete --no-compile to build pyc and add devel/desktop-file-utils

Tested on i386.

Ok Amit Kulkarni (maintainer) aja@
This commit is contained in:
gonzalo 2012-07-05 11:37:51 +00:00
parent 2aea829618
commit dfe73fd2b0
4 changed files with 150 additions and 59 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.36 2011/10/01 20:14:46 kili Exp $
# $OpenBSD: Makefile,v 1.37 2012/07/05 11:37:51 gonzalo Exp $
COMMENT= checks HTML documents for broken links
MODPY_EGG_VERSION=7.1
MODPY_EGG_VERSION=7.9
DISTNAME= LinkChecker-${MODPY_EGG_VERSION}
REVISION= 1
PKGNAME= ${DISTNAME:L}
CATEGORIES= www
@ -24,11 +23,10 @@ EXTRACT_SUFX= .tar.bz2
MODULES= lang/python
MODPY_DISTUTILS_INSTALLARGS= --no-compile
WANTLIB+= ${MODPY_WANTLIB}
RUN_DEPENDS= net/py-dnspython
RUN_DEPENDS= devel/desktop-file-utils \
net/py-dnspython
NO_REGRESS= Yes

View File

@ -1,5 +1,5 @@
MD5 (LinkChecker-7.1.tar.bz2) = 7pZFPXe3aTt3llAM/Vn7nw==
RMD160 (LinkChecker-7.1.tar.bz2) = cmjr1kjTQGuZu+229hHpRNbeXKU=
SHA1 (LinkChecker-7.1.tar.bz2) = i838QN2WDPwKlEapYZxFZLadDLA=
SHA256 (LinkChecker-7.1.tar.bz2) = xycaVTZxFsFL3TfutiAcaU0qGbvogLM5vhUzTwmJyfQ=
SIZE (LinkChecker-7.1.tar.bz2) = 551735
MD5 (LinkChecker-7.9.tar.bz2) = DocrceIpuWUqbLCfqYTQag==
RMD160 (LinkChecker-7.9.tar.bz2) = RZ4E8G+sp8LykaGddGvJo/+jCAA=
SHA1 (LinkChecker-7.9.tar.bz2) = vBVhAVadSg3qw8p3hNaVKjUEArk=
SHA256 (LinkChecker-7.9.tar.bz2) = 015anQJWKdgmThZbUOj4S4Hpzt3LqzTVXyR7dBq9xmU=
SIZE (LinkChecker-7.9.tar.bz2) = 586258

View File

@ -1,6 +1,6 @@
--- setup.py.orig Mon Jul 25 21:35:36 2011
+++ setup.py Sun Aug 21 18:41:33 2011
@@ -248,6 +248,7 @@ class MyInstallLib (install_lib, object):
--- setup.py.orig Sun Jun 10 17:17:44 2012
+++ setup.py Sun Jul 1 19:54:30 2012
@@ -314,6 +314,7 @@ class MyInstallLib (install_lib, object):
else:
val = getattr(cmd_obj, attr)
if attr == 'install_data':
@ -8,26 +8,7 @@
cdir = os.path.join(val, "share", "linkchecker")
data.append('config_dir = %r' % cnormpath(cdir))
elif attr == 'install_lib':
@@ -521,10 +522,16 @@ myname = "Bastian Kleineidam"
myemail = "calvin@users.sourceforge.net"
data_files = [
+ ('share/locale/de/LC_MESSAGES',
+ ['build/share/locale/de/LC_MESSAGES/LinkChecker.mo']),
+ ('share/locale/fr/LC_MESSAGES',
+ ['build/share/locale/fr/LC_MESSAGES/LinkChecker.mo']),
+ ('share/locale/es/LC_MESSAGES',
+ ['build/share/locale/es/LC_MESSAGES/LinkChecker.mo']),
('share/linkchecker',
['config/linkcheckerrc', 'config/logging.conf',
- 'doc/html/lccollection.qhc', 'doc/html/lcdoc.qch']),
- ('share/linkchecker/examples',
+ 'doc/html/lccollection.qhcp', 'doc/html/lcdoc.qhp']),
+ ('share/examples/linkchecker',
['cgi-bin/lconline/leer.html.en',
'cgi-bin/lconline/leer.html.de',
'cgi-bin/lconline/index.html',
@@ -537,11 +544,11 @@ data_files = [
@@ -609,11 +610,11 @@ data_files = [
]
if os.name == 'posix':
@ -44,7 +25,7 @@
['config/linkchecker-completion',
'doc/examples/check_blacklist.sh',
'doc/examples/check_for_x_errors.sh',
@@ -753,9 +760,6 @@ o a (Fast)CGI web interface (requires HTTP server)
@@ -841,9 +842,6 @@ o a command line, GUI and web interface
'py2app': MyPy2app,
'register': MyRegister,
},
@ -54,7 +35,7 @@
packages = [
'linkcheck',
'linkcheck.bookmarks',
@@ -768,10 +772,6 @@ o a (Fast)CGI web interface (requires HTTP server)
@@ -856,10 +854,6 @@ o a command line, GUI and web interface
'linkcheck.HtmlParser',
'linkcheck.logger',
'linkcheck.network',

View File

@ -1,155 +1,267 @@
@comment $OpenBSD: PLIST,v 1.20 2011/10/01 20:14:46 kili Exp $
@comment $OpenBSD: PLIST,v 1.21 2012/07/05 11:37:51 gonzalo Exp $
bin/linkchecker
@comment bin/linkchecker-gui
lib/python${MODPY_VERSION}/site-packages/LinkChecker-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
lib/python${MODPY_VERSION}/site-packages/_LinkChecker_configdata.py
lib/python${MODPY_VERSION}/site-packages/_LinkChecker_configdata.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/
lib/python${MODPY_VERSION}/site-packages/linkcheck/HtmlParser/
lib/python${MODPY_VERSION}/site-packages/linkcheck/HtmlParser/__init__.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/HtmlParser/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/HtmlParser/htmllib.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/HtmlParser/htmllib.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/HtmlParser/htmlsax.so
lib/python${MODPY_VERSION}/site-packages/linkcheck/__init__.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/ansicolor.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/ansicolor.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/
lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/__init__.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/chrome.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/chrome.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/chromium.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/chromium.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/firefox.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/firefox.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/opera.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/opera.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/safari.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/safari.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/cache/
lib/python${MODPY_VERSION}/site-packages/linkcheck/cache/__init__.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/cache/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/cache/addrinfo.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/cache/addrinfo.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/cache/connection.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/cache/connection.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/cache/cookie.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/cache/cookie.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/cache/robots_txt.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/cache/robots_txt.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/cache/urlqueue.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/cache/urlqueue.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/__init__.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/const.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/const.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/fileurl.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/fileurl.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/ftpurl.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/ftpurl.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/httpheaders.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/httpheaders.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/httpsurl.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/httpsurl.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/httpurl.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/httpurl.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/ignoreurl.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/ignoreurl.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/internpaturl.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/internpaturl.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/mailtourl.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/mailtourl.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/nntpurl.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/nntpurl.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/proxysupport.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/proxysupport.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/telneturl.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/telneturl.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/unknownurl.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/unknownurl.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/urlbase.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/urlbase.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/clamav.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/clamav.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/configuration/
lib/python${MODPY_VERSION}/site-packages/linkcheck/configuration/__init__.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/configuration/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/configuration/confparse.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/configuration/confparse.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/containers.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/containers.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/cookies.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/cookies.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/decorators.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/decorators.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/director/
lib/python${MODPY_VERSION}/site-packages/linkcheck/director/__init__.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/director/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/director/aggregator.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/director/aggregator.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/director/checker.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/director/checker.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/director/cleanup.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/director/cleanup.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/director/console.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/director/console.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/director/logger.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/director/logger.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/director/status.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/director/status.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/director/task.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/director/task.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/dummy.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dummy.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/fileutil.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/fileutil.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/ftpparse.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/ftpparse.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/geoip.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/geoip.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/__init__.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/checker.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/checker.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/contextmenu.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/contextmenu.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/debug.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/debug.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/editor.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/editor.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/editor_qsci.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/editor_qsci.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/editor_qt.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/editor_qt.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/help.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/help.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/lineedit.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/lineedit.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/linkchecker_rc.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/linkchecker_rc.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/linkchecker_ui_debug.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/linkchecker_ui_debug.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/linkchecker_ui_editor.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/linkchecker_ui_editor.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/linkchecker_ui_main.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/linkchecker_ui_main.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/linkchecker_ui_options.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/linkchecker_ui_progress.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/linkchecker_ui_options.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/logger.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/logger.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/options.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/options.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/projects.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/projects.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/properties.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/properties.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/recentdocs.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/recentdocs.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/settings.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/settings.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/statistics.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/statistics.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/syntax.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/syntax.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/updater.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/updater.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/urlmodel.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/urlmodel.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/urlsave.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/urlsave.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/validator.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/validator.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/gzip2.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/gzip2.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/htmlutil/
lib/python${MODPY_VERSION}/site-packages/linkcheck/htmlutil/__init__.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/htmlutil/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/htmlutil/linkname.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/htmlutil/linkname.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/htmlutil/linkparse.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/htmlutil/linkparse.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/httplib2.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/httplib2.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/httputil.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/httputil.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/i18n.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/i18n.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/lc_cgi.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/lc_cgi.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/lock.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/lock.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/log.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/log.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/__init__.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/blacklist.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/blacklist.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/csvlog.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/csvlog.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/customxml.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/customxml.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/dot.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/dot.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/gml.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/gml.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/graph.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/graph.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/gxml.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/gxml.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/html.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/html.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/none.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/none.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/sql.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/sql.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/text.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/text.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/xmllog.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/xmllog.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/mem.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/mem.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/memoryutil.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/memoryutil.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/network/
lib/python${MODPY_VERSION}/site-packages/linkcheck/network/__init__.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/network/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/network/_network.so
lib/python${MODPY_VERSION}/site-packages/linkcheck/network/iputil.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/network/iputil.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/robotparser2.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/robotparser2.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/socketutil.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/socketutil.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/strformat.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/strformat.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/threader.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/threader.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/trace.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/trace.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/updater.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/updater.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/url.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/url.pyc
lib/python${MODPY_VERSION}/site-packages/linkcheck/winutil.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/winutil.pyc
@man man/man1/linkchecker-gui.1
@man man/man1/linkchecker.1
@man man/man5/linkcheckerrc.5
share/applications/linkchecker-gui.desktop
share/applications/linkchecker.desktop
share/examples/linkchecker/
share/examples/linkchecker/check.js
share/examples/linkchecker/check_blacklist.sh
share/examples/linkchecker/check_for_x_errors.sh
share/examples/linkchecker/check_urls.sh
share/examples/linkchecker/index.html
share/examples/linkchecker/lc.cgi
share/examples/linkchecker/lc_cgi.html.de
share/examples/linkchecker/lc_cgi.html.en
share/examples/linkchecker/leer.html.de
share/examples/linkchecker/leer.html.en
share/examples/linkchecker/linkchecker-completion
share/examples/linkchecker/linkchecker.apache2.conf
share/linkchecker/
share/linkchecker/lccollection.qhcp
share/linkchecker/lcdoc.qhp
share/linkchecker/examples/
share/linkchecker/examples/check.js
share/linkchecker/examples/index.html
share/linkchecker/examples/lc.wsgi
share/linkchecker/examples/lc_cgi.html.de
share/linkchecker/examples/lc_cgi.html.en
share/linkchecker/examples/leer.html.de
share/linkchecker/examples/leer.html.en
share/linkchecker/examples/linkchecker.apache2.conf
share/linkchecker/lccollection.qhc
share/linkchecker/lcdoc.qch
share/linkchecker/linkcheckerrc
share/linkchecker/logging.conf
share/locale/
share/locale/de/
share/locale/de/LC_MESSAGES/
share/locale/de/LC_MESSAGES/LinkChecker.mo
share/locale/es/
share/locale/es/LC_MESSAGES/
share/locale/es/LC_MESSAGES/LinkChecker.mo
share/locale/fr/
share/locale/fr/LC_MESSAGES/
share/locale/fr/LC_MESSAGES/LinkChecker.mo
share/locale/de/LC_MESSAGES/linkchecker.mo
share/locale/es/LC_MESSAGES/linkchecker.mo
share/locale/fr/LC_MESSAGES/linkchecker.mo
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database