Bug 140665 - New port: textproc/ibus-qt IBus input method module for Qt4
Summary: New port: textproc/ibus-qt IBus input method module for Qt4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-18 15:50 UTC by Henry Hu
Modified: 2009-11-22 12:20 UTC (History)
0 users

See Also:


Attachments
file.shar (5.09 KB, text/plain)
2009-11-18 15:50 UTC, Henry Hu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Henry Hu 2009-11-18 15:50:00 UTC
Intelligent Input Bus for Linux / Unix OS, iBus, is the next generation input
framework, developed by the developer of scim-python, includes all its
function, and much more.

This is the ibus-qt port, the input method module for Qt4 of ibus.
You may select ibus as the input method in qtconfig after installation.

Please commit this after PR 140663, which updates ibus to 1.2.0.20091024, since ibus-qt may depend on it.

Fix: Apply the following patch.

Patch attached with submission follows:
Comment 1 Wen Heping freebsd_committer freebsd_triage 2009-11-20 07:55:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-11-22 12:14:23 UTC
wen         2009-11-22 12:14:10 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/ibus-qt     Makefile distinfo pkg-descr pkg-message 
                         pkg-plist 
    textproc/ibus-qt/files patch-CMakeList.txt 
  Log:
  Intelligent Input Bus for Linux / Unix OS, iBus, is the next generation
  input framework, developed by the developer of scim-python, includes all
  its function, and much more.
  
  This is the ibus-qt port, the input method module for Qt4 of ibus.
  You may select ibus as the input method in qtconfig after installation.
  
  WWW: http://code.google.com/p/ibus
  
  PR:             ports/140665
  Submitted by:   Henry Hu <henry.hu.sh@gmail.com>
  
  Revision  Changes    Path
  1.1390    +1 -0      ports/textproc/Makefile
  1.1       +41 -0     ports/textproc/ibus-qt/Makefile (new)
  1.1       +3 -0      ports/textproc/ibus-qt/distinfo (new)
  1.1       +11 -0     ports/textproc/ibus-qt/files/patch-CMakeList.txt (new)
  1.1       +8 -0      ports/textproc/ibus-qt/pkg-descr (new)
  1.1       +5 -0      ports/textproc/ibus-qt/pkg-message (new)
  1.1       +35 -0     ports/textproc/ibus-qt/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Wen Heping freebsd_committer freebsd_triage 2009-11-22 12:15:56 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!