Hiroyuki Komatsu
komat****@users*****
2005年 1月 29日 (土) 21:36:50 JST
Index: prime-dict/configure.in diff -u prime-dict/configure.in:1.17 prime-dict/configure.in:1.18 --- prime-dict/configure.in:1.17 Thu Dec 30 21:44:51 2004 +++ prime-dict/configure.in Sat Jan 29 21:36:49 2005 @@ -1,5 +1,5 @@ dnl configure.in: Creates a configure script for prime-dict of PRIME. -dnl $Id: configure.in,v 1.17 2004/12/30 12:44:51 komatsu Exp $ +dnl $Id: configure.in,v 1.18 2005/01/29 12:36:49 komatsu Exp $ dnl dnl Copyright (C) 2003 Hiroyuki Komatsu <komat****@taiya*****> dnl All rights reserved. @@ -9,14 +9,14 @@ dnl the GNU General Public License version 2. # Process this file with autoconf to produce a configure script. -AC_INIT(prime-dict, 0.8.6, komat****@taiya*****, +AC_INIT(prime-dict, 0.8.7, komat****@taiya*****, [Dictionaries of PRIME]) AC_PREREQ(2.53) AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION) # AM_MAINTAINER_MODE AC_INIT_DEFAULT_VALUES -AC_SUBST(DATE, "2004-12-30") +AC_SUBST(DATE, "2004-01-29") MY_AC_PROG_RUBY Index: prime-dict/Makefile.am diff -u prime-dict/Makefile.am:1.6 prime-dict/Makefile.am:1.7 --- prime-dict/Makefile.am:1.6 Thu Dec 30 21:44:51 2004 +++ prime-dict/Makefile.am Sat Jan 29 21:36:49 2005 @@ -1,5 +1,5 @@ # Makefile.am: Template of Automake for prime-dict. -# $Id: Makefile.am,v 1.6 2004/12/30 12:44:51 komatsu Exp $ +# $Id: Makefile.am,v 1.7 2005/01/29 12:36:49 komatsu Exp $ # # Copyright (C) 2003 Hiroyuki Komatsu <komat****@taiya*****> # All rights reserved. @@ -24,7 +24,7 @@ cygwin: rm -rf cygwin/ ./configure --prefix `pwd`/cygwin/usr/local \ - --with-rubydir=/usr/lib/ruby/site_ruby/1.8 + --with-rubydir=`pwd`/cygwin/usr/lib/ruby/site_ruby/1.8 make install cd cygwin ; tar cjf $(PACKAGE)-$(VERSION).tar.bz2 usr ; rm -rf usr - rm ./configure + ./configure Index: prime-dict/ChangeLog diff -u prime-dict/ChangeLog:1.21 prime-dict/ChangeLog:1.22 --- prime-dict/ChangeLog:1.21 Thu Dec 30 21:44:51 2004 +++ prime-dict/ChangeLog Sat Jan 29 21:36:49 2005 @@ -1,3 +1,22 @@ +2005-01-29 Hiroyuki Komatsu <komat****@taiya*****> + + * prime-dict-en: 0.8.7 Release. + The list of the source data: + NEW: wordnet (Ver. 20g @ WordNet) + + 21,024 words / 558,489 bytes + + * prime-dict: 0.8.7 Release. + The list of the source data: + UPDATE: SKK-JISYO.L (2005-01-29 @ SKK OpenLab) + KEEP: gcanna.ctd (Ver. 0.95c @ Cannadic Project) + KEEP: gcannaf.ctd (Ver. 0.95c @ Cannadic Project) + UPDATE: prime-newwords.dict (2005-01-29 @ PRIME Project) + KEEP: usage.dict (2004-12-29 @ PRIME Project) + NEW: proverb.dict (2005-01-29 @ PRIME Project) + + 257,124 words / 7,325,556 bytes + 2004-12-30 Hiroyuki Komatsu <komat****@taiya*****> * prime-dict: 0.8.6 Release.