Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.5 2009/07/06 16:06:58 joerg Exp $
$NetBSD: distinfo,v 1.6 2015/11/03 22:13:34 agc Exp $
SHA1 (Chinput-3.0.tar.gz) = de6da2c8c53b38c1b23aee73c1aced90628e57d8
RMD160 (Chinput-3.0.tar.gz) = f51ee0f87bc38b760bf4d585466d25d4b6176518
SHA512 (Chinput-3.0.tar.gz) = 386abfd5511845f4b06f06e1412f063359886ff3ad19ce14fb96f0814eac02ccc4bbf610c9e34b006d02a2dfaad0b56c90dfe90a45f0fd241768d1c43ff15354
Size (Chinput-3.0.tar.gz) = 484374 bytes
SHA1 (patch-aa) = c014ab66c2e6f32d66b55dec073ad9fccc1c5df0
SHA1 (patch-ab) = e2b98ae50ddc28c986e3235345a67af964f02a60

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.1 2014/12/04 12:10:04 obache Exp $
$NetBSD: distinfo,v 1.2 2015/10/30 12:21:17 tnn Exp $
SHA1 (brise-0.30.tar.gz) = 74e05d49b80fbcb1266bda39d1a2651fe163b438
RMD160 (brise-0.30.tar.gz) = a22e5707631be3d9f737489a1374d5b10f7fe3ba
Size (brise-0.30.tar.gz) = 6556594 bytes
SHA1 (patch-Makefile) = 05458093aeb02cd71a53ffb710bbf7c212617852

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-Makefile,v 1.1 2015/10/30 12:21:17 tnn Exp $
Don't litter /tmp with 200MB of debug logs after build.
--- Makefile.orig 2013-11-10 10:20:19.000000000 +0000
+++ Makefile
@@ -18,7 +18,7 @@ all: essay
@cp symbols.yaml ${DATA}
@cp preset/*.yaml ${DATA}
@cp supplement/*.yaml ${DATA}
- rime_deployer --build ${DATA}
+ env TMPDIR="$$(pwd)" rime_deployer --build ${DATA}
essay:
@echo "generating essay.kct."

View File

@@ -1,6 +1,5 @@
# $NetBSD: Makefile,v 1.14 2015/08/18 07:31:10 wiz Exp $
# $NetBSD: Makefile,v 1.15 2015/10/18 03:58:31 tsutsui Exp $
PKGREVISION= 4
CANNA_MODULE= canuum
.include "../../inputmethod/canna/Makefile.common"
@@ -9,13 +8,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org
INSTALLATION_DIRS= ${PKGMANDIR}/ja_JP.EUC/man1
CONFIGURE_DIRS= . canuum
BUILD_DIRS= canuum
CONFIGURE_DIRS= ${WRKSRC}/canuum
INSTALL_MAKE_FLAGS+= INSTUGIDFLAGS=
SPECIAL_PERMS+= bin/canuum ${SETUID_ROOT_PERMS}
.include "../../mk/curses.buildlink3.mk"
SUBST_CLASSES+= fix_curs
SUBST_STAGE.fix_curs= post-patch

View File

@@ -1,6 +1,5 @@
# $NetBSD: Makefile,v 1.14 2013/07/12 10:44:55 jperkin Exp $
# $NetBSD: Makefile,v 1.16 2015/11/25 12:50:57 jperkin Exp $
PKGREVISION= 3
CANNA_MODULE= dict
MAKE_JOBS_SAFE= no
@@ -9,13 +8,11 @@ MAKE_JOBS_SAFE= no
BUILD_DEPENDS+= Canna-server>=${CANNA_VERSION}:../../inputmethod/canna-server
EVAL_PREFIX+= CANNASERVERBINDIR=Canna-server
.for cmd in MERGE FORCPP FORSORT SPLITWORD MERGEWORD CRXGRAM CRXDIC CRFREQ KPDIC
CANNA_CMD_SED_SCRIPT+= \
-e 's|\(${cmd} = \).*/\(.*\)|\1${CANNASERVERBINDIR}/bin/\2|'
-e 's|\(${cmd} = \).*/\(.*\)|\1${LOCALBASE}/bin/\2|'
.endfor
CONFIGURE_DIRS= ${DICT_WRKSRC}
DICT_WRKSRC= ${WRKSRC}/dic/ideo
CANNA_DICTDIR= ${PREFIX}/libdata/canna
@@ -23,6 +20,9 @@ PKG_GROUPS= ${CANNA_GROUP}
PKG_USERS= ${CANNA_USER}:${CANNA_GROUP}
post-patch:
${MV} ${WRKSRC}/Imakefile ${WRKSRC}/Imakefile.orig
${SED} -e 's|\(SUBDIRS = \).*|\1 canna lib/RKindep dic/ideo|' \
${WRKSRC}/Imakefile.orig > ${WRKSRC}/Imakefile
@${MV} ${WRKSRC}/Canna.conf ${WRKSRC}/Canna.conf.orig
@${SED} -e 's|\(DicDir.*=\).*|\1${IMDICTDIR}/canna|' \
${WRKSRC}/Canna.conf.orig > ${WRKSRC}/Canna.conf
@@ -72,4 +72,5 @@ REQD_DIRS_PERMS+= ${CANNA_DICTDIR} ${CANNA_USER} ${CANNA_GROUP} 0775
SPECIAL_PERMS+= ${CANNA_DICTDIR}/${d} ${CANNA_USER} ${CANNA_GROUP} 0664
.endfor
.include "../../inputmethod/canna-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.14 2012/10/06 14:25:10 asau Exp $
# $NetBSD: Makefile,v 1.16 2015/10/25 12:17:36 tsutsui Exp $
PKGREVISION= 3
PKGREVISION= 1
CANNA_MODULE= lib
.include "../../inputmethod/canna/Makefile.common"
@@ -15,7 +15,7 @@ post-patch:
${WRKSRC}/Imakefile.orig > ${WRKSRC}/Imakefile
.for f in forcpp kpdic
@${MV} ${WRKSRC}/cmd/${f}/Imakefile ${WRKSRC}/cmd/${f}/Imakefile.orig
@${SED} -e '/InstallProgram/d' ${WRKSRC}/cmd/${f}/Imakefile.orig \
@${SED} -e '/^#define TargetName/a\${.newline}#define DontInstallProgram' ${WRKSRC}/cmd/${f}/Imakefile.orig \
> ${WRKSRC}/cmd/${f}/Imakefile
.endfor

View File

@@ -1,24 +1,26 @@
@comment $NetBSD: PLIST,v 1.8 2009/06/14 18:01:29 joerg Exp $
@comment $NetBSD: PLIST,v 1.9 2015/10/18 03:58:31 tsutsui Exp $
include/canna/RK.h
include/canna/jrkanji.h
include/canna/keydef.h
include/canna/mfdef.h
include/canna/pubconf.h
include/canna/sysdep.h
lib/libRKC.a
lib/libRKC.so
lib/libRKC.so.1
lib/libRKC.so.1.1
lib/libRKC.so.1.2
lib/libRKC16.a
lib/libRKC16.so
lib/libRKC16.so.1
lib/libRKC16.so.1.1
lib/libRKC16.so.1.2
lib/libcanna.a
lib/libcanna.so
lib/libcanna.so.1
lib/libcanna.so.1.1
lib/libcanna.so.1.2
lib/libcanna16.a
lib/libcanna16.so
lib/libcanna16.so.1
lib/libcanna16.so.1.1
lib/libcanna16.so.1.2
man/ja_JP.EUC/man3/RkBgnBun.3
man/ja_JP.EUC/man3/RkCloseRoma.3
man/ja_JP.EUC/man3/RkCvtEuc.3

View File

@@ -1,11 +1,11 @@
# $NetBSD: buildlink3.mk,v 1.7 2009/03/20 19:24:46 joerg Exp $
# $NetBSD: buildlink3.mk,v 1.8 2015/10/18 03:58:31 tsutsui Exp $
BUILDLINK_TREE+= Canna-lib
.if !defined(CANNA_LIB_BUILDLINK3_MK)
CANNA_LIB_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.Canna-lib+= Canna-lib>=3.6pl4
BUILDLINK_API_DEPENDS.Canna-lib+= Canna-lib>=3.7pl3
BUILDLINK_PKGSRCDIR.Canna-lib?= ../../inputmethod/canna-lib
.endif # CANNA_LIB_BUILDLINK3_MK

View File

@@ -1,6 +1,5 @@
# $NetBSD: Makefile,v 1.23 2013/07/12 10:44:55 jperkin Exp $
# $NetBSD: Makefile,v 1.24 2015/10/18 03:58:31 tsutsui Exp $
PKGREVISION= 5
CANNA_MODULE= server
.include "../../inputmethod/canna/Makefile.common"
@@ -27,7 +26,7 @@ RCD_SCRIPTS= canna
post-patch:
${MV} ${WRKSRC}/Imakefile ${WRKSRC}/Imakefile.orig
${SED} -e 's|\(SUBDIRS = \).*|\1 canna lib server cmd doc|' \
${SED} -e 's|\(SUBDIRS = \).*|\1 canna lib/RK lib/RKindep server cmd doc|' \
-e 's|\(SERVERDIR = \).*|\1 server cmd doc|' \
${WRKSRC}/Imakefile.orig > ${WRKSRC}/Imakefile
${MV} ${WRKSRC}/Canna.conf ${WRKSRC}/Canna.conf.orig

View File

@@ -1,9 +1,10 @@
@comment $NetBSD: PLIST,v 1.8 2014/03/11 14:05:02 jperkin Exp $
@comment $NetBSD: PLIST,v 1.9 2015/10/18 03:58:31 tsutsui Exp $
bin/addwords
bin/canlisp
bin/cannacheck
bin/cannastat
bin/catdic
bin/chkconc
bin/chmoddic
bin/cpdic
bin/crfreq

View File

