components/perl_modules/cssh/cssh-PERLVER.p5m
changeset 1720 d8e7a59298b8
child 1824 fb933e605dec
equal deleted inserted replaced
1719:ed40f9dc832e 1720:d8e7a59298b8
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 # Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
       
    24 
       
    25 set name=pkg.fmri \
       
    26     value=pkg:/terminal/cssh-$(PLV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    27 set name=pkg.summary \
       
    28     value="Cluster ssh is a utility to administer cluster of servers."
       
    29 set name=pkg.description \
       
    30     value="cssh opens an administration console and a separate terminal window to each specified hosts. Any text typed into the administration console is replicated across all terminal windows.  Each terminal window may also be typed into separately."
       
    31 set name=com.oracle.info.description \
       
    32     value="Perl CPAN utility to administer cluster of servers."
       
    33 set name=com.oracle.info.tpno value=13257
       
    34 set name=info.classification \
       
    35     value="org.opensolaris.category.2008:Applications/System Utilities"
       
    36 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    37 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    38 set name=org.opensolaris.arc-caseid value=PSARC/2013/273
       
    39 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    40 #
       
    41 file path=usr/perl5/$(PERLVER)/bin/cssh
       
    42 file path=usr/perl5/$(PERLVER)/man/man1/cssh.1
       
    43 file path=usr/perl5/$(PERLVER)/man/man3/App::ClusterSSH.3
       
    44 file path=usr/perl5/$(PERLVER)/man/man3/App::ClusterSSH::Base.3
       
    45 file path=usr/perl5/$(PERLVER)/man/man3/App::ClusterSSH::Cluster.3
       
    46 file path=usr/perl5/$(PERLVER)/man/man3/App::ClusterSSH::Config.3
       
    47 file path=usr/perl5/$(PERLVER)/man/man3/App::ClusterSSH::Helper.3
       
    48 file path=usr/perl5/$(PERLVER)/man/man3/App::ClusterSSH::Host.3
       
    49 file path=usr/perl5/$(PERLVER)/man/man3/App::ClusterSSH::L10N.3
       
    50 file path=usr/perl5/$(PERLVER)/man/man3/App::ClusterSSH::L10N::en.3
       
    51 file path=usr/perl5/vendor_perl/$(PERLVER)/App/ClusterSSH.pm
       
    52 file path=usr/perl5/vendor_perl/$(PERLVER)/App/ClusterSSH/Base.pm
       
    53 file path=usr/perl5/vendor_perl/$(PERLVER)/App/ClusterSSH/Cluster.pm
       
    54 file path=usr/perl5/vendor_perl/$(PERLVER)/App/ClusterSSH/Config.pm
       
    55 file path=usr/perl5/vendor_perl/$(PERLVER)/App/ClusterSSH/Helper.pm
       
    56 file path=usr/perl5/vendor_perl/$(PERLVER)/App/ClusterSSH/Host.pm
       
    57 file path=usr/perl5/vendor_perl/$(PERLVER)/App/ClusterSSH/L10N.pm
       
    58 file path=usr/perl5/vendor_perl/$(PERLVER)/App/ClusterSSH/L10N/en.pm
       
    59 #
       
    60 link path=usr/bin/cssh target=../perl5/$(PERLVER)/bin/cssh mediator=perl \
       
    61     mediator-version=$(PERLVER)
       
    62 link path=usr/share/man/man1/cssh.1 \
       
    63     target=../../../perl5/$(PERLVER)/man/man1/cssh.1 mediator=perl \
       
    64     mediator-version=$(PERLVER)
       
    65 #
       
    66 license cssh.license license=Artistic
       
    67 #
       
    68 depend type=require fmri=__TBD pkg.debug.depend.file=Protocol.pm \
       
    69     pkg.debug.depend.path=usr/perl5/vendor_perl/$(PERLVER)/X11
       
    70 depend type=require fmri=__TBD pkg.debug.depend.file=Tk.pm \
       
    71     pkg.debug.depend.path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)
       
    72 depend type=require fmri=__TBD pkg.debug.depend.file=perl \
       
    73     pkg.debug.depend.path=usr/perl5/$(PERLVER)/bin