home *** CD-ROM | disk | FTP | other *** search
/ IT.SOFT 25 / ITSOFTCD_25.iso / pc / packages.txt < prev    next >
Encoding:
Text File  |  1999-05-17  |  119.2 KB  |  3,233 lines

  1.  
  2. PACKAGES.TXT;  Mon May 17 20:37:24 CDT 1999
  3.  
  4. This file provides details on the Slackware packages found
  5. in the ./slakware/ directory.
  6.  
  7. Total size of all packages (compressed):  226 MB
  8. Total size of all packages (uncompressed):  647 MB
  9.  
  10.  
  11. PACKAGE NAME:  aaa_base.tgz
  12. PACKAGE LOCATION:  ./slakware/a1
  13. PACKAGE SIZE (compressed):  564 K
  14. PACKAGE SIZE (uncompressed):  1220 K
  15. PACKAGE DESCRIPTION:
  16. aaa_base: Basic Linux filesystem package.
  17. aaa_base:
  18. aaa_base: Sets up the basic directory structure and adds a few important
  19. aaa_base: binaries such as GNU mtools-3.8, fdutils-5.2, zip21, and unzip531.
  20. aaa_base:
  21.  
  22. PACKAGE NAME:  aoutlibs.tgz
  23. PACKAGE LOCATION:  ./slakware/a1
  24. PACKAGE SIZE (compressed):  311 K
  25. PACKAGE SIZE (uncompressed):  1030 K
  26. PACKAGE DESCRIPTION:
  27. aoutlibs: a.out shared libraries:
  28. aoutlibs:
  29. aoutlibs: These shared libraries provide support for running older Linux 
  30. aoutlibs: programs compiled in the a.out binary format.
  31. aoutlibs:
  32. aoutlibs: /lib/libc.so.4.7.6
  33. aoutlibs: /lib/libcurses.so.0.1.2
  34. aoutlibs: /lib/libm.so.4.6.27
  35. aoutlibs: /usr/i486-linuxaout/lib/libdb.so.1.85.1
  36. aoutlibs: /usr/i486-linuxaout/lib/libvga.so.1.2.9
  37. aoutlibs:
  38.  
  39. PACKAGE NAME:  apache.tgz
  40. PACKAGE LOCATION:  ./slakware/n1
  41. PACKAGE SIZE (compressed):  759 K
  42. PACKAGE SIZE (uncompressed):  2650 K
  43. PACKAGE DESCRIPTION:
  44. apache:   Apache WWW server v 1.3.6
  45. apache:
  46. apache:   Apache is an HTTP server designed as a plug-in replacement for the
  47. apache:   NCSA HTTP server.  It fixes numerous bugs in the NCSA server and 
  48. apache:   includes many frequently requested new features, and has an API which
  49. apache:   allows it to be extended to meet users' needs more easily.
  50. apache:
  51. apache:   Apache is the most popular web server in the known universe; over
  52. apache:   half of the servers on the Internet are running Apache or one of
  53. apache:   its variants.
  54. apache:
  55.  
  56. PACKAGE NAME:  apsfilt.tgz
  57. PACKAGE LOCATION:  ./slakware/ap1
  58. PACKAGE SIZE (compressed):  185 K
  59. PACKAGE SIZE (uncompressed):  590 K
  60. PACKAGE DESCRIPTION:
  61. apsfilt:  apsfilter-5.0.1.
  62. apsfilt:
  63. apsfilt:  Apsfilter is a printer input filter.  With apsfilter installed and
  64. apsfilt:  configured, you can print many different file types (like ASCII,
  65. apsfilt:  PostScript, and DVI, as well as compressed versions of all of these)
  66. apsfilt:  directly with 'lpr', and apsfilter will automatically handle the
  67. apsfilt:  conversion process on the fly.
  68. apsfilt:
  69. apsfilt:  To configure apsfilter, run the SETUP program in /usr/lib/apsfilter.
  70. apsfilt:
  71.  
  72. PACKAGE NAME:  arena.tgz
  73. PACKAGE LOCATION:  ./slakware/xap1
  74. PACKAGE SIZE (compressed):  243 K
  75. PACKAGE SIZE (uncompressed):  580 K
  76. PACKAGE DESCRIPTION:
  77. arena:    Arena beta-3b
  78. arena: 
  79. arena:    Arena is a freeware browser for the World Wide Web.
  80. arena: 
  81.  
  82. PACKAGE NAME:  ash.tgz
  83. PACKAGE LOCATION:  ./slakware/ap1
  84. PACKAGE SIZE (compressed):  51 K
  85. PACKAGE SIZE (uncompressed):  100 K
  86. PACKAGE DESCRIPTION:
  87. ash:      Kenneth Almquist's ash shell.
  88. ash:
  89. ash:      A lightweight (62K) Bourne compatible shell.  Great for machines with
  90. ash:      low memory, but does not provide all the extras of shells like bash,
  91. ash:      tcsh, and zsh.  Runs most shell scripts compatible with the Bourne
  92. ash:      shell.  Note that under Linux, most scripts seem to use at least some
  93. ash:      bash-specific syntax.  The Slackware setup scripts are a notable
  94. ash:      exception, since ash is the shell used on the install disks.  NetBSD
  95. ash:      uses ash as its /bin/sh.
  96. ash:
  97.  
  98. PACKAGE NAME:  autoconf.tgz
  99. PACKAGE LOCATION:  ./slakware/d1
  100. PACKAGE SIZE (compressed):  281 K
  101. PACKAGE SIZE (uncompressed):  710 K
  102. PACKAGE DESCRIPTION:
  103. autoconf: GNU autoconf 2.13
  104. autoconf:
  105. autoconf: Autoconf is an extensible package of m4 macros that produce shell
  106. autoconf: scripts to automatically configure software source code packages.
  107. autoconf: These scripts can adapt the packages to many kinds of UNIX-like
  108. autoconf: systems without manual user intervention.  Autoconf creates a
  109. autoconf: configuration script for a package from a template file that lists the
  110. autoconf: operating system features that the package can use, in the form of m4
  111. autoconf: macro calls.
  112. autoconf: You must install the "m4" package to be able to use autoconf.
  113. autoconf:
  114.  
  115. PACKAGE NAME:  automake.tgz
  116. PACKAGE LOCATION:  ./slakware/d1
  117. PACKAGE SIZE (compressed):  228 K
  118. PACKAGE SIZE (uncompressed):  750 K
  119. PACKAGE DESCRIPTION:
  120. automake: GNU automake 1.4
  121. automake:
  122. automake: This is Automake, a Makefile generator.  It was inspired by the 4.4BSD
  123. automake: make and include files, but aims to be portable and to conform to the
  124. automake: GNU standards for Makefile variables and targets.
  125. automake: Automake is a Perl script.  The input files are called Makefile.am.
  126. automake: The output files are called Makefile.in; they are intended for use
  127. automake: with Autoconf.  Automake requires certain things to be done in your
  128. automake: configure.in.
  129. automake: You must install the "m4" and "perl" packages to be able to use
  130. automake: automake.
  131.  
  132. PACKAGE NAME:  bash.tgz
  133. PACKAGE LOCATION:  ./slakware/a2
  134. PACKAGE SIZE (compressed):  243 K
  135. PACKAGE SIZE (uncompressed):  440 K
  136. PACKAGE DESCRIPTION:
  137. bash:     GNU bash-1.14.7
  138. bash:
  139. bash:     The GNU Bourne-Again SHell.  Bash is a sh-compatible command language
  140. bash:     interpreter that executes commands read from the standard input or 
  141. bash:     from a file.  Bash also incorporates useful features from the Korn
  142. bash:     and C shells (ksh and csh).  Bash is ultimately intended to be a 
  143. bash:     conformant implementation of the IEEE Posix Shell and Tools
  144. bash:     specification (IEEE Working Group 1003.2).
  145. bash:
  146. bash:     Bash must be present for the system to boot properly.
  147. bash:
  148.  
  149. PACKAGE NAME:  bc.tgz
  150. PACKAGE LOCATION:  ./slakware/ap1
  151. PACKAGE SIZE (compressed):  81 K
  152. PACKAGE SIZE (uncompressed):  200 K
  153. PACKAGE DESCRIPTION:
  154. bc:       GNU bc 1.04 - An arbitrary precision calculator language.
  155. bc:
  156. bc:       bc is a language that supports arbitrary precision numbers with 
  157. bc:       interactive execution of statements.  There are some similarities in
  158. bc:       the syntax to the C programming language.
  159. bc:
  160.  
  161. PACKAGE NAME:  bin.tgz
  162. PACKAGE LOCATION:  ./slakware/a3
  163. PACKAGE SIZE (compressed):  882 K
  164. PACKAGE SIZE (uncompressed):  1720 K
  165. PACKAGE DESCRIPTION:
  166. bin:      Binaries that go in /bin and /usr/bin.
  167. bin:
  168. bin:      Various required utilities and programs, such as apmd_3.0beta3-2,
  169. bin:      asapm-2.2, at-2.9b, Dillon's crond 2.2, file-3.24, GNU gawk 3.0.3,
  170. bin:      man-1.5b, patch 2.1b, sed 2.05, sharutils-4.1, time-1.7,
  171. bin:      splitvt-1.6.3, tput-1.0, unarj-230, hdparm-3.5, and zoo-2.10.
  172. bin:
  173.  
  174. PACKAGE NAME:  bind.tgz
  175. PACKAGE LOCATION:  ./slakware/n2
  176. PACKAGE SIZE (compressed):  801 K
  177. PACKAGE SIZE (uncompressed):  2040 K
  178. PACKAGE DESCRIPTION:
  179. bind:     BIND-8.1.2-REL.
  180. bind:
  181. bind:     The named daemon and support utilities such as dig, dnsquery, host,
  182. bind:     nslookup, nsquery, and nstest.  Documentation on setting up a name
  183. bind:     server can be found in /usr/doc/bind-8.1.2-REL/.
  184. bind:
  185.  
  186. PACKAGE NAME:  binutils.tgz
  187. PACKAGE LOCATION:  ./slakware/d1
  188. PACKAGE SIZE (compressed):  1577 K
  189. PACKAGE SIZE (uncompressed):  3270 K
  190. PACKAGE DESCRIPTION:
  191. binutils: GNU binutils 2.9.1.0.19a
  192. binutils:
  193. binutils: Includes these development tools:
  194. binutils:  
  195. binutils: addr2line ar as as86 c++filt gasp gprof ld ld86 nm objcopy objdump
  196. binutils: ranlib size strings-GNU strip
  197. binutils:
  198. binutils: These utilities are REQUIRED to compile C, C++, Objective-C, Fortran,
  199. binutils: and many other programming languages.
  200. binutils:
  201.  
  202. PACKAGE NAME:  bison.tgz
  203. PACKAGE LOCATION:  ./slakware/d1
  204. PACKAGE SIZE (compressed):  58 K
  205. PACKAGE SIZE (uncompressed):  160 K
  206. PACKAGE DESCRIPTION:
  207. bison:    GNU bison parser generator version 1.25.
  208. bison:
  209. bison:    Bison is a parser generator in the style of yacc(1).  It should be
  210. bison:    upwardly compatible with input files designed for yacc.
  211. bison:
  212.  
  213. PACKAGE NAME:  bsdgames.tgz
  214. PACKAGE LOCATION:  ./slakware/y1
  215. PACKAGE SIZE (compressed):  2263 K
  216. PACKAGE SIZE (uncompressed):  5390 K
  217. PACKAGE DESCRIPTION:
  218. bsdgames: BSD games collection, version 2.0.
  219. bsdgames: 
  220. bsdgames: Games that go in /usr/games:  adventure arithmetic atc backgammon
  221. bsdgames:   banner battlestar bcd caesar canfield cfscores countmail cribbage
  222. bsdgames:   factor fish fortune gomoku hangman hunt mille monop morse number
  223. bsdgames:   phantasia pig pom ppt primes quiz rain random robots rot13 sail
  224. bsdgames:   snake snscore teachgammon trek wargames worm worms wump
  225. bsdgames:
  226. bsdgames: Adds a call to 'fortune' to /etc/profile and /etc/csh.login, so that
  227. bsdgames: users will get a fortune message when they log in.
  228. bsdgames:
  229.  
  230. PACKAGE NAME:  bsdlpr.tgz
  231. PACKAGE LOCATION:  ./slakware/a1
  232. PACKAGE SIZE (compressed):  70 K
  233. PACKAGE SIZE (uncompressed):  170 K
  234. PACKAGE DESCRIPTION:
  235. bsdlpr:   BSD lpr-5.9-26
  236. bsdlpr:
  237. bsdlpr:   This is the lpr printing suite ported from BSD.  It's the most
  238. bsdlpr:   standard UN*X printing system in current use.  If you're interested
  239. bsdlpr:   in automatic detection of PostScript and DVI files, check out the
  240. bsdlpr:   apsfilter add-on in Slackware's contrib directory.
  241. bsdlpr:
  242.  
  243. PACKAGE NAME:  byacc.tgz
  244. PACKAGE LOCATION:  ./slakware/d1
  245. PACKAGE SIZE (compressed):  27 K
  246. PACKAGE SIZE (uncompressed):  70 K
  247. PACKAGE DESCRIPTION:
  248. byacc:    Berkeley Yacc
  249. byacc:
  250. byacc:    Berkeley Yacc is an LALR(1) parser generator.  Berkeley Yacc
  251. byacc:    has been made as compatible as possible with AT&T Yacc.  Berkeley
  252. byacc:    Yacc can accept any input specification that conforms to the AT&T
  253. byacc:    Yacc documentation.  Specifications that take advantage of 
  254. byacc:    undocumented features of AT&T Yacc will probably be rejected.
  255. byacc:    If you skip this package and install GNU bison, a /usr/bin/yacc
  256. byacc:    shell script will be created which will allow you to use bison
  257. byacc:    instead. (It contains 'bison -y $*')
  258. byacc:    
  259.  
  260. PACKAGE NAME:  bzip2.tgz
  261. PACKAGE LOCATION:  ./slakware/a1
  262. PACKAGE SIZE (compressed):  69 K
  263. PACKAGE SIZE (uncompressed):  210 K
  264. PACKAGE DESCRIPTION:
  265. bzip2:    bzip2 version 0.9.0b (a block-sorting file compressor)
  266. bzip2:
  267. bzip2:    Bzip2 compresses files using the Burrows-Wheeler block sorting text
  268. bzip2:    compression algorithm, and Huffman coding.  Compression is generally
  269. bzip2:    considerably better than that achieved by more conventional 
  270. bzip2:    LZ77/LZ78-based compressors, and approaches the performance of the PPM
  271. bzip2:    family of statistical compressors. 
  272. bzip2:
  273. bzip2:    Julian Seward <jseward@acm.org> is the author of bzip2.
  274. bzip2:
  275.  
  276. PACKAGE NAME:  cdutils.tgz
  277. PACKAGE LOCATION:  ./slakware/ap1
  278. PACKAGE SIZE (compressed):  231 K
  279. PACKAGE SIZE (uncompressed):  580 K
  280. PACKAGE DESCRIPTION:
  281. cdutils:  Tools for mastering and writing compact discs.
  282. cdutils:
  283. cdutils:  Contains these utilities:
  284. cdutils:
  285. cdutils:  cdwrite  -- burn discs in some CD-R drives from Philips/IMS/Kodak,
  286. cdutils:              Yamaha, and HP.
  287. cdutils:  cdrecord -- burn discs in most ATAPI and SCSI CD-R drives.
  288. cdutils:  mkisofs  -- create ISO9660 filesystem images.
  289. cdutils:  mkhybrid -- create hybrid ISO9660/HFS/Joliet CD-ROM images.
  290. cdutils:
  291.  
  292. PACKAGE NAME:  cnews.tgz
  293. PACKAGE LOCATION:  ./slakware/n1
  294. PACKAGE SIZE (compressed):  276 K
  295. PACKAGE SIZE (uncompressed):  800 K
  296. PACKAGE DESCRIPTION:
  297. cnews:    20 Feb 1993 Performance Release of C News
  298. cnews:
  299. cnews:    Controls the spooling and transmission of Usenet news. 
  300. cnews:
  301. cnews:    Cnews is typically used with UUCP - for NNTP connections INN might
  302. cnews:    be a better choice.
  303. cnews:
  304.  
  305. PACKAGE NAME:  cpio.tgz
  306. PACKAGE LOCATION:  ./slakware/a2
  307. PACKAGE SIZE (compressed):  70 K
  308. PACKAGE SIZE (uncompressed):  190 K
  309. PACKAGE DESCRIPTION:
  310. cpio:     The GNU cpio backup and archiving utility v. 2.4.2
  311. cpio:
  312. cpio:     This is GNU cpio, a program to manage archives of files. This package
  313. cpio:     also includes mt, a tape drive control program. cpio copies files into
  314. cpio:     or out of a cpio or tar archive, which is a file that contains other
  315. cpio:     files plus information about them, such as their pathname, owner,
  316. cpio:     timestamps, and access permissions. The archive can be another file on
  317. cpio:     the disk, a magnetic tape, or a pipe.
  318. cpio:
  319.  
  320. PACKAGE NAME:  devs.tgz
  321. PACKAGE LOCATION:  ./slakware/a2
  322. PACKAGE SIZE (compressed):  61 K
  323. PACKAGE SIZE (uncompressed):  970 K
  324. PACKAGE DESCRIPTION:
  325. devs:     Device files.
  326. devs:
  327. devs:     This package creates special files in the /dev directory that 
  328. devs:     represent your system's hardware.
  329. devs:
  330.  
  331. PACKAGE NAME:  diff.tgz
  332. PACKAGE LOCATION:  ./slakware/ap1
  333. PACKAGE SIZE (compressed):  114 K
  334. PACKAGE SIZE (uncompressed):  210 K
  335. PACKAGE DESCRIPTION:
  336. diff:     GNU diffutils-2.7
  337. diff:
  338. diff:     The GNU diff utilities - finds differences between files. (to make
  339. diff:     source code patches, for instance)
  340. diff:
  341.  
  342. PACKAGE NAME:  dip.tgz
  343. PACKAGE LOCATION:  ./slakware/n1
  344. PACKAGE SIZE (compressed):  63 K
  345. PACKAGE SIZE (uncompressed):  170 K
  346. PACKAGE DESCRIPTION:
  347. dip:      DIP - dialup IP connection handler 3.3.7o
  348. dip:
  349. dip:      Uri Blumenthal's version of Fred N. van Kempen's DIP utility. DIP 
  350. dip:      handles the connections needed for dialup IP links, like SLIP or
  351. dip:      CSLIP.  It can handle both incoming and outgoing connections, using
  352. dip:      password security for incoming connections.  
  353. dip:
  354.  
  355. PACKAGE NAME:  e2fsbn.tgz
  356. PACKAGE LOCATION:  ./slakware/a2
  357. PACKAGE SIZE (compressed):  226 K
  358. PACKAGE SIZE (uncompressed):  630 K
  359. PACKAGE DESCRIPTION:
  360. e2fsbn:   Utilities for the second extended file system v. 1.14
  361. e2fsbn:
  362. e2fsbn:   Utilities needed to create and maintain ext2 filesystems under Linux.
  363. e2fsbn:   Included in this package are: chattr, lsattr, mke2fs, mklost+found,
  364. e2fsbn:   tune2fs, fsck, e2fsck, e2label, debugfs, dumpe2fs, and badblocks. 
  365. e2fsbn:
  366. e2fsbn:   These utilities were written by Remy Card (the developer and
  367. e2fsbn:   maintainer of the ext2 fs) and Theodore T'so.
  368. e2fsbn:
  369.  
  370. PACKAGE NAME:  egcs.tgz
  371. PACKAGE LOCATION:  ./slakware/d1
  372. PACKAGE SIZE (compressed):  2808 K
  373. PACKAGE SIZE (uncompressed):  7260 K
  374. PACKAGE DESCRIPTION:
  375. egcs:     The GNU C and C++ compilers (egcs-1.1.2).
  376. egcs:
  377. egcs:     This package contains the GNU C and C++ compilers and libstdc++ from
  378. egcs:     egcs-1.1.2.  To compile, you'll also need (at least) these packages:
  379. egcs:     binutils.tgz, gmake.tgz, libc.tgz, and linuxinc.tgz.  These compilers
  380. egcs:     contain many fixes and enhancements by the egcs team.  For more
  381. egcs:     information, see the egcs home page: 
  382. egcs:         http://egcs.cygnus.com/
  383. egcs:
  384. egcs:     egcs is pronounced "eggs", the c is silent.
  385. egcs:
  386.  
  387. PACKAGE NAME:  egcs_g77.tgz
  388. PACKAGE LOCATION:  ./slakware/d1
  389. PACKAGE SIZE (compressed):  1241 K
  390. PACKAGE SIZE (uncompressed):  2730 K
  391. PACKAGE DESCRIPTION:
  392. egcs_g77: GNU Fortran-77 compiler from the egcs-1.1.2 release.
  393. egcs_g77:
  394. egcs_g77: This package contains the GNU Fortran-77 compiler from egcs.  To use
  395. egcs_g77: this compiler, you'll also need to install the egcs.tgz C/C++ compiler
  396. egcs_g77: package, binutils.tgz, gmake.tgz, libc.tgz, and linuxinc.tgz.
  397. egcs_g77:
  398.  
  399. PACKAGE NAME:  egcsobjc.tgz
  400. PACKAGE LOCATION:  ./slakware/d1
  401. PACKAGE SIZE (compressed):  731 K
  402. PACKAGE SIZE (uncompressed):  1670 K
  403. PACKAGE DESCRIPTION:
  404. egcsobjc: GNU Objective-C compiler from the egcs-1.1.2 release.
  405. egcsobjc:
  406. egcsobjc: This package contains the GNU Objective-C compiler from the egcs
  407. egcsobjc: release.  To use this compiler, you'll also need to install the
  408. egcsobjc: egcs.tgz C/C++ compiler package, binutils.tgz, gmake.tgz, libc.tgz,
  409. egcsobjc: and linuxinc.tgz.
  410. egcsobjc:
  411. egcsobjc: For more information on egcs, see http://egcs.cygnus.com/
  412. egcsobjc:
  413.  
  414. PACKAGE NAME:  elflibs.tgz
  415. PACKAGE LOCATION:  ./slakware/a4
  416. PACKAGE SIZE (compressed):  1008 K
  417. PACKAGE SIZE (uncompressed):  2790 K
  418. PACKAGE DESCRIPTION:
  419. elflibs:  ELF shared libraries.
  420. elflibs:
  421. elflibs:  This is a collection of shared libraries needed to run Linux code in
  422. elflibs:  the ELF binary format. ELF (Executable and Linking Format) is the
  423. elflibs:  standard Linux binary format, replacing the older a.out format.  One
  424. elflibs:  of the main advantages of ELF over a.out is the ease of building and
  425. elflibs:  maintaining shared libraries.
  426. elflibs:
  427.  
  428. PACKAGE NAME:  elisp.tgz
  429. PACKAGE LOCATION:  ./slakware/e1
  430. PACKAGE SIZE (compressed):  4226 K
  431. PACKAGE SIZE (uncompressed):  17280 K
  432. PACKAGE DESCRIPTION:
  433. elisp:    Emacs lisp source files.
  434. elisp:
  435. elisp:    This package contains source code for the parts of Emacs that are
  436. elisp:    written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
  437. elisp:    corresponding *.elc files are byte-compiled versions.
  438. elisp:
  439. elisp:    The emacsbin.tgz package contains all of the *.el files that emacs
  440. elisp:    requires to run, but these are probably good to have if you've got
  441. elisp:    the space on your hard drive.
  442. elisp:
  443.  
  444. PACKAGE NAME:  elm.tgz
  445. PACKAGE LOCATION:  ./slakware/n2
  446. PACKAGE SIZE (compressed):  342 K
  447. PACKAGE SIZE (uncompressed):  920 K
  448. PACKAGE DESCRIPTION:
  449. elm:      Menu-driven user mail program. (v. 2.4pl25)
  450. elm:
  451. elm:      Elm is an interactive screen-oriented mailer program originally
  452. elm:      written by Dave Taylor, and continued by the Elm Development Group. 
  453. elm:
  454.  
  455. PACKAGE NAME:  elvis.tgz
  456. PACKAGE LOCATION:  ./slakware/a2
  457. PACKAGE SIZE (compressed):  440 K
  458. PACKAGE SIZE (uncompressed):  1240 K
  459. PACKAGE DESCRIPTION:
  460. elvis:    elvis-2.1.
  461. elvis:
  462. elvis:    Elvis is a text editor.  It is intended to be a modern replacement
  463. elvis:    for the classic ex/vi editor of UNIX fame.  Elvis supports many new
  464. elvis:    features, including multiple edit buffers, multiple windows, and a
  465. elvis:    variety of display modes.
  466. elvis:
  467. elvis:    As elvis is Slackware's default vi, this is a required package.
  468. elvis:
  469.  
  470. PACKAGE NAME:  emac_nox.tgz
  471. PACKAGE LOCATION:  ./slakware/e1
  472. PACKAGE SIZE (compressed):  1165 K
  473. PACKAGE SIZE (uncompressed):  3800 K
  474. PACKAGE DESCRIPTION:
  475. emac_nox: Emacs binary without X support.
  476. emac_nox:
  477. emac_nox: A replacement /usr/bin/emacs binary that is not compiled with X11 menu
  478. emac_nox: support.  This version of emacs is about 400K smaller than the full
  479. emac_nox: version of emacs, and is the same in every respect except for X11
  480. emac_nox: extensions.  It can still run in an xterm or rxvt if you wish to run
  481. emac_nox: it under X, but it is mainly included for those folks who don't have X
  482. emac_nox: (or the X11, Xaw, and Xt shared libs) installed on their machines.
  483. emac_nox: You might want to remove the version that requires X if you install
  484. emac_nox: and use this one.
  485. emac_nox:
  486.  
  487. PACKAGE NAME:  emacinfo.tgz
  488. PACKAGE LOCATION:  ./slakware/e1
  489. PACKAGE SIZE (compressed):  1071 K
  490. PACKAGE SIZE (uncompressed):  1140 K
  491. PACKAGE DESCRIPTION:
  492. emacinfo: Info files for emacs-20.3
  493. emacinfo:
  494. emacinfo: These gzipped info files go in /usr/info, providing online 
  495. emacinfo: documentation for Emacs.
  496. emacinfo:
  497.  
  498. PACKAGE NAME:  emacmisc.tgz
  499. PACKAGE LOCATION:  ./slakware/e1
  500. PACKAGE SIZE (compressed):  1038 K
  501. PACKAGE SIZE (uncompressed):  3120 K
  502. PACKAGE DESCRIPTION:
  503. emacmisc: Miscellaneous files for emacs-20.3.
  504. emacmisc:
  505. emacmisc: This package contains the architecture-independent files used by or
  506. emacmisc: with Emacs.  This includes various text files containing documentation
  507. emacmisc: for GNU Emacs, or of interest to Emacs users.  These files are
  508. emacmisc: installed in /usr/share/emacs/20.3/etc/.
  509. emacmisc:
  510.  
  511. PACKAGE NAME:  emacsbin.tgz
  512. PACKAGE LOCATION:  ./slakware/e1
  513. PACKAGE SIZE (compressed):  5026 K
  514. PACKAGE SIZE (uncompressed):  16930 K
  515. PACKAGE DESCRIPTION:
  516. emacsbin: GNU Emacs 20.3
  517. emacsbin:
  518. emacsbin: Base binaries and support files for the GNU Emacs editor/environment.
  519. emacsbin: This version supports X.  If you do not have X installed, you will
  520. emacsbin: also have to install the replacement /usr/bin/emacs-20.3 that does not
  521. emacsbin: require the X11, Xaw, and Xt libraries from XFree86.
  522. emacsbin:
  523. emacsbin: The emacs binary in this package was configured with these options:
  524. emacsbin:   i586-slackware-linux --prefix=/usr --with-x11 --with-x-toolkit
  525. emacsbin:
  526.  
  527. PACKAGE NAME:  enscript.tgz
  528. PACKAGE LOCATION:  ./slakware/ap1
  529. PACKAGE SIZE (compressed):  351 K
  530. PACKAGE SIZE (uncompressed):  1470 K
  531. PACKAGE DESCRIPTION:
  532. enscript: GNU enscript 1.6.1
  533. enscript:
  534. enscript: Enscript converts text files to PostScript and spools the generated
  535. enscript: output to a printer or saves it to a file.  If no input files are
  536. enscript: given, enscript processes standard input.  Enscript can be extended to
  537. enscript: handle different output media and it has many options for customizing
  538. enscript: printouts.  
  539. enscript:
  540.  
  541. PACKAGE NAME:  etc.tgz
  542. PACKAGE LOCATION:  ./slakware/a3
  543. PACKAGE SIZE (compressed):  151 K
  544. PACKAGE SIZE (uncompressed):  480 K
  545. PACKAGE DESCRIPTION:
  546. etc:      System configuration files that go into the /etc directory.
  547. etc:
  548. etc:      The /etc directory is traditionally the location where configuration
  549. etc:      files and administration binaries are found. Under Linux, the binaries
  550. etc:      have been moved out of the /etc directory and into the /sbin 
  551. etc:      directory; the /etc directory is now reserved for configuration files
  552. etc:      only. 
  553. etc:
  554.  
  555. PACKAGE NAME:  expect.tgz
  556. PACKAGE LOCATION:  ./slakware/tcl1
  557. PACKAGE SIZE (compressed):  480 K
  558. PACKAGE SIZE (uncompressed):  1280 K
  559. PACKAGE DESCRIPTION:
  560. expect:   expect-5.28.
  561. expect:
  562. expect:   Expect is a program that talks to other interactive programs according
  563. expect:   to a script.  Following the script, Expect knows what can be expected
  564. expect:   from a program and what the correct response should be.  An
  565. expect:   interpreted language provides branching and high-level control
  566. expect:   structures to direct the dialogue. 
  567. expect:
  568. expect:   Expect was written by Don Libes of the National Institute of Standards
  569. expect:   and Technology.
  570. expect:
  571.  
  572. PACKAGE NAME:  fileutls.tgz
  573. PACKAGE LOCATION:  ./slakware/a5
  574. PACKAGE SIZE (compressed):  392 K
  575. PACKAGE SIZE (uncompressed):  1060 K
  576. PACKAGE DESCRIPTION:
  577. fileutls: fileutils-3.16
  578. fileutls:
  579. fileutls: These are the GNU file management utilities.  Most of these programs
  580. fileutls: have significant advantages over their Unix counterparts, such as
  581. fileutls: greater speed, additional options, and fewer arbitrary limits.
  582. fileutls:
  583. fileutls: These utilities are included:  chgrp chmod chown cp dd df dircolors
  584. fileutls:   du ginstall ln ls mkdir mkfifo mknod mv rm rmdir sync touch
  585. fileutls:
  586.  
  587. PACKAGE NAME:  find.tgz
  588. PACKAGE LOCATION:  ./slakware/a5
  589. PACKAGE SIZE (compressed):  86 K
  590. PACKAGE SIZE (uncompressed):  170 K
  591. PACKAGE DESCRIPTION:
  592. find:     GNU findutils-4.1
  593. find:
  594. find:     This package contains the GNU find, xargs, and locate programs.
  595. find:     find and xargs comply with POSIX 1003.2, as far as I know.  They
  596. find:     also support some additional options, some borrowed from Unix and
  597. find:     some unique to GNU.
  598. find:
  599.  
  600. PACKAGE NAME:  flex.tgz
  601. PACKAGE LOCATION:  ./slakware/d1
  602. PACKAGE SIZE (compressed):  152 K
  603. PACKAGE SIZE (uncompressed):  350 K
  604. PACKAGE DESCRIPTION:
  605. flex:     flex - fast lexical analyzer generator version 2.5.4a
  606. flex:
  607. flex:     flex is a tool for generating scanners:  programs which recognize
  608. flex:     lexical patterns in text.  
  609. flex:
  610.  
  611. PACKAGE NAME:  freefont.tgz
  612. PACKAGE LOCATION:  ./slakware/xap1
  613. PACKAGE SIZE (compressed):  2300 K
  614. PACKAGE SIZE (uncompressed):  2630 K
  615. PACKAGE DESCRIPTION:
  616. freefont: freefonts-0.10
  617. freefont:
  618. freefont: This is a collection of fonts that work with the GIMP, X11,
  619. freefont: ghostscript, and groff.  If you plan on installing the GIMP (the GNU
  620. freefont: Image Manipulation Program), then these fonts are highly recommended.
  621. freefont: The fonts are installed in /usr/X11R6/lib/fonts/Type1/.  To use the
  622. freefont: fonts with ghostscript, see the instructions in /usr/doc/freefont/.
  623. freefont:
  624.  
  625. PACKAGE NAME:  fsmods.tgz
  626. PACKAGE LOCATION:  ./slakware/a5
  627. PACKAGE SIZE (compressed):  374 K
  628. PACKAGE SIZE (uncompressed):  990 K
  629. PACKAGE DESCRIPTION:
  630. fsmods:   Filesystem modules for Linux 2.2.6.
  631. fsmods:
  632. fsmods:   A kernel module is a piece of object code that can be dynamically
  633. fsmods:   loaded into the Linux kernel to provide new kernel functions.  These
  634. fsmods:   modules support additional filesystems, such as HPFS, HFS, and NTFS.
  635. fsmods:
  636.  
  637. PACKAGE NAME:  fvwm2.tgz
  638. PACKAGE LOCATION:  ./slakware/x1
  639. PACKAGE SIZE (compressed):  350 K
  640. PACKAGE SIZE (uncompressed):  1060 K
  641. PACKAGE DESCRIPTION:
  642. fvwm2:    fvwm2_2.0.46-BETA
  643. fvwm2:
  644. fvwm2:    Fvwm is a window manager for X11.  It is a derivative of twm, 
  645. fvwm2:    redesigned to minimize memory consumption, provide a 3-D look to
  646. fvwm2:    window frames, and provide a simple virtual desktop.
  647. fvwm2:
  648.  
  649. PACKAGE NAME:  fvwm95.tgz
  650. PACKAGE LOCATION:  ./slakware/xap1
  651. PACKAGE SIZE (compressed):  512 K
  652. PACKAGE SIZE (uncompressed):  1920 K
  653. PACKAGE DESCRIPTION:
  654. fvwm95:   fvwm95-2.0.43b
  655. fvwm95:
  656. fvwm95:   This is fvwm-2.0.43b hacked for a look and feel similar to Windows95.
  657. fvwm95:
  658.  
  659. PACKAGE NAME:  fvwmicns.tgz
  660. PACKAGE LOCATION:  ./slakware/x1
  661. PACKAGE SIZE (compressed):  11 K
  662. PACKAGE SIZE (uncompressed):  210 K
  663. PACKAGE DESCRIPTION:
  664. fvwmicns: xpm3icons.
  665. fvwmicns:
  666. fvwmicns: Color icons from xpm3icons.tar.Z, found in the /pub/X11/contrib
  667. fvwmicns: directory of metalab.unc.edu.  These icons work great with fvwm.
  668. fvwmicns:
  669. fvwmicns: These icons go in the /usr/X11R6/include/X11/pixmaps directory.  For
  670. fvwmicns: more information on how to use these icons, see fvwm's manpage.
  671. fvwmicns:
  672.  
  673. PACKAGE NAME:  gcc.tgz
  674. PACKAGE LOCATION:  ./slakware/d1
  675. PACKAGE SIZE (compressed):  1940 K
  676. PACKAGE SIZE (uncompressed):  4140 K
  677. PACKAGE DESCRIPTION:
  678. gcc:      The GNU C compiler and support files (v. 2.7.2.3)
  679. gcc:
  680. gcc:      This C compiler is provided for kernel compiling and as a general
  681. gcc:      alternative to the egcs-1.1.2 compiler.
  682. gcc:
  683.  
  684. PACKAGE NAME:  gchess.tgz
  685. PACKAGE LOCATION:  ./slakware/xap1
  686. PACKAGE SIZE (compressed):  945 K
  687. PACKAGE SIZE (uncompressed):  2560 K
  688. PACKAGE DESCRIPTION:
  689. gchess:   GNU chess (v. 4.0 patch level 79)  
  690. gchess:   and xboard (v. 4.0.2)
  691. gchess:
  692. gchess:   A worthy chess opponent.  Adds 'gnuchess', an ASCII based chess 
  693. gchess:   engine, and 'xboard', an X based interface to 'gnuchessx'.
  694. gchess:
  695.  
  696. PACKAGE NAME:  gcl.tgz
  697. PACKAGE LOCATION:  ./slakware/d1
  698. PACKAGE SIZE (compressed):  1021 K
  699. PACKAGE SIZE (uncompressed):  2820 K
  700. PACKAGE DESCRIPTION:
  701. gcl:      GNU Common LISP 2.2.2
  702. gcl:
  703. gcl:      The GNU Common LISP system.  The GCL system contains C and Lisp source
  704. gcl:      files to build a Common Lisp system.  The original KCL system was
  705. gcl:      written by Taiichi Yuasa and Masami Hagiya in 1984.  The AKCL system
  706. gcl:      work was begun in 1987 by William Schelter and continued through 1994.
  707. gcl:      In 1994 AKCL was released as GCL (GNU Common Lisp) under the GNU
  708. gcl:      Public Library License.  
  709. gcl:
  710. gcl:      A number of people have contributed ports and pieces.
  711. gcl:
  712.  
  713. PACKAGE NAME:  gdb.tgz
  714. PACKAGE LOCATION:  ./slakware/d1
  715. PACKAGE SIZE (compressed):  770 K
  716. PACKAGE SIZE (uncompressed):  1570 K
  717. PACKAGE DESCRIPTION:
  718. gdb:      The GNU debugger. (v. 4.18)
  719. gdb:
  720. gdb:      You can use GDB to debug programs written in C, C++, and Modula-2. 
  721. gdb:      GDB now includes support for GNU Fortran 77.
  722. gdb:
  723.  
  724. PACKAGE NAME:  gettext.tgz
  725. PACKAGE LOCATION:  ./slakware/d1
  726. PACKAGE SIZE (compressed):  399 K
  727. PACKAGE SIZE (uncompressed):  1210 K
  728. PACKAGE DESCRIPTION:
  729. gettext:  GNU gettext-0.10.35
  730. gettext:
  731. gettext:  The GNU gettext package is useful for authors and maintainers of
  732. gettext:  internationalized software, or for anyone compiling programs that
  733. gettext:  use it.  GNU gettext provides the needed tools and library functions
  734. gettext:  for the handling of messages in different languages.  Some other GNU
  735. gettext:  packages use the gettext program (included in this package) to
  736. gettext:  internationalize the messages given by shell scripts.
  737. gettext:
  738.  
  739. PACKAGE NAME:  getty.tgz
  740. PACKAGE LOCATION:  ./slakware/a5
  741. PACKAGE SIZE (compressed):  59 K
  742. PACKAGE SIZE (uncompressed):  150 K
  743. PACKAGE DESCRIPTION:
  744. getty:    getty_ps 2.0.7j
  745. getty:
  746. getty:    /sbin/getty and /sbin/uugetty. 
  747. getty:    These control the process of logging into your system, and may be used
  748. getty:    instead of 'agetty', which is the default getty included with the
  749. getty:    util-linux package. getty_ps supports a number of enhancements such as
  750. getty:    ringback support.
  751. getty:
  752.  
  753. PACKAGE NAME:  ghostscr.tgz
  754. PACKAGE LOCATION:  ./slakware/ap1
  755. PACKAGE SIZE (compressed):  1203 K
  756. PACKAGE SIZE (uncompressed):  3580 K
  757. PACKAGE DESCRIPTION:
  758. ghostscr: Ghostscript version 5.10
  759. ghostscr:
  760. ghostscr: Preview, print and process PostScript documents on both PostScript and
  761. ghostscr: non-PostScript devices.  If you need X11 support, you should also 
  762. ghostscr: install the package 'gs_x11' found on the XAP series.  It contains a 
  763. ghostscr: /usr/bin/gs with support for X11.
  764. ghostscr:
  765.  
  766. PACKAGE NAME:  gimp.tgz
  767. PACKAGE LOCATION:  ./slakware/xap1
  768. PACKAGE SIZE (compressed):  9850 K
  769. PACKAGE SIZE (uncompressed):  22010 K
  770. PACKAGE DESCRIPTION:
  771. gimp:     The GIMP -- GNU Image Manipulation Program version 1.0.4
  772. gimp:
  773. gimp:     The GIMP is a powerful tool for the preparation and manipulation of
  774. gimp:     digital images.  The GIMP provides the user with a wide variety of
  775. gimp:     image manipulation, painting, processing, and rendering tools.  The
  776. gimp:     key to the GIMP's power lies in its flexible core and easily
  777. gimp:     extensible design.  The GIMP's open design and extensible architecture
  778. gimp:     make for a very powerful end product for photo and image retouching,
  779. gimp:     web graphics design, or digital illustration.  Also includes the
  780. gimp:     gtk+ and glib 1.2.2 libraries (with thread support).
  781. gimp:
  782.  
  783. PACKAGE NAME:  glibc1.tgz
  784. PACKAGE LOCATION:  ./slakware/a6
  785. PACKAGE SIZE (compressed):  705 K
  786. PACKAGE SIZE (uncompressed):  1880 K
  787. PACKAGE DESCRIPTION:
  788. glibc1:   glibc-2.0.7pre6 runtime support
  789. glibc1:
  790. glibc1:   This package contains the shared libraries, binaries, and support
  791. glibc1:   files required to run most Linux applications linked with glibc.
  792. glibc1:
  793.  
  794. PACKAGE NAME:  glibc2.tgz
  795. PACKAGE LOCATION:  ./slakware/a7
  796. PACKAGE SIZE (compressed):  784 K
  797. PACKAGE SIZE (uncompressed):  5790 K
  798. PACKAGE DESCRIPTION:
  799. glibc2:   glibc-2.0.7pre6 internationalization files
  800. glibc2:
  801. glibc2:   International support files for glibc -- installed in usr/share/i18n.
  802. glibc2:
  803.  
  804. PACKAGE NAME:  gmake.tgz
  805. PACKAGE LOCATION:  ./slakware/d1
  806. PACKAGE SIZE (compressed):  183 K
  807. PACKAGE SIZE (uncompressed):  270 K
  808. PACKAGE DESCRIPTION:
  809. gmake:    GNU make utility 3.76.1.
  810. gmake:
  811. gmake:    This is the GNU implementation of make, which was written by Richard
  812. gmake:    Stallman and Roland McGrath.  The purpose of the make utility is to
  813. gmake:    determine automatically which pieces of a large program need to be 
  814. gmake:    recompiled, and issue the commands to recompile them.  
  815. gmake:
  816. gmake:    This is needed to compile just about any major C program, including
  817. gmake:    the Linux kernel.
  818. gmake:
  819.  
  820. PACKAGE NAME:  gnuplot.tgz
  821. PACKAGE LOCATION:  ./slakware/xap1
  822. PACKAGE SIZE (compressed):  716 K
  823. PACKAGE SIZE (uncompressed):  2200 K
  824. PACKAGE DESCRIPTION:
  825. gnuplot:  gnuplot 3.7
  826. gnuplot:
  827. gnuplot:  Gnuplot is a command-line driven interactive function plotting utility
  828. gnuplot:  for UNIX, MSDOS, and VMS platforms.  The software is copyrighted but
  829. gnuplot:  freely distributed (i.e., you don't have to pay for it).  It was
  830. gnuplot:  originally intended as graphical program which would allow scientists
  831. gnuplot:  and students to visualize mathematical functions and data.  Gnuplot
  832. gnuplot:  supports many different types of terminals, plotters, and printers
  833. gnuplot:  (including many color devices, and pseudo-devices like LaTeX) and is
  834. gnuplot:  easily extensible to include new devices.
  835. gnuplot:
  836.  
  837. PACKAGE NAME:  gpm.tgz
  838. PACKAGE LOCATION:  ./slakware/a5
  839. PACKAGE SIZE (compressed):  127 K
  840. PACKAGE SIZE (uncompressed):  290 K
  841. PACKAGE DESCRIPTION:
  842. gpm:      General purpose mouse support v1.14
  843. gpm:
  844. gpm:      This program is based on the 'selection' package, and allows you to
  845. gpm:      use the mouse to cut and paste text from the screen.  It also acts as
  846. gpm:      a mouse server for applications running on the Linux console, such as 
  847. gpm:      the Midnight Commander file manager and dialog. 
  848. gpm:
  849. gpm:      NOTE:  This program may cause problems when you start X on systems 
  850. gpm:      that do not use a serial mouse.  If you get an 'unable to open mouse 
  851. gpm:      device' error from X, remove gpm from /etc/rc.d/rc.local.
  852. gpm:
  853.  
  854. PACKAGE NAME:  grep.tgz
  855. PACKAGE LOCATION:  ./slakware/a6
  856. PACKAGE SIZE (compressed):  175 K
  857. PACKAGE SIZE (uncompressed):  450 K
  858. PACKAGE DESCRIPTION:
  859. grep:     GNU grep 2.3
  860. grep:
  861. grep:     Grep searches the named input files (or standard input if no files are
  862. grep:     named, or the file name - is given) for lines containing a match to
  863. grep:     the given pattern.  This is the 'fastest grep in the west' (we hope).
  864. grep:
  865.  
  866. PACKAGE NAME:  groff.tgz
  867. PACKAGE LOCATION:  ./slakware/ap1
  868. PACKAGE SIZE (compressed):  948 K
  869. PACKAGE SIZE (uncompressed):  3080 K
  870. PACKAGE DESCRIPTION:
  871. groff:    GNU troff 1.11 document formatting system.
  872. groff:
  873. groff:    The groff package provides versions of troff, nroff, eqn, tbl, and 
  874. groff:    other Unix text-formatting utilities.  Groff is used to 'compile' man
  875. groff:    pages stored in groff/nroff format into a form which can be printed or
  876. groff:    displayed on the screen.  These man pages are stored in compressed
  877. groff:    form in the /usr/man/man? directories.
  878. groff:
  879.  
  880. PACKAGE NAME:  gs_x11.tgz
  881. PACKAGE LOCATION:  ./slakware/xap1
  882. PACKAGE SIZE (compressed):  540 K
  883. PACKAGE SIZE (uncompressed):  1350 K
  884. PACKAGE DESCRIPTION:
  885. gs_x11:   Replacement /usr/bin/gs with X11 options compiled in.
  886. gs_x11:
  887. gs_x11:   This should be installed on top of the 'ghostscr' package from the
  888. gs_x11:   A series to provide X11 support for ghostview.  If you plan to preview
  889. gs_x11:   Postscript documents under X, you need to install this.  Also, if 
  890. gs_x11:   you've installed ghostscript already it is highly recommended that you
  891. gs_x11:   install this package just in case.  Since it replaces another binary
  892. gs_x11:   it really only uses about 35K.
  893. gs_x11:
  894.  
  895. PACKAGE NAME:  gsfonts.tgz
  896. PACKAGE LOCATION:  ./slakware/ap1
  897. PACKAGE SIZE (compressed):  2193 K
  898. PACKAGE SIZE (uncompressed):  3810 K
  899. PACKAGE DESCRIPTION:
  900. gsfonts:  Fonts for the Ghostscript interpreter/previewer.
  901. gsfonts:
  902. gsfonts:  These fonts come from ghostscript-fonts-other-5.10.tar.gz and
  903. gsfonts:  ghostscript-fonts-std-5.10.tar.gz.
  904. gsfonts:
  905.  
  906. PACKAGE NAME:  gv.tgz
  907. PACKAGE LOCATION:  ./slakware/xap1
  908. PACKAGE SIZE (compressed):  136 K
  909. PACKAGE SIZE (uncompressed):  380 K
  910. PACKAGE DESCRIPTION:
  911. gv:       gv 3.5.8
  912. gv:
  913. gv:       gv is a PostScript and PDF previewer.  It allows users to view and
  914. gv:       navigate through PostScript and PDF documents on an X display by 
  915. gv:       providing a user interface for the ghostscript interpreter.
  916. gv:
  917. gv:       gv was written by Johannes Plass, using the source code for Tim
  918. gv:       Theisen's ghostview 1.5 as a starting point.
  919. gv:
  920.  
  921. PACKAGE NAME:  gzip.tgz
  922. PACKAGE LOCATION:  ./slakware/a6
  923. PACKAGE SIZE (compressed):  49 K
  924. PACKAGE SIZE (uncompressed):  100 K
  925. PACKAGE DESCRIPTION:
  926. gzip:     GNU zip compression utilities. (v. 1.2.4a)
  927. gzip:
  928. gzip:     Gzip reduces the size of the named files using Lempel-Ziv coding
  929. gzip:     (LZ77).  Whenever possible, each file is replaced by one with the
  930. gzip:     extension .gz, while keeping the same ownership modes, access and
  931. gzip:     modification times.
  932. gzip:
  933.  
  934. PACKAGE NAME:  hdsetup.tgz
  935. PACKAGE LOCATION:  ./slakware/a6
  936. PACKAGE SIZE (compressed):  116 K
  937. PACKAGE SIZE (uncompressed):  490 K
  938. PACKAGE DESCRIPTION:
  939. hdsetup:  The Slackware setup/package maintenance system v. 4.0.0
  940. hdsetup:
  941. hdsetup:  The full screen and tty versions of setup and pkgtool, two utilities
  942. hdsetup:  included with Slackware that allow you to easily install software 
  943. hdsetup:  packages, remove software packages, and review the installed software
  944. hdsetup:  packages.
  945. hdsetup:
  946. hdsetup:  Also contains the command line utilities 'installpkg', 'removepkg',
  947. hdsetup:  'makepkg', 'explodepkg', and 'upgradepkg' that install, remove, build,
  948. hdsetup:  examine, and upgrade software packages.  Man pages are included.
  949. hdsetup:
  950.  
  951. PACKAGE NAME:  hfsutils.tgz
  952. PACKAGE LOCATION:  ./slakware/tcl1
  953. PACKAGE SIZE (compressed):  198 K
  954. PACKAGE SIZE (uncompressed):  470 K
  955. PACKAGE DESCRIPTION:
  956. hfsutils: hfsutils-3.1.
  957. hfsutils:
  958. hfsutils: hfsutils is a collection of tools for reading and writing Macintosh
  959. hfsutils: HFS volumes.  These utilities can manipulate HFS volumes on nearly any
  960. hfsutils: medium.  Since hfs and xhfs are linked with Tcl/Tk shared libraries,
  961. hfsutils: the hfsutils package is included here in the TCL software series.
  962. hfsutils:
  963. hfsutils: hfsutils was written by Robert Leslie <rob@mars.org>
  964. hfsutils:
  965.  
  966. PACKAGE NAME:  howto.tgz
  967. PACKAGE LOCATION:  ./slakware/f1
  968. PACKAGE SIZE (compressed):  2874 K
  969. PACKAGE SIZE (uncompressed):  9010 K
  970. PACKAGE DESCRIPTION:
  971. howto:    HOWTOs from the Linux Documentation Project.
  972. howto:
  973. howto:    Documentation on many tasks relating to Linux setup and operation.
  974. howto:
  975. howto:    These documents will be installed in /usr/doc/Linux-HOWTOs/.
  976. howto:
  977.  
  978. PACKAGE NAME:  ibcs2.tgz
  979. PACKAGE LOCATION:  ./slakware/a8
  980. PACKAGE SIZE (compressed):  419 K
  981. PACKAGE SIZE (uncompressed):  1270 K
  982. PACKAGE DESCRIPTION:
  983. ibcs2:    Intel Binary Compatibility Specification module
  984. ibcs2:
  985. ibcs2:    The iBCS module allows many binaries from other OS's to run on Linux:
  986. ibcs2:
  987. ibcs2:    i386 BSD (386BSD, FreeBSD, NetBSD, BSDI/386) - very alpha.
  988. ibcs2:    SVR4 (Interactive, Unixware, USL, Dell etc.)
  989. ibcs2:    SVR3 generic
  990. ibcs2:    SCO (SVR3 with extensions for symlinks and long filenames)
  991. ibcs2:    Wyse V/386 (SVR3 with extensions for symlinks)
  992. ibcs2:    Xenix V/386 (386 small model binaries only)
  993. ibcs2:
  994.  
  995. PACKAGE NAME:  ide.tgz
  996. PACKAGE LOCATION:  ./slakware/a9
  997. PACKAGE SIZE (compressed):  740 K
  998. PACKAGE SIZE (uncompressed):  930 K
  999. PACKAGE DESCRIPTION:
  1000. ide:      Linux kernel version 2.2.6, without SCSI support.
  1001. ide:  
  1002. ide:      A Linux kernel for computers that do not need SCSI support. You MUST
  1003. ide:      install a kernel image in order for your system to boot. This kernel
  1004. ide:      supports IDE hard drives and IDE CD-ROM drives.  Other drivers (such
  1005. ide:      as for CD-ROM drives on proprietary interfaces, or ethernet cards)
  1006. ide:      may be loaded as modules.  See /etc/rc.d/rc.modules for examples.
  1007. ide:
  1008.  
  1009. PACKAGE NAME:  imagick.tgz
  1010. PACKAGE LOCATION:  ./slakware/xap1
  1011. PACKAGE SIZE (compressed):  1444 K
  1012. PACKAGE SIZE (uncompressed):  4050 K
  1013. PACKAGE DESCRIPTION:
  1014. imagick:  ImageMagick-4.2.2
  1015. imagick:
  1016. imagick:  ImageMagick is a collection of tools for manipulating and displaying
  1017. imagick:  digital images.  It can merge images, transform image dimensions,
  1018. imagick:  do screen captures, create animation sequences, and convert between
  1019. imagick:  many different image formats.  
  1020. imagick:  
  1021. imagick:  See the man pages for these tools:  animate combine convert display
  1022. imagick:  identify import mogrify montage xtp
  1023. imagick:  
  1024.  
  1025. PACKAGE NAME:  imapd.tgz
  1026. PACKAGE LOCATION:  ./slakware/n3
  1027. PACKAGE SIZE (compressed):  579 K
  1028. PACKAGE SIZE (uncompressed):  1050 K
  1029. PACKAGE DESCRIPTION:
  1030. imapd:    ipop3d/imapd from Pine 4.10
  1031. imapd:
  1032. imapd:    /sbin/ipop3d and /sbin/imapd are servers supporting the POP3 and
  1033. imapd:    IMAP remote mail access protocols.  They allow users to download
  1034. imapd:    mail from your Linux system for remote viewing.
  1035. imapd:
  1036.  
  1037. PACKAGE NAME:  inn.tgz
  1038. PACKAGE LOCATION:  ./slakware/n3
  1039. PACKAGE SIZE (compressed):  667 K
  1040. PACKAGE SIZE (uncompressed):  1770 K
  1041. PACKAGE DESCRIPTION:
  1042. inn:      INN-1.7.2
  1043. inn:
  1044. inn:      Rich Salz's InterNetNews news transport system.  The core part of the
  1045. inn:      package is a single long-running daemon that handles all incoming NNTP
  1046. inn:      connections.  It files the articles and arranges for them to be 
  1047. inn:      forwarded to downstream sites.
  1048. inn:
  1049.  
  1050. PACKAGE NAME:  ispell.tgz
  1051. PACKAGE LOCATION:  ./slakware/ap1
  1052. PACKAGE SIZE (compressed):  413 K
  1053. PACKAGE SIZE (uncompressed):  1030 K
  1054. PACKAGE DESCRIPTION:
  1055. ispell:   ispell-3.1.20
  1056. ispell:
  1057. ispell:   Ispell is a fast screen-oriented spelling checker that shows you your
  1058. ispell:   errors in the context of the original file, and suggests possible 
  1059. ispell:   corrections when it can figure them out.  Compared to UNIX spell, it
  1060. ispell:   is faster and much easier to use.  Ispell can also handle languages
  1061. ispell:   other than English.  Ispell has a long history, and many people have
  1062. ispell:   contributed to the current version -- some of the major contributors
  1063. ispell:   include R. E. Gorin, Pace Willisson, Walt Buehring, and Geoff 
  1064. ispell:   Kuenning. 
  1065. ispell:
  1066.  
  1067. PACKAGE NAME:  jed.tgz
  1068. PACKAGE LOCATION:  ./slakware/ap1
  1069. PACKAGE SIZE (compressed):  474 K
  1070. PACKAGE SIZE (uncompressed):  1400 K
  1071. PACKAGE DESCRIPTION:
  1072. jed:      John E. Davis's JED 0.97-14 editor.
  1073. jed:
  1074. jed:      JED is an extremely powerful but small emacs programmer's editor that
  1075. jed:      is extensible in a C-like macro language and is able to perform color
  1076. jed:      syntax highlighting.  Among the many features:
  1077. jed:      Emacs, wordstar, EDT emulation;
  1078. jed:      C, Fortran, TeX, text editing modes;  Full undo;
  1079. jed:      GNU Emacs compatible info reader, and lots more.
  1080. jed:
  1081. jed:      8 bit clean, so you can even edit binary files!  
  1082. jed:
  1083.  
  1084. PACKAGE NAME:  joe.tgz
  1085. PACKAGE LOCATION:  ./slakware/ap1
  1086. PACKAGE SIZE (compressed):  118 K
  1087. PACKAGE SIZE (uncompressed):  300 K
  1088. PACKAGE DESCRIPTION:
  1089. joe:      Joe text editor v2.8
  1090. joe:
  1091. joe:      Joseph H. Allen's easy to use text editor, similar to WordStar[tm].
  1092. joe:
  1093.  
  1094. PACKAGE NAME:  jove.tgz
  1095. PACKAGE LOCATION:  ./slakware/ap1
  1096. PACKAGE SIZE (compressed):  115 K
  1097. PACKAGE SIZE (uncompressed):  290 K
  1098. PACKAGE DESCRIPTION:
  1099. jove:     Jonathan's Own Version of Emacs (4.14.10) 
  1100. jove:
  1101. jove:     A mostly Emacs compatible text editor, with man pages and the 
  1102. jove:     'teachjove' tutorial program.  If you'd rather have the real thing, 
  1103. jove:     the actual Emacs editor/environment is available in series 'E'.
  1104. jove:
  1105.  
  1106. PACKAGE NAME:  jpeg6.tgz
  1107. PACKAGE LOCATION:  ./slakware/ap1
  1108. PACKAGE SIZE (compressed):  154 K
  1109. PACKAGE SIZE (uncompressed):  330 K
  1110. PACKAGE DESCRIPTION:
  1111. jpeg6:    Independent JPEG Group's JPEG software version 6b
  1112. jpeg6:
  1113. jpeg6:    Software to implement JPEG image compression and decompression.  JPEG
  1114. jpeg6:    (pronounced 'jay-peg') is a standardized compression method for 
  1115. jpeg6:    full-color and gray-scale images.  JPEG is intended for compressing
  1116. jpeg6:    'real-world' scenes; cartoons and other non-realistic images are not
  1117. jpeg6:    its strong suit.  JPEG is lossy, however, on typical images of 
  1118. jpeg6:    real-world scenes, very good compression levels can be obtained with
  1119. jpeg6:    no visible change, and amazingly high compression levels are possible
  1120. jpeg6:    if you can tolerate a low-quality image.
  1121. jpeg6:
  1122.  
  1123. PACKAGE NAME:  kbd.tgz
  1124. PACKAGE LOCATION:  ./slakware/a8
  1125. PACKAGE SIZE (compressed):  420 K
  1126. PACKAGE SIZE (uncompressed):  2220 K
  1127. PACKAGE DESCRIPTION:
  1128. kbd:      kbd 0.95
  1129. kbd:
  1130. kbd:      Load and save keyboard mappings. Needed if you are not using the US
  1131. kbd:      keyboard map. This package also contains utilities to change your
  1132. kbd:      console fonts - if you install it you'll get a menu later on that lets
  1133. kbd:      you select from many different fonts. If you like one, you can make it
  1134. kbd:      your default font. A new default font can be chosen at any time by
  1135. kbd:      typing 'fontconfig'. This package includes fonts from the 
  1136. kbd:      kbd_fonts.tar.gz package uploaded to SunSITE.
  1137. kbd:
  1138.  
  1139. PACKAGE NAME:  kde.tgz
  1140. PACKAGE LOCATION:  ./slakware/xap1
  1141. PACKAGE SIZE (compressed):  17667 K
  1142. PACKAGE SIZE (uncompressed):  48610 K
  1143. PACKAGE DESCRIPTION:
  1144. kde:      KDE 1.1.1
  1145. kde:
  1146. kde:      KDE is a network transparent contemporary desktop environment for UNIX
  1147. kde:      workstations.  It was written by a world-wide network of software
  1148. kde:      engineers committed to free software development.  KDE seeks to fill
  1149. kde:      the need for an easy to use desktop for Unix workstations, similar to
  1150. kde:      the desktop environments found under the MacOS or Windows98/NT.
  1151. kde:
  1152. kde:      KDE requires the Qt library package (also in this directory).
  1153. kde:
  1154.  
  1155. PACKAGE NAME:  koules.tgz
  1156. PACKAGE LOCATION:  ./slakware/y1
  1157. PACKAGE SIZE (compressed):  213 K
  1158. PACKAGE SIZE (uncompressed):  430 K
  1159. PACKAGE DESCRIPTION:
  1160. koules:   Koules 1.4
  1161. koules:
  1162. koules:   Koules is a fast action arcade-style game.  This version is compiled
  1163. koules:   to use SVGAlib in high resolution (up to 900x620) with 256 color
  1164. koules:   graphics, full sound, and, of course, network support.  Koules is an
  1165. koules:   original idea.  The first version of Koules was developed from scratch
  1166. koules:   by Jan Hubicka in July 1995.
  1167. koules:
  1168.  
  1169. PACKAGE NAME:  ldso.tgz
  1170. PACKAGE LOCATION:  ./slakware/a7
  1171. PACKAGE SIZE (compressed):  193 K
  1172. PACKAGE SIZE (uncompressed):  460 K
  1173. PACKAGE DESCRIPTION:
  1174. ldso:     ld.so 1.9.9, the dynamic linker/loader.
  1175. ldso:
  1176. ldso:     ld.so completes the final process of linking all necessary references
  1177. ldso:     to sharable objects and unreferenced symbols in an impure executable,
  1178. ldso:     (usually a dynamically linked executable), to produce a runnable file.
  1179. ldso:     Nearly all Linux binaries are 'incomplete' and require further linking
  1180. ldso:     at run time. ld.so's job is thus to complete the linking process 
  1181. ldso:     started at compilation. ld.so was written by David Engel, 
  1182. ldso:     Eric Youngdale, Peter MacDonald, Hongjiu Lu, Linus Torvalds,
  1183. ldso:     Lars Wirzenius and Mitch D'Souza.
  1184. ldso:
  1185.  
  1186. PACKAGE NAME:  less.tgz
  1187. PACKAGE LOCATION:  ./slakware/a7
  1188. PACKAGE SIZE (compressed):  62 K
  1189. PACKAGE SIZE (uncompressed):  140 K
  1190. PACKAGE DESCRIPTION:
  1191. less:     less-332
  1192. less:
  1193. less:     Less is a paginator similar to more (1), but which allows backward
  1194. less:     movement in the file as well as forward movement. Also, less does not
  1195. less:     have to read the entire input file before starting, so with large
  1196. less:     input files it starts up faster than text editors like vi (1). 
  1197. less:
  1198. less:     Less was written by Mark Nudelman.
  1199. less:
  1200.  
  1201. PACKAGE NAME:  lesstif.tgz
  1202. PACKAGE LOCATION:  ./slakware/x1
  1203. PACKAGE SIZE (compressed):  707 K
  1204. PACKAGE SIZE (uncompressed):  2470 K
  1205. PACKAGE DESCRIPTION:
  1206. lesstif:  LessTif 0.85 (A Motif 1.2 alternative)
  1207. lesstif:
  1208. lesstif:  Lesstif is a freely available Motif clone.  It aims to be source level
  1209. lesstif:  compatible with Motif 1.2.  This package contains the libraries and
  1210. lesstif:  header files to be able to run and compile Motif 1.2 applications,
  1211. lesstif:  along with the lesstif version of mwm, the Motif window manager.
  1212. lesstif:
  1213.  
  1214. PACKAGE NAME:  libc.tgz
  1215. PACKAGE LOCATION:  ./slakware/d1
  1216. PACKAGE SIZE (compressed):  1130 K
  1217. PACKAGE SIZE (uncompressed):  3930 K
  1218. PACKAGE DESCRIPTION:
  1219. libc:     Development libraries for the C compiler.
  1220. libc:
  1221. libc:     These libraries are needed to compile C code in the ELF format.    
  1222. libc:
  1223. libc:     Includes the 5.4.46 Linux C libraries, libcurses 1.0.0, 
  1224. libc:     GNU libgdbm 1.7.3, libtermcap 2.0.8, and BSD db 1.85.4.
  1225. libc:
  1226.  
  1227. PACKAGE NAME:  libcinfo.tgz
  1228. PACKAGE LOCATION:  ./slakware/d1
  1229. PACKAGE SIZE (compressed):  842 K
  1230. PACKAGE SIZE (uncompressed):  890 K
  1231. PACKAGE DESCRIPTION:
  1232. libcinfo: C library documentation
  1233. libcinfo:
  1234. libcinfo: Info files for the GNU C library and GDBM library.
  1235. libcinfo:
  1236.  
  1237. PACKAGE NAME:  libgr.tgz
  1238. PACKAGE LOCATION:  ./slakware/xap1
  1239. PACKAGE SIZE (compressed):  926 K
  1240. PACKAGE SIZE (uncompressed):  2520 K
  1241. PACKAGE DESCRIPTION:
  1242. libgr:    libgr-2.0.13
  1243. libgr:
  1244. libgr:    Shared and static graphics-related ELF libraries and header files.
  1245. libgr:
  1246. libgr:    These libraries are included:  libfbm, libjpeg, libpbm, libpgm,
  1247. libgr:    libpng, libpnm, libppm, librle, libtiff, libz.
  1248. libgr:
  1249.  
  1250. PACKAGE NAME:  libtool.tgz
  1251. PACKAGE LOCATION:  ./slakware/d1
  1252. PACKAGE SIZE (compressed):  113 K
  1253. PACKAGE SIZE (uncompressed):  340 K
  1254. PACKAGE DESCRIPTION:
  1255. libtool:  GNU libtool 1.2
  1256. libtool:
  1257. libtool:  This is GNU Libtool, a generic library support script. Libtool hides
  1258. libtool:  the complexity of using shared libraries behind a consistent, portable
  1259. libtool:  interface.  To use libtool, add the new generic library building
  1260. libtool:  commands to your Makefile, Makefile.in, or Makefile.am.  See the
  1261. libtool:  documentation for details.
  1262. libtool:
  1263. libtool:  You must install the "m4" package to be able to use libtool.
  1264. libtool:
  1265.  
  1266. PACKAGE NAME:  lilo.tgz
  1267. PACKAGE LOCATION:  ./slakware/a8
  1268. PACKAGE SIZE (compressed):  156 K
  1269. PACKAGE SIZE (uncompressed):  530 K
  1270. PACKAGE DESCRIPTION:
  1271. lilo:     LILO 20
  1272. lilo:
  1273. lilo:     Generic Boot Loader for Linux ('LInux LOader') by Werner Almesberger.
  1274. lilo:     LILO boots Linux from your hard drive. It can also boot other
  1275. lilo:     operating systems such as MS-DOS and OS/2, and can even boot DOS from
  1276. lilo:     the second hard drive. LILO comes with utilities and documentation
  1277. lilo:     that make it easier to install, such as 'liloconfig' and 'QuickStart'.
  1278. lilo:     NOTE: Installing boot loaders is inherently dangerous. Be sure to have
  1279. lilo:     some means to boot your system from a different media if you install
  1280. lilo:     LILO on your hard disk.
  1281. lilo:
  1282.  
  1283. PACKAGE NAME:  linuxinc.tgz
  1284. PACKAGE LOCATION:  ./slakware/k1
  1285. PACKAGE SIZE (compressed):  1536 K
  1286. PACKAGE SIZE (uncompressed):  7850 K
  1287. PACKAGE DESCRIPTION:
  1288. linuxinc: Linux 2.2.6 kernel include files.
  1289. linuxinc:
  1290. linuxinc: These are the include files from the 2.2.6 Linux kernel.  You'll
  1291. linuxinc: need these to compile most system (and other) software for Linux.
  1292. linuxinc: These include files are also part of the Linux kernel source package,
  1293. linuxinc: and this package is also included with the D (development) software
  1294. linuxinc: series.  This redundancy is intentional, since the kernel sources
  1295. linuxinc: use quite a bit of disk space, it's useful to be able to easily
  1296. linuxinc: remove the Linux kernel sources without disturbing the kernel include
  1297. linuxinc: files.
  1298. linuxinc:
  1299.  
  1300. PACKAGE NAME:  lizards.tgz
  1301. PACKAGE LOCATION:  ./slakware/y1
  1302. PACKAGE SIZE (compressed):  260 K
  1303. PACKAGE SIZE (uncompressed):  1050 K
  1304. PACKAGE DESCRIPTION:
  1305. lizards:  Lizards -- a video game for Linux.
  1306. lizards:
  1307. lizards:  Lizards is a clone of R*pt*n from the old BBC Micro and B**ld*rd*sh
  1308. lizards:  from the C64/spectrum. It's a run-around-collect-em-up type game, 
  1309. lizards:  running under Linux using the most excellent SVGAlib and Brad Pitzel's
  1310. lizards:  excellent soundIt library.  Lizards was contributed by John M Dow.
  1311. lizards:
  1312.  
  1313. PACKAGE NAME:  loadlin.tgz
  1314. PACKAGE LOCATION:  ./slakware/a9
  1315. PACKAGE SIZE (compressed):  93 K
  1316. PACKAGE SIZE (uncompressed):  100 K
  1317. PACKAGE DESCRIPTION:
  1318. loadlin:  LOADLIN v1.6a
  1319. loadlin:
  1320. loadlin:  LOADLIN.EXE, a loader (running under DOS) for LINUX kernel images
  1321. loadlin:  fully supporting the kernel's command line feature. 
  1322. loadlin:
  1323. loadlin:  LOADLIN is the safest way to boot Linux from your hard disk, if you
  1324. loadlin:  have a bootable DOS partition on your machine.
  1325. loadlin:
  1326. loadlin:  LOADLIN is (C) 1994...1995 Hans Lermen (lermen@elserv.ffm.fgan.de)
  1327. loadlin:
  1328.  
  1329. PACKAGE NAME:  lthreads.tgz
  1330. PACKAGE LOCATION:  ./slakware/d1
  1331. PACKAGE SIZE (compressed):  97 K
  1332. PACKAGE SIZE (uncompressed):  360 K
  1333. PACKAGE DESCRIPTION:
  1334. lthreads: LinuxThreads 0.7.1
  1335. lthreads:
  1336. lthreads: Implementation of POSIX 1003.1c-compliant threads library for Linux
  1337. lthreads: by Xavier Leroy.
  1338. lthreads:
  1339. lthreads: LinuxThreads provides kernel-level threads: each thread is a separate
  1340. lthreads: Unix process, sharing its address space with the other threads through
  1341. lthreads: the new system call clone(). Scheduling between threads is handled by
  1342. lthreads: the kernel scheduler, just like scheduling between Unix processes.
  1343. lthreads:
  1344.  
  1345. PACKAGE NAME:  ltstatic.tgz
  1346. PACKAGE LOCATION:  ./slakware/x1
  1347. PACKAGE SIZE (compressed):  446 K
  1348. PACKAGE SIZE (uncompressed):  1220 K
  1349. PACKAGE DESCRIPTION:
  1350. ltstatic: Static libraries for LessTif 0.85
  1351. ltstatic:
  1352. ltstatic: Libraries needed to compile static LessTif applications.  Includes
  1353. ltstatic: libMrm.a and libXm.a.
  1354. ltstatic:
  1355.  
  1356. PACKAGE NAME:  lx226.tgz
  1357. PACKAGE LOCATION:  ./slakware/k1
  1358. PACKAGE SIZE (compressed):  13429 K
  1359. PACKAGE SIZE (uncompressed):  59500 K
  1360. PACKAGE DESCRIPTION:
  1361. lx226:    Linux kernel source version 2.2.6.
  1362. lx226:
  1363. lx226:    Source code for Linus Torvalds' Linux kernel.
  1364. lx226:
  1365. lx226:    This is the complete and unmodified source code for the Linux kernel
  1366. lx226:    version 2.2.6.
  1367. lx226:
  1368.  
  1369. PACKAGE NAME:  lynx.tgz
  1370. PACKAGE LOCATION:  ./slakware/n4
  1371. PACKAGE SIZE (compressed):  545 K
  1372. PACKAGE SIZE (uncompressed):  1320 K
  1373. PACKAGE DESCRIPTION:
  1374. lynx:     Lynx 2.8.1
  1375. lynx:
  1376. lynx:     Lynx is a distributed hypertext browser with full World Wide Web
  1377. lynx:     capabilities.  Lynx can be used to access information on the World 
  1378. lynx:     Wide Web, or to build information systems intended primarily for local
  1379. lynx:     access.  For example, Lynx has been used to build several Campus Wide
  1380. lynx:     Information Systems (CWIS).  
  1381. lynx:
  1382. lynx:     Lynx's authors include Lou Montulli, Garrett Blythe, Craig Lavender,
  1383. lynx:     Michael Grobe, and Charles Rezac.
  1384. lynx:
  1385.  
  1386. PACKAGE NAME:  m4.tgz
  1387. PACKAGE LOCATION:  ./slakware/d1
  1388. PACKAGE SIZE (compressed):  84 K
  1389. PACKAGE SIZE (uncompressed):  190 K
  1390. PACKAGE DESCRIPTION:
  1391. m4:       GNU m4 1.4
  1392. m4:
  1393. m4:       This is release 1.4 of GNU m4, a program which copies its input to the
  1394. m4:       output, expanding macros as it goes.  m4 has built-in functions for
  1395. m4:       including named files, running Unix commands, doing integer 
  1396. m4:       arithmetic, manipulating text in various ways, recursion, etc...  
  1397. m4:       Macros can also be user-defined, and can take any number of arguments.
  1398. m4:       GNU 'm4' has been originally written by Rene Seindal, from Denmark.
  1399. m4:
  1400.  
  1401. PACKAGE NAME:  mailx.tgz
  1402. PACKAGE LOCATION:  ./slakware/n1
  1403. PACKAGE SIZE (compressed):  70 K
  1404. PACKAGE SIZE (uncompressed):  170 K
  1405. PACKAGE DESCRIPTION:
  1406. mailx:    BSD mailx 8.1.1.
  1407. mailx:
  1408. mailx:    Mail is a intelligent mail processing system, which has a command
  1409. mailx:    syntax reminiscent of ed with lines replaced by messages.  It's small;
  1410. mailx:    it's the standard; it's a good thing to install if you're going to use
  1411. mailx:    mail.
  1412. mailx:
  1413.  
  1414. PACKAGE NAME:  manpages.tgz
  1415. PACKAGE LOCATION:  ./slakware/ap1
  1416. PACKAGE SIZE (compressed):  883 K
  1417. PACKAGE SIZE (uncompressed):  1600 K
  1418. PACKAGE DESCRIPTION:
  1419. manpages: Man-pages 1.23
  1420. manpages:
  1421. manpages: Man pages are online documentation for Linux.  This package includes
  1422. manpages: many section 1, 2, 3, 4, 5, 7, and 8 man pages for Linux.
  1423. manpages:
  1424. manpages: The man-pages distribution is maintained by Andries E. Brouwer with
  1425. manpages: the help of more writers, editors, and other contributors than we
  1426. manpages: can name here.  (See the list in /usr/man/man-pages-1.23.Announce)
  1427. manpages:
  1428.  
  1429. PACKAGE NAME:  manyfaqs.tgz
  1430. PACKAGE LOCATION:  ./slakware/f1
  1431. PACKAGE SIZE (compressed):  1061 K
  1432. PACKAGE SIZE (uncompressed):  1300 K
  1433. PACKAGE DESCRIPTION:
  1434. manyfaqs: A collection of frequently asked questions/answers on many subjects.
  1435. manyfaqs:
  1436. manyfaqs: Some of the FAQs included in this package: 
  1437. manyfaqs: comp.lang FAQs for Fortran, GCC, G++, TCL, Objective-C, Lisp,
  1438. manyfaqs: Scheme, and Perl; PostScript FAQ; Linux FAQ; comp.windows.x X FAQ
  1439. manyfaqs: and many other FAQs relating to X. 
  1440. manyfaqs:
  1441. manyfaqs: These FAQs will be installed under /usr/doc/faq. 
  1442. manyfaqs:
  1443.  
  1444. PACKAGE NAME:  mc.tgz
  1445. PACKAGE LOCATION:  ./slakware/ap1
  1446. PACKAGE SIZE (compressed):  399 K
  1447. PACKAGE SIZE (uncompressed):  930 K
  1448. PACKAGE DESCRIPTION:
  1449. mc:       Midnight Commander version 4.1.35
  1450. mc:
  1451. mc:       The Midnight Commander is a Norton Commander clone, a program that
  1452. mc:       manipulates and manages files and directories.  Useful, fast, and has
  1453. mc:       color displays on the Linux console.  Mouse support is provided
  1454. mc:       through the gpm mouse server.
  1455. mc:
  1456. mc:       mc was written by Miguel de Icaza and Mauricio Plaza.
  1457. mc:
  1458.  
  1459. PACKAGE NAME:  md.tgz
  1460. PACKAGE LOCATION:  ./slakware/ap1
  1461. PACKAGE SIZE (compressed):  22 K
  1462. PACKAGE SIZE (uncompressed):  70 K
  1463. PACKAGE DESCRIPTION:
  1464. md:       md-0.35 (multiple device utilities)
  1465. md:
  1466. md:       These utilities, in conjunction with the MD kernel driver, are used to
  1467. md:       group several block devices as a single drive, whatever the interface
  1468. md:       type.  Support for linear concatenation of devices, as well as RAID-0
  1469. md:       (disk striping).
  1470. md:
  1471.  
  1472. PACKAGE NAME:  metamail.tgz
  1473. PACKAGE LOCATION:  ./slakware/n1
  1474. PACKAGE SIZE (compressed):  123 K
  1475. PACKAGE SIZE (uncompressed):  300 K
  1476. PACKAGE DESCRIPTION:
  1477. metamail: metamail-2.7
  1478. metamail:
  1479. metamail: Metamail is an implementation of MIME, the Multipurpose Internet
  1480. metamail: Mail Extensions, a proposed standard for multimedia mail on the
  1481. metamail: Internet.  Metamail implements MIME, and also implements extensibility
  1482. metamail: and configuration via the "mailcap" mechanism described in an
  1483. metamail: informational RFC that is a companion to the MIME document.
  1484. metamail:
  1485.  
  1486. PACKAGE NAME:  mini.tgz
  1487. PACKAGE LOCATION:  ./slakware/f1
  1488. PACKAGE SIZE (compressed):  1077 K
  1489. PACKAGE SIZE (uncompressed):  3300 K
  1490. PACKAGE DESCRIPTION:
  1491. mini:     Linux Mini-HOWTOs.
  1492. mini:
  1493. mini:     Short documentation files explaining many common Linux tasks.
  1494. mini:
  1495. mini:     These files will be installed in /usr/doc/Linux-mini-HOWTOs/.
  1496. mini:
  1497.  
  1498. PACKAGE NAME:  minicom.tgz
  1499. PACKAGE LOCATION:  ./slakware/a9
  1500. PACKAGE SIZE (compressed):  120 K
  1501. PACKAGE SIZE (uncompressed):  280 K
  1502. PACKAGE DESCRIPTION:
  1503. minicom:  Minicom 1.82-3
  1504. minicom:   
  1505. minicom:  Minicom - a full featured menu-driven communications package similar
  1506. minicom:  to the DOS program 'Telix'.  Also includes sz/rz - utilities used to
  1507. minicom:  upload and download files using the Zmodem protocol.
  1508. minicom:
  1509. minicom:   
  1510.  
  1511. PACKAGE NAME:  modules.tgz
  1512. PACKAGE LOCATION:  ./slakware/a10
  1513. PACKAGE SIZE (compressed):  1016 K
  1514. PACKAGE SIZE (uncompressed):  2760 K
  1515. PACKAGE DESCRIPTION:
  1516. modules:  Linux kernel modules for 2.2.6.
  1517. modules:
  1518. modules:  A kernel module is a piece of object code that can be dynamically
  1519. modules:  loaded into the Linux kernel to provide new kernel functions.  Most
  1520. modules:  of these modules provide support for devices such as CD-ROM drives,
  1521. modules:  tape drives, and ethernet cards.  You can choose which modules to load
  1522. modules:  by editing /etc/rc.d/rc.modules.
  1523. modules:
  1524.  
  1525. PACKAGE NAME:  modutils.tgz
  1526. PACKAGE LOCATION:  ./slakware/a11
  1527. PACKAGE SIZE (compressed):  105 K
  1528. PACKAGE SIZE (uncompressed):  260 K
  1529. PACKAGE DESCRIPTION:
  1530. modutils: modutils-2.1.121
  1531. modutils:
  1532. modutils: Utilities to use kernel modules.  These tools are used for loading
  1533. modutils: and unloading chunks of kernel code on the fly, to add support for a
  1534. modutils: CD-ROM drive or ethernet card, for instance.
  1535. modutils:
  1536. modutils: Many Linux drivers are provided as kernel modules, and some packages
  1537. modutils: (like the PCMCIA package) require the module utilities to work, so you
  1538. modutils: probably want to install these.
  1539. modutils:
  1540.  
  1541. PACKAGE NAME:  mt_st.tgz
  1542. PACKAGE LOCATION:  ./slakware/ap1
  1543. PACKAGE SIZE (compressed):  9 K
  1544. PACKAGE SIZE (uncompressed):  30 K
  1545. PACKAGE DESCRIPTION:
  1546. mt_st:    mt-st-0.4 - controls magnetic tape drive operation
  1547. mt_st:
  1548. mt_st:    This mt originates from BSD NET-2.  Some Linux SCSI tape-specific
  1549. mt_st:    ioctls have been added to the original source and the man page has
  1550. mt_st:    been updated.  Although this mt program is tailored for SCSI tape, it
  1551. mt_st:    can also be used with the QIC-02 driver and hopefully with other Linux
  1552. mt_st:    tape drivers using the same ioctls (some of the commands may not work
  1553. mt_st:    with all drivers).
  1554. mt_st:
  1555.  
  1556. PACKAGE NAME:  ncurses.tgz
  1557. PACKAGE LOCATION:  ./slakware/d1
  1558. PACKAGE SIZE (compressed):  926 K
  1559. PACKAGE SIZE (uncompressed):  3550 K
  1560. PACKAGE DESCRIPTION:
  1561. ncurses:  A curses-compatible screen management library with color. (v. 1.9.9g)
  1562. ncurses:
  1563. ncurses:  Documentation and sample programs are included.
  1564. ncurses:
  1565.  
  1566. PACKAGE NAME:  netatalk.tgz
  1567. PACKAGE LOCATION:  ./slakware/n4
  1568. PACKAGE SIZE (compressed):  282 K
  1569. PACKAGE SIZE (uncompressed):  800 K
  1570. PACKAGE DESCRIPTION:
  1571. netatalk: netatalk-1.4b2+asun2.1.3
  1572. netatalk:
  1573. netatalk: Netatalk is an Appletalk file and print server for Linux.  Using 
  1574. netatalk: Netatalk, Macintosh computers on your local network can mount Linux 
  1575. netatalk: volumes as if they were standard Appletalk network drives, and can
  1576. netatalk: print to the Linux box's printer as if it were a network printer
  1577. netatalk: supporting PostScript.
  1578. netatalk:
  1579. netatalk: Netatalk is brought to you by our friends at The Research Systems
  1580. netatalk: Unix Group, The University of Michigan.  <netatalk@umich.edu>
  1581. netatalk:
  1582.  
  1583. PACKAGE NAME:  netmods.tgz
  1584. PACKAGE LOCATION:  ./slakware/n5
  1585. PACKAGE SIZE (compressed):  895 K
  1586. PACKAGE SIZE (uncompressed):  2350 K
  1587. PACKAGE DESCRIPTION:
  1588. netmods:  Network support modules for linux-2.2.6.
  1589. netmods:
  1590. netmods:  These modules can be loaded into the kernel to support many network
  1591. netmods:  cards and protocols.
  1592. netmods:
  1593.  
  1594. PACKAGE NAME:  netpipes.tgz
  1595. PACKAGE LOCATION:  ./slakware/n2
  1596. PACKAGE SIZE (compressed):  74 K
  1597. PACKAGE SIZE (uncompressed):  210 K
  1598. PACKAGE DESCRIPTION:
  1599. netpipes: netpipes 4.2
  1600. netpipes:
  1601. netpipes: Robert Forsman's netpipes package makes TCP/IP streams usable in shell
  1602. netpipes: scripts.  It can also simplify client/server code by allowing the 
  1603. netpipes: programmer to skip all the tedious programming bits related to sockets
  1604. netpipes: and concentrate on writing a filter/service.  Here's an example of
  1605. netpipes: what you can do with 'faucet' and 'hose', two netpipes commands:
  1606. netpipes: 
  1607. netpipes: server$ faucet 3000 -out tar cf - .
  1608. netpipes: client$ hose server 3000 -in tar xvf -
  1609. netpipes:
  1610.  
  1611. PACKAGE NAME:  netscape.tgz
  1612. PACKAGE LOCATION:  ./slakware/xap1
  1613. PACKAGE SIZE (compressed):  13633 K
  1614. PACKAGE SIZE (uncompressed):  28200 K
  1615. PACKAGE DESCRIPTION:
  1616. netscape: Netscape Communicator 4.51. (v451-export.x86-unknown-linux2.0)
  1617. netscape:
  1618. netscape: Netscape Communicator is an integrated Internet browser program.  It
  1619. netscape: is the world's most popular piece of Internet software, and winner
  1620. netscape: of numerous awards for software excellence.
  1621. netscape:
  1622. netscape: NOTE: The Linux version of Netscape Communicator does not include
  1623. netscape: support.  If your organization requires product support, see the file
  1624. netscape: /usr/lib/netscape/SUPPORT for information about purchasing support
  1625. netscape: from Netscape.
  1626. netscape:
  1627.  
  1628. PACKAGE NAME:  nn_nntp.tgz
  1629. PACKAGE LOCATION:  ./slakware/n4
  1630. PACKAGE SIZE (compressed):  354 K
  1631. PACKAGE SIZE (uncompressed):  810 K
  1632. PACKAGE DESCRIPTION:
  1633. nn_nntp:  nn-6.5.0.b3 compiled to use NNTP.
  1634. nn_nntp:
  1635. nn_nntp:  nn is an easy to use menu driven newsreader by Kim F. Storm.  
  1636. nn_nntp:  
  1637. nn_nntp:  nn stands for "No News is good news", and the nn newsreader is
  1638. nn_nntp:  designed to let you minimize the amount of time you spend reading news
  1639. nn_nntp:  (or, more realistically, to let you to read even more newsgroups :-).
  1640. nn_nntp:  This version of nn reads news from a news server via NNTP, and can
  1641. nn_nntp:  make use of your NNTP server's NOV database.
  1642. nn_nntp:
  1643.  
  1644. PACKAGE NAME:  oldlibs5.tgz
  1645. PACKAGE LOCATION:  ./slakware/x1
  1646. PACKAGE SIZE (compressed):  321 K
  1647. PACKAGE SIZE (uncompressed):  790 K
  1648. PACKAGE DESCRIPTION:
  1649. oldlibs5: Shared X libraries from XFree86 2.1.1 (X11R5).
  1650. oldlibs5:
  1651. oldlibs5: This package adds libX11.so.3.1.0, libXaw.so.3.1.0, and
  1652. oldlibs5: libXt.so.3.1.0 to your /usr/ix86-linuxaout/lib directory.  
  1653. oldlibs5:
  1654. oldlibs5: These are a.out format libraries that are mostly obsolete by now, but
  1655. oldlibs5: are retained in case you encounter one of the a.out X11R5 X binaries
  1656. oldlibs5: that are still floating around.
  1657. oldlibs5:
  1658.  
  1659. PACKAGE NAME:  oldlibs6.tgz
  1660. PACKAGE LOCATION:  ./slakware/x1
  1661. PACKAGE SIZE (compressed):  729 K
  1662. PACKAGE SIZE (uncompressed):  2320 K
  1663. PACKAGE DESCRIPTION:
  1664. oldlibs6: a.out (DLL) format shared libraries for X11R6 binaries.
  1665. oldlibs6:
  1666. oldlibs6: These libraries go in /usr/ix86-linuxaout/lib, where they will be used
  1667. oldlibs6: to provide backwards compatibility for dynamically linked a.out format
  1668. oldlibs6: X binaries.  Also includes shared stubs (.sa) for compiling a.out
  1669. oldlibs6: X applications with 'gcc -b ix86-linuxaout'.
  1670. oldlibs6:
  1671.  
  1672. PACKAGE NAME:  p2c.tgz
  1673. PACKAGE LOCATION:  ./slakware/d1
  1674. PACKAGE SIZE (compressed):  247 K
  1675. PACKAGE SIZE (uncompressed):  640 K
  1676. PACKAGE DESCRIPTION:
  1677. p2c:      A Pascal to C translator. (v. 1.19)
  1678. p2c:
  1679.  
  1680. PACKAGE NAME:  pciutils.tgz
  1681. PACKAGE LOCATION:  ./slakware/a4
  1682. PACKAGE SIZE (compressed):  37 K
  1683. PACKAGE SIZE (uncompressed):  90 K
  1684. PACKAGE DESCRIPTION:
  1685. pciutils: pciutils-1.10 (Linux PCI utilities)
  1686. pciutils:
  1687. pciutils: lspci displays detailed information about all PCI buses and devices
  1688. pciutils: in the system, replacing the original /proc/pci interface.
  1689. pciutils:
  1690. pciutils: setpci allows reading from and writing to PCI device configuration
  1691. pciutils: registers. For example, you can adjust the latency timers with it.
  1692. pciutils:
  1693. pciutils: See manual pages for more details.
  1694. pciutils:
  1695.  
  1696. PACKAGE NAME:  pcmcia.tgz
  1697. PACKAGE LOCATION:  ./slakware/a11
  1698. PACKAGE SIZE (compressed):  464 K
  1699. PACKAGE SIZE (uncompressed):  1230 K
  1700. PACKAGE DESCRIPTION:
  1701. pcmcia:   pcmcia-cs-3.0.9
  1702. pcmcia:
  1703. pcmcia:   Card Services for Linux is a complete PCMCIA support package.  It
  1704. pcmcia:   includes a set of loadable kernel modules that implement a version of
  1705. pcmcia:   the PCMCIA Card Services applications program interface, a set of
  1706. pcmcia:   client drivers for specific cards, and a card manager daemon that can
  1707. pcmcia:   respond to card insertion and removal events, loading and unloading
  1708. pcmcia:   drivers on demand.  It supports ``hot swapping'' of PCMCIA cards, so
  1709. pcmcia:   cards can be inserted and ejected at any time.
  1710. pcmcia:
  1711.  
  1712. PACKAGE NAME:  perl.tgz
  1713. PACKAGE LOCATION:  ./slakware/d1
  1714. PACKAGE SIZE (compressed):  4172 K
  1715. PACKAGE SIZE (uncompressed):  9840 K
  1716. PACKAGE DESCRIPTION:
  1717. perl:     Larry Wall's interpreted systems language. (v. 5.005_03)
  1718. perl:
  1719. perl:     ELF dynamic loading is supported in this version.
  1720. perl:
  1721.  
  1722. PACKAGE NAME:  pine.tgz
  1723. PACKAGE LOCATION:  ./slakware/n6
  1724. PACKAGE SIZE (compressed):  1157 K
  1725. PACKAGE SIZE (uncompressed):  2830 K
  1726. PACKAGE DESCRIPTION:
  1727. pine:     Pine version 4.10
  1728. pine:
  1729. pine:     A menu driven user mail program. Originally based on Elm (Pine Is
  1730. pine:     No-longer Elm), but with many additional features that make it
  1731. pine:     easier to use.  Also contains pilot (a simple file manager) and
  1732. pine:     pico (an easy to use text editor).
  1733. pine:
  1734.  
  1735. PACKAGE NAME:  pmake.tgz
  1736. PACKAGE LOCATION:  ./slakware/d1
  1737. PACKAGE SIZE (compressed):  53 K
  1738. PACKAGE SIZE (uncompressed):  120 K
  1739. PACKAGE DESCRIPTION:
  1740. pmake:    BSD 4.4 make. 
  1741. pmake:
  1742. pmake:    This may be required if you're going to port software with Makefiles
  1743. pmake:    designed for BSD.  The binary is installed as /usr/bin/pmake.
  1744. pmake:
  1745.  
  1746. PACKAGE NAME:  pnp.tgz
  1747. PACKAGE LOCATION:  ./slakware/a11
  1748. PACKAGE SIZE (compressed):  89 K
  1749. PACKAGE SIZE (uncompressed):  260 K
  1750. PACKAGE DESCRIPTION:
  1751. pnp:      isapnptools-1.18
  1752. pnp:
  1753. pnp:      These programs allow ISA Plug-And-Play devices to be
  1754. pnp:      configured on a Linux machine.  See the documentation in 
  1755. pnp:      /usr/doc/isapnptools-1.18.
  1756. pnp:
  1757.  
  1758. PACKAGE NAME:  ppp.tgz
  1759. PACKAGE LOCATION:  ./slakware/n5
  1760. PACKAGE SIZE (compressed):  237 K
  1761. PACKAGE SIZE (uncompressed):  600 K
  1762. PACKAGE DESCRIPTION:
  1763. ppp:      PPP for Linux, versions 2.2.0f and 2.3.7
  1764. ppp:
  1765. ppp:      PPP for Linux -- Michael Callahan's ppp.c kernel driver and the pppd
  1766. ppp:      daemon (ported by Al Longyear).  Linux PPP support is included as a 
  1767. ppp:      loadable module in the modules.tgz package.  This package also
  1768. ppp:      contains pppsetup, an easy-to-use, user-friendly utility for setting
  1769. ppp:      up your PPP daemon.
  1770. ppp:
  1771.  
  1772. PACKAGE NAME:  procmail.tgz
  1773. PACKAGE LOCATION:  ./slakware/n4
  1774. PACKAGE SIZE (compressed):  125 K
  1775. PACKAGE SIZE (uncompressed):  270 K
  1776. PACKAGE DESCRIPTION:
  1777. procmail: The procmail mail processing program. (v3.13 1999/03/31)
  1778. procmail:
  1779. procmail: Can be used to create mail-servers, mailing lists, sort your incoming
  1780. procmail: mail into separate folders/files (real convenient when subscribing to
  1781. procmail: one or more mailing lists or for prioritising your mail), preprocess
  1782. procmail: your mail, start any programs upon mail arrival (e.g. to generate
  1783. procmail: different chimes on your workstation for different types of mail) or
  1784. procmail: selectively forward certain incoming mail automatically to someone.
  1785. procmail:
  1786. procmail: The author of procmail is Stephen R. van den Berg.
  1787. procmail:
  1788.  
  1789. PACKAGE NAME:  procps.tgz
  1790. PACKAGE LOCATION:  ./slakware/a11
  1791. PACKAGE SIZE (compressed):  189 K
  1792. PACKAGE SIZE (uncompressed):  480 K
  1793. PACKAGE DESCRIPTION:
  1794. procps:   procps-2.0.2, psmisc-18, procinfo-16
  1795. procps:
  1796. procps:   Utilities for displaying process and memory information written by
  1797. procps:   Michael K. Johnson, Werner Almesberger, Charles Blake, Branko 
  1798. procps:   Lankester, Robert Nation, David Engel, Larry Greenfield, Roger Binns,
  1799. procps:   Sander van Malssen, and Brian Edmonds.
  1800. procps:
  1801.  
  1802. PACKAGE NAME:  python.tgz
  1803. PACKAGE LOCATION:  ./slakware/d1
  1804. PACKAGE SIZE (compressed):  2502 K
  1805. PACKAGE SIZE (uncompressed):  8260 K
  1806. PACKAGE DESCRIPTION:
  1807. python:   python-1.5.1.
  1808. python:
  1809. python:   Python is an interpreted, interactive, object-oriented programming
  1810. python:   language that combines remarkable power with very clear syntax.  
  1811. python:   Python's basic power can be extended with your own modules written in
  1812. python:   C or C++.  Python is also adaptable as an extension language for
  1813. python:   existing applications. 
  1814. python:
  1815.  
  1816. PACKAGE NAME:  qt_1_44.tgz
  1817. PACKAGE LOCATION:  ./slakware/xap1
  1818. PACKAGE SIZE (compressed):  4596 K
  1819. PACKAGE SIZE (uncompressed):  16770 K
  1820. PACKAGE DESCRIPTION:
  1821. qt_1_44:  Qt-1.44
  1822. qt_1_44:
  1823. qt_1_44:  Qt is a complete and well-developed object-oriented framework for
  1824. qt_1_44:  developing graphical user interface (GUI) applications using C++.
  1825. qt_1_44:  This release, Qt 1.44, is free only for development of free software
  1826. qt_1_44:  for the X Window System.  If you use Qt for developing commercial
  1827. qt_1_44:  or other non-free software, you must have a professional license.
  1828. qt_1_44:  Please see http://www.troll.no/pricing.html for information on how
  1829. qt_1_44:  to obtain a professional license.
  1830. qt_1_44:
  1831.  
  1832. PACKAGE NAME:  quota.tgz
  1833. PACKAGE LOCATION:  ./slakware/ap1
  1834. PACKAGE SIZE (compressed):  41 K
  1835. PACKAGE SIZE (uncompressed):  130 K
  1836. PACKAGE DESCRIPTION:
  1837. quota:    Linux disk quota utilities (1.70)
  1838. quota:
  1839. quota:    An implementation of the diskquota system for the Linux operating
  1840. quota:    system -- keeps those greedy users from gobbling up 100% of the hard
  1841. quota:    drive space.  Should work for all filesystems because of integration 
  1842. quota:    into the VFS layer of the operating system.  This system is a heavily
  1843. quota:    modified version of the Melbourne quota system by Robert Elz, which
  1844. quota:    uses both user and group quota files.  Edvard Tuinder <ed@ow.org> and
  1845. quota:    Marco van Wieringen <mvw@planets.ow.org> are responsible for the 
  1846. quota:    additional code and porting effort to make quotas work on Linux.
  1847. quota:
  1848.  
  1849. PACKAGE NAME:  rcs.tgz
  1850. PACKAGE LOCATION:  ./slakware/d1
  1851. PACKAGE SIZE (compressed):  258 K
  1852. PACKAGE SIZE (uncompressed):  520 K
  1853. PACKAGE DESCRIPTION:
  1854. rcs:      GNU revision control system.  (v. 5.7)
  1855. rcs:
  1856. rcs:      RCS, the Revision Control System, manages multiple revisions of files.
  1857. rcs:
  1858. rcs:      RCS can store, retrieve, log, identify, and merge revisions.  It is
  1859. rcs:      useful for files that are revised frequently, e.g. programs,
  1860. rcs:      documentation, graphics, and papers.
  1861. rcs:
  1862.  
  1863. PACKAGE NAME:  rdist.tgz
  1864. PACKAGE LOCATION:  ./slakware/n2
  1865. PACKAGE SIZE (compressed):  64 K
  1866. PACKAGE SIZE (uncompressed):  140 K
  1867. PACKAGE DESCRIPTION:
  1868. rdist:    rdist-6.1.3.
  1869. rdist:
  1870. rdist:    Rdist is a remote file distribution program.  It is used to maintain
  1871. rdist:    identical copies of files over multiple network hosts.  It preserves
  1872. rdist:    the owner, group, mode, and mtime of files if possible and can update
  1873. rdist:    programs that are executing.
  1874. rdist:
  1875.  
  1876. PACKAGE NAME:  rsync.tgz
  1877. PACKAGE LOCATION:  ./slakware/n5
  1878. PACKAGE SIZE (compressed):  91 K
  1879. PACKAGE SIZE (uncompressed):  200 K
  1880. PACKAGE DESCRIPTION:
  1881. rsync:    rsync-2.3.1
  1882. rsync:
  1883. rsync:    rsync is a replacement for rcp that has many more features.  It
  1884. rsync:    uses the "rsync algorithm" which provides a very fast method for
  1885. rsync:    bringing remote files into sync.  It does this by sending just the
  1886. rsync:    differences in the files across the link, without requiring that both
  1887. rsync:    sets of files are present at one of the ends of the link beforehand.
  1888. rsync:
  1889. rsync:    rsync was written by Andrew Tridgell and Paul Mackerras.
  1890. rsync:
  1891.  
  1892. PACKAGE NAME:  samba.tgz
  1893. PACKAGE LOCATION:  ./slakware/n11
  1894. PACKAGE SIZE (compressed):  2421 K
  1895. PACKAGE SIZE (uncompressed):  6650 K
  1896. PACKAGE DESCRIPTION:
  1897. samba:    Samba 2.0.3
  1898. samba:
  1899. samba:    Samba is a Unix based SMB file and print server.  This allows a Unix
  1900. samba:    host to act as a file and print server for SMB clients.  This includes
  1901. samba:    Lan-Manager compatible clients such as LanManager for DOS, Windows95,
  1902. samba:    Windows NT, OS/2, Pathworks and many more.  If you have any PCs 
  1903. samba:    running SMB clients, such as a PC running Windows95, then you can 
  1904. samba:    mount file space or printers from a Linux host, so that directories,
  1905. samba:    files and printers on the Linux host are available on the Windows PC.
  1906. samba:
  1907.  
  1908. PACKAGE NAME:  sastroid.tgz
  1909. PACKAGE LOCATION:  ./slakware/y1
  1910. PACKAGE SIZE (compressed):  91 K
  1911. PACKAGE SIZE (uncompressed):  320 K
  1912. PACKAGE DESCRIPTION:
  1913. sastroid: Sasteroids 1.3
  1914. sastroid:
  1915. sastroid: Sasteroids is an asteroids-like game, the whole point to shoot
  1916. sastroid: asteroids and an occasional enemy space ship.  Ok, so its not DOOM,
  1917. sastroid: but it can be amusing, and does use a few DOOM-like brown colors.
  1918. sastroid: This started out as a direct port of xasteroids to run under svgalib
  1919. sastroid: (a wonderful super-vga graphics library by Harm Hanemaayer)
  1920. sastroid:
  1921. sastroid: Sasteroids was derived from Phil Goetz's Xasteroids by Brad Pitzel.
  1922. sastroid:
  1923.  
  1924. PACKAGE NAME:  sc.tgz
  1925. PACKAGE LOCATION:  ./slakware/ap1
  1926. PACKAGE SIZE (compressed):  78 K
  1927. PACKAGE SIZE (uncompressed):  190 K
  1928. PACKAGE DESCRIPTION:
  1929. sc:       The 'sc' spreadsheet. (v. 6.21)
  1930. sc:
  1931. sc:       This is a simple spreadsheet program.
  1932. sc:
  1933.  
  1934. PACKAGE NAME:  scsi.tgz
  1935. PACKAGE LOCATION:  ./slakware/a12
  1936. PACKAGE SIZE (compressed):  1052 K
  1937. PACKAGE SIZE (uncompressed):  1270 K
  1938. PACKAGE DESCRIPTION:
  1939. scsi:     Linux kernel version 2.2.6, with SCSI support.
  1940. scsi:
  1941. scsi:     A Linux kernel for computers with SCSI and/or IDE.  You MUST install a
  1942. scsi:     kernel image in order for your system to boot. This kernel supports
  1943. scsi:     IDE and SCSI hard drives and CD-ROM drives.  Other drivers (such as
  1944. scsi:     for CD-ROM drives on proprietary interfaces, or ethernet cards) may
  1945. scsi:     be loaded as modules.  See /etc/rc.d/rc.modules for examples.
  1946. scsi:
  1947.  
  1948. PACKAGE NAME:  scsimods.tgz
  1949. PACKAGE LOCATION:  ./slakware/a13
  1950. PACKAGE SIZE (compressed):  803 K
  1951. PACKAGE SIZE (uncompressed):  1880 K
  1952. PACKAGE DESCRIPTION:
  1953. scsimods: Linux SCSI, RAID, and CD-ROM kernel modules for Linux 2.2.6.
  1954. scsimods:
  1955. scsimods: A kernel module is a piece of object code that can be dynamically
  1956. scsimods: loaded into the Linux kernel to provide new kernel functions.  These
  1957. scsimods: modules support SCSI interface cards, RAID (both IDE and SCSI), and
  1958. scsimods: non-SCSI CD-ROM drives (like the kind that attach to sound cards).
  1959. scsimods:
  1960.  
  1961. PACKAGE NAME:  seejpeg.tgz
  1962. PACKAGE LOCATION:  ./slakware/ap1
  1963. PACKAGE SIZE (compressed):  53 K
  1964. PACKAGE SIZE (uncompressed):  120 K
  1965. PACKAGE DESCRIPTION:
  1966. seejpeg:  seejpeg-1.6.1
  1967. seejpeg:
  1968. seejpeg:  Seejpeg is an image viewer which uses SVGAlib.  In spite of the name,
  1969. seejpeg:  it understands the JPEG, GIF, PPM, BMP and TARGA formats.  One nice
  1970. seejpeg:  feature of seejpeg is that it automatically decides on the best video
  1971. seejpeg:  mode to use based on the image being displayed and the video card
  1972. seejpeg:  being used.  
  1973. seejpeg:
  1974. seejpeg:  Evan Harris is the author of seejpeg.
  1975. seejpeg:
  1976.  
  1977. PACKAGE NAME:  sendmail.tgz
  1978. PACKAGE LOCATION:  ./slakware/n7
  1979. PACKAGE SIZE (compressed):  665 K
  1980. PACKAGE SIZE (uncompressed):  1700 K
  1981. PACKAGE DESCRIPTION:
  1982. sendmail: BSD sendmail 8.9.3.
  1983. sendmail:
  1984. sendmail: Eric Allman's mail transport agent. The _Unix System Administration
  1985. sendmail: Handbook_ calls sendmail 'The most complex and complete mail delivery
  1986. sendmail: system in common use...'
  1987. sendmail:
  1988. sendmail: Ready-made configuration files are included for systems connected by
  1989. sendmail: TCP/IP (with or without a nameserver) and for systems using UUCP.
  1990. sendmail:
  1991. sendmail: procmail is included as a local mail agent.
  1992. sendmail:
  1993.  
  1994. PACKAGE NAME:  seyon.tgz
  1995. PACKAGE LOCATION:  ./slakware/xap1
  1996. PACKAGE SIZE (compressed):  126 K
  1997. PACKAGE SIZE (uncompressed):  340 K
  1998. PACKAGE DESCRIPTION:
  1999. seyon:    Seyon 2.14c. 
  2000. seyon:
  2001. seyon:    A full-featured telecommunications package for X.
  2002. seyon:
  2003.  
  2004. PACKAGE NAME:  sh_utils.tgz
  2005. PACKAGE LOCATION:  ./slakware/a14
  2006. PACKAGE SIZE (compressed):  306 K
  2007. PACKAGE SIZE (uncompressed):  960 K
  2008. PACKAGE DESCRIPTION:
  2009. sh_utils: GNU sh-utils-1.16
  2010. sh_utils:
  2011. sh_utils: This is a package of small shell programming utilities.  They are
  2012. sh_utils: mostly compliant with POSIX.2, where applicable.
  2013. sh_utils:
  2014. sh_utils: The programs in this package are:
  2015. sh_utils:   basename chroot date dirname echo env expr false logname nice
  2016. sh_utils:   nohup pathchk printenv printf sleep stty tee test true tty
  2017. sh_utils:   uname who whoami yes
  2018. sh_utils:
  2019.  
  2020. PACKAGE NAME:  shadow.tgz
  2021. PACKAGE LOCATION:  ./slakware/a14
  2022. PACKAGE SIZE (compressed):  355 K
  2023. PACKAGE SIZE (uncompressed):  990 K
  2024. PACKAGE DESCRIPTION:
  2025. shadow:   Shadow password suite (shadow-19990307)
  2026. shadow:
  2027. shadow:   This set of login related programs utilizes an alternate, non-readable
  2028. shadow:   file to contain the actual encrypted passwords.  This is presumed to 
  2029. shadow:   increase system security by increasing the difficulty with which 
  2030. shadow:   system crackers obtain encrypted passwords.  It was written by 
  2031. shadow:   Julianne Frances Haugh and the Linux port is maintained by Marek 
  2032. shadow:   Michalkiewicz.
  2033. shadow:
  2034.  
  2035. PACKAGE NAME:  smailcfg.tgz
  2036. PACKAGE LOCATION:  ./slakware/n3
  2037. PACKAGE SIZE (compressed):  79 K
  2038. PACKAGE SIZE (uncompressed):  580 K
  2039. PACKAGE DESCRIPTION:
  2040. smailcfg: Configuration files for sendmail.
  2041. smailcfg:
  2042. smailcfg: These files are used to create sendmail.cf configuration files.  The
  2043. smailcfg: m4 macro processor (on the D series of disks) is also required in
  2044. smailcfg: order to make use of these files. 
  2045. smailcfg:
  2046. smailcfg: These files and the documentation in /usr/src/sendmail should make it
  2047. smailcfg: possible to support virtually any mail configuration.  NOTE: you
  2048. smailcfg: probably won't need this package if you're planning to use one of the
  2049. smailcfg: sendmail.cf samples included in the sendmail package.
  2050. smailcfg:
  2051.  
  2052. PACKAGE NAME:  sox.tgz
  2053. PACKAGE LOCATION:  ./slakware/ap1
  2054. PACKAGE SIZE (compressed):  76 K
  2055. PACKAGE SIZE (uncompressed):  210 K
  2056. PACKAGE DESCRIPTION:
  2057. sox:      sox-11gamma-cb3
  2058. sox:
  2059. sox:      Sox is a universal sound converter, player, and recorder.  It can
  2060. sox:      play, record, and convert between several sound file formats such as
  2061. sox:      .au, .snd, .voc and .wav.
  2062. sox:
  2063.  
  2064. PACKAGE NAME:  sspkg.tgz
  2065. PACKAGE LOCATION:  ./slakware/xv1
  2066. PACKAGE SIZE (compressed):  587 K
  2067. PACKAGE SIZE (uncompressed):  2030 K
  2068. PACKAGE DESCRIPTION:
  2069. sspkg:    SlingShot extensions 2.1
  2070. sspkg:
  2071. sspkg:    These are extensions for programming under XView.  Includes shared
  2072. sspkg:    (ELF) libraries, include files, and many programming samples.
  2073. sspkg:
  2074.  
  2075. PACKAGE NAME:  strace.tgz
  2076. PACKAGE LOCATION:  ./slakware/d1
  2077. PACKAGE SIZE (compressed):  66 K
  2078. PACKAGE SIZE (uncompressed):  160 K
  2079. PACKAGE DESCRIPTION:
  2080. strace:   strace-3.1.0.1 - traces system calls and signals.
  2081. strace:
  2082. strace:   Strace allows you to trace the execution of a command.  It runs the
  2083. strace:   specified command until it exits, intercepting signals and system
  2084. strace:   calls and dumping the information to the standard output.
  2085. strace:
  2086.  
  2087. PACKAGE NAME:  sudo.tgz
  2088. PACKAGE LOCATION:  ./slakware/ap1
  2089. PACKAGE SIZE (compressed):  89 K
  2090. PACKAGE SIZE (uncompressed):  210 K
  2091. PACKAGE DESCRIPTION:
  2092. sudo:     sudo-1.5.4
  2093. sudo:
  2094. sudo:     'sudo' is a command that allows users to execute some commands as 
  2095. sudo:     root.  The /etc/sudoers file (edited with 'visudo') specifies which
  2096. sudo:     users have access to sudo and which commands they can run.  'sudo' 
  2097. sudo:     logs all its activities to /var/log/ so the system administrator
  2098. sudo:     can keep an eye on things.
  2099. sudo:
  2100.  
  2101. PACKAGE NAME:  svgalib.tgz
  2102. PACKAGE LOCATION:  ./slakware/d1
  2103. PACKAGE SIZE (compressed):  881 K
  2104. PACKAGE SIZE (uncompressed):  2250 K
  2105. PACKAGE DESCRIPTION:
  2106. svgalib:  Svgalib Super-VGA Graphics Library 1.3.1
  2107. svgalib: 
  2108. svgalib:  A video hardware graphics library, based on VGAlib 1.2.  Supports most
  2109. svgalib:  video graphics adaptors, at least in VGA modes.  Contains additional
  2110. svgalib:  support for higher resolution modes with cards based on ALI2301, ARK
  2111. svgalib:  Logic ARK1000PV/2000PV, ATI SVGA, ATI Mach32, ATI Mach64, Chips and
  2112. svgalib:  Technologies, Cirrus Logic GD542x/3x, Genoa GVGA6400, Hercules
  2113. svgalib:  Stingray 64/Video, Oak Technologies OTI-037/67/77/87, S3, Trident TVGA
  2114. svgalib:  8900C/9000/9440, Tseng ET4000/ET4000W32, and some other chipsets.
  2115. svgalib: 
  2116.  
  2117. PACKAGE NAME:  sysklogd.tgz
  2118. PACKAGE LOCATION:  ./slakware/a9
  2119. PACKAGE SIZE (compressed):  56 K
  2120. PACKAGE SIZE (uncompressed):  130 K
  2121. PACKAGE DESCRIPTION:
  2122. sysklogd: Sysklogd 1.3-31
  2123. sysklogd:
  2124. sysklogd: Dr. Greg Wettstein and Stephen Tweedie's syslogd/klogd.
  2125. sysklogd:
  2126. sysklogd: This package contains a modified version of syslogd for the Linux
  2127. sysklogd: environment.  An additional utility, klogd, is included which allows
  2128. sysklogd: kernel logging to be directed through the syslogd facility.
  2129. sysklogd: Syslogd and klogd are started when your system boots.
  2130. sysklogd:
  2131.  
  2132. PACKAGE NAME:  sysvinit.tgz
  2133. PACKAGE LOCATION:  ./slakware/a11
  2134. PACKAGE SIZE (compressed):  152 K
  2135. PACKAGE SIZE (uncompressed):  380 K
  2136. PACKAGE DESCRIPTION:
  2137. sysvinit: sysvinit-2.76-3
  2138. sysvinit:
  2139. sysvinit: System V style init programs by Miquel van Smoorenburg that control
  2140. sysvinit: the booting and shutdown of your system. These support a number of
  2141. sysvinit: system runlevels, each with a specific set of utilities spawned. For
  2142. sysvinit: example, the normal system runlevel is 3, which starts agetty on
  2143. sysvinit: virtual consoles tty1 - tty6. Runlevel 4 starts xdm. Runlevel 0 shuts
  2144. sysvinit: the system down. See the documentation in /usr/doc/sysvinit and the
  2145. sysvinit: scripts in /etc/rc.d for more information.
  2146. sysvinit:
  2147.  
  2148. PACKAGE NAME:  tar.tgz
  2149. PACKAGE LOCATION:  ./slakware/a14
  2150. PACKAGE SIZE (compressed):  290 K
  2151. PACKAGE SIZE (uncompressed):  640 K
  2152. PACKAGE DESCRIPTION:
  2153. tar:      GNU tar 1.12
  2154. tar:
  2155. tar:      Tape ARchiver - adds and extracts files and directories to/from tape
  2156. tar:      or archive files. This version of tar also supports archive 
  2157. tar:      compression using GNU zip or bzip2.
  2158. tar:
  2159.  
  2160. PACKAGE NAME:  tcl.tgz
  2161. PACKAGE LOCATION:  ./slakware/tcl1
  2162. PACKAGE SIZE (compressed):  1297 K
  2163. PACKAGE SIZE (uncompressed):  2550 K
  2164. PACKAGE DESCRIPTION:
  2165. tcl:      The Tcl script language, version 8.0.5.
  2166. tcl:  
  2167. tcl:      Tcl, developed by Dr. John Ousterhout, is a simple to use text-based
  2168. tcl:      script language with many built-in features which make it especially
  2169. tcl:      nice for writing interactive scripts.
  2170. tcl:  
  2171.  
  2172. PACKAGE NAME:  tclx.tgz
  2173. PACKAGE LOCATION:  ./slakware/tcl1
  2174. PACKAGE SIZE (compressed):  551 K
  2175. PACKAGE SIZE (uncompressed):  2000 K
  2176. PACKAGE DESCRIPTION:
  2177. tclx:     Extended Tcl (TclX) 8.0.4.
  2178. tclx:  
  2179. tclx:     Extended Tcl (TclX), is a set of extensions to Tcl 8.0.x, the Tool
  2180. tclx:     Command Language invented by Dr. John Ousterhout. Extended Tcl is
  2181. tclx:     oriented towards Unix system programming tasks and large application
  2182. tclx:     development. Many additional interfaces to the Unix operating system
  2183. tclx:     are provided. Extended Tcl was designed and implemented by Karl
  2184. tclx:     Lehenbauer (karl@NeoSoft.com) and Mark Diekhans (markd@Grizzly.com),
  2185. tclx:     with help in the early stages from Peter da Silva (peter@NeoSoft.com).
  2186. tclx:  
  2187.  
  2188. PACKAGE NAME:  tcpip1.tgz
  2189. PACKAGE LOCATION:  ./slakware/n8
  2190. PACKAGE SIZE (compressed):  943 K
  2191. PACKAGE SIZE (uncompressed):  2280 K
  2192. PACKAGE DESCRIPTION:
  2193. tcpip1:   TCP/IP networking programs and support files.
  2194. tcpip1:
  2195. tcpip1:   This a basic set of TCP/IP utilities for Linux.  Some of these were
  2196. tcpip1:   written from scratch and some were ported from various sources
  2197. tcpip1:   including BSD.  The code was written and ported by Florian  La Roche,
  2198. tcpip1:   Alan Cox, Fred N. van Kempen, Donald J. Becker, Rick Sladkey, 
  2199. tcpip1:   Mark Shand, Orest Zborowski, Johannes Stille, Linus Torvalds,
  2200. tcpip1:   David A. Holland, Olaf Kirch, and others.
  2201. tcpip1:
  2202.  
  2203. PACKAGE NAME:  tcpip2.tgz
  2204. PACKAGE LOCATION:  ./slakware/n9
  2205. PACKAGE SIZE (compressed):  1048 K
  2206. PACKAGE SIZE (uncompressed):  2600 K
  2207. PACKAGE DESCRIPTION:
  2208. tcpip2:   Extra TCP/IP programs.
  2209. tcpip2:
  2210. tcpip2:   These are additional networking programs for Linux.
  2211. tcpip2:
  2212. tcpip2:   This package includes automount, bootp, dhcp, dhcpcd, fetchmail,
  2213. tcpip2:   ipfwadm, ipchains, ipmasqadm, ncftp, netwatch, nntp, slattach,
  2214. tcpip2:   sliplogin, telnetsnoopd, ttysnoop, yp-tools, ypbind, ypserv, and
  2215. tcpip2:   ytalk.
  2216. tcpip2:
  2217.  
  2218. PACKAGE NAME:  tcsh.tgz
  2219. PACKAGE LOCATION:  ./slakware/a13
  2220. PACKAGE SIZE (compressed):  207 K
  2221. PACKAGE SIZE (uncompressed):  390 K
  2222. PACKAGE DESCRIPTION:
  2223. tcsh:     tcsh 6.07
  2224. tcsh:
  2225. tcsh:     tcsh is an enhanced but completely compatible version of the Berkeley
  2226. tcsh:     UNIX C shell, csh(1). It is a command language interpreter usable both
  2227. tcsh:     as an interactive login shell and a shell script command processor. It
  2228. tcsh:     includes a command-line editor, programmable word completion, spelling
  2229. tcsh:     correction, a history mechanism, job control, and a C-like syntax.
  2230. tcsh:
  2231.  
  2232. PACKAGE NAME:  terminfo.tgz
  2233. PACKAGE LOCATION:  ./slakware/d1
  2234. PACKAGE SIZE (compressed):  182 K
  2235. PACKAGE SIZE (uncompressed):  1660 K
  2236. PACKAGE DESCRIPTION:
  2237. terminfo: Complete /usr/share/terminfo database.
  2238. terminfo:
  2239. terminfo: This is the the master terminfo database maintained by Eric Raymond.
  2240. terminfo: This database is the official descendant of the 4.4BSD termcap file,
  2241. terminfo: and includes information about virtually every terminal known.  The
  2242. terminfo: ncurses libraries use this database to adjust screen output for the
  2243. terminfo: terminal type in use.  Unless you're allowing logins from terminal
  2244. terminfo: types other than the Linux console, xterms, or vt100 terminals, you
  2245. terminfo: probably won't need this database - a minimal /usr/share/terminfo with
  2246. terminfo: support for those types is included in the ncurses package.
  2247. terminfo:
  2248.  
  2249. PACKAGE NAME:  tetex.tgz
  2250. PACKAGE LOCATION:  ./slakware/t1
  2251. PACKAGE SIZE (compressed):  15074 K
  2252. PACKAGE SIZE (uncompressed):  52510 K
  2253. PACKAGE DESCRIPTION:
  2254. tetex:    teTeX-0.9-990309 base support files.
  2255. tetex:
  2256. tetex:    This package contains the support files required for the teTeX TeX
  2257. tetex:    distribution, such as input files for TeX, runtime configuration
  2258. tetex:    files, hyphenation tables, manpages, and the computer modern fonts.
  2259. tetex:
  2260.  
  2261. PACKAGE NAME:  tex_bin.tgz
  2262. PACKAGE LOCATION:  ./slakware/t1
  2263. PACKAGE SIZE (compressed):  3334 K
  2264. PACKAGE SIZE (uncompressed):  7370 K
  2265. PACKAGE DESCRIPTION:
  2266. tex_bin:  teTeX-0.9-990309 binaries.
  2267. tex_bin:
  2268. tex_bin:  This package installs the teTeX binaries for Linux in 
  2269. tex_bin:  /usr/share/texmf/bin/ and edits /etc/profile and /etc/csh.login to
  2270. tex_bin:  add this directory to the default PATH.
  2271. tex_bin:
  2272.  
  2273. PACKAGE NAME:  tex_doc.tgz
  2274. PACKAGE LOCATION:  ./slakware/t1
  2275. PACKAGE SIZE (compressed):  10003 K
  2276. PACKAGE SIZE (uncompressed):  30370 K
  2277. PACKAGE DESCRIPTION:
  2278. tex_doc:  Documentation for teTeX-0.9-990309.
  2279. tex_doc:
  2280. tex_doc:  This package contains documentation for AMSTeX, BibTeX, extended plain
  2281. tex_doc:  format, font packages, format files (babel, texdraw, pstricks, xypic),
  2282. tex_doc:  LaTeX, MetaPost, Makeindex, pdftex, the Kpathsea library, as well as
  2283. tex_doc:  general information about TeX such as a list of ftp servers, a draft
  2284. tex_doc:  for the TeX Directory Standard (TDS), The TeX and LaTeX Catalogue, and
  2285. tex_doc:  TeX FAQs.  
  2286. tex_doc:
  2287.  
  2288. PACKAGE NAME:  texinfo.tgz
  2289. PACKAGE LOCATION:  ./slakware/ap1
  2290. PACKAGE SIZE (compressed):  425 K
  2291. PACKAGE SIZE (uncompressed):  820 K
  2292. PACKAGE DESCRIPTION:
  2293. texinfo:  GNU texinfo-3.12
  2294. texinfo:
  2295. texinfo:  'Texinfo' is a documentation system that uses a single source file to
  2296. texinfo:  produce both on-line information and printed output.  Using Texinfo,
  2297. texinfo:  you can create a printed document with the normal features of a book,
  2298. texinfo:  including chapters, sections, cross references, and indices.  From the
  2299. texinfo:  same Texinfo source file, you can create a menu-driven, on-line Info
  2300. texinfo:  file with nodes, menus, cross references, and indices.
  2301. texinfo:
  2302. texinfo:  This package is needed to read the documentation files in /usr/info.
  2303. texinfo:
  2304.  
  2305. PACKAGE NAME:  tin.tgz
  2306. PACKAGE LOCATION:  ./slakware/n7
  2307. PACKAGE SIZE (compressed):  260 K
  2308. PACKAGE SIZE (uncompressed):  560 K
  2309. PACKAGE DESCRIPTION:
  2310. tin:      The 'tin' news reader. (pre-1.4 release 980226)
  2311. tin:
  2312. tin:      Tin is a full-screen, easy-to-use Netnews reader.  It can read news
  2313. tin:      locally (i.e. /var/spool/news) or remotely (rtin or tin -r option)
  2314. tin:      via a NNTP (Network News Transport Protocol) server.  It will
  2315. tin:      automatically utilize NOV (news overview) style index files if
  2316. tin:      available locally or via the nntp xover command.
  2317. tin:
  2318. tin:      Tin was written by Iain Lea <iain@ecrc.de> and is currently
  2319. tin:      maintained by Urs Janssen <urs@tin.org>.
  2320. tin:
  2321.  
  2322. PACKAGE NAME:  tix.tgz
  2323. PACKAGE LOCATION:  ./slakware/tcl1
  2324. PACKAGE SIZE (compressed):  1117 K
  2325. PACKAGE SIZE (uncompressed):  3840 K
  2326. PACKAGE DESCRIPTION:
  2327. tix:      Tix4.1.0.006.
  2328. tix:
  2329. tix:      The Tix library is an extension to the Tk toolkit that contains over
  2330. tix:      40 new widgets for Tk.  Highlights include:  Hierarchical Listbox,
  2331. tix:      Directory List/Tree View, SpreadSheet, Tabular Listbox, ComboBox,
  2332. tix:      Motif style FileSelectBox, MS Windows style FileSelectBox,
  2333. tix:      PanedWindow, NoteBook, Spin Control widget, and many more. With these
  2334. tix:      new widgets, your applications will look great and interact with your
  2335. tix:      users in intuitive ways.
  2336. tix:
  2337.  
  2338. PACKAGE NAME:  tk.tgz
  2339. PACKAGE LOCATION:  ./slakware/tcl1
  2340. PACKAGE SIZE (compressed):  1879 K
  2341. PACKAGE SIZE (uncompressed):  4140 K
  2342. PACKAGE DESCRIPTION:
  2343. tk:       The Tk toolkit for Tcl, version 8.0.5.
  2344. tk:
  2345. tk:       Tk is an extension to Tcl that allows you to quickly and easily build
  2346. tk:       X11 applications that have the look and feel of Motif apps.
  2347. tk:
  2348.  
  2349. PACKAGE NAME:  tkdesk.tgz
  2350. PACKAGE LOCATION:  ./slakware/xap1
  2351. PACKAGE SIZE (compressed):  1024 K
  2352. PACKAGE SIZE (uncompressed):  3760 K
  2353. PACKAGE DESCRIPTION:
  2354. tkdesk:   TkDesk 1.0
  2355. tkdesk:
  2356. tkdesk:   TkDesk is a graphical file manager for Unix (esp. Linux) and the X
  2357. tkdesk:   Window System.  Compared with other file managers available, it offers
  2358. tkdesk:   the most complete set of file operations and services, plus gives the
  2359. tkdesk:   user the ability to configure most every aspect of TkDesk in a
  2360. tkdesk:   powerful way.  The reason for this is the use of Tcl/Tk as the
  2361. tkdesk:   configuration and implementation language. 
  2362. tkdesk:
  2363. tkdesk:   TkDesk's author is Christian Bolik.
  2364. tkdesk:
  2365.  
  2366. PACKAGE NAME:  transfig.tgz
  2367. PACKAGE LOCATION:  ./slakware/t1
  2368. PACKAGE SIZE (compressed):  175 K
  2369. PACKAGE SIZE (uncompressed):  500 K
  2370. PACKAGE DESCRIPTION:
  2371. transfig: transfig 3.2.1.
  2372. transfig:
  2373. transfig: This package contains the binaries to transform .fig files (created by
  2374. transfig: xfig) to some other formats like epsf and LaTeX.  If you have 
  2375. transfig: installed xfig, you should also install this package if you want to
  2376. transfig: use xfig to create other files than .fig files, which can then be
  2377. transfig: included in your LaTeX documents.
  2378. transfig:
  2379.  
  2380. PACKAGE NAME:  trn.tgz
  2381. PACKAGE LOCATION:  ./slakware/n6
  2382. PACKAGE SIZE (compressed):  162 K
  2383. PACKAGE SIZE (uncompressed):  340 K
  2384. PACKAGE DESCRIPTION:
  2385. trn:      A threaded news reader for reading a remote NNTP server. (v. 3.5)
  2386. trn:
  2387. trn:      Compiled to use Overviews or mthreads, and to read news through your
  2388. trn:      NNTP server.  Be sure to set NNTPSERVER in your /etc/profile or
  2389. trn:      /etc/csh.login. 
  2390. trn:
  2391.  
  2392. PACKAGE NAME:  txtutils.tgz
  2393. PACKAGE LOCATION:  ./slakware/a15
  2394. PACKAGE SIZE (compressed):  291 K
  2395. PACKAGE SIZE (uncompressed):  750 K
  2396. PACKAGE DESCRIPTION:
  2397. txtutils: GNU textutils-1.22
  2398. txtutils:
  2399. txtutils: These are the GNU text file (actually, file contents) processing
  2400. txtutils: utilities.  Most of these programs have significant advantages over
  2401. txtutils: their Unix counterparts, such as greater speed, additional options,
  2402. txtutils: and fewer arbitrary limits.
  2403. txtutils:
  2404. txtutils: The programs in this package are: cat, cksum, comm, csplit, cut, 
  2405. txtutils: expand, fold, head, join, md5sum, nl, od, paste, pr, sort, split,
  2406. txtutils: sum, tac, tail, tr, unexpand, uniq, and wc.
  2407. txtutils:
  2408.  
  2409. PACKAGE NAME:  umsprogs.tgz
  2410. PACKAGE LOCATION:  ./slakware/a1
  2411. PACKAGE SIZE (compressed):  11 K
  2412. PACKAGE SIZE (uncompressed):  30 K
  2413. PACKAGE DESCRIPTION:
  2414. umsprogs: umsdos_progs 0.9
  2415. umsprogs: 
  2416. umsprogs: Various utilities needed by Jacques Gelinas' UMSDOS filesystem.
  2417. umsprogs: 
  2418.  
  2419. PACKAGE NAME:  util.tgz
  2420. PACKAGE LOCATION:  ./slakware/a15
  2421. PACKAGE SIZE (compressed):  495 K
  2422. PACKAGE SIZE (uncompressed):  1160 K
  2423. PACKAGE DESCRIPTION:
  2424. util:     util-linux 2.9i - A huge collection of essential utilities
  2425. util:
  2426. util:     agetty arch banner cal cfdisk clear clock col colcrt colrm column
  2427. util:     ctrlaltdel cytune ddate dmesg fdformat fdisk fsck.minix getopt hexdump
  2428. util:     hostname hwclock ipcrm ipcs jaztool kbdrate last logger look
  2429. util:     losetup mcookie mesg mkfs mkfs.minix mkswap more mount namei rdev
  2430. util:     readprofile renice reset rev script setfdprm setserial setsid setterm
  2431. util:     sfdisk sln strings swapon tsort tunelp ul umount update wall whereis
  2432. util:     write ziptool
  2433. util:
  2434.  
  2435. PACKAGE NAME:  uucp.tgz
  2436. PACKAGE LOCATION:  ./slakware/n10
  2437. PACKAGE SIZE (compressed):  525 K
  2438. PACKAGE SIZE (uncompressed):  1040 K
  2439. PACKAGE DESCRIPTION:
  2440. uucp:     Taylor UUCP version 1.06.1
  2441. uucp:
  2442. uucp:     Ian Taylor's Unix to Unix copy: mail and news over modem lines. 
  2443. uucp:     This is the standard UUCP package of the Free Software Foundation.
  2444. uucp:
  2445. uucp:     Configured to use HoneyDanBer and/or Taylor configuration files.
  2446. uucp:
  2447.  
  2448. PACKAGE NAME:  vim.tgz
  2449. PACKAGE LOCATION:  ./slakware/ap1
  2450. PACKAGE SIZE (compressed):  969 K
  2451. PACKAGE SIZE (uncompressed):  2710 K
  2452. PACKAGE DESCRIPTION:
  2453. vim:      Version 5.1 of Vim: Vi IMproved
  2454. vim:
  2455. vim:      Vim is an almost compatible version of the UNIX editor vi.  Only the
  2456. vim:      'Q' command is missing (you don't need it).  Many new features have
  2457. vim:      been added: multi level undo, command line history, filename 
  2458. vim:      completion, block operations, etc.
  2459. vim:
  2460.  
  2461. PACKAGE NAME:  wget.tgz
  2462. PACKAGE LOCATION:  ./slakware/n7
  2463. PACKAGE SIZE (compressed):  154 K
  2464. PACKAGE SIZE (uncompressed):  380 K
  2465. PACKAGE DESCRIPTION:
  2466. wget:     wget-1.5.3
  2467. wget:
  2468. wget:     GNU Wget is a free network utility to retrieve files from the 
  2469. wget:     World Wide Web using HTTP and FTP, the two most widely used Internet
  2470. wget:     protocols.  It works non-interactively, thus enabling work in the
  2471. wget:     background after having logged off.
  2472. wget:
  2473. wget:     The author of Wget is Hrvoje Niksic <hniksic@srce.hr>.
  2474. wget:
  2475.  
  2476. PACKAGE NAME:  workbone.tgz
  2477. PACKAGE LOCATION:  ./slakware/ap1
  2478. PACKAGE SIZE (compressed):  12 K
  2479. PACKAGE SIZE (uncompressed):  30 K
  2480. PACKAGE DESCRIPTION:
  2481. workbone: Workbone 2.31
  2482. workbone:
  2483. workbone: Text-based audio CD player.
  2484. workbone:
  2485.  
  2486. PACKAGE NAME:  workman.tgz
  2487. PACKAGE LOCATION:  ./slakware/xv1
  2488. PACKAGE SIZE (compressed):  64 K
  2489. PACKAGE SIZE (uncompressed):  150 K
  2490. PACKAGE DESCRIPTION:
  2491. workman:  WorkMan-1.2.2a
  2492. workman:
  2493. workman:  A graphical tool for playing audio compact discs in a CD-ROM drive.
  2494. workman:  It has most of the features available on standalone CD players, such
  2495. workman:  as a shuffle mode, programmable  playlists, and elapsed/remaining 
  2496. workman:  timers.  Extra features include the ability to store information about
  2497. workman:  CDs in a database and then automatically extract that information when
  2498. workman:  the CD is inserted later.
  2499. workman:
  2500.  
  2501. PACKAGE NAME:  x3270.tgz
  2502. PACKAGE LOCATION:  ./slakware/xap1
  2503. PACKAGE SIZE (compressed):  311 K
  2504. PACKAGE SIZE (uncompressed):  600 K
  2505. PACKAGE DESCRIPTION:
  2506. x3270:    x3270 3.1.0.5 - IBM host access tool.
  2507. x3270:
  2508. x3270:    x3270 opens a telnet connection to an IBM host in an X window.  Since
  2509. x3270:    the window created by x3270 can use its own font for displaying
  2510. x3270:    characters, is a fairly accurate representation of an IBM 3278.  It is
  2511. x3270:    similar to tn3270(1) except that it is X-based, not curses-based.
  2512. x3270:
  2513.  
  2514. PACKAGE NAME:  x3dl.tgz
  2515. PACKAGE LOCATION:  ./slakware/x1
  2516. PACKAGE SIZE (compressed):  835 K
  2517. PACKAGE SIZE (uncompressed):  2070 K
  2518. PACKAGE DESCRIPTION:
  2519. x3dl:     An accelerated server for 3DLabs chipsets.
  2520. x3dl:
  2521. x3dl:     This server supports the GLINT 500TX with IBM RGB526 RAMDAC,
  2522. x3dl:     GLINT MX with IBM RGB526 and IBM RGB640 RAMDAC,
  2523. x3dl:     Permedia with IBM RGB526 RAMDAC,
  2524. x3dl:     Permedia 2 (classic, 2a, 2v).
  2525. x3dl:
  2526. x3dl:     Installing this package will create a link in /usr/X11R6/bin from
  2527. x3dl:     XF86_3DLabs to X, setting this server as the default.
  2528. x3dl:
  2529.  
  2530. PACKAGE NAME:  x8514.tgz
  2531. PACKAGE LOCATION:  ./slakware/x1
  2532. PACKAGE SIZE (compressed):  664 K
  2533. PACKAGE SIZE (uncompressed):  1610 K
  2534. PACKAGE DESCRIPTION:
  2535. x8514:    An accelerated server for cards using IBM8514 chips.
  2536. x8514: 
  2537. x8514:    Installing this package will create a link in /usr/X11R6/bin from
  2538. x8514:    XF86_8514 to X, setting this server as the default.
  2539. x8514: 
  2540.  
  2541. PACKAGE NAME:  xagx.tgz
  2542. PACKAGE LOCATION:  ./slakware/x1
  2543. PACKAGE SIZE (compressed):  736 K
  2544. PACKAGE SIZE (uncompressed):  1790 K
  2545. PACKAGE DESCRIPTION:
  2546. xagx:     An accelerated server for IIT AGX chipsets.
  2547. xagx:
  2548. xagx:     This server supports the IIT AGX-016, AGX-015, AGX-014 and XGA-2
  2549. xagx:     chipsets.  There's also untested support for the XGA-1 and AGX-010
  2550. xagx:     chipsets.
  2551. xagx:
  2552. xagx:     Installing this package will create a link in /usr/X11R6/bin from
  2553. xagx:     XF86_AGX to X, setting this server as the default.
  2554. xagx:
  2555.  
  2556. PACKAGE NAME:  xaw3d.tgz
  2557. PACKAGE LOCATION:  ./slakware/x1
  2558. PACKAGE SIZE (compressed):  177 K
  2559. PACKAGE SIZE (uncompressed):  690 K
  2560. PACKAGE DESCRIPTION:
  2561. xaw3d:    Xaw3d-1.4
  2562. xaw3d:
  2563. xaw3d:    This is Release 1.4 (21 April, 1998) of a set of 3-D widgets by Kaleb
  2564. xaw3d:    S. Keithley based on the R6.3 Athena Widget set.  The Three-D Athena
  2565. xaw3d:    may be used as a replacement for the Athena (Xaw) Widget set -- you
  2566. xaw3d:    may relink almost any Athena Widget based application and obtain a
  2567. xaw3d:    three dimensional appearance on some of the widgets.  You can also
  2568. xaw3d:    replace your shared libXaw with libXaw3d and obtain the three
  2569. xaw3d:    dimensional appearance without even relinking.
  2570. xaw3d:
  2571.  
  2572. PACKAGE NAME:  xbin.tgz
  2573. PACKAGE LOCATION:  ./slakware/x1
  2574. PACKAGE SIZE (compressed):  2623 K
  2575. PACKAGE SIZE (uncompressed):  6750 K
  2576. PACKAGE DESCRIPTION:
  2577. xbin:     Basic client binaries required for XFree86 3.3.3.1.
  2578. xbin:
  2579. xbin:     Installs the basic set of programs needed to run X in your 
  2580. xbin:     /usr/X11R6/bin directory.
  2581. xbin:
  2582.  
  2583. PACKAGE NAME:  xcfg.tgz
  2584. PACKAGE LOCATION:  ./slakware/x1
  2585. PACKAGE SIZE (compressed):  4 K
  2586. PACKAGE SIZE (uncompressed):  30 K
  2587. PACKAGE DESCRIPTION:
  2588. xcfg:     Configuration files for XFree86 3.3.3.1.
  2589. xcfg:
  2590. xcfg:     Configuration files needed by X and xdm.
  2591. xcfg:
  2592.  
  2593. PACKAGE NAME:  xdoc.tgz
  2594. PACKAGE LOCATION:  ./slakware/x1
  2595. PACKAGE SIZE (compressed):  302 K
  2596. PACKAGE SIZE (uncompressed):  1110 K
  2597. PACKAGE DESCRIPTION:
  2598. xdoc:     Documentation and release notes for XFree86 3.3.3.1.
  2599. xdoc:
  2600.  
  2601. PACKAGE NAME:  xf100.tgz
  2602. PACKAGE LOCATION:  ./slakware/x1
  2603. PACKAGE SIZE (compressed):  1213 K
  2604. PACKAGE SIZE (uncompressed):  1380 K
  2605. PACKAGE DESCRIPTION:
  2606. xf100:    100-dpi screen fonts.
  2607. xf100:
  2608. xf100:    These fonts are compressed to reduce disk usage.
  2609. xf100:
  2610.  
  2611. PACKAGE NAME:  xfb.tgz
  2612. PACKAGE LOCATION:  ./slakware/x1
  2613. PACKAGE SIZE (compressed):  770 K
  2614. PACKAGE SIZE (uncompressed):  1900 K
  2615. PACKAGE DESCRIPTION:
  2616. xfb:      Frame buffer X server.
  2617. xfb:
  2618. xfb:      This X server uses the Linux frame buffer device available with Linux
  2619. xfb:      2.1.x to provide a general X server for bitmapped, unaccelerated video
  2620. xfb:      hardware.  See /var/X11R6/lib/doc/README.fbdev for more information.
  2621. xfb:
  2622.  
  2623. PACKAGE NAME:  xfcyr.tgz
  2624. PACKAGE LOCATION:  ./slakware/x1
  2625. PACKAGE SIZE (compressed):  294 K
  2626. PACKAGE SIZE (uncompressed):  360 K
  2627. PACKAGE DESCRIPTION:
  2628. xfcyr:    Cyrillic fonts for XFree86 3.3.3.1.
  2629. xfcyr:
  2630.  
  2631. PACKAGE NAME:  xfig.tgz
  2632. PACKAGE LOCATION:  ./slakware/t1
  2633. PACKAGE SIZE (compressed):  1565 K
  2634. PACKAGE SIZE (uncompressed):  3980 K
  2635. PACKAGE DESCRIPTION:
  2636. xfig:     xfig 3.2.2.
  2637. xfig:
  2638. xfig:     This package contains the binary for xfig, an interactive drawing tool
  2639. xfig:     under X.  Xfig can create fig, epsf, and LaTeX files with various
  2640. xfig:     options.  You also have to install the transfig package (transfig.tgz)
  2641. xfig:     so that xfig can export fig files as epsf and LaTeX files.  This
  2642. xfig:     package also contains a set of basic examples of fig files in the
  2643. xfig:     directory /usr/doc/xfig/Examples.
  2644. xfig:
  2645.  
  2646. PACKAGE NAME:  xfileman.tgz
  2647. PACKAGE LOCATION:  ./slakware/xap1
  2648. PACKAGE SIZE (compressed):  77 K
  2649. PACKAGE SIZE (uncompressed):  290 K
  2650. PACKAGE DESCRIPTION:
  2651. xfileman: xfilemanager 0.5
  2652. xfileman:
  2653. xfileman: Ove Kalkan's xfilemanager - one of the file managers for X included
  2654. xfileman: with the Slackware release.  xfilemanager is an X11 based Unix
  2655. xfileman: file manager with Drag'n Drop abilities, full color displays, and a
  2656. xfileman: slackful logo.
  2657. xfileman:
  2658.  
  2659. PACKAGE NAME:  xfm.tgz
  2660. PACKAGE LOCATION:  ./slakware/xap1
  2661. PACKAGE SIZE (compressed):  140 K
  2662. PACKAGE SIZE (uncompressed):  840 K
  2663. PACKAGE DESCRIPTION:
  2664. xfm:      xfm 1.3.2, a file manager for X.
  2665. xfm:
  2666. xfm:      This is a powerful file and applications manager program written using
  2667. xfm:      the X toolkit.  It contains virtually all of the features that you
  2668. xfm:      would expect in a file manager -- move around your directory tree in
  2669. xfm:      multiple windows, and move, copy or delete files with simple mouse
  2670. xfm:      operations.  The integrated application manager allows you to load 
  2671. xfm:      files into your favorite applications from the file manager by 
  2672. xfm:      dragging icons.  xfm was originally written by Simon Marlow, and was
  2673. xfm:      improved by Albert Graef.
  2674. xfm:
  2675.  
  2676. PACKAGE NAME:  xfnon.tgz
  2677. PACKAGE LOCATION:  ./slakware/x1
  2678. PACKAGE SIZE (compressed):  2167 K
  2679. PACKAGE SIZE (uncompressed):  2450 K
  2680. PACKAGE DESCRIPTION:
  2681. xfnon:    Some large X fonts.
  2682. xfnon:
  2683. xfnon:    These fonts are compressed to reduce disk usage.
  2684. xfnon:
  2685. xfnon:    Fonts included:  gb16fs.pcf.gz gb16st.pcf.gz gb24st.pcf.gz
  2686. xfnon:                     hanglg16.pcf.gz hanglm16.pcf.gz hanglm24.pcf.gz
  2687. xfnon:                     heb6x13.pcf.gz heb8x13.pcf.gz jiskan16.pcf.gz
  2688. xfnon:                     jiskan24.pcf.gz k14.pcf.gz
  2689. xfnon:
  2690.  
  2691. PACKAGE NAME:  xfnts.tgz
  2692. PACKAGE LOCATION:  ./slakware/x1
  2693. PACKAGE SIZE (compressed):  1260 K
  2694. PACKAGE SIZE (uncompressed):  1520 K
  2695. PACKAGE DESCRIPTION:
  2696. xfnts:    Fonts for the X window system.
  2697. xfnts:
  2698. xfnts:    This is the minimal set of fonts needed to run XFree86 3.3.3.1.
  2699. xfnts:
  2700. xfnts:    These fonts are compressed to reduce disk usage.
  2701. xfnts:
  2702.  
  2703. PACKAGE NAME:  xfract.tgz
  2704. PACKAGE LOCATION:  ./slakware/xap1
  2705. PACKAGE SIZE (compressed):  567 K
  2706. PACKAGE SIZE (uncompressed):  1440 K
  2707. PACKAGE DESCRIPTION:
  2708. xfract:   xfractint-3.04
  2709. xfract:
  2710. xfract:   Xfractint draws a wide variety of fractals. Xfractint is a port of
  2711. xfract:   the DOS program Fractint.  The primary original authors of Fractint
  2712. xfract:   are Bert Tyler, Timothy Wegner, Mark Peterson, and Pieter 
  2713. xfract:   Branderhorst.  The Xfractint port is by Ken Shirriff.
  2714. xfract:
  2715.  
  2716. PACKAGE NAME:  xfscl.tgz
  2717. PACKAGE LOCATION:  ./slakware/x1
  2718. PACKAGE SIZE (compressed):  1097 K
  2719. PACKAGE SIZE (uncompressed):  1630 K
  2720. PACKAGE DESCRIPTION:
  2721. xfscl:    Scaled fonts.
  2722. xfscl:
  2723. xfscl:    Speedo and Type 1 scalable fonts for XFree86 3.3.3.1.
  2724. xfscl:
  2725.  
  2726. PACKAGE NAME:  xfsrv.tgz
  2727. PACKAGE LOCATION:  ./slakware/x1
  2728. PACKAGE SIZE (compressed):  148 K
  2729. PACKAGE SIZE (uncompressed):  320 K
  2730. PACKAGE DESCRIPTION:
  2731. xfsrv:    xfs (X font server)
  2732. xfsrv:
  2733. xfsrv:    Xfs is the X Window System font server.  It supplies fonts to X Window
  2734. xfsrv:    System display servers.
  2735. xfsrv:
  2736.  
  2737. PACKAGE NAME:  xgames.tgz
  2738. PACKAGE LOCATION:  ./slakware/xap1
  2739. PACKAGE SIZE (compressed):  133 K
  2740. PACKAGE SIZE (uncompressed):  300 K
  2741. PACKAGE DESCRIPTION:
  2742. xgames:   A collection of games for X:
  2743. xgames:
  2744. xgames:   maze spider xlander xmahjongg xmenu xroach xsnow xvier
  2745. xgames:
  2746.  
  2747. PACKAGE NAME:  xhtml.tgz
  2748. PACKAGE LOCATION:  ./slakware/x1
  2749. PACKAGE SIZE (compressed):  326 K
  2750. PACKAGE SIZE (uncompressed):  1870 K
  2751. PACKAGE DESCRIPTION:
  2752. xhtml:    Docs for XFree86 in HTML format.
  2753. xhtml:
  2754. xhtml:    A set of documentation for XFree86, in a format readable with web
  2755. xhtml:    browsing tools such as Netscape or Lynx.
  2756. xhtml:
  2757.  
  2758. PACKAGE NAME:  xi128.tgz
  2759. PACKAGE LOCATION:  ./slakware/x1
  2760. PACKAGE SIZE (compressed):  826 K
  2761. PACKAGE SIZE (uncompressed):  2040 K
  2762. PACKAGE DESCRIPTION:
  2763. xi128:    A server for the Number Nine Imagine 128.
  2764. xi128:
  2765. xi128:    This server supports the Number Nine Imagine 128. (series I and II)
  2766. xi128:    Installing this package will create a link in /usr/X11R6/bin from
  2767. xi128:    XF86_I128 to X, setting this server as the default.
  2768. xi128:
  2769.  
  2770. PACKAGE NAME:  xjdoc.tgz
  2771. PACKAGE LOCATION:  ./slakware/x1
  2772. PACKAGE SIZE (compressed):  115 K
  2773. PACKAGE SIZE (uncompressed):  390 K
  2774. PACKAGE DESCRIPTION:
  2775. xjdoc:    Japanese documentation and release notes for XFree86 3.3.3.1.
  2776. xjdoc:
  2777.  
  2778. PACKAGE NAME:  xjset.tgz
  2779. PACKAGE LOCATION:  ./slakware/x1
  2780. PACKAGE SIZE (compressed):  640 K
  2781. PACKAGE SIZE (uncompressed):  1910 K
  2782. PACKAGE DESCRIPTION:
  2783. xjset:    Japanese configuration utility for XFree86.
  2784. xjset:
  2785. xjset:    A Japanese version of the XFree86 graphical configuration utility.
  2786. xjset:    Produces an initial XF86Config file or tunes the existing one.  Runs
  2787. xjset:    on the X desktop using TCL (this also requires the vg16 X server) or
  2788. xjset:    runs on the Linux console (using the dialog utility).
  2789. xjset:
  2790.  
  2791. PACKAGE NAME:  xlib.tgz
  2792. PACKAGE LOCATION:  ./slakware/x1
  2793. PACKAGE SIZE (compressed):  348 K
  2794. PACKAGE SIZE (uncompressed):  1750 K
  2795. PACKAGE DESCRIPTION:
  2796. xlib:     Various library files for XFree86 3.3.3.1.
  2797. xlib:
  2798. xlib:     Files needed by X:  bitmaps, locale files, and other configuration
  2799. xlib:     files found under /var/X11R6/lib.
  2800. xlib:
  2801.  
  2802. PACKAGE NAME:  xlkit.tgz
  2803. PACKAGE LOCATION:  ./slakware/xd1
  2804. PACKAGE SIZE (compressed):  4128 K
  2805. PACKAGE SIZE (uncompressed):  15310 K
  2806. PACKAGE DESCRIPTION:
  2807. xlkit:    XFree86 3.3.3.1 server linkkit.
  2808. xlkit: 
  2809. xlkit:    If you want or need to rebuild an XFree86 3.3.3.1 server you need this
  2810. xlkit:    package in addition to the base configuration and the programmers kit.
  2811. xlkit:    It is not needed for other X program development.
  2812. xlkit:
  2813. xlkit:    When rebuilding all the servers you will typically need an additional
  2814. xlkit:    38MB of disk space.  If you are building just a single server you will
  2815. xlkit:    need 5MB of space.
  2816. xlkit: 
  2817.  
  2818. PACKAGE NAME:  xlock.tgz
  2819. PACKAGE LOCATION:  ./slakware/x1
  2820. PACKAGE SIZE (compressed):  473 K
  2821. PACKAGE SIZE (uncompressed):  1460 K
  2822. PACKAGE DESCRIPTION:
  2823. xlock:    xlockmore-4.12
  2824. xlock:
  2825. xlock:    Patrick J. Naughton's xlock screensaver/locker for X, with many
  2826. xlock:    more modes added by David A. Bagley.  
  2827. xlock:
  2828. xlock:    The 'Bob' bitmap has been included especially for Slackware, as well
  2829. xlock:    as a Linux penguin logo.
  2830. xlock:
  2831.  
  2832. PACKAGE NAME:  xma32.tgz
  2833. PACKAGE LOCATION:  ./slakware/x1
  2834. PACKAGE SIZE (compressed):  722 K
  2835. PACKAGE SIZE (uncompressed):  1750 K
  2836. PACKAGE DESCRIPTION:
  2837. xma32:    An accelerated server for cards using Mach32 chips.
  2838. xma32:
  2839. xma32:    Installing this package will create a link in /usr/X11R6/bin from
  2840. xma32:    XF86_Mach32 to X, setting this server as the default.
  2841. xma32:
  2842.  
  2843. PACKAGE NAME:  xma64.tgz
  2844. PACKAGE LOCATION:  ./slakware/x1
  2845. PACKAGE SIZE (compressed):  767 K
  2846. PACKAGE SIZE (uncompressed):  1870 K
  2847. PACKAGE DESCRIPTION:
  2848. xma64:    An accelerated server for cards using the Mach64 chipset.
  2849. xma64:
  2850. xma64:    The Mach64 server will now correctly recognise some of the newer ATI
  2851. xma64:    chip revisions, including the 3D Rage, 3D Rage II, 3D Rage IIC, 
  2852. xma64:    3D Rage II+DVD, Rage Pro, and Rage LT Pro.
  2853. xma64:
  2854. xma64:    Installing this package will create a link in /usr/X11R6/bin from
  2855. xma64:    XF86_Mach64 to X, setting this server as the default.
  2856. xma64:
  2857.  
  2858. PACKAGE NAME:  xma8.tgz
  2859. PACKAGE LOCATION:  ./slakware/x1
  2860. PACKAGE SIZE (compressed):  667 K
  2861. PACKAGE SIZE (uncompressed):  1620 K
  2862. PACKAGE DESCRIPTION:
  2863. xma8:     An accelerated server for cards using Mach8 chips.
  2864. xma8:
  2865. xma8:     Installing this package will create a link in /usr/X11R6/bin from
  2866. xma8:     XF86_Mach8 to X, setting this server as the default.
  2867. xma8:
  2868.  
  2869. PACKAGE NAME:  xman.tgz
  2870. PACKAGE LOCATION:  ./slakware/x1
  2871. PACKAGE SIZE (compressed):  1239 K
  2872. PACKAGE SIZE (uncompressed):  2210 K
  2873. PACKAGE DESCRIPTION:
  2874. xman:     Man pages for XFree86 3.3.3.1.
  2875. xman:
  2876.  
  2877. PACKAGE NAME:  xmono.tgz
  2878. PACKAGE LOCATION:  ./slakware/x1
  2879. PACKAGE SIZE (compressed):  731 K
  2880. PACKAGE SIZE (uncompressed):  1910 K
  2881. PACKAGE DESCRIPTION:
  2882. xmono:    A Monochrome server.
  2883. xmono:
  2884. xmono:    Installing this package will create a link in /usr/X11R6/bin from
  2885. xmono:    XF86_Mono to X, setting this server as the default.
  2886. xmono:
  2887.  
  2888. PACKAGE NAME:  xnest.tgz
  2889. PACKAGE LOCATION:  ./slakware/x1
  2890. PACKAGE SIZE (compressed):  918 K
  2891. PACKAGE SIZE (uncompressed):  2390 K
  2892. PACKAGE DESCRIPTION:
  2893. xnest:    Xnest - a nested X server.
  2894. xnest:
  2895. xnest:    An experimental nested server for X.
  2896. xnest:
  2897. xnest:    Xnest is a client and a server.  Xnest is a client of the real server
  2898. xnest:    which manages windows and graphics requests on its behalf.  Xnest is a
  2899. xnest:    server to its own clients.  Xnest manages windows and graphics 
  2900. xnest:    requests on their behalf.  To these clients Xnest appears to be a 
  2901. xnest:    conventional server.
  2902. xnest:
  2903.  
  2904. PACKAGE NAME:  xp9k.tgz
  2905. PACKAGE LOCATION:  ./slakware/x1
  2906. PACKAGE SIZE (compressed):  744 K
  2907. PACKAGE SIZE (uncompressed):  1810 K
  2908. PACKAGE DESCRIPTION:
  2909. xp9k:     An accelerated server for cards using the P9000 chipset.
  2910. xp9k:
  2911. xp9k:     Some of the cards this server will work with are the Diamond Viper
  2912. xp9k:     VLB, Diamond Viper PCI, Orchid P9000 (and some other clones, such as
  2913. xp9k:     the STAR 2000).  Viper Pro and other P9100 and P9130 cards are NOT
  2914. xp9k:     supported, but are supported in the p9x00 driver of the SVGA server. 
  2915. xp9k:
  2916. xp9k:     Installing this package will create a link in /usr/X11R6/bin from
  2917. xp9k:     XF86_P9000 to X, setting this server as the default.
  2918. xp9k:
  2919.  
  2920. PACKAGE NAME:  xpaint.tgz
  2921. PACKAGE LOCATION:  ./slakware/xap1
  2922. PACKAGE SIZE (compressed):  307 K
  2923. PACKAGE SIZE (uncompressed):  840 K
  2924. PACKAGE DESCRIPTION:
  2925. xpaint:   XPaint 2.4.9.
  2926. xpaint:
  2927. xpaint:   XPaint is a bitmap/pixmap editing tool.  These are some of the 
  2928. xpaint:   features of xpaint:
  2929. xpaint:
  2930. xpaint:   Usual paint operations:
  2931. xpaint:     Brushes, Spray paint, Pencil, Lines, Arcs, Pattern Fill, Text,
  2932. xpaint:     Boxes, Circles, Polygons.
  2933. xpaint:   Works on multiple images simultaneously. Cut/Copy/Paste between all
  2934. xpaint:   active images. Fatbits/Zoom on the image windows.
  2935. xpaint:
  2936.  
  2937. PACKAGE NAME:  xpdf.tgz
  2938. PACKAGE LOCATION:  ./slakware/xap1
  2939. PACKAGE SIZE (compressed):  312 K
  2940. PACKAGE SIZE (uncompressed):  780 K
  2941. PACKAGE DESCRIPTION:
  2942. xpdf:     xpdf-0.7a
  2943. xpdf:
  2944. xpdf:     Xpdf is a viewer for Portable Document Format (PDF) files.
  2945. xpdf:
  2946. xpdf:     Also includes two PDF conversion utilities:  pdftops and pdftotext.
  2947. xpdf:
  2948.  
  2949. PACKAGE NAME:  xpm.tgz
  2950. PACKAGE LOCATION:  ./slakware/x1
  2951. PACKAGE SIZE (compressed):  131 K
  2952. PACKAGE SIZE (uncompressed):  260 K
  2953. PACKAGE DESCRIPTION:
  2954. xpm:      The Xpm shared and static libraries, v. 3.4k (with libXpm.so.4.11)
  2955. xpm:
  2956. xpm:      These libraries provide a means for X programs to store and retrieve
  2957. xpm:      bitmaps.  The shared libraries are needed to run programs compiled
  2958. xpm:      with Xpm, such as fvwm.
  2959. xpm:
  2960.  
  2961. PACKAGE NAME:  xprog.tgz
  2962. PACKAGE LOCATION:  ./slakware/x1
  2963. PACKAGE SIZE (compressed):  1414 K
  2964. PACKAGE SIZE (uncompressed):  5820 K
  2965. PACKAGE DESCRIPTION:
  2966. xprog:    Libraries, include files, and configuration files for X programming.
  2967. xprog:
  2968. xprog:    This is a set of include files (found in /usr/X11R6/include), static
  2969. xprog:    libraries (found in /usr/X11R6/lib/*.a) and configuration files 
  2970. xprog:    (found in /var/X11R6/lib/config) needed to compile X programs under
  2971. xprog:    Linux.
  2972. xprog:
  2973.  
  2974. PACKAGE NAME:  xprt.tgz
  2975. PACKAGE LOCATION:  ./slakware/x1
  2976. PACKAGE SIZE (compressed):  1144 K
  2977. PACKAGE SIZE (uncompressed):  2920 K
  2978. PACKAGE DESCRIPTION:
  2979. xprt:     Print-only server (Xprt) for XFree86 3.3.3.1.
  2980. xprt:
  2981.  
  2982. PACKAGE NAME:  xps.tgz
  2983. PACKAGE LOCATION:  ./slakware/x1
  2984. PACKAGE SIZE (compressed):  609 K
  2985. PACKAGE SIZE (uncompressed):  2060 K
  2986. PACKAGE DESCRIPTION:
  2987. xps:      XFree86 documentation in PostScript format.
  2988. xps:
  2989. xps:      PostScript versions of the documentation for XFree86 3.3.3.1.  This is
  2990. xps:      the same in content as the test-based versions, but formatted nicely
  2991. xps:      for printing on a PostScript printer or viewing with ghostview. 
  2992. xps:      These documents take up quite a bit of space, so if you don't need
  2993. xps:      PostScript format you may want to skip this package.
  2994. xps:
  2995.  
  2996. PACKAGE NAME:  xs3.tgz
  2997. PACKAGE LOCATION:  ./slakware/x1
  2998. PACKAGE SIZE (compressed):  917 K
  2999. PACKAGE SIZE (uncompressed):  2290 K
  3000. PACKAGE DESCRIPTION:
  3001. xs3:      An accelerated server for cards using S3 chips.
  3002. xs3:
  3003. xs3:      The current S3 Server supports all available S3 chipsets: 911, 924,
  3004. xs3:      801/805, 928, 732 (Trio32), 764, 765, 775, 785 (Trio64*), 864, 868,
  3005. xs3:      964, 968 and M65 (Aurora64V+).  However, this does not mean that all
  3006. xs3:      S3 boards will work -- see the XFree86 docs for complete information.
  3007. xs3:      The S3 server will also recognise the 866, but it has not been tested
  3008. xs3:      with this chipset.  Installing this package will create a link in
  3009. xs3:      /usr/X11R6/bin from XF86_S3 to X, setting this server as the default.
  3010. xs3:
  3011.  
  3012. PACKAGE NAME:  xs3v.tgz
  3013. PACKAGE LOCATION:  ./slakware/x1
  3014. PACKAGE SIZE (compressed):  821 K
  3015. PACKAGE SIZE (uncompressed):  2020 K
  3016. PACKAGE DESCRIPTION:
  3017. xs3v:     An accelerated server for cards using S3 ViRGE chips.
  3018. xs3v:
  3019. xs3v:     The current XF86_S3V server supports the S3 ViRGE (86C325), the
  3020. xs3v:     ViRGE/DX (86C375), ViRGE/GX (86C385) and the ViRGE/VX (86C988) chips.
  3021. xs3v:     It has been tested with ViRGE cards with 2 and 4MB DRAM, ViRGE/DX 4M,
  3022. xs3v:     ViRGE/VX 8M (4M VRAM/4M DRAM), and with a 220MHz ViRGE/VX card with
  3023. xs3v:     2MB VRAM up to 1600x1200 with 8/15/16bpp.  Note that the XF86_SVGA
  3024. xs3v:     server also supports these chipsets (and others).  It's recommended to
  3025. xs3v:     try using that first.  Installing this package will create a link in
  3026. xs3v:     /usr/X11R6/bin from XF86_S3V to X, setting this server as the default.
  3027. xs3v:
  3028.  
  3029. PACKAGE NAME:  xset.tgz
  3030. PACKAGE LOCATION:  ./slakware/x1
  3031. PACKAGE SIZE (compressed):  537 K
  3032. PACKAGE SIZE (uncompressed):  1440 K
  3033. PACKAGE DESCRIPTION:
  3034. xset:     Graphical configuration utility for XFree86.
  3035. xset:
  3036. xset:     A graphical configuration utility.  Produces an initial XF86Config
  3037. xset:     file, or tunes the existing one.  Runs on the X desktop using TCL
  3038. xset:     (this also requires the vg16 X server) or runs on the Linux console
  3039. xset:     (using the dialog utility).
  3040. xset:
  3041.  
  3042. PACKAGE NAME:  xspread.tgz
  3043. PACKAGE LOCATION:  ./slakware/xap1
  3044. PACKAGE SIZE (compressed):  202 K
  3045. PACKAGE SIZE (uncompressed):  620 K
  3046. PACKAGE DESCRIPTION:
  3047. xspread:  xspread-2.1
  3048. xspread:
  3049. xspread:  A basic spreadsheet for X.
  3050. xspread:
  3051.  
  3052. PACKAGE NAME:  xsvga.tgz
  3053. PACKAGE LOCATION:  ./slakware/x1
  3054. PACKAGE SIZE (compressed):  1188 K
  3055. PACKAGE SIZE (uncompressed):  2970 K
  3056. PACKAGE DESCRIPTION:
  3057. xsvga:    A server for many SuperVGA video cards.
  3058. xsvga:
  3059. xsvga:    Installing this package will create a link in /usr/X11R6/bin from
  3060. xsvga:    XF86_SVGA to X, setting this server as the default.
  3061. xsvga:
  3062.  
  3063. PACKAGE NAME:  xv.tgz
  3064. PACKAGE LOCATION:  ./slakware/xap1
  3065. PACKAGE SIZE (compressed):  1129 K
  3066. PACKAGE SIZE (uncompressed):  1820 K
  3067. PACKAGE DESCRIPTION:
  3068. xv:       John Bradley's XV 3.10a GIF/TIFF/JPEG/PostScript image viewer.
  3069. xv:
  3070. xv:       NOTICE:  This program is unregistered shareware.  Please read the 
  3071. xv:       license information included.
  3072. xv:
  3073.  
  3074. PACKAGE NAME:  xv32_a.tgz
  3075. PACKAGE LOCATION:  ./slakware/xv1
  3076. PACKAGE SIZE (compressed):  647 K
  3077. PACKAGE SIZE (uncompressed):  1880 K
  3078. PACKAGE DESCRIPTION:
  3079. xv32_a:   Static libraries for xview3.2p1-X11R6.LinuxELF.2
  3080. xv32_a:
  3081. xv32_a:   Libraries for compiling statically linked Xview applications. Only
  3082. xv32_a:   needed if you are planning to debug Xview applications, or compile
  3083. xv32_a:   them with the -g or -static flags.
  3084. xv32_a:
  3085.  
  3086. PACKAGE NAME:  xv32_so.tgz
  3087. PACKAGE LOCATION:  ./slakware/xv1
  3088. PACKAGE SIZE (compressed):  551 K
  3089. PACKAGE SIZE (uncompressed):  1220 K
  3090. PACKAGE DESCRIPTION:
  3091. xv32_so:  ELF shared libraries for xview3.2p1-X11R6.LinuxELF.2
  3092. xv32_so:
  3093. xv32_so:  XView provides a set of pre-built, user-interface objects such as
  3094. xv32_so:  canvases, scrollbars, menus, and control panels.  The appearance and
  3095. xv32_so:  functionality of these objects follow the OPEN LOOK Graphical User
  3096. xv32_so:  Interface (GUI) specification.
  3097. xv32_so:
  3098.  
  3099. PACKAGE NAME:  xv32exmp.tgz
  3100. PACKAGE LOCATION:  ./slakware/xv1
  3101. PACKAGE SIZE (compressed):  223 K
  3102. PACKAGE SIZE (uncompressed):  1630 K
  3103. PACKAGE DESCRIPTION:
  3104. xv32exmp: Sample code for XView
  3105. xv32exmp:
  3106. xv32exmp: Sample code that comes with the XView distribution.  Useful as 
  3107. xv32exmp: examples to learn XView programming from, but probably won't
  3108. xv32exmp: compile under Linux without some porting work.
  3109. xv32exmp:
  3110.  
  3111. PACKAGE NAME:  xvfb.tgz
  3112. PACKAGE LOCATION:  ./slakware/x1
  3113. PACKAGE SIZE (compressed):  1119 K
  3114. PACKAGE SIZE (uncompressed):  2880 K
  3115. PACKAGE DESCRIPTION:
  3116. xvfb:     Virtual framebuffer X server.
  3117. xvfb:
  3118. xvfb:     Xvfb is an X server that can run on machines with no display hardware
  3119. xvfb:     and no physical input devices.  It emulates a dumb framebuffer using 
  3120. xvfb:     virtual memory.  The primary use of this server is intended to be 
  3121. xvfb:     server testing.  The mfb or cfb code for any depth can be exercised
  3122. xvfb:     with this server without the need for real hardware that supports the
  3123. xvfb:     desired depths.  A secondary use is testing clients against unusual
  3124. xvfb:     depths and screen configurations.
  3125. xvfb:
  3126.  
  3127. PACKAGE NAME:  xvg16.tgz
  3128. PACKAGE LOCATION:  ./slakware/x1
  3129. PACKAGE SIZE (compressed):  739 K
  3130. PACKAGE SIZE (uncompressed):  1830 K
  3131. PACKAGE DESCRIPTION:
  3132. xvg16:    A server for 16 color EGA/VGA graphics modes.
  3133. xvg16:
  3134. xvg16:    This is a server that uses standard generic video modes -- it works
  3135. xvg16:    with nearly all video hardware (but with only 16 colors).  Installing
  3136. xvg16:    this package will create a link in /usr/X11R6/bin from XF86_VGA16 to
  3137. xvg16:    X, setting this server as the default.
  3138. xvg16:
  3139.  
  3140. PACKAGE NAME:  xvinc32.tgz
  3141. PACKAGE LOCATION:  ./slakware/xv1
  3142. PACKAGE SIZE (compressed):  247 K
  3143. PACKAGE SIZE (uncompressed):  1560 K
  3144. PACKAGE DESCRIPTION:
  3145. xvinc32:  Include files for xview3.2p1-X11R6.LinuxELF.2
  3146. xvinc32:
  3147. xvinc32:  Include files needed for Xview programming.
  3148. xvinc32:
  3149.  
  3150. PACKAGE NAME:  xvmenus.tgz
  3151. PACKAGE LOCATION:  ./slakware/xv1
  3152. PACKAGE SIZE (compressed):  5 K
  3153. PACKAGE SIZE (uncompressed):  40 K
  3154. PACKAGE DESCRIPTION:
  3155. xvmenus:  Menus and help files for the OpenLook Window Manager.
  3156. xvmenus:
  3157.  
  3158. PACKAGE NAME:  xvol32.tgz
  3159. PACKAGE LOCATION:  ./slakware/xv1
  3160. PACKAGE SIZE (compressed):  769 K
  3161. PACKAGE SIZE (uncompressed):  3170 K
  3162. PACKAGE DESCRIPTION:
  3163. xvol32:   Binaries for xview3.2p1-X11R6.LinuxELF.2
  3164. xvol32:
  3165. xvol32:   Configuration files, programs, and documentation for xview3.2p1-X11R6.
  3166. xvol32:
  3167. xvol32:   Includes these programs: xgettext msgfmt olwm svenv toolwait winsysck
  3168. xvol32:   owplaces openwin xcenter clock cmdtool olwmslave props textedit olvwm
  3169. xvol32:
  3170.  
  3171. PACKAGE NAME:  xw32.tgz
  3172. PACKAGE LOCATION:  ./slakware/x1
  3173. PACKAGE SIZE (compressed):  679 K
  3174. PACKAGE SIZE (uncompressed):  1660 K
  3175. PACKAGE DESCRIPTION:
  3176. xw32:     A server for chipsets in the ET4000/W32 series.
  3177. xw32:
  3178. xw32:     This server currently supports the w32, w32i, w32p and et6000 chips.
  3179. xw32:     XF86_W32 gets phased out, now that the SVGA server with XAA 
  3180. xw32:     acceleration is at least as fast as the W32 server but supports more
  3181. xw32:     cards and higher color depths.  Use this server if the SVGA server
  3182. xw32:     fails to work/accelerate for you.
  3183. xw32:
  3184. xw32:     Installing this package will create a link in /usr/X11R6/bin from
  3185. xw32:     XF86_W32 to X, setting this server as the default.
  3186. xw32:
  3187.  
  3188. PACKAGE NAME:  xxgdb.tgz
  3189. PACKAGE LOCATION:  ./slakware/xap1
  3190. PACKAGE SIZE (compressed):  39 K
  3191. PACKAGE SIZE (uncompressed):  100 K
  3192. PACKAGE DESCRIPTION:
  3193. xxgdb:    xxgdb-1.12.
  3194. xxgdb:
  3195. xxgdb:    Xxgdb is a graphical user interface to the gdb debugger under the X
  3196. xxgdb:    Window System.  It provides visual feedback and mouse input for the
  3197. xxgdb:    user to control program execution through breakpoints, to examine and
  3198. xxgdb:    traverse the function call stack, and to display values of variables
  3199. xxgdb:    and data structures.
  3200. xxgdb:
  3201.  
  3202. PACKAGE NAME:  zoneinfo.tgz
  3203. PACKAGE LOCATION:  ./slakware/a15
  3204. PACKAGE SIZE (compressed):  124 K
  3205. PACKAGE SIZE (uncompressed):  660 K
  3206. PACKAGE DESCRIPTION:
  3207. zoneinfo: tzcode/data1999b - time zone utilities and database
  3208. zoneinfo:
  3209. zoneinfo: This package allows you to configure your time zone.
  3210. zoneinfo:
  3211. zoneinfo: Includes zic, zdump, yearistype, and the time zone database in
  3212. zoneinfo: /usr/share/zoneinfo.  Use the timeconfig utility to set your local
  3213. zoneinfo: time zone.
  3214. zoneinfo:
  3215.  
  3216. PACKAGE NAME:  zsh.tgz
  3217. PACKAGE LOCATION:  ./slakware/ap1
  3218. PACKAGE SIZE (compressed):  343 K
  3219. PACKAGE SIZE (uncompressed):  580 K
  3220. PACKAGE DESCRIPTION:
  3221. zsh:      zsh version 3.0.3
  3222. zsh:
  3223. zsh:      Zsh is a UNIX command interpreter (shell) which of the standard shells
  3224. zsh:      most resembles the Korn shell (ksh), although it is not completely
  3225. zsh:      compatible.  It includes enhancements of many types, notably in the
  3226. zsh:      command-line editor, options for customizing its behavior, filename
  3227. zsh:      globbing, features to make C-shell (csh) users feel more at home and
  3228. zsh:      extra features drawn from tcsh (another 'custom' shell).  Zsh was 
  3229. zsh:      written by Paul Falstad.
  3230. zsh:
  3231.  
  3232.  
  3233.