summaryrefslogtreecommitdiff
path: root/textproc/libxslt
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-02-17 16:47:22 +0000
committerjmmv <jmmv@pkgsrc.org>2004-02-17 16:47:22 +0000
commitc3cc7d33d2af10bccb55dad459aaa45ade2b8fc3 (patch)
tree768849e725545d217df886ab7fe5fdd298b55d21 /textproc/libxslt
parent7f84fef77a73527bccebb9a91813d92c43bc6abb (diff)
downloadpkgsrc-c3cc7d33d2af10bccb55dad459aaa45ade2b8fc3.tar.gz
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 (limited to 'textproc/libxslt')
-rw-r--r--textproc/libxslt/Makefile7
-rw-r--r--textproc/libxslt/PLIST12
-rw-r--r--textproc/libxslt/distinfo8
-rw-r--r--textproc/libxslt/patches/patch-aa10
4 files changed, 22 insertions, 15 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile
index 223939156c1..3f912fcb778 100644
--- a/textproc/libxslt/Makefile
+++ b/textproc/libxslt/Makefile
@@ -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 @@ CONFIGURE_ARGS+= --without-python
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 --git a/textproc/libxslt/PLIST b/textproc/libxslt/PLIST
index a25e3cccb4e..3ea93a91f81 100644
--- a/textproc/libxslt/PLIST
+++ b/textproc/libxslt/PLIST
@@ -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.a
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/APIconstructors.html
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 --git a/textproc/libxslt/distinfo b/textproc/libxslt/distinfo
index 14281e43c14..7545509f821 100644
--- a/textproc/libxslt/distinfo
+++ b/textproc/libxslt/distinfo
@@ -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 --git a/textproc/libxslt/patches/patch-aa b/textproc/libxslt/patches/patch-aa
index 6f243032b44..c2d48feea4e 100644
--- a/textproc/libxslt/patches/patch-aa
+++ b/textproc/libxslt/patches/patch-aa
@@ -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 @@ $NetBSD: patch-aa,v 1.10 2003/12/26 21:56:15 jmmv Exp $
-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