head	1.3;
access;
symbols
	RELEASE_8_3_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2013.02.27.07.15.14;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.11.17.06.01.21;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2012.02.15.22.42.08;	author jgh;	state Exp;
branches;
next	;


desc
@@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313034
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Tim Daneliuk <tsshbatch@@tundraware.com>
# $FreeBSD: head/security/tsshbatch/Makefile 313034 2013-02-27 05:50:20Z jgh $

PORTNAME=	tsshbatch
PORTVERSION=	1.137
CATEGORIES=	security python
MASTER_SITES=	http://www.tundraware.com/Software/tsshbatch/

MAINTAINER=	tsshbatch@@tundraware.com
COMMENT=	Batch ssh Operations

LICENSE=	tsshbatch
LICENSE_NAME=	tsshbatch
LICENSE_FILE=	${WRKSRC}/tsshbatch-license.txt
LICENSE_PERMS=	auto-accept

RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}paramiko>=1.7.7.1:${PORTSDIR}/security/py-paramiko

USE_PYTHON_RUN=	yes

MAN1=	tsshbatch.1
MANCOMPRESSED=	yes

PLIST_FILES=	bin/tsshbatch.py
PORTDOCS=	WHATSNEW.txt \
		tsshbatch.html \
		tsshbatch.pdf \
		tsshbatch.ps \
		tsshbatch.rst

.include <bsd.port.options.mk>

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/tsshbatch.py ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/tsshbatch.1.gz ${MAN1PREFIX}/man/man1

post-install:
.if ${PORT_OPTIONS:MDOCS}
	${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
	cd ${WRKSRC} && ${INSTALL_DATA} $i ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
@


1.2
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	tsshbatch
# Date created:	06 January 2012
# Whom:	Tim Daneliuk <tsshbatch@@tundraware.com>
#
# $FreeBSD: head/security/tsshbatch/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d5 1
a5 1
PORTVERSION=	1.134
d31 2
d38 1
a38 1
.if !defined(NOPORTDOCS)
@


1.1
log
@Add new port (security/tsshbatch)

'tsshbatch' is a tool to enable you to issue a command to many
servers without having to log into each one separately. When writing
scripts, this overcomes the 'ssh' limitation of not being able to
specify the password on the command line.

'tsshbatch' also understands basic 'sudo' syntax and can be used
to access a server, 'sudo' a command, and then exit.

'tsshbatch' thus allows you to write complex, hands-off scripts that
issue commands to many servers without the tedium of manual login and
'sudo' promotion. System administrators, especially, will find this
helpful when working in large server farms.

WWW: http://www.tundraware.com/Software/tsshbatch

PR:	ports/163866
Submitted by:	Tim Daneliuk, tsshbatch at tundraware.com
@
text
@d5 1
a5 1
# $FreeBSD$
@

