mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 0.90
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog
This commit is contained in:
parent
4b96595a45
commit
d3a1883e89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217742
3 changed files with 19 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= XML-Compile
|
||||
PORTVERSION= 0.86
|
||||
PORTVERSION= 0.90
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -25,8 +25,8 @@ PERL_CONFIGURE= 5.8.0+
|
|||
|
||||
MAN1= xml2yaml.1 schema2example.1
|
||||
MAN3= XML::Compile.3 \
|
||||
XML::Compile::Schema.3 \
|
||||
XML::Compile::Iterator.3 XML::Compile::Util.3 \
|
||||
XML::Compile::Schema.3 \
|
||||
XML::Compile::Schema::BuiltInFacets.3 \
|
||||
XML::Compile::Schema::BuiltInTypes.3 \
|
||||
XML::Compile::Schema::Instance.3 \
|
||||
|
@ -35,6 +35,10 @@ MAN3= XML::Compile.3 \
|
|||
XML::Compile::Schema::Template.3 \
|
||||
XML::Compile::Schema::Translate.3 \
|
||||
XML::Compile::Schema::XmlReader.3 \
|
||||
XML::Compile::Schema::XmlWriter.3
|
||||
XML::Compile::Schema::XmlWriter.3 \
|
||||
XML::Compile::Translate.3 \
|
||||
XML::Compile::Translate::Reader.3 \
|
||||
XML::Compile::Translate::Template.3 \
|
||||
XML::Compile::Translate::Writer.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (XML-Compile-0.86.tar.gz) = cee7bdbec3b0f1c7b6ad52d7d62d5d1f
|
||||
SHA256 (XML-Compile-0.86.tar.gz) = 9fb60b9d225e8988584e35b106de1f6ddfc1b848f9fbf61502b8e8bacdc48961
|
||||
SIZE (XML-Compile-0.86.tar.gz) = 146061
|
||||
MD5 (XML-Compile-0.90.tar.gz) = 3cb43e3eebe344a445eafba83a3568e9
|
||||
SHA256 (XML-Compile-0.90.tar.gz) = ce667b65ff0459b36a050f6db6e0e74408c3f2801ad333be83bb7b189dff6261
|
||||
SIZE (XML-Compile-0.90.tar.gz) = 187986
|
||||
|
|
|
@ -26,6 +26,14 @@ bin/schema2example
|
|||
%%SITE_PERL%%/XML/Compile/Schema/XmlReader.pod
|
||||
%%SITE_PERL%%/XML/Compile/Schema/XmlWriter.pm
|
||||
%%SITE_PERL%%/XML/Compile/Schema/XmlWriter.pod
|
||||
%%SITE_PERL%%/XML/Compile/Translate.pm
|
||||
%%SITE_PERL%%/XML/Compile/Translate.pod
|
||||
%%SITE_PERL%%/XML/Compile/Translate/Reader.pm
|
||||
%%SITE_PERL%%/XML/Compile/Translate/Reader.pod
|
||||
%%SITE_PERL%%/XML/Compile/Translate/Template.pm
|
||||
%%SITE_PERL%%/XML/Compile/Translate/Template.pod
|
||||
%%SITE_PERL%%/XML/Compile/Translate/Writer.pm
|
||||
%%SITE_PERL%%/XML/Compile/Translate/Writer.pod
|
||||
%%SITE_PERL%%/XML/Compile/Util.pm
|
||||
%%SITE_PERL%%/XML/Compile/Util.pod
|
||||
%%SITE_PERL%%/XML/Compile/xsd/1998-namespace.xsd
|
||||
|
@ -39,6 +47,7 @@ bin/schema2example
|
|||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML
|
||||
@dirrmtry %%SITE_PERL%%/XML/Compile/xsd
|
||||
@dirrmtry %%SITE_PERL%%/XML/Compile/Translate
|
||||
@dirrmtry %%SITE_PERL%%/XML/Compile/Schema
|
||||
@dirrmtry %%SITE_PERL%%/XML/Compile
|
||||
@dirrmtry %%SITE_PERL%%/XML
|
||||
|
|
Loading…
Add table
Reference in a new issue