head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.18 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.16 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.14 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.12 pkgsrc-2011Q2-base:1.7 pkgsrc-2009Q4:1.7.0.10 pkgsrc-2009Q4-base:1.7 pkgsrc-2008Q4:1.7.0.8 pkgsrc-2008Q4-base:1.7 pkgsrc-2008Q3:1.7.0.6 pkgsrc-2008Q3-base:1.7 cube-native-xorg:1.7.0.4 cube-native-xorg-base:1.7 pkgsrc-2008Q2:1.7.0.2 pkgsrc-2008Q2-base:1.7 pkgsrc-2008Q1:1.6.0.20 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.18 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.16 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.14 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.12 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.10 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.8 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.6 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.4 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.2 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.5.0.10 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.8 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.6 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.4 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.2 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.3.0.6 netbsd-1-6-1-base:1.3 netbsd-1-6:1.3.0.8 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.4 pkgviews-base:1.3 buildlink2:1.3.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.3 netbsd-1-5-PATCH001:1.2 netbsd-1-5-RELEASE:1.2 netbsd-1-4-PATCH003:1.2 FreeBSD-current-2000-03-16:1.1.1.1 FREEBSD:1.1.1; locks; strict; comment @# @; 1.7 date 2008.04.09.09.01.52; author wiz; state dead; branches; next 1.6; 1.6 date 2005.10.04.18.00.49; author wiz; state Exp; branches; next 1.5; 1.5 date 2004.08.30.18.48.57; author reed; state Exp; branches; next 1.4; 1.4 date 2003.10.28.12.33.48; author cube; state Exp; branches; next 1.3; 1.3 date 2002.03.07.13.33.53; author wiz; state Exp; branches; next 1.2; 1.2 date 2000.03.28.17.22.20; author tron; state Exp; branches; next 1.1; 1.1 date 2000.03.28.17.13.35; author tron; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2000.03.28.17.13.35; author tron; state Exp; branches; next ; desc @@ 1.7 log @Update to CVS state of 20080324: 2.5 years of various changes and improvements. pkgsrc changes: Use libtool to provide a shared library; fixes wip/kdewebdev4 on amd64. Generate API documentation from the provided files using doxygen. Standardize path to installed documentation. @ text @$NetBSD: patch-ab,v 1.6 2005/10/04 18:00:49 wiz Exp $ --- include/platform.h.orig 2005-06-16 08:58:05.000000000 +0200 +++ include/platform.h 2005-07-03 15:02:26.000000000 +0200 @@@@ -48,7 +48,7 @@@@ Contributed by Todd Lewis. */ -/* #define SUPPORT_GETPWNAM */ +#define SUPPORT_GETPWNAM /* Enable/disable support for Big5 and Shift_JIS character encodings */ @@@@ -105,7 +105,13 @@@@ /* Convenience defines for BSD like platforms */ -#if defined(__FreeBSD__) +#if defined(__DragonFly__) +#define BSD_BASED_OS +#ifndef PLATFORM_NAME +#define PLATFORM_NAME "DragonFly" +#endif + +#elif defined(__FreeBSD__) #define BSD_BASED_OS #ifndef PLATFORM_NAME #define PLATFORM_NAME "FreeBSD" @@@@ -504,7 +510,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) +#if defined(HPUX_OS) || defined(CYGWIN_OS) || defined(MAC_OS) || (defined(BSD_BASED_OS) && !defined(__NetBSD__)) || defined(_WIN32) typedef unsigned long ulong; #endif @ 1.6 log @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 and 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 @ text @d1 1 a1 1 $NetBSD$ @ 1.5 log @Update tidy to tidy-20040811. I could 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." (I didn't compare code with old release either.) Patch-ab updated (same line patched). @ text @d3 2 a4 2 --- include/platform.h.orig Fri Mar 19 00:00:57 2004 +++ include/platform.h Sat Aug 28 15:41:12 2004 d14 16 a29 1 @@@@ -497,7 +497,7 @@@@ @ 1.4 log @Update tidy to 20031002, and docs to 20030610. No ChangeLog available, unfortunately. Tidy now comes with a (static) library, thus a buildlink2.mk file is now provided. There's no need to set PRESERVE_FILE_TIMES in CFLAGS anymore, thus PR pkg/20489 is fixed. @ text @d3 3 a5 3 --- include/platform.h.orig 2003-06-10 08:57:04.000000000 +0200 +++ include/platform.h @@@@ -48,7 +48,7 @@@@ extern "C" { d14 2 a15 2 @@@@ -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) @ 1.3 log @Update to tidy-20020301. Changes are mostly bugfixes, but I couldn't find a ChangeLog. @ text @d3 1 a3 1 --- include/platform.h.orig Mon Feb 18 08:50:02 2002 d5 2 a6 2 @@@@ -28,7 +28,7 @@@@ variable is not set. Contributed by Todd Lewis. d12 1 d14 9 a22 1 #ifndef SUPPORT_ASIAN_ENCODINGS @ 1.2 log @Adapt this package to NetBSD using patches supplied by Takahiro Kambe in PR pkg/9532. @ text @d3 3 a5 5 --- platform.h.orig Thu Jan 13 21:19:19 2000 +++ platform.h Fri Mar 3 12:52:05 2000 @@@@ -17,10 +17,10 @@@@ It enables tidy to find config files named ~/.tidyrc and ~your/.tidyrc etc if the HTML_TIDY environment a6 2 - -#define SUPPORT_GETPWNAM d8 2 d12 2 a13 4 +#include #include #include #include /* for longjmp on error exit */ @ 1.1 log @Initial revision @ text @d1 5 a5 3 --- platform.h.orig Sat Nov 13 23:41:32 1999 +++ platform.h Sat Nov 13 23:42:40 1999 @@@@ -17,17 +17,17 @@@@ d9 4 a12 4 +*/ #define SUPPORT_GETPWNAM -*/ a17 7 #include #include /* may need for Unix V */ #include -#include #include #ifdef SUPPORT_GETPWNAM @ 1.1.1.1 log @Import "tidy" from FreeBSD ports collection: Fixes and tidies up HTML files @ text @@