New port: www/p5-Plack-Middleware-ExtDirect

This module provides an RPC::ExtDirect gateway implementation for Plack
environment. It is packaged as a standard Plack middleware component suitable
for using with Plack::Builder.

Plack::Middleware::ExtDirect is recommended to be used with Perl versions 5.12
and newer, for reasons explained below. For Perls older than 5.12,
CGI::ExtDirect gateway may be a better choice - especially if you cannot
install XS dependent packages.

If you are not familiar with Ext.Direct, more information can be found in
RPC::ExtDirect::Intro.

WWW: http://search.cpan.org/dist/Plack-Middleware-ExtDirect/

PR:		200652
Submitted by:	martin@waschbuesch.de
This commit is contained in:
Kurt Jaeger 2015-10-10 11:52:25 +00:00
parent 0858925f68
commit ee4e8115d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398990
5 changed files with 45 additions and 0 deletions

View File

@ -1135,6 +1135,7 @@
SUBDIR += p5-Plack-Middleware-Debug
SUBDIR += p5-Plack-Middleware-Deflater
SUBDIR += p5-Plack-Middleware-Expires
SUBDIR += p5-Plack-Middleware-ExtDirect
SUBDIR += p5-Plack-Middleware-File-Sass
SUBDIR += p5-Plack-Middleware-FixMissingBodyInRedirect
SUBDIR += p5-Plack-Middleware-ForceEnv

View File

@ -0,0 +1,26 @@
# Created by: Martin Waschbuesch <martin@waschbuesch.de>
# $FreeBSD$
PORTNAME= Plack-Middleware-ExtDirect
PORTVERSION= 3.20
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:TOKAREV
PKGNAMEPREFIX= p5-
MAINTAINER= martin@waschbuesch.de
COMMENT= Implement an RPC::ExtDirect gateway using Plack
LICENSE= ART10
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconf \
p5-Plack>=0:${PORTSDIR}/www/p5-Plack \
p5-RPC-ExtDirect>=3.20:${PORTSDIR}/www/p5-RPC-ExtDirect
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Pod>=1.46:${PORTSDIR}/devel/p5-Test-Pod
USES= perl5
USE_PERL5= configure
NO_ARCH= YES
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Plack-Middleware-ExtDirect-3.20.tar.gz) = 9c34576f339c212a2c8f41e59d57a94bbb0ec856a3d7487505b8e7d1cf9d0c36
SIZE (Plack-Middleware-ExtDirect-3.20.tar.gz) = 53794

View File

@ -0,0 +1,13 @@
This module provides an RPC::ExtDirect gateway implementation for Plack
environment. It is packaged as a standard Plack middleware component suitable
for using with Plack::Builder.
Plack::Middleware::ExtDirect is recommended to be used with Perl versions 5.12
and newer, for reasons explained below. For Perls older than 5.12,
CGI::ExtDirect gateway may be a better choice - especially if you cannot
install XS dependent packages.
If you are not familiar with Ext.Direct, more information can be found in
RPC::ExtDirect::Intro.
WWW: http://search.cpan.org/dist/Plack-Middleware-ExtDirect/

View File

@ -0,0 +1,3 @@
%%SITE_PERL%%/Plack/Middleware/ExtDirect.pm
%%SITE_PERL%%/Plack/Middleware/ExtDirect.pod
%%PERL5_MAN3%%/Plack::Middleware::ExtDirect.3.gz