Bug 70098 - [ports] new port: net/p5-POE-Component-Jabber
Summary: [ports] new port: net/p5-POE-Component-Jabber
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-06 21:50 UTC by Jeff Putsch
Modified: 2004-08-19 14:49 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Putsch 2004-08-06 21:50:28 UTC
# 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-POE-Component-Jabber
#	p5-POE-Component-Jabber/Makefile
#	p5-POE-Component-Jabber/distinfo
#	p5-POE-Component-Jabber/pkg-descr
#	p5-POE-Component-Jabber/pkg-plist
#
echo c - p5-POE-Component-Jabber
mkdir -p p5-POE-Component-Jabber > /dev/null 2>&1
echo x - p5-POE-Component-Jabber/Makefile
sed 's/^X//' >p5-POE-Component-Jabber/Makefile << 'END-of-p5-POE-Component-Jabber/Makefile'
X# ex:ts=8
X# New ports collection makefile for:	POE::Component::IRC
X# Date created:		Aug 19, 2001
X# Whom:			ijliao
X#
X# $FreeBSD: ports/irc/p5-POE-Component-IRC/Makefile,v 1.11 2003/08/09 11:53:47 skv Exp $
X#
X
XPORTNAME=	POE-Component-Jabber
XPORTVERSION=	1.0
XCATEGORIES=	net devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN:S/$/:1,2/}
XMASTER_SITE_SUBDIR=	POE/:1 ExtUtils/:2
XDISTFILES=	${DISTNAME}${EXTRACT_SUFX}:1 \
X		ExtUtils-AutoInstall-0.59${EXTRACT_SUFX}:2
X
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	jdputsch@comcast.net
XCOMMENT=	A POE Component for communicating over Jabber
X
XBUILD_DEPENDS=	${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
X		${SITE_PERL}/POE/Filter/XML.pm:${PORTSDIR}/textproc/p5-POE-Filter-XML \
X		${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
X		${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \
X		${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL \
X		${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
X
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		POE::Component::Jabber.3 \
X		POE::Component::Jabber::Client::Component.3 \
X		POE::Component::Jabber::Client::J2.3 \
X		POE::Component::Jabber::Client::Legacy.3 \
X		POE::Component::Jabber::Client::XMPP.3 \
X		POE::Component::Jabber::Client::XMPP::TLS.3 \
X		POE::Component::Jabber::Error.3 \
X		POE::Component::Jabber::Server::Socket::CTLS.3 \
X		POE::Component::Jabber::Server::Socket::STLS.3
X
Xpre-configure:
X	@${ECHO_MSG} "===>   Putting AutoInstall.pm in work dir"
X	@${MKDIR} ${WRKSRC}/install/ExtUtils
X	@${CP} ${WRKDIR}/ExtUtils-AutoInstall-0.59/lib/ExtUtils/AutoInstall.pm \
X	 ${WRKSRC}/install/ExtUtils
X
Xpost-install:
X.ifndef(NOPORTDOCS)
X	@${ECHO_MSG} "===>   Installing examples for ${PKGNAME}"
X	@${MKDIR} ${EXAMPLESDIR}
X	${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-p5-POE-Component-Jabber/Makefile
echo x - p5-POE-Component-Jabber/distinfo
sed 's/^X//' >p5-POE-Component-Jabber/distinfo << 'END-of-p5-POE-Component-Jabber/distinfo'
XMD5 (POE-Component-Jabber-1.0.tar.gz) = 4e0a60020511c19403b53d6fc993a3dd
XSIZE (POE-Component-Jabber-1.0.tar.gz) = 24771
XMD5 (ExtUtils-AutoInstall-0.59.tar.gz) = 1dbcfe20069d125f5d2a0a351c2e9a57
XSIZE (ExtUtils-AutoInstall-0.59.tar.gz) = 25859
END-of-p5-POE-Component-Jabber/distinfo
echo x - p5-POE-Component-Jabber/pkg-descr
sed 's/^X//' >p5-POE-Component-Jabber/pkg-descr << 'END-of-p5-POE-Component-Jabber/pkg-descr'
XPOE::Component::Jabber is a module that simplies for the POE
Xdeveloper, access to the Jabber protocol through the use of one of
Xthe four Client classes. With built in events for common Jabber
Xpackets, all a POE developer need do is provide an event and arguments
Xfor most events so the responses to the requests can be properly
Xhandled by the coder.
X
XWWW: http://search.cpan.org/dist/POE-Component-Jabber/
END-of-p5-POE-Component-Jabber/pkg-descr
echo x - p5-POE-Component-Jabber/pkg-plist
sed 's/^X//' >p5-POE-Component-Jabber/pkg-plist << 'END-of-p5-POE-Component-Jabber/pkg-plist'
X%%SITE_PERL%%/POE/Component/Jabber.pm
X%%SITE_PERL%%/POE/Component/Jabber/Client/Component.pm
X%%SITE_PERL%%/POE/Component/Jabber/Client/J2.pm
X%%SITE_PERL%%/POE/Component/Jabber/Client/Legacy.pm
X%%SITE_PERL%%/POE/Component/Jabber/Client/XMPP.pm
X%%SITE_PERL%%/POE/Component/Jabber/Client/XMPP/TLS.pm
X%%SITE_PERL%%/POE/Component/Jabber/Error.pm
X%%SITE_PERL%%/POE/Component/Jabber/Server/InputHandler.pm
X%%SITE_PERL%%/POE/Component/Jabber/Server/RouteProcessor.pm
X%%SITE_PERL%%/POE/Component/Jabber/Server/RouteTable.pm
X%%SITE_PERL%%/POE/Component/Jabber/Server/SelfRouter.pm
X%%SITE_PERL%%/POE/Component/Jabber/Server/Socket.pm
X%%SITE_PERL%%/POE/Component/Jabber/Server/Socket/CTLS.pm
X%%SITE_PERL%%/POE/Component/Jabber/Server/Socket/STLS.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Jabber/.packlist
X%%PORTDOCS%%share/examples/POE-Component-Jabber/COMPTester.pl
X%%PORTDOCS%%share/examples/POE-Component-Jabber/J2Tester.pl
X%%PORTDOCS%%share/examples/POE-Component-Jabber/LEGACYTester.pl
X%%PORTDOCS%%share/examples/POE-Component-Jabber/SERVERTester.pl
X%%PORTDOCS%%share/examples/POE-Component-Jabber/XMPPTester.pl
X%%PORTDOCS%%@dirrm share/examples/POE-Component-Jabber
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Jabber
X@dirrm %%SITE_PERL%%/POE/Component/Jabber/Server/Socket
X@dirrm %%SITE_PERL%%/POE/Component/Jabber/Server
X@dirrm %%SITE_PERL%%/POE/Component/Jabber/Client/XMPP
X@dirrm %%SITE_PERL%%/POE/Component/Jabber/Client
X@dirrm %%SITE_PERL%%/POE/Component/Jabber
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true
END-of-p5-POE-Component-Jabber/pkg-plist
exit
Comment 1 Mathieu Arnold freebsd_committer freebsd_triage 2004-08-19 14:44:14 UTC
State Changed
From-To: open->closed

Committed with some fixes : 
You should have ran portlint and listened what it said 
You did not change the Makefile's header :-) 
Added a patch for 5.005_03