components/tcsh/tcsh.p5m
changeset 94 e2364cad23ff
child 181 87e11e685b1f
equal deleted inserted replaced
93:b579c7b1bb44 94:e2364cad23ff
       
     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) 2011, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 set name=pkg.fmri value=pkg:/shell/tcsh@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    25 set name=pkg.summary value="Tenex C-shell (tcsh)"
       
    26 set name=pkg.description value="C shell with file name completion and command line editing"
       
    27 set name=info.classification value="org.opensolaris.category.2008:System/Shells"
       
    28 set name=info.upstream_url value="http://www.tcsh.org"
       
    29 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
       
    30 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    31 
       
    32 license tcsh.license license='BSD'
       
    33 
       
    34 dir path=usr
       
    35 dir path=usr/bin
       
    36 dir path=usr/share
       
    37 dir path=usr/share/locale
       
    38 dir path=usr/share/locale/de
       
    39 dir path=usr/share/locale/de/LC_MESSAGES
       
    40 dir path=usr/share/locale/el
       
    41 dir path=usr/share/locale/el/LC_MESSAGES
       
    42 dir path=usr/share/locale/es
       
    43 dir path=usr/share/locale/es/LC_MESSAGES
       
    44 dir path=usr/share/locale/et
       
    45 dir path=usr/share/locale/et/LC_MESSAGES
       
    46 dir path=usr/share/locale/fi
       
    47 dir path=usr/share/locale/fi/LC_MESSAGES
       
    48 dir path=usr/share/locale/fr
       
    49 dir path=usr/share/locale/fr/LC_MESSAGES
       
    50 dir path=usr/share/locale/it
       
    51 dir path=usr/share/locale/it/LC_MESSAGES
       
    52 dir path=usr/share/locale/ja
       
    53 dir path=usr/share/locale/ja/LC_MESSAGES
       
    54 dir path=usr/share/locale/pl
       
    55 dir path=usr/share/locale/pl/LC_MESSAGES
       
    56 dir path=usr/share/locale/ru
       
    57 dir path=usr/share/locale/ru/LC_MESSAGES
       
    58 dir path=usr/share/locale/uk
       
    59 dir path=usr/share/locale/uk/LC_MESSAGES
       
    60 dir path=usr/share/man
       
    61 dir path=usr/share/man/man1
       
    62 file path=usr/bin/tcsh
       
    63 file path=usr/share/locale/de/LC_MESSAGES/tcsh.cat
       
    64 file path=usr/share/locale/el/LC_MESSAGES/tcsh.cat
       
    65 file path=usr/share/locale/es/LC_MESSAGES/tcsh.cat
       
    66 file path=usr/share/locale/et/LC_MESSAGES/tcsh.cat
       
    67 file path=usr/share/locale/fi/LC_MESSAGES/tcsh.cat
       
    68 file path=usr/share/locale/fr/LC_MESSAGES/tcsh.cat
       
    69 file path=usr/share/locale/it/LC_MESSAGES/tcsh.cat
       
    70 file path=usr/share/locale/ja/LC_MESSAGES/tcsh.cat
       
    71 file path=usr/share/locale/pl/LC_MESSAGES/tcsh.cat
       
    72 file path=usr/share/locale/ru/LC_MESSAGES/tcsh.cat
       
    73 file path=usr/share/locale/uk/LC_MESSAGES/tcsh.cat
       
    74 file path=usr/share/man/man1/tcsh.1
       
    75 
       
    76 legacy	pkg=SUNWtcsh \
       
    77 	name="Tenex C-shell (tcsh)" \
       
    78 	desc="Tenex C-shell (tcsh) 6.17.00"
       
    79