Subject: CVS commit: pkgsrc/www/tidy
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 10/04/2005 18:00:49
Module Name:	pkgsrc
Committed By:	wiz
Date:		Tue Oct  4 18:00:49 UTC 2005

Modified Files:
	pkgsrc/www/tidy: Makefile distinfo
	pkgsrc/www/tidy/patches: patch-ab patch-ac
Added Files:
	pkgsrc/www/tidy/patches: patch-aa

Log Message:
Update to 20050921, provided by Jeroen Ruigrok/asmodai in PR 31220.

fix crashes with nested framesets
fix dmalloc conflicts
fix crashes with invalid x/html tags
fix memory corruptions
fix attributes with null values
replace tabs with spaces
a lot generic stability fixes
fix accessibility crashes
accessibility missing output added
use id= instead of a name=
fix crashes with mixed php-like code in html
fix memory leaks
xml: was stripped from xml:lang
make sure id and name are identical when used
do not add xml:lang for XHTML 1.1
check validity of id/name values
a lot of new options for finegrained control
support align="char"
fix 64 bit portability issues
fix support for nested <sub> and <sup>
make sure id's are unique
be more resistant against malformed comments
make sure attribute values are lowercase for xhtml specified values
ensure xml declarations are present
allow empty action="" to form
area does not need a mandatory href


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 pkgsrc/www/tidy/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/www/tidy/distinfo
cvs rdiff -r0 -r1.7 pkgsrc/www/tidy/patches/patch-aa
cvs rdiff -r1.5 -r1.6 pkgsrc/www/tidy/patches/patch-ab
cvs rdiff -r1.1 -r1.2 pkgsrc/www/tidy/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.