Commit graph

580 commits

Author SHA1 Message Date
obache
20edc11afb Wrong directry, reimported in scim-input-pad. 2009-11-24 12:00:44 +00:00
obache
480a0ebd19 Import scim-input-pad-0.1.2 as inputmethod/scim-input-pad.
SCIM Input Pad is an onscreen input pad used to input some symbols very easily.
2009-11-24 11:59:49 +00:00
obache
468b216f90 Import scim-input-pad-0.1.2 as inputmethod/scim-inputpad.
SCIM Input Pad is an onscreen input pad used to input some symbols very easily.
2009-11-24 11:55:27 +00:00
obache
cfb6a3f28f Import scim-hangul-0.3.2 as inputmethod/scim-hangul.
Introduction

Scim-hangul is a SCIM IMEngine module for inputing korean scripts. Scim-hangul
is for native speakers, not for foreigners. If you don't want to learn korean
keyboard layout, use scim-table :)

Feature

This engine supports 2 beolsik, 3 beolsik final, 3 beolsik 390, 3 beolsik
no-shift and etc. You can input chinese character (hanja) with F9 key when you
have preedit string.

Check other korean input methods here:
http://wiki.kldp.org/wiki.php/KoreanInputMethod
2009-11-24 11:54:35 +00:00
obache
0dce23f8ec Import scim-fcitx-3.1.1 as inputmethod/scim-fcitx.
This is fcitx ported to SCIM by baohaojun.
2009-11-24 11:53:35 +00:00
obache
e4748cc6cf Import scim-chewing-0.3.3 as inputmethod/scim-chewing.
scim-chewing is an SCIM IMEngine module for Chewing input method.
2009-11-24 11:52:41 +00:00
obache
2ca8ec3bda Import scim-ccinput-0.3.1 as inputmethod/scim-ccinput.
scim-ccinput is an SCIM IMEngine module for CCInput.
2009-11-24 11:51:49 +00:00
obache
08380b94c7 Import scim-canna-1.0.1 as inputmethod/scim-canna.
scim-canna is an SCIM IMEngine module for Canna.
2009-11-24 11:50:45 +00:00
obache
13f76825f0 Import scim-bridge-0.4.16 as inputmethod/scim-bridge.
Scim-bridge is wrapper library for SCIM, written in C. It is firstly written to
solve problems occured by the ABI transition of GNU libstdc++ between 3.* branch
and 4.* branch. That's not the problem in the most of cases because you usually
used the same compiler for SCIM and GUI apps.
2009-11-24 11:49:44 +00:00
obache
f13b9dbd08 Import scim-array-1.0.1 as inputmethod/scim-array.
This input method engine is developed to support the Array 30 input method in
SCIM framework.  SCIM Array 30 Input Method Engine provides with all the
functions of Array 30, including 1st and 2nd level short codes, special codes,
and symbol input.
2009-11-24 11:48:43 +00:00
obache
18a4778c76 Import scim-anthy-1.2.7 as inputmethod/scim-anthy.
scim-anthy is a SCIM IMEngine module for anthy.

SCIM is Smart Common Input Method platform, it provides user friendly/full
featured user interface and development platform to make input method
developer's life easier.

Anthy is a system for Japanese input method.
It converts Hiragana text to Kana Kanji mixed text.

scim-anthy provides some usefull user interfaces for Anthy using SCIM.
2009-11-24 11:47:40 +00:00
obache
f8fa005468 Import scim-1.4.9 as inputmethod/scim.
Currently the SCIM project has a wide range of input methods (some may need
other libraries), covering more than 30 languages, including
(Simplified/Traditional) Chinese, Japanese, Korean and many European languages.
What's more, Composing/Dead key support is one of the built-in features.
In addition, several projects have been established to design IMEngines for
SCIM and others supply their own SCIM plugins.
2009-11-24 11:46:01 +00:00
obache
c5e4eb4951 Update libchewing to 0.3.2.
What's New in libchewing 0.3.2
---------------------------------------------------------
* Add gcc visibility support to hide private APIs.
* APIs and Headers refactoring.
* Doxygen-friendly API documentation.
* New binary data manipulation approach to dramatically reduce storage
  usage and loading time via memory mapping. (enabled by default)
