diff options
author | obache <obache> | 2008-01-21 02:06:49 +0000 |
---|---|---|
committer | obache <obache> | 2008-01-21 02:06:49 +0000 |
commit | 99a2d850bfa1a72e320da79a1ac011c6b2e3dad0 (patch) | |
tree | d19325d50285573f397df3e7dda61084e55a1f22 /converters | |
parent | 8f3bd7979d901fb37fc4f8e0a6a907e6b5b5e67b (diff) | |
download | pkgsrc-99a2d850bfa1a72e320da79a1ac011c6b2e3dad0.tar.gz |
Update skf to 1.95.3.
patch 3
1. It is corrected that the setting related to fold is not cleared with --reset.
2. The bug to which the line feed code cannot be judged correctly only for one
line the input is corrected.
3. Inputcode() is added to the perl/ruby enhancing (skf bug#10955).
4. The bug that accesses it under KEIS and another specific condition beyond
the limits of the array is corrected.
patch 2
(1) The correction of the FOLD_SUPPORT matter that leaks to the release file by
1.95.1 that the compilation doesn't pass when it is invalid is added.
(2) The judgment condition is mistaken when G3 is replaced at Shift_JIS X 0213
and the matter with the possibility of crashing is corrected.
(3) The trademark of the SoftBank Co. is corrected.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/skf/Makefile | 8 | ||||
-rw-r--r-- | converters/skf/distinfo | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/converters/skf/Makefile b/converters/skf/Makefile index e9d357bee36..5be71c6fee9 100644 --- a/converters/skf/Makefile +++ b/converters/skf/Makefile @@ -1,14 +1,16 @@ -# $NetBSD: Makefile,v 1.12 2007/07/28 13:57:54 obache Exp $ +# $NetBSD: Makefile,v 1.13 2008/01/21 02:06:49 obache Exp $ -DISTNAME= skf_1.95.1 +DISTNAME= skf_1.95.3 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= japanese converters -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=skf/26495/} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=skf/28214/} MAINTAINER= obache@NetBSD.org HOMEPAGE= http://sourceforge.jp/projects/skf/ COMMENT= Simple Kanji Filter - i18n kanji converter +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/skf-1.95 INSTALL_TARGET= install locale_install diff --git a/converters/skf/distinfo b/converters/skf/distinfo index 64198d88aeb..120aae84c10 100644 --- a/converters/skf/distinfo +++ b/converters/skf/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2007/07/28 13:57:55 obache Exp $ +$NetBSD: distinfo,v 1.11 2008/01/21 02:06:49 obache Exp $ -SHA1 (skf_1.95.1.tar.gz) = b6869159d3e4673abfa0f6e43384c0f48e56a874 -RMD160 (skf_1.95.1.tar.gz) = 2c2830cce0071583a1457b353566c895611e6e3f -Size (skf_1.95.1.tar.gz) = 1052484 bytes +SHA1 (skf_1.95.3.tar.gz) = f909c44dffa371441b3b1ef566ac1e212d6eaefb +RMD160 (skf_1.95.3.tar.gz) = 575f9e099e265bd7be90dcdba2f422de2d7a82b6 +Size (skf_1.95.3.tar.gz) = 1063373 bytes SHA1 (patch-aa) = 66e0c6225b23739348dde120040d37224d9a000f |