pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-HTTP-Entity-Parser Import HTTP-Entity-Parser-0....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d0819e562b4
branches:  trunk
changeset: 353251:0d0819e562b4
user:      wen <wen%pkgsrc.org@localhost>
date:      Sat Oct 01 13:01:58 2016 +0000

description:
Import HTTP-Entity-Parser-0.17 as p5-HTTP-Entity-Parser.

HTTP::Entity::Parser is PSGI compliant HTTP Entity parser. This module
also has compatibility with HTTP::Body. Unlike HTTP::Body, HTTP::Entity::Parser
reads HTTP entity from PSGI's env $env->{'psgi.input'} and parse it.
This module support application/x-www-form-urlencoded, multipart/form-data
and application/json.

diffstat:

 www/p5-HTTP-Entity-Parser/DESCR    |   5 +++++
 www/p5-HTTP-Entity-Parser/Makefile |  21 +++++++++++++++++++++
 www/p5-HTTP-Entity-Parser/distinfo |   6 ++++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r fae8b21b2de8 -r 0d0819e562b4 www/p5-HTTP-Entity-Parser/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-Entity-Parser/DESCR   Sat Oct 01 13:01:58 2016 +0000
@@ -0,0 +1,5 @@
+HTTP::Entity::Parser is PSGI compliant HTTP Entity parser. This module
+also has compatibility with HTTP::Body. Unlike HTTP::Body, HTTP::Entity::Parser
+reads HTTP entity from PSGI's env $env->{'psgi.input'} and parse it.
+This module support application/x-www-form-urlencoded, multipart/form-data
+and application/json.
diff -r fae8b21b2de8 -r 0d0819e562b4 www/p5-HTTP-Entity-Parser/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-Entity-Parser/Makefile        Sat Oct 01 13:01:58 2016 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2016/10/01 13:01:58 wen Exp $
+
+DISTNAME=      HTTP-Entity-Parser-0.17
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    www perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=HTTP/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/HTTP-Entity-Parser/
+COMMENT=       PSGI compliant HTTP Entity Parser
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-WWW-Form-UrlEncoded>=0.23:../../www/p5-WWW-Form-UrlEncoded
+DEPENDS+=      p5-HTTP-MultiPartParser>=0:../../www/p5-HTTP-MultiPartParser
+
+USE_LANGUAGES=         # empty
+PERL5_PACKLIST=                auto/HTTP/Entity/Parser/.packlist
+PERL5_MODULE_TYPE=     Module::Build
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fae8b21b2de8 -r 0d0819e562b4 www/p5-HTTP-Entity-Parser/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-Entity-Parser/distinfo        Sat Oct 01 13:01:58 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/10/01 13:01:58 wen Exp $
+
+SHA1 (HTTP-Entity-Parser-0.17.tar.gz) = 499e0254989ad39ff7392ce182a2ebbd6b7865bd
+RMD160 (HTTP-Entity-Parser-0.17.tar.gz) = 1ef911e409113667f8242f6c88d652075b5ad281
+SHA512 (HTTP-Entity-Parser-0.17.tar.gz) = b7942ad83e907b2614945e4e201ec048b8c85fd55f6ee86fa56b9bc0adeb1a29bea644edfa6817b2fe96bc0f6696350701fd3304e088fed272faf5528304660a
+Size (HTTP-Entity-Parser-0.17.tar.gz) = 23731 bytes



Home | Main Index | Thread Index | Old Index