diff options
Diffstat (limited to '')
-rw-r--r-- | japanese/anthy-unicode/Makefile | 2 | ||||
-rw-r--r-- | japanese/anthy/Makefile | 77 | ||||
-rw-r--r-- | japanese/anthy/distinfo | 7 | ||||
-rw-r--r-- | japanese/anthy/files/patch-src-diclib-u2e.h | 29 | ||||
-rw-r--r-- | japanese/anthy/files/patch-src-util_anthy.el | 38 | ||||
-rw-r--r-- | japanese/anthy/pkg-descr | 6 | ||||
-rw-r--r-- | japanese/anthy/pkg-plist | 31 |
7 files changed, 0 insertions, 190 deletions
diff --git a/japanese/anthy-unicode/Makefile b/japanese/anthy-unicode/Makefile index fda11f8d7773..795a98ff9438 100644 --- a/japanese/anthy-unicode/Makefile +++ b/japanese/anthy-unicode/Makefile @@ -19,8 +19,6 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -CONFLICTS_INSTALL= ja-anthy - ELISPDIR= share/emacs/site-lisp/anthy-unicode PLIST_SUB= ELISPDIR=${ELISPDIR} diff --git a/japanese/anthy/Makefile b/japanese/anthy/Makefile deleted file mode 100644 index e0d0270c3b04..000000000000 --- a/japanese/anthy/Makefile +++ /dev/null @@ -1,77 +0,0 @@ -PORTNAME= anthy -PORTVERSION= 0.4 -PORTREVISION= 5 -PORTEPOCH= 1 -CATEGORIES= japanese -MASTER_SITES= DEBIAN -DISTFILES= ${DISTNAME:S/-/_/}.orig${EXTRACT_SUFX} -EXTRACT_ONLY= ${DISTNAME:S/-/_/}.orig${EXTRACT_SUFX} - -MAINTAINER= nobutaka@FreeBSD.org -COMMENT= Another Kana-Kanji conversion system -WWW= https://salsa.debian.org/debian/anthy - -LICENSE= GPLv2 LGPL21 -LICENSE_COMB= multi -LICENSE_FILE_GPLv2= ${WRKSRC}/alt-cannadic/COPYING -LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING - -USES= iconv:patch libtool pathfix pkgconfig -USE_LDCONFIG= yes - -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip -DOCSDIR= ${PREFIX}/share/doc/ja/anthy -ELISPDIR= share/emacs/site-lisp/anthy -PLIST_SUB= ELISPDIR=${ELISPDIR} - -CONFLICTS_INSTALL= ja-anthy-unicode - -OPTIONS_DEFINE= ODIC GSKKDIC DOCS - -ODIC_DESC= Okinawa Dictionary -GSKKDIC_DESC= SKK Dictionary - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MODIC} -MASTER_SITES+= http://www.ofug.net/~yamajun/files/:odic -DISTFILES+= ${ODIC_SRCS}:odic -ODIC_SRCS= ${ODIC_VERS}.t -ODIC_VERS= okinawa-20070717 -.endif - -.if ${PORT_OPTIONS:MGSKKDIC} -MASTER_SITES+= http://www.ohnolab.org/~kimoto/:gskk -DISTFILES+= ${GSKK_SRCS}:gskk -GSKK_SRCS= ${GSKK_VERS}.t.gz -GSKK_VERS= gskk-20041208 -.endif - -post-extract: -.if ${PORT_OPTIONS:MODIC} - ${CP} ${DISTDIR}/${DIST_SUBDIR}/${ODIC_SRCS} ${WRKSRC}/mkworddic - ${PRINTF} "/mkworddic\\\\/base.t/a\\\\\\nread @top_srcdir@/mkworddic/${ODIC_SRCS}\\n" | \ - ${REINPLACE_CMD} -f /dev/stdin ${WRKSRC}/mkworddic/dict.args.in -.endif - -.if ${PORT_OPTIONS:MGSKKDIC} - ${CP} ${DISTDIR}/${DIST_SUBDIR}/${GSKK_SRCS} ${WRKSRC}/mkworddic - ${GUNZIP_CMD} ${WRKSRC}/mkworddic/${GSKK_SRCS} - ${PRINTF} "/mkworddic\\\\/base.t/a\\\\\\nread @top_srcdir@/mkworddic/${GSKK_VERS}.t\\n" | \ - ${REINPLACE_CMD} -f /dev/stdin ${WRKSRC}/mkworddic/dict.args.in -.endif - -post-patch: - ${REINPLACE_CMD} -e \ - 's| install-lispLISP||g' ${WRKSRC}/src-util/Makefile.in - ${CP} ${WRKSRC}/src-util/rkhelper.c ${WRKSRC}/src-util/rkhelper.c.orig - ${ICONV_CMD} -f utf-8 -t euc-jp ${WRKSRC}/src-util/rkhelper.c.orig > ${WRKSRC}/src-util/rkhelper.c - -post-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/${ELISPDIR} - ${INSTALL_DATA} ${WRKSRC}/src-util/*.el ${STAGEDIR}${PREFIX}/${ELISPDIR} - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/ELISP ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/japanese/anthy/distinfo b/japanese/anthy/distinfo deleted file mode 100644 index ca869ecf16b4..000000000000 --- a/japanese/anthy/distinfo +++ /dev/null @@ -1,7 +0,0 @@ -TIMESTAMP = 1569037948 -SHA256 (anthy_0.4.orig.tar.gz) = fdf590beea7093f3327b1eee76013e4936e4c6659e7cc01dd1fdd6e6f2e9c9f7 -SIZE (anthy_0.4.orig.tar.gz) = 5619024 -SHA256 (okinawa-20070717.t) = dd7c9d5e5bfe3f7632af3aa4dbf707da7578c1cd31a4d614944b26d6b194b204 -SIZE (okinawa-20070717.t) = 158199 -SHA256 (gskk-20041208.t.gz) = d366b0b76d8b39c33244aa289c758663c260ef4402eaf49f0f53d14d55efbad7 -SIZE (gskk-20041208.t.gz) = 760867 diff --git a/japanese/anthy/files/patch-src-diclib-u2e.h b/japanese/anthy/files/patch-src-diclib-u2e.h deleted file mode 100644 index 2e437f285d7b..000000000000 --- a/japanese/anthy/files/patch-src-diclib-u2e.h +++ /dev/null @@ -1,29 +0,0 @@ ---- src-diclib/u2e.h.orig 2019-07-05 02:37:13 UTC -+++ src-diclib/u2e.h -@@ -55,7 +55,7 @@ static const int u2e_8[] = {0x0,0xa7a7,0x8fa7c2,0x8fa7 - 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, - 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0}; - static const int u2e_64[] = {0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, --0xa1be,0x0,0x0,0x0,0x0,0xa1bd,0x0,0x0,0xa1c6,0xa1c7,0x0,0x0,0xa1c8,0xa1c9,0x0,0x0, -+0xa1be,0x0,0x0,0x0,0xa1bd,0xa1bd,0xa1c2,0x0,0xa1c6,0xa1c7,0x0,0x0,0xa1c8,0xa1c9,0x0,0x0, - 0xa2f7,0xa2f8,0x0,0x0,0x0,0xa1c5,0xa1c4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, - 0xa2f3,0x0,0xa1ec,0xa1ed,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xa2a8,0x0,0x0,0x0,0x0, - 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -@@ -79,7 +79,7 @@ static const int u2e_67[] = {0x0,0x0,0x0,0x0,0x0,0x0,0 - 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, - 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0}; - static const int u2e_68[] = {0xa2cf,0x0,0xa2df,0xa2d0,0x0,0x0,0x0,0xa2e0,0xa2ba,0x0,0x0,0xa2bb,0x0,0x0,0x0,0x0, --0x0,0xadf4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xa2e5,0x0,0x0,0xa2e7,0xa1e7,0xadf8, -+0x0,0xadf4,0xa1dd,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xa2e5,0x0,0x0,0xa2e7,0xa1e7,0xadf8, - 0xa2dc,0x0,0x0,0x0,0x0,0xa1c2,0x0,0xa2ca,0xa2cb,0xa2c1,0xa2c0,0xa2e9,0xa2ea,0x0,0xadf3,0x0, - 0x0,0x0,0x0,0x0,0xa1e8,0xa2e8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xa2e6,0x0,0x0, - 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, -@@ -135,7 +135,7 @@ static const int u2e_76[] = {0x0,0x0,0x0,0x0,0x0,0xa1f - 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xa2f6,0x0,0x0,0xa2f5,0x0,0xa2f4, - 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0}; - static const int u2e_96[] = {0xa1a1,0xa1a2,0xa1a3,0xa1b7,0x0,0xa1b9,0xa1ba,0xa1bb,0xa1d2,0xa1d3,0xa1d4,0xa1d5,0xa1d6,0xa1d7,0xa1d8,0xa1d9, --0xa1da,0xa1db,0xa2a9,0xa2ae,0xa1cc,0xa1cd,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xade0,0x0,0xade1, -+0xa1da,0xa1db,0xa2a9,0xa2ae,0xa1cc,0xa1cd,0x0,0x0,0x0,0x0,0x0,0x0,0xa1c1,0xade0,0x0,0xade1, - 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, - 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, - 0x0,0xa4a1,0xa4a2,0xa4a3,0xa4a4,0xa4a5,0xa4a6,0xa4a7,0xa4a8,0xa4a9,0xa4aa,0xa4ab,0xa4ac,0xa4ad,0xa4ae,0xa4af, diff --git a/japanese/anthy/files/patch-src-util_anthy.el b/japanese/anthy/files/patch-src-util_anthy.el deleted file mode 100644 index db8206b44b7f..000000000000 --- a/japanese/anthy/files/patch-src-util_anthy.el +++ /dev/null @@ -1,38 +0,0 @@ ---- src-util/anthy.el.orig 2019-07-05 02:37:13 UTC -+++ src-util/anthy.el -@@ -71,7 +71,7 @@ - (defvar anthy-highlight-face nil) - (defvar anthy-underline-face nil) - (copy-face 'highlight 'anthy-highlight-face) --(set-face-underline-p 'anthy-highlight-face t) -+(set-face-underline 'anthy-highlight-face t) - (copy-face 'underline 'anthy-underline-face) - - ;; -@@ -745,7 +745,7 @@ - (if anthy-agent-process - (kill-process anthy-agent-process)) - (setq anthy-agent-process proc) -- (process-kill-without-query proc) -+ (set-process-query-on-exit-flag proc nil) - (if anthy-xemacs - (if (coding-system-p (find-coding-system 'euc-japan)) - (set-process-coding-system proc 'euc-japan 'euc-japan)) -@@ -864,7 +864,7 @@ - ;; leim の activate - ;; - (defun anthy-leim-activate (&optional name) -- (setq inactivate-current-input-method-function 'anthy-leim-inactivate) -+ (setq deactivate-current-input-method-function 'anthy-leim-inactivate) - (setq anthy-leim-active-p t) - (anthy-update-mode) - (when (eq (selected-window) (minibuffer-window)) -@@ -874,7 +874,7 @@ - ;; emacsのバグ避けらしいです - ;; - (defun anthy-leim-exit-from-minibuffer () -- (inactivate-input-method) -+ (deactivate-input-method) - (when (<= (minibuffer-depth) 1) - (remove-hook 'minibuffer-exit-hook 'anthy-leim-exit-from-minibuffer))) - diff --git a/japanese/anthy/pkg-descr b/japanese/anthy/pkg-descr deleted file mode 100644 index 71f96befcc23..000000000000 --- a/japanese/anthy/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Anthy is a Japanese input method working on X11 and emacs. -It converts Hiragana text to Kana Kanji mixed text. - -Supplemental 2ch BBS terms dictionary which is installed by WITH_2CHDIC knob -is developed by Omaemona 2ch/Linux (DQN) Project. -(http://omaemona.sourceforge.net/packages/Zisyo/) diff --git a/japanese/anthy/pkg-plist b/japanese/anthy/pkg-plist deleted file mode 100644 index 0052bb1e5265..000000000000 --- a/japanese/anthy/pkg-plist +++ /dev/null @@ -1,31 +0,0 @@ -bin/anthy-agent -bin/anthy-dic-tool -etc/anthy-conf -include/anthy/anthy.h -include/anthy/dicutil.h -include/anthy/input.h -lib/libanthy.a -lib/libanthy.so -lib/libanthy.so.1 -lib/libanthy.so.1.1.2 -lib/libanthydic.a -lib/libanthydic.so -lib/libanthydic.so.1 -lib/libanthydic.so.1.1.3 -lib/libanthyinput.a -lib/libanthyinput.so -lib/libanthyinput.so.0 -lib/libanthyinput.so.0.0.0 -libdata/pkgconfig/anthy.pc -%%DATADIR%%/anthy.dic -%%DATADIR%%/dic-tool-usage.txt -%%DATADIR%%/typetab -%%DATADIR%%/zipcode.t -%%PORTDOCS%%%%DOCSDIR%%/ELISP -%%ELISPDIR%%/anthy-azik.el -%%ELISPDIR%%/anthy-conf.el -%%ELISPDIR%%/anthy-dic.el -%%ELISPDIR%%/anthy-isearch.el -%%ELISPDIR%%/anthy-kyuri.el -%%ELISPDIR%%/anthy.el -%%ELISPDIR%%/leim-list.el |