Event::Notify implements a simple Observer pattern.
WWW: http://search.cpan.org/dist/Event-Notify/ PR: ports/119359 Submitted by: Masahiro Teramoto <markun at onohara.to>
This commit is contained in:
parent
1fdf5397c2
commit
c5e9b62820
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205409
5 changed files with 37 additions and 0 deletions
|
@ -1172,6 +1172,7 @@
|
|||
SUBDIR += p5-Event
|
||||
SUBDIR += p5-Event-ExecFlow
|
||||
SUBDIR += p5-Event-Lib
|
||||
SUBDIR += p5-Event-Notify
|
||||
SUBDIR += p5-Event-RPC
|
||||
SUBDIR += p5-Exception-Class
|
||||
SUBDIR += p5-Exception-Handler
|
||||
|
|
25
devel/p5-Event-Notify/Makefile
Normal file
25
devel/p5-Event-Notify/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: p5-Event-Notify
|
||||
# Date created: 2008-01-03
|
||||
# Whom: Masahiro Teramoto <markun@onohara.to>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Event-Notify
|
||||
PORTVERSION= 0.00004
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Event
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= markun@onohara.to
|
||||
COMMENT= Simple Observer/Notifier
|
||||
|
||||
BUILD_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject
|
||||
RUN_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Event::Notify.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Event-Notify/distinfo
Normal file
3
devel/p5-Event-Notify/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Event-Notify-0.00004.tar.gz) = d3cc90ab1add060ef5ca6683877c0d0e
|
||||
SHA256 (Event-Notify-0.00004.tar.gz) = 5a03d653a13fc878a4a5b36365fddb99b803f543983507661c57558a7ca6db3c
|
||||
SIZE (Event-Notify-0.00004.tar.gz) = 19881
|
3
devel/p5-Event-Notify/pkg-descr
Normal file
3
devel/p5-Event-Notify/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Event::Notify implements a simple Observer pattern.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Event-Notify/
|
5
devel/p5-Event-Notify/pkg-plist
Normal file
5
devel/p5-Event-Notify/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Event/Notify/.packlist
|
||||
%%SITE_PERL%%/Event/Notify.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Event/Notify
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Event
|
||||
@dirrmtry %%SITE_PERL%%/Event
|
Loading…
Reference in a new issue