summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2003-12-23Set "rcvar" in the rc.d script, so that wwwoffled=NO is effective, andfredb2-3/+4
bump PKGREVISION. Problem noted by Benjamin Walkenhorst on netbsd-users.
2003-12-23fix find mode expression.grant3-6/+6
2003-12-20Add TEST_TARGETheinz1-1/+3
2003-12-20while "dependancy" is a valid spelling, we generally usegrant1-2/+2
the more widely accepted "dependency".
2003-12-20move MASTER_SITES definition into the main Makefile, and modify itgrant5-9/+11
in the platform specific Makefiles instead of mostly duplicating it.
2003-12-20add {http,ftp}://public.planetmirror.com.au/ to MASTER_SITES for usgrant1-2/+4
Aussies.
2003-12-20bump PKGREVISIONs after adding Xinerama support.grant3-3/+6
2003-12-20build with Xinerama support if available. libXinerama is onlygrant1-1/+5
available as a static library, so no change to PLISTs. fixes PR pkg/19562 from epg.
2003-12-19Refer to the correct category in the pkgsrc tree (www, not wip).agc1-2/+2
2003-12-18eliminate some manual work in post-install and PLIST, and generalgrant5-36/+33
tidyup: - buildlink2 for db2 libs/includes. - USE_PKGINSTALL for CONF_FILES and OWN_DIRS. - PKG_SYSCONFSUBDIR for configuration file.
2003-12-17latest build has ORBit statically linked, so drop the dependency ongrant1-2/+1
it.
2003-12-17update MESSAGE with instructions for Apache 2.x, which needs AddHandlerjdolecek1-2/+11
rather than AddType problem reported in pkg/23536 by Makoto Fujiwara
2003-12-17add pear-HTML_Select-1.2, from pkgsrc-wip, done by Adrian Portellijdolecek1-1/+2
HTML_Select provides an OOP way of generating HTML form select elements from PHP.
2003-12-17Add pear-HTML_Select-1.2, from pkgsrc-wip, done by Adrian Portellijdolecek4-0/+20
HTML_Select provides an OOP way of generating HTML form select elements from PHP.
2003-12-17added pear-HTML_Common-1.2.1, moved from pkgsrc-wip, as done by Adrian Portellijdolecek1-1/+2
The PEAR::HTML_Common PHP package provides methods for html code display and attributes handling. * Methods to set, remove, update html attributes. * Handles comments in HTML code. * Handles layout, tabs, line endings for nicer HTML code.
2003-12-17various fixups:jdolecek1-3/+4
* set CATEGORIES and MAINTAINER properly * use correct path to pear.mk
2003-12-17add pear-HTML_Common package; moved from pkgsrc-wip, done byjdolecek4-0/+20
Adrian Portelli The PEAR::HTML_Common PHP package provides methods for html code display and attributes handling. * Methods to set, remove, update html attributes. * Handles comments in HTML code. * Handles layout, tabs, line endings for nicer HTML code.
2003-12-17add base PHP4 glue for PHP Pear packagesjdolecek1-0/+55
moved over from pkgsrc-wip, and based on initial work done by Adrian Portelli of pkgsrc-wip team
2003-12-17Update squid package to squid-2.5.4nb5, including six official patches.taca2-4/+22
o Repeated POST requests causes number of persistent connections to grow synopsis If responses to POST or other non-indempotent requests allows the connection to be kept persistently open then this can lead to a increased connection usage by Squid. This patch changes the behaviour to keep the number of connections stable by closing a persistent connection before opening the new connection. severity Minor date 2003-12-13 16:13 bugzilla #862 versions Squid-2.5 platforms All workaround Disable server-side persistent connections by setting "server_persistent_connections off" in squid.conf. o Segmentation fault on aborted FTP PUT requests synopsis If a FTP PUT request is aborted while Squid is writing data to the server then Squid may abort with a segmentation fault. severity Major date 2003-12-14 12:14 bugzilla #853 versions Squid-2.5 and earlier platforms All workaround If this plauges you a lot then you can deny the use of FTP PUT until the server can be patched. But please note that this will limit the functionality of the proxy by not allowing FTP uploads via the proxy. acl FTP protocol FTP acl PUT method PUT http_access deny FTP PUT o Limit use of persistent connections when filedescriptor usage is high synopsis Under high usage a lot of filedescriptors may be idle persistent connections, causing a shortage of filedescriptors for handling new requests. severity Minor date 2003-12-14 12:14 bugzilla #571 versions Squid-2.5 and earlier platforms All workaround Disable the use of persistent connections in squid.conf. But pleae note that disabling persistent connections will cause a networking performance penalty unless you are actually short on filedescriptors. Alternatively rebuild Squid with support for more filedescriptors. o Icon URLs are uneededly complex synopsis The URL syntax used by Squid for FTP/Gopher icons are uneededly complex and often causes problems. This patch adds a "short_icon_urls" directive which can be used to enable a less complex URL syntax for icons. severity Cosmetic date 2003-12-14 13:14 bugzilla #856 versions Squid-2.5 and earlier platforms All o redirector_access does not handle slow acls such as dst or external correctly synopsis redirector_access was a "fast" acl lookup and did not handle "slow" acls requiring external lookups such as dst or external correcly. severity Minor date 2003-12-14 13:14 bugzilla #860 versions Squid-2.5 and earlier platforms All o Persistent connection usage too high after sudden burst of traffic synopsis Persistent server connections are reused in a round-robin fashion which may cause the number of connections to stay artificially high after a sudden burst of requests. This patch changes persistent connection management to use a LIFO order reusing the most recently used connection first, thereby allowing unneeded connections to close down by idle timeout. severity Minor date 2003-12-15 23:15 bugzilla #865 versions Squid-2.5 and earlier platforms All workaround This usually is not a significant problem, but if you are plauged by this you can try disabling server-side persistent connections in squid.conf.
2003-12-17Update ruby-webrick package to 1.3.1, based on PR pkg/23592 by Rasputin.taca3-38/+60
- HTTPProxyServer class. - HTTPAuth::Authenticator class. - HTTPUtils::FormData class. - AccessLog module. - refactored and bugsfixed.
2003-12-17Add and enable ruby-webunit.taca1-1/+2
2003-12-17Importing ruby-webunit 20030121 package based on PR pkg/22158 by Rasputin.taca4-0/+91
WebUnit is Ruby API for testing html/cgi without browser, and is ideally suited for automated unit testing of web sites when combined with a Ruby unit test framework such as RubyUnit. It was designed and implemented by Masaki Suketa.
2003-12-17only display the compat_linux MESSAGE if we're using the Linux binarygrant2-3/+7
pkg on NetBSD. fix test for _COMPAT16_LIBSTDCXX.
2003-12-17add EXTRACT_SUFX, as distfile is a .tar.bz2.grant1-1/+2
2003-12-17add native NetBSD build, used by default (instead of Linux builds)grant2-12/+33
where possible. to force using the Linux builds, define MOZILLA_USE_LINUX.
2003-12-16Depend on version 7.x of the "opera" package by default.tron1-2/+2
2003-12-14Update to 2.4.1, based on work done by xtraeme@:jmmv3-12/+10
Overview of Changes in gtkhtml2 2.4.1 ===================================== * Fix crasher bug after using debug->properties dialog in testgtkhtml (bug #121301) * Fix crashewr bug in balsa (bug #121434) * Add check that variable is not NULL before dereferencing it [Sven Neumann] * Correct inconsistencies in atk_object_get_index_in_parent for children of tables (bug #123450) * Replace gettimeofday with g_get_current_time to allow build on Windows. (bug #123704) * Fix crasher bug in balsa when UTF-8 characters encountered (bug #123721) * Fix crasher bug when dom-test is run (bug #121300) Overview of Changes in gtkhtml2 2.4.0 ===================================== None. Overview of Changes in gtkhtml2 2.3.6 ===================================== * Fix crasher bug when used with python. (bug #119496) Overview of Changes in gtkhtml2 2.3.5 ===================================== * Fix name of library (.so was missing) (bug #117029) Overview of Changes in gtkhtml2 2.3.4 ===================================== * Ensure that activating a link when using Assistive Technology works. (bug #116105) * Fix ref counting error (bug #116177) [Richard Hult] * Make link colour more visible when using Inverse themes (bug #95190) * Fix crasher bug on devhelp startup (bug #114341) * Set shadow_type to GTK_SHADOW_IN for scrolled windows containing GtkTreeView for lists in forms (bug #114705) [Rodney Dawes] * Embed GtkTextView in a scolled window and set scrolled windows shadow_type to GTK_SHADOW_IN (bug #114713) [Rodney Dawes] * Set form defaults correctly. (bug #114703) [Rodney Dawes] Overview of Changes in gtkhtml2 2.3.3 ===================================== * Fix error exposed on 64-bit (bug #113869) Overview of Changes in gtkhtml2 2.3.2 ===================================== * Fix crasher bug when mouse is moved while page is being loaded (bug #112302) Overview of Changes in gtkhtml2 2.3.1 ===================================== * Fix crasher in yelp when changing page with text selected (bug #110012) * Add support for <nobr> tag (bug #110265) (yuedong.du@sun.com) * Do not return NULL for accessible child of HtmlBoxTable if there are subsequent cells in the table. (bug #110247) * Send notification of page change when running yelp with accessibility enabled (bug #110267) * Report correct number of links when run with accessibility enabled (bug #109946) * Make function html_selection_get_text public (bug #98381) Overview of Changes in gtkhtml2 2.3.0 ===================================== * Fix crasher caused by incorrect reference to GtkStyle, (bug #104946) * Rework how accessible text is presented. All the text in a paragraph is in one accessible object instead of having an accessible object corresponding to each HtmlBoxText, (bug #98324) * Fix crasher caused by Korean spam, (bug #107910)
2003-12-14update from ../MozillaFirebird-bin/grant1-5/+5
2003-12-14Update to 0.4.3 provided by Soren Jacobsen PR pkg/23745.xtraeme3-13/+12
Changes since 0.4.2: * Fixed yet another crash in textarea editor code. Stupid. * Fixed estimated time displayed when resuming download of some file. * Slovak translation update by Peter Samek. * Fixed some compression problems. * Fixed crash when freeing attributes. * Introduced protocol.http.bugs.accept_charset which optionally prohibits sending of the infamous Accept-Charset header. * Convert '\' to '/' in HTTP requests * Allow relative redirects while downloading. * Fixed / -> _ URL translation when calling external helpers. * Fix for mailcap lookup failing because of prioritizing with no luck. * Added default irc protocol handlers. * Titles in link tags are now honoured. It helps to get significant bookmarks titles. * Update danish translation. * Make ui.startup_goto_dialog enabled by default. * Finally fixed segfault on <frameset rows="200,*"> on FreeBSD (and maybe other BSD flavours). * Many other cleanups and bugfixes.
2003-12-13Bump PKGREVISION for atk library major bump.wiz3-5/+6
2003-12-11sync PLIST with realityagc1-2/+1
2003-12-11work/.buildlink -> ${BUILDLINK_DIR} to make it work on more systems.agc1-4/+4
2003-12-10Add patches to allow galeon to compile on NetBSD-1.6ZG.agc4-1/+57
2003-12-10Tweak (ugly) post-buildlink: hack to only occur if gcc3 is found. Tested on:abs1-2/+7
- i386 current (1.6ZE) - i386 1.6.2_RC3 - i386 1.6.2_RC3 with USE_GCC3 Previous version was committed by accident No change to generated package, only to if package could be generated at all, so no PKGREVISION change. Does not fix, but provides a workaround for PR pkg/23053 and PR pkg/23509
2003-12-10- squid-2.5.STABLE4-connect_cleanup.patch was updated; one off-bye-one mistaketaca2-5/+5
was corrected. - bump package revision.
2003-12-08Add and enable apachetopsketch1-1/+2
2003-12-08Initial import of apachetop-0.8.2 into the NetBSD Packages Collection.sketch7-0/+182
ApacheTop provides a realtime display of Apache logfile statistics in a similar manner to top(1).
2003-12-08Bump PKGREVISION for libogg (or, in 5 cases, libao) updates.wiz2-2/+4
2003-12-07Update squid package to squid-2.5.4nb3.taca2-4/+10
Apply two offcial patches. * FQDN lookups sometimes returns garbage synopsis FQDN lookups sometimes give garbage after the result. This can be seen as junk in access.log when using log_fqdn or false access control results when using dstdomain acl type and the user requests a URL by IP address. severity Minor date 2003-12-04 10:04 bugzilla #846, #834, #433 versions Squid-2.5 and earlier platforms All workaround Don't use log_fqdn or alternatively compile Squid with --disable-internal-dns * Cleanup of connect & dns timeouts etc synopsis Several minor errors related to how Squid finds a connection where to forward requests. This patch o Adds a new configuration parameter "forward_timeout" to control how long Squid tries to find a method to find a path where to forward the request before giving up. Defaults to 2 minutes. o The default connect_timeout tuned down from 2 minutes to 1 minute to allow for two attempts to find a suitable path within the forward_timeout o fqdncache/ipcache restructured to allow for DNS code to allow the queried name to be logged in cache.log on errors. o negative_dns_ttl now overloaded to also specify the minimum ttl used when caching DNS responses, and tuned down from 5 minutes to 1 minute. o default dns_timeout tuned down from 5 minutes to 2 minutes o some minor compilation warnings on --disable-internal-dns corrected o properly report DNS timeouts as timeouts and not just "No DNS records" severity Minor date 2003-12-06 17:06 bugzilla #848, #849, #851, #852 versions Squid-2.5 and earlier platforms All
2003-12-07Updated bins to 1.1.24martti3-20/+78
- Added anti_bins program, to create a clean image files tree for each image size from a BINS album. - Added jpegProgressify config option. Now, generated jpeg can be progressive (instead of baseline) using jpegtran. Usually progressive jpegs save space, but by default it only makes them progressive if it does save space. See bins man page for usage detail. - Added prev/next link element (to enable Mozilla's link prefetching feature and site navigation toolbar) in joi templates . - Added JavaScript image pre-loading in satyap templates. - Bug fixes - New templates - Translation updates
2003-12-07Update to 7.10.8:wiz4-19/+23
7.10.8 SPNEGO support, Negotiate support, multiple -T flags work, IPv6 support on Windows, and more were added. More than 40 bugs were fixed. 7.10.7 This release supports NTLM for proxies, --ftp-create-dirs, and optional support for asynchronous name-resolving calls. It fixes an information leak, minor memory leaks, a 64bit problem, two cookie-related problems, URL globbing output using -o #[num], and more.
2003-12-07Update to 0.35.epg10-198/+6
Upstream change log: [Changes for 0.35 - Nov 19, 2003] * Fix RSS links to revisions under mod_perl. * Misc fixes and API catch-up.
2003-12-06Update to 1.24.epg3-20/+7
Remove patch-aa, which does not appear to be needed. Drop p5-gdbm dependency. Add dependencies for p5-Exception-Class>=1.14 and p5-Class-Container>=0.10 The change log between the previous, ancient version and this is over 700 lines, and thus not included.
2003-12-06Name the pkg gtkhtml3 instead of gtkhtml to avoid conflicting with therecht1-1/+2
latter.
2003-12-06add buildlink filerecht1-0/+27
2003-12-06Update to 0.6.22:wiz2-6/+5
* Bugfix - Mozilla and Netscape plugin: Added missing <p> tag to file format (Terry Feldman)
2003-12-06+ gtkhtml3recht1-1/+2
2003-12-06initial import of gtkhtml-3.0.9recht4-0/+236
GtkHTML is a lightweight HTML rendering/printing/editing engine. It was originally based on KHTMLW, part of the KDE project, but is now being developed independently.
2003-12-06Update to 0.34.0.epg1-2/+1
Add PERL to CONFIGURE_ENV for p5-subversion. Upstream change log: Version 0.34.0 (released 3 December 2003, from revision r7859) http://svn.collab.net/repos/svn/tags/0.34.0 ##################################################################### ## WARNING WARNING WARNING WARNING WARNING WARNING WARNING ## ##################################################################### ## ## ## This release makes an incompatible change to the Subversion ## ## database. Repositories created with versions of Subversion ## ## prior to 0.34 will not work with Subversion 0.34. ## ## To upgrade, first use 'svnadmin dump' with your existing ## ## Subversion binaries. Then upgrade your binaries to 0.34, and ## ## use 'svnadmin load' to create a new repository from your ## ## dumpfile. ## ## Don't forget to copy any custom configuration/hooks from the ## ## old to the new repository. ## ## ## ##################################################################### Please see notes/repos_upgrade_HOWTO for documentation on migrating pre-0.34.0 repos to 0.34.0. That document is also located here: http://svn.collab.net/repos/svn/trunk/notes/repos_upgrade_HOWTO User-visible changes: * fs schema change (#1578, #1595) **NOTE: repos dump/load cycle required!** * Berkeley DB 4.2.50 is now the recommended Berkeley version * Fix: 'svn status' thought replaced items were unversioned (#1609) * SSL server cert error prompt improvement (r7849) * many error message improvements (r7745, r7763, r7824 and 7827 - #897) * don't show update-completion message until all wc work completes (#1556) * many other enhancements, minor features, and bugfixes not listed here Developer-visible changes: * public client APIs changes (r7799) after fixing #1556 * many improvements and fixes on Perl bindings (perl => 5.8.0 are required) * improvements, fixes on misc. test scripts * many other changes not listed here Merged revisions after release branching: * r7868 - Java bindings * r7888 - Security fix for svnserve
2003-12-05Updated to 1.6.2xtraeme2-6/+6
Summary of changes since 1.6.1: * Fixed a bug in the filter code when handling comments in the filter configuration file. * When installing the HTML documentation, the wrong directory was being created. Summary of changes since 1.6.0: * Fixed an off-by-one error with respect to the MaxRequestsPerChild test. [Fix proposed by Yannick Koehler] * Remove the assert on the pointer being NULL since a NULL pointer is allowed by the realloc() spec.