diff options
Diffstat (limited to 'japanese')
60 files changed, 75 insertions, 559 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index ab1225a81b6d..9146c16637ca 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -13,7 +13,6 @@ SUBDIR += ajaxzip2-data SUBDIR += alias-fonts SUBDIR += another-htmllint - SUBDIR += anthy SUBDIR += anthy-unicode SUBDIR += aobook SUBDIR += bible_names-fpw @@ -93,9 +92,7 @@ SUBDIR += font-moralerspace SUBDIR += font-moralerspace-hw SUBDIR += font-moralerspace-hwjpdoc - SUBDIR += font-moralerspace-hwnf SUBDIR += font-moralerspace-jpdoc - SUBDIR += font-moralerspace-nf SUBDIR += font-motoya-al SUBDIR += font-mplus-bitmap SUBDIR += font-mplus-ipa @@ -142,7 +139,6 @@ SUBDIR += jls SUBDIR += jvim3 SUBDIR += kakasi - SUBDIR += kasumi SUBDIR += kasumi-unicode SUBDIR += kbanner SUBDIR += kcc @@ -280,7 +276,6 @@ SUBDIR += timidity++-slang SUBDIR += today SUBDIR += tomoe - SUBDIR += uim-anthy SUBDIR += uim-anthy-unicode SUBDIR += uim-mozc SUBDIR += uim-tomoe-gtk 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 diff --git a/japanese/boiled-mozc/Makefile b/japanese/boiled-mozc/Makefile index 67bd2078e454..fb63d91ce13c 100644 --- a/japanese/boiled-mozc/Makefile +++ b/japanese/boiled-mozc/Makefile @@ -1,7 +1,7 @@ PORTNAME= boiled-mozc PORTVERSION= 0.7 DISTVERSIONPREFIX=v -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= japanese editors elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/japanese/cp5022x-el/Makefile b/japanese/cp5022x-el/Makefile index 9be4665c1821..1e8654e73c8d 100644 --- a/japanese/cp5022x-el/Makefile +++ b/japanese/cp5022x-el/Makefile @@ -1,6 +1,6 @@ PORTNAME= cp5022x PORTVERSION= 0.0.20120324 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= japanese elisp PKGNAMESUFFIX= -el${EMACS_PKGNAMESUFFIX} diff --git a/japanese/cskk/Makefile b/japanese/cskk/Makefile index a615197a3f97..e11b9e197aec 100644 --- a/japanese/cskk/Makefile +++ b/japanese/cskk/Makefile @@ -1,7 +1,7 @@ PORTNAME= cskk DISTVERSIONPREFIX= v DISTVERSION= 3.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese MAINTAINER= syobon@syobon.net diff --git a/japanese/ddskk/Makefile b/japanese/ddskk/Makefile index c9d57360224b..430cb5028f82 100644 --- a/japanese/ddskk/Makefile +++ b/japanese/ddskk/Makefile @@ -1,6 +1,6 @@ PORTNAME= ddskk DISTVERSION= 17.1.20230702 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= japanese elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/japanese/fcitx-anthy/Makefile b/japanese/fcitx-anthy/Makefile index 659b18dcf714..11a908cff815 100644 --- a/japanese/fcitx-anthy/Makefile +++ b/japanese/fcitx-anthy/Makefile @@ -1,5 +1,6 @@ PORTNAME= fcitx-anthy DISTVERSION= 0.2.4 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/ DIST_SUBDIR= fcitx @@ -13,19 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= bash:shells/bash \ fcitx:chinese/fcitx - -FLAVORS= original unicode -FLAVOR?= ${FLAVORS:[1]} +LIB_DEPENDS= libanthy-unicode.so:japanese/anthy-unicode USES= cmake gettext gnome pkgconfig tar:xz -.if ${FLAVOR} == original -LIB_DEPENDS+= libanthy.so:japanese/anthy -CONFLICTS_INSTALL= ${PORTNAME}-unicode -.else -PKGNAMESUFFIX= -unicode -LIB_DEPENDS+= libanthy-unicode.so:japanese/anthy-unicode -CONFLICTS_INSTALL= ${PORTNAME} -.endif - .include <bsd.port.mk> diff --git a/japanese/fcitx5-anthy/Makefile b/japanese/fcitx5-anthy/Makefile index 4ca92df35480..940006821d03 100644 --- a/japanese/fcitx5-anthy/Makefile +++ b/japanese/fcitx5-anthy/Makefile @@ -1,5 +1,6 @@ PORTNAME= fcitx5-anthy DISTVERSION= 5.1.6 +PORTREVISION= 1 CATEGORIES= japanese textproc MASTER_SITES= https://download.fcitx-im.org/fcitx5/${PORTNAME}/ @@ -10,22 +11,11 @@ WWW= https://github.com/fcitx/fcitx5-anthy LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-2.0-or-later.txt -LIB_DEPENDS= libFcitx5Core.so:textproc/fcitx5 - -FLAVORS= original unicode -FLAVOR?= ${FLAVORS:[1]} +LIB_DEPENDS= libFcitx5Core.so:textproc/fcitx5 \ + libanthy-unicode.so:japanese/anthy-unicode USES= cmake compiler:c++17-lang gettext-tools kde:5 pkgconfig tar:zst USE_KDE= ecm -.if ${FLAVOR} == original -LIB_DEPENDS+= libanthy.so:japanese/anthy -CONFLICTS_INSTALL= ${PORTNAME}-unicode -.else -PKGNAMESUFFIX= -unicode -LIB_DEPENDS+= libanthy-unicode.so:japanese/anthy-unicode -CONFLICTS_INSTALL= ${PORTNAME} -.endif - .include <bsd.port.mk> diff --git a/japanese/font-moralerspace-hw/Makefile b/japanese/font-moralerspace-hw/Makefile index 24e0adfbf962..0483c7293277 100644 --- a/japanese/font-moralerspace-hw/Makefile +++ b/japanese/font-moralerspace-hw/Makefile @@ -1,5 +1,5 @@ PORTNAME= moralerspace-hw -PORTVERSION= 1.1.0 +PORTVERSION= 2.0.0 PORTREVISION= 0 CATEGORIES= japanese x11-fonts MASTER_SITES= https://github.com/yuru7/${FONTNAME}/releases/download/v${PORTVERSION}/ diff --git a/japanese/font-moralerspace-hw/distinfo b/japanese/font-moralerspace-hw/distinfo index 46241d132f3e..fa7d19a9b18c 100644 --- a/japanese/font-moralerspace-hw/distinfo +++ b/japanese/font-moralerspace-hw/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739119473 -SHA256 (MoralerspaceHW_v1.1.0.zip) = 7d7be182d13930ef6710ec1de61adc5bf9740b8d9754cfd5260bca3f4239c8f5 -SIZE (MoralerspaceHW_v1.1.0.zip) = 39184726 +TIMESTAMP = 1754740041 +SHA256 (MoralerspaceHW_v2.0.0.zip) = 500a7774297c829265ebd472b6d8c1159cfb3e9daa4ca0570170af541b991b7d +SIZE (MoralerspaceHW_v2.0.0.zip) = 102017180 diff --git a/japanese/font-moralerspace-hwjpdoc/Makefile b/japanese/font-moralerspace-hwjpdoc/Makefile index cc2c5d1819f4..91d40bd4b614 100644 --- a/japanese/font-moralerspace-hwjpdoc/Makefile +++ b/japanese/font-moralerspace-hwjpdoc/Makefile @@ -1,5 +1,5 @@ PORTNAME= moralerspace-hwjpdoc -PORTVERSION= 1.1.0 +PORTVERSION= 2.0.0 PORTREVISION= 0 CATEGORIES= japanese x11-fonts MASTER_SITES= https://github.com/yuru7/${FONTNAME}/releases/download/v${PORTVERSION}/ diff --git a/japanese/font-moralerspace-hwjpdoc/distinfo b/japanese/font-moralerspace-hwjpdoc/distinfo index f3fb9ab979a9..963b409edb2c 100644 --- a/japanese/font-moralerspace-hwjpdoc/distinfo +++ b/japanese/font-moralerspace-hwjpdoc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739119530 -SHA256 (MoralerspaceHWJPDOC_v1.1.0.zip) = 8aeea6616801f4860649944359814297048c081323c8406f530a5826ea1263a6 -SIZE (MoralerspaceHWJPDOC_v1.1.0.zip) = 39184310 +TIMESTAMP = 1754740413 +SHA256 (MoralerspaceHWJPDOC_v2.0.0.zip) = 3598729cb4693ff74fe32695fac167991d6bee55fc1649281aab64f311624907 +SIZE (MoralerspaceHWJPDOC_v2.0.0.zip) = 102036208 diff --git a/japanese/font-moralerspace-hwnf/Makefile b/japanese/font-moralerspace-hwnf/Makefile deleted file mode 100644 index 734e9cbb6e2d..000000000000 --- a/japanese/font-moralerspace-hwnf/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -PORTNAME= moralerspace-hwnf -PORTVERSION= 1.1.0 -PORTREVISION= 0 -CATEGORIES= japanese x11-fonts -MASTER_SITES= https://github.com/yuru7/${FONTNAME}/releases/download/v${PORTVERSION}/ -PKGNAMEPREFIX= ja-font- -DISTNAME= ${FONTNAME}${VARIATION}_v${DISTVERSION} - -MAINTAINER= ume@FreeBSD.org -COMMENT= Moralerspace Font (Half-width 1:Full-width 2 Width + Nerd Fonts) -WWW= https://github.com/yuru7/moralerspace - -LICENSE= OFL11 - -USES= fonts:fc zip -NO_ARCH= yes -NO_BUILD= yes -WRKSRC= ${WRKDIR}/${DISTNAME} - -OPTIONS_MULTI= FONT_FAMILY -OPTIONS_MULTI_FONT_FAMILY= ARGON KRYPTON NEON RADON XENON -OPTIONS_DEFAULT= ARGON KRYPTON NEON RADON XENON -ARGON_DESC= Argon (Humanist sans) -KRYPTON_DESC= Krypton (Mechanical sans) -NEON_DESC= Neon (neo-grotesque sans) -RADON_DESC= Radon (Handwriting) -XENON_DESC= Xenon (Slab serif) - -FONTNAME= Moralerspace -VARIATION= HWNF - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MARGON} -FONT_FAMILY+= Argon -.endif -.if ${PORT_OPTIONS:MKRYPTON} -FONT_FAMILY+= Krypton -.endif -.if ${PORT_OPTIONS:MNEON} -FONT_FAMILY+= Neon -.endif -.if ${PORT_OPTIONS:MRADON} -FONT_FAMILY+= Radon -.endif -.if ${PORT_OPTIONS:MXENON} -FONT_FAMILY+= Xenon -.endif - -do-install: - ${MKDIR} ${STAGEDIR}${FONTSDIR} -.for FAMILY in ${FONT_FAMILY} -. for STYLE in Bold BoldItalic Italic Regular - ${INSTALL_DATA} ${WRKSRC}/${FONTNAME}${FAMILY}${VARIATION}-${STYLE}.ttf ${STAGEDIR}${FONTSDIR} - @${ECHO_CMD} ${FONTSDIR}/${FONTNAME}${FAMILY}${VARIATION}-${STYLE}.ttf >> ${TMPPLIST} -. endfor -.endfor - -.include <bsd.port.mk> diff --git a/japanese/font-moralerspace-hwnf/distinfo b/japanese/font-moralerspace-hwnf/distinfo deleted file mode 100644 index 3f2a9431edb6..000000000000 --- a/japanese/font-moralerspace-hwnf/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1739119587 -SHA256 (MoralerspaceHWNF_v1.1.0.zip) = b4518ceede759315cbe45ed2249a38595f023ac6ed43edf20b570e7d8090baa6 -SIZE (MoralerspaceHWNF_v1.1.0.zip) = 63161674 diff --git a/japanese/font-moralerspace-hwnf/pkg-descr b/japanese/font-moralerspace-hwnf/pkg-descr deleted file mode 100644 index 80808b5138aa..000000000000 --- a/japanese/font-moralerspace-hwnf/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Moralerspace is a composite font of Monaspace and IBM Plex Sans JP -(Half-width 1:Full-width 2 Width + Nerd Fonts). diff --git a/japanese/font-moralerspace-jpdoc/Makefile b/japanese/font-moralerspace-jpdoc/Makefile index 6839da7632cc..13be50cf525f 100644 --- a/japanese/font-moralerspace-jpdoc/Makefile +++ b/japanese/font-moralerspace-jpdoc/Makefile @@ -1,5 +1,5 @@ PORTNAME= moralerspace-jpdoc -PORTVERSION= 1.1.0 +PORTVERSION= 2.0.0 PORTREVISION= 0 CATEGORIES= japanese x11-fonts MASTER_SITES= https://github.com/yuru7/${FONTNAME}/releases/download/v${PORTVERSION}/ diff --git a/japanese/font-moralerspace-jpdoc/distinfo b/japanese/font-moralerspace-jpdoc/distinfo index 42a6f6d6fa4d..01582ee7c103 100644 --- a/japanese/font-moralerspace-jpdoc/distinfo +++ b/japanese/font-moralerspace-jpdoc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739119638 -SHA256 (MoralerspaceJPDOC_v1.1.0.zip) = 46581e9c3f2f41da4601649a9dacf54e0551b06a35ebea56b8760cb9358dde0f -SIZE (MoralerspaceJPDOC_v1.1.0.zip) = 39165140 +TIMESTAMP = 1754740155 +SHA256 (MoralerspaceJPDOC_v2.0.0.zip) = 5abe6465910b1253a5de57bf32e79d2d268f5efea6c9ec9a668c6ea610a16f73 +SIZE (MoralerspaceJPDOC_v2.0.0.zip) = 101990566 diff --git a/japanese/font-moralerspace-nf/Makefile b/japanese/font-moralerspace-nf/Makefile deleted file mode 100644 index a7d4888a075c..000000000000 --- a/japanese/font-moralerspace-nf/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -PORTNAME= moralerspace-nf -PORTVERSION= 1.1.0 -PORTREVISION= 0 -CATEGORIES= japanese x11-fonts -MASTER_SITES= https://github.com/yuru7/${FONTNAME}/releases/download/v${PORTVERSION}/ -PKGNAMEPREFIX= ja-font- -DISTNAME= ${FONTNAME}${VARIATION}_v${DISTVERSION} - -MAINTAINER= ume@FreeBSD.org -COMMENT= Moralerspace Font (Regular version + Nerd Fonts) -WWW= https://github.com/yuru7/moralerspace - -LICENSE= OFL11 - -USES= fonts:fc zip -NO_ARCH= yes -NO_BUILD= yes -WRKSRC= ${WRKDIR}/${DISTNAME} - -OPTIONS_MULTI= FONT_FAMILY -OPTIONS_MULTI_FONT_FAMILY= ARGON KRYPTON NEON RADON XENON -OPTIONS_DEFAULT= ARGON KRYPTON NEON RADON XENON -ARGON_DESC= Argon (Humanist sans) -KRYPTON_DESC= Krypton (Mechanical sans) -NEON_DESC= Neon (neo-grotesque sans) -RADON_DESC= Radon (Handwriting) -XENON_DESC= Xenon (Slab serif) - -FONTNAME= Moralerspace -VARIATION= NF - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MARGON} -FONT_FAMILY+= Argon -.endif -.if ${PORT_OPTIONS:MKRYPTON} -FONT_FAMILY+= Krypton -.endif -.if ${PORT_OPTIONS:MNEON} -FONT_FAMILY+= Neon -.endif -.if ${PORT_OPTIONS:MRADON} -FONT_FAMILY+= Radon -.endif -.if ${PORT_OPTIONS:MXENON} -FONT_FAMILY+= Xenon -.endif - -do-install: - ${MKDIR} ${STAGEDIR}${FONTSDIR} -.for FAMILY in ${FONT_FAMILY} -. for STYLE in Bold BoldItalic Italic Regular - ${INSTALL_DATA} ${WRKSRC}/${FONTNAME}${FAMILY}${VARIATION}-${STYLE}.ttf ${STAGEDIR}${FONTSDIR} - @${ECHO_CMD} ${FONTSDIR}/${FONTNAME}${FAMILY}${VARIATION}-${STYLE}.ttf >> ${TMPPLIST} -. endfor -.endfor - -.include <bsd.port.mk> diff --git a/japanese/font-moralerspace-nf/distinfo b/japanese/font-moralerspace-nf/distinfo deleted file mode 100644 index 0f106614d310..000000000000 --- a/japanese/font-moralerspace-nf/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1739119687 -SHA256 (MoralerspaceNF_v1.1.0.zip) = 07a47b320adee33140562f2b0aeb3f853e5fd86760fbeaa1036bb8d19ad433a6 -SIZE (MoralerspaceNF_v1.1.0.zip) = 63121839 diff --git a/japanese/font-moralerspace-nf/pkg-descr b/japanese/font-moralerspace-nf/pkg-descr deleted file mode 100644 index 7cbf3d9a228c..000000000000 --- a/japanese/font-moralerspace-nf/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Moralerspace is a composite font of Monaspace and IBM Plex Sans JP -(Regular version (3 half-width: 5 full-width width) + Nerd Fonts). diff --git a/japanese/font-moralerspace/Makefile b/japanese/font-moralerspace/Makefile index 49c8878aa687..838e3f5bd8b9 100644 --- a/japanese/font-moralerspace/Makefile +++ b/japanese/font-moralerspace/Makefile @@ -1,5 +1,5 @@ PORTNAME= moralerspace -PORTVERSION= 1.1.0 +PORTVERSION= 2.0.0 PORTREVISION= 0 CATEGORIES= japanese x11-fonts MASTER_SITES= https://github.com/yuru7/${FONTNAME}/releases/download/v${PORTVERSION}/ diff --git a/japanese/font-moralerspace/distinfo b/japanese/font-moralerspace/distinfo index a627ea1062ee..c935c0c0b5c1 100644 --- a/japanese/font-moralerspace/distinfo +++ b/japanese/font-moralerspace/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739119415 -SHA256 (Moralerspace_v1.1.0.zip) = 863fce87c21d1dc1feebfe9c3fe307621858cf393a8c52503bd11bd7576e817e -SIZE (Moralerspace_v1.1.0.zip) = 39165950 +TIMESTAMP = 1754739868 +SHA256 (Moralerspace_v2.0.0.zip) = 56175ee16373ba1a3d2fd5ec46f3b0b6bf0412be7db1481ec7dee757f2e3d557 +SIZE (Moralerspace_v2.0.0.zip) = 101974524 diff --git a/japanese/font-plemoljp-hs/Makefile b/japanese/font-plemoljp-hs/Makefile index d7a41c3279c2..fd3c88709dc0 100644 --- a/japanese/font-plemoljp-hs/Makefile +++ b/japanese/font-plemoljp-hs/Makefile @@ -1,5 +1,5 @@ PORTNAME= plemoljp-hs -PORTVERSION= 2.0.4 +PORTVERSION= 3.0.0 PORTREVISION= 0 CATEGORIES= japanese x11-fonts MASTER_SITES= https://github.com/yuru7/PlemolJP/releases/download/v${PORTVERSION}/ diff --git a/japanese/font-plemoljp-hs/distinfo b/japanese/font-plemoljp-hs/distinfo index 85ac55790e65..d8693fd8f470 100644 --- a/japanese/font-plemoljp-hs/distinfo +++ b/japanese/font-plemoljp-hs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745065463 -SHA256 (PlemolJP_HS_v2.0.4.zip) = df082e9274b7ce87d4db8d98c9dae0de4c92cfa84e8b795fc1a98a2e5b88333d -SIZE (PlemolJP_HS_v2.0.4.zip) = 101921610 +TIMESTAMP = 1754742337 +SHA256 (PlemolJP_HS_v3.0.0.zip) = 52c4de59f5030caf9e3c88aa304d281c7ea987e2c30fa0441ca162eede2bff12 +SIZE (PlemolJP_HS_v3.0.0.zip) = 216568254 diff --git a/japanese/font-plemoljp-nf/Makefile b/japanese/font-plemoljp-nf/Makefile index e438440b7ec4..6944e2f346f2 100644 --- a/japanese/font-plemoljp-nf/Makefile +++ b/japanese/font-plemoljp-nf/Makefile @@ -1,5 +1,5 @@ PORTNAME= plemoljp-nf -PORTVERSION= 2.0.4 +PORTVERSION= 3.0.0 PORTREVISION= 0 CATEGORIES= japanese x11-fonts MASTER_SITES= https://github.com/yuru7/PlemolJP/releases/download/v${PORTVERSION}/ diff --git a/japanese/font-plemoljp-nf/distinfo b/japanese/font-plemoljp-nf/distinfo index 8d8666065bb5..81c73dd44911 100644 --- a/japanese/font-plemoljp-nf/distinfo +++ b/japanese/font-plemoljp-nf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745065550 -SHA256 (PlemolJP_NF_v2.0.4.zip) = 54fe7f4d2e857f43a13914ae38638a4205913b19feb3d2f80144c510f4a6a087 -SIZE (PlemolJP_NF_v2.0.4.zip) = 89475457 +TIMESTAMP = 1754742544 +SHA256 (PlemolJP_NF_v3.0.0.zip) = 887e2d0db714d41ac26ab924bdd3a172b922f57b2b480af01e0147180eac3d80 +SIZE (PlemolJP_NF_v3.0.0.zip) = 148951848 diff --git a/japanese/font-plemoljp/Makefile b/japanese/font-plemoljp/Makefile index 36036289631a..1d152b0f9e3e 100644 --- a/japanese/font-plemoljp/Makefile +++ b/japanese/font-plemoljp/Makefile @@ -1,5 +1,5 @@ PORTNAME= plemoljp -PORTVERSION= 2.0.4 +PORTVERSION= 3.0.0 PORTREVISION= 0 CATEGORIES= japanese x11-fonts MASTER_SITES= https://github.com/yuru7/PlemolJP/releases/download/v${PORTVERSION}/ diff --git a/japanese/font-plemoljp/distinfo b/japanese/font-plemoljp/distinfo index 51ca1641cb8b..e24a739cda0b 100644 --- a/japanese/font-plemoljp/distinfo +++ b/japanese/font-plemoljp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745065215 -SHA256 (PlemolJP_v2.0.4.zip) = 0bf19bd2a242e70582bb8c0be084c878e843f6aeaa9e00210828532285599757 -SIZE (PlemolJP_v2.0.4.zip) = 101926963 +TIMESTAMP = 1754741941 +SHA256 (PlemolJP_v3.0.0.zip) = 757de5ab50fe4f44bb3a3bffcbffec24f18af33dca9bd4e5d7949158fa84533e +SIZE (PlemolJP_v3.0.0.zip) = 216576583 diff --git a/japanese/ibus-anthy/Makefile b/japanese/ibus-anthy/Makefile index 8edf939d99a1..fc10a92e0856 100644 --- a/japanese/ibus-anthy/Makefile +++ b/japanese/ibus-anthy/Makefile @@ -1,5 +1,6 @@ PORTNAME= ibus-anthy DISTVERSION= 1.5.17 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= https://github.com/ibus/ibus-anthy/releases/download/${DISTVERSION}/ PKGNAMEPREFIX= ja- @@ -11,15 +12,8 @@ WWW= https://github.com/ibus/ibus-anthy LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libibus-1.0.so:textproc/ibus - -FLAVORS= original unicode - -original_LIB_DEPENDS= libanthy.so:japanese/anthy -original_CONFLICTS_INSTALL= ${PORTNAME}-unicode -unicode_PKGNAMESUFFIX= -unicode -unicode_LIB_DEPENDS= libanthy-unicode.so:japanese/anthy-unicode -unicode_CONFLICTS_INSTALL= ${PORTNAME} +LIB_DEPENDS= libibus-1.0.so:textproc/ibus \ + libanthy-unicode.so:japanese/anthy-unicode USES= gettext gmake gnome libtool pkgconfig python USE_GNOME= pygobject3 diff --git a/japanese/jishyo/Makefile b/japanese/jishyo/Makefile index 5a7029dcf99f..c6bc7994e815 100644 --- a/japanese/jishyo/Makefile +++ b/japanese/jishyo/Makefile @@ -1,6 +1,6 @@ PORTNAME= jishyo PORTVERSION= 0.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= japanese gnustep MASTER_SITES= http://www.eskimo.com/~pburns/Dictionaries/files/ DISTNAME= Jishyo-${PORTVERSION} diff --git a/japanese/kasumi-unicode/Makefile b/japanese/kasumi-unicode/Makefile index fc9df44dc80d..fe1a6daccc59 100644 --- a/japanese/kasumi-unicode/Makefile +++ b/japanese/kasumi-unicode/Makefile @@ -19,8 +19,6 @@ USE_GNOME= gtk30 GNU_CONFIGURE= yes -CONFLICTS_INSTALL= kasumi - OPTIONS_DEFINE= NLS OPTIONS_SUB= yes diff --git a/japanese/kasumi/Makefile b/japanese/kasumi/Makefile deleted file mode 100644 index 48a894f0f089..000000000000 --- a/japanese/kasumi/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -PORTNAME= kasumi -PORTVERSION= 2.5 -PORTREVISION= 10 -CATEGORIES= japanese -MASTER_SITES= OSDN/${PORTNAME} - -MAINTAINER= nobutaka@FreeBSD.org -COMMENT= Dictionary management tool for anthy -WWW= http://kasumi.sourceforge.jp/ - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -LIB_DEPENDS= libanthy.so:japanese/anthy \ - libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 - -USES= compiler:c++11-lang gmake gnome iconv:wchar_t localbase:ldflags pkgconfig -USE_GNOME= gtk20 cairo gdkpixbuf -USE_CXXSTD= c++11 - -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share -OPTIONS_DEFINE= NLS - -CONFLICTS_INSTALL= kasumi-unicode - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -.include <bsd.port.mk> diff --git a/japanese/kasumi/distinfo b/japanese/kasumi/distinfo deleted file mode 100644 index 520d2e3bda68..000000000000 --- a/japanese/kasumi/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (kasumi-2.5.tar.gz) = f21841ac9991e365abdb515e2c2a1ec9be5914fe8562f01e8571264ceb2528de -SIZE (kasumi-2.5.tar.gz) = 279587 diff --git a/japanese/kasumi/files/patch-KasumiDic.cxx b/japanese/kasumi/files/patch-KasumiDic.cxx deleted file mode 100644 index 3c9180dcc6db..000000000000 --- a/japanese/kasumi/files/patch-KasumiDic.cxx +++ /dev/null @@ -1,10 +0,0 @@ ---- KasumiDic.cxx.orig 2007-10-30 15:09:23 UTC -+++ KasumiDic.cxx -@@ -75,7 +75,6 @@ void KasumiDic::load(KasumiConfiguration *conf) - const int FREQ_UBOUND = conf->getPropertyValueByInt("MaxFrequency"); - - int anthy_version = atoi(anthy_get_version_string()); -- assert(anthy_version != 0); - - try{ - if(anthy_priv_dic_select_first_entry() == -1){ diff --git a/japanese/kasumi/files/patch-KasumiException.hxx b/japanese/kasumi/files/patch-KasumiException.hxx deleted file mode 100644 index a84e79e3fcf2..000000000000 --- a/japanese/kasumi/files/patch-KasumiException.hxx +++ /dev/null @@ -1,11 +0,0 @@ ---- KasumiException.hxx.orig 2006-05-26 17:41:25 UTC -+++ KasumiException.hxx -@@ -30,6 +30,8 @@ - #include "config.h" - #endif - -+#include <string> -+ - using namespace std; - - enum _output {STDOUT, STDERR, ERR_DIALOG, WARNING_DIALOG}; diff --git a/japanese/kasumi/files/patch-configure b/japanese/kasumi/files/patch-configure deleted file mode 100644 index 93b88fad63e9..000000000000 --- a/japanese/kasumi/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig 2009-07-17 00:52:02 UTC -+++ configure -@@ -7365,7 +7365,7 @@ fi - fi - if test "X$ltrpathdirs" != "X"; then - for found_dir in $ltrpathdirs; do -- LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir" -+ LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }" - done - fi - -@@ -8587,7 +8587,7 @@ fi - fi - if test "X$ltrpathdirs" != "X"; then - for found_dir in $ltrpathdirs; do -- LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir" -+ LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }" - done - fi - diff --git a/japanese/kasumi/pkg-descr b/japanese/kasumi/pkg-descr deleted file mode 100644 index 9df900a416d9..000000000000 --- a/japanese/kasumi/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Kasumi is a dictionary management tool for anthy kana-kanji conversion system. diff --git a/japanese/kasumi/pkg-plist b/japanese/kasumi/pkg-plist deleted file mode 100644 index c5631f648a5c..000000000000 --- a/japanese/kasumi/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/kasumi -share/man/man1/kasumi.1.gz -%%NLS%%share/locale/ja/LC_MESSAGES/kasumi.mo -%%NLS%%share/locale/it/LC_MESSAGES/kasumi.mo -share/applications/kasumi.desktop -share/pixmaps/kasumi.png diff --git a/japanese/kiten/distinfo b/japanese/kiten/distinfo index 4602969a4c77..7e4af1f26e8a 100644 --- a/japanese/kiten/distinfo +++ b/japanese/kiten/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036794 -SHA256 (KDE/release-service/25.04.2/kiten-25.04.2.tar.xz) = ccc88708a6f0743e7952875d6244f33c0d3a35708b114902097ee66bb59468f4 -SIZE (KDE/release-service/25.04.2/kiten-25.04.2.tar.xz) = 11317172 +TIMESTAMP = 1754646406 +SHA256 (KDE/release-service/25.08.0/kiten-25.08.0.tar.xz) = a7961268808e303edc412cf1cd6e853511fd1e5724d717c3f92e8605f5b9dfb4 +SIZE (KDE/release-service/25.08.0/kiten-25.08.0.tar.xz) = 11317052 diff --git a/japanese/libreoffice/distinfo b/japanese/libreoffice/distinfo index 234ed53b23e2..7aa91b927b24 100644 --- a/japanese/libreoffice/distinfo +++ b/japanese/libreoffice/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750805486 -SHA256 (libreoffice/i18n/LibreOffice_25.2.4_Linux_x86-64_deb_langpack_ja.tar.gz) = 536b7c45b6562ccfff9517669f5300012747723857792d8eab73618935272dba -SIZE (libreoffice/i18n/LibreOffice_25.2.4_Linux_x86-64_deb_langpack_ja.tar.gz) = 762271 -SHA256 (libreoffice/i18n/LibreOffice_25.2.4_Linux_x86-64_deb_helppack_ja.tar.gz) = cd22daf2c1b89a2ab309afb598c2863b9fcf0fbe367341734df11195873c8d90 -SIZE (libreoffice/i18n/LibreOffice_25.2.4_Linux_x86-64_deb_helppack_ja.tar.gz) = 2911744 +TIMESTAMP = 1752951651 +SHA256 (libreoffice/i18n/LibreOffice_25.2.5_Linux_x86-64_deb_langpack_ja.tar.gz) = 18c3b9cb4cf2a2caed5ebae58708e7bc90b415c150ba8cfa968eabe4a272c07c +SIZE (libreoffice/i18n/LibreOffice_25.2.5_Linux_x86-64_deb_langpack_ja.tar.gz) = 763779 +SHA256 (libreoffice/i18n/LibreOffice_25.2.5_Linux_x86-64_deb_helppack_ja.tar.gz) = 5efcbd372f054c013e51159ee753f0396a2aeb16059a351976d505af157f4077 +SIZE (libreoffice/i18n/LibreOffice_25.2.5_Linux_x86-64_deb_helppack_ja.tar.gz) = 2911750 diff --git a/japanese/lookup/Makefile b/japanese/lookup/Makefile index be69aab4d7d4..e1c431132696 100644 --- a/japanese/lookup/Makefile +++ b/japanese/lookup/Makefile @@ -1,6 +1,6 @@ PORTNAME= lookup PORTVERSION= 1.99.96.20180209 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= japanese elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/japanese/migemo.el/Makefile b/japanese/migemo.el/Makefile index 09c6fd85cc72..1a9ea10e4c0e 100644 --- a/japanese/migemo.el/Makefile +++ b/japanese/migemo.el/Makefile @@ -1,6 +1,6 @@ PORTNAME= migemo.el PORTVERSION= 1.9.2 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= japanese elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/japanese/mozc-server/Makefile b/japanese/mozc-server/Makefile index 7a570bcd4def..ab223ab6cd42 100644 --- a/japanese/mozc-server/Makefile +++ b/japanese/mozc-server/Makefile @@ -1,7 +1,7 @@ PORTNAME= mozc PORTVERSION= 2.23.2815.102.01 DISTVERSIONPREFIX= v -PORTREVISION?= 30 +PORTREVISION?= 31 CATEGORIES= japanese MAINTAINER= hrs@FreeBSD.org diff --git a/japanese/navi2ch/Makefile b/japanese/navi2ch/Makefile index 05f4c1060f99..4ea8811b7142 100644 --- a/japanese/navi2ch/Makefile +++ b/japanese/navi2ch/Makefile @@ -1,6 +1,6 @@ PORTNAME= navi2ch PORTVERSION= 2.0.0.d -PORTREVISION= 25 +PORTREVISION= 26 PORTEPOCH= 1 CATEGORIES= japanese www elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/japanese/py-SudachiPy/Makefile b/japanese/py-SudachiPy/Makefile index f6f3ba7e44a0..ec346c31aca2 100644 --- a/japanese/py-SudachiPy/Makefile +++ b/japanese/py-SudachiPy/Makefile @@ -1,7 +1,7 @@ PORTNAME= SudachiPy DISTVERSIONPREFIX= v DISTVERSION= 0.6.10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= japanese python #MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/japanese/scim-anthy/Makefile b/japanese/scim-anthy/Makefile index 6502bc13f1cb..4fdb6396363e 100644 --- a/japanese/scim-anthy/Makefile +++ b/japanese/scim-anthy/Makefile @@ -1,6 +1,6 @@ PORTNAME= scim-anthy PORTVERSION= 1.2.7 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= japanese MASTER_SITES= OSDN/scim-imengine @@ -12,14 +12,16 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= scim:textproc/scim -LIB_DEPENDS= libanthy.so:japanese/anthy \ +LIB_DEPENDS= libanthy-unicode.so:japanese/anthy-unicode \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 RUN_DEPENDS:= ${BUILD_DEPENDS} \ - kasumi:japanese/kasumi + kasumi:japanese/kasumi-unicode USES= gettext-runtime gmake gnome iconv libtool:keepla pkgconfig USE_GNOME= atk cairo gdkpixbuf glib20 gtk20 pango GNU_CONFIGURE= yes +CFLAGS+= -I${LOCALBASE}/include/anthy-unicode-1.0 + .include <bsd.port.mk> diff --git a/japanese/scim-anthy/files/patch-configure b/japanese/scim-anthy/files/patch-configure new file mode 100644 index 000000000000..b0884c9f0e32 --- /dev/null +++ b/japanese/scim-anthy/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2025-06-28 16:38:51 UTC ++++ configure +@@ -31260,7 +31260,7 @@ fi + fi + + +-ANTHY_LIBS="-lanthy -lanthydic" ++ANTHY_LIBS="-lanthy-unicode -lanthydic-unicode" + ANTHY_CFLAGS="" + + diff --git a/japanese/sudachi/Makefile b/japanese/sudachi/Makefile index 6ed6147228e3..12389778e461 100644 --- a/japanese/sudachi/Makefile +++ b/japanese/sudachi/Makefile @@ -1,7 +1,7 @@ PORTNAME= sudachi DISTVERSIONPREFIX= v DISTVERSION= 0.6.10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= japanese MASTER_SITES= http://sudachi.s3-website-ap-northeast-1.amazonaws.com/sudachidict/:dict DISTFILES= sudachi-dictionary-20220519-core.zip:dict # see ${WRKSRC}/fetch_dictionary.sh diff --git a/japanese/uim-anthy-unicode/Makefile b/japanese/uim-anthy-unicode/Makefile index a737bab1e8b1..1c4a26dc86ee 100644 --- a/japanese/uim-anthy-unicode/Makefile +++ b/japanese/uim-anthy-unicode/Makefile @@ -25,8 +25,6 @@ CONFIGURE_ARGS= --with-anthy-utf8 CONFIGURE_ARGS+= --with-gtk3 --enable-dict .endif -CONFLICTS_INSTALL= ja-uim-anthy - UIM_SLAVE= yes do-build: diff --git a/japanese/uim-anthy/Makefile b/japanese/uim-anthy/Makefile deleted file mode 100644 index 3e9bd2fda066..000000000000 --- a/japanese/uim-anthy/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -CATEGORIES= japanese -.if defined(WITHOUT_X11) -PKGNAMESUFFIX= -anthy-nox11 -.else -PKGNAMESUFFIX= -anthy -.endif - -COMMENT= Uim plugin using Anthy input method - -.if !defined(WITHOUT_X11) -USE_GNOME= cairo gdkpixbuf gtk30 -.endif - -LIB_DEPENDS= libanthy.so:japanese/anthy \ - libfreetype.so:print/freetype2 \ - libuim.so:textproc/uim \ - libfontconfig.so:x11-fonts/fontconfig \ - libharfbuzz.so:print/harfbuzz - -MASTERDIR= ${.CURDIR}/../../textproc/uim -PKGDIR= ${.CURDIR} -CONFIGURE_ARGS= --with-anthy --with-anthy-utf8 - -.if !defined(WITHOUT_X11) -CONFIGURE_ARGS+= --with-gtk3 --enable-dict -.endif - -CONFLICTS_INSTALL= ja-uim-anthy-unicode - -UIM_SLAVE= yes - -do-build: - (cd ${WRKSRC}/uim && ${MAKE_CMD} libuim-anthy.la) - (cd ${WRKSRC}/uim && ${MAKE_CMD} libuim-anthy-utf8.la) -.if !defined(WITHOUT_X11) - (cd ${WRKSRC}/gtk3/dict && ${MAKE_CMD} uim-dict-gtk3) -.endif - -do-install: - (cd ${WRKSRC}/uim && \ - ${MAKE_CMD} DESTDIR=${STAGEDIR} uim_plugin_LTLIBRARIES=libuim-anthy.la INSTALL_STRIP_FLAG=-s install-uim_pluginLTLIBRARIES && \ - ${MAKE_CMD} DESTDIR=${STAGEDIR} uim_plugin_LTLIBRARIES=libuim-anthy-utf8.la INSTALL_STRIP_FLAG=-s install-uim_pluginLTLIBRARIES) -.if !defined(WITHOUT_X11) - (cd ${WRKSRC}/gtk3/dict && ${MAKE_CMD} DESTDIR=${STAGEDIR} bin_PROGRAMS=uim-dict-gtk3 INSTALL_STRIP_FLAG=-s install-binPROGRAMS install-uim_dict_uiDATA) -.endif - -.include "${MASTERDIR}/Makefile" diff --git a/japanese/uim-anthy/pkg-descr b/japanese/uim-anthy/pkg-descr deleted file mode 100644 index 7ae2e7f1b2c8..000000000000 --- a/japanese/uim-anthy/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -uim plugin using Anthy input method. diff --git a/japanese/uim-anthy/pkg-plist b/japanese/uim-anthy/pkg-plist deleted file mode 100644 index 83c1562f00a6..000000000000 --- a/japanese/uim-anthy/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -%%X11%%bin/uim-dict-gtk3 -lib/uim/plugin/libuim-anthy.so -lib/uim/plugin/libuim-anthy-utf8.so -%%X11%%%%DATADIR%%/helperdata/uim-dict-ui.xml -@postexec uim-module-manager --register anthy -@postexec uim-module-manager --register anthy-utf8 -@preunexec uim-module-manager --unregister anthy -@preunexec uim-module-manager --unregister anthy-utf8 diff --git a/japanese/wordpress/distinfo b/japanese/wordpress/distinfo index 02932aa655cc..c8d41f4d424c 100644 --- a/japanese/wordpress/distinfo +++ b/japanese/wordpress/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743795768 -SHA256 (wordpress-6.7.2-ja.tar.gz) = 29f8555e61fc3425bb1302dc6380786b90168959345fd42624bfd802b923357f -SIZE (wordpress-6.7.2-ja.tar.gz) = 34008487 +TIMESTAMP = 1750500043 +SHA256 (wordpress-6.8.1-ja.tar.gz) = 1f302c837f3ec25c2f1ef257bca353a2060c2155ea10eaaf10c2516aa1e7df4e +SIZE (wordpress-6.8.1-ja.tar.gz) = 34192937 diff --git a/japanese/yc.el/Makefile b/japanese/yc.el/Makefile index cfd57245ff47..517d73a0e58f 100644 --- a/japanese/yc.el/Makefile +++ b/japanese/yc.el/Makefile @@ -1,6 +1,6 @@ PORTNAME= yc.el PORTVERSION= 5.2.1 -PORTREVISION= 28 +PORTREVISION= 29 PORTEPOCH= 1 CATEGORIES= japanese elisp MASTER_SITES= http://www.ceres.dti.ne.jp/~knak/ |