Bug 126603 - New port: textproc/scim-bridge-qt4 scim bridge for qt4
Summary: New port: textproc/scim-bridge-qt4 scim bridge 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: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-17 18:50 UTC by Henry Hu
Modified: 2008-09-23 16:20 UTC (History)
0 users

See Also:


Attachments
file.shar (3.22 KB, text/plain)
2008-08-17 18: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 2008-08-17 18:50:02 UTC
scim bridge for qt4.
Sometimes, this is needed to use scim in QT4/KDE4 applications.
This is my first port. Maybe there is problem.
Comment 1 Max Brazhnikov freebsd_committer freebsd_triage 2008-09-01 15:00:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-09-23 16:17:08 UTC
makc        2008-09-23 15:16:58 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/scim-bridge Makefile distinfo pkg-descr 
    textproc/scim-bridge-qt4 Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add textproc/scim-bridge and textproc/scim-bridge-qt4:
  
  Scim-bridge is wrapper library for SCIM, written in C. Scim-bridge
  is seperated in two parts, the agent and the clients. The agent is
  the IME server which communicates with SCIM. The clients are IMModules
  which communicate only with the agent so that there is no binary
  dependency between the clients and SCIM.
  
  WWW:    http://www.scim-im.org/projects/scim_bridge/
  
  PR:             126603
  Submitted by:   Henry Hu <henry.hu.sh at gmail.com>
  Approved by:    miwi (mentor)
  
  Revision  Changes    Path
  1.1264    +2 -0      ports/textproc/Makefile
  1.1       +44 -0     ports/textproc/scim-bridge-qt4/Makefile (new)
  1.1       +3 -0      ports/textproc/scim-bridge-qt4/distinfo (new)
  1.1       +7 -0      ports/textproc/scim-bridge-qt4/pkg-descr (new)
  1.1       +6 -0      ports/textproc/scim-bridge-qt4/pkg-plist (new)
  1.1       +39 -0     ports/textproc/scim-bridge/Makefile (new)
  1.1       +3 -0      ports/textproc/scim-bridge/distinfo (new)
  1.1       +7 -0      ports/textproc/scim-bridge/pkg-descr (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 Max Brazhnikov freebsd_committer freebsd_triage 2008-09-23 16:19:55 UTC
State Changed
From-To: open->closed

New port added, with changes. Thanks!