Initial import of p5-HTTP-Server-Simple-Recorder version 0.02 in
the NetBSD Packages Collection. The Perl 5 module HTTP::Server::Simple::Recorder allows you to record all HTTP communication between an HTTP::Server::Simple-derived server and its clients.
This commit is contained in:
parent
214918ad16
commit
f21f84ffcb
3 changed files with 30 additions and 0 deletions
3
www/p5-HTTP-Server-Simple-Recorder/DESCR
Normal file
3
www/p5-HTTP-Server-Simple-Recorder/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
The Perl 5 module HTTP::Server::Simple::Recorder allows you to
|
||||
record all HTTP communication between an HTTP::Server::Simple-derived
|
||||
server and its clients.
|
22
www/p5-HTTP-Server-Simple-Recorder/Makefile
Normal file
22
www/p5-HTTP-Server-Simple-Recorder/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/08/23 12:55:58 seb Exp $
|
||||
|
||||
DISTNAME= HTTP-Server-Simple-Recorder-0.02
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/HTTP-Server-Simple-Recorder/
|
||||
COMMENT= Perl 5 module mixin to record HTTP::Server::Simple's sockets
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/HTTP/Server/Simple/Recorder/.packlist
|
||||
|
||||
BUILD_DEPENDS+= p5-Test-HTTP-Server-Simple>=0.02:../../www/p5-Test-HTTP-Server-Simple
|
||||
DEPENDS+= p5-HTTP-Server-Simple>=0.10:../../www/p5-HTTP-Server-Simple
|
||||
DEPENDS+= p5-IO-Tee-[0-9]*:../../devel/p5-IO-Tee
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
www/p5-HTTP-Server-Simple-Recorder/distinfo
Normal file
5
www/p5-HTTP-Server-Simple-Recorder/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/08/23 12:55:58 seb Exp $
|
||||
|
||||
SHA1 (HTTP-Server-Simple-Recorder-0.02.tar.gz) = b3bff6f3ca3019d618e1af68d9eb93589385885d
|
||||
RMD160 (HTTP-Server-Simple-Recorder-0.02.tar.gz) = 79a2bf23f300f1316b4e40d514bd39fee202e5e3
|
||||
Size (HTTP-Server-Simple-Recorder-0.02.tar.gz) = 10883 bytes
|
Loading…
Reference in a new issue