Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2001 21:09:37 +0300
From:      skv@protey.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/32785: New port: p5-POE-Component-IRC-1.7 
Message-ID:  <E16DrLV-000Ojr-00@3wgraphics.com>

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

>Number:         32785
>Category:       ports
>Synopsis:       New port: p5-POE-Component-IRC-1.7
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 12 16:10:05 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Skvortsov
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
<Organization of PR author (multiple lines)>
>Environment:

	<Relevant environment information (multiple lines)>

>Description:

New port: p5-POE-Component-IRC-1.7

A fully event-driven IRC client module

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>Fix:

# 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-IRC
#	p5-POE-Component-IRC/distinfo
#	p5-POE-Component-IRC/Makefile
#	p5-POE-Component-IRC/pkg-comment
#	p5-POE-Component-IRC/pkg-descr
#	p5-POE-Component-IRC/pkg-plist
#
echo c - p5-POE-Component-IRC
mkdir -p p5-POE-Component-IRC > /dev/null 2>&1
echo x - p5-POE-Component-IRC/distinfo
sed 's/^X//' >p5-POE-Component-IRC/distinfo << 'END-of-p5-POE-Component-IRC/distinfo'
XMD5 (POE-Component-IRC-1.7.tar.gz) = 942f2b5c058ad48c628cf178b5f6215b
END-of-p5-POE-Component-IRC/distinfo
echo x - p5-POE-Component-IRC/Makefile
sed 's/^X//' >p5-POE-Component-IRC/Makefile << 'END-of-p5-POE-Component-IRC/Makefile'
X# New ports collection makefile for:	POE-Component-IRC
X# Date created:		10 Dec 2001
X# Whom:			Sergey Skvortsov <skv@protey.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	POE-Component-IRC
XPORTVERSION=	1.7
XCATEGORIES=	devel perl5 irc
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	POE
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	skv@protey.ru
X
XBUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
XMAN3=		POE::Component::Filter-CTCP.3 POE::Component::Filter-IRC.3 \
X		POE::Component::IRC.3
XMLINKS=		POE::Component::Filter-CTCP.3 POE::Component::Filter::CTCP.3 \
X		POE::Component::Filter-IRC.3 POE::Component::Filter::IRC.3
X
Xpost-install:
X.ifndef(NOPORTDOCS)
X		@${MKDIR} ${EXAMPLESDIR}
X		${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-p5-POE-Component-IRC/Makefile
echo x - p5-POE-Component-IRC/pkg-comment
sed 's/^X//' >p5-POE-Component-IRC/pkg-comment << 'END-of-p5-POE-Component-IRC/pkg-comment'
XA fully event-driven IRC client module
END-of-p5-POE-Component-IRC/pkg-comment
echo x - p5-POE-Component-IRC/pkg-descr
sed 's/^X//' >p5-POE-Component-IRC/pkg-descr << 'END-of-p5-POE-Component-IRC/pkg-descr'
XPOE::Component::IRC is a POE component which acts as an easily controllable
XIRC client for your other POE components and sessions. You create an IRC
Xcomponent and tell it what events your session cares about and where to
Xconnect to, and it sends back interesting IRC events when they happen.
X
XWWW: http://search.cpan.org/search?dist=POE-Component-IRC
X
X-- Sergey Skvortsov
Xskv@protey.ru
END-of-p5-POE-Component-IRC/pkg-descr
echo x - p5-POE-Component-IRC/pkg-plist
sed 's/^X//' >p5-POE-Component-IRC/pkg-plist << 'END-of-p5-POE-Component-IRC/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/IRC/.packlist
Xlib/perl5/site_perl/%%PERL_VER%%/POE/Component/IRC.pm
Xlib/perl5/site_perl/%%PERL_VER%%/POE/Filter/CTCP.pm
Xlib/perl5/site_perl/%%PERL_VER%%/POE/Filter/IRC.pm
X%%PORTDOCS%%share/examples/POE-Component-IRC/dcctest.pl
X%%PORTDOCS%%share/examples/POE-Component-IRC/dicebot.pl
X%%PORTDOCS%%share/examples/POE-Component-IRC/eliza.pl
X%%PORTDOCS%%share/examples/POE-Component-IRC/moo.pl
X%%PORTDOCS%%@dirrm share/examples/POE-Component-IRC
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/IRC
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Filter 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true
END-of-p5-POE-Component-IRC/pkg-plist
exit

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E16DrLV-000Ojr-00>