diff --git a/plugins/packages-desc b/plugins/packages-desc index 71fa4b50..03f41686 100755 --- a/plugins/packages-desc +++ b/plugins/packages-desc @@ -16,7 +16,7 @@ "iotop":"iotop is a Python program with a top-like UI used to show of behalf of which process is the I\/O going on.", "iperf":"iperf is a tool for active measurements of the maximum achievable bandwidth on IP networks. It supports tuning of various parameters related to timing, protocols, and buffers. For each test it reports the bandwidth, loss, and other parameters. Iperf3 is a redesign of an original version developed at NLANR\/DAST", "jhead":"jhead displays and manipulates data contained in the Exif header of JPEG images from digital cameras. For many tasks, jhead remains the simplest and most effective tool for the job, especially if used for automated or scripted tasks.", - "joe":"Joseph H. Allen's easy to use text editor, similar to WordStar(tm)", + "joe":"Joseph H. Allen\'s easy to use text editor, similar to WordStar(tm)", "kbd":"Load and save keyboard mappings. Needed if you are not using the US keyboard map. This package also contains utilities to change your console fonts - if you install it you ll get a menu later on that lets you select from many different fonts. If you like one, you can make it your default font. A new default font can be chosen at any time by typing setconsolefont.", "lftp":"lftp is a program that allows sophisticated ftp and http connections to other hosts. lftp can handle many file access methods including ftp, ftps, http, https, hftp, fish and file. Every operation in lftp is reliable, that is any non-fatal error is ignored and the operation is retried. lftp has shell-like command syntax. lftp has a built in mirror feature which can download or upload a whole directory tree. To learn about many more features of lftp, see man lftp.", "lrzip":"LRZIP is a file compression program designed to do particularly well on very large files containing long distance redundancy. The larger the file and the more memory you have, the better the compression advantage this will provide. A variety of compression options allow optimizing for size or speed.", @@ -35,7 +35,9 @@ "perl":"Larry Wall s Practical Extraction and Report Language . Perl is a language optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that information. It s also a good language for many system management tasks. The language is intended to be practical (easy to use, efficient, complete) rather than beautiful (tiny, elegant, minimal).", "python":"Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. Python s basic power can be extended with your own modules written in C or C++. Python is also adaptable as an extension language for existing applications.", "python3":"Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. This is a new version of the language that is incompatible with the 2.x line of releases. The language is mostly the same, but many details, especially how built-in objects like dictionaries and strings work, have changed considerably, and a lot of deprecated features have finally been removed. Also, the standard library has been reorganized in a few prominent places.", + "readline":"The GNU Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in. Both Emacs and vi editing modes are available. The Readline library includes additional functions to maintain a list of previously entered command lines, to recall and perhaps edit those lines, and perform csh-like history expansion on previous commands.", "rmlint":"rmlint finds space waste and other broken things on your filesystem and offers to remove it.", + "screen":"Screen is a full-screen window manager that multiplexes a physical terminal between several processes (typically interactive shells). Each virtual terminal provides the functions of a DEC VT100 terminal and several control functions from the ISO 6492 (ECMA 48, ANSI X3.64) and ISO 2022 standards (e.g. insert\/delete line and support for multiple character sets). There is a scrollback history buffer for each virtual terminal and a copy-and-paste mechanism that allows moving text regions between windows.", "serf":"The serf library is a high performance C-based HTTP client library built upon the Apache Portable Runtime (APR) library.", "sshfs-fuse":"This is a filesystem client based on the SSH File Transfer Protocol. Since most SSH servers already support this protocol it is very easy to set up: i.e. on the server side there s nothing to do. On the client side mounting the filesystem is as easy as logging into the server with ssh.", "strace":"Strace allows you to trace the execution of a command. It runs the specified command until it exits, intercepting signals and system calls and dumping the information to the standard error. System administrators, diagnosticians and trouble-shooters will find it invaluable for solving problems with programs for which the source is not readily available since they do not need to be recompiled in order to trace them.",