Commit Graph

171 Commits

Author SHA1 Message Date
fgsch
0f087a63cb fix spelling and explain how to make SCIM work in xterm. bump.
kevlo@ OK previous diff.
2010-08-18 10:31:21 +00:00
fgsch
7ec796c610 Add enough information so people not familiar with IMs have a chance to
get this going quickly. Bump. kevlo@ ok.
A more detailed documentation would be great. Any takers?
2010-08-18 06:03:45 +00:00
fgsch
5d0ac6c2d4 Enter scim-anthy 2010-08-17 20:46:09 +00:00
fgsch
321b7b118b This time for real. Sorry. 2010-08-17 20:42:26 +00:00
fgsch
a419c02c70 Import scim-anthy, a japanese input method module for scim. 2010-08-17 20:38:12 +00:00
fgsch
167cdf6bee Update anthy to 9100h. Bump shared libs as well just in case.
Fixes an infinite loop with upcoming scim-anthy and ibus-anthy.  While I'm
here modernise Makefile and add a no_emacs pseudo flavor.  Prompted
indirectly many times by Jordi Beltran Creix <jbcreix dot mail at gmail.com>.
2010-08-17 20:27:04 +00:00
kevlo
bfc0efe2cb Fix scim-setup segfault
ok landry@
2010-07-29 09:49:34 +00:00
ajacoutot
d5c47a9cc7 Missed bump, reported by naddy@ 2010-07-26 16:35:29 +00:00
ajacoutot
b1c19cc64f Move to new DEPENDS/WANTLIB/REVISION. 2010-07-24 11:44:17 +00:00
espie
b660df6b9b zap reeeally old variable 2010-07-06 22:25:53 +00:00
steven
64639b92b4 don't link with libiconv.a and -liconv at the same time
fixes build with in-tree libtool
2010-06-23 15:48:28 +00:00
espie
100f0c7870 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00
ajacoutot
eb0208370e Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-21 21:21:59 +00:00
kevlo
f7f61ce6f1 Update to 1.4.9
ok ajacoutot@
2009-10-31 12:50:02 +00:00
ajacoutot
8ea55161fd Unbreak after the GNOME 2.28 upgrade. 2009-10-15 20:46:40 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
sthen
d3a36e76b9 fix wantlib, bump 2009-06-19 09:24:14 +00:00
ajacoutot
b3d1ba4c2b - fix WANTLIB & bump 2009-03-13 13:17:26 +00:00
sthen
4e11edfea0 make better use of the existing MASTER_SITES_SOURCEFORGE_JP
ok jasper, landry
2009-02-16 15:29:43 +00:00
sturm
60be8a93ec fix WANTLIB and LIB_DEPENDS 2009-01-30 19:59:11 +00:00
sturm
dc67c23638 fix WANTLIB 2009-01-30 09:39:55 +00:00
ajacoutot
5f2c72663c - regen WANTLIB after libgnome esound support removal 2009-01-21 10:50:12 +00:00
kevlo
d244f8d916 fix build with the char_traits changes
ok ajacoutot@
2009-01-20 09:25:17 +00:00
kevlo
69852a91fc update to 0.0.4.1
ok ajacoutot@
2009-01-09 07:38:09 +00:00
kevlo
9a8f2f4675 update to 0.3.3
ok ajacoutot@
2009-01-09 07:36:20 +00:00
kevlo
e8dee4e49f add scim-hangul 2008-10-31 01:42:34 +00:00
kevlo
66f38311a3 Import of scim-hangul-0.3.2
scim-hangul is a SCIM IMEngine module for inputing korean scripts.

Tested by: Jung <moorang at gmail dot com>

ok ajacoutot@
2008-10-31 01:42:00 +00:00
kevlo
68728e0a58 ajacoutot@ told me I should remove p5-XML-Parser dependency since
intltool MODULE takes care of it.
2008-10-30 03:50:08 +00:00
kevlo
5f68f0559c add scim, scim-chewing, scim-fcitx, scim-pinyin, scim-qtimm and scim-tables 2008-10-29 02:30:06 +00:00
kevlo
45b20478f3 Initial import of scim-tables 0.5.8
scim-tables contains SCIM table-based input method data for
Chinese, Japanese, and Korean.

ok ajacoutot@
2008-10-29 02:27:38 +00:00
kevlo
f0ca879c11 Initial import of scim-qtimm 0.9.4
scim-qtimm is a modular, extensible input method subsystem for Qt.

ok ajacoutot@
2008-10-29 02:26:32 +00:00
kevlo
58ceda0567 Initial import of scim-pinyin 0.5.91
scim-pinyin is an scim IMEngine module for pinyin.

ok ajacoutot@
2008-10-29 02:25:18 +00:00
kevlo
2ea672b75f Initial import of scim-fcitx 3.1.1
scim-fcitx is an scim IMEngine module for fcitx.

ok ajacoutot@
2008-10-29 02:24:17 +00:00
kevlo
f0ddbfff4e Initial import of scim-chewing 0.3.2
scim-chewing is an scim IMEngine module for chewing.

ok ajacoutot@
2008-10-29 02:23:07 +00:00
kevlo
a9bfa6c2d4 Initial import of scim 1.4.7
SCIM is a common IM platform written in C++. It abstracts input method
interface into several classes and try to make these classes as simple
and independent as possible. With such simple interfaces, developers
can write their own input method in a few lines of code very easily.

