From owner-dev-commits-ports-all@freebsd.org Sun Aug 29 11:11:56 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8C06565C7C4; Sun, 29 Aug 2021 11:11:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gy9l03Qylz4gLw; Sun, 29 Aug 2021 11:11:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5DFC814B5; Sun, 29 Aug 2021 11:11:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17TBBu9i085222; Sun, 29 Aug 2021 11:11:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17TBBuIn085221; Sun, 29 Aug 2021 11:11:56 GMT (envelope-from git) Date: Sun, 29 Aug 2021 11:11:56 GMT Message-Id: <202108291111.17TBBuIn085221@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Alexey Dokuchaev Subject: git: c18767b14b34 - main - chinese/{ibus-, lib, py}cangjie: miscellaneous cleanups and improvements MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: danfe X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c18767b14b3436b65b0bbfb84059a4eafd626c22 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Aug 2021 11:11:56 -0000 The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=c18767b14b3436b65b0bbfb84059a4eafd626c22 commit c18767b14b3436b65b0bbfb84059a4eafd626c22 Author: Alexey Dokuchaev AuthorDate: 2021-08-29 11:10:42 +0000 Commit: Alexey Dokuchaev CommitDate: 2021-08-29 11:10:44 +0000 chinese/{ibus-,lib,py}cangjie: miscellaneous cleanups and improvements - Drop redundant GH_PROJECT when appropriately set by the framework - Remove excessive horizontal, vertical, and useless EOL whitespace - Reformat port description for standard 80-character terminal width --- chinese/ibus-cangjie/Makefile | 25 +++++++++++-------------- chinese/ibus-cangjie/pkg-descr | 8 +++----- chinese/libcangjie/Makefile | 11 ++++------- chinese/pycangjie/Makefile | 7 +++---- chinese/pycangjie/pkg-descr | 4 ++-- 5 files changed, 23 insertions(+), 32 deletions(-) diff --git a/chinese/ibus-cangjie/Makefile b/chinese/ibus-cangjie/Makefile index b75da7541654..c308a20c9c39 100644 --- a/chinese/ibus-cangjie/Makefile +++ b/chinese/ibus-cangjie/Makefile @@ -1,9 +1,9 @@ # Created by: blubee -PORTNAME= ibus-cangjie -PORTVERSION= 2.4 +PORTNAME= ibus-cangjie +PORTVERSION= 2.4 DISTVERSIONPREFIX= v -CATEGORIES= chinese +CATEGORIES= chinese MAINTAINER= hello@blubee.me COMMENT= IBus engine for users of the Cangjie and Quick @@ -14,23 +14,20 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libibus-1.0.so:textproc/ibus BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/cangjie/_core.so:chinese/pycangjie \ ${PYTHON_SITELIBDIR}/pycanberra/pycanberra.py:devel/pycanberra@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cangjie/_core.so:chinese/pycangjie \ - ${PYTHON_SITELIBDIR}/pycanberra/pycanberra.py:devel/pycanberra@${PY_FLAVOR} +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= autoreconf gmake gnome libtool pkgconfig python:3.4+ USE_GNOME= introspection:run pygobject3 intltool GLIB_SCHEMAS= org.cangjians.ibus.cangjie.gschema.xml \ org.cangjians.ibus.quick.gschema.xml +INSTALLS_ICONS= yes +GNU_CONFIGURE= yes -OPTIONS_DEFINE= NLS -NLS_USES= gettext -NLS_CONFIGURE_ENABLE= gettext - -INSTALLS_ICONS= yes -GNU_CONFIGURE= yes +USE_GITHUB= yes +GH_ACCOUNT= Cangjians -USE_GITHUB= yes -GH_ACCOUNT= Cangjians -GH_PROJECT= ibus-cangjie +OPTIONS_DEFINE= NLS +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= gettext .include diff --git a/chinese/ibus-cangjie/pkg-descr b/chinese/ibus-cangjie/pkg-descr index 1f06b3172b5f..b735d946a582 100644 --- a/chinese/ibus-cangjie/pkg-descr +++ b/chinese/ibus-cangjie/pkg-descr @@ -1,8 +1,6 @@ -This is an IBus engine for users of the Cangjie and -Quick input methods. +This is an IBus engine for users of the Cangjie and Quick input methods. -It is primarily intended to Hong Kong people -who want to input Traditional Chinese, -as they are (by far) the majority of Cangjie and Quick users. +It is primarily intended to Hong Kong people who want to input Traditional +Chinese, as they are (by far) the majority of Cangjie and Quick users. WWW: http://cangjians.github.io/projects/ibus-cangjie/ diff --git a/chinese/libcangjie/Makefile b/chinese/libcangjie/Makefile index b92882af6454..5ceac3e1b63f 100644 --- a/chinese/libcangjie/Makefile +++ b/chinese/libcangjie/Makefile @@ -1,10 +1,10 @@ # Created by: blubee -PORTNAME= libcangjie -PORTVERSION= 1.3 -PORTREVISION= 1 +PORTNAME= libcangjie +PORTVERSION= 1.3 +PORTREVISION= 1 DISTVERSIONPREFIX= v -CATEGORIES= chinese +CATEGORIES= chinese MAINTAINER= hello@blubee.me COMMENT= C library implementing the Cangjie input method @@ -17,15 +17,12 @@ LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \ libdbus-1.so:devel/dbus USES= autoreconf gmake libtool localbase pkgconfig sqlite xorg - GNU_CONFIGURE= yes USE_LDCONFIG= yes - USE_XORG= xi USE_GITHUB= yes GH_ACCOUNT= Cangjians -GH_PROJECT= libcangjie post-install: @(${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so) diff --git a/chinese/pycangjie/Makefile b/chinese/pycangjie/Makefile index 347ba9a1fe13..02d83bdc20a3 100644 --- a/chinese/pycangjie/Makefile +++ b/chinese/pycangjie/Makefile @@ -1,9 +1,9 @@ # Created by: blubee -PORTNAME= pycangjie -PORTVERSION= 1.3 +PORTNAME= pycangjie +PORTVERSION= 1.3 DISTVERSIONPREFIX= v -CATEGORIES= chinese +CATEGORIES= chinese MAINTAINER= hello@blubee.me COMMENT= Python wrapper to libcangjie @@ -19,7 +19,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CYTHON=${LOCALBASE}/bin/cython-${PYTHON_VER} USE_GITHUB= yes GH_ACCOUNT= Cangjians -GH_PROJECT= pycangjie post-install: (cd ${STAGEDIR}${PREFIX} \ diff --git a/chinese/pycangjie/pkg-descr b/chinese/pycangjie/pkg-descr index 7898c5e39018..9a6c43fb9c5b 100644 --- a/chinese/pycangjie/pkg-descr +++ b/chinese/pycangjie/pkg-descr @@ -1,4 +1,4 @@ -This is a Python wrapper to libcangjie, -the library implementing the Cangjie input method. +This is a Python wrapper to libcangjie, the library implementing the +Cangjie input method. WWW: http://cangjians.github.io/projects/pycangjie/