The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD x11-fm : krusader

A two window file-manager for KDE, like midnight or norton commander

 Krusader is an advanced twin panel (commander style) file manager for KDE,
similar to Midnight or Total Commander, with many extras. It provides all
the file management features you could possibly want.

Plus: extensive archive handling, mounted filesystem support, FTP, advanced 
search module, viewer/editor, directory synchronisation, file content 
comparisons, powerful batch renaming and much much more.

It supports the following archive formats: tar, zip, bzip2, gzip, rar, ace, 
arj and rpm and can handle other KIOSlaves such as smb or fish. It is 
(almost) completely customizable, very user friendly, fast and looks great 
on your desktop! :-)  

http://krusader.sourceforge.net



krusader history


v. 1.24
date: 2007/10/04 06:27:12;  author: edwin;  state: Exp;  lines: +1 -7
Remove always-false/true conditions based on OSVERSION 500000

v. 1.23 date: 2007/07/29 16:51:07; author: arved; state: Exp; lines: +1 -2 Update to 1.80.0 PR: 114853 Submitted by: Heiner
v. 1.22 date: 2007/06/05 06:45:36; author: miwi; state: Exp; lines: +1 -1 - Fix build with gcc 4.2 PR: 113067 Submitted by: Heiner (maintainer)
v. 1.21 date: 2007/05/19 20:28:56; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.20 date: 2007/02/13 00:16:29; author: pav; state: Exp; lines: +1 -1 - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework Submitted by: rafan Tested on: pointyhat
v. 1.19 date: 2006/11/18 19:14:35; author: miwi; state: Exp; lines: +8 -2 - Mark broken on 4.x PR: ports/105648 Submitted by: Heiner (maintainer)
v. 1.18 date: 2006/07/19 15:00:59; author: rafan; state: Exp; lines: +1 -1 - Update 1.70.1 PR: ports/100495 Submitted by: maintainer
v. 1.17 date: 2006/04/02 16:59:27; author: markus; state: Exp; lines: +2 -2 - Update to version 1.70.0 - Don't explicitly mention a specific supported KDE version in pkg-descr - Fix typo and add a trailing newline for better readability in pkg-message PR: ports/93919 Submitted by: Rainer Alves Approved by: maintainer
v. 1.16 date: 2006/02/23 10:40:01; author: ade; state: Exp; lines: +2 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.15 date: 2005/11/05 05:19:45; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION to chase the glib20 shared library update.
v. 1.14 date: 2005/04/21 14:22:52; author: arved; state: Exp; lines: +1 -2 Upgrade to 1.60.0 PR: 79800 Submitted by: Heiner Eichmann
v. 1.13 date: 2005/04/12 03:26:52; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.12 date: 2005/04/11 08:04:34; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.11 date: 2005/03/12 10:53:30; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION to chase the glib20 shared lib version change.
v. 1.10 date: 2004/12/21 08:43:31; author: vs; state: Exp; lines: +2 -2 Update to 1.51 PR: ports/75229 Submitted by: maintainer
v. 1.9 date: 2004/11/03 11:07:44; author: markus; state: Exp; lines: +5 -2 Update to version 1.50 PR: ports/73389 Submitted by: Heiner Eichmann (maintainer)
v. 1.8 date: 2004/07/24 20:25:48; author: sem; state: Exp; lines: +1 -2 Update to 1.40 PR: ports/69522 Submitted by: maintainer
v. 1.7 date: 2004/07/09 17:42:59; author: marcus; state: Exp; lines: +1 -1 Apply a big libtool patch to allow porters to use the libtool installed by the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
v. 1.6 date: 2004/04/05 03:30:23; author: marcus; state: Exp; lines: +1 -1 Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
v. 1.5 date: 2004/03/14 06:17:39; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.4 date: 2004/02/04 05:09:58; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.3 date: 2003/12/08 06:15:05; author: linimon; state: Exp; lines: +17 -1 Update to 1.30 (see extensive ChangeLog for details). Adds more verbose pre-everything:: target. PR: ports/59526 Submitted by: Heiner Eichmann (maintainer)
v. 1.2 date: 2003/06/03 07:43:39; author: arved; state: Exp; lines: +1 -1 Update to 1.20 PR: 52874 Submitted by: maintainer
v. 1.1 date: 2003/05/17 21:29:17; author: arved; state: Exp; Add krusader, a midnight commander like Filemanager for KDE PR: 52348,51343 Submitted by: Heiner Eichmann , Kirill Ponomarew ============================================================================= v. 1.24 date: 2007/10/04 06:27:12; author: edwin; state: Exp; lines: +1 -7 Remove always-false/true conditions based on OSVERSION 500000
v. 1.23 date: 2007/07/29 16:51:07; author: arved; state: Exp; lines: +1 -2 Update to 1.80.0 PR: 114853 Submitted by: Heiner
v. 1.22 date: 2007/06/05 06:45:36; author: miwi; state: Exp; lines: +1 -1 - Fix build with gcc 4.2 PR: 113067 Submitted by: Heiner (maintainer)
v. 1.21 date: 2007/05/19 20:28:56; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.20 date: 2007/02/13 00:16:29; author: pav; state: Exp; lines: +1 -1 - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework Submitted by: rafan Tested on: pointyhat
v. 1.19 date: 2006/11/18 19:14:35; author: miwi; state: Exp; lines: +8 -2 - Mark broken on 4.x PR: ports/105648 Submitted by: Heiner (maintainer)
v. 1.18 date: 2006/07/19 15:00:59; author: rafan; state: Exp; lines: +1 -1 - Update 1.70.1 PR: ports/100495 Submitted by: maintainer
v. 1.17 date: 2006/04/02 16:59:27; author: markus; state: Exp; lines: +2 -2 - Update to version 1.70.0 - Don't explicitly mention a specific supported KDE version in pkg-descr - Fix typo and add a trailing newline for better readability in pkg-message PR: ports/93919 Submitted by: Rainer Alves Approved by: maintainer
v. 1.16 date: 2006/02/23 10:40:01; author: ade; state: Exp; lines: +2 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.15 date: 2005/11/05 05:19:45; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION to chase the glib20 shared library update.
v. 1.14 date: 2005/04/21 14:22:52; author: arved; state: Exp; lines: +1 -2 Upgrade to 1.60.0 PR: 79800 Submitted by: Heiner Eichmann
v. 1.13 date: 2005/04/12 03:26:52; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.12 date: 2005/04/11 08:04:34; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.11 date: 2005/03/12 10:53:30; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION to chase the glib20 shared lib version change.
v. 1.10 date: 2004/12/21 08:43:31; author: vs; state: Exp; lines: +2 -2 Update to 1.51 PR: ports/75229 Submitted by: maintainer
v. 1.9 date: 2004/11/03 11:07:44; author: markus; state: Exp; lines: +5 -2 Update to version 1.50 PR: ports/73389 Submitted by: Heiner Eichmann (maintainer)
v. 1.8 date: 2004/07/24 20:25:48; author: sem; state: Exp; lines: +1 -2 Update to 1.40 PR: ports/69522 Submitted by: maintainer
v. 1.7 date: 2004/07/09 17:42:59; author: marcus; state: Exp; lines: +1 -1 Apply a big libtool patch to allow porters to use the libtool installed by the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
v. 1.6 date: 2004/04/05 03:30:23; author: marcus; state: Exp; lines: +1 -1 Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
v. 1.5 date: 2004/03/14 06:17:39; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.4 date: 2004/02/04 05:09:58; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.3 date: 2003/12/08 06:15:05; author: linimon; state: Exp; lines: +17 -1 Update to 1.30 (see extensive ChangeLog for details). Adds more verbose pre-everything:: target. PR: ports/59526 Submitted by: Heiner Eichmann (maintainer)
v. 1.2 date: 2003/06/03 07:43:39; author: arved; state: Exp; lines: +1 -1 Update to 1.20 PR: 52874 Submitted by: maintainer
v. 1.1 date: 2003/05/17 21:29:17; author: arved; state: Exp; Add krusader, a midnight commander like Filemanager for KDE PR: 52348,51343 Submitted by: Heiner Eichmann , Kirill Ponomarew ============================================================================= v. 1.24 date: 2007/10/04 06:27:12; author: edwin; state: Exp; lines: +1 -7 Remove always-false/true conditions based on OSVERSION 500000
v. 1.23 date: 2007/07/29 16:51:07; author: arved; state: Exp; lines: +1 -2 Update to 1.80.0 PR: 114853 Submitted by: Heiner
v. 1.22 date: 2007/06/05 06:45:36; author: miwi; state: Exp; lines: +1 -1 - Fix build with gcc 4.2 PR: 113067 Submitted by: Heiner (maintainer)
v. 1.21 date: 2007/05/19 20:28:56; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.20 date: 2007/02/13 00:16:29; author: pav; state: Exp; lines: +1 -1 - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework Submitted by: rafan Tested on: pointyhat
v. 1.19 date: 2006/11/18 19:14:35; author: miwi; state: Exp; lines: +8 -2 - Mark broken on 4.x PR: ports/105648 Submitted by: Heiner (maintainer)
v. 1.18 date: 2006/07/19 15:00:59; author: rafan; state: Exp; lines: +1 -1 - Update 1.70.1 PR: ports/100495 Submitted by: maintainer
v. 1.17 date: 2006/04/02 16:59:27; author: markus; state: Exp; lines: +2 -2 - Update to version 1.70.0 - Don't explicitly mention a specific supported KDE version in pkg-descr - Fix typo and add a trailing newline for better readability in pkg-message PR: ports/93919 Submitted by: Rainer Alves Approved by: maintainer
v. 1.16 date: 2006/02/23 10:40:01; author: ade; state: Exp; lines: +2 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.15 date: 2005/11/05 05:19:45; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION to chase the glib20 shared library update.
v. 1.14 date: 2005/04/21 14:22:52; author: arved; state: Exp; lines: +1 -2 Upgrade to 1.60.0 PR: 79800 Submitted by: Heiner Eichmann
v. 1.13 date: 2005/04/12 03:26:52; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.12 date: 2005/04/11 08:04:34; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.11 date: 2005/03/12 10:53:30; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION to chase the glib20 shared lib version change.
v. 1.10 date: 2004/12/21 08:43:31; author: vs; state: Exp; lines: +2 -2 Update to 1.51 PR: ports/75229 Submitted by: maintainer
v. 1.9 date: 2004/11/03 11:07:44; author: markus; state: Exp; lines: +5 -2 Update to version 1.50 PR: ports/73389 Submitted by: Heiner Eichmann (maintainer)
v. 1.8 date: 2004/07/24 20:25:48; author: sem; state: Exp; lines: +1 -2 Update to 1.40 PR: ports/69522 Submitted by: maintainer
v. 1.7 date: 2004/07/09 17:42:59; author: marcus; state: Exp; lines: +1 -1 Apply a big libtool patch to allow porters to use the libtool installed by the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
v. 1.6 date: 2004/04/05 03:30:23; author: marcus; state: Exp; lines: +1 -1 Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
v. 1.5 date: 2004/03/14 06:17:39; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.4 date: 2004/02/04 05:09:58; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.3 date: 2003/12/08 06:15:05; author: linimon; state: Exp; lines: +17 -1 Update to 1.30 (see extensive ChangeLog for details). Adds more verbose pre-everything:: target. PR: ports/59526 Submitted by: Heiner Eichmann (maintainer)
v. 1.2 date: 2003/06/03 07:43:39; author: arved; state: Exp; lines: +1 -1 Update to 1.20 PR: 52874 Submitted by: maintainer
v. 1.1 date: 2003/05/17 21:29:17; author: arved; state: Exp; Add krusader, a midnight commander like Filemanager for KDE PR: 52348,51343 Submitted by: Heiner Eichmann , Kirill Ponomarew =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm