diff options
author | recht <recht> | 2005-03-21 23:30:51 +0000 |
---|---|---|
committer | recht <recht> | 2005-03-21 23:30:51 +0000 |
commit | 62689013aa463a35ecdc32da71988bde80de77f1 (patch) | |
tree | 51a83c0e5cde4891e9bbffc32b86ff0e8361c608 /textproc | |
parent | 91b50b5e3f2c15faa7b97877dc917bde301aa08a (diff) | |
download | pkgsrc-62689013aa463a35ecdc32da71988bde80de77f1.tar.gz |
update to libxslt-1.1.13
1.1.13: Mar 13 2005:
- build fixes: 64bits cleanup (William Brack), python 2.4 test (William),
LIBXSLT_VERSION_EXTRA on Windows (William), Windows makefiles fixes
(Joel Reed), libgcrypt-devel requires for RPM spec.
- bug fixes: exslt day-of-week-in-month (Sal Paradise), xsl:call-template
should not change the current template rule (William Brack), evaluation
of global variables (William Brack), RVT's in XPath predicates (William),
namespace URI on template names (Mark Vakoc), stat() for Windows patch
(Aleksey Gurtovoy), pattern expression fixes (William Brack), out of
memory detection misses (William), parserOptions propagation (William),
exclude-result-prefixes fix (William), // patten fix (William).
- extensions: module support (Joel Reed), dictionnary based speedups
trying to get rid of xmlStrEqual as much as possible.
- documentation: added Wiki (Joel Reed)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxslt/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxslt/distinfo | 10 | ||||
-rw-r--r-- | textproc/libxslt/patches/patch-aa | 24 |
3 files changed, 19 insertions, 19 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 57b066fdc65..574610d96c0 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.53 2004/12/30 16:42:22 tron Exp $ +# $NetBSD: Makefile,v 1.54 2005/03/21 23:30:51 recht Exp $ -DISTNAME= libxslt-1.1.12 +DISTNAME= libxslt-1.1.13 PKGNAME= ${DISTNAME} CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxslt/1.1/} diff --git a/textproc/libxslt/distinfo b/textproc/libxslt/distinfo index fea6fefd03f..98a30caaa5f 100644 --- a/textproc/libxslt/distinfo +++ b/textproc/libxslt/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.33 2005/03/20 10:45:48 recht Exp $ +$NetBSD: distinfo,v 1.34 2005/03/21 23:30:51 recht Exp $ -SHA1 (libxslt-1.1.12.tar.bz2) = 60fcd3d79fca9a499096fdf51c41ea2c4ecb387e -RMD160 (libxslt-1.1.12.tar.bz2) = a601ace751bcc98e6ebc6a60c7f3bb4553917c04 -Size (libxslt-1.1.12.tar.bz2) = 1778551 bytes -SHA1 (patch-aa) = 89c136b41e69b3256291325320d0fa3efbf4f42c +SHA1 (libxslt-1.1.13.tar.bz2) = 09c3788bf50d65ada6ea56d87a55a8b438ba01e5 +RMD160 (libxslt-1.1.13.tar.bz2) = 87310c063f70f8c6155525fbc03d36b54530b323 +Size (libxslt-1.1.13.tar.bz2) = 1812311 bytes +SHA1 (patch-aa) = 75fb3542d881d77d19844f160857e2008056af0f SHA1 (patch-ab) = b1acdc7cadeead599110f3e8185d8469947bae54 diff --git a/textproc/libxslt/patches/patch-aa b/textproc/libxslt/patches/patch-aa index 657eb57eccd..2ce7a02687a 100644 --- a/textproc/libxslt/patches/patch-aa +++ b/textproc/libxslt/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.14 2004/10/31 11:01:23 recht Exp $ +$NetBSD: patch-aa,v 1.15 2005/03/21 23:30:51 recht Exp $ ---- doc/Makefile.in.orig Fri Oct 29 17:07:05 2004 -+++ doc/Makefile.in Sun Oct 31 11:49:12 2004 -@@ -83,7 +83,7 @@ +--- doc/Makefile.in.orig Sun Mar 13 20:45:10 2005 ++++ doc/Makefile.in Tue Mar 22 00:17:59 2005 +@@ -84,7 +84,7 @@ EXTRA_LIBS = @EXTRA_LIBS@ F77 = @F77@ FFLAGS = @FFLAGS@ @@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.14 2004/10/31 11:01:23 recht Exp $ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ -@@ -202,7 +202,7 @@ +@@ -210,7 +210,7 @@ target_alias = @target_alias@ # The name of the module. @@ -20,7 +20,7 @@ $NetBSD: patch-aa,v 1.14 2004/10/31 11:01:23 recht Exp $ # The top-level SGML file. DOC_MAIN_XML_FILE = libxslt.xml -@@ -212,7 +212,7 @@ +@@ -220,7 +220,7 @@ # A file in win32 depends upon two of the doc files WIN32_DIR = $(top_srcdir)/win32 @@ -29,7 +29,7 @@ $NetBSD: patch-aa,v 1.14 2004/10/31 11:01:23 recht Exp $ PAGES = API.html bugs.html contribs.html FAQ.html docs.html \ downloads.html help.html index.html intro.html news.html \ xsltproc2.html -@@ -483,9 +483,9 @@ +@@ -493,9 +493,9 @@ $(EPAGES): EXSLT/exslt.html $(srcdir)/site.xsl -@(if [ ! -d EXSLT/html ] ; then \ mkdir -p EXSLT/html ; fi ) @@ -41,7 +41,7 @@ $NetBSD: patch-aa,v 1.14 2004/10/31 11:01:23 recht Exp $ --stringparam dirname EXSLT/ \ --stringparam libname libexslt \ --stringparam logo_base ../ \ -@@ -496,20 +496,20 @@ +@@ -506,20 +506,20 @@ $(bindir)/xmllint --nonet --valid --noout $(EPAGES) ; fi ); ../NEWS: $(srcdir)/news.xsl news.html @@ -68,7 +68,7 @@ $NetBSD: patch-aa,v 1.14 2004/10/31 11:01:23 recht Exp $ $(srcdir)/api.xsl \ xslt.html ; fi ); -@(if [ -x $(bindir)/xmllint ] ; then \ -@@ -517,9 +517,9 @@ +@@ -527,9 +527,9 @@ $(bindir)/xmllint --nonet --valid --noout API*.html; fi ); $(EAPIPAGES): EXSLT/libexslt-refs.xml site.xsl api.xsl @@ -80,7 +80,7 @@ $NetBSD: patch-aa,v 1.14 2004/10/31 11:01:23 recht Exp $ --stringparam libname libexslt \ --stringparam dirname EXSLT/ \ --stringparam logo_base ../ \ -@@ -527,9 +527,9 @@ +@@ -537,9 +537,9 @@ EXSLT/exslt.html ; fi ); html/index.html: libxslt-api.xml $(srcdir)/newapi.xsl @@ -92,7 +92,7 @@ $NetBSD: patch-aa,v 1.14 2004/10/31 11:01:23 recht Exp $ $(srcdir)/newapi.xsl libxslt-api.xml ; fi ); -@(if [ -x $(bindir)/xmllint ] ; then \ echo "Validating the resulting XHTML pages" ; \ -@@ -537,9 +537,9 @@ +@@ -552,9 +552,9 @@ EXSLT/html/index.html: EXSLT/libexslt-api.xml \ $(srcdir)/newapi.xsl @@ -104,7 +104,7 @@ $NetBSD: patch-aa,v 1.14 2004/10/31 11:01:23 recht Exp $ --stringparam libname libexslt \ --stringparam dirname EXSLT/ \ --stringparam logo_base ../../ \ -@@ -561,22 +561,22 @@ +@@ -576,22 +576,22 @@ # Note that in the following, xmllint output is piped to xsltproc search.php: $(srcdir)/api.xsl $(srcdir)/site.xsl $(srcdir)/search.templ \ $(srcdir)/search.xml $(srcdir)/search.php.inc |