Update to 4.01. Note that the ~/.csshrc file is deprecated for the ~/.clusterssh directory. See documentation for details.
PR: ports/174340 Submitted by: Oleg Ginzburg <olevole@olevole.ru>
This commit is contained in:
parent
f403b1ec0b
commit
674bdb7343
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309595
@ -1,26 +1,30 @@
|
||||
# New ports collection makefile for: clusterssh
|
||||
# Date created: 2005-08-15
|
||||
# Whom: David Thiel <lx@redundancy.redundancy.org>
|
||||
#
|
||||
# Created by: lx
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= clusterssh
|
||||
PORTVERSION= 3.28
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 4.01
|
||||
CATEGORIES= security net
|
||||
MASTER_SITES= SF/${PORTNAME}/1.%20ClusterSSH%20Series%203/${PORTVERSION}
|
||||
MASTER_SITES= SF/${PORTNAME}/2.%20ClusterSSH%20Series%204
|
||||
DISTNAME= App-ClusterSSH-${PORTVERSION}_01
|
||||
|
||||
MAINTAINER= lx@FreeBSD.org
|
||||
COMMENT= Controls multiple hosts simultaneously via xterms and ssh
|
||||
|
||||
BUILD_DEPENDS= p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which \
|
||||
p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \
|
||||
p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
|
||||
p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
|
||||
p5-Test-Trap>=0:${PORTSDIR}/devel/p5-Test-Trap \
|
||||
p5-Module-Manifest>=0:${PORTSDIR}/devel/p5-Module-Manifest
|
||||
|
||||
RUN_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk \
|
||||
p5-X11-Protocol>=0:${PORTSDIR}/x11/p5-X11-Protocol
|
||||
p5-X11-Protocol>=0:${PORTSDIR}/x11/p5-X11-Protocol \
|
||||
p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \
|
||||
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
|
||||
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= bin/cssh
|
||||
MAN1= cssh.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (clusterssh-3.28.tar.gz) = 27e7c0feb652d980229c5fe07f9d6bfe4eb1e3becafaf0e82a5409a9f67d8faf
|
||||
SIZE (clusterssh-3.28.tar.gz) = 103780
|
||||
SHA256 (App-ClusterSSH-4.01_01.tar.gz) = f164eda53846cb0a3a7e8bf7f9d677fe4c4ccf28507b12ccdaee981b40af05f6
|
||||
SIZE (App-ClusterSSH-4.01_01.tar.gz) = 85995
|
||||
|
12
security/clusterssh/pkg-plist
Normal file
12
security/clusterssh/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
%%SITE_PERL%%/App/ClusterSSH/L10N/en.pm
|
||||
%%SITE_PERL%%/App/ClusterSSH/L10N.pm
|
||||
@dirrmtry %%SITE_PERL%%/App/ClusterSSH/L10N
|
||||
%%SITE_PERL%%/App/ClusterSSH/Host.pm
|
||||
%%SITE_PERL%%/App/ClusterSSH/Helper.pm
|
||||
%%SITE_PERL%%/App/ClusterSSH/Config.pm
|
||||
%%SITE_PERL%%/App/ClusterSSH/Cluster.pm
|
||||
%%SITE_PERL%%/App/ClusterSSH/Base.pm
|
||||
%%SITE_PERL%%/App/ClusterSSH.pm
|
||||
@dirrmtry %%SITE_PERL%%/App/ClusterSSH
|
||||
@dirrmtry %%SITE_PERL%%/App
|
||||
bin/cssh
|
Loading…
Reference in New Issue
Block a user