home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / useful / contents < prev    next >
Encoding:
Text File  |  1994-07-16  |  30.1 KB  |  869 lines

  1. This file is generated automatically from the product info files
  2. included in this tree.
  3.  
  4. ==========
  5.  
  6. NDUK    37    Partial CBM Native Developer Update Kit
  7.  
  8. Portions of the Commodore Native Developer Update Kit that can be
  9. licensed for separate distribution.  Includes the "fd" files,
  10. libraries, startups, "C include" files, and tools.  Does not include
  11. the autodocs.  This material copyright by Commodore-Amiga Inc, is
  12. included under license from Commodore, and has restricted distribution
  13. conditions.  It is allowed to make copies from the CD-ROM for personal
  14. use but not for redistribution.  See the files included with the
  15. distribution for further details.
  16.  
  17. Author: Commodore-Amiga Inc.
  18. Path: dist/cbm/V37/
  19.  
  20. ==========
  21.  
  22. NDUK    39    Partial CBM Native Developer Update Kit
  23.  
  24. Portions of the Commodore Native Developer Update Kit that can be
  25. licensed for separate distribution.  Includes the "fd" files,
  26. libraries, startups, "C include" files, and tools.  Does not include
  27. the autodocs.  This material copyright by Commodore-Amiga Inc, is
  28. included under license from Commodore, and has restricted distribution
  29. conditions.  It is allowed to make copies from the CD-ROM for personal
  30. use but not for redistribution.  See the files included with the
  31. distribution for further details.
  32.  
  33. Author: Commodore-Amiga Inc.
  34. Path: dist/cbm/V39/
  35.  
  36. ==========
  37.  
  38. NDUK    40    Partial CBM Native Developer Update Kit
  39.  
  40. Portions of the Commodore Native Developer Update Kit that can be
  41. licensed for separate distribution.  Includes the "fd" files,
  42. libraries, startups, "C include" files, and tools.  Does not include
  43. the autodocs.  This material copyright by Commodore-Amiga Inc, is
  44. included under license from Commodore, and has restricted distribution
  45. conditions.  It is allowed to make copies from the CD-ROM for personal
  46. use but not for redistribution.  See the files included with the
  47. distribution for further details.
  48.  
  49. Author: Commodore-Amiga Inc.
  50. Path: dist/cbm/V40/
  51.  
  52. ==========
  53.  
  54. CManual    3.0    Amiga programming documents and examples
  55.  
  56. A 5 disk distribution of one of the largest collections of documents,
  57. examples, and utilities in C for the Amiga.  It consists of six
  58. manuals, with more than 40 chapters, 175 fully executable examples
  59. complete with source code, and several utilities and other goodies.
  60.  
  61. The manuals describe how to open and work with Screens, Windows,
  62. Graphics, Gadgets, Requesters, Alerts, Menus, IDCMP, Sprites,
  63. VSprites, AmigaDOS, Low Level Graphics Routines, etc.  They also
  64. explain how to use your C Compiler and give you important information
  65. about how the Amiga works and how your programs should be designed.
  66. When unpacked, the manuals and examples nearly fill up twelve standard
  67. Amiga floppies.
  68.  
  69. Author: Anders Bjerin
  70. Path: dist/dev/c/CManual/
  71.  
  72. ==========
  73.  
  74. RKRM    ?.?    Source and executables from 3rd ed. RKM
  75.  
  76. A distribution of complete source code and executables of all the
  77. examples in the third edition Amiga ROM Kernel Reference Manuals,
  78. published by Addison-Wesley.
  79.  
  80. Author: Commodore CATS
  81. Path: dist/dev/c/RKRM/
  82.  
  83. ==========
  84.  
  85. Enforcer    37.55    Monitor for illegal memory accesses
  86.  
  87. A tool to monitor illegal memory access for 68020/68851, 68030, and
  88. 68040 CPUs.  This is a completely new Enforcer from the original idea
  89. by Bryce Nesbitt.  It contains many new and wonderful features and
  90. options and no longer contains any exceptions for specific software.
  91. Enforcer can now also be used with CPU or SetCPU FASTROM or most any
  92. other MMU-Kick-start-Mapping tool.  Major new output options such as
  93. local output, stdout, and parallel port.  Highly optimized to be as
  94. fast as possible.  Requires V37 of the OS or better and an MMU.
  95.  
  96. Author: Michael Sinz
  97. Path: dist/dev/debug/Enforcer/
  98.  
  99. ==========
  100.  
  101. MungWall    37.64    Watches for illegal FreeMem's
  102.  
  103. Munges memory and watches for illegal FreeMem's.  Especially useful in
  104. combination with Enforcer.  The output can go to either the serial or
  105. parallel port.  Includes a new MungList program that examines used
  106. memory areas for MungWall tag info, and outputs a list of who owns the
  107. various pieces of allocated memory, their sizes, etc.  Can even
  108. identify the owner of the memory by task name.
  109.  
  110. Author: Commodore Amiga; submitted by Carolyn Scheppner
  111. Path: dist/dev/debug/MungWall/
  112.  
  113. ==========
  114.  
  115. Sushi    37.10    Intercept and display output of KPrintf
  116.  
  117. A tool to intercept the raw serial output of Enforcer 2.8b, MungWall,
  118. Enforcer.megastack 26.f, and all other tool and application debugging
  119. output that uses kprintf.  This makes it possible to use serial
  120. debugging on a single Amiga, without interfering with attached serial
  121. hardware such as modems and serial printers.  Sushi also provides
  122. optional signalling and buffer access to an external display/watcher
  123. program.
  124.  
  125. Author: Carolyn Scheppner
  126. Path: dist/dev/debug/Sushi/
  127.  
  128. ==========
  129.  
  130. AmigaE    2.1b    Amiga specific E compiler
  131.  
  132. An Amiga specific E compiler.  E is a powerful and flexible procedural
  133. programming language and Amiga E a very fast com- piler for it, with
  134. features such as compilation speed of 20000 lines/minute on a 7 Mhz
  135. amiga, inline assembler and linker integrated into compiler, large set
  136. of integrated functions, module concept with 2.04 includes as modules,
  137. flexible type-system, quoted expressions, immediate and typed lists,
  138. low level polymorphism, exception handling and much, much more.
  139. Written in Assembly and E.
  140.  
  141. Author: Wouter van Oortmerssen
  142. Path: dist/dev/e/Amiga_E/
  143.  
  144. ==========
  145.  
  146. MUI    2.1    Object oriented graphical user interface
  147.  
  148. An object oriented system to create and maintain graphical user
  149. interfaces.  From a programmer's point of view, using MUI saves a lot
  150. of time and makes life much easier.  Thinking about complicated terms
  151. like window resizing or font sensitivity is simply not neccesary.  On
  152. the other hand, users of MUI based applications have the ability to
  153. customize nearly every pixel of a program's interface according to
  154. their personal taste.  Includes developers support package and several
  155. demos.
  156.  
  157. Author: Stefan Stuntz
  158. Path: dist/dev/gui/MUI/
  159.  
  160. ==========
  161.  
  162. ACE    2.0    FreeWare Amiga BASIC compiler + extras
  163.  
  164. ACE is a FreeWare Amiga BASIC compiler which, in conjunction with A68K
  165. and Blink produces standalone executables.
  166.  
  167. The language defines a large subset of AmigaBASIC but also has many
  168. features not found in the latter such as: turtle graphics, recursion,
  169. SUBs with return values, structures, arguments, include files, a
  170. better WAVE command which allows for large waveforms, external
  171. references, named constants and a variety of other commands and
  172. functions not found in AmigaBASIC.
  173.  
  174. New features in version 2.0 include: gadgets, three standard requester
  175. types, serial I/O and menus (with optional command-keys for menu
  176. items). New commands and functions for this version include EXIT FOR,
  177. PTAB, SPC, DEF FN, ON ERROR and ERR (these last two handle file and
  178. serial I/O at present). INPUT and PRINT can now be used transparently
  179. for all screen/window combinations.
  180.  
  181. All user-defined windows are now fully-configurable and may be used in
  182. conjunction with screens as per AmigaBASIC. Window close event
  183. trapping is also a new feature.
  184.  
  185. In addition to event trapping, ACE now supports WAITing for both menus
  186. and gadgets. Waiting is more operating-system-friendly than event
  187. trapping.
  188.  
  189. A simple graphical front-end (Integrated Development Environment) is
  190. also provided with the archive. This is written in ACE.
  191.  
  192. Author: David Benn
  193. Path: dist/dev/lang/ACE/
  194.  
  195. ==========
  196.  
  197. AmiCDROM    1.11    ISO-9660 standard CDROM filesystem
  198.  
  199. A CDROM disk filing system for the Amiga.  It supports the ISO-9660
  200. standard and the Rock Ridge Interchange Protocol.  The CDROM drive is
  201. mounted as a DOS device (e.g. CD0:).  You can access files and directories
  202. on a CDROM disk by the usual syntax, e.g. "type cd0:foo/readme.txt".
  203.  
  204. Author: Frank Munkert
  205. Path: dist/disk/cdrom/AmiCDROM/
  206.  
  207. ==========
  208.  
  209. mkisofs    1.00.5    Simple ISO-9660 pre-mastering utility.
  210.  
  211. A pre-mastering program to generate an ISO-9660 filesystem.  It takes
  212. a snapshot of a given directory tree, and generates a binary image
  213. which will correspond to an ISO-9660 filesystem when written to a
  214. block device.
  215.  
  216. It is also capable of generating the System Use Sharing Protocol
  217. records specified by the Rock Ridge Interchange Protocol.  This is
  218. used to further describe the files in the ISO-9660 filesystem to a
  219. unix host, and provides information such as longer filenames, uid/gid,
  220. posix permissions, and block and character devices.
  221.  
  222. Each file written to the ISO-9660 filesystem must have a filename in
  223. the 8.3 format (8 characters, period, 3 characters, all upper case),
  224. even if Rock Ridge is in use.  This filename is used on systems that
  225. are not able to make use of the Rock Ridge extensions (such as
  226. MS-DOS), and each filename in each directory must be different from
  227. the other filenames in the same directory.
  228.  
  229. mkisofs generally tries to form correct names by forcing the unix
  230. filename to upper case and truncating as required, but often times
  231. this yields unsatisfactory results when there are cases where the
  232. truncated names are not all unique.  mkisofs assigns weightings to
  233. each filename, and if two names that are otherwise the same are found
  234. the name with the lower priority is renamed to have a 3 digit number
  235. as an extension (where the number is guaranteed to be unique).  An
  236. example of this would be the files foo.bar and foo.bar.~1~ - the file
  237. foo.bar.~1~ would be written as FOO.000;1 and the file foo.bar would
  238. be written as FOO.BAR;1.  "path" is the path of the directory tree to
  239. be copied into the ISO-9660 filesystem.
  240.  
  241. (AmigaDOS Note: The AmigaDOS port relaxes the above restrictions to
  242. produce ISO-9660 level 2 compatible ISO images)
  243.  
  244. Author: Eric Youngdale
  245. Frank Munkert
  246. Path: dist/disk/cdrom/mkisofs/
  247.  
  248. ==========
  249.  
  250. SuperDuper    3.0    Very fast disk copier and formatter
  251.  
  252. A very fast disk copier and formatter.  Can make up to four unverified
  253. copies from a ram buffer in 36 seconds.  Verified copies from a ram
  254. buffer take 67 seconds for one destination drive, plus 34 seconds for
  255. each additional destination.  Includes a program to fine tune some
  256. fields in the trackdisk device, and a "no click" type program.
  257.  
  258. Author: Sebastiano Vigna
  259. Path: dist/disk/copy/SuperDuper/
  260.  
  261. ==========
  262.  
  263. BTNTape    3.0    A "Better-Than-Nothing" scsi tape driver
  264.  
  265. The "Better Than Nothing" SCSI tape device handler.  It provides flat-file
  266. access to a SCSI tape drive from application programs using simple calls to
  267. DOS or C library I/O functions.  It can also be used with the Amiga TAR
  268. utility for disk backups.  It uses your existing SCSI adapter's device
  269. driver for access to the bus.  This version fixes a number of bugs and
  270. includes several new features including file number tracking and append-only
  271. and read-only safety modes.
  272.  
  273. Author: Robert Rethemeyer
  274. Path: dist/disk/misc/BTNtape/
  275.  
  276. ==========
  277.  
  278. Flat    1.3    Handler for block-mapped filing devices
  279.  
  280. A filing system handler which implements block-mapped filing devices
  281. such as available under Un*x.  Read and write calls are mapped to
  282. low-level system IO operations which allow to treat devices such as
  283. df0:, dh0:, rad:, etc. as big data files.  These `virtual' files can
  284. be copied, read and written just like any standard AmigaDOS file.  It
  285. is even possible to copy a whole disk with the CLI `Copy' command or
  286. to archive disks with LhArc and the like.  Written as a supplement for
  287. the Amiga `tar' program.
  288.  
  289. Author: Olaf `Olsen' Barthel
  290. Path: dist/disk/misc/Flat/
  291.  
  292. ==========
  293.  
  294. AZap    2.21    Binary editor - files, memory, and devs.
  295.  
  296. AZap is a "new generation" binary editor able to edit files, memory or
  297. devices like hard disks.  It can open several windows at the same time,
  298. and while this program cannot be considered as a tool to help you to
  299. recover a disk, it has a lot of useful functions (print block, fill block,
  300. search string, etc...).
  301.  
  302. Author: Denis Gounelle
  303. Path: dist/disk/moni/AZap/
  304.  
  305. ==========
  306.  
  307. NewZAP    3.3    Multipurpose file sector editing utility
  308.  
  309. A third-generation multi-purpose file sector editing utility, from the
  310. author of FileZAP.  Displays and edits full 512-byte sectors via a 106
  311. character wide internal font.  Includes a search feature to find
  312. specific strings or hex digits, forwards or backwards.
  313. User-customizable, with new printing feature added.
  314.  
  315. Author: Dallas J. Hodgson
  316. Path: dist/disk/moni/NewZAP/
  317.  
  318. ==========
  319.  
  320. DiskSalv2    11.27    Disk repair, salvage, and undelete util
  321.  
  322. A disk repair, salvage, and undelete utility for all standard disk
  323. devices and file system types.  Has a full Intuition interface and
  324. runs from Workbench or Shell.  It can fix most problems in-place, and
  325. can reverse a partial or QUICK format.  It can copy out from disks
  326. that can't be fixed due to physical damage, with a destination going
  327. to any AmigaDOS disk device or pipe (eg, TAPE:).  In English, locale
  328. catalogs included for Danish, French, German, Italian, Norwegian,
  329. Finnish, and Swedish, short manuals in English and Swedish.
  330.  
  331. Author: Dave Haynie
  332. Path: dist/disk/salv/DiskSalv2/
  333.  
  334. ==========
  335.  
  336. UChess    2.88    Nicely done Amiga port of GNU chess
  337.  
  338. A powerful version of the program GnuChess version 4PL66 for the Amiga.
  339. Plays a very strong game of chess.  Code has been rewritten and data
  340. structures reorganized for optimal efficiency on 32 bit 68020 and
  341. better Amiga systems.  Eval/search and clock enhancements from
  342. original gnu port.
  343.  
  344. Fully multitasking, automatically detects and supports 640X480X256
  345. color AGA mode machines, and does not at any time BUSY wait.  Supports
  346. a variety of standard features such as load, save, edit board,
  347. autoplay, swap sides, force move, undo, time limits, hints, show
  348. thinking, and a supervisor mode that will allow two humans to play
  349. with the computer acting as a "supervisor".
  350.  
  351. Author: FSF
  352. Roger Uzun (amiga port + many enhancements)
  353. Path: dist/game/think/UChess/
  354.  
  355. ==========
  356.  
  357. SuperView-Lib    6.5    Modular graphics viewing shared library.
  358.  
  359. Superview-Library is a modularian shared library system for loading,
  360. saving and displaying of various graphic file formats via
  361. datatype-like sub-libraries (SVObjects).  Supports graphic
  362. cards/framebuffers via various external driver libraries (SVDrivers).
  363. Includes all needed programming stuff and example source code.
  364.  
  365. Author: Andreas Ralph Kleinert
  366. Path: dist/gfx/show/SuperView-Lib/
  367.  
  368. ==========
  369.  
  370. SuperView    3.1    Graphics Viewer/Converter/ScreenGrabber
  371.  
  372. A localized Graphics Viewer for the superview.library, with ARexx-Support,
  373. GUI, Online-Help and many other features.  Converting of graphics and
  374. "Screen-Grabbing" is also possible.  When used with the superview.library
  375. V3.6 the following file formats and graphic displays are supported:
  376. File Formats - IFF-ILBM, IFF-ACBM, PCX, GIF, BMP (Windows), TIFF, FBM
  377. (Unix), IMG (GEM), WPG (WordPerfect), C64 (Koala,Doodle), SVO (own Format)
  378. and all OS3-Datatypes!  Displays: - ECS, AGA, EGS-Cards.
  379.  
  380. Author: Andreas Ralph Kleinert
  381. Path: dist/gfx/show/SuperView/
  382.  
  383. ==========
  384.  
  385. svoJPEG    2.3    JPEG svobject for superview library V6+
  386.  
  387. JPEG svobject for superview.library V6+.  Allows switching between 8
  388. and 24 bit output via control pads, writes JPEG (24 Bit) from 1-8 and
  389. 24 bit, worked fine with all tested 24 bit JPEGs.
  390.  
  391. Author: Andreas Ralph Kleinert
  392. Path: dist/gfx/show/svoJPEG/
  393.  
  394. ==========
  395.  
  396. Viewtek    2.1.378    Feature packed picture/animation viewer
  397.  
  398. A feature packed Picture/Animation Viewer.  Shows most ILBM's (including
  399. 24-bit ILBM's), most Compuserve GIF format images, most JFIF format JPEG
  400. images and most ANIM Op-5 format animations, with support for different
  401. palettes for each frame.  Supports SHAM, CTBL, and PCHG images, full
  402. support of ECS/AGA display modes (ie. show 256 color GIF's directly, show
  403. 800x600 HAM animations, etc.).  Supports viewing contents of clipboard.
  404. Iconifies to a Workbench AppIcon.  Includes versions for DCTV, EGS, IV-24,
  405. Firecracker, OpalVision, Retina, and Picasso
  406.  
  407. Author: Thomas Krehbiel
  408. Path: dist/gfx/show/Viewtek/
  409.  
  410. ==========
  411.  
  412. DeviceLock    1.2    GUI interface for CLI command 'lock'
  413.  
  414. This is a GUI interface for the CLI programm 'lock'. You can
  415. lock or allow writing to partitions via gadgets or hotkeys.
  416. You can configure it to your own needs and it should work
  417. with other (CLI-)lock programs, too.
  418.  
  419. Author: Thomas Wagner
  420. Path: dist/os20/cdity/DeviceLock/
  421.  
  422. ==========
  423.  
  424. PowerSnap    2.2a    Commodity to cut and paste text
  425.  
  426. PowerSnap is a utility that allows you to use the mouse to mark
  427. characters anywhere on the screen and paste them somewhere else, like
  428. in the CLI or in a string gadget. PowerSnap will check what font is
  429. used in the window you snap from and will look for the position of the
  430. characters automatically.  It recognizes all non proportional fonts of
  431. up to 24 pixels wide and of any height so this should cover most fonts
  432. used.  Snapping and pasting text is done using the mouse, making
  433. PowerSnap fast and easy to use.
  434.  
  435. Author: Nico François
  436. Path: dist/os20/cdity/PowerSnap/
  437.  
  438. ==========
  439.  
  440. AmigaGuide    34.6    Commodore AmigaGuide hypertext utility
  441.  
  442. Archive distribution of the AmigaGuide hypertext utility direct from
  443. Commodore.  Contains developer examples and tools for AmigaGuide under
  444. V34/V37 and V39, plus a new free print/sign/send-in distribution
  445. license for AmigaGuide, amigaguide.library, WDisplay, and their icons.
  446.  
  447. Author: Commodore Business Machines
  448. Path: dist/text/hyper/AmigaGuide/
  449.  
  450. ==========
  451.  
  452. Less    1.6Z    Amiga port of UNIX text file reader
  453.  
  454. A text file reader, descended from Unix "Less."  Less has features
  455. found on no other Amiga file reader; it can use pipes, accepts
  456. multiple filenames, and has many convenient positioning commands for
  457. forward and backward movement, marking positions, etc.  This version
  458. adds an option to suppress opening a new window, using the existing
  459. CLI window instead (especially useful with an AUX: shell), and
  460. includes some minor bug fixes.
  461.  
  462. Author: Ray Zarling et. al.
  463. Path: dist/text/show/Less/
  464.  
  465. ==========
  466.  
  467. MuchMore    4.4    Soft scroll text viewer with xpk-support
  468.  
  469. A soft scrolling text viewer.  Can run in a window on a public screen
  470. or on his own screen.  Display mode can be choosen with ASL screen
  471. mode requester.  Supports ANSI, pipes, xpk, locale. Includes 7
  472. catalogs.
  473.  
  474. Author: Fridtjof Siebert
  475. Christian Stiens
  476. Path: dist/text/show/MuchMore/
  477.  
  478. ==========
  479.  
  480. PasTeX    1.3    Port of TeX, powerful typesetting system
  481.  
  482. A very well done Amiga port of the incredibly powerful TeX typesetting
  483. system originally written by Donald Knuth at Stanford University.
  484.  
  485. Author: Donald Knuth
  486. Georg Hessmann
  487. Path: dist/text/tex/PasTeX/
  488.  
  489. ==========
  490.  
  491. DMS    1.11    A popular disk archiver
  492.  
  493. DISK-Masher is a utility that allows users to compress and archive
  494. entire floppy disks.  Offers four different types of compression,
  495. extended virus checking of boot blocks, and data encryption.  Requires
  496. at least 512K of memory.
  497.  
  498. Author: SDS Software
  499. Path: dist/util/arc/dms/
  500.  
  501. ==========
  502.  
  503. LhA    1.38    A fast LhArc compatible archiver
  504.  
  505. A very fast archiver that is compatible with MS-DOS LhArc V1.13 and
  506. LHA V2.13, as well as the Amiga LhArc.  LhA is very memory efficient,
  507. has been written with stability and reliability in mind, has carefully
  508. optimized compression and decompression routines, is multitasking
  509. reentrant and pure, handles multiple volume archives (registered
  510. version only), and more.
  511.  
  512. Author: Stefan Boberg
  513. Path: dist/util/arc/LhA/
  514.  
  515. ==========
  516.  
  517. LHArc    1.30    Archive program using LZHUF compression
  518.  
  519. An archive program like Arc and Zoo, with a heavy emphasis maximum
  520. compression for minimum archive size, using LZHUF compression.
  521.  
  522. Author: Paolo Zibetti
  523. Path: dist/util/arc/LHArc/
  524.  
  525. ==========
  526.  
  527. LHWarp    1.40    Disk packer for .lhw files
  528.  
  529. A program which will read tracks directly from your floppy disk,
  530. compress them using adaptive huffman encoding, and output them to a
  531. file.  The resulting file can be used by lhwarp to reconstruct an
  532. image of the original disk.
  533.  
  534. Author: Jonathan Forbes
  535. Path: dist/util/arc/LHWarp/
  536.  
  537. ==========
  538.  
  539. zoo    2.1    Portable archiver with good compression
  540.  
  541. Zoo is used to create and maintain collections of files in compressed
  542. form.  It uses a Lempel-Ziv compression algorithm that gives space
  543. savings in the range of 20% to 80% depending on the type of file data.
  544. Zoo can store and selectively extract multiple generations of the same
  545. file.  Data can be recovered from damaged archives by skipping the
  546. damaged portion and locating undamaged data with the help of fiz(1).
  547.  
  548. Author: Rahul Dhesi, et al.
  549. Path: dist/util/arc/zoo/
  550.  
  551. ==========
  552.  
  553. SuperDark    2.0a    A very nice modular screen blanker
  554.  
  555. A screen blanker with some special features.  It is similar to the
  556. AfterDark screen blanker in the PC and Mac worlds.  Features include a
  557. lot of different screen effects via "modular" screen blankers, a
  558. screen locker, and more.
  559.  
  560. Author: Thomas Landspurg
  561. Path: dist/util/blank/SuperDark/
  562.  
  563. ==========
  564.  
  565. WhatIs    3.5    Can detect file types
  566.  
  567. WhatIs.library can detect file types and is fully parametrable by an
  568. ascii file.  You can describe file types and they will be recognized
  569. by the library.  A few tools are also included.
  570.  
  571. Author: Sylvain Rougier
  572. Pierre Carrette
  573. Path: dist/util/cli/WhatIs/
  574.  
  575. ==========
  576.  
  577. mg    3b    Small GNU EMACS style editor with AREXX
  578.  
  579. A public domain EMACS style editor, that uses the GNU EMACS command
  580. set.  Includes AREXX support.
  581.  
  582. Author: Mike Meyer, et al.
  583. Path: dist/util/edit/mg/
  584.  
  585. ==========
  586.  
  587. Vim    2.0    A clone of the UNIX "vi" text editor
  588.  
  589. Vi IMproved.  A clone of the UNIX text editor "vi".  Very useful for
  590. editing programs and other plain ASCII text.  Full Vi compatibility
  591. (except Q command) and includes most "ex" commands.  Extra features
  592. above Vi: Multilevel undo, command line history, improved command line
  593. editing, command typeahead display, command to display yank buffers,
  594. possi- bility to edit binary files, file name stack, support for Manx
  595. QuickFix, shows current file name in window title, on-line help, text
  596. block operations, etc.
  597.  
  598. Includes a few bug fixes and new features like tag stack, file marks,
  599. jump list, visual (first select area, then operator), use of cursor
  600. keys in insert mode, column mode copy/cut/paste, macro programming by
  601. example, text formatting, termcap support, etc.  Also runs under UNIX
  602. and MSDOS.
  603.  
  604. Author: Bram Moolenaar, et. al.
  605. Path: dist/util/edit/Vim/
  606.  
  607. ==========
  608.  
  609. fifolib    37.4    A general fifo library implementation
  610.  
  611. FIFO: is like PIPE: but is based on fifo.library rather than its own
  612. implementation.  Fifo.library is a general fifo library implementation
  613. that supports named fifos, writing to a fifo from a hardware
  614. exception, multiple readers on a fifo with each getting the same data
  615. stream, efficient reading, and automatic or manual flow control.
  616. Programs that require non-blocking IO can access one side of a FIFO:
  617. connection via the fifo.library instead of the FIFO: device.
  618.  
  619. Author: Matt Dillon
  620. Path: dist/util/libs/FifoLib/
  621.  
  622. ==========
  623.  
  624. ReqTools    2.2b    Very useful shared requester library
  625.  
  626. A standard Amiga shared runtime library which makes it a lot quicker
  627. and easier to build standard requesters into your programs.  Designed
  628. with CBM's style guidelines in mind, so that the resulting requesters
  629. have the look and feel of AmigaDOS 2.0.  Includes a demo and glue/demo
  630. sources.
  631.  
  632. Author: Nico Francois
  633. Path: dist/util/libs/ReqTools/
  634.  
  635. ==========
  636.  
  637. Brik    2.0    Compute & use CRC lists to verify files
  638.  
  639. A general purpose program that calculates both text and binary cyclic
  640. redundancy codes (CRCs).  Text mode CRCs calculated by brik are
  641. portable across systems for files that are in the usual text format on
  642. each system.  Binary mode CRCs are portable for files that are moved
  643. from system to system without any change.  Brik can be used to verify
  644. and update an embedded checksum header in files.  It runs under
  645. MS-DOS, UNIX system V, BSD UNIX, VAX/VMS, and AmigaDOS.
  646.  
  647. Author: Rahul Dhesi
  648. Path: dist/util/misc/brik/
  649.  
  650. ==========
  651.  
  652. bsplit    1.0    Split files into pieces by byte count
  653.  
  654. Split binary files into managable pieces as specified by a byte count.
  655. Similar to the UNIX "split" program, which works with lines, not
  656. bytes.
  657.  
  658. Author: P. Knoppers
  659. Path: dist/util/misc/bsplit/
  660.  
  661. ==========
  662.  
  663. chksum    1.0    SVR4 "sum" compatible checksum program
  664.  
  665. Produces a checksum of a byte stream that should be the same as the
  666. standard SVR4 "sum" program.  Note that the "sum" documentation is
  667. misleading, the checksum is NOT simply a 16-bit checksum of all the
  668. bytes.
  669.  
  670. Author: Fred Fish
  671. Path: dist/util/misc/chksum/
  672.  
  673. ==========
  674.  
  675. Degrader    1.30    Tries to get badly written progs to work
  676.  
  677. Degrades your machine to try and get badly written programs
  678. to work.  Allows you to block memory, add non-autoconfig
  679. memory at reset, turn audio filter on or off, intercept
  680. privilege violation errors, switch off cache/burst modes and
  681. can slow down a fast machine.  Also can swap the boot drive
  682. and force 50Hz or 60Hz.  Will do things straight away, after
  683. one reset or after every reset.
  684.  
  685. Author: Chris Hames
  686. Path: dist/util/misc/Degrader/
  687.  
  688. ==========
  689.  
  690. Flush    1.2    Flushes unused libs, devices, and fonts
  691.  
  692. Flushes unused libraries, devices and fonts from RAM.  Options include
  693. flush all, flush one type, report but don't flush, report which got
  694. flushed, and amount of memory regained.  Runs from CLI, under AmigaDOS
  695. 2.04 or later.
  696.  
  697. Author: Gary Duncan
  698. Path: dist/util/misc/Flush/
  699.  
  700. ==========
  701.  
  702. Installer    1.26    Commodore's Amiga Installer utility
  703.  
  704. Archive distribution of the Amiga Installer utility direct from
  705. Commodore.  Contains V1.24 of the Installer, documen- tation and
  706. examples for developers to use when developing their software.  Also
  707. contains various enhancements and fixes detailed in the documentation
  708. enclosed.  The documen- tation has also been enhanced and brought up
  709. to date.
  710.  
  711. Author: Commodore Business Machines
  712. Path: dist/util/misc/Installer/
  713.  
  714. ==========
  715.  
  716. PaletteTool    1.4    3.0/AGA public screen palette tool.
  717.  
  718. Palette tool that opens and operates on the default public screen.  Has
  719. gadtools-based user interface, with keyboard equivalents for many of the
  720. program functions.  Features include full 8 bit RGB support, full AmigaDOS
  721. 3.0-compliant locked pen "protect" mode as well as standard "free" mode,
  722. and fully integrated "color by name" selection, with a built-in database of
  723. 507 colors.
  724.  
  725. Supports the follow actions: color spread (multi-directional), individual
  726. color copy, individual color exchange, rotation of palette in both
  727. direction, cycling of entire palette in both directions with adjustable
  728. cycle speed, and individual color "show" (flash selected color).
  729.  
  730. The user interface consists of separately controllable windows for main
  731. functions, color palette (2 sizes), and "color by name" selection.
  732. Features a single-level "undo" capability.  Iconifiable, with color cycling
  733. controls also available from the programs iconified state
  734.  
  735. Features ability of pick a pen/color from anywhere on the current screen
  736. (using the mouse pointer and either the space bar or middle-mouse-button).
  737. This type of color "pick" can also be used with the copy, spread, and
  738. exchange actions.  Also features a "panic" restore button (and key
  739. equivalent) so you can restore the palette to where it was at program
  740. start.
  741.  
  742. Author: Timothy B. Kreuzer
  743. Path: dist/util/misc/PaletteTool/
  744.  
  745. ==========
  746.  
  747. true    1.0    Simple versions of "true" and "false"
  748.  
  749. Trivially simple versions of "true" and "false" UNIX
  750. like shell commands, for cases where the shell in use
  751. has no equivalent builtin command.
  752.  
  753. Author: Fred Fish
  754. Path: dist/util/misc/true/
  755.  
  756. ==========
  757.  
  758. ARTM    2.04    Display and control system activity
  759.  
  760. Amiga Real Time Monitor.  Displays and controls system activity such
  761. as tasks, windows, libraries, devices, resources, ports, residents,
  762. interrupts, vectors, memory, mounts, assigns, locks, fonts, hardware,
  763. res_cmds, a little SystemMonitor and display the last Alert.
  764.  
  765. Author: F. J. Mertens
  766. Dietmar Jansen
  767. Path: dist/util/moni/ARTM/
  768.  
  769. ==========
  770.  
  771. PerfMeter    2.2    CPU usage, load and memory meter
  772.  
  773. PerfMeter is the X's PerformanceMeter-style little meter, which shows
  774. CPU usage, CPU load, chip, fast and public memory, and uptime.  The
  775. items can be selected from the Project menu.
  776.  
  777. Author: Juha Tuominen
  778. Path: dist/util/moni/PerfMeter/
  779.  
  780. ==========
  781.  
  782. RSys    1.3    Very comprehensive system monitor
  783.  
  784. Very comprehensive system monitor.  Provides information on just about
  785. everything you could possibly want information on! (Plus some...)
  786. Documentation in German, but program speaks english.  Version 1.3,
  787. includes source.
  788.  
  789. Author: Rolf Böhme
  790. Path: dist/util/moni/RSys/
  791.  
  792. ==========
  793.  
  794. SnoopDOS    1.7    Monitors calls to AmigaDOS functions
  795.  
  796. Monitors calls to AmigaDOS functions.  Opens a console window and
  797. displays details of all calls made by any program on the system to the
  798. CurrentDir(), DeleteFile(), Execute(), LoadSeg(), Lock(), and Open()
  799. functions in the AmigaDOS library.  This can be very useful for trying
  800. to figure out what resources a failing program is attempting to find.
  801.  
  802. Author: Eddy Carroll
  803. Path: dist/util/moni/SnoopDos/
  804.  
  805. ==========
  806.  
  807. SysInfo    3.24    Gives comprehensive system information
  808.  
  809. A brand new release of this popular program.  It reports interesting
  810. information about the configuration of your Amiga, including some
  811. speed comparisons with other configurations, versions of the OS
  812. software, and much more.  Binary only.
  813.  
  814. Author: Nic Wilson
  815. Path: dist/util/moni/SysInfo/
  816.  
  817. ==========
  818.  
  819. Xoper    2.4    Monitor and control system activity
  820.  
  821. Very comprehensive program to monitor and control system activity.
  822. Monitor cpu, memory usage, ports, interrupts, devices.  Close windows,
  823. screens, show loaded fonts or last Guru code number.  Clean up memory,
  824. flush unused libraries, devices, fonts. etc. and a whole bunch more!
  825. Spawns its own process.  A very handy background task to have loaded.
  826.  
  827. Author: Werner Gunther
  828. Path: dist/util/moni/Xoper/
  829.  
  830. ==========
  831.  
  832. History    37.5    List and control shell command history.
  833.  
  834. This is a 2.04/3.0/3.1 compatible version of the history command.  It
  835. allows listing, saving, loading, and execution of the standard
  836. con-handler command line history.
  837.  
  838. Author: Andy Finkel
  839. Path: dist/util/shell/History/
  840.  
  841. ==========
  842.  
  843. pdksh    4.5    A UNIX ksh compatible shell for AmigaDOS
  844.  
  845. A KSH-like shell that is compatible enough with the real UNIX ksh to
  846. be used with most scripts that the UNIX ksh can run.
  847.  
  848. Author: Eric Gisin
  849. Charles Forsyth
  850. John R MacMillan
  851. Simon J. Gerraty
  852. Markus Wild
  853. Path: dist/util/shell/pdksh/
  854.  
  855. ==========
  856.  
  857. VirusZII    1.07    Popular boot and file virus detector
  858.  
  859. Release II of this popular virus detector that recognizes many boot
  860. and file viruses.  The filechecker can also decrunch files for
  861. testing.  The memory checker removes all known viruses from memory
  862. without 'Guru Meditation' and checks memory for viruses regularly.
  863. VirusZ has easy to use intuitionized menus including keycuts for both
  864. beginners and experienced users.
  865.  
  866. Author: Georg Hörmann
  867. Path: dist/util/virus/VirusZII/
  868.  
  869.