components/perl_modules/xml-parser/xml-parser.p5m
branchs11-update
changeset 3734 24181f5eb463
parent 2649 79b6c91e7f81
equal deleted inserted replaced
3723:1cc872b933c9 3734:24181f5eb463
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 # The version is specifically set to 5.8.4 until there is a version that it
    24 # The version is specifically set to 5.8.4 until there is a version that it
    25 # greater than this due to the way xml-parser was originally delivered from
    25 # greater than this due to the way xml-parser was originally delivered from
    26 # the desktop consolidation.
    26 # the desktop consolidation.
    27 set name=pkg.fmri value=pkg:/library/perl-5/[email protected],$(BUILD_VERSION)
    27 set name=pkg.fmri value=pkg:/library/perl-5/[email protected],$(BUILD_VERSION)
    28 set name=pkg.summary value="XML::Parser - A perl module for parsing XML documents"
    28 set name=pkg.summary \
    29 set name=pkg.description value="This module provides ways to parse XML documents. It is built on top of XML::Parser::Expat."
    29     value="XML::Parser - A perl module for parsing XML documents"
       
    30 set name=pkg.description \
       
    31     value="This module provides ways to parse XML documents. It is built on top of XML::Parser::Expat."
    30 set name=com.oracle.info.description value="the XML::Parser Perl module"
    32 set name=com.oracle.info.description value="the XML::Parser Perl module"
    31 set name=info.classification value="org.opensolaris.category.2008:Development/Perl"
    33 set name=info.classification \
       
    34     value=org.opensolaris.category.2008:Development/Perl
       
    35 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    32 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    36 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    34 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    37 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    38 legacy pkg=SUNWperl-xml-parser \
       
    39     desc="Perl XML::Parser and XML::Simple PERL modules - development files" \
       
    40     name="Perl XML::Parser and XML::Simple PERL modules"
       
    41 # perl 5.12
       
    42 depend type=conditional fmri=library/perl-5/xml-parser-512 \
       
    43     predicate=runtime/perl-512
    35 # perl 5.8.4
    44 # perl 5.8.4
    36 depend fmri=library/perl-5/xml-parser-584 predicate=runtime/perl-584 \
    45 depend type=conditional fmri=library/perl-5/xml-parser-584 \
    37     type=conditional
    46     predicate=runtime/perl-584
    38 # perl 5.12
       
    39 depend fmri=library/perl-5/xml-parser-512 predicate=runtime/perl-512 \
       
    40     type=conditional
       
    41 # perl 5.12 threaded
    47 # perl 5.12 threaded
    42 depend fmri=library/perl-5/xml-parser-threaded-512 predicate=runtime/perl-threaded-512 \
    48 depend type=conditional fmri=library/perl-5/xml-parser-threaded-512 \
    43     type=conditional
    49     predicate=runtime/perl-threaded-512
    44 legacy pkg=SUNWperl-xml-parser \
       
    45 	desc="Perl XML::Parser and XML::Simple PERL modules - development files" \
       
    46 	name="Perl XML::Parser and XML::Simple PERL modules"