Upstream changes: 3.94 2013-04-08 - Added is_hidden method to Mojolicious::Routes. - Removed deprecated start method from Mojolicious::Commands. - Improved documentation. - Improved tests. - Fixed small selector bug in get command. - Fixed small anchor bug in Mojolicious::Plugin::PODRenderer. 3.93 2013-04-05 - Deprecated Mojo::IOLoop::Delay::end in favor of generated callbacks. - Improved Mojo::IOLoop::Delay to be able to generate callbacks that can capture all arguments. - Improved prefork command to allow -a and -L values below 1 second. - Improved documentation. - Improved tests. - Fixed multiple timing bugs in Mojo::IOLoop::Delay. 3.92 2013-04-03 - Added monotonic clock support to make Mojolicious more resilient to time jumps. - Added steady_time function to Mojo::Util. - Removed deprecated namespace method from Mojolicious::Routes. - Removed deprecated base_tag helper. - Improved WebSocket send method to stringify objects. (jberger) - Improved version command to show required versions of optional dependencies. - Improved documentation. - Improved tests. - Fixed RFC 6901 compliance of Mojo::JSON::Pointer. (jberger, sri) - Fixed a few small Unicode bugs in get command. 3.91 2013-03-17 - Improved bad charset handling in Mojo::DOM::HTML. - Improved documentation. - Improved tests. - Fixed HTTPS proxy support for blocking requests in Mojo::UserAgent. - Fixed support for RFC 2817 in Mojo::Message::Request. - Fixed whitespace bug in Mojo::DOM::HTML. - Fixed proxy detection bug in get command. 3.90 2013-03-14 - Added direct array access for parsed parameters to Mojo::Parameters. - Added direct array access for path parts to Mojo::Path. - Improved dumper helper to sort hash keys. - Improved documentation. - Improved tests. - Fixed bug in Mojo::Headers that prevented multiline headers from being parsed correctly. - Fixed multiline header support in hash representation of Mojo::Headers. - Fixed cloning bug in Mojo::Headers. 3.89 2013-03-04 - Improved documentation. - Improved tests. - Fixed installable scripts to not "use lib", which sadly breaks updated dual-life modules. (jberger, sri) - Fixed bug preventing delayed normalization for reused Mojo::Path objects. - Fixed path matching bug in Mojo::Path. 3.88 2013-03-03 - Improved Mojo::Path to delay normalization as long as possible. - Improved Mojo::Path performance. - Improved documentation. - Improved tests. - Fixed small domain detection bug in Mojo::UserAgent::CookieJar.
20 lines
562 B
Makefile
20 lines
562 B
Makefile
# $NetBSD: Makefile,v 1.23 2013/04/09 15:19:50 wen Exp $
|
|
|
|
DISTNAME= Mojolicious-3.94
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mojolicious/SRI/}
|
|
#MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TE/TEMPIRE/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://mojolicious.org/
|
|
COMMENT= Perl web framework: The Web In A Box!
|
|
LICENSE= artistic-2.0
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Mojolicious/.packlist
|
|
|
|
REPLACE_PERL+= script/*
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|