components/hexedit/hexedit.p5m
changeset 3732 0f62cc221c7e
parent 1948 2d1537e7942d
child 5682 94c0ca64c022
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 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 file usr/bin/$(MACH64)/hexedit path=usr/bin/hexedit
    39 file usr/bin/$(MACH64)/hexedit path=usr/bin/hexedit
    42 file path=usr/share/man/man1/hexedit.1
    40 file path=usr/share/man/man1/hexedit.1
    43 
    41 #
    44 license hexedit.license license=GPLv2
    42 license hexedit.license license=GPLv2