FreeBSD Bugzilla – Attachment 113750 Details for
Bug 155341
[NEW PORT] net-im/p5-Protocol-XMPP: Protocol-level support for XMPP interaction
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
p5-Protocol-XMPP-0.005.shar
p5-Protocol-XMPP-0.005.shar (text/plain), 5.08 KB, created by
ports@c0decafe.net
on 2011-03-07 08:20:13 UTC
(
hide
)
Description:
p5-Protocol-XMPP-0.005.shar
Filename:
MIME Type:
Creator:
ports@c0decafe.net
Created:
2011-03-07 08:20:13 UTC
Size:
5.08 KB
patch
obsolete
># 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-Protocol-XMPP ># p5-Protocol-XMPP/pkg-descr ># p5-Protocol-XMPP/Makefile ># p5-Protocol-XMPP/pkg-plist ># p5-Protocol-XMPP/distinfo ># >echo c - p5-Protocol-XMPP >mkdir -p p5-Protocol-XMPP > /dev/null 2>&1 >echo x - p5-Protocol-XMPP/pkg-descr >sed 's/^X//' >p5-Protocol-XMPP/pkg-descr << '3fbfecd21d90ddb0598fd33faea6324b' >XThis module provides an API for the Extensible Message Passing Protocol. >XThis is commonly used for integration with Jabber servers and Google Talk, >Xalthough XMPP itself supports a number of extended features for a distributed >Xmulti-server, multi-client message exchange system. >X >XWWW: http://search.cpan.org/dist/Protocol-XMPP/ >3fbfecd21d90ddb0598fd33faea6324b >echo x - p5-Protocol-XMPP/Makefile >sed 's/^X//' >p5-Protocol-XMPP/Makefile << '4e186f407f24641b542e892a0ea4e08d' >X# New ports collection makefile for: p5-Protocol-XMPP >X# Date created: 2011-03-07 >X# Whom: <ports@c0decafe.net> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= Protocol-XMPP >XPORTVERSION= 0.005 >XCATEGORIES= net-im perl5 >XMASTER_SITES= CPAN >XMASTER_SITE_SUBDIR= ../../authors/id/T/TE/TEAM >XPKGNAMEPREFIX= p5- >X >XMAINTAINER= ports@c0decafe.net >XCOMMENT= Protocol-level support for XMPP interaction >X >XRUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL\ >X p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64\ >X p5-Module-Load>=0:${PORTSDIR}/devel/p5-Module-Load\ >X p5-XML-LibXML-SAX-ChunkParser>=0.00003:${PORTSDIR}/textproc/p5-XML-LibXML-SAX-ChunkParser\ >X p5-parent>=0:${PORTSDIR}/devel/p5-parent >X >XPERL_CONFIGURE= yes >X >XMAN3= Protocol::XMPP.3\ >X Protocol::XMPP::Base.3\ >X Protocol::XMPP::Contact.3\ >X Protocol::XMPP::Element::Active.3\ >X Protocol::XMPP::Element::Auth.3\ >X Protocol::XMPP::Element::Bind.3\ >X Protocol::XMPP::Element::Body.3\ >X Protocol::XMPP::Element::Challenge.3\ >X Protocol::XMPP::Element::Feature.3\ >X Protocol::XMPP::Element::Features.3\ >X Protocol::XMPP::Element::HTML.3\ >X Protocol::XMPP::Element::IQ.3\ >X Protocol::XMPP::Element::JID.3\ >X Protocol::XMPP::Element::Mechanism.3\ >X Protocol::XMPP::Element::Mechanisms.3\ >X Protocol::XMPP::Element::Message.3\ >X Protocol::XMPP::Element::Nick.3\ >X Protocol::XMPP::Element::Presence.3\ >X Protocol::XMPP::Element::Proceed.3\ >X Protocol::XMPP::Element::Register.3\ >X Protocol::XMPP::Element::Response.3\ >X Protocol::XMPP::Element::Session.3\ >X Protocol::XMPP::Element::StartTLS.3\ >X Protocol::XMPP::Element::Subject.3\ >X Protocol::XMPP::Element::Success.3\ >X Protocol::XMPP::ElementBase.3\ >X Protocol::XMPP::Handler.3\ >X Protocol::XMPP::IQ::Roster.3\ >X Protocol::XMPP::Message.3\ >X Protocol::XMPP::Stream.3\ >X Protocol::XMPP::TextElement.3\ >X Protocol::XMPP::User.3 >X >X.include <bsd.port.mk> >4e186f407f24641b542e892a0ea4e08d >echo x - p5-Protocol-XMPP/pkg-plist >sed 's/^X//' >p5-Protocol-XMPP/pkg-plist << '70f3dad4be0a8fb1b19770d4be058d58' >X@comment $FreeBSD$ >X%%SITE_PERL%%/Protocol/XMPP/Element/JID.pm >X%%SITE_PERL%%/Protocol/XMPP/Element/Auth.pm >X%%SITE_PERL%%/Protocol/XMPP/Element/Mechanism.pm >X%%SITE_PERL%%/Protocol/XMPP/Element/Nick.pm >X%%SITE_PERL%%/Protocol/XMPP/Element/Presence.pm >X%%SITE_PERL%%/Protocol/XMPP/Element/Features.pm >X%%SITE_PERL%%/Protocol/XMPP/Element/Mechanisms.pm >X%%SITE_PERL%%/Protocol/XMPP/Element/Feature.pm >X%%SITE_PERL%%/Protocol/XMPP/Element/HTML.pm >X%%SITE_PERL%%/Protocol/XMPP/Element/Proceed.pm >X%%SITE_PERL%%/Protocol/XMPP/Element/Session.pm >X%%SITE_PERL%%/Protocol/XMPP/Element/Bind.pm >X%%SITE_PERL%%/Protocol/XMPP/Element/IQ.pm >X%%SITE_PERL%%/Protocol/XMPP/Element/Active.pm >X%%SITE_PERL%%/Protocol/XMPP/Element/Message.pm >X%%SITE_PERL%%/Protocol/XMPP/Element/Subject.pm >X%%SITE_PERL%%/Protocol/XMPP/Element/Register.pm >X%%SITE_PERL%%/Protocol/XMPP/Element/Body.pm >X%%SITE_PERL%%/Protocol/XMPP/Element/Response.pm >X%%SITE_PERL%%/Protocol/XMPP/Element/Success.pm >X%%SITE_PERL%%/Protocol/XMPP/Element/StartTLS.pm >X%%SITE_PERL%%/Protocol/XMPP/Element/Challenge.pm >X%%SITE_PERL%%/Protocol/XMPP/IQ/Roster.pm >X%%SITE_PERL%%/Protocol/XMPP/TextElement.pm >X%%SITE_PERL%%/Protocol/XMPP/Base.pm >X%%SITE_PERL%%/Protocol/XMPP/Message.pm >X%%SITE_PERL%%/Protocol/XMPP/Handler.pm >X%%SITE_PERL%%/Protocol/XMPP/Stream.pm >X%%SITE_PERL%%/Protocol/XMPP/ElementBase.pm >X%%SITE_PERL%%/Protocol/XMPP/Contact.pm >X%%SITE_PERL%%/Protocol/XMPP/User.pm >X%%SITE_PERL%%/Protocol/XMPP.pm >X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Protocol/XMPP/.packlist >X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Protocol/XMPP >X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Protocol >X@dirrmtry %%SITE_PERL%%/Protocol/XMPP/IQ >X@dirrmtry %%SITE_PERL%%/Protocol/XMPP/Element >X@dirrmtry %%SITE_PERL%%/Protocol/XMPP >X@dirrmtry %%SITE_PERL%%/Protocol >70f3dad4be0a8fb1b19770d4be058d58 >echo x - p5-Protocol-XMPP/distinfo >sed 's/^X//' >p5-Protocol-XMPP/distinfo << '25634b021ec372b8ed826148b487fbe5' >XSHA256 (Protocol-XMPP-0.005.tar.gz) = cfba6257c0d44debc9605dd89f58d3edea15309bdc154038e00f7d98bdc1a221 >XSIZE (Protocol-XMPP-0.005.tar.gz) = 18955 >25634b021ec372b8ed826148b487fbe5 >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 155341
: 113750