From b6ef6bd98f60ad8f00eeeecf7b12c7536e82ebd8 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 5 Mar 2003 10:03:45 +0000 Subject: Update to 20030225, and make it work again. From ISIHARA Takanori in PR 20538. Changes: all in Japanese, but it now installs an imode-xhtm.dtd... --- www/htmllint/Makefile | 6 +++--- www/htmllint/PLIST | 4 +++- www/htmllint/distinfo | 7 ++++--- www/htmllint/patches/patch-ak | 16 ++++++++++++++++ 4 files changed, 26 insertions(+), 7 deletions(-) create mode 100644 www/htmllint/patches/patch-ak (limited to 'www/htmllint') diff --git a/www/htmllint/Makefile b/www/htmllint/Makefile index cbd4c3b3a18..a0f6635cfe3 100644 --- a/www/htmllint/Makefile +++ b/www/htmllint/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2003/02/03 16:00:02 jschauma Exp $ +# $NetBSD: Makefile,v 1.9 2003/03/05 10:03:45 wiz Exp $ # DISTNAME= htmllint -PKGNAME= htmllint-20030203 +PKGNAME= htmllint-20030225 CATEGORIES= www japanese MASTER_SITES= http://openlab.ring.gr.jp/k16/htmllint/archives/ EXTRACT_SUFX= .zip @@ -25,7 +25,7 @@ HTMLDIR= ${LOCALBASE}/share/httpd/htdocs/htmllint IMGDIR= ${HTMLDIR}/images post-patch: -.for f in faq.html htmllintenv +.for f in faq.html htmllintenv htmllint @${MV} ${WRKSRC}/${f} ${WRKSRC}/${f}.orig; \ ${SED} -e 's!@PREFIX@!${PREFIX}!g' < ${WRKSRC}/${f}.orig \ > ${WRKSRC}/${f} diff --git a/www/htmllint/PLIST b/www/htmllint/PLIST index 3d5da952b50..c54e4b67338 100644 --- a/www/htmllint/PLIST +++ b/www/htmllint/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/11/22 16:10:10 jschauma Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/03/05 10:03:46 wiz Exp $ bin/htmllint libexec/cgi-bin/htmllint.cgi libexec/cgi-bin/htmllint.env @@ -76,6 +76,8 @@ share/httpd/htdocs/htmllint/images/normal.gif share/httpd/htdocs/htmllint/images/open.gif share/httpd/htdocs/htmllint/images/top.gif share/httpd/htdocs/htmllint/images/verygood.gif +share/httpd/htdocs/htmllint/imode-xhtml.dtd +share/httpd/htdocs/htmllint/imode-xhtml.rul share/httpd/htdocs/htmllint/imode.dtd share/httpd/htdocs/htmllint/imode.rul share/httpd/htdocs/htmllint/imode20.dtd diff --git a/www/htmllint/distinfo b/www/htmllint/distinfo index 674159418b4..8e93890d52a 100644 --- a/www/htmllint/distinfo +++ b/www/htmllint/distinfo @@ -1,10 +1,11 @@ -$NetBSD: distinfo,v 1.5 2003/02/03 16:00:02 jschauma Exp $ +$NetBSD: distinfo,v 1.6 2003/03/05 10:03:46 wiz Exp $ -SHA1 (htmllint-20030203/htmllint.zip) = 0a72295e4ed49160bd4a575af6d9a6ae1ef4a648 -Size (htmllint-20030203/htmllint.zip) = 668912 bytes +SHA1 (htmllint-20030225/htmllint.zip) = cdd5f35b0cf31e758e92ebe88c0ed50a1fa02414 +Size (htmllint-20030225/htmllint.zip) = 677549 bytes SHA1 (patch-aa) = bdaeb7be2fbf2a1295f4840d52a2e0f5f1cc31bc SHA1 (patch-ad) = 3759e9a01e8697e4db4012c91acb6429b8ef0e1e SHA1 (patch-ag) = 2feed2790b4c501c2df6f96efdb84ca39faf0fb7 SHA1 (patch-ah) = 26ba26f155a05d8bd0e7bfa1d494a246e1bf2ab8 SHA1 (patch-ai) = 27068dafb150f20e30898ec546d07af54e487fce SHA1 (patch-aj) = cb95bd5bbce00979ea29574f55e001c8df32436f +SHA1 (patch-ak) = af542b90c1992e9fbf57d1b09a0fc1c0fafbcc25 diff --git a/www/htmllint/patches/patch-ak b/www/htmllint/patches/patch-ak new file mode 100644 index 00000000000..390986568ea --- /dev/null +++ b/www/htmllint/patches/patch-ak @@ -0,0 +1,16 @@ +$NetBSD: patch-ak,v 1.1 2003/03/05 10:03:47 wiz Exp $ + +--- htmllint.orig Sun Mar 2 02:51:02 2003 ++++ htmllint +@@ -2,8 +2,9 @@ + + # Another HTML-lint ########################################### + +-use File::Basename; +-push @INC => [&fileparse($0)]->[1]; ++#use File::Basename; ++#push @INC => [&fileparse($0)]->[1]; ++use lib ('@PREFIX@/share/httpd/htdocs/htmllint'); + + my $add_options; # = '-noscore -pedantic etc...'; + -- cgit v1.2.3