home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / tools / createtb.pro < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.4 KB  |  99 lines

  1.  
  2.  
  3.  
  4. -------- SIMTEL20 Ada Software Repository Prologue ------------
  5. --                                                           -*
  6. -- Unit name    : CREATE_TB
  7. -- Version      : 850121
  8. -- Author       : Mitre Corp.
  9. -- DDN Address  : wis_ada at mitre
  10. -- Copyright    :
  11. -- Date created : 21 JAN 85
  12. -- Release date : 26 JAN 85
  13. -- Last update  : 26 JAN 85
  14. -- Machine/System Compiled/Run on : Intellimac 7000M
  15. --               :                   UNIX
  16. --               :                   Telesoft unvalidated
  17. --                                                           -*
  18. ---------------------------------------------------------------
  19. --                                                           -*
  20. -- Keywords     :  Table builder, Text formatter
  21. --
  22. ----------------:
  23. --
  24. -- Abstract     :  
  25. --     CREATE_TB scans text files and creates a table by selecting
  26. -- specified line entries.  The text files are assumed to contain
  27. -- standardized entries which are repeated in each file.  CREATE_TB
  28. -- extracts a subset of these entries compressing their text into
  29. -- a specified column width for printing in a tabular form.  The
  30. -- entries to be extracted and the width of each column may be
  31. -- specified by the user for each table.  CREATE_TB will scan a group
  32. -- of files identified by a UNIX file pattern(including *, ?, or
  33. -- selectors [aeiou]) and it also recognizes PAGE headers of the form:
  34. --
  35. --              ::::::::::               --::::::::::
  36. --              FILENAME       or        --FILENAME
  37. --              ::::::::::               --::::::::::
  38. --
  39. -- as file separators.
  40. ----------------:  
  41. --                                                           -*
  42. ------------------ Revision history ---------------------------
  43. --                                                           -*
  44. -- DATE         VERSION    AUTHOR       HISTORY
  45. -- 12/15/84    1.0    Mitre Corp   Initial Release
  46. -- 01/21/85     850121  Mitre Corp   Mod to accept --::::::: headers
  47. --                                   Mod to correctly process blank
  48. --                                       lines when building heading
  49. --                                   Mod to stop on subfile header
  50. --                                       when building heading
  51. --                                   Moved PUT_DYNAMIC procedure
  52. --                                       from STR_PACK to CREATE_TB
  53. --                                   Added comments to STR_PACK and
  54. --                                       deleted several string 
  55. --                                       procedures
  56. --                                   Converted subfile headers to
  57. --                                       Ada comments  --:::::::::
  58. --                                                           -*
  59. ------------------ Distribution and Copyright -----------------
  60. --                                                           -*
  61. -- This prologue must be included in all copies of this software.
  62. --
  63. -- This software is released to the Public Domain (note:
  64. --   software released to the Public Domain is not subject
  65. --   to copyright protection).
  66. --
  67. -- Restrictions on use or distribution:  Although there are
  68. --      no current plans to provide maintenance for CREATE_TB,
  69. --      we would appreciate your reporting problems and
  70. --      experiences to:
  71. --              
  72. --                wis_ada at mitre (net address)
  73. --
  74. --      or call at:
  75. --
  76. --                (703)  883-7697
  77. --                                                           -*
  78. ------------------ Disclaimer ---------------------------------
  79. --                                                           -*
  80. -- This software and its documentation are provided "AS IS" and
  81. -- without any expressed or implied warranties whatsoever.
  82. -- No warranties as to performance, merchantability, or fitness
  83. -- for a particular purpose exist.
  84. --
  85. -- Because of the diversity of conditions and hardware under
  86. -- which this software may be used, no warranty of fitness for
  87. -- a particular purpose is offered.  The user is advised to
  88. -- test the software thoroughly before relying on it.  The user
  89. -- must assume the entire risk and liability of using this
  90. -- software.
  91. --
  92. -- In no event shall any person or organization of people be
  93. -- held responsible for any direct, indirect, consequential
  94. -- or inconsequential damages or lost profits.
  95. --                                                           -*
  96. -------------------END-PROLOGUE--------------------------------
  97.  
  98.  
  99.