pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Add p5-Mojolicious version 8.07



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Thu Nov 29 16:44:47 2018 +0200
Changeset:	824890a23bb6b9ea1889702b3ee55c41476604d2

Added Files:
	p5-Mojolicious/DESCR
	p5-Mojolicious/Makefile
	p5-Mojolicious/distinfo

Log Message:
Add p5-Mojolicious version 8.07

I need a newer version for wip/harmony, too scary to update the generic
pkgsrc one.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=824890a23bb6b9ea1889702b3ee55c41476604d2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 p5-Mojolicious/DESCR    | 24 ++++++++++++++++++++++++
 p5-Mojolicious/Makefile | 23 +++++++++++++++++++++++
 p5-Mojolicious/distinfo |  6 ++++++
 3 files changed, 53 insertions(+)

diffs:
diff --git a/p5-Mojolicious/DESCR b/p5-Mojolicious/DESCR
new file mode 100644
index 0000000000..e328b2dd3b
--- /dev/null
+++ b/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/p5-Mojolicious/Makefile b/p5-Mojolicious/Makefile
new file mode 100644
index 0000000000..a3d1847788
--- /dev/null
+++ b/p5-Mojolicious/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.139 2018/09/02 07:55:30 wiz Exp $
+#
+# When updating this package, please upload the distfile
+# since they disappear immediately when new releases happen,
+# which is quite often.
+
+DISTNAME=	Mojolicious-8.07
+PKGNAME=	p5-${DISTNAME}
+CATEGORIES=	www perl5
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Mojolicious/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+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"
diff --git a/p5-Mojolicious/distinfo b/p5-Mojolicious/distinfo
new file mode 100644
index 0000000000..3a9b1a158e
--- /dev/null
+++ b/p5-Mojolicious/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.130 2018/09/02 07:55:30 wiz Exp $
+
+SHA1 (Mojolicious-8.07.tar.gz) = f74a3f0ecd5c48f95133932879c2211a2bec9068
+RMD160 (Mojolicious-8.07.tar.gz) = 650b038b3634234fdd61c1d2c25a58e619f1aade
+SHA512 (Mojolicious-8.07.tar.gz) = 88fd8fb4f579bd4d0db656ba284945bebedba910fc9d617d603f6af87589c613973fccda40ac4736dd96bbd254c1bc3374ed0d0359576240e954011d21f632f0
+Size (Mojolicious-8.07.tar.gz) = 753682 bytes


Home | Main Index | Thread Index | Old Index