PACKAGES.TXT; Thu May 31 23:05:46 PDT 2001 This file provides details on the Splack packages found in the ./splack/ directory. Total size of all packages (compressed): 536 MB Total size of all packages (uncompressed): 1639 MB PACKAGE NAME: a2ps.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 884 K PACKAGE SIZE (uncompressed): 3230 K PACKAGE DESCRIPTION: a2ps: GNU a2ps-4.13b. a2ps: a2ps: GNU a2ps is an Any to PostScript filter. Of course it processes a2ps: plain text files, but also pretty prints quite a few popular a2ps: programming languages. a2ps is used by apsfilter (apsfilt.tgz), a2ps: so be sure to install this package if you plan to do any printing. a2ps: Also contained in this package is psutils-1.17, a collection of a2ps: programs for manipulating PostScript files. a2ps: PACKAGE NAME: aaa_base.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 6 K PACKAGE SIZE (uncompressed): 70 K PACKAGE DESCRIPTION: aaa_base: Basic Linux filesystem package. aaa_base: aaa_base: Sets up the empty directory tree for Splack and adds an email to aaa_base: root's mailbox welcoming them to Linux. :) This package should be aaa_base: installed first and never uninstalled. aaa_base: PACKAGE NAME: aaagnome.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 0 K PACKAGE SIZE (uncompressed): 20 K PACKAGE DESCRIPTION: aaagnome: GNOME/GTK+ preparation package aaagnome: aaagnome: Since most of the GNOME/GTK+ packages are installed with a --prefix aaagnome: of /opt/gnome, this package adds /opt/gnome/lib to ld.so.conf, and aaagnome: /opt/gnome/bin to the PATH. GNOME will not run otherwise. aaagnome: aaagnome: This is a required package. aaagnome: PACKAGE NAME: abi.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 4709 K PACKAGE SIZE (uncompressed): 10170 K PACKAGE DESCRIPTION: abi: AbiWord Personal (abi-0.7.14-2) abi: abi: AbiWord Personal is a lean and fast full-featured word processor. abi: It can import many formats including Word97/2000 and RTF, Palm, Psion, abi: DocBook and XHTML documents, and can export to RTF, Palm, Psion, abi: XHTML, Text, and LaTeX formats. abi: abi: Linux Journal calls it "an elegant, open source word processor that abi: delivers the Word functionality most people use." abi: PACKAGE NAME: afbinit.tgz PACKAGE LOCATION: ./splack/u1 PACKAGE SIZE (compressed): 3 K PACKAGE SIZE (uncompressed): 20 K PACKAGE DESCRIPTION: afbinit: afbinit-1.1.1.1 afbinit: afbinit: Loads the afb.ucode file from Solaris. This is necessary for Elite3D afbinit: framebuffers. See /usr/doc/afbinit/README for more details. afbinit: PACKAGE NAME: apache.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 1219 K PACKAGE SIZE (uncompressed): 4660 K PACKAGE DESCRIPTION: apache: Apache WWW server v 1.3.20 apache: apache: Apache is an HTTP server designed as a plug-in replacement for the apache: NCSA HTTP server. It fixes numerous bugs in the NCSA server and apache: includes many frequently requested new features, and has an API which apache: allows it to be extended to meet users' needs more easily. apache: apache: Apache is the most popular web server in the known universe; over apache: half of the servers on the Internet are running Apache or one of apache: its variants. apache: PACKAGE NAME: apsfilter.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 312 K PACKAGE SIZE (uncompressed): 1040 K PACKAGE DESCRIPTION: apsfilter: apsfilter-6.1.1. apsfilter: apsfilter: Apsfilter is a printer input filter. With apsfilter installed and apsfilter: configured, you can print many different file types (like ASCII, apsfilter: PostScript, and DVI, as well as compressed versions of all of these) apsfilter: directly with 'lpr', and apsfilter will automatically handle the apsfilter: conversion process on the fly. apsfilter: apsfilter: To configure apsfilter, run the SETUP program in /usr/lib/apsfilter. apsfilter: PACKAGE NAME: ash.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 56 K PACKAGE SIZE (uncompressed): 120 K PACKAGE DESCRIPTION: ash: Kenneth Almquist's ash shell. ash: ash: A lightweight (62K) Bourne compatible shell. Great for machines with ash: low memory, but does not provide all the extras of shells like bash, ash: tcsh, or zsh. Runs most shell scripts compatible with the Bourne ash: shell. Note that under Linux, most scripts seem to use at least some ash: bash-specific syntax. The Slackware setup scripts are a notable ash: exception, since ash is the shell used on the install disks. NetBSD ash: uses ash as its /bin/sh. ash: PACKAGE NAME: audiofile.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 199 K PACKAGE SIZE (uncompressed): 610 K PACKAGE DESCRIPTION: audiofile: audiofile-0.2.1 audiofile: audiofile: Audiofile is a library to handle various audio file formats, and is audiofile: used by the esound daemon. You can also use it to develop your own audiofile: audiofile applications. audiofile: PACKAGE NAME: autoconf.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 433 K PACKAGE SIZE (uncompressed): 1100 K PACKAGE DESCRIPTION: autoconf: GNU autoconf 2.50 autoconf: autoconf: Autoconf is an extensible package of m4 macros that produce shell autoconf: scripts to automatically configure software source code packages. autoconf: These scripts can adapt the packages to many kinds of UNIX-like autoconf: systems without manual user intervention. Autoconf creates a autoconf: configuration script for a package from a template file that lists the autoconf: operating system features that the package can use, in the form of m4 autoconf: macro calls. autoconf: You must install the "m4" package to be able to use autoconf. autoconf: PACKAGE NAME: autofs.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 52 K PACKAGE SIZE (uncompressed): 190 K PACKAGE DESCRIPTION: autofs: autofs-3.1.7 autofs: autofs: autofs is a kernel-based automounter for Linux. It performs a job autofs: similar to amd(8) but relies on a small stub of kernel code instead of autofs: pretending to be an NFS server. The result is simpler code, better autofs: reliability, and much faster operation in the common case (everything autofs: already mounted.) autofs: PACKAGE NAME: automake.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 233 K PACKAGE SIZE (uncompressed): 770 K PACKAGE DESCRIPTION: automake: GNU automake 1.4-p2 automake: automake: This is automake, a Makefile generator. It was inspired by the 4.4BSD automake: make and include files, but aims to be portable and to conform to the automake: GNU standards for Makefile variables and targets. automake: Automake is a Perl script. The input files are called Makefile.am. automake: The output files are called makefile.in; they are intended for use automake: with Autoconf. Automake requires certain things to be done in your automake: configure.in. automake: You must install the "m4" and "perl" packages to be able to use automake: automake. PACKAGE NAME: bash.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 559 K PACKAGE SIZE (uncompressed): 1200 K PACKAGE DESCRIPTION: bash: GNU bash-2.05 bash: bash: The GNU Bourne-Again SHell. Bash is a sh-compatible command bash: interpreter that executes commands read from the standard input or bash: from a file. Bash also incorporates useful features from the Korn bash: and C shells (ksh and csh). Bash is ultimately intended to be a bash: conformant implementation of the IEEE Posix Shell and Tools bash: specification (IEEE Working Group 1003.2). bash: bash: Bash must be present for the system to boot properly. bash: PACKAGE NAME: bash1.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 255 K PACKAGE SIZE (uncompressed): 510 K PACKAGE DESCRIPTION: bash1: GNU bash-1.14.7 bash1: bash1: The GNU Bourne-Again SHell. Bash is a sh-compatible command bash1: interpreter that executes commands read from the standard input or bash1: from a file. Bash also incorporates useful features from the Korn bash1: and C shells (ksh and csh). Bash is ultimately intended to be a bash1: conformant implementation of the IEEE Posix Shell and Tools bash1: specification (IEEE Working Group 1003.2). bash1: bash1: Some older scripts may need /bin/bash1 instead of /bin/bash. bash1: PACKAGE NAME: bc.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 92 K PACKAGE SIZE (uncompressed): 230 K PACKAGE DESCRIPTION: bc: GNU bc 1.06 - An arbitrary precision calculator language. bc: bc: bc is a language that supports arbitrary precision numbers with bc: interactive execution of statements. There are some similarities in bc: the syntax to the C programming language. bc: PACKAGE NAME: bin.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 1084 K PACKAGE SIZE (uncompressed): 2310 K PACKAGE DESCRIPTION: bin: Binaries that go in /bin and /usr/bin. bin: bin: Various programs and utilities required by Splack: bin: bin: apm apmd asapm at atd atrun batch bban bpe compress crond crontab bin: diskcopy dosfsck ed eject file fiz fromdos gawk hdparm igawk indent bin: lha lnsize makewhatis mkdosfs mktemp patch rpm2targz rpmoffset bin: savelog sed shar splitvt sysvbanner tempfile time todos tput unarj bin: unshar uudecode uuencode volname which xapm xx zcmp zless zoo bin: PACKAGE NAME: bind.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 2007 K PACKAGE SIZE (uncompressed): 6910 K PACKAGE DESCRIPTION: bind: bind-9.1.2 bind: bind: The named daemon and support utilities such as dig, host, and bind: nslookup. Sample configuration files for running a simple caching bind: nameserver are included. Documentation for advanced name server bind: setup can be found in /usr/doc/bind-9.1.2/. bind: PACKAGE NAME: binutils.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 1855 K PACKAGE SIZE (uncompressed): 4300 K PACKAGE DESCRIPTION: binutils: GNU binutils-2.10.1.0.4 binutils: binutils: Includes these development utilities: binutils: binutils: addr2line ar as c++filt gasp gprof ld nm objcopy objdump ranlib binutils: size strings-GNU strip binutils: binutils: These utilities are REQUIRED to compile C, C++, Objective-C, binutils: Fortran, and many other programming languages. binutils: PACKAGE NAME: bison.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 140 K PACKAGE SIZE (uncompressed): 290 K PACKAGE DESCRIPTION: bison: GNU bison-1.28 bison: bison: Bison is a parser generator in the style of yacc(1). It should be bison: upwardly compatible with input files designed for yacc. bison: PACKAGE NAME: bitchx.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 1465 K PACKAGE SIZE (uncompressed): 3940 K PACKAGE DESCRIPTION: bitchx: BitchX-1.0c18 bitchx: bitchx: BitchX is an advanced Internet Relay Chat (IRC) client. bitchx: PACKAGE NAME: bonobo.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 1199 K PACKAGE SIZE (uncompressed): 6060 K PACKAGE DESCRIPTION: bonobo: bonobo-1.0.4 bonobo: bonobo: Bonobo is a library that provides the necessary framework for GNOME bonobo: applications to deal with compound documents, i.e. those with a bonobo: spreadsheet and graphic embedded in a word-processing document. bonobo: PACKAGE NAME: bootp.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 72 K PACKAGE SIZE (uncompressed): 230 K PACKAGE DESCRIPTION: bootp: bootp-DD2.4.3 bootp: bootp: This is an enhanced version of the CMU BOOTP server which was derived bootp: from the original BOOTP server created by Bill Croft at Stanford. bootp: This version merges all the enhancements and bug-fixes from the bootp: NetBSD, Columbia, and other versions. bootp: PACKAGE NAME: bsdgames.tgz PACKAGE LOCATION: ./splack/y1 PACKAGE SIZE (compressed): 2321 K PACKAGE SIZE (uncompressed): 5550 K PACKAGE DESCRIPTION: bsdgames: BSD games collection, version 2.11. bsdgames: bsdgames: Games that go in /usr/games: adventure arithmetic atc backgammon bsdgames: banner battlestar bcd caesar canfield cfscores countmail cribbage bsdgames: factor fish fortune gomoku hangman hunt mille monop morse number bsdgames: phantasia pig pom ppt primes quiz rain random robots rot13 sail bsdgames: snake snscore teachgammon trek wargames worm worms wump bsdgames: bsdgames: Adds a call to 'fortune' to /etc/profile and /etc/csh.login, so that bsdgames: users will get a fortune message when they log in. bsdgames: PACKAGE NAME: bug_buddy.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 217 K PACKAGE SIZE (uncompressed): 770 K PACKAGE DESCRIPTION: bug_buddy: bug-buddy-2.0.1 bug_buddy: bug_buddy: Utility to ease the reporting of bugs within the GNOME Desktop bug_buddy: Environment. bug_buddy: PACKAGE NAME: byacc.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 30 K PACKAGE SIZE (uncompressed): 80 K PACKAGE DESCRIPTION: byacc: Berkeley Yacc byacc: byacc: Berkeley Yacc is an LALR(1) parser generator. Berkeley Yacc byacc: has been made as compatible as possible with AT&T Yacc. Berkeley byacc: Yacc can accept any input specification that conforms to the AT&T byacc: Yacc documentation. Specifications that take advantage of byacc: undocumented features of AT&T Yacc will probably be rejected. byacc: If you skip this package and install GNU Bison, a /usr/bin/yacc byacc: shell script will be created which will allow you to use bison byacc: instead. (It contains 'bison -y ') byacc: PACKAGE NAME: bzip2.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 118 K PACKAGE SIZE (uncompressed): 360 K PACKAGE DESCRIPTION: bzip2: bzip2 version 1.0.1 (a block-sorting file compressor) bzip2: bzip2: Bzip2 compresses files using the Burrows-Wheeler block sorting text bzip2: compression algorithm, and Huffman coding. Compression is generally bzip2: considerably better than that achieved by more conventional bzip2: LZ77/LZ78-based compressors, and approaches the performance of the PPM bzip2: family of statistical compressors. bzip2: bzip2: Julian Seward is the author of bzip2. bzip2: PACKAGE NAME: cdparanoia.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 130 K PACKAGE SIZE (uncompressed): 380 K PACKAGE DESCRIPTION: cdparanoia: cdparanoia-III-alpha9.8 cdparanoia: cdparanoia: Cdparanoia is a Compact Disc Digital Audio (CDDA) extraction tool, cdparanoia: commonly known on the net as a 'ripper'. It reads digital audio data cdparanoia: from a Compact Disc and saves it to sound files. Cdparanoia has been cdparanoia: designed to read correct audio data even using cheap CDROM drives cdparanoia: prone to misalignment, frame jitter and loss of streaming. cdparanoia: Cdparanoia will also read and repair data from CDs that have been cdparanoia: damaged in some way. cdparanoia: PACKAGE NAME: cdrdao.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 269 K PACKAGE SIZE (uncompressed): 760 K PACKAGE DESCRIPTION: cdrdao: cdrdao-1.1.5 cdrdao: cdrdao: cdrdao burns proper disc-at-once (DAO) audio discs. In DAO mode the cdrdao: disc is written in one shot, so you don't have to have irritating 2 cdrdao: second gaps interrupting a live recording. cdrdao: PACKAGE NAME: cdrtools.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 597 K PACKAGE SIZE (uncompressed): 1700 K PACKAGE DESCRIPTION: cdrtools: cdrtools-1.10 cdrtools: cdrtools: Tools for mastering and writing compact discs. cdrtools: cdrtools: cdda2wav -- CD audio sampling utility. cdrtools: cdrecord -- burn discs in most ATAPI and SCSI CD-R drives. cdrtools: mkisofs -- create ISO9660/HFS/Joliet CD-ROM images. cdrtools: PACKAGE NAME: control_center.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 1773 K PACKAGE SIZE (uncompressed): 3660 K PACKAGE DESCRIPTION: control_center: control-center-1.4.0.1 control_center: control_center: The GNOME control center. Control-center is a configuration tool for control_center: easily setting up your GNOME environment. GNOME is the GNU Network control_center: Object Model Environment. That's a fancy name, but really GNOME is a control_center: nice GUI desktop environment. It's a powerful, easy to configure control_center: environment which helps to make your computer easy to use. control_center: PACKAGE NAME: cpio.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 72 K PACKAGE SIZE (uncompressed): 200 K PACKAGE DESCRIPTION: cpio: The GNU cpio backup and archiving utility v. 2.4.2 cpio: cpio: This is GNU cpio, a program to manage archives of files. This package cpio: also includes mt, a tape drive control program. cpio copies files into cpio: or out of a cpio or tar archive, which is a file that contains other cpio: files plus information about them, such as their pathname, owner, cpio: timestamps, and access permissions. The archive can be another file on cpio: the disk, a magnetic tape, or a pipe. cpio: PACKAGE NAME: cvs.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 648 K PACKAGE SIZE (uncompressed): 1440 K PACKAGE DESCRIPTION: cvs: cvs-1.11.1p1 - Concurrent Versions System cvs: cvs: CVS is a version control system, which allows you to keep old versions cvs: of files (usually source code), keep a log of who, when, and why cvs: changes occurred, etc., like RCS or SCCS. It handles multiple cvs: developers, multiple directories, triggers to enable/log/control cvs: various operations, and can work over a wide area network. cvs: cvs: Some of the people who have worked on CVS include: Dick Grune, cvs: Brian Berliner, Jeff Polk, and others too numerous to mention. cvs: PACKAGE NAME: cxxlibs.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 294 K PACKAGE SIZE (uncompressed): 930 K PACKAGE DESCRIPTION: cxxlibs: C++ shared libraries cxxlibs: cxxlibs: This package contains the shared libraries needed to run dynamically cxxlibs: linked C++ binaries. cxxlibs: cxxlibs: Includes libstdc++-2-libc6.1-1-2.9.0.so, cxxlibs: libstdc++-3-libc6.1-2-2.10.0.so, cxxlibs: libstdc++-3-libc6.2-2-2.10.0.so. cxxlibs: PACKAGE NAME: devfsd.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 44 K PACKAGE SIZE (uncompressed): 120 K PACKAGE DESCRIPTION: devfsd: devfsd-v1.3.11 devfsd: devfsd: This package contains the devfsd daemon, which provides intelligent devfsd: management of device entries in the Device Filesystem (devfs). devfsd: devfsd: devfs and devfsd are the work of Richard Gooch (rgooch@atnf.csiro.au). devfsd: PACKAGE NAME: devs.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 47 K PACKAGE SIZE (uncompressed): 1160 K PACKAGE DESCRIPTION: devs: Device files devs: devs: This package creates special files in the /dev directory that devs: represent your system's hardware. devs: PACKAGE NAME: dhcp.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 188 K PACKAGE SIZE (uncompressed): 560 K PACKAGE DESCRIPTION: dhcp: dhcp-2.0pl5, dhcpcd-1.3.20-pl0 dhcp: dhcp: This package provides DHCP utilities for Linux, including both dhcp: servers and clients. The DHCP protocol allows a host to contact a dhcp: central server which maintains a list of IP addresses which may be dhcp: assigned on one or more subnets. A DHCP client may request an dhcp: address from this pool, and then use it temporarily for communication dhcp: on the network. The DHCP protocol also provides a mechanism whereby dhcp: a client can learn important details about the network to which it is dhcp: attached, such as the location of a default router or name server. dhcp: PACKAGE NAME: diffutils.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 134 K PACKAGE SIZE (uncompressed): 280 K PACKAGE DESCRIPTION: diffutils: GNU diffutils-2.7 diffutils: diffutils: The GNU diff utilities - finds differences between files. (to make diffutils: source code patches, for instance) diffutils: PACKAGE NAME: dip.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 70 K PACKAGE SIZE (uncompressed): 200 K PACKAGE DESCRIPTION: dip: DIP - dialup IP connection handler 3.3.7p dip: dip: Uri Blumenthal's version of Fred N. van Kempen's DIP utility. DIP dip: handles the connections needed for dialup IP links, like SLIP or dip: CSLIP. It can handle both incoming and outgoing connections, using dip: password security for incoming connections. dip: PACKAGE NAME: e2fsprogs.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 275 K PACKAGE SIZE (uncompressed): 780 K PACKAGE DESCRIPTION: e2fsprogs: e2fsprogs-1.19 e2fsprogs: e2fsprogs: Utilities needed to create and maintain ext2 filesystems under Linux. e2fsprogs: Included in this package are: chattr, lsattr, mke2fs, mklost+found, e2fsprogs: tune2fs, fsck, e2fsck, e2label, debugfs, dumpe2fs, badblocks, uuidgen e2fsprogs: and resize2fs. e2fsprogs: e2fsprogs: These utilities were written by Remy Card (the developer and e2fsprogs: maintainer of the ext2 fs) and Theodore T'so. e2fsprogs: PACKAGE NAME: ee.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 195 K PACKAGE SIZE (uncompressed): 710 K PACKAGE DESCRIPTION: ee: ee-0.3.12 ee: ee: The ee package contains the Electric Eyes image viewer for the GNOME ee: desktop environment. Electric Eyes is primary an image viewer, but ee: it also allows many types of image manipulations. Electric Eyes can ee: handle almost any type of image. ee: PACKAGE NAME: egcs.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 1172 K PACKAGE SIZE (uncompressed): 3650 K PACKAGE DESCRIPTION: egcs: The egcs-1.1.2 C compiler. egcs: egcs: This package contains only the C compiler from egcs-1.1.2. The egcs: recommended compiler for the kernel is egcs 1.1.2 (gcc 2.91.66), and egcs: it should be used when you need absolute stability. You may use gcc egcs: instead if you wish, although it may cause problems. (Quoted from the egcs: 2.4 kernel source documentation) To use this, you'll also need to egcs: have gcc installed (for cpp). Do not use this compiler for non-kernel egcs: source code; it no longer works well with glibc's header files. egcs: PACKAGE NAME: egcs64.tgz PACKAGE LOCATION: ./splack/u1 PACKAGE SIZE (compressed): 1159 K PACKAGE SIZE (uncompressed): 4680 K PACKAGE DESCRIPTION: egcs64: GNU C compiler (64-bit version) egcs64: egcs64: This is the "egcs64" compiler. It can only be used to build kernels on egcs64: Sun UltraSPARC (sun4u) based computers. It cannot build 64-bit egcs64: applications. egcs64: PACKAGE NAME: elflibs.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 886 K PACKAGE SIZE (uncompressed): 2350 K PACKAGE DESCRIPTION: elflibs: Assorted ELF shared libraries elflibs: elflibs: This is a collection of shared libraries needed to run Linux code in elflibs: the ELF binary format. ELF (Executable and Linking Format) is the elflibs: standard Linux binary format. These libraries are gathered from elflibs: packages outside of the A series, and are intended to give a fairly elflibs: complete set of runtime ELF libraries when added to the glibcso elflibs: package (also in the A series). If you're doing a full installation, elflibs: these libraries are redundant, but installing them doesn't hurt. elflibs: PACKAGE NAME: elisp.tgz PACKAGE LOCATION: ./splack/e1 PACKAGE SIZE (compressed): 4401 K PACKAGE SIZE (uncompressed): 18020 K PACKAGE DESCRIPTION: elisp: Emacs lisp source files. elisp: elisp: This package contains source code for the parts of Emacs that are elisp: written in Emacs Lisp. *.el files are Emacs Lisp source, and the elisp: corresponding *.elc files are byte-compiled versions. elisp: elisp: The emacsbin package contains all of the *.el files that Emacs elisp: requires to run, but these are probably good to have if you've got elisp: the space on your hard drive. elisp: PACKAGE NAME: elm.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 298 K PACKAGE SIZE (uncompressed): 790 K PACKAGE DESCRIPTION: elm: Menu-driven user mail program. (v. 2.5.3) elm: elm: Elm is an interactive screen-oriented mailer program originally elm: written by Dave Taylor, and continued by the Elm Development Group. elm: PACKAGE NAME: elvis.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 488 K PACKAGE SIZE (uncompressed): 1390 K PACKAGE DESCRIPTION: elvis: elvis-2.1_4 elvis: elvis: Elvis is a text editor. It is intended to be a modern replacement elvis: for the classic ex/vi editor of UNIX fame. Elvis supports many new elvis: features, including multiple edit buffers, multiple windows, and a elvis: variety of display modes. elvis: elvis: As elvis is Splack's default vi, this is a required package. elvis: PACKAGE NAME: emac_nox.tgz PACKAGE LOCATION: ./splack/e1 PACKAGE SIZE (compressed): 1304 K PACKAGE SIZE (uncompressed): 3760 K PACKAGE DESCRIPTION: emac_nox: Emacs binary without X support. emac_nox: emac_nox: A replacement /usr/bin/emacs binary that is not compiled with X11 menu emac_nox: support. This version of emacs is about 400K smaller than the full emac_nox: version of emacs, and is the same in every respect except for X11 emac_nox: extensions. It can still run in an xterm or rxvt if you wish to run emac_nox: it under X, but it is mainly included for those folks who don't have X emac_nox: (or the X11, Xaw, and Xt shared libs) installed on their machines. emac_nox: You might want to remove the version that requires X if you install emac_nox: and use this one. emac_nox: PACKAGE NAME: emacinfo.tgz PACKAGE LOCATION: ./splack/e1 PACKAGE SIZE (compressed): 1120 K PACKAGE SIZE (uncompressed): 1200 K PACKAGE DESCRIPTION: emacinfo: Info files for emacs-20.7 emacinfo: emacinfo: These gzipped info files go in /usr/info, providing online emacinfo: documentation for Emacs. emacinfo: PACKAGE NAME: emacleim.tgz PACKAGE LOCATION: ./splack/e1 PACKAGE SIZE (compressed): 2867 K PACKAGE SIZE (uncompressed): 9220 K PACKAGE DESCRIPTION: emacleim: leim-20.7 (Library of Emacs Input Method) emacleim: emacleim: The leim package for Emacs provides input methods for many languages emacleim: including Chinese, Tibetan, Vietnamese, Thai, Korean, and more. It emacleim: also provides improved handling of many non-US keyboard layouts. emacleim: PACKAGE NAME: emacmisc.tgz PACKAGE LOCATION: ./splack/e1 PACKAGE SIZE (compressed): 1386 K PACKAGE SIZE (uncompressed): 4400 K PACKAGE DESCRIPTION: emacmisc: Miscellaneous files for emacs-20.7. emacmisc: emacmisc: This package contains the architecture-independent files used by or emacmisc: with Emacs. This includes various text files containing documentation emacmisc: for GNU Emacs, or of interest to Emacs users. These files are emacmisc: installed in /usr/share/emacs/20.7/etc/. emacmisc: PACKAGE NAME: emacsbin.tgz PACKAGE LOCATION: ./splack/e1 PACKAGE SIZE (compressed): 4987 K PACKAGE SIZE (uncompressed): 16730 K PACKAGE DESCRIPTION: emacsbin: GNU Emacs 20.7 emacsbin: emacsbin: Base binaries and support files for the GNU Emacs editor/environment. emacsbin: This version supports X. If you do not have X installed, you will emacsbin: also have to install the replacement /usr/bin/emacs-20.7 that does not emacsbin: require the X11, Xaw, and Xt libraries from XFree86. emacsbin: emacsbin: The emacs binary in this package was configured with these options: emacsbin: sparc-slackware-linux --prefix=/usr --with-x11 --with-x-toolkit emacsbin: --with-pop emacsbin: PACKAGE NAME: enlightenment.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 10543 K PACKAGE SIZE (uncompressed): 16910 K PACKAGE DESCRIPTION: enlightenment: enlightenment-0.16.5. enlightenment: enlightenment: Enlightenment is a window manager for the X Window System that is enlightenment: designed to be powerful, extensible, configurable and pretty darned enlightenment: good looking! It is one of the more graphically intense window enlightenment: managers for X. Enlightenment goes beyond managing windows by enlightenment: providing a useful and appealing graphical shell from which to work. enlightenment: It is open in design and instead of dictating a policy, allows the enlightenment: user to define their own policy, down to every last detail. enlightenment: PACKAGE NAME: enscript.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 376 K PACKAGE SIZE (uncompressed): 1560 K PACKAGE DESCRIPTION: enscript: GNU enscript 1.6.1 enscript: enscript: Enscript converts text files to PostScript and spools the generated enscript: output to a printer or saves it to a file. If no input files are enscript: given, enscript processes standard input. Enscript can be extended to enscript: handle different output media and it has many options for customizing enscript: printouts. enscript: PACKAGE NAME: eog.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 162 K PACKAGE SIZE (uncompressed): 570 K PACKAGE DESCRIPTION: eog: eog-0.6 eog: eog: This is the Eye of Gnome, an image viewer program. It is meant to be eog: a fast and functional image viewer as well as an image cataloging eog: program. eog: PACKAGE NAME: epic4.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 513 K PACKAGE SIZE (uncompressed): 1990 K PACKAGE DESCRIPTION: epic4: epic4-1.0 epic4: epic4: EPIC is the (E)nhanced (P)rogrammable (I)RC-II (C)lient. epic4: epic4: The EPIC home page is: http://www.epicsol.org/ epic4: The EPIC main ftp site is: ftp://ftp.epicsol.org/ epic4: The EPIC IRC channel is: #epic on EFNet epic4: PACKAGE NAME: esound.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 91 K PACKAGE SIZE (uncompressed): 320 K PACKAGE DESCRIPTION: esound: esound-0.2.22 esound: esound: EsounD, the Enlightened Sound Daemon, is a server process that mixes esound: several audio streams for playback by a single audio device. For esound: example, if you're listening to music on a CD and you receive a esound: sound-related event from ICQ, the two applications won't have to esound: jockey for the use of your sound card. Install esound if you'd like esound: to let sound applications share your audio device. esound: PACKAGE NAME: etc.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 232 K PACKAGE SIZE (uncompressed): 760 K PACKAGE DESCRIPTION: etc: /etc configuration files etc: etc: System configuration files. The /etc directory is traditionally the etc: location where configuration files are found. etc: PACKAGE NAME: eterm.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 547 K PACKAGE SIZE (uncompressed): 1310 K PACKAGE DESCRIPTION: eterm: Eterm-0.8.10 eterm: eterm: Eterm is a color vt102 terminal emulator intended as an xterm eterm: replacement for users who want a term program integrated with their eterm: Enlightenment window manager, or simply want a little more "eye eterm: candy". Eterm uses Imlib for advanced graphic abilities. eterm: PACKAGE NAME: expect.tgz PACKAGE LOCATION: ./splack/tcl1 PACKAGE SIZE (compressed): 511 K PACKAGE SIZE (uncompressed): 1580 K PACKAGE DESCRIPTION: expect: expect-5.32.1. expect: expect: Expect is a program that talks to other interactive programs according expect: to a script. Following the script, Expect knows what can be expected expect: from a program and what the correct response should be. An expect: interpreted language provides branching and high-level control expect: structures to direct the dialogue. expect: expect: Expect was written by Don Libes of the National Institute of Standards expect: and Technology. expect: PACKAGE NAME: fetchmail.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 491 K PACKAGE SIZE (uncompressed): 1310 K PACKAGE DESCRIPTION: fetchmail: fetchmail-5.8.1 fetchmail: fetchmail: fetchmail is a mail-retrieval and forwarding utility. It fetches fetchmail: mail from a POP, IMAP, or ETRN-capable remote mailserver and forwards fetchmail: it to your local (client) machine's delivery system. You can then fetchmail: handle the retrieved mail using normal mail user agents such as elm, fetchmail: pine, or Mail. The fetchmail utility can be run in a daemon mode to fetchmail: repeatedly poll one or more systems at a specified interval. fetchmail: PACKAGE NAME: fileutils.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 685 K PACKAGE SIZE (uncompressed): 1900 K PACKAGE DESCRIPTION: fileutils: fileutils-4.1 fileutils: fileutils: These are the GNU file management utilities. Most of these programs fileutils: have significant advantages over their Unix counterparts, such as fileutils: greater speed, additional options, and fewer arbitrary limits. fileutils: fileutils: These utilities are included: fileutils: chgrp chmod chown cp dd df dircolors du ginstall ln ls fileutils: mkdir mkfifo mknod mv rm rmdir shred sync touch fileutils: PACKAGE NAME: findutils.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 108 K PACKAGE SIZE (uncompressed): 250 K PACKAGE DESCRIPTION: findutils: GNU findutils-4.1 findutils: findutils: This package contains the GNU find, xargs, and locate programs. findutils: find and xargs comply with POSIX 1003.2. They also support some findutils: additional options, some borrowed from Unix and some unique to GNU. findutils: PACKAGE NAME: flex.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 175 K PACKAGE SIZE (uncompressed): 380 K PACKAGE DESCRIPTION: flex: flex - fast lexical analyzer generator version 2.5.4a flex: flex: flex is a tool for generating scanners: programs which recognize flex: lexical patterns in text. flex: PACKAGE NAME: floppy.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 388 K PACKAGE SIZE (uncompressed): 750 K PACKAGE DESCRIPTION: floppy: floppy disk utilities floppy: floppy: Contains fdutils-5.4, tools to test and format floppy disks; and floppy: mtools-3.9.7, a collection of utilities for using DOS/Windows floppy floppy: disks with Linux. floppy: PACKAGE NAME: fnlib.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 304 K PACKAGE SIZE (uncompressed): 590 K PACKAGE DESCRIPTION: fnlib: fnlib-0.5 fnlib: fnlib: Fnlib is a library that provides full scalable 24-bit color font fnlib: rendering abilities for X. fnlib: PACKAGE NAME: freefont.tgz PACKAGE LOCATION: ./splack/xap1 PACKAGE SIZE (compressed): 2300 K PACKAGE SIZE (uncompressed): 2630 K PACKAGE DESCRIPTION: freefont: freefonts-0.10 freefont: freefont: This is a collection of fonts that work with the GIMP, X11, freefont: ghostscript, and groff. If you plan on installing the GIMP (the GNU freefont: Image Manipulation Program), then these fonts are highly recommended. freefont: The fonts are installed in /usr/X11R6/lib/fonts/Type1/. To use the freefont: fonts with ghostscript, see the instructions in /usr/doc/freefont/. freefont: PACKAGE NAME: fvwm2.tgz PACKAGE LOCATION: ./splack/xap1 PACKAGE SIZE (compressed): 771 K PACKAGE SIZE (uncompressed): 2420 K PACKAGE DESCRIPTION: fvwm2: fvwm-2.2.4 fvwm2: fvwm2: Fvwm is a window manager for X11. It is a derivative of twm, fvwm2: redesigned to minimize memory consumption, provide a 3-D look to fvwm2: window frames, and provide a simple virtual desktop. fvwm2: PACKAGE NAME: fvwm95.tgz PACKAGE LOCATION: ./splack/xap1 PACKAGE SIZE (compressed): 635 K PACKAGE SIZE (uncompressed): 2550 K PACKAGE DESCRIPTION: fvwm95: fvwm95-2.0.43ba fvwm95: fvwm95: This is fvwm-2.0.43ba hacked for a look and feel similar to Windows95. fvwm95: PACKAGE NAME: fvwmicons.tgz PACKAGE LOCATION: ./splack/xap1 PACKAGE SIZE (compressed): 11 K PACKAGE SIZE (uncompressed): 210 K PACKAGE DESCRIPTION: fvwmicons: xpm3icons. fvwmicons: fvwmicons: Color icons from xpm3icons.tar.Z, found in the /pub/X11/contrib fvwmicons: directory of metalab.unc.edu. These icons work great with fvwm. fvwmicons: fvwmicons: These icons go in the /usr/X11R6/include/X11/pixmaps directory. For fvwmicons: more information on how to use these icons, see fvwm's manpage. fvwmicons: PACKAGE NAME: gal.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 1000 K PACKAGE SIZE (uncompressed): 3680 K PACKAGE DESCRIPTION: gal: gal-0.8 gal: gal: GNOME Application Library. Required by the Gnumeric spreadsheet. gal: PACKAGE NAME: galeon.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 952 K PACKAGE SIZE (uncompressed): 2540 K PACKAGE DESCRIPTION: galeon: galeon-0.10.6 galeon: galeon: Lean and fast GNOME browser based on Gecko (Mozilla rendering engine). galeon: PACKAGE NAME: gcc.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 3713 K PACKAGE SIZE (uncompressed): 11390 K PACKAGE DESCRIPTION: gcc: The GNU C and C++ compilers (gcc-2.95.3). gcc: gcc: This package contains the GNU C and C++ compilers and libstdc++ from gcc: gcc-2.95.3. To compile, you'll also need (at least) these packages: gcc: binutils, gmake, glibc, and lxinclude gcc: PACKAGE NAME: gcc_g77.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 1410 K PACKAGE SIZE (uncompressed): 3380 K PACKAGE DESCRIPTION: gcc_g77: GNU Fortran-77 compiler from the gcc-2.95.3 release. gcc_g77: gcc_g77: This package contains the GNU Fortran-77 compiler from gcc. To use gcc_g77: this compiler, you'll also need to install the gcc C/C++ compiler gcc_g77: package, binutils, gmake, glibc, and lxinclude. gcc_g77: PACKAGE NAME: gcc_objc.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 899 K PACKAGE SIZE (uncompressed): 2290 K PACKAGE DESCRIPTION: gcc_objc: GNU Objective-C compiler from the gcc-2.95.3 release. gcc_objc: gcc_objc: This package contains the GNU Objective-C compiler from the gcc gcc_objc: release. To use this compiler, you'll also need to install the gcc_objc: gcc C/C++ compiler package, binutils, gmake, glibc, and lxinclude. gcc_objc: PACKAGE NAME: gconf.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 505 K PACKAGE SIZE (uncompressed): 1700 K PACKAGE DESCRIPTION: gconf: GConf-1.0.1 gconf: gconf: GConf is the GNOME Configuration database system. gconf: PACKAGE NAME: gdb.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 1026 K PACKAGE SIZE (uncompressed): 2140 K PACKAGE DESCRIPTION: gdb: The GNU debugger. (v. 5.0) gdb: gdb: You can use GDB to debug programs written in C, C++, and Modula-2. gdb: GDB now includes support for GNU Fortran 77. gdb: PACKAGE NAME: gdbm.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 54 K PACKAGE SIZE (uncompressed): 160 K PACKAGE DESCRIPTION: gdbm: GNU gdbm-1.8.0 gdbm: gdbm: GNU dbm is a set of database routines that work similar to the gdbm: standard UNIX dbm routines. (but better :) gdbm: PACKAGE NAME: gdk_pixbuf.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 343 K PACKAGE SIZE (uncompressed): 1410 K PACKAGE DESCRIPTION: gdk_pixbuf: gdk-pixbuf-0.10.1 gdk_pixbuf: gdk_pixbuf: The GdkPixBuf library provides a number of features, including : gdk_pixbuf: gdk_pixbuf: o GdkPixbuf structure for representing images. gdk_pixbuf: o Image loading facilities. gdk_pixbuf: o Rendering of a GdkPixBuf into various formats: gdk_pixbuf: drawables (windows, pixmaps), GdkRGB buffers. gdk_pixbuf: o Fast scaling and compositing of pixbufs. gdk_pixbuf: o Simple animation loading (ie. animated gifs) gdk_pixbuf: PACKAGE NAME: gdm.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 674 K PACKAGE SIZE (uncompressed): 2010 K PACKAGE DESCRIPTION: gdm: gdm-2.2.2 gdm: gdm: The Gnome Display Manager is a reimplementation of the well known gdm: xdm program. gdm implements all significant features required for gdm: managing local and remote displays. gdm: PACKAGE NAME: gedit.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 1138 K PACKAGE SIZE (uncompressed): 3280 K PACKAGE DESCRIPTION: gedit: gedit-0.9.6 gedit: gedit: gEdit is a small but powerful text editor designed for GNOME. It gedit: includes such features as split-screen mode, a plugin API, which gedit: allows gEdit to be extended to support many features while remaining gedit: small at its core, multiple document editing through the use of a gedit: 'tabbed' notebook and many more functions. gedit: PACKAGE NAME: gettext.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 669 K PACKAGE SIZE (uncompressed): 2180 K PACKAGE DESCRIPTION: gettext: GNU gettext-0.10.38 gettext: gettext: The GNU gettext package is useful for authors and maintainers of gettext: internationalized software, or for anyone compiling programs that gettext: use it. GNU gettext provides the needed tools and library functions gettext: for the handling of messages in different languages. Some other GNU gettext: packages use the gettext program (included in this package) to gettext: internationalize the messages given by shell scripts. gettext: PACKAGE NAME: getty_ps.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 64 K PACKAGE SIZE (uncompressed): 170 K PACKAGE DESCRIPTION: getty_ps: getty_ps 2.0.7j getty_ps: getty_ps: /sbin/getty and /sbin/uugetty. getty_ps: These control the process of logging into your system, and may be used getty_ps: instead of 'agetty', which is the default getty included with the getty_ps: util-linux package. getty_ps supports a number of enhancements such as getty_ps: ringback support. getty_ps: PACKAGE NAME: gftp.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 430 K PACKAGE SIZE (uncompressed): 1240 K PACKAGE DESCRIPTION: gftp: gftp-2.0.8 gftp: gftp: gFTP is a multithreaded FTP client for X written using GTK+. It gftp: features simultaneous downloads, resuming of interrupted file gftp: transfers, file transfer queues, downloading of entire directories, gftp: ftp proxy support, remote directory caching, passive and non-passive gftp: file transfers, drag-n-drop support, bookmarks menu, stop button, gftp: and many more features. gftp: PACKAGE NAME: ggv.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 229 K PACKAGE SIZE (uncompressed): 780 K PACKAGE DESCRIPTION: ggv: ggv-1.0.1 ggv: ggv: ggv allows you to view PostScript documents, and print ranges of ggv: pages. ggv: PACKAGE NAME: ghex.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 201 K PACKAGE SIZE (uncompressed): 590 K PACKAGE DESCRIPTION: ghex: ghex-1.2 ghex: ghex: GHex allows the user to load data from any file, view and edit it in ghex: either hex or ascii. A must for anyone playing games that use ghex: non-ascii format for saving. ;^) ghex: PACKAGE NAME: ghostscript.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 2726 K PACKAGE SIZE (uncompressed): 13500 K PACKAGE DESCRIPTION: ghostscript: Ghostscript version 5.50a ghostscript: ghostscript: Preview, print and process PostScript documents on both PostScript and ghostscript: non-PostScript devices. If you need X11 support, you should also ghostscript: install the package 'gs_x11' found on the XAP series. It contains a ghostscript: /usr/bin/gs with support for X11. ghostscript: PACKAGE NAME: gimp.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 12971 K PACKAGE SIZE (uncompressed): 31820 K PACKAGE DESCRIPTION: gimp: The GIMP -- GNU Image Manipulation Program version 1.2.1 gimp: gimp: The GIMP is a powerful tool for the preparation and manipulation of gimp: digital images. The GIMP provides the user with a wide variety of gimp: image manipulation, painting, processing, and rendering tools. The gimp: key to the GIMP's power lies in its flexible core and easily gimp: extensible design. The GIMP's open design and extensible architecture gimp: make for a very powerful end product for photo and image retouching, gimp: web graphics design, or digital illustration. gimp: PACKAGE NAME: gimplibs.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 211 K PACKAGE SIZE (uncompressed): 620 K PACKAGE DESCRIPTION: gimplibs: Extra libraries for the GIMP gimplibs: gimplibs: This package contains two libraries needed by GIMP (aalib-1.2 and gimplibs: mpeg_lib-1.3.1). gimplibs: gimplibs: AA-lib is a powerful ascii-art renderer. gimplibs: gimplibs: The MPEG Library is a collection of C routines to decode MPEG-1 video gimplibs: streams to a variety of colour schemes. gimplibs: PACKAGE NAME: glade.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 1106 K PACKAGE SIZE (uncompressed): 3240 K PACKAGE DESCRIPTION: glade: glade-0.6.2 glade: glade: Glade is a GUI builder for GTK+ that quick & easy development of user glade: interfaces for the GTK+ toolkit and the Gnome desktop environment. It glade: also contains built-in support for generating the C source code needed glade: to recreate the interfaces. The user interfaces designed in Glade are glade: stored in the well-known XML format, enabling easy integration with glade: external tools. glade: PACKAGE NAME: glib.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 204 K PACKAGE SIZE (uncompressed): 690 K PACKAGE DESCRIPTION: glib: glib-1.2.10 glib: glib: This is GLib version 1.2.10. GLib is a library which includes support glib: routines for C such as lists, trees, hashes, memory allocation, and glib: many other things. glib: glib: GLib is required by nearly everything in the GTK series. glib: PACKAGE NAME: glibc.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 33491 K PACKAGE SIZE (uncompressed): 124080 K PACKAGE DESCRIPTION: glibc: GNU glibc-2.2.3 glibc: glibc: This package contains the GNU C libraries and header files. The GNU glibc: C library was written originally by Roland McGrath, and is currently glibc: maintained by Ulrich Drepper. Some parts of the library were glibc: contributed or worked on by other people. The BSD database libraries, glibc: no longer officially part of glibc, have been added back by Slackware. glibc: glibc: You'll need this package to compile programs. glibc: PACKAGE NAME: glibcso.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 1750 K PACKAGE SIZE (uncompressed): 4660 K PACKAGE DESCRIPTION: glibcso: glibc-2.2.3 runtime support glibcso: glibcso: This package contains the shared libraries, binaries, and support glibcso: files required to run most Linux applications linked with glibc. glibcso: PACKAGE NAME: glocale.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 5559 K PACKAGE SIZE (uncompressed): 27230 K PACKAGE DESCRIPTION: glocale: locale files from glibc-2.2.3 glocale: glocale: These files go in /usr/lib/locale to provide internationalization glocale: support. You'll need this unless you will be using US English only. glocale: PACKAGE NAME: gmake.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 306 K PACKAGE SIZE (uncompressed): 630 K PACKAGE DESCRIPTION: gmake: GNU make-3.79.1 gmake: gmake: This is the GNU implementation of make, which was written by Richard gmake: Stallman and Roland McGrath. The purpose of the make utility is to gmake: determine automatically which pieces of a large program need to be gmake: recompiled, and issue the commands to recompile them. gmake: gmake: This is needed to compile just about any major C program, including gmake: the Linux kernel. gmake: PACKAGE NAME: gmp.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 300 K PACKAGE SIZE (uncompressed): 990 K PACKAGE DESCRIPTION: gmp: gmp-3.1.1 gmp: gmp: GNU MP is a library for arbitrary precision arithmetic, operating on gmp: signed integers, rational numbers, and floating point numbers. It has gmp: a rich set of functions, and the functions have a regular interface. gmp: gmp: Sawfish (the default GNOME window manager) uses the GMP library. gmp: PACKAGE NAME: gnome_admin.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 114 K PACKAGE SIZE (uncompressed): 380 K PACKAGE DESCRIPTION: gnome_admin: gnome-admin-1.0.3 gnome_admin: gnome_admin: GNOME system administration administration programs. gnome_admin: PACKAGE NAME: gnome_applets.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 4972 K PACKAGE SIZE (uncompressed): 11490 K PACKAGE DESCRIPTION: gnome_applets: gnome-applets-1.4.0.1 gnome_applets: gnome_applets: This package contains applets for use with the GNOME panel. gnome_applets: PACKAGE NAME: gnome_audio.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 1409 K PACKAGE SIZE (uncompressed): 2080 K PACKAGE DESCRIPTION: gnome_audio: gnome-audio-1.4.0 gnome_audio: gnome_audio: This package contains extra sound files useful for customizing the gnome_audio: sounds that the GNOME desktop environment makes. If you use the gnome_audio: GNOME desktop environment, you may want to install this package of gnome_audio: complementary sounds. gnome_audio: PACKAGE NAME: gnome_core.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 4873 K PACKAGE SIZE (uncompressed): 11280 K PACKAGE DESCRIPTION: gnome_core: gnome-core-1.4.0.4 gnome_core: gnome_core: The core programs for the GNOME GUI desktop environment. gnome_core: PACKAGE NAME: gnome_games.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 6321 K PACKAGE SIZE (uncompressed): 10190 K PACKAGE DESCRIPTION: gnome_games: gnome-games-1.4.0.1 gnome_games: gnome_games: A collection of games for GNOME: gnome_games: gnome_games: GnomeScott ctali freecell gataxx glines gnibbles gnobots2 gnome_games: gnome-stones gnome-xbill gnometris gnomine gnotravex gnotski gtali gnome_games: gturing iagno mahjongg same-gnome sol gnome_games: PACKAGE NAME: gnome_libs.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 2280 K PACKAGE SIZE (uncompressed): 9670 K PACKAGE DESCRIPTION: gnome_libs: gnome-libs-1.2.13 gnome_libs: gnome_libs: The gnome_libs package includes libraries that are needed to gnome_libs: run GNOME. gnome_libs: PACKAGE NAME: gnome_media.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 227 K PACKAGE SIZE (uncompressed): 700 K PACKAGE DESCRIPTION: gnome_media: gnome-media-1.2.0 gnome_media: gnome_media: GNOME multimedia programs. gnome_media: PACKAGE NAME: gnome_network.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 244 K PACKAGE SIZE (uncompressed): 520 K PACKAGE DESCRIPTION: gnome_network: gnome-network-1.0.2 gnome_network: gnome_network: Network programs for GNOME. gnome_network: PACKAGE NAME: gnome_objc.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 313 K PACKAGE SIZE (uncompressed): 1580 K PACKAGE DESCRIPTION: gnome_objc: gnome-objc-1.0.40 gnome_objc: gnome_objc: Basic libraries you must have installed to use GNOME programs that gnome_objc: are built with Objective C. gnome_objc: PACKAGE NAME: gnome_pim.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 535 K PACKAGE SIZE (uncompressed): 1520 K PACKAGE DESCRIPTION: gnome_pim: gnome-pim-1.4.0 gnome_pim: gnome_pim: The GNOME Personal Information Manager consists of applications to gnome_pim: make keeping up with your busy life easier. gnome_pim: gnome_pim: Currently these apps are present: gnome_pim: gnome_pim: gnomecal : personal calendar and todo list gnome_pim: gnomecard: contact list of friends and business associates gnome_pim: PACKAGE NAME: gnome_print.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 677 K PACKAGE SIZE (uncompressed): 2540 K PACKAGE DESCRIPTION: gnome_print: gnome-print-0.28 gnome_print: gnome_print: The gnome-print package contains libraries and fonts that are needed gnome_print: by GNOME applications wanting to print. You should install the gnome_print: gnome-print package if you intend on using any of the GNOME gnome_print: applications that can print. gnome_print: PACKAGE NAME: gnome_python.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 612 K PACKAGE SIZE (uncompressed): 2820 K PACKAGE DESCRIPTION: gnome_python: gnome-python-1.4.1 gnome_python: gnome_python: PyGTK is an extension module for python that gives you access to the gnome_python: GTK+ widget set. Just about anything you can write in C with GTK+ gnome_python: you can write in python with PyGTK (within reason), but with all of gnome_python: python's benefits. gnome_python: PACKAGE NAME: gnome_utils.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 1970 K PACKAGE SIZE (uncompressed): 4880 K PACKAGE DESCRIPTION: gnome_utils: gnome-utils-1.4.0 gnome_utils: gnome_utils: This package will install some GNOME utilities, such as the gnome_utils: calculator, search tool, and system information overview tool. gnome_utils: PACKAGE NAME: gnome_vfs.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 2003 K PACKAGE SIZE (uncompressed): 6750 K PACKAGE DESCRIPTION: gnome_vfs: gnome-vfs-1.0.1. gnome_vfs: gnome_vfs: This is the GNOME Virtual File System, currently used as one of the gnome_vfs: foundations of the Nautilus file manager. gnome_vfs: PACKAGE NAME: gnomeicu.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 601 K PACKAGE SIZE (uncompressed): 1680 K PACKAGE DESCRIPTION: gnomeicu: gnomeicu-0.96.1 gnomeicu: gnomeicu: GnomeICU is a clone of Mirabilis' popular ICQ written with GTK. The gnomeicu: original source was taken from Matt Smith's mICQ. This is meant as a gnomeicu: replacement for the JavaICQ, which is slow and buggy. If you would gnomeicu: like to contribute, please contact Jeremy Wise . gnomeicu: You may also want to visit The ICQ Protocol Site at: gnomeicu: http://www.student.nada.kth.se/~d95-mih/icq/ gnomeicu: for information about the ICQ protocol and mailing list. gnomeicu: PACKAGE NAME: gnomemm.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 232 K PACKAGE SIZE (uncompressed): 1040 K PACKAGE DESCRIPTION: gnomemm: gnomemm-1.1.16 gnomemm: gnomemm: This package provides a C++ interface for GnomeUI. It is a subpackage gnomemm: of the Gtk-- project. The interface provides a convenient interface gnomemm: for C++ programmers to create Gnome GUIs with GTK+'s flexible object- gnomemm: oriented framework. gnomemm: PACKAGE NAME: gnotepad.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 472 K PACKAGE SIZE (uncompressed): 1150 K PACKAGE DESCRIPTION: gnotepad: gnotepad+-1.3.3 gnotepad: gnotepad: gnotepad+ is an easy-to-use, yet fairly feature-rich, simple text gnotepad: editor for Unix based systems running X11 and using GTK (the Gimp gnotepad: ToolKit). gnotepad+ was designed to have as little bloat as gnotepad: possible, while still providing many of the common features found in gnotepad: a modern GUI-based text editor. It is still fairly light-weight, gnotepad: especially for the features it offers, and aims to remain that way. gnotepad: PACKAGE NAME: gnuchess.tgz PACKAGE LOCATION: ./splack/xap1 PACKAGE SIZE (compressed): 957 K PACKAGE SIZE (uncompressed): 2520 K PACKAGE DESCRIPTION: gnuchess: gnuchess-4.0.pl80 and xboard-4.0.2 gnuchess: gnuchess: A worthy chess opponent from GNU. Adds 'gnuchess', an ASCII based gnuchess: chess engine, and 'xboard', an X based interface to 'gnuchessx'. gnuchess: PACKAGE NAME: gnumeric.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 3280 K PACKAGE SIZE (uncompressed): 10790 K PACKAGE DESCRIPTION: gnumeric: gnumeric-0.65 gnumeric: gnumeric: This is the Gnumeric, the GNOME spreadsheet program. If you are gnumeric: familiar with Excel, you should be ready to use Gnumeric. We have gnumeric: tried to clone all of the good features and stay as compatible as gnumeric: possible with Excel in terms of usability. Hopefully we left the gnumeric: bugs behind :). gnumeric: PACKAGE NAME: gnuplot.tgz PACKAGE LOCATION: ./splack/xap1 PACKAGE SIZE (compressed): 689 K PACKAGE SIZE (uncompressed): 2190 K PACKAGE DESCRIPTION: gnuplot: gnuplot 3.7.1 gnuplot: gnuplot: Gnuplot is a command-line driven interactive function plotting utility gnuplot: for UNIX, MSDOS, and VMS platforms. The software is copyrighted but gnuplot: freely distributed (i.e., you don't have to pay for it). It was gnuplot: originally intended as graphical program which would allow scientists gnuplot: and students to visualize mathematical functions and data. Gnuplot gnuplot: supports many different types of terminals, plotters, and printers gnuplot: (including many color devices, and pseudo-devices like LaTeX) and is gnuplot: easily extensible to include new devices. gnuplot: PACKAGE NAME: gpm.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 202 K PACKAGE SIZE (uncompressed): 520 K PACKAGE DESCRIPTION: gpm: gpm-1.19.3 gpm: gpm: The general purpose mouse server, or gpm, allows you to use the mouse gpm: to cut and paste text from the screen. It also acts as a mouse gpm: server for applications running on the Linux console, such as the gpm: Midnight Commander file manager and dialog. gpm: gpm: NOTE: This program may cause problems when you start X on systems gpm: that do not use a serial mouse. If you get an 'unable to open mouse gpm: device' error from X, disable /etc/rc.d/rc.gpm. gpm: PACKAGE NAME: gqmpeg.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 836 K PACKAGE SIZE (uncompressed): 1890 K PACKAGE DESCRIPTION: gqmpeg: gqmpeg-0.6.3 gqmpeg: gqmpeg: GQmpeg is a graphical frontend for mpg123, a Linux MP3 player. gqmpeg: A collection of skins is included. gqmpeg: gqmpeg: GQmpeg requires the mp3 package in series AP. gqmpeg: PACKAGE NAME: grep.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 200 K PACKAGE SIZE (uncompressed): 550 K PACKAGE DESCRIPTION: grep: GNU grep 2.4.2 grep: grep: Grep searches the named input files (or standard input if no files are grep: named, or the file name - is given) for lines containing a match to grep: the given pattern. This is the 'fastest grep in the west' (we hope). grep: PACKAGE NAME: groff.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 1473 K PACKAGE SIZE (uncompressed): 4790 K PACKAGE DESCRIPTION: groff: GNU groff 1.17 document formatting system. groff: groff: The groff package provides versions of troff, nroff, eqn, tbl, and groff: other Unix text-formatting utilities. Groff is used to 'compile' man groff: pages stored in groff/nroff format into a form which can be printed or groff: displayed on the screen. These man pages are stored in compressed groff: form in the /usr/man directories. groff: PACKAGE NAME: gs_x11.tgz PACKAGE LOCATION: ./splack/xap1 PACKAGE SIZE (compressed): 1110 K PACKAGE SIZE (uncompressed): 4240 K PACKAGE DESCRIPTION: gs_x11: Replacement /usr/bin/gs with X11 options compiled in. gs_x11: gs_x11: This should be installed on top of the 'ghostscr' package from the gs_x11: A series to provide X11 support for ghostview. If you plan to preview gs_x11: Postscript documents under X, you need to install this. Also, if gs_x11: you've installed ghostscript already it is highly recommended that you gs_x11: install this package just in case. Since it replaces another binary gs_x11: it only uses an additional 50K (or so). gs_x11: PACKAGE NAME: gsfonts.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 2678 K PACKAGE SIZE (uncompressed): 4300 K PACKAGE DESCRIPTION: gsfonts: Fonts for the Ghostscript interpreter/previewer. gsfonts: gsfonts: These fonts come from gnu-gs-fonts-other-5.50.tar.gz and gsfonts: gnu-gs-fonts-std-5.50.tar.gz. gsfonts: PACKAGE NAME: gtk+.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 1751 K PACKAGE SIZE (uncompressed): 5840 K PACKAGE DESCRIPTION: gtk+: gtk+-1.2.10 gtk+: gtk+: GTK+, which stands for the Gimp ToolKit, is a library for creating gtk+: graphical user interfaces for the X Window System. This library is gtk+: needed for GIMP (the GNU Image Manipulation Program) and programs gtk+: comprising the GNOME project (most of the things in this GTK package gtk+: series). gtk+: PACKAGE NAME: gtk_engines.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 507 K PACKAGE SIZE (uncompressed): 720 K PACKAGE DESCRIPTION: gtk_engines: gtk-engines-0.12 gtk_engines: gtk_engines: These are the graphical engines for the various GTK+ toolkit themes. gtk_engines: Included themes are: gtk_engines: gtk_engines: Notif gtk_engines: redmond95 gtk_engines: Pixmap gtk_engines: Metal (Java swing-like) gtk_engines: PACKAGE NAME: gtkmm.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 501 K PACKAGE SIZE (uncompressed): 2200 K PACKAGE DESCRIPTION: gtkmm: gtkmm-1.2.5 gtkmm: gtkmm: This package provides a C++ interface for GTK+ (the Gimp ToolKit) GUI gtkmm: library. Features include type safe callbacks, widgets that are gtkmm: extensible using inheritance and over 110 classes that can be freely gtkmm: combined to quickly create complex user interfaces. gtkmm: PACKAGE NAME: gtm.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 210 K PACKAGE SIZE (uncompressed): 670 K PACKAGE DESCRIPTION: gtm: gtm-0.4.9 gtm: gtm: This is gtm, the GNOME Transfer Manager. GTM allows the user to gtm: download files. These files can be retrieved in multiple parts, and gtm: and each part retrieved on a separate session that the user is gtm: connected to the Internet. This is most useful to users with dialup gtm: connections. The program performs these tasks using wget. gtm: PACKAGE NAME: gtop.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 545 K PACKAGE SIZE (uncompressed): 1180 K PACKAGE DESCRIPTION: gtop: gtop-1.0.13 gtop: gtop: GNOME System Monitor. gtop is a graphical version of a text program gtop: called top. It displays information about all the programs running on gtop: your computer. gtop: PACKAGE NAME: guile.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 794 K PACKAGE SIZE (uncompressed): 2800 K PACKAGE DESCRIPTION: guile: guile-1.3.4 guile: guile: This is Guile, Project GNU's extension language library. Guile is an guile: interpreter for Scheme, packaged as a library that you can link into guile: your applications to give them their own scripting language. Guile guile: will eventually support other languages as well, giving users of guile: Guile-based applications a choice of languages. guile: PACKAGE NAME: gv.tgz PACKAGE LOCATION: ./splack/xap1 PACKAGE SIZE (compressed): 162 K PACKAGE SIZE (uncompressed): 450 K PACKAGE DESCRIPTION: gv: gv 3.5.8 gv: gv: gv is a PostScript and PDF previewer. It allows users to view and gv: navigate through PostScript and PDF documents on an X display by gv: providing a user interface for the ghostscript interpreter. gv: gv: gv was written by Johannes Plass, using the source code for Tim gv: Theisen's ghostview 1.5 as a starting point. gv: PACKAGE NAME: gzip.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 92 K PACKAGE SIZE (uncompressed): 230 K PACKAGE DESCRIPTION: gzip: GNU zip compression utilities. (v. 1.2.4a) gzip: gzip: Gzip reduces the size of the named files using Lempel-Ziv coding gzip: (LZ77). Whenever possible, each file is replaced by one with the gzip: extension .gz, while keeping the same ownership modes, access and gzip: modification times. gzip: PACKAGE NAME: hdsetup.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 153 K PACKAGE SIZE (uncompressed): 780 K PACKAGE DESCRIPTION: hdsetup: The Slackware setup/package maintenance system v. 7.3.0 hdsetup: hdsetup: The full screen and tty versions of setup and pkgtool, two utilities hdsetup: included with Splack that allow you to easily install software hdsetup: packages, remove software packages, and review the installed software hdsetup: packages. hdsetup: hdsetup: Also contains the command line utilities 'installpkg', 'removepkg', hdsetup: 'makepkg', 'explodepkg', and 'upgradepkg' that install, remove, build, hdsetup: examine, and upgrade software packages. Man pages are included. hdsetup: PACKAGE NAME: hfsutils.tgz PACKAGE LOCATION: ./splack/tcl1 PACKAGE SIZE (compressed): 211 K PACKAGE SIZE (uncompressed): 520 K PACKAGE DESCRIPTION: hfsutils: hfsutils-3.2.6. hfsutils: hfsutils: hfsutils is a collection of tools for reading and writing Macintosh hfsutils: HFS volumes. These utilities can manipulate HFS volumes on nearly any hfsutils: medium. Since hfs and xhfs are linked with Tcl/Tk shared libraries, hfsutils: the hfsutils package is included here in the TCL software series. hfsutils: hfsutils: hfsutils was written by Robert Leslie hfsutils: PACKAGE NAME: howto.tgz PACKAGE LOCATION: ./splack/f1 PACKAGE SIZE (compressed): 5156 K PACKAGE SIZE (uncompressed): 16800 K PACKAGE DESCRIPTION: howto: HOWTOs from the Linux Documentation Project. howto: howto: Documentation on many tasks relating to Linux setup and operation. howto: howto: These documents will be installed in /usr/doc/Linux-HOWTOs/. howto: PACKAGE NAME: htdig.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 1315 K PACKAGE SIZE (uncompressed): 3680 K PACKAGE DESCRIPTION: htdig: htdig-3.1.5 htdig: htdig: The ht://Dig system is a complete world wide web indexing and htdig: searching system for a small domain or intranet. This system is not htdig: meant to replace the need for powerful internet-wide search systems htdig: like Lycos, Infoseek, Webcrawler and AltaVista. Instead it is meant htdig: to cover the search needs for a single company, campus, or even a htdig: particular sub section of a web site. htdig: htdig: The ht://Dig package is required by KDE's help system. htdig: PACKAGE NAME: imagemagick.tgz PACKAGE LOCATION: ./splack/xap1 PACKAGE SIZE (compressed): 3406 K PACKAGE SIZE (uncompressed): 12440 K PACKAGE DESCRIPTION: imagemagick: ImageMagick-5.2.9 imagemagick: imagemagick: ImageMagick is a collection of tools for manipulating and displaying imagemagick: digital images. It can merge images, transform image dimensions, imagemagick: do screen captures, create animation sequences, and convert between imagemagick: many different image formats. imagemagick: imagemagick: See the man pages for these tools: animate combine convert display imagemagick: identify import mogrify montage xtp imagemagick: PACKAGE NAME: imapd.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 671 K PACKAGE SIZE (uncompressed): 1320 K PACKAGE DESCRIPTION: imapd: imapd (IMAP4rev1 2000.287 from pine4.33) imapd: imapd: /sbin/ipop3d and /sbin/imapd are servers supporting the POP3 and imapd: IMAP remote mail access protocols. They allow users to download imapd: mail from your Linux system for remote viewing. imapd: PACKAGE NAME: imlib.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 613 K PACKAGE SIZE (uncompressed): 1470 K PACKAGE DESCRIPTION: imlib: imlib-1.9.10 imlib: imlib: Imlib is a display depth-independent image loading and rendering imlib: library. Imlib is designed to simplify and speed up the process of imlib: loading images and obtaining X Window System drawables. Imlib imlib: provides many simple manipulation routines which can be used for imlib: common operations. imlib: PACKAGE NAME: infozip.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 245 K PACKAGE SIZE (uncompressed): 600 K PACKAGE DESCRIPTION: infozip: Info-ZIP's zip 2.3 and unzip 5.41 utilities infozip: infozip: zip is a compression and file packaging utility for Unix, VMS, MSDOS, infozip: OS/2, Windows NT, Minix, Atari and Macintosh, Amiga and Acorn RISC OS. infozip: It is analogous to a combination of the UNIX commands tar(1) and infozip: compress(1) and is compatible with PKZIP (Phil Katz's ZIP). A infozip: companion program (unzip(1L)), unpacks zip archives. infozip: PACKAGE NAME: inn.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 2732 K PACKAGE SIZE (uncompressed): 6680 K PACKAGE DESCRIPTION: inn: inn-2.3.2 inn: inn: Rich Salz's InterNetNews news transport system. The core part of the inn: package is a single long-running daemon that handles all incoming NNTP inn: connections. It files the articles and arranges for them to be inn: forwarded to downstream sites. inn: PACKAGE NAME: ipchains.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 74 K PACKAGE SIZE (uncompressed): 190 K PACKAGE DESCRIPTION: ipchains: ipchains-1.3.10, ipmasqadm-0.4.2 ipchains: ipchains: These are tools for setting up a firewall or masquerading with a ipchains: 2.2.x Linux kernel. ipchains: PACKAGE NAME: iptables.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 232 K PACKAGE SIZE (uncompressed): 630 K PACKAGE DESCRIPTION: iptables: iptables-1.2.2 iptables: iptables: iptables is a packet filter administration tool for Linux 2.4, iptables: replacing the ipchains tool that was used with the 2.2 kernel. The iptables: iptables tool is used to set up, maintain, and inspect the tables of iptables: IP packet filter rules in the Linux kernel for packet filtering, iptables: firewalling, and NAT (Network Address Translation). iptables: iptables: If you plan to set up a firewall with Linux 2.4, you'll need this. iptables: PACKAGE NAME: ispell.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 429 K PACKAGE SIZE (uncompressed): 1050 K PACKAGE DESCRIPTION: ispell: ispell-3.1.20 ispell: ispell: Ispell is a fast screen-oriented spelling checker that shows you your ispell: errors in the context of the original file, and suggests possible ispell: corrections when it can figure them out. Compared to UNIX spell, it ispell: is faster and much easier to use. Ispell can also handle languages ispell: other than English. Ispell has a long history, and many people have ispell: contributed to the current version -- some of the major contributors ispell: include R. E. Gorin, Pace Willisson, Walt Buehring, and Geoff ispell: Kuenning. ispell: PACKAGE NAME: jed.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 571 K PACKAGE SIZE (uncompressed): 2030 K PACKAGE DESCRIPTION: jed: jed-B0.99-12 jed: jed: JED (by John E. Davis) is an extremely powerful but small emacs-like jed: programmer's editor that is extensible in a C-like macro language and jed: can do color syntax highlighting. Among the many features: jed: Emacs, wordstar, EDT emulation; jed: C, Fortran, TeX, text editing modes; Full undo; jed: GNU Emacs compatible info reader, and lots more. jed: jed: JED is also 8 bit clean, so you can even edit binary files! jed: PACKAGE NAME: joe.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 125 K PACKAGE SIZE (uncompressed): 340 K PACKAGE DESCRIPTION: joe: Joe text editor v2.9.5 joe: joe: Joseph H. Allen's easy to use text editor, similar to WordStar[tm]. joe: PACKAGE NAME: jove.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 155 K PACKAGE SIZE (uncompressed): 440 K PACKAGE DESCRIPTION: jove: Jonathan's Own Version of Emacs (4.16) jove: jove: A mostly Emacs compatible text editor, with man pages and the jove: 'teachjove' tutorial program. If you'd rather have the real thing, jove: the actual Emacs editor/environment is available in series 'E'. jove: PACKAGE NAME: jpeg6.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 277 K PACKAGE SIZE (uncompressed): 680 K PACKAGE DESCRIPTION: jpeg6: Independent JPEG Group's JPEG software version 6b jpeg6: jpeg6: Software to implement JPEG image compression and decompression. JPEG jpeg6: (pronounced 'jay-peg') is a standardized compression method for jpeg6: full-color and gray-scale images. JPEG is intended for compressing jpeg6: 'real-world' scenes; cartoons and other non-realistic images are not jpeg6: its strong suit. JPEG is lossy, however, on typical images of jpeg6: real-world scenes, very good compression levels can be obtained with jpeg6: no visible change, and amazingly high compression levels are possible jpeg6: if you can tolerate a low-quality image. jpeg6: PACKAGE NAME: kbd.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 992 K PACKAGE SIZE (uncompressed): 2620 K PACKAGE DESCRIPTION: kbd: kbd-1.06 kbd: kbd: Load and save keyboard mappings. Needed if you are not using the US kbd: keyboard map. This package also contains utilities to change your kbd: console fonts - if you install it you'll get a menu later on that lets kbd: you select from many different fonts. If you like one, you can make it kbd: your default font. A new default font can be chosen at any time by kbd: typing 'fontconfig'. kbd: PACKAGE NAME: kde_i18n_ca.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 579 K PACKAGE SIZE (uncompressed): 2150 K PACKAGE DESCRIPTION: kde_i18n_ca: kde-i18n-ca-2.1.1 kde_i18n_ca: kde_i18n_ca: Catalan language support. kde_i18n_ca: PACKAGE NAME: kde_i18n_cs.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 1206 K PACKAGE SIZE (uncompressed): 3190 K PACKAGE DESCRIPTION: kde_i18n_cs: kde-i18n-cs-2.1.1 kde_i18n_cs: kde_i18n_cs: Czech language support. kde_i18n_cs: PACKAGE NAME: kde_i18n_da.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 1176 K PACKAGE SIZE (uncompressed): 4080 K PACKAGE DESCRIPTION: kde_i18n_da: kde-i18n-da-2.1.1 kde_i18n_da: kde_i18n_da: Danish language support. kde_i18n_da: PACKAGE NAME: kde_i18n_de.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 4995 K PACKAGE SIZE (uncompressed): 22770 K PACKAGE DESCRIPTION: kde_i18n_de: kde-i18n-de-2.1.1 kde_i18n_de: kde_i18n_de: German language support. kde_i18n_de: PACKAGE NAME: kde_i18n_el.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 563 K PACKAGE SIZE (uncompressed): 2170 K PACKAGE DESCRIPTION: kde_i18n_el: kde-i18n-el-2.1.1 kde_i18n_el: kde_i18n_el: Greek language support. kde_i18n_el: PACKAGE NAME: kde_i18n_eo.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 663 K PACKAGE SIZE (uncompressed): 1900 K PACKAGE DESCRIPTION: kde_i18n_eo: kde-i18n-eo-2.1.1 kde_i18n_eo: kde_i18n_eo: Esperanto language support. kde_i18n_eo: PACKAGE NAME: kde_i18n_es.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 2414 K PACKAGE SIZE (uncompressed): 8740 K PACKAGE DESCRIPTION: kde_i18n_es: kde-i18n-es-2.1.1 kde_i18n_es: kde_i18n_es: Spanish language support. kde_i18n_es: PACKAGE NAME: kde_i18n_et.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 856 K PACKAGE SIZE (uncompressed): 2900 K PACKAGE DESCRIPTION: kde_i18n_et: kde-i18n-et-2.1.1 kde_i18n_et: kde_i18n_et: Estonian language support. kde_i18n_et: PACKAGE NAME: kde_i18n_fi.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 762 K PACKAGE SIZE (uncompressed): 2650 K PACKAGE DESCRIPTION: kde_i18n_fi: kde-i18n-fi-2.1.1 kde_i18n_fi: kde_i18n_fi: Finnish language support. kde_i18n_fi: PACKAGE NAME: kde_i18n_fr.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 4344 K PACKAGE SIZE (uncompressed): 18250 K PACKAGE DESCRIPTION: kde_i18n_fr: kde-i18n-fr-2.1.1 kde_i18n_fr: kde_i18n_fr: French language support. kde_i18n_fr: PACKAGE NAME: kde_i18n_he.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 860 K PACKAGE SIZE (uncompressed): 2350 K PACKAGE DESCRIPTION: kde_i18n_he: kde-i18n-he-2.1.1 kde_i18n_he: kde_i18n_he: Hebrew language support. kde_i18n_he: PACKAGE NAME: kde_i18n_hu.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 2332 K PACKAGE SIZE (uncompressed): 9840 K PACKAGE DESCRIPTION: kde_i18n_hu: kde-i18n-hu-2.1.1 kde_i18n_hu: kde_i18n_hu: Hungarian language support. kde_i18n_hu: PACKAGE NAME: kde_i18n_is.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 684 K PACKAGE SIZE (uncompressed): 1890 K PACKAGE DESCRIPTION: kde_i18n_is: kde-i18n-is-2.1.1 kde_i18n_is: kde_i18n_is: Icelandic language support. kde_i18n_is: PACKAGE NAME: kde_i18n_it.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 945 K PACKAGE SIZE (uncompressed): 3070 K PACKAGE DESCRIPTION: kde_i18n_it: kde-i18n-it-2.1.1 kde_i18n_it: kde_i18n_it: Italian language support. kde_i18n_it: PACKAGE NAME: kde_i18n_ja.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 820 K PACKAGE SIZE (uncompressed): 2520 K PACKAGE DESCRIPTION: kde_i18n_ja: kde-i18n-ja-2.1.1 kde_i18n_ja: kde_i18n_ja: Japanese language support. kde_i18n_ja: PACKAGE NAME: kde_i18n_ko.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 472 K PACKAGE SIZE (uncompressed): 1340 K PACKAGE DESCRIPTION: kde_i18n_ko: kde-i18n-ko-2.1.1 kde_i18n_ko: kde_i18n_ko: Korean language support. kde_i18n_ko: PACKAGE NAME: kde_i18n_lt.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 338 K PACKAGE SIZE (uncompressed): 980 K PACKAGE DESCRIPTION: kde_i18n_lt: kde-i18n-lt-2.1.1 kde_i18n_lt: kde_i18n_lt: Lithuanian language support. kde_i18n_lt: PACKAGE NAME: kde_i18n_nl.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 1695 K PACKAGE SIZE (uncompressed): 5000 K PACKAGE DESCRIPTION: kde_i18n_nl: kde-i18n-nl-2.1.1 kde_i18n_nl: kde_i18n_nl: Dutch language support. kde_i18n_nl: PACKAGE NAME: kde_i18n_no.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 937 K PACKAGE SIZE (uncompressed): 2930 K PACKAGE DESCRIPTION: kde_i18n_no: kde-i18n-no-2.1.1 kde_i18n_no: kde_i18n_no: Norwegian (Bokmaal) language support. kde_i18n_no: PACKAGE NAME: kde_i18n_no_NY.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 725 K PACKAGE SIZE (uncompressed): 2080 K PACKAGE DESCRIPTION: kde_i18n_no_NY: kde-i18n-no_NY-2.1.1 kde_i18n_no_NY: kde_i18n_no_NY: Norwegian (Nynorsk) language support. kde_i18n_no_NY: PACKAGE NAME: kde_i18n_pl.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 596 K PACKAGE SIZE (uncompressed): 1760 K PACKAGE DESCRIPTION: kde_i18n_pl: kde-i18n-pl-2.1.1 kde_i18n_pl: kde_i18n_pl: Polish language support. kde_i18n_pl: PACKAGE NAME: kde_i18n_pt.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 1959 K PACKAGE SIZE (uncompressed): 7940 K PACKAGE DESCRIPTION: kde_i18n_pt: kde-i18n-pt-2.1.1 kde_i18n_pt: kde_i18n_pt: Portuguese language support. kde_i18n_pt: PACKAGE NAME: kde_i18n_pt_BR.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 1340 K PACKAGE SIZE (uncompressed): 5880 K PACKAGE DESCRIPTION: kde_i18n_pt_BR: kde-i18n-pt_BR-2.1.1 kde_i18n_pt_BR: kde_i18n_pt_BR: Brazil Portuguese language support. kde_i18n_pt_BR: PACKAGE NAME: kde_i18n_ro.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 1483 K PACKAGE SIZE (uncompressed): 5200 K PACKAGE DESCRIPTION: kde_i18n_ro: kde-i18n-ro-2.1.1 kde_i18n_ro: kde_i18n_ro: Romanian language support. kde_i18n_ro: PACKAGE NAME: kde_i18n_ru.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 1541 K PACKAGE SIZE (uncompressed): 5870 K PACKAGE DESCRIPTION: kde_i18n_ru: kde-i18n-ru-2.1.1 kde_i18n_ru: kde_i18n_ru: Russian language support. kde_i18n_ru: PACKAGE NAME: kde_i18n_sk.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 913 K PACKAGE SIZE (uncompressed): 2610 K PACKAGE DESCRIPTION: kde_i18n_sk: kde-i18n-sk-2.1.1 kde_i18n_sk: kde_i18n_sk: Slovak language support. kde_i18n_sk: PACKAGE NAME: kde_i18n_sl.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 2149 K PACKAGE SIZE (uncompressed): 6310 K PACKAGE DESCRIPTION: kde_i18n_sl: kde-i18n-sl-2.1.1 kde_i18n_sl: kde_i18n_sl: Slovenian language support. kde_i18n_sl: PACKAGE NAME: kde_i18n_sr.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 576 K PACKAGE SIZE (uncompressed): 1680 K PACKAGE DESCRIPTION: kde_i18n_sr: kde-i18n-sr-2.1.1 kde_i18n_sr: kde_i18n_sr: Serbian language support. kde_i18n_sr: PACKAGE NAME: kde_i18n_sv.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 851 K PACKAGE SIZE (uncompressed): 2580 K PACKAGE DESCRIPTION: kde_i18n_sv: kde-i18n-sv-2.1.1 kde_i18n_sv: kde_i18n_sv: Swedish language support. kde_i18n_sv: PACKAGE NAME: kde_i18n_tr.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 901 K PACKAGE SIZE (uncompressed): 2490 K PACKAGE DESCRIPTION: kde_i18n_tr: kde-i18n-tr-2.1.1 kde_i18n_tr: kde_i18n_tr: Turkish language support. kde_i18n_tr: PACKAGE NAME: kde_i18n_uk.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 652 K PACKAGE SIZE (uncompressed): 1820 K PACKAGE DESCRIPTION: kde_i18n_uk: kde-i18n-uk-2.1.1 kde_i18n_uk: kde_i18n_uk: Ukrainian language support. kde_i18n_uk: PACKAGE NAME: kde_i18n_zh_CN.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 719 K PACKAGE SIZE (uncompressed): 2360 K PACKAGE DESCRIPTION: kde_i18n_zh_CN: kde-i18n-zh_CN.GB2312-2.1.1 kde_i18n_zh_CN: kde_i18n_zh_CN: Simplified Chinese language support. kde_i18n_zh_CN: PACKAGE NAME: kde_i18n_zh_TW.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 670 K PACKAGE SIZE (uncompressed): 1800 K PACKAGE DESCRIPTION: kde_i18n_zh_TW: kde-i18n-zh_TW.Big5-2.1.1 kde_i18n_zh_TW: kde_i18n_zh_TW: Chinese language support. kde_i18n_zh_TW: PACKAGE NAME: kdeadmin.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 892 K PACKAGE SIZE (uncompressed): 2860 K PACKAGE DESCRIPTION: kdeadmin: kdeadmin-2.1.1 kdeadmin: kdeadmin: KDE system administration and backup tools. kdeadmin: PACKAGE NAME: kdebase.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 11763 K PACKAGE SIZE (uncompressed): 29430 K PACKAGE DESCRIPTION: kdebase: kdebase-2.1.1 (KDE base package) kdebase: kdebase: Core applications for the K Desktop Environment. Included are: kdm kdebase: (replacement for xdm), kwin (window manager), konqueror (filemanager, kdebase: web browser, ftp client), konsole (xterm replacement), kicker kdebase: (application starter and desktop pager), kaudio (audio server), kdebase: kdehelp (viewer for kde help files, info and man pages), kthememgr kdebase: (system for managing alternate theme packages) plus other KDE kdebase: components like kcheckpass, kikbd, kscreensaver, kcontrol, kfind, kdebase: kfontmanager, kmenuedit, and kappfinder. kdebase: PACKAGE NAME: kdegames.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 8300 K PACKAGE SIZE (uncompressed): 15430 K PACKAGE DESCRIPTION: kdegames: kdegames-2.1.1 kdegames: kdegames: Games for the K Desktop Environment. kdegames: kdegames: Included with this package are: kabalone, kasteroids, katomic, kdegames: kbackgammon, kblackbox, kfouleggs, kjezz, kjumpingcube, kmahjongg, kdegames: kmines, konquest, kpat, kpoker, kproc4, kreversi, ksame, kshisen, kdegames: ksirtet, ksmiletris, ksnake, ksokoban, kspaceduel, ktron, ktuberling, kdegames: kwin4, lskat, and lskatproc. kdegames: PACKAGE NAME: kdegraphics.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 1910 K PACKAGE SIZE (uncompressed): 4940 K PACKAGE DESCRIPTION: kdegraphics: kdegraphics-2.1.1 kdegraphics: kdegraphics: Graphics programs for KDE, including: kdvi (displays TeX's device kdegraphics: independent .dvi files), kfax (displays fax files), kfract (a fractal kdegraphics: generator), kghostview (displays postscript .ps files), kpaint (a kdegraphics: simple drawing program), kruler (an onscreen ruler), ksnapshot (a kdegraphics: screenshot utility), kview (displays numerous graphic file formats), kdegraphics: and pixie (image viewer and editor). kdegraphics: PACKAGE NAME: kdelibs.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 6524 K PACKAGE SIZE (uncompressed): 21850 K PACKAGE DESCRIPTION: kdelibs: kdelibs-2.1.2 kdelibs: kdelibs: System libraries and other resources required by KDE: kdecore (KDE kdelibs: core library), kdeui (user interface), kimgio (image formats), kfile kdelibs: (file dialog), kspell (spelling checker), khtml (HTML widget), kab kdelibs: (addressbook), arts (sound, mixing and animation), kstyles, kparts, kdelibs: kjs (JavaScript), kio (URL fetcher), kdesu, dcop (desktop kdelibs: communication program), kssl (OpenSSL integration), kinit, libkmid, kdelibs: interfaces, libtldl, mimetypes, pics, and ksgmltools. kdelibs: PACKAGE NAME: kdemultimedia.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 4968 K PACKAGE SIZE (uncompressed): 14020 K PACKAGE DESCRIPTION: kdemultimedia: kdemultimedia-2.1.1 kdemultimedia: kdemultimedia: Multimedia applications for KDE, including: kdemultimedia: aktion (video player) kdemultimedia: kmid (a midi/karaoke player) kdemultimedia: kmidi (a midi-to-wav player/converter) kdemultimedia: kmix (a mixer) kdemultimedia: kscd (an audio CD player) kdemultimedia: timidity (synth application) kdemultimedia: PACKAGE NAME: kdenetwork.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 3137 K PACKAGE SIZE (uncompressed): 9660 K PACKAGE DESCRIPTION: kdenetwork: kdenetwork-2.1.1 kdenetwork: kdenetwork: Network related utilities for the K Desktop Environment. kdenetwork: PACKAGE NAME: kdepim.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 1311 K PACKAGE SIZE (uncompressed): 3880 K PACKAGE DESCRIPTION: kdepim: kdepim-2.1.1 kdepim: kdepim: kdepim is a collection of Personal Information Management (PIM) tools. kdepim: PACKAGE NAME: kdesdk.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 724 K PACKAGE SIZE (uncompressed): 2180 K PACKAGE DESCRIPTION: kdesdk: kdesdk-2.1.1 kdesdk: kdesdk: KDE Software Development Kit. This is a collection of applications kdesdk: and tools used by KDE developers. It also has example code for use in kdesdk: learning KDE programming or starting a new KDE application. kdesdk: PACKAGE NAME: kdesupport.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 218 K PACKAGE SIZE (uncompressed): 860 K PACKAGE DESCRIPTION: kdesupport: ksupport-2.1 kdesupport: kdesupport: Support libraries for the K Desktop Environment. kdesupport: kdesupport: Libraries included are: audiofile and mimelib. kdesupport: PACKAGE NAME: kdetoys.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 1178 K PACKAGE SIZE (uncompressed): 2620 K PACKAGE DESCRIPTION: kdetoys: kdetoys-2.1.1 kdetoys: kdetoys: Some toys for use with KDE: kmoon (displays various phases of the kdetoys: moon), kworldwatch (displays where in the world it is light and dark kdetoys: depending on time), kodo (a mouse odometer which shows how far your kdetoys: mouse has traveled), and kteatime (alerts you when your tea is ready). kdetoys: PACKAGE NAME: kdeutils.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 1622 K PACKAGE SIZE (uncompressed): 5360 K PACKAGE DESCRIPTION: kdeutils: kdeutils-2.1.1 kdeutils: kdeutils: Utilities for the K Desktop Environment. Includes: ark (tar/gzip kdeutils: archive manager), kab (address book), karm (personal time tracker), kdeutils: kcalc (scientific calculator), kcharselect (character selection), kdeutils: kdepasswd (password changer), kdessh (secure shell), kdf (disk free), kdeutils: kedit (simple text editor), kfind (file find), kfloppy (floppy kdeutils: formatting), khexedit (hex editor), kjots (note taker), klaptopdaemon, kdeutils: kljettool (HP printer configuration), klpq (print queue manager), kdeutils: knotes (sticky notes), kpm (process manager), kwikdisk (another df). kdeutils: PACKAGE NAME: kdevelop.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 3202 K PACKAGE SIZE (uncompressed): 8280 K PACKAGE DESCRIPTION: kdevelop: kdevelop-1.4.1 kdevelop: kdevelop: The KDevelop integrated C/C++ application development environment. kdevelop: PACKAGE NAME: kdoc.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 73 K PACKAGE SIZE (uncompressed): 250 K PACKAGE DESCRIPTION: kdoc: kdoc-2.1.1 kdoc: kdoc: Documentation tools for the K Desktop Environment. kdoc: PACKAGE NAME: koffice.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 3991 K PACKAGE SIZE (uncompressed): 12490 K PACKAGE DESCRIPTION: koffice: koffice-2.0.1 koffice: koffice: Office applications for the K Desktop Environment 2.0.1. koffice: koffice: KOffice contains KWord (word processor), KSpread (spreadsheet), koffice: KPresenter (presentation software) and KChart (diagram generator). koffice: PACKAGE NAME: ksh.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 931 K PACKAGE SIZE (uncompressed): 2520 K PACKAGE DESCRIPTION: ksh: AT&T Korn Shell 93k+ (2001-01-01.0000) ksh: ksh: The KornShell language and interactive shell were designed by ksh: David G. Korn at AT&T Bell Laboratories. Besides offering a very ksh: powerful interactive shell, it also offers a very robust programming ksh: language with such features as associative arrays and built in ksh: integer math operations. ksh is an excellent choice for system ksh: administration scripts and for everyday interactive use. ksh: ksh: The official site for the Korn Shell is http://www.kornshell.com/ ksh: PACKAGE NAME: less.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 75 K PACKAGE SIZE (uncompressed): 170 K PACKAGE DESCRIPTION: less: less-358 less: less: Less is a paginator similar to more(1), but which allows backward less: movement in the file as well as forward movement. Also, less does not less: have to read the entire input file before starting, so with large less: input files it starts up faster than text editors like vi(1). less: less: Less was written by Mark Nudelman. less: PACKAGE NAME: lesstif.tgz PACKAGE LOCATION: ./splack/x1 PACKAGE SIZE (compressed): 3575 K PACKAGE SIZE (uncompressed): 11350 K PACKAGE DESCRIPTION: lesstif: LessTif 0.92.6 lesstif: lesstif: LessTif is the Hungry Programmers' (www.hungry.com) free clone of lesstif: Motif(R). It aims to be source compatible with OSF/Motif(R) meaning lesstif: that the same source code should compile with both and work exactly lesstif: the same! This package contains the libraries and header files to lesstif: be able to run and compile Motif 1.2 and 2.0 applications, along lesstif: with the lesstif version of mwm, the Motif window manager. lesstif: PACKAGE NAME: libghttp.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 47 K PACKAGE SIZE (uncompressed): 160 K PACKAGE DESCRIPTION: libghttp: libghttp-1.0.9 libghttp: libghttp: GNOME http client library. libghttp: PACKAGE NAME: libglade.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 177 K PACKAGE SIZE (uncompressed): 690 K PACKAGE DESCRIPTION: libglade: libglade-0.16 libglade: libglade: The GLADE library allows loading user interfaces which are stored libglade: externally into a program. This allows the interface to be changed libglade: without recompiling the program. libglade: libglade: The interfaces can also be edited with GLADE. libglade: PACKAGE NAME: libgr.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 769 K PACKAGE SIZE (uncompressed): 2310 K PACKAGE DESCRIPTION: libgr: libgr-2.0.13 libgr: libgr: Shared and static graphics-related ELF libraries and header files. libgr: libgr: Includes several graphic libraries (libpbm, libpgm, libppm, libpnm, libgr: libfbm, librle), and a collection of graphics utilities. libgr: PACKAGE NAME: libgtop.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 252 K PACKAGE SIZE (uncompressed): 1070 K PACKAGE DESCRIPTION: libgtop: libgtop-1.0.12 libgtop: libgtop: A library that fetches information about the running system such as libgtop: cpu and memory usage, active processes etc. On Linux systems, these libgtop: information are taken directly from the /proc filesystem. libgtop: PACKAGE NAME: libole2.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 140 K PACKAGE SIZE (uncompressed): 520 K PACKAGE DESCRIPTION: libole2: libole2-0.2.3 libole2: libole2: A library containing functionality to manipulate OLE2 Structured libole2: Storage files. It is used by Gnumeric and AbiWord Personal. libole2: PACKAGE NAME: libpng.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 300 K PACKAGE SIZE (uncompressed): 850 K PACKAGE DESCRIPTION: libpng: libpng-1.0.11 libpng: libpng: PNG (Portable Network Graphics) is an extensible file format for the libpng: lossless, portable, well-compressed storage of raster images. PNG libpng: provides a patent-free replacement for GIF and can also replace many libpng: common uses of TIFF. Indexed-color, grayscale, and truecolor images libpng: are supported, plus an optional alpha channel. Sample depths range libpng: from 1 to 16 bits. libpng: PACKAGE NAME: librep.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 591 K PACKAGE SIZE (uncompressed): 1890 K PACKAGE DESCRIPTION: librep: librep-0.13.6 librep: librep: This is a lightweight Lisp environment for UNIX. It contains a Lisp librep: interpreter, byte-code compiler and virtual machine. Applications may librep: use the Lisp interpreter as an extension language, or it may be used librep: for standalone scripts. Originally inspired by Emacs Lisp, the librep: language dialect combines many of the elisp features while trying to librep: remove some of the main deficiencies, with features from Common Lisp librep: and Scheme. librep: PACKAGE NAME: libsigc++.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 138 K PACKAGE SIZE (uncompressed): 730 K PACKAGE DESCRIPTION: libsigc++: libsigc++-1.0.3 libsigc++: libsigc++: This library implements a full callback system for use in widget libsigc++: libraries, abstract interfaces, and general programming. Originally libsigc++: part of the Gtk-- widget set, libsigc++ is now a seperate library to libsigc++: provide for more general use. It is the most complete library of its libsigc++: kind with the ablity to connect an abstract callback to a class libsigc++: method, function, or function object. It contains adaptor classes for libsigc++: connection of dissimilar callbacks and has an ease of use unmatched libsigc++: by other C++ callback libraries. libsigc++: PACKAGE NAME: libtiff.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 601 K PACKAGE SIZE (uncompressed): 1750 K PACKAGE DESCRIPTION: libtiff: libtiff-3.5.5 libtiff: libtiff: This library provides support for the Tag Image File Format (TIFF), libtiff: a widely used format for storing image data. A small assortment of libtiff: TIFF-related software for UNIX is also included. libtiff: PACKAGE NAME: libtool.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 373 K PACKAGE SIZE (uncompressed): 1270 K PACKAGE DESCRIPTION: libtool: GNU libtool 1.4 libtool: libtool: This is GNU Libtool, a generic library support script. Libtool hides libtool: the complexity of using shared libraries behind a consistent, portable libtool: interface. To use libtool, add the new generic library building libtool: commands to your Makefile, Makefile.in, or Makefile.am. See the libtool: documentation for details. libtool: libtool: You must install the "m4" package to be able to use libtool. libtool: PACKAGE NAME: libungif.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 117 K PACKAGE SIZE (uncompressed): 380 K PACKAGE DESCRIPTION: libungif: libungif-4.1.0 libungif: libungif: GIF loading and saving shared library. (Saving uses an uncompressed libungif: GIF algorithm that does not use LZW compression.) libungif: PACKAGE NAME: libunicode.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 149 K PACKAGE SIZE (uncompressed): 540 K PACKAGE DESCRIPTION: libunicode: libunicode-0.4 libunicode: libunicode: libunicode is a library for manipulating Unicode characters and libunicode: strings. It understands both the UTF-8 and UCS-2 encodings, and has a libunicode: framework for adding support for new encodings. libunicode: libunicode: libunicode is required by gnumeric. libunicode: PACKAGE NAME: libxml.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 501 K PACKAGE SIZE (uncompressed): 2370 K PACKAGE DESCRIPTION: libxml: libxml-1.8.13 libxml: libxml: This library allows you to manipulate XML files. libxml: PACKAGE NAME: linux.tgz PACKAGE LOCATION: ./splack/k1 PACKAGE SIZE (compressed): 18794 K PACKAGE SIZE (uncompressed): 83880 K PACKAGE DESCRIPTION: linux: Linux kernel source version 2.2.20pre2. linux: linux: Source code for Linus Torvalds' Linux kernel. linux: linux: This is the complete and unmodified source code for the Linux kernel linux: version 2.2.20pre2. linux: PACKAGE NAME: lnx245.tgz PACKAGE LOCATION: ./splack/k1 PACKAGE SIZE (compressed): 26178 K PACKAGE SIZE (uncompressed): 117460 K PACKAGE DESCRIPTION: lnx245: Linux kernel source version 2.4.5 lnx245: lnx245: Source code for Linus Torvalds' Linux kernel. lnx245: lnx245: This is the complete and unmodified source code for the Linux kernel lnx245: version 2.4.5. lnx245: lnx245: A small patch to fix unmounting ReiserFS volumes is provided in the lnx245: /usr/src directory. We recommend applying this patch before building lnx245: kernels to be used with ReiserFS. lnx245: PACKAGE NAME: lpr.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 90 K PACKAGE SIZE (uncompressed): 210 K PACKAGE DESCRIPTION: lpr: lpr-0.48-1 lpr: lpr: This is the lpr printing suite ported from BSD. It's the most lpr: standard UN*X printing system in current use. If you're interested lpr: in automatic detection of PostScript and DVI files, check out the lpr: apsfilter add-on in Splack's AP package series. lpr: PACKAGE NAME: lvm.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 324 K PACKAGE SIZE (uncompressed): 1110 K PACKAGE DESCRIPTION: lvm: lvm_0.9.1_beta6 lvm: lvm: Heinz Mauelshagen's LVM (Logical Volume Manager) for Linux. lvm: LVM adds an additional layer between the physical peripherals and the lvm: I/O interface in the 2.4.x kernel to get a logical view of disks. lvm: This allows the concatenation of several disks (so-called physical lvm: volumes or PVs) to form a storage pool (so-called Volume Group or VG) lvm: with allocation units called physical extents (called PE). With LVM, lvm: you can actually extend, resize, or relocate storage dynamically. lvm: PACKAGE NAME: lxinclude.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 1774 K PACKAGE SIZE (uncompressed): 7860 K PACKAGE DESCRIPTION: PACKAGE NAME: lynx.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 813 K PACKAGE SIZE (uncompressed): 1970 K PACKAGE DESCRIPTION: lynx: Lynx 2.8.3rel.1 lynx: lynx: Lynx is a distributed hypertext browser with full World Wide Web lynx: capabilities. Lynx can be used to access information on the World lynx: Wide Web, or to build information systems intended primarily for local lynx: access. For example, Lynx has been used to build several Campus Wide lynx: Information Systems (CWIS). lynx: lynx: Lynx's authors include Lou Montulli, Garrett Blythe, Craig Lavender, lynx: Michael Grobe, and Charles Rezac. lynx: PACKAGE NAME: m4.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 114 K PACKAGE SIZE (uncompressed): 280 K PACKAGE DESCRIPTION: m4: GNU m4 1.4 m4: m4: This is release 1.4 of GNU m4, a program which copies its input to m4: the output, expanding macros as it goes. m4 has built-in functions m4: for including named files, running Unix commands, doing integer m4: arithmetic, manipulating text in various ways, recursion, etc... m4: Macros can also be user-defined, and can take any number of arguments. m4: GNU 'm4' has been originally written by Rene Seindal, from Denmark. m4: PACKAGE NAME: mailx.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 71 K PACKAGE SIZE (uncompressed): 220 K PACKAGE DESCRIPTION: mailx: BSD mailx 8.1.1-10 mailx: mailx: Mail is a intelligent mail processing system, which has a command mailx: syntax reminiscent of ed with lines replaced by messages. It's small; mailx: it's the standard; it's a good thing to install if you're going to use mailx: mail. mailx: PACKAGE NAME: man.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 120 K PACKAGE SIZE (uncompressed): 310 K PACKAGE DESCRIPTION: man: man-1.5h1 man: man: The man package is a collection of tools used for searching and man: reading the online system documentation. In fact, on most UNIX-like man: operating systems it is the primary means of finding out how programs man: on the system work. For example, 'man man' will display the man: documentation for man itself. man: man: Man requires the groff text processing package. man: PACKAGE NAME: manpages.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 1132 K PACKAGE SIZE (uncompressed): 1960 K PACKAGE DESCRIPTION: manpages: Man-pages 1.36 manpages: manpages: Man pages are online documentation for Linux. This package includes manpages: many section 1, 2, 3, 4, 5, 7, and 8 man pages for Linux. manpages: manpages: The man-pages distribution is maintained by Andries E. Brouwer with manpages: the help of more writers, editors, and other contributors than we manpages: can name here. (See the list in /usr/man/man-pages-1.36.Announce) manpages: PACKAGE NAME: manyfaqs.tgz PACKAGE LOCATION: ./splack/f1 PACKAGE SIZE (compressed): 473 K PACKAGE SIZE (uncompressed): 1640 K PACKAGE DESCRIPTION: manyfaqs: A collection of frequently asked questions/answers on many subjects. manyfaqs: manyfaqs: Some of the FAQs included in this package: manyfaqs: manyfaqs: ATAPI-FAQ, AfterStep-FAQ, BLFAQ (Brief Linux FAQ), Ftape-FAQ, manyfaqs: GCC-SIG11-FAQ, Joe-Command-Reference, Linux-FAQ, PPP-FAQ, SMP-FAQ, manyfaqs: and the Threads-FAQ. manyfaqs: manyfaqs: These FAQs will be installed under /usr/doc/faq. manyfaqs: PACKAGE NAME: mc.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 1490 K PACKAGE SIZE (uncompressed): 3780 K PACKAGE DESCRIPTION: mc: mc-4.5.51 mc: mc: The Midnight Commander is a Norton Commander clone, a program that mc: manipulates and manages files and directories. Useful, fast, and has mc: color displays on the Linux console. Mouse support is provided mc: through the gpm mouse server. This is a lightweight compilation of mc: mc for use on the text console or in an xterm. mc: mc: mc was written by Miguel de Icaza and Mauricio Plaza. mc: PACKAGE NAME: metamail.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 129 K PACKAGE SIZE (uncompressed): 400 K PACKAGE DESCRIPTION: metamail: metamail-2.7 metamail: metamail: Metamail is an implementation of MIME, the Multipurpose Internet metamail: Mail Extensions, a proposed standard for multimedia mail on the metamail: Internet. Metamail implements MIME, and also implements extensibility metamail: and configuration via the mailcap mechanism described in an metamail: informational RFC that is a companion to the MIME document. metamail: PACKAGE NAME: mini.tgz PACKAGE LOCATION: ./splack/f1 PACKAGE SIZE (compressed): 1039 K PACKAGE SIZE (uncompressed): 3440 K PACKAGE DESCRIPTION: mini: Linux Mini-HOWTOs. mini: mini: Short documentation files explaining many common Linux tasks. mini: mini: These files will be installed in /usr/doc/Linux-mini-HOWTOs/. mini: PACKAGE NAME: minicom.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 305 K PACKAGE SIZE (uncompressed): 870 K PACKAGE DESCRIPTION: minicom: Minicom 1.83.1 minicom: minicom: Minicom - a full featured menu-driven communications package similar minicom: to the DOS program 'Telix'. Also includes sz/rz - utilities used to minicom: upload and download files using the Zmodem protocol. minicom: PACKAGE NAME: mkisofs.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 62 K PACKAGE SIZE (uncompressed): 160 K PACKAGE DESCRIPTION: mkisofs: mkisofs-1.12b5 mkisofs: mkisofs: This package contains mkisofs patched to provide special mkisofs: SPARC Linux bootable functionality. The binary is installed mkisofs: as /usr/bin/mkisofs-silo. mkisofs: PACKAGE NAME: mod_php.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 1000 K PACKAGE SIZE (uncompressed): 3630 K PACKAGE DESCRIPTION: mod_php: php-4.0.5 mod_php: mod_php: PHP is an HTML-embedded scripting language. It shares syntax mod_php: characteristics with C, Java, and Perl. The primary objective mod_php: behind this language is to make a fast and easy-to-use scripting mod_php: language for dynamic web sites. mod_php: mod_php: More information can be found online at http://www.php.net/ mod_php: PACKAGE NAME: mod_ssl.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 460 K PACKAGE SIZE (uncompressed): 1500 K PACKAGE DESCRIPTION: mod_ssl: mod_ssl-2.8.4-1.3.20 mod_ssl: mod_ssl: mod_ssl provides provides strong cryptography for the Apache web mod_ssl: server via the Secure Sockets Layer (SSL v2/v3) and Transport Layer mod_ssl: Security (TLS v1). It is based on OpenSSL and provides support for mod_ssl: all major security needs through HTTP. mod_ssl: mod_ssl: mod_ssl is written by Ralf S. Engelschall mod_ssl: PACKAGE NAME: modules.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 2793 K PACKAGE SIZE (uncompressed): 8260 K PACKAGE DESCRIPTION: modules: Linux kernel modules for 2.2.20pre2 modules: modules: A kernel module is a piece of object code that can be dynamically modules: loaded into the Linux kernel to provide new kernel functions. Most modules: of these modules provide support for devices such as CD-ROM drives, modules: tape drives, and ethernet cards. You can choose which modules to load modules: by editing /etc/rc.d/rc.modules. modules: PACKAGE NAME: modutils.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 248 K PACKAGE SIZE (uncompressed): 590 K PACKAGE DESCRIPTION: modutils: modutils-2.4.6 modutils: modutils: Utilities to use kernel modules. These tools are used for loading modutils: and unloading chunks of kernel code on the fly, to add support for a modutils: CD-ROM drive or ethernet card, for instance. modutils: modutils: Many Linux drivers are provided as kernel modules, and some packages modutils: (like the PCMCIA package) require the module utilities to work, so you modutils: probably want to install these. modutils: PACKAGE NAME: mozilla.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 11302 K PACKAGE SIZE (uncompressed): 39680 K PACKAGE DESCRIPTION: mozilla: mozilla-0.9 mozilla: mozilla: The Mozilla web browser. Mozilla is a cousin to Netscape mozilla: Communicator that is being developed by the Free Software Community mozilla: with the cooperation and support of Netscape. Mozilla uses a next- mozilla: generation browser engine known as Gecko. The mozilla package is mozilla: required by the GNOME programs Galeon and Nautilus (which also use mozilla: Mozilla's Gecko rendering engine). mozilla: PACKAGE NAME: mp3.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 125 K PACKAGE SIZE (uncompressed): 320 K PACKAGE DESCRIPTION: mp3: MP3 players mp3: mp3: This package contains two command-line MP3 players for Linux, mp3: amp-0.7.6 and mpg123-0.59r. mp3: PACKAGE NAME: mt_st.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 28 K PACKAGE SIZE (uncompressed): 80 K PACKAGE DESCRIPTION: mt_st: mt-st-0.6 - controls magnetic tape drive operation mt_st: mt_st: This mt originates from BSD NET-2. Some Linux SCSI tape-specific mt_st: ioctls have been added to the original source and the man page has mt_st: been updated. Although this mt program is tailored for SCSI tape, it mt_st: can also be used with the QIC-02 driver and hopefully with other Linux mt_st: tape drivers using the same ioctls (some of the commands may not work mt_st: with all drivers). mt_st: PACKAGE NAME: mutt.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 972 K PACKAGE SIZE (uncompressed): 2690 K PACKAGE DESCRIPTION: mutt: mutt-1.2.5i mutt: mutt: Mutt is a small but very powerful text-based MIME mail client. Mutt mutt: is highly configurable, and is well suited to the mail power user with mutt: advanced features like key bindings, keyboard macros, mail threading, mutt: regular expression searches and a powerful pattern matching language mutt: for selecting groups of messages. mutt: PACKAGE NAME: mysql.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 4087 K PACKAGE SIZE (uncompressed): 11690 K PACKAGE DESCRIPTION: mysql: mysql-3.23.38 mysql: mysql: MySQL is a fast, multi-threaded, multi-user, and robust SQL mysql: (Structured Query Language) database server. It comes with a nice API mysql: which makes it easy to integrate into other applications. mysql: mysql: The home page for MySQL is http://www.mysql.com/ mysql: PACKAGE NAME: nautilus.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 9515 K PACKAGE SIZE (uncompressed): 18880 K PACKAGE DESCRIPTION: nautilus: nautilus-1.0.3 nautilus: nautilus: Nautilus is a highly-polished content manager for GNOME. Nautilus nautilus: integrates access to files, applications, media, Internet-based nautilus: resources and the Web, delivering a dynamic and rich user experience. nautilus: Nautilus, developed by Eazel, Inc. (http://www.eazel.com) is a free nautilus: software project developed under the GNU General Public License and nautilus: is a core component of the GNOME desktop project. nautilus: nautilus: The Nautilus package also includes Medusa, an indexing daemon. nautilus: PACKAGE NAME: ncftp.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 453 K PACKAGE SIZE (uncompressed): 990 K PACKAGE DESCRIPTION: ncftp: ncftp-2.4.3, ncftp-3.0.2 ncftp: ncftp: NcFTP is a user interface to the Internet standard File Transfer ncftp: Protocol. This program allows a user to transfer files to and from a ncftp: remote network site, and offers additional features that are not found ncftp: in the standard interface for ftp. ncftp: PACKAGE NAME: ncurses.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 2234 K PACKAGE SIZE (uncompressed): 11430 K PACKAGE DESCRIPTION: ncurses: ncurses-5.2 ncurses: ncurses: The ncurses (new curses) library is a free software emulation of ncurses: curses in System V Release 4.0, and more. It uses terminfo format, ncurses: supports pads and color and multiple highlights and forms characters ncurses: and function-key mapping, and has all the other SYSV-curses ncurses: enhancements over BSD curses. ncurses: PACKAGE NAME: netatalk.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 263 K PACKAGE SIZE (uncompressed): 780 K PACKAGE DESCRIPTION: netatalk: netatalk-1.4b2+asun2.1.3 netatalk: netatalk: Netatalk is an Appletalk file and print server for Linux. Using netatalk: Netatalk, Macintosh computers on your local network can mount Linux netatalk: volumes as if they were standard Appletalk network drives, and can netatalk: print to the Linux box's printer as if it were a network printer netatalk: supporting PostScript. netatalk: netatalk: Netatalk is brought to you by our friends at The Research Systems netatalk: Unix Group, The University of Michigan. netatalk: PACKAGE NAME: netpipes.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 74 K PACKAGE SIZE (uncompressed): 220 K PACKAGE DESCRIPTION: netpipes: netpipes 4.2 netpipes: netpipes: Robert Forsman's netpipes package makes TCP/IP streams usable in shell netpipes: scripts. It can also simplify client/server code by allowing the netpipes: programmer to skip all the tedious programming bits related to sockets netpipes: and concentrate on writing a filter/service. Here's an example of netpipes: what you can do with 'faucet' and 'hose', two netpipes commands: netpipes: netpipes: server$ faucet 3000 -out tar cf - . netpipes: client$ hose server 3000 -in tar xvf - netpipes: PACKAGE NAME: netwatch.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 89 K PACKAGE SIZE (uncompressed): 250 K PACKAGE DESCRIPTION: netwatch: netwatch-0.9g netwatch: netwatch: Netwatch allows a user (superuser) to monitor activity on the network. netwatch: The monitor includes statistics on transmitted and received packets, netwatch: bytes, protocol, and more. netwatch: PACKAGE NAME: nn_nntp.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 391 K PACKAGE SIZE (uncompressed): 940 K PACKAGE DESCRIPTION: nn_nntp: nn-6.5.1 compiled to use NNTP. nn_nntp: nn_nntp: nn is an easy to use menu driven newsreader by Kim F. Storm. nn_nntp: nn_nntp: nn stands for "No News is good news", and the nn newsreader is nn_nntp: designed to let you minimize the amount of time you spend reading news nn_nntp: (or, more realistically, to let you to read even more newsgroups :-). nn_nntp: This version of nn reads news from a news server via NNTP, and can nn_nntp: make use of your NNTP server's NOV database. nn_nntp: PACKAGE NAME: ntp.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 1185 K PACKAGE SIZE (uncompressed): 2680 K PACKAGE DESCRIPTION: ntp: ntp-4.0.99k23 ntp: ntp: The Network Time Protocol (NTP) is used to synchronize the time of a ntp: computer client or server to another server or reference time source, ntp: such as a radio or satellite receiver or modem. It provides client ntp: accuracies typically within a millisecond on LANs and up to a few tens ntp: of milliseconds on WANs relative to a primary server synchronized to ntp: Coordinated Universal Time (UTC) via a Global Positioning Service ntp: (GPS) receiver, for example. ntp: PACKAGE NAME: oaf.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 157 K PACKAGE SIZE (uncompressed): 610 K PACKAGE DESCRIPTION: oaf: oaf-0.6.5 oaf: oaf: OAF is an object activation framework for GNOME. oaf: PACKAGE NAME: oggutils.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 545 K PACKAGE SIZE (uncompressed): 2440 K PACKAGE DESCRIPTION: oggutils: Ogg Vorbis libraries and tools oggutils: oggutils: Ogg Vorbis is a fully Open, non-proprietary, patent-and-royalty-free, oggutils: general-purpose compressed audio format for high quality oggutils: (44.1-48.0kHz, 16+ bit, polyphonic) audio and music at fixed and oggutils: variable bitrates from 16 to 128 kbps/channel. This places Vorbis in oggutils: the same class as audio representations including MPEG-1 audio layer oggutils: 3, MPEG-4 audio (AAC and TwinVQ), and PAC. This package includes oggutils: an encoder and player, as well as programming libraries for developing oggutils: programs that use the Ogg Vorbis CODEC. oggutils: PACKAGE NAME: openssh.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 479 K PACKAGE SIZE (uncompressed): 1160 K PACKAGE DESCRIPTION: openssh: openssh-2.9p1 openssh: openssh: ssh (Secure Shell) is a program for logging into a remote machine and openssh: for executing commands on a remote machine. It is intended to replace openssh: rlogin and rsh, and provide secure encrypted communications between openssh: two untrusted hosts over an insecure network. openssh: openssh: OpenSSH is based on the last free version of Tatu Ylonen's SSH, openssh: further enhanced and cleaned up by Aaron Campbell, Bob Beck, Markus openssh: Friedl, Niels Provos, Theo de Raadt, and Dug Song. openssh: It has a homepage at http://www.openssh.com/ PACKAGE NAME: openssl.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 2698 K PACKAGE SIZE (uncompressed): 7610 K PACKAGE DESCRIPTION: openssl: openssl-0.9.6a openssl: openssl: The openssl certificate management tool and the shared libraries that openssl: provide various encryption and decription algorithms and protocols. openssl: openssl: This product includes software developed by the OpenSSL Project for openssl: use in the OpenSSL Toolkit (http://www.openssl.org). This product openssl: includes cryptographic software written by Eric Young openssl: (eay@cryptsoft.com). This product includes software written by Tim openssl: Hudson (tjh@cryptsoft.com). openssl: PACKAGE NAME: orbit.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 698 K PACKAGE SIZE (uncompressed): 2570 K PACKAGE DESCRIPTION: orbit: ORBit-0.5.8 orbit: orbit: ORBit is a high-performance CORBA (Common Object Request Broker orbit: Architecture) ORB (object request broker). It allows programs to send orbit: requests and receive replies from other programs, regardless of the orbit: locations of the two programs. CORBA is an architecture that enables orbit: communication between program objects, regardless of the programming orbit: language they're written in or the operating system they run on. orbit: PACKAGE NAME: ossllibs.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 747 K PACKAGE SIZE (uncompressed): 2250 K PACKAGE DESCRIPTION: ossllibs: openssl-0.9.6a shared libraries ossllibs: ossllibs: These shared libraries provide encryption routines required by programs ossllibs: such as openssh. They are also used by KDE's Konqueror web browser to ossllibs: provide secure web connections. ossllibs: ossllibs: This product includes software developed by the OpenSSL Project for ossllibs: use in the OpenSSL Toolkit (http://www.openssl.org). This product ossllibs: includes cryptographic software written by Eric Young ossllibs: (eay@cryptsoft.com). This product includes software written by Tim ossllibs: Hudson (tjh@cryptsoft.com). PACKAGE NAME: p2c.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 266 K PACKAGE SIZE (uncompressed): 970 K PACKAGE DESCRIPTION: p2c: p2c-1.21alpha2 p2c: p2c: P2c is a tool for translating Pascal programs into C. The input p2c: consists of a set of source files in any of the following Pascal p2c: dialects: HP Pascal, Turbo/UCSD Pascal, DEC VAX Pascal, Oregon p2c: Software Pascal/2, Macintosh Programmer's Workshop Pascal, p2c: Sun/Berkeley Pascal, Texas Instruments Pascal, Apollo Domain Pascal. p2c: Modula-2 syntax is also supported. Output is a set of .c and .h p2c: files that comprise an equivalent program in any of several dialects p2c: of C. p2c: PACKAGE NAME: panelmm.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 44 K PACKAGE SIZE (uncompressed): 180 K PACKAGE DESCRIPTION: panelmm: panelmm-0.1 panelmm: panelmm: Panel--, A GTK-- wrapper for applet_widget. This is a wrapper for panelmm: the applet_widget component of GNOME for use with the GTK-- wrapper panelmm: for GTK, the Gimp Toolkit and libgnomeui, the GNOME UI library. panelmm: PACKAGE NAME: pciutils.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 81 K PACKAGE SIZE (uncompressed): 240 K PACKAGE DESCRIPTION: pciutils: pciutils-2.1.8 (Linux PCI utilities) pciutils: pciutils: lspci displays detailed information about all PCI buses and devices pciutils: in the system, replacing the original /proc/pci interface. pciutils: pciutils: setpci allows reading from and writing to PCI device configuration pciutils: registers. For example, you can adjust the latency timers with it. pciutils: pciutils: See manual pages for more details. pciutils: PACKAGE NAME: perl.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 7504 K PACKAGE SIZE (uncompressed): 19790 K PACKAGE DESCRIPTION: perl: perl-5.6.1 perl: perl: Larry Wall's "Practical Extraction and Report Language". Perl is a perl: language optimized for scanning arbitrary text files, extracting perl: information from those text files, and printing reports based on that perl: information. It's also a good language for many system management perl: tasks. The language is intended to be practical (easy to use, perl: efficient, complete) rather than beautiful (tiny, elegant, minimal). perl: This package includes these additional modules: DBI, Data-ShowTable, perl: Getopt-Mixed, TermReadKey, MD5, and libnet. perl: PACKAGE NAME: pine.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 1491 K PACKAGE SIZE (uncompressed): 4970 K PACKAGE DESCRIPTION: pine: Pine version 4.33 pine: pine: A menu driven user mail program. Originally based on Elm (Pine Is pine: No-longer Elm), but with many additional features that make it pine: easier to use. Also contains pilot (a simple file manager) and pine: pico (an easy to use text editor). pine: PACKAGE NAME: pmake.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 155 K PACKAGE SIZE (uncompressed): 420 K PACKAGE DESCRIPTION: pmake: pmake-2.1.34 pmake: pmake: This is release 2.1 of PMake -- a parallel Make program originally pmake: written for the Sprite operating system, ported from BSD UNIX. This pmake: may be useful if you're going to port software with Makefiles designed pmake: for BSD. The binary is installed as /usr/bin/pmake. pmake: pmake: PMake was written by Adam de Boor and Andreas Stolcke. pmake: PACKAGE NAME: ppp.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 193 K PACKAGE SIZE (uncompressed): 500 K PACKAGE DESCRIPTION: ppp: PPP for Linux, version 2.4.1 ppp: ppp: PPP for Linux -- Michael Callahan's ppp.c kernel driver and the pppd ppp: daemon (ported by Al Longyear). Linux PPP support is included as a ppp: loadable module in the vmlinux package. This package also contains ppp: pppsetup, an easy-to-use, user-friendly utility for setting up your ppp: PPP daemon. ppp: PACKAGE NAME: procmail.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 135 K PACKAGE SIZE (uncompressed): 300 K PACKAGE DESCRIPTION: procmail: The procmail mail processing program. (v3.15.1 2001/01/08) procmail: procmail: Can be used to create mail-servers, mailing lists, sort your incoming procmail: mail into separate folders/files (real convenient when subscribing to procmail: one or more mailing lists or for prioritising your mail), preprocess procmail: your mail, start any programs upon mail arrival (e.g. to generate procmail: different chimes on your workstation for different types of mail) or procmail: selectively forward certain incoming mail automatically to someone. procmail: procmail: The author of procmail is Stephen R. van den Berg. procmail: PACKAGE NAME: procps.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 194 K PACKAGE SIZE (uncompressed): 490 K PACKAGE DESCRIPTION: procps: procps-2.0.7, psmisc-18, procinfo-17 procps: procps: Utilities for displaying process and memory information written by procps: Michael K. Johnson, Werner Almesberger, Charles Blake, Branko procps: Lankester, Robert Nation, David Engel, Larry Greenfield, Roger Binns, procps: Sander van Malssen, and Brian Edmonds. procps: PACKAGE NAME: proftpd.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 376 K PACKAGE SIZE (uncompressed): 1270 K PACKAGE DESCRIPTION: proftpd: proftpd-1.2.2rc2 proftpd: proftpd: ProFTPD is the Professional File Transfer Protocol (FTP) server proftpd: daemon. ProFTPD grew out of the desire to have a secure and proftpd: configurable FTP server, and out of a significant admiration of the proftpd: Apache web server. ProFTPD powers major sites like ftp.kernel.org. proftpd: PACKAGE NAME: python.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 4699 K PACKAGE SIZE (uncompressed): 21720 K PACKAGE DESCRIPTION: python: python-2.0 python: python: Python is an interpreted, interactive, object-oriented programming python: language that combines remarkable power with very clear syntax. python: Python's basic power can be extended with your own modules written in python: C or C++. Python is also adaptable as an extension language for python: existing applications. python: PACKAGE NAME: qt.tgz PACKAGE LOCATION: ./splack/kde1 PACKAGE SIZE (compressed): 11538 K PACKAGE SIZE (uncompressed): 36920 K PACKAGE DESCRIPTION: qt: Qt-2.3.0 qt: qt: Qt is a complete and well-developed object-oriented framework for qt: developing graphical user interface (GUI) applications using C++. qt: This release, Qt 2.3.0, is free only for development of free software qt: for the X Window System. If you use Qt for developing commercial qt: or other non-free software, you must have a professional license. qt: Please see http://www.trolltech.com/purchase.html for information on qt: how to obtain a professional license. qt: PACKAGE NAME: quota.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 147 K PACKAGE SIZE (uncompressed): 480 K PACKAGE DESCRIPTION: quota: Linux disk quota utilities (2.00) quota: quota: An implementation of the diskquota system for the Linux operating quota: system -- keeps those greedy users from gobbling up 100% of the hard quota: drive space. Should work for all filesystems because of integration quota: into the VFS layer of the operating system. This system is a heavily quota: modified version of the Melbourne quota system by Robert Elz, which quota: uses both user and group quota files. Edvard Tuinder and quota: Marco van Wieringen are responsible for the quota: additional code and porting effort to make quotas work on Linux. quota: PACKAGE NAME: raidtools.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 89 K PACKAGE SIZE (uncompressed): 260 K PACKAGE DESCRIPTION: raidtools: raidtools-19990824-0.90 raidtools: raidtools: Utilities required to support RAID-0/1/4/5. Its main goal is to group raidtools: several disks or partitions together, making them look like a single raidtools: block device. For updated information on RAID, please read the raidtools: docs in /usr/doc/raidtools-0.90/Software-RAID.HOWTO/. raidtools: raidtools: These utilities require a 2.2.19 or newer kernel. raidtools: PACKAGE NAME: rcs.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 283 K PACKAGE SIZE (uncompressed): 620 K PACKAGE DESCRIPTION: rcs: GNU revision control system. (v. 5.7) rcs: rcs: RCS, the Revision Control System, manages multiple revisions of files. rcs: rcs: RCS can store, retrieve, log, identify, and merge revisions. It is rcs: useful for files that are revised frequently, e.g. programs, rcs: documentation, graphics, and papers. rcs: PACKAGE NAME: rdist.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 60 K PACKAGE SIZE (uncompressed): 130 K PACKAGE DESCRIPTION: rdist: rdist-6.1.5. rdist: rdist: Rdist is a remote file distribution program. It is used to maintain rdist: identical copies of files over multiple network hosts. It preserves rdist: the owner, group, mode, and mtime of files if possible and can update rdist: programs that are executing. rdist: PACKAGE NAME: readline.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 289 K PACKAGE SIZE (uncompressed): 740 K PACKAGE DESCRIPTION: readline: GNU readline-4.1 readline: readline: The Readline library provides a set of functions for use by readline: applications that allow users to edit command lines as they are typed readline: in. Both Emacs and vi editing modes are available. The Readline readline: library includes additional functions to maintain a list of previously readline: entered command lines, to recall and perhaps edit those lines, and readline: perform csh-like history expansion on previous commands. readline: PACKAGE NAME: reiserfs.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 308 K PACKAGE SIZE (uncompressed): 670 K PACKAGE DESCRIPTION: reiserfs: reiserfsprogs-3.x.0j reiserfs: reiserfs: These utilities are used for Reiserfs. Reiserfs is a file system reiserfs: based on balanced tree algorithms. Learn more at the home site: reiserfs: http://www.namesys.com reiserfs: reiserfs: Reiserfs is the work of Hans Reiser and many others. See the file reiserfs: /usr/doc/reiserfs*/README for full credits. reiserfs: PACKAGE NAME: rep_gtk.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 228 K PACKAGE SIZE (uncompressed): 790 K PACKAGE DESCRIPTION: rep_gtk: rep-gtk-0.15 rep_gtk: rep_gtk: This is a binding of GTK+ for the librep Lisp interpreter. rep_gtk: librep and rep-gtk are used by the Sawfish window manager. rep_gtk: PACKAGE NAME: rpm.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 3502 K PACKAGE SIZE (uncompressed): 10050 K PACKAGE DESCRIPTION: rpm: rpm-4.0.2 rpm: rpm: RPM is a tool from Red Hat Software used to install and remove rpm: packages in the .rpm format. When installing RPM packages on rpm: Splack, you may need to use the --nodeps and --force options. rpm: Before installing any binary package, it's wise to examine it to rpm: see what it's going to do, and if it will overwrite any files. You rpm: can use rpm2tgz to convert .rpm packages to .tgz packages so you rpm: can look them over. rpm: PACKAGE NAME: rsync.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 101 K PACKAGE SIZE (uncompressed): 230 K PACKAGE DESCRIPTION: rsync: rsync-2.4.6 rsync: rsync: rsync is a replacement for rcp that has many more features. It rsync: uses the "rsync algorithm" which provides a very fast method for rsync: bringing remote files into sync. It does this by sending just the rsync: differences in the files across the link, without requiring that both rsync: sets of files are present at one of the ends of the link beforehand. rsync: rsync: rsync was written by Andrew Tridgell and Paul Mackerras. rsync: PACKAGE NAME: rxvt.tgz PACKAGE LOCATION: ./splack/xap1 PACKAGE SIZE (compressed): 173 K PACKAGE SIZE (uncompressed): 560 K PACKAGE DESCRIPTION: rxvt: rxvt-2.6.3 rxvt: rxvt: rxvt is a color vt102 terminal emulator intended as an xterm rxvt: replacement for users who do not require features such as Tektronix rxvt: 4014 emulation and toolkit-style configurability. As a result, rxvt rxvt: uses much less memory -- a significant advantage on a machine serving rxvt: many X sessions. Also included is rclock, an analog clock for X. rxvt: PACKAGE NAME: samba.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 6993 K PACKAGE SIZE (uncompressed): 20360 K PACKAGE DESCRIPTION: samba: Samba 2.2.0 samba: samba: Samba is a Unix based SMB file and print server. This allows a Unix samba: host to act as a file and print server for SMB clients. This includes samba: Lan-Manager compatible clients such as LanManager for DOS, Windows samba: 95/98/NT/2000, OS/2, Pathworks and many more. If you have any PCs samba: running SMB clients, such as a PC running Windows98, then you can samba: mount file space or printers from a Linux host, so that directories, samba: files and printers on the Linux host are available on the Windows PC. samba: PACKAGE NAME: sawfish.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 1177 K PACKAGE SIZE (uncompressed): 3870 K PACKAGE DESCRIPTION: sawfish: sawfish-0.38 sawfish: sawfish: This is an extensible window manager using a LISP-based scripting sawfish: language--all window decorations are configurable, the basic idea is sawfish: to have as much user-interface policy as possible controlled through sawfish: the Lisp language. Sawfish is the default window manager for GNOME. sawfish: PACKAGE NAME: sc.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 135 K PACKAGE SIZE (uncompressed): 310 K PACKAGE DESCRIPTION: sc: The 'sc' spreadsheet. (v. 7.7) sc: sc: This is a simple spreadsheet program. sc: PACKAGE NAME: screen.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 265 K PACKAGE SIZE (uncompressed): 490 K PACKAGE DESCRIPTION: screen: GNU screen-3.9.8 screen: screen: Screen is a full-screen window manager that multiplexes a physical screen: terminal between several processes (typically interactive shells). screen: Each virtual terminal provides the functions of a DEC VT100 terminal screen: and several control functions from the ISO 6492 (ECMA 48, ANSI X3.64) screen: and ISO 2022 standards (e.g. insert/delete line and support for screen: multiple character sets). There is a scrollback history buffer for screen: each virtual terminal and a copy-and-paste mechanism that allows screen: moving text regions between windows. screen: PACKAGE NAME: scrollkeepe.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 119 K PACKAGE SIZE (uncompressed): 1320 K PACKAGE DESCRIPTION: scrollkeepe: scrollkeeper-0.2 scrollkeepe: scrollkeepe: ScrollKeeper is a cataloging system for documentation. It manages scrollkeepe: documentation metadata as specified by the Open Source Metadata scrollkeepe: Framework (OMF) and provides a simple API to allow help browsers to scrollkeepe: find, sort, and search the document catalog. It will also be able to scrollkeepe: communicate with catalog servers on the Net to search for documents scrollkeepe: which are not on the local system. scrollkeepe: PACKAGE NAME: sendmail.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 1607 K PACKAGE SIZE (uncompressed): 4080 K PACKAGE DESCRIPTION: sendmail: sendmail 8.11.3. sendmail: sendmail: Eric Allman's mail transport agent. The _Unix System Administration sendmail: Handbook_ calls sendmail 'The most complex and complete mail delivery sendmail: system in common use...' sendmail: sendmail: Ready-made configuration files are included for systems connected by sendmail: TCP/IP (with or without a nameserver) and for systems using UUCP. sendmail: sendmail: procmail is included as a local mail agent. sendmail: PACKAGE NAME: seyon.tgz PACKAGE LOCATION: ./splack/xap1 PACKAGE SIZE (compressed): 129 K PACKAGE SIZE (uncompressed): 340 K PACKAGE DESCRIPTION: seyon: Seyon 2.20c. seyon: seyon: A full-featured telecommunications package for X. seyon: PACKAGE NAME: sh_utils.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 406 K PACKAGE SIZE (uncompressed): 1270 K PACKAGE DESCRIPTION: sh_utils: GNU sh-utils-2.0 sh_utils: sh_utils: This is a package of small shell programming utilities. They are sh_utils: mostly compliant with POSIX.2, where applicable. sh_utils: sh_utils: The programs in this package are: sh_utils: basename chroot date dirname echo env expr false hostid logname sh_utils: nice nohup pathchk pinky printenv printf sleep stty tee test true sh_utils: tty uname who whoami yes sh_utils: PACKAGE NAME: shadow.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 416 K PACKAGE SIZE (uncompressed): 1210 K PACKAGE DESCRIPTION: shadow: Shadow password suite (shadow-19990827) shadow: shadow: This set of login related programs utilizes an alternate, non-readable shadow: file to contain the actual encrypted passwords. This is presumed to shadow: increase system security by increasing the difficulty with which shadow: system crackers obtain encrypted passwords. It was written by shadow: Julianne Frances Haugh and the Linux port is maintained by Marek shadow: Michalkiewicz. shadow: PACKAGE NAME: silo.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 158 K PACKAGE SIZE (uncompressed): 280 K PACKAGE DESCRIPTION: silo: Sparc Improved Loader (SILO) silo: silo: The SPARC Improved Loader (SILO) must be used to boot Linux from your silo: hard disk or CD-ROM. It installs to the boot block of the hard disk silo: and can boot Linux, Solaris, or SunOS. silo: PACKAGE NAME: slang.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 578 K PACKAGE SIZE (uncompressed): 2010 K PACKAGE DESCRIPTION: slang: slang-1.4.3 slang: slang: S-Lang is an interpreted language that was designed from the start slang: to be easily embedded into a program to provide it with a powerful slang: extension language. S-Lang is also a programmer's library that slang: permits a programmer to develop sophisticated platform-independent slang: software. In addition to providing the S-Lang extension language, slang: the library provides facilities for screen management, keymaps, slang: low-level terminal I/O, etc. slang: PACKAGE NAME: smailcfg.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 194 K PACKAGE SIZE (uncompressed): 810 K PACKAGE DESCRIPTION: smailcfg: Configuration files for sendmail. smailcfg: smailcfg: These files are used to create sendmail.cf configuration files. The smailcfg: m4 macro processor (on the D series of disks) is also required in smailcfg: order to make use of these files. smailcfg: smailcfg: These files and the documentation in /usr/src/sendmail should make it smailcfg: possible to support virtually any mail configuration. NOTE: you smailcfg: probably won't need this package if you're planning to use one of the smailcfg: sendmail.cf samples included in the sendmail package. smailcfg: PACKAGE NAME: sox.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 119 K PACKAGE SIZE (uncompressed): 260 K PACKAGE DESCRIPTION: sox: sox-12.17.1 sox: sox: Sox is a universal sound converter, player, and recorder. It can sox: play, record, and convert between several sound file formats such as sox: .au, .snd, .voc and .wav. sox: PACKAGE NAME: sparcutils.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 60 K PACKAGE SIZE (uncompressed): 170 K PACKAGE DESCRIPTION: sparcutils: SPARC Utilities sparcutils: sparcutils: Contains various tools specific to the SPARC platform. sparcutils: sparcutils: Programs included: sparcutils: elftoaout-2.3, piggyback, piggyback64, ethtool, prtconf, flashprom, sparcutils: sparc32-1.1, and tilo-0.2 sparcutils: PACKAGE NAME: sspkg.tgz PACKAGE LOCATION: ./splack/xv1 PACKAGE SIZE (compressed): 540 K PACKAGE SIZE (uncompressed): 2740 K PACKAGE DESCRIPTION: sspkg: SlingShot extensions 2.1 sspkg: sspkg: These are extensions for programming under XView. Includes shared sspkg: (ELF) libraries, include files, and many programming samples. sspkg: PACKAGE NAME: strace.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 87 K PACKAGE SIZE (uncompressed): 230 K PACKAGE DESCRIPTION: strace: strace-4.2 - traces system calls and signals. strace: strace: Strace allows you to trace the execution of a command. It runs the strace: specified command until it exits, intercepting signals and system strace: calls and dumping the information to the standard output. strace: PACKAGE NAME: sudo.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 123 K PACKAGE SIZE (uncompressed): 290 K PACKAGE DESCRIPTION: sudo: sudo-1.6.3p6 sudo: sudo: 'sudo' is a command that allows users to execute some commands as sudo: root. The /etc/sudoers file (edited with 'visudo') specifies which sudo: users have access to sudo and which commands they can run. 'sudo' sudo: logs all its activities to /var/log/ so the system administrator sudo: can keep an eye on things. sudo: PACKAGE NAME: sysklogd.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 59 K PACKAGE SIZE (uncompressed): 140 K PACKAGE DESCRIPTION: sysklogd: Sysklogd 1.4.1 sysklogd: sysklogd: Dr. Greg Wettstein and Stephen Tweedie's syslogd/klogd. sysklogd: sysklogd: This package contains a modified version of syslogd for the Linux sysklogd: environment. An additional utility, klogd, is included which allows sysklogd: kernel logging to be directed through the syslogd facility. sysklogd: Syslogd and klogd are started when your system boots. sysklogd: PACKAGE NAME: sysvinit.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 260 K PACKAGE SIZE (uncompressed): 670 K PACKAGE DESCRIPTION: sysvinit: sysvinit-2.78 sysvinit: sysvinit: System V style init programs by Miquel van Smoorenburg that control sysvinit: the booting and shutdown of your system. These support a number of sysvinit: system runlevels, each with a specific set of utilities spawned. For sysvinit: example, the normal system runlevel is 3, which starts agetty on sysvinit: virtual consoles tty1 - tty6. Runlevel 4 starts xdm. Runlevel 0 shuts sysvinit: the system down. See the documentation in /usr/doc/sysvinit and the sysvinit: scripts in /etc/rc.d for more information. sysvinit: PACKAGE NAME: tar.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 412 K PACKAGE SIZE (uncompressed): 1070 K PACKAGE DESCRIPTION: tar: GNU tar 1.13 tar: tar: Tape ARchiver - adds and extracts files and directories to/from tape tar: or archive files. This version of tar also supports archive tar: compression using GNU zip or bzip2. tar: PACKAGE NAME: tcl.tgz PACKAGE LOCATION: ./splack/tcl1 PACKAGE SIZE (compressed): 1816 K PACKAGE SIZE (uncompressed): 4460 K PACKAGE DESCRIPTION: tcl: The Tcl script language, version 8.3.3. tcl: tcl: Tcl, developed by Dr. John Ousterhout, is a simple to use text-based tcl: script language with many built-in features which make it especially tcl: nice for writing interactive scripts. tcl: PACKAGE NAME: tclx.tgz PACKAGE LOCATION: ./splack/tcl1 PACKAGE SIZE (compressed): 410 K PACKAGE SIZE (uncompressed): 1380 K PACKAGE DESCRIPTION: tclx: Extended Tcl (TclX) 8.3. tclx: tclx: Extended Tcl (TclX), is a set of extensions to Tcl 8.x.x, the Tool tclx: Command Language invented by Dr. John Ousterhout. Extended Tcl is tclx: oriented towards Unix system programming tasks and large application tclx: development. Many additional interfaces to the Unix operating system tclx: are provided. Extended Tcl was designed and implemented by Karl tclx: Lehenbauer (karl@NeoSoft.com) and Mark Diekhans (markd@Grizzly.com), tclx: with help in the early stages from Peter da Silva (peter@NeoSoft.com). tclx: PACKAGE NAME: tcpdump.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 269 K PACKAGE SIZE (uncompressed): 640 K PACKAGE DESCRIPTION: tcpdump: tcpdump-3.6.1 tcpdump: tcpdump: Tcpdump is a tool for network monitoring and data acquisition. You tcpdump: can use it to dump information on all the packets on a network that tcpdump: match a boolean expression. Tcpdump uses libpcap, a system- tcpdump: independent interface for user-level packet capture. libpcap-0.5.2 tcpdump: is included with this package. tcpdump: PACKAGE NAME: tcpip1.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 968 K PACKAGE SIZE (uncompressed): 2540 K PACKAGE DESCRIPTION: tcpip1: TCP/IP networking programs and support files. tcpip1: tcpip1: This a basic set of TCP/IP utilities for Linux. Some of these were tcpip1: written from scratch and some were ported from various sources tcpip1: including BSD. The code was written and ported by Florian La Roche, tcpip1: Alan Cox, Fred N. van Kempen, Donald J. Becker, Rick Sladkey, tcpip1: Mark Shand, Orest Zborowski, Johannes Stille, Linus Torvalds, tcpip1: David A. Holland, Olaf Kirch, and others. tcpip1: PACKAGE NAME: tcsh.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 248 K PACKAGE SIZE (uncompressed): 490 K PACKAGE DESCRIPTION: tcsh: tcsh 6.10 tcsh: tcsh: tcsh is an enhanced but completely compatible version of the Berkeley tcsh: UNIX C shell, csh(1). It is a command language interpreter usable both tcsh: as an interactive login shell and a shell script command processor. It tcsh: includes a command-line editor, programmable word completion, spelling tcsh: correction, a history mechanism, job control, and a C-like syntax. tcsh: PACKAGE NAME: termcap.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 61 K PACKAGE SIZE (uncompressed): 100 K PACKAGE DESCRIPTION: termcap: termcap-2.0.8 termcap: termcap: This is the GNU termcap library -- a library of C functions that termcap: enable programs to send control strings to terminals in a way termcap: independant of the terminal type. Most of this package is also termcap: distributed with GNU Emacs, but it is available in this separate termcap: distribution to make it easier to install as -ltermcap. termcap: PACKAGE NAME: tetex.tgz PACKAGE LOCATION: ./splack/t1 PACKAGE SIZE (compressed): 19094 K PACKAGE SIZE (uncompressed): 60670 K PACKAGE DESCRIPTION: tetex: teTeX-1.0.7 base support files. tetex: tetex: This package contains the support files required for the teTeX TeX tetex: distribution, such as input files for TeX, runtime configuration tetex: files, hyphenation tables, manpages, and the computer modern fonts. tetex: PACKAGE NAME: tex_bin.tgz PACKAGE LOCATION: ./splack/t1 PACKAGE SIZE (compressed): 3615 K PACKAGE SIZE (uncompressed): 8050 K PACKAGE DESCRIPTION: tex_bin: teTeX-1.0.7 binaries. tex_bin: tex_bin: This package installs the teTeX binaries for Linux in tex_bin: /usr/share/texmf/bin/ and edits /etc/profile and /etc/csh.login to tex_bin: add this directory to the default PATH. tex_bin: PACKAGE NAME: tex_doc.tgz PACKAGE LOCATION: ./splack/t1 PACKAGE SIZE (compressed): 15714 K PACKAGE SIZE (uncompressed): 40260 K PACKAGE DESCRIPTION: tex_doc: Documentation for teTeX-1.0.7. tex_doc: tex_doc: This package contains documentation for AMSTeX, BibTeX, extended plain tex_doc: format, font packages, format files (babel, texdraw, pstricks, xypic), tex_doc: LaTeX, MetaPost, Makeindex, pdftex, the Kpathsea library, as well as tex_doc: general information about TeX such as a list of ftp servers, a draft tex_doc: for the TeX Directory Standard (TDS), The TeX and LaTeX Catalogue, and tex_doc: TeX FAQs. tex_doc: PACKAGE NAME: texinfo.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 592 K PACKAGE SIZE (uncompressed): 1220 K PACKAGE DESCRIPTION: texinfo: GNU texinfo-4.0 texinfo: texinfo: 'Texinfo' is a documentation system that uses a single source file to texinfo: produce both on-line information and printed output. Using Texinfo, texinfo: you can create a printed document with the normal features of a book, texinfo: including chapters, sections, cross references, and indices. From the texinfo: same Texinfo source file, you can create a menu-driven, on-line Info texinfo: file with nodes, menus, cross references, and indices. texinfo: texinfo: This package is needed to read the documentation files in /usr/info. texinfo: PACKAGE NAME: textutils.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 475 K PACKAGE SIZE (uncompressed): 1350 K PACKAGE DESCRIPTION: textutils: GNU textutils-2.0 textutils: textutils: These are the GNU text file (actually, file contents) processing textutils: utilities. Most of these programs have significant advantages over textutils: their Unix counterparts, such as greater speed, additional options, textutils: and fewer arbitrary limits. textutils: textutils: The programs in this package are: cat, cksum, comm, csplit, cut, textutils: expand, fold, head, join, md5sum, nl, od, paste, pr, ptx, sort, split, textutils: sum, tac, tail, tr, tsort, unexpand, uniq, and wc. textutils: PACKAGE NAME: tin.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 353 K PACKAGE SIZE (uncompressed): 970 K PACKAGE DESCRIPTION: tin: tin-1.5.8 tin: tin: Tin is a full-screen, easy-to-use Netnews reader. It can read news tin: locally (i.e. /var/spool/news) or remotely (rtin or tin -r option) tin: via a NNTP (Network News Transport Protocol) server. It will tin: automatically utilize NOV (news overview) style index files if tin: available locally or via the nntp xover command. tin: tin: Tin was written by Iain Lea and is currently tin: maintained by Urs Janssen . tin: PACKAGE NAME: tix.tgz PACKAGE LOCATION: ./splack/tcl1 PACKAGE SIZE (compressed): 1015 K PACKAGE SIZE (uncompressed): 3040 K PACKAGE DESCRIPTION: tix: Tix4.1.0.006. tix: tix: The Tix library is an extension to the Tk toolkit that contains over tix: 40 new widgets for Tk. Highlights include: Hierarchical Listbox, tix: Directory List/Tree View, SpreadSheet, Tabular Listbox, ComboBox, tix: Motif style FileSelectBox, MS Windows style FileSelectBox, tix: PanedWindow, NoteBook, Spin Control widget, and many more. With these tix: new widgets, your applications will look great and interact with your tix: users in intuitive ways. tix: PACKAGE NAME: tk.tgz PACKAGE LOCATION: ./splack/tcl1 PACKAGE SIZE (compressed): 1761 K PACKAGE SIZE (uncompressed): 4200 K PACKAGE DESCRIPTION: tk: The Tk toolkit for Tcl, version 8.3.3. tk: tk: Tk is an extension to Tcl that allows you to quickly and easily build tk: X11 applications that have the look and feel of Motif apps. tk: PACKAGE NAME: transfig.tgz PACKAGE LOCATION: ./splack/t1 PACKAGE SIZE (compressed): 183 K PACKAGE SIZE (uncompressed): 530 K PACKAGE DESCRIPTION: transfig: transfig 3.2.3c. transfig: transfig: This package contains the binaries to transform .fig files (created by transfig: xfig) to some other formats like epsf and LaTeX. If you have transfig: installed xfig, you should also install this package if you want to transfig: use xfig to create other files than .fig files, which can then be transfig: included in your LaTeX documents. transfig: PACKAGE NAME: trn.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 180 K PACKAGE SIZE (uncompressed): 380 K PACKAGE DESCRIPTION: trn: A threaded news reader for reading a remote NNTP server. (v. 3.5) trn: trn: Compiled to use Overviews or mthreads, and to read news through your trn: NNTP server. Be sure to set NNTPSERVER in your /etc/profile or trn: /etc/csh.login. trn: PACKAGE NAME: umsprogs.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 16 K PACKAGE SIZE (uncompressed): 50 K PACKAGE DESCRIPTION: umsprogs: umsdos-progs-1.13 umsprogs: umsprogs: Various utilities needed by Jacques Gelinas' UMSDOS filesystem. umsprogs: PACKAGE NAME: user_docs.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 7335 K PACKAGE SIZE (uncompressed): 10710 K PACKAGE DESCRIPTION: user_docs: gnome-user-docs-1.4.1 user_docs: user_docs: This package contains the GNOME User's Guide, an introduction to user_docs: GNOME, and a basic UNIX primer. user_docs: PACKAGE NAME: util.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 1180 K PACKAGE SIZE (uncompressed): 2990 K PACKAGE DESCRIPTION: util: util-linux 2.11b - A huge collection of essential utilities. util: util: agetty arch banner blockdev cal cfdisk chkdupexe clear clock col util: colcrt colrm column ctrlaltdel cytune ddate dmesg dnsdomainname util: domainname elvtune fdformat fdisk fsck.minix getopt getoptprog hexdump util: hostname hwclock ipcrm ipcs isosize jaztool last logger look losetup util: mcookie mesg mkfs mkfs.bfs mkfs.minix mkswap more mount namei util: nisdomainname ramsize readprofile rename renice reset rev rootflags util: script setfdprm setserial setsid setterm sfdisk sln strings swapdev util: swapoff swapon tunelp ul umount update vidmode wall whereis write util: ypdomainname ziptool PACKAGE NAME: uucp.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 547 K PACKAGE SIZE (uncompressed): 1120 K PACKAGE DESCRIPTION: uucp: Taylor UUCP version 1.06.2 uucp: uucp: Ian Taylor's Unix to Unix copy: mail and news over modem lines. uucp: This is the standard UUCP package of the Free Software Foundation. uucp: uucp: Configured to use HoneyDanBer and/or Taylor configuration files. uucp: PACKAGE NAME: vim.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 1428 K PACKAGE SIZE (uncompressed): 4440 K PACKAGE DESCRIPTION: vim: Version 5.7 of Vim: Vi IMproved vim: vim: Vim is an almost compatible version of the UNIX editor vi. Only the vim: 'Q' command is missing (you don't need it). Many new features have vim: been added: multi level undo, command line history, filename vim: completion, block operations, etc. vim: PACKAGE NAME: vmlinux.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 2110 K PACKAGE SIZE (uncompressed): 5320 K PACKAGE DESCRIPTION: vmlinux: Linux kernel version 2.2.20pre2 vmlinux: vmlinux: This package includes the kernel image and System.map file. Both the vmlinux: 32-bit and 64-bit kernels are included, the proper one for your system vmlinux: will be enabled during the package installation. vmlinux: PACKAGE NAME: wget.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 246 K PACKAGE SIZE (uncompressed): 740 K PACKAGE DESCRIPTION: wget: wget-1.6 wget: wget: GNU Wget is a free network utility to retrieve files from the wget: World Wide Web using HTTP and FTP, the two most widely used Internet wget: protocols. It works non-interactively, thus enabling work in the wget: background after having logged off. wget: wget: The author of Wget is Hrvoje Niksic . wget: PACKAGE NAME: windowmaker.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 2174 K PACKAGE SIZE (uncompressed): 5570 K PACKAGE DESCRIPTION: windowmaker: WindowMaker-0.65.0 windowmaker: windowmaker: Window Maker is the GNU window manager for the X Window System. It windowmaker: was designed to emulate the look and feel of part of the NEXTSTEP(tm) windowmaker: GUI. It's supposed to be relatively fast and small, feature rich, windowmaker: easy to configure and easy to use, with a simple and elegant windowmaker: appearance borrowed from NEXTSTEP(tm). Window Maker was designed windowmaker: keeping integration with GNUstep in mind and is the official window windowmaker: manager for it. windowmaker: PACKAGE NAME: workbone.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 11 K PACKAGE SIZE (uncompressed): 30 K PACKAGE DESCRIPTION: workbone: Workbone 2.40-2 workbone: workbone: Text-based audio CD player. workbone: PACKAGE NAME: workman.tgz PACKAGE LOCATION: ./splack/xv1 PACKAGE SIZE (compressed): 64 K PACKAGE SIZE (uncompressed): 140 K PACKAGE DESCRIPTION: workman: WorkMan-1.3 workman: workman: A graphical tool for playing audio compact discs in a CD-ROM drive. workman: It has most of the features available on standalone CD players, such workman: as a shuffle mode, programmable playlists, and elapsed/remaining workman: timers. Extra features include the ability to store information about workman: CDs in a database and then automatically extract that information when workman: the CD is inserted later. workman: PACKAGE NAME: x3270.tgz PACKAGE LOCATION: ./splack/xap1 PACKAGE SIZE (compressed): 361 K PACKAGE SIZE (uncompressed): 840 K PACKAGE DESCRIPTION: x3270: x3270-3.1.1.9 - IBM host access tool. x3270: x3270: x3270 opens a telnet connection to an IBM host in an X window. Since x3270: the window created by x3270 can use its own font for displaying x3270: characters, is a fairly accurate representation of an IBM 3278. It is x3270: similar to tn3270(1) except that it is X-based, not curses-based. x3270: PACKAGE NAME: x3dl.tgz PACKAGE LOCATION: ./splack/x1 PACKAGE SIZE (compressed): 1208 K PACKAGE SIZE (uncompressed): 3190 K PACKAGE DESCRIPTION: x3dl: An accelerated server for 3DLabs chipsets. x3dl: x3dl: This server supports the GLINT 500TX with IBM RGB526 RAMDAC, x3dl: GLINT MX with IBM RGB526 and IBM RGB640 RAMDAC, x3dl: Permedia with IBM RGB526 RAMDAC, x3dl: Permedia 2 (classic, 2a, 2v). x3dl: PACKAGE NAME: xalf.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 50 K PACKAGE SIZE (uncompressed): 200 K PACKAGE DESCRIPTION: xalf: xalf-0.12 xalf: xalf: This is a small utility to provide feedback when starting X11 xalf: applications. Feedback can be given via four different indicators: xalf: An invisible window (to be used in conjunction with a task pager like xalf: Gnomes tasklist_applet or KDE Taskbar), an generic splashscreen, an xalf: hourglass attached to the mouse cursor or an animated star. xalf: PACKAGE NAME: xaw3d.tgz PACKAGE LOCATION: ./splack/x1 PACKAGE SIZE (compressed): 169 K PACKAGE SIZE (uncompressed): 680 K PACKAGE DESCRIPTION: xaw3d: Xaw3d-1.5 xaw3d: xaw3d: This is Release 1.5 (21 April, 1998) of a set of 3-D widgets by Kaleb xaw3d: S. Keithley based on the R6.3 Athena Widget set. The Three-D Athena xaw3d: may be used as a replacement for the Athena (Xaw) Widget set -- you xaw3d: may relink almost any Athena Widget based application and obtain a xaw3d: three dimensional appearance on some of the widgets. You can also xaw3d: replace your shared libXaw with libXaw3d and obtain the three xaw3d: dimensional appearance without even relinking. xaw3d: PACKAGE NAME: xchat.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 918 K PACKAGE SIZE (uncompressed): 2410 K PACKAGE DESCRIPTION: xchat: xchat-1.6.4 xchat: xchat: X-Chat is yet another IRC client for the X Window System, using the xchat: GTK+ toolkit. It is pretty easy to use compared to the other GTK+ IRC xchat: clients and the interface is quite nicely designed. xchat: xchat: A console version (xchat-text) is included. xchat: PACKAGE NAME: xf86doc.tgz PACKAGE LOCATION: ./splack/x1 PACKAGE SIZE (compressed): 183 K PACKAGE SIZE (uncompressed): 690 K PACKAGE DESCRIPTION: xf86doc: Text documentation for XFree86 4.0.3. xf86doc: xf86doc: Documentation and release notes for XFree86 4.0.3 that you can find in xf86doc: /usr/X11R6/lib/X11/doc/. xf86doc: PACKAGE NAME: xf86html.tgz PACKAGE LOCATION: ./splack/x1 PACKAGE SIZE (compressed): 675 K PACKAGE SIZE (uncompressed): 4280 K PACKAGE DESCRIPTION: xf86html: HTML documentation for XFree86 4.0.3. xf86html: xf86html: Documentation and release notes for XFree86 4.0.3 (in HTML format) xf86html: that you can find in /usr/X11R6/lib/X11/doc/html/. xf86html: PACKAGE NAME: xf86jdoc.tgz PACKAGE LOCATION: ./splack/x1 PACKAGE SIZE (compressed): 107 K PACKAGE SIZE (uncompressed): 370 K PACKAGE DESCRIPTION: xf86jdoc: Japanese documentation for XFree86 4.0.3. xf86jdoc: xf86jdoc: Japanese documentation and release notes for XFree86 4.0.3 that you xf86jdoc: can find in /usr/X11R6/lib/X11/doc/Japanese/. xf86jdoc: PACKAGE NAME: xf86prog.tgz PACKAGE LOCATION: ./splack/x1 PACKAGE SIZE (compressed): 3754 K PACKAGE SIZE (uncompressed): 12850 K PACKAGE DESCRIPTION: xf86prog: Libraries, include files, and configuration files for X programming. xf86prog: xf86prog: This is a set of include files (found in /usr/X11R6/include), static xf86prog: libraries (found in /usr/X11R6/lib/*.a) and configuration files xf86prog: (found in /usr/X11R6/lib/X11/config/) needed to compile X programs xf86prog: under Linux and XFree86. xf86prog: PACKAGE NAME: xf86ps.tgz PACKAGE LOCATION: ./splack/x1 PACKAGE SIZE (compressed): 3213 K PACKAGE SIZE (uncompressed): 3330 K PACKAGE DESCRIPTION: xf86ps: PostScript documentation for XFree86 4.0.3. xf86ps: xf86ps: Documentation and release notes for XFree86 4.0.3 (in PostScript xf86ps: format) that you can find in /usr/X11R6/lib/X11/doc/PostScript/. xf86ps: PACKAGE NAME: xfig.tgz PACKAGE LOCATION: ./splack/t1 PACKAGE SIZE (compressed): 1787 K PACKAGE SIZE (uncompressed): 4390 K PACKAGE DESCRIPTION: xfig: xfig 3.2.3c. xfig: xfig: This package contains the binary for xfig, an interactive drawing tool xfig: under X. Xfig can create fig, epsf, and LaTeX files with various xfig: options. You also have to install the transfig package so that xfig xfig: can export fig files as epsf and LaTeX files. This package also xfig: contains a set of basic examples of fig files in the directory xfig: /usr/doc/xfig.3.2.3c/Examples. xfig: PACKAGE NAME: xfm.tgz PACKAGE LOCATION: ./splack/xap1 PACKAGE SIZE (compressed): 151 K PACKAGE SIZE (uncompressed): 870 K PACKAGE DESCRIPTION: xfm: xfm 1.3.2, a file manager for X. xfm: xfm: This is a powerful file and applications manager program written using xfm: the X toolkit. It contains virtually all of the features that you xfm: would expect in a file manager -- move around your directory tree in xfm: multiple windows, and move, copy or delete files with simple mouse xfm: operations. The integrated application manager allows you to load xfm: files into your favorite applications from the file manager by xfm: dragging icons. xfm was originally written by Simon Marlow, and was xfm: improved by Albert Graef. xfm: PACKAGE NAME: xfnts.tgz PACKAGE LOCATION: ./splack/x1 PACKAGE SIZE (compressed): 6873 K PACKAGE SIZE (uncompressed): 8380 K PACKAGE DESCRIPTION: xfnts: Fonts for the X Window System. xfnts: xfnts: This is a minimal set of fonts needed to run XFree86. xfnts: PACKAGE NAME: xfnts100.tgz PACKAGE LOCATION: ./splack/x1 PACKAGE SIZE (compressed): 1255 K PACKAGE SIZE (uncompressed): 1430 K PACKAGE DESCRIPTION: xfnts100: 100dpi screen fonts for the X Window System. xfnts100: xfnts100: These extra fonts are useful on high-resolution monitors. xfnts100: PACKAGE NAME: xfntscal.tgz PACKAGE LOCATION: ./splack/x1 PACKAGE SIZE (compressed): 1537 K PACKAGE SIZE (uncompressed): 2670 K PACKAGE DESCRIPTION: xfntscal: Scalable screen fonts for the X Window System. xfntscal: xfntscal: Speedo and Type 1 scalable fonts for XFree86. xfntscal: PACKAGE NAME: xfntscyr.tgz PACKAGE LOCATION: ./splack/x1 PACKAGE SIZE (compressed): 365 K PACKAGE SIZE (uncompressed): 450 K PACKAGE DESCRIPTION: xfntscyr: Cyrillic fonts for the X Window System. xfntscyr: xfntscyr: A set of Cyrillic fonts for XFree86. xfntscyr: PACKAGE NAME: xfntslt2.tgz PACKAGE LOCATION: ./splack/x1 PACKAGE SIZE (compressed): 1658 K PACKAGE SIZE (uncompressed): 1930 K PACKAGE DESCRIPTION: xfntslt2: Latin-2 fonts for the X Window System. xfntslt2: xfntslt2: 100dpi and 75dpi X11R6 fonts translated to ISO8859-2. xfntslt2: PACKAGE NAME: xfractint.tgz PACKAGE LOCATION: ./splack/xap1 PACKAGE SIZE (compressed): 666 K PACKAGE SIZE (uncompressed): 2440 K PACKAGE DESCRIPTION: xfractint: xfractint-3.10 xfractint: xfractint: Xfractint draws a wide variety of fractals. Xfractint is a port of xfractint: the DOS program Fractint. The primary original authors of Fractint xfractint: are Bert Tyler, Timothy Wegner, Mark Peterson, and Pieter xfractint: Branderhorst. The Xfractint port is by Ken Shirriff. xfractint: PACKAGE NAME: xfree86.tgz PACKAGE LOCATION: ./splack/x1 PACKAGE SIZE (compressed): 9234 K PACKAGE SIZE (uncompressed): 26340 K PACKAGE DESCRIPTION: xfree86: XFree86 4.0.3. xfree86: xfree86: This is the base package for XFree86-4.0.3, and provides the required xfree86: binaries, shared libraries, and support files (except fonts) to run xfree86: X11R6 on Linux. xfree86: PACKAGE NAME: xgames.tgz PACKAGE LOCATION: ./splack/xap1 PACKAGE SIZE (compressed): 76 K PACKAGE SIZE (uncompressed): 160 K PACKAGE DESCRIPTION: xgames: xgames collection xgames: xgames: A few small games and toys for X. xgames: xgames: Includes maze, spider, xlander, xroach, xsnow. xgames: PACKAGE NAME: xlockmore.tgz PACKAGE LOCATION: ./splack/xap1 PACKAGE SIZE (compressed): 822 K PACKAGE SIZE (uncompressed): 2340 K PACKAGE DESCRIPTION: xlockmore: xlockmore-5.00 xlockmore: xlockmore: Patrick J. Naughton's xlock screensaver/locker for X, with many xlockmore: more modes added by David A. Bagley. xlockmore: xlockmore: The 'Bob' bitmap has been included especially for Slackware, as well xlockmore: as a Linux penguin logo. (NOTE: the image of J. R. "Bob" Dobbs is a xlockmore: registered trademark of The Subgenius Foundation, used by permission) xlockmore: PACKAGE NAME: xma64.tgz PACKAGE LOCATION: ./splack/x1 PACKAGE SIZE (compressed): 1129 K PACKAGE SIZE (uncompressed): 2970 K PACKAGE DESCRIPTION: xma64: An accelerated server for cards using the Mach64 chipset. xma64: xma64: The Mach64 server will now correctly recognise some of the newer ATI xma64: chip revisions, including the 3D Rage, 3D Rage II, 3D Rage IIC, xma64: 3D Rage II+DVD, Rage Pro, and Rage LT Pro. xma64: PACKAGE NAME: xmms.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 1119 K PACKAGE SIZE (uncompressed): 3400 K PACKAGE DESCRIPTION: xmms: xmms-1.2.4 xmms: xmms: XMMS is a cross-platform multimedia player. Since it uses the WinAmp xmms: GUI, it can use WinAmp skins. It can play audio formats such as mp3, xmms: mod, s3m, and ogg. It has support for input, output, general, and xmms: visualization plugins. xmms: PACKAGE NAME: xnest.tgz PACKAGE LOCATION: ./splack/x1 PACKAGE SIZE (compressed): 1425 K PACKAGE SIZE (uncompressed): 3930 K PACKAGE DESCRIPTION: xnest: Xnest - a nested X server. xnest: xnest: Xnest is an experimental nested server for X that acts as both a xnest: client and a server. Xnest is a client of the real server which xnest: manages windows and graphics requests on its behalf. Xnest is a xnest: server to its own clients. Xnest manages windows and graphics xnest: requests on their behalf. To these clients Xnest appears to be a xnest: conventional server. xnest: PACKAGE NAME: xpaint.tgz PACKAGE LOCATION: ./splack/xap1 PACKAGE SIZE (compressed): 213 K PACKAGE SIZE (uncompressed): 620 K PACKAGE DESCRIPTION: xpaint: XPaint 2.4.9. xpaint: xpaint: XPaint is a bitmap/pixmap editing tool. These are some of the xpaint: features of xpaint: xpaint: xpaint: Usual paint operations: xpaint: Brushes, Spray paint, Pencil, Lines, Arcs, Pattern Fill, Text, xpaint: Boxes, Circles, Polygons. xpaint: Works on multiple images simultaneously. Cut/Copy/Paste between all xpaint: active images. Fatbits/Zoom on the image windows. xpaint: PACKAGE NAME: xpdf.tgz PACKAGE LOCATION: ./splack/xap1 PACKAGE SIZE (compressed): 770 K PACKAGE SIZE (uncompressed): 1980 K PACKAGE DESCRIPTION: xpdf: xpdf-0.92 xpdf: xpdf: Xpdf is a viewer for Portable Document Format (PDF) files. xpdf: xpdf: Also includes two PDF conversion utilities: pdftops and pdftotext. xpdf: PACKAGE NAME: xprt.tgz PACKAGE LOCATION: ./splack/x1 PACKAGE SIZE (compressed): 1119 K PACKAGE SIZE (uncompressed): 2900 K PACKAGE DESCRIPTION: xprt: A Print-only X server (Xprt) for XFree86 4.0.3. xprt: PACKAGE NAME: xscreensaver.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 2944 K PACKAGE SIZE (uncompressed): 6820 K PACKAGE DESCRIPTION: xscreensaver: xscreensaver-3.32 xscreensaver: xscreensaver: A modular screen saver and locker for the X Window System. Highly xscreensaver: customizable: allows the use of any program that can draw on the xscreensaver: root window as a display mode. More than 100 display modes are xscreensaver: included in this package. xscreensaver: PACKAGE NAME: xspread.tgz PACKAGE LOCATION: ./splack/xap1 PACKAGE SIZE (compressed): 142 K PACKAGE SIZE (uncompressed): 380 K PACKAGE DESCRIPTION: xspread: xspread-2.3 xspread: xspread: A basic spreadsheet for X. xspread: PACKAGE NAME: xv.tgz PACKAGE LOCATION: ./splack/xap1 PACKAGE SIZE (compressed): 1147 K PACKAGE SIZE (uncompressed): 1780 K PACKAGE DESCRIPTION: xv: John Bradley's XV 3.10a GIF/TIFF/JPEG/PostScript image viewer. xv: xv: NOTICE: This program is unregistered shareware. Please read the xv: license information included. xv: PACKAGE NAME: xvfb.tgz PACKAGE LOCATION: ./splack/x1 PACKAGE SIZE (compressed): 1544 K PACKAGE SIZE (uncompressed): 4210 K PACKAGE DESCRIPTION: xvfb: Virtual framebuffer X server. xvfb: xvfb: Xvfb is an X server that can run on machines with no display hardware xvfb: and no physical input devices. It emulates a dumb framebuffer using xvfb: virtual memory. The primary use of this server is intended to be xvfb: server testing. The mfb or cfb code for any depth can be exercised xvfb: with this server without the need for real hardware that supports the xvfb: desired depths. A secondary use is testing clients against unusual xvfb: depths and screen configurations. xvfb: PACKAGE NAME: xvim.tgz PACKAGE LOCATION: ./splack/gtk1 PACKAGE SIZE (compressed): 1508 K PACKAGE SIZE (uncompressed): 4630 K PACKAGE DESCRIPTION: xvim: X enabled version of vim-5.7 xvim: xvim: Vim is an almost compatible version of the UNIX editor vi. Only the xvim: 'Q' command is missing (you don't need it). Many new features have xvim: been added: multi level undo, command line history, filename xvim: completion, block operations, etc. xvim: PACKAGE NAME: xvinc32.tgz PACKAGE LOCATION: ./splack/xv1 PACKAGE SIZE (compressed): 270 K PACKAGE SIZE (uncompressed): 1650 K PACKAGE DESCRIPTION: xvinc32: Include files for xview3.2p1-X11R6.LinuxELF.4 xvinc32: xvinc32: Include files needed for Xview programming. xvinc32: PACKAGE NAME: xvol32.tgz PACKAGE LOCATION: ./splack/xv1 PACKAGE SIZE (compressed): 1071 K PACKAGE SIZE (uncompressed): 2770 K PACKAGE DESCRIPTION: xvol32: Binaries for xview3.2p1-X11R6.LinuxELF.4 xvol32: xvol32: Configuration files, programs, and documentation for xview3.2p1-X11R6. xvol32: xvol32: Includes these programs: xgettext msgfmt olwm svenv toolwait winsysck xvol32: owplaces openwin xcenter clock cmdtool olwmslave props textedit olvwm xvol32: PACKAGE NAME: xxgdb.tgz PACKAGE LOCATION: ./splack/xap1 PACKAGE SIZE (compressed): 49 K PACKAGE SIZE (uncompressed): 120 K PACKAGE DESCRIPTION: xxgdb: xxgdb-1.12. xxgdb: xxgdb: Xxgdb is a graphical user interface to the gdb debugger under the X xxgdb: Window System. It provides visual feedback and mouse input for the xxgdb: user to control program execution through breakpoints, to examine and xxgdb: traverse the function call stack, and to display values of variables xxgdb: and data structures. xxgdb: PACKAGE NAME: yptools.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 244 K PACKAGE SIZE (uncompressed): 710 K PACKAGE DESCRIPTION: yptools: NIS servers and clients yptools: yptools: NIS stands for Network Information Service. NIS is usually used to yptools: provide /etc/passwd and /etc/group information throughout the network. yptools: Most Sun-based networks run NIS, and Linux machines can take full yptools: advantage of existing NIS service or provide NIS service themselves. yptools: PACKAGE NAME: ytalk.tgz PACKAGE LOCATION: ./splack/n1 PACKAGE SIZE (compressed): 41 K PACKAGE SIZE (uncompressed): 100 K PACKAGE DESCRIPTION: ytalk: ytalk-3.1.1 ytalk: ytalk: YTalk is a compatible replacement for the Unix talk(1) program. Unlike ytalk: the original, ytalk can talk to more than one person at a time. ytalk: PACKAGE NAME: zlib.tgz PACKAGE LOCATION: ./splack/d1 PACKAGE SIZE (compressed): 78 K PACKAGE SIZE (uncompressed): 230 K PACKAGE DESCRIPTION: zlib: zlib-1.1.3 zlib: zlib: zlib is a general purpose thread safe data compression library. The zlib: data format used by the zlib library is described by RFCs 1950 to zlib: 1952 in the files ftp://ds.internic.net/rfc/rfc1950.txt (zlib format) zlib: rfc1951.txt (deflate format) and rfc1952.txt (zlib format). zlib: PACKAGE NAME: zoneinfo.tgz PACKAGE LOCATION: ./splack/a1 PACKAGE SIZE (compressed): 290 K PACKAGE SIZE (uncompressed): 1870 K PACKAGE DESCRIPTION: zoneinfo: time zone database zoneinfo: zoneinfo: This package allows you to configure your time zone. zoneinfo: zoneinfo: This database comes from glibc-2.2.3, and is based on the tzdata2000g zoneinfo: package by Arthur David Olson et.al. The latest version and more zoneinfo: information may be found at ftp://elsie.nci.nih.gov/pub/ zoneinfo: zoneinfo: Use the timeconfig utility to set your local time zone. zoneinfo: PACKAGE NAME: zsh.tgz PACKAGE LOCATION: ./splack/ap1 PACKAGE SIZE (compressed): 1108 K PACKAGE SIZE (uncompressed): 3620 K PACKAGE DESCRIPTION: zsh: zsh version 3.0.8 zsh: zsh: Zsh is a UNIX command interpreter (shell) which of the standard shells zsh: most resembles the Korn shell (ksh), although it is not completely zsh: compatible. It includes enhancements of many types, notably in the zsh: command-line editor, options for customizing its behavior, filename zsh: globbing, features to make C-shell (csh) users feel more at home and zsh: extra features drawn from tcsh (another 'custom' shell). Zsh was zsh: written by Paul Falstad. zsh: