2013-02-27 06:50:20 +01:00
|
|
|
# Created by: Tim Daneliuk <tsshbatch@tundraware.com>
|
2012-02-15 23:42:08 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= tsshbatch
|
2013-02-27 06:50:20 +01:00
|
|
|
PORTVERSION= 1.137
|
2012-02-15 23:42:08 +01:00
|
|
|
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
|
|
|
|
|
2013-09-21 00:55:24 +02:00
|
|
|
NO_STAGE= yes
|
2013-02-27 06:50:20 +01:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2012-02-15 23:42:08 +01:00
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/tsshbatch.py ${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/tsshbatch.1.gz ${MAN1PREFIX}/man/man1
|
|
|
|
|
|
|
|
post-install:
|
2013-02-27 06:50:20 +01:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2012-02-15 23:42:08 +01:00
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
.for i in ${PORTDOCS}
|
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} $i ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|