Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/utils
In directory usw-pr-cvs1:/tmp/cvs-serv9159

Added Files:
        cannadic-0.94e-1.info 
Log Message:
New package.

--- NEW FILE: cannadic-0.94e-1.info ---
Package: cannadic
Version: 0.94e
Revision: 1
Depends: canna (= 3.6-1)
Source: http://cannadic.oucrc.org/%n-%v.tar.gz
Source-MD5: 4fd02b8bd040245c9d172efc52a30b3e
CompileScript: make maindic
InstallScript: <<
  install -d -m 755 %i/var/lib/canna/dic/canna
  install -o canna -g canna -m 644 gcanna.cbd gcanna.cld gcannaf.t  
%i/var/lib/canna/dic/canna/
  install -d -m 755 %i/var/lib/canna/dics.d
  echo "gcanna.cbd(gcanna.mwd) -gcanna---" >>/%i/var/lib/canna/dics.d/01cannadic
  echo "gcanna.cld(gcanna.mwd) -gcanna---" >>/%i/var/lib/canna/dics.d/01cannadic
  echo "gcannaf.t(.swd) -gcannaf---" >>/%i/var/lib/canna/dics.d/01cannadic
<<
DocFiles: COPYING README
PostInstScript: <<
  update-canna-dics-dir
  cannakill >/dev/null 2>&1 || true
  cannaserver >/dev/null 2>&1 || true
<<
PreRmScript: <<
  if [ "$1" != upgrade ]; then
    update-canna-dics-dir 2>&1 || true
    cannakill >/dev/null 2>&1 || true
    cannaserver >/dev/null 2>&1 || true
  fi
<<
Description: Japanese kana-kanji conversion dictionary for canna
DescDetail: <<
'cannadic' is Japanese kana-kanji conversion dictionary for Canna. This
dictionary has been compiled as a supplement/replacement to the dictionaries
distributed together with Canna3.5b2. Currently main dictionary and suffix-
and prefix-dictionary together contain over 140000 words.
<<
DescUsage: <<
To use cannadic, you should add the entry of cannadic to your ~/.canna
file.

example of .canna file:
  (use-dictionary
   "gcanna"    ; add cannadic entry
   "gcannaf"   : add cannadic entry
   ;;"iroha"   ; comment out iroha (conflicts with cannadic)
   "fuzokugo"
   "hojomwd"
   "hojoswd"
   :bushu "bushu"
   :user "user"
   )

Additionally, you should create personal learning file of dictionary.

  $ mkdic -fq gcanna

If you are asked to overwrite existing one or not, you should answer yes.
<<
License: GPL
Maintainer: Masanori Sekino <[EMAIL PROTECTED]>
Homepage: http://cannadic.oucrc.org



-------------------------------------------------------
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to