pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update libxslt to 1.1.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8dbf50a8ebb7
branches:  trunk
changeset: 471877:8dbf50a8ebb7
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Apr 01 15:15:19 2004 +0000

description:
Update libxslt to 1.1.5

Changes:

1.1.5: Mar 23 2004:
   - performance: use dictionnary lookup for variables
   - remove use of _private from source documents
   - cleanup of "make tests" output
   - bugfixes: AVT in local variables, use localtime_r to avoid thread
    troubles (William), dictionary handling bug (William), limited number of
    stubstitutions in AVT (William), tokenize fix for UTF-8 (William),
    superfluous namespace (William), xsltproc error code on
    <xsl:message> halt, OpenVMS fix, dictionnary reference counting
    change.

diffstat:

 doc/CHANGES                       |   4 +-
 textproc/libxslt/Makefile         |   6 ++--
 textproc/libxslt/PLIST            |   4 +-
 textproc/libxslt/distinfo         |   8 +++---
 textproc/libxslt/patches/patch-aa |  52 +++++++++++++++------------------------
 5 files changed, 31 insertions(+), 43 deletions(-)

diffs (178 lines):

diff -r ce13775360c2 -r 8dbf50a8ebb7 doc/CHANGES
--- a/doc/CHANGES       Thu Apr 01 14:38:32 2004 +0000
+++ b/doc/CHANGES       Thu Apr 01 15:15:19 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5409 2004/04/01 14:39:05 abs Exp $
+$NetBSD: CHANGES,v 1.5410 2004/04/01 15:15:19 xtraeme Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -1653,4 +1653,4 @@
        Added apache-ant15 [abs 2004-04-01]
        Updated apache-ant to 1.6.1 [abs 2004-04-01]
        Updated tscp to 1.81 [abs 2004-04-01]
-
+       Updated libxslt to 1.1.5 [xtraeme 2004-04-01]
diff -r ce13775360c2 -r 8dbf50a8ebb7 textproc/libxslt/Makefile
--- a/textproc/libxslt/Makefile Thu Apr 01 14:38:32 2004 +0000
+++ b/textproc/libxslt/Makefile Thu Apr 01 15:15:19 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2004/03/13 09:55:24 jmmv Exp $
+# $NetBSD: Makefile,v 1.41 2004/04/01 15:15:19 xtraeme Exp $
 
-DISTNAME=      libxslt-1.1.4
+DISTNAME=      libxslt-1.1.5
 PKGNAME=       ${DISTNAME}
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libxslt/1.1/}
@@ -26,7 +26,7 @@
 
 TEST_TARGET=           check
 
-BUILDLINK_DEPENDS.libxml2+=    libxml2>=2.6.5
+BUILDLINK_DEPENDS.libxml2+=    libxml2>=2.6.8
 
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../lang/perl5/buildlink3.mk"
diff -r ce13775360c2 -r 8dbf50a8ebb7 textproc/libxslt/PLIST
--- a/textproc/libxslt/PLIST    Thu Apr 01 14:38:32 2004 +0000
+++ b/textproc/libxslt/PLIST    Thu Apr 01 15:15:19 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2004/03/13 09:55:24 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.25 2004/04/01 15:15:19 xtraeme Exp $
 bin/xslt-config
 bin/xsltproc
 include/libexslt/exslt.h
@@ -33,7 +33,7 @@
 lib/libxslt.la
 lib/libxslt.so
 lib/libxslt.so.2
-lib/libxslt.so.2.4
+lib/libxslt.so.2.5
 lib/pkgconfig/libexslt.pc
 lib/pkgconfig/libxslt.pc
 lib/xsltConf.sh
diff -r ce13775360c2 -r 8dbf50a8ebb7 textproc/libxslt/distinfo
--- a/textproc/libxslt/distinfo Thu Apr 01 14:38:32 2004 +0000
+++ b/textproc/libxslt/distinfo Thu Apr 01 15:15:19 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2004/03/13 09:55:24 jmmv Exp $
+$NetBSD: distinfo,v 1.24 2004/04/01 15:15:19 xtraeme Exp $
 
-SHA1 (libxslt-1.1.4.tar.bz2) = 317d35907f50c17f7bfb159209f057f10fdd4054
-Size (libxslt-1.1.4.tar.bz2) = 1717707 bytes
-SHA1 (patch-aa) = faf71aa86a064a70ab396322e64ab94f259ccd11
+SHA1 (libxslt-1.1.5.tar.bz2) = a9b0ad31a438c7ea838314d616db8583aab6d447
+Size (libxslt-1.1.5.tar.bz2) = 1751266 bytes
+SHA1 (patch-aa) = 8f4281db5cb4f330fe979873d87176944470e841
diff -r ce13775360c2 -r 8dbf50a8ebb7 textproc/libxslt/patches/patch-aa
--- a/textproc/libxslt/patches/patch-aa Thu Apr 01 14:38:32 2004 +0000
+++ b/textproc/libxslt/patches/patch-aa Thu Apr 01 15:15:19 2004 +0000
@@ -1,18 +1,18 @@
-$NetBSD: patch-aa,v 1.12 2004/02/18 13:42:00 jmmv Exp $
+$NetBSD: patch-aa,v 1.13 2004/04/01 15:15:19 xtraeme Exp $
 