@@ -1,14 +1,13 @@
# $NetBSD: Makefile,v 1.11 2010/02/20 10:39:01 obache Exp $
# $NetBSD: Makefile,v 1.12 2015/10/18 03:58:31 tsutsui Exp $
META_PACKAGE= yes
.include "Makefile.common"
PKGNAME:= Canna-${CANNA_VERSION}
PKGREVISION= 2
DEPENDS+= Canna-server>=${CANNA_VERSION}nb2:../../inputmethod/canna-server
DEPENDS+= Canna-dict>=${CANNA_VERSION}nb1:../../inputmethod/canna-dict
DEPENDS+= Canna-server>=${CANNA_VERSION}:../../inputmethod/canna-server
DEPENDS+= Canna-dict>=${CANNA_VERSION}:../../inputmethod/canna-dict
CANNA_MODULE= meta-package

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.22 2015/06/29 11:06:47 ryoon Exp $
# $NetBSD: Makefile.common,v 1.23 2015/10/18 03:58:31 tsutsui Exp $
#
# Canna common makefile.
#
@@ -8,14 +8,15 @@
# used by inputmethod/canna-server/Makefile
# "Pkgsrc" version.
CANNA_VERSION= 3.6pl4
CANNA_VERSION= 3.7pl3
DISTNAME= Canna${CANNA_VERSION:S|.||:S|pl|p|}
PKGNAME= Canna-${CANNA_MODULE}-${CANNA_VERSION}
CATEGORIES= japanese inputmethod
MASTER_SITES= ${MASTER_SITE_OSDN:=canna/6059/}
MASTER_SITES= ${MASTER_SITE_OSDN:=canna/9565/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
MAINTAINER= tsutsui@NetBSD.org
HOMEPAGE= http://canna.osdn.jp/
COMMENT= Kana-Kanji conversion system (${CANNA_MODULE})

View File

@@ -1,22 +1,24 @@
$NetBSD: distinfo,v 1.11 2012/07/03 17:44:39 joerg Exp $
$NetBSD: distinfo,v 1.15 2015/11/04 17:41:19 agc Exp $
SHA1 (Canna36p4.tar.gz) = 4edc22e2e4e5c6db42daa2083fabb53aa1ae8168
RMD160 (Canna36p4.tar.gz) = 7f8bb7f5d87e6b939ff2b84edf58072c75a5d09d
Size (Canna36p4.tar.gz) = 1455672 bytes
SHA1 (patch-aa) = 6bb6da1cc2a458ebbcfe09fe19a371d7e8aea7da
SHA1 (patch-ab) = b203ad0cb1285ffed0037e0eced3ae298bec5eb9
SHA1 (patch-ac) = a81a07db87d3b501dedd423e148a8e7e1d1804c4
SHA1 (patch-ad) = d4b5720c206f81124e0d53e71590de86f66c524c
SHA1 (patch-ae) = 9e8de536052d76d8aeeab2d443dc42450ae53947
SHA1 (patch-af) = 2700fc8395895176c16562af66ea5bf0b13d4e10
SHA1 (patch-ag) = cb435e54334ead8dba6a9ac9f14368d69d6e3a7c
SHA1 (patch-ah) = 5d2f01fa4810dafa7a83d02edaec36fc274173fe
SHA1 (patch-ai) = b44d683b2c1d489746f1174f8ae6d06ddca66a59
SHA1 (patch-aj) = 30d19c8ef9c1129e5214cb9a8a1d8b2b636b0361
SHA1 (patch-ak) = 18b408344b8b617142ced8804990e87b7ae27f56
SHA1 (patch-al) = f6025d6fb7a3247ef44b0a50ae13b67ef3dad2d9
SHA1 (patch-am) = 756aed6fc81a9d75a55d123c8dc00c0932b8df7f
SHA1 (patch-an) = ef892b0837e7b3b5b569a7a9a518df2379c43f1c
SHA1 (patch-ao) = c577319f50df6624333726cd62b48d869989d881
SHA1 (patch-ap) = 3f514037c4d67b2e18b27285370fe2ea84d977cc
SHA1 (patch-dic_phono_Imakefile) = 3192d7c6e38caf2e5e8378283d673df29c2dc430
SHA1 (Canna37p3.tar.bz2) = e39eece7c70c669dd46dd74b26121a60a2496fde
RMD160 (Canna37p3.tar.bz2) = 33e5eb9e2dc144835db838612897e652acbc60ed
SHA512 (Canna37p3.tar.bz2) = 82846f2393aa2654dd2c97a93178098b8bd11e5409b584447f1b6fdf303adacc9802e2293cafd98b68af8b69622625ed00aa9712bf270feaa119adfdf4211158
Size (Canna37p3.tar.bz2) = 1263065 bytes
SHA1 (patch-Canna.conf) = 81b46285a2b91c07b8497dc6669eb26552391a6c
SHA1 (patch-Imakefile) = a70dee63ce9ce392b29b76df70479fee45e1a2b9
SHA1 (patch-canna_widedef.h) = c52cbbe5b55fc4fca6a501eef50fbf5bb878e514
SHA1 (patch-canuum_Imakefile) = 5f4e7970a92d514ec538e4591eaa4f46843654a3
SHA1 (patch-canuum_canna.c) = a543a720fba9e2f770d6397d6b05352cfa58f300
SHA1 (patch-canuum_config.h.in) = 98547954e459bd85e5b03fc86f34fb5d1e3eed4b
SHA1 (patch-canuum_configure) = c08efb73bb7d93d8c539873c1337be54ed864902
SHA1 (patch-canuum_configure.in) = a1a6a821b9e9f9baef450ad340cb57a6f20a6989
SHA1 (patch-canuum_jhlp.c) = 1d15186608f116cc4fb3e6a9691bb1b701d8b0ec
SHA1 (patch-canuum_printf.c) = c05ef114fae689855989d5d5eded2f734c62e12e
SHA1 (patch-canuum_termcap.c) = 958015b3bf4e9f89703e198c1ed28d51ae3f8c4e
SHA1 (patch-canuum_termio.c) = df9e68c8fb564ee4c4367acf6b042c253d17e525
SHA1 (patch-cmd_cmd.tmpl) = f6ec97c273aa84eb84bdd24cbe16aaf7e696e041
SHA1 (patch-dic_phono_Imakefile) = 4e1210517317b57796cad5b350de41e1f0d8157d
SHA1 (patch-lib_RKC_convert.c) = f196cfa3db3ef163c1869ca6bfd3f22170997aef
SHA1 (patch-lib_RK_dd.c) = 8055a2a3902e7d4d0cc1d782295c2879311750ec
SHA1 (patch-lib_RK_ncache.c) = e792592500e7db85a6b2370c4ea9eb533d97bda0
SHA1 (patch-lib_canna_keydef.c) = af14140f58bf8a6214a7fb9d5d73347c1b3cdd85

View File

@@ -0,0 +1,82 @@
$NetBSD: patch-Canna.conf,v 1.1 2015/10/18 03:58:31 tsutsui Exp $
- Handle pkgsrc environments
- Enable IPv6 support
- Fix shlib options
--- Canna.conf.orig 2004-05-19 15:48:47.000000000 +0000
+++ Canna.conf
@@ -109,12 +109,12 @@
# define DefErrDir $(cannaPrefix)/log
# define DefLibCannaDir $(cannaExecPrefix)/lib
#else
-# define DefCannaPrefix /usr/local/canna
+# define DefCannaPrefix ${PREFIX}
# ifdef ObsoleteInstallDir
# define DefErrDir /usr/spool/canna
# define DefLibCannaDir /usr/lib
# else
-# define DefErrDir /var/log
+# define DefErrDir ${CANNA_SPOOL}
# define DefLibCannaDir $(cannaExecPrefix)/lib
# endif
#endif
@@ -148,7 +148,7 @@ XCOMM cannaLibDir = /var/lib/canna
XCOMM cannaLibDir = /var/db/canna
cannaLibDir = DefCannaLibDir
XCOMM cannaManDir = $(cannaPrefix)/share/man
-cannaManDir = $(cannaPrefix)/man
+cannaManDir = $(cannaPrefix)/$(PKGMANDIR)
cannaIncDir = $(cannaPrefix)/include/canna
libCannaDir = DefLibCannaDir
@@ -158,7 +158,7 @@ ErrDir = DefErrDir
#define SupportOldWchar 1
/* IPv6を用いる場合は1と定義してください */
-#define UseInet6 0 /* requires newer IPv6 implementation */
+#define UseInet6 1 /* requires newer IPv6 implementation */
/* 3.2系から3.6系までの形式の辞書を作る場合はこれを定義してください */
/* #define DIC_3_6_COMPAT */
@@ -169,8 +169,8 @@ ErrDir = DefErrDir
#define ModernElfLink NO /* experimental */
-cannaOwner = bin
-cannaGroup = bin
+cannaOwner = ${CANNA_USER}
+cannaGroup = ${CANNA_GROUP}
#ifdef InstallAsUser
cannaOwnerGroup =
@@ -235,7 +235,7 @@ cannaLight = 1
* コマンド類をリンクする時は、次を YES にしてくだい。
*/
/* #define UseInstalledLibCanna YES */
-#define UseInstalledLibCanna NO
+#define UseInstalledLibCanna YES
DicDir = $(cannaLibDir)/dic
@@ -279,9 +279,9 @@ DicDir = $(cannaLibDir)/dic
#if UseInstalledLibCanna
DEPCANNALIB = $(libCannaDir)/CannaDepLibraryName(canna)
-CANNALIB = -L$(libCannaDir) -lcanna $(DLLIB)
+CANNALIB = -Wl,-rpath,$(libCannaDir) -L$(libCannaDir) -lcanna $(DLLIB)
DEPCANNALIB16 = $(libCannaDir)/CannaDepLibraryName(canna16)
-CANNALIB16 = -L$(libCannaDir) -lcanna16 $(DLLIB)
+CANNALIB16 = -Wl,-rpath,$(libCannaDir) -L$(libCannaDir) -lcanna16 $(DLLIB)
#else
DEPCANNALIB = $(CANNASRC)/CannaDepLibraryName(canna)
CANNALIB = -L$(CANNASRC) -lcanna $(DLLIB)
@@ -330,7 +330,7 @@ UILIB_DEFINES = $(cannaDsoRevDef) $(CANN
SCRIPTS_DEFINES = $(CANNA_DEFINES)
#ifdef JAPANESEMAN
-JMNLOCALE = ja
+JMNLOCALE = ja_JP.EUC
#endif
/* USE_OBSOLETE_STYLE_FILENAME を定義するための定義 */

View File

@@ -1,7 +1,10 @@
$NetBSD: patch-ab,v 1.1 2003/05/31 07:24:41 uebayasi Exp $
--- Imakefile.orig Thu Dec 5 22:39:41 2002
+++ Imakefile Thu Dec 5 22:40:03 2002
@@ -60,7 +60,7 @@
$NetBSD: patch-Imakefile,v 1.1 2015/10/18 03:58:31 tsutsui Exp $
Explicitly install man pages.
--- Imakefile.orig 2004-05-19 15:39:22.000000000 +0000
+++ Imakefile
@@ -166,7 +166,7 @@ instserver::
for i in $(SERVERDIR) ;\
do \
(cd $$i ; echo "installing" "in $(CURRENT_DIR)/$$i..."; \
@@ -10,7 +13,7 @@ $NetBSD: patch-ab,v 1.1 2003/05/31 07:24:41 uebayasi Exp $
done
instclient::
@@ -68,7 +68,7 @@
@@ -174,7 +174,7 @@ instclient::
for i in $(CLIENTDIR) ;\
do \
(cd $$i ; echo "installing" "in $(CURRENT_DIR)/$$i..."; \

View File

@@ -1,110 +0,0 @@
$NetBSD: patch-aa,v 1.3 2008/05/20 18:53:17 tnn Exp $
--- Canna.conf.orig 2003-09-22 12:27:12.000000000 +0200
+++ Canna.conf
@@ -133,18 +133,18 @@
/* rootにならずにインストールする時はこれを定義して下さい */
/* #define InstallAsUser */
/* 従来と互換のディレクトリ構造にする場合はこれを定義してください */
-#define ObsoleteInstallDir
+/* #define ObsoleteInstallDir */
#ifdef InstallAsUser
# define DefCannaPrefix $(HOME)/canna
# define DefErrDir $(cannaPrefix)/log
# define DefLibCannaDir $(cannaExecPrefix)/lib
#else
-# define DefCannaPrefix /usr/local/canna
+# define DefCannaPrefix ${PREFIX}
# ifdef ObsoleteInstallDir
# define DefErrDir /usr/spool/canna
# define DefLibCannaDir /usr/lib
# else
-# define DefErrDir /var/log
+# define DefErrDir ${CANNA_SPOOL}
# define DefLibCannaDir $(cannaExecPrefix)/lib
# endif
#endif
@@ -164,7 +164,7 @@ XCOMM cannaLibDir = /var/lib/canna
XCOMM cannaLibDir = /var/db/canna
cannaLibDir = DefCannaLibDir
XCOMM cannaManDir = $(cannaPrefix)/share/man
-cannaManDir = $(cannaPrefix)/man
+cannaManDir = $(cannaPrefix)/$(PKGMANDIR)
cannaIncDir = $(cannaPrefix)/include/canna
libCannaDir = DefLibCannaDir
@@ -173,10 +173,10 @@ ErrDir = DefErrDir
/* 次の3行は変更しないでください */
wcharDefinition = -DCANNA_WCHAR
Wlib =
-JapaneseLocale = japanese
+JapaneseLocale = ja_JP.eucJP
-cannaOwner = bin
-cannaGroup = bin
+cannaOwner = ${CANNA_USER}
+cannaGroup = ${CANNA_GROUP}
#ifdef InstallAsUser
cannaOwnerGroup =
@@ -249,7 +249,7 @@ dontHaveRename = 0
* コマンド類をリンクする時は、次を YES にしてくだい。
*/
/* #define UseInstalledLibCanna YES */
-#define UseInstalledLibCanna NO
+#define UseInstalledLibCanna YES
DicDir = $(cannaLibDir)/dic
@@ -294,18 +294,18 @@ DicDir = $(cannaLibDir)/dic
DEPCANNALIB = $(libCannaDir)/libcanna.a
#endif
# endif
- CANNALIB = -L$(libCannaDir) -lcanna $(DLLIB)
+ CANNALIB = -Wl,-rpath,$(libCannaDir) -L$(libCannaDir) -lcanna $(DLLIB)
#else /* ! UseInstalledLibCanna */
# if DoSharedLib
- DEPCANNALIB = $(CANNASRC)/libcanna.$(sharedLibExtension)
+ DEPCANNALIB = $(libCannaDir)/libcanna.$(sharedLibExtension)
# else
#ifdef __EMX__
- DEPCANNALIB = $(CANNASRC)/canna.a
+ DEPCANNALIB = $(libCannaDir)/canna.a
#else
- DEPCANNALIB = $(CANNASRC)/libcanna.a
+ DEPCANNALIB = $(libCannaDir)/libcanna.a
#endif
# endif
- CANNALIB = -L$(CANNASRC) -lcanna $(DLLIB)
+ CANNALIB = -Wl,-rpath,$(libCannaDir) -L$(CANNASRC) -lcanna $(DLLIB)
#endif /* UseInstalledLibCanna */
#if UseInstalledLibCanna
@@ -314,14 +314,14 @@ DicDir = $(cannaLibDir)/dic
# else
DEPCANNALIB16 = $(libCannaDir)/libcanna16.a
# endif
- CANNALIB16 = -L$(libCannaDir) -lcanna16 $(DLLIB)
+ CANNALIB16 = -Wl,-rpath,$(libCannaDir) -L$(libCannaDir) -lcanna16 $(DLLIB)
#else /* ! UseInstalledLibCanna */
# if DoSharedLib
- DEPCANNALIB16 = $(CANNASRC)/libcanna16.$(sharedLibExtension)
+ DEPCANNALIB16 = $(libCannaDir)/libcanna16.$(sharedLibExtension)
# else
- DEPCANNALIB16 = $(CANNASRC)/libcanna16.a
+ DEPCANNALIB16 = $(libCannaDir)/libcanna16.a
# endif
- CANNALIB16 = -L$(CANNASRC) -lcanna16 $(DLLIB)
+ CANNALIB16 = -Wl,-rpath,$(libCannaDir) -L$(CANNASRC) -lcanna16 $(DLLIB)
#endif /* UseInstalledLibCanna */
/*
@@ -338,7 +338,7 @@ DicDir = $(cannaLibDir)/dic
SCRIPTS_DEFINES =
#ifdef JAPANESEMAN
-JMNLOCALE = ja
+JMNLOCALE = ja_JP.EUC
#endif
/* USE_OBSOLETE_STYLE_FILENAME を定義するための定義 */

View File

@@ -1,17 +0,0 @@
$NetBSD: patch-ac,v 1.2 2005/01/13 12:18:42 minskim Exp $
--- dic/phono/Imakefile.orig 2002-10-19 03:27:40.000000000 -0500
+++ dic/phono/Imakefile
@@ -27,9 +27,9 @@
ROMAJI_DIC_DEF = -DSHIFT
- DICDIR = $(cannaLibDir)/dic
- SAMPLEDIR = $(cannaLibDir)/sample
- SAMPLESRCDIR = $(cannaLibDir)/sample/src
+ DICDIR = $(DicDir)
+ SAMPLEDIR = $(DicDir)/sample
+ SAMPLESRCDIR = $(DicDir)/sample/src
KPDEF = default.kpdef jdaemon.kpdef just.kpdef kaisoku.kpdef kana.kpdef \
lan5.kpdef matsu.kpdef newjis.kpdef romaji.kpdef sokuon.kpdef \

View File

@@ -1,12 +0,0 @@
$NetBSD: patch-ad,v 1.1 2003/05/31 07:24:42 uebayasi Exp $
--- dic/ideo/pubdic/Imakefile.orig Thu Dec 5 23:43:40 2002
+++ dic/ideo/pubdic/Imakefile Thu Dec 5 23:43:52 2002
@@ -9,7 +9,7 @@
CANNAROOT = ../../..
CANNACMDDIR = $(CANNAROOT)/cmd
MERGE = $(CANNACMDDIR)/mergewd/mergeword
- INCLUDES = -I$(CANNAROOT)/include
+ INCLUDES = -I$(CANNAROOT)/canna
#endif
TARGETS = iroha.t
PUBDICS = a.p k.p s.p t.p n.p h.p m.p y.p r.p w.p x.p

View File

@@ -1,13 +0,0 @@
$NetBSD: patch-af,v 1.1 2003/05/31 07:24:42 uebayasi Exp $
--- lib/RKC/convert.c.orig Wed May 22 22:02:57 1996
+++ lib/RKC/convert.c
@@ -32,7 +32,7 @@
#ifndef WIN
#include "sglobal.h"
#endif
-#include "IRproto.h"
+#include "../server/IRproto.h"
#include <errno.h>
#include <sys/types.h>

View File

@@ -1,13 +0,0 @@
$NetBSD: patch-ag,v 1.1 2005/12/30 15:16:21 joerg Exp $
--- cmd/cannastat/cannastat.c.orig 2005-12-30 14:28:41.000000000 +0000
+++ cmd/cannastat/cannastat.c
@@ -95,8 +95,6 @@ static IRwReq cRreq ;
static IRReq iRreq ;
static long cur_time ;
-extern int errno;
-
static int
*TotalReqCount, OldTotalReqCount[ OLD_MAXREQUESTNO ],
ProtoCount,

View File

@@ -1,13 +0,0 @@
$NetBSD: patch-ah,v 1.1 2005/12/30 15:16:21 joerg Exp $
--- cmd/cshost/cshost.c.orig 2005-12-30 14:37:58.000000000 +0000
+++ cmd/cshost/cshost.c
@@ -70,8 +70,6 @@ static IRReq iRreq ;
static int ServerFD ;
static int ProtocolVersion ;
-extern int errno;
-
main(argc, argv)
int argc ;
char **argv ;

View File

@@ -1,13 +0,0 @@
$NetBSD: patch-ai,v 1.1 2005/12/30 15:16:21 joerg Exp $
--- server/WaitFor.c.orig 2005-12-30 14:38:44.000000000 +0000
+++ server/WaitFor.c
@@ -78,8 +78,6 @@ extern void CheckConnections();
extern void EstablishNewConnections();
extern void CheckSignal pro((void));
-extern int errno;
-
static int
_anyset(src)
long *src;

View File

@@ -1,13 +0,0 @@
$NetBSD: patch-aj,v 1.1 2005/12/30 15:16:21 joerg Exp $
--- server/connection.c.orig 2005-12-30 14:39:13.000000000 +0000
+++ server/connection.c
@@ -69,8 +69,6 @@ static char rcs_id[] = "$Id: connection.
#include "net.h"
#include "IR.h"
-extern int errno;
-
long *AllSockets; /* select on this */
long *AllClients; /* available clients */
long *LastSelectMask ; /* mask returned from last select call */

View File

@@ -1,12 +0,0 @@
$NetBSD: patch-ak,v 1.1 2005/12/30 15:16:21 joerg Exp $
--- server/convert.c.orig 2005-12-30 14:39:52.000000000 +0000
+++ server/convert.c
@@ -57,7 +57,6 @@ static char rcs_id[] = "@(#) 102.1 $Id:
#define IR_INT_INVAL(x) ((unsigned int)x > IR_INT_MAX)
extern void CheckSignal pro((void));
-extern int errno;
#ifdef DEBUGPROTO
static void

View File

@@ -1,12 +0,0 @@
$NetBSD: patch-al,v 1.1 2005/12/30 15:16:21 joerg Exp $
--- server/wconvert.c.orig 2005-12-30 14:40:19.000000000 +0000
+++ server/wconvert.c
@@ -84,7 +84,6 @@ static char rcs_id[] = "@(#) 102.1 $Id:
#include "IR.h"
extern void CheckSignal pro((void));
-extern int errno;
typedef struct {
#ifdef __STDC__

View File

@@ -1,13 +0,0 @@
$NetBSD: patch-am,v 1.1 2005/12/30 15:16:21 joerg Exp $
--- server/misc.c.orig 2005-12-30 14:40:43.000000000 +0000
+++ server/misc.c
@@ -75,8 +75,6 @@ extern void CheckConnections();
void
FatalError();
-extern int errno;
-
#ifdef DEBUG
#define LOGFILE "/tmp/canna.log"
static FILE *ServerLogFp = (FILE *)0;

View File

@@ -1,22 +0,0 @@
$NetBSD: patch-an,v 1.2 2011/12/07 16:05:59 roy Exp $
--- canuum/canna.c.orig 2005-12-30 14:56:11.000000000 +0000
+++ canuum/canna.c
@@ -92,8 +92,6 @@ static char rcsid[] = "$Id: canna.c,v 1.
#define PARTIALREDRAW 1
#define NOREDRAW 0
-extern int errno;
-
static int maxmodelen;
static int maxwidth = 0;
@@ -1268,7 +1266,7 @@
cannakeyentry(key_end, CANNA_KEY_End);
#endif
- resetterm();
+ reset_shell_mode();
#endif
if (terminalname = malloc(strlen(term) + 1)) {

View File

@@ -1,13 +0,0 @@
$NetBSD: patch-ao,v 1.1 2008/09/18 12:33:44 taca Exp $
--- lib/RK/ncache.c.orig 2002-10-19 17:27:45.000000000 +0900
+++ lib/RK/ncache.c
@@ -27,7 +27,7 @@ static char rcsid[]="$Id: ncache.c,v 1.1
#include "RKintern.h"
#define NCHASH 101
-#define hash(x) ((int)((x)%NCHASH))
+#define hash(x) ((int)(((unsigned long)(x))%NCHASH))
static struct ncache Nchash[NCHASH];
static struct ncache Ncfree;

View File

@@ -1,30 +0,0 @@
$NetBSD: patch-ap,v 1.1 2011/12/07 16:05:59 roy Exp $
--- canuum/termio.c.orig 2011-12-07 13:20:41.000000000 +0000
+++ canuum/termio.c 2011-12-07 15:58:50.000000000 +0000
@@ -175,7 +175,6 @@
void
closeTermData ()
{
- resetterm ();
reset_shell_mode ();
}
@@ -195,7 +194,7 @@
set_scroll_region (start, end)
int start, end;
{
- tputs (tparm (change_scroll_region, start, end), 1, putchar);
+ tputs (tparm (change_scroll_region, start, end, 0, 0, 0, 0, 0, 0, 0), 1, putchar);
}
void
@@ -223,7 +222,7 @@
throw_cur_raw (col, row)
int col, row;
{
- tputs (tparm (cursor_address, row, col), 1, putchar);
+ tputs (tparm (cursor_address, row, col, 0, 0, 0, 0, 0, 0, 0), 1, putchar);
}
void

View File

@@ -1,10 +1,12 @@
$NetBSD: patch-ae,v 1.1 2005/12/29 15:29:12 joerg Exp $
$NetBSD: patch-canna_widedef.h,v 1.1 2015/10/18 03:58:31 tsutsui Exp $
--- canna/widedef.h.orig 2003-09-12 14:32:52.000000000 +0000
DragonFly wchar_t support.
--- canna/widedef.h.orig 2003-12-27 17:15:20.000000000 +0000
+++ canna/widedef.h
@@ -66,7 +66,10 @@
#endif /* !nec_ews_svr2 */
#endif /* HAVE_WCHAR_OPERATION */
@@ -36,7 +36,10 @@
# include <machine/ansi.h>
#endif
-#if (defined(__FreeBSD__) && __FreeBSD_version < 500000) \
+#if defined(__DragonFly__)

View File

@@ -0,0 +1,25 @@
$NetBSD: patch-canuum_Imakefile,v 1.1 2015/10/18 03:58:31 tsutsui Exp $
Disable obsolete libspt because posix_openpt(3) or openpty(3) is enough for us.
--- canuum/Imakefile.orig 2004-05-19 15:39:22.000000000 +0000
+++ canuum/Imakefile
@@ -17,9 +17,15 @@ TERMCAP_LIB = -ltermcap
INSTUGIDFLAGS =
CANNASRC = $(CANNAROOT)/lib/canna16
DEFINES = -DCANNA -DJAPANESE $(SIGNAL_DEFINES) -DHAVE_CONFIG_H \
- -DCONFIG_TERMINFO -DUSE_LIBSPT
- INCLUDES = -I$(CANNAROOT)/include -I. `libspt-config --cflags`
-SYS_LIBRARIES = $(TERMCAP_LIB) `libspt-config --libs`
+ -DCONFIG_TERMINFO
+ INCLUDES = -I$(CANNAROOT)/include -I.
+SYS_LIBRARIES = $(TERMCAP_LIB)
+
+XCOMM XXX required only for openpty(3)
+#if (defined(LinuxArchitecture) && \
+ (LinuxCLibMajorVersion == 6) && (LinuxCLibMinorVersion < 1))
+SYS_LIBRARIES += -lutil
+#endif
SRCS = header.c printf.c termio.c termcap.c \
screen.c cursor.c jhlp.c xutoj.c canna.c

View File

@@ -0,0 +1,47 @@
$NetBSD: patch-canuum_canna.c,v 1.1 2015/10/18 03:58:31 tsutsui Exp $
- Appease prototype warnings.
- Remove unnecessary ops.
--- canuum/canna.c.orig 2003-09-17 08:50:52.000000000 +0000
+++ canuum/canna.c
@@ -52,4 +52,16 @@ static char rcsid[] = "$Id: canna.c,v 1.
#endif
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+#if STDC_HEADERS
+# include <string.h>
+#else
+# if HAVE_STRINGS_H
+# include <strings.h>
+# endif
+#endif /* STDC_HEADERS */
+
#include "commonhd.h"
#include "sdefine.h"
@@ -95,6 +107,4 @@ static char rcsid[] = "$Id: canna.c,v 1.
#define NOREDRAW 0
-extern int errno;
-
static int maxmodelen;
static int maxwidth = 0;
@@ -1239,8 +1249,6 @@ int flag;
#ifdef TERMINFO
- int fd, res;
- fd = open("/dev/null", O_WRONLY, &res);
- setupterm(term, fd, (int *)0);
+ setupterm(term, 0, NULL);
cannakeyentry(key_f1, CANNA_KEY_F1);
@@ -1271,5 +1279,4 @@ int flag;
#endif
- resetterm();
#endif

View File

@@ -0,0 +1,51 @@
$NetBSD: patch-canuum_config.h.in,v 1.1 2015/10/18 03:58:31 tsutsui Exp $
Check openpty(3), posix_openpt(3), and ptsname(3).
--- canuum/config.h.in.orig 2004-05-19 15:48:58.000000000 +0000
+++ canuum/config.h.in
@@ -83,6 +83,9 @@
/* Define to 1 if you have the `killpg' function. */
#undef HAVE_KILLPG
+/* Define to 1 if you have the <libutil.h> header file. */
+#undef HAVE_LIBUTIL_H
+
/* Define to 1 if you have the <malloc.h> header file. */
#undef HAVE_MALLOC_H
@@ -98,6 +101,15 @@
/* Define to 1 if you have the `memset' function. */
#undef HAVE_MEMSET
+/* Define to 1 if you have the openpty function. */
+#undef HAVE_OPENPTY
+
+/* Define to 1 if you have the posix_openpt function. */
+#undef HAVE_POSIX_OPENPT
+
+/* Define to 1 if you have the ptsname function. */
+#undef HAVE_PTSNAME
+
/* Define to 1 if you have the <ncurses.h> header file. */
#undef HAVE_NCURSES_H
@@ -200,12 +212,18 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+/* Define to 1 if you have the <util.h> header file. */
+#undef HAVE_UTIL_H
+
/* Define to 1 if you have the `vsyslog' function. */
#undef HAVE_VSYSLOG
/* Define to 1 if you have the `wait3' function. */
#undef HAVE_WAIT3
+/* Define to 1 if you have the util library (-lutil). */
+#undef HAVE_LIBUTIL
+
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT

View File

@@ -0,0 +1,76 @@
$NetBSD: patch-canuum_configure,v 1.1 2015/10/18 03:58:31 tsutsui Exp $
Check openpty(3), posix_openpt(3), and ptsname(3).
--- canuum/configure.orig 2004-05-19 15:48:55.000000000 +0000
+++ canuum/configure
@@ -1001,6 +1001,46 @@ fi
+echo $ac_n "checking for openpty in -lutil""... $ac_c" 1>&6
+echo "configure:1006: checking for openpty in -lutil" >&5
+ac_lib_var=`echo util'_'openpty | sed 'y%./+-%__p_%'`
+if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+else
+ ac_save_LIBS="$LIBS"
+LIBS="-lutil $LIBS"
+cat > conftest.$ac_ext <<EOF
+#line 1014 "configure"
+#include "confdefs.h"
+/* Override any gcc2 internal prototype to avoid an error. */
+/* We use char because int might match the return type of a gcc2
+ builtin and then its argument prototype would still apply. */
+char openpty();
+
+int main() {
+openpty()
+; return 0; }
+EOF
+if { (eval echo configure:1025: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+ rm -rf conftest*
+ eval "ac_cv_lib_$ac_lib_var=yes"
+else
+ echo "configure: failed program was:" >&5
+ cat conftest.$ac_ext >&5
+ rm -rf conftest*
+ eval "ac_cv_lib_$ac_lib_var=no"
+fi
+rm -f conftest*
+LIBS="$ac_save_LIBS"
+
+fi
+if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
+ echo "$ac_t""yes" 1>&6
+ HAVE_LIBUTIL='have_libutil'
+else
+ echo "$ac_t""no" 1>&6
+fi
+
# If we find X, set shell vars x_includes and x_libraries to the
# paths, otherwise set no_x=yes.
@@ -1421,7 +1461,7 @@ for ac_hdr in fcntl.h sgtty.h syslog.h u
sys/file.h sys/ioctl.h sys/time.h sys/types.h sys/param.h \
malloc.h strings.h memory.h \
curses.h ncurses.h term.h termio.h \
- termcap.h sgtty.h sys/termio.h termios.h
+ termcap.h sgtty.h sys/termio.h termios.h libutil.h util.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
@@ -2079,10 +2119,11 @@ fi
for ac_func in random drand48 fchmod getopt \
gethostname select socket closesocket setsockopt send recv \
FD_SET \
- getdtablesize getrlimit syslog vsyslog setenv snprintf
+ getdtablesize getrlimit syslog vsyslog setenv snprintf \
+ ptsname posix_openpt openpty
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:2086: checking for $ac_func" >&5
+echo "configure:2127: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else

View File

@@ -0,0 +1,49 @@
$NetBSD: patch-canuum_configure.in,v 1.1 2015/10/18 03:58:31 tsutsui Exp $
Check openpty(3), posix_openpt(3), and ptsname(3).
--- canuum/configure.in.orig 2003-03-24 04:15:22.000000000 +0000
+++ canuum/configure.in
@@ -378,6 +378,8 @@ AC_CHECK_LIB(socket, connect)
AC_CHECK_LIB(bind, getservbyname)
AC_CHECK_LIB(nsl, gethostbyname)
])dnl not CANNA
+dnl libutil only needed by uum with openpty... (determine later)
+AC_CHECK_LIB(util, openpty, [HAVE_LIBUTIL='have_libutil'])
dnl
dnl Checks for header files.
@@ -390,7 +392,7 @@ AC_CHECK_HEADERS(fcntl.h sgtty.h syslog.
sys/file.h sys/ioctl.h sys/time.h sys/types.h sys/param.h \
malloc.h strings.h memory.h \
curses.h ncurses.h term.h termio.h \
- termcap.h sgtty.h sys/termio.h termios.h
+ termcap.h sgtty.h sys/termio.h termios.h libutil.h util.h
)
dnl If you don't use ansidecl.h, use this (and modify Wnn/jserver/error.c)
dnl AC_CHECK_HEADERS(stdarg.h varargs.h, break)
@@ -508,7 +510,8 @@ dnl AC_FUNC_WAIT3
AC_CHECK_FUNCS(random drand48 fchmod getopt \
gethostname select socket closesocket setsockopt send recv \
FD_SET \
- getdtablesize getrlimit syslog vsyslog setenv snprintf)
+ getdtablesize getrlimit syslog vsyslog setenv snprintf \
+ ptsname posix_openpt openpty)
dnl for bcopy/index -> memcpy/strchr conversion (preparation):
AC_CHECK_FUNCS(bcopy bzero bcmp index rindex \
memcpy memmove memset strchr strrchr)
@@ -520,6 +523,14 @@ AC_CHECK_FUNCS(mkdir vasprintf, ,
[JS_SUPPORTOBJS="${JS_SUPPORTOBJS} ${ac_func}.o"])
AC_SUBST(JS_SUPPORTOBJS)
+dnl
+dnl File Existence
+dnl Checking file at compile time may bring false result when cross-
+dnl compiling. So, one have to check generated config.h and edit it
+dnl if necessary after running configure.
+dnl
+dnl AC_CHECK_FILE(/dev/ptmx, AC_DEFINE(HAVE_DEV_PTMX, 1, [/dev/ptmx found]),)
+AC_CHECK_FILES(/dev/ptmx,,)
dnl
dnl Creating Makefiles.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,25 @@
$NetBSD: patch-canuum_printf.c,v 1.1 2015/10/18 03:58:31 tsutsui Exp $
Appease prototype warnings.
--- canuum/printf.c.orig 2003-01-04 07:31:02.000000000 +0000
+++ canuum/printf.c
@@ -29,8 +29,18 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
#include <stdio.h>
+#if STDC_HEADERS
+# include <string.h>
+#else
+# if HAVE_STRINGS_H
+# include <strings.h>
+# endif
+#endif /* STDC_HEADERS */
#include "commonhd.h"
#include "sdefine.h"
#include "sheader.h"

View File

@@ -0,0 +1,37 @@
$NetBSD: patch-canuum_termcap.c,v 1.1 2015/10/18 03:58:31 tsutsui Exp $
Appease warnings.
--- canuum/termcap.c.orig 2004-04-26 21:48:37.000000000 +0000
+++ canuum/termcap.c
@@ -64,21 +64,21 @@ int Term_RowWidth;
/*
char *Term_Bell;
*/
-char *Term_ClrScreen;
-char *Term_ClrEofLine;
+const char *Term_ClrScreen;
+const char *Term_ClrEofLine;
char *Term_CleEndScreen;
-char *Term_ThrowCursor;
-char *Term_StandOutStart; /* These variables has value even if terminfo is used. see termio.c. */
-char *Term_StandOutEnd;
+const char *Term_ThrowCursor;
+const char *Term_StandOutStart; /* These variables has value even if terminfo is used. see termio.c. */
+const char *Term_StandOutEnd;
static int bold_mode_fun;
-char *Term_BoldOutStart;
-char *Term_BoldOutEnd;
+const char *Term_BoldOutStart;
+const char *Term_BoldOutEnd;
/*
int Term_StandOutBlankNum;
char *Term_DelChar;
*/
-char *Term_UnderScoreStart;
-char *Term_UnderScoreEnd;
+const char *Term_UnderScoreStart;
+const char *Term_UnderScoreEnd;
char *Term_KeyPadOn;
char *Term_KeyPadOff;

View File

@@ -0,0 +1,86 @@
$NetBSD: patch-canuum_termio.c,v 1.1 2015/10/18 03:58:31 tsutsui Exp $
- Appease prototype warnings.
- Reorganize curses ops.
--- canuum/termio.c.orig 2003-12-27 17:15:21.000000000 +0000
+++ canuum/termio.c
@@ -36,6 +36,11 @@
#include <stdio.h>
#if STDC_HEADERS
# include <stdlib.h>
+# include <string.h>
+#else
+# if HAVE_STRINGS_H
+# include <strings.h>
+# endif
#endif /* STDC_HEADERS */
#include "commonhd.h"
@@ -51,15 +56,15 @@
extern int putchar ();
extern char Term_Name[];
-extern char *Term_UnderScoreStart;
-extern char *Term_UnderScoreEnd;
-extern char *Term_ClrScreen;
-extern char *Term_ClrEofLine;
-extern char *Term_ThrowCursor;
-extern char *Term_StandOutStart;
-extern char *Term_StandOutEnd;
-extern char *Term_BoldOutStart;
-extern char *Term_BoldOutEnd;
+extern const char *Term_UnderScoreStart;
+extern const char *Term_UnderScoreEnd;
+extern const char *Term_ClrScreen;
+extern const char *Term_ClrEofLine;
+extern const char *Term_ThrowCursor;
+extern const char *Term_StandOutStart;
+extern const char *Term_StandOutEnd;
+extern const char *Term_BoldOutStart;
+extern const char *Term_BoldOutEnd;
static int bold_mode_fun = 0;
int
@@ -73,7 +78,7 @@ openTermData ()
char errprefix[1024] = "error";
/* for convert_key --- added by Nide 10/3 */
- if (NULL == (cp = get_kbd_env ()) || 0 != convert_getterm (cp, (0 != verbose_option)))
+ if (NULL == initscr() || NULL == (cp = get_kbd_env ()) || 0 != convert_getterm (cp, (0 != verbose_option)))
{
fprintf (stderr, "Cannot get keyboard information.\n");
return (-1);
@@ -96,13 +101,8 @@ openTermData ()
return (-1);
}
#endif /* CANNA */
- setupterm (0, 1, &status);
- /* This seems needless and causes hangs on Solaris8 + ncurses */
- /* reset_shell_mode (); */
- if (status != 1)
- {
- return (-1);
- }
+ reset_shell_mode();
+
#if defined(uniosu)
if (jterm < 2)
{ /* kanji terminal */
@@ -110,7 +110,7 @@ openTermData ()
return (-1);
}
#endif /* defined(uniosu) */
- if (save_cursor == (char *) NULL || *save_cursor == NULL || restore_cursor == (char *) NULL || *restore_cursor == NULL || change_scroll_region == (char *) NULL || *change_scroll_region == NULL)
+ if (save_cursor == (char *) NULL || *save_cursor == 0 || restore_cursor == (char *) NULL || *restore_cursor == 0 || change_scroll_region == (char *) NULL || *change_scroll_region == 0)
{
fprintf (stderr, "Your terminal is not strong enough. Goodbye !\n");
return (-1);
@@ -175,7 +175,6 @@ openTermData ()
void
closeTermData ()
{
- resetterm ();
reset_shell_mode ();
}

View File

@@ -0,0 +1,16 @@
$NetBSD: patch-cmd_cmd.tmpl,v 1.1 2015/10/18 03:58:31 tsutsui Exp $
Add a hook to disable installation of unnecessary commands in canna-lib
--- cmd/cmd.tmpl.orig 2003-09-25 06:30:21.000000000 +0000
+++ cmd/cmd.tmpl
@@ -33,7 +33,9 @@ NormalProgramTarget($(TARGET),$(OBJS),$(
# else
NormalProgramTarget($(TARGET),$(OBJS),$(DEPRKINDEPLIB),$(RKINDEPLIB),)
# endif
+# ifndef DontInstallProgram
InstallProgram($(TARGET),$(cannaBinDir))
+# endif
# ifdef ManSrcName
InstallManPageLong(ManSrcName,$(cannaManDir),$(TARGET))
# endif

View File

@@ -1,7 +1,23 @@
$NetBSD: patch-dic_phono_Imakefile,v 1.1 2012/07/03 17:44:39 joerg Exp $
$NetBSD: patch-dic_phono_Imakefile,v 1.2 2015/10/18 03:58:31 tsutsui Exp $
--- dic/phono/Imakefile.orig 2012-06-17 06:10:27.000000000 +0000
- Tweak canna-dict dirs
- avoid use of ${CPP} as generic preprocessor
--- dic/phono/Imakefile.orig 2015-10-03 19:39:32.000000000 +0000
+++ dic/phono/Imakefile
@@ -27,9 +27,9 @@
ROMAJI_DIC_DEF = -DSHIFT
- DICDIR = $(cannaLibDir)/dic
- SAMPLEDIR = $(cannaLibDir)/sample
- SAMPLESRCDIR = $(cannaLibDir)/sample/src
+ DICDIR = $(DicDir)
+ SAMPLEDIR = $(DicDir)/sample
+ SAMPLESRCDIR = $(DicDir)/sample/src
KPDEF = default.kpdef jdaemon.kpdef just.kpdef kaisoku.kpdef kana.kpdef \
lan5.kpdef matsu.kpdef newjis.kpdef romaji.kpdef sokuon.kpdef \
@@ -54,16 +54,16 @@ AllTarget($(ROMKANA_TABLES))
#ifdef __EMX__

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-lib_RKC_convert.c,v 1.1 2015/10/18 03:58:31 tsutsui Exp $
Tweak include path to build without configure in unnecessary dirs
--- lib/RKC/convert.c.orig 2004-04-26 21:48:37.000000000 +0000
+++ lib/RKC/convert.c
@@ -30,7 +30,7 @@ static char rcs_id[] = "$Id: convert.c,v
#include "rkcw.h"
#include "canna/RK.h"
#include "rkc.h"
-#include "IRproto.h"
+#include "../server/IRproto.h"
#include "RKindep/file.h"
#include <sys/types.h>

View File

@@ -0,0 +1,28 @@
$NetBSD: patch-lib_RK_dd.c,v 1.1 2015/10/18 03:58:31 tsutsui Exp $
Fix "64 bit time_t on 32 bit architecture" problem.
--- lib/RK/dd.c.orig 2003-09-17 08:50:52.000000000 +0000
+++ lib/RK/dd.c
@@ -42,6 +42,12 @@ static char rcsid[]="$Id: dd.c,v 1.5 200
#include <sys/types.h>
#include <sys/stat.h>
+#ifdef HAVE_TIME_T
+#define TIME_T time_t
+#else
+#define TIME_T long
+#endif
+
#define Calloc calloc
#define cx_gwt cx_extdata.ptr
#define STRCMP(d, s) strcmp((char *)(d), (char *)(s))
@@ -742,7 +748,7 @@ _RkRealizeDD(dd)
int ret = -1;
int tmpres;
int fdes;
- long tloc;
+ TIME_T tloc;
#ifdef __EMX__
struct stat statbuf;
#endif

View File

@@ -0,0 +1,16 @@
$NetBSD: patch-lib_RK_ncache.c,v 1.2 2015/10/25 12:17:36 tsutsui Exp $
Pull upstream fix to avoid crash problem of cannaserver.
https://osdn.jp/cvs/view/canna/canna/lib/RK/ncache.c?view=log#rev1.3
--- lib/RK/ncache.c.orig 2003-09-17 08:50:52.000000000 +0000
+++ lib/RK/ncache.c
@@ -27,7 +27,7 @@ static char rcsid[]="$Id: ncache.c,v 1.2
#include "RKintern.h"
#define NCHASH 101
-#define hash(x) ((int)((x)%NCHASH))
+#define hash(x) ((int)(((unsigned long)(x))%NCHASH))
static struct ncache Nchash[NCHASH];
static struct ncache Ncfree;

View File

@@ -0,0 +1,22 @@
$NetBSD: patch-lib_canna_keydef.c,v 1.1 2015/10/25 12:17:36 tsutsui Exp $
Pull upstream fix to avoid crash on set-key in ~/.canna (PR pkg/50368).
https://osdn.jp/cvs/view/canna/canna/lib/canna/keydef.c?view=log#rev1.3
--- lib/canna/keydef.c.orig 2003-09-17 08:50:53.000000000 +0000
+++ lib/canna/keydef.c
@@ -444,12 +444,9 @@ static unsigned int
createHashKey(data1, data2, which_seq)
unsigned char *data1;
unsigned char data2;
-int which_seq;
+unsigned int which_seq;
{
- unsigned int hashKey;
-
- hashKey = (int)(((POINTERINT)data1 + (POINTERINT)data2) % which_seq);
- return hashKey;
+ return (unsigned int)(((canna_uintptr_t)data1 + (canna_uintptr_t)data2) % which_seq);
}
/* 機能シーケンスを割り出す */

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2012/10/06 14:25:10 asau Exp $
# $NetBSD: Makefile,v 1.5 2015/11/25 12:50:57 jperkin Exp $
#
DISTNAME= dbskkd-cdb-2.00
@@ -18,13 +18,11 @@ INSTALLATION_DIRS= libexec \
DEPENDS= skk-jisyo-cdb-[0-9]*:../../inputmethod/skk-jisyo-cdb
FIND_PREFIX:= SKKJISYOCDBDIR=skk-jisyo-cdb
SUBST_CLASSES+= fix-paths
SUBST_STAGE.fix-paths= pre-configure
SUBST_MESSAGE.fix-paths= fixing pathes
SUBST_FILES.fix-paths= dbskkd-cdb.c
SUBST_SED.fix-paths= -e 's,/usr/local/share/skk/SKK-JISYO.L.cdb,${SKKJISYOCDBDIR}/share/skk/SKK-JISYO.L.cdb,g'
SUBST_SED.fix-paths= -e 's,/usr/local/share/skk/SKK-JISYO.L.cdb,${LOCALBASE}/share/skk/SKK-JISYO.L.cdb,g'
CDBLIB= ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.tinycdb}/lib \
-L${BUILDLINK_PREFIX.tinycdb}/lib -lcdb
@@ -51,6 +49,5 @@ post-install:
${INSTALL_SCRIPT} ${WRKSRC}/${filename} ${DESTDIR}${DOCSDIR}
.endfor
.include "../../mk/find-prefix.mk"
.include "../../databases/tinycdb/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.1.1.1 2010/09/10 09:11:34 obache Exp $
$NetBSD: distinfo,v 1.2 2015/11/03 22:13:34 agc Exp $
SHA1 (dbskkd-cdb-2.00.tar.gz) = 645e3a2f2a65c81dd3d04bdf2a4208c94c01f3fe
RMD160 (dbskkd-cdb-2.00.tar.gz) = 7841a3830663a10d6bd331e73d46c725edd44845
SHA512 (dbskkd-cdb-2.00.tar.gz) = 3582728d2a1917c00437b273208fa150a5a32dcd462752c6751ddbd574ca7f1476b2aca0d2613471a800bd17f80e2c4b60846f9056ae621996f8f5a5592fa22a
Size (dbskkd-cdb-2.00.tar.gz) = 9296 bytes

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.1.1.1 2006/01/16 13:04:07 rxg Exp $
$NetBSD: distinfo,v 1.2 2015/11/03 22:13:34 agc Exp $
SHA1 (fcitx-3.1.1.tar.bz2) = 3d23a0786edd6ff6e69d353692849d9041442038
RMD160 (fcitx-3.1.1.tar.bz2) = 229155ec71deb189ffc52851ee9a242ba9192a5b
SHA512 (fcitx-3.1.1.tar.bz2) = 4c97c5a6c5513d695266d3648f33ae8fe00bd92d81734ccc267560e255f893cef78282897eb738b5d5e295aa3710074ab17b2542c0f874b2d4bf1f5f159568cb
Size (fcitx-3.1.1.tar.bz2) = 2920856 bytes
SHA1 (patch-aa) = 53bc014f925d326ed76dfd79721b5d49b2fa5222
SHA1 (patch-ab) = 50cacd5cb281638d3b0e2468a339a21475d536f2

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.30 2015/04/25 14:23:22 tnn Exp $
# $NetBSD: Makefile,v 1.31 2016/08/03 10:22:58 adam Exp $
#
DISTNAME= gcin-1.1.7
PKGREVISION= 18
PKGREVISION= 19
CATEGORIES= inputmethod
#MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/
MASTER_SITES= http://cle.linux.org.tw/gcin/download/gcin-old/gcin-1.1.x/

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.7 2013/02/26 11:09:46 joerg Exp $
$NetBSD: distinfo,v 1.8 2015/11/03 22:13:34 agc Exp $
SHA1 (gcin-1.1.7.tar.bz2) = 0dd2cf64703d276fca3e5492e4ad1aaaed6fe290
RMD160 (gcin-1.1.7.tar.bz2) = 2c89f8a879e2ada52fb576bb6f91ac83e909a675
SHA512 (gcin-1.1.7.tar.bz2) = 1439176b3791043b3a7b8bd155e80816e1e616f7165e9665812a94b7e588d8a1fa86be9b32fb50783d85fecaf0ba8c64c0211b683bf146920b7c14f507eb1b6c
Size (gcin-1.1.7.tar.bz2) = 1392767 bytes
SHA1 (patch-aa) = 0cecd77d5bdd0e5cbf212adbe85c131a8d2e319a
SHA1 (patch-ab) = 2aa3dda5a55a591e4cb36b4b28da254eb8873585

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.28 2015/04/25 14:23:22 tnn Exp $
# $NetBSD: Makefile,v 1.29 2016/08/03 10:22:58 adam Exp $
#
DISTNAME= gtk-im-libthai-0.2.1
PKGREVISION= 15
PKGREVISION= 16
CATEGORIES= inputmethod
MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ \
ftp://linux.thai.net/pub/ThaiLinux/software/libthai/

View File

@@ -1,6 +1,7 @@
$NetBSD: distinfo,v 1.5 2011/12/06 11:41:02 obache Exp $
$NetBSD: distinfo,v 1.6 2015/11/03 22:13:34 agc Exp $
SHA1 (gtk-im-libthai-0.2.1.tar.gz) = fcf2395244ca9cce1fe4f87706db13883d940d40
RMD160 (gtk-im-libthai-0.2.1.tar.gz) = 36e8fec8d020fd4d31398b61c96d60dfdbf30ed4
SHA512 (gtk-im-libthai-0.2.1.tar.gz) = a7565161da1d30cd45234cf862245855b93ee9fcfd0b19d8f52838dddd86af96dcf5f134ae1bf022dba46c3d6ea6abfa592b407e5de298c9ef2285829c4a3981
Size (gtk-im-libthai-0.2.1.tar.gz) = 322601 bytes
SHA1 (patch-aa) = 5e2cacd1e91b9e67cfb03fe50284a9e8003601ab

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.19 2015/03/15 17:56:15 hiramatsu Exp $
# $NetBSD: Makefile,v 1.20 2015/11/25 12:50:57 jperkin Exp $
DISTNAME= ibus-anthy-1.5.6
CATEGORIES= inputmethod japanese
@@ -19,12 +19,9 @@ USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c
USE_TOOLS+= pkg-config msgfmt gmake intltool
FIND_PREFIX:= KASUMI_DIR=kasumi
.include "../../mk/find-prefix.mk"
CONFIGURE_ARGS+= --localedir=${PREFIX}/${PKGLOCALEDIR}/locale
CONFIGURE_ARGS+= --with-kasumi-exec=${KASUMI_DIR}/bin/kasumi
CONFIGURE_ARGS+= --with-kasumi-icon=${KASUMI_DIR}/share/pixmaps/kasumi.png
CONFIGURE_ARGS+= --with-kasumi-exec=${LOCALBASE}/bin/kasumi
CONFIGURE_ARGS+= --with-kasumi-icon=${LOCALBASE}/share/pixmaps/kasumi.png
CONFIGURE_ARGS+= --with-layout=default
#CONFIGURE_ARGS+= --enable-pygtk2-anthy

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.10 2014/11/03 08:53:53 obache Exp $
$NetBSD: distinfo,v 1.11 2015/11/03 22:13:34 agc Exp $
SHA1 (ibus-anthy-1.5.6.tar.gz) = 22cf6087607a9ccf6aa9ae9bb6b7fac80146d858
RMD160 (ibus-anthy-1.5.6.tar.gz) = f4513561f96a2efc24e1af04ca648edb5980e9dd
SHA512 (ibus-anthy-1.5.6.tar.gz) = a70ab060366426c9fb9f49817d81faf589f1badb9ddf4c5cfdea232a312afa5962daa9c3e48d7d0574ed4c4af4a7efbb334b59cc453507a6bd1a2d90ab5d0926
Size (ibus-anthy-1.5.6.tar.gz) = 710569 bytes

View File

@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.14 2015/04/06 08:17:29 adam Exp $
# $NetBSD: Makefile,v 1.16 2016/04/11 19:01:53 ryoon Exp $
DISTNAME= ibus-array-0.1.0
PKGREVISION= 1
PKGREVISION= 3
CATEGORIES= inputmethod chinese
MASTER_SITES= http://ibus-array.googlecode.com/svn/tarballs/
EXTRACT_SUFX= .tgz

View File

@@ -1,6 +1,7 @@
$NetBSD: distinfo,v 1.6 2015/01/29 11:45:25 obache Exp $
$NetBSD: distinfo,v 1.7 2015/11/03 22:13:34 agc Exp $
SHA1 (ibus-array-0.1.0.tgz) = f4f6f5ccb0c2d54ef80b5e694fc508f99bf1f381
RMD160 (ibus-array-0.1.0.tgz) = 2526bd21f704bbd4bf8d563a6e89870a047562b9
SHA512 (ibus-array-0.1.0.tgz) = b10f60c8e8b8c7fe54ef39c32a169be6ee53b69ea008e0526ac359a253129321afa830fb2b857f3d3cd5059abba452598909a0079164a440af1520ff651435fa
Size (ibus-array-0.1.0.tgz) = 3838716 bytes
SHA1 (patch-src_engine.c) = aa7978ae11c8e1410980585ff6f7a76200df6f99

View File

@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.43 2015/04/25 14:23:22 tnn Exp $
# $NetBSD: Makefile,v 1.46 2016/08/03 10:22:59 adam Exp $
#
DISTNAME= ibus-chewing-1.4.12-Source
PKGNAME= ${DISTNAME:S/-Source//}
PKGREVISION= 2
PKGREVISION= 5
CATEGORIES= inputmethod chinese
MASTER_SITES= https://github.com/definite/ibus-chewing/releases/download/${PKGVERSION_NOREV}/

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.17 2014/12/13 06:33:15 obache Exp $
$NetBSD: distinfo,v 1.18 2015/11/03 22:13:34 agc Exp $
SHA1 (ibus-chewing-1.4.12-Source.tar.gz) = 9d626194459f0ba4d4da4d92dbc6c4d0a856daa6
RMD160 (ibus-chewing-1.4.12-Source.tar.gz) = fff16cc108c73196870d9fbd2f6b8b366a9e3939
SHA512 (ibus-chewing-1.4.12-Source.tar.gz) = e83a0889cc58c9b03da0f2abf4fcc1c5e92d4e7137ebd1fcaabae23f7962be80d2cda8c4a0e483ce17b25bd9c215ddcf22b725cc42da3494c3241ccc83143a36
Size (ibus-chewing-1.4.12-Source.tar.gz) = 159593 bytes
SHA1 (patch-CMakeLists.txt) = 86c9335ba9cbc82163bc49b837a72a0bfa4a8d3c
SHA1 (patch-Modules_ManageEnvironment.cmake) = 213274162dca9e3fb4d54d494908a309b6819e51

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.4 2012/04/22 13:59:42 obache Exp $
$NetBSD: distinfo,v 1.5 2015/11/03 22:13:35 agc Exp $
SHA1 (ibus-el-0.3.2.tar.gz) = 579ce597421471c8004ac4fc0d47fac5fa089608
RMD160 (ibus-el-0.3.2.tar.gz) = 5f74064ea51aa3a785d5baa9437b27c536a31e1e
SHA512 (ibus-el-0.3.2.tar.gz) = 76ae9e25560737c55222e6d0776523fe357ab8adbf9347c47405b3f19004da8e787ea7a8cffd7614958f232648caf35aa68a34b23d4fe46fb76ac9df3cc40f65
Size (ibus-el-0.3.2.tar.gz) = 52918 bytes

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.33 2015/04/25 14:23:22 tnn Exp $
# $NetBSD: Makefile,v 1.35 2016/08/03 10:22:59 adam Exp $
#
DISTNAME= ibus-handwrite-3.0.0
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= inputmethod
MASTER_SITES= https://github.com/microcai/ibus-handwrite/releases/download/${PKGVERSION_NOREV:R}/
EXTRACT_SUFX= .tar.bz2
@@ -14,15 +14,12 @@ LICENSE= gnu-gpl-v3
DEPENDS+= zinnia-tomoe-[0-9]*:../../inputmethod/zinnia-tomoe
FIND_PREFIX:= ZINNIA_TOMOE_DIR=zinnia-tomoe
.include "../../mk/find-prefix.mk"
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake pkg-config
CONFIGURE_ARGS+= --enable-zinnia
CONFIGURE_ARGS+= --with-zinnia-tomoe=${ZINNIA_TOMOE_DIR}/lib/zinnia/model/tomoe
CONFIGURE_ARGS+= --with-zinnia-tomoe=${LOCALBASE}/lib/zinnia/model/tomoe
SUBST_CLASSES+= locale_dir
SUBST_STAGE.locale_dir= pre-configure

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.10 2014/08/28 10:27:28 obache Exp $
$NetBSD: distinfo,v 1.11 2015/11/03 22:13:35 agc Exp $
SHA1 (ibus-handwrite-3.0.0.tar.bz2) = 157a7ec657fe013373777e6f7d49508cc6c502b0
RMD160 (ibus-handwrite-3.0.0.tar.bz2) = ff233483b2d68fa4e43e2afd17bd010f07e6e82a
SHA512 (ibus-handwrite-3.0.0.tar.bz2) = ed9b2b35919f3e061230c7085c88e5ce80ee978ffa7f8391e74364e8d6152f0d88a08f91ec58b55fc7067e9fe45d03018760ccfca7b026f36211fa344d16c9b1
Size (ibus-handwrite-3.0.0.tar.bz2) = 239452 bytes
SHA1 (patch-src_UI__gtk.c) = 6243a09329fc6bb562a0c8edaa529e3905ec7583
SHA1 (patch-src_main.c) = b8adc7218d9de5f6cabe8c4a0de73b8ae69b792d

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.6 2014/11/07 11:56:04 obache Exp $
$NetBSD: distinfo,v 1.7 2015/11/03 22:13:35 agc Exp $
SHA1 (ibus-hangul-1.5.0.tar.gz) = 3b0ff57be4c0dce2c2b39df0156a00588b0349f1
RMD160 (ibus-hangul-1.5.0.tar.gz) = 714a03bddb7689dba3e58fc47ebbe290c402f394
SHA512 (ibus-hangul-1.5.0.tar.gz) = a9bef9ad887d1b41555af12e7589a9c4c69ddf4f61890907d90cbab6b9bf4cb6df4739c54d34ee1b2507486a1cb568f826bb4641e9ccee8ccfa11ff2d7e962bb
Size (ibus-hangul-1.5.0.tar.gz) = 505707 bytes

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.30 2015/04/25 14:23:22 tnn Exp $
# $NetBSD: Makefile,v 1.32 2016/08/03 10:22:59 adam Exp $
#
DISTNAME= ibus-input-pad-1.4.2
PKGREVISION= 2
PKGREVISION= 4
CATEGORIES= inputmethod
MASTER_SITES= http://input-pad.googlecode.com/files/

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.5 2013/12/29 06:45:14 obache Exp $
$NetBSD: distinfo,v 1.6 2015/11/03 22:13:35 agc Exp $
SHA1 (ibus-input-pad-1.4.2.tar.gz) = d3ea0327b0e0ba6ecd6ecc8ff11307e79a3e7650
RMD160 (ibus-input-pad-1.4.2.tar.gz) = 5c098dccf2014c9901b17471932505193d8b1779
SHA512 (ibus-input-pad-1.4.2.tar.gz) = a486936a6cb6b1c34fe3d81ea45611987769ca804a16274a2abf637be7647a829d91573223d2e22d753c4c1a3f364ce633499ee36ab9de45c43c9ef563f14061
Size (ibus-input-pad-1.4.2.tar.gz) = 402952 bytes

View File

@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.5 2015/04/25 14:23:22 tnn Exp $
# $NetBSD: Makefile,v 1.7 2016/08/03 10:22:59 adam Exp $
DISTNAME= ibus-kkc-1.5.21
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= inputmethod japanese
MASTER_SITES= https://bitbucket.org/libkkc/ibus-kkc/downloads/
@@ -19,9 +19,7 @@ USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config
FIND_PREFIX:= SKK_JISYO_DIR=skk-jisyo
.include "../../mk/find-prefix.mk"
CONFIGURE_ARGS+= --with-skkdic=${SKK_JISYO_DIR}/share/skk
CONFIGURE_ARGS+= --with-skkdic=${LOCALBASE}/share/skk
.include "../../converters/libkkc/buildlink3.mk"
.include "../../inputmethod/ibus/buildlink3.mk"

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.2 2014/08/10 02:30:00 obache Exp $
$NetBSD: distinfo,v 1.3 2015/11/03 22:13:35 agc Exp $
SHA1 (ibus-kkc-1.5.21.tar.gz) = 238c7003415a672d0578b5b8044c6bf2aa3f8cec
RMD160 (ibus-kkc-1.5.21.tar.gz) = f393377670bcf36a5d165c80d90103b51ca3c36b
SHA512 (ibus-kkc-1.5.21.tar.gz) = 528eba58b6c1364d97441952b3def001457639478b3d0427d10d6edcd1c52aa5b97a8805b5475b4bd0a01ffc432daa44e517325ad9ebb3f0ce1b3395a24c2cc9
Size (ibus-kkc-1.5.21.tar.gz) = 493129 bytes

View File

@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.5 2015/04/06 08:17:29 adam Exp $
# $NetBSD: Makefile,v 1.7 2016/04/11 19:01:53 ryoon Exp $
DISTNAME= ibus-libpinyin-1.6.92
PKGREVISION= 3
PKGREVISION= 5
CATEGORIES= inputmethod chinese
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpinyin/}

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.1 2014/06/01 13:30:35 obache Exp $
$NetBSD: distinfo,v 1.2 2015/11/03 22:13:35 agc Exp $
SHA1 (ibus-libpinyin-1.6.92.tar.gz) = 01561d48edf9f6c0bd361ffe10de81aa55190116
RMD160 (ibus-libpinyin-1.6.92.tar.gz) = 1f384f118a202071e29e98f8a7ef12a9d4d0f200
SHA512 (ibus-libpinyin-1.6.92.tar.gz) = 4c5a5fadb28ffd9dadf581be312e16d859165d0a78dbfca3c2515a0ccc445f89b69f6fc685b5a7d7dae18c8e3299415fba9c3739cb79ad082582623634417688
Size (ibus-libpinyin-1.6.92.tar.gz) = 1040728 bytes
SHA1 (patch-lua_lmyoslib.c) = d0858c884f7d018c773ccac15a3cad832ffd5a7d
SHA1 (patch-lua_lua-plugin.h) = de317e3b4de609c3a465ee8ef7992238a55e5ff1

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.7 2015/04/25 14:23:22 tnn Exp $
# $NetBSD: Makefile,v 1.8 2016/08/03 10:22:59 adam Exp $
#
DISTNAME= ibus-libthai-0.1.2
PKGREVISION= 2
PKGREVISION= 3
CATEGORIES= inputmethod
MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ \
ftp://linux.thai.net/pub/ThaiLinux/software/libthai/

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.2 2014/02/27 12:48:53 obache Exp $
$NetBSD: distinfo,v 1.3 2015/11/03 22:13:35 agc Exp $
SHA1 (ibus-libthai-0.1.2.tar.xz) = 0d264b9998d55a2036af79270062f5b31bfed065
RMD160 (ibus-libthai-0.1.2.tar.xz) = 7cd3964a8beb2880c73200bf9b1422a290b5184d
SHA512 (ibus-libthai-0.1.2.tar.xz) = 1899ab37a2cd5af0f8646362e223b5a47a5a7534a2482a1eb70b7d93732257b1f779d714b50836ae9c3e8eedb07559ea64fe8c49ff0a5978e982dcda61946666
Size (ibus-libthai-0.1.2.tar.xz) = 150224 bytes

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.33 2015/06/30 09:57:37 ryoon Exp $
# $NetBSD: Makefile,v 1.35 2016/08/03 10:22:59 adam Exp $
#
DISTNAME= ibus-m17n-1.3.4
PKGREVISION= 17
PKGREVISION= 19
CATEGORIES= inputmethod
MASTER_SITES= http://ibus.googlecode.com/files/

View File

@@ -1,6 +1,7 @@
$NetBSD: distinfo,v 1.6 2012/11/19 23:19:30 joerg Exp $
$NetBSD: distinfo,v 1.7 2015/11/03 22:13:35 agc Exp $
SHA1 (ibus-m17n-1.3.4.tar.gz) = 068de56caa87c002adeae0de9e908f47e3f9fde9
RMD160 (ibus-m17n-1.3.4.tar.gz) = ee9a153549d47a563e8bebf10af81b2e5f4136c4
SHA512 (ibus-m17n-1.3.4.tar.gz) = 9e9bc290b0f0d68558d408f6e69aa3bd9bb767db827a95839b576b58c7a5056dedcbd9b0bf1aab5e26ab21e601acd67a53404a5fd54b436efaf2a706489f25c4
Size (ibus-m17n-1.3.4.tar.gz) = 436687 bytes
SHA1 (patch-src_setup.c) = 3159e91232cdb48dddfc87d8e80210cb8e628c2e

View File

@@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.24 2015/09/23 11:53:27 joerg Exp $
# $NetBSD: Makefile,v 1.29 2016/08/03 10:22:59 adam Exp $
PKGNAME= ibus-${DISTNAME}
PKGREVISION= 1
INSTALLATION_DIRS+= libexec share/ibus share/ibus/component \
share/ibus-mozc
@@ -10,12 +11,9 @@ DEPENDS+= mozc-renderer-[0-9]*:../../inputmethod/mozc-renderer
DEPENDS+= mozc-server-[0-9]*:../../inputmethod/mozc-server
DEPENDS+= mozc-tool-[0-9]*:../../inputmethod/mozc-tool
# ../../session/key_info_util.cc:43:10: fatal error: 'protocol/commands.pb.h' file not found
MAKE_JOBS_SAFE= no
do-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
${PYTHONBIN} build_mozc.py build -c ${MOZC_BUILD_MODE} ${_MAKE_JOBS} \
${PYTHONBIN} build_mozc.py build -c ${MOZC_BUILD_MODE} \
unix/ibus/ibus.gyp:ibus_mozc_lib \
unix/ibus/ibus.gyp:ibus_mozc

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.31 2015/04/06 08:17:29 adam Exp $
# $NetBSD: Makefile,v 1.33 2016/04/11 19:01:53 ryoon Exp $
#
DISTNAME= ibus-pinyin-1.5.0
PKGREVISION= 6
PKGREVISION= 8
CATEGORIES= inputmethod chinese
MASTER_SITES= http://ibus.googlecode.com/files/

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.7 2014/05/02 11:26:52 obache Exp $
$NetBSD: distinfo,v 1.8 2015/11/03 22:13:35 agc Exp $
SHA1 (ibus-pinyin-1.5.0.tar.gz) = 40abf915bb2599189d8fd76f456ce399edfa4184
RMD160 (ibus-pinyin-1.5.0.tar.gz) = 9137f3e40971bd819fbaaf1715779a538d20a90c
SHA512 (ibus-pinyin-1.5.0.tar.gz) = b0cd849ee3154543747dde8994eec9aed01d67e0d9be308a2f0230cf22f0281cd8fcabd9763b24238547a37e54400bcd8e541937767b93f005d04302f0c00241
Size (ibus-pinyin-1.5.0.tar.gz) = 692516 bytes
SHA1 (patch-lua_lmyoslib.c) = 7934c67df6134085f5a429ad678e1bfa89c65be8
SHA1 (patch-lua_lua-plugin.h) = 51fbb077a8f0c528101dbdaafcbac9702dde334f

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2015/04/13 23:12:42 rodent Exp $
# $NetBSD: Makefile,v 1.10 2016/07/09 13:03:52 wiz Exp $
.include "../../inputmethod/ibus/Makefile.common"
@@ -39,7 +39,7 @@ CONFIGURE_ARGS+= --disable-gconf
CONFIGURE_ARGS+= --enable-python-library
CONFIGURE_ENV+= PYTHON2=${PYTHONBIN}
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2, py-gobject3
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2, py-gobject3
.include "../../devel/py-gobject3/buildlink3.mk"
PY_PATCHPLIST= yes
@@ -47,4 +47,5 @@ PY_PATCHPLIST= yes
BUILDLINK_API_DEPENDS.py-dbus+= ${PYPKGPREFIX}-dbus>=0.83.0
.include "../../sysutils/py-dbus/buildlink3.mk"
.include "../../textproc/iso-codes/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.39 2015/04/25 14:23:22 tnn Exp $
# $NetBSD: Makefile,v 1.42 2016/04/11 19:01:53 ryoon Exp $
#
DISTNAME= ibus-qt-1.3.3-Source
PKGNAME= ${DISTNAME:S/-Source//}
PKGREVISION= 3
PKGREVISION= 6
CATEGORIES= inputmethod
MASTER_SITES= https://github.com/ibus/ibus-qt/releases/download/${PKGVERSION_NOREV}/

View File

@@ -1,6 +1,7 @@
$NetBSD: distinfo,v 1.6 2014/04/30 06:53:18 obache Exp $
$NetBSD: distinfo,v 1.7 2015/11/03 22:13:35 agc Exp $
SHA1 (ibus-qt-1.3.3-Source.tar.gz) = 3711d9099ac97d1b3bc7313080a016caa04ae66e
RMD160 (ibus-qt-1.3.3-Source.tar.gz) = 376b8c4e73306758666e526ac10306b2e1dafb6f
SHA512 (ibus-qt-1.3.3-Source.tar.gz) = 5d499f217442c34f4a94914d01795f06f1094d1c9e9c5160b25f57f95f31b449e25e00969ef54f90f79e810c6b80ce090123cee9f45732e07ffc9d07b5bc78d4
Size (ibus-qt-1.3.3-Source.tar.gz) = 144004 bytes
SHA1 (patch-src_qibusserializable.cpp) = b9227830b1d189bf584dcb1b8cc28551ce76e5c1

View File

@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.3 2015/04/17 15:53:09 adam Exp $
# $NetBSD: Makefile,v 1.4 2016/08/03 10:22:59 adam Exp $
DISTNAME= ibus-rime-1.0
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= inputmethod chinese
MASTER_SITES= http://rimeime.googlecode.com/files/

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.1 2014/12/04 12:59:26 obache Exp $
$NetBSD: distinfo,v 1.2 2015/11/03 22:13:35 agc Exp $
SHA1 (ibus-rime-1.0.tar.gz) = 0a137d833ff8dfe89d39b1a93cdfa4f852af5dbd
RMD160 (ibus-rime-1.0.tar.gz) = 435ab634d49af2cb2470e72d38fa0fe61421ba1a
SHA512 (ibus-rime-1.0.tar.gz) = 75ed251c62fc4772ffd05f95b599932ebed3cb7c52406daa785ef755f825b32d22e6ce3dce94fcb28a88480b696e1014578e4d2210c933bae5fb00a1b0b8e275
Size (ibus-rime-1.0.tar.gz) = 23325 bytes

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.30 2015/04/25 14:23:22 tnn Exp $
# $NetBSD: Makefile,v 1.31 2016/08/03 10:22:59 adam Exp $
#
DISTNAME= ibus-skk-1.4.2
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= inputmethod japanese
MASTER_SITES= https://github.com/ueno/ibus-skk/releases/download/${DISTNAME}/

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.11 2014/09/10 09:46:00 obache Exp $
$NetBSD: distinfo,v 1.12 2015/11/03 22:13:35 agc Exp $
SHA1 (ibus-skk-1.4.2.tar.gz) = 17f06866e9bd5e0fec7f25883c7a4db972ce9dbf
RMD160 (ibus-skk-1.4.2.tar.gz) = 6be7f4a7eea6fd42c58ad0f0520d2407a4ac7a5c
SHA512 (ibus-skk-1.4.2.tar.gz) = cec7fbffaa78c406f3b9502bc64e2290fec579102a37ce61cb6424c3e06d159653f165b48e09f1256f38491bce6819460c6d226cd765ab150a8dfa80e2707fe1
Size (ibus-skk-1.4.2.tar.gz) = 491882 bytes

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.24 2015/04/25 14:23:22 tnn Exp $
# $NetBSD: Makefile,v 1.25 2016/08/03 10:22:59 adam Exp $
#
DISTNAME= ibus-t9-2.1.0.20100601
PKGREVISION= 22
PKGREVISION= 23
CATEGORIES= inputmethod chinese
MASTER_SITES= http://ibus-t9.googlecode.com/files/

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.1.1.1 2010/08/07 02:27:35 obache Exp $
$NetBSD: distinfo,v 1.2 2015/11/03 22:13:35 agc Exp $
SHA1 (ibus-t9-2.1.0.20100601.tar.gz) = e3e849a8fc02c485fb3059396993c7d644623c3a
RMD160 (ibus-t9-2.1.0.20100601.tar.gz) = a6f038ee55ad7897f400443ff7781b86b9d0f032
SHA512 (ibus-t9-2.1.0.20100601.tar.gz) = b449767da7a84045194dd63bf12f95c2bff4005e4e4ce55e4d1a53a365f24283aa242bc0a5901064b5c0f167bab775c7f4f4c5b72bcbf38fb084ae115fabdf5f
Size (ibus-t9-2.1.0.20100601.tar.gz) = 288846 bytes
SHA1 (patch-aa) = 7b34fb6f73dbf3f2951f66c41b5270129801e930
SHA1 (patch-ab) = c4f4cc3d149e49c70bce971ebf33fa69d4862c8f

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.12 2015/08/10 19:27:48 joerg Exp $
# $NetBSD: Makefile,v 1.13 2015/11/25 12:50:58 jperkin Exp $
#
DISTNAME= ibus-table-chinese-1.8.2
@@ -24,10 +24,7 @@ MAKE_JOBS_SAFE= noo
# Illegal byte sequence in array30_ExtB.txt
.if !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*-*)
BUILD_DEPENDS+= libiconv-[0-9]*:../../converters/libiconv
FIND_PREFIX:= ICONV_PREFIX=libiconv
.include "../../mk/find-prefix.mk"
CMAKE_ARGS+= -DICONV_CMD:PATH=${ICONV_PREFIX}/bin/iconv
CMAKE_ARGS+= -DICONV_CMD:PATH=${LOCALBASE}/bin/iconv
.endif
.include "../../inputmethod/ibus-table/buildlink3.mk"

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.9 2014/08/24 06:46:24 obache Exp $
$NetBSD: distinfo,v 1.10 2015/11/03 22:13:36 agc Exp $
SHA1 (ibus-table-chinese-1.8.2.tar.gz) = 00c11fa76331a5f9cb3703018d0e91a1b7425911
RMD160 (ibus-table-chinese-1.8.2.tar.gz) = 0570b44fa66bb43ed42657a9c442e48550c1cc11
SHA512 (ibus-table-chinese-1.8.2.tar.gz) = 30fd1c7ee8416cd62d8e26bc2646a667ac45c4579a7cb191c77e80fecccbc576c34f33ec0b5c55669c073a633298cfda1711e4b9d89a9ef8f6146acdc0167c1a
Size (ibus-table-chinese-1.8.2.tar.gz) = 10576111 bytes
SHA1 (patch-ab) = cd75ce5cbad9610607cfa5f68fec245a139f8b6b
SHA1 (patch-ac) = 6691cde876c3cfa64c1790294a6660b18f986d03

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.7 2015/01/14 09:24:42 obache Exp $
$NetBSD: distinfo,v 1.8 2015/11/03 22:13:36 agc Exp $
SHA1 (ibus-table-others-1.3.7.tar.gz) = a509fce37c94f53e0e72ad0b9d04fc707ab056ee
RMD160 (ibus-table-others-1.3.7.tar.gz) = a9938b880635f7c4043101ea6f4a91912efba963
SHA512 (ibus-table-others-1.3.7.tar.gz) = 738d4c0c198606e9121da51a67f64b91ae0650982b11f68e3a8ea6e014809bafea12ed5860aa61bbeac89fffd27568445f1f92a3d6c46254f61f2a5c3cefba09
Size (ibus-table-others-1.3.7.tar.gz) = 622955 bytes

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.10 2015/01/11 09:09:28 obache Exp $
$NetBSD: distinfo,v 1.11 2015/11/03 22:13:35 agc Exp $
SHA1 (ibus-table-1.9.2.tar.gz) = ca97b7a3866b11ba27c5b056610739a6d05d8aba
RMD160 (ibus-table-1.9.2.tar.gz) = 801093802c2cf341198d7a0568f62acef9b69a4d
SHA512 (ibus-table-1.9.2.tar.gz) = 9968243647baeabb1c8189b66c26c726648fe0e98963dedc296d785a3aafbb115770fafe8504252dd10ef27faa1720ff8e6c659a9e803703adf946054684eddb
Size (ibus-table-1.9.2.tar.gz) = 542249 bytes

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2015/03/15 17:00:29 hiramatsu Exp $
# $NetBSD: Makefile,v 1.11 2016/07/09 13:03:52 wiz Exp $
DISTNAME= ibus-tegaki-0.3.1
PKGREVISION= 2
@@ -21,7 +21,7 @@ SUBST_STAGE.epython= pre-configure
SUBST_FILES.epython= ibus-engine-tegaki.in
SUBST_SED.epython= -e 's;exec python;exec ${PYTHONBIN};g'
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 via py-ibus-python
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 via py-ibus-python
.include "../../lang/python/distutils.mk"
.include "../../lang/python/application.mk"

View File

@@ -1,6 +1,7 @@
$NetBSD: distinfo,v 1.2 2014/05/01 09:52:03 obache Exp $
$NetBSD: distinfo,v 1.3 2015/11/03 22:13:36 agc Exp $
SHA1 (ibus-tegaki-0.3.1.tar.gz) = aae9744632de4033c0906be032b37c3dfdcef151
RMD160 (ibus-tegaki-0.3.1.tar.gz) = 2cdf689b5434626b62f769f47dae06054b166e4e
SHA512 (ibus-tegaki-0.3.1.tar.gz) = 74626107e53fd2db689f3a2b23ccae248a6b747edefc926625ae23c27cf594d832c8d25e3076fd782dee5b80f5e6ce787a8c505c78419da2e9f1ba52a052755a
Size (ibus-tegaki-0.3.1.tar.gz) = 17026 bytes
SHA1 (patch-aa) = 95d27f41ebd9c0a464e4738e7a475750fd34d6b2

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.27 2015/04/25 14:23:23 tnn Exp $
# $NetBSD: Makefile,v 1.28 2016/08/03 10:22:59 adam Exp $
#
DISTNAME= ibus-unikey-0.6.1
PKGREVISION= 13
PKGREVISION= 14
CATEGORIES= inputmethod
MASTER_SITES= http://ibus-unikey.googlecode.com/files/

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.5 2014/05/01 09:19:35 obache Exp $
$NetBSD: distinfo,v 1.6 2015/11/03 22:13:36 agc Exp $
SHA1 (ibus-unikey-0.6.1.tar.gz) = f5787348a357d502af5ce6509f86823bcad7a21c
RMD160 (ibus-unikey-0.6.1.tar.gz) = e5af96ac4aac09a22dbafca2f53c882b34b23b42
SHA512 (ibus-unikey-0.6.1.tar.gz) = f8d519802d9b304cdaebfcee3f9fef5f17756cde48aa48b9dd357d714e2eaaba0df8f91218b658fdd1d85343804e054b7987caff2734913b29dc76263c30d4e6
Size (ibus-unikey-0.6.1.tar.gz) = 516250 bytes
SHA1 (patch-aa) = 9426627a452319f7357374e245d1fee60bd847a3
SHA1 (patch-configure) = 24c274c4a3647ede481ad6ce3b18f0f42e021d1b

View File

@@ -1,5 +1,6 @@
# $NetBSD: Makefile,v 1.44 2015/07/31 13:03:45 ryoon Exp $
# $NetBSD: Makefile,v 1.45 2016/08/03 10:22:59 adam Exp $
PKGREVISION= 1
.include "Makefile.common"
COMMENT= Intelligent Input Bus

View File

@@ -1,9 +1,9 @@
# $NetBSD: Makefile.common,v 1.8 2015/07/31 13:03:45 ryoon Exp $
# $NetBSD: Makefile.common,v 1.9 2016/03/02 22:59:00 ryoon Exp $
#
# used by inputmethod/ibus/Makefile
# used by inputmethod/ibus-python/Makefile
DISTNAME= ibus-1.5.11
DISTNAME= ibus-1.5.13
CATEGORIES= inputmethod
MASTER_SITES= https://github.com/ibus/ibus/releases/download/${PKGVERSION_NOREV}/

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.15 2015/07/31 13:03:45 ryoon Exp $
$NetBSD: distinfo,v 1.17 2016/03/02 22:59:00 ryoon Exp $
SHA1 (ibus-1.5.11.tar.gz) = b8dbc12cc90c3e7ec036d7098bc661b26630242a
RMD160 (ibus-1.5.11.tar.gz) = 5a6bbe9dae98d9114402ca82b207c775dee3f94a
Size (ibus-1.5.11.tar.gz) = 2177026 bytes
SHA1 (ibus-1.5.13.tar.gz) = 054a5a884329f2d3295d8f992566e7db72cf283b
RMD160 (ibus-1.5.13.tar.gz) = 0c8177a9e66e31589bd070caf285797fef1da062
SHA512 (ibus-1.5.13.tar.gz) = bffb3cecf984ec6e383a111b4e62506390f083476f59404e2e9b90251e6e06853d7f1dc06194456ab5064b5d375820510be1ab12ebd29b966d6a7f5b8aca07ab
Size (ibus-1.5.13.tar.gz) = 2194054 bytes
SHA1 (patch-client_gtk2_ibusimcontext.c) = 31e72d06884858476097f04591004ce46b6074c1
SHA1 (patch-client_gtk3_ibusimcontext.c) = 543192191d14d61ae3e193de6ffda7b099969a1a

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.2 2005/02/23 21:00:35 agc Exp $
$NetBSD: distinfo,v 1.3 2015/11/03 22:13:36 agc Exp $
SHA1 (IIIMECF-0.6.tar.gz) = eeb0006f92ceba9befc983e37e45d12caa858453
RMD160 (IIIMECF-0.6.tar.gz) = abfad587f814f7197bb8fcba59473673982a8e55
SHA512 (IIIMECF-0.6.tar.gz) = 5c349c1ffbd633c3f65b1a830df7ad1e0ec9424598ce3c721d75209204dd8b7c116385ba969e64f0b20f87098f98d48824e99553ab02f687703fc8d2ee97fdfa
Size (IIIMECF-0.6.tar.gz) = 71565 bytes

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.44 2015/04/25 14:23:23 tnn Exp $
# $NetBSD: Makefile,v 1.49 2016/08/03 10:23:00 adam Exp $
#
DISTNAME= im-ja-1.5
PKGREVISION= 41
PKGREVISION= 46
CATEGORIES= inputmethod japanese
MASTER_SITES= http://im-ja.sourceforge.net/

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.1.1.1 2010/05/20 08:18:00 obache Exp $
$NetBSD: distinfo,v 1.2 2015/11/03 22:13:36 agc Exp $
SHA1 (im-ja-1.5.tar.gz) = 1f8b4b6286be0dd0e004db018203bb5ec1093674
RMD160 (im-ja-1.5.tar.gz) = 24c16b77bff1caa6b0fa439c4fc81f0772eb3eba
SHA512 (im-ja-1.5.tar.gz) = 97c75aa5437b3f887d7004d87f4dd7e444fb2ad393af0117dab64fdef87c0a92b1a97c1934a8e1e67e6c1753ad78f1c9a67f5aca10710115a8b331aae4f17864
Size (im-ja-1.5.tar.gz) = 905539 bytes

View File

@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.38 2015/04/25 14:23:23 tnn Exp $
# $NetBSD: Makefile,v 1.39 2016/08/03 10:23:00 adam Exp $
DISTNAME= imhangul-2.0.0
PKGREVISION= 14
PKGREVISION= 15
CATEGORIES= inputmethod korean
MASTER_SITES= http://kldp.net/frs/download.php/5924/
EXTRACT_SUFX= .tar.bz2

View File

@@ -1,6 +1,7 @@
$NetBSD: distinfo,v 1.8 2011/11/10 10:51:33 obache Exp $
$NetBSD: distinfo,v 1.9 2015/11/03 22:13:36 agc Exp $
SHA1 (imhangul-2.0.0.tar.bz2) = 0e12088f6eae4703b22be88251e3dc6546d8fb11
RMD160 (imhangul-2.0.0.tar.bz2) = 196d05c164d446d65be11ba99263eaf25e2fbafc
SHA512 (imhangul-2.0.0.tar.bz2) = 203d83ec714ee464d3caa304a462a93129712d2221188a4f5cbb1caac309fb91f3b49749ab81d01d3c8bc2feeaf80398e9b8bc5e09b79c228fbc13ed9fbc28d3
Size (imhangul-2.0.0.tar.bz2) = 255591 bytes
SHA1 (patch-aa) = 866f9183fc2e075ab6d00545f577950c6d58cdb2

Some files were not shown because too many files have changed in this diff Show More