summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam12-27/+20
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,jlam2-5/+4
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra definitions to add them from the package Makefiles. As advised by the bsd.buildlink.mk file, also ensure that the buildlink.mk files are included prior to defining any package-specific CFLAGS/LDFLAGS to ensure that the buildlink directories are at the head of the compiler search paths.
2001-06-11Re-add definition of PERL5_SITEARCH accidentally removed during lastjlam1-1/+6
update. Fixes pkg/13157.
2001-06-10upgrade to bozohttpd 5.07:mrg2-5/+5
- cgi-bin fixes from chuck@research.att.com - most file types supported by default - allow default file (index.html) and user public directories (~/public_html) to be specified on the command line.
2001-06-10Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-buildjlam2-6/+2
targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-06-09Update to 2.21b, as requested in pkg/13144 by Wolfgang Rupprecht.wiz2-5/+5
Changes: Lots of bugfixes (lingering-close problem, USR1 handling, off-by-1 in base64 decoding and others), throttling syslog, tuned throttling, improvements on mmap cache, etc. See http://www.acme.com/software/thttpd/#releasenotes
2001-06-09Sort.wiz1-4/+4
2001-06-09Update ap-ssl to 2.8.4 using mod_ssl-2.8.4-1.3.20. Relevant changes fromjlam2-8/+8
version 2.8.3 include: *) Upgraded to Apache 1.3.20
2001-06-09Update ap-ssl to 2.8.4 using mod_ssl-2.8.4-1.3.20. The only relevant changejlam1-17/+19
from version 2.8.3 is upgrading the mod_ssl sources to patch against Apache 1.3.20. The pkgsrc changes include unifying repeated SED replacement info for various files into one location, FILES_SUBST.
2001-06-09Update apache to 1.3.20. Relevant changes from version 1.3.19 include:jlam6-82/+137
NetBSD Packages Collection (pkgsrc) changes: * Modify French page in same way as the English page. Translation provided by Remi Zara <remi_zara@mac.com> in private e-mail. * Use EAPI patches from mod_ssl-2.8.4-1.3.20. * Unify repeated SED replacement info for config.layout, apache.sh, DEINSTALL, and INSTALL into one location, FILES_SUBST. * Modify patch to apxs to use 0:0 instead of root:wheel, as some non-NetBSD systems don't have a wheel group. The general bug fixes: * Eliminate a potential segfault if an invalid floating point value is passed to the ap_snprintf() function, on platforms supporting isnan() and isinf(). * Fix a possible segfault at startup in the detection of a default ServerName or IP string when no ServerName was specified. * Fixed mod_proxy to retain empty headers, as allowed by RFC2068. * Properly resolve the location of ndbm on Linux and some glibc2 builds, where ndbm.h is in the nonstandard db1/ subdir. The main new features include: * Enhanced rotatelogs to allow a UTC offset to be specified, and the format logfile names with human-readable date/time stamps. * Added the NOESCAPE (NS) flag to RewriteRule, to disable *all* normal URI escaping. Note incautious use can give unexpected results or introduce security risks. * Added the '\' character to RewriteRule to allow escaping of special characters. Allows embedding of both the '$' and '%' characters in the results, so 'foo\$1' translates to 'foo$1' rather than 'foo\<value of $1>'. * Added the -V flag to suexec, to display the compile-time settings with which it was built. (Only valid for root or the HTTPD_USER username.) * Introduced EBCDIC conversion configuration options, controlling the conversion based on MIME type or file suffix.
2001-06-09Update mozilla to 0.9.1 and add header files to packagetaya10-59/+3560
0.9.1 is a bugfix release. Stability greatly improved since Mozilla 0.9 See release notes for detail. http://www.mozilla.org/releases/mozilla0.9.1/
2001-06-07Note dependency on php-pcre.jlam1-1/+2
2001-06-07Add and enable php3-pcre.jlam1-1/+2
2001-06-07php3-pcre: Perl-compatible regular expressions for PHP3jlam3-0/+33
This package is a placeholder that just depends on php3.
2001-06-07Fix comment to make it relevant for PCRE, not LDAP.jlam1-1/+1
2001-06-07Update p5-CGI to 2.75.2. Changes include a fix for a syntax error injlam3-16/+11
a subroutine definition.
2001-06-06LICENSE=mosaic-license.jtb1-1/+3
2001-06-05Remove some unexec's for share/locale that are now created by default.wiz1-3/+1
2001-05-30Pull the README from the www.htmlhelp.com site, use DIST_SUBDIRabs2-11/+13
2001-05-30Enable www/wdg-validator & textproc/lq-spabs1-1/+2
2001-05-30wdg-validate-1.0.2 - HTML validator from the Web Design Groupabs5-0/+144
2001-05-27This should be the last fix to the sum (I'll stop fixing the distro).kim1-3/+3
2001-05-27Fix sum again.kim1-3/+3
2001-05-27Fix sumkim1-3/+3
2001-05-27Upgrade to 1.3 (too many errors in man page).kim2-5/+5
2001-05-27add and enable webnewkim1-1/+2
2001-05-27Webnew produces a listing of URLs (web documents) sorted bykim4-0/+31
the last modification time as reported by the HTTP server. It produces by default a HTML 2.0 document on standard output.
2001-05-25De-fuzz.wiz2-15/+7
Please use pkgdiff, since it avoids (in most cases) the problem with RCS ids in patches, like in this one.
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