Subject: CVS commit: pkgsrc/textproc/eb
To: None <pkgsrc-changes@netbsd.org>
From: Masao Uebayashi <uebayasi@netbsd.org>
List: pkgsrc-changes
Date: 03/14/2002 15:54:06
Module Name: pkgsrc
Committed By: uebayasi
Date: Thu Mar 14 13:54:05 UTC 2002
Modified Files:
pkgsrc/textproc/eb: Makefile PLIST distinfo
Added Files:
pkgsrc/textproc/eb: buildlink.mk
Log Message:
Update EB from 3.0 to 3.2.1.
* Fix a bug in text read routine when using 'appendix'.
* Import zlib-1.1.4.
* If the EB_DEBUG environment variable is defined, EB Library outputs
messages for debugging.
`--enable-debug' option of configure is removed.
* Fix a critical bug in decompression of EBZIP compression format.
* The maximum compression level of ebzip is changed from 3 to 5.
* Implement eb_backward_text() and revise eb_forward_text().
* The EB Library programming document (Japanese edition) is back.
* Fix bugs in compressed S-EBXA support.
* Add debug codes.
Those codes are enabled by `configure --enable-debug'.
* Rename eb_initialize_all_subbooks() to
eb_load_all_subbooks(), and
eb_initialize_all_appendix_subbooks() to
eb_load_all_appendix_subbooks(). For backward
compatibility, the old function names are defined as cpp
macros.
* Support for DUDEN EBG CD-ROMs is back.
* Fix a bug in handling of CD-ROM mounted on the root directory.
* Overhaul initialization and finalization routines in the library.
* Support compressed S-EBXA CD-ROM book.
Support Nippon daihyakka zensho, accessories to Sony
DataDiscMan DP-S1000.
* New appendices (crownfj2, crowngj).
* And many bug fixes.
Besides, add a brand new buildlink.mk.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/textproc/eb/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/textproc/eb/PLIST pkgsrc/textproc/eb/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/textproc/eb/buildlink.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.