import p5-Object-Pluggable 1.29
Object::Pluggable is a base class for creating plugin enabled objects. It is a generic port of POE::Component::IRC's plugin system. If your object dispatches events to listeners, then Object::Pluggable may be a good fit for you. ok sthen@
This commit is contained in:
parent
1dd9d5d3bb
commit
7e7ee89512
20
devel/p5-Object-Pluggable/Makefile
Normal file
20
devel/p5-Object-Pluggable/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/10/24 11:39:32 jasper Exp $
|
||||
|
||||
COMMENT= base class for creating plugin-enabled objects
|
||||
|
||||
DISTNAME= Object-Pluggable-1.29
|
||||
CATEGORIES= devel
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
USE_GROFF= Yes
|
||||
|
||||
MODULES= cpan
|
||||
|
||||
RUN_DEPENDS= ::devel/p5-Task-Weaken
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/p5-Object-Pluggable/distinfo
Normal file
5
devel/p5-Object-Pluggable/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Object-Pluggable-1.29.tar.gz) = JdLBoq1bwSnmd3OBcnNKjg==
|
||||
RMD160 (Object-Pluggable-1.29.tar.gz) = Q2o9EuS/n9+lEe/i50TAfZSMSCs=
|
||||
SHA1 (Object-Pluggable-1.29.tar.gz) = 3CFHD2bEvIbpsVjJts/1obbRS9E=
|
||||
SHA256 (Object-Pluggable-1.29.tar.gz) = zli48TyhO+pJiH+tQ1ncffpUe6tRbVgsak0EXmLYbvE=
|
||||
SIZE (Object-Pluggable-1.29.tar.gz) = 23603
|
5
devel/p5-Object-Pluggable/pkg/DESCR
Normal file
5
devel/p5-Object-Pluggable/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
Object::Pluggable is a base class for creating plugin enabled objects.
|
||||
It is a generic port of POE::Component::IRC's plugin system.
|
||||
|
||||
If your object dispatches events to listeners, then Object::Pluggable
|
||||
may be a good fit for you.
|
9
devel/p5-Object-Pluggable/pkg/PLIST
Normal file
9
devel/p5-Object-Pluggable/pkg/PLIST
Normal file
@ -0,0 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/10/24 11:39:32 jasper Exp $
|
||||
${P5SITE}/Object/
|
||||
${P5SITE}/Object/Pluggable/
|
||||
${P5SITE}/Object/Pluggable.pm
|
||||
${P5SITE}/Object/Pluggable/Constants.pm
|
||||
${P5SITE}/Object/Pluggable/Pipeline.pm
|
||||
@man man/man3p/Object::Pluggable.3p
|
||||
@man man/man3p/Object::Pluggable::Constants.3p
|
||||
@man man/man3p/Object::Pluggable::Pipeline.3p
|
Loading…
x
Reference in New Issue
Block a user