Re: UPDATE: clusterssh - 4.01_01

2012-01-20 Thread LEVAI Daniel
On Wed, Jan 18, 2012 at 18:16:05 -0500, Okan Demirmen wrote:
 On Fri 2011.12.16 at 16:17 -0500, Okan Demirmen wrote:
  On Thu 2011.12.15 at 09:01 +0100, LEVAI Daniel wrote:
   Hi!
  
  Hi!
  
   Here is an update to clusterssh - 4.01_01.
 
 Any comments, feedback and/or OKs now that the dependent regress parts
 are in?

I've been using it on a daily basis since then (i386, -current). No
problem noticed so far.


Daniel

-- 
LÉVAI Dániel
PGP key ID = 0x83B63A8F
Key fingerprint = DBEC C66B A47A DFA2 792D  650C C69B BE4C 83B6 3A8F



Re: UPDATE: clusterssh - 4.01_01

2012-01-18 Thread Okan Demirmen
On Fri 2011.12.16 at 16:17 -0500, Okan Demirmen wrote:
 On Thu 2011.12.15 at 09:01 +0100, LEVAI Daniel wrote:
  Hi!
 
 Hi!
 
  Here is an update to clusterssh - 4.01_01.

Any comments, feedback and/or OKs now that the dependent regress parts
are in?

Cheers,
Okan

Index: Makefile
===
RCS file: /home/okan/openbsd/cvs/ports/security/clusterssh/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile16 Sep 2011 11:41:38 -  1.8
+++ Makefile16 Dec 2011 21:22:27 -
@@ -2,9 +2,8 @@
 
 COMMENT=   secure concurrent multi-server terminal control
 
-DISTNAME=  App-ClusterSSH-4.00_07
-PKGNAME=   clusterssh-4.00.07
-REVISION=  0
+DISTNAME=  App-ClusterSSH-4.01_01
+PKGNAME=   clusterssh-4.01.01
 
 CATEGORIES=security
 
@@ -22,9 +21,16 @@ MASTER_SITES=${MASTER_SITE_SOURCEFORGE:
 
 MODULES=   cpan
 RUN_DEPENDS=   x11/p5-Tk \
-   x11/p5-X11-Protocol
+   x11/p5-X11-Protocol \
+   devel/p5-Try-Tiny \
+   devel/p5-Exception-Class \
+   devel/p5-Readonly \
+   sysutils/p5-File-Which
 BUILD_DEPENDS= ${RUN_DEPENDS}
-REGRESS_DEPENDS=devel/p5-Test-Trap
+REGRESS_DEPENDS=devel/p5-Test-Trap \
+   devel/p5-Test-Pod \
+   devel/p5-Test-Pod-Coverage \
+   devel/p5-Test-DistManifest
 
 MAKE_ENV=  TEST_POD=Yes
 
Index: distinfo
===
RCS file: /home/okan/openbsd/cvs/ports/security/clusterssh/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo10 May 2011 09:56:06 -  1.5
+++ distinfo16 Dec 2011 21:22:27 -
@@ -1,5 +1,5 @@
-MD5 (App-ClusterSSH-4.00_07.tar.gz) = sqjS+qiMTxdm0/zpUXC2Ig==
-RMD160 (App-ClusterSSH-4.00_07.tar.gz) = 88+tlalIcAKfw6YczqeciJslQpE=
-SHA1 (App-ClusterSSH-4.00_07.tar.gz) = qwy/vRpUoXf++G/xIaalYIdlZNU=
-SHA256 (App-ClusterSSH-4.00_07.tar.gz) = 
+7lec1+PsTzypo19olSq2JW8XRFVZJkguDNtVLtC2IE=
-SIZE (App-ClusterSSH-4.00_07.tar.gz) = 56422
+MD5 (App-ClusterSSH-4.01_01.tar.gz) = KtzUV9BkdAnIlI32jSaxVQ==
+RMD160 (App-ClusterSSH-4.01_01.tar.gz) = F7Bd6fJaUpe0wy8hObk+ky7JqJc=
+SHA1 (App-ClusterSSH-4.01_01.tar.gz) = JIH1zNj21HAlmZMTrChEBhgwPm8=
+SHA256 (App-ClusterSSH-4.01_01.tar.gz) = 
8WTtpThGywo6fov3+dZ3/kxMzyhQexLM2u6YG0CvBfY=
+SIZE (App-ClusterSSH-4.01_01.tar.gz) = 85995
Index: pkg/PLIST
===
RCS file: /home/okan/openbsd/cvs/ports/security/clusterssh/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   5 Jan 2011 07:06:13 -   1.2
+++ pkg/PLIST   16 Dec 2011 21:22:49 -
@@ -1,4 +1,5 @@
 @comment $OpenBSD: PLIST,v 1.2 2011/01/05 07:06:13 kevlo Exp $
+bin/ccon
 bin/crsh
 bin/cscp
 bin/cssh
@@ -7,15 +8,22 @@ ${P5SITE}/App/
 ${P5SITE}/App/ClusterSSH/
 ${P5SITE}/App/ClusterSSH.pm
 ${P5SITE}/App/ClusterSSH/Base.pm
+${P5SITE}/App/ClusterSSH/Cluster.pm
+${P5SITE}/App/ClusterSSH/Config.pm
+${P5SITE}/App/ClusterSSH/Helper.pm
 ${P5SITE}/App/ClusterSSH/Host.pm
 ${P5SITE}/App/ClusterSSH/L10N/
 ${P5SITE}/App/ClusterSSH/L10N.pm
 ${P5SITE}/App/ClusterSSH/L10N/en.pm
+@man man/man1/ccon.1
 @man man/man1/crsh.1
 @man man/man1/cssh.1
 @man man/man1/ctel.1
 @man man/man3p/App::ClusterSSH.3p
 @man man/man3p/App::ClusterSSH::Base.3p
+@man man/man3p/App::ClusterSSH::Cluster.3p
+@man man/man3p/App::ClusterSSH::Config.3p
+@man man/man3p/App::ClusterSSH::Helper.3p
 @man man/man3p/App::ClusterSSH::Host.3p
 @man man/man3p/App::ClusterSSH::L10N.3p
 @man man/man3p/App::ClusterSSH::L10N::en.3p



Re: UPDATE: clusterssh - 4.01_01

2011-12-19 Thread LEVAI Daniel
On Thu, Dec 15, 2011 at 09:01:25 +0100, LEVAI Daniel wrote:
[...]
 Here is an update to clusterssh - 4.01_01.
[...]
 Maintainer kevlo@ says It looks good to me, please commit it, thanks!.

On Fri, Dec 16, 2011 at 16:17:30 -0500, Okan Demirmen wrote:
 On Thu 2011.12.15 at 09:01 +0100, LEVAI Daniel wrote:
  Hi!
 
 Hi!
 
[...]
 I've attached the new ports with minor changes (groff removal, case and
 other nits).


