From owner-svn-ports-all@FreeBSD.ORG Fri Dec 28 22:57:50 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4E7D6909; Fri, 28 Dec 2012 22:57:50 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 35A3A8FC0A; Fri, 28 Dec 2012 22:57:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBSMvoT5021127; Fri, 28 Dec 2012 22:57:50 GMT (envelope-from lx@svn.freebsd.org) Received: (from lx@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBSMvneb021123; Fri, 28 Dec 2012 22:57:49 GMT (envelope-from lx@svn.freebsd.org) Message-Id: <201212282257.qBSMvneb021123@svn.freebsd.org> From: David Thiel Date: Fri, 28 Dec 2012 22:57:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309595 - head/security/clusterssh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Dec 2012 22:57:50 -0000 Author: lx Date: Fri Dec 28 22:57:49 2012 New Revision: 309595 URL: http://svnweb.freebsd.org/changeset/ports/309595 Log: 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 Added: head/security/clusterssh/pkg-plist (contents, props changed) Modified: head/security/clusterssh/Makefile head/security/clusterssh/distinfo Modified: head/security/clusterssh/Makefile ============================================================================== --- head/security/clusterssh/Makefile Fri Dec 28 22:48:53 2012 (r309594) +++ head/security/clusterssh/Makefile Fri Dec 28 22:57:49 2012 (r309595) @@ -1,26 +1,30 @@ -# New ports collection makefile for: clusterssh -# Date created: 2005-08-15 -# Whom: David Thiel -# +# 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 Modified: head/security/clusterssh/distinfo ============================================================================== --- head/security/clusterssh/distinfo Fri Dec 28 22:48:53 2012 (r309594) +++ head/security/clusterssh/distinfo Fri Dec 28 22:57:49 2012 (r309595) @@ -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 Added: head/security/clusterssh/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/clusterssh/pkg-plist Fri Dec 28 22:57:49 2012 (r309595) @@ -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