summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2001-05-24Obey rc.conf if present (modelled on apache rc.d file), plus allow entriesabs1-22/+60
to be prepended to CLASSPATH by setting optional tomcat_classpath
2001-05-24Standardize name of file to include for build-links to be "buildlink.mk".jlam2-10/+10
Use BUILDLINK_INCDIR, BUILDLINK_LIBDIR for locations of linked headers and libraries. Create a variable BUILDLINK_TARGETS whose value is the list of build-link targets to execute.
2001-05-24Update ap-dtcl to mod_dtcl-0.10.0. There is no list of changes from versionjlam6-44/+122
0.8.12, but mod_dtcl now uses <? ?> tags instead of <+ +>. For now, mod_dtcl contains compatibility code so that your old scripts will still run.
2001-05-23We should at least try to build on Linuxabs1-2/+2
2001-05-22Add size.wiz1-1/+2
2001-05-22Update horde to 1.2.5. Changes from version 1.2.4:jlam3-6/+30
[max] Move all JavaScript URLs to the onclick event handler to prevent breaking IE SSL in certain circumstances. [cjh] Browser detection recognizes ie6. [cjh] Added locale/se (Daniel Andersson <daniel@addelei.nu>). [bjn] Ignore errors from PHPLIB session.inc posix_getpid (which isn't supported by Windows 95/98/ME). [cjh] Run $language through basename() before returning it in select_lang() to avoid possible exploits, though a seperate bug in php needs to be present to really exploit this. [cjh] Reject From: addresses containing spaces, ';', or '&', and don't put quotes around addresses (since sendmail doesn't strip them). If this is too strict, we'll reconsider later.
2001-05-22Update to 1.03.mjl3-5/+20
- Made raw error message accessible from the new error display via an unobtrusive link. - Fixed Apache tests when started by a non-root user. - Added short-circuits for Apache tests on Win32 and on systems with Apache configurations that cannot be properly parsed. - Completely redesigned error display. The new display includes a contextual source listing and readable stacktrace. You can access the old error behavior with the raw_html and raw_fatal error modes. - Fixed $m->file to close its filehandle between uses. - Fixed bad interaction with Mason 1.01 and CPAN module, by adding version number to ApacheHandler.pm. - Fixed $m->top_comp to work as documented, and made documentation - Fixed specification of a component root as "foo => /foo" - Added 'use Apache.pm' to ApacheHandler.pm, necessary for some mod_perl installations. - Implemented configuration of Mason from httpd.conf via PerlSetVar directives. This removes the need for a handler.pl file in many cases. - Revamped ApacheHandler tests to use a real Apache web server and mod_perl (assuming this is installed). This allows for much better testing of Mason. However, the test suite takes a bit longer to run as starting and stopping the server can take a second or two each time. - ** Fixed handling of POST requests with query strings via CGI.pm; the query string arguments were previously ignored, and are now merged with POST arguments. This is an incompatible change only for those whose code relied on the arguments missing. - Added basic validation of arguments to Parser, Interp, and ApacheHandler constructors. - Added interp->die_handler, allowing you to install your own subroutine as $SIG{__DIE__} to catch errors during component execution. Alternately, you can simply turn the special error handling off. - Added interp->use_dhandlers and interp->use_autohandlers, more intuitive ways to turn on/off dhandlers and autohandlers. - Eliminated interp->verbose_compile_error, which is no longer needed and has not worked for some time. - Documented that you cannot call return() from a <%shared> or <%once> section. - Fixed documentation of escaped newline behavior. - Fixed incorrect code for using mod_perl args method in eg/session_handler.pl.
2001-05-22Pass in CPPFLAGS through CFLAGS to the configure script to eventually passjlam2-8/+4
then to libneon/Makefile. Should now pick up libintl.h if it's not in the base system. Noted by David Brownlee <abs@formula1.com>.
2001-05-22Pass --with-included-neon to configure script to ensure use of the suppliedjlam2-2/+4
neon library.
2001-05-22Update dependency on png to >=1.0.11 because of the shlib major bump.wiz6-12/+12
Noted by Frederick Bruckman.
2001-05-21Add size.wiz12-12/+25
2001-05-21Add Size entries to distinfozuntum2-2/+4
2001-05-21Add missing "Size" entries.tron3-3/+12
2001-05-20Make all the ap-* packages work with apache6 as well as apachejonb12-24/+24
(except for ap-ssl, of course)
2001-05-19Update "analog" package to version 5.0. Changes since version 5.01:tron4-10/+64
5.01 (19-May-01) - New command PNGIMAGES. - New token "PLAIN:" in ALIAS commands. - Unix man page included in source distribution. - New example configuration file examples/bigbyrep.cfg. - A few small bug fixes. - Italian report descriptions files; corrections to German language files.
2001-05-19Update to Csacek 2.1.6. Changes are merely bugfixes.jdolecek3-22/+8
Use a --with-apxs=FOO configure flag instead of a patch.
2001-05-19Use GNU_CONFIGURE=yes.jtb1-2/+2
2001-05-19Use ${XARGS} instead of invoking xargs directly.jlam1-2/+2
2001-05-18Introduce a new make variable APACHE_CUSTOM_CFLAGS that can be set injlam2-10/+18
/etc/mk.conf to any string of legal compiler flags to tune different aspects of the built httpd.
2001-05-18Revert last change...MAKE is now added CONFIGURE_ENV in bsd.pkg.mk.jlam1-2/+1
2001-05-17Add, enable, and note new package php4-pcre:jlam1-1/+2
PHP4 extension for Perl-compatible regular expressions
2001-05-17PHP4 extension for Perl-compatible regular expressionsjlam2-0/+18
2001-05-17Add MAKE="${MAKE}" to CONFIGURE_ENV, otherwise on Linux apache configures toabs1-1/+2
use gmake when when it is being compiled with bmake, and much pain ensues
2001-05-16Enable .netrc-parsing support and simplify readline/editline handling.jlam1-6/+2
2001-05-16cadaver is a command-line WebDAV client for Unix. It supports file upload,jlam5-1/+67
download, on-screen display, namespace operations (move/copy), collection creation and deletion, and locking operations.
2001-05-16Add and enable ap-davjlam1-1/+2
2001-05-16ap-dav -- Apache WebDAV modulejlam5-0/+66
WebDAV stands for "Web-based Distributed Authoring and Versioning". It is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers. mod_dav is an Apache module to provide DAV capabilities (RFC 2518) for the Apache web server. mod_dav currently implements a Class 1 and Class 2 DAV server. This means that it provides all the basic DAV facilities for manipulating resources (files) on the target web server, along with manipulating properties on those resources. In addition, it handles the (un)locking of resources so that clients can have exclusive access to modify resources.
2001-05-15Add and enable sitecopyjlam1-1/+2
2001-05-15sitecopy - utility for synchronizing remote and local web sitesjlam5-0/+87
Sitecopy is for copying locally stored web sites to remote web servers. A single command will upload files to the server which have changed locally, and delete files from the server which have been removed locally, to keep the remote site synchronized with the local site. The aim is to remove the hassle of uploading and deleting individual files using an FTP client. Sitecopy will also optionally try to spot files you move locally, and move them remotely. FTP, WebDAV and other HTTP-based authoring servers (for instance, AOLserver and Netscape Enterprise) are supported.
2001-05-15Update "opera" package to versio 5.0.1. Changes since 5.0b8:tron2-12/+8
- Font fix. The standard monospace font is now detected on startup even if not set in the opera.ini file - Fixed a font problem that could cause the same font to be displayd several times in the font selector - Improved button bar layout (less wasted space) when the ad banner is visible - Several fixes regarding keyboard focus handling when loading a page. - Focus could get lost or moved to another window what a framed page was reloaded. This could also happen when entering print preview - Transfer window will now always be activated the first time (even when "activate window on new transfer" is not selected) - The transfer window will be raised when activated even when iconified outside the Opera workspace - The autocompletion dropdown list is now wider than the address entry field of the document window when necessary - Fixed a cookie filter problem that could reverse the filter action - Decorations of the workspace windows can now be chosen from the opera.ini file. There are three options: Qt-2 style, ms-win style and the old Opera style. The Qt-2 style is default - The menu bar can be made visible (if hidden) from the doument and workspace popup menus
2001-05-14Disable the pcre support...it should be a separate loadable module.jlam1-2/+4
2001-05-14Mirror changes in www/apache/files/apache.sh.jlam1-9/+23
2001-05-14Make this look more like databases/postgresql-server/files/pgsql.sh:jlam1-9/+23
Respect /etc/rc.conf. Handle "force" commands. Allow overriding of ${name}_flags with ${flags} from environment.
2001-05-14Restore sane default directories which got lost during update.tron2-5/+15
2001-05-14Update p5-libwww to 5.53zuntum2-5/+5
2001-04-10 Gisle Aas <gisle@ActiveState.com> Release 5.53 LWP::Simple::get() could sometimes return nothing on failure in list context. Now it always returns 'undef'. HTTP::Cookies does not request 2 dots on domain names any more. New option to hide the Cookie2 header. Cookie2 header now quote the version number. Updated reference to RFC 2965. Support for embedded userinfo in http proxy URIs. It means that you know can set up your proxy with things like: http_proxy="http://proxyuser:proxypass@proxyhost:port" Patch by John Klar <j.klar@xpedite.com>. Experimental HTTP/1.1 support. New module called Net::HTTP that provide the lower level interface and a LWP::Protocol::http11 module that builds on it. The HTTP/1.1 protocol module must be loaded and registered explicitly, otherwise the old and trustworthy HTTP/1.0 module will be used. LWP::Protocol::GHTTP will try to use the get_headers() methods so that it can actually extract all the headers. 2001-03-29 Gisle Aas <gisle@ActiveState.com> Release 5.52 HTTP::Header: new method $h->init_header() that will only set the header if it is not already set. Some shuffling around in the code. LWP::UserAgent will not override 'User-Agent', 'From' or 'Range' headers if they are explicitly set in the request passed in. HTML::Form tries to optimize parsing be restricting the tags that are reported by HTML::Parser. Will need HTML::Parser v3.19_93 or better for this to actually have any effect. LWP::Protocol::ftp now deals with path parameters again. It means that you can append ";type=a" to ftp-URI and it will download the document in ASCII mode. If the server output multiple Location headers on a redirect, ignore all but the first one. Extract cookies failed on request URIs with empty paths. This was only triggered if you used URI objects directly in scripts. This change was actually part of 5.51: Fix qop="auth" handling for Digest authentication. Patch by Dave Dunkin <dave_dunkin@hotmail.com>. 2001-03-14 Gisle Aas <gisle@ActiveState.com> Release 5.51 SECURITY FIX: If LWP::UserAgent::env_proxy is called in a CGI environment, the case-insensitivity when looking for "http_proxy" permits "HTTP_PROXY" to be found, but this can be trivially set by the web client using the "Proxy:" header. The fix applied is that $ENV{HTTP_PROXY} is not longer honored for CGI scripts. The CGI_HTTP_PROXY environment variable can be used instead. Problem reported by Randal L. Schwartz. NOTE: It is recommended that everybody that use LWP::UserAgent (including LWP::Simple) in CGI scripts upgrade to this release. Explicit setting of action on HTML::Form had no effect because of a code typo. Patch by BooK <book@netcourrier.com>. HTTP::Daemon: The CONNECT method need special treatment because it does not provide a URI as argument (just a "hostname:port"). The non-upward compatibility warning is that you must now call $request->url->host_port to get the host/port string for CONNECT, rather than calling $request->url and using the entire string. Based on patch from Randal L. Schwartz <merlyn@stonehenge.com> HTTP::Daemon: Create self URL based on $self->sockaddr. This works better when LocalAddr is used to specify the port number. Based on patch from Ben Low <ben@snrc.uow.edu.au>. Avoid potential '<FILE> chunk 1' messages at the end of the response 'message'.
2001-05-14PostgreSQL is installed into ${LOCALBASE}.jlam1-3/+2
2001-05-14Update postgresql dependencies to look like:jlam3-6/+6
DEPENDS+= postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib
2001-05-14Update php4 and modules to 4.0.5. Changes from version 4.0.4.1nb1 includejlam23-196/+292
many general bugfixes, important fixes to the pgsql module to support PostgreSQL transactions correctly, speedups, and a zlib output compressor.
2001-05-14Update ap-ssl to 2.8.3. Changes from version 2.8.2 include:jlam2-7/+7
*) Allow loadcacert.cgi script to work inside mod_perl. *) Fixed typo in the directive descriptions in mod_ssl.c *) Fixed ENGINE support: the engine support is are now already loaded at configure time. Else mod_ssl fails to find them.
2001-05-14Update apache to 1.3.19nb2. The only change from version 1.3.19nb1 is usingjlam2-6/+6
the updated EAPI patches from mod_ssl-2.8.3-1.3.19 which includes the following fix: *) Fixed EAPI context usage in http_request.c: a context pointer potentially can be NULL requests and can cause a segfault if dereferenced.
2001-05-14Update p5-HTML-Parser to 3.24zuntum2-4/+5
Changelog at http://search.cpan.org/doc/GAAS/HTML-Parser-3.24/Changes Fixes pkg/12896 by Nathan Ahlstrom <nrahlstr@winternet.com>
2001-05-14Update p5-URI to 1.12zuntum2-4/+5
Changelog: URI->new($u, $scheme) does no longer fail if given a badly formatted scheme string. URI::WithBase's clone and base method was basically just broken. This also affected the URI::URL subclass. The clone() method did not copy the base, and updating the base with the base method always set it to "1". Fixes pkg/12895 by Nathan Ahlstrom <nrahlstr@winternet.com>
2001-05-14Update "analog" package to version 5.0. This is a major update overtron4-103/+80
version 4.16 which include many new features including new reports. See the include "whatsnew.html" for detailed description.
2001-05-13this works on 1.5 alpha so only mark it as broken for old systems (1.3,1.4).dmcmahill3-3/+22
also don't use floats as ints...
2001-05-12USE_PERL is not the correct name of the variable. Remove it anyway andjlam1-2/+3
properly add a build depend on perl so that Apache's apxs will work.
2001-05-11PERL5_REQD shouldn't be used directly by libperl DEPENDS as the perl andjlam1-2/+3
libperl versions may not be exactly the same.
2001-05-11Adapt to linuxppc version number change.wiz1-2/+2
2001-05-11Adapt to new version number of linuxppc_lib.wiz1-2/+2
2001-05-11Most notable changes are:taya11-199/+154
* Personal Security Manager 2.0 with improved performance and new UI. * MailNews front end has been overhauled with a huge performance improvement. * Browser and Mail now utilize a new cache, and new viewmanager for improved performance and correctness. * Image rendering library was rewritten from scratch for increased preformance. See the release notes below for detail: http://www.mozilla.org/releases/mozilla0.9/
2001-05-10Add missing "shutdown" keyword in startup file.tron1-1/+2