chise-core / chise-base 0.25 released.

守岡知彦 / MORIOKA Tomohiko tomo at kanji.zinbun.kyoto-u.ac.jp
Wed Jun 16 20:14:06 JST 2010


CHISE-core / CHISE-base Version 0.25 is released.

They are available at

  CHISE-core:
      http://chise.zinbun.kyoto-u.ac.jp/chise/dist/base/chise-core-0.25.tar.gz

  CHISE-base:
      http://chise.zinbun.kyoto-u.ac.jp/chise/dist/base/chise-base-0.25.tar.gz


Major Changes
=============

- MacPorts support (see below)
- fonts installation (chise-fonts-installer)



What is CHISE-core/CHISE-base
=============================

CHISE-core is a package to install core functionalities of the CHISE
environment.  It contains the Concord Library, the CHISE Library
(libchise) and the CHISE character ontology (chise-db).  You can
install them easily.

CHISE-base is also an installation package, but it supports not only
libchise but also XEmacs CHISE environment.  It contains whole
elements of CHISE-core, XEmacs CHISE, tomoyo-tools (an Emacs Lisp
utilities about character database for XEmacs CHISE) and the CHISE-IDS
package.


PREREQUISITES
=============

Please install
 - Berkeley DB Version 3 or later
before installing CHISE-core.

If you install CHISE-base, please install additional libraries to
install XEmacs.


CONFIGURATION
=============

In the top level directory of the CHISE-core/base distribution, run
the program `configure' as follows:

  % ./configure


Installing CHISE-core
=====================

Type `make install-core' as follows:

  % make install-core


Installing CHISE-base
=====================

Type `make install-base' as follows:

  % make install-base

Even if you get the CHISE-core package, it is available if you can use
a networking environment and it passes the CVS pserver protocol.  In
that case, the CHISE-core installer gets the sources of CHISE-base
from cvs.m17n.org via anonymous CVS.


Installing CHISE-base in Debian
===============================

If you use Debian (etch or later) and your account can use `sudo'
command, you can use a installer script `bootstrap.debian' as follows:

  % ./bootstrap.debian

It installs some Debian packages and some Emacs Lisp packages for
CHISE-base environment.

This feature is not so tested yet.  So we hope you will report your
installation result.


Installing CHISE-base in Mac OS X with Fink
===========================================

If you use Fink in Mac OS X (10.5 or later), you can use a installer
script `bootstrap.fink' as follows:

  % ./bootstrap.fink

It installs some Fink packages and some Emacs Lisp packages for
CHISE-base environment.

This feature is not so tested yet.  So we hope you will report your
installation result.


Installing CHISE-base in Mac OS X with MacPorts
===============================================

If you use MacPorts in Mac OS X (10.5 or later), you can use a
installer script `bootstrap.macports' as follows:

  % ./bootstrap.macports

It installs some Fink packages and some Emacs Lisp packages for
CHISE-base environment.

This feature is not so tested yet.  So we hope you will report your
installation result.


Changes
=======
2010-06-16  MORIOKA Tomohiko  <tomo at kanji.zinbun.kyoto-u.ac.jp>

	* chise-base 0.25 released.

	* Makefile.in (distclean): Add cleaner for chise-fonts-installer/.
	(cvs-base-clean): Delete apel/ and chise-fonts-installer/.

2010-06-16  MORIOKA Tomohiko  <tomo at kanji.zinbun.kyoto-u.ac.jp>

	* Makefile.in (tar-base): Add `chise-fonts-installer'.

	* configure.in (AC_INIT): Update to 0.25.

2009-12-10  MORIOKA Tomohiko  <tomo at kanji.zinbun.kyoto-u.ac.jp>

	* bootstrap.fink:
	- Omit `coreutils-default'.
	- Install `wget'.

	* Makefile.in (FONTS_OPTS): New variable.
	(config-fonts): New target.
	(chise-fonts-installer/config.h): New target.
	(build-fonts): New target.
	(install-fonts): New target.
	(install-base): Call `install-fonts'.
	(chise-fonts-installer): New target.

2009-12-10  MORIOKA Tomohiko  <tomo at kanji.zinbun.kyoto-u.ac.jp>

	* bootstrap.fink: Use db48 instead db44.

2009-07-16  MORIOKA Tomohiko  <tomo at kanji.zinbun.kyoto-u.ac.jp>

	* bootstrap.debian: Install `xbitmaps'.

2009-03-12  MORIOKA Tomohiko  <tomo at kanji.zinbun.kyoto-u.ac.jp>

	* README.en (updating): New subsection.

2008-10-28  MORIOKA Tomohiko  <tomo at kanji.zinbun.kyoto-u.ac.jp>

	* Makefile.in ($(LIBDIR)/xemacs/xemacs-packages): Don't install
	`apel'.

2008-10-14  MORIOKA Tomohiko  <tomo at kanji.zinbun.kyoto-u.ac.jp>

	* bootstrap.debian: Install `make' and `g++'.

2008-07-31  MORIOKA Tomohiko  <tomo at kanji.zinbun.kyoto-u.ac.jp>

	* Makefile.in (build-xemacs): Use LC_ALL instead of LANG.
	(install-apel): Likewise.

2008-07-22  MORIOKA Tomohiko  <tomo at kanji.zinbun.kyoto-u.ac.jp>

	* bootstrap.macport, bootstrap.macports: Rename
	`bootstrap.macport' to `bootstrap.macports'.

2008-07-21  MORIOKA Tomohiko  <tomo at kanji.zinbun.kyoto-u.ac.jp>

	* bootstrap.macport: New file.

	* bootstrap.fink: Specify --with-site-includes,
	--with-site-libraries and --with-canna.

	* configure.in (xemacs_configure_args): New SUBST.
	(--with-site-includes=PATH): New argument.
	(--with-site-libraries=PATH): New argument.
	(--with-canna): New argument.

	* Makefile.in (XEMACS_OPTS): Use @xemacs_configure_args@ instead
	of $(OPTS).


Happy Hacking!
-- 
tomo.




More information about the CHISE-en mailing list