pkgsrc-WIP-changes archive

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

p5-Mojolicous: remove, is in www



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Mon Sep 7 21:10:33 2020 +0200
Changeset:	72fd97e2c48e75e55d6431536aecdb8bc8360a58

Modified Files:
	Makefile
	harmony/Makefile
	p5-Mojo-JWT/Makefile
Removed Files:
	p5-Mojolicious/DESCR
	p5-Mojolicious/Makefile
	p5-Mojolicious/distinfo

Log Message:
p5-Mojolicous: remove, is in www

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

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

diffstat:
 Makefile                |  1 -
 harmony/Makefile        |  2 +-
 p5-Mojo-JWT/Makefile    |  2 +-
 p5-Mojolicious/DESCR    | 24 ------------------------
 p5-Mojolicious/Makefile | 23 -----------------------
 p5-Mojolicious/distinfo |  6 ------
 6 files changed, 2 insertions(+), 56 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index e98beffa34..3293db2e76 100644
--- a/Makefile
+++ b/Makefile
@@ -2661,7 +2661,6 @@ SUBDIR+=	p5-Module-Pluggable-Ordered
 SUBDIR+=	p5-Module-Starter-Plugin-CGIApp
 SUBDIR+=	p5-Mojo-JWT
 SUBDIR+=	p5-MojoX-Log-Log4perl-Tiny
-SUBDIR+=	p5-Mojolicious
 SUBDIR+=	p5-Mojolicious-Plugin-OAuth2-Server
 SUBDIR+=	p5-MongoDB
 SUBDIR+=	p5-MooseX-Iterator
diff --git a/harmony/Makefile b/harmony/Makefile
index e2cee0172c..680c8a7d5a 100644
--- a/harmony/Makefile
+++ b/harmony/Makefile
@@ -14,7 +14,7 @@ COMMENT=	Web based bug tracking system
 LICENSE=	mpl-2.0
 
 DEPENDS+=	ap2[0-9]-perl-[0-9]*:../../www/ap2-perl
-DEPENDS+=	p5-Mojolicious-[0-9]*:../../wip/p5-Mojolicious
+DEPENDS+=	p5-Mojolicious-[0-9]*:../../www/p5-Mojolicious
 DEPENDS+=	p5-Mojolicious-Plugin-OAuth2-Server-[0-9]*:../../www/p5-Mojolicious-Plugin-OAuth2-Server
 DEPENDS+=	p5-MojoX-Log-Log4perl-Tiny-[0-9]*:../../wip/p5-MojoX-Log-Log4perl-Tiny
 DEPENDS+=	p5-Mojo-JWT-[0-9]*:../../wip/p5-Mojo-JWT
diff --git a/p5-Mojo-JWT/Makefile b/p5-Mojo-JWT/Makefile
index b0f8a05919..704915dd4a 100644
--- a/p5-Mojo-JWT/Makefile
+++ b/p5-Mojo-JWT/Makefile
@@ -14,7 +14,7 @@ HOMEPAGE=	https://metacpan.org/pod/Mojo::JWT
 COMMENT=	JSON Web Token the Mojo way
 LICENSE=	${PERL5_LICENSE}
 
-DEPENDS+=	p5-Mojolicious-[0-9]*:../../wip/p5-Mojolicious
+DEPENDS+=	p5-Mojolicious-[0-9]*:../../www/p5-Mojolicious
 
 USE_LANGUAGES=	# empty
 PERL5_PACKLIST=	auto/Mojo/JWT/.packlist
diff --git a/p5-Mojolicious/DESCR b/p5-Mojolicious/DESCR
deleted file mode 100644
index e328b2dd3b..0000000000
--- a/p5-Mojolicious/DESCR
+++ /dev/null
@@ -1,24 +0,0 @@
-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
deleted file mode 100644
index d43d26efeb..0000000000
--- a/p5-Mojolicious/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $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.14
-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
deleted file mode 100644
index b6fedc3348..0000000000
--- a/p5-Mojolicious/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.130 2018/09/02 07:55:30 wiz Exp $
-
-SHA1 (Mojolicious-8.14.tar.gz) = b33174f53ab792ddf155a0d001ce4b1a46aac838
-RMD160 (Mojolicious-8.14.tar.gz) = 23197a28b59de33e6d3d949a6ac924bfb9275fef
-SHA512 (Mojolicious-8.14.tar.gz) = 78b594c9576c7b71821cf47f9239dc6d4bd84ddf867e5be3d2e67a80973663e3d807495d629fe4fbbbd3db09c0df95020ae8359a14a5b6716e11d46cc1dded7a
-Size (Mojolicious-8.14.tar.gz) = 754362 bytes


Home | Main Index | Thread Index | Old Index