mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
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/
This commit is contained in:
parent
678eff9c21
commit
248f712004
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312846
@ -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
|
||||
|
36
www/p5-RPC-ExtDirect/Makefile
Normal file
36
www/p5-RPC-ExtDirect/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# Created by: Tom Judge <tj@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= RPC-ExtDirect
|
||||
PORTVERSION= 2.10
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tj@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>
|
2
www/p5-RPC-ExtDirect/distinfo
Normal file
2
www/p5-RPC-ExtDirect/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (RPC-ExtDirect-2.10.tar.gz) = dbbc70d1e56724fe44648573478bb11f4135495945651aa2ea673e654cc240eb
|
||||
SIZE (RPC-ExtDirect-2.10.tar.gz) = 38832
|
4
www/p5-RPC-ExtDirect/pkg-descr
Normal file
4
www/p5-RPC-ExtDirect/pkg-descr
Normal file
@ -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/
|
23
www/p5-RPC-ExtDirect/pkg-plist
Normal file
23
www/p5-RPC-ExtDirect/pkg-plist
Normal file
@ -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
|
||||
@dirrm %%SITE_PERL%%/RPC/ExtDirect/Demo
|
||||
@dirrm %%SITE_PERL%%/RPC/ExtDirect
|
||||
@dirrmtry %%SITE_PERL%%/RPC
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/RPC/ExtDirect
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/RPC
|
Loading…
Reference in New Issue
Block a user