- Add p5-SOAP-Transport-JABBER 0.713
SOAP::Transport::JABBER provides a Jabber-based transport backend for SOAP::Lite. This class uses the Net::Jabber classes to abstract the Jabber protocol away from the direct notice of the application. Besides maintaining any needed objects internally, the package also uses a separate class as a proxy between communication layers, SOAP::Transport::JABBER::Query. The Jabber support provides both client and server classes. WWW: http://search.cpan.org/dist/SOAP-Transport-JABBER/
This commit is contained in:
parent
9eba8f55ea
commit
2e9cf86464
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280194
@ -109,6 +109,7 @@
|
||||
SUBDIR += p5-Net-XMPP2
|
||||
SUBDIR += p5-POE-Component-Client-MSN
|
||||
SUBDIR += p5-Protocol-XMPP
|
||||
SUBDIR += p5-SOAP-Transport-JABBER
|
||||
SUBDIR += papyon
|
||||
SUBDIR += pebrot
|
||||
SUBDIR += pecl-stomp
|
||||
|
32
net-im/p5-SOAP-Transport-JABBER/Makefile
Normal file
32
net-im/p5-SOAP-Transport-JABBER/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: p5-SOAP-Transport-JABBER
|
||||
# Date created: 2011-08-20
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= SOAP-Transport-JABBER
|
||||
PORTVERSION= 0.713
|
||||
CATEGORIES= net-im net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= A Jabber-based transport backend for SOAP::Lite
|
||||
|
||||
BUILD_DEPENDS= p5-Net-Jabber>=0:${PORTSDIR}/net-im/p5-Net-Jabber \
|
||||
p5-SOAP-Lite>=0.711:${PORTSDIR}/net/p5-SOAP-Lite
|
||||
RUN_DEPENDS= p5-Net-Jabber>=0:${PORTSDIR}/net-im/p5-Net-Jabber \
|
||||
p5-SOAP-Lite>=0.711:${PORTSDIR}/net/p5-SOAP-Lite
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= SOAP::Transport::JABBER.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501200
|
||||
BUILD_DEPENDS+= p5-Module-Build>=0.3600:${PORTSDIR}/devel/p5-Module-Build
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
net-im/p5-SOAP-Transport-JABBER/distinfo
Normal file
2
net-im/p5-SOAP-Transport-JABBER/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (SOAP-Transport-JABBER-0.713.tar.gz) = df5f59eaf28948372ecfcfe5556296aee45d105c4cf4797da72a45d827fc11c3
|
||||
SIZE (SOAP-Transport-JABBER-0.713.tar.gz) = 37888
|
10
net-im/p5-SOAP-Transport-JABBER/pkg-descr
Normal file
10
net-im/p5-SOAP-Transport-JABBER/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
SOAP::Transport::JABBER provides a Jabber-based transport backend for
|
||||
SOAP::Lite.
|
||||
|
||||
This class uses the Net::Jabber classes to abstract the Jabber protocol away
|
||||
from the direct notice of the application. Besides maintaining any needed
|
||||
objects internally, the package also uses a separate class as a proxy between
|
||||
communication layers, SOAP::Transport::JABBER::Query. The Jabber support
|
||||
provides both client and server classes.
|
||||
|
||||
WWW: http://search.cpan.org/dist/SOAP-Transport-JABBER/
|
7
net-im/p5-SOAP-Transport-JABBER/pkg-plist
Normal file
7
net-im/p5-SOAP-Transport-JABBER/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/SOAP/Transport/JABBER.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Transport/JABBER/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Transport/JABBER
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Transport
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP
|
||||
@dirrmtry %%SITE_PERL%%/SOAP/Transport
|
||||
@dirrmtry %%SITE_PERL%%/SOAP
|
Loading…
Reference in New Issue
Block a user