pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-Test-LWP-UserAgent



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Sep 27 15:53:51 UTC 2017

Added Files:
        pkgsrc/www/p5-Test-LWP-UserAgent: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/p5-Test-LWP-UserAgent/DESCR \
    pkgsrc/www/p5-Test-LWP-UserAgent/Makefile \
    pkgsrc/www/p5-Test-LWP-UserAgent/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-Test-LWP-UserAgent/DESCR
diff -u /dev/null pkgsrc/www/p5-Test-LWP-UserAgent/DESCR:1.1
--- /dev/null   Wed Sep 27 15:53:51 2017
+++ pkgsrc/www/p5-Test-LWP-UserAgent/DESCR      Wed Sep 27 15:53:51 2017
@@ -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.
Index: pkgsrc/www/p5-Test-LWP-UserAgent/Makefile
diff -u /dev/null pkgsrc/www/p5-Test-LWP-UserAgent/Makefile:1.1
--- /dev/null   Wed Sep 27 15:53:51 2017
+++ pkgsrc/www/p5-Test-LWP-UserAgent/Makefile   Wed Sep 27 15:53:51 2017
@@ -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"
Index: pkgsrc/www/p5-Test-LWP-UserAgent/distinfo
diff -u /dev/null pkgsrc/www/p5-Test-LWP-UserAgent/distinfo:1.1
--- /dev/null   Wed Sep 27 15:53:51 2017
+++ pkgsrc/www/p5-Test-LWP-UserAgent/distinfo   Wed Sep 27 15:53:51 2017
@@ -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