0.000036 2017-07-21 22:02:23Z - Re-log the request headers when we get the response - Don't skip Cookie and Set-Cookie when dumping headers 0.000035 2017-03-01 14:38:00-05:00 America/Toronto - Adds LWP::ConsoleLogger::Everywhere (simbabque) 0.000034 2017-01-23 09:24:06-05:00 America/Toronto - Don't redact x-www-form-urlencoded data. 0.000033 2016-12-03 21:46:12-05:00 America/Toronto - Fix test that failed under some terminal widths (Varadinsky). https://github.com/oalders/lwp-consolelogger/pull/8 0.000032 2016-11-29 14:58:25-05:00 America/Toronto - Maybe guess at content type when parsing body. 0.000031 2016-11-25 13:08:50-05:00 America/Toronto - Display request body if available. 0.000030 2016-09-13 17:55:24-04:00 America/Toronto - Document header and parameter redaction - Suppress use of tables in some instances via "pretty" 0.000029 2016-09-13 10:37:57-04:00 America/Toronto - Stop setting default headers via debug_ua()
54 lines
2.7 KiB
Makefile
54 lines
2.7 KiB
Makefile
# $NetBSD: Makefile,v 1.5 2017/09/27 15:56:33 wiz Exp $
|
|
|
|
DISTNAME= LWP-ConsoleLogger-0.000036
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/LWP-ConsoleLogger/
|
|
COMMENT= LWP tracing and debugging
|
|
LICENSE= artistic-2.0
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/LWP/ConsoleLogger/.packlist
|
|
|
|
DEPENDS+= p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny
|
|
DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone
|
|
DEPENDS+= p5-Data-Printer>=0.36:../../devel/p5-Data-Printer
|
|
DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
|
|
DEPENDS+= p5-HTML-Restrict-[0-9]*:../../www/p5-HTML-Restrict
|
|
DEPENDS+= p5-HTTP-Body-[0-9]*:../../www/p5-HTTP-Body
|
|
DEPENDS+= p5-HTTP-CookieMonster-[0-9]*:../../www/p5-HTTP-CookieMonster
|
|
DEPENDS+= p5-JSON-MaybeXS>=1.003005:../../converters/p5-JSON-MaybeXS
|
|
DEPENDS+= p5-Log-Dispatch-[0-9]*:../../devel/p5-Log-Dispatch
|
|
DEPENDS+= p5-Module-Build>=0.28:../../devel/p5-Module-Build
|
|
DEPENDS+= p5-Moo-[0-9]*:../../devel/p5-Moo
|
|
DEPENDS+= p5-MooX-StrictConstructor-[0-9]*:../../devel/p5-MooX-StrictConstructor
|
|
DEPENDS+= p5-Parse-MIME-[0-9]*:../../mail/p5-Parse-MIME
|
|
DEPENDS+= p5-String-Trim-[0-9]*:../../textproc/p5-String-Trim
|
|
DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter
|
|
DEPENDS+= p5-Term-Size-Any-[0-9]*:../../devel/p5-Term-Size-Any
|
|
DEPENDS+= p5-Text-SimpleTable-AutoWidth>=0.09:../../textproc/p5-Text-SimpleTable-AutoWidth
|
|
DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
|
|
DEPENDS+= p5-Type-Tiny-[0-9]*:../../devel/p5-Type-Tiny
|
|
DEPENDS+= p5-URI-Query-[0-9]*:../../www/p5-URI-Query
|
|
DEPENDS+= p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple
|
|
|
|
# not officially requested but needed by tests
|
|
BUILD_DEPENDS+= p5-Log-Dispatch-Array-[0-9]*:../../devel/p5-Log-Dispatch-Array
|
|
BUILD_DEPENDS+= p5-Path-Tiny-[0-9]*:../../filesystems/p5-Path-Tiny
|
|
BUILD_DEPENDS+= p5-Test-LWP-UserAgent-[0-9]*:../../www/p5-Test-LWP-UserAgent
|
|
BUILD_DEPENDS+= p5-Test-RequiresInternet-[0-9]*:../../net/p5-Test-RequiresInternet
|
|
BUILD_DEPENDS+= p5-Test-Most-[0-9]*:../../devel/p5-Test-Most
|
|
BUILD_DEPENDS+= p5-Test-Needs-[0-9]*:../../devel/p5-Test-Needs
|
|
BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
|
|
BUILD_DEPENDS+= p5-WWW-Mechanize-[0-9]*:../../www/p5-WWW-Mechanize
|
|
BUILD_DEPENDS+= p5-HTML-FormatText-WithLinks-[0-9]*:../../textproc/p5-HTML-FormatText-WithLinks
|
|
BUILD_DEPENDS+= p5-Plack-[0-9]*:../../www/p5-Plack
|
|
BUILD_DEPENDS+= p5-Plack-Test-Agent-[0-9]*:../../www/p5-Plack-Test-Agent
|
|
BUILD_DEPENDS+= p5-HTTP-Server-Simple-PSGI-[0-9]*:../../www/p5-HTTP-Server-Simple-PSGI
|
|
BUILD_DEPENDS+= p5-Test-FailWarnings-[0-9]*:../../devel/p5-Test-FailWarnings
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|