update to linkchecker-1.13.5;

This commit is contained in:
xsa 2004-10-04 15:01:44 +00:00
parent 59072d0c43
commit 71da4f54df
4 changed files with 176 additions and 74 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.15 2004/08/03 14:14:57 xsa Exp $
# $OpenBSD: Makefile,v 1.16 2004/10/04 15:01:44 xsa Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
SHARED_ONLY= Yes
COMMENT= "checks HTML documents for broken links"
DISTNAME= linkchecker-1.12.3
DISTNAME= linkchecker-1.13.5
CATEGORIES= www
HOMEPAGE= http://linkchecker.sourceforge.net/
@ -28,7 +28,7 @@ BUILD_DEPENDS+= :py-dns-*:net/py-dns
NO_REGRESS= Yes
post-install:
@chmod ${MANMODE} ${PREFIX}/man/man1/linkchecker.1
@chmod ${SHAREMODE} ${PREFIX}/share/examples/linkchecker/*
# @chmod ${MANMODE} ${PREFIX}/man/man1/linkchecker.1
# @chmod ${SHAREMODE} ${PREFIX}/share/examples/linkchecker/*
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (linkchecker-1.12.3.tar.gz) = 6a40d830781507fc6b70d3f2d4d381ec
RMD160 (linkchecker-1.12.3.tar.gz) = d7b101c7ee914fa6b084fa7253069bea940bcbf1
SHA1 (linkchecker-1.12.3.tar.gz) = de42b5fad5333b5a2cb1cefaf588d89b7dc7d161
MD5 (linkchecker-1.13.5.tar.gz) = ac0fd09278fe0f6e3aa0af5d69786d49
RMD160 (linkchecker-1.13.5.tar.gz) = 3223d32d689644e4d8c3aaeaa1c9484cd0bf9c1c
SHA1 (linkchecker-1.13.5.tar.gz) = a6b79cbef862f1dc0e8e89fa75b59d8fd06b9997

View File

@ -1,17 +1,17 @@
$OpenBSD: patch-setup_py,v 1.2 2004/02/04 17:33:50 xsa Exp $
--- setup.py.orig 2004-01-29 20:14:40.000000000 +0100
+++ setup.py 2004-02-04 01:46:42.000000000 +0100
@@ -194,13 +194,13 @@ o a (Fast)CGI web interface (requires HT
('share/locale/nl/LC_MESSAGES',
['share/locale/nl/LC_MESSAGES/linkcheck.mo']),
('share/linkchecker', ['linkcheckerrc']),
$OpenBSD: patch-setup_py,v 1.3 2004/10/04 15:01:44 xsa Exp $
--- setup.py.orig Mon Sep 20 11:05:17 2004
+++ setup.py Mon Oct 4 16:49:21 2004
@@ -234,13 +234,13 @@ o a (Fast)CGI web interface (requires HT
['share/locale/nl/LC_MESSAGES/linkchecker.mo']),
('share/linkchecker', ['config/linkcheckerrc',
'config/logging.conf', ]),
- ('share/linkchecker/examples',
+ ('share/examples/linkchecker',
['lconline/leer.html.en', 'lconline/leer.html.de',
'lconline/index.html', 'lconline/lc_cgi.html.en',
'lconline/lc_cgi.html.de', 'lconline/check.js',
'lc.cgi', 'lc.fcgi', 'lc.sz_fcgi', 'linkchecker.bat',
'linkchecker-completion', 'linkcheck-cron.sh']),
['cgi/lconline/leer.html.en', 'cgi/lconline/leer.html.de',
'cgi/lconline/index.html', 'cgi/lconline/lc_cgi.html.en',
'cgi/lconline/lc_cgi.html.de', 'cgi/lconline/check.js',
'cgi/lc.cgi', 'cgi/lc.fcgi',
'config/linkchecker-completion', 'config/linkcheck-cron.sh']),
- ('share/man/man1', ['linkchecker.1']),
+ ('man/man1', ['linkchecker.1']),
],

View File

@ -1,89 +1,191 @@
@comment $OpenBSD: PLIST,v 1.12 2004/09/15 18:49:49 espie Exp $
@comment $OpenBSD: PLIST,v 1.13 2004/10/04 15:01:44 xsa Exp $
bin/linkchecker
lib/python${MODPY_VERSION}/site-packages/_linkchecker_configdata.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/
lib/python${MODPY_VERSION}/site-packages/linkcheck/AnsiColor.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/Config.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/DNS/
lib/python${MODPY_VERSION}/site-packages/linkcheck/DNS/Base.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/DNS/Class.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/DNS/Lib.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/DNS/Opcode.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/DNS/Status.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/DNS/Type.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/DNS/__init__.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/DNS/lazy.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/DNS/winreg.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/FileUrlData.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/FtpUrlData.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/GopherUrlData.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/HostCheckingUrlData.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/HttpUrlData.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/HttpsUrlData.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/IgnoredUrlData.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/LRU.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/MailtoUrlData.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/NntpUrlData.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/ProxyUrlData.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/StringUtil.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/TelnetUrlData.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/Threader.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/UrlData.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/XmlUtils.py
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/htmllib.py
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/ansicolor.py
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/cache.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/consumer.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/errorurl.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/fileurl.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/ftpurl.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/gopherurl.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/httpsurl.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/httpurl.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/ignoredurl.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/mailtourl.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/nntpurl.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/proxysupport.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/telneturl.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/urlbase.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/configuration.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/containers.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/debug.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/__init__.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/dnssec.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/exception.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/flags.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/ifconfig.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/inet.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/ipv4.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/ipv6.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/message.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/name.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/namedict.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/node.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/opcode.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/query.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rcode.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdata.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdataclass.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdataset.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdatatype.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/ANY/
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/ANY/AFSDB.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/ANY/CERT.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/ANY/CNAME.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/ANY/DNAME.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/ANY/DNSKEY.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/ANY/DS.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/ANY/GPOS.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/ANY/HINFO.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/ANY/ISDN.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/ANY/KEY.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/ANY/LOC.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/ANY/MX.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/ANY/NS.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/ANY/NSEC.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/ANY/NXT.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/ANY/PTR.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/ANY/RP.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/ANY/RRSIG.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/ANY/RT.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/ANY/SIG.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/ANY/SOA.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/ANY/SSHFP.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/ANY/TXT.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/ANY/X25.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/ANY/__init__.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/IN/
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/IN/A.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/IN/AAAA.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/IN/APL.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/IN/KX.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/IN/NAPTR.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/IN/NSAP.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/IN/NSAP_PTR.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/IN/PX.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/IN/SRV.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/IN/WKS.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/IN/__init__.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/__init__.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/keybase.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/mxbase.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/nsbase.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rdtypes/sigbase.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/renderer.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/resolver.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/rrset.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/set.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/tests/
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/tests/__init__.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/tests/test_flags.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/tests/test_message.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/tests/test_name.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/tests/test_namedict.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/tests/test_ntoaaton.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/tests/test_rdtypeandclass.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/tests/test_resolver.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/tests/test_rrset.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/tests/test_set.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/tests/test_tokenizer.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/tests/test_update.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/tests/test_zone.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/tokenizer.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/tsig.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/tsigkeyring.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/ttl.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/update.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/version.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/dns/zone.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/fcgi.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/ftests/
lib/python${MODPY_VERSION}/site-packages/linkcheck/ftests/__init__.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/ftests/httptest.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/ftests/test_anchor.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/ftests/test_base.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/ftests/test_error.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/ftests/test_fcgi.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/ftests/test_file.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/ftests/test_frames.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/ftests/test_ftp.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/ftests/test_http.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/ftests/test_https.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/ftests/test_mail.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/ftests/test_news.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/ftests/test_robotstxt.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/ftests/test_telnet.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/httplib2.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/i18n.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/lc_cgi.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/linkname.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/linkparse.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/log/
lib/python${MODPY_VERSION}/site-packages/linkcheck/log/BlacklistLogger.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/log/CSVLogger.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/log/ColoredLogger.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/log/GMLLogger.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/log/HtmlLogger.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/log/Logger.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/log/NoneLogger.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/log/SQLLogger.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/log/StandardLogger.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/log/XMLLogger.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/log/__init__.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/log.py
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/blacklist.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/csvlog.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/gml.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/html.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/none.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/sql.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/text.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/xmllog.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/mem.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/optcomplete.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/parser/
lib/python${MODPY_VERSION}/site-packages/linkcheck/parser/__init__.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/parser/htmllib.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/parser/htmlsax.so
lib/python${MODPY_VERSION}/site-packages/linkcheck/robotparser2.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/sz_fcgi.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/test_support.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/strformat.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/tests/
lib/python${MODPY_VERSION}/site-packages/linkcheck/tests/__init__.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/tests/test_cgi.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/tests/test_containers.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/tests/test_linkname.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/tests/test_parser.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/tests/test_robotparser.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/tests/test_strformat.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/tests/test_url.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/tests/test_urlbuild.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/threader.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/url.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/util1.py
@man man/man1/linkchecker.1
share/examples/linkchecker/
share/examples/linkchecker/check.js
share/examples/linkchecker/index.html
share/examples/linkchecker/lc.cgi
share/examples/linkchecker/lc.fcgi
share/examples/linkchecker/lc.sz_fcgi
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/linkcheck-cron.sh
share/examples/linkchecker/linkchecker-completion
share/examples/linkchecker/linkchecker.bat
share/linkchecker/
share/linkchecker/linkcheckerrc
share/linkchecker/logging.conf
share/locale/
share/locale/de/
share/locale/de/LC_MESSAGES/
share/locale/de/LC_MESSAGES/linkcheck.mo
share/locale/de/LC_MESSAGES/linkchecker.mo
share/locale/fr/
share/locale/fr/LC_MESSAGES/
share/locale/fr/LC_MESSAGES/linkcheck.mo
share/locale/fr/LC_MESSAGES/linkchecker.mo
share/locale/nl/
share/locale/nl/LC_MESSAGES/
share/locale/nl/LC_MESSAGES/linkcheck.mo
share/locale/nl/LC_MESSAGES/linkchecker.mo