Port details |
- libskk Library to deal with Japanese Kana-to-Kanji conversion method
- 1.0.5_1 japanese =2 1.0.5_1Version of this port present on the latest quarterly branch.
- Maintainer: hiroto.kagotani@gmail.com
- Port Added: 2012-02-03 12:36:33
- Last Update: 2024-10-01 18:56:20
- Commit Hash: 4485bd8
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://github.com/ueno/libskk
- Description:
- 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
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ja-libskk>0:japanese/libskk
- To install the port:
- cd /usr/ports/japanese/libskk/ && make install clean
- To add the package, run one of these commands:
- pkg install japanese/libskk
- pkg install ja-libskk
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ja-libskk
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1546059395
SHA256 (ueno-libskk-1.0.5_GH0.tar.gz) = a298e9726b784dd9a6ce8dcb76ff8fbe633037756795d75cfd77d3aeab4f50ed
SIZE (ueno-libskk-1.0.5_GH0.tar.gz) = 189203
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-XML-Parser>=0 : textproc/p5-XML-Parser
- gmake>=4.4.1 : devel/gmake
- g-ir-scanner : devel/gobject-introspection
- pkgconf>=1.3.0_1 : devel/pkgconf
- valac : lang/vala
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- Library dependencies:
-
- libgee-0.8.so : devel/libgee
- libjson-glib-1.0.so : devel/json-glib
- libxkbcommon.so : x11/libxkbcommon
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Libraries
-
- japanese/fcitx-skk
- japanese/ibus-skk
Configuration Options:
- ===> The following configuration options are available for ja-libskk-1.0.5_1:
DOCS=on: Build and/or install documentation
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- japanese_libskk
- USES:
- autoreconf gmake gnome libtool pathfix pkgconfig vala:build gettext
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.5_1 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
1.0.5_1 24 Feb 2024 12:29:24 |
Muhammad Moinur Rahman (bofh) |
japanese/libskk: Moved man to share/man
Approved by: portmgr (blanket) |
1.0.5 26 Jul 2023 00:48:20 |
Muhammad Moinur Rahman (bofh) |
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.0.5 26 Jun 2023 12:16:02 |
Muhammad Moinur Rahman (bofh) |
japanese/libskk: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.0.5 19 Feb 2023 13:25:22 |
Tobias C. Berner (tcberner) |
japanese/libskk: unbreak against clang15
file-dict.c:330:2: error: incompatible pointer to integer conversion returning
'void *' from a function with result type 'gboolean' (aka 'int')
[-Wint-conversion]
g_return_val_if_fail (((gsize) (*offset)) < _tmp2_, NULL);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.5 26 Aug 2022 17:02:25 |
Tobias C. Berner (tcberner) |
framework: switch tree to using vala.mk
PR: 249940 |
1.0.5 20 Jul 2022 14:22:11 |
Tobias C. Berner (tcberner) |
japanese: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Akito FUJITA <fujita@zoo.ncl.omron.co.jp>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Daichi GOTO <daichi@FreeBSD.org>
* Daisuke Kawahara <kawahara@pine.kuee.kyoto-u.ac.jp>
* David O'Brien (obrien@cs.ucdavis.edu)
* Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
* FUJISHIMA Satsuki <sf@FreeBSD.org>
* Fumihiko Kimura <jfkimura@yahoo.co.jp> (Only the first 15 lines of the commit message are shown above ) |
1.0.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.5 17 Sep 2020 08:58:51 |
bapt |
Remove useless USE_GNOME=intlhack |
1.0.5 30 May 2019 01:33:47 |
swills |
japanese/libskk: update to 1.0.5
PR: 237845
Submitted by: Ryo ONODERA <ryo@tetera.org>
Approved by: maintainer timeout (hiroto.kagotani@gmail.com, >2 weeks) |
1.0.4 15 Jul 2018 17:10:18 |
meta |
japanese/libskk: update 1.0.3 -> 1.0.4
PR: 229604
Submitted by: Ryo ONODERA <ryo@tetera.org>
Approved by: maintainer timeout, pi (mentor)
Relnotes: https://github.com/ueno/libskk/releases/tag/1.0.4 |
1.0.3 23 Jun 2018 17:11:11 |
yuri |
japanese/libskk: Update 1.0.1 -> 1.0.3
PR: 227039
Submitted by: Ryo ONODERA <ryo@tetera.org>
Approved by: hiroto.kagotani@gmail.com (maintauner timeout; 80 days) |
1.0.1_2 26 Jun 2017 03:28:07 |
sunpoet |
Fix WWW
Approved by: portmgr (blanket) |
1.0.1_2 02 Dec 2016 09:21:59 |
mat |
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight |
1.0.1_2 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
1.0.1_2 02 Aug 2015 15:03:20 |
tijl |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
1.0.1_1 11 Apr 2015 15:48:34 |
mat |
Fix build WITHOUT=NLS.
Sponsored by: Absolight |
1.0.1_1 12 Nov 2014 13:46:00 |
antoine |
Cleanup plist |
1.0.1_1 25 Sep 2014 15:18:28 |
tijl |
- Set CPPFLAGS and LIBS in a number of ports so configure can find libintl.h
and libintl.so. This fixes a problem where DATADIRNAME gets an incorrect
value which causes locale files to be installed in the wrong place.
- The only configure checks that still need to be patched are related
to intltool so move DATADIRNAME patching from USES=pathfix to
USE_GNOME=intlhack.
- games/klavaro: remove excessive dependencies
- japanese/libskk: add INSTALL_TARGET=install-strip
- math/libqalculate: add INSTALL_TARGET=install-strip and remove pthread
patching
- multimedia/freetuxtv: remove excessive dependencies
- science/gramps: fix shared-mime-info use
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.0.1_1 01 Jul 2014 23:20:03 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
1.0.1 10 Feb 2014 22:51:02 |
amdmi3 |
Bits from original ports/186216 which were noc committed + additional
fixes.
- Remove g-ir-scanner from BUILD_DEPENDS since it's handled by USE_GNOME
- Do not hide warnings
- Whitespace fix
PR: 186216
Submitted by: amdmi3
Approved by: maintainer timeout |
1.0.1 10 Feb 2014 13:17:57 |
nemysis |
- Update to 1.0.1
- Change master site
- Add license (GPLv3)
- Add dependencies for lang/vala, textproc/p5-XML-Parser
- Use the new format for LIB_DEPENDS
- USES gmake instead of USE_GMAKE
- USES pathfix instead of USE_GNOME gnomehack
- Add USE_GNOME=introspection [1]
- Remove USE_GCC=any, builds properly with Clang
- Disable all warnings with -w
- Add DOCS and Option
- Support STAGEDIR and add OPTIONS_SUB
- Remove obsolete REINPLACE
- Strip library
- Change WWW
PR: ports/186181, ports/186216
Submitted by: nemysis (self), amdmi3@ [1]
Approved by: maintainer timeout (14 days) |
1.0.0_1 20 Sep 2013 18:47:56 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese) |
1.0.0_1 11 Jun 2013 03:13:46 |
miwi |
Fix build
Reported by: pkg (DEVELOPER_MODE) |
1.0.0_1 21 May 2013 08:12:15 |
miwi |
- Unbreak build on HEAD
PR: 177175
Submitted by: maintainer |
1.0.0_1 26 Apr 2013 10:44:29 |
ak |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
1.0.0_1 23 Apr 2013 11:46:54 |
bapt |
Convert j* categories to USES=pkgconfig |
1.0.0_1 08 Mar 2013 10:51:36 |
kwm |
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo |
1.0.0 28 Aug 2012 17:07:57 |
scheidell |
- Update to 1.0.0
PR: ports/171111
Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com> (maintainer) |
0.0.13 29 Jul 2012 11:17:04 |
cs |
Fix typos in COMMENT
Approved by: portmgr@ (implicit) |
0.0.13 20 Jul 2012 10:24:42 |
rm |
- fix build if lang/vala is installed (the port needs vala >= 0.14.0)
- not bumping PORTREVISION because it was broken in this case anyway
PR: 169990
Submitted by: Hiroto Kagotani <hiroto.kagotani at gmail dot com> (maintainer) |
0.0.13 11 Jul 2012 12:03:04 |
jase |
- Update to 0.0.13 [1]
- Convert to optionsNG, add NLS option
PR: ports/169626 [1]
Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com> (maintainer)
Approved by: flo (mentor) |
0.0.12 11 Apr 2012 04:03:04 |
rm |
- update to 0.0.12
PR: 166787
Submitted by: Hiroto Kagotani <hiroto.kagotani at gmail dot com> (maintainer) |
0.0.11 23 Mar 2012 22:49:44 |
jgh |
- Update to 0.0.11
- while here pet portlint on pkg-descr
PR: ports/166335
Submitted by: maintainer, hiroto.kagotani@gmail.com
Feature safe: yes |
0.0.9 03 Feb 2012 12:36:19 |
scheidell |
Add port japanese/libskk: A library to deal with Japanese kana-to-kanji
conversion method
PR: ports/164484
Submitted by: Hiroto Kagotani<hiroto.kagotani@gmail.com> (maintainer)
Approved by: gabor (mentor) |