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:
parent
294c607e02
commit
9bf486236e
30
sysutils/tentakel/Makefile
Normal file
30
sysutils/tentakel/Makefile
Normal 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>
|
3
sysutils/tentakel/distinfo
Normal file
3
sysutils/tentakel/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (tentakel-0.3.tgz) = feeaa875063b6f0c0ba9647a03583bff
|
||||
RMD160 (tentakel-0.3.tgz) = 94d10dd30f6d1b7e4d1a3c97c652d93f98c7c05c
|
||||
SHA1 (tentakel-0.3.tgz) = f86d770195212f9f0764fa74333d570e657ccbef
|
6
sysutils/tentakel/pkg/DESCR
Normal file
6
sysutils/tentakel/pkg/DESCR
Normal 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}
|
8
sysutils/tentakel/pkg/PLIST
Normal file
8
sysutils/tentakel/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user