You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
freifunkist-firmware/feeds/packages.tmp/info/.packageinfo-utils_progress

34 lines
1.1 KiB

Source-Makefile: feeds/packages/utils/progress/Makefile
Package: progress
Version: 0.14-1
Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncursesw
Conflicts:
Menu-Depends:
Provides:
Section: utils
Category: Utilities
Repository: base
Title: Coreutils Progress Viewer (formerly known as 'cv')
Maintainer: Nikil Mehta <nikil.mehta@gmail.com>
Source: progress-0.14.tar.gz
License: GPL-3.0
LicenseFiles: LICENSE
Type: ipkg
Description: This tool can be described as a Tiny, Dirty, Linux-and-OSX-Only
C command that looks for coreutils basic commands (cp, mv, dd, tar,
gzip/gunzip, cat, etc.) currently running on your system and
displays the percentage of copied data. It can also show estimated
time and throughput, and provide a "top-like" mode (monitoring).
.
It simply scans `/proc` for interesting commands, and then looks at
directories `fd` and `fdinfo` to find opened files and seek positions,
and reports status for the largest file.
.
It's very light, and compatible with virtually any command.
This program was formerly known as 'cv' on github.
https://github.com/Xfennec/progress
Nikil Mehta <nikil.mehta@gmail.com>
@@