Revision: 73956 http://trac.macports.org/changeset/73956 Author: ryandesign@macports.org Date: 2010-11-29 22:03:24 -0800 (Mon, 29 Nov 2010) Log Message: ----------- p5-mojolicious: new port, version 0.999941; see #27503 Added Paths: ----------- trunk/dports/perl/p5-mojolicious/ trunk/dports/perl/p5-mojolicious/Portfile Added: trunk/dports/perl/p5-mojolicious/Portfile =================================================================== --- trunk/dports/perl/p5-mojolicious/Portfile (rev 0) +++ trunk/dports/perl/p5-mojolicious/Portfile 2010-11-30 06:03:24 UTC (rev 73956) @@ -0,0 +1,37 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 +PortGroup perl5 1.0 + +perl5.setup Mojolicious 0.999941 +categories-append www +platforms darwin +maintainers l2g.to:larry+macports +license Artistic 2.0+ +homepage http://mojolicious.org/ +supported_archs noarch + +description An MVC web framework emphasizing minimalism and simplicity + +long_description The Mojolicious web framework is all about minimalism \ + and simplicity. Features include: A simplified single \ + file mode through Mojolicious::Lite * Very clean and \ + Object Oriented pure Perl API without any hidden magic \ + and no requirements besides Perl 5.8.1 * Full stack HTTP \ + 1.1 and WebSocket client/server implementation with \ + IPv6, TLS, IDNA, pipelining, chunking and multipart \ + support * Builtin async IO and prefork web server \ + supporting epoll, kqueue, hot deployment and UNIX domain \ + socket sharing, perfect for embedding * CGI, FastCGI and \ + PSGI support * Powerful out of the box with RESTful \ + routes, plugins, sessions, signed cookies, static file \ + server, testing framework, Perl-ish templates, JSON, \ + I18N, first class Unicode support and much more for you \ + to discover! + +checksums sha1 7bc1a96d26756b595f73edad65db5d59e6d9dd13 \ + rmd160 7e5f7828cf2b68500225d0726615dfc66baee762 + +# Only required for full testing: +#depends_build-append port:p5-io-socket-ssl Property changes on: trunk/dports/perl/p5-mojolicious/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native