<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/textproc/libxslt, branch pkgsrc_2004Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2004-10-31T11:01:23Z</updated>
<entry>
<title>update to libxslt-1.1.12</title>
<updated>2004-10-31T11:01:23Z</updated>
<author>
<name>recht</name>
<email>recht</email>
</author>
<published>2004-10-31T11:01:23Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6c6f8b56f8b09bd0c85fde22784e6eff9607fb68'/>
<id>urn:sha1:6c6f8b56f8b09bd0c85fde22784e6eff9607fb68</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Update textproc/libxslt to 1.1.11.</title>
<updated>2004-10-25T08:35:09Z</updated>
<author>
<name>xtraeme</name>
<email>xtraeme</email>
</author>
<published>2004-10-25T08:35:09Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=89c635273c8de9d6b64ab3a1de0333a4b066ec3c'/>
<id>urn:sha1:89c635273c8de9d6b64ab3a1de0333a4b066ec3c</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10</title>
<updated>2004-10-03T00:12:51Z</updated>
<author>
<name>tv</name>
<email>tv</email>
</author>
<published>2004-10-03T00:12:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b5510d5a2d7f9a1406603d922ae5d8548950233c'/>
<id>urn:sha1:b5510d5a2d7f9a1406603d922ae5d8548950233c</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.</title>
<updated>2004-09-22T08:09:14Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-09-22T08:09:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=08039266e343e3cb99feb5cbfd5fd9acf006ac97'/>
<id>urn:sha1:08039266e343e3cb99feb5cbfd5fd9acf006ac97</id>
<content type='text'>
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
</content>
</entry>
<entry>
<title>Update to 1.1.10:</title>
<updated>2004-09-02T11:18:10Z</updated>
<author>
<name>jmmv</name>
<email>jmmv</email>
</author>
<published>2004-09-02T11:18:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d016011daea1e103ab47cf3869ec85a2744a0b1e'/>
<id>urn:sha1:d016011daea1e103ab47cf3869ec85a2744a0b1e</id>
<content type='text'>
   - 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
</content>
</entry>
<entry>
<title>update to 1.1.9</title>
<updated>2004-08-24T11:53:32Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2004-08-24T11:53:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c7fff926c3c0c281571457c55ffa6366c84d2f24'/>
<id>urn:sha1:c7fff926c3c0c281571457c55ffa6366c84d2f24</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Raise DEPENDS to the latest and greatest (1.1.8) since, as noted by wiz,</title>
<updated>2004-07-06T16:28:12Z</updated>
<author>
<name>recht</name>
<email>recht</email>
</author>
<published>2004-07-06T16:28:12Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f3e63bf7d987d74c4cc53f85a07a9459767bcb7a'/>
<id>urn:sha1:f3e63bf7d987d74c4cc53f85a07a9459767bcb7a</id>
<content type='text'>
we have to do a recursive PKGREVISION bump anyway since libxslt now needs
libgcrypt..
</content>
</entry>
<entry>
<title>libxslt needs libgcrypt to build</title>
<updated>2004-07-06T15:06:19Z</updated>
<author>
<name>recht</name>
<email>recht</email>
</author>
<published>2004-07-06T15:06:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9f38238d82b4bd8e12080248177b717d3836d774'/>
<id>urn:sha1:9f38238d82b4bd8e12080248177b717d3836d774</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update textproc/libxslt to 1.1.8.</title>
<updated>2004-07-06T13:58:55Z</updated>
<author>
<name>xtraeme</name>
<email>xtraeme</email>
</author>
<published>2004-07-06T13:58:55Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e7d1925209e09110749226bff50953d35fb3d264'/>
<id>urn:sha1:e7d1925209e09110749226bff50953d35fb3d264</id>
<content type='text'>
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)
</content>
</entry>
<entry>
<title>update to 1.1.7 and take maintainership</title>
<updated>2004-07-01T15:14:23Z</updated>
<author>
<name>recht</name>
<email>recht</email>
</author>
<published>2004-07-01T15:14:23Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4c7bb117bdb1fc36c353aec682f08d99c6346d02'/>
<id>urn:sha1:4c7bb117bdb1fc36c353aec682f08d99c6346d02</id>
<content type='text'>
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
</content>
</entry>
</feed>
