pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/fcitx5-m17n inputmethod/fcitx5-m17n: impor...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c17d7b6c4544
branches:  trunk
changeset: 447453:c17d7b6c4544
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Feb 20 21:41:08 2021 +0000

description:
inputmethod/fcitx5-m17n: import fcitx5-m17n-5.0.3

fcitx5-m17n contains some trivial little codes the wrap the m17n
input method engine into a fcitx5 input method.

diffstat:

 inputmethod/fcitx5-m17n/DESCR    |   2 ++
 inputmethod/fcitx5-m17n/Makefile |  20 ++++++++++++++++++++
 inputmethod/fcitx5-m17n/PLIST    |  15 +++++++++++++++
 inputmethod/fcitx5-m17n/distinfo |   6 ++++++
 4 files changed, 43 insertions(+), 0 deletions(-)

diffs (59 lines):

diff -r bc73a55f4aa7 -r c17d7b6c4544 inputmethod/fcitx5-m17n/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/fcitx5-m17n/DESCR     Sat Feb 20 21:41:08 2021 +0000
@@ -0,0 +1,2 @@
+fcitx5-m17n contains some trivial little codes the wrap the m17n
+input method engine into a fcitx5 input method.
diff -r bc73a55f4aa7 -r c17d7b6c4544 inputmethod/fcitx5-m17n/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/fcitx5-m17n/Makefile  Sat Feb 20 21:41:08 2021 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2021/02/20 21:41:08 ryoon Exp $
+
+DISTNAME=      fcitx5-m17n-5.0.3
+CATEGORIES=    inputmethod
+MASTER_SITES=  https://download.fcitx-im.org/fcitx5/fcitx5-m17n/
+EXTRACT_SUFX=  .tar.xz
+
+MAINTAINER=    ryoon%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/fcitx/fcitx5-m17n
+COMMENT=       Wrapper library of m17n for Fcitx5
+LICENSE=       gnu-lgpl-v2.1
+
+USE_CMAKE=             yes
+USE_PKGLOCALEDIR=      yes
+USE_LANGUAGES=         c c++
+
+.include "../../devel/m17n-lib/buildlink3.mk"
+.include "../../inputmethod/fcitx5/buildlink3.mk"
+.include "../../textproc/fmtlib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r bc73a55f4aa7 -r c17d7b6c4544 inputmethod/fcitx5-m17n/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/fcitx5-m17n/PLIST     Sat Feb 20 21:41:08 2021 +0000
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/20 21:41:08 ryoon Exp $
+lib/fcitx5/m17n.so
+share/fcitx5/addon/m17n.conf
+share/fcitx5/m17n/default
+share/locale/ca/LC_MESSAGES/fcitx5-m17n.mo
+share/locale/da/LC_MESSAGES/fcitx5-m17n.mo
+share/locale/de/LC_MESSAGES/fcitx5-m17n.mo
+share/locale/he/LC_MESSAGES/fcitx5-m17n.mo
+share/locale/ja/LC_MESSAGES/fcitx5-m17n.mo
+share/locale/ko/LC_MESSAGES/fcitx5-m17n.mo
+share/locale/ru/LC_MESSAGES/fcitx5-m17n.mo
+share/locale/tr/LC_MESSAGES/fcitx5-m17n.mo
+share/locale/zh_CN/LC_MESSAGES/fcitx5-m17n.mo
+share/locale/zh_TW/LC_MESSAGES/fcitx5-m17n.mo
+share/metainfo/org.fcitx.Fcitx5.Addon.M17N.metainfo.xml
diff -r bc73a55f4aa7 -r c17d7b6c4544 inputmethod/fcitx5-m17n/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/fcitx5-m17n/distinfo  Sat Feb 20 21:41:08 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/20 21:41:08 ryoon Exp $
+
+SHA1 (fcitx5-m17n-5.0.3.tar.xz) = 9f071c9a714c4f6663d8fecd2c44617de50d1f40
+RMD160 (fcitx5-m17n-5.0.3.tar.xz) = e43344452e7920adc9edd495a6b08d0bbb6af7bf
+SHA512 (fcitx5-m17n-5.0.3.tar.xz) = 405de270efbe3144d4ae4eb3c0c3090c183eb6dc15c231d45693038f91750617b1ca43946306262ea49a7554708f7415f2efe40e627396aba7c2a5aefabb7922
+Size (fcitx5-m17n-5.0.3.tar.xz) = 20932 bytes



Home | Main Index | Thread Index | Old Index