diff options
author | miwi <miwi@FreeBSD.org> | 2008-01-11 06:44:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-01-11 06:44:05 +0800 |
commit | 1ea1a55888d828da639069f28026af7b7170324b (patch) | |
tree | 934537c0a0b27e48cf498256dbdc1c37445dfd91 /devel | |
parent | c9f9a330730b10c6efedc1f8920184fa59977ce8 (diff) | |
download | freebsd-ports-graphics-1ea1a55888d828da639069f28026af7b7170324b.tar.gz freebsd-ports-graphics-1ea1a55888d828da639069f28026af7b7170324b.tar.zst freebsd-ports-graphics-1ea1a55888d828da639069f28026af7b7170324b.zip |
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>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Event-Notify/Makefile | 25 | ||||
-rw-r--r-- | devel/p5-Event-Notify/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Event-Notify/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-Event-Notify/pkg-plist | 5 |
5 files changed, 37 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 5e3b6e68f55..eb7323322c5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/p5-Event-Notify/Makefile b/devel/p5-Event-Notify/Makefile new file mode 100644 index 00000000000..c63e14d344e --- /dev/null +++ b/devel/p5-Event-Notify/Makefile @@ -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> diff --git a/devel/p5-Event-Notify/distinfo b/devel/p5-Event-Notify/distinfo new file mode 100644 index 00000000000..33b8a03de7b --- /dev/null +++ b/devel/p5-Event-Notify/distinfo @@ -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 diff --git a/devel/p5-Event-Notify/pkg-descr b/devel/p5-Event-Notify/pkg-descr new file mode 100644 index 00000000000..03a2fcb9259 --- /dev/null +++ b/devel/p5-Event-Notify/pkg-descr @@ -0,0 +1,3 @@ +Event::Notify implements a simple Observer pattern. + +WWW: http://search.cpan.org/dist/Event-Notify/ diff --git a/devel/p5-Event-Notify/pkg-plist b/devel/p5-Event-Notify/pkg-plist new file mode 100644 index 00000000000..c40bbf072a2 --- /dev/null +++ b/devel/p5-Event-Notify/pkg-plist @@ -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 |