components/perl_modules/net-ssleay/net-ssleay.p5m
author mahmood.ali@oracle.com <mahmood.ali@oracle.com>
Thu, 03 Apr 2014 11:10:33 -0700
branchs11-update
changeset 3047 c06511111d22
parent 2551 0391c5c3b137
child 3100 3f85e1357b5a
permissions -rw-r--r--
18505848 net-ssleay needs to include TPNO action in its package manifest.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
390
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
3047
c06511111d22 18505848 net-ssleay needs to include TPNO action in its package manifest.
mahmood.ali@oracle.com <mahmood.ali@oracle.com>
parents: 2551
diff changeset
    23
# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
390
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
#
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
set name=pkg.fmri \
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
    value=pkg:/library/perl-5/net-ssleay@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
set name=pkg.summary value="Net::SSLeay- Perl extension for using OpenSSL"
2551
0391c5c3b137 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    30
set name=com.oracle.info.description value="the Net::SSLeay Perl extension for using OpenSSL"
390
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
set name=info.classification \
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
    value="org.opensolaris.category.2008:Development/Perl"
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 390
diff changeset
    33
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 390
diff changeset
    34
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 390
diff changeset
    35
set name=org.opensolaris.arc-caseid \
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 390
diff changeset
    36
    value=PSARC/2009/189
390
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
3047
c06511111d22 18505848 net-ssleay needs to include TPNO action in its package manifest.
mahmood.ali@oracle.com <mahmood.ali@oracle.com>
parents: 2551
diff changeset
    38
set name=com.oracle.info.tpno value=5732
390
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
# perl 5.8.4
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
depend fmri=library/perl-5/net-ssleay-584 predicate=runtime/perl-584 \
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
    type=conditional
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
# perl 5.12
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
depend fmri=library/perl-5/net-ssleay-512 predicate=runtime/perl-512 \
4dc27408c928 7065619 Move NET-SSLeay to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
    type=conditional