components/perl_modules/authen-pam/authen-pam-PERLVER.p5m
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Sat, 15 Aug 2015 10:34:08 -0700
changeset 4783 399cd14618d4
parent 4746 8e237ffd0a48
child 5797 432ac76de3b0
permissions -rw-r--r--
Close of build 81.1.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1360
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     1
#
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     3
#
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     7
#
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    12
#
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    18
#
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    20
#
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1995
diff changeset
    21
# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
1360
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    22
#
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    23
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    24
<transform depend pkg.debug.depend.path=usr.*/5.12-mt/bin ->  set pkg.debug.depend.file perl-threaded>
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    25
<transform depend pkg.debug.depend.path=(usr.*/5.12)-mt(/bin) ->  set pkg.debug.depend.path %<1>%<2>  >
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    26
#
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    27
<transform file path=usr.*/5.12-mt/(man|XML)/.* -> drop >
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    28
# convert 5.12-mt to 5.12 in the path because that is where the threaded
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    29
# perl bits really are.
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    30
<transform file path=(usr.*/5.12)-mt(/.+) -> set path %<1>%<2>>
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    31
<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    32
<transform set name=pkg.fmri value=(.*)512-mt(.+) -> set value %<1>threaded-512%<2>>
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    33
<transform depend fmri=(.*)512-mt(.*) -> set fmri %<1>threaded-512%<2>>
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    34
<transform depend predicate=(.*)512-mt(.*) -> set predicate %<1>threaded-512%<2>>
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1995
diff changeset
    35
set name=pkg.fmri \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1995
diff changeset
    36
    value=pkg:/library/perl-5/authen-pam-$(PLV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
1360
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    37
set name=pkg.summary value="Authen::PAM - PAM Perl Module"
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    38
set name=pkg.description value="the Authen::PAM Perl module for using PAM"
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    39
set name=com.oracle.info.description value="the Authen::PAM Perl module"
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1360
diff changeset
    40
set name=com.oracle.info.tpno value=$(TPNO)
1360
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    41
set name=info.classification \
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1995
diff changeset
    42
    value=org.opensolaris.category.2008:Development/Perl
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1995
diff changeset
    43
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
1360
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    44
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
1995
7185ffa18a9e 18762255 The authen-pam Perl module has a bogus arc-caseid in its package manifest.
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    45
set name=org.opensolaris.arc-caseid value=PSARC/2013/345
1360
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    46
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    47
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    48
#file path=usr/perl5/$(PERLVER)/lib/$(PERL_ARCH)/perllocal.pod
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    49
file path=usr/perl5/$(PERLVER)/man/man3/Authen::PAM.3
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    50
file path=usr/perl5/$(PERLVER)/man/man3/Authen::PAM::FAQ.3
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    51
file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/Authen/PAM.pm
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    52
file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/Authen/PAM/FAQ.pod
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    53
file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/auto/Authen/PAM/.packlist
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    54
file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/auto/Authen/PAM/PAM.so
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1995
diff changeset
    55
license authen-pam.license license=Artistic
1360
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    56
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    57
# force a dependency on the Perl runtime
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1995
diff changeset
    58
depend type=require fmri=__TBD pkg.debug.depend.file=perl \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1995
diff changeset
    59
    pkg.debug.depend.path=usr/perl5/$(PERLVER)/bin
1360
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    60
ed2174a87b88 16851083 Move Perl Authen:PAM module from Desktop consolidation to Userland
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
    61
# force a dependency on the authen-pam package
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1995
diff changeset
    62
depend type=require \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1995
diff changeset
    63
    fmri=library/perl-5/authen-pam@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)