home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / contents < prev    next >
Text File  |  1995-01-31  |  51KB  |  1,278 lines

  1. This file is generated automatically from the product info files
  2. included in this tree.
  3.  
  4. ==========
  5.  
  6. APlusPlus    1.01    C++ class library for AmigaDOS functions
  7.  
  8. The A++ Library is a library written in C++ that consists of classes
  9. assigned to the task of encapsulating the Amiga® system software.  Its
  10. aim is to provide a stable and effective method of programming the
  11. Amiga®. That should include Exec, Dos, Intuition, ARexx, ..just
  12. everything that makes sense being encapsulated with a proper C++ class
  13. interface.
  14.  
  15. The A++ Library collects the hundreds of system functions, groups them
  16. into classes that 'know' about the specialities of each function and
  17. thus shields the programmer from using them incorrectly.  The C++
  18. programming language provides the object oriented paradigm that holds
  19. no limitations to evolution of existing solutions.
  20.  
  21. The contents of this archive do not represent a complete and ready to
  22. use tool but the expression of an idea showing promise. It gives only
  23. a slight impression of what is possible. But much more can be done.
  24.  
  25. Author: Armin Vogt
  26. Path: src/amiga/APlusPlus-1.01-src.lha
  27.  
  28. ==========
  29.  
  30. autoconf    2.1    GNU automatic configuration generator.
  31.  
  32. Autoconf is an extensible package of m4 macros that produce shell
  33. scripts to automatically configure software source code packages.
  34. These scripts can adapt the packages to many kinds of UNIX-like
  35. systems without manual user intervention.  Autoconf creates a
  36. configuration script for a package from a template file that lists the
  37. operating system features that the package can use, in the form of m4
  38. macro calls.
  39.  
  40. Autoconf requires GNU m4.  The configuration scripts produced by
  41. Autoconf are independent of Autoconf when they are run, so their users
  42. do not need to have Autoconf (or GNU m4).
  43.  
  44. Author: Free Software Foundation
  45. Path: src/amiga/autoconf-2.1-src.lha
  46.  
  47. ==========
  48.  
  49. bc    1.03    GNU arbitrary precision calculator lang.
  50.  
  51. A language that supports arbitrary precision numbers with interactive
  52. execution of statements.  There are some similarities in the syntax to
  53. the C programming language.
  54.  
  55. A standard math library is available by command line option.  If
  56. requested, the math library is defined before processing any files.
  57. bc starts by processing code from all the files listed on the command
  58. line in the order listed.  After all files have been processed, bc
  59. reads from the standard input.  All code is executed as it is read.
  60. (If a file contains a command to halt the processor, bc will never
  61. read from the standard input.)
  62.  
  63. This version of bc contains several extensions beyond traditional bc
  64. implementations and the POSIX draft standard.  Command line options
  65. can cause these extensions to print a warning or to be rejected.  This
  66. document describes the language accepted by this processor.
  67. Extensions will be identified as such.
  68.  
  69. Author: Philip A. Nelson
  70. Path: src/amiga/bc-1.03-src.lha
  71.  
  72. ==========
  73.  
  74. binutils    1.8.x    GNU binary file utilities.
  75.  
  76. Various tools for operating on object and executable files.  Includes "ld",
  77. "size", "nm", "strip", "ar", "objdump", and "ranlib".
  78.  
  79. Author: Free Software Foundation
  80. Path: src/amiga/binutils-1.8.x-src.lha
  81.  
  82. ==========
  83.  
  84. binutils    2.5.2    GNU binary utilities, Amiga source
  85.  
  86. The GNU binary utilities.
  87.  
  88. Author: (null)
  89. Path: src/amiga/binutils-2.5.2-src.lha
  90.  
  91. ==========
  92.  
  93. bison    1.22    GNU parser generator yacc replacement
  94.  
  95. Bison is a parser generator in the style of yacc (1).  It should be
  96. upwardly compatible with input files designed for yacc.  Input files
  97. should follow the yacc convention of ending in ".y".  Unlike yacc, the
  98. generated files do not have fixed names, but instead use the prefix of
  99. the input file.  For instance, a grammar description file named
  100. parse.y would produce the generated parser in a file named
  101. parse.tab.c, instead of yacc 's y.tab.c.
  102.  
  103. Author: Free Software Foundation
  104. Path: src/amiga/bison-1.22-src.lha
  105.  
  106. ==========
  107.  
  108. Brik    2.0    Compute & use CRC lists to verify files
  109.  
  110. A general purpose program that calculates both text and binary cyclic
  111. redundancy codes (CRCs).  Text mode CRCs calculated by brik are
  112. portable across systems for files that are in the usual text format on
  113. each system.  Binary mode CRCs are portable for files that are moved
  114. from system to system without any change.  Brik can be used to verify
  115. and update an embedded checksum header in files.  It runs under
  116. MS-DOS, UNIX system V, BSD UNIX, VAX/VMS, and AmigaDOS.
  117.  
  118. Author: Rahul Dhesi
  119. Path: src/amiga/brik-2.0-src.lha
  120.  
  121. ==========
  122.  
  123. calc    2.02c    Advanced desk calculator in EMACS elisp.
  124.  
  125. "Calc" is an advanced calculator and mathematical tool that runs as
  126. part of the GNU Emacs environment.  Very roughly based on the HP-28/48
  127. series of calculators, its many features include:
  128.  
  129.     * Choice of algebraic or RPN (stack-based) entry of calculations.
  130.  
  131.     * Arbitrary precision integers and floating-point numbers.
  132.  
  133.     * Arithmetic on rational numbers, complex numbers (rectangular and
  134.       polar), error forms with standard deviations, open and closed
  135.       intervals, vectors and matrices, dates and times, infinities,
  136.       sets, quantities with units, and algebraic formulas.
  137.  
  138.     * Mathematical operations such as logarithms and trigonometric functions.
  139.  
  140.     * Programmer's features (bitwise operations, non-decimal numbers).
  141.  
  142.     * Financial functions such as future value and internal rate of return.
  143.  
  144.     * Number theoretical features such as prime factorization and
  145.       arithmetic modulo M for any M.
  146.  
  147.     * Algebraic manipulation features, including symbolic calculus.
  148.  
  149.     * Moving data to and from regular editing buffers.
  150.  
  151.     * "Embedded mode" for manipulating Calc formulas and data directly
  152.       inside any editing buffer.
  153.  
  154.     * Graphics using GNUPLOT, a versatile (and free) plotting program.
  155.  
  156.     * Easy programming using keyboard macros, algebraic formulas,
  157.       algebraic rewrite rules, or extended Emacs Lisp.
  158.  
  159. Author: Dave Gillespie
  160. Path: src/amiga/calc-2.02c-src.lha
  161.  
  162. ==========
  163.  
  164. cpio    2.3    GNU utility to copy to/from archives.
  165.  
  166. Cpio copies files into or out of a cpio or tar archive, which is a
  167. file that contains other files plus information about them, such as
  168. their pathname, owner, timestamps, and access permissions.  The
  169. archive can be another file on the disk, a magnetic tape, or a pipe.
  170. Cpio has three operating modes.  In copy-out mode, cpio copies files
  171. into an archive.  It reads a list of filenames, one per line, on the
  172. standard input, and writes the archive onto the standard output.  A
  173. typical way to generate the list of filenames is with the find
  174. command; you should give find the -depth option to minimize problems
  175. with permissions on directories that are unwritable or not searchable.
  176.  
  177. In copy-in mode, cpio copies files out of an archive or lists the
  178. archive contents.  It reads the archive from the standard input.  Any
  179. non-option command line arguments are shell globbing patterns; only
  180. files in the archive whose names match one or more of those patterns
  181. are copied from the archive.  Unlike in the shell, an initial `.' in a
  182. filename does match a wildcard at the start of a pattern, and a `/' in
  183. a filename can match wildcards.  If no patterns are given, all files
  184. are extracted.
  185.  
  186. In copy-pass mode, cpio copies files from one directory tree to
  187. another, combining the copy-out and copy-in steps without actually
  188. using an archive.  It reads the list of files to copy from the
  189. standard input; the directory into which it will copy them is given as
  190. a non-option argument.
  191.  
  192. Cpio supports the following archive formats: binary, old ASCII, new
  193. ASCII, crc, HPUX binary, HPUX old ASCII, old tar, and POSIX.1 tar.
  194. The binary format is obsolete because it encodes information about the
  195. files in a way that is not portable between different machine
  196. architectures.  The old ASCII format is portable between different
  197. machine architectures, but should not be used on file systems with
  198. more than 65536 i-nodes.  The new ASCII format is portable between
  199. different machine architectures and can be used on any size file
  200. system, but is not supported by all versions of cpio; currently, it is
  201. only supported by GNU and Unix System V R4.  The crc format is like
  202. the new ASCII format, but also cont