components/perl_modules/xml-simple/xml-simple-512.p5m
branchs11u1-sru
changeset 2650 4d6a58429fb1
parent 464 08f94c414553
equal deleted inserted replaced
2641:d4f4b5fe93f0 2650:4d6a58429fb1
    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, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2013, 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 
    25 set name=pkg.fmri value=pkg:/library/perl-5/xml-simple-512@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.fmri value=pkg:/library/perl-5/xml-simple-512@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.summary value="XML::Simple - Easy API to maintain XML (esp config files)"
    27 set name=pkg.summary \
       
    28     value="XML::Simple - Easy API to maintain XML (esp config files)"
    27 set name=pkg.description value="The XML::Simple module provides a simple API layer on top of an underlying XML parsing module (either XML::Parser or one of the SAX2 parser modules)."
    29 set name=pkg.description value="The XML::Simple module provides a simple API layer on top of an underlying XML parsing module (either XML::Parser or one of the SAX2 parser modules)."
    28 set name=info.classification value="org.opensolaris.category.2008:Development/Perl"
    30 set name=info.classification \
       
    31     value="org.opensolaris.category.2008:Development/Perl"
    29 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    32 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    30 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    31 set name=org.opensolaris.arc-caseid \
    34 set name=org.opensolaris.arc-caseid value=LSARC/2004/251
    32     value=LSARC/2004/251
       
    33 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    35 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    34 
    36 
    35 license xml-simple.license license='Artistic'
    37 license xml-simple.license license='Artistic'
       
    38 
       
    39 depend type=require fmri=library/perl-5/xml-parser-512
       
    40 
       
    41 # force a dependency on the Perl runtime
       
    42 depend type=require fmri=__TBD pkg.debug.depend.file=perl \
       
    43     pkg.debug.depend.path=usr/perl5/5.12/bin
       
    44 
       
    45 # force a dependency on the xml-simple package
       
    46 depend type=require \
       
    47     fmri=library/perl-5/xml-simple@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    36 
    48 
    37 dir path=usr
    49 dir path=usr
    38 dir path=usr/perl5
    50 dir path=usr/perl5
    39 dir path=usr/perl5/5.12
    51 dir path=usr/perl5/5.12
    40 dir path=usr/perl5/5.12/lib
    52 dir path=usr/perl5/5.12/lib
    55 file path=usr/perl5/vendor_perl/5.12/XML/Simple.pm
    67 file path=usr/perl5/vendor_perl/5.12/XML/Simple.pm
    56 file path=usr/perl5/vendor_perl/5.12/XML/Simple/FAQ.pod
    68 file path=usr/perl5/vendor_perl/5.12/XML/Simple/FAQ.pod
    57 file path=usr/perl5/vendor_perl/5.12/$(PERL_ARCH)/auto/XML/Simple/.packlist
    69 file path=usr/perl5/vendor_perl/5.12/$(PERL_ARCH)/auto/XML/Simple/.packlist
    58 link path=usr/share/man/man3/XML::Simple.3 target=../../../perl5/5.12/man/man3/XML::Simple.3
    70 link path=usr/share/man/man3/XML::Simple.3 target=../../../perl5/5.12/man/man3/XML::Simple.3
    59 link path=usr/share/man/man3/XML::Simple::FAQ.3 target=../../../perl5/5.12/man/man3/XML::Simple::FAQ.3
    71 link path=usr/share/man/man3/XML::Simple::FAQ.3 target=../../../perl5/5.12/man/man3/XML::Simple::FAQ.3
    60 depend fmri=library/perl-5/[email protected] type=optional
       
    61 depend fmri=library/perl-5/xml-parser-512 type=require