components/m4/m4.p5m
changeset 3732 0f62cc221c7e
parent 1948 2d1537e7942d
child 5180 da87475b1a99
equal deleted inserted replaced
3731:7b09b73a67a4 3732:0f62cc221c7e
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 <transform file path=usr.*/man/.+ -> default mangler.man.stability committed>
    26 <transform file path=usr.*/man/.+ -> default mangler.man.stability committed>
    27 set name=pkg.fmri \
    27 set name=pkg.fmri \
    28     value=pkg:/developer/macro/gnu-m4@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28     value=pkg:/developer/macro/gnu-m4@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    29 set name=pkg.summary value="GNU m4"
    29 set name=pkg.description \
    30 set name=pkg.description \
    30     value="GNU M4 is an implementation of the traditional Unix macro processor"
    31     value="GNU M4 is an implementation of the traditional Unix macro processor"
    31 set name=pkg.summary value="GNU m4"
       
    32 set name=com.oracle.info.description value="GNU m4"
    32 set name=com.oracle.info.description value="GNU m4"
    33 set name=com.oracle.info.tpno value=$(TPNO)
    33 set name=com.oracle.info.tpno value=$(TPNO)
    34 set name=info.classification \
    34 set name=info.classification value=org.opensolaris.category.2008:Development/GNU
    35     value=org.opensolaris.category.2008:Development/GNU
       
    36 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    35 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    37 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    36 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    38 set name=org.opensolaris.arc-caseid \
    37 set name=org.opensolaris.arc-caseid value=LSARC/2008/338
    39     value=LSARC/2008/338
       
    40 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    38 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    39 link path=usr/bin/gm4 target=../gnu/bin/m4 facet.compat.gnulinks=true
    41 file usr/gnu/bin/$(MACH64)/m4 path=usr/gnu/bin/m4
    40 file usr/gnu/bin/$(MACH64)/m4 path=usr/gnu/bin/m4
    42 file path=usr/gnu/share/man/man1/m4.1
    41 file path=usr/gnu/share/man/man1/m4.1
       
    42 link path=usr/sfw/bin/gm4 target=../../gnu/bin/m4
    43 file path=usr/share/info/m4.info
    43 file path=usr/share/info/m4.info
    44 file path=usr/share/info/m4.info-1
    44 file path=usr/share/info/m4.info-1
    45 file path=usr/share/info/m4.info-2
    45 file path=usr/share/info/m4.info-2
    46 legacy pkg=SUNWgm4 \
    46 link path=usr/share/man/man1/gm4.1 target=../../../gnu/share/man/man1/m4.1 \
    47     desc="GNU m4 - A macro processor (gm4)" \
    47     facet.compat.gnulinks=all
    48     name="GNU m4"
    48 legacy pkg=SUNWgm4 desc="GNU m4 - A macro processor (gm4)" name="GNU m4"
    49 
       
    50 license m4.license license="GPLv3, FDLv1.2"
    49 license m4.license license="GPLv3, FDLv1.2"
    51 link path=usr/bin/gm4 \
       
    52     target=../gnu/bin/m4 facet.compat.gnulinks=true
       
    53 link path=usr/sfw/bin/gm4 target=../../gnu/bin/m4
       
    54 link path=usr/share/man/man1/gm4.1 \
       
    55     target=../../../gnu/share/man/man1/m4.1 facet.compat.gnulinks=all