diff options
author | krion <krion@FreeBSD.org> | 2003-10-02 07:14:17 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-02 07:14:17 +0000 |
commit | 17736b9a98cf777d3e9f868b04f719ae0c4d8d5e (patch) | |
tree | 1024f9c155862b88369553dfaec5868f64b21cf5 /net-im/p5-Jabber-Connection | |
parent | 8df3ddca9ce58f43c3c7d13226696e864f1979bc (diff) | |
download | FreeBSD-ports-17736b9a98cf777d3e9f868b04f719ae0c4d8d5e.zip FreeBSD-ports-17736b9a98cf777d3e9f868b04f719ae0c4d8d5e.tar.gz |
Add p5-Jabber-Connection 0.04, jabber Perl library for
client/component connectivity.
PR: 57478
Submitted by: Lars Eggert
Diffstat (limited to 'net-im/p5-Jabber-Connection')
-rw-r--r-- | net-im/p5-Jabber-Connection/Makefile | 27 | ||||
-rw-r--r-- | net-im/p5-Jabber-Connection/distinfo | 1 | ||||
-rw-r--r-- | net-im/p5-Jabber-Connection/pkg-descr | 7 | ||||
-rw-r--r-- | net-im/p5-Jabber-Connection/pkg-plist | 7 |
4 files changed, 42 insertions, 0 deletions
diff --git a/net-im/p5-Jabber-Connection/Makefile b/net-im/p5-Jabber-Connection/Makefile new file mode 100644 index 0000000..46bbb62 --- /dev/null +++ b/net-im/p5-Jabber-Connection/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-Jabber-Connection +# Date created: 01 October 2003 +# Whom: Lars Eggert +# +# $FreeBSD$ +# + +PORTNAME= Jabber-Connection +PORTVERSION= 0.04 +CATEGORIES= net perl5 +#MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +#MASTER_SITE_SUBDIR= Jabber +MASTER_SITES= http://www.pipetree.com/jabber/jabberconnection/ +PKGNAMEPREFIX= p5- + +MAINTAINER= larse@isi.edu +COMMENT= Jabber Perl library for client/component connectivity + +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Jabber::Connection.3 Jabber::NS.3 Jabber::NodeFactory.3 + +.include <bsd.port.mk> diff --git a/net-im/p5-Jabber-Connection/distinfo b/net-im/p5-Jabber-Connection/distinfo new file mode 100644 index 0000000..d8d011f --- /dev/null +++ b/net-im/p5-Jabber-Connection/distinfo @@ -0,0 +1 @@ +MD5 (Jabber-Connection-0.04.tar.gz) = ab9a85df88637f6bc542a38ac0501d8e diff --git a/net-im/p5-Jabber-Connection/pkg-descr b/net-im/p5-Jabber-Connection/pkg-descr new file mode 100644 index 0000000..ded4fcd --- /dev/null +++ b/net-im/p5-Jabber-Connection/pkg-descr @@ -0,0 +1,7 @@ +Jabber::Connection + +Jabber::Connection is a new Perl library for Jabber that provides +the basic features for client and component connectivity, plus an +xmlnode-like library for flexibly manipulating Jabber elements. + +WWW: http://www.pipetree.com/jabber/jabberconnection/ diff --git a/net-im/p5-Jabber-Connection/pkg-plist b/net-im/p5-Jabber-Connection/pkg-plist new file mode 100644 index 0000000..cfb62bb --- /dev/null +++ b/net-im/p5-Jabber-Connection/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Jabber/Connection.pm +%%SITE_PERL%%/Jabber/NS.pm +%%SITE_PERL%%/Jabber/NodeFactory.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Jabber/Connection/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Jabber/Connection +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Jabber +@dirrm %%SITE_PERL%%/Jabber |