components/sed/sed.p5m
changeset 181 87e11e685b1f
parent 120 ef1efc113f13
child 464 08f94c414553
equal deleted inserted replaced
180:4de0581be621 181:87e11e685b1f
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 set name=pkg.fmri value=pkg:/text/gnu-sed@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 <transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
    27 set name=pkg.summary value="gsed - GNU implementation of sed, the Unix stream editor"
    27 set name=pkg.fmri \
    28 set name=pkg.description value="sed takes text input and performs some operation (or set of operations) on it and outputs the modified text."
    28     value=pkg:/text/gnu-sed@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    29 set name=info.classification value="org.opensolaris.category.2008:Applications/System Utilities"
    29 set name=pkg.description \
       
    30     value="sed takes text input and performs some operation (or set of operations) on it and outputs the modified text."
       
    31 set name=pkg.summary \
       
    32     value="gsed - GNU implementation of sed, the Unix stream editor"
       
    33 set name=info.classification \
       
    34     value="org.opensolaris.category.2008:Applications/System Utilities"
       
    35 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
    30 set name=info.upstream_url value=http://www.gnu.org/software/sed/
    36 set name=info.upstream_url value=http://www.gnu.org/software/sed/
    31 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
    37 set name=opensolaris.arc_url \
       
    38     value=http://arc.opensolaris.org/caselog/PSARC/2008/254
    32 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    39 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    33 
       
    34 dir path=usr
    40 dir path=usr
    35 dir path=usr/bin
    41 dir path=usr/bin
    36 dir path=usr/gnu
    42 dir path=usr/gnu
    37 dir path=usr/gnu/bin
    43 dir path=usr/gnu/bin
    38 dir path=usr/gnu/share
    44 dir path=usr/gnu/share
   152 file path=usr/share/locale/uk/LC_MESSAGES/sed.mo
   158 file path=usr/share/locale/uk/LC_MESSAGES/sed.mo
   153 file path=usr/share/locale/vi/LC_MESSAGES/sed.mo
   159 file path=usr/share/locale/vi/LC_MESSAGES/sed.mo
   154 file path=usr/share/locale/zh_CN/LC_MESSAGES/sed.mo
   160 file path=usr/share/locale/zh_CN/LC_MESSAGES/sed.mo
   155 file path=usr/share/locale/zh_TW/LC_MESSAGES/sed.mo
   161 file path=usr/share/locale/zh_TW/LC_MESSAGES/sed.mo
   156 file path=usr/share/man/man1/gsed.1
   162 file path=usr/share/man/man1/gsed.1
       
   163 legacy pkg=SUNWgsed desc="gsed - GNU sed 4.2.1" \
       
   164     name="gsed - GNU implementation of sed, the Unix stream editor"
       
   165 license sed.license license=GPLv3
   157 link path=usr/gnu/bin/sed target=../../bin/gsed
   166 link path=usr/gnu/bin/sed target=../../bin/gsed
   158 link path=usr/gnu/share/man/man1/sed.1 \
   167 link path=usr/gnu/share/man/man1/sed.1 \
   159     target=../../../../share/man/man1/gsed.1
   168     target=../../../../share/man/man1/gsed.1
   160 
       
   161 license sed.license license="GPLv3"
       
   162 
       
   163 legacy	pkg=SUNWgsed \
       
   164 	name="gsed - GNU implementation of sed, the Unix stream editor" \
       
   165 	desc="gsed - GNU sed 4.2.1"