components/perl_modules/xml-parser/xml-parser-512thread.p5m
changeset 1646 6f853cd59489
parent 1336 d77f34695822
child 1878 b409841d95d5
equal deleted inserted replaced
1645:ff50a80c552a 1646:6f853cd59489
    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) 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
    25 set name=pkg.fmri value=pkg:/library/perl-5/xml-parser-threaded-512@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25 set name=pkg.fmri \
    26 set name=pkg.summary value="XML::Parser Threaded - A Threaded perl module for parsing XML documents"
    26     value=pkg:/library/perl-5/xml-parser-threaded-512@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27 set name=pkg.description value="This module provides ways to parse XML documents. It is built on top of XML::Parser::Expat.  Threaded version."
    27 set name=pkg.summary \
    28 set name=info.classification value="org.opensolaris.category.2008:Development/Perl"
    28     value="XML::Parser Threaded - A Threaded perl module for parsing XML documents"
       
    29 set name=pkg.description \
       
    30     value="This module provides ways to parse XML documents. It is built on top of XML::Parser::Expat.  Threaded version."
       
    31 set name=com.oracle.info.description \
       
    32     value="the Perl-5.12-threaded XML::Parser module"
       
    33 set name=info.classification \
       
    34     value=org.opensolaris.category.2008:Development/Perl
       
    35 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    29 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    36 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    30 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    37 set name=org.opensolaris.arc-caseid value=LSARC/2004/251
    31 set name=org.opensolaris.arc-caseid \
       
    32     value=LSARC/2004/251
       
    33 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    38 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    34 
       
    35 license xml-parser.license license='Artistic'
       
    36 
       
    37 # This is additional support to base perl 5.12
       
    38 depend fmri=library/perl-5/xml-parser-512 type=require
       
    39 
    39 
    40 
    40 
    41 #file path=usr/perl5/5.12/lib/$(PERL_A)-solaris-thread-multi-64int/perllocal.pod
    41 #file path=usr/perl5/5.12/lib/$(PERL_A)-solaris-thread-multi-64int/perllocal.pod
    42 file path=usr/perl5/vendor_perl/5.12/$(PERL_A)-solaris-thread-multi-64int/XML/Parser.pm
    42 file path=usr/perl5/vendor_perl/5.12/$(PERL_A)-solaris-thread-multi-64int/XML/Parser.pm
    43 file path=usr/perl5/vendor_perl/5.12/$(PERL_A)-solaris-thread-multi-64int/XML/Parser/Encodings/Japanese_Encodings.msg
    43 file path=usr/perl5/vendor_perl/5.12/$(PERL_A)-solaris-thread-multi-64int/XML/Parser/Encodings/Japanese_Encodings.msg
    71 file path=usr/perl5/vendor_perl/5.12/$(PERL_A)-solaris-thread-multi-64int/XML/Parser/Style/Subs.pm
    71 file path=usr/perl5/vendor_perl/5.12/$(PERL_A)-solaris-thread-multi-64int/XML/Parser/Style/Subs.pm
    72 file path=usr/perl5/vendor_perl/5.12/$(PERL_A)-solaris-thread-multi-64int/XML/Parser/Style/Tree.pm
    72 file path=usr/perl5/vendor_perl/5.12/$(PERL_A)-solaris-thread-multi-64int/XML/Parser/Style/Tree.pm
    73 file path=usr/perl5/vendor_perl/5.12/$(PERL_A)-solaris-thread-multi-64int/auto/XML/Parser/.packlist
    73 file path=usr/perl5/vendor_perl/5.12/$(PERL_A)-solaris-thread-multi-64int/auto/XML/Parser/.packlist
    74 file path=usr/perl5/vendor_perl/5.12/$(PERL_A)-solaris-thread-multi-64int/auto/XML/Parser/Expat/Expat.bs
    74 file path=usr/perl5/vendor_perl/5.12/$(PERL_A)-solaris-thread-multi-64int/auto/XML/Parser/Expat/Expat.bs
    75 file path=usr/perl5/vendor_perl/5.12/$(PERL_A)-solaris-thread-multi-64int/auto/XML/Parser/Expat/Expat.so
    75 file path=usr/perl5/vendor_perl/5.12/$(PERL_A)-solaris-thread-multi-64int/auto/XML/Parser/Expat/Expat.so
       
    76 license xml-parser.license license=Artistic
    76 
    77 
    77 # force a dependency on the Perl runtime
    78 # force a dependency on the Perl runtime
    78 depend type=require fmri=__TBD pkg.debug.depend.file=perl-threaded \
    79 depend type=require fmri=__TBD pkg.debug.depend.file=perl-threaded \
    79     pkg.debug.depend.path=usr/perl5/5.12/bin
    80     pkg.debug.depend.path=usr/perl5/5.12/bin
    80 
    81 
       
    82 # This is additional support to base perl 5.12
       
    83 depend type=require fmri=library/perl-5/xml-parser-512
       
    84 
    81 # force a dependency on the xml-parser package
    85 # force a dependency on the xml-parser package
    82 depend type=require \
    86 depend type=require \
    83     fmri=library/perl-5/xml-parser@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    87     fmri=library/perl-5/xml-parser@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)