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

14
sysutils/vxargs/DESCR Normal file
View File

@@ -0,0 +1,14 @@
vxargs is an utility inspired in xargs and pssh. It provides a parallel
versions of any arbitrary command, including ssh, rsync, scp, wget or
curl, just to mention a few.
It is specially useful to control a large set of machines in a wide-area
network. For example, it can be used on PlanetLab to control hundreds of
machines spread around the world.
Its main features are:
* Parallelism: Runs many jobs at the same time.
* Flexibility: Runs arbitrary commands with arbitrary options.
* Visualization: Monitors the total/per job progress in a curses-based UI.
* Redirection: The standard and error outputs of each individual job are
redirected to local files for further analysis.

28
sysutils/vxargs/Makefile Normal file
View File

@@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.7 2013/06/04 07:38:49 wiz Exp $
DISTNAME= vxargs-0.3.3
PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://dharma.cis.upenn.edu/planetlab/vxargs/
EXTRACT_SUFX= .py
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://dharma.cis.upenn.edu/planetlab/vxargs/
COMMENT= Runs parallel jobs with visualization and redirection
DEPENDS+= ${PYPKGPREFIX}-curses>=0nb4:../../devel/py-curses
EXTRACT_CMD= ${CP} $${extract_file} ${WRKSRC}/vxargs.py
NO_BUILD= yes
WRKSRC= ${WRKDIR}
INSTALLATION_DIRS= bin
PYTHON_PATCH_SCRIPTS= vxargs.py
.include "../../lang/python/application.mk"
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/vxargs.py ${DESTDIR}${PREFIX}/bin/vxargs
.include "../../mk/bsd.pkg.mk"

2
sysutils/vxargs/PLIST Normal file
View File

@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/20 11:27:09 jmmv Exp $
bin/vxargs

5
sysutils/vxargs/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2006/05/20 11:27:09 jmmv Exp $
SHA1 (vxargs-0.3.3.py) = b86425482eac69b72372adb60df49178a69f6151
RMD160 (vxargs-0.3.3.py) = 318fa040b11368a86a0e298169eaf62e3cf1914b
Size (vxargs-0.3.3.py) = 17676 bytes