SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
www/p5-HTTP-Server-Simple-Recorder/Makefile
Normal file
18
www/p5-HTTP-Server-Simple-Recorder/Makefile
Normal 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>
|
2
www/p5-HTTP-Server-Simple-Recorder/distinfo
Normal file
2
www/p5-HTTP-Server-Simple-Recorder/distinfo
Normal 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
|
14
www/p5-HTTP-Server-Simple-Recorder/patches/patch-Makefile_PL
Normal file
14
www/p5-HTTP-Server-Simple-Recorder/patches/patch-Makefile_PL
Normal 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;
|
2
www/p5-HTTP-Server-Simple-Recorder/pkg/DESCR
Normal file
2
www/p5-HTTP-Server-Simple-Recorder/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This module allows you to record all HTTP communication between an
|
||||
HTTP::Server::Simple-derived server and its clients.
|
2
www/p5-HTTP-Server-Simple-Recorder/pkg/PLIST
Normal file
2
www/p5-HTTP-Server-Simple-Recorder/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
${P5SITE}/HTTP/Server/Simple/Recorder.pm
|
||||
@man man/man3p/HTTP::Server::Simple::Recorder.3p
|
Loading…
Add table
Add a link
Reference in a new issue