summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authormspo <mspo@pkgsrc.org>2011-10-02 02:53:48 +0000
committermspo <mspo@pkgsrc.org>2011-10-02 02:53:48 +0000
commite8aec5ac41f32ca497b574868a8e37655852cc55 (patch)
tree3222921eaaff2efe03d86b85f4f41317667273aa /www
parent685174666ec63b371064d231d0c69c7a1e2a04c6 (diff)
downloadpkgsrc-e8aec5ac41f32ca497b574868a8e37655852cc55.tar.gz
1.99 2011-09-29 00:00:00
- Deprecated direct hash access to the flash in Mojolicious::Controller. - Added EXPERIMENTAL group function to Mojolicious::Lite. - Added EXPERIMENTAL build_frame and parse_frame methods to Mojo::Transaction::WebSocket. - Added EXPERIMENTAL accepts attribute to Mojo::IOLoop::Server. - Added EXPERIMENTAL profile helper. - Added EXPERIMENTAL binary support to Mojo::Transaction::WebSocket. - Updated WebSocket implementation to ietf-16. - Changed default upgrade timeout of Hypnotoad from 30 to 60 seconds. - Improved accept performance of all built-in servers by up to 1000% with the EV backend. - Improved connection_timeout method in Mojo::IOLoop by allowing it to be called as a class method. - Improved documentation. - Improved CSS of some built-in templates. - Improved resilience of HTTP parser. - Fixed CSS of built-in exception template. - Fixed close event bug in Mojo::IOLoop. - Fixed small redirect_to bug. (judofyr, sri) - Fixed small attribute selector bug in Mojo::DOM::CSS. - Fixed small unicode bug in Mojolicious::Plugin::EPRenderer. - Fixed a few small route bugs. - Fixed Perl 5.8.7 compatibility. - Fixed typos. 1.98 2011-09-14 00:00:00 - Removed Mojo::Server::FastCGI so it can be maintained as a separate distribution. - Added EXPERIMENTAL mojo_lib_dir and slurp_rel_file methods to Mojo::Home. - Improved host condition to work in more environments. - Improved CSS of all built-in templates. - Improved documentation. (rhaen, sri) - Improved test command to run tests in alphabetical order. (viliampucik) - Improved non-blocking resolver by allowing it to be disabled. - Improved DATA templates by removing a whitespace requirement. - Improved tests. - Fixed small name generation bug in Mojolicious::Plugin::Config. - Fixed small bug in cookie jar. - Fixed small plugin loader bug. - Fixed Hypnotoad to clean up lock files. - Fixed small bug that caused exceptions to be logged twice. 1.97 2011-09-03 00:00:00 - Improved unicode handling to be more correct and less forgiving. - Fixed typos. 1.96 2011-09-02 00:00:00 - Updated jQuery to version 1.6.3. - Fixed Mojo::IOLoop to ignore SIGPIPE. 1.95 2011-09-01 00:00:00 - Improved cookie generation slightly. (cosimo, sri) - Improved documentation. - Fixed Mojo::IOLoop to not ignore SIGPIPE. - Fixed typos. (akron) 1.94 2011-08-27 00:00:00 - Fixed lite_app and plugin generators. - Fixed typos. 1.93 2011-08-27 00:00:00 - Added EXPERIMENTAL support for escaped tags to Mojo::Template. - Improved Morbo to ignore dotfiles. - Improved documentation. - Fixed trimming bug in Mojo::Template. - Fixed a few small bugs in Mojo::Template. - Fixed small version detection bug in Mojo::Cookie. 1.92 2011-08-26 00:00:00 - Improved documentation. - Fixed quoting bug in Mojo::Cookie. 1.91 2011-08-25 00:00:00 - Added EXPERIMENTAL support for cloning Mojo::Message::Request objects. - Improved redirect support in Mojo::UserAgent to be closer to commonly used browsers. - Improved documentation. 1.90 2011-08-24 00:00:00 - Improved respond_to to automatically render an empty 204 response for unknown formats. - Improved render_exception and render_not_found to use the current format if available. (alnewkirk) - Improved documentation. 1.89 2011-08-23 00:00:00 - Improved Mojo::Home portability. (omega) - Improved documentation. 1.88 2011-08-23 00:00:00 - Added EXPERIMENTAL split method to Mojo::ByteStream. - Improved documentation. - Fixed small bug in Mojo::JSON. 1.87 2011-08-23 00:00:00 - Added EXPERIMENTAL app method to Mojo::Command. - Added EXPERIMENTAL t helper to Mojolicious::Plugin::TagHelpers. - Made tag helper a little smarter. - Made camelize a little smarter. - Improved documentation. - Fixed small route rendering bug. 1.86 2011-08-21 00:00:00 - Deprecated camel case command modules and lowercased all the built-in ones. - Added EXPERIMENTAL support for testing WebSockets with Test::Mojo. - Added GET/POST parameter support to respond_to. - Made class_to_file slightly smarter. - Improved documentation. 1.85 2011-08-20 00:00:00 - Fixed a url_for bug where captures would be ignored. 1.84 2011-08-19 00:00:00 - Added EXPERIMENTAL first, reverse, shuffle and sort methods to Mojo::Collection. - Improved documentation. - Fixed small test portablity bug. 1.83 2011-08-19 00:00:00 - Renamed filter method in Mojo::Collection to grep. - Improved documentation. 1.82 2011-08-19 00:00:00 - Added EXPERIMENTAL filter method to Mojo::Collection. - Removed while and until methods from Mojo::Collection. - Improved documentation. 1.81 2011-08-19 00:00:00 - Renamed Mojo::DOM::Collection to Mojo::Collection and added a few new methods. - Made Mojolicious::Plugins loader quite a bit smarter. - Improved documentation. - Improved Test::Mojo diagnostics. 1.80 2011-08-17 00:00:00 - Deprecated Mojolicious::Plugin::EpRenderer in favor of Mojolicious::Plugin::EPRenderer. - Deprecated Mojolicious::Plugin::EplRenderer in favor of Mojolicious::Plugin::EPLRenderer. - Deprecated Mojolicious::Plugin::I18n in favor of Mojolicious::Plugin::I18N. - Deprecated Mojolicious::Plugin::JsonConfig in favor of Mojolicious::Plugin::JSONConfig. - Deprecated Mojolicious::Plugin::PodRenderer in favor of Mojolicious::Plugin::PODRenderer. 1.79 2011-08-17 00:00:00 - Added support for upper case relative plugin names. (lammel) - Improved documentation. 1.78 2011-08-16 00:00:00 - Added EXPERIMENTAL modules Mojolicious::Command::Cpanify and Mojolicious::Command::Generate::Plugin. (sri, yko, tempire) - Improved documentation. - Fixed "websocket_lite_app.t" to require Perl 5.10+. - Fixed small empty cookie bug. - Fixed small command bug.
Diffstat (limited to 'www')
-rw-r--r--www/p5-Mojolicious/Makefile4
-rw-r--r--www/p5-Mojolicious/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-Mojolicious/Makefile b/www/p5-Mojolicious/Makefile
index 1c67dc34dca..c2a77f8a16e 100644
--- a/www/p5-Mojolicious/Makefile
+++ b/www/p5-Mojolicious/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2011/08/07 01:49:59 mspo Exp $
+# $NetBSD: Makefile,v 1.7 2011/10/02 02:53:48 mspo Exp $
-DISTNAME= Mojolicious-1.72
+DISTNAME= Mojolicious-1.99
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mojolicious/SRI/}
diff --git a/www/p5-Mojolicious/distinfo b/www/p5-Mojolicious/distinfo
index 070e6402978..1795df4110d 100644
--- a/www/p5-Mojolicious/distinfo
+++ b/www/p5-Mojolicious/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2011/08/07 01:50:00 mspo Exp $
+$NetBSD: distinfo,v 1.7 2011/10/02 02:53:48 mspo Exp $
-SHA1 (Mojolicious-1.72.tar.gz) = d96d51e739305dbea03b05eb8372c76ebce9ea17
-RMD160 (Mojolicious-1.72.tar.gz) = f6cb69c7067d12fd53bd47f70b4194d7efc5c605
-Size (Mojolicious-1.72.tar.gz) = 567286 bytes
+SHA1 (Mojolicious-1.99.tar.gz) = c90251c974d5210dd8d7b9ecbaa84742d5cdbc33
+RMD160 (Mojolicious-1.99.tar.gz) = 78e0614e7c52fa2bf079980960f179b9cb210950
+Size (Mojolicious-1.99.tar.gz) = 579354 bytes