Sun Sep 15 12:59:50 2019 UTC ()
(www/htmllint) Updated from  Updated to 20051019 to 20111128 (add ChangeLog)

  - 2011/01/10
    converted HTML encoding to UTF-8
    (This is because IE does not show ISO-2022-JP by its bug).
  - 2010/06/10
      No more Distribution by LZH, no more for Classic Mac version
  - 2009/04/30
      Get request from outside won't be accepted to avoid abuse
  - 2008/02/19
      Updated DTD of HTML+
  - 2005/03/12
      Display significance of Error ahead (left) of checkbox
(sorry, above log should come at previous commit, this changes comment line)


(mef)
diff -r1.39 -r1.40 pkgsrc/www/htmllint/Makefile

cvs diff -r1.39 -r1.40 pkgsrc/www/htmllint/Makefile (expand / switch to unified diff)

--- pkgsrc/www/htmllint/Makefile 2019/09/15 12:51:29 1.39
+++ pkgsrc/www/htmllint/Makefile 2019/09/15 12:59:49 1.40
@@ -1,26 +1,26 @@ @@ -1,26 +1,26 @@
1# $NetBSD: Makefile,v 1.39 2019/09/15 12:51:29 mef Exp $ 1# $NetBSD: Makefile,v 1.40 2019/09/15 12:59:49 mef Exp $
2# 2#
3 3
4DISTNAME= htmllint 4DISTNAME= htmllint
5PKGNAME= htmllint-20111128 5PKGNAME= htmllint-20111128
6CATEGORIES= www japanese 6CATEGORIES= www japanese
7MASTER_SITES= http://openlab.ring.gr.jp/k16/htmllint/archives/ 7MASTER_SITES= http://openlab.ring.gr.jp/k16/htmllint/archives/
8EXTRACT_SUFX= .zip 8EXTRACT_SUFX= .zip
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://openlab.ring.gr.jp/k16/htmllint/ 11HOMEPAGE= http://openlab.ring.gr.jp/k16/htmllint/
12COMMENT= Another HTML-Lint program 12COMMENT= Another HTML-Lint program
13LICENSE= # three line NOTE is on the web, will adjust later 13LICENSE= # Three lines NOTE is on the web, will adjust later
14 14
15DEPENDS+= p5-Jcode>=0.68:../../converters/p5-Jcode 15DEPENDS+= p5-Jcode>=0.68:../../converters/p5-Jcode
16DEPENDS+= p5-libwww>=5.8:../../www/p5-libwww 16DEPENDS+= p5-libwww>=5.8:../../www/p5-libwww
17 17
18WRKSRC= ${WRKDIR} 18WRKSRC= ${WRKDIR}
19DIST_SUBDIR= ${PKGNAME_NOREV} 19DIST_SUBDIR= ${PKGNAME_NOREV}
20 20
21REPLACE_PERL= htmllint.cgi htmllint parsedtd.pl tagslist.cgi 21REPLACE_PERL= htmllint.cgi htmllint parsedtd.pl tagslist.cgi
22USE_TOOLS+= perl:run 22USE_TOOLS+= perl:run
23NO_BUILD= yes 23NO_BUILD= yes
24 24
25CGIDIR= ${PREFIX}/libexec/cgi-bin 25CGIDIR= ${PREFIX}/libexec/cgi-bin
26HTMLDIR= ${PREFIX}/share/httpd/htdocs/htmllint 26HTMLDIR= ${PREFIX}/share/httpd/htdocs/htmllint