summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
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.
2003-12-05update to 2.6.2drochner3-23/+19
(bugfix release)
2003-12-04Bump PKGREVISION (libxml2, libxslt and imlib2 were updated).xtraeme5-8/+10
2003-12-04Bump the PKGREVISION the right way (in each Makefile on it's own..)recht1-2/+2
2003-12-04update to 0.24.4recht4-10/+9
* Ignore unclean SSL closure when response body is delimited by EOF ("Could not read response body: Secure connection truncated" errors with some buggy SSL servers). * Fix test/ssl.c syntax errors with C89 compilers (Radu Greab). * Respect configure's --datadir argument (Max Bowsher). * Fix build on Windows when OpenSSL is not used. * Fix use of SSLv2 (spurious "Server did not present certificate" error). * When using SSL via a proxy, prevent leaking server auth credentials to the proxy, or proxy auth credentials to the server. * Fix name resolver with some old versions of glibc. * Fix problems with configure's "time_t format string" detection. * Fix problems when a broken Kerberos installation is found. * When verifying SSL certificates, check iPaddress names in the subjectAltName extension. Update BUILDLINK_DEPENDS to 0.24.4 since there was an XML API change in 0.24.0.
2003-12-04Add and enable sarg.xtraeme1-1/+2
2003-12-04Initial import of sarg-1.4.1 from pkgsrc-wip, packaged by Mike M. Volokhov.xtraeme10-0/+231
SARG Squid Analysis Report Generator (formerly sqmgrlog) is a tool that allow you to view "where" your users are going to on the Internet. SARG generate reports in HTML showing users, IP addresses, bytes, sites, and times.
2003-12-04+p5-CGI-FormBuildergrant1-1/+2
2003-12-04Initial import of CGI-FormBuilder-2.12 into the NetBSD packagesgrant4-0/+47
collection. The goal of CGI::FormBuilder (FormBuilder) is to provide an easy way for you to generate and process CGI form-based applications. This module is designed to be smart in that it figures a lot of stuff out for you. As a result, FormBuilder gives you about a 4:1 ratio of the code it generates versus what you have to write. For example, if you have multiple values for a field, it sticks them in a radio, checkbox, or select group, depending on some factors. It will also automatically name fields for you in human-readable labels depending on the field names, and lay everything out in a nicely formatted table. It will even title the form based on the name of the script itself (order_form.cgi becomes "Order Form"). Plus, FormBuilder provides you full-blown validation for your fields, including some useful builtin patterns. It will even generate JavaScript validation routines on the fly! And, of course, it maintains state ("stickiness") across submissions, with hooks provided for you to plugin your own sessionid module such as Apache::Session. And though it's smart, it allows you to customize it as well. For example, if you really want something to be a checkbox, you can make it a checkbox. And, if you really want something to be output a specific way, you can even specify the name of an HTML::Template or Template Toolkit (Template) compatible template which will be automatically filled in, statefully.
2003-12-04Add and enable p5-SVN-Web (thanks Thomas Klausner).epg1-1/+2
2003-12-04use RCD_SCRIPTS_SHELL.grant1-2/+2
2003-12-04use && instead of ; in a couple of places.grant1-4/+4
2003-12-04remove obsolete checksum for removed patch file(patch-aa).taya1-2/+1
regened distinfo.
2003-12-04Update MASTER_SITES. PR pkg/23642.xtraeme1-3/+3
2003-12-04Add -Wno-deprecated to CXXFLAGS and CPPFLAGS, to let this build with gcc3fredb1-2/+3
shipping with NetBSD-1.6ZF.
2003-12-03Change MAINTAINER to "tech-pkg" instead of the previous "packages".kristerw5-10/+10
2003-12-03import p5-SVN-Web-0.30pre0.40.epg12-0/+223
SVN::Web is a repository browser for Subversion, similar to cvsweb and ViewCVS. This is a snapshot from the SVN::Web Subversion repository; it is *NOT* a stable release.
2003-12-03Require apache 2.0.48.epg1-2/+2
2003-12-03PKGREVISION bumps due to apr bump (thanks Thomas Klausner).epg5-7/+10
2003-12-03As discussed in the mailing list:darcy5-9/+74
Moved to latest version 2.7.8. Added patch that fixed flags when sending location header. Added patch to cgihandler to append local directory so that relative URLs would work. Added patch to cgihandler to handle SystemExit so that pages would not ISE when sys.exit(0) was used to exit from the script. Added patch to break HTTP headers off from page correctly when CRLF and LF is used inconsistently in a page.
2003-12-03Updated to 0.12xtraeme4-29/+17
Changes: o Better user interface (for example a reworked menu, and improved keyboard navigation) o Support for remote files using gnome-vfs o Nicer user interface (many new icons and buttons, and general user interface cleanups) o Many bug fixes and much more.
2003-12-03Updated to 8.2. This closes PR pkg/23607.xtraeme5-42/+41
Too many changes to copy here, to see a full list of changes: http://www.w3.org/Amaya/User/New.html.
2003-11-30Take in 16 official patches and bump revision.taca2-5/+52
* connection setup may look like syn flood attack if server is refusing connection * --enable-arp-acl may give warning about net/route.h * Incorrect html on empty Gopher responses * positive_dns_ttl ignored when using internal DNS client * squid_ldap_group update to version 2.12 * 100% CPU loop if external_acl combined with authentication * maximum_object_size too large causes squid not to cache * Install of Mozilla/Netscape plugins fails because .xpi mime type unknown * Segfault if failing to load error page * Error page translation updates for German and Lithuanian * auth_param documentation update * pam_auth fails on Solaris when using pam_authtok_get * FQDNcache discards negative responses when using internal DNS * login with space confuses redirector helpers * digest auth never detects password changes * cache.log message on "squid -k reconfigure" confusing