components/ksh93/source-demo-ksh93.p5m
branchs11-update
changeset 3734 24181f5eb463
parent 3661 47545fb8aed4
child 4354 92b9d70a8795
equal deleted inserted replaced
3723:1cc872b933c9 3734:24181f5eb463
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 # The man pages are all at the top of a "files" directory; setting the hash to
    26 # The man pages are all at the top of a "files" directory; setting the hash to
    27 # point to the files therein.
    27 # point to the files therein.
    28 <transform file path=usr/share/man/man.+/(.+)$ -> set action.hash %<\1> >
    28 <transform file path=usr/share/man/man.+/(.+)$ -> set action.hash %<\1> >
    29 # Bypassing the mangler for these files because they are pre-Solarified.
    29 # Bypassing the mangler for these files because they are pre-Solarified.
    30 <transform file path=usr/share/man/.+$ -> add mangler.bypass true >
    30 <transform file path=usr/share/man/.+$ -> add mangler.bypass true >
    31 set name=pkg.fmri \
    31 set name=pkg.fmri \
    32     value=pkg:/source/demo/ksh93@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    32     value=pkg:/source/demo/ksh93@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    33 set name=pkg.summary value="KornShell demos"
       
    34 set name=pkg.description value="Source code to demonstrate the KornShell"
    33 set name=pkg.human-version value=$(IPS_HUMAN_VERSION)
    35 set name=pkg.human-version value=$(IPS_HUMAN_VERSION)
    34 set name=pkg.description value="Source code to demonstrate the KornShell"
       
    35 set name=pkg.summary value="KornShell demos"
       
    36 set name=com.oracle.info.description value="the Korn Shell demos"
    36 set name=com.oracle.info.description value="the Korn Shell demos"
    37 set name=com.oracle.info.tpno value=$(TPNO)
    37 set name=com.oracle.info.tpno value=$(TPNO)
    38 set name=info.classification value=org.opensolaris.category.2008:System/Core
    38 set name=info.classification value=org.opensolaris.category.2008:System/Core
    39 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    39 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    40 set name=info.upstream \
    40 set name=info.upstream \
    41     value="AT&T Software Technology (AST) OpenSource Software Collection"
    41     value="AT&T Software Technology (AST) OpenSource Software Collection"
    42 set name=info.upstream-url value=$(COMPONENT_ARCHIVE_URL)
    42 set name=info.upstream-url value=$(COMPONENT_ARCHIVE_URL)
    43 set name=org.opensolaris.arc-caseid value=PSARC/2012/002
    43 set name=org.opensolaris.arc-caseid value=PSARC/2012/002
    44 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    44 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    45 dir path=usr group=sys
    45 dir  path=usr group=sys
    46 dir path=usr/demo
    46 dir  path=usr/demo
    47 dir path=usr/demo/ksh
    47 dir  path=usr/demo/ksh
    48 dir path=usr/demo/ksh/fun
    48 dir  path=usr/demo/ksh/fun
    49 dir path=usr/share/man/ja_JP.UTF-8/man1
       
    50 dir path=usr/share/man/man1
       
    51 file $(MACH64)/fun/dirs path=usr/demo/ksh/fun/dirs mode=0755 preserve=true
    49 file $(MACH64)/fun/dirs path=usr/demo/ksh/fun/dirs mode=0755 preserve=true
    52 file $(MACH64)/fun/popd path=usr/demo/ksh/fun/popd mode=0755 preserve=true
    50 file $(MACH64)/fun/popd path=usr/demo/ksh/fun/popd mode=0755 preserve=true
    53 file $(MACH64)/fun/pushd path=usr/demo/ksh/fun/pushd mode=0755 preserve=true
    51 file $(MACH64)/fun/pushd path=usr/demo/ksh/fun/pushd mode=0755 preserve=true
    54 file $(MACH64)/fun/title path=usr/demo/ksh/fun/title mode=0755 preserve=true
    52 file $(MACH64)/fun/title path=usr/demo/ksh/fun/title mode=0755 preserve=true
       
    53 dir  path=usr/share/man/ja_JP.UTF-8/man1
    55 file dirs.1.ja_JP.UTF-8 path=usr/share/man/ja_JP.UTF-8/man1/dirs.1
    54 file dirs.1.ja_JP.UTF-8 path=usr/share/man/ja_JP.UTF-8/man1/dirs.1
    56 file popd.1.ja_JP.UTF-8 path=usr/share/man/ja_JP.UTF-8/man1/popd.1
    55 file popd.1.ja_JP.UTF-8 path=usr/share/man/ja_JP.UTF-8/man1/popd.1
    57 file pushd.1.ja_JP.UTF-8 path=usr/share/man/ja_JP.UTF-8/man1/pushd.1
    56 file pushd.1.ja_JP.UTF-8 path=usr/share/man/ja_JP.UTF-8/man1/pushd.1
       
    57 dir  path=usr/share/man/man1
    58 file path=usr/share/man/man1/dirs.1
    58 file path=usr/share/man/man1/dirs.1
    59 file path=usr/share/man/man1/popd.1
    59 file path=usr/share/man/man1/popd.1
    60 file path=usr/share/man/man1/pushd.1
    60 file path=usr/share/man/man1/pushd.1
    61 license ksh93.license license=CPL
    61 license ksh93.license license=CPL
    62 # Ensure that we upgrade the old package to the version where it's
    62 # Ensure that we upgrade the old package to the version where it's
    63 # renamed.
    63 # renamed.
    64 depend fmri=pkg:/source/demo/[email protected] type=optional
    64 depend type=optional fmri=pkg:/source/demo/[email protected]