From owner-svn-ports-head@freebsd.org Sat Oct 10 11:52:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA44EA10345; Sat, 10 Oct 2015 11:52:26 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C5BDB1EF4; Sat, 10 Oct 2015 11:52:26 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9ABqPF1074813; Sat, 10 Oct 2015 11:52:25 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9ABqPZK074808; Sat, 10 Oct 2015 11:52:25 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201510101152.t9ABqPZK074808@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 10 Oct 2015 11:52:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398990 - in head/www: . p5-Plack-Middleware-ExtDirect X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Oct 2015 11:52:27 -0000 Author: pi Date: Sat Oct 10 11:52:25 2015 New Revision: 398990 URL: https://svnweb.freebsd.org/changeset/ports/398990 Log: 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 Added: head/www/p5-Plack-Middleware-ExtDirect/ head/www/p5-Plack-Middleware-ExtDirect/Makefile (contents, props changed) head/www/p5-Plack-Middleware-ExtDirect/distinfo (contents, props changed) head/www/p5-Plack-Middleware-ExtDirect/pkg-descr (contents, props changed) head/www/p5-Plack-Middleware-ExtDirect/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Oct 10 11:29:25 2015 (r398989) +++ head/www/Makefile Sat Oct 10 11:52:25 2015 (r398990) @@ -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 Added: head/www/p5-Plack-Middleware-ExtDirect/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Plack-Middleware-ExtDirect/Makefile Sat Oct 10 11:52:25 2015 (r398990) @@ -0,0 +1,26 @@ +# Created by: Martin Waschbuesch +# $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 Added: head/www/p5-Plack-Middleware-ExtDirect/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Plack-Middleware-ExtDirect/distinfo Sat Oct 10 11:52:25 2015 (r398990) @@ -0,0 +1,2 @@ +SHA256 (Plack-Middleware-ExtDirect-3.20.tar.gz) = 9c34576f339c212a2c8f41e59d57a94bbb0ec856a3d7487505b8e7d1cf9d0c36 +SIZE (Plack-Middleware-ExtDirect-3.20.tar.gz) = 53794 Added: head/www/p5-Plack-Middleware-ExtDirect/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Plack-Middleware-ExtDirect/pkg-descr Sat Oct 10 11:52:25 2015 (r398990) @@ -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/ Added: head/www/p5-Plack-Middleware-ExtDirect/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Plack-Middleware-ExtDirect/pkg-plist Sat Oct 10 11:52:25 2015 (r398990) @@ -0,0 +1,3 @@ +%%SITE_PERL%%/Plack/Middleware/ExtDirect.pm +%%SITE_PERL%%/Plack/Middleware/ExtDirect.pod +%%PERL5_MAN3%%/Plack::Middleware::ExtDirect.3.gz