pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-Test-LWP-UserAgent www/p5-Test-LWP-UserAgent: i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/deee6c27ee30
branches:  trunk
changeset: 369194:deee6c27ee30
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 27 15:53:51 2017 +0000

description:
www/p5-Test-LWP-UserAgent: import p5-Test-LWP-UserAgent-0.033

This module is a subclass of LWP::UserAgent which overrides a few
key low-level methods that are concerned with actually sending your
request over the network, allowing an interception of that request
and simulating a particular response. This greatly facilitates
testing of client networking code where the server follows a known
protocol.

diffstat:

 www/p5-Test-LWP-UserAgent/DESCR    |   6 ++++++
 www/p5-Test-LWP-UserAgent/Makefile |  27 +++++++++++++++++++++++++++
 www/p5-Test-LWP-UserAgent/distinfo |   6 ++++++
 3 files changed, 39 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r 42b67eed7e1c -r deee6c27ee30 www/p5-Test-LWP-UserAgent/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Test-LWP-UserAgent/DESCR   Wed Sep 27 15:53:51 2017 +0000
@@ -0,0 +1,6 @@
+This module is a subclass of LWP::UserAgent which overrides a few
+key low-level methods that are concerned with actually sending your
+request over the network, allowing an interception of that request
+and simulating a particular response. This greatly facilitates
+testing of client networking code where the server follows a known
+protocol.
diff -r 42b67eed7e1c -r deee6c27ee30 www/p5-Test-LWP-UserAgent/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Test-LWP-UserAgent/Makefile        Wed Sep 27 15:53:51 2017 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2017/09/27 15:53:51 wiz Exp $
+
+DISTNAME=      Test-LWP-UserAgent-0.033
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    www perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Test-LWP-UserAgent/
+COMMENT=       LWP::UserAgent suitable for simulating and testing network calls
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Path-Tiny-[0-9]*:../../filesystems/p5-Path-Tiny
+DEPENDS+=      p5-Safe-Isa-[0-9]*:../../devel/p5-Safe-Isa
+DEPENDS+=      p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
+DEPENDS+=      p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
+DEPENDS+=      p5-Test-Needs-[0-9]*:../../devel/p5-Test-Needs
+DEPENDS+=      p5-Test-RequiresInternet-[0-9]*:../../net/p5-Test-RequiresInternet
+DEPENDS+=      p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
+DEPENDS+=      p5-URI-[0-9]*:../../www/p5-URI
+DEPENDS+=      p5-libwww-[0-9]*:../../www/p5-libwww
+DEPENDS+=      p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
+
+PERL5_PACKLIST=                auto/Test/LWP/UserAgent/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 42b67eed7e1c -r deee6c27ee30 www/p5-Test-LWP-UserAgent/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Test-LWP-UserAgent/distinfo        Wed Sep 27 15:53:51 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/09/27 15:53:51 wiz Exp $
+
+SHA1 (Test-LWP-UserAgent-0.033.tar.gz) = ce7edc9624ed7e63ed3cb7d199683baa4212a222
+RMD160 (Test-LWP-UserAgent-0.033.tar.gz) = d7a6ceb12cb650270d3f149951624da5fa9dbfc4
+SHA512 (Test-LWP-UserAgent-0.033.tar.gz) = d04dd50a5039149c81a80aabda741c9373601e1d84a878e9a48a77b476d3e2f69a604ad02776297bf99b1ce0bbb9d5a22b276389912fd3fc83964e3931217312
+Size (Test-LWP-UserAgent-0.033.tar.gz) = 47550 bytes



Home | Main Index | Thread Index | Old Index