diff options
author | wiz <wiz> | 2003-04-10 09:44:45 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-04-10 09:44:45 +0000 |
commit | 98fa53e4fe37d59410db0b0699b64cac78693234 (patch) | |
tree | 0c7d8232d7434584e958ea487648682f95caa958 /textproc/libxslt | |
parent | e20bb7cf2b15d66744cfc817547d620971249e39 (diff) | |
download | pkgsrc-98fa53e4fe37d59410db0b0699b64cac78693234.tar.gz |
Update to 1.0.29:
1.0.29: Apr 1 2003:
- performance improvements especially for large flat documents
- bug fixes: Result Value Tree handling, XML IDs, keys(), extra namespace
declarations with xsl:elements.
- portability: python and trio fixes (Albert Chin), python on Solaris
(Ben Phillips)
1.0.28: Mar 24 2003:
- fixed node() in patterns semantic.
- fixed a memory access problem in format-number()
- fixed stack overflow in recursive global variable or params
- cleaned up Result Value Tree handling, and fixed a couple of old bugs
in the process
Diffstat (limited to 'textproc/libxslt')
-rw-r--r-- | textproc/libxslt/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxslt/PLIST | 6 | ||||
-rw-r--r-- | textproc/libxslt/distinfo | 10 | ||||
-rw-r--r-- | textproc/libxslt/patches/patch-aa | 6 | ||||
-rw-r--r-- | textproc/libxslt/patches/patch-ab | 12 |
5 files changed, 19 insertions, 19 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 53514e47aaa..42f1e9f5bda 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2003/03/04 16:54:39 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2003/04/10 09:44:45 wiz Exp $ -DISTNAME= libxslt-1.0.27 +DISTNAME= libxslt-1.0.29 PKGNAME= ${DISTNAME} CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxslt/1.0/} diff --git a/textproc/libxslt/PLIST b/textproc/libxslt/PLIST index d99e7b34636..4a2df84d884 100644 --- a/textproc/libxslt/PLIST +++ b/textproc/libxslt/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2003/03/04 16:54:39 wiz Exp $ +@comment $NetBSD: PLIST,v 1.13 2003/04/10 09:44:45 wiz Exp $ bin/xslt-config bin/xsltproc include/libexslt/exslt.h @@ -26,12 +26,12 @@ lib/libexslt.a lib/libexslt.la lib/libexslt.so lib/libexslt.so.7 -lib/libexslt.so.7.18 +lib/libexslt.so.7.19 lib/libxslt.a lib/libxslt.la lib/libxslt.so lib/libxslt.so.1 -lib/libxslt.so.1.27 +lib/libxslt.so.1.29 lib/libxsltbreakpoint.a lib/libxsltbreakpoint.la lib/libxsltbreakpoint.so diff --git a/textproc/libxslt/distinfo b/textproc/libxslt/distinfo index 06e6a2ca1c8..c3fccb15cd1 100644 --- a/textproc/libxslt/distinfo +++ b/textproc/libxslt/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2003/03/09 20:03:30 jmmv Exp $ +$NetBSD: distinfo,v 1.14 2003/04/10 09:44:45 wiz Exp $ -SHA1 (libxslt-1.0.27.tar.gz) = 557e224cd2d8f85f207b0a6e0d3c6453a0fb326b -Size (libxslt-1.0.27.tar.gz) = 2253027 bytes -SHA1 (patch-aa) = 6cefdfaf735cfac08d1f5463632938601e1ce3f2 -SHA1 (patch-ab) = 582ed6baf15abade35ccaa904f64b477ccf1b102 +SHA1 (libxslt-1.0.29.tar.gz) = 2368f69f78416ac97f849a99a745cbfb77085144 +Size (libxslt-1.0.29.tar.gz) = 2264275 bytes +SHA1 (patch-aa) = ec600d4e4aceb165965a682f880a1c5e4dea7504 +SHA1 (patch-ab) = ccafd82dabe230924c764f0e07e1eda3d4297693 diff --git a/textproc/libxslt/patches/patch-aa b/textproc/libxslt/patches/patch-aa index f384911f6d5..d8f60ba8287 100644 --- a/textproc/libxslt/patches/patch-aa +++ b/textproc/libxslt/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.6 2003/03/09 20:03:30 jmmv Exp $ +$NetBSD: patch-aa,v 1.7 2003/04/10 09:44:46 wiz Exp $ ---- libexslt/Makefile.in.orig 2003-03-09 21:00:22.000000000 +0000 +--- libexslt/Makefile.in.orig Tue Apr 1 15:39:25 2003 +++ libexslt/Makefile.in -@@ -151,8 +151,8 @@ libexslt_la_SOURCES = \ +@@ -152,8 +152,8 @@ libexslt_la_SOURCES = \ # The following DOES NOT WORK reliably. Sorry no prelinking to uninstalled # yet libraries. diff --git a/textproc/libxslt/patches/patch-ab b/textproc/libxslt/patches/patch-ab index d08d357efd7..788bd2f1aa7 100644 --- a/textproc/libxslt/patches/patch-ab +++ b/textproc/libxslt/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.7 2003/02/24 20:45:19 jmmv Exp $ +$NetBSD: patch-ab,v 1.8 2003/04/10 09:44:46 wiz Exp $ ---- doc/Makefile.in.orig 2003-02-10 18:00:22.000000000 +0100 +--- doc/Makefile.in.orig Tue Apr 1 15:39:42 2003 +++ doc/Makefile.in -@@ -128,7 +128,7 @@ EXTRA_DIST = \ +@@ -131,7 +131,7 @@ EXTRA_DIST = \ # The name of the module. @@ -11,7 +11,7 @@ $NetBSD: patch-ab,v 1.7 2003/02/24 20:45:19 jmmv Exp $ # The top-level SGML file. DOC_MAIN_SGML_FILE = libxslt.sgml -@@ -136,9 +136,9 @@ DOC_MAIN_SGML_FILE = libxslt.sgml +@@ -139,9 +139,9 @@ DOC_MAIN_SGML_FILE = libxslt.sgml # The directory containing the source code (if it contains documentation). DOC_SOURCE_DIR = .. @@ -23,11 +23,11 @@ $NetBSD: patch-ab,v 1.7 2003/02/24 20:45:19 jmmv Exp $ PAGES = API.html bugs.html contribs.html docs.html downloads.html \ help.html index.html intro.html news.html xsltproc2.html FAQ.html -@@ -353,7 +353,6 @@ install-data-local: +@@ -366,7 +366,6 @@ install-data-local: -@INSTALL@ -m 0644 $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)/tutorial -@INSTALL@ -m 0644 $(srcdir)/tutorial/* $(DESTDIR)$(TARGET_DIR)/tutorial - -(cd $(DESTDIR); gtkdoc-fixxref --module=libxslt --html-dir=$(HTML_DIR)) dist-hook: - (cd $(srcdir) ; tar cvf - *.1 *.html site.xsl *.gif html/*.html html/*.sgml tutorial/libxslt*) | (cd $(distdir); tar xf -) + (cd $(srcdir) ; tar cvf - *.1 *.html site.xsl news.xsl xsa.xsl *.gif html/*.html html/*.sgml tutorial/libxslt*) | (cd $(distdir); tar xf -) |