summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2003-08-30Fix spelling.reed1-1/+1
2003-08-30"It's" stands for "it is" (or "it has"). The apostrophe is not usedreed3-3/+3
for a possessive (like her, his, whose, their, and its). Note that I didn't check for proper use of "its" (when it should be "it is" or "it has" instead). I also saw over 15 other grammar or punctuation problems, but not fixed in this commit.
2003-08-29Bump package revision to 7 (Sablotron was updated to 1.0).xtraeme1-2/+2
2003-08-29Updated tinyproxy to 1.6.1xtraeme2-5/+5
Changes: Released tinyproxy 1.6.1 (2003-08-06) * heap.c (debugging_realloc): Remove the assert on the ptr being NULL since a NULL pointer is allowed by the realloc() spec. * child.c (child_main): Fixed an off-by-one error with the maxrequestsperchild variable. [Fix proposed by Yannick Koehler] Released tinyproxy 1.6.0 (2003-07-14) * src/htmlerror.c (indicate_http_error): Added calls to va_end() before leaving the function. Closes my own PR pkg/22161.
2003-08-29Use bsd.pkg.install.mk to handle generation and installation of the rc.djmmv2-13/+12
script. Bump PKGREVISION to 1.
2003-08-29Add missing file to PLIST.jmmv1-1/+2
2003-08-28Change my email address to the NetBSD one, ok'ed by wiz@xtraeme2-4/+4
2003-08-28Removed patch-aamartti1-2/+1
2003-08-28Fix pasto (hi drochner!).wiz1-2/+2
2003-08-25Update to 3.31.heinz3-11/+12
Better compatibility with Mozilla/MSIE behaviour. ==== Changes since 3.27 ==== 2003-08-19 Gisle Aas <gisle@ActiveState.com> Release 3.31 The -DDEBUGGING fix in 3.30 was not really there :-( 2003-08-17 Gisle Aas <gisle@ActiveState.com> Release 3.30 The previous release failed to compile on a -DDEBUGGING perl like the one provided by Redhat 9. Got rid of references to perl-5.7. Further fixes to avoid warnings from Visual C. Patch by Steve Hay <steve.hay@uk.radan.com>. 2003-08-14 Gisle Aas <gisle@ActiveState.com> Release 3.29 Setting xml_mode now implies strict_names also for end tags. Avoid warning from Visual C. Patch by <gsar@activestate.com>. 64-bit fix from Doug Larrick <doug@ties.org> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=195500 Try to parse similar to Mozilla/MSIE in certain edge cases. All these are outside of the official definition of HTML but HTML spam often tries to take advantage of these. - New configuration attribute 'strict_end'. Unless enabled we will allow end tags to contain extra words or stuff that look like attributes before the '>'. This means that tags like these: </foo foo="<ignored>"> </foo ignored> </foo ">" ignored> are now all parsed as a 'foo' end tag instead of text. Even if the extra stuff looks like attributes they will not be reported if requested via the 'attr' or 'tokens' argspecs for the 'end' handler. - Parse '</:comment>' and '</ comment>' as comments unless strict_comment is enabled. Previous versions of the parser would report these as text. If these comments contain quoted words prefixed by space or '=' these words can contain '>' without terminating the comment. - Parse '<! "<>" foo>' as comment containing ' "<>" foo'. Previous versions of the parser would terminate the comment at the first '>' and report the rest as text. - Legacy comment mode: Parse with comments terminated with a lone '>' if no '-->' is found before eof. - Incomplete tag at eof is reported as a 'comment' instead of 'text' unless strict_comment is enabled. 2003-04-16 Gisle Aas <gisle@ActiveState.com> Release 3.28 When 'strict_comment' is off (which it is by default) treat anything that matches <!...> a comment. Should now be more efficient on threaded perls.
2003-08-23Add pseudo-category 'java'.jschauma8-16/+16
2003-08-23improve COMMENT.grant3-6/+6
2003-08-22Add some note for ap2-ruby package.taca1-1/+9
2003-08-21improve descriptions of some extensionsgrant1-5/+5
2003-08-20add kimagemapeditor.markd1-1/+2
2003-08-20Initial import of KImageMapEditor 1.0.markd4-0/+73
KImageMapEditor is a tool for easily defining regions in HTML image maps. Features: o the ability to edit image maps in existing HTML documents o importing image maps from HTML documents, with a dialog for selecting an image map to modify from the maps in the document o a list of all image maps in the active HTML file, for switching among, deleting or adding new imagemaps o a list of all images in the active HTML file, for switching among the images o a pane which displays the appearance and name of the defined regions in the current image map o use as a component, such as for use as an imagemap viewer plugin in Konqueror or as an editor plugin in Quanta Plus o visual (mouse) and tabular (keyboard) modification of image map regions o exporting the revised image maps as an HTML document o integration with Quanta Plus.
2003-08-18Broken squid-2.5.STABLE3-coss-improvements-2.patch was fixed.taca2-8/+6
Bump package revision.
2003-08-18Update squid package to squid-2.5.3nb3.taca3-6/+38
- fix startup script as PR pkg/22502 by Steven M. Bellovin - includes newer official squid patches except squid-2.5.STABLE3-coss-improvements-2.patch (which is broken). o 2003-07-22 15:22 (Cosmetic) statCounter.syscalls.disk counters treated inconsistently o 2003-07-25 17:25 (Minor) Improvements to the (experimental) COSS storage scheme. o 2003-07-28 09:28 (Minor) Blank username logging fix o 2003-07-29 22:29 (Minor) More improvements to the (experimental) COSS storage scheme. o 2003-08-06 13:06 (Medium) assertion failed: http.c:869: "-1 == cfd || FD_SOCKET == fd_table[cfd].type" o 2003-08-06 14:06 (Medium) assertion failed: client_side.c:1478: "size > 0" when using aufs o 2003-08-06 14:06 (Minor) aufs calculates the number of threads and queue limits wrongly o 2003-08-10 07:10 (Cosmetic) Compile error in auth/digest_auth.c o 2003-08-10 19:10 (Minor) Username not logged into ACCESS.LOG in case of /407 o 2003-08-13 00:13 (Minor) ICP dynamic timeout algorithm ignores multicast
2003-08-18Drop XEmacs support (this is included in xemacs-packages; a bit older, though).minoura1-8/+3
2003-08-18Correct XEmacs support (typos and PLIST fix).minoura2-11/+13
2003-08-16Update to horde-2.2.4rc1, to fix a security issue.bouyer4-21/+44
Changes since 2.2.1: [mms] SECURITY: Add code to protect against session fixation issues. [jan] Add Macedonian translation (Stojan Pesov <ssp@eureka.com.mk>). [mir] Fix a bug that incorrectly quotes pref values (Bug #1224) [cjh] Fix a bug that prevented logging. [mms] DB session handlers do not use persistent connections by default. [mms] Fix parse error in Horde_Cipher_BlockMode_ofb64::. [mms] Optimization of Secret:: and Horde_Cipher:: drivers. [jan] Add Catalan translation (Angels GuimerĂ  <angels.Guimera@uab.es>). [mms] Added a RADIUS Auth:: driver. [mir] Added a Samba Auth:: driver. [cjh] Added the Horde_Image:: class.
2003-08-16remove phoenix(renamed to MozillaFirebird)taya20-2928/+0
2003-08-16delete phoenix and add MozillaFirebirdtaya1-2/+2
2003-08-16Import MozillaFirebird 0.6.1taya19-0/+2954
(renamed from phoenix) Changes from 0.6: * Fix for the auto-complete crash bug * Fix for the DOM security restriction bug that broke many bookmarklets * Rich Text Editing support * Toolbar buttons for cut, copy and paste * Brushed up default theme, including updated toolbar icons * New application icon
2003-08-14style and whitespace nits.grant1-3/+3
2003-08-14add some phoenix and mozilla browsers to NETSCAPE_PREFERRED.grant2-5/+5
bump to 1.9.
2003-08-13Update to version 20030811:simonb4-16/+21
- Add more ad patterns. - Hooks to get the printer-friendly version of some pages (disabled by default, controlled by STUBURL_PRINT in adzap.conf). Note: adds the new STUBURL_PRINT variable; users should update to the latest adzap.conf as shown in the install message.
2003-08-11add that zope stuffdrochner1-1/+7
2003-08-11import zope25-BackTalk-0.3, a tool for collaborative editing anddrochner4-0/+94
commenting on book-like content
2003-08-11import zope25-MailManager-0.94, a mail management and issue trackingdrochner4-0/+141
system
2003-08-11import zope25-StripoGram-1.4, a tool to get selected HTML componentsdrochner4-0/+39
out of a document
2003-08-11import zope25-CookieCrumbler-1.1, a helper for Cookie-based authenticationdrochner4-0/+46
2003-08-11import zope25-BTreeFolder2-0.5.0, a folder workalike optimized for speeddrochner4-0/+40
2003-08-11import zope25-Epoz-0.5.1, a wysiwyg editing componentdrochner4-0/+77
(uses Rich-Text-controls)
2003-08-11update to 0.7.3drochner3-7/+7
changes: It comes with improved performance, important bugfixes and a new set of toolbar Icons!
2003-08-11add some metacharacter escapes to that 2 variables are resolved atdrochner1-2/+2
startscript runtime, not already at creation time. No difference in behaviour, just looks nicer.
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb3-7/+3
2003-08-08update Solaris binary pkg to 0.6.1.grant5-12/+10
new features were summarised in original update to 0.6.1, so no need to include them again: http://www.mozilla.org/projects/firebird/release-notes.html
2003-08-08Make sure plugin's dir exists before linking into it.jmc3-7/+16
2003-08-08style, indentation fixes.grant1-50/+47
2003-08-08improve COMMENT.grant5-10/+10
2003-08-07Convert to USE_NEW_TEXINFO.seb2-7/+4
XXX Does not (byte) compile with current editors/xemacs.
2003-08-07Convert to USE_NEW_TEXINFO.seb2-5/+4
2003-08-07Convert to USE_NEW_TEXINFO.seb2-5/+3
2003-08-06texinfo.mk not needed here.seb1-2/+1
2003-08-05Updated ns-remote to 1.8:abs2-8/+6
- Use 'openURL(about:blank,new-window)' rather than 'openBrowser', so we can open blank windows with Mozilla >= 1.3. From Todd Vierling
2003-08-05bump revision after qt3/kde prefix changedrochner1-1/+2
2003-08-04Convert to the bsd.pkg.install.mk framework:jmmv3-39/+34
- Honour PKG_SYSCONFDIR. - Use CONF_FILES to install the default configuration file. - Use RCD_SCRIPTS to handle the startup script. Bump PKGREVISION to 1.
2003-08-04This appends to perllocal.pod in archlib, not sitelibjmc1-2/+2
2003-08-02apply same <iostream> patch for gcc3 as mozillamrg2-1/+14