diff options
author | kei <kei@pkgsrc.org> | 2001-04-21 13:28:09 +0000 |
---|---|---|
committer | kei <kei@pkgsrc.org> | 2001-04-21 13:28:09 +0000 |
commit | 07b93e334d56525ff66330ae9b0ef1c003131a2a (patch) | |
tree | e5cb2005ff775b0d46a8a824ba184d32807b92e5 /www/htmllint | |
parent | be686d6f7b4f1c552ae2f1643d210eb1a6427299 (diff) | |
download | pkgsrc-07b93e334d56525ff66330ae9b0ef1c003131a2a.tar.gz |
- updated 2001-04-13 version. changed package version number to date-based.
previous number 2.36 was that of htmllint.pm.
- htmllintrc is not a script, so no need to install it as a executable.
Changes from previous version.
htmllint.cgi 1.01 / htmllint.pm 2.42
all
2001/04/13 add support for XHTML1.1(Proposed Recommendation).
2001/03/20 add support for revised ISO/IEC 15445:2000.
htmllint.pm
2.42 2001/04/11 value of REL, REV attribute is string separated by space.
2.41 2001/04/10 fix of 2.40 was incorrect.
2.40 2001/04/08 Judgement of <RUBY> on XHTML1.1 was incorrect. It is not
perfect, but anyway.
2.39 2001/03/25 put warning for SPAN attribute which has a <COL> as an element
in <COLGROUP>.
Diffstat (limited to 'www/htmllint')
-rw-r--r-- | www/htmllint/Makefile | 7 | ||||
-rw-r--r-- | www/htmllint/distinfo | 5 | ||||
-rw-r--r-- | www/htmllint/pkg/PLIST | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/www/htmllint/Makefile b/www/htmllint/Makefile index 4e803998ec5..963bef0cbe9 100644 --- a/www/htmllint/Makefile +++ b/www/htmllint/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2001/03/18 14:05:11 kei Exp $ +# $NetBSD: Makefile,v 1.3 2001/04/21 13:28:09 kei Exp $ # DISTNAME= htmllint -PKGNAME= htmllint-2.36 +PKGNAME= htmllint-20010413 CATEGORIES= www japanese MASTER_SITES= http://openlab.ring.gr.jp/k16/htmllint/archives/ EXTRACT_SUFX= .zip @@ -32,7 +32,8 @@ post-patch: do-install: @${INSTALL_SCRIPT} ${WRKSRC}/htmllint ${PREFIX}/bin; \ ${INSTALL_SCRIPT_DIR} ${CGIDIR}; \ - ${INSTALL_SCRIPT} ${WRKSRC}/*.cgi ${WRKSRC}/htmllintrc ${CGIDIR}; \ + ${INSTALL_SCRIPT} ${WRKSRC}/*.cgi ${CGIDIR}; \ + ${INSTALL_DATA} ${WRKSRC}/htmllintrc ${CGIDIR}; \ ${INSTALL_DATA} ${WRKSRC}/htmllintenv ${CGIDIR}/htmllint.env.default; \ ${TEST} -f ${CGIDIR}/htmllint.env || \ ${CP} ${CGIDIR}/htmllint.env.default ${CGIDIR}/htmllint.env; \ diff --git a/www/htmllint/distinfo b/www/htmllint/distinfo index 240cbe08350..8d5281ae884 100644 --- a/www/htmllint/distinfo +++ b/www/htmllint/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.1 2001/04/17 12:12:46 agc Exp $ +$NetBSD: distinfo,v 1.2 2001/04/21 13:28:09 kei Exp $ -SHA1 (htmllint.zip) = cc9c3753f533e2ad8d2c49880c4a138cea9c7466 +SHA1 (htmllint.zip) = fc17dd1d330e67560a1f908618726c2a4d680668 +Size (htmllint.zip) = 645863 bytes SHA1 (patch-aa) = bdaeb7be2fbf2a1295f4840d52a2e0f5f1cc31bc SHA1 (patch-ab) = 5c471f6833812cb7473f763e2ce25c1c48436b0c SHA1 (patch-ac) = b68972da18b7c4d4720f365a51f1d70b8f9635ec diff --git a/www/htmllint/pkg/PLIST b/www/htmllint/pkg/PLIST index a2cd631e227..d3004065a62 100644 --- a/www/htmllint/pkg/PLIST +++ b/www/htmllint/pkg/PLIST @@ -1,10 +1,12 @@ -@comment $NetBSD: PLIST,v 1.2 2001/03/18 14:05:12 kei Exp $ +@comment $NetBSD: PLIST,v 1.3 2001/04/21 13:28:09 kei Exp $ bin/htmllint libexec/cgi-bin/htmllint.cgi libexec/cgi-bin/htmllint.env.default @exec [ -f %D/htmllint.env ] || cp %D/htmllint.env.default %D/htmllint.env libexec/cgi-bin/htmllintrc libexec/cgi-bin/tagslist.cgi +share/httpd/htdocs/htmllint/15445-preparation.dtd +share/httpd/htdocs/htmllint/15445-preparation.rul share/httpd/htdocs/htmllint/15445.dtd share/httpd/htdocs/htmllint/15445.rul share/httpd/htdocs/htmllint/HTMLlat1.ent |