The NetBSD Project

CVS log for pkgsrc/textproc/libxslt/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / textproc / libxslt

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.88 / (download) - annotate - [select for diffs], Mon Mar 12 18:26:35 2012 UTC (2 months, 1 week ago) by tez
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, HEAD
Changes since 1.87: +1 -1 lines
Diff to previous 1.87 (colored)

Fix for CVE-2011-3970 from:
 http://git.gnome.org/browse/libxslt/commit/?id=fe5a4fa33eb85bce3253ed3742b1ea6c4b59b41b
per https://bugzilla.redhat.com/show_bug.cgi?id=788826

Revision 1.87 / (download) - annotate - [select for diffs], Fri Apr 22 13:42:48 2011 UTC (13 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.86: +2 -1 lines
Diff to previous 1.86 (colored)

recursive bump from gettext-lib shlib bump.

Revision 1.86 / (download) - annotate - [select for diffs], Mon Feb 28 14:53:04 2011 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.85: +2 -2 lines
Diff to previous 1.85 (colored)

Reset maintainer for retired developers.

Revision 1.85 / (download) - annotate - [select for diffs], Wed Sep 8 13:53:00 2010 UTC (20 months, 2 weeks ago) by tez
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.84: +7 -0 lines
Diff to previous 1.84 (colored)

fix build using solaris ld which is more picky about not ignoring bogus
stuff in the symbol file, by copying to an alternate file and patching.
based on info from http://www.mail-archive.com/xml@gnome.org/msg07624.html

Revision 1.84 / (download) - annotate - [select for diffs], Tue Apr 13 16:14:03 2010 UTC (2 years, 1 month ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.83: +3 -3 lines
Diff to previous 1.83 (colored)

update to 1.1.26
changes:
-fix for CVE-2008-2935 (was patched in pkgsrc)
-misc fixes and improvements

Revision 1.83 / (download) - annotate - [select for diffs], Thu Jan 21 23:32:10 2010 UTC (2 years, 4 months ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.82: +2 -1 lines
Diff to previous 1.82 (colored)

Added LICENSE information.

Revision 1.81.4.1 / (download) - annotate - [select for diffs], Sun Aug 10 13:07:14 2008 UTC (3 years, 9 months ago) by rtr
Branch: pkgsrc-2008Q2
Changes since 1.81: +2 -1 lines
Diff to previous 1.81 (colored) next main 1.82 (colored)

pullup ticket #2475 - requested by tron
libxslt: security patch fixes buffer overflow

revisons pulled up:
pkgsrc/textproc/libxslt/Makefile		1.82
pkgsrc/textproc/libxslt/distinfo		1.50
pkgsrc/textproc/libxslt/patches/patch-af	1.3

   Module Name:	pkgsrc
   Committed By:	drochner
   Date:		Thu Aug  7 10:47:44 UTC 2008

   Modified Files:
   	pkgsrc/textproc/libxslt: Makefile distinfo
   Added Files:
   	pkgsrc/textproc/libxslt/patches: patch-af

   Log Message:
   add patch from upstream CVS to fix buffer overflow in RC4 crypto
   code (CVE-2008-2935), bump PKGREVISION

Revision 1.82 / (download) - annotate - [select for diffs], Thu Aug 7 10:47:43 2008 UTC (3 years, 9 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Changes since 1.81: +2 -1 lines
Diff to previous 1.81 (colored)

add patch from upstream CVS to fix buffer overflow in RC4 crypto
code (CVE-2008-2935), bump PKGREVISION

Revision 1.81 / (download) - annotate - [select for diffs], Thu May 22 16:03:10 2008 UTC (4 years ago) by recht
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base, cwrapper
Branch point for: pkgsrc-2008Q2
Changes since 1.80: +2 -2 lines
Diff to previous 1.80 (colored)

update to libxslt 1.2.4

fixes the security issue reported in:

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1767
http://secunia.com/advisories/30315/
http://bugzilla.gnome.org/show_bug.cgi?id=527297

1.1.24: May 13 20088:
   - Documentation: man page fix (Vincent Lefevre).
   - Bug fixes: pattern bug fix, key initialization problems, exclusion of
      unknown namespaced element on top of stylesheets, python generator
      syntactic cleanup (Martin)

Revision 1.80 / (download) - annotate - [select for diffs], Fri Apr 18 20:43:55 2008 UTC (4 years, 1 month ago) by bjs
Branch: MAIN
Changes since 1.79: +4 -4 lines
Diff to previous 1.79 (colored)



textproc/libxslt [1.22 -> 1.2.23]

one nominal change in pkgsrc:

- MASTER_SITES+=${MASTER_SITE_GNOME} is commented out. They evidently
  have not placed this product on their shelves yet.

  changes since prior release
  ---------------------------

    * python/generator.py: fix an infinite loop bug

    * libxslt/xsltutils.c: avoid a scary realloc() loop should fix
      #520383

    * libexslt/date.c: applied patch from Peter Pawlowski  fixing
      a timezone offset problem, fixes #521680
    * libxslt/namespaces.c: a bit of space/tabs cleanup

    * doc/xsltproc.xml doc/xsltproc.1 doc/xsltproc.html: small fix to
      man page synopsis, should fix #525822

    * libexslt/functions.c: fixed minor error reported on the mailing
      list by Mark Howe, which caused a segfault if func:result was
      postitioned as top-level element.

    * doc/xsltproc.xml doc/xsltproc.1: fix maxdepth default value
      documentation fixes #519921.

    * libxslt/extensions.c: fixed minor error bug #516483

    * libxslt/xslt.c: applied documentation patch from Jason Viers
      for xsltParseStylesheetDoc

    * doc/xslt.html doc/docbook.html: fix links for Cygwin DocBook
      setup as suggested by Philippe Bourcier

    * libxslt/keys.c, libxslt/pattern.c, libxslt/xsltInternals.h:
      fixed a problem on superfluous re-generation of keys reported
      on the mailing list by Josef Urban.

    * configure.in: avoid a problem in configure if an old gcrypt
      version is installed, patch from Brent Cowgill, fixes #500390

    * libexslt/common.c, libexslt/dynamic.c: After discussion on
      Bugzilla with Peter Pawlowski, added same code for preventing
      deletion of function result during garbage collection (see
      bug #495995).

    * libexslt/strings.c: Added code to mark the results of
      str:tokenize and str:split as "function result" to avoid
      garbage-collecting them during global variable initialisation.
      Should fix bug #495995.

    * python/libxslt.c: changed iterator argument for Py_Dict_Next
      from int to ssize_t (seems Python docs are incorrect) to fix
      x86_64 bug #489854.

    * python/libxslt.c: applied patch from Daniel Gryniewicz to
      fix a segfault caused by a parameter array not being preset
      to zero.

Revision 1.79 / (download) - annotate - [select for diffs], Tue Mar 11 17:56:16 2008 UTC (4 years, 2 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Changes since 1.78: +2 -2 lines
Diff to previous 1.78 (colored)

PR pkg/38224: Another case of me doing a bad LOWER_OPSYS to
MACHINE_PLATFORM conversion.
Will revist all of these to make sure they were correct.

Revision 1.78 / (download) - annotate - [select for diffs], Tue Oct 16 23:49:00 2007 UTC (4 years, 7 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.77: +2 -2 lines
Diff to previous 1.77 (colored)

Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.

Revision 1.77 / (download) - annotate - [select for diffs], Wed Aug 29 23:26:44 2007 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.76: +2 -2 lines
Diff to previous 1.76 (colored)

Update to 1.1.22, provided by Blair Sadewitz in private mail:

    * Bug fixes: RVT cleanup problems (William Brack),
      exclude-result-prefix bug (William Brack), stylesheet compilation
      error handling (Rob Richards).
    * Portability fixes: improve build with VS2005 (Rob Richards),
      fixing build on AIX (Bjorn Wiberg), fix the security file checks
      on Windows (Roland Schwarz and Rob Richards).
    * Improvement: add an --encoding option to xsltproc (Drazen Kacar).

Revision 1.76 / (download) - annotate - [select for diffs], Thu Jul 12 19:33:03 2007 UTC (4 years, 10 months ago) by drochner
Branch: MAIN
Changes since 1.75: +2 -3 lines
Diff to previous 1.75 (colored)

update to 1.1.21
changes: bugfixes, documentation update

Revision 1.75 / (download) - annotate - [select for diffs], Mon Feb 5 17:42:40 2007 UTC (5 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.74: +5 -4 lines
Diff to previous 1.74 (colored)

Update MASTER_SITES, xmlsoft.org seems to have problems

Revision 1.74 / (download) - annotate - [select for diffs], Thu Feb 1 18:01:39 2007 UTC (5 years, 3 months ago) by drochner
Branch: MAIN
Changes since 1.73: +2 -2 lines
Diff to previous 1.73 (colored)

update to 1.1.20
changes:
-Portability fixes
-Bug fixes
-python stylesheet compare and transform context access
-EXSLT string replace support
-xsltproc better low level error handling

mostly from Blair Sadewitz per mail to tech-pkg

Revision 1.73 / (download) - annotate - [select for diffs], Tue Jan 16 19:49:43 2007 UTC (5 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.72: +2 -3 lines
Diff to previous 1.72 (colored)

Updated libxslt to 1.1.19.

Changes since 1.1.18:

1.1.19: Nov 29 2006:
   - Bug fixes: entities within attributes (William Brack), Python detection
      problem (Joseph Sacco), in-scope namespace bug (Mike Hommey), Result
      value tree caching bug (William Brack)

Revision 1.72 / (download) - annotate - [select for diffs], Wed Nov 22 17:09:33 2006 UTC (5 years, 6 months ago) by ghen
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.71: +2 -2 lines
Diff to previous 1.71 (colored)

./configure demands libxml2>=2.6.27.

Revision 1.71 / (download) - annotate - [select for diffs], Tue Nov 21 23:55:05 2006 UTC (5 years, 6 months ago) by recht
Branch: MAIN
Changes since 1.70: +2 -1 lines
Diff to previous 1.70 (colored)

Add a patch from libxslt CVS:

* libxslt/transform.c: fixed problem with entity handling within xsltCopyAttrListNoOverwrite (#352907)
http://bugzilla.gnome.org/show_bug.cgi?id=352907

Revision 1.70 / (download) - annotate - [select for diffs], Sun Nov 5 17:06:43 2006 UTC (5 years, 6 months ago) by joerg
Branch: MAIN
Changes since 1.69: +2 -1 lines
Diff to previous 1.69 (colored)

DESTDIR support.

Revision 1.69 / (download) - annotate - [select for diffs], Mon Oct 30 21:03:21 2006 UTC (5 years, 6 months ago) by drochner
Branch: MAIN
Changes since 1.68: +4 -5 lines
Diff to previous 1.68 (colored)

update to 1.1.18
changes:
-portability and build fixes
-bug fixes
-improvements: internal cleanup, new xsltproc flag to apply Xinclude to
 stylesheets
-documentation improvements

Revision 1.68 / (download) - annotate - [select for diffs], Sun Oct 1 08:56:28 2006 UTC (5 years, 7 months ago) by schwarz
Branch: MAIN
Changes since 1.67: +6 -1 lines
Diff to previous 1.67 (colored)


added support for IRIX 5

Revision 1.66.2.1 / (download) - annotate - [select for diffs], Thu Jul 13 21:52:36 2006 UTC (5 years, 10 months ago) by salo
Branch: pkgsrc-2006Q2
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored) next main 1.67 (colored)

Pullup ticket 1740 - requested by drochner
dependency fix for libxslt

Revisions pulled up:
- pkgsrc/textproc/libxslt/Makefile			1.67

   Module Name:		pkgsrc
   Committed By:	drochner
   Date:		Sat Jul  8 12:50:18 UTC 2006

   Modified Files:
   	pkgsrc/textproc/libxslt: Makefile

   Log Message:
   correct libxml2 dependency, from Masao Uebayashi

Revision 1.67 / (download) - annotate - [select for diffs], Sat Jul 8 12:50:18 2006 UTC (5 years, 10 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored)

correct libxml2 dependency, from Masao Uebayashi

Revision 1.66 / (download) - annotate - [select for diffs], Tue Jun 13 15:54:04 2006 UTC (5 years, 11 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base
Branch point for: pkgsrc-2006Q2
Changes since 1.65: +2 -2 lines
Diff to previous 1.65 (colored)

update to 1.1.17
changes:
-bug fixes: some regression tests, attribute/namespaces output,
 problem in mixed xsl:value-of and xsl:text uses
-improvements: internal refactoring,
 use of the XPath object cache in libxml2-2.6.25

Revision 1.65 / (download) - annotate - [select for diffs], Wed May 3 11:02:46 2006 UTC (6 years ago) by drochner
Branch: MAIN
Changes since 1.64: +2 -3 lines
Diff to previous 1.64 (colored)

update to 1.1.16
changes: portability fixes (Solaris, IRIX, HP-UX)

Revision 1.64 / (download) - annotate - [select for diffs], Wed Apr 12 21:48:12 2006 UTC (6 years, 1 month ago) by rillig
Branch: MAIN
Changes since 1.63: +3 -3 lines
Diff to previous 1.63 (colored)

The documentation files are installed into share/doc instead of
share/doc/html. Bumped PKGREVISION.

Revision 1.63 / (download) - annotate - [select for diffs], Thu Apr 6 06:22:51 2006 UTC (6 years, 1 month ago) by reed
Branch: MAIN
Changes since 1.62: +2 -2 lines
Diff to previous 1.62 (colored)

Over 1200 files touched but no revisions bumped :)

RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).

Revision 1.62 / (download) - annotate - [select for diffs], Sun Feb 5 23:11:03 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.61: +2 -1 lines
Diff to previous 1.61 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.61 / (download) - annotate - [select for diffs], Mon Dec 5 20:51:07 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.60: +1 -2 lines
Diff to previous 1.60 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.60 / (download) - annotate - [select for diffs], Mon Sep 5 07:38:25 2005 UTC (6 years, 8 months ago) by recht
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.59: +2 -2 lines
Diff to previous 1.59 (colored)

update to 1.1.15

1.1.15: Sep 04 2005:
   - build fixes: Windows build cleanups and updates (Igor Zlatkovic), remove
      jhbuild warnings
   - bug fixes: negative number formatting (William Brack), number formatting
      per mille definition (William Brack), XInclude default values (William),
      text copy bugs (William), bug related to xmlXPathContext size, reuse
      libxml2 memory management for text nodes, dictionnary text bug, forbid
      variables in match (needs libxml2-2.6.21)
   - improvements: EXSLT dyn:map (Mark Vakoc),

   - documentation: EXSLT date and time functions namespace in man (Jonathan
      Wakely)

Revision 1.59 / (download) - annotate - [select for diffs], Sat Jul 16 19:10:40 2005 UTC (6 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.58: +1 -2 lines
Diff to previous 1.58 (colored)

Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk.  These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.

Revision 1.58 / (download) - annotate - [select for diffs], Sat Jul 16 01:19:24 2005 UTC (6 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.57: +2 -3 lines
Diff to previous 1.57 (colored)

Get rid of USE_PERL5.  The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.

Revision 1.57 / (download) - annotate - [select for diffs], Sun May 22 20:08:35 2005 UTC (7 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored)

Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison

Revision 1.56 / (download) - annotate - [select for diffs], Mon Apr 11 21:47:36 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.55: +1 -2 lines
Diff to previous 1.55 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.55 / (download) - annotate - [select for diffs], Sat Apr 9 15:56:40 2005 UTC (7 years, 1 month ago) by recht
Branch: MAIN
Changes since 1.54: +3 -3 lines
Diff to previous 1.54 (colored)

update to libxslt-1.1.4

update BUILDLINK_DEPENDS on libxml2 to 2.6.17 (for module support)
noted by reed@

1.1.14: Apr 02 2005:
   - bug fixes: text node on stylesheet document without a dictionary
      (William Brack), more checking of XSLT syntax, calling xsltInit() multiple
      times, mode values interning raised by Mark Vakoc, bug in pattern
      matching with ancestors, bug in patterna matching with cascading select,
      xinclude and document() problem, build outside of source tree (Mike
      Castle)
   - improvement: added a --nodict mode to xsltproc to check problems for
      docuemtns without dictionnaries

Revision 1.54 / (download) - annotate - [select for diffs], Mon Mar 21 23:30:51 2005 UTC (7 years, 2 months ago) by recht
Branch: MAIN
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored)

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)

Revision 1.53 / (download) - annotate - [select for diffs], Thu Dec 30 16:42:22 2004 UTC (7 years, 4 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.52: +1 -12 lines
Diff to previous 1.52 (colored)

Backout last change because the check in "buildlink3.mk" doesn't work
and therefore causes build failures in e.g. the "kdewebdev3" package.

Revision 1.52 / (download) - annotate - [select for diffs], Tue Dec 28 04:37:54 2004 UTC (7 years, 4 months ago) by xtraeme
Branch: MAIN
Changes since 1.51: +13 -2 lines
Diff to previous 1.51 (colored)

Add an option to disable the crypto extensions (it's enabled by default
as before) so users that don't need this, can disable it via
PKG_OPTIONS.libxslt=-crypto.

Revision 1.51 / (download) - annotate - [select for diffs], Sun Oct 31 11:01:23 2004 UTC (7 years, 6 months ago) by recht
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.50: +2 -3 lines
Diff to previous 1.50 (colored)

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.

Revision 1.50 / (download) - annotate - [select for diffs], Mon Oct 25 08:35:09 2004 UTC (7 years, 7 months ago) by xtraeme
Branch: MAIN
Changes since 1.49: +2 -3 lines
Diff to previous 1.49 (colored)

Update textproc/libxslt to 1.1.11.

Changes:

   - bug fixes: xsl:include problems (William Brack), UTF8 number pattern
    (William), date-time validation (William), namespace fix (William),
    various Exslt date fixes (William), error callback fixes, leak with
    namespaced global variable, attempt to fix a weird problem #153137
   - improvements: exslt:date-sum tests (Derek Poon)
   - documentation: second tutorial by Panagiotis Lourida

Revision 1.49 / (download) - annotate - [select for diffs], Sun Oct 3 00:18:20 2004 UTC (7 years, 7 months ago) by tv
Branch: MAIN
Changes since 1.48: +2 -1 lines
Diff to previous 1.48 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.48 / (download) - annotate - [select for diffs], Thu Sep 2 11:18:10 2004 UTC (7 years, 8 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

Update to 1.1.10:

   - build fix: NUL in c file blocking compilation on Solaris, Windows build
    (Igor Zlatkovic)
   - fix: key initialization problem (William Brack)
   - documentation: fixed missing man page description for --path

Revision 1.47 / (download) - annotate - [select for diffs], Tue Aug 24 11:53:32 2004 UTC (7 years, 9 months ago) by drochner
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored)

update to 1.1.9
changes:
-improvements: EXSLT date:sum added (Joel Reed), hook for document loading
 for David Hyatt, xsltproc --nodtdattr to avoid defaulting DTD attributes,
 extend xsltproc --version with CVS stamp (William).
+bugfixes

Revision 1.46 / (download) - annotate - [select for diffs], Tue Jul 6 15:06:19 2004 UTC (7 years, 10 months ago) by recht
Branch: MAIN
Changes since 1.45: +2 -1 lines
Diff to previous 1.45 (colored)

libxslt needs libgcrypt to build

Revision 1.45 / (download) - annotate - [select for diffs], Tue Jul 6 13:58:55 2004 UTC (7 years, 10 months ago) by xtraeme
Branch: MAIN
Changes since 1.44: +5 -5 lines
Diff to previous 1.44 (colored)

Update textproc/libxslt to 1.1.8.

1.1.8: July 5 2004:
   - build fixes: Windows runtime options (Oliver Stoeneberg), Windows
    binary package layout (Igor Zlatkovic), libgcrypt version test and link
    (William)
   - documentation: fix libxslt namespace name in doc (William)
   - bug fixes: undefined namespace message (William Brack), search engine
    (William), multiple namespace fixups (William), namespace fix for key
    evaluation (William), Python memory debug bindings,
   - improvements: crypto extensions for exslt (Joel Reed, William)

Revision 1.44 / (download) - annotate - [select for diffs], Thu Jul 1 15:14:23 2004 UTC (7 years, 10 months ago) by recht
Branch: MAIN
Changes since 1.43: +6 -5 lines
Diff to previous 1.43 (colored)

update to 1.1.7 and take maintainership
use xmlsoft's FTP since GNOME's hasn't got this version

1.1.7: May 17 2004
- build fix: warning about localtime_r on Solaris
- bug fix: UTF8 string tokenize (William Brack), subtle memory corruption,
  linefeed after comment at document level (William), disable-output-escaping
  problem (William), pattern compilation in deep imported stylesheets
  (William), namespace extension prefix bug, libxslt.m4 bug (Edward Rudd),
  namespace lookup for attribute, namespaced DOCTYPE name

Revision 1.43 / (download) - annotate - [select for diffs], Fri May 7 01:14:50 2004 UTC (8 years ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored)

Drop maintainership; I don't have the enough free time to maintain
all these packages.

Revision 1.42 / (download) - annotate - [select for diffs], Mon Apr 19 15:30:48 2004 UTC (8 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored)

Update to 1.1.6:
   - 2 bug fixes about keys fixed one by Mark Vakoc

Revision 1.41 / (download) - annotate - [select for diffs], Thu Apr 1 15:15:19 2004 UTC (8 years, 1 month ago) by xtraeme
Branch: MAIN
Changes since 1.40: +3 -3 lines
Diff to previous 1.40 (colored)

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.

Revision 1.40 / (download) - annotate - [select for diffs], Sat Mar 13 09:55:24 2004 UTC (8 years, 2 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.39: +2 -3 lines
Diff to previous 1.39 (colored)

Update to 1.1.4:

1.1.4: Feb 23 2004:
   - bugfixes: attributes without doc (Mariano Suárez-Alvarez), problem with
     Yelp, extension problem
   - display extension modules (Steve Little)
   - Windows compilation patch (Mark Vadoc), Mingw (Mikhail Grushinskiy)

Revision 1.39 / (download) - annotate - [select for diffs], Sun Feb 22 07:29:59 2004 UTC (8 years, 3 months ago) by minskim
Branch: MAIN
Changes since 1.38: +3 -1 lines
Diff to previous 1.38 (colored)

Enable pkgviews installation.

Revision 1.38 / (download) - annotate - [select for diffs], Wed Feb 18 13:42:00 2004 UTC (8 years, 3 months ago) by jmmv
Branch: MAIN
Changes since 1.37: +2 -1 lines
Diff to previous 1.37 (colored)

Fix generation of some documents that were only built if xsltproc was
previously installed in the system.  Bump PKGREVISION to 1.

Revision 1.37 / (download) - annotate - [select for diffs], Tue Feb 17 16:47:22 2004 UTC (8 years, 3 months ago) by jmmv
Branch: MAIN
Changes since 1.36: +4 -3 lines
Diff to previous 1.36 (colored)

Update to 1.1.3:

Enhancements
- Rewrote the Attribute Value Template code
- new XPath compilation interfaces
- dictionnary reuses for XSLT with potential for serious performance
  improvements.
- Documentations: cleanup (John Fleck and William)
- Python: patch for OS-X (Gianni Ceccarelli), enums export (Stephane bidoul)

Fixes
- portability (William Brack)
- key() in node-set() results (William)
- comment before doctype (William)
- math and node-set() problems (William)
- cdata element and default namespace (William)
- behaviour on unknown XSLT elements (Stefan Kost)
- priority of "//foo" patterns (William)
- xsl:element and xsl:attribute QName check (William)
- comments with -- (William)
- attribute namespace (William)
- check for ?> in PI (William)

Revision 1.36 / (download) - annotate - [select for diffs], Sat Feb 14 18:26:29 2004 UTC (8 years, 3 months ago) by jmmv
Branch: MAIN
Changes since 1.35: +3 -3 lines
Diff to previous 1.35 (colored)

PKGCONFIG_OVERRIDE is relative to WRKSRC.

Revision 1.35 / (download) - annotate - [select for diffs], Sat Feb 14 17:21:53 2004 UTC (8 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.34: +1 -2 lines
Diff to previous 1.34 (colored)

LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.

Revision 1.34 / (download) - annotate - [select for diffs], Tue Feb 10 02:56:00 2004 UTC (8 years, 3 months ago) by xtraeme
Branch: MAIN
Changes since 1.33: +4 -4 lines
Diff to previous 1.33 (colored)

bl3ify

Revision 1.33 / (download) - annotate - [select for diffs], Sat Jan 24 15:13:20 2004 UTC (8 years, 4 months ago) by grant
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.

Revision 1.32 / (download) - annotate - [select for diffs], Fri Jan 23 21:50:48 2004 UTC (8 years, 4 months ago) by jmmv
Branch: MAIN
Changes since 1.31: +2 -1 lines
Diff to previous 1.31 (colored)

Bump PKGREVISION due to xmlcatmgr update to 2.0beta1.  I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.

Revision 1.31 / (download) - annotate - [select for diffs], Fri Dec 26 21:56:14 2003 UTC (8 years, 5 months ago) by jmmv
Branch: MAIN
Changes since 1.30: +4 -2 lines
Diff to previous 1.30 (colored)

Update to 1.1.2, from Min Sik Kim in PR pkg/23896 with some changes by me:

1.1.2:
        * libxlst/numbers.c: fixed xsl:number level="any" for Bug
          129057
        * libxslt/numbers.c: added namespace comparison for
          xsl:number count function (Bug 129057)
        * tests/docs/Makefile.am tests/docs/bug-139.xml
          tests/general/Makefile.am tests/general/bug-139*: added
          test for entities parsing (Bug #129489)
        * tests/docs/Makefile.am tests/docs/bug-138.xml
          tests/general/Makefile.am tests/general/bug-138*: added
          test for namespace problem (Bug #129624)
        * xsltproc.c: fixed #129327 make sure parser flags get transmitted to
          the transformation context
        * libxslt/documents.c libxslt/transform.c libxslt/xsltInternals.h
          libxslt/xsltutils.c libxslt/xsltutils.h: add a new call
          xsltSetCtxtParseOptions() to update parsing options in document()
        * libxslt/keys.c: fixed second problem on #122483, namespace
          definitions must be propagated to keys.
        * tests/docs/Makefile.am tests/docs/bug-137.xml
          tests/general/Makefile.am tests/docs/bug-137*: added test
          to the regression for bug #122483
        * libxslt/transform.c: added the cast needed to fix #129188 warning
        * libexslt/transform.c: fixed Bug 129624 (erroneous output
          of namespaces)
        * libexslt/date.c: fixed several routines to assure empty
          string returned (rather than a string object with a null
          string pointer) (Bug 129561)
        * doc/Makefile.am doc/site.xsl doc/api.xsl doc/newapi.xsl
          doc/xslt.html doc/apibuild.py doc/EXSLT doc/EXSLT/exslt.html:
          enhanced documentation to include exslt; rebuilt docs
        * libxslt/xsltutils.h
        * doc/*
        document XSLT_TRACE macro (sort of) and rebuild docs
        * win32/Makefile.mingw win32/configure.js: tried to fix mingw
          build, no success, it still works halfway.
        * win32/Makefile.* win32/configure.js libxslt/xsltexports.h
          libexslt/exsltexports.h libxslt/win32config.h: msvc and
          mingw compilation fixes.

1.1.1:
   - code cleanup (William Brack)
   - Windows: Makefile improvements (Igor Zlatkovic)
   - documentation improvements: William Brack, libexslt man page (Jonathan
    Wakely)
   - param in EXSLT functions (Shaun McCance)
   - XSLT debugging improvements (Mark Vakoc)
   - bug fixes: number formatting (Bjorn Reese), exslt:tokenize (William
    Brack), key selector parsing with | reported by Oleg Paraschenko,
    xsl:element with computed namespaces (William Brack), xslt:import/include
    recursion detection (William Brack), exslt:function used in keys (William
    Brack), bug when CDATA_SECTION are foun in the tree (William Brack),
    entities handling when using XInclude.

Revision 1.30 / (download) - annotate - [select for diffs], Thu Dec 4 19:33:47 2003 UTC (8 years, 5 months ago) by xtraeme
Branch: MAIN
Changes since 1.29: +3 -3 lines
Diff to previous 1.29 (colored)

Updated to 1.1.0 provided by Min Sik Kim PR pkg/23518.

Changes:

1.1.0: Nov 4 2003:
   - Removed DocBook SGML broken support
   - fix xsl:key to work with PIs
   - Makefile and build improvement (Graham Wilson), build cleanup (William
    Brack), macro fix (Justin Fletcher), build outside of source tree (Roumen
    Petrov)
   - xsltproc option display fix (Alexey Efimov), --load-trace (Crutcher
    Dunnavant)
   - Python: never use stdout for error
   - extension memory error fix (Karl Eichwalder)
   - header path fixes (Steve Ball)
   - added saxon:line-number() to libexslt (Brett Kail)
   - Fix some tortuous template problems when using predicates (William
    Brack)
   - Debugger status patch (Kasimier Buchcik)
   - Use new libxml2-2.6.x APIs for faster processing
   - Make sure xsl:sort is empty
   - Fixed a bug in default processing of attributes
   - Removes the deprecated breakpoint library
   - detect invalid names on templates (William Brack)
   - fix exslt:document (and similar) base handling problem

Revision 1.29 / (download) - annotate - [select for diffs], Sun Nov 2 07:02:32 2003 UTC (8 years, 6 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

I'm the new maintainer.

Revision 1.28 / (download) - annotate - [select for diffs], Thu Oct 16 13:15:23 2003 UTC (8 years, 7 months ago) by kim
Branch: MAIN
Changes since 1.27: +1 -3 lines
Diff to previous 1.27 (colored)

Back out previous -- need for threads was caused by old libxml2, and
textproc/libxml2/buildlink2.mk not requiring a recent enough version.

Revision 1.27 / (download) - annotate - [select for diffs], Thu Oct 16 04:23:29 2003 UTC (8 years, 7 months ago) by kim
Branch: MAIN
Changes since 1.26: +3 -1 lines
Diff to previous 1.26 (colored)

This package uses threads, so include mk/pthread.buildlink2.mk

Revision 1.26 / (download) - annotate - [select for diffs], Sun Oct 5 10:28:42 2003 UTC (8 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

Update to 1.0.33:
This is a bugfix only release   - error message missing argument (William Brack)
- mode not cascaded in template fallbacks (William Brack)
- catch redefinition of parameter/variables  (William Brack)
- multiple keys with same namespace name (William Brack)
- patch for compilation using MingW on Windows (Mikhail Grushinskiy)
- header export macros for Windows (Igor Zlatkovic)
- cdata-section-elements handling of namespaced names
- compilation without libxml2 XPointer support (Mark Vadoc)
- apply-templates crash (William Brack)
- bug with imported templates (William Brack)
- imported attribute-sets merging bug (DocBook) (William Brack)

Revision 1.25 / (download) - annotate - [select for diffs], Fri Aug 29 11:25:20 2003 UTC (8 years, 8 months ago) by xtraeme
Branch: MAIN
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored)

Updated to 1.0.32

Changes:

1.0.32: Aug 9 2003:
   - bugfixes: xsltSaveResultToFile() python binding (Chris Jaeger), EXSLT
    function (William Brack), RVT for globals (William Brack), EXSLT date
    (William Brack),
    speed of large text output, xsl:copy with attributes, strip-space and
    namespaces prefix, fix for --path xsltproc option, EXST:tokenize (Shaun
    McCance), EXSLT:seconds (William Brack), sort with multiple keys (William
    Brack), checking of { and } for attribute value templates (William
    Brack)
   - Python bindings for extension elements (Sean Treadway)
   - EXSLT:split added (Shaun McCance)
   - portability fixes for HP-UX/Solaris/IRIX (William Brack)
   - doc cleanup

Closes my own PR pkg/22609.

Revision 1.24 / (download) - annotate - [select for diffs], Tue Aug 5 21:04:51 2003 UTC (8 years, 9 months ago) by skrll
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Nits

Revision 1.23 / (download) - annotate - [select for diffs], Thu Jul 17 22:54:30 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.22 / (download) - annotate - [select for diffs], Sun Jul 13 13:53:34 2003 UTC (8 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.21: +2 -1 lines
Diff to previous 1.21 (colored)

PKGREVISION bump for libiconv update.

Revision 1.21 / (download) - annotate - [select for diffs], Fri Jul 11 23:43:52 2003 UTC (8 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.20: +4 -2 lines
Diff to previous 1.20 (colored)

Update to 1.0.31; add test target.
New since 1.0.30:
   - bugfixes: xsl:copy on namespace nodes, AVT for xsl:sort order, fix for
    the debugger (Keith Isdale), output filename limitation, trio.h and
    triodef.h added (Albert Chin), EXSLT node-set (Peter Breitenlohner),
    xsltChoose and whitespace (Igor Zlatkovic),
    stylesheet compilation (Igor Zlatkovic), NaN and sort (William Brack),
    RVT bug introduced in 1.0.30
   - avoid generating &quot; (fix in libxml2-2.5.8)
   - fix 64bit cleaness problem and compilation troubles introduced in
  1.0.30
   - Windows makefile generation (Igor Zlatkovic)
   - HP-UX portability fix

Revision 1.20 / (download) - annotate - [select for diffs], Mon Jun 2 01:16:37 2003 UTC (8 years, 11 months ago) by jschauma
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.

Revision 1.19 / (download) - annotate - [select for diffs], Tue May 20 05:46:20 2003 UTC (9 years ago) by wiz
Branch: MAIN
Changes since 1.18: +2 -3 lines
Diff to previous 1.18 (colored)

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

Revision 1.18 / (download) - annotate - [select for diffs], Fri May 2 11:56:31 2003 UTC (9 years ago) by wiz
Branch: MAIN
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored)

Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Apr 10 09:44:45 2003 UTC (9 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Update to 1.0.29:
1.0.29: Apr 1 2003:
   - performance improvements especially for large flat documents
   - bug fixes: Result Value Tree handling, XML IDs, keys(), extra namespace
    declarations with xsl:elements.
   - portability: python and trio fixes (Albert Chin), python on Solaris
    (Ben Phillips)

1.0.28: Mar 24 2003:
   - fixed node() in patterns semantic.
   - fixed a memory access problem in format-number()
   - fixed stack overflow in recursive global variable or params
   - cleaned up Result Value Tree handling, and fixed a couple of old bugs
    in the process

Revision 1.16 / (download) - annotate - [select for diffs], Tue Mar 4 16:54:39 2003 UTC (9 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

Update to 1.0.27.
* bug fixes: spurious xmlns:nsX="" generation, serialization bug
  (in libxml2), a namespace copy problem, errors in the RPM spec
  prereqs
* Windows path canonicalization and document cache fix (Igor)

Revision 1.15 / (download) - annotate - [select for diffs], Mon Feb 24 20:45:19 2003 UTC (9 years, 3 months ago) by jmmv
Branch: MAIN
Changes since 1.14: +3 -2 lines
Diff to previous 1.14 (colored)

Update to 1.0.26.  Author does not maintain a file that outlines main changes
between versions, but it seems that most of them are bugfixes.

This closes PR pkg/20300 by Juan RP.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Nov 6 21:59:29 2002 UTC (9 years, 6 months ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.13: +1 -1 lines
Diff to previous 1.13 (colored)

Downgrade the "libxslt" package to version 1.0.21 on a suggestion by
Nick Hudson. This finally fixes the build problems in KDE 2.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Oct 29 11:37:40 2002 UTC (9 years, 6 months ago) by martti
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Updated libxslt to 1.0.22

* bug fixes

Revision 1.12 / (download) - annotate - [select for diffs], Thu Oct 3 14:06:17 2002 UTC (9 years, 7 months ago) by martti
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

Updated libxslt to 1.0.21

* bug fixes

Revision 1.11 / (download) - annotate - [select for diffs], Tue Oct 1 13:37:07 2002 UTC (9 years, 7 months ago) by markd
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

Be explicit about no python.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Sep 24 14:07:58 2002 UTC (9 years, 8 months ago) by martti
Branch: MAIN
Changes since 1.9: +2 -3 lines
Diff to previous 1.9 (colored)

Updated libxslt to 1.0.20

* bug fixes

Revision 1.9 / (download) - annotate - [select for diffs], Tue Sep 10 16:06:49 2002 UTC (9 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.8: +2 -5 lines
Diff to previous 1.8 (colored)

Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Aug 25 18:40:13 2002 UTC (9 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.7: +9 -7 lines
Diff to previous 1.7 (colored)

Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Aug 22 11:17:33 2002 UTC (9 years, 9 months ago) by martti
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

Updated libxslt to 1.0.19

* bug fixes
* documentation updates

Revision 1.6.2.2 / (download) - annotate - [select for diffs], Fri Jun 21 23:05:44 2002 UTC (9 years, 11 months ago) by jlam
Branch: buildlink2
Changes since 1.6.2.1: +2 -2 lines
Diff to previous 1.6.2.1 (colored) to branchpoint 1.6 (colored) next main 1.7 (colored)

Rename USE_BUILDLINK2_ONLY to USE_BUILDLINK2 for less verbosity.  Also
convert a few more packages to use the buildlink2 framework.

Revision 1.6.2.1 / (download) - annotate - [select for diffs], Sat May 11 02:09:26 2002 UTC (10 years ago) by jlam
Branch: buildlink2
Changes since 1.6: +9 -9 lines
Diff to previous 1.6 (colored)

First pass at conversion of various packages to use the buildlink2
framework.  Add many buildlink2.mk files to add to the framework.  Please
see buildlink2.txt for more details.

Revision 1.6 / (download) - annotate - [select for diffs], Mon May 6 08:10:26 2002 UTC (10 years ago) by rh
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, buildlink2-base
Branch point for: buildlink2
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Update libxslt to 1.0.17.  Changes are mainly bugfixes, but also include
additional usage templates and examples.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jan 29 07:40:45 2002 UTC (10 years, 3 months ago) by martti
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Updated libxslt to 1.0.9 (provided by Shell Hung in pkg/15078)

- documentations updated
- applied Keith Isdale patch for debugger glue
- replaced breakpoint module
- more bugs fixed

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jan 22 08:35:02 2002 UTC (10 years, 4 months ago) by skrll
Branch: MAIN
Changes since 1.3: +3 -1 lines
Diff to previous 1.3 (colored)

Make sure we get a version of libxml2 that the configure script wants.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Dec 12 04:53:40 2001 UTC (10 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

Add perl buildlink (needed for tests during install)

Revision 1.2 / (download) - annotate - [select for diffs], Fri Dec 7 04:50:42 2001 UTC (10 years, 5 months ago) by jlam
Branch: MAIN
Changes since 1.1: +3 -2 lines
Diff to previous 1.1 (colored)

Really buildlink'ify by using the xml2-config buildlink wrapper instead of
the real one, and move the HTML documentation to ${PREFIX}/share/doc/html.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Nov 23 08:34:25 2001 UTC (10 years, 6 months ago) by martti
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

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

Submitted in pkg/14688 by Mark Davies.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Nov 23 08:34:25 2001 UTC (10 years, 6 months ago) by martti
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>