1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
Source: vfu
Section: utils
Priority: optional
Maintainer: Boian Bonev <bbonev@ipacct.com>
Standards-Version: 4.7.2
Build-Depends:
debhelper-compat (= 13),
libncurses-dev,
libpcre2-dev,
libyascreen-dev (>= 1.95),
pkgconf,
Rules-Requires-Root: no
Homepage: https://cade.noxrun.com/projects/vfu/
Vcs-Browser: https://github.com/bbonev/vfu-deb
Vcs-Git: https://github.com/bbonev/vfu-deb.git
Package: vfu
Architecture: all
Depends:
bzip2,
unzip,
vfu-yascreen (>= ${source:Version}) | vfu-ncurses (>= ${source:Version}),
${misc:Depends},
${perl:Depends},
Description: Versatile text-based file-manager (common files)
vfu is a nice file-manager using the ncurses or yascreen
libraries. It has many nice features:
.
* Fast one-key commands
* Filename completion and wildcard expansion
* Directory tree with sizes
* File-type colorization
* Archives support (TAR, TGZ, BZ2, and many more)
* FTP support through archive-like interface
* Internal text/hex file viewer and hex editor
* Automount feature
* Extensive user-defined external support/utils!
Package: vfu-ncurses
Architecture: any
Breaks:
vfu (<= 5.07-1),
Replaces:
vfu (<= 5.07-1),
Depends:
vfu (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Description: Versatile text-based file-manager (ncurses)
vfu is a nice file-manager using the ncurses
library. It has many nice features:
.
* Fast one-key commands
* Filename completion and wildcard expansion
* Directory tree with sizes
* File-type colorization
* Archives support (TAR, TGZ, BZ2, and many more)
* FTP support through archive-like interface
* Internal text/hex file viewer and hex editor
* Automount feature
* Extensive user-defined external support/utils!
Package: vfu-yascreen
Architecture: any
Breaks:
vfu (<= 5.07-1),
Replaces:
vfu (<= 5.07-1),
Depends:
vfu (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Description: Versatile text-based file-manager (yascreen)
vfu is a nice file-manager using the yascreen
library. It has many nice features:
.
* Fast one-key commands
* Filename completion and wildcard expansion
* Directory tree with sizes
* File-type colorization
* Archives support (TAR, TGZ, BZ2, and many more)
* FTP support through archive-like interface
* Internal text/hex file viewer and hex editor
* Automount feature
* Extensive user-defined external support/utils!
|