diff options
author | skv <skv@FreeBSD.org> | 2002-07-05 13:12:16 +0000 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2002-07-05 13:12:16 +0000 |
commit | b0c2b26097c6f57dccef34d8c705649bfd0d8b8a (patch) | |
tree | ac14f5752296c8076f1c9d0f494ca509b89774ee | |
parent | 8a54e659110e55648de1ef0c91e1a252dfd59f95 (diff) | |
download | FreeBSD-ports-b0c2b26097c6f57dccef34d8c705649bfd0d8b8a.zip FreeBSD-ports-b0c2b26097c6f57dccef34d8c705649bfd0d8b8a.tar.gz |
Add p5-POE-Component-IRC-Object 0.02,
a slightly simpler OO
interface to POE::Component::IRC.
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC-Object/Makefile | 34 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC-Object/distinfo | 1 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC-Object/pkg-comment | 1 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC-Object/pkg-descr | 7 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC-Object/pkg-plist | 9 |
6 files changed, 53 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index 7942177..c2d03b4 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -31,6 +31,7 @@ SUBDIR += olirc SUBDIR += p5-IRC SUBDIR += p5-POE-Component-IRC + SUBDIR += p5-POE-Component-IRC-Object SUBDIR += party SUBDIR += pircbot SUBDIR += pisg diff --git a/irc/p5-POE-Component-IRC-Object/Makefile b/irc/p5-POE-Component-IRC-Object/Makefile new file mode 100644 index 0000000..b889f92 --- /dev/null +++ b/irc/p5-POE-Component-IRC-Object/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: POE-Component-IRC-Object +# Date created: 05 July 2002 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= POE-Component-IRC-Object +PORTVERSION= 0.02 +CATEGORIES= irc perl5 devel +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= POE +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC +RUN_DEPENDS= ${BUILD_DEPENDS} + +PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= POE::Component::IRC::Object.3 + +post-install: +.ifndef(NOPORTDOCS) + @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" + @${MKDIR} ${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/example/* ${EXAMPLESDIR} +.endif + +.include <bsd.port.mk> diff --git a/irc/p5-POE-Component-IRC-Object/distinfo b/irc/p5-POE-Component-IRC-Object/distinfo new file mode 100644 index 0000000..bde11cf --- /dev/null +++ b/irc/p5-POE-Component-IRC-Object/distinfo @@ -0,0 +1 @@ +MD5 (POE-Component-IRC-Object-0.02.tar.gz) = aec274158f94ac9f326b5d16eb3c9def diff --git a/irc/p5-POE-Component-IRC-Object/pkg-comment b/irc/p5-POE-Component-IRC-Object/pkg-comment new file mode 100644 index 0000000..073b5d9 --- /dev/null +++ b/irc/p5-POE-Component-IRC-Object/pkg-comment @@ -0,0 +1 @@ +A slightly simpler OO interface to POE::Component::IRC diff --git a/irc/p5-POE-Component-IRC-Object/pkg-descr b/irc/p5-POE-Component-IRC-Object/pkg-descr new file mode 100644 index 0000000..1a53d12 --- /dev/null +++ b/irc/p5-POE-Component-IRC-Object/pkg-descr @@ -0,0 +1,7 @@ +An OO interface to POE::Component::IRC with facilities to dispatch the +same method to multiple objects. + +WWW: http://search.cpan.org/search?dist=POE-Component-IRC-Object + +-- Sergey Skvortsov +skv@FreeBSD.org diff --git a/irc/p5-POE-Component-IRC-Object/pkg-plist b/irc/p5-POE-Component-IRC-Object/pkg-plist new file mode 100644 index 0000000..dbda885 --- /dev/null +++ b/irc/p5-POE-Component-IRC-Object/pkg-plist @@ -0,0 +1,9 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Object/.packlist +lib/perl5/site_perl/%%PERL_VER%%/POE/Component/IRC/Object.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/IRC/Object +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component/IRC 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true +%%PORTDOCS%%%%EXAMPLESDIR%%/elizabot.pl +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% |