summaryrefslogtreecommitdiff
path: root/net/kftpgrabber/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-2/+2
USE_TOOLS+=msgfmt.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz1-1/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-08qt-3.3.5 fix.markd1-1/+9
2005-06-05Update kftpgrabber to version 0.6.0.markd1-4/+3
* 0.6.0 CHG: KFTPGrabber has now moved to KDE Extragear, so the build system has been slightly changed FIX: Resuming files using SFTP FIX: Do not refetch directory listings while processing the queue FIX: Queue/server management related crash FIX: Incorrect directory progress when aborting transfer * 0.6.0-beta2 FIX: Request for password when selecting anonymous in quick connect dialog FIX: Set the correct home dir on some remote connections FIX: Bookmark related crash FIX: Proper encoding of URLs in the queue file FIX: One month timeshift when doing MDTM * 0.6.0-beta1 ADD: According to the KDE HIG minimize to tray if the mainwindow is closed ADD: Experimental support for multiple threads ADD: Traffic graph ADD: Commonly used site commands for GlFTPD (more to follow) ADD: Support for setting per-site encoding CHG: Updated libssh to the latest version to support keyboard-interactive auth CHG: Removed howl in favor of KDNSSD Zeroconf API FIX: Lots of crash fixes FIX: Rewritten directory listing parser FIX: Different queue improvements and bugfixes
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-09Initial import of kftpgrabber 0.5.0, a graphical FTP client for KDEmarkd1-0/+24
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]