diff options
author | clsung <clsung@FreeBSD.org> | 2008-07-28 18:50:38 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2008-07-28 18:50:38 +0800 |
commit | 35ae15d9fb62f78b43b862d6c196c2bd05988078 (patch) | |
tree | 5464f31102825bb18c207169564a6183cae3909c /textproc | |
parent | cb9474cd92f7b73d073e59418cf84e80e1d178e9 (diff) | |
download | freebsd-ports-graphics-35ae15d9fb62f78b43b862d6c196c2bd05988078.tar.gz freebsd-ports-graphics-35ae15d9fb62f78b43b862d6c196c2bd05988078.tar.zst freebsd-ports-graphics-35ae15d9fb62f78b43b862d6c196c2bd05988078.zip |
- Update to 0.90
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Compile/Makefile | 10 | ||||
-rw-r--r-- | textproc/p5-XML-Compile/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-XML-Compile/pkg-plist | 9 |
3 files changed, 19 insertions, 6 deletions
diff --git a/textproc/p5-XML-Compile/Makefile b/textproc/p5-XML-Compile/Makefile index c8f8d2a5b95..60c951ac74e 100644 --- a/textproc/p5-XML-Compile/Makefile +++ b/textproc/p5-XML-Compile/Makefile @@ -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> diff --git a/textproc/p5-XML-Compile/distinfo b/textproc/p5-XML-Compile/distinfo index 75383878814..44cd15c54e7 100644 --- a/textproc/p5-XML-Compile/distinfo +++ b/textproc/p5-XML-Compile/distinfo @@ -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 diff --git a/textproc/p5-XML-Compile/pkg-plist b/textproc/p5-XML-Compile/pkg-plist index 9878b908f6e..b6cd4925c78 100644 --- a/textproc/p5-XML-Compile/pkg-plist +++ b/textproc/p5-XML-Compile/pkg-plist @@ -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 |