summaryrefslogtreecommitdiff
path: root/www/arena
AgeCommit message (Collapse)AuthorFilesLines
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-3/+4
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-04Because the minor number of the PNG library was increased packages compiledtron1-2/+2
using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron1-3/+3
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-01-23create the link to wwwconf.h in WRKSRC instead of WRKDIR since the searchdmcmahill1-4/+4
path wasn't being honored. fixes recently noted bulk build problems.
2001-01-04Replace DEPENDS on gettext by BUILD_DEPENDS and USE_LIBINTL.wiz1-2/+3
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-5/+5
2000-08-06Make this work with libwww-5.3.1. Note that the 'wwwconf.h' file has movedfredb1-6/+7
(again) from ${LOCALBASE}/include to ${LOCALBASE}/include/w3c-libwww, so we need to check both places.
2000-07-31The gettext package gained a shared library. For all packages whichjlam1-2/+2
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
2000-03-21Because the minor of "libpng" was bumped we must sure that packagestron1-2/+2
compiled for the update "png" package depend on it.
2000-02-10Set NODEBUG unconditionally, to make it easier to build arena withfredb3-15/+18
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.
2000-02-10USE_X11BASE -> USE_X11fredb1-2/+2
2000-02-10Back out unintentional change. Problem noted by Frederick Bruckman.tron1-2/+2
2000-02-09Use "png>=1.0.3" instead of "png-*" in dependence list.tron1-3/+3
2000-02-09Use wildcard dependence for "png" package.tron1-2/+2
2000-02-09Vanquish array cast bogon. Fixes "black screen" problem for 16-bit displaysfredb5-3/+63
on mac68k. Speculatively remove "NOT_FOR_PLATFORM= NetBSD-alpha-*"; needs to be verified.
2000-02-06- -Install only example "arenarc" into ${PREFIX}/share/Arena, with workingfredb6-66/+247
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: ----------------------------------------------------------------------
2000-02-05$() -> ${}wiz1-2/+2
2000-01-10be consistent on which version to wildcardhubertf1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-10-14Make this build again.fredb8-16/+186
1999-10-14Don't free memory that hasn't been allocated.fredb1-0/+23
1999-07-09Add package patch checksum files.agc1-0/+4
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-18/+18
pattern match format. Minor pkglint along the way.
1999-03-20Do not use broken features.hubertf1-4/+4
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-2/+2
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
1999-01-09libwww lived in LOCALBASE, not PREFIX (which is X11BASE).hubertf1-10/+10
Pointed out by Steve Allen <wormey@eskimo.com> in PR pkg/6766.
1998-11-13pkglint: move NOT_FOR_ARCHS where it belongs.frueauf1-5/+4
1998-09-22add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to failgarbled1-1/+3
on alpha. There may be more, but I haven't seen them yet.
1998-09-15This pkg uses X11, make it so.garbled1-2/+2
1998-09-15Make Arena compile on alpha. What a nightmare.. broken configure script,garbled2-4/+20
libwww hosage, and the kicker? It doesn't actually work.. it just displays a black screen. Ugh. Still more work to be done here....
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-07-15Update libpng to 1.0.2. Works with all dependent pkgs I have testedtv1-2/+2
(everything but ImageMagick, gs5, and xemacs20). The API hasn't changed much, say the install instructions, but it isn't binary compatible--bump shlib version to 1.0.
1998-07-15The supplied "arenarc" file seems to break some platforms, and just maketv2-4/+5
Arena spin the CPU. Disable it, for now.
1998-07-15Add and enable Arena, the browser originally written to test HTML 3.0 andtv7-103/+53
style sheets (a subset of the current CSS1). Now maintained by Yggdrasil.
1998-07-15Import of FreeBSD's arena pkg. Patches to follow.tv8-0/+115