2014-08-22 13:24:25 +02:00
|
|
|
# $NetBSD: Makefile,v 1.59 2014/08/22 11:24:42 wiz Exp $
|
Import krusader from pkgsrc-wip. Packaged by Ian Zagorskih and
slightly modified by me.
Krusader is an advanced twin-panel (commander-style) file-manager
for KDE 3.x (similar to Midnight or Total Commander) but 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!
2004-08-03 15:16:44 +02:00
|
|
|
#
|
|
|
|
|
Update krusader to 1.90.0
Basically, Krusader-1.90.0 = Krusader-1.80.0 + bugfixes +
Krusader Extensions sent in by our loyal users. Thanks!
+ Improvements:
- GCC 4.3 compatibility
- KDE 3.2 through KDE 3.5 compatibility
- bugfixes
+ Many Krusader Extensions:
- Keymaps, use keybindings of other commanders or customized keybindings!
- Colormaps, use colors of other commanders or customized colors!
- Useractions, create actions for your own needs!
- Javascript useractions, create actions with additional javascript power
for your own needs!
+ Krusader Extensions highlights:
+ Color schemes: Total Commander, Dos Navigator, Midnight Commander, bash
+ Keymap: Midnight Commander
+ Useractions:
- Search and Replace in file
- Split large mp3 files
- Copy as root
- Archive foo to dir
- lzma and tar.lzma archive support
- tar.7z archive support
- ar (.a, .deb,...) archive support
- Unpack multiple zip archives
- kgpg: encrypt, decrypt, sign, verify signature
- .uue file support (uuencode and uudecode)
+ Javascript useractions:
- Recode files using iconv or GNU recode
- Mount as root
- Select from file
- Calculator
2008-10-15 10:21:23 +02:00
|
|
|
DISTNAME= krusader-1.90.0
|
2014-08-22 13:24:25 +02:00
|
|
|
PKGREVISION= 34
|
Import krusader from pkgsrc-wip. Packaged by Ian Zagorskih and
slightly modified by me.
Krusader is an advanced twin-panel (commander-style) file-manager
for KDE 3.x (similar to Midnight or Total Commander) but 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!
2004-08-03 15:16:44 +02:00
|
|
|
CATEGORIES= kde sysutils
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=krusader/}
|
|
|
|
|
|
|
|
MAINTAINER= ianzag@mail.ru
|
|
|
|
HOMEPAGE= http://krusader.sourceforge.net/
|
|
|
|
COMMENT= Advanced twin-panel (commander-style) file-manager for KDE 3.x
|
|
|
|
|
2008-09-18 11:12:09 +02:00
|
|
|
USE_TOOLS+= gmake perl msgfmt
|
Import krusader from pkgsrc-wip. Packaged by Ian Zagorskih and
slightly modified by me.
Krusader is an advanced twin-panel (commander-style) file-manager
for KDE 3.x (similar to Midnight or Total Commander) but 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!
2004-08-03 15:16:44 +02:00
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
USE_LIBTOOL= YES
|
|
|
|
GNU_CONFIGURE= YES
|
2012-02-09 22:44:27 +01:00
|
|
|
SET_LIBDIR= YES
|
Import krusader from pkgsrc-wip. Packaged by Ian Zagorskih and
slightly modified by me.
Krusader is an advanced twin-panel (commander-style) file-manager
for KDE 3.x (similar to Midnight or Total Commander) but 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!
2004-08-03 15:16:44 +02:00
|
|
|
|
2006-07-07 17:49:30 +02:00
|
|
|
SHLIBTOOL_OVERRIDE= # empty
|
Import krusader from pkgsrc-wip. Packaged by Ian Zagorskih and
slightly modified by me.
Krusader is an advanced twin-panel (commander-style) file-manager
for KDE 3.x (similar to Midnight or Total Commander) but 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!
2004-08-03 15:16:44 +02:00
|
|
|
|
2009-07-11 21:35:27 +02:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
.if ${OPSYS} == "DragonFly"
|
|
|
|
CONFIGURE_ARGS+= --without-acl
|
|
|
|
.endif
|
|
|
|
|
Import krusader from pkgsrc-wip. Packaged by Ian Zagorskih and
slightly modified by me.
Krusader is an advanced twin-panel (commander-style) file-manager
for KDE 3.x (similar to Midnight or Total Commander) but 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!
2004-08-03 15:16:44 +02:00
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
2006-05-25 14:49:39 +02:00
|
|
|
.include "../../x11/kdebase3/buildlink3.mk"
|
2007-01-13 17:50:12 +01:00
|
|
|
.include "../../x11/libSM/buildlink3.mk"
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
|
|
.include "../../x11/libXt/buildlink3.mk"
|
2012-07-01 21:05:10 +02:00
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
Import krusader from pkgsrc-wip. Packaged by Ian Zagorskih and
slightly modified by me.
Krusader is an advanced twin-panel (commander-style) file-manager
for KDE 3.x (similar to Midnight or Total Commander) but 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!
2004-08-03 15:16:44 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|