pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-Net-XMPP Import p5-Net-XMPP version 1.02:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c76a4f8db6b9
branches:  trunk
changeset: 543747:c76a4f8db6b9
user:      he <he%pkgsrc.org@localhost>
date:      Sun Jun 22 16:05:39 2008 +0000

description:
Import p5-Net-XMPP version 1.02:

The Extensible Messaging and Presence Protocol (XMPP) is an IETF standard
that provides a complete cross protocol messaging solution.  The problem
with current IM solutions is that they are all proprietary and cannot
talk to each other.  XMPP seeks to get rid of those barriers.

For more information about the Jabber project visit http://www.xmpp.org.

Net::XMPP is a collection of Perl modules that provide a Perl Developer
access to the XMPP protocol.  Using OOP modules we provide a clean
interface to writing anything from a full client to a simple protocol
tester.

diffstat:

 net/p5-Net-XMPP/DESCR    |  11 +++++++++++
 net/p5-Net-XMPP/Makefile |  22 ++++++++++++++++++++++
 net/p5-Net-XMPP/distinfo |   5 +++++
 3 files changed, 38 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r f0043aed745e -r c76a4f8db6b9 net/p5-Net-XMPP/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-XMPP/DESCR     Sun Jun 22 16:05:39 2008 +0000
@@ -0,0 +1,11 @@
+The Extensible Messaging and Presence Protocol (XMPP) is an IETF standard
+that provides a complete cross protocol messaging solution.  The problem
+with current IM solutions is that they are all proprietary and cannot
+talk to each other.  XMPP seeks to get rid of those barriers.
+
+For more information about the Jabber project visit http://www.xmpp.org.
+
+Net::XMPP is a collection of Perl modules that provide a Perl Developer
+access to the XMPP protocol.  Using OOP modules we provide a clean
+interface to writing anything from a full client to a simple protocol
+tester.
diff -r f0043aed745e -r c76a4f8db6b9 net/p5-Net-XMPP/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-XMPP/Makefile  Sun Jun 22 16:05:39 2008 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/06/22 16:05:39 he Exp $
+#
+
+DISTNAME=      Net-XMPP-1.02
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    chat perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/~hacker/Net-XMPP-1.02/
+COMMENT=       Provide a Perl Developer access to the XMPP protocol
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+DEPENDS+=      p5-XML-Stream>=1.22:../../textproc/p5-XML-Stream
+DEPENDS+=      p5-Digest-SHA1>=1.02:../../security/p5-Digest-SHA1
+
+PERL5_MODULE_TYPE= Module::Build
+PERL5_PACKLIST=        auto/Net/XMPP/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f0043aed745e -r c76a4f8db6b9 net/p5-Net-XMPP/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-XMPP/distinfo  Sun Jun 22 16:05:39 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/06/22 16:05:39 he Exp $
+
+SHA1 (Net-XMPP-1.02.tar.gz) = 22f89527c553be6bebbc0a64eeb385ae461b8bf3
+RMD160 (Net-XMPP-1.02.tar.gz) = e21da2fe86cd73826cb00e085fe2c84f3ac71233
+Size (Net-XMPP-1.02.tar.gz) = 121653 bytes



Home | Main Index | Thread Index | Old Index