components/pinentry/pinentry.p5m
changeset 7400 20a3364a4417
parent 5006 f2592e203a2a
equal deleted inserted replaced
7399:2ceba23a9663 7400:20a3364a4417
    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 #
       
    22 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
       
    23 #
       
    24 #
       
    25 # Mediation: the mediated options are by default sorted in the order:
       
    26 #	priority, version, implementation-order, implementation
       
    27 # where "implementation" is sorted lexically.
       
    28 # The goal is to give priority of package pinentry-gtk over package pinentry.
    22 #
    29 #
    23 set name=pkg.fmri \
    30 set name=pkg.fmri \
    24     value=pkg:/security/pinentry@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    31     value=pkg:/security/pinentry@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25 set name=pkg.summary value="A small utility for entering passwords."
    32 set name=pkg.summary \
       
    33     value="A small command line utility for entering passwords."
    26 set name=pkg.description \
    34 set name=pkg.description \
    27     value="A small collection of dialog programs that allow GnuPG to read passphrases and PIN numbers in a secure manner."
    35     value="A command line curses dialog program that allows GnuPG to read passphrases and PIN numbers in a secure manner."
    28 set name=com.oracle.info.description value="the pinentry utility"
    36 set name=com.oracle.info.description value="pinentry utility for command line"
    29 set name=com.oracle.info.tpno value=$(TPNO)
    37 set name=com.oracle.info.tpno value=$(TPNO)
    30 set name=info.classification \
    38 set name=info.classification \
    31     value="org.opensolaris.category.2008:Applications/System Utilities"
    39     value="org.opensolaris.category.2008:Applications/System Utilities"
    32 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    40 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    33 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    41 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    34 set name=org.opensolaris.arc-caseid value=PSARC/2009/397
    42 set name=org.opensolaris.arc-caseid value=PSARC/2009/397
    35 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    43 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    36 #
    44 link path=usr/lib/pinentry target=pinentry-curses mediator=pinentry \
    37 link path=usr/lib/pinentry target=pinentry-gtk-2
    45     mediator-implementation=pinentry-curses mediator-priority=vendor
    38 #
       
    39 #
       
    40 file path=usr/lib/pinentry-curses mode=0555
    46 file path=usr/lib/pinentry-curses mode=0555
    41 file path=usr/lib/pinentry-gtk-2 mode=0555
       
    42 file path=usr/share/info/pinentry.info
    47 file path=usr/share/info/pinentry.info
    43 #
       
    44 license pinentry.license license=GPLv2
    48 license pinentry.license license=GPLv2
    45 depend type=optional fmri=crypto/[email protected]
    49 depend type=optional fmri=crypto/[email protected]