Path to this page:
./
inputmethod/libime,
Generic inputmethod implementation library
Branch: CURRENT,
Version: 1.1.5nb2,
Package name: libime-1.1.5nb2,
Maintainer: ryoonlibime is a library to support generic input method implementation.
Master sites:
Filesize: 414.867 KB
Version history: (Expand)
- (2024-12-29) Updated to version: libime-1.1.5nb2
- (2024-10-04) Updated to version: libime-1.1.5nb1
- (2024-02-10) Updated to version: libime-1.1.5
- (2023-12-29) Updated to version: libime-1.0.4nb9
- (2023-08-14) Updated to version: libime-1.0.4nb8
- (2023-04-23) Updated to version: libime-1.0.4nb7
CVS history: (Expand)
2025-01-24 00:27:30 by Taylor R Campbell | Files touched by this commit (41) |
Log message:
devel/extra-cmake-modules: Use buildlink3.mk, not TOOL_DEPENDS.
This one is borderline: should it be BUILD_DEPENDS or TOOL_DEPENDS?
It doesn't appear to vary depending on the build environment, so it
doesn't meaningfully describe the cross-builder vs the target system.
It is used only at build-time, but it doesn't have any native
executables -- they're just source code cmake scripts.
For now, it is convenient to use a buildlink3.mk file because this
enables us to explicitly expose only files under share/ECM/ -- and
not other random files installed in the prefix -- via buildlink3 to
keep dependent package builds clean. Eventually we should have the
same mechanism for TOOL_DEPENDS but that day has not yet come.
This change creates a new use of BUILDLINK_DEPMETHOD build for
extra-cmake-modules, which is a priori risky. Fortunately,
extra-cmake-modules has no libraries, so this is unlikely to cause
trouble.
|
2024-12-29 16:10:02 by Adam Ciarcinski | Files touched by this commit (235) |
Log message:
revbump after updating boost
|
2024-10-04 05:49:38 by Ryo ONODERA | Files touched by this commit (237) |
Log message:
*: Recursive revbump from Boost 1.86.0
|
2024-02-10 10:30:44 by Ryo ONODERA | Files touched by this commit (5) |
Log message:
inputmethod/libime: Update to 1.1.5
Changelog:
Not available.
|
2023-12-29 19:25:02 by Adam Ciarcinski | Files touched by this commit (254) |
Log message:
revbump for boost-libs
|
2023-12-25 19:01:48 by Thomas Klausner | Files touched by this commit (1) |
Log message:
libime: forbid some more Python versions that won't work
|
2023-08-17 16:45:17 by Thomas Klausner | Files touched by this commit (1) |
Log message:
libime: mark as not for Python 3.11
This version is more than two years old, perhaps updating to 1.0.17
will fix this.
|
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|