pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update p5-XML-XSLT to 0.48.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6510ca8d2d27
branches:  trunk
changeset: 473552:6510ca8d2d27
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Apr 20 20:22:51 2004 +0000

description:
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:

 doc/CHANGES                   |  3 ++-
 doc/TODO                      |  3 +--
 textproc/p5-XML-XSLT/Makefile |  7 ++++---
 textproc/p5-XML-XSLT/distinfo |  6 +++---
 4 files changed, 10 insertions(+), 9 deletions(-)

diffs (70 lines):

diff -r 0b6f0ea30b3d -r 6510ca8d2d27 doc/CHANGES
--- a/doc/CHANGES       Tue Apr 20 20:11:34 2004 +0000
+++ b/doc/CHANGES       Tue Apr 20 20:22:51 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5691 2004/04/20 19:42:38 minskim Exp $
+$NetBSD: CHANGES,v 1.5692 2004/04/20 20:22:51 minskim Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -2193,3 +2193,4 @@
        Updated audacity to 1.2.0 [ben 2004-04-20]
        Update php4 to 4.3.6 [jdolecek 2003-04-20]
        Updated catclock to 0.0nb2 [minskim 2004-04-20]
+       Updated p5-XML-XSLT to 0.48 [minskim 2004-04-20]
diff -r 0b6f0ea30b3d -r 6510ca8d2d27 doc/TODO
--- a/doc/TODO  Tue Apr 20 20:11:34 2004 +0000
+++ b/doc/TODO  Tue Apr 20 20:22:51 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.1647 2004/04/20 14:59:08 markd Exp $
+$NetBSD: TODO,v 1.1648 2004/04/20 20:22:51 minskim Exp $
 
 Suggested new packages
 ======================
@@ -296,7 +296,6 @@
        o p5-Term-Readline-1.14 [pkg/25163]
        o p5-XML-Path-1.13 [pkg/24998]
        o p5-XML-Writer-0.500 [pkg/24903]
-       o p5-XML-XSLT-0.47
        o pdmenu-1.2.81
        o pgplot-5.2 [grant]
        o php-4.3.6
diff -r 0b6f0ea30b3d -r 6510ca8d2d27 textproc/p5-XML-XSLT/Makefile
--- a/textproc/p5-XML-XSLT/Makefile     Tue Apr 20 20:11:34 2004 +0000
+++ b/textproc/p5-XML-XSLT/Makefile     Tue Apr 20 20:22:51 2004 +0000
@@ -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@localhost
+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-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"
diff -r 0b6f0ea30b3d -r 6510ca8d2d27 textproc/p5-XML-XSLT/distinfo
--- a/textproc/p5-XML-XSLT/distinfo     Tue Apr 20 20:11:34 2004 +0000
+++ b/textproc/p5-XML-XSLT/distinfo     Tue Apr 20 20:22:51 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2002/01/10 14:20:11 wiz Exp $
+$NetBSD: distinfo,v 1.3 2004/04/20 20:22:51 minskim Exp $
 
-SHA1 (XML-XSLT-0.32.tar.gz) = 4c754c5432875b013db9267b75d7a582932ebb53
-Size (XML-XSLT-0.32.tar.gz) = 236772 bytes
+SHA1 (XML-XSLT-0.48.tar.gz) = 10beeeaa1da815f6ed202c0824249916f2b2c36d
+Size (XML-XSLT-0.48.tar.gz) = 263458 bytes



Home | Main Index | Thread Index | Old Index