Initial import of p5-POE-Component-Schedule version 0.92 in the
NetBSD Packages Collection. The Perl 5 module POE::Component::Schedule is a POE add-on. It encapsulates a session that sends events to client sessions on a schedule as defined by a DateTime::Set iterator
This commit is contained in:
parent
26ac64ca93
commit
fdd8cb750e
3 changed files with 32 additions and 0 deletions
3
devel/p5-POE-Component-Schedule/DESCR
Normal file
3
devel/p5-POE-Component-Schedule/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
The Perl 5 module POE::Component::Schedule is a POE add-on.
|
||||
It encapsulates a session that sends events to client sessions on a
|
||||
schedule as defined by a DateTime::Set iterator
|
24
devel/p5-POE-Component-Schedule/Makefile
Normal file
24
devel/p5-POE-Component-Schedule/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/11/28 07:29:02 seb Exp $
|
||||
|
||||
DISTNAME= POE-Component-Schedule-0.92
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/POE-Component-Schedule/
|
||||
COMMENT= Schedule POE events using DateTime::Set iterators
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
DEPENDS+= p5-POE>=1.003:../../devel/p5-POE
|
||||
DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
|
||||
DEPENDS+= p5-DateTime-Set>=0.25:../../time/p5-DateTime-Set
|
||||
DEPENDS+= p5-DateTime-TimeZone-[0-9]*:../../time/p5-DateTime-TimeZone
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/POE/Component/Schedule/.packlist
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-POE-Component-Schedule/distinfo
Normal file
5
devel/p5-POE-Component-Schedule/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/11/28 07:29:02 seb Exp $
|
||||
|
||||
SHA1 (POE-Component-Schedule-0.92.tar.gz) = 2d19c695a6792b84241c02ac4fd53276145cc4fd
|
||||
RMD160 (POE-Component-Schedule-0.92.tar.gz) = 57ce2322d5c9784aec44c37f0f80308b54790ffc
|
||||
Size (POE-Component-Schedule-0.92.tar.gz) = 9931 bytes
|
Loading…
Reference in a new issue