components/python/m2crypto/m2crypto-PYVER.p5m
branchs11-update
changeset 2722 dc566ca73390
parent 2551 0391c5c3b137
child 3661 47545fb8aed4
equal deleted inserted replaced
2721:3c9bd15584c4 2722:dc566ca73390
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 set name=pkg.fmri \
       
    25     value=pkg:/library/python-2/m2crypto-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    26 set name=pkg.summary value="Python interface for OpenSSL"
       
    27 set name=pkg.description \
       
    28     value="M2Crypto is a complete Python wrapper for OpenSSL featuring RSA, DSA, DH, HMACs, message digests, symmetric ciphers (including AES); SSL functionality to implement clients and servers; HTTPS extensions to Python's httplib, urllib, and xmlrpclib; unforgeable HMAC'ing AuthCookies for web session management; FTP/TLS client and server; S/MIME; ZServerSSL: an HTTPS server for Zope; and ZSmime: an S/MIME messenger for Zope. M2Crypto can also be used to provide SSL for Twisted."
       
    29 set name=com.oracle.info.description value="Python bindings for OpenSSL"
       
    30 set name=com.oracle.info.tpno value=4424
       
    31 set name=info.classification \
       
    32     value=org.opensolaris.category.2008:Development/Python
       
    33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    34 set name=info.upstream value="Heikki Toivonen <[email protected]>"
       
    35 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    36 set name=org.opensolaris.arc-caseid value=PSARC/2011/262
       
    37 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    38 #
       
    39 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
       
    40 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
       
    41 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
       
    42 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
       
    43 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/64/__m2crypto.so
       
    44 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/ASN1.py
       
    45 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/AuthCookie.py
       
    46 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/BIO.py
       
    47 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/BN.py
       
    48 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/DH.py
       
    49 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/DSA.py
       
    50 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/EC.py
       
    51 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/EVP.py
       
    52 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/Engine.py
       
    53 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/Err.py
       
    54 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/PGP/PublicKey.py
       
    55 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/PGP/PublicKeyRing.py
       
    56 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/PGP/RSA.py
       
    57 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/PGP/__init__.py
       
    58 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/PGP/constants.py
       
    59 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/PGP/packet.py
       
    60 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/RC4.py
       
    61 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/RSA.py
       
    62 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/Rand.py
       
    63 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/SMIME.py
       
    64 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/SSL/Checker.py
       
    65 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/SSL/Cipher.py
       
    66 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/SSL/Connection.py
       
    67 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/SSL/Context.py
       
    68 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/SSL/SSLServer.py
       
    69 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/SSL/Session.py
       
    70 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/SSL/TwistedProtocolWrapper.py
       
    71 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/SSL/__init__.py
       
    72 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/SSL/cb.py
       
    73 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/SSL/ssl_dispatcher.py
       
    74 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/SSL/timeout.py
       
    75 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/X509.py
       
    76 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/__init__.py
       
    77 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/__m2crypto.so
       
    78 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/callback.py
       
    79 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/ftpslib.py
       
    80 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/httpslib.py
       
    81 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/m2.py
       
    82 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/m2urllib.py
       
    83 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/m2urllib2.py
       
    84 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/m2xmlrpclib.py
       
    85 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/threading.py
       
    86 file path=usr/lib/python$(PYVER)/vendor-packages/M2Crypto/util.py
       
    87 #
       
    88 license LICENCE license=BSD
       
    89 
       
    90 # force a dependency on the Python runtime
       
    91 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
       
    92     pkg.debug.depend.path=usr/bin
       
    93 
       
    94 # force a dependency on the m2crypto package
       
    95 depend type=require \
       
    96     fmri=library/python-2/m2crypto@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)