diff options
author | markd <markd@pkgsrc.org> | 2006-08-30 00:07:00 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-08-30 00:07:00 +0000 |
commit | 37acdb0e9477a2bf5f0f45c285ad92464c79cfbd (patch) | |
tree | 98254bc85d571b904e40a6e086b8919ccc1e2e8c /sysutils/krusader/Makefile | |
parent | d72f502f044d1959622b505921551f7832b63e31 (diff) | |
download | pkgsrc-37acdb0e9477a2bf5f0f45c285ad92464c79cfbd.tar.gz |
Update krusader to 1.70.1.
Highlights:
* Drastic improvement of performance when opening folders with
lots of files
* Remote encoding menu for fish, ftp and sftp protocols
* Text search in files displays the first line with keywords in a
search window
* Various integrated checksum calculating and verifying tools
* Colorful user interface of many elements such as synchronizer
* Tab oriented internal editor with syntax highlighting
* And many, many more that you can find in our changelog...
Changes since beta1 include (but not limited to):
* Improvements in the checksum module
* More control over the terminal emulator (requested feature)
* Our modified KIO-TAR is now built only when passing --with-kiotar
to configure
* Bugfixes to bookmarks, viewer and much more
* A fix for a nasty bug that was plagueing people with gcc 4.x
Changes since beta2 include (but not limited to):
* New icons and artwork by our contest winner Andrew Neupokoev
* A splashscreen based on the contest artwork
* Bug fixes, bug fixes, bug fixes!
Changes since 1.70.0:
* Security fix: prevents passwords from being stored in cleartext in
bookmarks.xml
* Many fixes that have been backported from CVS
* Added a Turkish translation
Diffstat (limited to 'sysutils/krusader/Makefile')
-rw-r--r-- | sysutils/krusader/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/krusader/Makefile b/sysutils/krusader/Makefile index 696a387f653..da61e1d4bb1 100644 --- a/sysutils/krusader/Makefile +++ b/sysutils/krusader/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2006/07/07 15:49:34 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2006/08/30 00:07:00 markd Exp $ # -DISTNAME= krusader-1.70.0 +DISTNAME= krusader-1.70.1 CATEGORIES= kde sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=krusader/} @@ -9,7 +9,7 @@ MAINTAINER= ianzag@mail.ru HOMEPAGE= http://krusader.sourceforge.net/ COMMENT= Advanced twin-panel (commander-style) file-manager for KDE 3.x -USE_TOOLS+= gmake +USE_TOOLS+= gmake perl USE_LANGUAGES= c c++ USE_LIBTOOL= YES GNU_CONFIGURE= YES |