mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
Add p5-Jabber-Connection 0.04, jabber Perl library for
client/component connectivity. PR: 57478 Submitted by: Lars Eggert
This commit is contained in:
parent
087ef6b247
commit
c3d050563b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90021
27
net-im/p5-Jabber-Connection/Makefile
Normal file
27
net-im/p5-Jabber-Connection/Makefile
Normal file
@ -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>
|
1
net-im/p5-Jabber-Connection/distinfo
Normal file
1
net-im/p5-Jabber-Connection/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Jabber-Connection-0.04.tar.gz) = ab9a85df88637f6bc542a38ac0501d8e
|
7
net-im/p5-Jabber-Connection/pkg-descr
Normal file
7
net-im/p5-Jabber-Connection/pkg-descr
Normal file
@ -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/
|
7
net-im/p5-Jabber-Connection/pkg-plist
Normal file
7
net-im/p5-Jabber-Connection/pkg-plist
Normal file
@ -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
|
@ -412,6 +412,7 @@
|
||||
SUBDIR += p5-IO-Interface
|
||||
SUBDIR += p5-IO-Socket-Multicast
|
||||
SUBDIR += p5-JUNOScript
|
||||
SUBDIR += p5-Jabber-Connection
|
||||
SUBDIR += p5-Mon
|
||||
SUBDIR += p5-Net
|
||||
SUBDIR += p5-Net-AIM
|
||||
|
27
net/p5-Jabber-Connection/Makefile
Normal file
27
net/p5-Jabber-Connection/Makefile
Normal file
@ -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>
|
1
net/p5-Jabber-Connection/distinfo
Normal file
1
net/p5-Jabber-Connection/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Jabber-Connection-0.04.tar.gz) = ab9a85df88637f6bc542a38ac0501d8e
|
7
net/p5-Jabber-Connection/pkg-descr
Normal file
7
net/p5-Jabber-Connection/pkg-descr
Normal file
@ -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/
|
7
net/p5-Jabber-Connection/pkg-plist
Normal file
7
net/p5-Jabber-Connection/pkg-plist
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user