Commit graph

6 commits

Author SHA1 Message Date
Edwin Groothuis
d568611c3e eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 05:52:28 +00:00
Kris Kennaway
e1c7941185 Actually remove the directory upon deinstall (missing %D prefix) 2004-11-24 02:29:48 +00:00
Makoto Matsushita
52784d1110 Take MAINTAINERship from ports@FreeBSD.org (again; I was the MAINTAINER
of this port), and completely rewrite this port in order to install
latest version of dictionaries with less costs.

Major changes are as follows:

* Set DISTFILES to my directory of MASTER_SITE_LOCAL.  This directory
  will contain monthly jisyo snapshot from the original distribution,
  <URL:http://openlab.jp/skk/skk/dic/>.  For less traffic, dictionary
  files are bzip2(1)ed.  Thanks to cron(8), I can update my MASTER_SITE_LOCAL
  directory automatically -- you can see 200411 version of dictionary file
  at Nov/01/2004 (yeah!).
* You can choose which size of dictionary files to be installed. Set
  SKK_JISYO_TYPE to L, M, S, or any combination of these chars.  Default
  to 'L M S' so no files are disappeared with this commit.
* Introduce WITH_SKKJISYO_DELCOMMENTS, to delete annotations of any
  dictionaries (at this time, only SKK-JISYO.L have annotations).
  If you 1) don't want any annotations, 2) want to save disk space, or
  3) have a client which doesn't aware annotations, use this option:
  i.e., "make WITH_SKKJISYO_DELCOMMENTS=yes".
* Introduce WITH_SKKJISYO_CDB, to build CDB version of dictionaries.
  In previsous version of ports, it is assumed that CDB version is
  already made.  However, it seems that the maintenance cost is not
  so cheap; ports/japanese/skk-jisyo-cdb is broken at least two months.
  I'm trying to contact the MAINTAINER of ports/japanese/skk-jisyo-cdb;
  with this change, ports/japanese/skk-jisyo-cdb can be changed more
  simple one.
* While I'm here, employ PLIST_FILES to simplify pkg-plist.

I've tested as much as possible including option combinations, "make
package", and pkg_add/delete.  But if you find that I made a mistake,
please let me know.

Tested by: rushani
Suggestion from: nork
2004-10-30 14:20:21 +00:00
Yoichi NAKAYAMA
cfa79909bf Add skk-jisyo-cdb, SKK dictionary files in another format.
Submitted by:	YANO Toru <toru@maid.ne.jp>
		KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp>
2002-09-16 18:35:54 +00:00
Yoichi NAKAYAMA
17cdb66d5f Update to the newest dictionary files.
Take over maintainership.

Approved by:	matusita (previous maintainer)
2002-05-15 12:31:10 +00:00
Jun Kuriyama
9f9e9d2d50 japanese/skk-elisp:
Emacs-lisp frontend for the SKK Japanese-input software.
japanese/skk-jisyo:
  Jisyo (dictionary) file for the SKK Japanese-input software.
japanese/skk-tools:
  Jisyo-tools for the SKK Japanese-input software.
japanese/skkserv:
  Dictionary server for the SKK Japanese-input software.

PR:		ports/8705 (part of)
Submitted by:	Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>

Note:
  This PR cannot close until I commit japanese/skk meta-port
and take some tweaks.  Please wait.
1998-12-15 15:22:46 +00:00