- 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
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index
Net::Async::XMPP is an asynchronous XMPP client and server implementations.
WWW: http://search.cpan.org/dist/Net-Async-XMPP/
PR: ports/155342
Submitted by: "ports@c0decafe.net" <ports@c0decafe.net>