components/hexedit/hexedit.p5m
branchs11-update
changeset 3734 24181f5eb463
parent 3661 47545fb8aed4
equal deleted inserted replaced
3723:1cc872b933c9 3734:24181f5eb463
    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 uncommited>
    26 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommited>
    27 set name=pkg.fmri \
    27 set name=pkg.fmri \
    28     value=pkg:/editor/hexedit@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28     value=pkg:/editor/hexedit@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    29 set name=pkg.summary \
    29 set name=pkg.summary value="Hexedit - a command-line binary file editor"
    30     value="Hexedit - a command-line binary file editor"
       
    31 set name=com.oracle.info.description value="the hexedit binary file editor"
    30 set name=com.oracle.info.description value="the hexedit binary file editor"
    32 set name=com.oracle.info.tpno value=$(TPNO)
    31 set name=com.oracle.info.tpno value=$(TPNO)
    33 set name=info.classification \
    32 set name=info.classification \
    34     value="org.opensolaris.category.2008:Applications/System Utilities" \
    33     value="org.opensolaris.category.2008:Applications/System Utilities" \
    35     value="org.opensolaris.category.2008:Development/Editors"
    34     value=org.opensolaris.category.2008:Development/Editors
    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/629
    39     value=LSARC/2008/629
       
    40 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    38 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    41 dir path=usr
    39 dir  path=usr
    42 dir path=usr/bin
    40 dir  path=usr/bin
    43 dir path=usr/share
       
    44 dir path=usr/share/man
       
    45 dir path=usr/share/man/man1
       
    46 file path=usr/bin/hexedit
    41 file path=usr/bin/hexedit
       
    42 dir  path=usr/share
       
    43 dir  path=usr/share/man
       
    44 dir  path=usr/share/man/man1
    47 file path=usr/share/man/man1/hexedit.1
    45 file path=usr/share/man/man1/hexedit.1
    48 
       
    49 license hexedit.license license=GPLv2
    46 license hexedit.license license=GPLv2