diff options
author | matusita <matusita@FreeBSD.org> | 2004-10-30 22:20:21 +0800 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2004-10-30 22:20:21 +0800 |
commit | dc26b3103c0ad9fd1f70087511d5b164a4a08eff (patch) | |
tree | c91d14f54eff96a9781854dd9be4ac0522499830 /japanese/skk-jisyo/distinfo | |
parent | c9dc5f89ec8b06f715e74d7a86c2df4fdc0cc056 (diff) | |
download | freebsd-ports-gnome-dc26b3103c0ad9fd1f70087511d5b164a4a08eff.tar.gz freebsd-ports-gnome-dc26b3103c0ad9fd1f70087511d5b164a4a08eff.tar.zst freebsd-ports-gnome-dc26b3103c0ad9fd1f70087511d5b164a4a08eff.zip |
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
Diffstat (limited to 'japanese/skk-jisyo/distinfo')
-rw-r--r-- | japanese/skk-jisyo/distinfo | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/japanese/skk-jisyo/distinfo b/japanese/skk-jisyo/distinfo index a4a15f78fe57..3d10ae5a45b4 100644 --- a/japanese/skk-jisyo/distinfo +++ b/japanese/skk-jisyo/distinfo @@ -1,6 +1,6 @@ -MD5 (skk-jisyo/SKK-JISYO.L.200408.gz) = 8ff73f84557c7de2de709723b6ea7e21 -SIZE (skk-jisyo/SKK-JISYO.L.200408.gz) = 1374640 -MD5 (skk-jisyo/SKK-JISYO.M.200408.gz) = a74a489dff168abc2bf1bd94cb8af325 -SIZE (skk-jisyo/SKK-JISYO.M.200408.gz) = 65385 -MD5 (skk-jisyo/SKK-JISYO.S.200408.gz) = 2b507b98aceab0d896f6a29f9ebc7ac6 -SIZE (skk-jisyo/SKK-JISYO.S.200408.gz) = 28096 +MD5 (skk-jisyo/SKK-JISYO.L.200410.bz2) = 5cbe6dfcbc75128fbd5d0f5772551f21 +SIZE (skk-jisyo/SKK-JISYO.L.200410.bz2) = 1365374 +MD5 (skk-jisyo/SKK-JISYO.M.200410.bz2) = 7a33898e8a5c549def05a0b093d1a782 +SIZE (skk-jisyo/SKK-JISYO.M.200410.bz2) = 62542 +MD5 (skk-jisyo/SKK-JISYO.S.200410.bz2) = 5c0b82c2acc571f4d54f094b5d50601c +SIZE (skk-jisyo/SKK-JISYO.S.200410.bz2) = 25955 |