--- fqterm-0.9.4.4.orig/debian/fqterm.install +++ fqterm-0.9.4.4/debian/fqterm.install @@ -0,0 +1 @@ +debian/fqterm.xpm /usr/share/pixmaps/ --- fqterm-0.9.4.4.orig/debian/fqterm.1 +++ fqterm-0.9.4.4/debian/fqterm.1 @@ -0,0 +1,52 @@ +.\" This file is distributed under the same license as the qterm +.\" package. +.\" Copyright (C) LI Daobing , 2008. +.\" +.TH "FQTERM" 1 "2008-10-13" "" "" +.SH NAME +fqterm \- BBS client for X Window System written in Qt + +.SH "SYNOPSIS" +.B fqterm + +.SH "DESCRIPTION" + +.PP +This manual page documents briefly the \fBfqterm\fR command. + +.PP +This manual page was written for the Debian distribution because the +original program does not have a manual page. + +.PP +FQTerm is one of the most widely used BBS client in China, it +supports telnet/ssh1/ssh2 protocols and can process ANSI control +sequences. It can be used to login BBS sites or *NIX hosts. + +.PP +Almost all the BBSes in Greater China Region are in BIG5 or GBK +encoding. So FQTerm only support these two encodings and ASCII. + +.PP +FQTerm is writtern in QT4. + +.PP +Homepage: http://code.google.com/p/fqterm + +.SH "BUGS" + +.PP +FQTerm is designed for Chinese BBS, so it will startup with a simplified +Chinese interface (even your locale is not in zh_CN). You can switch it +to a English interface by following key sequence "Alt+V,l,e". You can +also close fqterm, then open $HOME/.fqterm/fqterm.cfg, change the +"language=zh_CN" line to "language=en_US". + +.PP +You can find more information in http://code.google.com/p/fqterm/issues/detail?id=196 + +.SH "SEE ALSO" +.BR qterm (1), +.BR pcmanx (1), +.BR telnet (1), +.BR ssh (1) --- fqterm-0.9.4.4.orig/debian/compat +++ fqterm-0.9.4.4/debian/compat @@ -0,0 +1 @@ +5 --- fqterm-0.9.4.4.orig/debian/watch +++ fqterm-0.9.4.4/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://code.google.com/p/fqterm/downloads/list \ +http://fqterm.googlecode.com/files/fqterm-([\d.]+)\.tar\.gz --- fqterm-0.9.4.4.orig/debian/control +++ fqterm-0.9.4.4/debian/control @@ -0,0 +1,21 @@ +Source: fqterm +Section: x11 +Priority: optional +Maintainer: LI Daobing +Build-Depends: cdbs, debhelper (>= 5), libqt4-dev, cmake, + libglib2.0-dev, libssl-dev +Standards-Version: 3.8.3 +Homepage: http://code.google.com/p/fqterm +Vcs-Browser: http://git.debian.org/?p=chinese/fqterm.git +Vcs-Git: git://git.debian.org/git/chinese/fqterm.git + +Package: fqterm +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: BBS client writtern in QT4 + FQTerm is one of the most widely used BBS client in China, it + supports telnet/ssh1/ssh2 protocols and can process ANSI control + sequences. It can be used to login BBS sites or *NIX hosts. + . + Almost all the BBSes in Greater China Region are in BIG5 or GBK + encoding. So FQTerm only support these two encodings and ASCII. --- fqterm-0.9.4.4.orig/debian/copyright +++ fqterm-0.9.4.4/debian/copyright @@ -0,0 +1,90 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat +Upstream-Name: fqterm +Upstream-Source: http://code.google.com/p/fqterm + +Files: * +Copyright: Copyright 2008 fqterm development group. +Copyright: more contributors in file "credits". +License: GPL-2+-BY-OpenSSL + 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 package; if not, write to the Free Software Foundation, Inc., + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + . + On Debian systems, the complete text of the version 2 of GNU General + Public License can be found in file "/usr/share/common-licenses/GPL-2". + . + In addition, as a special exception, the author of this program gives + permission to link the code of its release with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute the linked executables. + You must obey the GNU General Public License in all respects for all of + the code used other than "OpenSSL". If you modify this file, you may + extend this exception to your version of the file, but you are not + obligated to do so. If you do not wish to do so, delete this exception + statement from your version." + +Files: debian/* +Copyright: Copyright 2008 LI Daobing +License: GPL-2+ + On Debian systems, the complete text of the version 2 of GNU General + Public License can be found in file "/usr/share/common-licenses/GPL-2". + +Files: + src/protocol/internal/crc32.* +Copyright: Copyright 2003 Markus Friedl +License: BSD-2 + | Redistribution and use in source and binary forms, with or without + | modification, are permitted provided that the following conditions + | are met: + | 1. Redistributions of source code must retain the above copyright + | notice, this list of conditions and the following disclaimer. + | 2. Redistributions in binary form must reproduce the above copyright + | notice, this list of conditions and the following disclaimer in the + | documentation and/or other materials provided with the distribution. + | + | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Files: src/ui/pictureflow.* +Copyright: Copyright 2007 Ariya Hidayat +Copyright: Copyright 2008 fqterm development group. +License: GPL-2+, MIT + On Debian systems, the complete text of the version 2 of GNU General + Public License can be found in file "/usr/share/common-licenses/GPL-2". + . + | 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 + | AUTHORS OR COPYRIGHT HOLDERS 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. + --- fqterm-0.9.4.4.orig/debian/rules +++ fqterm-0.9.4.4/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +DEB_CLEAN_EXCLUDE = res/userconf/address.cfg.orig res/userconf/fqterm.cfg.orig res/userconf/language.cfg.orig + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk + +install/fqterm:: + rm -f debian/fqterm/usr/share/FQTerm/fqterm.sh + rm -f debian/fqterm/usr/share/FQTerm/fqterm.desktop.in --- fqterm-0.9.4.4.orig/debian/docs +++ fqterm-0.9.4.4/debian/docs @@ -0,0 +1,2 @@ +README.txt +res/credits --- fqterm-0.9.4.4.orig/debian/fqterm.bin.1 +++ fqterm-0.9.4.4/debian/fqterm.bin.1 @@ -0,0 +1 @@ +.so man1/fqterm.1 --- fqterm-0.9.4.4.orig/debian/fqterm.xpm +++ fqterm-0.9.4.4/debian/fqterm.xpm @@ -0,0 +1,294 @@ +/* XPM */ +static char *fqterm[] = { +/* columns rows colors chars-per-pixel */ +"32 32 256 2", +" c #08FD13220D0C", +". c #13C918C108E8", +"X c #022A138E178D", +"o c #1B4321D4151E", +"O c #1BC621651B79", +"+ c #216627471411", +"@ c #23FB2C5612A7", +"# c #28072D3D14CC", +"$ c #2C7E35CD1214", +"% c #2D0D38981280", +"& c #21B63A481860", +"* c #30B83D121387", +"= c #309036411694", +"- c #00001990272D", +"; c #0F2D1945257E", +": c #01B01C5833CE", +"> c #06991F4C3E0D", +", c #163C2C35295E", +"< c #19CF2C952AC5", +"1 c #14282D83240B", +"2 c #14D331E32DB1", +"3 c #1B0A36232DBA", +"4 c #19EC3CD62DEF", +"5 c #000024B7320E", +"6 c #1C1A39003094", +"7 c #211D331233F1", +"8 c #262736183B00", +"9 c #305536E93A4D", +"0 c #3615439614CC", +"q c #3D64485E17A6", +"w c #195641EA334D", +"e c #3E44499C21F5", +"r c #43C74EC01BD9", +"t c #471D57B119BE", +"y c #4BD35CAC1CED", +"u c #4CE855421CA2", +"i c #551A68641F0F", +"p c #42C34E2F260A", +"a c #46D1525B260D", +"s c #472951442819", +"d c #4B33553F2AD0", +"f c #4E51593C2D00", +"g c #50505BEB2E97", +"h c #50B45DD82FB5", +"j c #4FC964F42157", +"k c #5B9C6AED2409", +"l c #5EB46D6F295D", +"z c #555A65932164", +"x c #5A4978592754", +"c c #6780787D26E0", +"v c #652274E029A9", +"b c #6CEC7D932BA4", +"n c #60BE705925D5", +"m c #6AAE78D237F2", +"M c #00000D744E87", +"N c #000A0EC15095", +"B c #00EF127F533E", +"V c #01251995569C", +"C c #0009174958A9", +"Z c #016E1C895BB5", +"A c #0B141CC15C46", +"S c #01AC20584ADC", +"D c #0B0F22674454", +"F c #1AE62B564192", +"G c #0F9B28084807", +"H c #143428284B77", +"J c #0000330947C0", +"K c #0000244554FB", +"L c #000021335FBF", +"P c #00002A995B2D", +"I c #07B220F95C1C", +"U c #000032C75ACD", +"Y c #0000362D538F", +"T c #25AD3526549C", +"R c #00B323786235", +"E c #0BF223F563A2", +"W c #017B28836488", +"Q c #0B4D2AE9664F", +"! c #02DC2B666A34", +"~ c #0CB52C516AD9", +"^ c #124B25E163A1", +"/ c #18C226C761DA", +"( c #184D280563AD", +") c #13402C616A68", +"_ c #1A132DB369B0", +"` c #16AC27B36425", +"' c #00EE326B6C90", +"] c #008438EF6D3E", +"[ c #1947326E6EF4", +"{ c #14E8318F6E48", +"} c #00013D2E74B8", +"| c #00003F447841", +" . c #0CCC3E0377D1", +".. c #1E353504702F", +"X. c #19E53B1875F5", +"o. c #11263976754A", +"O. c #24702F88677A", +"+. c #20F033CB6DD0", +"@. c #2FAF3B6F6FC8", +"#. c #241F3B6374F7", +"$. c #2B483C3F7334", +"%. c #256D374B7042", +"&. c #3AD9416A4891", +"*. c #390643D15765", +"=. c #0000472C6042", +"-. c #0000400B7633", +";. c #027D47917D32", +":. c #2EC344FC7BE9", +">. c #262443D87CBA", +",. c #2FCB407776A8", +"<. c #323145BE7B79", +"1. c #36144A1D7EE8", +"2. c #393449167B99", +"3. c #3F9155F37B14", +"4. c #6A8383A0298C", +"5. c #69E1874B2D26", +"6. c #724083CB2CDB", +"7. c #74AB8A6F2D88", +"8. c #78748A632DC8", +"9. c #7D8A91AD3067", +"0. c #8330956630D6", +"q. c #8A179E08338B", +"w. c #989499F52FE3", +"e. c #92519C6631B0", +"r. c #8B87A2FD34F7", +"t. c #8D11AA2336B2", +"y. c #8BB4ADCA37FE", +"u. c #9652AC9539AC", +"i. c #960BAA063BB8", +"p. c #8DB7B2983A0F", +"a. c #94F6B4323B0B", +"s. c #9E51B33E3CB9", +"d. c #969ABB7A3E6F", +"f. c #9A9EB9E33F05", +"g. c #A996AF1D36E2", +"h. c #A1A3BA7D3CE3", +"j. c #A133B7FA3C92", +"k. c #A869C1763CD1", +"l. c #D92CCD9B3A2D", +"z. c #F5F1D1233857", +"x. c #85C89A3C4429", +"c. c #92B79F1E5D50", +"v. c #91FCA35047B6", +"b. c #98FABE7C4006", +"n. c #9952A8015972", +"m. c #9770A6EA54E0", +"M. c #9C5AC01A57FD", +"N. c #980BBD1B516B", +"B. c #A2A5B5B34D50", +"V. c #A66FBC81483D", +"C. c #A5DCBCD8546F", +"Z. c #A98EBD8A5413", +"A. c #94909F8266C5", +"S. c #9837A4F26102", +"D. c #9CD2A727702E", +"F. c #9C6DC3F14219", +"G. c #9FDDC29F5E08", +"H. c #A5D8C3E14279", +"J. c #A9B9C80148A5", +"K. c #B5E3CAB449F8", +"L. c #A7B6D52143E2", +"P. c #AAF6D62A463F", +"I. c #A738DB1945F9", +"U. c #AA9CDC7746F5", +"Y. c #AD4CD35D4946", +"T. c #AA8DDCF8480B", +"R. c #BFD8DDBF4799", +"E. c #BB64D4A34582", +"W. c #A805C7A85819", +"Q. c #AFCAD1245169", +"!. c #A63EE2744A5A", +"~. c #A9B1E4E958C1", +"^. c #A700C6016990", +"/. c #AE99CAD5778A", +"(. c #AEA0E51568A3", +"). c #B174E3EC6B5B", +"_. c #B674EAFA7B66", +"`. c #CC20D54844F9", +"'. c #CE03D8D4463A", +"]. c #0000517F81FE", +"[. c #00005F95866A", +"{. c #000059568A9D", +"}. c #39984DA681A1", +"|. c #34564C4E8118", +" X c #3D6B51D684BC", +".X c #36A756BD89E8", +"XX c #000062598AD6", +"oX c #00006F2697F0", +"OX c #40FF548786A0", +"+X c #41A35669886A", +"@X c #44465A2D8B24", +"#X c #49835D388D1E", +"$X c #49CA5C6B832F", +"%X c #4C4A609C8FA4", +"&X c #43DC644E8E6D", +"*X c #5556643D88B2", +"=X c #4E8861E39080", +"-X c #4898664394C6", +";X c #522E65679303", +":X c #55E6690A95BE", +">X c #5B7C6DCC9911", +",X c #57DA6A409687", +"X:X-X&X; z J.k.UXUXUXUX", +"UXUXi 9 GXKXBXVXMXbXvXcXsXpXyX0X8X4XX;X%X#X@X@X.XG = B.q.UXUXUXUX", +"UXUXq *.FXMXiXuXyXeX0X9X6X4X2X>X:X=X#X@XOX X X|.S # m.9.8.UXUXUX", +"UXUX0 *.CXcX8X5X5X4X2X2X>X,X;X=X#X@XOX X}.2.2.X.S + n.7.b UXUXUX", +"UXUX* *.vXuX,X:X:X;X;X=X#X#X@X+X X X}.1.<.<.$.Q K o S.b c UXUXUX", +"UXUX% T pX5X+X+XOX X X X X X}.}.1.1.<.<.,.$.^ R K o D.v n UXUXUX", +"UXUX$ T 4X;X<.<.:.:.:.:.:.:.:.:.:.:.$.$.$.( B L P O wXm k UXUXUX", +"UXUX$ H @X|.#.#.#.#.#.#.#.#.#.#.#.%.%.+.( B B R P O qXm k UXUXUX", +"UXUX% G >.#.[ [ [ [ [ [ ......+.+.+._ ^ B B B R P o A.l k UXUXUX", +"UXUX* D X.{ ) ) ) ) ) ) _ _ _ _ _ ` A B N B B W U o c.l k UXUXUX", +"UXUX0 > o.~ ~ Q E E E ^ ^ ^ ^ ^ A B N B B B V ' U + c.l k UXUXUX", +"UXUXq : .~ Q E E E E E E A A B B N N O.@.V Z } U @ m.n l UXUXUX", +"UXUXt : ;.' ! R Z Z Z C C B B N N M M / 2.I W ;.Y $ m.v v UXUXUX", +"UXUXz - ].| ! R Z C C B B B N N M M M B V Q ] {.J 0 v.b 6.UXUXUX", +"UXUX4.X [.{.| ' R Z C B B B B N B B B V R ] ].oX5 u v.8.0.UXUXUX", +"UXUXy.. J XX].-.' W R Z Z Z Z Z Z L W ' } ].XX=. 6.i.r.q.UXUXUX", +"UXUXP.4.@ 1 2 2 , , < < 7 8 8 7 3 3 3 4 4 w 4 & x u.s.h.c UXUXUX", +"UXUXU.P.J.B.B.C.Z.C.W.^.hXkXkXjX/.^.G.M.N.K.`.f.a.u.H.7.UXUXUXUX", +"UXUXUXU.R.'.'.'.'.E.P.Y.Y.Q.Q.J.H.V.h.j.s.l.z.g.u.a.5.UXUXUXUXUX", +"UXUXUXp.F.F.F.F.b.d.d.a.a.y.t.t.t.r.r.q.q.e.w.0.9.j UXUXUXUXUXUX", +"UXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUX", +"UXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUX", +"UXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUX", +"UXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUX", +"UXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUXUX" +}; --- fqterm-0.9.4.4.orig/debian/menu +++ fqterm-0.9.4.4/debian/menu @@ -0,0 +1,6 @@ +?package(fqterm):\ + needs="X11"\ + section="Applications/Network/Communication"\ + title="FQTerm"\ + icon="/usr/share/pixmaps/fqterm.xpm"\ + command="/usr/bin/fqterm" --- fqterm-0.9.4.4.orig/debian/changelog +++ fqterm-0.9.4.4/debian/changelog @@ -0,0 +1,33 @@ +fqterm (0.9.4.4-1) unstable; urgency=low + + * New Upstream Version + * debian/watch: updated. + * debian/control: bump standards version to 3.8.3. + + -- LI Daobing Thu, 24 Sep 2009 19:49:04 +0800 + +fqterm (0.9.3+svn666-1ubuntu1) karmic; urgency=low + + * debian/watch: added. + + -- LI Daobing Tue, 09 Jun 2009 22:04:51 +0800 + +fqterm (0.9.3+svn666-1) unstable; urgency=low + + * Initial upload to Debian (closes: #479367) + * new upstream snapshot. + * add menu support: + - debian/menu: added. + - debian/fqterm.xpm: added, generated from res/pic/fqterm_128x128.png + - debian/fqterm.install: added, install fqterm.xpm + * debian/control: + - change maintainer's email + - bump standards version to 3.8.1 + + -- LI Daobing Wed, 22 Apr 2009 19:15:26 +0800 + +fqterm (0.9.3+svn632-0ubuntu1) jaunty; urgency=low + + * Initial Ubuntu package (LP: #285825) + + -- LI Daobing Sat, 14 Feb 2009 09:32:53 +0800 --- fqterm-0.9.4.4.orig/debian/fqterm.manpages +++ fqterm-0.9.4.4/debian/fqterm.manpages @@ -0,0 +1,2 @@ +debian/fqterm.1 +debian/fqterm.bin.1 --- fqterm-0.9.4.4.orig/debian/patches/00list +++ fqterm-0.9.4.4/debian/patches/00list @@ -0,0 +1 @@ +cmake --- fqterm-0.9.4.4.orig/debian/patches/cmake.dpatch +++ fqterm-0.9.4.4/debian/patches/cmake.dpatch @@ -0,0 +1,23 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## cmake.dpatch by LI Daobing +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad fqterm~/CMakeLists.txt.linux fqterm/CMakeLists.txt.linux +--- fqterm~/CMakeLists.txt.linux 2008-04-02 00:52:51.000000000 +0800 ++++ fqterm/CMakeLists.txt.linux 2008-05-13 23:10:18.000000000 +0800 +@@ -34,11 +34,11 @@ + ${QT_QTSCRIPT_LIBRARIES} + ${OPENSSL_LIBRARIES} + fqterm_main +- fqterm_common + fqterm_terminal + fqterm_protocol + fqterm_utilities + fqterm_ui ++ fqterm_common + ) + + add_dependencies(fqterm.bin