diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-20 20:22:51 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-20 20:22:51 +0000 |
commit | 44e5fa690846da1cc97238ccabe3e91c5abba820 (patch) | |
tree | 853e043fcd70a6100824165478323ab975c78df3 /textproc/p5-XML-XSLT/Makefile | |
parent | ee11bd690f694685d72adda6b985073eb437b653 (diff) | |
download | pkgsrc-44e5fa690846da1cc97238ccabe3e91c5abba820.tar.gz |
Update p5-XML-XSLT to 0.48.
Major changes since 0.32:
* Fixed select on "comment()" "processing-instruction()" etc
* Added test for select
* More attribute tests
* Added test for xsl:copy
* 'use-attribute-sets' works in xsl:copy and recursively
* Allowed both name and match attributes in templates
* Lost redefinition warning with perl 5.8
* Added ChangeLog.xsl as an example to transform the output of cvs2pl
* Added the manpage as an example
* Started to properly implement omit-xml-declaration
* Added the modules own documentation as an example
* Updated pod
* added test for <xsl:text>
* Stylesheet whitespace stripping as per spec and altered tests
* First cut at cdata-section-element
* Added more accessors for object attributes
* Fixed potentially broken usage of $variables in _evaluate_template
* Implemented attribute-sets
* Added Test::More to Makefile.PL
* Added _indent and _outdent methods
* Placed __get_attribute_sets in transform()
* Rolled in various patches
* Added new tests
Diffstat (limited to 'textproc/p5-XML-XSLT/Makefile')
-rw-r--r-- | textproc/p5-XML-XSLT/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/p5-XML-XSLT/Makefile b/textproc/p5-XML-XSLT/Makefile index d367462b95a..7134aa97af0 100644 --- a/textproc/p5-XML-XSLT/Makefile +++ b/textproc/p5-XML-XSLT/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.9 2004/04/20 20:09:03 minskim Exp $ +# $NetBSD: Makefile,v 1.10 2004/04/20 20:22:51 minskim Exp $ -DISTNAME= XML-XSLT-0.32 +DISTNAME= XML-XSLT-0.48 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5xxs CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/~jstowe/XML-XSLT-0.48/ COMMENT= Perl5 module for processing XSLT PKG_INSTALLATION_TYPES= overwrite pkgviews @@ -17,6 +17,7 @@ DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww USE_BUILDLINK3= YES +USE_LANGUAGES= # empty PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/XSLT/.packlist .include "../../lang/perl5/module.mk" |