Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -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.

View File

@@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.10 2013/05/31 12:40:17 wiz Exp $
DISTNAME= Event-ExecFlow-0.64
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
CATEGORIES= devel
MASTER_SITES= http://www.exit1.org/packages/Event-ExecFlow/dist/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.exit1.org/Event-ExecFlow/
COMMENT= High level API for event-based execution flow control
LICENSE= ${PERL5_LICENSE}
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
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Event/ExecFlow/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.3 2010/05/20 18:11:39 drochner Exp $
SHA1 (Event-ExecFlow-0.64.tar.gz) = 9394e16f2ed2a769c7c9793a8d187ed6c6ff0892
RMD160 (Event-ExecFlow-0.64.tar.gz) = 46d293b9e75a59d2ea2b324acfbc4d051457d0ae
Size (Event-ExecFlow-0.64.tar.gz) = 15336 bytes