summaryrefslogtreecommitdiff
path: root/www/htmllint
AgeCommit message (Collapse)AuthorFilesLines
2006-07-10Fixed pkglint warnings.rillig1-20/+19
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-14Correct version of htmllint from 20050924 to 20051019 since previoustaca2-7/+7
updated version was really 20051019, and backout DIST_SUBDIR change.
2005-12-12Distribution file seems to be updated without its name change.taca2-6/+6
So, include time-stamp information in DIST_SUBDIR. (I didn't use "${PKGNAME}-20051212" since pkglint warns.)
2005-12-11Update www/htmllint package to 20050924.taca3-7/+12
Complete changes are unknown, but some items from HOMEPAGE. - Make sure to close the file descriptors for temporary files when uploading files. - Fix a problem with handling of "file:" scheme. The second problem might be claimed as a security problem. pkgsrc changes: - Add dependency to p5-libwww.
2005-09-28Fixed pkglint warnings.rillig1-2/+2
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-06-17Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead ofjlam1-3/+3
${PREFIX}.
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-02-24Update to 20050220, changes unknown.wiz2-5/+6
2005-01-20update www/htmllint to 20050110 version. This should fix pkg/28750.kei2-5/+5
2004-12-21Fix a typo - from Wouter Schoot in pkg PR 28735agc1-1/+1
2004-07-19Update to 20040716 (changes unknown); also try to address PR 25089wiz4-9/+20
by Kazu Yamamoto.
2004-04-07Update to 20040406; no Changes found, and they probably would have beenwiz3-6/+9
in Japanese anyway... Closes PR 25078 by Kazu Yamamoto.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-18Update to 20030518, supplied by ISIHARA Takanori in PR 21924.wiz2-5/+5
No Changelog found.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-05Update to 20030225, and make it work again. From ISIHARA Takanori in PR 20538.wiz4-7/+26
Changes: all in Japanese, but it now installs an imode-xhtm.dtd...
2003-02-03Update to version 2003-02-03; (aka make this find the distfile again; fixjschauma6-68/+18
bulk-build problem) Changes: unknown, no information was available in any language or characterset that I can understand. Use REPLACE_PERL to obsolete a few patches.
2003-01-29use DIST_SUBDIR=${PKGNAME} since the distfile has no version number.dmcmahill2-4/+6
2002-11-22Update htmllint to latest version of 20021103. This addresses the checksumjschauma4-14/+19
mismatch pointed out in PR pkg/19129. If I was able to read Japanese, I would probably also have been able to provide a list of changes since the last version. Maybe somebody who does speak Japanese could post the list of changes if available?
2002-05-31Adjust various pathnames to use newly reimported packages from the japaneseseb1-2/+2
category. This is part of the japanese category retirement.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-04-21- updated 2001-04-13 version. changed package version number to date-based.kei3-6/+10
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>.
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-18* updated htmllint package to 2.36. Problem was noticed by David Brownleekei7-37/+43
<abs@netbsd.org> in private message. Some bugs found in previous package was fixed also. Change list is available on its home page (in Japanese). htmllint.pm 2.36 2001/03/14 Supported iMode 3.0. 2.35 2001/03/05 Warn about non-blank text following <FIELDSET>. 2.34 2001/02/24 Support various ristrictions noted in comment of DTD by ISO/IEC 15545. As this, several warning are added. Character entity references are now considered when counting length for title, etc. 2.33 2001/02/13 Under some circumstances, <NOFRAMES> outside of <FRAMESET> warns inconsitently. htmllint.cgi 1.01 2001/03/08 Couldn't get resource properly when ommitting trailing '/' such as http://host 1.00 2001/02/01 Couldn't get resource properly when the URL contains authenticate information. As you already know, '2.36' is a version of htmllint.pm.
2001-03-14Initial import of 'htmllint-2.32' package.kei15-0/+353
Another HTML-Lint is another HTML checker written in Perl. This package includes individual command and CGI gateway. Invokng htmllint without any argument puts the usage string. It supports various HTML versions and variants. From usage string: HTML1.0, HTML2.0, HTML2.x, HTML+, HTML3.0, HTML3.2, HTML4.0 Strict, HTML4.0 Transitional, HTML4.0 Frameset, HTML4.0 Mobile, HTML4.01 Strict, HTML4.01 Transitional, HTML4.01-frameset, XHTML1.0 Strict, XHTML1.0 Transitional, XHTML1.0 Frameset, XHTML1.1, XHTML Basic, ISO/IEC 15545, Netscape Navigator (2.0, 3.0, 4.0), Microsoft Internet Explorer (3.0 beta, 3.0, 4.0, 5.0, 5.5), IBM WebExplorer 1.1, Compact HTML, NTT DoCoMo iMode (1.0, 2.0), J-SkyWeb, J-SkyWeb Station, TTNet dot-i, HTML variant for patent application in Japan