Date: Fri, 10 Apr 2026 17:45:44 +0000 From: Kousuke Kannagi <mce@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8c8cff7c620c - main - japanese/libskk: Update to 1.1.1 Message-ID: <69d93748.34483.47605c9e@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by mce: URL: https://cgit.FreeBSD.org/ports/commit/?id=8c8cff7c620c3884ac43b664e0c79389d06595a1 commit 8c8cff7c620c3884ac43b664e0c79389d06595a1 Author: Kousuke Kannagi <mce@FreeBSD.org> AuthorDate: 2026-04-09 05:54:29 +0000 Commit: Kousuke Kannagi <mce@FreeBSD.org> CommitDate: 2026-04-10 17:44:05 +0000 japanese/libskk: Update to 1.1.1 Add MASTER_SITES and remove USE_GITHUB. Split gettext into gettext-tools and gettext-runtime. Remove unnecessary CFLAGS. Removes outdated descriptions from pkg-descr. Changelog: https://raw.githubusercontent.com/ueno/libskk/refs/tags/1.1.1/NEWS PR: 293992 Approved by: hiroto.kagotani@gmail.com (maintainer timeout > 2 weeks) Approved by: osa (mentor) --- japanese/libskk/Makefile | 24 ++++++------------------ japanese/libskk/distinfo | 6 +++--- japanese/libskk/pkg-descr | 8 -------- 3 files changed, 9 insertions(+), 29 deletions(-) diff --git a/japanese/libskk/Makefile b/japanese/libskk/Makefile index 18ed21ad4bb8..02462aa42e88 100644 --- a/japanese/libskk/Makefile +++ b/japanese/libskk/Makefile @@ -1,45 +1,33 @@ PORTNAME= libskk -DISTVERSION= 1.0.5 -PORTREVISION= 1 +DISTVERSION= 1.1.1 CATEGORIES= japanese +MASTER_SITES= https://github.com/ueno/${PORTNAME}/releases/download/${DISTVERSION}/ MAINTAINER= hiroto.kagotani@gmail.com COMMENT= Library to deal with Japanese Kana-to-Kanji conversion method WWW= https://github.com/ueno/libskk -LICENSE= GPLv3 +LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser LIB_DEPENDS= libgee-0.8.so:devel/libgee \ libjson-glib-1.0.so:devel/json-glib \ libxkbcommon.so:x11/libxkbcommon -USES= autoreconf gmake gnome libtool pathfix pkgconfig vala:build -USE_GITHUB= yes -GH_ACCOUNT= ueno +USES= autoreconf gettext-tools gmake gnome libtool pathfix pkgconfig \ + tar:xz vala:build GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_GNOME= introspection:build USE_LDCONFIG= yes INSTALL_TARGET= install-strip PORTDOCS= ChangeLog NEWS README -CFLAGS+= -Wno-error=int-conversion - OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes +NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls -NLS_USES= gettext -NLS_USES_OFF= gettext-tools - -.include <bsd.port.options.mk> - -.if ${OPSYS} == FreeBSD -CFLAGS+= -Wno-error=incompatible-function-pointer-types -.endif post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/japanese/libskk/distinfo b/japanese/libskk/distinfo index 7676a114ae1d..7811a9ed0df4 100644 --- a/japanese/libskk/distinfo +++ b/japanese/libskk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1546059395 -SHA256 (ueno-libskk-1.0.5_GH0.tar.gz) = a298e9726b784dd9a6ce8dcb76ff8fbe633037756795d75cfd77d3aeab4f50ed -SIZE (ueno-libskk-1.0.5_GH0.tar.gz) = 189203 +TIMESTAMP = 1773973934 +SHA256 (libskk-1.1.1.tar.xz) = 2d4c15976d459ef0004ce1c0e47506c7859d0b6f4fb104ed837f3326d235bb56 +SIZE (libskk-1.1.1.tar.xz) = 588640 diff --git a/japanese/libskk/pkg-descr b/japanese/libskk/pkg-descr index 8647ec511f0d..cb3697dc7fc6 100644 --- a/japanese/libskk/pkg-descr +++ b/japanese/libskk/pkg-descr @@ -11,11 +11,3 @@ Features: * Support various dictionary types including file dictionary (such as SKK-JISYO.[SML]), user dictionary, skkserv, and CDB format dictionary. * GObject based API with gobject-introspection support. -* Experimental support for intelligent kana-to-kanji conversion based - on Viterbi algorithm. - -Documentation: - -* file:tests/context.c for basic usage -* http://du-a.org/docs/libskk/libskk/ for Vala binding reference -* http://du-a.org/docs/gtk-doc/libskk/html/ for C binding referencehome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d93748.34483.47605c9e>
