components/gpgme/gpgme.p5m
author Stefan Teleman <stefan.teleman@oracle.com>
Tue, 14 Jun 2011 14:50:28 -0700
changeset 303 cae844b2d132
child 410 fdc3e8fcde4a
permissions -rw-r--r--
7050043 GnuPG && friends to Userland
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
303
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     1
#
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     3
#
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     7
#
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    12
#
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    18
#
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    20
#
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    21
# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    22
#
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    23
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    24
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    25
set name=pkg.fmri value=pkg:/library/security/gpgme@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    26
set name=pkg.summary value="GnuPG Made Easy"
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    27
set name=pkg.description value="A library designed to make access to GnuPG easier for applications."
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    28
set name=info.classification value="org.opensolaris.category.2008:System/Libraries"
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    29
set name=info.upstream_url value="http://www.gnupg.org/related_software/gpgme/"
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    30
set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    31
set name=opensolaris.arc_url \
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    32
    value=http://arc.opensolaris.org/caselog/PSARC/2009/397
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    33
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    34
#
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    35
dir path=usr
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    36
dir path=usr/bin
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    37
dir path=usr/include
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    38
dir path=usr/lib
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    39
dir path=usr/lib/$(MACH64)
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    40
dir path=usr/share
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    41
dir path=usr/share/aclocal
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    42
dir path=usr/share/common-lisp
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    43
dir path=usr/share/common-lisp/source
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    44
dir path=usr/share/common-lisp/source/gpgme
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    45
dir path=usr/share/info
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    46
#
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    47
file path=usr/bin/gpgme-config
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    48
file path=usr/include/gpgme.h
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    49
file path=usr/lib/$(MACH64)/libgpgme-pth.so.11.6.6
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    50
file path=usr/lib/$(MACH64)/libgpgme-pthread.so.11.6.6
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    51
file path=usr/lib/$(MACH64)/libgpgme.so.11.6.6
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    52
file path=usr/lib/libgpgme-pth.so.11.6.6
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    53
file path=usr/lib/libgpgme-pthread.so.11.6.6
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    54
file path=usr/lib/libgpgme.so.11.6.6
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    55
file path=usr/share/aclocal/gpgme.m4
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    56
file path=usr/share/common-lisp/source/gpgme/gpgme-package.lisp
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    57
file path=usr/share/common-lisp/source/gpgme/gpgme.asd
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    58
file path=usr/share/common-lisp/source/gpgme/gpgme.lisp
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    59
file path=usr/share/info/gpgme.info
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    60
file path=usr/share/info/gpgme.info-1
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    61
file path=usr/share/info/gpgme.info-2
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    62
#
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    63
link path=usr/lib/$(MACH64)/libgpgme-pth.so.11 target=libgpgme-pth.so.11.6.6
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    64
link path=usr/lib/$(MACH64)/libgpgme-pth.so target=libgpgme-pth.so.11.6.6
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    65
link path=usr/lib/$(MACH64)/libgpgme-pthread.so.11 target=libgpgme-pthread.so.11.6.6
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    66
link path=usr/lib/$(MACH64)/libgpgme-pthread.so target=libgpgme-pthread.so.11.6.6
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    67
link path=usr/lib/$(MACH64)/libgpgme.so.11 target=libgpgme.so.11.6.6
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    68
link path=usr/lib/$(MACH64)/libgpgme.so target=libgpgme.so.11.6.6
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    69
link path=usr/lib/libgpgme-pth.so.11 target=libgpgme-pth.so.11.6.6
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    70
link path=usr/lib/libgpgme-pth.so target=libgpgme-pth.so.11.6.6
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    71
link path=usr/lib/libgpgme-pthread.so.11 target=libgpgme-pthread.so.11.6.6
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    72
link path=usr/lib/libgpgme-pthread.so target=libgpgme-pthread.so.11.6.6
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    73
link path=usr/lib/libgpgme.so.11 target=libgpgme.so.11.6.6
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    74
link path=usr/lib/libgpgme.so target=libgpgme.so.11.6.6
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    75
#
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    76
license gpgme.license license="GPLv2, LGPLv2"
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    77
#
cae844b2d132 7050043 GnuPG && friends to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    78