[Midnightbsd-cvs] mports [23030] trunk/www: add perl ports
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Feb 18 11:54:38 EST 2018
Revision: 23030
http://svnweb.midnightbsd.org/mports/?rev=23030
Author: laffer1
Date: 2018-02-18 11:54:37 -0500 (Sun, 18 Feb 2018)
Log Message:
-----------
add perl ports
Modified Paths:
--------------
trunk/www/Makefile
Added Paths:
-----------
trunk/www/p5-Apache-LogFormat-Compiler/
trunk/www/p5-Apache-LogFormat-Compiler/Makefile
trunk/www/p5-Apache-LogFormat-Compiler/distinfo
trunk/www/p5-Apache-LogFormat-Compiler/pkg-descr
trunk/www/p5-Apache-LogFormat-Compiler/pkg-plist
trunk/www/p5-Cookie-Baker/
trunk/www/p5-Cookie-Baker/Makefile
trunk/www/p5-Cookie-Baker/distinfo
trunk/www/p5-Cookie-Baker/pkg-descr
trunk/www/p5-Cookie-Baker/pkg-plist
trunk/www/p5-Plack/
trunk/www/p5-Plack/Makefile
trunk/www/p5-Plack/distinfo
trunk/www/p5-Plack/pkg-descr
trunk/www/p5-Plack/pkg-plist
Modified: trunk/www/Makefile
===================================================================
--- trunk/www/Makefile 2018-02-18 16:50:38 UTC (rev 23029)
+++ trunk/www/Makefile 2018-02-18 16:54:37 UTC (rev 23030)
@@ -57,9 +57,11 @@
SUBDIR += node
SUBDIR += node012
SUBDIR += nspluginwrapper
+SUBDIR += p5-Apache-LogFormat-Compiler
SUBDIR += p5-CGI-Ajax
SUBDIR += p5-CGI
SUBDIR += p5-CGI.pm
+SUBDIR += p5-Cookie-Baker
SUBDIR += p5-FCGI
SUBDIR += p5-HTML-Breadcrumbs
SUBDIR += p5-HTML-Encoding
@@ -81,6 +83,7 @@
SUBDIR += p5-LWP-MediaTypes
SUBDIR += p5-LWP-Protocol-https
SUBDIR += p5-Mozilla-CA
+SUBDIR += p5-Plack
SUBDIR += p5-Router-Simple
SUBDIR += p5-Template-GD
SUBDIR += p5-Template-Toolkit
Added: trunk/www/p5-Apache-LogFormat-Compiler/Makefile
===================================================================
--- trunk/www/p5-Apache-LogFormat-Compiler/Makefile (rev 0)
+++ trunk/www/p5-Apache-LogFormat-Compiler/Makefile 2018-02-18 16:54:37 UTC (rev 23030)
@@ -0,0 +1,29 @@
+# $MidnightBSD$
+# $FreeBSD: head/www/p5-Apache-LogFormat-Compiler/Makefile 449893 2017-09-15 08:58:46Z mat $
+
+PORTNAME= Apache-LogFormat-Compiler
+PORTVERSION= 0.35
+CATEGORIES= www perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Perl extension to compile a log format string to perl-code
+
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+
+RUN_DEPENDS= \
+ p5-POSIX-strftime-Compiler>=0.30:devel/p5-POSIX-strftime-Compiler
+
+TEST_DEPENDS= \
+ p5-HTTP-Message>=0:www/p5-HTTP-Message \
+ p5-Test-MockTime>=0:devel/p5-Test-MockTime \
+ p5-Try-Tiny>=0.12:lang/p5-Try-Tiny
+
+USES= perl5
+USE_PERL5= modbuildtiny
+NO_ARCH= YES
+PERL_MODBUILD= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/www/p5-Apache-LogFormat-Compiler/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/p5-Apache-LogFormat-Compiler/distinfo
===================================================================
--- trunk/www/p5-Apache-LogFormat-Compiler/distinfo (rev 0)
+++ trunk/www/p5-Apache-LogFormat-Compiler/distinfo 2018-02-18 16:54:37 UTC (rev 23030)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1489699098
+SHA256 (Apache-LogFormat-Compiler-0.35.tar.gz) = 1654c0000a042a8af052616e30b91c1f0b95a720c8048b59168a8bd99b07271a
+SIZE (Apache-LogFormat-Compiler-0.35.tar.gz) = 15996
Property changes on: trunk/www/p5-Apache-LogFormat-Compiler/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/p5-Apache-LogFormat-Compiler/pkg-descr
===================================================================
--- trunk/www/p5-Apache-LogFormat-Compiler/pkg-descr (rev 0)
+++ trunk/www/p5-Apache-LogFormat-Compiler/pkg-descr 2018-02-18 16:54:37 UTC (rev 23030)
@@ -0,0 +1,4 @@
+Compile a log format string to perl-code. For faster generating
+access_log line.
+
+WWW: http://search.cpan.org/dist/Apache-LogFormat-Compiler/
Property changes on: trunk/www/p5-Apache-LogFormat-Compiler/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/p5-Apache-LogFormat-Compiler/pkg-plist
===================================================================
--- trunk/www/p5-Apache-LogFormat-Compiler/pkg-plist (rev 0)
+++ trunk/www/p5-Apache-LogFormat-Compiler/pkg-plist 2018-02-18 16:54:37 UTC (rev 23030)
@@ -0,0 +1,2 @@
+%%PERL5_MAN3%%/Apache::LogFormat::Compiler.3.gz
+%%SITE_PERL%%/Apache/LogFormat/Compiler.pm
Property changes on: trunk/www/p5-Apache-LogFormat-Compiler/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/p5-Cookie-Baker/Makefile
===================================================================
--- trunk/www/p5-Cookie-Baker/Makefile (rev 0)
+++ trunk/www/p5-Cookie-Baker/Makefile 2018-02-18 16:54:37 UTC (rev 23030)
@@ -0,0 +1,25 @@
+# $MidnightBSD$
+# $FreeBSD: head/www/p5-Cookie-Baker/Makefile 449893 2017-09-15 08:58:46Z mat $
+
+PORTNAME= Cookie-Baker
+PORTVERSION= 0.05
+CATEGORIES= www perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Perl extension for cookie string generator/parser
+
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+
+RUN_DEPENDS= \
+ p5-URI>0:net/p5-URI
+BUILD_DEPENDS= ${RUN_DEPENDS}
+
+USES= perl5
+USE_PERL5= modbuild
+NO_ARCH= YES
+PERL_MODBUILD= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/www/p5-Cookie-Baker/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/p5-Cookie-Baker/distinfo
===================================================================
--- trunk/www/p5-Cookie-Baker/distinfo (rev 0)
+++ trunk/www/p5-Cookie-Baker/distinfo 2018-02-18 16:54:37 UTC (rev 23030)
@@ -0,0 +1,2 @@
+SHA256 (Cookie-Baker-0.05.tar.gz) = 28c0e2bcda793a55d77ab166e6ab6b5eb5c69c58f326d2b550f32a0b9520a98c
+SIZE (Cookie-Baker-0.05.tar.gz) = 11888
Property changes on: trunk/www/p5-Cookie-Baker/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/p5-Cookie-Baker/pkg-descr
===================================================================
--- trunk/www/p5-Cookie-Baker/pkg-descr (rev 0)
+++ trunk/www/p5-Cookie-Baker/pkg-descr 2018-02-18 16:54:37 UTC (rev 23030)
@@ -0,0 +1,3 @@
+Cookie string generator / parser.
+
+WWW: http://search.cpan.org/dist/Cookie-Baker/
Property changes on: trunk/www/p5-Cookie-Baker/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/p5-Cookie-Baker/pkg-plist
===================================================================
--- trunk/www/p5-Cookie-Baker/pkg-plist (rev 0)
+++ trunk/www/p5-Cookie-Baker/pkg-plist 2018-02-18 16:54:37 UTC (rev 23030)
@@ -0,0 +1,2 @@
+%%PERL5_MAN3%%/Cookie::Baker.3.gz
+%%SITE_PERL%%/Cookie/Baker.pm
Property changes on: trunk/www/p5-Cookie-Baker/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/p5-Plack/Makefile
===================================================================
--- trunk/www/p5-Plack/Makefile (rev 0)
+++ trunk/www/p5-Plack/Makefile 2018-02-18 16:54:37 UTC (rev 23030)
@@ -0,0 +1,56 @@
+# $MidnightBSD$
+# $FreeBSD: head/www/p5-Plack/Makefile 449893 2017-09-15 08:58:46Z mat $
+
+PORTNAME= Plack
+PORTVERSION= 1.0039
+CATEGORIES= www perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:MIYAGAWA
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Perl extension of PSGI reference implementation and utilities
+
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+
+RUN_DEPENDS= \
+ p5-Apache-LogFormat-Compiler>=0.12:www/p5-Apache-LogFormat-Compiler \
+ p5-Cookie-Baker>=0.05:www/p5-Cookie-Baker \
+ p5-Devel-StackTrace>=1.23:devel/p5-Devel-StackTrace \
+ p5-Devel-StackTrace-AsHTML>=0.11:devel/p5-Devel-StackTrace-AsHTML \
+ p5-File-ShareDir>=1.00:devel/p5-File-ShareDir \
+ p5-Filesys-Notify-Simple>0:devel/p5-Filesys-Notify-Simple \
+ p5-HTTP-Body>=1.06:www/p5-HTTP-Body \
+ p5-HTTP-Headers-Fast>=0.18:www/p5-HTTP-Headers-Fast \
+ p5-Hash-MultiValue>=0.05:devel/p5-Hash-MultiValue \
+ p5-Path-Class>0:devel/p5-Path-Class \
+ p5-Stream-Buffered>=0.02:devel/p5-Stream-Buffered \
+ p5-Try-Tiny>0:lang/p5-Try-Tiny \
+ p5-URI>=1.59:net/p5-URI
+BUILD_DEPENDS:= ${RUN_DEPENDS} \
+ p5-File-ShareDir-Install>=0.03:devel/p5-File-ShareDir-Install
+TEST_DEPENDS= \
+ p5-Authen-Simple-Passwd>0:security/p5-Authen-Simple-Passwd \
+ p5-CGI-Compile>0:www/p5-CGI-Compile \
+ p5-CGI-Emulate-PSGI>0:www/p5-CGI-Emulate-PSGI \
+ p5-FCGI>0:www/p5-FCGI \
+ p5-FCGI-ProcManager>0:www/p5-FCGI-ProcManager \
+ p5-HTTP-Request-AsCGI>0:www/p5-HTTP-Request-AsCGI \
+ p5-HTTP-Server-Simple-PSGI>0:www/p5-HTTP-Server-Simple-PSGI \
+ p5-IO-Handle-Util>0:devel/p5-IO-Handle-Util \
+ p5-LWP-Protocol-http10>0:www/p5-LWP-Protocol-http10 \
+ p5-Log-Dispatch-Array>0:devel/p5-Log-Dispatch-Array \
+ p5-Log-Log4perl>0:devel/p5-Log-Log4perl \
+ p5-MIME-Types>0:mail/p5-MIME-Types \
+ p5-Module-Refresh>0:devel/p5-Module-Refresh \
+ p5-Stream-Buffered>=0.02:devel/p5-Stream-Buffered \
+ p5-Test-Requires>0:devel/p5-Test-Requires \
+ p5-Test-TCP>=2.00:devel/p5-Test-TCP
+
+USES= perl5
+USE_PERL5= configure
+PERL_CONFIGURE= yes
+NO_ARCH= YES
+
+.include <bsd.port.mk>
Property changes on: trunk/www/p5-Plack/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/p5-Plack/distinfo
===================================================================
--- trunk/www/p5-Plack/distinfo (rev 0)
+++ trunk/www/p5-Plack/distinfo 2018-02-18 16:54:37 UTC (rev 23030)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1481301723
+SHA256 (Plack-1.0039.tar.gz) = d24a572e88644c7d39c7e6ff1af005b728dec94a878cf06d9027ab7d1a2fd0a9
+SIZE (Plack-1.0039.tar.gz) = 176711
Property changes on: trunk/www/p5-Plack/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/p5-Plack/pkg-descr
===================================================================
--- trunk/www/p5-Plack/pkg-descr (rev 0)
+++ trunk/www/p5-Plack/pkg-descr 2018-02-18 16:54:37 UTC (rev 23030)
@@ -0,0 +1,3 @@
+PSGI reference implementation and utilities.
+
+WWW: http://search.cpan.org/dist/Plack/
Property changes on: trunk/www/p5-Plack/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/p5-Plack/pkg-plist
===================================================================
--- trunk/www/p5-Plack/pkg-plist (rev 0)
+++ trunk/www/p5-Plack/pkg-plist 2018-02-18 16:54:37 UTC (rev 23030)
@@ -0,0 +1,144 @@
+%%PERL5_MAN1%%/plackup.1.gz
+%%PERL5_MAN3%%/HTTP::Message::PSGI.3.gz
+%%PERL5_MAN3%%/HTTP::Server::PSGI.3.gz
+%%PERL5_MAN3%%/Plack.3.gz
+%%PERL5_MAN3%%/Plack::App::CGIBin.3.gz
+%%PERL5_MAN3%%/Plack::App::Cascade.3.gz
+%%PERL5_MAN3%%/Plack::App::Directory.3.gz
+%%PERL5_MAN3%%/Plack::App::File.3.gz
+%%PERL5_MAN3%%/Plack::App::PSGIBin.3.gz
+%%PERL5_MAN3%%/Plack::App::URLMap.3.gz
+%%PERL5_MAN3%%/Plack::App::WrapCGI.3.gz
+%%PERL5_MAN3%%/Plack::Builder.3.gz
+%%PERL5_MAN3%%/Plack::Component.3.gz
+%%PERL5_MAN3%%/Plack::HTTPParser.3.gz
+%%PERL5_MAN3%%/Plack::HTTPParser::PP.3.gz
+%%PERL5_MAN3%%/Plack::Handler.3.gz
+%%PERL5_MAN3%%/Plack::Handler::Apache1.3.gz
+%%PERL5_MAN3%%/Plack::Handler::Apache2.3.gz
+%%PERL5_MAN3%%/Plack::Handler::Apache2::Registry.3.gz
+%%PERL5_MAN3%%/Plack::Handler::CGI.3.gz
+%%PERL5_MAN3%%/Plack::Handler::FCGI.3.gz
+%%PERL5_MAN3%%/Plack::Handler::HTTP::Server::PSGI.3.gz
+%%PERL5_MAN3%%/Plack::Handler::Standalone.3.gz
+%%PERL5_MAN3%%/Plack::LWPish.3.gz
+%%PERL5_MAN3%%/Plack::Loader.3.gz
+%%PERL5_MAN3%%/Plack::Loader::Delayed.3.gz
+%%PERL5_MAN3%%/Plack::Loader::Restarter.3.gz
+%%PERL5_MAN3%%/Plack::Loader::Shotgun.3.gz
+%%PERL5_MAN3%%/Plack::MIME.3.gz
+%%PERL5_MAN3%%/Plack::Middleware.3.gz
+%%PERL5_MAN3%%/Plack::Middleware::AccessLog.3.gz
+%%PERL5_MAN3%%/Plack::Middleware::AccessLog::Timed.3.gz
+%%PERL5_MAN3%%/Plack::Middleware::Auth::Basic.3.gz
+%%PERL5_MAN3%%/Plack::Middleware::BufferedStreaming.3.gz
+%%PERL5_MAN3%%/Plack::Middleware::Chunked.3.gz
+%%PERL5_MAN3%%/Plack::Middleware::Conditional.3.gz
+%%PERL5_MAN3%%/Plack::Middleware::ConditionalGET.3.gz
+%%PERL5_MAN3%%/Plack::Middleware::ContentLength.3.gz
+%%PERL5_MAN3%%/Plack::Middleware::ContentMD5.3.gz
+%%PERL5_MAN3%%/Plack::Middleware::ErrorDocument.3.gz
+%%PERL5_MAN3%%/Plack::Middleware::HTTPExceptions.3.gz
+%%PERL5_MAN3%%/Plack::Middleware::Head.3.gz
+%%PERL5_MAN3%%/Plack::Middleware::IIS6ScriptNameFix.3.gz
+%%PERL5_MAN3%%/Plack::Middleware::IIS7KeepAliveFix.3.gz
+%%PERL5_MAN3%%/Plack::Middleware::JSONP.3.gz
+%%PERL5_MAN3%%/Plack::Middleware::LighttpdScriptNameFix.3.gz
+%%PERL5_MAN3%%/Plack::Middleware::Lint.3.gz
+%%PERL5_MAN3%%/Plack::Middleware::Log4perl.3.gz
+%%PERL5_MAN3%%/Plack::Middleware::LogDispatch.3.gz
+%%PERL5_MAN3%%/Plack::Middleware::NullLogger.3.gz
+%%PERL5_MAN3%%/Plack::Middleware::RearrangeHeaders.3.gz
+%%PERL5_MAN3%%/Plack::Middleware::Recursive.3.gz
+%%PERL5_MAN3%%/Plack::Middleware::Refresh.3.gz
+%%PERL5_MAN3%%/Plack::Middleware::Runtime.3.gz
+%%PERL5_MAN3%%/Plack::Middleware::SimpleContentFilter.3.gz
+%%PERL5_MAN3%%/Plack::Middleware::SimpleLogger.3.gz
+%%PERL5_MAN3%%/Plack::Middleware::StackTrace.3.gz
+%%PERL5_MAN3%%/Plack::Middleware::Static.3.gz
+%%PERL5_MAN3%%/Plack::Middleware::XFramework.3.gz
+%%PERL5_MAN3%%/Plack::Middleware::XSendfile.3.gz
+%%PERL5_MAN3%%/Plack::Request.3.gz
+%%PERL5_MAN3%%/Plack::Request::Upload.3.gz
+%%PERL5_MAN3%%/Plack::Response.3.gz
+%%PERL5_MAN3%%/Plack::Runner.3.gz
+%%PERL5_MAN3%%/Plack::Test.3.gz
+%%PERL5_MAN3%%/Plack::Test::MockHTTP.3.gz
+%%PERL5_MAN3%%/Plack::Test::Server.3.gz
+%%PERL5_MAN3%%/Plack::Test::Suite.3.gz
+%%PERL5_MAN3%%/Plack::Util.3.gz
+%%PERL5_MAN3%%/Plack::Util::Accessor.3.gz
+bin/plackup
+%%SITE_PERL%%/HTTP/Message/PSGI.pm
+%%SITE_PERL%%/HTTP/Server/PSGI.pm
+%%SITE_PERL%%/Plack.pm
+%%SITE_PERL%%/Plack/App/CGIBin.pm
+%%SITE_PERL%%/Plack/App/Cascade.pm
+%%SITE_PERL%%/Plack/App/Directory.pm
+%%SITE_PERL%%/Plack/App/File.pm
+%%SITE_PERL%%/Plack/App/PSGIBin.pm
+%%SITE_PERL%%/Plack/App/URLMap.pm
+%%SITE_PERL%%/Plack/App/WrapCGI.pm
+%%SITE_PERL%%/Plack/Builder.pm
+%%SITE_PERL%%/Plack/Component.pm
+%%SITE_PERL%%/Plack/HTTPParser.pm
+%%SITE_PERL%%/Plack/HTTPParser/PP.pm
+%%SITE_PERL%%/Plack/Handler.pm
+%%SITE_PERL%%/Plack/Handler/Apache1.pm
+%%SITE_PERL%%/Plack/Handler/Apache2.pm
+%%SITE_PERL%%/Plack/Handler/Apache2/Registry.pm
+%%SITE_PERL%%/Plack/Handler/CGI.pm
+%%SITE_PERL%%/Plack/Handler/FCGI.pm
+%%SITE_PERL%%/Plack/Handler/HTTP/Server/PSGI.pm
+%%SITE_PERL%%/Plack/Handler/Standalone.pm
+%%SITE_PERL%%/Plack/LWPish.pm
+%%SITE_PERL%%/Plack/Loader.pm
+%%SITE_PERL%%/Plack/Loader/Delayed.pm
+%%SITE_PERL%%/Plack/Loader/Restarter.pm
+%%SITE_PERL%%/Plack/Loader/Shotgun.pm
+%%SITE_PERL%%/Plack/MIME.pm
+%%SITE_PERL%%/Plack/Request.pm
+%%SITE_PERL%%/Plack/Request/Upload.pm
+%%SITE_PERL%%/Plack/Response.pm
+%%SITE_PERL%%/Plack/Middleware.pm
+%%SITE_PERL%%/Plack/Middleware/AccessLog.pm
+%%SITE_PERL%%/Plack/Middleware/AccessLog/Timed.pm
+%%SITE_PERL%%/Plack/Middleware/Auth/Basic.pm
+%%SITE_PERL%%/Plack/Middleware/BufferedStreaming.pm
+%%SITE_PERL%%/Plack/Middleware/Chunked.pm
+%%SITE_PERL%%/Plack/Middleware/Conditional.pm
+%%SITE_PERL%%/Plack/Middleware/ConditionalGET.pm
+%%SITE_PERL%%/Plack/Middleware/ContentLength.pm
+%%SITE_PERL%%/Plack/Middleware/ContentMD5.pm
+%%SITE_PERL%%/Plack/Middleware/ErrorDocument.pm
+%%SITE_PERL%%/Plack/Middleware/Head.pm
+%%SITE_PERL%%/Plack/Middleware/HTTPExceptions.pm
+%%SITE_PERL%%/Plack/Middleware/IIS6ScriptNameFix.pm
+%%SITE_PERL%%/Plack/Middleware/IIS7KeepAliveFix.pm
+%%SITE_PERL%%/Plack/Middleware/JSONP.pm
+%%SITE_PERL%%/Plack/Middleware/LighttpdScriptNameFix.pm
+%%SITE_PERL%%/Plack/Middleware/Lint.pm
+%%SITE_PERL%%/Plack/Middleware/Log4perl.pm
+%%SITE_PERL%%/Plack/Middleware/LogDispatch.pm
+%%SITE_PERL%%/Plack/Middleware/NullLogger.pm
+%%SITE_PERL%%/Plack/Middleware/RearrangeHeaders.pm
+%%SITE_PERL%%/Plack/Middleware/Recursive.pm
+%%SITE_PERL%%/Plack/Middleware/Refresh.pm
+%%SITE_PERL%%/Plack/Middleware/Runtime.pm
+%%SITE_PERL%%/Plack/Middleware/SimpleContentFilter.pm
+%%SITE_PERL%%/Plack/Middleware/SimpleLogger.pm
+%%SITE_PERL%%/Plack/Middleware/StackTrace.pm
+%%SITE_PERL%%/Plack/Middleware/Static.pm
+%%SITE_PERL%%/Plack/Middleware/XFramework.pm
+%%SITE_PERL%%/Plack/Middleware/XSendfile.pm
+%%SITE_PERL%%/Plack/Runner.pm
+%%SITE_PERL%%/Plack/TempBuffer.pm
+%%SITE_PERL%%/Plack/Test.pm
+%%SITE_PERL%%/Plack/Test/MockHTTP.pm
+%%SITE_PERL%%/Plack/Test/Server.pm
+%%SITE_PERL%%/Plack/Test/Suite.pm
+%%SITE_PERL%%/Plack/Util.pm
+%%SITE_PERL%%/Plack/Util/Accessor.pm
+%%SITE_PERL%%/auto/share/dist/Plack/#foo
+%%SITE_PERL%%/auto/share/dist/Plack/baybridge.jpg
+%%SITE_PERL%%/auto/share/dist/Plack/face.jpg
Property changes on: trunk/www/p5-Plack/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list