./textproc/libxslt, XSLT parser library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.42nb4, Package name: libxslt-1.1.42nb4, Maintainer: pkgsrc-users

Libxslt is the XSLT C library developed for the Gnome project. XSLT itself is
an XML language to define transformation for XML. Libxslt is based on libxml2
the XML C library developed for the Gnome project. It also implements most of
the EXSLT set of extensions functions and some of Saxon's evaluate and
expressions extensions.


Required to run:
[textproc/libxml2] [security/libgcrypt]

Required to build:
[textproc/docbook-xml] [textproc/docbook-xsl]

Master sites:

Filesize: 1536.785 KB

Version history: (Expand)


CVS history: (Expand)


   2025-04-17 23:53:13 by Thomas Klausner | Files touched by this commit (2449)
Log message:
*: recursive bump for icu 77 and libxml2 2.14
   2025-04-09 12:40:13 by Thomas Klausner | Files touched by this commit (8)
Log message:
*: revert workaround for bug in libgpg-error 1.52, fixed in 1.53
   2025-04-08 18:25:39 by Ryo ONODERA | Files touched by this commit (1)
Log message:
textproc/libxslt: Fix build with libgpg-error-1.52
   2025-02-09 01:28:21 by Roland Illig | Files touched by this commit (12)
Log message:
don't add unknown configure option for libiconv in a few packages
   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2428)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2425)
Log message:
*: revbump for icu downgrade
   2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2426)
Log message:
*: recursive bump for icu 76.1 shlib bump
   2024-07-07 17:19:32 by David H. Gutteridge | Files touched by this commit (2) | Package updated
Log message:
libxslt: update to 1.1.42

v1.1.42: Jul 4 2024

### Regressions

- extensions: Readd call to xmlCheckFilename with older libxml2

### Improvmenets

- utils: Don't use deprecated xmlCharEncodingHandler member
- transform: Handle filesystem paths after libxml2 changes
- locale: Work around issue with FreeBSD's strxfrm_l

### Build systems

- cmake: Add LIBXSLT_WITH_PROGRAMS option (Don Olmstead)
- cmake: Fix HAVE_GCRYPT check