added expect and tcl

This commit is contained in:
dmacias72 2017-09-15 21:10:34 -06:00
parent 1ab5d30bf7
commit 6e651142ec
5 changed files with 2 additions and 0 deletions

BIN
packages/6.3/expect-5.45-x86_64-1.txz vendored Normal file

Binary file not shown.

BIN
packages/6.3/tcl-8.6.7-x86_64-1.txz vendored Normal file

Binary file not shown.

BIN
packages/6.4/expect-5.45-x86_64-1.txz vendored Normal file

Binary file not shown.

BIN
packages/6.4/tcl-8.6.7-x86_64-1.txz vendored Normal file

Binary file not shown.

View File

@ -9,6 +9,7 @@
"cpio":"A program to manage archives of files. This package also includes mt, a tape drive control program. cpio copies files into or out of a cpio or tar archive, which is a file that contains other files plus information about them, such as their pathname, owner, timestamps, and access permissions. The archive can be another file on the disk, a magnetic tape, or a pipe.",
"dstat":"A versatile replacement for vmstat, iostat, netstat, nfsstat and ifstat. Dstat overcomes some of their limitations and adds some extra features, more counters and flexibility. Dstat is handy for monitoring systems during performance tuning tests, benchmarks or troubleshooting.",
"exiftool":"A platform-independent Perl library (Image::ExifTool) plus a command-line application (exiftool) for reading, writing, and editing meta information in image, audio, and video files. ExifTool supports many different types of metadata including EXIF, GPS, IPTC, XMP, JFIF, GeoTIFF, ICC Profile, Photoshop IRB, AFCP, FlashPix, AFCP, and ID3, and maker notes of many digital cameras.",
"expect":"A program that talks to other interactive programs according to a script. Following the script, it knows what can be expected from a program and what the correct response should be.",
"fasd":"A command-line productivity booster. Fasd offers quick access to files and directories for POSIX shells. It is inspired by tools like autojump, z and v. Fasd keeps track of files and directories you have accessed, so that you can quickly reference them in the command line.",
"fdupes":"A program for identifying or deleting duplicate files residing within specified directories.",
"git":"A fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. git can mean anything, depending on your mood. Git was originally written by Linus Torvalds and is currently maintained by Junio C. Hamano.",
@ -53,6 +54,7 @@
"stunnel":"Designed to work as an SSL encryption wrapper between remote client and local or remote servers. The goal is to facilitate SSL encryption and authentication for non-SSL-aware programs. stunnel can be used to add SSL functionality to commonly used inetd daemons like POP-2, POP-3 and IMAP servers without any changes in the program code.",
"subversion":"A version control system which allows you to keep old versions of files and directories (usually source code), and keep a log of who, when, and why changes occurred, similar to other such systems like CVS, RCS or SCCS. Subversion keeps all the information to permit extracting previous versions of those files at any time.",
"sysstat":"The sysstat utilities are a collection of performance monitoring tools for Linux. These include the iostat, mpstat, pidstat, sadf, and sar tools.",
"tcl":"A simple to use text-based script language with many built-in features which make it especially nice for writing interactive scripts.",
"tcpdump":"A tool for network monitoring and data acquisition. You can use it to dump information on all the packets on a network that match a boolean expression.",
"tmux":"A terminal multiplexer. It enables a number of terminals to be accessed and controlled from a single terminal.",
"unionfs-fuse":"filesystem implementation more flexible than kernel solution.",