fa41904beb
Upstream changes: 4.91 2014-03-29 - Added daemonize method to Mojo::Server. - Added ensure_pid_file method to Mojo::Server::Prefork. - Removed deprecated secret method from Mojolicious. - Improved performance of Mojolicious::Plugin::EPRenderer and Mojolicious::Plugin::EPLRenderer. - Improved Mojo::Reactor::Poll portability with POLLPRI support. 4.90 2014-03-16 - Removed deprecated to_rel method from Mojo::URL. - Updated IO::Socket::SSL requirement to 1.84 due to breaking changes in IO::Socket::SSL. - Improved documentation browser with more accessible links and readable inline code. - Fixed textarea and title parsing bugs in Mojo::DOM::HTML. 4.89 2014-03-13 - Added support for template variants. - Improved built-in templates with unobtrusive menu bar. - Fixed bug in Mojo::DOM::HTML where non-self-closing elements were not handled correctly. - Fixed bug in Mojo::DOM::HTML where <image> was not treated as an alias for <img>. 4.88 2014-03-09 - Added build_controller method to Mojolicious. - Added match method to Mojolicious::Routes. - Improved Mojo::Server::Daemon to handle setuid/setgid errors more gracefully. - Improved Mojo::Server::Prefork to handle lock file errors more gracefully. - Improved exception page to show better context information for templates. - Fixed comment on last line bug in Mojo::Template. 4.87 2014-03-04 - Improved Mojo::ByteStream to allow more method chaining. - Fixed RFC 7159 support in Mojo::JSON. - Fixed RFC 7159 compliance bugs in Mojo::Transaction::WebSocket and Test::Mojo. - Fixed Unicode bugs in Test::Mojo. 4.86 2014-03-03 - Improved Mojo::IOLoop::Delay to allow more method chaining. - Improved WebSocket and long poll performance. 4.85 2014-02-26 - Added next_tick method to Mojo::IOLoop and Mojo::Reactor. - Added host_port and path_query methods to Mojo::URL. - Added is_handshake method to Mojo::Message::Request. - Improved Mojo::Reactor::EV responsiveness. - Fixed IDNA support for CONNECT requests. - Fixed "0" value bug in Mojo::Message::Request. 4.84 2014-02-22 - Added remaining attribute to Mojo::IOLoop::Delay. - Added data and pass methods to Mojo::IOLoop::Delay. - Improved Mojo::Exception context detection to better line up with user expectations.
19 lines
497 B
Makefile
19 lines
497 B
Makefile
# $NetBSD: Makefile,v 1.48 2014/04/03 16:06:18 wen Exp $
|
|
|
|
DISTNAME= Mojolicious-4.91
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/S/SR/SRI/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://mojolicio.us/
|
|
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"
|