* New word segmentation method based on mmseg.
* Improved auto-learn new phrases method.
* Improved test suite and added simple benchmark program.
* Option to indicate the behavior for phrase choice to be rearward
  or not.
* New APIs to enumerate supported keyboard types.
* Repair improper memory access.
* API united in Win32 and UNIX world.
* Initial Pythin binding support.
* Merged with libchewing-data project. (r342)
* Canonical debugging messages.
* Successful stories:
  . OpenBSD porting
  . ibus-chewing : chewing engine for ibus input method framework.
  . UIM-chewing leveraging libchewing 0.3.x development branch.

What's New in libchewing 0.3.1
----------------------------------------------------------
* New keyboard layout DACHEN_CP26.
* Add key '`' to open symbol table.
* Erase candidate and reset its length when 'Esc' key is handled.
* Closes candidate window when user pressed 'Up' key.
* Doing select at the end of edit buffer works on the
  last phrase (interval).
* Improved reminding message text.
* Sync with libchewingdata project.
* A new HanYu-PinYin mapping table
* More robust behavior when IM crashes.
* Allow '#' comment and blank line in tsi.src.
* Fix chewing switch between Full/Half mode and cursor moves one space in
  gedit.
* Fix when list available phrases to choice, user's own phrases are
  not included.
* Release PgUp/PgDn key event to running applications.
* Fix portability issues on FreeBSD.
* Fix incorrect initialization.
* Fix pinyin key order, put "shun" before "shuo".
* Fix various potenital boffer overflow bugs.
* Fix various memory leaks.
* chewing_set_PinYinMethod to support multiple PinYin methods.
* chewing_handle_CtrlOption was removed.
* New structure SymbolEntry.
* Rename selectAreaLen to candPerPage.
* Added bEasySymbolInput.

What's New in libchewing 0.3.0
----------------------------------------------------------
* This is a new development branch differing a lot from
  0.2.x series, and breaks API/ABI for new features.
* UTF-8 based language engine core for common Unicode
  environment.
* Porting layer for POSIX/Unix-like and Win32 to reduce the
  redundant porting process.
* New API design for better consistency.
* Merge the efforts from libchewing-data subproject, which
  means various phrases have been reviewed and corrected.
* Zuin fixes and symbol improvements.
* Support key 'j' / 'k' for paging in selection mode.
* Fix some internal memory management bugs and leaks.
* Improved internal test suite.
* New binary-form of user hash data to speed up loading and
  solve hash data corruption.
* Better calculating of internal tree and phone constants.
* Revised tsi.src for richer phrases and avoiding crashes.
* Merge phone and phrase from CNS11643.
* Reduce the amount for the expose for internal symbols.
* Improved Han-Yu PinYin to use table-lookup implementation.
* Experimental frequency-evaluation. (re-compute chewing
  lifetime)
* Implement the choice mechanism for pair symbols.
* Improved Tab handling to allow the switching over different
  frequency orders of candidated phrases.
* New auxiliary module for simpler API uses.
* Experimental memory-mapping based binary data handling to
  speed up data loading.
* Successful stories:
  . Sun Solaris 10 U2 and 11 will provide built-in Chewing
    IM support.
  . OXIM input method suite from OpenDesktop/OSSI provides
    Chewing support as its default input method.
  . New Win32-Chewing subproject to provide efficient input
    mthod solution on Microsoft Windows platforms.
2009-11-24 11:31:04 +00:00
obache
de23096a37 * Change to depend on libchewing02
* relax build dependency from db3 to db2-4.
* add DESTDIR support

Bump PKGREVISION.
2009-11-24 11:23:34 +00:00
obache
4f13cdcd04 +libchewing02 2009-11-24 11:19:27 +00:00
obache
21428eae51 Reimport libchewing-0.2.7 from inputmethod/libchewing as inputmethod/libchewing02.
for xcin, it is not support libchewing-0.3 API.
2009-11-24 11:18:53 +00:00
obache
4e940cb50a Update libtabe to 1.2.6.
While here, add DESTDIR support and relax bdb dependency from db3 to db2-4.

