summaryrefslogtreecommitdiff
path: root/net/p5-Net-XMPP
diff options
context:
space:
mode:
authorhe <he>2008-06-22 16:05:39 +0000
committerhe <he>2008-06-22 16:05:39 +0000
commitdd97abaa5457c2f24e5046b8c27bdea6295e1852 (patch)
tree7a5251ab430cff3dce50408207c6a3f0e99a82c6 /net/p5-Net-XMPP
parent4d5356841201f8b3f1f1225960e0a397f4117b5c (diff)
downloadpkgsrc-dd97abaa5457c2f24e5046b8c27bdea6295e1852.tar.gz
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 (limited to 'net/p5-Net-XMPP')
-rw-r--r--net/p5-Net-XMPP/DESCR11
-rw-r--r--net/p5-Net-XMPP/Makefile22
-rw-r--r--net/p5-Net-XMPP/distinfo5
3 files changed, 38 insertions, 0 deletions
diff --git a/net/p5-Net-XMPP/DESCR b/net/p5-Net-XMPP/DESCR
new file mode 100644
index 00000000000..ebe75185e1d
--- /dev/null
+++ b/net/p5-Net-XMPP/DESCR
@@ -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 --git a/net/p5-Net-XMPP/Makefile b/net/p5-Net-XMPP/Makefile
new file mode 100644
index 00000000000..be58cd23fa4
--- /dev/null
+++ b/net/p5-Net-XMPP/Makefile
@@ -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
+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 --git a/net/p5-Net-XMPP/distinfo b/net/p5-Net-XMPP/distinfo
new file mode 100644
index 00000000000..c5ab8a8e732
--- /dev/null
+++ b/net/p5-Net-XMPP/distinfo
@@ -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