components/perl_modules/pmtools/pmtools-PERLVER.p5m
author Bill Rushmore <bill.rushmore@oracle.com>
Tue, 31 Mar 2015 13:33:22 -0700
changeset 4035 7865e461772f
parent 3732 0f62cc221c7e
child 4048 4c5ddf8de634
permissions -rw-r--r--
20730830 pmtools needs a TPNO in s12 20730852 net-ssleay needs a TPNO in S12
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
393
b6a26174ccce 7064142 Move pmtools to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     1
#
b6a26174ccce 7064142 Move pmtools to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
b6a26174ccce 7064142 Move pmtools to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     3
#
b6a26174ccce 7064142 Move pmtools to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
b6a26174ccce 7064142 Move pmtools to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
b6a26174ccce 7064142 Move pmtools to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
b6a26174ccce 7064142 Move pmtools to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     7
#
b6a26174ccce 7064142 Move pmtools to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b6a26174ccce 7064142 Move pmtools to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
b6a26174ccce 7064142 Move pmtools to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
b6a26174ccce 7064142 Move pmtools to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
b6a26174ccce 7064142 Move pmtools to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    12
#
b6a26174ccce 7064142 Move pmtools to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
b6a26174ccce 7064142 Move pmtools to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b6a26174ccce 7064142 Move pmtools to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
b6a26174ccce 7064142 Move pmtools to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
b6a26174ccce 7064142 Move pmtools to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
b6a26174ccce 7064142 Move pmtools to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    18
#
b6a26174ccce 7064142 Move pmtools to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
b6a26174ccce 7064142 Move pmtools to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    20
#
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    21
# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
393
b6a26174ccce 7064142 Move pmtools to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    22
#
b6a26174ccce 7064142 Move pmtools to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    23
b6a26174ccce 7064142 Move pmtools to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    24
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    25
set name=pkg.fmri \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    26
    value=pkg:/library/perl-5/pmtools-$(PLV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    27
set name=pkg.summary value="Perl module tools."
393
b6a26174ccce 7064142 Move pmtools to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    28
set name=pkg.description \
b6a26174ccce 7064142 Move pmtools to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    29
    value="Perl module tools is a suite of small tools that help manage and inspect perl modules, perl Plain Old Documentation files, and perl programs."
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 1152
diff changeset
    30
set name=com.oracle.info.description value="the Perl module tools"
4035
7865e461772f 20730830 pmtools needs a TPNO in s12
Bill Rushmore <bill.rushmore@oracle.com>
parents: 3732
diff changeset
    31
set name=com.oracle.info.tpno value=$(TPNO)
393
b6a26174ccce 7064142 Move pmtools to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    32
set name=info.classification \
b6a26174ccce 7064142 Move pmtools to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    33
    value=org.opensolaris.category.2008:Development/Perl
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 393
diff changeset
    34
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 464
diff changeset
    35
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
1152
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    36
set name=org.opensolaris.arc-caseid value=PSARC/2009/121
393
b6a26174ccce 7064142 Move pmtools to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    37
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
1152
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    38
file path=usr/perl5/$(PERLVER)/bin/basepods
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    39
file path=usr/perl5/$(PERLVER)/bin/faqpods
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    40
file path=usr/perl5/$(PERLVER)/bin/modpods
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    41
file path=usr/perl5/$(PERLVER)/bin/pfcat
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    42
file path=usr/perl5/$(PERLVER)/bin/plxload
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    43
file path=usr/perl5/$(PERLVER)/bin/pmall
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    44
file path=usr/perl5/$(PERLVER)/bin/pman
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    45
file path=usr/perl5/$(PERLVER)/bin/pmcat
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    46
file path=usr/perl5/$(PERLVER)/bin/pmcheck
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    47
file path=usr/perl5/$(PERLVER)/bin/pmdesc
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    48
file path=usr/perl5/$(PERLVER)/bin/pmdirs
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    49
file path=usr/perl5/$(PERLVER)/bin/pmeth
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    50
file path=usr/perl5/$(PERLVER)/bin/pmexp
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    51
file path=usr/perl5/$(PERLVER)/bin/pmfunc
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    52
file path=usr/perl5/$(PERLVER)/bin/pminst
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    53
file path=usr/perl5/$(PERLVER)/bin/pmload
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    54
file path=usr/perl5/$(PERLVER)/bin/pmls
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    55
file path=usr/perl5/$(PERLVER)/bin/pmpath
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    56
file path=usr/perl5/$(PERLVER)/bin/pmvers
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    57
file path=usr/perl5/$(PERLVER)/bin/podgrep
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    58
file path=usr/perl5/$(PERLVER)/bin/podpath
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    59
file path=usr/perl5/$(PERLVER)/bin/pods
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    60
file path=usr/perl5/$(PERLVER)/bin/podtoc
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    61
file path=usr/perl5/$(PERLVER)/bin/sitepods
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    62
file path=usr/perl5/$(PERLVER)/bin/stdpods
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    63
#file path=usr/perl5/$(PERLVER)/lib/$(PERL_ARCH)/perllocal.pod
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    64
file path=usr/perl5/$(PERLVER)/man/man1/basepods.1
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    65
file path=usr/perl5/$(PERLVER)/man/man1/faqpods.1
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    66
file path=usr/perl5/$(PERLVER)/man/man1/modpods.1
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    67
file path=usr/perl5/$(PERLVER)/man/man1/pfcat.1
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    68
file path=usr/perl5/$(PERLVER)/man/man1/plxload.1
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    69
file path=usr/perl5/$(PERLVER)/man/man1/pmall.1
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    70
file path=usr/perl5/$(PERLVER)/man/man1/pman.1
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    71
file path=usr/perl5/$(PERLVER)/man/man1/pmcat.1
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    72
file path=usr/perl5/$(PERLVER)/man/man1/pmcheck.1
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    73
file path=usr/perl5/$(PERLVER)/man/man1/pmdesc.1
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    74
file path=usr/perl5/$(PERLVER)/man/man1/pmdirs.1
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    75
file path=usr/perl5/$(PERLVER)/man/man1/pmeth.1
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    76
file path=usr/perl5/$(PERLVER)/man/man1/pmexp.1
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    77
file path=usr/perl5/$(PERLVER)/man/man1/pmfunc.1
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    78
file path=usr/perl5/$(PERLVER)/man/man1/pminst.1
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    79
file path=usr/perl5/$(PERLVER)/man/man1/pmload.1
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    80
file path=usr/perl5/$(PERLVER)/man/man1/pmls.1
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    81
file path=usr/perl5/$(PERLVER)/man/man1/pmpath.1
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    82
file path=usr/perl5/$(PERLVER)/man/man1/pmvers.1
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    83
file path=usr/perl5/$(PERLVER)/man/man1/podgrep.1
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    84
file path=usr/perl5/$(PERLVER)/man/man1/podpath.1
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    85
file path=usr/perl5/$(PERLVER)/man/man1/pods.1
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    86
file path=usr/perl5/$(PERLVER)/man/man1/podtoc.1
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    87
file path=usr/perl5/$(PERLVER)/man/man1/sitepods.1
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    88
file path=usr/perl5/$(PERLVER)/man/man1/stdpods.1
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    89
file path=usr/perl5/$(PERLVER)/man/man3/Devel::Loaded.3
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    90
file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/auto/pmtools/.packlist
1152
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 986
diff changeset
    91
file path=usr/perl5/vendor_perl/$(PERLVER)/Devel/Loaded.pm
4035
7865e461772f 20730830 pmtools needs a TPNO in s12
Bill Rushmore <bill.rushmore@oracle.com>
parents: 3732
diff changeset
    92
license pmtools.license license="Artistic"