components/screen/screen.p5m
changeset 181 87e11e685b1f
parent 85 8098282b503b
child 484 a3e30c30f9aa
equal deleted inserted replaced
180:4de0581be621 181:87e11e685b1f
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 set name=pkg.fmri value=pkg:/terminal/screen@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    23 
       
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
       
    25 set name=pkg.fmri \
       
    26     value=pkg:/terminal/screen@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    27 set name=pkg.description value="GNU Screen terminal multiplexer"
    24 set name=pkg.summary value="GNU Screen"
    28 set name=pkg.summary value="GNU Screen"
    25 set name=pkg.description value="GNU Screen terminal multiplexer"
    29 set name=info.classification \
    26 set name=info.classification value="org.opensolaris.category.2008:Applications/System Utilities"
    30     value="org.opensolaris.category.2008:Applications/System Utilities"
    27 set name=info.upstream_url value="http://www.gnu.org/software/screen"
       
    28 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
    31 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
       
    32 set name=info.upstream_url value=http://www.gnu.org/software/screen
       
    33 set name=opensolaris.arc_url \
       
    34     value=http://arc.opensolaris.org/caselog/PSARC/2008/413
    29 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    35 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    30 
       
    31 dir path=etc
    36 dir path=etc
    32 dir path=usr
    37 dir path=usr
    33 dir path=usr/bin
    38 dir path=usr/bin
    34 dir path=usr/share
    39 dir path=usr/share
    35 dir path=usr/share/info
    40 dir path=usr/share/info
    38 dir path=usr/share/lib/terminfo/s
    43 dir path=usr/share/lib/terminfo/s
    39 dir path=usr/share/man
    44 dir path=usr/share/man
    40 dir path=usr/share/man/man1
    45 dir path=usr/share/man/man1
    41 dir path=usr/share/screen
    46 dir path=usr/share/screen
    42 dir path=usr/share/screen/utf8encodings
    47 dir path=usr/share/screen/utf8encodings
    43 file path=etc/screenrc mode=0644 group=sys preserve=renamenew original_name=SUNWscreen:etc/screenrc
    48 file path=etc/screenrc group=sys mode=0644 \
       
    49     original_name=SUNWscreen:etc/screenrc preserve=renamenew
    44 file path=usr/bin/screen
    50 file path=usr/bin/screen
    45 file path=usr/share/info/screen.info
    51 file path=usr/share/info/screen.info
    46 file path=usr/share/info/screen.info-1
    52 file path=usr/share/info/screen.info-1
    47 file path=usr/share/info/screen.info-2
    53 file path=usr/share/info/screen.info-2
    48 file path=usr/share/info/screen.info-3
    54 file path=usr/share/info/screen.info-3
    49 file path=usr/share/info/screen.info-4
    55 file path=usr/share/info/screen.info-4
    50 file path=usr/share/info/screen.info-5
    56 file path=usr/share/info/screen.info-5
       
    57 file path=usr/share/lib/terminfo/s/screen-bce
    51 file path=usr/share/lib/terminfo/s/screen-s
    58 file path=usr/share/lib/terminfo/s/screen-s
    52 file path=usr/share/lib/terminfo/s/screen-bce
       
    53 file path=usr/share/man/man1/screen.1
    59 file path=usr/share/man/man1/screen.1
    54 file path=usr/share/screen/utf8encodings/01
    60 file path=usr/share/screen/utf8encodings/01
    55 file path=usr/share/screen/utf8encodings/02
    61 file path=usr/share/screen/utf8encodings/02
    56 file path=usr/share/screen/utf8encodings/03
    62 file path=usr/share/screen/utf8encodings/03
    57 file path=usr/share/screen/utf8encodings/04
    63 file path=usr/share/screen/utf8encodings/04
    66 file path=usr/share/screen/utf8encodings/c7
    72 file path=usr/share/screen/utf8encodings/c7
    67 file path=usr/share/screen/utf8encodings/c8
    73 file path=usr/share/screen/utf8encodings/c8
    68 file path=usr/share/screen/utf8encodings/cc
    74 file path=usr/share/screen/utf8encodings/cc
    69 file path=usr/share/screen/utf8encodings/cd
    75 file path=usr/share/screen/utf8encodings/cd
    70 file path=usr/share/screen/utf8encodings/d6
    76 file path=usr/share/screen/utf8encodings/d6
       
    77 legacy pkg=SUNWscreen desc="GNU Screen terminal multiplexer" name="GNU Screen"
    71 
    78 
    72 
    79 
    73 license screen.license license="GPLv2"
    80 license screen.license license=GPLv2
    74 
       
    75 legacy	pkg=SUNWscreen \
       
    76 	name="GNU Screen" \
       
    77 	desc="GNU Screen terminal multiplexer"