Commit graph

22 commits

Author SHA1 Message Date
seb
56b682547a USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:59:08 +00:00
seb
38cd119b43 Convert to USE_NEW_TEXINFO. 2003-08-03 00:30:43 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
salo
f4781886b6 Updated to version 3.3.2.
Addresses PR pkg/21116 by Makoto Fujiwara.

Changes:

- honour PKG_SYSCONFDIR
- add another two appendixes
- delint

3.3.2:
======
- Fix version number of the shared library.
- Support for Nichi-Ei-Futsu Jiten (YRRS-059).

3.3.1:
======
- Support for EPWING Geinus Eiwa Daijiten.
- Fix a bug in handling of multi-search.
- Fix a bug of debug mode.

3.3:
====
- Fix a bug of eb_read_binary_mpeg().

3.3beta3:
=========
- Fix multi search.
- Fix some minor bugs.

3.3beta2:
=========
- Fix some serious and minor bugs.
- Install `eb3.m4' in `$(datadir)/aclocal'.

3.3beta1:
=========
- Fix some bugs.

3.3beta0:
=========
- Revise file name and compression type detection codes for EPWING.
- The eb_multi_title() function is added, which gets a title of the
  specified multi search.
  Using this function, the `ebinfo' command also outputs multi search
  titles when `--multi-search' (or `-m') option is specified.
- Fix a bug of `ebrefile'.
- Add two text hooks for inline image support.
2003-04-13 01:29:15 +00:00
wiz
16533e6d57 Update checksum for LIST and LIST-ja. Change: one new title (CD-ROM ban
Genius Eiwa Waei Jiten).  Addresses PR 20665.
2003-03-11 23:37:27 +00:00
cjep
be016a2a13 Fix package (broken in recent i386 bulk build) and fully update to 3.2.3.
* Use genius2-1.1.
* Fix distinfo to match Makefile distfile list.

Changes since 3.2.2 include:
* eb/subbook.c (eb_set_subbook_epwing): Open `honmon2' for
  sound or graphic file if `honmong' or `honmons' doesn't exist.
* eb/binary.c (eb_set_binary_wave): Fix a bug that the function
  composes broken WAVE header.
* eb/text.h, eb/readtext.c: Define `EB_HOOK_BEGIN_DECORATION' and
  `EB_HOOK_END_DECORATION', requested from Kenichi SUTO.
2003-02-08 12:38:08 +00:00
uebayasi
ca5aa6ba12 Update my email address. 2003-02-06 04:24:11 +00:00
wiz
58983cd584 Unused. 2002-10-05 03:10:54 +00:00
jlam
e2afa97f51 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.
2002-08-25 18:38:05 +00:00
uebayasi
f9e8f6332a Updated to 3.2.2.
* Fix bug in handling of appendix.
	* Fix gettext message catalogs.

Besides these, eb.conf is properly fixed in buildlink.mk so that headers/
libraries can be found in the right paths. Bump BUILDLINK_DEPENDS.eb.
2002-06-12 01:14:49 +00:00
uebayasi
5a466ab43b Add missing DEPENDS+=... line, which caused applications fail to build with.
Reported by Koji Kondo <koji@iijmio-mail.jp>.
2002-03-22 03:57:54 +00:00
wiz
f0d6b5d2e9 Typo fixes. 2002-03-15 12:21:06 +00:00
uebayasi
4dc35076af * Slight revision.
* While spaces.
2002-03-15 08:05:53 +00:00
uebayasi
ef3369cffa 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.
2002-03-14 13:54:04 +00:00
seb
66111c6d15 Introduce new framework for handling info files generation and installation.
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
    removal of USE_GTEXINFO
    INSTALL_INFO added to PLIST_SUBST
    `${INSTALL_INFO}' replace `install-info' in target rules
    print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
  makeinfo command usage

See -newly added by this commit- section 10.24 of Packages.txt for
further information.
2002-02-18 15:14:00 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
c96c9806bc Remove commented USE_LIBINTL definitions ... we already use the
gettext-lib/buildlink.mk file.
2001-10-27 07:00:52 +00:00
jlam
1d2921d76d Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-28 20:11:49 +00:00
jtb
37dab3592a Update to eb-3.0. Update provided by Masao Uebayashi
<uebayasi@soum.co.jp> in PR pkg/13106.


Major changes in release 3.0:

* LANGUAGE data in EB is no longer supported.

Major changes in release 3.0beta1:

* ebrefile is re-written with C.
  Japanese message catalog is also available.
* Fix some bugs.

Major changes in release 3.0beta0:

* Support linintl of GNU gettext 0.10.36.
  Now utility tools in this package link libiconv, if available.
  `--with-iconv-includes' and `--with-iconv-libraries' options are added
  to `configure'.
* libintl source is deleted.
  Also `--with-included-gettext' option is deleted from configure.
  If libintl is not found on the system, NLS support is disabled.
* Support monochrome graphic data of EPWING and EB.
* ebzip supports movie, graphic, and sound data files.
  `-s' and `--skip-content' option is added.
* Fix many minor bugs.

Major changes in release 3.0alpha4:

* Support EPWING movie, and color graphic, data.
* For EB Library application, provide M4 macro file `eb3.m4'.
  (autoconf 2.49 is required.)

Major changes in release 3.0alpha3:

* Text hook API is revised.

Major changes in release 3.0alpha2:

* Fix many bugs.

Major changes in release 3.0alpha1:

* Supprt EPWING V6 compression format.
* Ignore case and suffix inconsistency between file and/or directory names.
* Delete `--suffix' and `--case' options from ebzip.
* Font API is slightly changed.
* Fix lots of minor bugs.

Major changes in release 3.0alpha0:

* Support multi search.
* Support keyword search.
* National language support with GNU gettext.
  Japanese message catalog is available.
* Experimental Ptheads support.
  The new option `--enable-pthreads' is added to `configure'.
* configure automatically detects zlib.
* API is changed.
  It has some incompatibities to version 2.x API.
* Fix many minor bugs.
2001-06-20 06:27:19 +00:00
agc
b7e3531849 Add two files which were missed off the original PLIST, with thanks to the
guys who implemented the "leftovers" list from the bulk builds.
2001-05-09 15:52:39 +00:00
agc
0ecaf38429 Initial import of eb-2.3.8 into the packages collection.
Provided in PR 12612 by Masao Uebayashi (uebayasi@soum.co.jp),
slightly modified by myself.

EB Library is a C library for accessing CD-ROM books.  EB Library
supports to access CD-ROM books of EB, EBG, EBXA and EPWING formats.
CD-ROM books of those formats are popular in Japan.

You can get information about EB Library from their website.
WWW: http://www.sra.co.jp/people/m-kasahr/eb/
2001-04-27 11:18:27 +00:00