home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sources / misc / 4106 / PACKLIST < prev   
Encoding:
Text File  |  1992-11-19  |  11.2 KB  |  195 lines

  1. After all the mailagent kits are run you should have the following files:
  2.  
  3. Filename                   Kit Description
  4. --------                   --- -----------
  5. Configure                    2 Portability tool
  6. Copying                      5 The GNU General Public Licence Version 2
  7. Jmakefile                   14 Description of the main Makefile
  8. MANIFEST                     8 This list of files
  9. Makefile.SH                 11 A makefile to run subsidiary makefiles
  10. PACKLIST                     8 Which files came with which kits
  11. README                       1 Basic instructions
  12. agent/                         Where mailagent support files are located
  13. agent/Jmakefile             14 High level description of Makefile
  14. agent/Makefile.SH           11 Makefile which builds and installs mailagent
  15. agent/README                 1 Welcome to mailagent
  16. agent/examples/                A set of files from my own environment
  17. agent/examples/README        1 Explains what the examples are
  18. agent/examples/daemon       15 Rules for "vacation" emulation
  19. agent/examples/mailfolders  15 A copy of my ~/.mailfolders
  20. agent/examples/mchk         14 Checks for new mail
  21. agent/examples/mhinc        14 Call the MH inc command to incorporate new mail
  22. agent/examples/nocmds       14 Message you currently get if you send me a comm
  23. agent/examples/profile      14 What I added to my onw ~/.profile
  24. agent/examples/rules         1 The rules I am currently using
  25. agent/examples/vacation     14 A sample vacation message
  26. agent/files/                   Mailagent's configuration files
  27. agent/files/Jmakefile       14 High level description for Makefile
  28. agent/files/Makefile.SH     12 Makefile for subsidiary files
  29. agent/files/agenthelp       10 Help file used by mailhelp
  30. agent/files/chkagent.sh     13 Cron script to spot problems in the mailagent s
  31. agent/files/commands        15 Allowed commands for mailagent
  32. agent/files/distribs        14 Example of distribution list
  33. agent/files/filter.sh       10 Shell script version of the mail filter
  34. agent/files/mailagent.cf    13 Example of configuration file
  35. agent/files/proglist        13 Example of description file
  36. agent/filter/                  The C version of the mail filter
  37. agent/filter/Jmakefile      14 Generic makefile template
  38. agent/filter/Makefile.SH    11 Makefile for C filter
  39. agent/filter/README          1 Introduction to filter
  40. agent/filter/environ.c      10 Environment management routines
  41. agent/filter/environ.h      14 Declarations for environment management routine
  42. agent/filter/hash.c          9 Symbol table handling
  43. agent/filter/hash.h         13 Declarations for symbol table
  44. agent/filter/io.c            7 I/O routines
  45. agent/filter/io.h           14 Header for I/O routines
  46. agent/filter/lock.c          7 File locking
  47. agent/filter/lock.h         14 Declarations for file locking routines
  48. agent/filter/logfile.c      11 Logging facilities
  49. agent/filter/logfile.h      13 Header for logging routines
  50. agent/filter/main.c         12 The main entry point for filter
  51. agent/filter/misc.c         14 Miscellaneous routines
  52. agent/filter/msg.c          13 Handles fatal messages
  53. agent/filter/msg.h          14 Declarations for user messages
  54. agent/filter/parser.c        6 Parse the config file with variable substitutio
  55. agent/filter/parser.h       14 About config file parsing
  56. agent/filter/portable.h     13 Portable declarations
  57. agent/filter/sysexits.h     14 Standard exit codes
  58. agent/filter/user.c         13 To get login name from user
  59. agent/magent.SH              6 The main processor
  60. agent/maildist.SH            4 Mails a whole distribution
  61. agent/mailhelp.SH           13 Mails some help
  62. agent/maillist.SH           10 Mails a list of available distributions
  63. agent/mailpatch.SH           9 Mails patches for a given distribution
  64. agent/man/                     Manual pages for mailagent
  65. agent/man/Jmakefile         14 Makefile description for jmake
  66. agent/man/Makefile.SH       12 Makefile for manual pages extraction
  67. agent/man/mailagent.SH       3 Produces a manual page for mailagent
  68. agent/man/maildist.SH       14 Produces a manual page for maildist
  69. agent/man/mailhelp.SH       11 Produces a manual page for mailhelp
  70. agent/man/maillist.SH       14 Produces a manual page for maillist
  71. agent/man/mailpatch.SH      14 Produces a manual page for mailpatch
  72. agent/pl/                      Perl files used by mailagent scripts
  73. agent/pl/acs_rqst.pl        13 Perl library to ask for private file access
  74. agent/pl/actions.pl          4 Implementation of mailagent's actions
  75. agent/pl/add_log.pl         14 Perl library to add logs to logfile
  76. agent/pl/analyze.pl          8 Perl library analyzing the incoming mail
  77. agent/pl/builtins.pl        12 Perl library dealing with builtins
  78. agent/pl/checklock.pl       14 Perl library to check for long lasting locks
  79. agent/pl/context.pl         12 Mailagent context file handling
  80. agent/pl/dbr.pl              8 Internal database management
  81. agent/pl/distribs.pl        12 Perl library to scan the distribs file
  82. agent/pl/emergency.pl       12 Perl library dealing with emergencies
  83. agent/pl/eval.pl            11 A little expression interpreter
  84. agent/pl/fatal.pl           14 Perl library to deal with fatal errors
  85. agent/pl/filter.pl           6 Running the filtering commands
  86. agent/pl/free_file.pl       14 Perl library to free file access
  87. agent/pl/getdate.pl          1 Richard Ohnemus's getdate package
  88. agent/pl/header.pl          11 Header-related routines
  89. agent/pl/history.pl         13 Perl library to implement history mechanism
  90. agent/pl/lexical.pl         12 Perl library for lexical analysis
  91. agent/pl/listqueue.pl       11 Perl library to list the queue
  92. agent/pl/locate.pl          14 Perl library to locate loaded patterns/addresse
  93. agent/pl/macros.pl          12 Perl library for macros expansion
  94. agent/pl/makedir.pl         14 Perl library for making a directory
  95. agent/pl/matching.pl         7 Matching routines used by filter
  96. agent/pl/mbox.pl            13 Getting mails from a mailbox file
  97. agent/pl/once.pl            13 Dealing with once commands
  98. agent/pl/period.pl          13 Perl library to compute periods
  99. agent/pl/plsave.pl          11 Perl library to handle the plsave cache file
  100. agent/pl/pqueue.pl          13 Processing the queued mails
  101. agent/pl/queue_mail.pl       9 Queuing mails
  102. agent/pl/rangeargs.pl       14 Perl library to expand a list of patches
  103. agent/pl/read_conf.pl       13 Perl library to read configuration file
  104. agent/pl/rfc822.pl          13 Perl library to parse RFC822 addresses
  105. agent/pl/rules.pl            9 Compiles the filtering rules
  106. agent/pl/runcmd.pl          10 Filter commands ran from here
  107. agent/pl/sendfile.pl         9 Perl library to send files in shar / kit mode
  108. agent/pl/stats.pl            5 Mailagent's statistics recording and printing
  109. agent/pl/unpack.pl          13 Perl library to unpack archive files
  110. agent/test/                    Regression test suite
  111. agent/test/Jmakefile        14 Generic makefile for test suite
  112. agent/test/Makefile.SH      12 Makefile for test suite
  113. agent/test/README            1 About the regression tests
  114. agent/test/TEST             12 Runs the full test suite
  115. agent/test/actions          12 Rule file for cmd tests
  116. agent/test/basic/              Basic tests
  117. agent/test/basic/config.t   13 Main test initialization and sanity checks
  118. agent/test/basic/filter.t   13 Make sure C filter works
  119. agent/test/basic/mailagent.t 13 Make sure mailagent basically works
  120. agent/test/cmd/                Tests of mailagent's filtering commands
  121. agent/test/cmd/abort.t      15 Test ABORT command
  122. agent/test/cmd/annotate.t   15 Test ANNOTATE command
  123. agent/test/cmd/assign.t     15 Test ASSIGN command
  124. agent/test/cmd/back.t       11 Test BACK command
  125. agent/test/cmd/begin.t      15 Test BEGIN command
  126. agent/test/cmd/bounce.t     15 Test BOUNCE command
  127. agent/test/cmd/delete.t     15 Test DELETE command
  128. agent/test/cmd/feed.t       15 Test FEED command
  129. agent/test/cmd/forward.t     7 Test FORWARD command
  130. agent/test/cmd/give.t       14 Test GIVE command
  131. agent/test/cmd/keep.t       14 Test KEEP command
  132. agent/test/cmd/leave.t      14 Test LEAVE command
  133. agent/test/cmd/message.t    15 Test MESSAGE command
  134. agent/test/cmd/nop.t        15 Test NOP command
  135. agent/test/cmd/notify.t     15 Test NOTIFY command
  136. agent/test/cmd/once.t       13 Test ONCE command
  137. agent/test/cmd/pass.t       15 Test PASS command
  138. agent/test/cmd/pipe.t       14 Test PIPE command
  139. agent/test/cmd/post.t       15 Test POST command
  140. agent/test/cmd/process.t    15 Test PROCESS command
  141. agent/test/cmd/purify.t     14 Test PURIFY command
  142. agent/test/cmd/queue.t      15 Test QUEUE command
  143. agent/test/cmd/record.t     14 Test RECORD command
  144. agent/test/cmd/reject.t     15 Test REJECT command
  145. agent/test/cmd/restart.t    15 Test RESTART command
  146. agent/test/cmd/resync.t     15 Test RESYNC command
  147. agent/test/cmd/run.t        14 Test RUN command
  148. agent/test/cmd/save.t       14 Test SAVE command
  149. agent/test/cmd/select.t     15 Test SELECT command
  150. agent/test/cmd/split.t       5 Test SPLIT command
  151. agent/test/cmd/store.t      14 Test STORE command
  152. agent/test/cmd/strip.t      14 Test STRIP command
  153. agent/test/cmd/subst.t      15 Test SUBST command
  154. agent/test/cmd/tr.t         15 Test TR command
  155. agent/test/cmd/unique.t     12 Test UNIQUE command
  156. agent/test/cmd/unknown.t    15 Make sure unknown command defaults correctly
  157. agent/test/cmd/vacation.t    4 Test VACATION command
  158. agent/test/cmd/write.t      13 Test WRITE command
  159. agent/test/filter/             Testing the filtering capabilities
  160. agent/test/filter/backref.t 15 Check backreferences
  161. agent/test/filter/default.t 14 Check default behaviour when mail not saved
  162. agent/test/filter/list.t    14 Check matching on lists like To and Newsgroups
  163. agent/test/filter/loop.t    15 Check loop detection
  164. agent/test/filter/multiple.t 14 Check multiple selectors
  165. agent/test/filter/pattern.t 15 Check patterns specification and loading
  166. agent/test/level            15 Default logging level for tests
  167. agent/test/mail             13 The mail used by testing routines
  168. agent/test/option/             Tests the options to the mailagent program
  169. agent/test/option/L.t        8 Test -L option
  170. agent/test/option/V.t       15 Test -V option
  171. agent/test/option/c.t       14 Test -c option
  172. agent/test/option/d.t       14 Test -d option
  173. agent/test/option/e.t       14 Test -e option
  174. agent/test/option/f.t       14 Test -f option
  175. agent/test/option/h.t       15 Test -h option
  176. agent/test/option/i.t       15 Test -i option
  177. agent/test/option/l.t       14 Test -l option
  178. agent/test/option/o.t       15 Test -o option
  179. agent/test/option/q.t       14 Test -q option
  180. agent/test/option/r.t       15 Test -r option
  181. agent/test/option/s.t        9 Test -s option
  182. agent/test/option/t.t       14 Test -t option
  183. agent/test/option/what.t    15 Ensure good behaviour with unknown option
  184. agent/test/pl/                 Perl libraries for the regression test suite
  185. agent/test/pl/cmd.pl        15 Initializes command paths
  186. agent/test/pl/filter.pl     15 Set up environment for filter tests
  187. agent/test/pl/init.pl       15 Variable initializations
  188. agent/test/pl/logfile.pl    13 Logging file checking
  189. agent/test/pl/mail.pl       14 Modifies mail components
  190. agent/test/rules            14 Rules used by filtering tests
  191. bin/perload                  7 The dataloading/autoloading perl translator
  192. config.h.SH                 10 Produces config.h
  193. install.SH                  10 Installation script
  194. patchlevel.h                15 Current version number and patch level
  195.