diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-06-01 09:51:18 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-06-01 09:51:18 +0800 |
commit | 5e151c5aa8ef3a720f7f7306bbaffff505422b3a (patch) | |
tree | a724d85503b3e2944de7fe7b9f9323de5c365e5b /sysutils | |
parent | d5718515bc7c2393594c3fb23f41ac9daa0c786e (diff) | |
download | freebsd-ports-gnome-5e151c5aa8ef3a720f7f7306bbaffff505422b3a.tar.gz freebsd-ports-gnome-5e151c5aa8ef3a720f7f7306bbaffff505422b3a.tar.zst freebsd-ports-gnome-5e151c5aa8ef3a720f7f7306bbaffff505422b3a.zip |
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>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/tentakel/Makefile | 21 | ||||
-rw-r--r-- | sysutils/tentakel/distinfo | 1 | ||||
-rw-r--r-- | sysutils/tentakel/pkg-descr | 13 | ||||
-rw-r--r-- | sysutils/tentakel/pkg-plist | 1 |
5 files changed, 37 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 013597f6f390..4d67bf9accb4 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -254,6 +254,7 @@ SUBDIR += task SUBDIR += tcplist SUBDIR += tdir + SUBDIR += tentakel SUBDIR += thefish SUBDIR += ticker.app SUBDIR += timelimit diff --git a/sysutils/tentakel/Makefile b/sysutils/tentakel/Makefile new file mode 100644 index 000000000000..d8dd7be88eb8 --- /dev/null +++ b/sysutils/tentakel/Makefile @@ -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> diff --git a/sysutils/tentakel/distinfo b/sysutils/tentakel/distinfo new file mode 100644 index 000000000000..0596bbc8b572 --- /dev/null +++ b/sysutils/tentakel/distinfo @@ -0,0 +1 @@ +MD5 (tentakel-0.3.1.tgz) = ced8db7636db8f7331f73b4d21c1053c diff --git a/sysutils/tentakel/pkg-descr b/sysutils/tentakel/pkg-descr new file mode 100644 index 000000000000..87344a8df746 --- /dev/null +++ b/sysutils/tentakel/pkg-descr @@ -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> diff --git a/sysutils/tentakel/pkg-plist b/sysutils/tentakel/pkg-plist new file mode 100644 index 000000000000..0c9e03a1597b --- /dev/null +++ b/sysutils/tentakel/pkg-plist @@ -0,0 +1 @@ +bin/tentakel |