summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2000-10-27Minor fix for Alpha: We have to set t12 to the beginning of the PIC functionmycroft2-5/+6
we're entering. NSPR works on Alpha now.
2000-10-27Add and enable "opera". Fixes PR pkg/11154 by Hubert Feyrer.tron1-1/+2
2000-10-27Import new "opera" package:tron5-0/+60
Small, fast and customizable WWW client
2000-10-27Update "analog" package to version 4.13. Changes since version 4.11:tron5-14/+28
- Corrected infelicity in compilation procedure. - Recognises Windows Me for Operating System Report. - Can count beyond Terabytes. - PCRE code upgraded to version 3.4. - AS/400 port. Patches to compile cleanly on Cygwin and 64-bit Solaris. - Bulgarian and Croatian language files. Catalan and Finnish domains files. - Various bug fixes. - New Licence (mostly less restrictive than the previous one).
2000-10-27Update "communicator" and "navigator" package to version 4.76. Thistron3-10/+11
version fixes a buffer overflow in form handling and is supposed to offer more stability. A BSDI binary of version 4.76 is not available unfortunately yet.
2000-10-26Update to 2.2.8mjl2-5/+5
Changes with mod_fastcgi 2.2.8 *) Eliminate the concept of disabled applications. If a failure occurs trying to setup an application (e.g. bind() error) its tried repeatedly every init-start-delay seconds. *) Tweak to Makefile.tmpl to support DSOs. Dave Hill [ddhill@zk3.dec.com] Changes with mod_fastcgi 2.2.6 *) Shutdown the PM when Apache appears to have disappeared. *) seteuid() tweak for HP-UX 11. Milton L. Hankins [mlh@swl.msd.ray.com] *) Increase the number of open FDs we look to close when spawning apps. *) Prevent an assert from popping unnecessarily.
2000-10-26Updated patchsum for lastabs2-3/+3
2000-10-26Use sys/endian to determine the byte ordering. Now works on NetBSD/arm32.abs7-29/+52
2000-10-26Make sure we copy the SPARC XPTC stuff in place.mycroft1-5/+9
2000-10-26Rework machdep NSPR code to not rely on the compiler playing nice after amycroft8-23/+539
setjmp() call when we frob the stack pointer. Instead, poke the return PC in the saved context. Add support for SPARC.
2000-10-25Add proper xptc support for NetBSD/powerpc. (Linux/ppc appears to use amycroft8-3/+563
different vtable format, and a slightly different calling convention!) Mozilla now works on NetBSD/powerpc.
2000-10-25refer to mod_php4.so, not mod_php3.sojdolecek1-2/+2
2000-10-25PHP4 (Apache module) package. Based upon www/php3 package a lot.jdolecek6-0/+88
2000-10-24sortwiz1-2/+2
2000-10-23fix typo in header file which shows up on sparc and mips machines.dmcmahill2-1/+13
2000-10-23Adjust JB_SP_INDEX for PowerPC.mycroft2-1/+27
Allocate more space at the top of new stacks. This makes nspr work on PowerPC (at least according to the tests).
2000-10-22update patch checksumstsarna1-2/+3
2000-10-22ZopeHTTPServer seems to be gone nowtsarna1-3/+0
2000-10-22Update to 2.2.2 and for Python 2.0tsarna5-25/+40
2000-10-22Upgrade to 2.2.2 and for Python 2.0tsarna3-18/+17
2000-10-22First batch of upgrades for Python 2.0:tsarna2-17/+16
lang/python upgraded to 2.0 lang/py-html-docs upgraded to 2.0 misc/py-readline upgraded to 2.0 databases/py-gdbm upgraded to 2.0 x11/py-Tk upgraded to 2.0 devel/py-curses upgraded to 2.0 lang/py-extclass upgraded to 2.2.2 and for Python 2.0 textproc/py-dtml upgraded to 2.2.2 and for Python 2.0 www/py-zpublisher upgraded to 2.2.2 and for Python 2.0 print/py-reportlab upgraded to 1.01 and for Python 2.0 More coming...
2000-10-21remove blank linewiz1-2/+1
2000-10-21NO_CHECKSUM is set, so we don't need an (empty) md5 filewiz1-2/+0
2000-10-21patch -> ${PATCH}wiz1-2/+2
2000-10-21reorder lines for pkglintwiz1-3/+4
2000-10-19Update cocoon to version 1.8.jwise3-383/+485
This cocoon version supports the latest Xerces and Xalan versions, and the next-to-latest FOP version, so I have imported these. Changes since cocoon-1.7.4: Cleaned up docs, especially how-it-works and FAQ; added new questions and answers to FAQ. Changed XSPPage to only clone nodes where necessary, enhancing performance for complex pages. Changed <xsp:pi> back to use target= instead of name= in order not to break existing users' code (which there is a lot of!). Changed XSP docs to reflect correct usage. Added very primitive profiler (see cocoon.properties) Fixed some synchronization errors in Engine. You can now call a Cocoon page from a Cocoon page, if you really want (this is inefficient and a bad architecture, but it's possible.) Made response taglib work on Servlet API 2.0 engines Added xspdoc comments to esql logicsheet and added xspdoc to document convertor in the xml.apache.org site skin directory. god only knows how i'm supposed to add it to the build procedure... help Added error handling to esql logicsheet and documented its use in esql sample. Added esql logicsheet Added installation instructions for iPlanet. Added namespace preservation to Java code-generation taglib Added java compiler abstraction for XSP compilation (now we can use Jikes to improve XSP compilation speed). Implemented blocking in Engine to make Cocoon run better under heavy load. Made XSP SQL processor do array to string conversion when using a Format object on a text column Brought XInclude processor into conformance (mostly) with the 2000-07-17 version of the working draft. Included FP form-handling taglib for XSP. Updated Cocoon installation case document. Removed normalize-space from sql logicsheet's get-nested-string template Changed turbine libraries to just include connection pool stuff, added connection pool docs Added connection pool (and turbine) to sql logicsheet Added support for site-absolute links in xinclude processor Patched sql processor documentation to be fully up to date! Hoorah! Added connection cache to sql processor Disabled "created by cocoon" comment for HTTP HEAD requests. Added HTTP method to Utils.encode so HEAD and GET are distinguishable XIncludeProcessor now strips document type nodes from included documents Added new installation case that should provide insights for newbies. Added printer friendly skin so the documentation can now be generated to be printer friendly when needed. (stylesheets are pretty crappy right now, but hopefully some nice guy will improve them)
2000-10-19Add and enable chimera.fredb1-1/+2
2000-10-19Initial import of chimera-2.0a19, a WWW browser for X Windows.fredb11-0/+222
2000-10-19regenwiz1-2/+2
2000-10-18Fix typo.jwise1-1/+1
2000-10-18Updated to 2.01.06. Changes include:mjl8-100/+44
o Fixed possible segfault condition in MangleAgent code on some malformed user agent names. o Fixed DNS to prevent hangs on blank and malformed hostnames. o Fixed problem calculating visits. o Fixed hostname lowercase problem (wasn't) when using DNS lookups. o Fixed problem with incremental datafile which could cause a read error under certain circumstances o Fixed problem with hash table node creation o Fixed problem where country graph could be produced incorrectly o Found and fixed a problem with a possible 32-bit wrap around o Added DailyGraph and DailyStats configuration options o Improved visit calculation logic to reduce 'false' counts o Added reverse DNS lookup capability. o Added ability to dump Sites, URL's, Referrers, User Agents, Usernames and Search Strings to tab delimited files o Added username analysis, based on usernames found in the log, o Added the ability to display ALL sites, URL's, Referrers, User Agents and Search Strings on a seperate HTML page o Added support for squid proxy logs o Completely modified the way the various TOP tables are handled and sorted o Added the ability to group domains automatically o Added user configurable search engine specification o Changed code to use the latest version of GD which supports PNG o Added ability to override log file to STDIN by use of '-' o Added gzipped logfile support. o Minor changes to search string code to increase accuracy. o Minor changes to URL parse code to allow additional characters. o Major changes to hash table node format for reduced memory usage.
2000-10-18Update to lynx-2.8.4dev10. Numerous bug fixes. To name but a few:fredb2-7/+7
* fix: the recently added code to enable external programs to replace normal lynx handling of individual URL types was not refreshing the screen after the external program finished (EXTERNAL set TRUE:TRUE) -DK * add %s substitution to mailcap_substitute(), overlooked when implementing the logic to read from stdin when %s is omitted (reported by IC) -TD * implement %s, %t, %{charset} and %{encoding} substitutions for mailcap commands in HTFWriter.c (addresses Debian #21096) -TD Full change log available online at http://lynx.isc.org/current/CHANGES
2000-10-17Update ap-ssl to 2.7.1 using mod_ssl-2.7.1-1.3.14. Also update apache tojlam4-11/+11
1.3.14.1, adding a superminor version number to indicate possible EAPI update. *) Fixed the parsing of SSLSessionCache directives. The prefixes were incorrectly skipped and leaded to "unable to open semaphore file" errors.
2000-10-16Install pre-fetch depends the right way.hubertf1-3/+4
2000-10-16Add and enable calamarisrh1-1/+2
2000-10-16Initial import of calamaris-2.39, a squid (and other) proxy logfilerh5-0/+44
analyzer
2000-10-15Update squid from 2.3stable3 to 2.3stable4:veego4-23/+29
Important Changes: - offline_toggle You can now toggle the 'offline_mode' option from the cache manager. - minimum_object_size Added the 'minimum_object_size' option. Files smaller than this size are not cached. - passive_ftp If your firewall doesn't allow passive FTP transfers, you can tell Squid to use PORT instead by turning the 'passive_ftp' option off. - wccp_version Some Cisco IOS versions expect to receive WCCP packets with version set to three. The 'wccp_version' option allows you to change it, from the default value of four.
2000-10-15Remove hidden dependency on "automake", and remove dependency onfredb3-7/+65
"autoconf", too, while we're at it.
2000-10-15Add and enable:jlam1-1/+6
p5-CGI-Application p5-HTML-PrettyPrinter p5-HTML-Table p5-HTML-Template p5-HTML-Tree
2000-10-15p5-HTML-PrettyPrinter: perl5 module for pretty-printing HTMLjlam5-0/+32
2000-10-15p5-HTML-Tree: perl5 modules for manipulating HTML syntax treesjlam5-0/+28
2000-10-15p5-HTML-Template: perl5 module to create HTML templates by extending HTMLjlam5-0/+30
with simple tags
2000-10-15p5-HTML-Table: perl5 module to simplify creating HTML tablesjlam5-0/+33
2000-10-15p5-CGI-Application: perl5 module to create sophisticated, reusablejlam5-0/+41
web-based applications
2000-10-15Update p5-HTML-Tagset to 3.02. Make me the maintainer. Changes fromjlam2-5/+5
version 3.01: * Added %is_Possible_Strict_P_Content.
2000-10-15Update p5-HTML-Parser to 3.13. Make me the maintainer. Changes fromjlam4-5/+21
version 3.11: Experimental support for decoding of Unicode entities. HTML::Entities documentation spelling.
2000-10-15Remove unneeded file.jlam1-11/+0
2000-10-15Update p5-CGI to 2.74. Changes from version 2.72:jlam5-17/+28
* Quashed one-character bug that caused CGI.pm to fail on file uploads. * Added -base to the list of arguments accepted by url(). * Fixes to XHTML support. * POST parameters no longer show up in the Location box.
2000-10-14Update to 1.3, http_proxy support incorporated into distribution.kim4-71/+9
2000-10-14Uppps, forgot to add those before last commitmartin2-0/+29