diff --git a/japanese/libskk/Makefile b/japanese/libskk/Makefile index 18ed21ad4bb8..02462aa42e88 100644 --- a/japanese/libskk/Makefile +++ b/japanese/libskk/Makefile @@ -1,48 +1,36 @@ 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 - -.if ${OPSYS} == FreeBSD -CFLAGS+= -Wno-error=incompatible-function-pointer-types -.endif post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include 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 @@ -1,21 +1,13 @@ libskk -- a library to deal with Japanese kana-to-kanji conversion method Features: * Support basic features of SKK including new word registration into dictionary, completion, numeric conversion, abbrev mode, kuten input, hankaku-katakana input, Lisp expression evaluation (concat only), and re-conversion. * Support various typing rules including romaji-to-kana, AZIK, TUT-Code, and NICOLA. * 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 reference