0.2.6: 2004/09/20
---------------------
1. Remove the "-release" flag from libtool, such that the naming convention
   of libtabe/libbims is changed to be: libtabe.so.X.X.X/libbims.so.X.X.X.
   Add release number information into utilities.
   Thanks to Roger So <roger.so@sw-linux.com>.

2. Porting to DB3-3.3.11: DB->stat() only takes 3 arguements.
   Thanks to Pofeng Lee <informer@ns1.m2000.idv.tw>
	     Rui-Xiang Guo <rxg@ms25.url.com.tw>

3. Change the "rm $(PACKDB)" from "make clean" to "make distclean".
   Thanks to Kuang-che Wu <kcwu@ck.tp.edu.tw>.

4. Fix several memory leakage problem.
   Thanks to Kuang-che Wu <kcwu@ck.tp.edu.tw>.

5. Add util/tsiguess.c.
   Add API: tabeChunkInfoFree(), tabeChunkInfoNew(), tabeTsiInfoNew(),
	    tabeTsiInfoFree().
   Thanks to Pofeng Lee <informer@ns1.m2000.idv.tw>.

6. Add bims facility: user add Tsi by hand and store to user DB files.
   Thanks to Eric Cheng <eric@fractal.myip.org>.

7. Add bims facility: simple algorithm to learn new phrase input by user.
   Thanks to Pofeng Lee <informer@ns1.m2000.idv.tw>.

