summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2006-10-01Fixed some pkglint warnings.rillig1-4/+2
2006-10-01Update www/zope3 to 3.3.0, based on PR pkg/34668 by Yoshito Komatsutaca8-751/+1049
with small modifications; - don't change order of find(1)'s command line option. - adding VARBASE, ZOPE3_GROUP and ZOPE3_USER to BUILD_DEFS. Most Important Changes Since Zope 3.2 ------------------------------------- - Provided a new component registry API that allows multiple component registries to be combined more flexibly than before. See 'zope.component.interfaces.IComponentRegistry' for more information. - Greatly simplified local-component registration. See 'zope.component.interfaces.IComponentRegistry' for more information. - Moved many packages out of zope.app to make them easier to use outside of Zope. - Change the session credentials plugin to make it configurable in which fields it looks for the credentials. - Added a new API for collating text. You can now adapt a locale to 'zope.i18n.interfaces.ILocales.ICollator'. You can then use that to sort strings, such as menu entries, in a locale-specific fashion. - A new 'zope.annotation.factory' helper function that makes it easier to create annotations. Also added a README in 'zope.annotation' which explains how to use it. - Added a more complete set of widgets for fields that use iterable sources. These widgets now mirror the set provided by vocabulary-based fields. - Added a cleaner and more robust API to testbrowser for setting file-upload data. - Deprecated several ZCML directives: * factory * vocabulary * content (as an alias to the class directive) * modulealias * renderer:renderer - The 'browser:layer' directive and the 'ILayer' interface has been deprecated. Registering layers has become obsolete, layers should be created as interfaces extending 'IBrowserRequest'. - The 'browser:skin' directive has been deprecated. Skins should be created as interfaces extending 'IBrowserRequest' and can be registered using a simple 'utility' directive. - The 'ISkin' interface has been renamed to 'IBrowserSkinType'. For a complete list of changes see the 'CHANGES.txt' file.
2006-10-01added support for IRIX 5schwarz1-1/+6
2006-10-01added support for IRIX 5schwarz1-2/+6
2006-09-30Update to opera 9.02 - this fixes serious SSL certificate verificationjdolecek2-14/+14
problem (recent OpenSSL signature-forgery problem), as well as various other fixes and small improvemends
2006-09-29update netscape to netscape-20040123nb4:abs2-4/+5
- Solaris 7 sh doesn't understand "export beer=good" syntax, so split into separate lines - from Abel Chow in pkg/34619
2006-09-26Split seamonkey specific parts of Makefile.common intosalo4-17/+30
Makefile-seamonkey.common, modelled after firefox and thunderbird. www/seamonkey and www/seamonkey-gtk1 test-built by me on i386. www/seamonkey, www/seamonkey-gtk1, mail/thunderbird, mail/thunderbird-gtk1 and time/sunbird by <oster> on amd64, thanks! Fixes PR pkg/34622
2006-09-26sync with epiphany base pkg, otherwise it doesn't builddrochner3-79/+81
2006-09-26Update www/wwwoffle from 2.8e to 2.9a - from PR/34532 by Marko Schutzabs4-0/+55
Changelog runs to over 1000 lines
2006-09-26Update www/wwwoffle from 2.8e to 2.9a - from PR/34532 by Marko Schutzabs4-33/+32
Changelog runs to over 1000 lines
2006-09-26Update squid package to 2.6.4 (2.6.STABLE4).taca3-10/+9
Changes to squid-2.6.STABLE4 (Sep 22 2006) - Bug #1736: Missing Italian translation of ERR_TOO_BIG error page - Windows port enhancement: added native exception handler with signal emulation - Fix the %un log_format tag again. Got broken in 2.6.STABLE2 - Fix Squid crash when using %a in ERR_INVALID_REQ and ERR_INVALID_URL error messages. - Bug #212: variable %i always 0.0.0.0 in many error pages - Bug #1708: Ports in ACL accepts characters and out of range - Bug #1706: Squid time acl accepts invalid time range. - Fix another harmless fake_auth compiler warning on gcc 4.1.1 x86 - Fix an harmless snmp_core.c compiler warning on gcc 4.1.1 x86 - Bug #1744: squid-2.6.STABLE3 - fakeauth_auth crashing on certain requests - Bug #1746: Harmless off by one overrun in ncsa_auth md5 password validation - Bug #1598: start_announce cannot be disabled - Periodically flush cache.log to disk when "buffered_logs on" is set - Numerous COSS improvements and fixes - Windows port: merge of MinGW support - Windows port: Merged Windows threads support into aufs - Bug #1759: Windows port cachemgr.cgi attempts to write to file system root directory - Numerous portability fixes - Various minor statistics cleanup on 64-bit hosts with more than 4GB of memory - Bug #1758: HEAD on ftp:// URLs always returned 200 OK. - Bug #1760: FTP related memory leak - Bug #1770: WCCP2 weighted assignment - Bug #1768: Redundant DNS PTR lookups - Bug #1696: Add support for wccpv2 mask assignment - Bug #1774: ncsa_auth support for cramfs timestamps - Bug #1769: near-hit and filedescriptor usage missing in SNMP MIB - Bug #1725: cache_peer login=PASS documentation somewhat confusing - Bug #1590: Silence those ETag loop warnings - Bug #1740: Squid crashes on certain malformed HTTP responses - Bug #1699: assertion failed: authenticate.c:836: "auth_user_request != NULL" - Improve error reporting on unexpected CONNECT requests in accelerator mode - Cosmetic change to increase cache.log detail level on invalid requests - Bug #1229: http_port and other directives accept invalid ports - Reject http_port specifications using both transparent and accelerator options - Cosmetic cleanup to not dump stacktraces on configuration errors
2006-09-25More conditionals.salo1-10/+7
2006-09-25Allow more variables to be overriden.salo1-5/+5
2006-09-25Allow MASTER_SITES to be overriden by packages including Makefile.common.salo1-5/+5
Addresses PR pkg/34606 and pkg/34607
2006-09-25Add standard way to depend on "seamonkey" an "firefox" backends.salo2-7/+13
Needs pkg-config. Mark as BROKEN for now, requires ancient Mozilla. ok <ghen>
2006-09-24When linking against libwww built with socks4 or socks5 option,joerg1-1/+19
the corresponding buildlinks have to be present as well. Get the option libwww was built with to decide whether to do that. Inspired by and fixing PR 28412.
2006-09-24Add and enable seamonkey-bin-nightly.salo1-1/+2
2006-09-24Remove Mozilla Suite and friends.salo91-10115/+1
No longer maintained upstream, replaced by SeaMonkey.
2006-09-24Use Makefile.common from seamonkey-bin-nightly dir instead ofsalo3-8/+10
mozilla-bin-nightly. Remove PKGREVISION, it's useless in the -nightly packages. Fix package to actually download the recent builds.
2006-09-24Initial import of seamonkey-bin-nightly.salo7-0/+67
The SeaMonkey project is a community effort to deliver production-quality releases of code derived from the application formerly known as "Mozilla Application Suite". Whereas the main focus of the Mozilla Foundation is on Mozilla Firefox and Mozilla Thunderbird, our group of dedicated volunteers works to ensure that you can have "everything but the kitchen sink" (a web browser, mail client, HTML composer, address book, IRC client and calendar), and have it stable enough for corporate use. This packages provides the necessary infrastructure for downloading nightly builds of various Mozilla products (seamonkey, thunderbird, firefox).
2006-09-24Use Makefile.common from seamonkey-bin dir instead of mozilla-bin.salo1-2/+2
2006-09-24Sync files with www/mozilla-bin, use various files from seamonkey-bin dirsalo4-2/+195
instead of mozilla-bin.
2006-09-24Use various files from seamonkey dir instead of mozilla.salo1-4/+4
2006-09-24Switch to "seamonkey" backend from "mozilla" as an alternative to "firefox",salo4-15/+21
split option part to a separate file. Remove Mozilla comment from DESCR. Fix PLIST, bump PKGREVISION.
2006-09-24Switch to "seamonkey" backend from "mozilla" as an alternative to "firefox",salo5-42/+40
split option part to a separate file. The "seamonkey" backend is not (yet) supported by the package, add BROKEN.
2006-09-24Switch to "seamonkey" backend from "mozilla" as an alternative to "firefox".salo2-4/+10
Our package is too old to make use of it, add BROKEN for now.
2006-09-24Install pkg-config files so the gecko engine can be used by othersalo14-6/+514
applications, bump PKGREVISION. Sync files with www/mozilla and allow seamonkey to satisfy gecko dependency.
2006-09-24Rename T_USER to not conflict with system enum on DragonFly and FreeBSD.joerg3-1/+56
2006-09-22Remove as maintainer of this package because I don't use it any longer.tron1-2/+2
2006-09-19Fixed the hard-coded paths in the configuration file. Populatedrillig3-9/+64
BUILD_DEFS. Bumped PKGREVISION.
2006-09-17Point directly to media server as MASTER_SITE to catch up with thejoerg1-2/+2
layout changes.
2006-09-17Share distinfo file between moz-bin-flash and firefox-bin-flash.wiz1-1/+3
Noted by salo@
2006-09-17This module is useless without DEPENDS+=p5-HTML-Parser-[0-9]*adrianp1-1/+3
2006-09-16Add missing RCS Id.hira2-5/+7
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv11-16/+22
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-09-16Update to 7.0.68:wiz2-6/+6
This release fixes several security vulnerabilities as reported in Adobe Vulnerability APSB06-11. Multiple input validation errors have been identified that could lead to the potential execution of arbitrary code, such as that delivered from a remote location via the user's Web browser. Updating is strongly recommended.
2006-09-15Update seamonkey and seamonkey-gtk1 to 1.0.5. Fixed in this version:ghen2-6/+6
MFSA 2006-64 Crashes with evidence of memory corruption (rv:1.8.0.7) MFSA 2006-63 JavaScript execution in mail via XBL MFSA 2006-61 Frame spoofing using document.open() MFSA 2006-60 RSA Signature Forgery MFSA 2006-59 Concurrency-related vulnerability MFSA 2006-57 JavaScript Regular Expression Heap Corruption For more info, see http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.0.5/
2006-09-15Update to 2.16.0:jmmv3-56/+80
=============== Epiphany 2.16.0 =============== Contributors: Johannes Berg, Wouter Bolsterlee, Luca Ferretti, Crispin Flowerday, Thomas de Grenier de Latour, Michael Hofmann, Nguyễn Thái Ngọc Duy, Kjartan Maraas, Victor Osadci, Christian Persch, Frederic Peters, Celso Pinto, Jean-François Rameau, René Stadler, Diego Escalante Urrelo Documentation: Victor Osadci Translations: Ales Nyakhaychyk (be), Rostislav "zbrox" Raykov (bg), Progga (bn_IN), Progga (bn), Gil Forcada (ca), Jakub Friedl (cs), Hendrik Richter (de), "Last-Translator: Mindu Dorji\n" (dz), Kostas Papadimas (el), Crispin Flowerday (en_GB), Francisco Javier F. Serrador (es), Ivar Smolin (et), Iñaki Larrañaga Murgoitio (eu), Ilkka Tuohela (fi), Robert-André Mauchin (fr), Ignacio Casal Quinteiro (gl), Ankit Patel (gu), Rajesh Ranjan (hi), Gabor Kelemen (hu), Mohammad DAMT (id), Satoru SATOH (ja), Vladimer Sichinava (ka), Changwoo Ryu (ko), Žygimantas Beručka (lt), Raivis Dejus (lv), Fanomezana Rajaonarisoa (mg), Jovan Naumovski (mk), Ani Peter (ml), Badral (mn), Rahul Bhalerao (mr), Kjartan Maraas (nb), Shyam Krishna Bal (ne), Reinout van Schouwen (nl), Åsmund Skjæveland (nn), Subhransu Behera (or), Artur Flinta (pl), Licio Fernando Nascimento da Fonseca (pt_BR), Duarte Loreto (pt), Nickolay V. Shmyrev (ru), Matic Žgur (sl), Laurent Dhima (sq), Daniel Nylander (sv), Theppitak Karoonboonyanan (th), Baris Cicek (tr), Maxim Dziumanenko (uk), Clytie Siddall (vi), Funda Wang (zh_CN), Woodman Tuen (zh_HK, zh_TW) Documentation translations: Francisco Javier F. Serrador (es), Inaki Larranaga (eu), Christophe Bliard (fr), Takeshi AIHANA (ja), Nickolay V. Shmyrev (ru), Daniel Nylander (sv), Maxim Dziumanenko (uk) ================ Epiphany 2.15.92 ================ Contributors to this release: Kjartan Maraas, Christian Persch, Jean-François Rameau. Translations updates: Rostislav "zbrox" Raykov (bg), Gil Forcada (ca), Hendrik Richter (de), Mindu Dorji (dz), Kostas Papadimas (el), Francisco Javier F. Serrador (es), Ivar Smolin (et), Ilkka Tuohela (fi), Ankit Patel (gu), Gabor Kelemen (hu), Mohammad DAMT (id), Satoru SATOH (ja), Changwoo Ryu (ko), Žygimantas Beručka (lt), Jovan Naumovski (mk), Badral (mn), Rahul Bhalerao (mr), Kjartan Maraas (nb), Reinout van Schouwen (nl), Subhransu Behera (or), Artur Flinta (pl), Nickolay V. Shmyrev (ru), Matic Žgur (sl), Daniel Nylander (sv), Theppitak Karoonboonyanan (th), Baris Cicek (tr), Maxim Dziumanenko (uk), Clytie Siddall (vi), Funda Wang (zh_CN). ================ Epiphany 2.15.91 ================ Changes: * Spell check support using the gecko 'spellchecker' extension. No corrections context menu or language switching yet. The default dictionary is based on applicable locale names. * Add page security info dialogue from Certificates extension. * Drop libgnomeprint[ui] and use gtk printing. Add our options in a custom tab in the print dialogue. Print settings and page setup persist now. * Add methods to EphyNode to set typed properties. This change improves the Python API so it should be easy now to play with bookmarks. Add https and ftp local bookmarks. Based on a patch by Celso Pinto, bug #330679. Bug fixes: * Misc fixes: #337913, #312869, #345934, #346662, #339548, #347022, #344848, #343592. * Add a way to turn off password remembering. Bug #332374. * Don't crash when adding zeroconf bookmarks while bookmarks are locked down. Bug #341379. * Fix middle-click and ctrl-enter in the location entry autocompletion drop-down. Bug #345934, based on a patch by johannes@sipsolutions.net. * Make the crash recovery dialog appear on the taskbar. Fixes bug #345010. * copy history over when opening link in new tab/win using context menu. Fixes bug #340742, patch by René Stadler. * Don't crash on error from zeroconf bookmarks. Fixes bug #343922. * Don't set cookies from favicon downloads. Bug #337835. * Allow cookie list to be sorted. (fixes #337845) * Fix crash when moving zoom widget on toolbar (#338682) * Display the find bar for "Find Next" and "Find Previous" if it wasn't visible already. Entry focus is handlded with care so that use cases like incremental search work as expected. Fixes bug #333020. * Remove Shift+Ctrl+T accelerator, it was pressed accidentally too often and people would lose their toolbars. Bug #328783. Documentation: * Manpage update from Victor Osadci. Contributors to this release: Johannes Berg, Nguyễn Thái Ngọc Duy, Luca Ferretti, Crispin Flowerday, Victor Osadci, Christian Persch, Frederic Peters , Celso Pinto, Jean-François Rameau, René Stadler, Diego Escalante Urrelo. Documentation translations: Francisco Javier F. Serrador (es), Daniel Nylander (sv), Vitaly Kormilov (ru). Translations: Ales Nyakhaychyk (be), Rostislav "zbrox" Raykov (bg), Gil Forcada (ca), Jakub Friedl (cs), Hendrik Richter (de), Mindu Dorji (dz), Kostas Papadimas (el), Crispin Flowerday (en_GB), Francisco Javier F. Serrador (es), Priit Laes (et), Iñaki Larrañaga Murgoitio (eu), Ilkka Tuohela (fi), Christophe Merlet (RedFox) (fr), Ankit Patel (gu), Satoru SATOH (ja), Changwoo Ryu (ko), Jovan Naumovski (mk), Øivind Hoel (nb), Reinout van Schouwen (nl), Daniel Nylander (sv), Theppitak Karoonboonyanan (th), Maxim Dziumanenko (uk), Funda Wang (zh_CN). =============== Epiphany 2.15.4 =============== No news available. =============== Epiphany 2.15.3 =============== No news available. =============== Epiphany 2.15.2 =============== NOTE: This release drops support for mozilla 1.7. Only Gecko versions 1.8 (firefox >= 1.5 and xulrunner >= 1.8) and trunk are now supported. Contributors to this release: Wouter Bolsterlee, Thomas de Grenier de Latour, Michael Hofmann, Christian Persch and Celso Pinto Documentation: Victor Osadci Translations: Rostislav "zbrox" Raykov (bg), Francisco Javier F. Serrador (es), Ivar Smolin (et), Ankit Patel (gu), Fanomezana Rajaonarisoa (mg), Øivind Hoel (nb) and Clytie Siddall (vi) =============== Epiphany 2.15.1 =============== No news available.
2006-09-15Update to 3.12.0:jmmv3-9/+13
GtkHTML-3.12.0 2006-09-04 ------------------------- GtkHTML 3.12 Stable release for GNOME 2.16. GtkHTML-3.11.92 2006-08-21 -------------------------- Updated Translations : Subhransu Behera (or), Alexander Shopov (bg), Satoru SATOH (ja), Gabor Kelemen (hu), Sanlig Badrak (mn), Vladimer Sichinava (ka), Rahul Bhalerao (mr), Baris Cicek (tr), Inaki Larranaga (eu) Bug Fixes : Kjartan Maraas GtkHTML-3.11.91 2006-08-07 -------------------------- Updated Translations : Ahmad Riza H Nst (id), Thierry Randrianiriana (mg), Vincent van Adrighem (nl) Bug Fixes : Bastien Nocera, Björn Lindqvist, Nancy Cai GtkHTML-3.11.90 2006-07-24 -------------------------- Updated Translations : Hendrik Richter, Daniel Nylander. Other changes: Font rendering now with Cairo (Rajeev Ramanathan) GtkHTML-3.11.4 2006-07-10 ------------------------- Updated Translations : Runa Bhattacharjee, Benoît Dejean, Ilkka Tuohela, Yair Hershkovitz, Rajesh Ranjan, Raivis Dejus, Changwoo Ryu, Hendrik Richter. Bug fixes : Rohini, Varadhan, Li Yuan GtkHTML-3.11.3 2006-06-12 ------------------------- Updated translations : Priit Laes, Kjartan Maraas, Pema Geyleg, Inaki Larranaga, Theppitak Karoonboonyanan, Miloslav Trmac, Francisco Javier F. Serrador. Bug fixes : Rohini, Harish K, Sebastien Bacher. [327841, 303634, 334814, 334873] GNOME Goal for po/LINGUAS : Przemysław Grzegorczyk GtkHTML-3.11.1 2006-04-24 -------------------------- First release of the 3.11 development cycle. More bug fixes.
2006-09-15Centralize some more things in Makefile.common.ghen3-26/+14
2006-09-15Update firefox and firefox-gtk1 to 1.5.0.7. Fixed in this version:ghen2-6/+6
MFSA 2006-64 Crashes with evidence of memory corruption (rv:1.8.0.7) MFSA 2006-62 Popup-blocker cross-site scripting (XSS) MFSA 2006-61 Frame spoofing using document.open() MFSA 2006-60 RSA Signature Forgery MFSA 2006-59 Concurrency-related vulnerability MFSA 2006-58 Auto-Update compromise through DNS and SSL spoofing MFSA 2006-57 JavaScript Regular Expression Heap Corruption For more info, see http://www.mozilla.com/firefox/releases/1.5.0.7.html
2006-09-15EXTRACT_SUFX is defined in Makefile-firefox.common.ghen1-2/+1
2006-09-15Update firefox-bin to 1.5.0.7 and seamonkey-bin to 1.0.5. Source packageghen4-12/+12
updates will follow later. Fixed in Firefox 1.5.0.7: MFSA 2006-64 Crashes with evidence of memory corruption (rv:1.8.0.7) MFSA 2006-62 Popup-blocker cross-site scripting (XSS) MFSA 2006-61 Frame spoofing using document.open() MFSA 2006-60 RSA Signature Forgery MFSA 2006-59 Concurrency-related vulnerability MFSA 2006-58 Auto-Update compromise through DNS and SSL spoofing MFSA 2006-57 JavaScript Regular Expression Heap Corruption Fixed in SeaMonkey 1.0.5: MFSA 2006-64 Crashes with evidence of memory corruption (rv:1.8.0.7) MFSA 2006-63 JavaScript execution in mail via XBL MFSA 2006-61 Frame spoofing using document.open() MFSA 2006-60 RSA Signature Forgery MFSA 2006-59 Concurrency-related vulnerability MFSA 2006-57 JavaScript Regular Expression Heap Corruption For more info, see http://www.mozilla.com/firefox/releases/1.5.0.7.html and http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.0.5/
2006-09-13Update www/squid pacakge to 2.6.3 (squid 2.6.STABLE3).taca19-215/+256
Too may changes to mention here. Please refer ${PREFIX}/share/doc/squid/RELEASENOTES.html.
2006-09-11+ py-djangojoerg1-1/+2
2006-09-11Import Django 0.95 from pkgsrc-wip:joerg5-0/+1192
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Django was designed to make common Web-development tasks fast and easy.
2006-09-10Already using un-zipped file, so no need to use gzcat.obache1-5/+3
2006-09-10Add example RCD_SCRIPTS to PLIST.taca2-3/+5
Bump PKGREVISION.
2006-09-09Fix RCD_SCRIPTS; drop ".sh" suffixes.taca1-3/+3
Bump PKGREVISION.
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache4-8/+8