components/screen/screen.p5m
branchs11-update
changeset 3734 24181f5eb463
parent 3661 47545fb8aed4
child 7961 58f46f117aca
equal deleted inserted replaced
3723:1cc872b933c9 3734:24181f5eb463
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
    25 set name=pkg.fmri \
    25 set name=pkg.fmri \
    26     value=pkg:/terminal/screen@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26     value=pkg:/terminal/screen@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    27 set name=pkg.summary value="GNU Screen"
    27 set name=pkg.description value="GNU Screen terminal multiplexer"
    28 set name=pkg.description value="GNU Screen terminal multiplexer"
    28 set name=pkg.summary value="GNU Screen"
       
    29 set name=com.oracle.info.description value="GNU screen"
    29 set name=com.oracle.info.description value="GNU screen"
    30 set name=com.oracle.info.tpno value=$(TPNO)
    30 set name=com.oracle.info.tpno value=$(TPNO)
    31 set name=info.classification \
    31 set name=info.classification \
    32     value="org.opensolaris.category.2008:Applications/System Utilities"
    32     value="org.opensolaris.category.2008:Applications/System Utilities"
    33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    34 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    34 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    35 set name=org.opensolaris.arc-caseid \
    35 set name=org.opensolaris.arc-caseid value=PSARC/2008/413
    36     value=PSARC/2008/413
       
    37 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    36 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    38 dir path=etc
    37 dir  path=etc
    39 dir path=usr
       
    40 dir path=usr/bin
       
    41 dir path=usr/share
       
    42 dir path=usr/share/info
       
    43 dir path=usr/share/lib
       
    44 dir path=usr/share/lib/terminfo
       
    45 dir path=usr/share/lib/terminfo/s
       
    46 dir path=usr/share/man
       
    47 dir path=usr/share/man/man1
       
    48 dir path=usr/share/screen
       
    49 dir path=usr/share/screen/utf8encodings
       
    50 file etc/etcscreenrc path=etc/screenrc group=sys mode=0644 \
    38 file etc/etcscreenrc path=etc/screenrc group=sys mode=0644 \
    51     original_name=SUNWscreen:etc/screenrc preserve=renamenew
    39     original_name=SUNWscreen:etc/screenrc preserve=renamenew
       
    40 dir  path=usr
       
    41 dir  path=usr/bin
    52 file path=usr/bin/screen
    42 file path=usr/bin/screen
       
    43 dir  path=usr/share
       
    44 dir  path=usr/share/info
    53 file path=usr/share/info/screen.info
    45 file path=usr/share/info/screen.info
    54 file path=usr/share/info/screen.info-1
    46 file path=usr/share/info/screen.info-1
    55 file path=usr/share/info/screen.info-2
    47 file path=usr/share/info/screen.info-2
    56 file path=usr/share/info/screen.info-3
    48 file path=usr/share/info/screen.info-3
    57 file path=usr/share/info/screen.info-4
    49 file path=usr/share/info/screen.info-4
    58 file path=usr/share/info/screen.info-5
    50 file path=usr/share/info/screen.info-5
       
    51 dir  path=usr/share/lib
       
    52 dir  path=usr/share/lib/terminfo
       
    53 dir  path=usr/share/lib/terminfo/s
    59 file path=usr/share/lib/terminfo/s/screen-bce
    54 file path=usr/share/lib/terminfo/s/screen-bce
    60 file path=usr/share/lib/terminfo/s/screen-s
    55 file path=usr/share/lib/terminfo/s/screen-s
       
    56 dir  path=usr/share/man
       
    57 dir  path=usr/share/man/man1
    61 file path=usr/share/man/man1/screen.1
    58 file path=usr/share/man/man1/screen.1
       
    59 dir  path=usr/share/screen
       
    60 dir  path=usr/share/screen/utf8encodings
    62 file path=usr/share/screen/utf8encodings/01
    61 file path=usr/share/screen/utf8encodings/01
    63 file path=usr/share/screen/utf8encodings/02
    62 file path=usr/share/screen/utf8encodings/02
    64 file path=usr/share/screen/utf8encodings/03
    63 file path=usr/share/screen/utf8encodings/03
    65 file path=usr/share/screen/utf8encodings/04
    64 file path=usr/share/screen/utf8encodings/04
    66 file path=usr/share/screen/utf8encodings/18
    65 file path=usr/share/screen/utf8encodings/18
    74 file path=usr/share/screen/utf8encodings/c7
    73 file path=usr/share/screen/utf8encodings/c7
    75 file path=usr/share/screen/utf8encodings/c8
    74 file path=usr/share/screen/utf8encodings/c8
    76 file path=usr/share/screen/utf8encodings/cc
    75 file path=usr/share/screen/utf8encodings/cc
    77 file path=usr/share/screen/utf8encodings/cd
    76 file path=usr/share/screen/utf8encodings/cd
    78 file path=usr/share/screen/utf8encodings/d6
    77 file path=usr/share/screen/utf8encodings/d6
    79 
       
    80 license COPYING license=GPLv2
    78 license COPYING license=GPLv2