scim bridge for qt4. Sometimes, this is needed to use scim in QT4/KDE4 applications. This is my first port. Maybe there is problem.
Responsible Changed From-To: freebsd-ports-bugs->makc I'll take it.
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"
State Changed From-To: open->closed New port added, with changes. Thanks!