summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-05-20 05:46:20 +0000
committerwiz <wiz@pkgsrc.org>2003-05-20 05:46:20 +0000
commitb677fcc7e8f3ceba1fd0793a359fb95fb5f46c32 (patch)
tree2a87f203d074d4cf93a098518b846ccbbc57b7c2
parente3d39266ce57aa7b53847fc2d35d056165153242 (diff)
downloadpkgsrc-b677fcc7e8f3ceba1fd0793a359fb95fb5f46c32.tar.gz
Update to 1.0.30, from Juan RP in PR 21624.
1.0.30: May 4 2003: - Fixes and new APIs to handle Result Value Trees and avoid leaks - Fixes for: EXSLT math pow() function (Charles Bozeman), global parameter and global variables mismatch, a segfault on pattern compilation errors, namespace copy in xsl:copy-of, python generator problem, OpenVMS trio update, premature call to xsltFreeStackElem (Igor), current node when templates applies to attributes
-rw-r--r--textproc/libxslt/Makefile5
-rw-r--r--textproc/libxslt/PLIST9
-rw-r--r--textproc/libxslt/distinfo8
-rw-r--r--textproc/libxslt/patches/patch-ab16
4 files changed, 19 insertions, 19 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile
index 8409032d7dc..3a5231618a0 100644
--- a/textproc/libxslt/Makefile
+++ b/textproc/libxslt/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2003/05/02 11:56:31 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2003/05/20 05:46:20 wiz Exp $
-DISTNAME= libxslt-1.0.29
-PKGREVISION= 1
+DISTNAME= libxslt-1.0.30
PKGNAME= ${DISTNAME}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxslt/1.0/}
diff --git a/textproc/libxslt/PLIST b/textproc/libxslt/PLIST
index 4a2df84d884..baae11dce54 100644
--- a/textproc/libxslt/PLIST
+++ b/textproc/libxslt/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2003/04/10 09:44:45 wiz Exp $
+@comment $NetBSD: PLIST,v 1.14 2003/05/20 05:46:21 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.19
+lib/libexslt.so.7.20
lib/libxslt.a
lib/libxslt.la
lib/libxslt.so
lib/libxslt.so.1
-lib/libxslt.so.1.29
+lib/libxslt.so.1.30
lib/libxsltbreakpoint.a
lib/libxsltbreakpoint.la
lib/libxsltbreakpoint.so
@@ -69,7 +69,6 @@ share/doc/html/libxslt/downloads.html
share/doc/html/libxslt/extensions.html
share/doc/html/libxslt/help.html
share/doc/html/libxslt/index.html
-share/doc/html/libxslt/index.sgml
share/doc/html/libxslt/internals.html
share/doc/html/libxslt/intro.html
share/doc/html/libxslt/libxslt-attributes.html
@@ -80,12 +79,14 @@ share/doc/html/libxslt/libxslt-keys.html
share/doc/html/libxslt/libxslt-lib.html
share/doc/html/libxslt/libxslt-namespaces.html
share/doc/html/libxslt/libxslt-notes.html
+share/doc/html/libxslt/libxslt-numbersInternals.html
share/doc/html/libxslt/libxslt-numbersinternals.html
share/doc/html/libxslt/libxslt-pattern.html
share/doc/html/libxslt/libxslt-templates.html
share/doc/html/libxslt/libxslt-transform.html
share/doc/html/libxslt/libxslt-variables.html
share/doc/html/libxslt/libxslt-xslt.html
+share/doc/html/libxslt/libxslt-xsltInternals.html
share/doc/html/libxslt/libxslt-xsltinternals.html
share/doc/html/libxslt/libxslt-xsltutils.html
share/doc/html/libxslt/news.html
diff --git a/textproc/libxslt/distinfo b/textproc/libxslt/distinfo
index c3fccb15cd1..8d565069b87 100644
--- a/textproc/libxslt/distinfo
+++ b/textproc/libxslt/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2003/04/10 09:44:45 wiz Exp $
+$NetBSD: distinfo,v 1.15 2003/05/20 05:46:21 wiz Exp $
-SHA1 (libxslt-1.0.29.tar.gz) = 2368f69f78416ac97f849a99a745cbfb77085144
-Size (libxslt-1.0.29.tar.gz) = 2264275 bytes
+SHA1 (libxslt-1.0.30.tar.gz) = f5d3e61235ac04f5aa92e7518f4a847bd6e5719e
+Size (libxslt-1.0.30.tar.gz) = 2290560 bytes
SHA1 (patch-aa) = ec600d4e4aceb165965a682f880a1c5e4dea7504
-SHA1 (patch-ab) = ccafd82dabe230924c764f0e07e1eda3d4297693
+SHA1 (patch-ab) = 251f4335b1c0d5fbe7ca6c57b9a3c405519262ab
diff --git a/textproc/libxslt/patches/patch-ab b/textproc/libxslt/patches/patch-ab
index 788bd2f1aa7..d8ba85443b1 100644
--- a/textproc/libxslt/patches/patch-ab
+++ b/textproc/libxslt/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.8 2003/04/10 09:44:46 wiz Exp $
+$NetBSD: patch-ab,v 1.9 2003/05/20 05:46:21 wiz Exp $
---- doc/Makefile.in.orig Tue Apr 1 15:39:42 2003
-+++ doc/Makefile.in
-@@ -131,7 +131,7 @@ EXTRA_DIST = \
+--- doc/Makefile.in.orig 2003-05-20 02:00:30.000000000 +0200
++++ doc/Makefile.in 2003-05-20 02:01:43.000000000 +0200
+@@ -131,7 +131,7 @@
# The name of the module.
@@ -10,8 +10,8 @@ $NetBSD: patch-ab,v 1.8 2003/04/10 09:44:46 wiz Exp $
+DOC_MODULE = libxslt
# The top-level SGML file.
- DOC_MAIN_SGML_FILE = libxslt.sgml
-@@ -139,9 +139,9 @@ DOC_MAIN_SGML_FILE = libxslt.sgml
+ DOC_MAIN_XML_FILE = libxslt.xml
+@@ -139,9 +139,9 @@
# The directory containing the source code (if it contains documentation).
DOC_SOURCE_DIR = ..
@@ -23,11 +23,11 @@ $NetBSD: patch-ab,v 1.8 2003/04/10 09:44:46 wiz Exp $
PAGES = API.html bugs.html contribs.html docs.html downloads.html \
help.html index.html intro.html news.html xsltproc2.html FAQ.html
-@@ -366,7 +366,6 @@ install-data-local:
+@@ -366,7 +366,6 @@
-@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 news.xsl xsa.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/*.png tutorial/libxslt*) | (cd $(distdir); tar xf -)