---- doc/Makefile.in.orig       2004-02-16 16:00:13.000000000 +0100
-+++ doc/Makefile.in
-@@ -86,7 +86,7 @@ F77 = @F77@
- GCJ = @GCJ@
- GCJFLAGS = @GCJFLAGS@
- 
+--- doc/Makefile.in.orig       2004-04-01 17:11:01.000000000 +0200
++++ doc/Makefile.in    2004-04-01 17:11:07.000000000 +0200
+@@ -83,7 +83,7 @@
+ EXTRA_LIBS = @EXTRA_LIBS@
+ F77 = @F77@
+ FFLAGS = @FFLAGS@
 -HTML_DIR = $(datadir)/doc
 +HTML_DIR = $(datadir)/doc/html
- INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
- LDFLAGS = @LDFLAGS@
- LIBEXSLT_MAJOR_VERSION = @LIBEXSLT_MAJOR_VERSION@
-@@ -141,7 +141,7 @@ install_sh = @install_sh@
- pythondir = @pythondir@
+ INSTALL_DATA = @INSTALL_DATA@
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@
+ INSTALL_SCRIPT = @INSTALL_SCRIPT@
+@@ -196,7 +196,7 @@
+ target_alias = @target_alias@
  
  # The name of the module.
 -DOC_MODULE = libxslt-$(VERSION)
@@ -20,28 +20,16 @@
  
  # The top-level SGML file.
  DOC_MAIN_XML_FILE = libxslt.xml
-@@ -152,7 +152,7 @@ DOC_SOURCE_DIR = ..
+@@ -206,7 +206,7 @@
+ 
  # A file in win32 depends upon two of the doc files
  WIN32_DIR = $(top_srcdir)/win32
- 
 -TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)/html
 +TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)
  PAGES = API.html bugs.html contribs.html FAQ.html docs.html \
           downloads.html help.html index.html intro.html news.html \
         xsltproc2.html
-@@ -384,9 +384,9 @@ eapi:      EXSLT/libexslt-api.xml EXSLT/libex
- web: $(PAGES) $(EPAGES)
- 
- $(PAGES): xslt.html $(srcdir)/site.xsl
--      -@(if [ -x $(bindir)/xsltproc ] ; then \
-+      -@(if [ -x $(top_srcdir)/xsltproc/xsltproc ] ; then \
-         echo "Rebuilding the HTML Web pages from xslt.html" ; \
--        $(bindir)/xsltproc --nonet --html $(srcdir)/site.xsl \
-+        $(top_srcdir)/xsltproc/xsltproc --nonet --html $(srcdir)/site.xsl \
-           xslt.html > index.html ; fi )
-       -@(if [ -x $(bindir)/xmllint ] ; then \
-         echo "Validating the HTML Web pages" ; \
-@@ -395,9 +395,9 @@ $(PAGES): xslt.html $(srcdir)/site.xsl
+@@ -475,9 +475,9 @@
  $(EPAGES): EXSLT/exslt.html $(srcdir)/site.xsl
         -@(if [ ! -d EXSLT/html ] ; then \
           mkdir -p EXSLT/html ; fi )
@@ -53,7 +41,7 @@
                --stringparam dirname EXSLT/ \
                --stringparam libname libexslt \
                --stringparam logo_base ../ \
-@@ -408,20 +408,20 @@ $(EPAGES): EXSLT/exslt.html $(srcdir)/si
+@@ -488,20 +488,20 @@
           $(bindir)/xmllint --nonet --valid --noout $(EPAGES) ; fi );
  
  ../NEWS: $(srcdir)/news.xsl news.html
@@ -80,7 +68,7 @@
                             $(srcdir)/api.xsl \
                             xslt.html ; fi );
        -@(if [ -x $(bindir)/xmllint ] ; then \
-@@ -429,9 +429,9 @@ $(APIPAGES): libxslt-refs.xml site.xsl a
+@@ -509,9 +509,9 @@
          $(bindir)/xmllint --nonet --valid --noout API*.html; fi );
  
  $(EAPIPAGES): EXSLT/libexslt-refs.xml site.xsl api.xsl
@@ -92,7 +80,7 @@
                             --stringparam libname libexslt \
                             --stringparam dirname EXSLT/ \
                             --stringparam logo_base ../ \
-@@ -439,9 +439,9 @@ $(EAPIPAGES): EXSLT/libexslt-refs.xml si
+@@ -519,9 +519,9 @@
                             EXSLT/exslt.html ; fi );
  
  html/index.html: libxslt-api.xml $(srcdir)/newapi.xsl
@@ -104,7 +92,7 @@
                             $(srcdir)/newapi.xsl libxslt-api.xml ; fi ); 
        -@(if [ -x $(bindir)/xmllint ] ; then \
          echo "Validating the resulting XHTML pages" ; \
-@@ -449,9 +449,9 @@ html/index.html: libxslt-api.xml $(srcdi
+@@ -529,9 +529,9 @@
  
  EXSLT/html/index.html: EXSLT/libexslt-api.xml \
        $(srcdir)/newapi.xsl
@@ -116,7 +104,7 @@
                             --stringparam libname libexslt \
                             --stringparam dirname EXSLT/ \
                             --stringparam logo_base ../../ \
-@@ -473,22 +473,22 @@ xsltproc.1: xsltproc.xml
+@@ -553,22 +553,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



Home | Main Index | Thread Index | Old Index