SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,18 @@
COMMENT= record communication with an HTTP::Server::Simple
MODULES= cpan
PKG_ARCH= *
DISTNAME = HTTP-Server-Simple-Recorder-0.03
CATEGORIES= www
REVISION = 0
# perl
PERMIT_PACKAGE= Yes
RUN_DEPENDS= www/p5-HTTP-Server-Simple \
devel/p5-IO-Tee
TEST_DEPENDS=www/p5-Test-HTTP-Server-Simple
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (HTTP-Server-Simple-Recorder-0.03.tar.gz) = y+S0jB/JDVGgb7WLwWl1oQNz7YbDAHW5cw9ZYIsaGeY=
SIZE (HTTP-Server-Simple-Recorder-0.03.tar.gz) = 16327

View file

@ -0,0 +1,14 @@
--- Makefile.PL.orig Sun Nov 12 01:43:01 2006
+++ Makefile.PL Sun Nov 12 01:43:21 2006
@@ -6,8 +6,8 @@ version_from ('lib/HTTP/Server/Simple/Re
abstract_from('lib/HTTP/Server/Simple/Recorder.pm');
license('perl');
requires('Test::More');
-requires('Test::HTTP::Server::Simple' => '0.02');
-requires('IO::Tee');
-requires('HTTP::Server::Simple' => '0.10');
+#requires('Test::HTTP::Server::Simple' => '0.02');
+#requires('IO::Tee');
+#requires('HTTP::Server::Simple' => '0.10');
&WriteAll;

View file

@ -0,0 +1,2 @@
This module allows you to record all HTTP communication between an
HTTP::Server::Simple-derived server and its clients.

View file

@ -0,0 +1,2 @@
${P5SITE}/HTTP/Server/Simple/Recorder.pm
@man man/man3p/HTTP::Server::Simple::Recorder.3p