components/gperf/gperf.p5m
changeset 181 87e11e685b1f
parent 141 ed98334a0d5a
child 464 08f94c414553
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:/developer/gperf@$(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:/developer/gperf@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    27 set name=pkg.description \
       
    28     value="GNU gperf is a perfect hash function generator. For a given list of strings, it produces a hash function and hash table, in form of C or C++ code, for looking up a value depending on the input string."
    24 set name=pkg.summary value="GNU gperf"
    29 set name=pkg.summary value="GNU gperf"
    25 set name=pkg.description value="GNU gperf is a perfect hash function generator. For a given list of strings, it produces a hash function and hash table, in form of C or C++ code, for looking up a value depending on the input string."
    30 set name=info.classification \
    26 set name=info.classification value="org.opensolaris.category.2008:Development/GNU"
    31     value=org.opensolaris.category.2008:Development/GNU
    27 set name=info.upstream_url value="http://www.gnu.org/software/gperf"
       
    28 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://www.gnu.org/software/gperf
       
    34 set name=opensolaris.arc_url \
       
    35     value=http://arc.opensolaris.org/caselog/PSARC/2008/123
    29 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    36 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    30 
       
    31 license gperf.license license="GPLv2"
       
    32 
       
    33 dir path=usr
    37 dir path=usr
    34 dir path=usr/bin
    38 dir path=usr/bin
    35 dir path=usr/share
    39 dir path=usr/share
    36 dir path=usr/share/doc
    40 dir path=usr/share/doc
    37 dir path=usr/share/doc/gperf
    41 dir path=usr/share/doc/gperf
    40 dir path=usr/share/man/man1
    44 dir path=usr/share/man/man1
    41 file path=usr/bin/gperf
    45 file path=usr/bin/gperf
    42 file path=usr/share/doc/gperf/gperf.html
    46 file path=usr/share/doc/gperf/gperf.html
    43 file path=usr/share/info/gperf.info
    47 file path=usr/share/info/gperf.info
    44 file path=usr/share/man/man1/gperf.1
    48 file path=usr/share/man/man1/gperf.1
    45 
    49 legacy pkg=SUNWgnu-gperf \
    46 legacy	pkg=SUNWgnu-gperf \
    50     desc="GNU gperf - perfect hash function generator (3.0.3)" \
    47 	name="GNU gperf - perfect hash function generator" \
    51     name="GNU gperf - perfect hash function generator"
    48 	desc="GNU gperf - perfect hash function generator (3.0.3)"
    52 license gperf.license license=GPLv2