Skip to content

Commit

Permalink
Updated clusterssh to 4.03_06
Browse files Browse the repository at this point in the history
pkgsrc changes:
===============

- Add dependencies for tests
- /usr/bin/env police


Upstream changes:
=================
4.03_06 2015-01-31 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Remoe references to 'logmsg' preventing the history window from working
(thanks to Andrew Stevenson)

4.03_05 2014-12-20 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Fix options parsing tests picked up via cpantesters on different version of
perl

4.03_04 2014-12-12 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Do not use system perl but whatever is found in PATH (to stop breaking
perlbrew based builds)
- Warn when the configured terminal isn't installed/found
- Don't show 'Opening to:' when no servers are given

4.03_03 2014-09-28 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Force tests to have English locale when user has something else set (Github
issue: 10) (thanks to Emanuele Tomasi)
- Skip permissions check test when run as root as the results are invalid
(Github issue: 11) (thanks to Deny Dias)
- Ensure config file option for ssh_args is not lost when options is not used
on command line (Github issue: 14)
- New Send menu option to send a numeric value between 1 and 1024 (thanks to
cqexbesd)
- Remove all history when history window closed (thanks to Bill Rushmore)

4.03_02 2014-08-10 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Fix behaviour when external cluster command is not defined or doesn't exist

4.03_01 2014-07-09 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Amended host parsing to include alternative IPv6 address port definitions,
e.g. 1::2::3::4/5567
- List available external tags with -L option and also add into 'Add Host' in
UI
[NOTE: Some options have changed!]
- Rework options code

4.02_05 0000-00-00 Duncan Ferguson <duncan_ferguson@user.sf.net> (unreleased)
- Add in 'Set all active' and 'Set half active' host menu options (thanks to
Andrew Stevenson)

4.02_04 2014-05-17 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Amend 'Changes' file format to match CPAN specs (see CPAN::Changes)
- Correct autoclose short option to what is actually used (Github issue 4)
(thanks to Simon Fraser)
- Fix 'use_all_a_records' option (Github issue: 5) (thanks to Simon Fraser)
- Fix 'title' option (thanks to Barry Roberts)
- Fix 'Add host or cluster' window to contain cluster names

4.02_03 2014-01-31 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Fix 'File->Show History' (Sf support request 41)
- Amend 'tag-file' short option to 'r' to avoid option clash

