summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2003-10-03Add and enable p5-Template-Generate.wiz1-1/+2
2003-10-03This module generates TT2 templates. It can take datawiz4-0/+36
structures and rendered documents together, and deduce templates that could have performed the transformation. It is a companion to Template and Template::Extract; their relationship is shown below: Template: ($template + $data) ==> $document # normal Template::Extract: ($document + $template) ==> $data # tricky Template::Generate: ($data + $document) ==> $template # very tricky This module is considered experimental.
2003-10-03Add and enable p5-Template-Extract.wiz1-1/+2
2003-10-03This module is a subclass of the Template toolkit, with addedwiz4-0/+32
template extraction functionality. It can take a rendered document and its template together, and get the original data structure back, effectively reversing the "process" function. This module is considered experimental. If you just wish to extract RSS-type information out of a HTML document, WWW::SherlockSearch may be a more robust solution.
2003-10-03Update to 2.10; wildcard dependency on tex.wiz3-7/+19
Version 2.10 provides a few trivial new features and applies fixes to some small bugs. For example, you can now use IN instead of = in a loop, e.g. FOREACH item IN list. The WRAPPER configuration option is new, and Template::Context and Template::Stash now both implement define_vmethod() methods which make it easier to define new virtual methods. Version 2.09 contained mostly bug fixes and minor enhancements. Version 2.08 added compile time constant folding which can result in a significant performance boost when processing templates. It also offered several other minor enhancements and bug fixes.
2003-10-02Sort.wiz1-9/+9
2003-10-01Use DEPENDS instead of buildlink2.mk for dependancy on ImageMagick.simonb1-3/+3
Thanks to Grant Beattie for sorting out DEPENDS line.
2003-10-01fix install.dent1-2/+2
2003-09-30Fix ruby-htmlsplit package.taca4-23/+5
Since htmlsplit.rb isn't really contain RD document, stop try to generate HTML from it. (It was my fault.) Bump PKGREVISION.
2003-09-30only pull in ../../emulators/suse_linux/Makefile.application if we aredmcmahill2-3/+17
actually using a Linux version of netscape. Fixes build on alpha under compat_osf1 and probably sparc under compat_svr4.
2003-09-29use explicit number here rather than ${PHP_BASE_VERS}, so that packagesjdolecek1-2/+2
using the buildlink would get proper version dependency even when not using php4/Makefile.common
2003-09-29fix include of ncurses/buildlink2.mk againgrant1-2/+2
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam3-6/+6
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant3-7/+7
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-09-27Fix build with gcc3 (hi mrg! :) ).wiz2-4/+26
2003-09-27rename phoenix-bin-* to MozillaFirebird-bin-*.grant46-141/+161
2003-09-27The extra libraries for SunOS are only built/needed for sparc.markd1-2/+2
2003-09-27whitespace nitgrant1-2/+2
2003-09-27fix MASTER_SITES.grant2-4/+4
2003-09-24Use ln -s to install a symlink, instead of install -s. Fixes problems onjmmv1-2/+2
SunOS. From Jonathan Perkin in PR pkg/22928.
2003-09-23Add missing PKGCONFIG_OVERRIDE.recht1-1/+3
Bump PKGREVISION because of the changed *.pc files. ok'ed by wiz@
2003-09-23Reorder line for pkglint.wiz1-2/+3
2003-09-23Update to 0.13.4, provided by Hiramatsu Yoshifumi in PR 22895:wiz5-31/+15
Changes in release sitecopy 0.13.4, 29 July 2003 * Fix ~/.sitecopy directory permissions check on some platforms. * Fix included getopt build on some platforms. * Updated Italian translation (Cristian Rigamonti). * neon updates: - add support for Kerberos authentication over HTTP ("GSS-Negotiate"). - fix compatibility with OpenSSL 0.9.6. Changes in release sitecopy 0.13.3, 30 June 2003 * 'ls' parsing tweaks in FTP fetch mode. * Better error handling for corrupt site storage files. * Update to neon 0.24. Changes in release sitecopy 0.13.2, 17 June 2003 * Fixes for FTP synch mode (Paul J. Mantyla, David Madore and others). Changes in release sitecopy 0.13.1, 15 June 2003 * Fixes for FTP fetch mode: - corruption of downloaded files - handling of empty lines in responses * Drop support for non-XML storage files produced by sitecopy-0.7.0 and earlier. * Fixes for SSL certificate caching. * Fix build using included libintl. * Fix fn_escape() build with some compilers. Changes in release sitecopy 0.13.0, 10 May 2003 * Really fix use of non-ASCII filenames: - drop 'charset' config option - this should no longer be used - filenames should be preserved exactly regardless of character set * Support WebDAV over SSL again: user is prompted to verify the server certificate on first access. * Enable use of bundled expat. * Add Italian translation from Cristian Rigamonti. * Fix segfault if SSL is requested but not supported. * Fix build on AIX (Takeshi NISHIMATSU), FreeBSD. Changes in release sitecopy 0.12.1, 19 February 2003 * Fix corruption of uploaded files in FTP mode (Jonathan Paisley) * Fix build when included libintl is used (Nathan Hand). * Fix bogus "XML parser received non-8-bit data" error. * Fix make install (Juergen Daubert). * Disable use of bundled expat pending build fix.
2003-09-22Teach bozohttpd some XML mime types (mozilla needs them).wiz3-2/+18
Bump PKGREVISION.
2003-09-21Upgraded to Apache::Gallery 0.7:kim5-57/+74
- Support mod_perl version 1 and 2 (1.99) (Michael Legart) - Send status code 500 on errors, 404 on file not found and make IE show our own errorpage. (Thomas L. Kjeldsen) - Bugfix for directories named "0" (Andreas Plesner Jacobsen) - Added "selection mode". Select images with checkboxes and get a list of filenames. (Peter Andreasen) - Fix to let the module work with perl 5.005 (Aaron) - Do not allow scaling pictures to sizes above their original size (Aaron) - Added GalleryUseFileDate option to make A::G show the files timestamps instead of using the EXIF value (Dennis Haney) - Remember display size when turning Slideshow off (Hans Joergensen) - Nice new layout (Thomas Kjaer) - New option GalleryEXIFMode to control the way EXIF info is displayed. See docs for details (Michael Legart) - Support for the FNumber EXIF value (Thomas Corell) - Added GalleryRootText option to allow changing the name of the root element in the menu (Christopher Knight) - Use Image::Imlib2 instead of Inline::C (Andreas Plesner Jacobsen) - New option GalleryMaxThumbnailsPerPage to limit the number of thumbnails displayed per page. Disabled by default and requires templates update. (Michael Legart) - Bugfix for the GalleryThumbnailSize option. Both height and width max sizes are now obeyed. (David Gee)
2003-09-19Fix a buffer overflow reported in PR 22863 by Ross Patterson.wiz3-2/+17
Bump PKGREVISION.
2003-09-19Use ${MV} instead of mv; and .CURDIR instead of PKGDIR.wiz1-3/+3
2003-09-19Use .CURDIR instead of PKGDIR variable (for pkglint).wiz1-2/+2
2003-09-19Revert version 1.81, as the mods it contained weren't necessary.agc1-6/+1
2003-09-18Update to 1.1.3, based on PR 22631 by Min Sik Kim.wiz2-12/+12
Changes unknown.
2003-09-17Update to KDE3.1.4.markd2-6/+5
Changes: * resolve symlinks before opening a file [#60860 ] * don't insert the "<meta http-equiv="Content-Type" content="text/html; charset=..." line when using the Quick Start dialog [#61500 ] * fix CTRL-C behavior [#62624] * fix message window handling * fix script action error output handling * honour the "Do not load the modified version from disk." setting in the dirty file dialog
2003-09-17get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD orgrant2-5/+11
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-17Of course, distinfo should be updated.taca1-3/+3
2003-09-17Oops, I forgot to update DIST_SUBDIR.taca1-2/+2
2003-09-16Update to 1.4, patch provided by Min Sik Kim in PR 22518recht3-17/+23
1.4 o Added AuthPGGroupQuery. o AuthPGGroupQuery doesn't require AuthPGGroupTable. o Database access errors in verifying group permission leave log messages. o AuthPGQuery works with AuthPGVirtual. o Fixed a bug in AuthPGCookie. 1.3 o Fix a security problem. (See http://cert.uni-stuttgart.de/advisories/apache_auth.php for details.)
2003-09-16Update squid package to 2.5.4. Most of changes are already intaca2-143/+8
squid 2.5.3nb4 package. Changes to squid-2.5.STABLE4 (15 Sep 2003): - Lithuanian error messages added to the distribution - Bug #660: segfauld if more than one custom deny_info line - cache_dir disd documentation cleanup - check open of /dev/null to avoid 100% CPU loop in badly configured chroot environments - documentation update on uri_whitespace to refer to the correct RFC - Bug #655: icmpRecv: recv: (11) Resource temporarily unavailable - Bug #683: external_acl does not wait for ident lookups to complete - aufs: Fix a minor use-after-free problem which could cause the count of opening filedescriptors to grow larger than it should - Syntax changes to make GCC-3.3 accept Squid without complaints - Warning if CARP server defined in incorrect load factor order - neighbor_type_domain documentation update - http_header_access now works when using cache peers - high_memory_warning now uses sbrk as fallback mechanism on platforms where neither mallinfo or mstats are available. - hosts_file now handles comments at the end of lines correcly - storeCheckCachable() Stats corrected for release_request and wrong_content_length. - cachePeerPingsSent MIB type corrected - unused minimum_retry_timeout directive removed - Bug #702: ERR_TO_BIG spanish translation - Bug #705: Memory leak on deny_info TCP_RESET - Code cleanup to fix compile error in httpHeaderDelById - Bug #699: Host header now forwarded exactly where it was in the original request to work around certain broken firewalls or load balancers which fail if this header is too far into the request headers. - Bug #704: Memory leak on reply_body_max_size - Bug #686: requests denied due to http_reply_access are now logged with TCP_DENIED (instead of TCP_MISS, etc). - Bug #708: ie_refresh now sends no-cache to have the reload request propagate properly in cache meshes - Bug #700: Crashes related to ftpTimeout: timeout in SENT_PASV state - Bug #709: cbdata.c:186: "c->valid" assertion due to peer digest not found - Bug #710: round-robin cache_dir selection incorrectly compares max-size. - Statistics corrections in HTTP header statitics - QUICKSTART cleanups - Bug #715: statCounter.syscalls.disk counters treated inconsistently. Now increment the counters in AUFS functions and for unlinkd. - Improvements to the (experimental) COSS storage scheme. - Bug #721: User name field in access.log sometimes blank - Bug #94: assertion failed: http.c: "-1 == cfd || FD_SOCKET == fd_table[cfd].type" - Bug #716: assertion failed: client_side.c:1478: "size > 0" - Bug #732: aufs calculates number of threads and limits wrongly - Bug #663: Username not logged into access.log in case of /407 - Bug #267: Form POSTing troubles with NTLM authentication and occationally in differen other error conditions. - Bug #736: ICP dynamic timeout algorithm ignores multicast. - Bug #733: No explicit error message when ncsa_auth can't access passwd file - Bug #267, #757: POST with NTLM stops after persistent connection timeout - Bug #742: Wrong status code on access denials if delay_access is used. Most notably 407 instead of 403 could be returned. - Bug #763: segfault if using ntlm in http_reply_access - Bug #638: assertion error if using proxy_auth in delay_access - Bug #756: segmentation fault if using ntlm proxy_auth in delay_access - The issue of reply_body_max_size limiting the size of error messages no longer applies. - external_acl_type concurrency= option renamed to children= to prepare for Squid-3 upgrades. Old syntax still accepted for the duration of the Squid-2.5 release. - number of filedescriptors rounded down to an even multiple of 64 to work around issues in certain libc implementations. - winbind helpers less noisy in cache.log on restarts/shutdown. - Squid now automatically restarts helpers if too many of them have crashed.
2003-09-16Note that you actually do have to click on 'Install'.jschauma1-2/+3
Pointed out by Peter Seebach in PR pkg/22804.
2003-09-15Allow this to compile under Irix (and presumably other platforms usingjschauma1-2/+2
a non-gcc compiler) by passing the '-i' flag to automake.
2003-09-15Deconfusify netscape7's version numbering after discussion with seb@jschauma1-2/+2
(and belatedly add seb's update to 7.1nb2 on 2003-09-12).
2003-09-14Update to 2.2.4, based on patch from Adrian Portelli in pkg/22629.bouyer3-8/+11
Changes since 2.2.4rc1: [mdj] SECURITY: Add dereferer to strip off session information from links to the outside of the Horde system to protect against session hijacking. [jan] Fix a bug with importing vCard 2.1 data. [jan] Add Arabic (Syria) translation (Platinum Development Team <devteam@platinum-sy.net>).
2003-09-14Allow this to compile on Irix by not enabling nls on that platform.jschauma1-4/+7
2003-09-14update to 7.10.6recht4-27/+55
added python23-pth support Many changes and fixes. See ChangeLog for a complete list. Important: * WARNING: Removed the deprecated pycurl.init() and pycurl.multi_init() names - use pycurl.Curl() and pycurl.CurlMulti() instead. * WARNING: Removed the deprecated Curl.cleanup() and CurlMulti.cleanup() methods - use Curl.close() and CurlMulti.close() instead.
2003-09-14Upgrade to p5-CGI-2.98kim2-5/+5
- Fixed crash in Dump() function. - Removed warning from reset() method. - Moved <area> and <map> tags into the :html3 group. Hope this removes undefined CGI::Area errors. - Changed CGI::Carp to play with mod_perl2 and to (hopefully) restore reporting of compile-time errors. - Fixed potential deadlock between web server and CGI.pm when aborting a read due to POST_MAX (reported by Antti Lankila). - Fixed issue with tag-generating function not incorporating content when first variable undef. - Fixed cross-site scripting bug reported by obscure. - Fixed Dump() function to return correctly formed XHTML - bug reported by Ralph Siemsen. - Fix to be P3P compliant submitted from MPREWITT. - Added CGI->r() API for mod_perl1/mod_perl2. - Fixed bug in redirect() that was corrupting cookies. - Minor fix to behavior of reset() button to make it consistent with submit() button (first time this has been changed in 9 years). - Patch from Dan Kogai to handle UTF-8 correctly in 5.8 and higher. - Patch from Steve Hay to make CGI::Carp's error messages appear on MSIE browsers. - Added Yair Lenga's patch for non-urlencoded postings. - Added Stas Bekman's patches for mod_perl 2 compatibility. - Fixed uninitialized escape behavior submitted by William Campbell. - Fixed tied behavior so that you can pass arguments to tie() - Fixed incorrect generation of URLs when the path_info contains + and other odd characters. - Fixed redirect(-cookies=&gt;$cookie) problem. - Fixed tag generation bug that affects -javascript passed to start_html().
2003-09-13new v6 patch (small bug fix)itojun2-5/+7
2003-09-13Update "gtkhtml" package to version 1.1.10. A meaningful list of changestron3-42/+41
is not available. But this version fixes a security problem described in CAN-2003-0541.
2003-09-13Remove unneeded patch... module.mk sets INSTALLDIRS for us.jlam2-14/+1
2003-09-12kill all references to gcc.buildlink2.mk and compiler.mk, and definegrant2-4/+2
USE_GCC2 or USE_GCC3 where appropriate. the functionality of the old gcc.buildlink2.mk has been rolled into compiler.mk now, which is automatically used. more changes to come later...
2003-09-12Install all .ini files in the examples directory. Keep CFLAGS' value whilejmmv4-7/+20
building. Bump PKGREVISION to 1. Closes PR pkg/21862 by Todd Vierling.
2003-09-12Add missing `netscape7' script to PLIST.seb1-2/+3
Bump PKGREVISION.
2003-09-12upgrade to 1.3.28 + IPv6 patch.itojun4-36/+39
This version of Apache is principally a security and bug fix release. Of particular note is that 1.3.28 addresses and fixes the following issues: CAN-2003-0460 (cve.mitre.org) (rotatelogs bug), VU#379828 (infinite loop potential), and file descriptor leakage .