[csw-devel] SF.net SVN: gar:[7695] csw/mgar/pkg/clusterssh/trunk

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Mon Dec 21 15:59:32 CET 2009


Revision: 7695
          http://gar.svn.sourceforge.net/gar/?rev=7695&view=rev
Author:   wahwah
Date:     2009-12-21 14:59:32 +0000 (Mon, 21 Dec 2009)

Log Message:
-----------
clusterssh: Moved to GARv2, version bump up to 3.28

Modified Paths:
--------------
    csw/mgar/pkg/clusterssh/trunk/Makefile
    csw/mgar/pkg/clusterssh/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/clusterssh/trunk/files/CSWclusterssh.postinstall

Removed Paths:
-------------
    csw/mgar/pkg/clusterssh/trunk/files/CSWclusterssh.depend
    csw/mgar/pkg/clusterssh/trunk/files/CSWclusterssh.gspec

Property Changed:
----------------
    csw/mgar/pkg/clusterssh/trunk/


Property changes on: csw/mgar/pkg/clusterssh/trunk
___________________________________________________________________
Modified: svn:externals
   - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v1

   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Modified: csw/mgar/pkg/clusterssh/trunk/Makefile
===================================================================
--- csw/mgar/pkg/clusterssh/trunk/Makefile	2009-12-21 14:43:04 UTC (rev 7694)
+++ csw/mgar/pkg/clusterssh/trunk/Makefile	2009-12-21 14:59:32 UTC (rev 7695)
@@ -1,29 +1,30 @@
 GARNAME = clusterssh
-GARVERSION = 3.25
+GARVERSION = 3.28
 CATEGORIES = net
 
 DESCRIPTION = ClusterSSH controls a number of xterm windows via a single graphical console window
 define BLURB
-	ClusterSSH controls a number of xterm windows via a single graphical console window to allow commands to be interactively run on multiple servers over an ssh connection.
+  ClusterSSH controls a number of xterm windows via a single graphical console
+  window to allow commands to be interactively run on multiple servers over an
+  ssh connection.
 endef
 
 SF_PROJ = $(GARNAME)
 MASTER_SITES = $(SF_MIRRORS)
 DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
-DISTFILES += $(call admfiles,CSWclusterssh,)
 
-# We define upstream file regex so we can be notifed of new upstream software release
 UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=89139
 UPSTREAM_USE_SF = 1
 UFILES_REGEX = (\d+(?:\.\d+)*)
 
-REQUIRED_PKGS = CSWperl CSWpmtk CSWpmx11protocol
+REQUIRED_PKGS  = CSWperl
+REQUIRED_PKGS += CSWpmtk
+REQUIRED_PKGS += CSWpmx11protocol
+# REQUIRED_PKGS += CSWossh
 
-PREFIX = /opt/csw/
-CONFIGURE_ARGS = --prefix=$(PREFIX)
+CONFIGURE_ARGS = $(DIRPATHS)
 
 # Not gonna do it
 TEST_SCRIPTS =
 
 include gar/category.mk
-

Modified: csw/mgar/pkg/clusterssh/trunk/checksums
===================================================================
--- csw/mgar/pkg/clusterssh/trunk/checksums	2009-12-21 14:43:04 UTC (rev 7694)
+++ csw/mgar/pkg/clusterssh/trunk/checksums	2009-12-21 14:59:32 UTC (rev 7695)
@@ -1,2 +1 @@
-dc31291abac025a51cbb95a71f792801  download/clusterssh-3.25.tar.gz
-5171cb4f2d0a4df5ade011f46d883ff5  download/CSWclusterssh.gspec
+11e012329d2c62e1f7b17f3ac517769a  clusterssh-3.28.tar.gz

Deleted: csw/mgar/pkg/clusterssh/trunk/files/CSWclusterssh.depend
===================================================================
--- csw/mgar/pkg/clusterssh/trunk/files/CSWclusterssh.depend	2009-12-21 14:43:04 UTC (rev 7694)
+++ csw/mgar/pkg/clusterssh/trunk/files/CSWclusterssh.depend	2009-12-21 14:59:32 UTC (rev 7695)
@@ -1,2 +0,0 @@
-P CSWpmx11protocol
-P CSWossh

Deleted: csw/mgar/pkg/clusterssh/trunk/files/CSWclusterssh.gspec
===================================================================
--- csw/mgar/pkg/clusterssh/trunk/files/CSWclusterssh.gspec	2009-12-21 14:43:04 UTC (rev 7694)
+++ csw/mgar/pkg/clusterssh/trunk/files/CSWclusterssh.gspec	2009-12-21 14:59:32 UTC (rev 7695)
@@ -1,14 +0,0 @@
-%var            bitname clusterssh
-%var            pkgname CSWclusterssh
-%var            arch all
-%include        url file://%{PKGLIB}/csw_dyndepend.gspec
-%copyright      url file://%{WORKSRC}/COPYING
-%postinstall
-echo '*************************************************************************'
-echo '*************************************************************************'
-echo 'ClusterSSH may not work correctly with Sun's ssh client'
-echo 'For best results always use the CSW openSSH client'
-echo 'ensure /opt/csw/bin is first in your path, or adjust your .ccshrc'
-echo '*************************************************************************'
-echo '*************************************************************************'
-

Added: csw/mgar/pkg/clusterssh/trunk/files/CSWclusterssh.postinstall
===================================================================
--- csw/mgar/pkg/clusterssh/trunk/files/CSWclusterssh.postinstall	                        (rev 0)
+++ csw/mgar/pkg/clusterssh/trunk/files/CSWclusterssh.postinstall	2009-12-21 14:59:32 UTC (rev 7695)
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+echo "*************************************************************************"
+echo "*************************************************************************"
+echo "ClusterSSH may not work correctly with Sun's ssh client"
+echo "For best results always use the CSW openSSH client"
+echo "ensure /opt/csw/bin is first in your path, or adjust your .ccshrc"
+echo "*************************************************************************"
+echo "*************************************************************************"
+


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list