pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel Add p5-Event-ExecFlow-0.62:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c50f80ad6018
branches:  trunk
changeset: 517862:c50f80ad6018
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Aug 24 08:35:00 2006 +0000

description:
Add p5-Event-ExecFlow-0.62:

Event::ExecFlow offers a high level API to declare jobs, which mainly
execute external commands, parse their output to get progress or other
status information, triggers actions when the command has been finished
etc. Such jobs can be chained together in a recursive fashion to fulfill
rather complex tasks which consist of many jobs.

diffstat:

 devel/Makefile                   |   3 ++-
 devel/p5-Event-ExecFlow/DESCR    |   5 +++++
 devel/p5-Event-ExecFlow/Makefile |  20 ++++++++++++++++++++
 devel/p5-Event-ExecFlow/PLIST    |   1 +
 devel/p5-Event-ExecFlow/distinfo |   5 +++++
 5 files changed, 33 insertions(+), 1 deletions(-)

diffs (64 lines):

diff -r 1479e0d4e72c -r c50f80ad6018 devel/Makefile
--- a/devel/Makefile    Thu Aug 24 08:33:29 2006 +0000
+++ b/devel/Makefile    Thu Aug 24 08:35:00 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.779 2006/08/24 08:33:29 xtraeme Exp $
+# $NetBSD: Makefile,v 1.780 2006/08/24 08:35:00 xtraeme Exp $
 #
 
 COMMENT=       Development utilities
@@ -393,6 +393,7 @@
 SUBDIR+=       p5-Devel-Symdump
 SUBDIR+=       p5-Error
 SUBDIR+=       p5-Event
+SUBDIR+=       p5-Event-ExecFlow
 SUBDIR+=       p5-Event-RPC
 SUBDIR+=       p5-Exception-Class
 SUBDIR+=       p5-Expect
diff -r 1479e0d4e72c -r c50f80ad6018 devel/p5-Event-ExecFlow/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Event-ExecFlow/DESCR     Thu Aug 24 08:35:00 2006 +0000
@@ -0,0 +1,5 @@
+Event::ExecFlow offers a high level API to declare jobs, which mainly
+execute external commands, parse their output to get progress or other
+status information, triggers actions when the command has been finished
+etc. Such jobs can be chained together in a recursive fashion to fulfill
+rather complex tasks which consist of many jobs.
diff -r 1479e0d4e72c -r c50f80ad6018 devel/p5-Event-ExecFlow/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Event-ExecFlow/Makefile  Thu Aug 24 08:35:00 2006 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2006/08/24 08:35:00 xtraeme Exp $
+#
+
+DISTNAME=      Event-ExecFlow-0.62
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  http://www.exit1.org/packages/Event-ExecFlow/dist/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.exit1.org/Event-ExecFlow/
+COMMENT=       High level API for event-based execution flow control
+
+DEPENDS+=      p5-AnyEvent>=0.4:../../devel/p5-AnyEvent
+DEPENDS+=      p5-Test-Simple>=0.62:../../devel/p5-Test-Simple
+DEPENDS+=      p5-Locale-libintl-[0-9]*:../../misc/p5-Locale-libintl
+
+PERL5_PACKLIST=        auto/Event/ExecFlow/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1479e0d4e72c -r c50f80ad6018 devel/p5-Event-ExecFlow/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Event-ExecFlow/PLIST     Thu Aug 24 08:35:00 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1 2006/08/24 08:35:00 xtraeme Exp $
diff -r 1479e0d4e72c -r c50f80ad6018 devel/p5-Event-ExecFlow/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Event-ExecFlow/distinfo  Thu Aug 24 08:35:00 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2006/08/24 08:35:00 xtraeme Exp $
+
+SHA1 (Event-ExecFlow-0.62.tar.gz) = 02ea6ced89b950c3782743ad7515762bbc0ea11f
+RMD160 (Event-ExecFlow-0.62.tar.gz) = 72c330f900e3eb8432b224b049d3b77797d29adc
+Size (Event-ExecFlow-0.62.tar.gz) = 14922 bytes



Home | Main Index | Thread Index | Old Index