wok rev 25446
ftop: add description.txt
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 06 10:22:54 2022 +0000 (2022-09-06) |
parents | 4b3fc3102e2d |
children | fdf4e6f54d4f |
files | ftop/description.txt ftop/receipt python-edbus/receipt python-edje/receipt python-elementary/receipt python-evas/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ftop/description.txt Tue Sep 06 10:22:54 2022 +0000 1.3 @@ -0,0 +1,38 @@ 1.4 +Ftop is to files what top is to processes. The progress of all open files and 1.5 +file systems can be monitored. If run as a regular user, the set of open files 1.6 +will be limited to those in that user's processes (which is generally all that 1.7 +is of interest to the user). In any case, the selection of which files to 1.8 +display is possible through a wide assortment of options. As with top, the 1.9 +items are displayed in order from most to least active. 1.10 + 1.11 +The interface extends beyond the traditional capabilities and expectations of 1.12 +console applications. For instance, ftop supports two output modes, full (using 1.13 +ncurses) and limited (simple plain text). The output mode can be specified at 1.14 +invocation, or changed dynamically as the program runs. Limited output mode is 1.15 +well suited for piping into other utilities (such as grep or sed) or simply for 1.16 +redirecting into a file. Full output mode is much more visually appealing and 1.17 +contains a few more features. Keyboard control and interaction is not limited 1.18 +to full output mode; it is also available in limited output mode. 1.19 + 1.20 +As another unique usability feature, the command line options for ftop exactly 1.21 +match the run-time keyboard commands. In other words, the '-p' command line 1.22 +option can be used to specify a list of processes at invocation, and while ftop 1.23 +is running, 'p' can be pressed to modify the list. As another example, '-h' 1.24 +will show the help screen when ftop starts, or 'h' can be pressed at any time 1.25 +afterward to show the help screen. This commonality exists for every 1.26 +configuration option. And the current value for all options can be viewed at a 1.27 +glance in the options screen. 1.28 + 1.29 +Finally, ftop can also be easily configured to display additional files that 1.30 +are not currently open by any local processes, and file system usage. If an NFS 1.31 +client is writing a file on a local export, that file may not be open by any 1.32 +local process, so the additional files feature is used to display those files. 1.33 +One or more file systems can be monitored if many files are being created, for 1.34 +instance while restoring from a backup or extracting a large archive. 1.35 + 1.36 +Ftop has many more features than those described here. Detailed online help 1.37 +describes all available functionality, and provides examples of some of the 1.38 +interesting ways in which ftop can be used. 1.39 + 1.40 +Ftop currently makes use of the entries for each process in /proc/PID/fdinfo/ 1.41 +to determine the file position and other details.
2.1 --- a/ftop/receipt Tue Sep 06 07:38:52 2022 +0000 2.2 +++ b/ftop/receipt Tue Sep 06 10:22:54 2022 +0000 2.3 @@ -7,7 +7,7 @@ 2.4 MAINTAINER="paul@slitaz.org" 2.5 LICENSE="GPL2.1" 2.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.7 -WEB_SITE="https://code.google.com/archive/p/ftop/" 2.8 +WEB_SITE="https://cook.slitaz.org/index.cgi?man=ftop" 2.9 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 2.10 2.11 DEPENDS="ncurses"
3.1 --- a/python-edbus/receipt Tue Sep 06 07:38:52 2022 +0000 3.2 +++ b/python-edbus/receipt Tue Sep 06 10:22:54 2022 +0000 3.3 @@ -9,7 +9,7 @@ 3.4 SOURCE="python-e_dbus" 3.5 TARBALL="$SOURCE-$VERSION.tar.bz2" 3.6 WEB_SITE="https://www.enlightenment.org/" 3.7 -WGET_URL="https://pypi.python.org/packages/source/p/$PACKAGE/$TARBALL" 3.8 +WGET_URL="https://web.archive.org/web/20150909200930if_/https://download.enlightenment.org/releases/BINDINGS/python/$TARBALL" 3.9 TAGS="e enlightenment python" 3.10 3.11 DEPENDS="edbus dbus-python dbus-helper"
4.1 --- a/python-edje/receipt Tue Sep 06 07:38:52 2022 +0000 4.2 +++ b/python-edje/receipt Tue Sep 06 10:22:54 2022 +0000 4.3 @@ -8,7 +8,7 @@ 4.4 LICENSE="LGPL2.1" 4.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 4.6 WEB_SITE="https://www.enlightenment.org/" 4.7 -WGET_URL="https://pypi.python.org/packages/source/p/$PACKAGE/$TARBALL" 4.8 +WGET_URL="https://web.archive.org/web/20150908092158if_/https://download.enlightenment.org/releases/BINDINGS/python/$TARBALL" 4.9 TAGS="e enlightenment python" 4.10 4.11 DEPENDS="edje python-evas libxml2"
5.1 --- a/python-elementary/receipt Tue Sep 06 07:38:52 2022 +0000 5.2 +++ b/python-elementary/receipt Tue Sep 06 10:22:54 2022 +0000 5.3 @@ -8,7 +8,7 @@ 5.4 LICENSE="LGPL3" 5.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 5.6 WEB_SITE="https://www.enlightenment.org/" 5.7 -WGET_URL="https://pypi.python.org/packages/source/p/$PACKAGE/$TARBALL" 5.8 +WGET_URL="https://web.archive.org/web/20150908092224if_/https://download.enlightenment.org/releases/BINDINGS/python/$TARBALL" 5.9 TAGS="e enlightenment python" 5.10 5.11 DEPENDS="elementary python-evas"
6.1 --- a/python-evas/receipt Tue Sep 06 07:38:52 2022 +0000 6.2 +++ b/python-evas/receipt Tue Sep 06 10:22:54 2022 +0000 6.3 @@ -8,7 +8,7 @@ 6.4 LICENSE="LGPL2.1" 6.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 6.6 WEB_SITE="https://www.enlightenment.org/" 6.7 -WGET_URL="https://pypi.python.org/packages/source/p/$PACKAGE/$TARBALL" 6.8 +WGET_URL="https://web.archive.org/web/20150908093219if_/https://download.enlightenment.org/releases/BINDINGS/python/$TARBALL" 6.9 TAGS="e enlightenment python" 6.10 6.11 DEPENDS="evas python"