import Net::Jabber 2.0

Net::Jabber is a convenient tool to use for any perl script that would
like to utilize the Jabber Instant Messaging protocol.  While not a
client in and of itself, it provides all of the necessary back-end
functions to make a CGI client or command-line perl client feasible and
easy to use.  Net::Jabber is a wrapper around the rest of the official
Net::Jabber::xxxxxx packages.

from Gleydson Soares (MAINTAINER)
This commit is contained in:
jasper 2007-11-15 18:45:28 +00:00
parent e6dac95aef
commit fc115fedf2
4 changed files with 84 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/11/15 18:45:28 jasper Exp $
COMMENT= perl interface to jabber
MODULES= cpan
DISTNAME= Net-Jabber-2.0
CATEGORIES= net
MAINTAINER= Gleydson Soares <gsoares@trusted.com.br>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= :p5-Net-XMPP-*:net/p5-Net-XMPP
BUILD_DEPENDS= ${RUN_DEPENDS}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-Net-Jabber
${INSTALL_DATA} ${WRKSRC}/examples/*.pl \
${PREFIX}/share/examples/p5-Net-Jabber
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Net-Jabber-2.0.tar.gz) = H9NI+5oabFoWeuhi7YnNUw==
RMD160 (Net-Jabber-2.0.tar.gz) = gPHB3Yx9HTPzMmi3W3a8JdYi/aI=
SHA1 (Net-Jabber-2.0.tar.gz) = boDSMw+qta+6AtAyexl5zE3tBUg=
SHA256 (Net-Jabber-2.0.tar.gz) = 37o5SmFmpaXjXOdj9Aj5d4gEfMOc5aytgC4oFDLIgBE=
SIZE (Net-Jabber-2.0.tar.gz) = 112416

View File

@ -0,0 +1,6 @@
Net::Jabber is a convenient tool to use for any perl script that would
like to utilize the Jabber Instant Messaging protocol. While not a
client in and of itself, it provides all of the necessary back-end
functions to make a CGI client or command-line perl client feasible and
easy to use. Net::Jabber is a wrapper around the rest of the official
Net::Jabber::xxxxxx packages.

View File

@ -0,0 +1,48 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/11/15 18:45:28 jasper Exp $
${P5SITE}/Net/Jabber/
${P5SITE}/Net/Jabber.pm
${P5SITE}/Net/Jabber/Client.pm
${P5SITE}/Net/Jabber/Component.pm
${P5SITE}/Net/Jabber/Data.pm
${P5SITE}/Net/Jabber/Debug.pm
${P5SITE}/Net/Jabber/Dialback/
${P5SITE}/Net/Jabber/Dialback.pm
${P5SITE}/Net/Jabber/Dialback/Result.pm
${P5SITE}/Net/Jabber/Dialback/Verify.pm
${P5SITE}/Net/Jabber/IQ.pm
${P5SITE}/Net/Jabber/JID.pm
${P5SITE}/Net/Jabber/Key.pm
${P5SITE}/Net/Jabber/Log.pm
${P5SITE}/Net/Jabber/Message.pm
${P5SITE}/Net/Jabber/Namespaces.pm
${P5SITE}/Net/Jabber/Presence.pm
${P5SITE}/Net/Jabber/Protocol.pm
${P5SITE}/Net/Jabber/Server.pm
${P5SITE}/Net/Jabber/Stanza.pm
${P5SITE}/Net/Jabber/XDB.pm
@man man/man3p/Net::Jabber.3p
@man man/man3p/Net::Jabber::Client.3p
@man man/man3p/Net::Jabber::Component.3p
@man man/man3p/Net::Jabber::Data.3p
@man man/man3p/Net::Jabber::Debug.3p
@man man/man3p/Net::Jabber::Dialback.3p
@man man/man3p/Net::Jabber::Dialback::Result.3p
@man man/man3p/Net::Jabber::Dialback::Verify.3p
@man man/man3p/Net::Jabber::IQ.3p
@man man/man3p/Net::Jabber::JID.3p
@man man/man3p/Net::Jabber::Key.3p
@man man/man3p/Net::Jabber::Log.3p
@man man/man3p/Net::Jabber::Message.3p
@man man/man3p/Net::Jabber::Namespaces.3p
@man man/man3p/Net::Jabber::Presence.3p
@man man/man3p/Net::Jabber::Protocol.3p
@man man/man3p/Net::Jabber::Server.3p
@man man/man3p/Net::Jabber::Stanza.3p
@man man/man3p/Net::Jabber::XDB.3p
share/examples/p5-Net-Jabber/
share/examples/p5-Net-Jabber/client.pl
share/examples/p5-Net-Jabber/client_xpath.pl
share/examples/p5-Net-Jabber/component_accept.pl
share/examples/p5-Net-Jabber/component_test.pl
share/examples/p5-Net-Jabber/rpc_client.pl
share/examples/p5-Net-Jabber/rpc_server.pl