Update to linkchecker-2.2;

This commit is contained in:
xsa 2005-01-25 09:15:44 +00:00
parent 1ca3a4911e
commit 80076c9448
4 changed files with 13 additions and 63 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.19 2005/01/23 22:27:49 xsa Exp $
# $OpenBSD: Makefile,v 1.20 2005/01/25 09:15:44 xsa Exp $
SHARED_ONLY= Yes
COMMENT= "checks HTML documents for broken links"
DISTNAME= linkchecker-2.1
PKGNAME= ${DISTNAME}p0
DISTNAME= linkchecker-2.2
CATEGORIES= www
HOMEPAGE= http://linkchecker.sourceforge.net/

View File

@ -1,4 +1,4 @@
MD5 (linkchecker-2.1.tar.gz) = 9f2df450cdf5bbdedd89f017d1106cbb
RMD160 (linkchecker-2.1.tar.gz) = fffcfc2e6febb89dc72140d0c1ebdd6e26bc95b1
SHA1 (linkchecker-2.1.tar.gz) = 65206fda755f27175c95a0f5f029f1a45439bbb6
SIZE (linkchecker-2.1.tar.gz) = 497638
MD5 (linkchecker-2.2.tar.gz) = 71c00c33838dd434f1f6b3bafc38e1d5
RMD160 (linkchecker-2.2.tar.gz) = c307c4e2001390ac92843edd58e7f74aea6c828d
SHA1 (linkchecker-2.2.tar.gz) = 25fb7403fe19116bb4ac903d02cc38b57591dcb2
SIZE (linkchecker-2.2.tar.gz) = 504506

View File

@ -1,23 +1,17 @@
$OpenBSD: patch-setup_py,v 1.5 2005/01/23 22:27:49 xsa Exp $
--- setup.py.orig Tue Jan 11 13:04:34 2005
+++ setup.py Sat Jan 22 20:25:23 2005
@@ -98,6 +98,7 @@ class MyInstall (install, object):
$OpenBSD: patch-setup_py,v 1.6 2005/01/25 09:15:44 xsa Exp $
--- setup.py.orig Mon Jan 24 16:02:06 2005
+++ setup.py Tue Jan 25 10:07:07 2005
@@ -85,7 +85,9 @@ class MyInstall (install, object):
val = getattr(self, attr)[cutoff:]
else:
val = getattr(self, attr)
+ val = "!!SITEPKG!!"
if win_compiling and d in win_path_scheme:
# look for placeholders to replace
oldpath, newpath = win_path_scheme[d]
@@ -105,6 +106,7 @@ class MyInstall (install, object):
if oldpath in val:
val = val.replace(oldpath, newpath)
if attr == 'install_data':
+ val = sys.prefix
cdir = os.path.join(val, "share", "linkchecker")
data.append('config_dir = %r' % cnormpath(cdir))
data.append("%s = %r" % (attr, cnormpath(val)))
@@ -242,7 +244,7 @@ data_files = [
@@ -248,7 +250,7 @@ data_files = [
['share/locale/nl/LC_MESSAGES/linkchecker.mo']),
('share/linkchecker',
['config/linkcheckerrc', 'config/logging.conf', ]),
@ -26,7 +20,7 @@ $OpenBSD: patch-setup_py,v 1.5 2005/01/23 22:27:49 xsa Exp $
['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',
@@ -250,10 +252,10 @@ data_files = [
@@ -256,10 +258,10 @@ data_files = [
]
if os.name == 'posix':

View File

@ -1,7 +1,5 @@
@comment $OpenBSD: PLIST,v 1.14 2005/01/12 23:56:27 xsa Exp $
@comment $OpenBSD: PLIST,v 1.15 2005/01/25 09:15:44 xsa Exp $
bin/linkchecker
lib/python${MODPY_VERSION}/
lib/python${MODPY_VERSION}/site-packages/
lib/python${MODPY_VERSION}/site-packages/_linkchecker_configdata.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/
lib/python${MODPY_VERSION}/site-packages/linkcheck/HtmlParser/
@ -96,20 +94,6 @@ 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
@ -118,22 +102,6 @@ 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
@ -153,17 +121,6 @@ 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/robotparser2.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_filenames.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
@man man/man1/linkchecker.1