debian/0000775000000000000000000000000012050170001007152 5ustar debian/compat0000664000000000000000000000000212050170001010350 0ustar 8 debian/gcin.prerm0000664000000000000000000000067711737774567011221 0ustar #!/bin/sh # prerm script for gcin set -e ua_remove () { update-alternatives \ --remove xinput-$1 \ /etc/X11/xinit/xinput.d/$2 ; } case "$1" in remove|upgrade|deconfigure) ua_remove all_ALL gcin ua_remove zh_CN gcin ua_remove ja_JP gcin ua_remove zh_TW gcin ;; failed-upgrade) ;; *) echo "prerm called with unknown argument \`$1'" >&2 exit 1 ;; esac #DEBHELPER# exit 0 debian/rules0000775000000000000000000000212412050166732010251 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 GTK2VER = $(shell pkg-config --variable=gtk_binary_version gtk+-2.0) GTK3VER = $(shell pkg-config --variable=gtk_binary_version gtk+-3.0) DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) %: dh $@ override_dh_auto_clean: make clean override_dh_auto_install: make install DESTDIR=$(CURDIR)/debian/tmp # move libraries to the correspond gtk version mkdir -p debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/gtk-2.0/$(GTK2VER) mv debian/tmp/usr/lib/gtk-2.0/immodules debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/gtk-2.0/$(GTK2VER)/ mkdir -p debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/gtk-3.0/$(GTK3VER) mv debian/tmp/usr/lib/gtk-3.0/immodules debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/gtk-3.0/$(GTK3VER)/ # workaround to move arch-dep tables to /usr/lib mv debian/tmp/usr/share/gcin/table debian/tmp/usr/lib/gcin/ ln -s /usr/lib/gcin/table debian/tmp/usr/share/gcin/table override_dh_installchangelogs: dh_installchangelogs Changelog.html override_dh_makeshlibs: dh_makeshlibs -n debian/gcin.menu0000664000000000000000000000070311737774567011026 0ustar ?package(gcin): \ icon="/usr/share/pixmaps/gcin.xpm" \ title="gcin" \ longtitle="gcin common input method" \ needs="x11" \ section="Applications/System/Language Environment" \ command="/usr/bin/gcin" ?package(gcin): \ icon="/usr/share/pixmaps/gcin.xpm" \ title="gcin-tools" \ longtitle="Configuration tools for gcin input method platform" \ needs="x11" \ section="Applications/System/Language Environment" \ command="/usr/bin/gcin-tools" debian/gcin-qt4-immodule.install0000664000000000000000000000001611737774567014044 0ustar usr/lib/*/qt4 debian/im-switch/0000775000000000000000000000000011737774567011124 5ustar debian/im-switch/gcin0000664000000000000000000000027111737774567011767 0ustar XIM=gcin XIM_PROGRAM=/usr/bin/gcin XIM_ARGS= GTK_IM_MODULE=gcin if [ -e /usr/lib/qt4/plugins/inputmethods/im-gcin.so ]; then QT_IM_MODULE=gcin else QT_IM_MODULE=xim fi DEPENDS= debian/gcin-dev.install0000664000000000000000000000004711737774567012305 0ustar im-client/gcin-im-client.h usr/include debian/source/0000775000000000000000000000000011737774567010520 5ustar debian/source/format0000664000000000000000000000001411737774567011726 0ustar 3.0 (quilt) debian/watch0000664000000000000000000000015711737774567010254 0ustar version=3 opts=dversionmangle=s/\+dfsg// \ http://www.csie.nctu.edu.tw/~cp76/gcin/download/ gcin-(.*)\.tar\.xz debian/control0000664000000000000000000001013212050167076010574 0ustar Source: gcin Section: utils Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: IME Packaging Team Uploaders: Yao Wei (魏銘廷) Homepage: http://hyperrate.com/dir.php?eid=67 Build-Depends: debhelper (>= 8.0.0), libgtk2.0-dev (>= 2.20.0), libgtk-3-dev, libqt4-dev, libchewing3-dev, libxtst-dev, libanthy-dev, autotools-dev Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/pkg-ime/gcin.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ime/gcin.git;a=summary DM-Upload-Allowed: yes Package: gcin Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, gcin-data, gcin-tables Recommends: im-config | im-switch, gcin-gtk3-immodule Suggests: gcin-anthy, gcin-chewing, gcin-qt4-immodule Description: GTK+ based input method for Chinese users gcin is a GTK+ based input method which focused mainly on Traditional Chinese. However, it is also very useful for Simplified Chinese, Japanese, and many other languages. . This package contains only GTK2 immodule. For GTK3 and Qt4 immodule, please install correspondence packages. Package: gcin-data Architecture: all Depends: ${misc:Depends} Replaces: gcin (<< 2.7.2+dfsg-1) Breaks: gcin (<< 2.7.2+dfsg-1) Description: icons and scripts for gcin gcin is a GTK+ based input method which focused mainly on Traditional Chinese. However, it is also very useful for Simplified Chinese, Japanese, and many other languages. . This package contains icons, scripts and other architecture-independent things. Package: gcin-tables Architecture: any Depends: ${misc:Depends} Replaces: gcin (<< 2.7.2+dfsg-1) Breaks: gcin (<< 2.7.2+dfsg-1) Description: input method tables for gcin gcin is a GTK+ based input method which focused mainly on Traditional Chinese. However, it is also very useful for Simplified Chinese, Japanese, and many other languages. . This package contains architecture-dependent input method tables. Package: gcin-dev Section: devel Architecture: all Depends: ${misc:Depends}, gcin (>= ${source:Version}) Description: GTK+ based input method platform - development files gcin is a GTK+ based input method which focused mainly on Traditional Chinese. However, it is also very useful for Simplified Chinese, Japanese, and many other languages. . This package provides header files of gcin. Package: gcin-gtk3-immodule Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, gcin (>= ${source:Version}) Description: GTK3 input method module with gcin as backend gcin is a GTK+ based input method which focused mainly on Traditional Chinese. However, it is also very useful for Simplified Chinese, Japanese, and many other languages. . This package is the GTK3 input method module (immodule) for gcin. Package: gcin-qt4-immodule Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, gcin (>= ${source:Version}) Description: Qt4 input method module with gcin as backend gcin is a GTK+ based input method which focused mainly on Traditional Chinese. However, it is also very useful for Simplified Chinese, Japanese, and many other languages. . This package is the Qt4 input method module (immodule) for gcin. Package: gcin-anthy Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, gcin (>= ${source:Version}), anthy Replaces: gcin (<< 2.7.2+dfsg-1) Breaks: gcin (<< 2.7.2+dfsg-1) Description: support library to use Anthy in gcin gcin is a GTK+ based input method which focused mainly on Traditional Chinese. However, it is also very useful for Simplified Chinese, Japanese, and many other languages. . This package is the support library to use anthy in gcin. Package: gcin-chewing Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, gcin (>= ${source:Version}) Replaces: gcin (<< 2.7.2+dfsg-1) Breaks: gcin (<< 2.7.2+dfsg-1) Description: support library to use Chewing in gcin gcin is a GTK+ based input method which focused mainly on Traditional Chinese. However, it is also very useful for Simplified Chinese, Japanese, and many other languages. . This package is the support library to use chewing in gcin. debian/gcin.docs0000664000000000000000000000001411737774567011005 0ustar README.html debian/gcin-chewing.install0000664000000000000000000000003711737774567013152 0ustar usr/lib/gcin/chewing-module.so debian/gcin.links0000664000000000000000000000050711737774567011204 0ustar usr/share/man/man1/phoa2d.1.gz usr/share/man/man1/phod2a.1.gz usr/share/man/man1/sim2trad.1.gz usr/share/man/man1/trad2sim.1.gz usr/share/man/man1/tsa2d32.1.gz usr/share/man/man1/tsd2a.1.gz usr/share/man/man1/tsa2d32.1.gz usr/share/man/man1/tsd2a32.1.gz usr/share/man/man1/tsa2d32.1.gz usr/share/man/man1/tsin2gtab-phrase.1.gz debian/gcin-gtk3-immodule.install0000664000000000000000000000002212050166732014153 0ustar usr/lib/*/gtk-3.0 debian/copyright0000664000000000000000000004515411737774567011164 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: gcin Upstream-Contact: Edward Der-Hua Liu Source: http://www.csie.nctu.edu.tw/~cp76/gcin/download/ Comment: Dayi input method is removed because it is dfsg non-free. (See #652553) Files: * Copyright: 2011-2012 Edward Der-Hua Liu License: LGPL-2.1 Files: debian/* Copyright: 2009 Wen-Yen Chuang 2011 Kan-Ru Chen 2011-2012 Yao Wei License: GPL-2+ Files: eggtrayicon.cpp eggtrayicon.h Copyright: 2002 Anders Carlsson License: LGPL-2.1+ Files: data/jyutping.cin Copyright: 2001 Linguistic Society of Hong Kong License: jyutping This cin file is originally converted from the "phrase box" file available on the Linguistic Society of Hong Kong's website: http://www.hku.hk/linguist/lshk/ . You are free to use and redistribute this file; the author only wishes you keep the following notice intact: . "The copyright of the Jyutping phrase box belongs to the Linguistic Society of Hong Kong. We would like to thank the Jyutping Group of the Linguistic Society of Hong Kong for permission to use the electronic file in our research and/or product development." . For more information about the Jyutping system, visit the above website. The romanisation system is a little bit different from common Hong Kong usage, but this system is a lot more systematic. Files: data/ar30.cin data/ar30-big.cin ./data/ar33.cin Copyright: 2010-2012 Ming-Te Liao License: ar30 Array Input Method Public License . 1. OBJECTS . Specification, design, and user interaction behavior designed for Array Input Method. All mapping tables and related information for Array Input Method. . 2. GRANTING . License is granted, free of charge, to everyone if the conditions described in PERMISSION AND RESPONSIBILITY are met. . 3. PERMISSION AND RESPONSIBILITY . A. Permission: . 1. Grant of copyright license . Subject to the terms and conditions of this License, every one is granted a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sub-license, and distribute the Work and such Derivative Works. . 2. Grant of patent license . No patent is issued for Array Input Method. And the inventor will never claim patents for Array Input Method. . B. Responsibility: . 1. Licensee may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, licensee may act only on his own behalf and on his sole responsibility, not on behalf of anyone else, and only if the licensee agrees to indemnify, defend, and hold everyone else harmless for any liability incurred by, or claims asserted against, such everyone else by reason of licensee's accepting any such warranty or additional liability. . 4. CLAIM FROM LICENSOR . This license is issued by the original inventor and copyright holder of Array Input Method, who owns the full and original rights to the Array Input Method. This license is the formal license for Array Input Method. A licensee does not need to request additional license documentation from the licensor. Files: gtk-im/gtkimcontextgcin.c gtk-im/gtkimcontextgcin.h gtk-im/imgcin.c gtk3-im/gtkimcontextgcin.c gtk3-im/gtkimcontextgcin.h gtk3-im/imgcin.c Copyright: 2000 Red Hat, Inc. License: LGPL-2.1+ Files: qt-im/qgcininputcontext.h qt-im/qgcininputcontextplugin.h qt-im/qgcininputcontextplugin_my.cpp Copyright: 2004 immodule for Qt Project. License: GPL-2 or QPL-1 Files: IC.cpp IC.h IMdkit/include/IMdkit.h IMdkit/include/Xi18n.h IMdkit/lib/IMConn.c IMdkit/lib/IMMethod.c IMdkit/lib/IMValues.c IMdkit/lib/Xi18n.h IMdkit/lib/Xi18nX.h IMdkit/lib/XimFunc.h IMdkit/lib/i18nAttr.c IMdkit/lib/i18nClbk.c IMdkit/lib/i18nIc.c IMdkit/lib/i18nMethod.c IMdkit/lib/i18nPtHdr.c IMdkit/lib/i18nUtil.c IMdkit/lib/i18nX.c Copyright: 1993-1994 Hewlett-Packard Company 1994-1995 Sun Microsystems, Inc. License: IMdkit Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of Sun Microsystems, Inc. and Hewlett-Packard not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. Sun Microsystems, Inc. and Hewlett-Packard make no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. . SUN MICROSYSTEMS INC. AND HEWLETT-PACKARD COMPANY DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SUN MICROSYSTEMS, INC. AND HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. Files: IMdkit/lib/FrameMgr.c IMdkit/lib/FrameMgr.h Copyright: 1993-1994 Digital Equipment Corporation License: FrameMgr Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the names of Digital or MIT not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. . DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. Files: IMdkit/lib/i18nIMProto.c Copyright: 1993-1994 Digital Equipment Corporation 1993-1994 Hewlett-Packard Company 1994-1995 Sun Microsystems, Inc. License: i18nIMProto Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the names of Digital or MIT not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. . DIGITAL AND HEWLETT-PACKARD COMPANY DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL DIGITAL AND HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. Files: IMdkit/include/XimProto.h Copyright: 1992-1994 FUJITSU LIMITED License: XimProto Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of FUJITSU LIMITED not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. FUJITSU LIMITED makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. . FUJITSU LIMITED DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL FUJITSU LIMITED BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. Files: IMdkit/lib/Xtrans.h Copyright: 1993-1994 X Consortium 1993-1994 NCR Corporation License: Xtrans Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. . Except as contained in this notice, the name of the X Consortium shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the X Consortium. . Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name NCR not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. NCR makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. . NCR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NCR BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. License: LGPL-2.1 This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; version 2.1 of the License. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU Lesser General Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1". License: LGPL-2.1+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU Lesser General Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1". License: GPL-2 This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public license version 2 can be found in "/usr/share/common-licenses/GPL-2". License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". License: QPL-1 THE Q PUBLIC LICENSE version 1.0 . Copyright (C) 1999-2000 Trolltech AS, Norway. Everyone is permitted to copy and distribute this license document. The intent of this license is to establish freedom to share and change the software regulated by this license under the open source model. . This license applies to any software containing a notice placed by the copyright holder saying that it may be distributed under the terms of the Q Public License version 1.0. Such software is herein referred to as the Software. This license covers modification and distribution of the Software, use of third-party application programs based on the Software, and development of free software which uses the Software. . Granted Rights . 1. You are granted the non-exclusive rights set forth in this license provided you agree to and comply with any and all conditions in this license. Whole or partial distribution of the Software, or software items that link with the Software, in any form signifies acceptance of this license. . 2. You may copy and distribute the Software in unmodified form provided that the entire package, including - but not restricted to - copyright, trademark notices and disclaimers, as released by the initial developer of the Software, is distributed. . 3. You may make modifications to the Software and distribute your modifications, in a form that is separate from the Software, such as patches. The following restrictions apply to modifications: . a. Modifications must not alter or remove any copyright notices in the Software. . b. When modifications to the Software are released under this license, a non-exclusive royalty-free right is granted to the initial developer of the Software to distribute your modification in future versions of the Software provided such versions remain available under these terms in addition to any other license(s) of the initial developer. . 4. You may distribute machine-executable forms of the Software or machine-executable forms of modified versions of the Software, provided that you meet these restrictions: . a. You must include this license document in the distribution. . b. You must ensure that all recipients of the machine-executable forms are also able to receive the complete machine-readable source code to the distributed Software, including all modifications, without any charge beyond the costs of data transfer, and place prominent notices in the distribution explaining this. . c. You must ensure that all modifications included in the machine-executable forms are available under the terms of this license. . 5. You may use the original or modified versions of the Software to compile, link and run application programs legally developed by you or by others. . 6. You may develop application programs, reusable components and other software items that link with the original or modified versions of the Software. These items, when distributed, are subject to the following requirements: . a. You must ensure that all recipients of machine-executable forms of these items are also able to receive and use the complete machine-readable source code to the items without any charge beyond the costs of data transfer. . b. You must explicitly license all recipients of your items to use and re-distribute original and modified versions of the items in both machine-executable and source code forms. The recipients must be able to do so without any charges whatsoever, and they must be able to re-distribute to anyone they choose. . c. If the items are not available to the general public, and the initial developer of the Software requests a copy of the items, then you must supply one. . Limitations of Liability . In no event shall the initial developers or copyright holders be liable for any damages whatsoever, including - but not restricted to - lost revenue or profits or other direct, indirect, special, incidental or consequential damages, even if they have been advised of the possibility of such damages, except to the extent invariable law, if any, provides otherwise. . No Warranty . The Software and this license document are provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. . Choice of Law . This license is governed by the Laws of Norway. Disputes shall be settled by Oslo City Court. debian/gcin-data.install0000664000000000000000000000004611737774567012437 0ustar usr/share/gcin/script usr/share/icons debian/gcin.install0000664000000000000000000000047112050166732011504 0ustar usr/bin usr/lib/*/gtk-2.0 usr/lib/gcin/gcin1.so usr/lib/gcin/gcin2.so usr/lib/gcin/intcode-module.so usr/lib/gcin/libgcin-im-client.so usr/lib/gcin/libgcin-im-client.so.1 usr/lib/gcin/libgcin-im-client.so.1.2.5 usr/share/applications debian/im-switch/gcin etc/X11/xinit/xinput.d debian/gcin.xpm usr/share/pixmaps debian/changelog0000664000000000000000000003354712050167003011050 0ustar gcin (2.7.6.1+dfsg-1ubuntu1) raring; urgency=low * Install GTK modules into MA directories -- Iain Lane Mon, 12 Nov 2012 12:39:19 +0000 gcin (2.7.6.1+dfsg-1) unstable; urgency=low * Imported Upstream version 2.7.6.1+dfsg * debian/patches: all fixed upstream * debian/im-switch/gcin: remove QT4_IM_MODULE envvar since it won't work at all * debian/control: set DM-Upload-Allowed to yes * debian/gcin-qt4-immodule.install: change install path -- Yao Wei (魏銘廷) Sat, 07 Apr 2012 15:48:18 +0800 gcin (2.7.5+dfsg-1) unstable; urgency=low * Imported Upstream version 2.7.5+dfsg * debian/patches/ld_only_link_needed: patch tagged to comply DEP-3 -- Yao Wei (魏銘廷) Sun, 04 Mar 2012 19:53:04 +0800 gcin (2.7.4+dfsg-1) unstable; urgency=low * Imported Upstream version 2.7.4+dfsg * debian/control, debian/copyright: upgrade debian policy standard version to 3.9.3 -- Yao Wei (魏銘廷) Thu, 01 Mar 2012 11:27:30 +0800 gcin (2.7.3+dfsg-1) unstable; urgency=low * Imported Upstream version 2.7.3 * debian/control: - fix upgrading from gcin issues. (Closes: #659790) - fix description on packages. * debian/man: merged upstream. -- Yao Wei (魏銘廷) Sun, 12 Feb 2012 16:05:38 +0800 gcin (2.7.2+dfsg-1) unstable; urgency=low [ Yao Wei (魏銘廷) ] * Reupload to Debian. (Closes: #658449) * Imported Upstream version 2.7.2 * Removed Dayi input method for DFSG compliance. * Remove all patches for cleanness. * Make debian/copyright DEP-5 compliant. -- Yao Wei (魏銘廷) Sat, 04 Feb 2012 10:56:38 +0800 gcin (1.5.8-1) unstable; urgency=low * New upstream release. * Stop build Qt3 immodule. (Closes: #604350) * debian/gcin-ext.1: merged upstream. * debian/patches/008_add_shebang_to_scripts.diff: merged. * debian/patches/009_add_tsin2gtab_phrase_manpage.diff: merged. -- Kan-Ru Chen Mon, 28 Feb 2011 15:35:50 +0800 gcin (1.5.7~pre13-1) experimental; urgency=low * New snapshot. * Update debian/watch to match debian version scheme. -- Kan-Ru Chen Tue, 30 Nov 2010 10:44:06 +0800 gcin (1.5.7~pre12-1) experimental; urgency=low * New snapshot. * Refresh patches. * debian/patches/008_add_shebang_to_scripts.diff, debian/patches/009_add_tsin2gtab_phrase_manpage.diff: New. * debian/gcin-exit.1: New. * Updated Standards-Version to 3.9.1, no changes needed. -- Kan-Ru Chen Mon, 29 Nov 2010 22:06:56 +0800 gcin (1.4.6-3) unstable; urgency=low * Fix FTBFS with gtk2 2.20 due to deprecated Gtk+ macros. (Closes: #577377) * Bump libgtk2.0-dev build-deps to 2.20.0. * Disable --new_gtk_im. Too unstable with mozilla browser. * Add back README.html. * Update im-switch script also checks qt4 path. * Update Maintainer, Vcs-Git and Vcs-Browser. Migrating to DD account. -- Kan-Ru Chen Wed, 05 May 2010 00:20:58 +0800 gcin (1.4.6-2) unstable; urgency=low * Fix FTBFS with gtk2 2.19 due to deprecated Gtk+ macros GTK_WIDGET_APP_PAINTABLE and GTK_WIDGET_NO_WINDOW. (Closes: #569246) (LP: #520148) * Updated Standards-Version to 3.8.4, no changes needed. -- Kan-Ru Chen Sat, 27 Feb 2010 17:24:34 +0800 gcin (1.4.6-1) unstable; urgency=low * New upstream release This version fixed FTBFS with binutils-gold. (Closes: #554417) * Switched to dpkg-source 3.0 (quilt) format * Use modern debhelper style * Updated Standards-Version to 3.8.3 * Updated copyright information * Acknowledge NMU - Thanks Stefano -- Kan-Ru Chen Sun, 10 Jan 2010 16:49:29 +0800 gcin (1.4.5-1.1) unstable; urgency=low * Non-maintainer upload. * Add missing #include to fix FTBFS with gcc 4.4, patch by Martin Michlmayr. (Closes: #531715) * gcin-qt{3,4}-immodule: add lintian overrides for shlib-defines-rpath, this is needed to get the package pass through auto-REJECT. Rationale: rpath is appropriate here, the packages use private shlibs. -- Stefano Zacchiroli Sat, 26 Dec 2009 10:13:19 +0100 gcin (1.4.5-1) unstable; urgency=low * New Upstream Version * Wrokaround dh_gtkmodules bug. * Bump Standards-Versions to 3.8.1, no changes needed. -- Kanru Chen Tue, 12 May 2009 11:35:18 +0800 gcin (1.4.5~pre2-1) unstable; urgency=low * [811fc3b] New Upstream version 1.4.5.pre2 * [86b0996] Update patches. - fix_gdm_crash_498619.diff: Dropped, fixed up stream. - fix_QT_detection.diff: Split into two patches. - fix_anthy_error_message.diff: Added. * [dfa7a85] Enable anthy. -- Kanru Chen Tue, 03 Mar 2009 14:33:40 +0800 gcin (1.4.2-2) unstable; urgency=low * Upload to unstable * [ef36b0e] New maintainer (Closes: #505501) * [4861a1e] Replace dh_clean -k with dh_prep. * [5b60cca] Add Vcs-Git and Vcs-Browser field. * [5dafdd8] Add README.source * [63892e6] Add patch ld_only_link_needed.diff * [a848d1e] Fix the bug causing gdm crashes. (Closes: #498619) * [326815b] Update patch descriptions. -- Kanru Chen Sat, 06 Dec 2008 14:58:33 +0800 gcin (1.4.2-1) experimental; urgency=low * New upstream release * New package gcin-dev * Make gcin-qt3-immodule a versionised dependency on gcin * Drop fix_desktop_file_categories.diff because upstream has merged it * Bump Standards-Versions to 3.8.0 -- Wen-Yen Chuang Thu, 1 Aug 2008 18:45:44 +0800 gcin (1.4.0-1) unstable; urgency=low * New upstream release This release fixes FTBFS on ia64 architecture. (Closes: #480520) * Update copyright information * Migrate from dpatch to quilt Drop 20_fix-manpages.dpatch and 40_fix_FTBFS_on_sparc_hppa_ia64.dpatch because upstream has merged them. * Install AUTHORS file to /usr/share/doc/gcin -- Wen-Yen Chuang Tue, 20 May 2008 14:57:12 +0800 gcin (1.3.9-1) unstable; urgency=low * New upstream release * Update symlinks for new manpages * Enable i18n * Refresh 10_fix-directory-structure.dpatch * Add 20_fix-manpages.dpatch to prevent lintian warnings * Include /usr/share/dpatch/dpatch.make to make debian/rules simpler * Add Depends ${misc:Depends} for gcin-qt3-immodule -- Wen-Yen Chuang Wed, 7 May 2008 21:39:20 +0800 gcin (1.3.4-3) unstable; urgency=low * Fix FTBFS on hppa, ia64, and sparc architectures (Closes: #406036) * Disable binary stripping in upstream's Makefile (Closes: #436914) * Auto-detect GTK+ module ABI version (Closes: #419366, #420504) * Update debian/copyright to machine-readable format * Make libgcin-im-client.so a private library * Bump Standards-Version to 3.7.3 * Fix typos in package description * Clean up debian/rules * Make lintian quiet - set Build-Depends libgtk2.0-dev >= 2.10.1 - move Homepage in package description to source stanza - replace all "GTK" with "GTK+" in package descriptions - replace all "##DP" with "## DP:" in debian/patches/* - update debian/gcin.menu - add 50_fix-desktop-file-categories.dpatch to match latest .desktop file policy - do not use -$(MAKE) in debian/rules so that other error messages from the clean rule will still be caught -- Wen-Yen Chuang Sun, 27 Apr 2008 15:32:36 +0800 gcin (1.3.4-2) unstable; urgency=low The "Nobuta power! Cyuunyuu!" Release. * Update for GTK+ 2.10. (Closes: #419293) * debian/control: - bump up the libgtk2.0-dev build-dep to >= 2.10.1-1. - remove dependency for libgtk2.0-bin * debian/gcin.postinst: debian/gcin.postrm: - remove update-gtk-immodules * debian/rules: - call dh_gtkmodules with LD_LIBRARY_PATH. - remove scripts for GTK+ version detection. -- Wen-Yen Chuang Sun, 15 Apr 2007 00:42:03 +0800 gcin (1.3.4-1) unstable; urgency=low The "Maki Horikita" Release. * New upstream release. * debian/patches: - modify 10_fix-directory-structure.dpatch to cope with upstream's changes. - modify 30_disable_rpath_for_gtk-im.dpatch to prevent fuzz during patching. -- Wen-Yen Chuang Tue, 10 Apr 2007 21:42:40 +0800 gcin (1.3.3-2) unstable; urgency=low * Move from experimental to unstable. This version(1.3.3) has fixed FTBFS on GNU/kFreeBSD. (Closes: #414406) -- Wen-Yen Chuang Mon, 9 Apr 2007 01:44:27 +0800 gcin (1.3.3-1) experimental; urgency=low * New upstream release. * debian/patches: - modify 10_fix-directory-structure.dpatch to cope with upstream's changes. - remove 40_fix_build_failure_in_big-endian_arch.dpatch because upstream had fixed this bug. - merge 50_fix-FTBFS-on-systems-with-lib64-directory.dpatch into 10_fix-directory-structure.dpatch. -- Wen-Yen Chuang Sun, 28 Jan 2007 22:51:32 +0800 gcin (1.3.1-1) unstable; urgency=low * New upstream release. * Set fallback option for im-switch. (Closes: #400374) * Fix gcin's postrm script so that it can be removed cleanly when libgtk2.0-bin is already removed. (This is scim's Ubuntu bug #52087) * debian/patches: - remove 20_fix-glibc2.4-with-amd64.dpatch because upstream had fixed this bug. - add 20_fix_installation_path_for_im-client.dpatch and 40_fix_build_failure_in_big-endian_arch.dpatch. -- Wen-Yen Chuang Mon, 4 Dec 2006 20:28:58 +0800 gcin (1.3.0.1-1) unstable; urgency=low * New upstream release. * debian/patches: - apply 50_fix-FTBFS-on-systems-with-lib64-directory.dpatch written by Ming Hua . (Closes: #399800) - remove 40_make_noseeing-inst_a_shell_script.dpatch because upstream had fixed this bug. - modify 10_fix-directory-structure.dpatch to cope with upstream's changes. -- Wen-Yen Chuang Wed, 22 Nov 2006 20:09:43 +0800 gcin (1.2.9-1) unstable; urgency=low * First upload to Debian (Closes: #355849) * debian/control: - gcin have to depend on libgtk2.0-bin, to be compatible with Debian's new GTK+2 packages. - moved im-switch from Depends to Recommends for gcin -- Wen-Yen Chuang Sat, 18 Nov 2006 22:43:12 +0800 gcin (1.2.9-0ubuntu1) feisty; urgency=low * New upstream release. * debian/control: - let dh_makeshlibs process gcin-qt3-immodule's dependency. * debian/copyright: - Qt immodule's license is GPL version 2, not LGPL. * debian/patches - fixed built problem with glibc 2.4 under AMD64/EM64T architecture. - disabled rpath - modify 10_fix-directory-structure.dpatch to cope with upstream's change. * debian/rules: - configured with --new_gtk_im=Y. This option supports Mozilla 1.8.0 and newer releases' OverTheSpot for inputmethods. - remove /usr/share/control-center-2.0. It is nonsense for Ubuntu. - enabled dh_makeshlibs since upstream supports library soname. * debian/watch: - updated upstream's download page. * Bumped Standards-Version to 3.7.2 -- Wen-Yen Chuang Sat, 18 Nov 2006 20:15:42 +0800 gcin (1.2.5-0ubuntu1) edgy; urgency=low * New upstream release. * Removed 20_fix-gcin-setup-parsing-error.dpatch, because upstream have fixed this bug. * debian/install: - removed lines about manpages, because upstream have fixed this problem. -- Wen-Yen Chuang Sat, 9 Sep 2006 23:02:35 +0800 gcin (1.2.3-0ubuntu1) edgy; urgency=low * New upstream release * Fixed gcin-setup's parsing error. This patch was released by upstream. * Modified 10_fix-directory-structure.dpatch to prevent Hunk during patching. * Installed new version manpages. Upstream misplaced those two files in wrong directory. -- Wen-Yen Chuang Sat, 2 Sep 2006 04:50:52 +0800 gcin (1.2.2-0ubuntu1) edgy; urgency=low * New upstream release * debian/patches/10_fix-directory-structure.dpatch: - modify 10_fix-directory-structure.dpatch to cope with upstream's change. -- Wen-Yen Chuang Thu, 17 Aug 2006 20:25:12 +0800 gcin (1.2.1-0ubuntu1) edgy; urgency=low * New upstream release * debian/control: - remove GTK 2.10 specific dependency for backporting edgy to dapper * debian/rules: - check GTK version and install the GTK immodule into correct path * debian/patches/10_fix-directory-structure.dpatch: - remove fixes for GTK installation path since it was done within debian/rules -- Wen-Yen Chuang Thu, 10 Aug 2006 19:27:33 +0800 gcin (1.2.0-0ubuntu4) edgy; urgency=low * debian/control: - require GTK 2.10 since 10_fix-directory-structure.dpatch for the path -- Sebastien Bacher Thu, 3 Aug 2006 14:31:54 +0200 gcin (1.2.0-0ubuntu3) edgy; urgency=low * debian/patches/10_fix-directory-structure.dpatch: - updated for GTK 2.10 -- Sebastien Bacher Wed, 2 Aug 2006 22:49:05 +0200 gcin (1.2.0-0ubuntu2) edgy; urgency=low * Rebuild for GTK 2.10 -- Sebastien Bacher Wed, 2 Aug 2006 22:27:56 +0200 gcin (1.2.0-0ubuntu1) edgy; urgency=low * New upstream release * Modify 10_fix-directory-structure.dpatch to prevent Hunk during patching. * Modify im-switch script, enable QT3 immodule automatically. * Remove m17n-env script, because dapper and later releases no longer needs it. -- Wen-Yen Chuang Fri, 2 Jun 2006 19:13:54 +0800 gcin (1.1.9-0ubuntu1) dapper; urgency=low * New upstream release * Modify 10_fix-directory-structure.dpatch to prevent Hunk during patching. * Modify descriptions in control file. -- Wen-Yen Chuang Mon, 1 May 2006 16:01:52 +0800 gcin (1.1.8-0ubuntu1) dapper; urgency=low * Initial release * Applied 10_fix-directory-structure.dpatch to fix configuration and installation paths. -- Wen-Yen Chuang Sat, 15 Apr 2006 21:35:29 +0800 debian/gcin-tables.install0000664000000000000000000000005011737774567012773 0ustar usr/lib/gcin/table usr/share/gcin/table debian/gcin.manpages0000664000000000000000000000036611737774567011662 0ustar man/gcin.1 man/gcin2tab.1 man/gcin-exit.1 man/gcin-gb-toggle.1 man/gcin-kbm-toggle.1 man/gcin-message.1 man/gcin-tools.1 man/gtab-merge.1 man/juyin-learn.1 man/phoa2d.1 man/sim2trad.1 man/tsa2d32.1 man/tslearn.1 man/ts-contribute.1 man/ts-edit.1 debian/gcin-anthy.install0000664000000000000000000000003511737774567012647 0ustar usr/lib/gcin/anthy-module.so debian/gcin.postinst0000664000000000000000000000104411737774567011744 0ustar #!/bin/sh # postinst script for gcin set -e ua_inst () { update-alternatives \ --install /etc/X11/xinit/xinput.d/$1 xinput-$1 \ /etc/X11/xinit/xinput.d/$2 $3 ; } case "$1" in configure) # Set up default ua_inst all_ALL gcin 0 ua_inst zh_CN gcin 30 ua_inst ja_JP gcin 30 ua_inst zh_TW gcin 50 ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac #DEBHELPER# exit 0 debian/gcin.xpm0000664000000000000000000001041611737774567010670 0ustar /* XPM */ static char *gcin[] = { /* columns rows colors chars-per-pixel */ "32 26 156 2", " c #000000", ". c #0A0000", "X c #0C0C00", "o c #130000", "O c #1B0000", "+ c #171700", "@ c #1D1600", "# c #1D1D00", "$ c #2F0000", "% c #370000", "& c #3E0000", "* c #262600", "= c #2D2D00", "- c #303000", "; c #3B3400", ": c #393900", "> c #440000", ", c #4C0400", "< c #530000", "1 c #5A1100", "2 c #630000", "3 c #690000", "4 c #760000", "5 c #790000", "6 c #742C00", "7 c #444400", "8 c #4D4D00", "9 c #544E00", "0 c #535300", "q c #5C5C00", "w c #616100", "e c #6C6C00", "r c #706A00", "t c #727200", "y c #787200", "u c #820000", "i c #920000", "p c #9D0000", "a c #A60000", "s c #AA0000", "d c #B70000", "f c #BF0000", "g c #B42B00", "h c #8E6B00", "j c #C20000", "k c #CB0000", "l c #D20000", "z c #DD0000", "x c #DD0B00", "c c #DD1402", "v c #DE1B04", "b c #DE2207", "n c #DE2408", "m c #DE2A07", "M c #DE2B0A", "N c #DF340E", "B c #DF3A0F", "V c #DF3B11", "C c #E00000", "Z c #E21500", "A c #E01D00", "S c #E32C00", "D c #E73500", "F c #E0360E", "G c #E53D00", "H c #E03D12", "J c #E94C00", "K c #E04214", "L c #E04518", "P c #E04A16", "I c #E14B1A", "U c #E1521E", "Y c #E25722", "T c #E25C25", "R c #EA6400", "E c #E16327", "W c #E36A2E", "Q c #E36C32", "! c #E47233", "~ c #E57438", "^ c #E27A36", "/ c #E57C3C", "( c #E67E40", ") c #838300", "_ c #8A8A00", "` c #959400", "' c #9B9B00", "] c #AE8300", "[ c #A3A500", "{ c #A4A900", "} c #ADB100", "| c #B2B200", " . c #BABA00", ".. c #CABE00", "X. c #F08400", "o. c #E5803D", "O. c #E2BD00", "+. c #E58342", "@. c #E68B44", "#. c #E58B4B", "$. c #E88F4A", "%. c #E4944D", "&. c #E8914D", "*. c #E79652", "=. c #E49952", "-. c #E89352", ";. c #E99E54", ":. c #E99C5A", ">. c #E6A45D", ",. c #E9A25C", "<. c #E4AD64", "1. c #EAA964", "2. c #ECAE6C", "3. c #EBB26F", "4. c #E3B270", "5. c #E4B977", "6. c #EDB674", "7. c #EBBA76", "8. c #EDBC7B", "9. c #C5C500", "0. c #CBCB00", "q. c #D2CB00", "w. c #D0D000", "e. c #DDDD00", "r. c #E5D400", "t. c #F2CA00", "y. c #E2E200", "u. c #E6EA00", "i. c #E9E900", "p. c #F4F400", "a. c yellow", "s. c #EEC27C", "d. c #EDC483", "f. c #EEC68B", "g. c #EEC987", "h. c #EECB8D", "j. c #EFCE90", "k. c #E5D295", "l. c #EFD594", "z. c #EDDA9E", "x. c #F0C98E", "c. c #F0CC91", "v. c #F0D093", "b. c #F1D59C", "n. c #F1D89D", "m. c #EFDDA2", "M. c #EFDEA8", "N. c #F2DBA1", "B. c #F4DEAA", "V. c #F2E0A5", "C. c #F3E1AC", "Z. c #F4E5B2", "A. c #F5E9BB", "S. c #F6EEC4", "D. c #F7EEC9", "F. c None", /* pixels */ "F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.F.a z z z z l < F.F.F.F.F.F.F.F.F.", "F.F.F.F.o o o F.F.F.F.F.F.o O 3 l z v F v z k > F.o o F.F.F.F.F.", "F.o 2 d j j j j j i 2 i j j j z z v ^ <.E x z k f j f j i % F.F.", "> d z z z z z z z z z z z z z z z v =.k./ x z z z z z z C j & F.", "s z z c F I F b n c z z v B P V b c E %.I x b n M V V v C z j > ", "z z v ! 7.x.7.;.>.Y x N +.8.h.d.-.N W >.U m #.=.,.d.g.-.H z z u ", "z x T v.Z.g.g.Z.A./ m -.C.N.d.h.4.U =.M.~ K f.S.l.d.N.Z.+.c z k ", "z v :.A.,.K U x.D.+.U b.n.! V I I N :.Z.~ V j.S.@.B / Z.6.S z z ", "z M 6.Z.W x v :.A.( ~ Z.2.S z z z v :.C.~ V c.v.L z Y n.8.N z z ", "z N 8.B.T z c -.Z.( ( A.>.c z z z v :.Z.~ V x.j.K z I n.d.N z z ", "z n 2.A./ c S 3.S.( ! Z.6.N z z x v :.Z.~ K j.j.K z Y b.d.N z z ", "z c +.Z.x.o.&.V.D./ P x.V.&.E W Q V :.Z.~ K j.k.K z U n.d.N z z ", "z z V 1.C.C.m.V.A./ v ( b.C.n.z.5.U =.z.! K d.d.K z U h.8.V z z ", "z z x I / %.o.s.C.Q z S W >.6.1.^ M Y @.L n ^ o.n z N @.^ v z j ", "z z M +.=.@.>.C.x.I z z x v S n c z x v x z c c x z z v c z z 2 ", "z z V <.m.B.B.j.~ Z c R c z C C z z z z z J m z z z l z z z 4 F.", "p z c U / @./ Y v z v t.g s s s s 5 F.F.F.h O.1 F., 6 , > > F.F.", "3 z z C x x x G G D J r.0 ; y r F.` { { [ | i.} { | u.q F.F.F.F.", "F.5 k z z z z X.r...q.p.0.9.y.0.F.0 w y e.t q | e.e w - F.F.F.F.", "F.F.% < < < F.] _ F.* 9.* F._ ) F.F.F.+ .= F.` _ F.F.F.F.F.F.F.", "F.F.F.F.F.F.F.) ' * 7 w.7 * ' ) F.F.F.F._ _ + e.t F.F.F.F.F.F.F.", "F.F.F.F.F.F.F.) y.0.0.p.0.0.i.) F.F.F.F.7 w.) 0.# F.F.F.F.F.F.F.", "F.F.F.F.F.F.F.: 7 F.= 0.= F.7 : F.F.F.F.F.[ a.) F.F.F.F.F.F.F.F.", "F.F.F.F.F.F.F.F.F.F.# 0.# F.F.F.F.F.F.F.0 9.p.9.0 F.F.F.F.F.F.F.", "F.F.F.F.F.F.F.F.F.F.# 9.# F.F.F.F.X 0 ` y.[ 8 | i.` 0 X F.F.F.F.", "F.F.F.F.F.F.F.F.F.F.# 0.# F.F.F.F.' p.0.0 X F.+ _ p.p.t F.F.F.F." };