summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2003-02-17use buildlink2 and apache/module.mk.grant1-7/+6
2003-02-17use apache/module.mk.grant1-11/+8
2003-02-17use buildlink2 to correctly register dependency on apache.grant3-5/+11
2003-02-17USE_PERL5 is already defined in apache/buildlink2.mk.grant1-3/+1
2003-02-17use apache/module.mk.grant3-38/+17
2003-02-17add makefile fragment for Apache modules.grant1-0/+47
This provides a build and install target to simplify the writing of Apache module Makefiles. ok'd by wiz.
2003-02-17convert to use test target from bsd.pkg.mkdillo1-4/+2
addresses PR pkg/19416
2003-02-17generate PKGNAME from DISTNAME.grant1-2/+2
2003-02-17Update galeon to 1.2.8taya3-20/+9
Changes: 1.2.8 "Gettextize me captain!" - Compatible with 1.01, 1.1, 1.2.1, 1.3a, 1.3b - API Wrappers added from Mozilla for support for old plugins when compiled with gcc 3.x - *Finally* got new versions of gettext (0.11.x) working properly - Couple of bugfixes
2003-02-17- generate PKGNAME from DISTNAME.grant1-8/+8
- sort .c files.
2003-02-16Provide buildlink2.mkseb1-0/+24
2003-02-16Disable gtk-doc detection; not required and causes problems.jmmv1-1/+3
2003-02-16add ap-throttle.grant1-1/+2
2003-02-16Initial import of ap-throttle-3.1.2 into The NetBSD packages collection.grant6-0/+64
mod_throttle allows throttling of connections to the Apache web server. It uses System V shared memory and semaphores to implement the state information. Provided by Eric Schnoebelen in PR pkg/20290, with some changes by me.
2003-02-16Update checksum for "squid-2.5.STABLE1-disable-http-violations.patch".tron1-4/+4
2003-02-16- Add more official patches, last one is applied as patches/patch-cdtaca2-13/+11
since it is broken (reported to squid-bugs@squid-cache.org.) - use DIST_SUBDIR. - bump PKG_REVISION.
2003-02-16- Add more official patches, last one is applied as patches/patch-cdtaca3-67/+178
since it is broken (reported to squid-bugs@squid-cache.org.) - use DIST_SUBDIR. - bump PKG_REVISION. These patches fixes those problem. See <http://www.squid-cache.org/Versions/v2/2.5/bugs/> in detail. o Squid MIB definition syntax error o winbind helpers fail to work with Samba 2.2.6 or later o CONNECT data corruption if client pipelines data before 200 OK reply o time acls only accept a single time o Client performance issue with HEAD requests to certain servers o --with-ssl fails to compile with OpenSSL 0.9.7 or later o Slow filedescriptor leak for /etc/hosts o Warn if cachemgr_passwd is specified more than once for the same action o assertion failed: forward.c:96: "fwdState->err" on shutdown o Compilation fails if incorrect --with-auth-threads=NN option is given o squid.conf documentation still refers to authenticate_program o authenticateAuthenticate: no connection data, cannot process authentication o delay_pools example does not match text o cachemgr helper stats cleanup o Segmentation fault after ftpDataWriteCallback o Issues with auth scheme configurations o Removed Cachable stats "no.non_get" o unclear documentation of http_reply_body_max_size o The pid file was removed too early in the shutdown process o select loops statistics incorrect when using select() o Added select filedescriptor histogram output to cachemgr o Duplicate assignment of sc->copy_offset o mem_pool_free_calls should be printed as a unsigned integer o Internal cleanup of peer selection accounting o log_mime_hdrs can show garbage in the access log on overly long request headers o Improved memory usage statistics via sbrk o Hostname cleanups performed by Squid o cachemgr failure_ratio is a ratio, not percentage o offline_toggle cachemgr documentation o squid_ldap_group update to version 2.10 o Documentation update to remove stale reference to Squid-1.1 release notes o further safeguards for aufs compilation problems when not using --enable-pthreads o chroot_dir complains about all paths in squid.conf o Segfault when using -S in combination with cache_dir coss/null o Stale cached data miss in offline_mode o Sometimes crashes while rebuilding dirty cache directories o RunCache/RunAccel scripts still looks for squid in bin o poor performance when using aufs o squid_ldap_group link failure o assertion failed: comm.c:646: "F->flags.open"
2003-02-14Update to 1.9, and use DIST_SUBDIR. Closes PR 19888.wiz2-5/+7
2003-02-14Update checksum: LICENSE file inside was incomplete and has been completedwiz1-3/+3
without bumping the version number. Closes PR 19889.
2003-02-14Needs at least gal-0.21. Closes PR 19830.wiz1-1/+3
2003-02-14Update to 0.21.0, by Marc Recht in PR 20338.wiz2-7/+7
Changes in release 0.21.0: * Added DASL searching and DeltaV basic versioning support, contributed by the GRASE team <grase@cse.ucsc.edu>. New commands 'version', 'checkin', 'checkout', 'uncheckout', 'label', 'history', 'search'. * Enable netrc support by default. * Fix 'mput' for filenames with spaces.
2003-02-12Re-open stdin on /dev/null before executing netstat. netstat is aatatat3-3/+33
setgid program that should not be executed with stdin closed, regardless of whether the kernel will cover up for you or not.
2003-02-09Make this build on darwin.yyamano1-2/+7
2003-02-09Updated to curl-7.10.3shell3-11/+11
Patches by Adrian Portelli <adrianp@stindustries.net> (PR#20142) Changes : - Steve Oliphant pointed out that test case 105 did not work anymore and this was due to a missing fix for the password prompting. - Bryan Kemp pointed out that curl -u could not provide a blank password without prompting the user. It can now. -u username: makes the password empty, while -u username makes curl prompt the user for a password. - Kjetil Jacobsen found a remaining connect problem in the multi interface on ipv4 systems (Linux only?), that I fixed and Kjetil verified that it fixed his problems. - memanalyze.pl now reads a file name from the command line, and no longer takes the data on stdin as before. - Fixed tests/memanalyze.pl to work with file names that contain colons (as on Windows). - Kjetil Jacobsen quickly pointed out that lib/share.h was missing... * For more, see CHANGES.
2003-02-07Don't depend on the "suse" packages if we the BSDI version is used.tron1-3/+3
Problem noted by Tyler Mitchell in private e-mail.
2003-02-07make sure bsd.pkg.mk is eventually included on all systemsdmcmahill1-1/+3
2003-02-05Bump PKGREVISION of www/galway to 1. Galway requires guile-gtk, whichjlam1-8/+14
at the moment requires guile14, so teach galway to use guile14.
2003-02-05Replace "rm" with "${RM}" and create plugins directory as part of binaryjlam1-10/+11
package installation.
2003-02-04Note that this is an APACHE_MODULE, which will automatically turn thejlam1-2/+2
apache dependency into a "full" one.
2003-02-03Bump PKGREVISION of www/php4 to 1. This fixes a problem reported onjlam4-8/+12
tech-pkg@ where the incorrect libtoolize was being invoked. We now pass in the path to libtoolize via the environment, much like how the other GNU auto* tools are found in pkgsrc.
2003-02-03+ap2-subversiondrochner1-1/+2
2003-02-03add the missing link between subversion and apache2,drochner5-0/+73
mostly from Eric Gillespie <epg@pretzelnet.org>
2003-02-03-update to 1.99.8.drochner3-20/+30
This makes it compile with apache-2.0.44. -make doc installation more robust against reinstalls -make apache dependency a "full" one -- I don't see what the buildlink files' default is good for...
2003-02-03Update to version 2003-02-03; (aka make this find the distfile again; fixjschauma6-68/+18
bulk-build problem) Changes: unknown, no information was available in any language or characterset that I can understand. Use REPLACE_PERL to obsolete a few patches.
2003-02-02bump PKGREVISION after fixing a critical bug, as suggested by wizdrochner1-2/+2
2003-02-02fix an unitialized variable problem which made the browser diedrochner2-1/+15
after downloading sth should fix PR pkg/19427 and pkg/19718
2003-02-02Always install apache htdocs, instead of checking to preserve any existingjlam2-9/+46
htdocs. Fixes PR 20153.
2003-02-02fix configure script to correctly configure with pthread.taya5-6/+28
2003-01-31Updated to p5-libwww-5.69shell2-6/+6
Changes : - Include lwptut.pod contributed by Sean M. Burke C<sburke@cpan.org>. - The lwp-request aliases GET, HEAD, POST where installed when - no program should be. Fixed by David Miller <dave@justdave.net>. - lwp-rget --help don't print double usage any more. - HTTP::Header::Util is now more reluctant to put quotes around token values. - Net::HTTP: Avoid warning on unexpected EOF when reading chunk header. pkgsrc : - Updated maintainer email
2003-01-31Updated to p5-URI-1.23shell2-5/+5
Changes : - Support for tn3270 URIs. - Use anchored DNS lookups in URI::Heuristic as suggested by Malcolm Weir <malc@gelt.org>. - Delay calculation of MY_COUNTRY() in URI::Heuristic. Patch by Ed Avis <ed@membled.com>. - Make test suite work for UNC paths. Patch by Warren Jones <wjones@fluke.com>.
2003-01-30update to 0.20.5drochner2-20/+7
changes: -Fix 'edit' on a path like `/one.two/three' -[pkg framework] use pkg neon (this gives us IPv6 support)
2003-01-30Note that this package uses C++.jlam1-1/+2
2003-01-30update to 0.23.7drochner3-7/+7
changes: -Fix for handling EINTR during write() call (Sergey N Ushakov). -When available, use pkg-config to determine compiler flags needed to use OpenSSL headers and libraries.
2003-01-30Only depend on suse_* packages if not on Linux.jschauma1-5/+6
Suggested by Jeremy C. Reed in Pine.LNX.4.43.0301111643530.17234-100000@pilchuck.reedmedia.net on tech-pkg.
2003-01-29use DIST_SUBDIR=${PKGNAME} since the distfile has no version number.dmcmahill2-4/+6
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam19-44/+43
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-28Update netscape7 to 7.01:abs6-23/+21
Changes: Netscape 7.01 offers a set of new features as well as minor stability and performance enhancements. These new features include optional Popup Controls that can be set within Preferences. Also, it adds the ability to view several tabbed pages as your home page experience. In addition, Netscape 7.01 offers enhancements to mail for AOL members who use the application to manage their mail, including the ability to unsend, check status and mark mail as unread. This release also has increased control in managing certificates. If a web site displays a certificate from a certificate authority you don't know, you now have the opportunity to accept or reject the certificate. Also remove the need to set the "Destination Directory" by hand when installing.
2003-01-28Updated apache2 to 2.0.44 (patch provided by Eric Gillespie in pkg/20086)martti6-80/+115
* lots of bug fixes
2003-01-28Update ap-layout to 3.2.grant3-7/+8
Changes since 3.0.4: Version 3.2 * Added rpm support * Appends now working again Version 3.1.7 * Removed ap_send_mmap calls which seem to be broken Version 3.1.6 * Fix for files that were not always displaying the entire file * Fixes from never released 3.1.5 Version 3.1.5 * File descriptor cleanup * PHP 3 handlers are now on by default Version 3.1.4 * Fixes for ignore rules * During a directive merge some fields were not set to null * Additional buffer call * Makefile fix for RedHat 7.2 Version 3.1.3 * Fixed merge problem with directory and other pieces * Pattern layouts will now work without a header or footer being defined. Version 3.1.2 * Bit more random cleanup * Found a couple of places where file descriptors were not getting cleaned up correctly. Version 3.1.1 * Fixed filedescriptor problem (this is why dynamic documents were broken) * Fixed Merge ruleset to make sure footers and headers always happen Version 3.1.0 * New layout_print method for just printing single layouts * Cleaned up all of the random errors when compiling with -WALL * Layouts are now all just done by patterns allowing for multiple layouts on different tags Version 3.0.5 * Shipped 3.0.4 with the debug file enabled. From Nick Cuccia in PR pkg/20093.
2003-01-27Use XARGS="${XARGS}" rather than XARGS=${XARGS} when adding to MAKE_ENV.abs1-3/+3
Avoids breakage on Linux which has XARGS as "usr/bin/xargs -r"