pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-Web-Machine



Module Name:    pkgsrc
Committed By:   markd
Date:           Tue May 31 20:44:36 UTC 2022

Added Files:
        pkgsrc/www/p5-Web-Machine: DESCR Makefile distinfo

Log Message:
p5-Web-Machine: add version 0.17

Web::Machine provides a RESTful web framework modeled as a state machine.
You define one or more resource classes. Each resource represents a single
RESTful URI end point, such as a user, an email, etc. The resource class
can also be the target for POST requests to create a new user, email, etc.

Each resource is a state machine, and each request for a resource is handled
by running the request through that state machine.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/p5-Web-Machine/DESCR \
    pkgsrc/www/p5-Web-Machine/Makefile pkgsrc/www/p5-Web-Machine/distinfo

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

Added files:

Index: pkgsrc/www/p5-Web-Machine/DESCR
diff -u /dev/null pkgsrc/www/p5-Web-Machine/DESCR:1.1
--- /dev/null   Tue May 31 20:44:36 2022
+++ pkgsrc/www/p5-Web-Machine/DESCR     Tue May 31 20:44:36 2022
@@ -0,0 +1,7 @@
+Web::Machine provides a RESTful web framework modeled as a state machine.
+You define one or more resource classes. Each resource represents a single
+RESTful URI end point, such as a user, an email, etc. The resource class
+can also be the target for POST requests to create a new user, email, etc.
+
+Each resource is a state machine, and each request for a resource is handled
+by running the request through that state machine.
Index: pkgsrc/www/p5-Web-Machine/Makefile
diff -u /dev/null pkgsrc/www/p5-Web-Machine/Makefile:1.1
--- /dev/null   Tue May 31 20:44:36 2022
+++ pkgsrc/www/p5-Web-Machine/Makefile  Tue May 31 20:44:36 2022
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2022/05/31 20:44:36 markd Exp $
+
+DISTNAME=      Web-Machine-0.17
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    www perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DR/DROLSKY/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/release/Web-Machine
+COMMENT=       Perl port of Webmachine
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Plack-[0-9]*:../../www/p5-Plack
+DEPENDS+=      p5-HTTP-Headers-ActionPack-[0-9]*:../../www/p5-HTTP-Headers-ActionPack
+DEPENDS+=      p5-IO-Handle-Util-[0-9]*:../../devel/p5-IO-Handle-Util
+DEPENDS+=      p5-Scalar-List-Utils-[0-9]*:../../devel/p5-Scalar-List-Utils
+
+PERL5_PACKLIST=                auto/Web/Machine/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/p5-Web-Machine/distinfo
diff -u /dev/null pkgsrc/www/p5-Web-Machine/distinfo:1.1
--- /dev/null   Tue May 31 20:44:36 2022
+++ pkgsrc/www/p5-Web-Machine/distinfo  Tue May 31 20:44:36 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/05/31 20:44:36 markd Exp $
+
+BLAKE2s (Web-Machine-0.17.tar.gz) = 80f5fdb12845eb8849bc6f1a58586c17266b0f860b3c06217fdde5ec3c7d00ca
+SHA512 (Web-Machine-0.17.tar.gz) = be05338cba3a46b16d508518c9c4b67f88b1cd979a4354668b53898f6e03e40e1fd59ab46850668f2bb75d3927f07790d68cf57a1d7aabaa0ed9181c2db56410
+Size (Web-Machine-0.17.tar.gz) = 73528 bytes



Home | Main Index | Thread Index | Old Index