pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/inputmethod inputmethod: align variable assignments
details: https://anonhg.NetBSD.org/pkgsrc/rev/69cf8fe18440
branches: trunk
changeset: 343357:69cf8fe18440
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat Nov 02 22:56:53 2019 +0000
description:
inputmethod: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
diffstat:
inputmethod/anthy/options.mk | 6 +++---
inputmethod/canna-dict/Makefile | 4 ++--
inputmethod/ibus-array/Makefile | 8 ++++----
inputmethod/ibus-python/Makefile | 4 ++--
inputmethod/ibus-qt/Makefile | 4 ++--
inputmethod/ibus-table/Makefile | 4 ++--
inputmethod/ibus-tegaki/Makefile | 4 ++--
inputmethod/ibus/Makefile | 12 ++++++------
inputmethod/iiimecf/Makefile | 4 ++--
inputmethod/ja-freewnn-lib/Makefile.common | 10 +++++-----
inputmethod/ja-freewnn-server/Makefile | 4 ++--
inputmethod/kasumi/Makefile | 10 +++++-----
inputmethod/kinput2/Makefile | 8 ++++----
inputmethod/kinput2/options.mk | 6 +++---
inputmethod/py-input-pad/Makefile | 4 ++--
inputmethod/scim-ccinput/Makefile | 4 ++--
inputmethod/skk/Makefile | 6 +++---
inputmethod/skkserv/Makefile | 8 ++++----
inputmethod/skktools/Makefile | 6 +++---
inputmethod/tc/Makefile | 10 +++++-----
inputmethod/tegaki-pygtk/Makefile | 4 ++--
inputmethod/tegaki-python/Makefile | 4 ++--
inputmethod/tegaki-wagomu/Makefile | 6 +++---
inputmethod/xcin/Makefile | 4 ++--
24 files changed, 72 insertions(+), 72 deletions(-)
diffs (truncated from 489 to 300 lines):
diff -r 2f5aa98c46e2 -r 69cf8fe18440 inputmethod/anthy/options.mk
--- a/inputmethod/anthy/options.mk Sat Nov 02 22:54:25 2019 +0000
+++ b/inputmethod/anthy/options.mk Sat Nov 02 22:56:53 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.3 2009/08/03 23:30:06 taya Exp $
+# $NetBSD: options.mk,v 1.4 2019/11/02 22:56:53 rillig Exp $
-PKG_OPTIONS_VAR= PKG_OPTIONS.anthy
-PKG_SUPPORTED_OPTIONS= anthy-2ch-dict anthy-okinawa-dict
+PKG_OPTIONS_VAR= PKG_OPTIONS.anthy
+PKG_SUPPORTED_OPTIONS= anthy-2ch-dict anthy-okinawa-dict
PKG_OPTIONS_LEGACY_OPTS+= 2ch_dict:anthy-2ch-dict
PKG_OPTIONS_LEGACY_OPTS+= okinawa_dict:anthy-okinawa-dict
diff -r 2f5aa98c46e2 -r 69cf8fe18440 inputmethod/canna-dict/Makefile
--- a/inputmethod/canna-dict/Makefile Sat Nov 02 22:54:25 2019 +0000
+++ b/inputmethod/canna-dict/Makefile Sat Nov 02 22:56:53 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2015/11/25 12:50:57 jperkin Exp $
+# $NetBSD: Makefile,v 1.17 2019/11/02 22:56:53 rillig Exp $
CANNA_MODULE= dict
@@ -69,7 +69,7 @@
.for d in fuzokugo.cbd bushu.cld dics.dir iroha.cbd iroha.cld \
chimei.ctd hojomwd.ctd hojoswd.ctd kanasmpl.ctd katakana.ctd \
keishiki.ctd necgaiji.ctd number.ctd software.ctd suffix.ctd
-SPECIAL_PERMS+= ${CANNA_DICTDIR}/${d} ${CANNA_USER} ${CANNA_GROUP} 0664
+SPECIAL_PERMS+= ${CANNA_DICTDIR}/${d} ${CANNA_USER} ${CANNA_GROUP} 0664
.endfor
.include "../../inputmethod/canna-lib/buildlink3.mk"
diff -r 2f5aa98c46e2 -r 69cf8fe18440 inputmethod/ibus-array/Makefile
--- a/inputmethod/ibus-array/Makefile Sat Nov 02 22:54:25 2019 +0000
+++ b/inputmethod/ibus-array/Makefile Sat Nov 02 22:56:53 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2019/05/15 14:23:15 leot Exp $
+# $NetBSD: Makefile,v 1.33 2019/11/02 22:56:53 rillig Exp $
DISTNAME= ibus-array-0.1.0
PKGREVISION= 13
@@ -13,10 +13,10 @@
DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
-USE_TOOLS+= gmake pkg-config automake autoconf autopoint msgfmt msgmerge
+USE_TOOLS+= gmake pkg-config automake autoconf autopoint msgfmt msgmerge
WRKSRC= ${WRKDIR}
diff -r 2f5aa98c46e2 -r 69cf8fe18440 inputmethod/ibus-python/Makefile
--- a/inputmethod/ibus-python/Makefile Sat Nov 02 22:54:25 2019 +0000
+++ b/inputmethod/ibus-python/Makefile Sat Nov 02 22:56:53 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2019/09/02 13:19:45 adam Exp $
+# $NetBSD: Makefile,v 1.19 2019/11/02 22:56:53 rillig Exp $
.include "../../inputmethod/ibus/Makefile.common"
@@ -41,7 +41,7 @@
CONFIGURE_ARGS+= --enable-python-library
CONFIGURE_ENV+= PYTHON2=${PYTHONBIN}
-PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2
+PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2
PY_PATCHPLIST= yes
.include "../../lang/python/extension.mk"
diff -r 2f5aa98c46e2 -r 69cf8fe18440 inputmethod/ibus-qt/Makefile
--- a/inputmethod/ibus-qt/Makefile Sat Nov 02 22:54:25 2019 +0000
+++ b/inputmethod/ibus-qt/Makefile Sat Nov 02 22:56:53 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2019/04/03 00:32:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.54 2019/11/02 22:56:53 rillig Exp $
DISTNAME= ibus-qt-1.3.3-Source
PKGNAME= ${DISTNAME:S/-Source//}
@@ -17,7 +17,7 @@
USE_TOOLS+= pkg-config
# optionally, but required by configure.
-#BUILD_DEPENDS+= doxygen>=1.6:../../devel/doxygen
+#BUILD_DEPENDS+= doxygen>=1.6:../../devel/doxygen
TOOLS_NOOP= doxygen
# avoid lib64
diff -r 2f5aa98c46e2 -r 69cf8fe18440 inputmethod/ibus-table/Makefile
--- a/inputmethod/ibus-table/Makefile Sat Nov 02 22:54:25 2019 +0000
+++ b/inputmethod/ibus-table/Makefile Sat Nov 02 22:56:53 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2019/04/25 07:33:01 maya Exp $
+# $NetBSD: Makefile,v 1.24 2019/11/02 22:56:53 rillig Exp $
DISTNAME= ibus-table-1.9.2
PKGREVISION= 1
@@ -24,7 +24,7 @@
SUBST_FILES.prefix= engine/tabcreatedb.py
SUBST_SED.prefix= -e 's|/usr/share|${PREFIX}/share|g'
-REPLACE_PYTHON+= engine/tabcreatedb.py
+REPLACE_PYTHON+= engine/tabcreatedb.py
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/application.mk"
diff -r 2f5aa98c46e2 -r 69cf8fe18440 inputmethod/ibus-tegaki/Makefile
--- a/inputmethod/ibus-tegaki/Makefile Sat Nov 02 22:54:25 2019 +0000
+++ b/inputmethod/ibus-tegaki/Makefile Sat Nov 02 22:56:53 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/09/02 13:19:45 adam Exp $
+# $NetBSD: Makefile,v 1.17 2019/11/02 22:56:53 rillig Exp $
DISTNAME= ibus-tegaki-0.3.1
PKGREVISION= 3
@@ -21,7 +21,7 @@
SUBST_FILES.epython= ibus-engine-tegaki.in
SUBST_SED.epython= -e 's;exec python;exec ${PYTHONBIN};g'
-PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 via py-ibus-python
+PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 via py-ibus-python
.include "../../lang/python/distutils.mk"
.include "../../lang/python/application.mk"
diff -r 2f5aa98c46e2 -r 69cf8fe18440 inputmethod/ibus/Makefile
--- a/inputmethod/ibus/Makefile Sat Nov 02 22:54:25 2019 +0000
+++ b/inputmethod/ibus/Makefile Sat Nov 02 22:56:53 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2019/09/14 04:26:39 tsutsui Exp $
+# $NetBSD: Makefile,v 1.67 2019/11/02 22:56:53 rillig Exp $
.include "Makefile.common"
@@ -9,13 +9,13 @@
BUILD_DEPENDS+= unicode-character-database>=12.0.0:../../textproc/unicode-character-database
BUILD_DEPENDS+= unicode-emoji>=12.0:../../textproc/unicode-emoji
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
# XXX fails without GNU msgfmt
_TOOLS_USE_PKGSRC.msgfmt= yes
-USE_TOOLS+= pkg-config intltool gmsgfmt gmake msgmerge
-USE_LANGUAGES= c c++
-USE_PKGLOCALEDIR= yes
+USE_TOOLS+= pkg-config intltool gmsgfmt gmake msgmerge
+USE_LANGUAGES= c c++
+USE_PKGLOCALEDIR= yes
GCONF_SCHEMAS+= ibus.schemas
PKGCONFIG_OVERRIDE+= ibus-1.0.pc.in
diff -r 2f5aa98c46e2 -r 69cf8fe18440 inputmethod/iiimecf/Makefile
--- a/inputmethod/iiimecf/Makefile Sat Nov 02 22:54:25 2019 +0000
+++ b/inputmethod/iiimecf/Makefile Sat Nov 02 22:56:53 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2013/02/17 19:18:04 dholland Exp $
+# $NetBSD: Makefile,v 1.16 2019/11/02 22:56:54 rillig Exp $
#
DISTNAME= IIIMECF-0.6
@@ -12,7 +12,7 @@
COMMENT= Emacs Lisp library for IIIM Protocol
EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20
-EMACS_BUILDLINK=# defined
+EMACS_BUILDLINK= # defined
do-build:
@cd ${WRKSRC} && \
diff -r 2f5aa98c46e2 -r 69cf8fe18440 inputmethod/ja-freewnn-lib/Makefile.common
--- a/inputmethod/ja-freewnn-lib/Makefile.common Sat Nov 02 22:54:25 2019 +0000
+++ b/inputmethod/ja-freewnn-lib/Makefile.common Sat Nov 02 22:56:53 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.22 2017/01/19 18:52:13 agc Exp $
+# $NetBSD: Makefile.common,v 1.23 2019/11/02 22:56:54 rillig Exp $
# used by inputmethod/ja-freewnn-server/Makefile
# used by inputmethod/ja-freewnn-lib/Makefile
DISTNAME= FreeWnn-1.1.1-a023
-MASTER_SITES= ${MASTER_SITE_OSDN:=freewnn/63271/}
+MASTER_SITES= ${MASTER_SITE_OSDN:=freewnn/63271/}
MASTER_SITES+= ftp://ftp.st.ryukoku.ac.jp/pub/japanese-im/FreeWnn/
CATEGORIES= inputmethod
@@ -15,9 +15,9 @@
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
-FILESDIR= ${.CURDIR}/../../inputmethod/ja-freewnn-lib/files
-DISTINFO_FILE= ${.CURDIR}/../../inputmethod/ja-freewnn-lib/distinfo
-PATCHDIR= ${.CURDIR}/../../inputmethod/ja-freewnn-lib/patches
+FILESDIR= ${.CURDIR}/../../inputmethod/ja-freewnn-lib/files
+DISTINFO_FILE= ${.CURDIR}/../../inputmethod/ja-freewnn-lib/distinfo
+PATCHDIR= ${.CURDIR}/../../inputmethod/ja-freewnn-lib/patches
# will be taka care with pkg INSTALL script
INSTALL_MAKE_FLAGS+= WNNTOUCH=${TRUE}
diff -r 2f5aa98c46e2 -r 69cf8fe18440 inputmethod/ja-freewnn-server/Makefile
--- a/inputmethod/ja-freewnn-server/Makefile Sat Nov 02 22:54:25 2019 +0000
+++ b/inputmethod/ja-freewnn-server/Makefile Sat Nov 02 22:56:53 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/08/07 08:26:38 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2019/11/02 22:56:54 rillig Exp $
.include "../../inputmethod/ja-freewnn-lib/Makefile.common"
@@ -20,7 +20,7 @@
INSTALL_TARGET= install install.man
-RCD_SCRIPTS= ja_freewnn
+RCD_SCRIPTS= ja_freewnn
BUILD_DEFS= FREEWNN_USER FREEWNN_GROUP IMDICTDIR
diff -r 2f5aa98c46e2 -r 69cf8fe18440 inputmethod/kasumi/Makefile
--- a/inputmethod/kasumi/Makefile Sat Nov 02 22:54:25 2019 +0000
+++ b/inputmethod/kasumi/Makefile Sat Nov 02 22:56:53 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2019/07/21 22:25:10 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2019/11/02 22:56:54 rillig Exp $
DISTNAME= kasumi-2.5
PKGREVISION= 28
@@ -10,11 +10,11 @@
COMMENT= Dictionary management tool for anthy
LICENSE= gnu-gpl-v2
-USE_TOOLS+= pkg-config
-USE_X11= yes
+USE_TOOLS+= pkg-config
+USE_X11= yes
USE_PKGLOCALEDIR= yes
-GNU_CONFIGURE= yes
-USE_LANGUAGES= c c++
+GNU_CONFIGURE= yes
+USE_LANGUAGES= c c++
BUILDLINK_API_DEPENDS.anthy+= anthy>=6520
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6
diff -r 2f5aa98c46e2 -r 69cf8fe18440 inputmethod/kinput2/Makefile
--- a/inputmethod/kinput2/Makefile Sat Nov 02 22:54:25 2019 +0000
+++ b/inputmethod/kinput2/Makefile Sat Nov 02 22:56:53 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2015/10/18 06:44:38 tsutsui Exp $
+# $NetBSD: Makefile,v 1.25 2019/11/02 22:56:54 rillig Exp $
DISTNAME= kinput2-v3.1
PKGNAME= kinput2-3.1
@@ -6,9 +6,9 @@
CATEGORIES= japanese inputmethod
MASTER_SITES= ftp://ftp.sra.co.jp/pub/x11/kinput2/
-PATCH_SITES= http://canna.osdn.jp/canna37patches/
-PATCHFILES= kinput2-v3.1-canna37.diff
-PATCH_DIST_STRIP= -p1
+PATCH_SITES= http://canna.osdn.jp/canna37patches/
+PATCHFILES= kinput2-v3.1-canna37.diff
+PATCH_DIST_STRIP= -p1
MAINTAINER= tech-pkg-ja%jp.NetBSD.org@localhost
COMMENT= Input server of Japanese text
diff -r 2f5aa98c46e2 -r 69cf8fe18440 inputmethod/kinput2/options.mk
--- a/inputmethod/kinput2/options.mk Sat Nov 02 22:54:25 2019 +0000
+++ b/inputmethod/kinput2/options.mk Sat Nov 02 22:56:53 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.2 2010/02/15 13:41:17 obache Exp $
+# $NetBSD: options.mk,v 1.3 2019/11/02 22:56:54 rillig Exp $
-PKG_OPTIONS_VAR= PKG_OPTIONS.kinput2
+PKG_OPTIONS_VAR= PKG_OPTIONS.kinput2
PKG_OPTIONS_NONEMPTY_SETS= inputmethod
PKG_OPTIONS_SET.inputmethod= canna wnn4 sj3
-PKG_SUGGESTED_OPTIONS= canna wnn4 sj3
+PKG_SUGGESTED_OPTIONS= canna wnn4 sj3
#PKG_OPTIONS_SET.inputmethod+= wnn6
.include "../../mk/bsd.options.mk"
diff -r 2f5aa98c46e2 -r 69cf8fe18440 inputmethod/py-input-pad/Makefile
--- a/inputmethod/py-input-pad/Makefile Sat Nov 02 22:54:25 2019 +0000
+++ b/inputmethod/py-input-pad/Makefile Sat Nov 02 22:56:53 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2019/09/02 13:19:45 adam Exp $
+# $NetBSD: Makefile,v 1.52 2019/11/02 22:56:54 rillig Exp $
.include "../../inputmethod/input-pad/Makefile.common"
@@ -27,7 +27,7 @@
${LN} -s ${BUILDLINK_DIR}/lib/libinput-pad.la ${WRKSRC}/input-pad
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2
+PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2
BUILDLINK_API_DEPENDS.input-pad+= input-pad>=${PKGVERSION_NOREV}
.include "../../inputmethod/input-pad/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index