components/gawk/gawk.p5m
changeset 181 87e11e685b1f
parent 101 ecb1f3b5f835
child 334 38c78ad8b01e
equal deleted inserted replaced
180:4de0581be621 181:87e11e685b1f
    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 
    23 
    24 set name=pkg.fmri value=pkg:/text/gawk@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
       
    25 set name=pkg.fmri \
       
    26     value=pkg:/text/gawk@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    27 set name=pkg.description \
       
    28     value="The awk utility interprets a special-purpose programming language that makes it possible to handle many data-reformatting jobs with just a few lines of code."
    25 set name=pkg.summary value="GNU awk"
    29 set name=pkg.summary value="GNU awk"
    26 set name=pkg.description value="The awk utility interprets a special-purpose programming language that makes it possible to handle many data-reformatting jobs with just a few lines of code."
    30 set name=info.classification \
    27 set name=info.classification value="org.opensolaris.category.2008:Applications/System Utilities"
    31     value="org.opensolaris.category.2008:Applications/System Utilities"
    28 set name=info.upstream_url value="http://directory.fsf.org/project/gawk/"
       
    29 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
    32 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
       
    33 set name=info.upstream_url value=http://directory.fsf.org/project/gawk/
       
    34 set name=opensolaris.arc_url \
       
    35     value=http://arc.opensolaris.org/caselog/PSARC/2008/594
    30 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    36 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    31 
       
    32 license gawk.license license="GPLv2"
       
    33 
       
    34 dir path=usr
    37 dir path=usr
    35 dir path=usr/bin
    38 dir path=usr/bin
    36 dir path=usr/gnu
    39 dir path=usr/gnu
    37 dir path=usr/gnu/bin
    40 dir path=usr/gnu/bin
    38 dir path=usr/gnu/share
    41 dir path=usr/gnu/share
   123 file path=usr/share/locale/sv/LC_MESSAGES/gawk.mo
   126 file path=usr/share/locale/sv/LC_MESSAGES/gawk.mo
   124 file path=usr/share/locale/tr/LC_MESSAGES/gawk.mo
   127 file path=usr/share/locale/tr/LC_MESSAGES/gawk.mo
   125 file path=usr/share/locale/vi/LC_MESSAGES/gawk.mo
   128 file path=usr/share/locale/vi/LC_MESSAGES/gawk.mo
   126 file path=usr/share/man/man1/gawk.1
   129 file path=usr/share/man/man1/gawk.1
   127 file path=usr/share/man/man1/igawk.1
   130 file path=usr/share/man/man1/igawk.1
   128 link path=usr/share/man/man1/pgawk.1 target=gawk.1
   131 legacy pkg=SUNWgawk desc="gawk - GNU awk 3.1.5" \
       
   132     name="gawk - GNU implementation of awk"
       
   133 license gawk.license license=GPLv2
   129 link path=usr/gnu/bin/awk target=../../bin/gawk
   134 link path=usr/gnu/bin/awk target=../../bin/gawk
   130 link path=usr/gnu/share/man/man1/awk.1 \
   135 link path=usr/gnu/share/man/man1/awk.1 \
   131     target=../../../../share/man/man1/gawk.1
   136     target=../../../../share/man/man1/gawk.1
   132 
   137 link path=usr/share/man/man1/pgawk.1 target=gawk.1
   133 legacy  pkg=SUNWgawk \
       
   134 	name="gawk - GNU implementation of awk" \
       
   135 	desc="gawk - GNU awk 3.1.5"