components/perl_modules/cssh/cssh-PERLVER.p5m
changeset 7906 57070a2dbc4f
parent 6974 a7e17efd39b5
--- a/components/perl_modules/cssh/cssh-PERLVER.p5m	Tue Apr 18 15:31:40 2017 -0700
+++ b/components/perl_modules/cssh/cssh-PERLVER.p5m	Tue Apr 18 16:00:10 2017 -0700
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2014, 2017, Oracle and/or its affiliates. All rights reserved.
 #
 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
 set name=pkg.fmri \
@@ -35,48 +35,57 @@
     value="org.opensolaris.category.2008:Applications/System Utilities"
 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
-set name=org.opensolaris.arc-caseid value=PSARC/2013/273
+set name=org.opensolaris.arc-caseid value=PSARC/2013/273 value=PSARC/2017/052
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
-# Since crsh and ctel are same as cssh create links instead of duplicates.
-link path=usr/bin/crsh target=../perl5/$(PERLVER)/bin/cssh mediator=perl \
+link path=usr/bin/crsh target=../perl5/$(PERLVER)/bin/crsh mediator=perl \
     mediator-version=$(PERLVER)
-#
+link path=usr/bin/csftp target=../perl5/$(PERLVER)/bin/csftp mediator=perl \
+    mediator-version=$(PERLVER)
 link path=usr/bin/cssh target=../perl5/$(PERLVER)/bin/cssh mediator=perl \
     mediator-version=$(PERLVER)
-link path=usr/bin/ctel target=../perl5/$(PERLVER)/bin/cssh mediator=perl \
+link path=usr/bin/ctel target=../perl5/$(PERLVER)/bin/ctel mediator=perl \
     mediator-version=$(PERLVER)
-#
+file path=usr/perl5/$(PERLVER)/bin/crsh
+file path=usr/perl5/$(PERLVER)/bin/csftp
 file path=usr/perl5/$(PERLVER)/bin/cssh
+file path=usr/perl5/$(PERLVER)/bin/ctel
+file path=usr/perl5/$(PERLVER)/man/man1/crsh.1
+file path=usr/perl5/$(PERLVER)/man/man1/csftp.1
 file path=usr/perl5/$(PERLVER)/man/man1/cssh.1
+file path=usr/perl5/$(PERLVER)/man/man1/ctel.1
 file path=usr/perl5/$(PERLVER)/man/man3/App::ClusterSSH.3
 file path=usr/perl5/$(PERLVER)/man/man3/App::ClusterSSH::Base.3
 file path=usr/perl5/$(PERLVER)/man/man3/App::ClusterSSH::Cluster.3
 file path=usr/perl5/$(PERLVER)/man/man3/App::ClusterSSH::Config.3
+file path=usr/perl5/$(PERLVER)/man/man3/App::ClusterSSH::Getopt.3
 file path=usr/perl5/$(PERLVER)/man/man3/App::ClusterSSH::Helper.3
 file path=usr/perl5/$(PERLVER)/man/man3/App::ClusterSSH::Host.3
 file path=usr/perl5/$(PERLVER)/man/man3/App::ClusterSSH::L10N.3
 file path=usr/perl5/$(PERLVER)/man/man3/App::ClusterSSH::L10N::en.3
+file path=usr/perl5/$(PERLVER)/man/man3/App::ClusterSSH::Range.3
 file path=usr/perl5/vendor_perl/$(PERLVER)/App/ClusterSSH.pm
 file path=usr/perl5/vendor_perl/$(PERLVER)/App/ClusterSSH/Base.pm
 file path=usr/perl5/vendor_perl/$(PERLVER)/App/ClusterSSH/Cluster.pm
 file path=usr/perl5/vendor_perl/$(PERLVER)/App/ClusterSSH/Config.pm
+file path=usr/perl5/vendor_perl/$(PERLVER)/App/ClusterSSH/Getopt.pm
 file path=usr/perl5/vendor_perl/$(PERLVER)/App/ClusterSSH/Helper.pm
 file path=usr/perl5/vendor_perl/$(PERLVER)/App/ClusterSSH/Host.pm
 file path=usr/perl5/vendor_perl/$(PERLVER)/App/ClusterSSH/L10N.pm
 file path=usr/perl5/vendor_perl/$(PERLVER)/App/ClusterSSH/L10N/en.pm
-# Also man page of crsh and ctel same as cssh.
+file path=usr/perl5/vendor_perl/$(PERLVER)/App/ClusterSSH/Range.pm
 link path=usr/share/man/man1/crsh.1 \
-    target=../../../perl5/$(PERLVER)/man/man1/cssh.1 mediator=perl \
+    target=../../../perl5/$(PERLVER)/man/man1/crsh.1 mediator=perl \
+    mediator-version=$(PERLVER)
+link path=usr/share/man/man1/csftp.1 \
+    target=../../../perl5/$(PERLVER)/man/man1/csftp.1 mediator=perl \
     mediator-version=$(PERLVER)
 link path=usr/share/man/man1/cssh.1 \
     target=../../../perl5/$(PERLVER)/man/man1/cssh.1 mediator=perl \
     mediator-version=$(PERLVER)
 link path=usr/share/man/man1/ctel.1 \
-    target=../../../perl5/$(PERLVER)/man/man1/cssh.1 mediator=perl \
+    target=../../../perl5/$(PERLVER)/man/man1/ctel.1 mediator=perl \
     mediator-version=$(PERLVER)
-#
 license cssh.license license=Artistic
-#
 depend type=require fmri=__TBD pkg.debug.depend.file=Protocol.pm \
     pkg.debug.depend.path=usr/perl5/vendor_perl/$(PERLVER)/X11
 depend type=require fmri=__TBD pkg.debug.depend.file=Tk.pm \