components/perl_modules/xml-parser/xml-parser.p5m
author mahmood.ali@oracle.com <mahmood.ali@oracle.com>
Fri, 07 Jun 2013 09:51:37 -0700
changeset 1335 de08f025b1d0
parent 1205 6c6c27bcf9ac
child 3732 0f62cc221c7e
permissions -rw-r--r--
16666707 Add Perl XML processing modules
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
260
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     1
#
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     3
#
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     7
#
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    12
#
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    18
#
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    20
#
1124
08534bc6778b 16171648 EOF perl 5.8.4 modules
Craig Mohrman <craig.mohrman@oracle.com>
parents: 587
diff changeset
    21
# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
260
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    22
#
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    23
1124
08534bc6778b 16171648 EOF perl 5.8.4 modules
Craig Mohrman <craig.mohrman@oracle.com>
parents: 587
diff changeset
    24
# The version is specifically set until there is a version that is
271
f5691d29ebba 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation (fix xml-parser version)
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 260
diff changeset
    25
# greater than this due to the way xml-parser was originally delivered from
f5691d29ebba 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation (fix xml-parser version)
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 260
diff changeset
    26
# the desktop consolidation.
1152
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 1124
diff changeset
    27
set name=pkg.fmri value=pkg:/library/perl-5/[email protected],$(BUILD_VERSION)
1124
08534bc6778b 16171648 EOF perl 5.8.4 modules
Craig Mohrman <craig.mohrman@oracle.com>
parents: 587
diff changeset
    28
set name=pkg.summary \
08534bc6778b 16171648 EOF perl 5.8.4 modules
Craig Mohrman <craig.mohrman@oracle.com>
parents: 587
diff changeset
    29
    value="XML::Parser - A perl module for parsing XML documents"
260
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    30
set name=pkg.description value="This module provides ways to parse XML documents. It is built on top of XML::Parser::Expat."
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 1152
diff changeset
    31
set name=com.oracle.info.description value="the Perl XML::Parser module"
1124
08534bc6778b 16171648 EOF perl 5.8.4 modules
Craig Mohrman <craig.mohrman@oracle.com>
parents: 587
diff changeset
    32
set name=info.classification \
08534bc6778b 16171648 EOF perl 5.8.4 modules
Craig Mohrman <craig.mohrman@oracle.com>
parents: 587
diff changeset
    33
    value="org.opensolaris.category.2008:Development/Perl"
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 271
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: 271
diff changeset
    35
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
260
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    36
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
1124
08534bc6778b 16171648 EOF perl 5.8.4 modules
Craig Mohrman <craig.mohrman@oracle.com>
parents: 587
diff changeset
    37
260
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    38
# perl 5.12
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    39
depend fmri=library/perl-5/xml-parser-512 predicate=runtime/perl-512 \
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    40
    type=conditional
1124
08534bc6778b 16171648 EOF perl 5.8.4 modules
Craig Mohrman <craig.mohrman@oracle.com>
parents: 587
diff changeset
    41
1335
de08f025b1d0 16666707 Add Perl XML processing modules
mahmood.ali@oracle.com <mahmood.ali@oracle.com>
parents: 1205
diff changeset
    42
# perl 5.12 threaded
de08f025b1d0 16666707 Add Perl XML processing modules
mahmood.ali@oracle.com <mahmood.ali@oracle.com>
parents: 1205
diff changeset
    43
depend fmri=library/perl-5/xml-parser-threaded-512 predicate=runtime/perl-threaded-512 \
de08f025b1d0 16666707 Add Perl XML processing modules
mahmood.ali@oracle.com <mahmood.ali@oracle.com>
parents: 1205
diff changeset
    44
    type=conditional
de08f025b1d0 16666707 Add Perl XML processing modules
mahmood.ali@oracle.com <mahmood.ali@oracle.com>
parents: 1205
diff changeset
    45
1152
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 1124
diff changeset
    46
# perl 5.16
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 1124
diff changeset
    47
depend fmri=library/perl-5/xml-parser-516 predicate=runtime/perl-516 \
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 1124
diff changeset
    48
    type=conditional
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 1124
diff changeset
    49
260
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents:
diff changeset
    50
legacy pkg=SUNWperl-xml-parser \
1124
08534bc6778b 16171648 EOF perl 5.8.4 modules
Craig Mohrman <craig.mohrman@oracle.com>
parents: 587
diff changeset
    51
    desc="Perl XML::Parser and XML::Simple PERL modules - development files" \
08534bc6778b 16171648 EOF perl 5.8.4 modules
Craig Mohrman <craig.mohrman@oracle.com>
parents: 587
diff changeset
    52
    name="Perl XML::Parser and XML::Simple PERL modules"