Date: Mon, 06 Feb 2012 20:00:33 -0600 From: Zhihao Yuan <lichray@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/164837: New ports: 2 new addons for fcitx-4.2.0 Message-ID: <4f3085c7.a69d320a.35c5.ffffebad@mx.google.com> Resent-Message-ID: <201202070210.q172A8ZZ047579@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 164837 >Category: ports >Synopsis: New ports: 2 new addons for fcitx-4.2.0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 07 02:10:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Zhihao Yuan >Release: FreeBSD 8.2-STABLE amd64 >Organization: Northern Illinois University >Environment: System: FreeBSD elitebook.hp 8.2-STABLE FreeBSD 8.2-STABLE #2 r230519: Tue Jan 24 22:28:11 CST 2012 lichray@elitebook.hp:/usr/obj/home/lichray/devel/freebsd-8/sys/HOUKAGO amd64 >Description: This is a combined shar, which contains: fcitx-chewing - Chewing input method binding fcitx-keyboard - X keyboard integration These addons are new to fcitx-4.2.0, as mentioned on the author's blog https://www.csslayer.info/wordpress/fcitx-dev/fcitx-4-2-0/ (Chinese). This PR depends on PR/164820. >How-To-Repeat: >Fix: --- fcitx_new_addons.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # fcitx-chewing # fcitx-chewing/Makefile # fcitx-chewing/distinfo # fcitx-chewing/pkg-plist # fcitx-chewing/pkg-descr # echo c - fcitx-chewing mkdir -p fcitx-chewing > /dev/null 2>&1 echo x - fcitx-chewing/Makefile sed 's/^X//' >fcitx-chewing/Makefile << '64da2cf00e6416239c3239a7e5b72920' X# New ports collection makefile for: fcitx-chewing X# Date created: 6 Feb 2012 X# Whom: Zhihao Yuan <lichray@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= fcitx-chewing XPORTVERSION= 0.1.0 XCATEGORIES= chinese XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} XDIST_SUBDIR= fcitx X XMAINTAINER= lichray@gmail.com XCOMMENT= Chewing support for Fcitx X XLIB_DEPENDS= fcitx-config.4:${PORTSDIR}/chinese/fcitx \ X chewing.3:${PORTSDIR}/chinese/libchewing X XUSE_BZIP2= yes XUSE_GETTEXT= yes XUSE_CMAKE= yes X XPROJECTHOST= fcitx X X.include <bsd.port.mk> 64da2cf00e6416239c3239a7e5b72920 echo x - fcitx-chewing/distinfo sed 's/^X//' >fcitx-chewing/distinfo << '24d6c4266eb78b9ca9a8787944a21ff6' XSHA256 (fcitx/fcitx-chewing-0.1.0.tar.bz2) = 6b9f7bb00fc1d8b7a5f888589665f185b906b83a68d630605cb0cc649f2a2352 XSIZE (fcitx/fcitx-chewing-0.1.0.tar.bz2) = 15867 24d6c4266eb78b9ca9a8787944a21ff6 echo x - fcitx-chewing/pkg-plist sed 's/^X//' >fcitx-chewing/pkg-plist << '5670ca43e94ab0555e24a9dc89db478e' Xlib/fcitx/fcitx-chewing.so Xshare/fcitx/addon/fcitx-chewing.conf Xshare/fcitx/configdesc/fcitx-chewing.desc Xshare/fcitx/skin/default/chewing.png Xshare/fcitx/skin/classic/chewing.png Xshare/fcitx/skin/dark/chewing.png Xshare/locale/zh_CN/LC_MESSAGES/fcitx-chewing.mo Xshare/locale/zh_TW/LC_MESSAGES/fcitx-chewing.mo 5670ca43e94ab0555e24a9dc89db478e echo x - fcitx-chewing/pkg-descr sed 's/^X//' >fcitx-chewing/pkg-descr << '22f778dbdb4cded7d871db9713724162' Xfcitx-chewing provides Chewing, an intelligent phonetic input method Xengine, as a back-end to the Fcitx IM server. X XWWW: http://code.google.com/p/fcitx/ 22f778dbdb4cded7d871db9713724162 # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # fcitx-keyboard # fcitx-keyboard/pkg-plist # fcitx-keyboard/pkg-descr # fcitx-keyboard/Makefile # fcitx-keyboard/distinfo # echo c - fcitx-keyboard mkdir -p fcitx-keyboard > /dev/null 2>&1 echo x - fcitx-keyboard/pkg-plist sed 's/^X//' >fcitx-keyboard/pkg-plist << 'f653d5fd84998ce724ba584a0d1ac5e9' Xlib/fcitx/fcitx-keyboard.so Xlib/fcitx/fcitx-xkb.so Xshare/fcitx/addon/fcitx-keyboard.conf Xshare/fcitx/addon/fcitx-xkb.conf Xshare/fcitx/configdesc/fcitx-keyboard.desc Xshare/fcitx/configdesc/fcitx-xkb.desc Xshare/locale/zh_CN/LC_MESSAGES/fcitx-keyboard.mo Xshare/locale/zh_TW/LC_MESSAGES/fcitx-keyboard.mo f653d5fd84998ce724ba584a0d1ac5e9 echo x - fcitx-keyboard/pkg-descr sed 's/^X//' >fcitx-keyboard/pkg-descr << 'aa3ff60f394adf663f9d077bb679aba3' Xfcitx-keyboard provides an input method featuring word completion Xbased on different keyboard layouts. X XWWW: http://code.google.com/p/fcitx/ aa3ff60f394adf663f9d077bb679aba3 echo x - fcitx-keyboard/Makefile sed 's/^X//' >fcitx-keyboard/Makefile << '248b1247eb564c296a4dbaa8b91d5785' X# New ports collection makefile for: fcitx-keyboard X# Date created: 6 Feb 2012 X# Whom: Zhihao Yuan <lichray@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= fcitx-keyboard XPORTVERSION= 0.1.0 XCATEGORIES= chinese XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} XDIST_SUBDIR= fcitx X XMAINTAINER= lichray@gmail.com XCOMMENT= X Keyboard Integration wtih Fcitx X XBUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes XLIB_DEPENDS= fcitx-config.4:${PORTSDIR}/chinese/fcitx \ X enchant.1:${PORTSDIR}/textproc/enchant \ X icuuc.48:${PORTSDIR}/devel/icu X XUSE_BZIP2= yes XUSE_GETTEXT= yes XUSE_CMAKE= yes XUSE_GNOME= libxml2 XUSE_XORG= x11 xkbfile X XPROJECTHOST= fcitx X X.include <bsd.port.mk> 248b1247eb564c296a4dbaa8b91d5785 echo x - fcitx-keyboard/distinfo sed 's/^X//' >fcitx-keyboard/distinfo << '7036f7789f98ebb173c095f10693cbe3' XSHA256 (fcitx/fcitx-keyboard-0.1.0.tar.bz2) = 09813e57cdebe24c6405b0fcef3b72e045b58c527c733dbc45689fcc3cef0c13 XSIZE (fcitx/fcitx-keyboard-0.1.0.tar.bz2) = 45518 7036f7789f98ebb173c095f10693cbe3 exit --- fcitx_new_addons.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4f3085c7.a69d320a.35c5.ffffebad>