Subject: CVS commit: pkgsrc/textproc/scrollkeeper
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 01/23/2004 16:55:37
Module Name: pkgsrc
Committed By: jmmv
Date: Fri Jan 23 16:55:37 UTC 2004
Modified Files:
pkgsrc/textproc/scrollkeeper: INSTALL Makefile PLIST distinfo
pkgsrc/textproc/scrollkeeper/patches: patch-ac
Removed Files:
pkgsrc/textproc/scrollkeeper/patches: patch-aa patch-ab patch-ae
Log Message:
Update to 0.3.14. Changes since 0.3.12:
0.3.14
=======
- Build fixes:
- Correct problem with distributed intltool scripts.
- Update rpm spec file.
0.3.13
=======
- Runtime fixes:
- Use a per-user directory for storing the extracted contents files.
This avoids problems when multiple users share /tmp and use
scrollkeeper.
- Do XInclude processing on documents before extracting information.
- By default, do not use the network to retrieve required DTDs.
- Can be changed using the '-n' parameter to
scrollkeeper-install and friends.
- Do not segfault if an OMF file is invalid.
- Build fixes:
- Install various package documentation files.
- Tidy up the build process a little bit and fix some portability bugs.
- Update included gettext code.
- Build fixes for specific platforms (Solaris and *BSD systems).
- Detect installed version of the DocBook DTD at build time.
- Allow the location of system XML catalog to be specified.
- see the --with-xml-catalog flag.
- Install locale-specific program files correctly (i.e. portably).
- Allow scrollkeeper data directory to be customised
- see the --with-partial-db-dir flag.
- Upgrade supplied gettext and automake versions.
- Miscellaneous:
- Correctly register translated versions of documents by considering
their category, rather than their titles.
- Don't leak file descriptors when updating the database. This fixes
resource starvation problems on some systems.
- Fix some memory leaks.
- Should now work with IPv6-enabled systems.
- When using a non-default prefix, the scrollkeeper log files are
updated correctly.
- Many Sourceforge bug tracker bugs fixed and all outstanding patches
in the patch tracker evaluated and applied if appropriate.
- Translations updated.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/textproc/scrollkeeper/INSTALL
cvs rdiff -r1.16 -r1.17 pkgsrc/textproc/scrollkeeper/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/textproc/scrollkeeper/PLIST
cvs rdiff -r1.8 -r1.9 pkgsrc/textproc/scrollkeeper/distinfo
cvs rdiff -r1.5 -r0 pkgsrc/textproc/scrollkeeper/patches/patch-aa
cvs rdiff -r1.3 -r0 pkgsrc/textproc/scrollkeeper/patches/patch-ab
cvs rdiff -r1.4 -r1.5 pkgsrc/textproc/scrollkeeper/patches/patch-ac
cvs rdiff -r1.2 -r0 pkgsrc/textproc/scrollkeeper/patches/patch-ae
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.