Date: Sat, 24 May 2003 13:56:34 -0400 (EDT) From: Munish Chopra <mchopra@engmail.uwaterloo.ca> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52651: New port: tentakel, sh script for executing commands on multiple hosts Message-ID: <20030524175634.0153B5B@opiate.soulwax.net> Resent-Message-ID: <200305241800.h4OI0Uli054785@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 52651 >Category: ports >Synopsis: New port: tentakel, sh script for executing commands on multiple hosts >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 24 11:00:30 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Munish Chopra >Release: FreeBSD 5.1-BETA i386 >Organization: >Environment: System: FreeBSD opiate.soulwax.net 5.1-BETA FreeBSD 5.1-BETA #4: Thu May 22 04:09:50 EDT 2003 munish@opiate.soulwax.net:/usr/src/sys/i386/compile/OPIATE i386 >Description: Add sysutils/tentakel, a simple program for executing the same command on many hosts in parallel using ssh or rsh. >How-To-Repeat: >Fix: --- tentakel.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # tentakel # tentakel/pkg-plist # tentakel/pkg-descr # tentakel/Makefile # tentakel/distinfo # echo c - tentakel mkdir -p tentakel > /dev/null 2>&1 echo x - tentakel/pkg-plist sed 's/^X//' >tentakel/pkg-plist << 'END-of-tentakel/pkg-plist' Xbin/tentakel END-of-tentakel/pkg-plist echo x - tentakel/pkg-descr sed 's/^X//' >tentakel/pkg-descr << 'END-of-tentakel/pkg-descr' XTentakel is a simple program for executing the same command on many Xhosts in parallel using ssh or rsh. It can make use of several sets of Xhosts that are defined in files called "hostlists". X XTentakel tries to be as portable as possible - it uses plain bourne Xshell code. It is also rather self-contained. Except the few external Xprograms it makes use of it should need almost no configuration or Xsetup on your system. X XWWW: http://tentakel.sourceforge.net X X- Munish Chopra X<mchopra@engmail.uwaterloo.ca> END-of-tentakel/pkg-descr echo x - tentakel/Makefile sed 's/^X//' >tentakel/Makefile << 'END-of-tentakel/Makefile' X# New ports collection makefile for: tentakel X# Date created: May 24, 2003 X# Whom: Munish Chopra <mchopra@engmail.uwaterloo.ca> X# X# $FreeBSD$ X# X XPORTNAME= tentakel XPORTVERSION= 0.3.1 XCATEGORIES= sysutils XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ X http://unc.dl.sourceforge.net/sourceforge/tentakel/ XEXTRACT_SUFX= .tgz X XMAINTAINER= mchopra@engmail.uwaterloo.ca X XCOMMENT= An sh script for executing the same command on many hosts in parallel using ssh or rsh X XNO_BUILD= yes XMAN1= tentakel.1 X X.include <bsd.port.mk> END-of-tentakel/Makefile echo x - tentakel/distinfo sed 's/^X//' >tentakel/distinfo << 'END-of-tentakel/distinfo' XMD5 (tentakel-0.3.1.tgz) = ced8db7636db8f7331f73b4d21c1053c END-of-tentakel/distinfo exit --- tentakel.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030524175634.0153B5B>