components/libgcrypt/libgcrypt.p5m
changeset 6051 b82321ce36f1
parent 5682 94c0ca64c022
child 6240 7fdcf093fdc2
equal deleted inserted replaced
6050:7adf81b65d0d 6051:b82321ce36f1
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
       
    26 <transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
       
    27 <include libgcrypt-15.p5m.abi_transition>
    26 set name=pkg.fmri \
    28 set name=pkg.fmri \
    27     value=pkg:/system/library/security/libgcrypt@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    29     value=pkg:/system/library/security/libgcrypt@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28 set name=pkg.summary value="libgcrypt - cryptographic library"
    30 set name=pkg.summary value="libgcrypt - cryptographic library"
    29 set name=pkg.description \
    31 set name=pkg.description \
    30     value="Libgcrypt is a general purpose crypto library based on the code used in GnuPG."
    32     value="Libgcrypt is a general purpose crypto library based on the code used in GnuPG."
    39 # libgcrypt-config contains embedded paths, so swap these around.
    41 # libgcrypt-config contains embedded paths, so swap these around.
    40 file usr/bin/libgcrypt-config path=usr/bin/$(MACH64)/libgcrypt-config
    42 file usr/bin/libgcrypt-config path=usr/bin/$(MACH64)/libgcrypt-config
    41 file path=usr/bin/dumpsexp
    43 file path=usr/bin/dumpsexp
    42 file path=usr/bin/hmac256
    44 file path=usr/bin/hmac256
    43 file usr/bin/$(MACH32)/libgcrypt-config path=usr/bin/libgcrypt-config
    45 file usr/bin/$(MACH32)/libgcrypt-config path=usr/bin/libgcrypt-config
    44 file path=usr/include/gcrypt-module.h
    46 file path=usr/bin/mpicalc
    45 file path=usr/include/gcrypt.h
    47 file path=usr/include/gcrypt.h
    46 link path=usr/lib/$(MACH64)/libgcrypt.so target=libgcrypt.so.11.8.2
    48 link path=usr/lib/$(MACH64)/libgcrypt.so target=libgcrypt.so.20.0.4
    47 link path=usr/lib/$(MACH64)/libgcrypt.so.11 target=libgcrypt.so.11.8.2
    49 link path=usr/lib/$(MACH64)/libgcrypt.so.20 target=libgcrypt.so.20.0.4
    48 file path=usr/lib/$(MACH64)/libgcrypt.so.11.8.2
    50 file path=usr/lib/$(MACH64)/libgcrypt.so.20.0.4
    49 link path=usr/lib/libgcrypt.so target=libgcrypt.so.11.8.2
    51 link path=usr/lib/libgcrypt.so target=libgcrypt.so.20.0.4
    50 link path=usr/lib/libgcrypt.so.11 target=libgcrypt.so.11.8.2
    52 link path=usr/lib/libgcrypt.so.20 target=libgcrypt.so.20.0.4
    51 file path=usr/lib/libgcrypt.so.11.8.2
    53 file path=usr/lib/libgcrypt.so.20.0.4
    52 file path=usr/share/aclocal/libgcrypt.m4
    54 file path=usr/share/aclocal/libgcrypt.m4
       
    55 file path=usr/share/info/gcrypt.info
       
    56 file path=usr/share/man/man1/hmac256.1
    53 license COPYING license=GPLv2
    57 license COPYING license=GPLv2
    54 license COPYING.LIB license=LGPLv2.1
    58 license COPYING.LIB license=LGPLv2.1