View | Details | Raw Unified | Return to bug 52242 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-4 / +2 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	POE-Component-IRC
9
PORTNAME=	POE-Component-IRC
10
PORTVERSION=	2.6
10
PORTVERSION=	2.7
11
CATEGORIES=	irc devel perl5
11
CATEGORIES=	irc devel perl5
12
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
13
MASTER_SITE_SUBDIR=	POE
13
MASTER_SITE_SUBDIR=	POE
Lines 16-28 Link Here
16
MAINTAINER=	dan-freebsd@spot.org
16
MAINTAINER=	dan-freebsd@spot.org
17
COMMENT=	A fully event-driven IRC client module
17
COMMENT=	A fully event-driven IRC client module
18
18
19
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE
19
BUILD_DEPENDS=	${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
20
RUN_DEPENDS=	${BUILD_DEPENDS}
20
RUN_DEPENDS=	${BUILD_DEPENDS}
21
21
22
PLIST_SUB=	EXAMPLESDIR="share/examples/${PORTNAME}"
23
PERL_CONFIGURE=	yes
22
PERL_CONFIGURE=	yes
24
23
25
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
26
MAN3=		POE::Component::Filter-CTCP.3 \
24
MAN3=		POE::Component::Filter-CTCP.3 \
27
		POE::Component::IRC.3 \
25
		POE::Component::IRC.3 \
28
		POE::Component::Filter-IRC.3
26
		POE::Component::Filter-IRC.3
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (POE-Component-IRC-2.6.tar.gz) = c38360cddd0a20eb8f660c1044d45cce
1
MD5 (POE-Component-IRC-2.7.tar.gz) = 2a714af5ada5af902bdc77b861b29c2f
(-)pkg-descr (+2 lines)
Lines 3-5 Link Here
3
sessions. You create an IRC component and tell it what events your session
3
sessions. You create an IRC component and tell it what events your session
4
cares about and where to connect to, and it sends back interesting IRC
4
cares about and where to connect to, and it sends back interesting IRC
5
events when they happen. You make the client do things by sending it events.
5
events when they happen. You make the client do things by sending it events.
6
7
WWW: http://search.cpan.org/dist/POE-Component-IRC/
(-)pkg-plist (-10 / +10 lines)
Lines 1-7 Link Here
1
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/IRC/.packlist
1
%%SITE_PERL%%/POE/Component/IRC.pm
2
lib/perl5/site_perl/%%PERL_VER%%/POE/Component/IRC.pm
2
%%SITE_PERL%%/POE/Filter/CTCP.pm
3
lib/perl5/site_perl/%%PERL_VER%%/POE/Filter/CTCP.pm
3
%%SITE_PERL%%/POE/Filter/IRC.pm
4
lib/perl5/site_perl/%%PERL_VER%%/POE/Filter/IRC.pm
4
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/.packlist
5
%%PORTDOCS%%%%EXAMPLESDIR%%/aimproxy.pl
5
%%PORTDOCS%%%%EXAMPLESDIR%%/aimproxy.pl
6
%%PORTDOCS%%%%EXAMPLESDIR%%/dcctest.pl
6
%%PORTDOCS%%%%EXAMPLESDIR%%/dcctest.pl
7
%%PORTDOCS%%%%EXAMPLESDIR%%/dicebot.pl
7
%%PORTDOCS%%%%EXAMPLESDIR%%/dicebot.pl
Lines 9-17 Link Here
9
%%PORTDOCS%%%%EXAMPLESDIR%%/moo.pl
9
%%PORTDOCS%%%%EXAMPLESDIR%%/moo.pl
10
%%PORTDOCS%%%%EXAMPLESDIR%%/tinyurl.pl
10
%%PORTDOCS%%%%EXAMPLESDIR%%/tinyurl.pl
11
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
11
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
12
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/IRC
12
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC
13
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
13
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true
14
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component 2>/dev/null || true
14
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true
15
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Filter 2>/dev/null || true
15
@unexec rmdir %D/%%SITE_PERL%%/POE/Filter 2>/dev/null || true
16
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE 2>/dev/null || true
16
@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true
17
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true
17
@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true

Return to bug 52242