summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2010-02-07Add & enable p5-HTML-Selector-XPathseb1-1/+2
2010-02-07Initial import of p5-HTML-Selector-XPath version 0.03 in the NetBSDseb3-0/+27
Packages Collection. The Perl 5 module HTML::Selector::XPath is a utility function to compile CSS2 selector to the equivalent XPath expression.
2010-02-06Update pear-HTTP_Request package from 1.3.0 to 1.4.4.taca2-8/+7
1.4.4 Development of HTTP_Request package is halted, only bug fixing will be done. Please submit feature requests for HTTP_Request2 package. Fixes: * Improved memory usage of _buildRequest() method (bug #14574) * Clarified documentation for addFile() method to mention that it is useful only for POST method file uploads (bug #14635) * Do not send "Content-Length: 0" header for methods other than POST and PUT, as some servers may return error 400 (bug #14740) 1.4.3 * Added possibility to get reason phrase from HTTP response (request #12352) * PHP 4.2.0 should be the minimal PHP version (bug #12354), also updated other dependencies' versions to saner values * Send a Content-Length header in request even if body is empty (request #12900) * Do not pass length parameter to gzinflate(), it could cause problems in some corner cases (bugs #13135, #14370) * Return an error if trying to do a HTTPS request without OpenSSL support (bug #14127) * Do not stop reading chunked response body prematurely (bug #14200) 1.4.2 * The final CRLF was not properly added to request headers on POST request with no post data (Thanks to Brock Weaver) * Added error codes (request #12335, thanks to Joe Stump for the patch) * HTTP_Request sent broken requests on redirects with no trailing slash (bug #12308, thanks to Joe Stump for the patch) * Requests with a body consisting of only a symbol '0' were sent without body (reported privately by Sam Ghods) * download-progress.php example was broken since 1.4.0 due to addition of 'connect' and 'disconnect' events. Now works again. 1.4.1 * Removed bogus parameter for getURL() (Bug #9586, thanks to Martin Jansen) * Improved API documentation (Bug #9984, thanks to Martin Jansen) * Fixed wrong Content-Length if using mbstring function overloading (bug #10605) * Fixed bogus "data CRC check failed" error on 64-bit systems (bug #10790, thanks to Bill Moran) * Redone the way package handles mbstring function overloading, this will allow using gzip Content-Encoding when said overloading is switched on * Added proper header comment blocks, improved phpdoc comments 1.4.0 * Added Keep-Alive support (request #4806), thanks to Justin Patrin for the initial patch. Please note that "Connection: close" header is still added by default, you need to explicitly add "Connection: Keep-Alive" header or remove "Connection" header if using HTTP 1.1 * A new disconnect() method was added which forces disconnection from the server if Keep-Alive is used. Also two new events are sent to the Listeners: "connect" and "disconnect" * Added getUrl() method (request #6589) * Added method to properly parse header of gzip-encoded data (see RFC 1952). This takes care of situations when the server adds some additional data to the header (bug #8245) or sends data that is not gzip-encoded when "Content-Encoding: gzip" header is present (bug #8213) * "Proxy-Authorization" header is now properly set by constructor (bug #5913) * Fixed doc comments mentioning addBody() method instead of proper setBody() (bug #5969) * Fixed erroneous removal of "Content-Type" header from request (bug #7922) * Bogus HTTP headers are now ignored (bug #8214) * Path is set to "/" if an URL without path (http://www.example.com) is given (bug #8662) * Moved to package.xml version 2.0
2010-02-06Update pear-HTTP from 1.4.0 to 1.4.1.taca2-7/+6
* Fixed bug #7130 - HTTP::absoluteUri("?foo") loses path * Fixed bug #12672 - PHP_SELF ending on / causes incorrect redirects * Fixed bug #12571 - Wrong license in package.xml * Fixed bug #12759 - DOS linebreaks * Fixed req #9148 - Added negotiateCharset() method * Fixed req #11060 - Added negotiateMimeType() method * Added regression tests * Bump to package.xml v2.0 * Added failover JavaScript for redirect()
2010-02-06Update pear-HTML_Common from 1.2.3 to 1.2.5.taca2-7/+6
1.2.5 Whitespace is no longer trimmed from quoted attribute values in _parseAttribute() method (bug #15787) 1.2.4 Migrate to package.xml version 2.0, use proper header comment block. No code changes since previous release.
2010-02-06Update typolight28-translations package to 20100205.taca8-31/+32
Update Czech, Latvian, Russian, Swedish and Chinese translation files.
2010-02-06OUpdate typolight27-translations package to 20100131.taca5-16/+24
Update Czech and Chinese translation files.
2010-02-05Update from version 1.11 to version 1.13.seb2-9/+11
Pkgsrc changes: - Add LICENSE - Adjust dependencies - Add recommended dependencies Upstream changes: 1.13 - ignoring dirs starting with '.' - no HTML rendering for perltoc (too slow) - support for perlvar - computing TOC layout, works for MSIE6, MSIE8, FF, Chrome and Safari - many JS fixes (done in Alien-GvaScript 1.20) - applied patch by Elliot Shank for specifiying the page title - tested on MSIE8, FF3.5, safari4, Chrome3 1.12 - sync TOC, automatically open nodes in TOC - support aliases in links L<alias|http://...> - fixed bugs in URLs containing special chars like L<http://foo$/...> - disabled automatic links within text nodes - links to external resources will open in a blank page - fixed bugs in displaying scripts (as opposed to modules) - toc ignores directories starting with '.' - toc_pragmas ignores "pod", "pods" and "inc" subdirs
2010-02-04Mark PEAR packages as DESTDIR ready. Thanks to obache@ for the backendjoerg3-3/+9
support.
2010-02-04Remove file that should have disappeared with 2.28.2 update.wiz1-94/+0
2010-02-03Update from version 1.11 to version 1.21seb2-6/+7
Pkgsrc changes: - Add LICENSE Upstream changes: 1.21 18.01.2010 - bug in Builder, Gvascript.js was written to wrong location 1.20 07.01.2009 - Element.autoScroll : fix scroll amount when the scrolling block has an offsetTop > 0 - removed PAGE_UP/DOWN handlers in TreeNavigator -- let the browser deal with those - treeNavigator select() has an additional param "prevent_autoscroll" - treeNavigator autoscroll only active through kbd, not through click - treeNavigator observes "mouseup" (instead of mousedown or click) - autoCompleter bug fix on detach (stop observing "click") - protoExtensions : removed RegExp.escape() (now in prototype.js) - autoCompleter div, display above only if enough vertical space - autoCompleter : code layout improvements 1.18 13.10.2009 - fix some minor doc glitches released in 1.17 1.17 13.10.2009 - major revision from Mona Remlawi - new Grid component - new CustomButtons component - new Paginator component - new test suite
2010-02-03avoid pbulk dependency fallout (BROKEN alone will suffice)tnn1-2/+2
2010-02-02Updating www/p5-Catalyst-Action-RenderView from 0.13 to 0.14sno2-8/+8
Upstream changes: 0.14 2009-12-03 03:13:23 GMT - Remove warnings from tests about actions in the app root
2010-02-02Update squid30 pakcage to squid-3.0.23 (squid-3.0.STABLE23).taca2-6/+6
http://www.squid-cache.org/Advisories/SQUID-2010_1.txt Changes to squid-3.0.STABLE23 (02 Feb 2010): - Bug 2856: removing assert() required for 3.0 patch for SQUID-2010:1 - Regression Fix: Build error in Kerberos helper after library removal. Changes to squid-3.0.STABLE22 (01 Feb 2010): - Regression Fix: Make Squid abort on all config parse failures. - Bug 2787: Reduce unexpected http status to non-critical warnings. - Bug 2496: Downloading some variants in full before relaying - Bug 2452: Add upper limit to external_acl_type entries. - Removed optional kerberos/spnegohelp/ library due to licensing issues - Add client_ip_max_connections - Handle DNS header-only packets as invalid.
2010-02-02Add security patch noted astaca3-3/+28
http://www.squid-cache.org/Advisories/SQUID-2010_1.txt. Bump PKGREVISION.
2010-02-02Update "squid31" package to version 3.1.0.16. Changes since 3.1.0.15:tron4-174/+6
- Regression Fix: Make Squid abort on all config parse failures. - Regression Bug 2811: SNMP client/peer table OID numbering - Bug 2851: Connection pinning fails when using a peer - Bug 2850: Mismatch in hier_code enum / hier_strings array - Bug 2731: Add follow_x_forwarded_for support to ICAP - Bug 2730: Regressions in follow_x_forwarded_for since Squid-2 - Bug 2706: Set timestamps during ICAP request satisfaction. - Bug 2553: X-Forwarded-For with IPv6 address not handled correctly - Fix: WCCPv1 not connecting to router correctly - Remove obsolete RunCache/RunAccel scripts. - Add client_ip_max_connections - Add the http::>ha format code and make http::>h log original request headers - ... and all bug fixes from 3.0 up to 3.0.STABLE22 - ... and many more minor build and display annoyances. This update also contains the fix for the remote DoS vulnerability reported in "Squid Proxy Cache Security Update Advisory SQUID-2010:1".
2010-02-02Updating www/p5-Rose-HTMLx-Form-Related from 0.17 to 0.19sno2-12/+13
pkgsrc changes: - Adding license definition - Adjusting dependencies Upstream changes: 0.19 19 Jan 2009 * add dep on MRO::Compat. Use it in show_related_field_using() in RDBO and DBIC Metadata subclasses. * show_related_field_using() will now return 'unique_value' if the foreign class implements that method. 0.18 1 Dec 2009 * fix failing dbic test
2010-02-02Updating www/p5-Rose-HTML-Objects from 0.604 to 0.606.1sno2-8/+14
pkgsrc changes: - Adjusting dependencies Upstream changes: 0.6061 (11.19.2009) - John Siracusa <siracusa@gmail.com> * Altered tests to work around strange UTF-8 errors in some installations of perl. (Thanks to Michael Lackhoff for help debugging.) 0.606 (11.16.2009) - John Siracusa <siracusa@gmail.com> * Overhauled inheritance to fix "Inconsistent hierarchy" mro c3 errors (RT 51168) * Added "use utf8" statements to ensure proper treatment of UTF-8 text stored in the __DATA__ sections of various modules (RT 29131) 0.605 (10.16.2009) - John Siracusa <siracusa@gmail.com> * Updated eval blocks to avoid stomping on $@ from an outer scope.
2010-02-02Updating www/p5-Catalyst-Plugin-Static-Simple from 0.28 to 0.29sno2-6/+6
Upstream changes: 0.29 2010-02-01 18:45:00 - Switch from override to around, because really, wtf
2010-02-02Updating www/p5-Catalyst-Action-REST from 0.78 to 0.81sno2-19/+20
pkgsrc changes: - Adjusting dependencies - Adjust module type Upstream changes: Thu 14 Jan 20:56:00 GMT 2010 - Release 0.81 Add a JSONP serialization type. Sat 19 Dec 14:54:00 GMT 2009 - Release 0.80 Convert all classes to Moose Change Catalyst::Request::REST to be a mostly empty class, with all the functionality in Catalyst::TraitFor::Request::REST Simplify _get_allowed_methods method (aristotle) Rework serializer return so that serializers throw an exception in the case of issues serializing the data (hobbs). Fri 11 Dec 01:08:00 GMT 2009 - Release 0.79 Cope with invalid (missing required q parameter) header like: application/json; charset="utf-8" Fix documentation to not mention deprecated things and generally be in better style. Make author information consistant and only in one module.
2010-02-02Updating www/p5-Catalyst-Plugin-AutoRestart from 0.92nb1 to 0.93sno2-11/+13
pkgsrc changes: - Adding license definition - Adjust dependencies - Apply correct module type Upstream changes: 0.93 2010-01-29 - Changing Class::C3 to MRO::Compat
2010-02-02Mark as BROKENsno1-2/+5
2010-02-02Updated awstats to 6.96.fhajny5-25/+49
New features/improvements: * Fix security in awredir.pl script by adding a security key required by default. * Enhance security of parameter sanitizing function. * Add name of config file used to build data files inside data files header. * Added details of version for Chrome, Opera, Safari and Konqueror browsers. * Add AdobeAir detection. * Major update of browsers, robots and search_engines databases (among them, the Bing search engine). * Increase seriously bot detection. * Add Brezhoneg language. * Add a better way to detect Safari versions. * Added subpages for geoip maxmind modules in awstats_buildstaticpages. Fixes: * Fix typo in polish language file * awstats emmits ton of warnings with new geoipfree - ID: 2794728 * Fix: can detect robots with robots.txt url even if file is not root. * Other minor fixes. pkgsrc changes: * Patch XML encoding problem when the AT&T searchbot is encountered.
2010-02-02Updating www/p5-Catalyst-Model-Adaptor from 0.05nb1 to 0.06sno2-7/+7
Upstream changes: 0.06 3 January 2010 - Fix a minor documentation problem. Reported by Cory Watson.
2010-02-02Updating www/p5-Catalyst-Runtime from 5.80018 to 5.80019sno2-6/+6
Upstream changes: 5.80019 2010-01-29 01:04:09 Bug fixed: - Calls to $c->uri_for with private paths as strings (e.g. $c->uri_for('controller/action', 'arg1', 'arg2') ) no longer have / encoded to %2F. This is due to $c->uri_for('static', 'css/foo', $bar) which should not be encoded. Calls with an action object (rather than a string), or uri_for action will still encode / in args and captures to %2F - The above noted / => %2F encoding in uri_for_action or uri_for with an action object has been fixed to not just encode the first slash in any set of args/captures. - nginx and lighttpd FCGI requests with URI encoded sections as the first path part have been fixed to operate correctly. - A source of bogus warnings in Catalyst::Component::BUILDARGS has been removed. Documentation: - Improve the documentation about -Home and how Catalyst finds the home path for applications. - Various minor typo fixes. New features: - Allow passing additional arguments to action constructors.
2010-01-31Don't record an exact version dependency on xulrunner.tnn1-3/+4
Exact dependencies make upgrading through binary packages impossible because we don't have a way to do multipackage transactional updates. You still need to have the same mozilla platform version of xulrunner and firefox installed or there will be an error message at run time.
2010-01-30Added LICENSE information.heinz1-1/+2
2010-01-29skip check-interpreter for deploy template files.obache1-1/+4
2010-01-28update to the fresh releasespz3-6/+14
The changelog from 6.0.20 to 6.0.24 is quite lengthy, please refer to http://tomcat.apache.org/tomcat-6.0-doc/changelog.html for details fixes CVE-2009-2693, CVE-2009-2901 and CVE-2009-2902
2010-01-27Added www/p5-Catalyst-Model-File version 0.08sno1-1/+2
2010-01-27Importing www/p5-Catalyst-Model-File version 0.08 as dependency of scheduledsno3-0/+31
import of www/p5-Task-CatInABox. This module provides a file based storage model for Catalyst.
2010-01-27Added www/p5-Catalyst-Authentication-Store-Htpasswd version 1.003sno1-1/+2
2010-01-27Importing www/p5-Catalyst-Authentication-Store-Htpasswd version 1.003 assno3-0/+37
an indirect dependency of update for editors/p5-Padre-Plugin-Catalyst. This plugin uses Authen::Htpasswd to let Catalyst applications use <.htpasswd> files for it's authentication storage.
2010-01-27Update to kde4 4.3.5markd2-6/+5
* A number of bugs in KIO have been squashed, making updating of shown directories work again and solving some other stability issues * A crash when creating an avatar from the webcam in Kopete has been fixed * kded taking 100% CPU time in certain situations has been cured
2010-01-27Added www/p5-Catalyst-Authentication-Credential-HTTP-Proxy version 0.06sno1-1/+2
2010-01-27Importing www/p5-Catalyst-Authentication-Credential-HTTP-Proxy version 0.06.sno3-0/+37
This module enables use of HTTP Proxy authentication with Catalyst::Plugin::Authentication. Currently this module only supports the Basic scheme, but upon request Digest will also be added.
2010-01-27Added www/p5-Catalyst-Authentication-Credential-HTTP version 1.011sno1-1/+2
2010-01-27Importing www/p5-Catalyst-Authentication-Credential-HTTP version 1.011 assno3-0/+42
indirect dependency of upcoming 0.08 version of editors/p5-Padre-Plugin-Catalyst This module provides the feature of HTTP authentication for Catalyst::Plugin::Authentication. Both basic and digest authentication are currently supported. When authentication is required, this module sets a status of 401, and the body of the response to 'Authorization required.'. To override this and set some own content, check for the $c->res->status == 401 in the end action, and change the body accordingly.
2010-01-27Adding license and PERL5_MODULE_TYPE to avoid AutoInstall tries installingsno1-3/+5
from CPAN.
2010-01-27DEPENDS should be right after MAINTAINER block, reorder.wiz2-7/+7
2010-01-27Added www/p5-Task-Catalyst-Tutorial version 0.06sno1-1/+2
2010-01-27Importing www/p5-Task-Catalyst-Tutorial as a dependency of scheduledsno3-0/+46
editors/p5-Padre-Plugin-Catalyst-0.08 Catalyst::Manual::Tutorial installs a "MyApp" tutorial example and everything it needs. The tutorial covers a wide range of Catalyst features.
2010-01-26apply expat patch to bundled version:drochner3-3/+20
add patch from upstream CVS to fix CVE-2009-3560 (possible DOS due to crash on bad input) bump PKGREVISION
2010-01-26Update "firefox" package to 3.5.7. Changes since version 3.5.6:tron1-4/+2
- Fixed a common stability issue. - Fixed a problem with how updates were being presented to users. Approved by Tobias Nygren.
2010-01-26Added www/p5-Catalyst-Controller-HTML-FormFu version 0.06001sno1-1/+2
2010-01-26Importing www/p5-Catalyst-Controller-HTML-FormFu version 0.06001 as indirectsno3-0/+46
dependency of upcoming editors/p5-Padre-Plugin-Catalyst update. Catalyst::Controller::HTML::FormFu provides Catalyst integration for HTML::FormFu.
2010-01-26Added www/p5-HTML-FormFu version 0.06001sno1-1/+2
2010-01-26Importing www/p5-HTML-FormFu 0.06001 as indirect dependency ofsno3-0/+70
scheduled update of editors/p5-Padre-Plugin-Catalyst. HTML::FormFu is a HTML form framework which aims to be as easy as possible to use for basic web forms, but with the power and flexibility to do anything else you might want to do (as long as it involves forms). Almost any part of formfu's behaviour and output can be configured. By default formfu renders "XHTML 1.0 Strict" compliant markup, with as little extra markup as possible, but with sufficient CSS class names to allow for a wide-range of output styles to be generated by changing only the CSS.
2010-01-26Update fengoffice to 1.6.2.taca3-9/+27
Changes (from http://www.fengoffice.com/web/blogen/?p=125). Improvements in 1.6.2: * Added a checkbox to apply a task's assignee to all subtasks. * Allow changing the maximum tasks display limit in the Tasks module. * Speeded up the quick mark as read (blue dots in listings). * Added actions in the email view to move to and out of the Junk folder and to mark as unread. * Allow to set a subtask's start and due date when adding it from the parent task's view. * Request username when changing an expired password for increased security. Bug fixes in 1.6.2: * When editing a user, the user gained access to your personal workspace if you didn't have access to his. * When editing a user's personal workspace you can now chose from all workspaces, not only yours. * "Full" search engine now matches words individually instead of matching the whole phrase. * White screen of death when downloading files added before version 1.4. * Week numbers for january were incorrect. * Error 500 when importing companies. * Some links in email didn't open in new windows. * When creating a contact, objects linked to the contact were ignored. * Invalid UTF8 characters are now escaped before saving an email to avoid database errors. * Pick date widgets were not being shown full size on IE8. * Special characters in vcard files are converted when importing contacts. * Improved compatibility with RSS readers - changed the "pubdate" tag to "pubDate". * When checking email through cron, the "max spam level" user config option was disregarded. * The User column for emails in the Oveview List was the owner of the email account and not the user who wrote the email. * User with read access to an email account didn't view emails in the Overview List. * Missing lang 'success archive files'. * The string "None" was hardcoded in english in some fields of the time report. * User with permissions to edit owner company data could not edit the logo.
2010-01-26Update typolight27-translations package to 20100126.taca3-8/+8
Swedish translation files are update to suppoty TYPOlight 2.7.6.