svn commit: r312846 - in head/www: . p5-RPC-ExtDirect
Tom Judge
tj at FreeBSD.org
Sat Feb 23 18:58:59 UTC 2013
Author: tj
Date: Sat Feb 23 18:58:57 2013
New Revision: 312846
URL: http://svnweb.freebsd.org/changeset/ports/312846
Log:
RPC::ExtDirect is a Perl implementation for Ext.Direct remoting protocol
used in Ext JS JavaScript framework by Sencha Inc.
WWW: http://search.cpan.org/dist/RPC-ExtDirect/
Added:
head/www/p5-RPC-ExtDirect/
head/www/p5-RPC-ExtDirect/Makefile (contents, props changed)
head/www/p5-RPC-ExtDirect/distinfo (contents, props changed)
head/www/p5-RPC-ExtDirect/pkg-descr (contents, props changed)
head/www/p5-RPC-ExtDirect/pkg-plist (contents, props changed)
Modified:
head/www/Makefile
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Sat Feb 23 18:49:29 2013 (r312845)
+++ head/www/Makefile Sat Feb 23 18:58:57 2013 (r312846)
@@ -1147,6 +1147,7 @@
SUBDIR += p5-Protocol-XMLRPC
SUBDIR += p5-REST-Client
SUBDIR += p5-REST-Google-Apps-Provisioning
+ SUBDIR += p5-RPC-ExtDirect
SUBDIR += p5-RT-Authen-ExternalAuth
SUBDIR += p5-RT-Client-REST
SUBDIR += p5-RT-Extension-LDAPImport
Added: head/www/p5-RPC-ExtDirect/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/p5-RPC-ExtDirect/Makefile Sat Feb 23 18:58:57 2013 (r312846)
@@ -0,0 +1,36 @@
+# Created by: Tom Judge <tj at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= RPC-ExtDirect
+PORTVERSION= 2.10
+CATEGORIES= www perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= tj at FreeBSD.org
+COMMENT= Perl extension for implimenting the Ext.Direct remoting protocol
+
+BUILD_DEPENDS= p5-Attribute-Handlers>=0.93:${PORTSDIR}/devel/p5-Attribute-Handlers \
+ p5-JSON>=2.53:${PORTSDIR}/converters/p5-JSON
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Test-Pod>=1.46:${PORTSDIR}/devel/p5-Test-Pod
+
+PERL_CONFIGURE= yes
+
+MAN3= RPC::ExtDirect.3 \
+ RPC::ExtDirect::API.3 \
+ RPC::ExtDirect::Config.3 \
+ RPC::ExtDirect::Demo::PollProvider.3 \
+ RPC::ExtDirect::Demo::Profile.3 \
+ RPC::ExtDirect::Demo::TestAction.3 \
+ RPC::ExtDirect::Deserialize.3 \
+ RPC::ExtDirect::Event.3 \
+ RPC::ExtDirect::EventProvider.3 \
+ RPC::ExtDirect::Exception.3 \
+ RPC::ExtDirect::Hook.3 \
+ RPC::ExtDirect::NoEvents.3 \
+ RPC::ExtDirect::Request.3 \
+ RPC::ExtDirect::Router.3 \
+ RPC::ExtDirect::Serialize.3
+
+.include <bsd.port.mk>
Added: head/www/p5-RPC-ExtDirect/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/p5-RPC-ExtDirect/distinfo Sat Feb 23 18:58:57 2013 (r312846)
@@ -0,0 +1,2 @@
+SHA256 (RPC-ExtDirect-2.10.tar.gz) = dbbc70d1e56724fe44648573478bb11f4135495945651aa2ea673e654cc240eb
+SIZE (RPC-ExtDirect-2.10.tar.gz) = 38832
Added: head/www/p5-RPC-ExtDirect/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/p5-RPC-ExtDirect/pkg-descr Sat Feb 23 18:58:57 2013 (r312846)
@@ -0,0 +1,4 @@
+RPC::ExtDirect is a Perl implementation for Ext.Direct remoting protocol
+used in Ext JS JavaScript framework by Sencha Inc.
+
+WWW: http://search.cpan.org/dist/RPC-ExtDirect/
Added: head/www/p5-RPC-ExtDirect/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/p5-RPC-ExtDirect/pkg-plist Sat Feb 23 18:58:57 2013 (r312846)
@@ -0,0 +1,23 @@
+%%SITE_PERL%%/RPC/ExtDirect.pm
+%%SITE_PERL%%/RPC/ExtDirect/Deserialize.pm
+%%SITE_PERL%%/RPC/ExtDirect/Request.pm
+%%SITE_PERL%%/RPC/ExtDirect/NoEvents.pm
+%%SITE_PERL%%/RPC/ExtDirect/EventProvider.pm
+%%SITE_PERL%%/RPC/ExtDirect/Config.pm
+%%SITE_PERL%%/RPC/ExtDirect/API.pm
+%%SITE_PERL%%/RPC/ExtDirect/Exception.pm
+%%SITE_PERL%%/RPC/ExtDirect/Event.pm
+%%SITE_PERL%%/RPC/ExtDirect/Hook.pm
+%%SITE_PERL%%/RPC/ExtDirect/Router.pm
+%%SITE_PERL%%/RPC/ExtDirect/Serialize.pm
+%%SITE_PERL%%/RPC/ExtDirect/BEGIN.pm
+%%SITE_PERL%%/RPC/ExtDirect/CHECK.pm
+%%SITE_PERL%%/RPC/ExtDirect/Demo/TestAction.pm
+%%SITE_PERL%%/RPC/ExtDirect/Demo/PollProvider.pm
+%%SITE_PERL%%/RPC/ExtDirect/Demo/Profile.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/RPC/ExtDirect/.packlist
+ at dirrm %%SITE_PERL%%/RPC/ExtDirect/Demo
+ at dirrm %%SITE_PERL%%/RPC/ExtDirect
+ at dirrmtry %%SITE_PERL%%/RPC
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/RPC/ExtDirect
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/RPC
More information about the svn-ports-head
mailing list