View | Details | Raw Unified | Return to bug 213630
Collapse All | Expand All

(-)tsshbatch/Makefile (-1 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/security/tsshbatch/Makefile 412349 2016-04-01 14:25:16Z mat $
2
# $FreeBSD: head/security/tsshbatch/Makefile 412349 2016-04-01 14:25:16Z mat $
3
3
4
PORTNAME=	tsshbatch
4
PORTNAME=	tsshbatch
5
PORTVERSION=	1.228
5
PORTVERSION=	1.317
6
CATEGORIES=	security python
6
CATEGORIES=	security python
7
MASTER_SITES=	http://www.tundraware.com/Software/tsshbatch/
7
MASTER_SITES=	http://www.tundraware.com/Software/tsshbatch/
8
8
Lines 30-35 Link Here
30
OPTIONS_DEFINE=	DOCS
30
OPTIONS_DEFINE=	DOCS
31
31
32
do-install:
32
do-install:
33
	cp -p ${WRKSRC}/Docs/* ${WRKSRC}/
33
	${INSTALL_SCRIPT} ${WRKSRC}/tsshbatch.py ${STAGEDIR}${PREFIX}/bin
34
	${INSTALL_SCRIPT} ${WRKSRC}/tsshbatch.py ${STAGEDIR}${PREFIX}/bin
34
	${INSTALL_MAN} ${WRKSRC}/tsshbatch.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1
35
	${INSTALL_MAN} ${WRKSRC}/tsshbatch.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1
35
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
36
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
(-)tsshbatch/Makefile~ (+38 lines)
Line 0 Link Here
1
# Created by: Tim Daneliuk <tsshbatch@tundraware.com>
2
# $FreeBSD: head/security/tsshbatch/Makefile 412349 2016-04-01 14:25:16Z mat $
3
4
PORTNAME=	tsshbatch
5
PORTVERSION=	1.228
6
CATEGORIES=	security python
7
MASTER_SITES=	http://www.tundraware.com/Software/tsshbatch/
8
9
MAINTAINER=	tsshbatch@tundraware.com
10
COMMENT=	Batch SSH operations
11
12
LICENSE=	tsshbatch
13
LICENSE_NAME=	tsshbatch
14
LICENSE_FILE=	${WRKSRC}/tsshbatch-license.txt
15
LICENSE_PERMS=	auto-accept
16
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}paramiko>=1.7.7.1:security/py-paramiko
18
19
USES=		python:run
20
NO_ARCH=	yes
21
22
PLIST_FILES=	bin/tsshbatch.py \
23
		man/man1/tsshbatch.1.gz
24
PORTDOCS=	WHATSNEW.txt \
25
		tsshbatch.html \
26
		tsshbatch.pdf \
27
		tsshbatch.ps \
28
		tsshbatch.rst
29
30
OPTIONS_DEFINE=	DOCS
31
32
do-install:
33
	${INSTALL_SCRIPT} ${WRKSRC}/tsshbatch.py ${STAGEDIR}${PREFIX}/bin
34
	${INSTALL_MAN} ${WRKSRC}/tsshbatch.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1
35
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
36
	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
37
38
.include <bsd.port.mk>
(-)tsshbatch/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (tsshbatch-1.228.tar.gz) = 9134861ed43c0e1462bc69c2485629ccf720fb6ca7604dfdfeb6ed0582424924
1
TIMESTAMP = 1476916550
2
SIZE (tsshbatch-1.228.tar.gz) = 609548
2
SHA256 (tsshbatch-1.317.tar.gz) = 6100c74837ff0513ec6255a85eb71fb56fc0cc1a8debefff53e586f4b669e954
3
SIZE (tsshbatch-1.317.tar.gz) = 649486

Return to bug 213630