summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2000-02-11Of course. apache>=1.3.9 is the right way to phrase that.jwise1-2/+2
2000-02-10Loosen up Makefile to accept apache-1.3.*, not 1.3.9*.jwise1-2/+2
Not really perfect, as apache-1.3.6 was in pkgsrc for a long time, and is untested, but should do.
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-09Update to V2.15.hubertf7-32/+43
Main reason: IPv6. Changes: New in version 2.15: * Use standard isxdigit macro instead of is_hexit routine. * Portability fix for Debian, which lacks gai_strerror(). * Fix for .htpasswd authorization, broken by 2.14's custom error pages change. New in version 2.14: * Fix to non-local referer code - it was trying to dereference a null pointer under some circumstances. * Fix to If-Modified-Since - some leap year problems. * Rewrote match() - it was using a whole lot of CPU time for patterns with lots of |'s, such as those used by the new non-local-referer filtering. * Fix to host lookup code for -h flag. * Fix custom error pages to work with 401 Unauthorized. * Removed unused variable. New in version 2.13: * Portability fix for fdwatch on systems with poll() but not select(). * Renamed nph-redirect to redirect, now that thttpd does header parsing. * Always chdir to / after a chroot. * Some minor de-linting changes. * Revived code that closes stdin/stdout/stderr, after adding a fix in the CGI code to prevent descriptors from getting screwed up. * Bugfix for CGI header parsing - if the CGI was sending binary data (e.g. images), the result could get truncated or corrupted. * Disallow ".." listing of virtual host directory. * Revised snprintf portability fix. * Rearranged the hc initialization so it's all in one place. * New IPv6 code from KIKUCHI Takahiro. * New non-local referer filtering code from Craig Leres. * New custom error pages code from Catalin Ionescu. New in version 2.12: * Better heuristic for deciding between select() and poll(). * Added Red Hat RPM spec file. New in version 2.11: * Use poll() instead of select() when favorable. * Do lazy allocation of part of the connection data structure, to save on memory now that we can have thousands of simultaneous connections. * Some speed optimizations. * Add HTTP_HOST to CGI environment. * Bugfix for rare uninitialized variable. New in version 2.10: * Bugfix for CGI header parsing. * Call setlogin() if it's available.
2000-02-09Use "png>=1.0.3" instead of "png-*" in dependence list.tron2-5/+5
2000-02-09Add ijbabs1-1/+2
2000-02-09The Internet Junkbuster Proxy blocks unwanted banner ads and cookiesabs7-0/+56
2000-02-09Use wildcard dependence for "png" package.tron3-6/+6
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-09defuzzhubertf2-9/+9
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-05remove empty line for pkglintwiz1-2/+1
2000-02-05reorder lines for pkglintwiz1-5/+5
2000-02-05$() -> ${}wiz2-10/+10
2000-02-05$() -> ${}wiz1-7/+7
2000-02-05RCS tag addedwiz1-0/+1
2000-02-05remove empty line for pkglintwiz2-3/+1
2000-02-05add empty line for pkglintwiz1-1/+2
2000-02-05silence pkglint by uncommenting RCS tagwiz1-1/+1
2000-02-05find, chmod -> ${FIND}, ${CHMOD}wiz1-4/+4
2000-02-05$() -> ${}wiz1-2/+2
2000-02-05replaced tail by ${TAIL}wiz2-4/+4
2000-02-05RCS tag addedwiz1-0/+1
2000-01-31Adapt package list to new documentation structure of version 1.3.11.tron1-2/+16
2000-01-31regenchristos1-1/+1
2000-01-31update for 1.3.11christos5-49/+53
2000-01-28add note about removing log filewiz1-0/+10
2000-01-28Add missing file "libdata/wwwcount/sample.dat".tron1-2/+3
2000-01-27complete updating to current distfilewiz1-2/+5
2000-01-26fix PLIST to work with current version of distfile.wiz1-49/+47
2000-01-26don't mark it as BROKEN on non-IPv6-hosts, IGNORE itwiz1-2/+2
2000-01-26Update htdig to 3.1.4. Numerous bug fixes since 3.1.3;fredb2-4/+4
See <http://www.htdig.org/RELEASE.html> for details.
2000-01-25Let this work with pkgsrc htdig, and add a dependency on htdig.fredb1-1/+10
2000-01-24Don't rebuild documentation - just install documentation which comes injwise2-0/+14
distfile. The makefile gets the doc rebuilding wrong, and the documentation which comes with it is fine.
2000-01-22add and enable linkswiz1-1/+2
2000-01-22initial import of links, a lynx-like text WWW browserwiz5-0/+22
2000-01-20Also build and install javadoc-generated API documentation.jwise2-4/+38
While here, fix typo which was causing un-substituted MESSAGE_FILE to be shown
2000-01-20Shorter COMMENT to fit within 80 characters in pkg_info output.jwise1-1/+1
2000-01-18Better apache pattern (apache-1.3.9*, to match our 1.3.9p0 naming)jwise1-2/+2
2000-01-18Add spfc, but disabled, as it depends on jsdk20. Can someone more packagelyjwise1-1/+2
than me review the license to download jsdk20 from http://java.sun.com/products/servlet/download.html and see if there's something better we can do? An ACCEPTABLE_LICENSE= of some sort maybe?
2000-01-18Initial import of spfc-0.2.0. From pkg/DESCR:jwise5-0/+135
SPFC is the Apache.org Server Page Foundation Classes, a collection of java classes to help servlet's construct HTML and XML documents on-the-fly.
2000-01-18nuke trailing period.jwise1-1/+1
2000-01-18Add jssi, but disabled, as it depends on jsdk20jwise1-1/+3
2000-01-18Initial import of jssi-1.1.2. From pkg/DESCR:jwise6-0/+78
Apache JSSI parses JHTML files, executes the servlets as specified by the <SERVLET> tag and replaces those tags with the output of the executed servlet. The <SERVLET> tag can be seen as the server side equivalent of the <APPLET> tag. Note that SSI files for java servlets are called JHTML files in the apache context while SHTML files are usually for traditional SSI (like <!--#ECHO -->). This is a bit confusing since in the Java Web Server (SUN) context SHTML files are used for java servlet SSI files and JHTML is used for page compiled pages. Java Apache SSI does not support page compiling.
2000-01-17Add and enable asp2phpagc1-1/+2
2000-01-17Initial import of asp2php, a utility which can convert WWW Activeagc5-0/+29
Server Pages (ASP) files that run on the Microsoft IIS Web Server into PHP pages to run on Apache, into the NetBSD packages collection.
2000-01-16Patch the sample Apache Server configuration file fragment that comes withjwise4-8/+43
Tomcat so that it works out of the box with our Apache Server config.
2000-01-16Two changes that come with mod_jserv-1.1:jwise1-3/+3
1.) Apache Server 1.3.9 or higher is now needed 2.) Build with the Apache EAPI (--enable-EAPI), now that mod_jserv supports it. This should make jserv run a little smoother and saves a truly frightening `Warning: apache may crash' warning when loading mod_jserv