Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Jan 2012 14:17:17 -0600
From:      Tim Daneliuk <tundra@tundraware.com>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/163866: New Port: security/tsshbatch
Message-ID:  <4F09F9CD.7030102@tundraware.com>
In-Reply-To: <201201061510.q06FA8Rm075722@freefall.freebsd.org>
References:  <201201061510.q06FA8Rm075722@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 01/06/2012 09:10 AM, FreeBSD-gnats-submit@FreeBSD.org wrote:
> Thank you very much for your problem report.
> It has the internal identification `ports/163866'.
> The individual assigned to look at your
> report is: freebsd-ports-bugs.
>
> You can access the state of your problem report at any time
> via this link:
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=163866
>
>> Category:       ports
>> Responsible:    freebsd-ports-bugs
>> Synopsis:       New Port: security/tsshbatch
>> Arrival-Date:   Fri Jan 06 15:10:08 UTC 2012


Here is an updated shar file that should be used instead of the one
originally submitted:

# 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:
#
#	tsshbatch
#	tsshbatch/pkg-descr
#	tsshbatch/distinfo
#	tsshbatch/Makefile
#
echo c - tsshbatch
mkdir -p tsshbatch > /dev/null 2>&1
echo x - tsshbatch/pkg-descr
sed 's/^X//' >tsshbatch/pkg-descr << 'd1120311eb3308e6c1f81ff333ae6e17'
X'tsshbatch' is a tool to enable you to issue a command to many
Xservers without having to log into each one separately.  When writing
Xscripts, this overcomes the 'ssh' limitation of not being able to
Xspecify the password on the command line.
X
X'tsshbatch' also understands basic 'sudo' syntax and can be used
Xto access a server, 'sudo' a command, and then exit.
X
X'tsshbatch' thus allows you to write complex, hands-off scripts that
Xissue commands to many servers without the tedium of manual login and
X'sudo' promotion.  System administrators, especially, will find this
Xhelpful when working in large server farms.
X
X
X
XWWW:	http://www.tundraware.com/Software/tsshbatch
d1120311eb3308e6c1f81ff333ae6e17
echo x - tsshbatch/distinfo
sed 's/^X//' >tsshbatch/distinfo << '30082889124ad42b410a5d4e5cb3e691'
XSHA256 (tsshbatch-1.134.tar.gz) = 2fcbfe4de7d266cb4bd50aeba755d0878d21743bfc897f2376981477a2314203
XSIZE (tsshbatch-1.134.tar.gz) = 209662
30082889124ad42b410a5d4e5cb3e691
echo x - tsshbatch/Makefile
sed 's/^X//' >tsshbatch/Makefile << '31db8c5b7061244626a7ee85e121e5e1'
X# New ports collection makefile for: tsshbatch
X# Date created:        06 January 2012
X# Whom: Tim Daneliuk <tsshbatch@tundraware.com>
X#
X#
X
XPORTNAME=	    tsshbatch
XPORTVERSION=	1.134
XCATEGORIES=	    security python
XMASTER_SITES=	http://www.tundraware.com/Software/tsshbatch/
X
XMAINTAINER=	    tsshbatch@tundraware.com
XCOMMENT=	    Batch ssh Operations
X
XUSE_PYTHON=	    yes
X
XMAN1=		    tsshbatch.1
XMANCOMPRESSED=	yes
X
XPLIST_FILES=	bin/tsshbatch.py
XPORTDOCS=	    WHATSNEW.txt tsshbatch-license.txt tsshbatch.html tsshbatch.pdf tsshbatch.ps tsshbatch.rst
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}/
X	cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
X.endif
X
X.include <bsd.port.mk>
31db8c5b7061244626a7ee85e121e5e1
exit




-- 
----------------------------------------------------------------------------
Tim Daneliuk     tundra@tundraware.com
PGP Key:         http://www.tundraware.com/PGP/




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F09F9CD.7030102>