summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2011-11-29Correct instructions in MESSAGE file.ryoon2-6/+6
Bump PKGREVISION.
2011-11-29Add p5-JavaScript-Value-Escape.hiramatsu1-1/+2
2011-11-29Import JavaScript::Value::Escape into www/p5-JavaScript-Value-Escape,hiramatsu3-0/+27
which is required to update www/p5-Plack-Middleware-ConsoleLogger. There are a lot of XSS, a security hole typically found in web applications, caused by incorrect (or lack of) JavaScript escaping. This module is aimed to provide a secure JavaScript escaping to avoid XSS with JavaScript values.
2011-11-28Don't allow '/' characters to be passed to pam_start() by thedrochner6-5/+44
PAM helper program. OpenPAM didn't check this, so it could be tricked into reading arbitrary config files, allowing privilege escalation. Standard squid installations don't install the PAM helper SUID, but depending on local needs, an administrator might choose to do so. approved by pkg maintainer bump PKGREV
2011-11-28Update to 2.4:wiz5-99/+7
=== RELEASE 2.4 === Sat Nov 19 01:21:25 MET 2011 mikulas: Do not translate '\' to '/' in HTTP requests Sat Nov 19 01:19:12 MET 2011 mikulas: Do not test for existing strings when loading links history file => avoid quadratic-complexity on startup Sat Nov 19 01:18:59 MET 2011 mikulas: Fixed a possible memory leak on Windows Wed Nov 16 17:59:49 MET 2011 mikulas: Fixed a crash on systems that don't have strerror Fri Nov 11 23:22:25 CEST 2011 mikulas: Fixed a crash in Windows console code Wed Oct 12 22:08:39 MET 2011 mikulas: Fixed a possible crash if the user changes socks dns append string while socks connection is in progress Sun Sep 25 18:40:57 MET 2011 mikulas: Do not send '#' in the url when downloading Sun Sep 18 16:57:38 CEST 2011 mikulas: Fixed crashes with libpng-1.5 Fri Sep 16 20:16:01 CEST 2011 mikulas: Fixed bugs in the directfb driver Fri Sep 16 18:40:41 CEST 2011 mikulas: Workaround for icc optimization bug on framebuffer Don't clear the whole framebuffer, clear just an used area (fixes problems with Nvidia framebuffer) Tue Sep 13 23:13:52 CEST 2011 mikulas: Make it compile with OpenWatcom for Linux Note: because of unimplemented "gethostbyname" function, it requires installed "host" command to do name lookups Tue Sep 13 03:53:06 cet 2011 mikulas: Try to free internal caches when out of memory happens Mon Sep 12 19:57:13 CEST 2011 mikulas: Fixed a crash when cache is flushed while auth dialog is displayed Sun Sep 11 02:02:09 MET 2011 mikulas: Reduced memory consumption Don't reformat plain text if window size changes
2011-11-28Update to 0.9.17:wiz2-6/+6
Releasing 0.9.17. -CG Fixing return value of MHD_get_timeout if timeouts are not in use. (#1914). -rboulton Trying to fix accidental addition of a "Connection: close" footer under certain (rare) circumstances. -CG Small updates to the tutorial. Releasing 0.9.16. -CG shutdown(RDWR) fails on OS X after shutdown(RD), so only use shutdown(WR) if we already closed the socket for reading (otherwise OS X might not do shutdown (WR) at all). -CG Force adding of 'Connection: close' to the header if we (for whatever reason) are shutting down the socket for reading (see also #1760). -CG Treat EAGAIN the same way as EINTR (helps on W32). -LRN Made sockets blocking again for non-Linux platforms as non-blocking sockets cause problems (#1824) on Cygwin but offer better performance on Linux (see change on August 11 2011). -CG/pross Fixed problems with testcases on W32. -LRN Fixed MHD_CONNECTION_OPTION_TIMEOUT for HTTPS (#1811). -CG
2011-11-28Update p5-CGI-Application-Plugin-ValidateRM to 2.4.hiramatsu2-7/+7
Changes from previous: 2.4 July 20th, 2011 No functional changes. Fixed Perl 5.12 compatibility, thanks to Nicholas Bamber. (RT#67894) Also, some other code-cleanup.
2011-11-28Reset maintainer, sketch resigned.wiz1-2/+2
2011-11-27Work around lack of _SC_NPROCESSORS_ONLN on some platforms (like netbsd4).tnn2-5/+17
Observed in PR pkg/45553.
2011-11-27Recursive bump for www/serf buildlink addition.sbd1-2/+2
2011-11-27Add missing devel/zlib buildlink.sbd2-4/+6
Bump PKGREVISION
2011-11-26Add aiporyoon1-1/+2
2011-11-26Import aipo-6.02 as pkgsrc/www/aipo from wip/aiporyoon5-0/+4455
Aipo is web-based groupware software. Currently Aipo has interface written in Japanese only. You can get source at http://code.google.com/p/aipo/ . This package requires apache-tomcat and postgresql-server. Tested only with lang/openjdk7, www/apache-tomcat7, and databases/postgresql84-server.
2011-11-26Update py-mechanize to 0.2.5.obache3-22/+28
(added test target) 2011-03-31 John J Lee <jjl@pobox.com> * 0.2.5 release. * This is essentially a no-changes release to fix easy_install breakage caused by a SourceForge issue * Sourceforge is returning invalid HTTP responses, make download links point to PyPI instead * Include cookietest.cgi in source distribution * Note new IETF cookie standardisation effort 2010-10-28 John J Lee <jjl@pobox.com> * 0.2.4 release. * Fix IndexError on empty Content-type header value. (GH-18) * Fall back to another encoding if an unknown one is declared. Fixes traceback on unknoqn encoding in Content-type header. (GH-30) 2010-10-16 John J Lee <jjl@pobox.com> * 0.2.3 release. * Fix str(ParseError()) traceback. (GH-25) * Add equality methods to mechanize.Cookie . (GH-29) 2010-07-17 John J Lee <jjl@pobox.com> * 0.2.2 release. * Officially support Python 2.7 (no changes were required) * Fix TypeError on .open()ing ftp: URL (only affects Python 2.4 and 2.5) * Don't include HTTPSHandler in __all__ if it's not available 2010-05-16 John J Lee <jjl@pobox.com> * 0.2.1 release. * API change: Change argument order of HTTPRedirectHandler.redirect_request() to match urllib2. * Fix failure to use bundled BeautifulSoup for forms. (GH-15) * Fix default cookie path where request path has query containing / character. (http://bugs.python.org/issue3704) * Fix failure to raise on click for nonexistent label. (GH-16) * Documentation fixes. 2010-04-22 John J Lee <jjl@pobox.com> * 0.2.0 release. * Behaviour change: merged upstream urllib2 change (allegedly a "bug fix") to return a response for all 2** HTTP responses (e.g. 206 Partial Content). Previously, only 200 caused a response object to be returned. All other HTTP response codes resulted in a response object being raised as an exception. * Behaviour change: Use of mechanize classes with `urllib2` (and vice-versa) is no longer supported. However, existing classes implementing the urllib2 Handler interface are likely to work unchanged with mechanize. Removed RequestUpgradeProcessor, ResponseUpgradeProcessor, SeekableProcessor. * ClientForm has been merged into mechanize. This means that mechanize has no dependencies other than Python itself. The ClientForm API is still available -- to switch from ClientForm to mechanize, just s/ClientForm/mechanize in your source code, and ensure any use of the module logging logger named "ClientForm" is updated to use the new logger name "mechanize.forms". I probably won't do further standalone releases of ClientForm. * Stop monkey-patching Python stdlib. * Merge fixes from urllib2 trunk * Close file objects on .read() failure in .retrieve() * Fix a python 2.4 bug due to buggy urllib.splithost * Fix Python 2.4 syntax error in _firefox3cookiejar * Fix __init__.py typo that hid mechanize.seek_wrapped_response and mechanize.str2time. Fixes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465206 * Fix an obvious bug with experimental firefox 3 cookiejar support. It's still experimental and not properly tested. * Change documentation to not require a .port attribute on request objects, since that's unused. * Doc fixes * Added mechanize.urljoin (RFC 3986 compliant function for joining a base URI with a URI reference) * Merge of ClientForm (see above). * Moved to git (from SVN) http://github.com/jjlee/mechanize * Created an issue tracker http://github.com/jjlee/mechanize/issues * Docs are now in markdown format (thanks John Gabriele). * Website rearranged. The old website has been archived at http://wwwsearch.sourceforge.net/old/ . The new website is essentially just the mechanize pages, rearranged and cleaned up a bit. * Source code rearranged for easier merging with upstream urllib2 * Fully automated release process. * New test runner. Single test suite; tests create their own HTTP server fixtures (server fixtures are cached where possible for speed).
2011-11-26Add missing devel/zlib buildlink.sbd1-2/+3
Bump PKGREVISION
2011-11-25Fix build with modern GCCjoerg11-1/+132
2011-11-25Add missing dependency on py-ClientForm.obache1-1/+4
PR pkg/45651. Bump PKGREVISION.
2011-11-25Update p5-HTTP-OAI to 3.27.hiramatsu2-7/+6
Changes from previous: 3.26 - Added 'delay' option to delay between requests - Added --skip-identify option to oai_browser.pl - Fixed POD for RT #64077 - Hopefully fixes #69337 (no test case given) - Bumped XML::SAX::Base to 1.04 which should fix #68907 3.25 - Added unit test for OAI_DC metadata() parsing - Metadata::OAI_DC now parses dc when passed as a DOM to ->metadata
2011-11-25Update p5-HTML-TreeBuilder-LibXML to 0.13.hiramatsu2-7/+6
Changes from previous: 0.13 * Added 'getValue' node's method as in HTML::TreeBuilder::XPath for comment nodes in web-scraper module * Added dummy method 'store_comments' as in HTML::TreeBuilder for web-scraper module (for comment nodes) and for HTML::TreeBuilder::XPath working in tests with comment nodes * Now this module requires HTML::TreeBuilder::XPath v.0.14 (before 0.14 there getValue() didn't work for comment nodes)
2011-11-25Update p5-Catalyst-Plugin-Server to 0.28.hiramatsu2-12/+11
Changes from previous: 0.28 Thu Jul 08 20:30:00 CEST 2010 =================================== * Upgrade the plugin for Catalyt 5.8 series * Changes for adopting MRO::compat where not complete. Calls to next::method instead of NEXT::...() * Change name of paths and compiled base class properties in Cat 5.8 * Clone the result before serializing, as RPC::XML won't clone already seen refs (thanks t0m) * Fix the test suite (some tests were lost from 0.24->0.26) * Don't warn about the breakage of XML::RPC, as the author has already fixed the backcompat breakage 0.26 Fri Sep 25 13:50:41 CEST 2009 =================================== * Important notice: RPC::XML 0.69 introduced a backwards incompatible change. For now, this module will only work with RPC::XML 0.67 or before. See this bug report for RPC::XML for details: https://rt.cpan.org/Ticket/Display.html?id=50013 * Address: #44995: Instruction to disable RenderView action. Updated tutorial accordingly. * Address: #46316: Catalyst::Plugin::Server is trying to use NEXT, which is deprecated. We are now using MRO::compat instead. * Address: #45709 Documentation Ambiguity leads to confusion; The use of $c->req->xmlrpc->error is now documented in more detail. * Add unicode tests * Other small test improvements
2011-11-25Update p5-POE-Filter-HTTP-Parser to 1.06.hiramatsu2-7/+6
Changes from previous: ============================== 2011-03-07 23:46:11 +0000 1.06 ============================== commit b19d16ab7884681490695ac7e06145c8e609a293 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date: Mon Mar 7 23:46:11 2011 +0000 Fix trailing space and bump version to 1.06 commit dd95ee1ab0da0d89e8a18e39e9b4cbebabdd4f44 Author: Paul Driver <frodwith@gmail.com> Date: Mon Mar 7 10:54:55 2011 -0600 Depending on latest HTTP::Parser and fixing some tests commit a3fbde85a4c52b1f9265b355a40214d4ba69b9d7 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date: Mon Mar 7 21:46:59 2011 +0000 Update dist.ini with 'Prereqs' option rather than 'Prereq' commit 0337189987690f84435961ee29e0082a6216accf Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date: Wed Jul 28 13:13:58 2010 +0100 Removed the unnecessary tests commit ae9689f9b53ecfdc6db670daba7db58b72c30126 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date: Wed Jul 28 13:06:43 2010 +0100 Convert distribution to Dist::Zilla
2011-11-25Update p5-FCGI-ProcManager to 0.24.hiramatsu2-7/+6
Changes from previous: 0.24 2011-10-04 Tomas Doran <bobtfish@bobtfish.net> * Further fix to pm_wait routine to find the correct PID and remove it (fixing logical error introduced in the last release), noted by Vadim Dashkevich * Document (somewhat) FCGI::ProcManager::Constrainted 0.23 2011-09-27 Tomas Doran <bobtfish@bobtfish.net> * Fix pm_wait routine to exit without a warning * Fix pm_wait to correctly detect child processes which have died. * Fix to return SIGCHLD handler to it's default state in the pm_manage loop so that loading code which sets SIGCHLD to ignore won't interfere with normal operation. * Add repository metadata. 0.22 2011-08-04 Tomas Doran <bobtfish@bobtfish.net> * Ship a version of FCGI::ProcManager::Constrainted which actually works as advertised. 0.21 2011-08-02 Tomas Doran <bobtfish@bobtfish.net> * Ship a working dist. 0.20 2011-08-02 Gareth Kirwan <gbjk@cpan.org> * ProcManager::Constrained: Add a new FCGI::ProcManager::Constrainted subclass which will restart workers safely after a certain number of requests, or at certain memory thresholds. * ProcManager: Fix start_delay causing a permanent hang.
2011-11-24Update p5-Catalyst-Action-REST to 0.91.hiramatsu2-7/+6
Changes from previous: Thu 04 Aug 2011 14:37:21 CEST - Release 0.91 For the deserialization action class, make the HTTP methods it operates on configurable on a per-action level (plu, rafl). Fri 25 Feb 2011 13:56:00 GMT - Release 0.90 Remove test which is no longer applicable and fails in the latest Catalyst release. Mon 24 Jan 2011 21:57:42 GMT - Release 0.89 All classes are now made immutable. (Dave Rolsky) Added a Catalyst::Action::REST::ForBrowsers class. This will try to dispatch GET requests to a foo_GET_html method before trying foo_GET. (Dave Rolsky) Tue 11 Jan 2011 23:07:00 GMT - Release 0.88 Fix documentation for overriding Serialize and Deserialize actions in Catalyst::Controller::REST. Avoid warning with empty response bodies and new Catalyst version (>= 5.80030) Returning a body of '' is now possible - Catalyst::Action::Serialize acts like Catalyst::Action::RenderView (>= 0.16) by using the has_body predicate in Catalyst::Response (>= 5.80030) Wed 3 Nov 2010 19:46:00 GMT - Release 0.87 Fix Request class role when used with new Moose and other request class roles.
2011-11-24Update ruby-rack pacakge to 1.2.4.taca2-6/+6
* September 16, 2011: Eighteenth public release 1.2.4 * Fix a bug with MRI regex engine to prevent XSS by malformed unicode
2011-11-23Update p5-FCGI-Client to 0.08.hiramatsu2-7/+6
Changes from previous: 0.08 - fixed default timeout was 10secs. previsously it was documented as 10secs, but it is implemented as 1sec. https://rt.cpan.org/Ticket/Display.html?id=71100 0.07 - make FCGI::Client::Connection->timeout as writable(Jonas) 0.06 - fixed large packet issue (trunaev++) 0.05 - remove unused dependency to autodie, Try::Tiny. - fixed bad error handler in FCGI/Client/Connection.pm. https://rt.cpan.org/Ticket/Display.html?id=57374 (reported by mmcleric)
2011-11-23Update contao210-translations package to 20111120.taca3-24/+24
Update Bulgarian, Persian, LithuanianPortuguese and Russian language files.
2011-11-23Use lang/ruby/json.mk to handle dependency to ruby-json.taca3-7/+12
Bump PKGREVISION since dependency would change with ruby193-base.
2011-11-22Revert last change per joerg@'s objections.shattered1-2/+1
2011-11-22Add option to link with python.gdt1-1/+9
From reed@ and Mayuresh on pkgsrc-users.
2011-11-22Update p5-HTTP-Lite to 2.3.hiramatsu2-7/+6
Changes from previous: 2.3 Tue 14 Dec 2010 - No functional changes - Updated Module::Install to 1.00 - Updated author tests and moved to xt directory
2011-11-22Update p5-CGI to 3.58.hiramatsu2-7/+6
Changes from previous: Version 3.58 Nov 11th, 2011 [DOCUMENTATION] - Clarify that using query_string() only has defined behavior when using the GET method. (RT#60813) Version 3.57 Nov 9th, 2011 [INTERNALS] - test failure in t/fast.t introduced in 3.56 is fixed. (Thanks to zefram and chansen). - Test::More requirement has been bumped to 0.98 Version 3.56 Nov 8th, 2011 [SECURITY] Use public and documented FCGI.pm API in CGI::Fast CGI::Fast was using an FCGI API that was deprecated and removed from documentation more than ten years ago. Usage of this deprecated API with FCGI >= 0.70 or FCGI <= 0.73 introduces a security issue. <https://rt.cpan.org/Public/Bug/Display.html?id=68380> <http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-2766> (Thanks to chansen) [INTERNALS] - tmp files are now cleaned up on VMS ( RT#69210, thanks to cberry@cpan.org ) - Fixed test failure: done_testing() added to url.t (Thanks to Ryan Jendoubi) - Clarify preferred bug submission location in docs, and note that Mark Stosberg is the current maintainer. Version 3.55 June 3rd, 2011 [THINGS THAT MAY BREAK YOUR CODE] url() was fixed to return "PATH_INFO" when it is explicitly requested with either the path=>1 or path_info=>1 flag. If your code is running under mod_rewrite (or compatible) and you are calling self_url() or you are calling url() and passing path_info=>1, These methods will actually be returning PATH_INFO now, as you have explicitly requested, or has self_url() has requested on your behalf. The PATH_INFO has been omitted in such URLs since the issue was introduced in the 3.12 release in December, 2005. This bug is so old your application may have come to depend on it or workaround it. Check for application before upgrading to this release. Examples of affected method calls: $q->url(-absolute => 1, -query => 1, -path_info => 1 ) $q->url(-path=>1) $q->url(-full=>1,-path=>1) $q->url(-rewrite=>1,-path=>1) $q->self_url();
2011-11-21Update p5-Plack-Middleware-Auth-Digest to 0.04.hiramatsu2-7/+6
Changes from previous: 0.04 Thu Dec 16 11:27:29 PST 2010 - Passed $env to the callback as a second argument (blaze-x) - Adde a documentation on using it with Apache environment
2011-11-21Update p5-HTML-FillInForm to 2.1.hiramatsu2-7/+7
Changes from previous: 2.1 - August 29th, 2011 Fixed disable_fields option (#52667 Dirk Braun, Goro Fuji) Add an option to clear absent checkboxes (#44101 Alex Kapranoff) Fix incorrectly multiple escaped data in list context (#34081 Miika Pekkarinen) Allow FIF to process the new <input> field types (URL, email, and number) as defined in the HTML5 draft and already implemented by the iPhone. (Michael Fisher) Allow alternate parsing class (Mark Stosberg) mark invalid fields (Sam Tregar)
2011-11-21Update p5-Catalyst-Model-Adaptor to 0.10.hiramatsu2-7/+6
Change from previous: 0.10 23 Febuary 2011 - Allow callers pass some args at instance time
2011-11-20Avoid deadlock if FETCH_USING is set to wget or curl and we're buildingshattered1-1/+2
one of them.
2011-11-20Delint only.shattered1-2/+2
2011-11-19Add apache-tomcat7ryoon1-1/+2
2011-11-19Set LICENSE.ryoon1-1/+2
2011-11-19Import apache-tomcat-7.0.22 as www/apache-tomcat7ryoon6-0/+761
Apache Tomcat is an implementation of the Java Servlet and JavaServer Pages technologies. The Java Servlet and JavaServer Pages specifications are developed under the Java Community Process. Apache Tomcat is developed in an open and participatory environment and released under the Apache Software License. Apache Tomcat is intended to be a collaboration of the best-of-breed developers from around the world. We invite you to participate in this open development project. Apache Tomcat powers numerous large-scale, mission-critical web applications across a diverse range of industries and organizations. I have tested some war apps and they works. But not fully tested.
2011-11-19Update ruby-rails3 package to 3.0.11 (version change only).taca1-4/+4
2011-11-19Update ruby-activeresource3 to 3.0.11 (version change only).taca1-4/+4
2011-11-19Update ruby-actionpack3 package to 3.0.11.taca2-5/+6
*Rails 3.0.11 (unreleased)* * Fix XSS security vulnerability in the `translate` helper method. When using interpolation in combination with HTML-safe translations, the interpolated input would not get HTML escaped. *GH 3664* Before: translate('foo_html', :something => '<script>') # => "...<script>..." After: translate('foo_html', :something => '<script>') # => "...&lt;script&gt;..." *Sergey Nartimov* * Implement a workaround for a bug in ruby-1.9.3p0 where an error would be raised while attempting to convert a template from one encoding to another. Please see http://redmine.ruby-lang.org/issues/5564 for details of the bug. The workaround is to load all conversions into memory ahead of time, and will only happen if the ruby version is exactly 1.9.3p0. The hope is obviously that the underlying problem will be resolved in the next patchlevel release of 1.9.3. * Fix assert_select_email to work on multipart and non-multipart emails as the method stopped working correctly in Rails 3.x due to changes in the new mail gem. * Fix url_for when passed a hash to prevent additional options (eg. :host, :protocol) from being added to the hash after calling it.
2011-11-19Update p5-LWP-Online to 1.08.hiramatsu2-7/+6
Changes from previous: 1.08 Fri 9 Jul 2011 - Updated to Module::Install::DSL 1.01 - Added the Microsoft NCSI URL to the list of sites probed
2011-11-19Update p5-HTTP-Proxy to 0.25.hiramatsu2-7/+6
Changes from previous: 0.25 Sun Jul 3 00:28:10 CEST 2011 [ENHANCEMENTS] - new Engine: HTTP::Proxy::Engine::Threaded, by Angelos Karageorgiou [FIXES] - Correctly call eod() when the response has no body (closed RT ticket #48310)
2011-11-18Update p5-HTML-FormFu to 0.09005.hiramatsu2-8/+10
Changes from previous: 0.09005 2011-09-06 - bump version of prereq CGI to 3.37 to make all tests pass 0.09004 2011-08-26 - skip aggregate.t on Win32 - no functional changes to HTML::FormFu 0.09003_02 2011-08-25 - disable Test::Aggregate on Win32 0.09003_01 2011-05-11 - using Test::Aggregate for the test suite if installed tests finish now in seconds instead of minutes 0.09003 2011-05-10 - fixed regression in Model::HashRef introduced in 0.09000 0.09002 2011-03-21 - Hopefully fix IO::Interactive dependency properly 0.09001 2011-03-31 - Fix IO::Interactive dependency 0.09000 2011-03-29 - Codebase changed to use Moose - massive internal changes - any custom Elements, Constraints, etc will require changes. See advice on mailing list: http://www.mail-archive.com/html-formfu@lists.scsys.co.uk/msg02325.html Or ask for help on the mailing list: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu - Bug fix: was a fatal error when a value was submitted for Label element (code called delete_nested_hash_value instead of deleted_nested_hash_key). - Bug fix: RT#65728 Filter::Split shouldn't return a value if no value was submitted. - Bug fix: Element::Date now uses default() in preference to default_natural(). RT#65727 - DateTime elements, minutes and seconds have new 'interval' option. - Now only delete submitted value if there's no other field on the form with the same name. - load_config_file(stem) now honours the include path order, to mimic TT behaviour.
2011-11-18update to bozohttpd 20111118. changes include:mrg2-6/+6
o add -P <pidfile> option, from jmmv@netbsd.org o avoid crashes with http basic auth, from pooka@netbsd.org o add support for REDIRECT_STATUS variable, from tls@netbsd.org o support .mp4 files in the default map o directory indexes with files with : are now displayed properly, from reed@netbsd.org o allow -I option to be useful in non-inetd mode as well
2011-11-18Update p5-Continuit to 1.5.hiramatsu2-7/+6
Changes from previous: Version 1.5 (released 2011.09.17) * Fix PSGI docroot * Documentation improvements Version 1.4 (released 2011.03.20) * Make PSGI adapter be non-blocking * Also make it use the psgi.streaming interface * Add yield to Adapt::HttpDaemon's print (I thought it was there before?) * Add Coro thread descriptions for better debugging Version 1.3 (released 2010.11.22) * Stupid version number issue Version 1.2.0 (released 2010.11.22) * Refactor PSGI adaptor (scrottie) * Random documentation updates
2011-11-18Update p5-Catalyst-Action-RenderView to 0.16.hiramatsu2-7/+6
Changes from previous: 0.16 2011-01-05 19:28:00 GMT - Fix bug accidentally introduced in the last version with response 3xx statuses. 0.15 2011-01-04 14:19:36 CET - Don't delegate to a view if the response body is set to `undef'. - Make sure a Test::More with done_testing support is available.
2011-11-17Update p5-HTML-Selector-XPath to 0.11.hiramatsu2-7/+6
Changes from previous: 0.11 Sun Oct 23 21:45:00 GMT 2011 - Add test to MANIFEST so it also ships 0.10 Sun Oct 23 21:10:53 GMT 2011 - Identifiers are now parsed closer to the CSS3 spec - Certain invalid attribute selectors now raise an exception 0.09 Sun Oct 16 13:07:09 GMT 2011 - Fix bug in attribute-value-substring selectors where the CSS attributes were wrongly assumed to be specified with @href (Aaron Crane) - Make test suite less verbose (Aaron Crane) 0.08 Sun Sep 18 12:31:31 PDT 2011 - Fix bug when combining selectors (p , q). Whitespace created invalid XPath expressions there. (Corion) - Fix bug when combining :root selectors as the second selector. The first selector was modified. (Corion) - :root now acts relative to the given "root" option, not the document root (Corion) - More css3 selectors support (Corion) 0.07 Mon Mar 7 17:07:39 PST 2011 - Added a COPYRIGHT section 0.06 Thu Feb 17 13:54:45 PST 2011 - Add CSS3 "=$" operator (Corion) - Add CSS3 "=^" operator (Corion) - Add complex subexpressions for :not() (Corion) - Add :empty selector (Corion) - Support 'root' parameters to to_xpath (JZOBEL, David Wheeler, Corion) 0.05 Thu Feb 17 09:08:06 PST 2011 - Add CSS3 "=*" operator for real substring matching (Corion) - Add CSS3 ":first-of-type" and ":nth-of-type()" pseudo-attributes (Corion) (but if you're using them, you're likely better off using XPath already) - Add CSS3 "~" operator (Corion) - Adopt tests for "~" operator from RT #61990, by Aaron Crane (Corion) - Add :contains() selector (only immediate child nodes) (Corion) - Support implicit selectors like "> em" (translated to "* > em") (Corion) Fixes RT #50131 (Reported by David Wheeler) - Fix more implicit universal selectors (fixes RT #49982) :lang(c) as a bare selector works now (Corion, Aaron Crane)
2011-11-17Update p5-Plack-Middleware-File-Sass to 0.03.hiramatsu2-7/+6
Changes from previous: 0.03 Sun Feb 13 19:40:10 PST 2011 - Use 'sass' gem executable if installed. 0.02 Fri Feb 11 19:01:42 PST 2011 - Supported SCSS with the new option 'syntax'