summaryrefslogtreecommitdiff
path: root/net/kftpgrabber/patches
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2005-02-09 13:06:53 +0000
committermarkd <markd@pkgsrc.org>2005-02-09 13:06:53 +0000
commitfe6dc716430d786b3bdcbf734c8722f86aaa7c56 (patch)
tree4e0be0b98bb9ab59b62750f31703e792cad52784 /net/kftpgrabber/patches
parenteac66d93902585d242c2e0925ac8bf6a5f5d0056 (diff)
downloadpkgsrc-fe6dc716430d786b3bdcbf734c8722f86aaa7c56.tar.gz
Initial import of kftpgrabber 0.5.0, a graphical FTP client for KDE
There are many FTP clients around these days. Most are console based, some feature a graphical user interface. What most clients are missing is support for latest or not so common technologies like ZeroConf, TLS/SSL or FXP (just to name a few), accompanied by a decent user interface, that tries to support the user instead of frustrating him. KFTPGrabber tries to make a complete FTP client solution with support for plugins, scripting and everything else the users needs, based on the latest technologies KDE provides. Here are some of the features: - Multiple FTP sessions (tabs) - Transfer queue - TLS/SSL support for encrypted connections (implicit and explicit) - Partial X509 certificate support for authentication - FXP transfer support (site-to-site) - OTP (one time password) support - s/key, md5, rmd160, sha1 - Drag&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 (KDE >= 3.3) - Bookmark import plugins - Support for SFTP protocol [experimental]
Diffstat (limited to 'net/kftpgrabber/patches')
-rw-r--r--net/kftpgrabber/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/kftpgrabber/patches/patch-aa b/net/kftpgrabber/patches/patch-aa
new file mode 100644
index 00000000000..a6f2defa357
--- /dev/null
+++ b/net/kftpgrabber/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/02/09 13:06:53 markd Exp $
+
+--- src/misc/desencryptor.h.orig 2004-11-09 13:27:08.000000000 +1300
++++ src/misc/desencryptor.h
+@@ -40,6 +40,7 @@
+ #include <openssl/des.h>
+
+ #include <qstring.h>
++#include <stdlib.h>
+
+ namespace KFTPGrabberBase {
+