pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/libxslt update to libxslt-1.1.12



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ca93c0d8d9d
branches:  trunk
changeset: 482636:7ca93c0d8d9d
user:      recht <recht%pkgsrc.org@localhost>
date:      Sun Oct 31 11:01:23 2004 +0000

description:
update to libxslt-1.1.12

1.1.12: Oct 29 2004:
   - build fixes: warnings removal (William).
   - bug fixes: attribute document pointer fix (Mark Vakoc), exslt date
    negative periods (William Brack), generated tree structure fixes,
    namespace lookup fix, use reentrant gmtime_r (William Brack),
    exslt:funtion namespace fix (William), potential NULL pointer reference
    (Dennis Dams, William), force string interning on generated
  documents.
   - documentation: update of the second tutorial (Panagiotis Louridas), add
    exslt doc in rpm packages, fix the xsltproc man page.

diffstat:

 textproc/libxslt/Makefile         |   5 ++---
 textproc/libxslt/PLIST            |   7 ++++++-
 textproc/libxslt/distinfo         |   8 ++++----
 textproc/libxslt/patches/patch-aa |  22 +++++++++++-----------
 4 files changed, 23 insertions(+), 19 deletions(-)

diffs (137 lines):

diff -r 30af276f8d28 -r 7ca93c0d8d9d textproc/libxslt/Makefile
--- a/textproc/libxslt/Makefile Sun Oct 31 10:44:11 2004 +0000
+++ b/textproc/libxslt/Makefile Sun Oct 31 11:01:23 2004 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.50 2004/10/25 08:35:09 xtraeme Exp $
+# $NetBSD: Makefile,v 1.51 2004/10/31 11:01:23 recht Exp $
 
-DISTNAME=      libxslt-1.1.11
+DISTNAME=      libxslt-1.1.12
 PKGNAME=       ${DISTNAME}
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libxslt/1.1/}
 EXTRACT_SUFX=  .tar.bz2
-#MASTER_SITES= ftp://xmlsoft.org/
 
 MAINTAINER=    recht%NetBSD.org@localhost
 HOMEPAGE=      http://xmlsoft.org/XSLT/
diff -r 30af276f8d28 -r 7ca93c0d8d9d textproc/libxslt/PLIST
--- a/textproc/libxslt/PLIST    Sun Oct 31 10:44:11 2004 +0000
+++ b/textproc/libxslt/PLIST    Sun Oct 31 11:01:23 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.32 2004/10/25 08:35:09 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.33 2004/10/31 11:01:23 recht Exp $
 bin/xslt-config
 bin/xsltproc
 include/libexslt/exslt.h
@@ -48,6 +48,11 @@
 share/doc/html/libxslt/APIfiles.html
 share/doc/html/libxslt/APIfunctions.html
 share/doc/html/libxslt/APIsymbols.html
+share/doc/html/libxslt/EXSLT/APIchunk0.html
+share/doc/html/libxslt/EXSLT/APIconstructors.html
+share/doc/html/libxslt/EXSLT/APIfiles.html
+share/doc/html/libxslt/EXSLT/APIfunctions.html
+share/doc/html/libxslt/EXSLT/APIsymbols.html
 share/doc/html/libxslt/EXSLT/bugs.html
 share/doc/html/libxslt/EXSLT/docs.html
 share/doc/html/libxslt/EXSLT/downloads.html
diff -r 30af276f8d28 -r 7ca93c0d8d9d textproc/libxslt/distinfo
--- a/textproc/libxslt/distinfo Sun Oct 31 10:44:11 2004 +0000
+++ b/textproc/libxslt/distinfo Sun Oct 31 11:01:23 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2004/10/25 08:35:09 xtraeme Exp $
+$NetBSD: distinfo,v 1.31 2004/10/31 11:01:23 recht Exp $
 
