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:
parent
bfbee82e06
commit
af208741d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81821
@ -254,6 +254,7 @@
|
||||
SUBDIR += task
|
||||
SUBDIR += tcplist
|
||||
SUBDIR += tdir
|
||||
SUBDIR += tentakel
|
||||
SUBDIR += thefish
|
||||
SUBDIR += ticker.app
|
||||
SUBDIR += timelimit
|
||||
|
21
sysutils/tentakel/Makefile
Normal file
21
sysutils/tentakel/Makefile
Normal 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>
|
1
sysutils/tentakel/distinfo
Normal file
1
sysutils/tentakel/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (tentakel-0.3.1.tgz) = ced8db7636db8f7331f73b4d21c1053c
|
13
sysutils/tentakel/pkg-descr
Normal file
13
sysutils/tentakel/pkg-descr
Normal 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>
|
1
sysutils/tentakel/pkg-plist
Normal file
1
sysutils/tentakel/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/tentakel
|
Loading…
Reference in New Issue
Block a user