4.02_02 2014-01-13 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Fixed macros (%u, %s, %h, %n) not doing multiple replacements
- Add in key shortcut for username macro (ALT-u)
- Add in key shortcut for local hostname macro (ALT-l)
- Fix a bug with 'show history' key shortcut
- Fix "uninitialised errors in hash element" bug [clusterssh
support-requests:#38]
- Fixed the default cluster not being opened
- Add in toggle for macros
  • Loading branch information
gls committed Aug 12, 2015
1 parent 656fa05 commit 324f628
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
15 changes: 12 additions & 3 deletions security/clusterssh/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.8 2015/06/12 10:51:01 wiz Exp $
# $NetBSD: Makefile,v 1.9 2015/08/12 18:16:12 gls Exp $

DISTNAME= App-ClusterSSH-4.01_05
DISTNAME= App-ClusterSSH-4.03_06
PKGNAME= p5-${DISTNAME:S/_/./}
PKGREVISION= 2
CATEGORIES= security
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DU/DUNCS/

Expand All @@ -16,8 +15,11 @@ DEPENDS+= p5-Tk>=804.030:../../x11/p5-Tk
DEPENDS+= p5-X11-Protocol>=0.56:../../x11/p5-X11-Protocol
DEPENDS+= p5-Try-Tiny>=0.11:../../devel/p5-Try-Tiny

BUILD_DEPENDS+= p5-CPAN-Changes>=0.400002:../../devel/p5-CPAN-Changes
BUILD_DEPENDS+= p5-File-Which>=1.09:../../devel/p5-File-Which
BUILD_DEPENDS+= p5-File-Slurp>=9999.19:../../devel/p5-File-Slurp
BUILD_DEPENDS+= p5-Readonly>=1.03:../../devel/p5-Readonly
BUILD_DEPENDS+= p5-Test-Differences>=0.6300:../../devel/p5-Test-Differences
BUILD_DEPENDS+= p5-Test-Pod-Coverage>=1.08:../../devel/p5-Test-Pod-Coverage
BUILD_DEPENDS+= p5-Test-Trap>=0.2.1:../../devel/p5-Test-Trap
BUILD_DEPENDS+= p5-Test-Pod>=1.45:../../devel/p5-Test-Pod
Expand All @@ -26,6 +28,13 @@ BUILD_DEPENDS+= p5-Test-DistManifest>=1.012:../../devel/p5-Test-DistManifest
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/App/ClusterSSH/.packlist
USE_LANGUAGES= # none
USE_TOOLS+= perl

REPLACE_PERL+= bin_PL/ccon
REPLACE_PERL+= bin_PL/crsh
REPLACE_PERL+= bin_PL/cssh
REPLACE_PERL+= bin_PL/ctel
REPLACE_PERL+= t/external_cluster_command

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
5 changes: 3 additions & 2 deletions security/clusterssh/PLIST
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2012/05/31 16:54:10 imil Exp $
@comment $NetBSD: PLIST,v 1.2 2015/08/12 18:16:12 gls Exp $
${PERL5_SUB_INSTALLVENDORLIB}/App/ClusterSSH.pm
${PERL5_SUB_INSTALLVENDORLIB}/App/ClusterSSH/Base.pm
${PERL5_SUB_INSTALLVENDORLIB}/App/ClusterSSH/Cluster.pm
${PERL5_SUB_INSTALLVENDORLIB}/App/ClusterSSH/Config.pm
${PERL5_SUB_INSTALLVENDORLIB}/App/ClusterSSH/Getopt.pm
${PERL5_SUB_INSTALLVENDORLIB}/App/ClusterSSH/Helper.pm
${PERL5_SUB_INSTALLVENDORLIB}/App/ClusterSSH/Host.pm
${PERL5_SUB_INSTALLVENDORLIB}/App/ClusterSSH/L10N.pm
${PERL5_SUB_INSTALLVENDORLIB}/App/ClusterSSH/L10N/en.pm
${PERL5_SUB_INSTALLVENDORARCH}/auto/App/ClusterSSH/.packlist
${PERL5_SUB_INSTALLVENDORBIN}/ccon
${PERL5_SUB_INSTALLVENDORBIN}/crsh
${PERL5_SUB_INSTALLVENDORBIN}/cscp
${PERL5_SUB_INSTALLVENDORBIN}/cssh
${PERL5_SUB_INSTALLVENDORBIN}/ctel
${PERL5_SUB_INSTALLVENDORMAN1DIR}/ccon.1
Expand All @@ -21,6 +21,7 @@ ${PERL5_SUB_INSTALLVENDORMAN3DIR}/App::ClusterSSH.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/App::ClusterSSH::Base.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/App::ClusterSSH::Cluster.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/App::ClusterSSH::Config.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/App::ClusterSSH::Getopt.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/App::ClusterSSH::Helper.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/App::ClusterSSH::Host.3
${PERL5_SUB_INSTALLVENDORMAN3DIR}/App::ClusterSSH::L10N.3
Expand Down
8 changes: 4 additions & 4 deletions security/clusterssh/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2013/08/06 19:26:00 gls Exp $
$NetBSD: distinfo,v 1.3 2015/08/12 18:16:12 gls Exp $

SHA1 (App-ClusterSSH-4.01_05.tar.gz) = 705b87ae2faa333c96e4808a2a65c9736bc93a1b
RMD160 (App-ClusterSSH-4.01_05.tar.gz) = 86cb73cb674ce1911f34f9b27104ab475b37e93c
Size (App-ClusterSSH-4.01_05.tar.gz) = 71502 bytes
SHA1 (App-ClusterSSH-4.03_06.tar.gz) = 7edb0a5deb414d43eb43772caf23f30ed38692e9
RMD160 (App-ClusterSSH-4.03_06.tar.gz) = 2b30cf046232eb7d3123c0a99c2654f9f05d183a
Size (App-ClusterSSH-4.03_06.tar.gz) = 81476 bytes

0 comments on commit 324f628

Please sign in to comment.