Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Dec 2004 11:22:10 +0100 (CET)
From:      Lars Eggert <lars.eggert@gmx.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/74644: [NEW PORT] net/p5-Net-XMPP: Net::XMPP provides Perl Developer access to the XMPP protocol
Message-ID:  <200412031022.iB3AMAiu023422@kobe.netlab.nec.de>
Resent-Message-ID: <200412031030.iB3AUGLs041114@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         74644
>Category:       ports
>Synopsis:       [NEW PORT] net/p5-Net-XMPP: Net::XMPP provides Perl Developer access to the XMPP protocol
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 03 10:30:15 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Lars Eggert
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD kobe.netlab.nec.de 5.3-STABLE FreeBSD 5.3-STABLE #13: Wed Nov 24 17:07:26 CET 2004
>Description:
----------------------------------------------------------
NOTE: Depends on the XML::Stream update to 1.22 in
      http://www.freebsd.org/cgi/query-pr.cgi?pr=74643
----------------------------------------------------------

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.

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.

WWW: http://www.xmpp.org/

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-Net-XMPP-1.0.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Net-XMPP
#	p5-Net-XMPP/Makefile
#	p5-Net-XMPP/distinfo
#	p5-Net-XMPP/pkg-descr
#	p5-Net-XMPP/pkg-plist
#
echo c - p5-Net-XMPP
mkdir -p p5-Net-XMPP > /dev/null 2>&1
echo x - p5-Net-XMPP/Makefile
sed 's/^X//' >p5-Net-XMPP/Makefile << 'END-of-p5-Net-XMPP/Makefile'
X# New ports collection makefile for:	p5-Net-XMPP
X# Date created:				2004-12-3
X# Whom:	      				Lars Eggert <lars.eggert@gmx.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Net-XMPP
XPORTVERSION=	1.0
XCATEGORIES=	net perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Net
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	lars.eggert@gmx.net
XCOMMENT=	Net::XMPP provides Perl Developer access to the XMPP protocol
X
XBUILD_DEPENDS=	${SITE_PERL}/XML/Stream.pm:${PORTSDIR}/textproc/p5-XML-Stream \
X		${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Net::XMPP.3 Net::XMPP::Client.3 Net::XMPP::Connection.3 \
X		Net::XMPP::Debug.3 Net::XMPP::IQ.3 Net::XMPP::JID.3 \
X		Net::XMPP::Message.3 Net::XMPP::Namespaces.3 \
X		Net::XMPP::Presence.3 Net::XMPP::PrivacyLists.3 \
X		Net::XMPP::Protocol.3 Net::XMPP::Roster.3 \
X		Net::XMPP::Stanza.3
X
X.include <bsd.port.mk>
END-of-p5-Net-XMPP/Makefile
echo x - p5-Net-XMPP/distinfo
sed 's/^X//' >p5-Net-XMPP/distinfo << 'END-of-p5-Net-XMPP/distinfo'
XMD5 (Net-XMPP-1.0.tar.gz) = 6338484aa0d394e68c01666ca34e5241
XSIZE (Net-XMPP-1.0.tar.gz) = 96081
END-of-p5-Net-XMPP/distinfo
echo x - p5-Net-XMPP/pkg-descr
sed 's/^X//' >p5-Net-XMPP/pkg-descr << 'END-of-p5-Net-XMPP/pkg-descr'
XThe Extensible Messaging and Presence Protocol (XMPP) is an IETF standard
Xthat provides a complete cross protocol messaging solution.  The problem
Xwith current IM solutions is that they are all proprietary and cannot
Xtalk to each other.  XMPP seeks to get rid of those barriers.
X
XNet::XMPP is a collection of Perl modules that provide a Perl Developer
Xaccess to the XMPP protocol.  Using OOP modules we provide a clean
Xinterface to writing anything from a full client to a simple protocol
Xtester.
X
XWWW: http://www.xmpp.org/
END-of-p5-Net-XMPP/pkg-descr
echo x - p5-Net-XMPP/pkg-plist
sed 's/^X//' >p5-Net-XMPP/pkg-plist << 'END-of-p5-Net-XMPP/pkg-plist'
X%%SITE_PERL%%/Net/XMPP.pm
X%%SITE_PERL%%/Net/XMPP/Client.pm
X%%SITE_PERL%%/Net/XMPP/Connection.pm
X%%SITE_PERL%%/Net/XMPP/Debug.pm
X%%SITE_PERL%%/Net/XMPP/IQ.pm
X%%SITE_PERL%%/Net/XMPP/JID.pm
X%%SITE_PERL%%/Net/XMPP/Message.pm
X%%SITE_PERL%%/Net/XMPP/Namespaces.pm
X%%SITE_PERL%%/Net/XMPP/Presence.pm
X%%SITE_PERL%%/Net/XMPP/PrivacyLists.pm
X%%SITE_PERL%%/Net/XMPP/Protocol.pm
X%%SITE_PERL%%/Net/XMPP/Roster.pm
X%%SITE_PERL%%/Net/XMPP/Stanza.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/XMPP/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/XMPP
X@dirrm %%SITE_PERL%%/Net/XMPP
END-of-p5-Net-XMPP/pkg-plist
exit
--- p5-Net-XMPP-1.0.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412031022.iB3AMAiu023422>