8. A quick fix for segfault when there is no ~/.xcin/*.db
   Fixed by Geoffrey Lee <snailtalk@linux-mandrake.com>

9. Fixed the bug of signed/unsigned TsiInfo->refcount ( µüÀW 0 bug )
   Found by FixeShao-yu Cheng <eric@netgenes.org>
   Fixed by Kuang-che Wu <kcwu@ck.tp.edu.tw>

10. By <thhsieh@linux.org.tw>
    Fix a bug in libtabe/util/tsiguess: Do not always try to open
    $HOME/.xcin/newdb. But one can use the flag "-u" to specify the
    path of user defined DB file.

11. Fix bug in tabe_tsi.c: tabeChunkSegmentationComplex():
    the same floating point number precision problem found in bims.c.
    Speed up and clean up tsiguess.c and tabe_tsi.c
    By Kuang-che Wu <kcwu@ck.tp.edu.tw>

12. Set DB_FLAG_READONLY or DB_FLAG_NOUNPACK_YIN flags in
    tsidump, tsiguess, tsiyincheck, tsiyindump utilities when necessary.
    By Kuang-che Wu <kcwu@ck.tp.edu.tw>

13. Support Berkeley DB 4.
    Thansks to Cheng-Lung Sung <clsung@dragon2.net>.

14. Builds without libbims if configure --without-x
    Builds with specific BerkeleyDB lib name if configure --with-db-name
    tsipackdb.in try all db*_dump, don't check db version anymore

15. Add bimsToggleTsiGuess() and bimsToggleNoTsiGuess() functions.
    Update autotools files.
2009-11-24 11:15:14 +00:00
obache
875188a558 Update libhangul to 0.0.10.
0.0.10
 * implemented new logic romaja method
 * updated to support the new Unicode standard 5.2
 * updated API document
 * fixed small bugs
2009-11-01 08:47:23 +00:00
joerg
56d7a61011 Add some patches for portability and GCC 4 issues. 2009-10-06 17:41:49 +00:00
obache
1d1d176b6b Add workaround for PR 41447.
* Add dependency m17n-contrib for m17nlib option.
  It is required for icons.
* Remove m17-*.png icon files from PLIST and generate/delete symbolic links at
  install/deinstall.

XXX: symbolic links may be broken/missing when update m17n-contrib.
XXX: There is no chance to invoke relink at the time.
2009-10-01 12:30:32 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
joerg
d94524515e MAKE_JOBS_SAFE=no 2009-08-18 15:51:17 +00:00
minskim
f6229c3d4d inputmethod/libhangul uses c99. 2009-08-10 13:17:34 +00:00
minskim
7b90c30295 PKGREVISION bump for elisp packages because of bytecode format changes
in emacs23.
2009-08-06 01:44:45 +00:00
minskim
508d1e537f Make inputmethod/skk build with emacs23. 2009-08-05 07:16:18 +00:00
minskim
1b938dd204 Make anthy-elisp build with emacs23. 2009-08-05 07:01:05 +00:00
taya
4c788f4016 Update anthy to 9100h.
Patch provided by YAMASHIRO Jun in PR 41805.

Changelog for Anthy:
* Update kana-kanji dictionary(9100b, 9100d, 9100e, 9100g).
* Improbed for stability(9100g).
* Bugfixes

Changelog for pkgsrc
* Update optional dictionary: okinawa-20090801.t
2009-08-03 23:30:06 +00:00
wiz
d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00
uebayasi
568b9ed8ec Garbage collection. 2009-07-17 00:40:24 +00:00
uebayasi
3dbf42c256 Redo previous build fix for emacs23 in saner way. 2009-07-16 22:51:50 +00:00
uebayasi
fa12bd8b11 Fix PLIST errors when EMACS_TYPE=emacs23. Only compile tested. Pointed out
by joerg.
2009-07-16 16:43:11 +00:00
joerg
c68e9cbace Address of and register variables don't play together, so fix it. 2009-07-06 16:06:58 +00:00
joerg
c569c6a51f Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
2009-06-30 00:07:09 +00:00
joerg
1ad1d43833 Use @pkgdir. 2009-06-14 20:19:52 +00:00
joerg
45656cf39c Remove @dirrm entries from PLISTs 2009-06-14 18:00:32 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
obache
94619e6add Add workaround to fix build failure with gnome option
(gnome-panel>=2.25.3, libpanel-applet doesn't depend on libgnomeui anymore),

Fixes PR 41071.
2009-05-17 05:06:02 +00:00
obache
4e21417b9c Bump PKGREVISION, from libdatrie's ABI change.
While here, add ftp MASTER_SITES and set LICENSE.
2009-05-15 08:57:44 +00:00
obache
797c5e4d91 define LICENSE and marked as MAKE_JOBS_SAFE=no. 2009-05-12 08:21:09 +00:00
joerg
69ca732749 Use META_PACKAGE. 2009-04-08 23:05:45 +00:00
joerg
d0076c3403 Remove the remaining NO_MTREE definitions, it has been a nop for a
while.
2009-04-08 22:43:23 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
hasso
f7a56050a6 Need msgfmt (configure only). 2009-03-09 12:45:53 +00:00
joerg
1f9d754f97 Reset maintainer, mail bounced 2009-02-17 13:02:20 +00:00
joerg
5ac4ae66eb Fix mysterious C++ failure as pth's pthread.h defines system as macro
which makes the stdlib.h prototype goes away. Avoid this by forcing real
system calls.
Remove a static declaration that is shadowing an extern, resulting in
the creation of a text relocation.
2009-02-07 22:47:14 +00:00
obache
ac55305884 Remove redundant distfile. 2009-01-30 23:05:57 +00:00
obache
edc05f571e + uim-elisp uim-qt4-immodule 2009-01-23 13:47:01 +00:00
obache
ef534387f2 Import uim-elisp-1.5.5 as inputmethod/uim-elisp.
Based on from Yamashiro, Jun in tech-pkg-ja@.

Emacs LISP files for inputmethod/uim.
2009-01-23 13:44:20 +00:00
obache
a636046496 Import uim-qt4-immodule-1.5.5 as inputmethod/uim-qt4-immodule.
Based on from Yamashiro, Jun in tech-pkg-ja@.

Qt4 immodule for inputmethod/uim.
2009-01-23 13:42:55 +00:00
obache
fea944a8e0 Update uim to 1.5.5.
Based on patch from Yamashiro, Jun in tech-pkg-ja@.

While here, deprecate curses and x11 option then introduce uim-fep and xim
option to exactly enable/disable those features.

Overview of changes from 1.5.4 to 1.5.5
=======================================
* Enhancements
  - uim-anthy
  - uim-anthy-utf8
    * Learn transposing Katakana/Hiragana string (bug #18630)

  - misc Japanese IM
    * AZIK roma-kana table update
    * Don't use "nwa", "nwi", "nwu", "nwe", "nwo" roma-kana sequences
      by default

  - uim-pref-gtk
  - uim-pref-qt
    * Reduced startup time

* Fixes
  - GTK+ bridge
  - uim.el
  - uim-skk
  - uim-look
    * Plug memory leaks

  - uim-dict-gtk
    * Fix warning with GTK+-2.14.x


Overview of changes from 1.5.3 to 1.5.4
=======================================
* Enhancements
  - Generic IM
    * Cache candidates to improve the performance
    * Add an option to show candidate window automatically when
      multiple candidates are found

  - uim-tutcode
    * New symbol (kigou) input mode

  - GTK+ bridge
  - Qt{3,4} bridge
  - XIM bridge
    * Improve the performance upon activating the window with large
      number of candidates

* Fixes
  - uim.el
    * Plug memory leak.
    * Ignore 'd' command if valid uim-default-im-engine is defined

  - uim-fep
    * Fix compilation with Solaris' cc

  - uim-skk
    * Fix handling in non-matching upper case character in
      skk-proc-state-direct.

  - uim-pref-gtk
    * Fix warning with GTK+-2.14.x


Overview of changes from 1.5.2 to 1.5.3
=======================================
* Fixes
  - Qt4 bridge (experimental)
    * [CRITICAL] Fix bug with Qt4 >= 4.4.1, which makes applications
      infinite loop at the startup
    * [CRITICAL] Fix uim-helper handling which could cause unexpected crashes
    * Fix key press with shift, control, alt, and meta keys

  - uim-xim
    * Fix some minor protocol errors

  - uim.el
    * Improve minibuffer editing

  - uim-tutcode
    * Fix out-of-range error when candidates are longer than
      tutcode-heading-label-char-list

* Others
  - uim-toolbar-gtk-systray
    * Adjust ythickness of the buttons

  - uim-pref-gtk
    * Add vertical scrollbar for the setting pane


Overview of changes from 1.5.1 to 1.5.2
=======================================
* Enhancements
  - Enable input method rotation by hotkeys

  - uim-trycode
    * Updated the composition table to 2008-04-18 version

* Fixes
  - uim.el
    * [CRITICAL] Fix breaking minor-mode-map-alist in some cases.
    * [CRITICAL] Fix uim-el-helper-agent
    * Fix displaying candidates when a right-hand neighbor
       character of the cursor is a horizontal-tab

  - uim-xim
    * Fix Japanese kana-keyboard input hack to distinguish 'kana_RO'
      key and backslash key

  - uim-canna
    * Don't disable libuim functionality even when canna server is
      stopped.

  - uim-elatin
    * Fix problem when only elatin IM is loaded.

  - uim-prime
    * Fix crash when input mode is forced to set as app-mode by
      toolbar menu while "Enable vi-cooperative mode" is off.
2009-01-23 13:40:32 +00:00
obache
b2c769dd6c MAKE_JOBS_SAFE=no 2009-01-12 12:50:57 +00:00
obache
4c46989492 Need CANNA_SPOOL at configure phase to generate cannaconf.h, it's for ERRDIR.
Add CANNA_ENV to SCRIPTS_ENV for imake.

This is only affect to canna-server, as reported by MOCHIDA Shuji by PR 40349.
Bump PKGREVISION of canna-server package.
2009-01-10 05:13:01 +00:00
obache
ca34402e0d MAKE_JOBS_SAFE=no 2009-01-10 03:06:34 +00:00
uebayasi
e9c5f6feff Add options: curses, x11. 2009-01-09 03:32:08 +00:00
minskim
75264f5c14 Update libhangul to 0.9.14.
Changes:
    - Depend on libhangul to build Korean characters from syllables.
    - Add sample configurations.
    - Bug fixes.
2008-12-20 23:00:27 +00:00
minskim
2ad990113a Update libhangul to 0.0.9.
Changes:
    - Improve the Chinese character search routing.
    - Add a function to process Hangul syllables.
    - Bug fixes.
2008-12-20 22:59:59 +00:00
minskim
2418da2016 Update nabi to 0.99.3.
Changes:
- Improve internal code.
- Add an option to set the font for off-the-spot and root window.
- Other bug fixes.
2008-12-20 04:50:23 +00:00
obache
4879485664 Original MASTER_SITES does not have old distfiles.
Use mirror site instead.
2008-11-28 02:03:01 +00:00
obache
366ce71244 ftp.m17n.org is closed. 2008-11-28 01:56:05 +00:00
wiz
285b7dd776 Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
taca
ee43593a4d make MAKE_JOBS_SAFE to NO. 2008-11-10 05:06:45 +00:00
wiz
889120ee7e Fix PLIST and buildlink3.mk after gucharmap dependency removal.
No PKGREVISION bump because this package didn't build successfully (oops).

Noted by Kouichirou Hiratsuka.
2008-11-01 17:54:00 +00:00
wiz
4ad96eb493 Remove gucharmap dependency -- it builds without gucharmap, but not with
the new gucharmap2 API.

If this feature is very useful, a separate (but conflicting) gucharmap1
package could be created.

Bump PKGREVISION.
2008-10-27 14:38:54 +00:00
minskim
4b23c10cd7 Update nabi to 0.99.2.
Changes since 0.15:
- Updated German translation.
- Fixed memory leak.
- Added simplified Chinese input.
- Added themes.
- Added symbol input using consonants.
- Switched to use libhangul.
2008-10-20 20:48:22 +00:00
minskim
e20397fed7 Update libhangul to 0.0.8.
Changes since 0.0.4:
- Improved hanja search.
- Updated the hanja dictionary.
2008-10-20 19:42:21 +00:00
uebayasi
86c4a8aa64 ${NOTFOR_emacs22}hoge -> ${NOTFOR_emacs22}${NOTFOR_emacs22nox}hoge 2008-10-13 14:16:22 +00:00
uebayasi
8c349b6e46 Introduce EMACS_BUILDLINK to decide if Emacs lisp file wrappers are really
created or not.  Packages that include other ELP's buildlink3.mk must define
EMACS_BUILDLINK.  Other packages don't create wrappers, which reduces build
time a lot.
2008-10-13 08:07:02 +00:00
uebayasi
34004f51e0 Move mk/emacs.mk to editors/emacs/modules.mk.
Don't call pkg_info to get the installed Emacs version; always use the
version matching EMACS_TYPE set by users.  Be DEPENDS to it.  This should
address pkg/37146 by Aleksey Cheusov.

While here convert some emacs lisp packages to user-destdir.
2008-10-11 09:31:54 +00:00
obache
d4609c9322 The editline plugin depend on libedit. 2008-09-24 03:03:45 +00:00
taca
1a116e4c6e Bump PKGREVISION of inputmethod/canna* packages. 2008-09-18 12:35:27 +00:00
taca
eff33425fd Add a one line patch which fix crash problem of cannaserver.
This change is alreay exists in Canna's CVS repositry.

It was reported by Hiroshi SAKURAI on netbsd mailing list in Japan.
2008-09-18 12:33:44 +00:00
wiz
03b53774ba Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib
name change).
2008-09-06 20:54:31 +00:00
obache
5906b92db0 Update MASTER_SITES, remove outdated sites, add sourceforge.jp.
Noticed by Zafer Aydogan via private mail.
2008-08-15 02:43:50 +00:00
obache
75def0d27a Adjust MASTER_SITES, old distfiles was moved to subdir.
Noticed by Zafer Aydogan via private mail.
2008-08-15 02:39:25 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
obache
e0a5a90ade Require msgfmt to build.
Noticed by Hsso Tepper in PR 39029.
2008-06-23 12:11:00 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
taca
bc6a807511 Switch to use vendor_dir with Ruby 1.8.7.
Bump PKGREVISION.
2008-06-19 14:42:24 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
obache
778cf06f7a Bump PKGREVISION due to update of uim. 2008-06-08 13:07:14 +00:00
obache
e12373ae6e Suppress package non portable own localedir replacement command. 2008-06-08 13:06:27 +00:00
obache
64e976e509 Update uim to 1.5.1.
Patch provided by Yamashiro Jun in PR 38811.

Changelog 1.4.2 to 1.5.1:
* Add new inputmethods:
 elatin -- Emacs-style Latin characters input method
 look -- Predictive input method for English
 anthy-utf8 (unsupported in this package)
 sj3 (unsupported in this package)
 wnn (unsupported in this package)
* Add Qt4 IM module(unsupported in this package)
* Various API and ABI changes (see doc/COMPATIBILITY)
* Bugfix and many internal changes.

Package changelog:
* Add new options.mk options:
 gnome: GNOME applet
 prime: inputmethod/prime
 m17nlib: devel/m17n-lib
2008-06-08 13:01:48 +00:00
obache
15c36a2558 Suppress to do 'modify-itlocaledir' command in configure script.
No need, done by pkgsrc USE_LOCALEDIR feature.

modify-itlocaledir expet GNU sed (options and patterns).
Folliwing situations rise PLIST mismatch:
 * using GNU sed, PKGLOCALEDIR != share
 * sed accept options, but can't interprete patterns as expected. PR 38847.

Bump PKGREVISION.
2008-06-04 13:01:36 +00:00
obache
a63efd34f9 Need msgfmt to build.
Noticed by Hasso Tepper in PR 38824.
2008-06-02 11:05:03 +00:00
obache
10a3837493 Avoid immodule handling, pkgsrc framework handle it. 2008-06-01 08:15:36 +00:00
obache
61a819b113 Fixes build failure on no sys_errlist[] platforms. 2008-05-31 14:16:47 +00:00
brook
f764574060 The distfile for this version has been relegated to the 'old-snapshots'
directory at the main site.
2008-05-30 16:03:17 +00:00
joerg
3d8ef5a52d Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
2008-05-26 02:13:14 +00:00
tnn
ede4714c05 Honour PKGMANDIR 2008-05-20 19:14:21 +00:00
tnn
77dd254266 Honour PKGMANDIR 2008-05-20 18:53:17 +00:00
wiz
06cdcd291c Needs pkg-config during configure. 2008-04-21 21:47:53 +00:00
obache
bfb26d236c Add entries for tomoe related packages. 2008-04-13 06:12:46 +00:00
obache
f7f43db5b6 Import uim-tomoe-gtk version 0.6.0.
uim-tomoe-gtk is an UIM helper program for Tomoe.

Tomoe is a handwriting recognizer which currently supports Japanese.
2008-04-13 06:07:57 +00:00
obache
01225746de Import tomoe-gtk version 0.6.0.
tomoe-gtk is a GUI library for tomoe that online handwriting recognition engine.
It offers GTK+ GUI parts and is useful for making another applications using
tomoe.
2008-04-13 06:06:40 +00:00
obache
77174f3623 Import Tomoe version 0.6.0.
Tomoe is originally a handwriting character recognition engine.

Current Tomoe does not only provide handwriting recognition engine but also
provide other character searching API such as searching by readings, stroke
counts, radicals, valiations and so on.
2008-04-13 06:05:44 +00:00
obache
889f8d86c9 Need to buildlink devel/libgcroots. 2008-04-13 04:08:03 +00:00
jlam
841dfa0e7a Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
2008-04-12 22:42:57 +00:00
jlam
7e66bec622 RUBY_REPLACE_DIRS is relative to ${WRKSRC} so no need to give the absolute
path to these directories.
2008-04-04 15:31:39 +00:00
uebayasi
a12457ee06 Update to ddskk-20080309, prompted by Masaharu Kirihara <mki_open_eight at yahoo
dot co dot jp>.  Changes unknown.
2008-03-11 01:26:08 +00:00
wiz
8e810a2bc9 Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00