ports/52651: New port: tentakel, sh script for executing commands on multiple hosts

Munish Chopra mchopra at engmail.uwaterloo.ca
Sat May 24 18:00:32 UTC 2003


>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 at 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 at 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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list