Great, thanks!
Anyone care to commit?


Daniel

-- 
LÉVAI Dániel
PGP key ID = 0x83B63A8F
Key fingerprint = DBEC C66B A47A DFA2 792D  650C C69B BE4C 83B6 3A8F



Re: UPDATE: clusterssh - 4.01_01

2011-12-16 Thread Okan Demirmen
On Thu 2011.12.15 at 09:01 +0100, LEVAI Daniel wrote:
 Hi!

Hi!

 Here is an update to clusterssh - 4.01_01.
 I've added some more DEPENDS, and I've attached the port for the needed
 p5-Test-DistManifest (which in turn depends on p5-Module-Manifest, but
 I've attached that too :) ).

I've attached the new ports with minor changes (groff removal, case and
other nits).

Cheers,
Okan


p5-Module-Manifest.tgz
Description: application/tar-gz


p5-Test-DistManifest.tgz
Description: application/tar-gz


UPDATE: clusterssh - 4.01_01

2011-12-15 Thread LEVAI Daniel
Hi!


Here is an update to clusterssh - 4.01_01.
I've added some more DEPENDS, and I've attached the port for the needed
p5-Test-DistManifest (which in turn depends on p5-Module-Manifest, but
I've attached that too :) ).
Major change is the deprecation of the ~/.csshrc file. Now clusterssh
uses the ~/.clusterssh directory.
One can specify in ~/.clusterssh/config the clusters file with eg.:
extra_cluster_file=~/.clusterssh/clusters. The clusters file's syntax is
the same as the /etc/clusters or is simply the same as before in the
~/.csshrc file, with the equal ('=') signs replaced by spaces:

~/.csshrc:
tag=server1 server2

==becomes:

~/.clusterssh/config:
extra_cluster_file=~/.clusterssh/clusters

~/.clusterssh/clusters:
tag server1 server2


Maintainer kevlo@ says It looks good to me, please commit it, thanks!.


Daniel



Index: Makefile
===
RCS file: /cvs/ports/security/clusterssh/Makefile,v
retrieving revision 1.8
diff -p -u -r1.8 Makefile
--- Makefile16 Sep 2011 11:41:38 -  1.8
+++ Makefile13 Dec 2011 09:37:10 -
@@ -2,9 +2,8 @@
 
 COMMENT=   secure concurrent multi-server terminal control
 
-DISTNAME=  App-ClusterSSH-4.00_07
-PKGNAME=   clusterssh-4.00.07
-REVISION=  0
+DISTNAME=  App-ClusterSSH-4.01_01
+PKGNAME=   clusterssh-4.01.01
 
 CATEGORIES=security
 
@@ -22,9 +21,16 @@ MASTER_SITES=${MASTER_SITE_SOURCEFORGE:
 
 MODULES=   cpan
 RUN_DEPENDS=   x11/p5-Tk \
-   x11/p5-X11-Protocol
+   x11/p5-X11-Protocol \
+   devel/p5-Try-Tiny \
+   devel/p5-Exception-Class \
+   devel/p5-Readonly \
+   sysutils/p5-File-Which
 BUILD_DEPENDS= ${RUN_DEPENDS}
-REGRESS_DEPENDS=devel/p5-Test-Trap
+REGRESS_DEPENDS=devel/p5-Test-Trap \
+   devel/p5-Test-Pod \
+   devel/p5-Test-Pod-Coverage \
+   devel/p5-Test-DistManifest
 
 MAKE_ENV=  TEST_POD=Yes
 
Index: distinfo
===
RCS file: /cvs/ports/security/clusterssh/distinfo,v
retrieving revision 1.5
diff -p -u -r1.5 distinfo
--- distinfo10 May 2011 09:56:06 -  1.5
+++ distinfo13 Dec 2011 09:37:10 -
@@ -1,5 +1,5 @@
-MD5 (App-ClusterSSH-4.00_07.tar.gz) = sqjS+qiMTxdm0/zpUXC2Ig==
-RMD160 (App-ClusterSSH-4.00_07.tar.gz) = 88+tlalIcAKfw6YczqeciJslQpE=
-SHA1 (App-ClusterSSH-4.00_07.tar.gz) = qwy/vRpUoXf++G/xIaalYIdlZNU=
-SHA256 (App-ClusterSSH-4.00_07.tar.gz) = 
+7lec1+PsTzypo19olSq2JW8XRFVZJkguDNtVLtC2IE=
-SIZE (App-ClusterSSH-4.00_07.tar.gz) = 56422
+MD5 (App-ClusterSSH-4.01_01.tar.gz) = KtzUV9BkdAnIlI32jSaxVQ==
+RMD160 (App-ClusterSSH-4.01_01.tar.gz) = F7Bd6fJaUpe0wy8hObk+ky7JqJc=
+SHA1 (App-ClusterSSH-4.01_01.tar.gz) = JIH1zNj21HAlmZMTrChEBhgwPm8=
+SHA256 (App-ClusterSSH-4.01_01.tar.gz) = 
8WTtpThGywo6fov3+dZ3/kxMzyhQexLM2u6YG0CvBfY=
+SIZE (App-ClusterSSH-4.01_01.tar.gz) = 85995
cvs server: Diffing pkg
Index: pkg/PLIST
===
RCS file: /cvs/ports/security/clusterssh/pkg/PLIST,v
retrieving revision 1.2
diff -p -u -r1.2 PLIST
--- pkg/PLIST   5 Jan 2011 07:06:13 -   1.2
+++ pkg/PLIST   13 Dec 2011 09:37:10 -
@@ -1,4 +1,5 @@
-@comment $OpenBSD: PLIST,v 1.2 2011/01/05 07:06:13 kevlo Exp $
+@comment $OpenBSD$
+bin/ccon
 bin/crsh
 bin/cscp
 bin/cssh
@@ -7,15 +8,22 @@ ${P5SITE}/App/
 ${P5SITE}/App/ClusterSSH/
 ${P5SITE}/App/ClusterSSH.pm
 ${P5SITE}/App/ClusterSSH/Base.pm
+${P5SITE}/App/ClusterSSH/Cluster.pm
+${P5SITE}/App/ClusterSSH/Config.pm
+${P5SITE}/App/ClusterSSH/Helper.pm
 ${P5SITE}/App/ClusterSSH/Host.pm
 ${P5SITE}/App/ClusterSSH/L10N/
 ${P5SITE}/App/ClusterSSH/L10N.pm
 ${P5SITE}/App/ClusterSSH/L10N/en.pm
+@man man/man1/ccon.1
 @man man/man1/crsh.1
 @man man/man1/cssh.1
 @man man/man1/ctel.1
 @man man/man3p/App::ClusterSSH.3p
 @man man/man3p/App::ClusterSSH::Base.3p
+@man man/man3p/App::ClusterSSH::Cluster.3p
+@man man/man3p/App::ClusterSSH::Config.3p
+@man man/man3p/App::ClusterSSH::Helper.3p
 @man man/man3p/App::ClusterSSH::Host.3p
 @man man/man3p/App::ClusterSSH::L10N.3p
 @man man/man3p/App::ClusterSSH::L10N::en.3p

-- 
LÉVAI Dániel
PGP key ID = 0x83B63A8F
Key fingerprint = DBEC C66B A47A DFA2 792D  650C C69B BE4C 83B6 3A8F


p5-Test-DistManifest.tgz
Description: application/tar-gz


p5-Module-Manifest.tgz
Description: application/tar-gz