diff options
author | wiz <wiz@pkgsrc.org> | 2011-02-28 17:23:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-02-28 17:23:07 +0000 |
commit | a9e8babb0031c640575c9462354157cc23b46fe6 (patch) | |
tree | 28f8b675b6c7835042646f1cab2c605efcc45c21 /www | |
parent | b1d44e949b48a0c561cf0be914a912f7541e4e50 (diff) | |
download | pkgsrc-a9e8babb0031c640575c9462354157cc23b46fe6.tar.gz |
Initial import of p5-Mojolicous-1.11, successor of p5-Mojo.
Back in the early days of the web there was this wonderful Perl
library called CGI, many people only learned Perl because of it.
It was simple enough to get started without knowing much about the
language and powerful enough to keep you going, learning by doing
was much fun. While most of the techniques used are outdated now,
the idea behind it is not. Mojolicious is a new attempt at implementing
this idea using state of the art technology. Features:
* An amazing MVC web framework supporting a simplified single
file mode through Mojolicious::Lite. Powerful out of the box
with RESTful routes, plugins, Perl-ish templates, session
management, signed cookies, testing framework, static file
server, I18N, first class unicode support and much more for
you to discover.
* Very clean, portable and Object Oriented pure Perl API without
any hidden magic and no requirements besides Perl 5.8.7.
* Full stack HTTP 1.1 and WebSocket client/server implementation
with IPv6, TLS, Bonjour, IDNA, Comet (long polling), chunking
and multipart support.
* Builtin async IO web server supporting epoll, kqueue, UNIX
domain sockets and hot deployment, perfect for embedding.
* Automatic CGI, FastCGI and PSGI detection.
* JSON and XML/HTML5 parser with CSS3 selector support.
* Fresh code based upon years of experience developing Catalyst.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Mojolicious/DESCR | 24 | ||||
-rw-r--r-- | www/p5-Mojolicious/Makefile | 19 | ||||
-rw-r--r-- | www/p5-Mojolicious/distinfo | 5 |
3 files changed, 48 insertions, 0 deletions
diff --git a/www/p5-Mojolicious/DESCR b/www/p5-Mojolicious/DESCR new file mode 100644 index 00000000000..e328b2dd3b3 --- /dev/null +++ b/www/p5-Mojolicious/DESCR @@ -0,0 +1,24 @@ +Back in the early days of the web there was this wonderful Perl +library called CGI, many people only learned Perl because of it. +It was simple enough to get started without knowing much about the +language and powerful enough to keep you going, learning by doing +was much fun. While most of the techniques used are outdated now, +the idea behind it is not. Mojolicious is a new attempt at implementing +this idea using state of the art technology. Features: + + * An amazing MVC web framework supporting a simplified single + file mode through Mojolicious::Lite. Powerful out of the box + with RESTful routes, plugins, Perl-ish templates, session + management, signed cookies, testing framework, static file + server, I18N, first class unicode support and much more for + you to discover. + * Very clean, portable and Object Oriented pure Perl API without + any hidden magic and no requirements besides Perl 5.8.7. + * Full stack HTTP 1.1 and WebSocket client/server implementation + with IPv6, TLS, Bonjour, IDNA, Comet (long polling), chunking + and multipart support. + * Builtin async IO web server supporting epoll, kqueue, UNIX + domain sockets and hot deployment, perfect for embedding. + * Automatic CGI, FastCGI and PSGI detection. + * JSON and XML/HTML5 parser with CSS3 selector support. + * Fresh code based upon years of experience developing Catalyst. diff --git a/www/p5-Mojolicious/Makefile b/www/p5-Mojolicious/Makefile new file mode 100644 index 00000000000..3ba1017b487 --- /dev/null +++ b/www/p5-Mojolicious/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/02/28 17:23:07 wiz Exp $ + +DISTNAME= Mojolicious-1.11 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mojolicious/KRAIH/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://mojolicious.org/ +COMMENT= Perl web framework: The Web In A Box! +LICENSE= artistic-2.0 + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Mojolicious/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Mojolicious/distinfo b/www/p5-Mojolicious/distinfo new file mode 100644 index 00000000000..8b67ff917eb --- /dev/null +++ b/www/p5-Mojolicious/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/02/28 17:23:07 wiz Exp $ + +SHA1 (Mojolicious-1.11.tar.gz) = ee74b90b01790573021ba92a9d830e3de723716e +RMD160 (Mojolicious-1.11.tar.gz) = b0c71055b88eeb5050438df498171ff1e00b6e64 +Size (Mojolicious-1.11.tar.gz) = 454815 bytes |