Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Feb 2013 19:24:51 +0000 (UTC)
From:      Tom Judge <tj@FreeBSD.org>
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
Message-ID:  <201302231924.r1NJOpL0021372@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <tj@FreeBSD.org>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302231924.r1NJOpL0021372>