components/gawk/gawk.p5m
changeset 6861 6110892450ff
parent 5267 42a22f73f3bc
equal deleted inserted replaced
6860:fbbec9b86c26 6861:6110892450ff
    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, 2015, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 # pkg.linted actions are needed to prevent lint errors for 64-bit binaries in
    24 # pkg.linted actions are needed to prevent lint errors for 64-bit binaries in
    25 # 32-bit path.
    25 # 32-bit path.
    26 <transform file path=usr/lib/gawk/.*\.so -> default pkg.linted.userland.action001.2 true>
    26 <transform file path=usr/lib/gawk/.*\.so -> default pkg.linted.userland.action001.2 true>
    27 <transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
    27 <transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
       
    28 <transform file path=(.+)/man/man3/(.+).3$ -> \
       
    29     set action.hash %<1>/man/man3/%<2>.3am>
    28 set name=pkg.fmri value=pkg:/text/gawk@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    30 set name=pkg.fmri value=pkg:/text/gawk@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    29 set name=pkg.summary value="GNU awk"
    31 set name=pkg.summary value="GNU awk"
    30 set name=pkg.description \
    32 set name=pkg.description \
    31     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."
    33     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."
    32 set name=com.oracle.info.description value="GNU awk"
    34 set name=com.oracle.info.description value="GNU awk"
    96 file path=usr/share/locale/sv/LC_MESSAGES/gawk.mo
    98 file path=usr/share/locale/sv/LC_MESSAGES/gawk.mo
    97 file path=usr/share/locale/vi/LC_MESSAGES/gawk.mo
    99 file path=usr/share/locale/vi/LC_MESSAGES/gawk.mo
    98 link path=usr/share/man/man1/gawk.1 target=../../../gnu/share/man/man1/awk.1 \
   100 link path=usr/share/man/man1/gawk.1 target=../../../gnu/share/man/man1/awk.1 \
    99     facet.compat.gnulinks=all
   101     facet.compat.gnulinks=all
   100 file path=usr/share/man/man1/igawk.1
   102 file path=usr/share/man/man1/igawk.1
   101 file path=usr/share/man/man3/filefuncs.3am
   103 file path=usr/share/man/man3/filefuncs.3
   102 file path=usr/share/man/man3/fnmatch.3am
   104 file path=usr/share/man/man3/fnmatch.3
   103 file path=usr/share/man/man3/fork.3am
   105 file path=usr/share/man/man3/fork.3
   104 file path=usr/share/man/man3/inplace.3am
   106 file path=usr/share/man/man3/inplace.3
   105 file path=usr/share/man/man3/ordchr.3am
   107 file path=usr/share/man/man3/ordchr.3
   106 file path=usr/share/man/man3/readdir.3am
   108 file path=usr/share/man/man3/readdir.3
   107 file path=usr/share/man/man3/readfile.3am
   109 file path=usr/share/man/man3/readfile.3
   108 file path=usr/share/man/man3/revoutput.3am
   110 file path=usr/share/man/man3/revoutput.3
   109 file path=usr/share/man/man3/revtwoway.3am
   111 file path=usr/share/man/man3/revtwoway.3
   110 file path=usr/share/man/man3/rwarray.3am
   112 file path=usr/share/man/man3/rwarray.3
   111 file path=usr/share/man/man3/time.3am
   113 file path=usr/share/man/man3/time.3am
   112 license gawk.license license="GPLv3, FDLv1.3"
   114 license gawk.license license="GPLv3, FDLv1.3"