diff options
author | obache <obache@pkgsrc.org> | 2007-02-27 02:29:40 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-02-27 02:29:40 +0000 |
commit | ba044a5e4a1b7e2fb6413754b797f1413d266856 (patch) | |
tree | acc0b37c0d025bbd80352587a53a0547044582c7 /converters/skf | |
parent | d877cbb39129f326563aee6e5d4c547a5e3ead38 (diff) | |
download | pkgsrc-ba044a5e4a1b7e2fb6413754b797f1413d266856.tar.gz |
Update skf to 1.94.7.
* fix dyn_table improper bound check.
* fix euro sign in GBK is not properly output.
* delete old-hangul-location code, for it is not working.
* nec/ibm gaiji coding fixed.
* Mac OS X porting issue fixed.
* rpm compatibility issue fixed.
# debian compatibility issue fixed
Diffstat (limited to 'converters/skf')
-rw-r--r-- | converters/skf/Makefile | 8 | ||||
-rw-r--r-- | converters/skf/distinfo | 10 | ||||
-rw-r--r-- | converters/skf/patches/patch-aa | 8 |
3 files changed, 13 insertions, 13 deletions
diff --git a/converters/skf/Makefile b/converters/skf/Makefile index 2fb313804fe..46ea599ee02 100644 --- a/converters/skf/Makefile +++ b/converters/skf/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2007/01/02 17:46:53 obache Exp $ +# $NetBSD: Makefile,v 1.9 2007/02/27 02:29:40 obache Exp $ -DISTNAME= skf_1.94.6 -PKGNAME= skf-1.94.6 +DISTNAME= skf_1.94.7 +PKGNAME= skf-1.94.7 CATEGORIES= japanese converters -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=skf/23403/} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=skf/24158/} MAINTAINER= obata@lins.jp HOMEPAGE= http://sourceforge.jp/projects/skf/ diff --git a/converters/skf/distinfo b/converters/skf/distinfo index b5c21c34c72..a375ca496ff 100644 --- a/converters/skf/distinfo +++ b/converters/skf/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2007/01/02 17:46:53 obache Exp $ +$NetBSD: distinfo,v 1.8 2007/02/27 02:29:40 obache Exp $ -SHA1 (skf_1.94.6.tar.gz) = ea5dcba93bf84e88d75e9e7362e71337d6d5591e -RMD160 (skf_1.94.6.tar.gz) = bdcb8df79fd16f0d630df22348678832cca22510 -Size (skf_1.94.6.tar.gz) = 972723 bytes -SHA1 (patch-aa) = a8ddf2734d9ed78966231c152c57065818fc568d +SHA1 (skf_1.94.7.tar.gz) = 2ccd2274612dff1975e01c8ac75c5763ff81b093 +RMD160 (skf_1.94.7.tar.gz) = dbb9e65e4a65dabbb4d8c2ed68eeb513b134c63d +Size (skf_1.94.7.tar.gz) = 987558 bytes +SHA1 (patch-aa) = bb38331dfda1e7bf88d04e26e9e993d09b10eeeb diff --git a/converters/skf/patches/patch-aa b/converters/skf/patches/patch-aa index 6f507f520ed..8f03d755cac 100644 --- a/converters/skf/patches/patch-aa +++ b/converters/skf/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.3 2006/10/01 15:09:15 obache Exp $ +$NetBSD: patch-aa,v 1.4 2007/02/27 02:29:40 obache Exp $ ---- Makefile.in.orig 2006-09-28 23:23:55.000000000 +0900 +--- Makefile.in.orig 2007-02-24 14:09:00.000000000 +0900 +++ Makefile.in @@ -38,6 +38,7 @@ mandir = @mandir@ includedir = @includedir@ @@ -24,7 +24,7 @@ $NetBSD: patch-aa,v 1.3 2006/10/01 15:09:15 obache Exp $ PERL_DEST_DIR = @perl_sitearch_dir@ RUBY_DEST_DIR = @ruby_sitearch_dir@ -@@ -92,8 +93,7 @@ CC = @CC@ +@@ -93,8 +94,7 @@ CC = @CC@ SUBDIRS = @@ -34,7 +34,7 @@ $NetBSD: patch-aa,v 1.3 2006/10/01 15:09:15 obache Exp $ mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = -@@ -160,7 +160,7 @@ DEP_FILES = .deps/skf.P +@@ -161,7 +161,7 @@ DEP_FILES = .deps/skf.P # # commands # |