Bug 112523 - New port: chinese/scim-fcitx An SCIM IMEngine module for fcitx
Summary: New port: chinese/scim-fcitx An SCIM IMEngine module for fcitx
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-08 17:00 UTC by liu_yinghong
Modified: 2007-06-13 06:00 UTC (History)
0 users

See Also:


Attachments
scim-fcitx.shar (4.38 KB, text/plain)
2007-05-08 17:00 UTC, liu_yinghong
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description liu_yinghong 2007-05-08 17:00:08 UTC
fcitx stands for Free Chinese Input Toy of X,it's a ollection of Simplified
Chinese input methods based on XIM (X Input Method), including WuBi, PinYin,
and QuWei.
scim-fcitx is an SCIM IMEngine module for fcitx.

WWW: http://www.fcitx.org
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-05-08 21:16:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-06-01 10:38:01 UTC
State Changed
From-To: open->feedback

Ask for maintainer fix.
Comment 3 liu_yinghong 2007-06-01 14:30:25 UTC
Fix problem with head warring when compile.
Fix some excrescent space.

--- scim-fcitx.patch begins here ---
diff -uNr scim-fcitx.orig/Makefile scim-fcitx/Makefile
--- scim-fcitx.orig/Makefile	Fri Jun  1 21:16:48 2007
+++ scim-fcitx/Makefile	Fri Jun  1 21:14:43 2007
@@ -8,7 +8,7 @@
 PORTNAME=	scim-fcitx
 PORTVERSION=	3.1.1
 CATEGORIES=	chinese
-MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=scim
 DISTNAME=	${PORTNAME}.${PORTVERSION}
 
@@ -16,7 +16,7 @@
 COMMENT=	An SCIM IMEngine module for fcitx
 
 RUN_DEPENDS=	scim:${PORTSDIR}/textproc/scim
-BUILD_DEPENDS=	${RUN_DEPENDS} 
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
@@ -26,8 +26,8 @@
 
 .include <bsd.port.pre.mk>
 
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \
-		LDFLAGS="-L${LOCALBASE}/lib -lintl" \
+CONFIGURE_ENV+=	LDFLAGS="-L${LOCALBASE}/lib -lintl" \
+		CPPFLAGS="-I${LOCALBASE}/include" \
 		SCIM_DATADIR=${PREFIX}/share/scim \
 		SCIM_ICONDIR=${PREFIX}/share/scim/icons

--- scim-fcitx.patch ends here ---
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-06-13 05:52:55 UTC
miwi        2007-06-13 04:52:50 UTC

  FreeBSD ports repository

  Modified files:
    chinese              Makefile 
  Added files:
    chinese/scim-fcitx   Makefile distinfo pkg-descr pkg-plist 
    chinese/scim-fcitx/files pkg-message.in 
  Log:
  fcitx stands for Free Chinese Input Toy of X,it's a ollection of Simplified
  Chinese input methods based on XIM (X Input Method), including WuBi, PinYin,
  and QuWei.
  scim-fcitx is an SCIM IMEngine module for fcitx.
  
  WWW: http://www.fcitx.org
  
  PR:             ports/112523
  Submitted by:   Yinghong.Liu <liu_yinghong at yahoo.com.cn>
  
  Revision  Changes    Path
  1.254     +1 -0      ports/chinese/Makefile
  1.1       +42 -0     ports/chinese/scim-fcitx/Makefile (new)
  1.1       +3 -0      ports/chinese/scim-fcitx/distinfo (new)
  1.1       +20 -0     ports/chinese/scim-fcitx/files/pkg-message.in (new)
  1.1       +6 -0      ports/chinese/scim-fcitx/pkg-descr (new)
  1.1       +43 -0     ports/chinese/scim-fcitx/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 5 Martin Wilke freebsd_committer freebsd_triage 2007-06-13 05:53:10 UTC
State Changed
From-To: feedback->closed

New port added. Thanks!