pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-POE-Component-Pluggable Import p5-POE-Compone...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c78c7417c35
branches:  trunk
changeset: 546993:8c78c7417c35
user:      he <he%pkgsrc.org@localhost>
date:      Wed Sep 10 18:53:49 2008 +0000

description:
Import p5-POE-Component-Pluggable version 1.10.

POE::Component::Pluggable is a base class for creating plugin enabled
POE Components. It is a generic port of POE::Component::IRC's plugin
system.

If your component dispatches events to registered POE sessions, then
POE::Component::Pluggable may be a good fit for you.

diffstat:

 devel/p5-POE-Component-Pluggable/DESCR    |   6 ++++++
 devel/p5-POE-Component-Pluggable/Makefile |  20 ++++++++++++++++++++
 devel/p5-POE-Component-Pluggable/distinfo |   5 +++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 623ba5d2a3ea -r 8c78c7417c35 devel/p5-POE-Component-Pluggable/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-POE-Component-Pluggable/DESCR    Wed Sep 10 18:53:49 2008 +0000
@@ -0,0 +1,6 @@
+POE::Component::Pluggable is a base class for creating plugin enabled
+POE Components. It is a generic port of POE::Component::IRC's plugin
+system.
+
+If your component dispatches events to registered POE sessions, then
+POE::Component::Pluggable may be a good fit for you.
diff -r 623ba5d2a3ea -r 8c78c7417c35 devel/p5-POE-Component-Pluggable/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-POE-Component-Pluggable/Makefile Wed Sep 10 18:53:49 2008 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/09/10 18:53:49 he Exp $
+
+DISTNAME=      POE-Component-Pluggable-1.10
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=POE/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/POE-Component-Pluggable/
+COMMENT=       Perl base class for creating plugin enabled POE Components
+
+DEPENDS+=      p5-POE>=1.0002:../../devel/p5-POE
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_PACKLIST=        auto/POE/Component/Pluggable/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 623ba5d2a3ea -r 8c78c7417c35 devel/p5-POE-Component-Pluggable/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-POE-Component-Pluggable/distinfo Wed Sep 10 18:53:49 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/09/10 18:53:49 he Exp $
+
+SHA1 (POE-Component-Pluggable-1.10.tar.gz) = 9b660cd38b942c6778e9e0ccce9553d016e64e2c
+RMD160 (POE-Component-Pluggable-1.10.tar.gz) = 5e0d88f6686660371e3725255b65f3063cb388e6
+Size (POE-Component-Pluggable-1.10.tar.gz) = 29023 bytes



Home | Main Index | Thread Index | Old Index