Port details |
- scim-hangul SCIM IMEngine module for Korean(Hangul) input
- 0.4.0_3 korean =2 0.4.0_3Version of this port present on the latest quarterly branch.
- Maintainer: jkim@FreeBSD.org
- Port Added: 2005-10-13 05:57:23
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://sourceforge.net/projects/scim/files/scim-hangul/
- Description:
- SCIM IMEngine module for Korean(Hangul) input.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ko-scim-hangul>0:korean/scim-hangul
- To install the port:
- cd /usr/ports/korean/scim-hangul/ && make install clean
- To add the package, run one of these commands:
- pkg install korean/scim-hangul
- pkg install ko-scim-hangul
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ko-scim-hangul
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (scim-hangul-0.4.0.tar.gz) = 7f116c87e78da51363fb4968d627364718de6ec02aa6c6119451fdf403e668c0
SIZE (scim-hangul-0.4.0.tar.gz) = 456953
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:
-
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- msgfmt : devel/gettext-tools
- Library dependencies:
-
- libhangul.so : korean/libhangul
- libscim-1.0.so : textproc/scim
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ko-scim-hangul-0.4.0_3:
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- korean_scim-hangul
- USES:
- gmake libtool:keepla pkgconfig gettext
- pkg-message:
- For install:
- Remember to set environment variables XMODIFIERS and LANG:
csh/tcsh: setenv XMODIFIERS @im=SCIM ; setenv LANG ko_KR.UTF-8
sh/bash: export XMODIFIERS='@im=SCIM'; export LANG=ko_KR.UTF-8
To start the SCIM input method daemon, use command:
scim -d
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
0.4.0_3 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 ) |
0.4.0_3 20 Jul 2022 14:22:13 |
Tobias C. Berner (tcberner) |
korean: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Hye-Shik Chang
* Hye-Shik Chang <perky@FreeBSD.org>
* Hyogeol Lee <hyogeollee@gmail.com>
* Hyogeol, Lee <hyogeollee@gmail.com>
* Jie Gao <gaoj@cpsc.ucalgary.ca>
* Junho CHOI <junho.choi@gmail.com>
* Ka Ho Ng <khng300@gmail.com>
* Oh Junseon <hollywar@mail.holywar.net>
* Satoshi TAOKA <taoka@FreeBSD.org>
With hat: portmgr |
0.4.0_3 16 Nov 2021 04:10:25 |
Li-Wen Hsu (lwhsu) |
*/scim*: Update WWW |
0.4.0_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.4.0_3 13 Aug 2019 22:22:35 |
mat |
Convert to UCL & cleanup pkg-message (categories h-k) |
0.4.0_3 21 Nov 2017 08:36:27 |
mat |
OPTIONS_SUB only cares about being defined, its content is ignored.
Sponsored by: Absolight |
0.4.0_3 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
0.4.0_3 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 ) |
0.4.0_2 12 Nov 2014 09:15:34 |
antoine |
Cleanup plist |
0.4.0_2 31 Aug 2014 13:19:16 |
tijl |
textproc/scim:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip |
0.4.0_1 03 Jul 2014 17:32:15 |
amdmi3 |
- Switch to USES=libtool
Approved by: portmgr blanket |
0.4.0 07 Jan 2014 01:38:37 |
jkim |
Stagefy, convert to USES=gmake, and convert LIB_DEPENDS to new format. |
0.4.0 02 Oct 2013 20:12:36 |
marino |
korean/scim-hangul: add <unistd.h> for modern compilers
Approved by: portmgr (bapt, implicit) |
0.4.0 20 Sep 2013 19:49:59 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
korean) |
0.4.0 17 Jun 2013 23:04:51 |
jkim |
Update e-mail address on behalf of cjh as he personally requested. |
0.4.0 26 Apr 2013 10:44:29 |
ak |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
0.4.0 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
0.4.0 02 Nov 2012 22:46:30 |
jkim |
- Update to 0.4.0.
- Fix dependencies and tweak pkg-message.
- Trim makefile header, add license, and convert to optionsNG.
Feature safe: yes |
0.3.2_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.3.2 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.3.2 26 Aug 2011 19:57:02 |
jkim |
Make portlint happy. |
0.3.2 26 Aug 2011 19:49:55 |
jkim |
Update to 0.3.2 and grab maintainership. |
0.3.1_6 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.3.1_6 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.3.1_5 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.3.1_4 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.3.1_3 02 Jan 2010 18:14:36 |
linimon |
Reset cjh due to inactivity. We hope to see him back again soon.
Hat: portmgr |
0.3.1_3 22 Aug 2009 00:24:37 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L |
0.3.1_3 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.3.1_2 06 Jun 2008 13:39:17 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.3.1_1 15 Dec 2007 13:44:07 |
pav |
- Chase libhangul update |
0.3.1 27 Jun 2007 03:46:55 |
cjh |
Add new .mo file (pa translation).
Submitted by: pav |
0.3.1 24 Jun 2007 10:12:27 |
cjh |
Update to 0.3.1. It depends ko-libhangul now. |
0.2.1_4 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.2.1_3 02 Apr 2007 09:17:02 |
ume |
Fix plist after upgrading scim to 1.4.5.
scim-1.4.5 appended its version to the moduledir in scim.pc.
Approved by: cjh (maintainer) |
0.2.1_2 28 Mar 2007 19:22:52 |
pav |
- Fix after objformat removal
Reported by: pointyhat |
0.2.1_2 14 Oct 2006 08:54:54 |
marcus |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris) |
0.2.1_1 13 Aug 2006 07:50:17 |
cjh |
temporarily, I mark it BROKEN in 4.x.
(maybe compiler problem)
Approved by: kris |
0.2.1_1 24 Feb 2006 15:35:23 |
ade |
Fix devel/libytnef[1] and others[2] after libtool commit.
Submitted by: pointyhat[1] ume[2]
Approved by: portmgr (implicit) |
0.2.1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.2.1 22 Jan 2006 02:17:49 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.2.1 08 Dec 2005 02:09:34 |
cjh |
Update to 0.2.1.
PR: ports/90089
Submitted by: Byung-Hee HWANG <bh@izb.knu.ac.kr> |
0.2.0_2 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
0.2.0_2 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
0.2.0_1 15 Oct 2005 13:21:16 |
nork |
SCIM updated to 1.4.2.
o Update scim 1.4.2. [1]
o Update skim 1.4.2. [1]
o Update scim-uim 0.1.4. [2]
o Bump PORTREVISION in scim related ports.
Approved by: Jie Gao <gaoj@cpsc.ucalgary.ca> [1]
Approved by: Seiya Yanagita <s_yanagita@ybb.ne.jp> [2] |
0.2.0 13 Oct 2005 05:56:34 |
cjh |
activate scim-hangul, Korean imengine for scim.
Inspired by: Byung-Hee HWANG <bh@izb.knu.ac.kr>, nork@ |