svn commit: r402282 - head/www/p5-Mojolicious

Adam Weinberger adamw at FreeBSD.org
Mon Nov 23 16:27:47 UTC 2015


Author: adamw
Date: Mon Nov 23 16:27:45 2015
New Revision: 402282
URL: https://svnweb.freebsd.org/changeset/ports/402282

Log:
  Update to 6.33. Adjust IO::Socket::IP dependency.
  
  Fix grammar nit in COMMENT, and rewrite pkg-descr to be more
  descriptive, using mojo's own marketing blurbs.
  
  Take maintainership of this port.
  
  Changes: https://metacpan.org/changes/distribution/Mojolicious

Modified:
  head/www/p5-Mojolicious/Makefile
  head/www/p5-Mojolicious/distinfo
  head/www/p5-Mojolicious/pkg-descr

Modified: head/www/p5-Mojolicious/Makefile
==============================================================================
--- head/www/p5-Mojolicious/Makefile	Mon Nov 23 16:16:43 2015	(r402281)
+++ head/www/p5-Mojolicious/Makefile	Mon Nov 23 16:27:45 2015	(r402282)
@@ -2,13 +2,13 @@
 # $FreeBSD$
 
 PORTNAME=	Mojolicious
-PORTVERSION=	6.32
+PORTVERSION=	6.33
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	perl at FreeBSD.org
-COMMENT=	High level MVC web framework written in Perl
+MAINTAINER=	adamw at FreeBSD.org
+COMMENT=	High-level MVC web framework written in Perl
 
 LICENSE=	ART20
 
@@ -23,8 +23,8 @@ USE_PERL5=	configure
 USES=		perl5
 
 IPV6_CATEGORIES=	ipv6
-IPV6_BUILD_DEPENDS=	p5-IO-Socket-IP>=0.26:${PORTSDIR}/net/p5-IO-Socket-IP
-IPV6_RUN_DEPENDS=	p5-IO-Socket-IP>=0.26:${PORTSDIR}/net/p5-IO-Socket-IP
+IPV6_BUILD_DEPENDS=	p5-IO-Socket-IP>=0.37:${PORTSDIR}/net/p5-IO-Socket-IP
+IPV6_RUN_DEPENDS=	p5-IO-Socket-IP>=0.37:${PORTSDIR}/net/p5-IO-Socket-IP
 TLS_BUILD_DEPENDS=	p5-IO-Socket-SSL>=1.75:${PORTSDIR}/security/p5-IO-Socket-SSL
 TLS_RUN_DEPENDS=	p5-IO-Socket-SSL>=1.75:${PORTSDIR}/security/p5-IO-Socket-SSL
 

Modified: head/www/p5-Mojolicious/distinfo
==============================================================================
--- head/www/p5-Mojolicious/distinfo	Mon Nov 23 16:16:43 2015	(r402281)
+++ head/www/p5-Mojolicious/distinfo	Mon Nov 23 16:27:45 2015	(r402282)
@@ -1,2 +1,2 @@
-SHA256 (Mojolicious-6.32.tar.gz) = 635e0b2a3757843e0af5d82bcc1806478a14d54db598f6a04324f656b1633802
-SIZE (Mojolicious-6.32.tar.gz) = 653175
+SHA256 (Mojolicious-6.33.tar.gz) = 387986ce12ef6fcc2e317e98491ebc3f7da1b2da0e93619982ba25db3063c823
+SIZE (Mojolicious-6.33.tar.gz) = 653511

Modified: head/www/p5-Mojolicious/pkg-descr
==============================================================================
--- head/www/p5-Mojolicious/pkg-descr	Mon Nov 23 16:16:43 2015	(r402281)
+++ head/www/p5-Mojolicious/pkg-descr	Mon Nov 23 16:27:45 2015	(r402282)
@@ -1,8 +1,23 @@
-A next generation web framework for the Perl programming language.
-The core of Mojolicious is a new implementation of the famous Routes
-concept, utilizing some advanced techniques from Catalyst.
-You can find help via mailing list http://lists.kraih.com/ or via
-IRC irc://irc.perl.org/#mojo
+A next generation web framework for the Perl programming language; duct
+tape for the HTML5 web.
 
-WWW: http://search.cpan.org/dist/Mojolicious/
+An amazing real-time web framework, allowing you to easily grow single file
+prototypes into well-structured web applications.
+
+Powerful out of the box with RESTful routes, plugins, commands, Perl-ish
+templates, content negotiation, session management, form validation, testing
+framework, static file server, CGI/PSGI detection, first class Unicode support
+and much more for you to discover.
+
+Full stack HTTP and WebSocket client/server implementation with IPv6, TLS, SNI,
+IDNA, HTTP/SOCKS5 proxy, Comet (long polling), keep-alive, connection pooling,
+timeout, cookie, multipart and gzip compression support.
+
+Built-in non-blocking I/O web server, supporting multiple event loops as well
+as optional preforking and hot deployment, perfect for building highly scalable
+web services.
+
+JSON and HTML/XML parser with CSS selector support.
+
+WWW: https://metacpan.org/pod/Mojolicious
 WWW: http://mojolicious.org/


More information about the svn-ports-all mailing list