Subject: www/tidy update -- who uses tidy?
To: None <tech-pkg@netbsd.org>
From: Jeremy C. Reed <reed@reedmedia.net>
List: tech-pkg
Date: 08/28/2004 16:09:55
No maintainer for www/tidy. Anyone want to volunteer to maintain it?

May I commit the following update? (At end of this email.)

I can not find any recent release notes or change log other than "People
continue to report examples where Tidy does not catch some ill-formed HTML
or, worse, generates ill-formed HTML. These cases have been significantly
reduced."

By the way, I used tidy to clean up a webpage. Then I used wip/latex2html
and then to convert to lyx with tex2lyx (lyx cvs). It didn't work before
and so this www/tidy is a great help!

 Jeremy C. Reed

Index: www/tidy/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/www/tidy/Makefile,v
retrieving revision 1.15
diff -b -u -r1.15 Makefile
--- www/tidy/Makefile	17 Feb 2004 01:13:57 -0000	1.15
+++ www/tidy/Makefile	28 Aug 2004 22:55:11 -0000
@@ -1,8 +1,8 @@
 # $NetBSD: Makefile,v 1.15 2004/02/17 01:13:57 minskim Exp $
 #

-DISTNAME=	tidy_src_031002
-PKGNAME=	tidy-20031002
+DISTNAME=	tidy_src_040811
+PKGNAME=	tidy-20040811
 CATEGORIES=	www
 MASTER_SITES=	http://tidy.sourceforge.net/src/ \
 		http://tidy.sourceforge.net/docs/ \

Index: www/tidy/distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/www/tidy/distinfo,v
retrieving revision 1.6
diff -b -u -r1.6 distinfo
--- www/tidy/distinfo	28 Oct 2003 12:33:48 -0000	1.6
+++ www/tidy/distinfo	28 Aug 2004 22:55:11 -0000
@@ -1,8 +1,8 @@
 $NetBSD: distinfo,v 1.6 2003/10/28 12:33:48 cube Exp $

-SHA1 (tidy_src_031002.tgz) = bdd89ee2c09a8ba831dfce50c7ae18acb0b472fa
-Size (tidy_src_031002.tgz) = 236594 bytes
+SHA1 (tidy_src_040811.tgz) = c3f72c7200ea2ef05d46c882e25ad015e12bfa26
+Size (tidy_src_040811.tgz) = 244076 bytes
 SHA1 (tidy_docs_030610.tgz) = 3c3afddf861cebe91521be7ca0ae2476a547a3a9
 Size (tidy_docs_030610.tgz) = 152720 bytes
-SHA1 (patch-ab) = 10481ddf38e2d4bc5e12d4bfc7b214ecb5ec2120
+SHA1 (patch-ab) = 6d44dbc78bed849997108fe6bb5ff41088f653a3
 SHA1 (patch-ac) = 93e397595652a697bb705444f2923453818d1dde
Index: www/tidy/patches/patch-ab
===================================================================
RCS file: /cvsroot/pkgsrc/www/tidy/patches/patch-ab,v
retrieving revision 1.4
diff -b -u -r1.4 patch-ab
--- www/tidy/patches/patch-ab	28 Oct 2003 12:33:48 -0000	1.4
+++ www/tidy/patches/patch-ab	28 Aug 2004 22:55:11 -0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.4 2003/10/28 12:33:48 cube Exp $
+$NetBSD$

---- include/platform.h.orig	2003-06-10 08:57:04.000000000 +0200
-+++ include/platform.h
-@@ -48,7 +48,7 @@ extern "C" {
+--- include/platform.h.orig	Fri Mar 19 00:00:57 2004
++++ include/platform.h	Sat Aug 28 15:41:12 2004
+@@ -48,7 +48,7 @@
    Contributed by Todd Lewis.
  */

@@ -11,8 +11,8 @@


  /* Enable/disable support for Big5 and Shift_JIS character encodings */
-@@ -496,7 +496,7 @@ extern "C" {
- #if !defined(HPUX_OS) && !defined(CYGWIN_OS) && !defined(MAC_OS_X) && !defined(BE_OS) && !defined(SOLARIS_OS) && !defined(BSD_BASED_OS) && !defined(OSF_OS) && !defined(IRIX_OS) && !defined(AIX_OS)
+@@ -497,7 +497,7 @@
+ #if !defined(HPUX_OS) && !defined(CYGWIN_OS) && !defined(MAC_OS_X) && !defined(BE_OS) && !defined(SOLARIS_OS) && !defined(BSD_BASED_OS) && !defined(OSF_OS) && !defined(IRIX_OS) && !defined(AIX_OS) && !defined(LINUX_OS)
  typedef unsigned int uint;
  #endif
 -#if defined(HPUX_OS) || defined(CYGWIN_OS) || defined(MAC_OS) || defined(BSD_BASED_OS) || defined(_WIN32)