summaryrefslogtreecommitdiff
path: root/japanese/kinput2
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-12-12 19:19:02 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-12-12 19:19:02 +0000
commita0848d727648aa70f6a89c013203f2b82a4e972e (patch)
tree37ec8e378ec2d731e9ba9c15cd58724325a5637c /japanese/kinput2
parentFix build by syncing with gaim-0.73. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_0'.release/5.2.0
Diffstat (limited to 'japanese/kinput2')
-rw-r--r--japanese/kinput2/Makefile86
-rw-r--r--japanese/kinput2/distinfo1
-rw-r--r--japanese/kinput2/files/Kinput2.conf22
-rw-r--r--japanese/kinput2/files/patch-kinput2.ad14
-rw-r--r--japanese/kinput2/files/patch-lib::imlib::imconv.c12
-rw-r--r--japanese/kinput2/pkg-descr16
-rw-r--r--japanese/kinput2/pkg-message5
-rw-r--r--japanese/kinput2/pkg-plist16
8 files changed, 0 insertions, 172 deletions
diff --git a/japanese/kinput2/Makefile b/japanese/kinput2/Makefile
deleted file mode 100644
index 93ff20acbbd2..000000000000
--- a/japanese/kinput2/Makefile
+++ /dev/null
@@ -1,86 +0,0 @@
-# New ports collection makefile for: kinput2-freewnn
-# Date created: 19 Dec 1997
-# Whom: Satoshi TAOKA <taoka@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= kinput2
-PORTVERSION= 3.1
-PORTREVISION= 2
-PKGNAMESUFFIX= ${INPUT_METHOD}
-CATEGORIES= japanese x11
-MASTER_SITES= ftp://ftp.sra.co.jp/pub/x11/kinput2/
-DISTNAME= kinput2-v3.1
-
-MAINTAINER= taoka@FreeBSD.org
-COMMENT?= Input server of Japanese text (FreeWnn)
-
-LIB_DEPENDS= ${LIB_INPUT_METHOD}
-BUILD_DEPENDS= ${BUILD_INPUT_METHOD}
-
-PATCHDIR= ${.CURDIR}/../kinput2-freewnn/files
-FILESDIR= ${.CURDIR}/../kinput2-freewnn/files
-USE_IMAKE= yes
-MAN1= kinput2.1
-
-.if !defined(CANNA) && !defined(SJ3) && !defined(FREEWNN) && !defined(WNN6) && !defined(WNN7)
-# For this port
-FREEWNN= yes
-.endif
-#
-# Specifying a velue INPUT_METHOD, and seting values BUILD_DEPENDS,
-# LIB_DEPENDS, etc.
-.if defined(CANNA)
-INPUT_METHOD+= canna
-LIB_INPUT_METHOD+= canna16.1:${PORTSDIR}/japanese/Canna
-KINPUT2_DEF+= -DUseCanna -Dport_CANNASRC=${LOCALBASE}/include \
- -Dport_CANNALIB="-L${LOCALBASE}/lib -lcanna16"
-.endif
-.if defined(SJ3)
-INPUT_METHOD+= sj3
-BUILD_INPUT_METHOD+= sj3serv:${PORTSDIR}/japanese/sj3
-KINPUT2_DEF+= -DUseSj3 -Dport_SJ3SRC=${LOCALBASE}/include \
- -Dport_SJ3LIB="-L${LOCALBASE}/lib -lsj3lib"
-.endif
-.if defined(FREEWNN)
-INPUT_METHOD+= freewnn
-LIB_INPUT_METHOD+= wnn.0:${PORTSDIR}/japanese/FreeWnn-lib
-KINPUT2_DEF+= -DUseWnn -Dport_WNNINCDIR=$(LOCALBASE)/include/wnn \
- -Dport_WNNLIB="-L$(LOCALBASE)/lib -lwnn -lcrypt"
-.elif defined(WNN6)
-INPUT_METHOD+= wnn6
-LIB_INPUT_METHOD+= wnn6.2:${PORTSDIR}/japanese/Wnn6-lib
-KINPUT2_DEF+= -DUseWnn -DUseWnn6 -Dport_WNNINCDIR=$(LOCALBASE)/include/wnn6/wnn \
- -Dport_WNNLIB="-L$(LOCALBASE)/lib -lwnn6 -lcrypt"
-.elif defined(WNN7)
-INPUT_METHOD+= wnn7
-LIB_INPUT_METHOD+= wnn7.1:${PORTSDIR}/japanese/Wnn7-lib
-KINPUT2_DEF+= -DUseWnn -DUseWnn6 -Dport_WNNINCDIR=$(LOCALBASE)/include/wnn7/wnn \
- -Dport_WNNLIB="-L$(LOCALBASE)/lib -lwnn7 -lcrypt"
-.endif
-#
-# Make a value of INPUT_METHOD
-.if defined(INPUT_METHOD)
-INPUT_METHOD!= echo ${INPUT_METHOD} | sed -e 's/^/-/' -e 's/ /+/g'
-.endif
-#
-# Redefine $(IMAKE_CMD) with $(PORT_IMAKE_DEFINES) in ${WRKSRC}/Kinput2.conf
-MAKE_ENV+= PORT_IMAKE_DEFINES='${KINPUT2_DEF}'
-
-pre-configure:
- if [ -f ${WRKSRC}/Kinput2.conf ]; then \
- ${MV} -f ${WRKSRC}/Kinput2.conf ${WRKSRC}/Kinput2.conf.org; \
- fi
- ${CP} ${FILESDIR}/Kinput2.conf ${WRKSRC}/Kinput2.conf
-
-do-configure:
- cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${XMKMF}
-
-post-install:
-# For FreeWnn or Wnn6
- @if [ -e ${PKGMESSAGE} ]; then \
- ${CAT} ${PKGMESSAGE}; \
- fi
-
-.include <bsd.port.mk>
diff --git a/japanese/kinput2/distinfo b/japanese/kinput2/distinfo
deleted file mode 100644
index 06cd173c4727..000000000000
--- a/japanese/kinput2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (kinput2-v3.1.tar.gz) = 2de20576f150248d1fdfe66d7cc4e510
diff --git a/japanese/kinput2/files/Kinput2.conf b/japanese/kinput2/files/Kinput2.conf
deleted file mode 100644
index c7c714ad1dae..000000000000
--- a/japanese/kinput2/files/Kinput2.conf
+++ /dev/null
@@ -1,22 +0,0 @@
-XCOMM Each parameter in this file is explained in the original
-XCOMM Kinput2.conf (probably Kinput2.conf.org)
-
-XCOMM Redefine $(IMAKE_CMD) for FreeBSD ports (by S. Taoka)
-
-IMAKE_CMD = $(IMAKE) -DUseInstalled -I$(IRULESRC) $(IMAKE_DEFINES) $(PORT_IMAKE_DEFINES)
-
-CCDEF_DIR = $(LIBDIR)/ccdef
-
-WNNSRC = port_WNNSRC
-WNNINCDIR = port_WNNINCDIR
-WNNLIB = port_WNNLIB
-
-CANNAINSTDIR = port_CANNAINSTDIR
-CANNASRC = port_CANNASRC
-CANNALIB = port_CANNALIB
-
-SJ3DEF_DIR = $(LIBDIR)/sj3def
-SJ3SRC = port_SJ3SRC
-SJ3LIB = port_SJ3LIB
-
-TRANSPORTDEFS =
diff --git a/japanese/kinput2/files/patch-kinput2.ad b/japanese/kinput2/files/patch-kinput2.ad
deleted file mode 100644
index ac578576b9fa..000000000000
--- a/japanese/kinput2/files/patch-kinput2.ad
+++ /dev/null
@@ -1,14 +0,0 @@
---- cmd/Kinput2.ad.orig Tue May 20 14:13:43 2003
-+++ cmd/Kinput2.ad Tue May 20 14:14:46 2003
-@@ -34,7 +34,10 @@
- !!
- !*CcWnn.Jserver: "primary-jserver-host"
- !*CcWnn.jserver2nd: "secondary-jserver-host-if-any"
--*CcWnn.ccdef: ccdef.kinput2
-+!!! Uncomment below if you like legacy key bindings
-+!*CcWnn.ccdef: ccdef.kinput2
-+!!! Anc comment below if you like legacy key bindings
-+*CcWnn.ccdef: ccdef.kinput2.egg
- !*CcWnn.wnnEnvrc4: "wnenvrc-file-for-Wnn4"
- !*CcWnn.wnnEnvrc6: "wnenvrc-file-for-Wnn6"
- !!
diff --git a/japanese/kinput2/files/patch-lib::imlib::imconv.c b/japanese/kinput2/files/patch-lib::imlib::imconv.c
deleted file mode 100644
index bfe8aefa01ae..000000000000
--- a/japanese/kinput2/files/patch-lib::imlib::imconv.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- lib/imlib/imconv.c.orig Thu Oct 3 18:35:30 2002
-+++ lib/imlib/imconv.c Tue Jun 3 01:34:56 2003
-@@ -591,6 +591,9 @@
- }
- }
- IMFinishRequest(conn, offset);
-+#ifdef STATUS_SYNC
-+ IMFlush(conn);
-+#endif /* STATUS_SYNC */
- }
-
- /*- preeditCaret: do actual preedit caret -*/
diff --git a/japanese/kinput2/pkg-descr b/japanese/kinput2/pkg-descr
deleted file mode 100644
index 854c74764bbe..000000000000
--- a/japanese/kinput2/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-Kinput2 is an Japanese text input server for X11 applications.
-
-A client that require kana-kanji conversion service for Japanese text
-sends a request to kinput2. Kinput2 receives the request, does
-kana-kanji conversion, and sends the converted text back to the
-client.
-
-The port supports FreeWnn.
-
-(NOTICE)
-Default key-binding is changed to "egg" key-binding by defining
-*CcWnn.ccdef: ccdef.kinput2.egg
-in ${X11BASE}/lib/X11/app-defaults/Kinput2.
-
--- S. Taoka
-<taoka@FreeBSD.org>
diff --git a/japanese/kinput2/pkg-message b/japanese/kinput2/pkg-message
deleted file mode 100644
index 9c2af0932879..000000000000
--- a/japanese/kinput2/pkg-message
+++ /dev/null
@@ -1,5 +0,0 @@
-############################################################
-Default key-binding is changed to "egg" key-binding by defining
-*CcWnn.ccdef: ccdef.kinput2.egg
-in ${X11BASE}/lib/X11/app-defaults/Kinput2.
-############################################################"
diff --git a/japanese/kinput2/pkg-plist b/japanese/kinput2/pkg-plist
deleted file mode 100644
index 89a0c6be133d..000000000000
--- a/japanese/kinput2/pkg-plist
+++ /dev/null
@@ -1,16 +0,0 @@
-bin/kinput2
-lib/X11/app-defaults/Kinput2
-lib/X11/ccdef/ccdef.kinput2
-lib/X11/ccdef/rule.eggfunc
-lib/X11/ccdef/rule.func
-lib/X11/ccdef/rule.greek
-lib/X11/ccdef/rule.kana
-lib/X11/ccdef/rule.kana2
-lib/X11/ccdef/rule.roma
-lib/X11/ccdef/rule.wnnroma
-lib/X11/ccdef/rule.zascii
-lib/X11/ccdef/ccdef.kinput2.egg
-lib/X11/ccdef/rule.hiragana.egg
-lib/X11/ccdef/rule.katakana.egg
-lib/X11/ccdef/rule.kigou.egg
-@dirrm lib/X11/ccdef