pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/libxslt Update to 1.1.3:
details: https://anonhg.NetBSD.org/pkgsrc/rev/2edc33d77d94
branches: trunk
changeset: 468894:2edc33d77d94
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Tue Feb 17 16:47:22 2004 +0000
description:
Update to 1.1.3:
Enhancements
- Rewrote the Attribute Value Template code
- new XPath compilation interfaces
- dictionnary reuses for XSLT with potential for serious performance
improvements.
- Documentations: cleanup (John Fleck and William)
- Python: patch for OS-X (Gianni Ceccarelli), enums export (Stephane bidoul)
Fixes
- portability (William Brack)
- key() in node-set() results (William)
- comment before doctype (William)
- math and node-set() problems (William)
- cdata element and default namespace (William)
- behaviour on unknown XSLT elements (Stefan Kost)
- priority of "//foo" patterns (William)
- xsl:element and xsl:attribute QName check (William)
- comments with -- (William)
- attribute namespace (William)
- check for ?> in PI (William)
diffstat:
textproc/libxslt/Makefile | 7 ++++---
textproc/libxslt/PLIST | 12 +++++++++---
textproc/libxslt/distinfo | 8 ++++----
textproc/libxslt/patches/patch-aa | 10 +++++-----
4 files changed, 22 insertions(+), 15 deletions(-)
diffs (96 lines):
diff -r 35c16333b389 -r 2edc33d77d94 textproc/libxslt/Makefile
--- a/textproc/libxslt/Makefile Tue Feb 17 16:35:03 2004 +0000
+++ b/textproc/libxslt/Makefile Tue Feb 17 16:47:22 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2004/02/14 18:26:29 jmmv Exp $
+# $NetBSD: Makefile,v 1.37 2004/02/17 16:47:22 jmmv Exp $
-DISTNAME= libxslt-1.1.2
+DISTNAME= libxslt-1.1.3
PKGNAME= ${DISTNAME}
-PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxslt/1.1/}
EXTRACT_SUFX= .tar.bz2
@@ -25,6 +24,8 @@
TEST_TARGET= check
+BUILDLINK_DEPENDS.libxml2+= libxml2>=2.6.5
+
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 35c16333b389 -r 2edc33d77d94 textproc/libxslt/PLIST
--- a/textproc/libxslt/PLIST Tue Feb 17 16:35:03 2004 +0000
+++ b/textproc/libxslt/PLIST Tue Feb 17 16:47:22 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2003/12/28 10:34:37 tron Exp $
+@comment $NetBSD: PLIST,v 1.21 2004/02/17 16:47:22 jmmv Exp $
bin/xslt-config
bin/xsltproc
include/libexslt/exslt.h
@@ -28,12 +28,12 @@
lib/libexslt.la
lib/libexslt.so
lib/libexslt.so.8
-lib/libexslt.so.8.2
+lib/libexslt.so.8.3
lib/libxslt.a
lib/libxslt.la
lib/libxslt.so
lib/libxslt.so.2
-lib/libxslt.so.2.2
+lib/libxslt.so.2.3
lib/pkgconfig/libexslt.pc
lib/pkgconfig/libxslt.pc
lib/xsltConf.sh
@@ -56,7 +56,13 @@
share/doc/html/libxslt/APIfiles.html
share/doc/html/libxslt/APIfunctions.html
share/doc/html/libxslt/APIsymbols.html
+share/doc/html/libxslt/EXSLT/bugs.html
+share/doc/html/libxslt/EXSLT/docs.html
+share/doc/html/libxslt/EXSLT/downloads.html
share/doc/html/libxslt/EXSLT/exslt.html
+share/doc/html/libxslt/EXSLT/help.html
+share/doc/html/libxslt/EXSLT/index.html
+share/doc/html/libxslt/EXSLT/intro.html
share/doc/html/libxslt/FAQ.html
share/doc/html/libxslt/Libxslt-Logo-180x168.gif
share/doc/html/libxslt/Libxslt-Logo-90x34.gif
diff -r 35c16333b389 -r 2edc33d77d94 textproc/libxslt/distinfo
--- a/textproc/libxslt/distinfo Tue Feb 17 16:35:03 2004 +0000
+++ b/textproc/libxslt/distinfo Tue Feb 17 16:47:22 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2003/12/26 21:56:15 jmmv Exp $
+$NetBSD: distinfo,v 1.21 2004/02/17 16:47:23 jmmv Exp $
-SHA1 (libxslt-1.1.2.tar.bz2) = 41e7aca98fe9b10e93adf63caaa1c8daf53de00a
-Size (libxslt-1.1.2.tar.bz2) = 1699575 bytes
-SHA1 (patch-aa) = 86fdf91bf85843186f1fed59b0921cc5ec2f2da3
+SHA1 (libxslt-1.1.3.tar.bz2) = 391ca3f8263eb0050a1cd536035d1f267b7b5688
+Size (libxslt-1.1.3.tar.bz2) = 1717022 bytes
+SHA1 (patch-aa) = a974a301a984703295a455272df8cca87fa3c4c7
diff -r 35c16333b389 -r 2edc33d77d94 textproc/libxslt/patches/patch-aa
--- a/textproc/libxslt/patches/patch-aa Tue Feb 17 16:35:03 2004 +0000
+++ b/textproc/libxslt/patches/patch-aa Tue Feb 17 16:47:22 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.10 2003/12/26 21:56:15 jmmv Exp $
+$NetBSD: patch-aa,v 1.11 2004/02/17 16:47:23 jmmv Exp $
---- doc/Makefile.in.orig 2003-12-24 08:15:27.000000000 -0600
+--- doc/Makefile.in.orig 2004-02-16 16:00:13.000000000 +0100
+++ doc/Makefile.in
@@ -86,7 +86,7 @@ F77 = @F77@
GCJ = @GCJ@
@@ -26,6 +26,6 @@
-TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)/html
+TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)
- PAGES = API.html bugs.html contribs.html docs.html downloads.html \
- help.html index.html intro.html news.html xsltproc2.html FAQ.html
-
+ PAGES = API.html bugs.html contribs.html FAQ.html docs.html \
+ downloads.html help.html index.html intro.html news.html \
+ xsltproc2.html
Home |
Main Index |
Thread Index |
Old Index