SCIM is highly modularized: most components can be implemented as
dynamically loadable modules, thus can be loaded at runtime as you wish.
For example, input methods written for SCIM could be IMEngine modules,
and users can use such IMEngine modules combined with different interface
modules (FrontEnd) in different environment without rewrite/recompile the

ok ajacoutot@
2008-10-29 02:21:46 +00:00
jasper
b2882dfc8c - it's GNOME, not Gnome2 or gnome or any other variation
discussed with and agreed by ajacoutot@ some time ago
2008-10-28 13:59:13 +00:00
kevlo
1c61a723ee add uim-chewing 2008-10-14 02:19:43 +00:00
kevlo
a07a44f930 Initial import of uim-chewing 0.0.3.1
uim-chewing is Chewing IM for uim.

ok ajacoutot@
2008-10-14 02:19:04 +00:00
kevlo
57143f8a35 update to 1.5.3
ok ajacoutot@
2008-10-14 02:16:46 +00:00
sthen
be7f3fbf3c - fix missed adjustment in qt3.port.mk to handle shared_lib bump;
this change requires bumping other ports which use it. pointed
out by naddy, thanks!

- add a comment in Makefile to warn others not to do the same.

ok naddy@
2008-07-27 21:44:59 +00:00
fgsch
0b1514671d update MASTER_SITES. ajacoutot@ ok. 2008-07-25 09:43:31 +00:00
sthen
6abd222381 sync WANTLIB following cairo update. ok naddy 2008-06-29 20:44:51 +00:00
bernd
353b525288 Don't hardcode the qt3 plugins path in the configure.ac patch but
use a variable from CONFIGURE_ENV.

No bump needed, didn't build before.
2008-06-07 09:58:40 +00:00
bernd
6c1a496b1f Missing PKGNAME bumps because of changed MODQT_PLUGINS path. 2008-06-06 17:23:18 +00:00
espie
17d70806a3 tweak FAKE_FLAGS semantics to saner defaults. 2008-01-04 17:48:33 +00:00
ajacoutot
37861c2ca2 - add missing update-desktop-database goo 2007-12-18 15:56:16 +00:00
steven
85b69f5cea fix WANTLIB 2007-11-13 17:10:25 +00:00
simon
026a13bf4d remove surrounding quotes from COMMENT/PERMIT_*/BROKEN 2007-09-16 11:14:46 +00:00
pvalchev
16bd3f0116 powerpc config 2007-05-29 05:37:35 +00:00
pvalchev
551ec9b592 compile on amd64 (no binary change) 2007-05-26 03:49:38 +00:00
msf
3feb9f9054 unbreak uim-gtk after gtk+2 update
ok espie@ mcbride@
2007-05-14 13:20:12 +00:00
espie
79d76f6137 update anthy and uim to a ways more recent version.
fix uim build issues.
2007-04-08 14:58:04 +00:00
espie
9eafbbfb35 base64 checksums. 2007-04-05 16:19:55 +00:00
steven
db79367ae4 WANTLIB fixes, mostly needed by recent cairo update 2007-02-11 00:56:57 +00:00
espie
7f5a0e38fb zap patch that's no longer needed with a working getpeereid.
IMPORTANT: will break uim very thoroughly if you're not running -current.
2007-02-03 17:05:24 +00:00
espie
0f5dc96ea1 say goodbye to GNU land. 2006-12-16 12:22:32 +00:00
steven
275511dc5a add forgotten @pkgpath annotations 2006-11-24 07:21:27 +00:00
espie
d8ff7c9360 switch to new MULTI_PACKAGES 2006-11-21 00:47:28 +00:00
espie
9fc0cdfb72 switch to new MULTI_PACKAGES 2006-11-21 00:12:40 +00:00
steven
3fa7fd5027 USE_X11 2006-11-13 11:20:24 +00:00
mcbride
696aa70472 Add BUILD_DEPENDS=::devel/pkgconfig
ok msf espie
2006-11-01 03:00:13 +00:00
david
611f554e27 fix SUBDIR sorting 2006-10-24 16:47:27 +00:00
espie
4f9dc282d8 activate the qt part, now that it works.
Split stuff into subpackages, so that you don't need to have gtk if
you don't need it.
2006-10-19 09:35:16 +00:00
espie
aae0c70bef +*tomoe* stuff 2006-10-19 00:55:34 +00:00
espie
c40fa37ee6 final part of the tomoe software: a japanese handwriting input pad for uim.
not as good as the zaurus native software, but much better than nothing.
2006-10-19 00:53:12 +00:00
espie
65eb15fb8d gtk input widget using tomoe for handwritten japanese characters 2006-10-19 00:40:15 +00:00
espie
c7ca326657 An engine to input japanese characters through handwriting 2006-10-19 00:29:47 +00:00
espie
8e64e65488 +uim, and add $OpenBSD$ comment to anthy 2006-10-18 23:57:58 +00:00
espie
f4f7528569 universal input method. tested for japanese stuff with anthy.
works just fine with gtk+. not working with qt yet.
2006-10-18 23:57:22 +00:00
espie
98bf5a959a +inputmethods/anthy 2006-10-18 23:16:27 +00:00
espie
363d6b4a46 new category: input methods.
Anthy is an input method for japanese, namely a state machine that
converts between katakana/hiragana/kanji, mostly as a library usable
by other software.

It comes with some emacs stuff.
2006-10-18 23:13:34 +00:00