debian/0000755000000000000000000000000011604042426007165 5ustar debian/copyright0000644000000000000000000002232011556270206011124 0ustar This package was debianized by Fathi Boudra on Fri, 17 Mar 2006 23:48:32 +0100. It was downloaded from http://www.kftp.org Upstream Authors: Jernej Kos Markus Brueffer Martin Filser Tobias Ussing Copyright Holders: (C) 2003-2005 Jernej Kos (C) 2003-2005 Markus Brueffer Copyright for server management code: (C) Martin Filser Copyright for SSH Library (libssh): (C) 2003-2004 Aris Adamantiadis Copyright for OTP generator code (otpCalc): (C) 2001-2004 Anthony D. Urso Copyright for sidebar widget copied from amarok: (C) AmaroK Developers (C) 2004-2005 Max Howell Copyright for multitabbar widget copied from amarok: (C) AmaroK Developers (C) 2001-2003 Joseph Wenninger (C) 2005 Mark Kretschmann Copyright for systray icon copied from Konversation: (C) 2003 Dario Abatianni (C) 2003 Peter Simonsson Copyright for ballon popup code copied from kopete: (C) Kopete Developers Copyright for traffic graph widget copied from ksysguard: (C) KSysGuard Developers Copyright for OpenSSL: (C) 1995-1998 Eric Young Copyright for directory code parser (FileZilla): (C) Tim Kosse KFTPGrabber License: 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 GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. In addition, as a special exception, the copyright holders give permission to link the code of portions of this program with the OpenSSL library under certain conditions as described in each individual source file, and distribute linked combinations including the two. You must obey the GNU General Public License in all respects for all of the code used other than OpenSSL. If you modify file(s) with this exception, you may extend this exception to your version of the file(s), but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. If you delete this exception statement from all source files in the program, then also delete it here. OpenSSL License: LICENSE ISSUES ============== The OpenSSL toolkit stays under a dual license, i.e. both the conditions of the OpenSSL License and the original SSLeay license apply to the toolkit. See below for the actual license texts. Actually both licenses are BSD-style Open Source licenses. In case of any license issues related to OpenSSL please contact openssl-core@openssl.org. OpenSSL License --------------- /* ==================================================================== * Copyright (c) 1998-2004 The OpenSSL Project. All rights reserved. * * 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. * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: * "This product includes software developed by the OpenSSL Project * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" * * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to * endorse or promote products derived from this software without * prior written permission. For written permission, please contact * openssl-core@openssl.org. * * 5. Products derived from this software may not be called "OpenSSL" * nor may "OpenSSL" appear in their names without prior written * permission of the OpenSSL Project. * * 6. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by the OpenSSL Project * for use in the OpenSSL Toolkit (http://www.openssl.org/)" * * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY * EXPRESSED 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 OpenSSL PROJECT OR * ITS CONTRIBUTORS 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. * ==================================================================== * * This product includes cryptographic software written by Eric Young * (eay@cryptsoft.com). This product includes software written by Tim * Hudson (tjh@cryptsoft.com). * */ Original SSLeay License ----------------------- /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@cryptsoft.com). * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. * * 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 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. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * "This product includes cryptographic software written by * Eric Young (eay@cryptsoft.com)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``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 OR CONTRIBUTORS 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. * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence * [including the GNU Public Licence.] */ debian/source/0000755000000000000000000000000011556270206010472 5ustar debian/source/format0000644000000000000000000000001411556270206011700 0ustar 3.0 (quilt) debian/kftpgrabber.xml0000644000000000000000000001242211556270206012206 0ustar Fathi"> Boudra"> mars 17, 2006"> 1"> fboudra@free.fr"> kftpgrabber"> Debian"> GNU"> GPL"> ]>
&dhemail;
&dhfirstname; &dhsurname; 2006 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; ftp client for KDE &dhpackage; DESCRIPTION &dhpackage; is a graphical ftp client for KDE. It supports technologies like ZeroConf, TLS/SSL and FXP Some features: - Multiple FTP sessions (tabs) - Transfer queue - TLS/SSL support for encrypted connections (implicit and explicit) - Partial X509 certificate support for authentication - File eXchange Protocol (FXP) transfer support - One Time Password (OTP) support - S/Key, MD5, RMD160, SHA1 - Drag and Drop support - Site bookmarking - Encrypted bookmark support (password can be saved to KWallet) - Distributed FTP support (PRET) - SSCN and CPSV support - Skiplist - ZeroConf (aka. Rendezvous) support for local site discovery - Bookmark sharing with Kopete contacts - Bookmark import plugins - Support for SFTP protocol - Traffic graph - Speed limiting - Priority and skip lists - Fast directory listings via control channel on servers that support STAT - Integrated SFV checksum verifier - Ability to view/edit remote files - Exporting of directory listings into text files - "On file exists" action matrix for Download, Upload and FXP transfers OPTIONS All KDE and Qt programs accept some common command-line options. &dhpackage; has no application-specific options. Show help about options Show Qt specific options Show KDE specific options Show all options Show author information Show version information Show license information AUTHOR This manual page was written by &dhusername; <&dhemail;> for the &debian; system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the &gnu; General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
debian/kftpgrabber.install0000644000000000000000000000013411556270206013051 0ustar debian/lintian/kftpgrabber /usr/share/lintian/overrides kftpgrabber.1 /usr/share/man/man1 debian/watch0000644000000000000000000000013111556270206010216 0ustar version=3 http://www.kftp.org/misc/downloads/ /uploads/files/kftpgrabber-(.*)\.tar\.bz2 debian/compat0000644000000000000000000000000211556270206010370 0ustar 5 debian/lintian/0000755000000000000000000000000011604042373010624 5ustar debian/lintian/kftpgrabber0000644000000000000000000000062611604042373013044 0ustar # It isn't a library or a development package and no other packages uses libkftpinterfaces # kftpgrabber needs it and maybe a split can happen later if needed kftpgrabber: non-dev-pkg-with-shlib-symlink usr/lib/libkftpinterfaces.so.4.6.0 usr/lib/libkftpinterfaces.so kftpgrabber: package-name-doesnt-match-sonames libkftpinterfaces4 kftpgrabber: no-symbols-control-file usr/lib/libkftpinterfaces.so.4.6.0 debian/control0000644000000000000000000000317211556270206010600 0ustar Source: kftpgrabber Section: kde Priority: optional Maintainer: Debian KDE Extras Team Uploaders: Fathi Boudra , Mark Purcell , Michael Meskes Build-Depends: cdbs, debhelper (>= 5), kdelibs5-dev, libssh2-1-dev, docbook2x, libssl-dev, cmake Standards-Version: 3.9.2 Homepage: http://www.kftp.org Vcs-Git: git://git.debian.org/pkg-kde/kde-extras/kftpgrabber.git Vcs-Browser: http://git.debian.org/?p=pkg-kde/kde-extras/kftpgrabber.git Package: kftpgrabber Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: ftp client for KDE KFTPgrabber is a graphical FTP client for the K Desktop Environment. It implements many features required for usable FTP interaction. . Feature list: - Multiple simultaneous FTP sessions in separate tabs - A tree-oriented transfer queue - TLS/SSL support for the control connection and the data channel - X509 certificate support for authentication - FXP site-to-site transfer support - One-time password (OTP) support using S/KEY, MD5, RMD160 or SHA1 - Site bookmarks with many options configurable per-site - Distributed FTP daemon support (implementing the PRET command) - Can use Zeroconf for local site discovery - Bookmark import plugins from other FTP clients - Support for the SFTP protocol - A nice traffic graph - Ability to limit upload and download speed - Priority and skip lists - Integrated SFV checksum verifier - Direct viewing/editing of remote files - Advanced default "on file exists" action configuration - Filter displayed files/directories as you type debian/rules0000755000000000000000000000031511556270206010251 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/cmake.mk build/kftpgrabber:: /usr/bin/docbook2x-man debian/kftpgrabber.xml clean:: rm -f kftpgrabber.1 debian/docs0000644000000000000000000000000711556270206010042 0ustar README debian/menu0000644000000000000000000000030411556270206010056 0ustar ?package(kftpgrabber):\ needs="X11" \ hints="KDE" \ section="Applications/Network/File Transfer"\ title="kftpgrabber" \ longtitle="kftpgrabber - ftp client" \ command="/usr/bin/kftpgrabber" debian/patches/0000755000000000000000000000000011556270554010627 5ustar debian/patches/series0000644000000000000000000000002111556270554012035 0ustar 11_encoding.diff debian/patches/11_encoding.diff0000644000000000000000000000057611556270206013552 0ustar --- kftpgrabber/src/misc/kftpgrabber.kcfg.orig 2006-11-09 11:09:47.000000000 +0100 +++ kftpgrabber/src/misc/kftpgrabber.kcfg 2007-07-02 17:30:06.000000000 +0200 @@ -95,7 +95,7 @@ - iso 8859-1 + utf8 debian/changelog0000644000000000000000000000620311604042426011040 0ustar kftpgrabber (0.8.99~svn1214766-1) unstable; urgency=low * New Upstream version 0.8.99~svn1214766 (Closes: #610212) * Bumped Standards-Version to 3.9.2, no changes needed * Updated lintian overrides for new version. -- Michael Meskes Sun, 03 Jul 2011 12:31:30 +0200 kftpgrabber (0.8.99~svn1044538-3) unstable; urgency=low [ Pino Toscano ] * Add cmake build dependency, as it is no more provided by kdelibs5-dev. [ Michael Meskes ] * Added source/format file. * Bumped Standards-Version to 3.8.4, no changes needed. * Added special SSL exception in the source code to copyright file. -- Michael Meskes Thu, 06 May 2010 10:29:27 +0200 kftpgrabber (0.8.99~svn1044538-2) unstable; urgency=low * Forgot to update build dependencies. -- Michael Meskes Wed, 11 Nov 2009 15:17:39 +0100 kftpgrabber (0.8.99~svn1044538-1) unstable; urgency=low * New upstream version for KDE4. (Closes: #543012, #551329) -- Michael Meskes Mon, 09 Nov 2009 16:02:53 +0100 kftpgrabber (0.8.1-2) unstable; urgency=low [ Mark Purcell ] * Remove get-orig-source targets. sf.net sillyness. [ Michael Meskes ] * Added myself as uploader. * Added patch by Thijs Kinkhorst to make default encoding UTF-8, closes: #431438 * Bumped Standards-Version to 3.7.3. * Added command to delete *.gmo file to clean target, closes: #442614 * Moved homepage from description to its own field. * Changed menu section to Applications/Network/File Transfer. -- Michael Meskes Sat, 19 Apr 2008 19:09:05 +0200 kftpgrabber (0.8.1-1) unstable; urgency=low * New upstream release. -- Fathi Boudra Tue, 15 May 2007 20:26:16 +0200 kftpgrabber (0.8.0-2) unstable; urgency=low * Update debian/watch -- Mark Purcell Thu, 29 Mar 2007 22:01:50 +0100 kftpgrabber (0.8.0-1) experimental; urgency=low * New upstream release. * Add debian/rules get-orig-source target for http://buildserver.net. * Merge kdepot patch from kubuntu. -- Fathi Boudra Fri, 5 Jan 2007 08:21:01 +0100 kftpgrabber (0.8.0~beta2-1) unstable; urgency=low * New upstream release * Remove branch pull up to r596782 -- Fathi Boudra Thu, 9 Nov 2006 11:11:15 +0100 kftpgrabber (0.8.0~beta1-1) unstable; urgency=low * New upstream release * Add menu file (Closes: #390212) * Branch pull up to r596782 -- Fathi Boudra Wed, 18 Oct 2006 15:27:49 +0200 kftpgrabber (0.8.0~alpha2-1) unstable; urgency=low * New upstream release -- Fathi Boudra Wed, 20 Sep 2006 17:59:57 +0200 kftpgrabber (0.7.99-1) unstable; urgency=low * New upstream release (Closes: #376668) * compat: bumped to 5 * control: * bumped Standards-Version to 3.7.2 * updated description * copyright: added Martin Filser, Tobias Ussing and Tim Kosse -- Fathi Boudra Tue, 5 Sep 2006 16:15:05 +0200 kftpgrabber (0.7-beta1-1) unstable; urgency=low * Initial release Closes: #276068 -- Fathi Boudra Fri, 17 Mar 2006 23:48:32 +0100