Import tentakel 0.3; submitted by Sebastian Stark <seb@todesplanet.de>

Tentakel is a simple program for executing the same command on many
hosts in parallel using ssh or rsh. It takes care of managing remote
return errors and remote stderr/stdout as well.
This commit is contained in:
wilfried 2003-04-17 22:45:19 +00:00
parent 294c607e02
commit 9bf486236e
4 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,30 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/04/17 22:45:19 wilfried Exp $
COMMENT= "distributed command execution"
DISTNAME= tentakel-0.3
CATEGORIES= sysutils
MAINTAINER= Sebastian Stark <seb@todesplanet.de>
HOMEPAGE= http://tentakel.sf.net/
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tentakel/}
EXTRACT_SUFX= .tgz
NO_BUILD= Yes
NO_REGRESS= Yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/tentakel ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/tentakel.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tentakel
${INSTALL_DATA} ${WRKSRC}/{README,INSTALL} ${PREFIX}/share/doc/tentakel
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/tentakel
${INSTALL_DATA} ${WRKSRC}/hostlist.example ${PREFIX}/share/examples/tentakel
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (tentakel-0.3.tgz) = feeaa875063b6f0c0ba9647a03583bff
RMD160 (tentakel-0.3.tgz) = 94d10dd30f6d1b7e4d1a3c97c652d93f98c7c05c
SHA1 (tentakel-0.3.tgz) = f86d770195212f9f0764fa74333d570e657ccbef

View File

@ -0,0 +1,6 @@
Tentakel is a simple program for executing the same command on many
hosts in parallel using ssh or rsh. It takes care of managing remote
return errors and remote stderr/stdout as well. The code aims to
be bourne shell compatible.
WWW: ${HOMEPAGE}

View File

@ -0,0 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/04/17 22:45:19 wilfried Exp $
bin/tentakel
man/man1/tentakel.1
share/doc/tentakel/INSTALL
share/doc/tentakel/README
share/examples/tentakel/hostlist.example
@dirrm share/examples/tentakel
@dirrm share/doc/tentakel