mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
net-im/p5-Net-Async-XMPP: 0.002 -> 0.003
- Most of the public API methods now use Futures to indicate completion - SRV lookup - needs DNS although an optional constant allows getnameinfo lookups - Don't include <show> element in initial presence notification. - Initial documentation for some of the more useful public methods
This commit is contained in:
parent
792ab51a31
commit
78d765c57e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364103
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Net-Async-XMPP
|
||||
PORTVERSION= 0.002
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.003
|
||||
CATEGORIES= net-im perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:TEAM
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Net-Async-XMPP-0.002.tar.gz) = ebe00a1d73a20cc7aa3edbcbb3ff8b0597152645349c698f8be6dbb035daeda8
|
||||
SIZE (Net-Async-XMPP-0.002.tar.gz) = 11790
|
||||
SHA256 (Net-Async-XMPP-0.003.tar.gz) = da4d15691f76901002791fa76f18ff0750c9db6594d2cacdff375be486a3a619
|
||||
SIZE (Net-Async-XMPP-0.003.tar.gz) = 21134
|
||||
|
@ -4,7 +4,9 @@
|
||||
%%PERL5_MAN3%%/Net::Async::XMPP::Server.3.gz
|
||||
%%SITE_PERL%%/Net/Async/XMPP.pm
|
||||
%%SITE_PERL%%/Net/Async/XMPP/Client.pm
|
||||
%%SITE_PERL%%/Net/Async/XMPP/Client.pod
|
||||
%%SITE_PERL%%/Net/Async/XMPP/Protocol.pm
|
||||
%%SITE_PERL%%/Net/Async/XMPP/Protocol.pod
|
||||
%%SITE_PERL%%/Net/Async/XMPP/Server.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Async/XMPP/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Async/XMPP
|
||||
|
Loading…
Reference in New Issue
Block a user