summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2002-12-13Make sure to update distinfo.taca1-3/+3
2002-12-13Update to 0.3.2.2 - 2002-12-06uebayasi1-3/+3
* security fix: html_quote for img alt attributes
2002-12-12shorten COMMENTabs1-2/+2
2002-12-11Apply the same patch as for mozilla and phoenix to make thishe2-1/+19
build on 1.5.3.
2002-12-11Allow this to build on 1.5.3, where CODESET isn't defined.he2-1/+19
Fixes PR#19325.
2002-12-11Add a patch to make this build & run on 1.5.3, where CODESET isn'the2-1/+19
defined. Fix to PR#19325 forthcoming (same problem with phoenix).
2002-12-11Sort previous include.simonb1-2/+2
2002-12-10the version was already fixed in the previous commit - back out lastdrochner1-2/+2
to avoid confusion
2002-12-10Update phoenix to 0.5taya16-66/+86
What's new from release notes - Multiple homepages - Sidebar remembers its state across sessions - Download fixes - History improvements - Accessibility improvements - Size and memory reduction - Performance improvements - Stability improvements - Better Windows appearance - Many more new themes - Too many fixes to list See below for detail. http://www.mozilla.org/projects/phoenix/phoenix-release-notes.html
2002-12-10update to 0.13.1drochner2-6/+6
fixes a permission problem
2002-12-10Update to galeon 1.2.7:hubertf2-6/+6
- Compatible with Mozilla 1.0.1, 1.1, 1.2 - Sidebar link opening behaviour now matches Mozilla - TypeAheadFind support - bugfixes
2002-12-10add an include-dir - needed for galeon 1.2.7hubertf1-1/+2
2002-12-09Do not remove %D/share/pixmaps when deinstalling, as it is now part of thejmmv1-2/+1
standard directory tree.
2002-12-09Note conflict between apr-devel and apache2 packages.wiz1-1/+2
2002-12-09Updated HTML-FixEntities to 1.03abs2-5/+5
Remove unwanted cruft from Makefile.PL so we can work with perl 5.8
2002-12-09Replace "true" by "${TRUE}".tron11-30/+30
2002-12-09Updated phoenix-linux to 0.5.grant3-29/+9
Changes since 0.4 include: * Multiple homepages * Intellimouse 5-button support * Sidebar remembers its state across sessions * Download fixes * History improvements * Accessibility improvements * Size and memory reduction * Performance improvements * Stability improvements * Many many more themes (http://texturizer.net/phoenix/themes.html) * Miscellaneous bug fixes, including middle clicking in content area The full list of changes can be found at: http://www.mozilla.org/projects/phoenix/phoenix-release-notes.html Thanks to Oliver Tonnhofer for submitting this update in PR pkg/19328.
2002-12-08the solaris dynamic linker is called /usr/lib/ld.so.1, not /usr/lib/ld.so.mrg1-2/+2
the latter is the a.out dynamic linker. as we're using the ELF navigator, look for the ELF dynamic linker.
2002-12-07Trivially update to curl 7.10.2.jmmv2-6/+5
Changes since 7.10.1: - Dave Halbakken added curl_version_info to lib/libcurl.def to make libcurl properly build with MSVC on Windows. - Doing HTTP PUT without a specified file size now makes libcurl use Transfer-Encoding: chunked. - Bug report #634625 identified how curl returned timeout immediately when CURLOPT_CONNECTTIMEOUT was used and provided a fix. - Lehel Bernadt found out and fixed. libcurl sent error message to the debug output when it stored the error message. - Avery Fay found some problems with the DNS cache (when the cache time was set to 0 we got a memory leak, but when the leak was fixed he got a crash when he used the CURLOPT_INTERFACE with that) that had me do some real restructuring so that we now have a reference counter in the dns cache entries to prevent an entry to get flushed while still actually in use. I also detected that we previously didn't update the time stamp when we extracted an entry from the cache so that must've been a reason for some very weird dns cache bugs. - Downgraded automake to 1.6.3 in an attempt to fix cygwin problems. (It turned out this didn't help though.) - Disable the DNS cache (by setting the timeout to 0) made libcurl leak memory. Avery Fay brought the example code that proved this. - Upgraded to autoconf 2.54 and automake 1.7 on the release-build host. - Kevin Roth made the command line tool check for a CURL_CA_BUNDLE environment variable (if --cacert isn't used) and if not set, the Windows version will check for a file named "curl-ca-bundle.crt" in the current directory or the directory where curl is located. That file is then used as CA root cert bundle. - Avery Fay pointed out that curl's configure scrip didn't get right if you used autoconf newer than 2.52. This was due to some badly quoted code. - Emiliano Ida confirmed that we now build properly with the Borland C++ compiler too. We needed yet another fix for the ISO cpp check in the curl.h header file. - Yet another fix was needed to get the HTTP download without headers to work. This time it was needed if the first "believed header" was read all in the first read. Test 306 has not run properly since the 11th october fix. - Zvi Har'El pointed out a problem with curl's name resolving on Redhat 8 machines (running IPv6 disabled). Mats Lidell let me use an account on his machine and I could verify that gethostbyname_r() has been changed to return EAGAIN instead of ERANGE when the given buffer size is too small. This is glibc 2.2.93. - Albert Chin helped me get the -no-undefined option corrected in lib/Makefile.am since Cygwin builds want it there while Solaris builds don't want it present. Kevin Roth helped me try it out on cygwin. - Nikita Schmidt provided a bug fix for a FOLLOWLOCATION bug introduced when the ../ support got in (7.10.1). - Fabrizio Ammollo pointed out a remaining problem with FOLLOWLOCATION in the multi interface. - Richard Cooper's experimenting proved that -j (CURLOPT_COOKIESESSION) didn't work quite as supposed. You needed to set it *before* you use CURLOPT_COOKIEFILE, and we dont' want that kind of dependencies. - Andrés García provided corrections for erratas in four libcurl man pages. - Starting now, we generate and include PDF versions of all the docs in the release archives. - Trying to connect to a host on a bad port number caused the multi interface to never return failure and it appeared to keep on trying forever (it just didn't do anything). - Downloading HTTP without headers didn't work 100%, some of the initial data got written twice. Kevin Roth reported. - Kevin Roth found out the "config file" parser in the client code could segfault, like if DOS newlines were used.
2002-12-07update to 1.8.23drochner3-46/+5
changes: HTMLDOC now supports a full alpha channel in PNG files. HTMLDOC now reports an error when a table, image, or section of text overflows into an adjacent table cell or off the right edge of the page. The NEW SHEET page comment now breaks on N-up boundaries when N is greater than 1. bugfixes
2002-12-07update to 0.13drochner3-99/+43
changes: Bugfixes, more solid CMF & Plone support, wikimail enhancements, skins re-organization.
2002-12-07Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.schmonz2-9/+9
2002-12-05Try to make lintpkgsrc happy.wiz1-2/+2
2002-12-05misc cleanupdrochner1-1/+2
2002-12-05Update "opera6" package to version 6.11. Changes since version 6.10:tron2-9/+7
Fixed some problems with banner handling. Banner data with corrupted contents could in some cases crash Opera.
2002-12-05use automatic MESSAGE handling.grant3-8/+3
2002-12-05Correct checksum. (Possibly the distfile was changed in the master site?)uebayasi1-3/+3
PR19287 by <seebs at vash dot cel dot plethora dot net>.
2002-12-04Update mozilla to 1.2.1taya18-200/+147
What's new from Release notes: (See release notes for detail - http://www.mozilla.org/releases/mozilla1.2.1/) Browser * Type Ahead Find is a new feature that allows quick navigation when you type a succession of characters in the browser, matching the text in one or more links on the page. * Building on Mozilla's customizability, you can now show toolbars as text/icons/both (in the default Classic theme). We also have a few other usability improvements like image selection visualization (image highlights with system selection color when selected) and the removal of the confusing toolbar grippies. * Improvements to native look and feel in both the browser interface and the browser content area. We now support most native GTK themes in Mozilla which means that your Mozilla toolbars and other widgets will pick up the GTK theme look and feel. We also support native look and feel for web content like form controls under windowsXP. * Making tabbed browsing even more useful, you can launch the browser with a group of bookmarks as your start page. This loads several pages into tabs at startup. * Keyboard access is greatly improved including additional accesskeys for menus, other ui elements and page elements. * We have a new features that utilizes browser idle time to download or prefetch documents that the user might visit in the near future. * XML prettyprinting, similar to IEs default-view for XML is now available in Mozilla. Mail * Mozilla Mail has a new "filter after the fact" capability so users can create a filter and then run that filter on already downloaded mail. Filter logging has also been implemented which allows power users to see a log of all of the filter actions. * In mail you can now select and copy text from message headers and you can now drag and drop from the message search results window.
2002-12-04add missing version number (pointed out by Martti Kuparinen)drochner1-2/+2
2002-12-04Correct output filename: Extrnals.html, not Extnals.htmlrearnsha2-5/+5
2002-12-03add zope HTML documentationdrochner4-0/+136
2002-12-03added this weather thingdrochner1-1/+2
2002-12-03zope product to display weather datadrochner4-0/+56
2002-12-03regen (squid-2.5.STABLE1-disable-http-violations.patch size and SHA1 change)wiz1-3/+3
2002-12-03Downgrade buildlink depends to libwww>=5.3.2nb2.wiz1-2/+2
Noted by Frederick Bruckman on tech-pkg.
2002-12-03allow 'mkcert' to work on Solaris by using ${SH} rather than /bin/sh.grant2-33/+38
2002-12-03Update mozilla-linux to 1.2.1.grant3-14/+10
Major changes since Mozilla 1.1: Browser * Type ahead find * Additional toolbar customization * Visual enhancements to interface * Tabbed browsing enhancements * Browser idle time can now be used to auto-fetch ahead documents * XML prettyprinting * Fix for DHTML bug in 1.2 Mail * New "filter after the fact" capability * Drag and drop from the message search results window The full list of changes can be found at http://www.mozilla.org/releases/mozilla1.2.1/
2002-12-02Fix DEPENDS lines to use -[0-9]* instead of -*.wiz5-13/+13
2002-12-02Update package "analog" to version 5.30. Changes since version 5.24:tron5-30/+39
- Reads gzipped logfiles without the need for an UNCOMPRESS command. - Host inclusions and exclusions can now use IP address ranges and subnet masks. - New command BYTESDP command to list kilobytes etc. to a chosen number of decimal places. - New code for RISC OS port. - Indonesian and Slovak language files. - New How-To entitled Getting started under Windows.
2002-12-02If we include buildlink2.mk files, we need to turn on USE_BUILDLINK2grant1-15/+17
:-) Fixes openssl dependancy problem on platforms which do not have a suitable (read: secure) openssl in the base system. Some whitespace cleanup.
2002-12-01src/fs/diskd: only include sys/msg.h if we have it.grant4-1/+55
fixes build on (at least) Darwin 6.2.
2002-11-29update to 0.8.6.1drochner3-7/+734
changes: - Added Indexer object, which can find index entries and present them. - Enabled nested markup in text. - Added easier way to add references to files, images. Can now also reference assets not in local folder. - Ability to open/close branches of the site. Added a new 'Viewer' role. Users with this role can see closed branches. - Request for approval now implemented; users can leave a message for the editors. - Added new definition list element. - Images now have various alignment options. - Beginnings of Silva XML import infrastructure.
2002-11-29add 2 zope pkgsdrochner1-1/+3
2002-11-29import "colorz" - a color scheme editor for Zopedrochner5-0/+84
2002-11-29add an extension to store Zope data in the normal file systemdrochner4-0/+122
2002-11-29the distfile changed w/o name changedrochner2-5/+303
2002-11-29w3m now needs gtk-pixbuf. PR 19198.itojun2-4/+3
2002-11-28update to 0.8.3drochner2-6/+6
changes: - Instead of checking for an attribute 'cached' it is now calling a method called 'cached()' on the widget.
2002-11-28update to 0.3.2.1 (w3m-0.3.2.1-m17n-20021127).itojun3-12/+14
full changelog is too long to be included here. most important fix is below: > From: Fumitoshi UKAI <ukai@debian.or.jp> > w3m 0.3.2.1 is stable update of w3m 0.3.2. > Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> found a security vulnerability > in w3m 0.3.2 that w3m will miss to escape html tag in frame contents, > so malicious frame html will deceive you to access your local files, cookies > and so on.
2002-11-27update to 1.2.1drochner6-22/+15
changes: -preparation for zope-2.6 -look-&-feel changes -bugfixes