1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

Add tentakel 0.3.1,

a shell script to execute commands on parallel
hosts by ssh or rsh.

PR:		52651
Submitted by:	Munish Chopra <mchopra@engmail.uwaterloo.ca>
This commit is contained in:
Foxfair Hu 2003-06-01 01:51:18 +00:00
parent bfbee82e06
commit af208741d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81821
5 changed files with 37 additions and 0 deletions

View File

@ -254,6 +254,7 @@
SUBDIR += task
SUBDIR += tcplist
SUBDIR += tdir
SUBDIR += tentakel
SUBDIR += thefish
SUBDIR += ticker.app
SUBDIR += timelimit

View File

@ -0,0 +1,21 @@
# New ports collection makefile for: tentakel
# Date created: May 24, 2003
# Whom: Munish Chopra <mchopra@engmail.uwaterloo.ca>
#
# $FreeBSD$
#
PORTNAME= tentakel
PORTVERSION= 0.3.1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://unc.dl.sourceforge.net/sourceforge/tentakel/
EXTRACT_SUFX= .tgz
MAINTAINER= mchopra@engmail.uwaterloo.ca
COMMENT= A shell script to execute commands on parallel hosts by ssh or rsh
NO_BUILD= yes
MAN1= tentakel.1
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (tentakel-0.3.1.tgz) = ced8db7636db8f7331f73b4d21c1053c

View File

@ -0,0 +1,13 @@
Tentakel is a simple program for executing the same command on many
hosts in parallel using ssh or rsh. It can make use of several sets of
hosts that are defined in files called "hostlists".
Tentakel tries to be as portable as possible - it uses plain bourne
shell code. It is also rather self-contained. Except the few external
programs it makes use of it should need almost no configuration or
setup on your system.
WWW: http://tentakel.sourceforge.net
- Munish Chopra
<mchopra@engmail.uwaterloo.ca>

View File

@ -0,0 +1 @@
bin/tentakel