From owner-svn-ports-all@FreeBSD.ORG Sat Feb 23 19:24:52 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BDA7720A; Sat, 23 Feb 2013 19:24:52 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A126DE67; Sat, 23 Feb 2013 19:24:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1NJOq4f021377; Sat, 23 Feb 2013 19:24:52 GMT (envelope-from tj@svn.freebsd.org) Received: (from tj@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1NJOpL0021372; Sat, 23 Feb 2013 19:24:51 GMT (envelope-from tj@svn.freebsd.org) Message-Id: <201302231924.r1NJOpL0021372@svn.freebsd.org> From: Tom Judge Date: Sat, 23 Feb 2013 19:24:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312848 - in head/www: . p5-CGI-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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Feb 2013 19:24:52 -0000 Author: tj Date: Sat Feb 23 19:24:51 2013 New Revision: 312848 URL: http://svnweb.freebsd.org/changeset/ports/312848 Log: This module implement RPC::ExtDirect gateway for CGI environment. It was successfully tested in Apache CGI and HTTP::Server::Simple::CGI applications. WWW: http://search.cpan.org/dist/CGI-ExtDirect/ Added: head/www/p5-CGI-ExtDirect/ head/www/p5-CGI-ExtDirect/Makefile (contents, props changed) head/www/p5-CGI-ExtDirect/distinfo (contents, props changed) head/www/p5-CGI-ExtDirect/pkg-descr (contents, props changed) head/www/p5-CGI-ExtDirect/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Feb 23 19:13:43 2013 (r312847) +++ head/www/Makefile Sat Feb 23 19:24:51 2013 (r312848) @@ -689,6 +689,7 @@ SUBDIR += p5-CGI-EncryptForm SUBDIR += p5-CGI-Ex SUBDIR += p5-CGI-Expand + SUBDIR += p5-CGI-ExtDirect SUBDIR += p5-CGI-FCKeditor SUBDIR += p5-CGI-FastTemplate SUBDIR += p5-CGI-FormBuilder Added: head/www/p5-CGI-ExtDirect/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-CGI-ExtDirect/Makefile Sat Feb 23 19:24:51 2013 (r312848) @@ -0,0 +1,20 @@ +# Created by: Tom Judge +# $FreeBSD$ + +PORTNAME= CGI-ExtDirect +PORTVERSION= 2.02 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= tj@FreeBSD.org +COMMENT= Perl extension for creating Ext.Direct remoting in CGI applications + +BUILD_DEPENDS= p5-RPC-ExtDirect>=2.10:${PORTSDIR}/www/p5-RPC-ExtDirect +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= CGI::ExtDirect.3 + +.include Added: head/www/p5-CGI-ExtDirect/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-CGI-ExtDirect/distinfo Sat Feb 23 19:24:51 2013 (r312848) @@ -0,0 +1,2 @@ +SHA256 (CGI-ExtDirect-2.02.tar.gz) = d3df703a8cc10d337f217546f80ce5d6ad37d0ac76e3cf7c3b5c8ce1e7822d36 +SIZE (CGI-ExtDirect-2.02.tar.gz) = 72686 Added: head/www/p5-CGI-ExtDirect/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-CGI-ExtDirect/pkg-descr Sat Feb 23 19:24:51 2013 (r312848) @@ -0,0 +1,5 @@ +This module implement RPC::ExtDirect gateway for CGI environment. +It was successfully tested in Apache CGI and +HTTP::Server::Simple::CGI applications. + +WWW: http://search.cpan.org/dist/CGI-ExtDirect/ Added: head/www/p5-CGI-ExtDirect/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-CGI-ExtDirect/pkg-plist Sat Feb 23 19:24:51 2013 (r312848) @@ -0,0 +1,5 @@ +%%SITE_PERL%%/CGI/ExtDirect.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/ExtDirect/.packlist +@dirrmtry %%SITE_PERL%%/CGI +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/ExtDirect +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI