head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.50 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.48 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.46 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.44 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.42 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.40 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.38 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.36 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.34 pkgsrc-2008Q2-base:1.6 pkgsrc-2008Q1:1.6.0.32 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.30 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.28 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.26 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.24 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.22 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.20 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.18 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.16 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.14 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.12 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.6.0.10 pkgsrc-2005Q2-base:1.6 pkgsrc-2005Q1:1.6.0.8 pkgsrc-2005Q1-base:1.6 pkgsrc-2004Q4:1.6.0.6 pkgsrc-2004Q4-base:1.6 pkgsrc-2004Q3:1.6.0.4 pkgsrc-2004Q3-base:1.6 pkgsrc-2004Q2:1.6.0.2 pkgsrc-2004Q2-base:1.6 pkgsrc-2004Q1:1.5.0.12 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.10 pkgsrc-2003Q4-base:1.5 netbsd-1-6-1:1.5.0.6 netbsd-1-6-1-base:1.5 netbsd-1-6:1.5.0.8 netbsd-1-6-RELEASE-base:1.5 pkgviews:1.5.0.4 pkgviews-base:1.5 buildlink2:1.5.0.2 buildlink2-base:1.5 netbsd-1-5-PATCH003:1.5 netbsd-1-5-PATCH001:1.5 netbsd-1-5-RELEASE:1.5 netbsd-1-4-PATCH003:1.5 netbsd-1-4-PATCH002:1.5 comdex-fall-1999:1.3 FREEBSD-19980714:1.1.1.1 FREEBSD:1.1.1; locks; strict; comment @# @; 1.6 date 2004.06.01.21.53.00; author kristerw; state dead; branches; next 1.5; 1.5 date 2000.02.10.12.05.28; author fredb; state Exp; branches; next 1.4; 1.4 date 2000.02.06.03.49.49; author fredb; state Exp; branches; next 1.3; 1.3 date 99.10.14.07.27.35; author fredb; state Exp; branches; next 1.2; 1.2 date 98.07.15.01.09.22; author tv; state dead; branches; next 1.1; 1.1 date 98.07.15.01.01.35; author tv; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 98.07.15.01.01.35; author tv; state Exp; branches; next ; desc @@ 1.6 log @Remove obsolete packages, per discussion on tech-pkg. @ text @$NetBSD: patch-ae,v 1.5 2000/02/10 12:05:28 fredb Exp $ --- arena.h.in.orig Sun Mar 8 11:35:06 1998 +++ arena.h.in Thu Feb 10 05:20:53 2000 @@@@ -62,6 +64,9 @@@@ # define LIBWWW_TRACE_MASK SHOW_ALL_TRACE #endif + /* Needed to unset HTDEBUG in HTUtils.h */ +# define NODEBUG 1 + /* Persistent cache location. * If defined as "" (i.e. null), then NO Caching will be done... * Then the defaults will be taken from Xdefaults or ARENA_DEFAULT_CACHE_ROOT @@@@ -267,9 +272,9 @@@@ # define ARENA_FLYBY_HINT 1 # define ARENA_FLYBY_TERSE 2 # define ARENA_FLYBY_VERBOSE 3 -# define ARENA_FLYBY_HOW_MUCH ARENA_FLYBY_HINT +# define ARENA_FLYBY_HOW_MUCH ARENA_FLYBY_VERBOSE -# define ARENA_FLYBY_TIMER_INCREMENT 2 +# define ARENA_FLYBY_TIMER_INCREMENT 0 #endif @@@@ -445,6 +450,20 @@@@ */ #ifndef HAVE_STRSTR # undef HAVE_STRSTR +#endif + +/* Define the HAVE_SETITIMER preprocessor variable, + * if you have setitimer(). + */ +#ifndef HAVE_SETITIMER +# undef HAVE_SETITIMER +#endif + +/* Define the SETITIMER_USES_TIMEVAL preprocessor variable, + * if your setitimer() uses timevals (uS resolution). + */ +#ifndef SETITIMER_USES_TIMEVAL +# undef SETITIMER_USES_TIMEVAL #endif @ 1.5 log @Set NODEBUG unconditionally, to make it easier to build arena with debugging symbols. "NODEBUG" means, don't try to debug libwww; the corresponding symbol for arena is ARENA_DEBUG. Still keep --without-debug by default--it's easy enough to reproduce a coredump on some particular URL. @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.4 2000/02/06 03:49:49 fredb Exp $ @ 1.4 log @- -Install only example "arenarc" into ${PREFIX}/share/Arena, with working global "arenarc" copied to ${LOCALBASE}/etc, unless it exists already. - -Fix "fly-by"'s, otherwise known as pop-up help, or "tool-tips". In particular, disable the the insane heuristic that caused the delay to increase by one second with each use on systems where setitimer() has 1s resolution (NetBSD). Prior, it appeared to me that the fly-by's only worked once or twice, but then never again. - -Clean up package Makefile. - -Work all patches to configure into configure.in, and regenerate configure with "autoconf". cvs: ---------------------------------------------------------------------- @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.3 1999/10/14 07:27:35 fredb Exp $ d4 2 a5 4 +++ arena.h.in Sat Oct 30 17:21:26 1999 @@@@ -60,6 +60,9 @@@@ # define ARENA_TRACE_MASK 0xffffffff /* Default mask for libwww debug tracing */ d7 2 a8 1 +#else d11 1 a11 2 #endif d13 3 a15 1 @@@@ -267,9 +270,9 @@@@ d27 1 a27 1 @@@@ -445,6 +448,20 @@@@ @ 1.3 log @Make this build again. @ text @d1 1 a1 1 $NetBSD$ d4 1 a4 1 +++ arena.h.in Sun Oct 10 13:46:21 1999 d15 33 @ 1.2 log @Add and enable Arena, the browser originally written to test HTML 3.0 and style sheets (a subset of the current CSS1). Now maintained by Yggdrasil. @ text @d1 11 a11 9 --- ./Arena/Implementation/icon.c.org Thu Mar 21 07:28:53 1996 +++ ./Arena/Implementation/icon.c Tue Apr 30 00:22:54 1996 @@@@ -46,7 +46,9 @@@@ #if defined __QNX__ || (defined(sco) && !defined(sco_os5)) #define index strchr #else +#if !defined(index) extern char *index(); +#endif d14 1 a14 1 static char basis_64[] = @ 1.1 log @Initial revision @ text @@ 1.1.1.1 log @Import of FreeBSD's arena pkg. Patches to follow. @ text @@