-SHA1 (libxslt-1.1.11.tar.bz2) = 99ebb49301ae1dbcb34a11c9d67307c623836aee
-Size (libxslt-1.1.11.tar.bz2) = 1779166 bytes
-SHA1 (patch-aa) = 8f4281db5cb4f330fe979873d87176944470e841
+SHA1 (libxslt-1.1.12.tar.bz2) = 60fcd3d79fca9a499096fdf51c41ea2c4ecb387e
+Size (libxslt-1.1.12.tar.bz2) = 1778551 bytes
+SHA1 (patch-aa) = 89c136b41e69b3256291325320d0fa3efbf4f42c
diff -r 30af276f8d28 -r 7ca93c0d8d9d textproc/libxslt/patches/patch-aa
--- a/textproc/libxslt/patches/patch-aa Sun Oct 31 10:44:11 2004 +0000
+++ b/textproc/libxslt/patches/patch-aa Sun Oct 31 11:01:23 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.13 2004/04/01 15:15:19 xtraeme Exp $
+$NetBSD: patch-aa,v 1.14 2004/10/31 11:01:23 recht Exp $
 
---- doc/Makefile.in.orig       2004-04-01 17:11:01.000000000 +0200
-+++ doc/Makefile.in    2004-04-01 17:11:07.000000000 +0200
+--- 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 @@
  EXTRA_LIBS = @EXTRA_LIBS@
  F77 = @F77@
@@ -11,7 +11,7 @@
  INSTALL_DATA = @INSTALL_DATA@
  INSTALL_PROGRAM = @INSTALL_PROGRAM@
  INSTALL_SCRIPT = @INSTALL_SCRIPT@
-@@ -196,7 +196,7 @@
+@@ -202,7 +202,7 @@
  target_alias = @target_alias@
  
  # The name of the module.
@@ -20,7 +20,7 @@
  
  # The top-level SGML file.
  DOC_MAIN_XML_FILE = libxslt.xml
-@@ -206,7 +206,7 @@
+@@ -212,7 +212,7 @@
  
  # A file in win32 depends upon two of the doc files
  WIN32_DIR = $(top_srcdir)/win32
@@ -29,7 +29,7 @@
  PAGES = API.html bugs.html contribs.html FAQ.html docs.html \
           downloads.html help.html index.html intro.html news.html \
         xsltproc2.html
-@@ -475,9 +475,9 @@
+@@ -483,9 +483,9 @@
  $(EPAGES): EXSLT/exslt.html $(srcdir)/site.xsl
         -@(if [ ! -d EXSLT/html ] ; then \
           mkdir -p EXSLT/html ; fi )
@@ -41,7 +41,7 @@
                --stringparam dirname EXSLT/ \
                --stringparam libname libexslt \
                --stringparam logo_base ../ \
-@@ -488,20 +488,20 @@
+@@ -496,20 +496,20 @@
           $(bindir)/xmllint --nonet --valid --noout $(EPAGES) ; fi );
  
  ../NEWS: $(srcdir)/news.xsl news.html
@@ -68,7 +68,7 @@
                             $(srcdir)/api.xsl \
                             xslt.html ; fi );
        -@(if [ -x $(bindir)/xmllint ] ; then \
-@@ -509,9 +509,9 @@
+@@ -517,9 +517,9 @@
          $(bindir)/xmllint --nonet --valid --noout API*.html; fi );
  
  $(EAPIPAGES): EXSLT/libexslt-refs.xml site.xsl api.xsl
@@ -80,7 +80,7 @@
                             --stringparam libname libexslt \
                             --stringparam dirname EXSLT/ \
                             --stringparam logo_base ../ \
-@@ -519,9 +519,9 @@
+@@ -527,9 +527,9 @@
                             EXSLT/exslt.html ; fi );
  
  html/index.html: libxslt-api.xml $(srcdir)/newapi.xsl
@@ -92,7 +92,7 @@
                             $(srcdir)/newapi.xsl libxslt-api.xml ; fi ); 
        -@(if [ -x $(bindir)/xmllint ] ; then \
          echo "Validating the resulting XHTML pages" ; \
-@@ -529,9 +529,9 @@
+@@ -537,9 +537,9 @@
  
  EXSLT/html/index.html: EXSLT/libexslt-api.xml \
        $(srcdir)/newapi.xsl
@@ -104,7 +104,7 @@
                             --stringparam libname libexslt \
                             --stringparam dirname EXSLT/ \
                             --stringparam logo_base ../../ \
-@@ -553,22 +553,22 @@
+@@ -561,22 +561,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