diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-08-15 06:53:16 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-08-15 06:53:16 +0000 |
commit | 093894cbe5b09e57a3fc33339cf63eae6ce8d8f8 (patch) | |
tree | 0310fe783ac49a55ce65417dc7232074075a8caa /textproc/p5-XML-Compile | |
parent | 136c4abdfa4cc39a37d9c7a5d91290f1aec5acc9 (diff) | |
download | ports-093894cbe5b09e57a3fc33339cf63eae6ce8d8f8.tar.gz ports-093894cbe5b09e57a3fc33339cf63eae6ce8d8f8.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-Compile')
-rw-r--r-- | textproc/p5-XML-Compile/Makefile | 12 | ||||
-rw-r--r-- | textproc/p5-XML-Compile/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-XML-Compile/pkg-plist | 10 |
3 files changed, 21 insertions, 7 deletions
diff --git a/textproc/p5-XML-Compile/Makefile b/textproc/p5-XML-Compile/Makefile index dd09ae5f9130..3e488a5d14cf 100644 --- a/textproc/p5-XML-Compile/Makefile +++ b/textproc/p5-XML-Compile/Makefile @@ -6,24 +6,28 @@ # PORTNAME= XML-Compile -PORTVERSION= 0.17 +PORTVERSION= 0.51 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML PKGNAMEPREFIX= p5- -MAINTAINER= tjs@cdpa.nsysu.edu.tw +MAINTAINER= clsung@FreeBSD.org COMMENT= Compilation based XML processing -RUN_DEPENDS= p5-XML-LibXML>=1.61:${PORTSDIR}/textproc/p5-XML-LibXML \ +RUN_DEPENDS= p5-XML-LibXML>=1.63:${PORTSDIR}/textproc/p5-XML-LibXML \ p5-Data-Dump-Streamer>=2.03:${PORTSDIR}/devel/p5-Data-Dump-Streamer \ - p5-Math-BigInt>=1.77:${PORTSDIR}/math/p5-Math-BigInt + p5-Math-BigInt>=1.77:${PORTSDIR}/math/p5-Math-BigInt \ + p5-Log-Report>=0.09:${PORTSDIR}/devel/p5-Log-Report BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes MAN3= XML::Compile.3 XML::Compile::SOAP::Operation.3 \ + XML::Compile::SOAP.3 XML::Compile::SOAP::SOAP11.3 \ + XML::Compile::SOAP::SOAP12.3 \ XML::Compile::Dumper.3 XML::Compile::Schema.3 \ + XML::Compile::Iterator.3 XML::Compile::Util.3 \ XML::Compile::Schema::BuiltInFacets.3 \ XML::Compile::Schema::BuiltInTypes.3 \ XML::Compile::Schema::Instance.3 \ diff --git a/textproc/p5-XML-Compile/distinfo b/textproc/p5-XML-Compile/distinfo index df165e7c6d56..5a94f53f8a75 100644 --- a/textproc/p5-XML-Compile/distinfo +++ b/textproc/p5-XML-Compile/distinfo @@ -1,3 +1,3 @@ -MD5 (XML-Compile-0.17.tar.gz) = 479595e83ec4832611698f217b238261 -SHA256 (XML-Compile-0.17.tar.gz) = 97e02e97861f7bdf252652074de97c9e7c253af08135e48d1e1c2c9caa086398 -SIZE (XML-Compile-0.17.tar.gz) = 115130 +MD5 (XML-Compile-0.51.tar.gz) = 0f3f2b84a97304d3f795b3e86888ab5a +SHA256 (XML-Compile-0.51.tar.gz) = f27f24c868f7640b35073445aac10e633de5245e5db65c90cd3526241f308509 +SIZE (XML-Compile-0.51.tar.gz) = 142482 diff --git a/textproc/p5-XML-Compile/pkg-plist b/textproc/p5-XML-Compile/pkg-plist index 3d03b763f172..0dc7c1251d62 100644 --- a/textproc/p5-XML-Compile/pkg-plist +++ b/textproc/p5-XML-Compile/pkg-plist @@ -4,8 +4,16 @@ %%SITE_PERL%%/XML/Compile.pod %%SITE_PERL%%/XML/Compile/Dumper.pm %%SITE_PERL%%/XML/Compile/Dumper.pod +%%SITE_PERL%%/XML/Compile/Iterator.pm +%%SITE_PERL%%/XML/Compile/Iterator.pod +%%SITE_PERL%%/XML/Compile/SOAP.pm +%%SITE_PERL%%/XML/Compile/SOAP.pod %%SITE_PERL%%/XML/Compile/SOAP/Operation.pm %%SITE_PERL%%/XML/Compile/SOAP/Operation.pod +%%SITE_PERL%%/XML/Compile/SOAP/SOAP11.pm +%%SITE_PERL%%/XML/Compile/SOAP/SOAP11.pod +%%SITE_PERL%%/XML/Compile/SOAP/SOAP12.pm +%%SITE_PERL%%/XML/Compile/SOAP/SOAP12.pod %%SITE_PERL%%/XML/Compile/Schema.pm %%SITE_PERL%%/XML/Compile/Schema.pod %%SITE_PERL%%/XML/Compile/Schema/BuiltInFacets.pm @@ -26,6 +34,8 @@ %%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/Util.pm +%%SITE_PERL%%/XML/Compile/Util.pod %%SITE_PERL%%/XML/Compile/WSDL.pm %%SITE_PERL%%/XML/Compile/WSDL.pod @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile |