home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / vms / 14836 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  21.4 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!galaxy.dnet!gleeve
  2. From: gleeve@galaxy.dnet
  3. Newsgroups: comp.os.vms
  4. Subject: DECUS library new items 9/2/92
  5. Message-ID: <9209092142.AA18155@relay2.UU.NET>
  6. Date: 9 Sep 92 20:48:49 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 620
  11.  
  12. The following are available from the DECUS Program Library
  13. (DECUS Program Library, 333 South St., SHR1-4/D30
  14. Shrewsbury, Mass. 01545-4195, 1-508 841 4195)
  15.  
  16.                          DECUS Library Status Report
  17.  
  18.  
  19.  
  20.                               September 2, 1992
  21.                                        
  22.  
  23.  
  24. PROGRAMS BEING ANNOUNCED
  25.  
  26. Following are the new (N) or revised (R) programs since the distribution 
  27. of the 1991/1992 catalog and subsequent status reports.  
  28.  
  29.  
  30. DECUS No.    Title                     Version Date
  31.  
  32. V00537        LOOPSCAN                 1.3, May 1992
  33. V00543        SHRINKER                 1.0 July 1992
  34. V00544        MAKERDO                     1.0 July 1992
  35. V00545        DOS-EXCHANGE                 2.0-D, Feb. 1992
  36. VS0142        Symposium Collection from the
  37.                 VMS/Languages and Tools SIG, Part
  38.                 1 of 2, Spring 1992, Atlanta         May 1992
  39. VS0143        Symposium Collection from the 
  40.                 VMS/Languages and Tools SIG, Part
  41.                 2 of 2, Spring 1992, Atlanta         May 1992
  42.  
  43.  
  44.  
  45.  
  46. GENERAL INFORMATION
  47.  
  48. The following status reports are to be considered addendums to the 
  49. 1991/1992 catalog: 29 April 1991, 24 May 1991, 20 June 1991, 28 June 
  50. 1991, 22 July 1991, 16 August 1991, 24 October 1991, 12 November 1991, 
  51. 02 December 1991, 10 January 1992, 31 January 1992, 12 February 1992, 
  52. 17 March 1992, 13 April 1992, 12 May 1992, 2 July 1992, 4 August 1992.
  53. 2 September 1992.
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61. Revision
  62.  
  63. V00537     LOOPSCAN  Version: 1.3, May 1992
  64.  
  65. Submitted by: Mikaiiro Laitinen, Dativo Oy, P.O. Box 112   Vantaa,
  66. Finland     01600
  67. Operating System: VAX/VMS V5.4-2  Source Language: C, MACRO-32
  68. Keywords: Security, System Management - VMS, Utilities - VMS
  69.  
  70. Abstract: LOOPSCAN looks for a standalone VAX/VMS system or a 
  71. VAXcluster to find processes that might be in a loop. 
  72. If such a process is found, an OPCOM message is produced to 
  73. a user specified operator terminal.  User may also select 
  74. one or more optional actions to be taken.  These include 
  75. lowering the base priority of a looping process to a user 
  76. specified level, starting a 'daemon' to record the behavior 
  77. of looping process and suspending the looping process.  Note 
  78. that a process may not be suspended unless its base priority 
  79. has been lowered earlier.  A process is considered to be 
  80. looping, if it is frequently in COM or CUR state,does no IO 
  81. operations or CPU usage exceeds a user defined limit. 
  82.  
  83. All process modes (interactive, batch and network) are 
  84. handled equally, but the user may set a priority level above 
  85. which processes are not affected.  LOOPSCAN displays startup, 
  86. termination and error messages along with looping process 
  87. detected messages to SYS$OUTPUT.  Optional logging items may 
  88. be specified to monitor more closely the behaviour of LOOPSCAN. 
  89. LOOPSCAN has a DCL interface through which all parameters 
  90. are passed.  The qualifiers and their usage are explained in 
  91. a help file that is included in distribution kit. 
  92.  
  93. Notes:  Executable and/or object code is included.  If the
  94. installation is to be done from source files, C and MACRO-32 compilers
  95. have to be available.
  96.  
  97. Changes and Improvements:  Bugs in installation procedure fixed.
  98. LOOP_PROFILE bugs corrected. /STOP qualifier enhanced to accept a list
  99. of nodes.
  100.  
  101. Restrictions:  VMSINSTAL privileges are required.  Operating VAX/VMS
  102. V5.2 or later is required.  SYS$PROCESS_SCAN system service is
  103. required.
  104.  
  105. Media (Service Charge Code): User's Manual (EA), 600' Magnetic Tape
  106. (MA)  Format: VMS/BACKUP
  107.  
  108.  
  109.  
  110.  
  111. New     
  112.  
  113. V00543     SHRINKER  Version: 1.0 JULY 1992
  114.  
  115. Submitted by: Mike King, Grand Rapids Public Schools
  116. Operating System: VMS V5.3, VMS V5.5  Source Language: MACRO-32, VAX
  117. BASIC  Memory Required: 73K  Keywords: System Management - VMS,
  118. Utilities - VMS
  119.  
  120. Abstract: SHRINKER is an idle process monitor.  It runs as a detached 
  121. process and monitors interactive processes.  It then either 
  122. shrinks their working set list or logs them out after a 
  123. certain inactivity time thus freeing up memory for active 
  124. users.  The choice as to whether to shrink or terminate the 
  125. idle process is chosen by the user and dynamically 
  126. changeable.  The option as to whether to log the activity 
  127. of SHRINKER or not is available and also dynamically 
  128. changeable.  SHRINKER is started, stopped, and has its 
  129. options dynamically modified by means of a DCL command 
  130. installed by the user. 
  131.  
  132. Any adjustments to SHRINKER's options or defaults do not 
  133. require changes to be made to the program code.  However, 
  134. the SHRINKER programs can be modified by a competent 
  135. systems programmer to implement any other options that 
  136. they desire. 
  137.  
  138. SHRINKER has been designed to spend the least CPU time 
  139. possible to an elevated interrupt priority level. 
  140.  
  141. Notes:  Executable and/or object code is included.
  142.  
  143. Media (Service Charge Code): 600' Magnetic Tape (MA)  Format:
  144. VMS/BACKUP
  145.  
  146.  
  147.  
  148.  
  149. New     
  150.  
  151. V00544     MAKERDO  Version: 1.0 July 1992
  152.  
  153. Author: Mark Davis, Julie Hug, Arie Koelewyn, Tom Meler, Allison
  154. Peters, Bennie Williams
  155.  
  156. Submitted by: Thomas Meier
  157. Operating System: VAX/VMS V5.4  Source Language: DCL  Software
  158. Required: RDB (V4.0A)  Keywords: Utilities - VMS
  159.  
  160. Abstract: MAKERDO is a set of command files which contain DCL and RDO 
  161. commands.  The utility allows you to create an RDO file 
  162. which is essentially a "snapshot" of a database's structure. 
  163. Information is extracted, where possible, from the database 
  164. system relations.  The RDO file contains statements which, 
  165. if executed, will create an empty database which is 
  166. identical in structure to the one specified.  The RDO file 
  167. can also be used as a means of comparing two or more 
  168. databases. 
  169.  
  170. MAKERDO is a menu driven package.  It allows you to create 
  171. one or all of the following types of RDO DEFINE statements 
  172. for a given database: 
  173.  
  174. .DEFINE DATABASE 
  175. .DEFINE FIELD 
  176. .DEFINE INDEX 
  177. .DEFINE RELATION 
  178. .DEFINE VIEW 
  179. .DEFINE STORAGE MAP 
  180.  
  181. Notes:  Software consists of DCL and RDO statements only.
  182.  
  183. Media (Service Charge Code): 600' Magnetic Tape (MA)  Format: VAX/ANSI
  184.  
  185.  
  186.  
  187.  
  188. New     
  189.  
  190. V00545     DOS-EXCHANGE  Version: 2.0-D, February 1992
  191.  
  192. Submitted by: Stephan Dr. Hales, ERCII, LA Norville, FRANCE
  193. Operating System: VMS V5.2 - V5.5  Source Language: VAX FORTRAN
  194. Hardware Required: 3 1/2" Floppy (RX23) or 5 1/4" Floppy.  Keywords:
  195. Data Communications, Utilities - Disk - VMS
  196.  
  197. Abstract: The Dos-Exchange Utility (DOSEXCHANGE) is a utility program 
  198. that is used with storage volumes that are formatted for 
  199. MS-DOS operating system.  DOSEXCHANGE can transfer files 
  200. between these MS-DOS volumes and VAX/VMS native volumes, 
  201. it can also perform volume-specific initialization and 
  202. manipulation functions on the MS-DOS volumes.  It converts 
  203. the format of the files, as appropriate, when transferring 
  204. files between volumes with different structures. 
  205.  
  206. In addition to transferring files, DOSEXCHANGE allows you to: 
  207. . Initialize MS-DOS volumes 
  208. . List directories of volumes 
  209. . Delete files from block-addressable volumes 
  210. . Rename files on block-addressable volumes 
  211. . Mount and dismount foreign volumes 
  212.  
  213. DOSEXCHANGE recognizes all Files-11 volumes on VAX/VMS 
  214. devices and recognizes MS-DOS Version from 2 to 5 on any 
  215. VAX/VMS block-addressable device. 
  216.  
  217. Typical applications are: 
  218. . Exchanges of letters, messages, texts inside or outside 
  219.   companies. 
  220. . Exchanges of texts between text processing software on VMS 
  221.   and on MS-DOS. 
  222. . Communications with administrations, banks. 
  223. . Communications with NC tools machines. 
  224. . Your application... 
  225.  
  226. Dos-Exchange use the same syntax as VMS that make it very 
  227. easy to use for the end users.  It is possible to access 
  228. your data from each terminal of a VAX-Cluster.  Commands 
  229. can be entered either in interactive mode or through a DCL 
  230. procedure. 
  231.  
  232. Release notes are distributed with each order. 
  233.  
  234.  
  235. Notes:  Executable and/or object code is included.
  236.  
  237. Restrictions:  Minimum VMS V5.2 operating system required.
  238.  
  239. Sources not included.
  240.  
  241. Media (Service Charge Code): 600' Magnetic Tape (MA)  Format: VAX/ANSI
  242.  
  243.  
  244.  
  245.  
  246. New     
  247.  
  248. VS0142     Symposium Collection from the VMS/Languages and Tools SIG,
  249. Part 1 of 2, Spring 1992, Atlanta  Version: May 1992
  250.  
  251. Submitted by: Ted Nieland and Glenn Everhart, Ph.D.
  252. Operating System: AMIGA-DOS,  MACINTOSH OS, VAX/VMS, ULTRIX, UNIX, DOS
  253. Source Language: BLISS-32, C, C++, DCL, FORTRAN, MACRO-32, PASCAL,
  254. VAX FORTRAN  Keywords: Symposia Tapes - VMS
  255.  
  256. Abstract: This is Part 1 of 2 of the VMS/Languages and Tools SIG tape 
  257. from the Spring 1992 DECUS Symposium in Atlanta.  Refer to 
  258. DECUS No. VS0143 for Part 2 of the VMS/Languages and Tools 
  259. SIG Tape.  Users are advised to order both tapes in order to 
  260. have the complete set.  The tapes from the VMS and L&T SIG's 
  261. were combined to reduce duplications between the two 
  262. collections. 
  263.  
  264. Following is a brief summary of highlights: 
  265. 92AVAXLT 
  266. Indices and descriptions of what is on the tapes.  Tools 
  267. subdirectory contains tools needed to decompress or 
  268. unpack some packed items. 
  269.  
  270. DECUSLIB 
  271. Current machine readable catalog of DECUS Library contents 
  272. as straight text.  The BROWSER fulltext retrieval tool is 
  273. included.  Also the DECUS Catalog Information System tool is 
  274. included. 
  275.  
  276. VAX92A 
  277. [.4GL_SIG]        RALLY select_queue - select print que 
  278.             for RALLY printing. 
  279. [.AKE]            ANU News 6.1 alpha4 release 
  280.             (complete usenet NEWS for VMS). 
  281.             BOSS - multisession terminal 
  282.             monitor, V4.3a.  DVIPS - Converts 
  283.             TEX output to Postscript. 
  284.             GNUC - Gnu C++ for VMS and LIBG++ 
  285.             for VMS, from version 2.2 of Gnu C. 
  286.             LDB - Long Distance Backgammon. 
  287.             UMORIA is the Moria game, built for 
  288.             VMS.  (Many other Gnu files from 
  289.             Earle Ake were moved to the 
  290.             [.gnusoftware] tree on DECUS No. 
  291.             VS0143.) 
  292. [.ALLEBRANDI]        Programs to set or clear traceback 
  293.             or debug for images linked without 
  294.             or with those attributes. 
  295. [.ALPHABETS]        Some public information released by 
  296.             DEC about the new Alpha machine. 
  297. [.ARNOLD]        BITNET postmaster's guide. 
  298.  
  299.  
  300. [.BOSS]            BOSS multisession monitor, latest 
  301.             version.  Allows control of several 
  302.             sessions from one terminal, logging, 
  303.             record/playback of input, flexible 
  304.             control of output, supports FTdriver 
  305.             or PY/TWdriver, low overhead. 
  306. [.BULLETIN]        Latest BULLETIN, a many-to-many 
  307.             messaging system and USEnet 
  308.             newsreader that works like VAX Mail. 
  309. [.BZL]            RDB to RTF (RTF = Rich Text Format, 
  310.             read by many PC and Mac word 
  311.             processors) convert.  TRIM - process 
  312.             files in various ways including 
  313.             stripping some chars from start of 
  314.             line, replace strings in each line, 
  315.             add prefix/suffix to lines, 
  316.             add line at start of each file, 
  317.             strip whitespace, strip nonprinting 
  318.             chars. 
  319. [.CALLBACK]        System permitting the VAX to call 
  320.             you back on call-in, useful for 
  321.             security and billing purposes. 
  322. [.CRONFEDITCOO]        COOKIE - small fortune cookie 
  323.             program.  CRON - execute jobs at set 
  324.             times, controlled by data file. 
  325.             FXEDIT - callable F$EDIT routine. 
  326. [.DIALER]        Schedule calls to a remote modem (or 
  327.             pager). 
  328. [.DX]            Fullscreen directory maintenance 
  329.             utility; multiwindow. 
  330. [.EDX]            EDT style editor for TPU with many 
  331.             extensions and built in spelling 
  332.             checker and dictionary. 
  333. [.FAIRBAIRNS]        Addendum to Vassar spell checker; 
  334.             works inside EVE or independently. 
  335. [.FINGER]        Current FINGER distribution for 
  336.             those who aren't up to date; reports 
  337.             users, activities, mail read over 
  338.             DECnet, some TCP/IP and JNET nets 
  339.             and aids looking up usernames. 
  340.             Highly secure. 
  341. [.FLOWERS]        CSWING, directory and file 
  342.             management (full screen) utility, 
  343.             many fixes.  DISK - reports free 
  344.             disk space.  DISK-WATCHER - monitors 
  345.             free disk space.  MAIL_EDIT - quote, 
  346.             spell check, and add signature to 
  347.             outgoing mail.  MENU - DCL menu 
  348.             system V2.3.  FALL_BACK and 
  349.             SPRING_FORWARD - "kindler, gentler" 
  350.             time change for daylight saving 
  351.             time.  MOST - file fullscreen lister 
  352.             with fixes and additions. 
  353.  
  354.  
  355. [.GCE92A]        New version of AnalyRIM (combined 
  356.             spreadsheet and relational database 
  357.             manager) adding "infinite 
  358.             dimensions" (per design published 
  359.             1987).  CAP - Columbia Appletalk 
  360.             server for unix.  Also SED, 
  361.             TQE, and CDROM readers.  Network - 
  362.             submitted items from all over. 
  363.             These include numerous messages with 
  364.             DECwindows hints, DX directory 
  365.             manager, FDdriver updates for remote 
  366.             disks, cryptodisks, memory disks, 
  367.             etc., information on what 
  368.             intercepting VMS I/O flow at various 
  369.             points can be used for, MWAIT 
  370.             analyzer, VMS share file packager 
  371.             for mailing, CMU domainserver, 
  372.             security product reviews, CDROM 
  373.             reader for ISO or High Sierra CDs, 
  374.             and much more. 
  375. [.GOATLEY]        Supervisor Series 5.2 (monitor or 
  376.             control other terminals or log 
  377.             terminal output).  BAT - easy batch 
  378.             sessions.  CVTLIS - convert .LIS 
  379.             files on listings CD back to .MAR or 
  380.             .B32.  DCLKEYS - define DCL keys 
  381.             from a program.  DCL recall patch 
  382.             for sixty-two cmds.  Gnu FGREP for VMS. 
  383.             FLIST - fullscreen directory/file 
  384.             manager.  GETCMD - display anyone's 
  385.             DCL recall buffer.  Gnu Grep for 
  386.             VMS.  Gnu FGREP for VMS.  Watch JNET 
  387.             links.  Renumber Macro labels. 
  388.             Program to replace LOGIN.COM. 
  389.             Notice manager.  Cardfiler display 
  390.             on VT terminals. Gnu SED 1.8 for 
  391.             VMS.  Process name set for any 
  392.             process.  Display contents of .STB 
  393.             files.  APRT - change page 
  394.             protection.  CLRREF - clear refs to 
  395.             device (frees device for reuse w/o 
  396.             reboot).  LASER symbiont. for 
  397.             postscript printers.  MWAIT 
  398.             analyzer.  Process-permanent 
  399.             hotkeys.  Set privs for any process. 
  400.             UUencode/decode.  TQE dumper. 
  401.             UNMACRO interactive disassembler. 
  402. [.HAINING]        Account maintenance and 
  403.             creation/deletion system.  Also 
  404.             remote print/plot for VMS and Unix. 
  405. [.JBAKER]        TERMINALS - generate terminal 
  406.             statistics.  VERSION - show software 
  407.             versions for layered products, VMS. 
  408.             USERCOUNT - looks for other 
  409.             interactive processes. 
  410.  
  411.  
  412. [.LEVINE]        Menu driven mail profile editor and 
  413.             menu driven mail user interface. 
  414. [.LOCK]            Terminal lock using VMS password. 
  415. [.LOMASKY]        Replacement program to do what 
  416.             LOGIN.COM does, but much faster. 
  417.             PIGGY - find who's hogging the disk 
  418.             space, quickly.  More flexible 
  419.             SYSUAF reports, very tailorable. 
  420.             Reports sysuaf or rightslist.  Also 
  421.             can copy passwords from node to 
  422.             node. 
  423. [.LPD_FOR_UCX]        Implementation of LPD for UCX so 
  424.             Unix systems can use printers on VMS 
  425.             machines. 
  426. [.MCMAHON]        DECwindows brain surgery and how to 
  427.             do it documents. 
  428. [.MEADOWS]        CD - program to play audio CDs on 
  429.             CDROM readers with SCSI controllers. 
  430. [.MOST]            Textfile viewer in the tradition of 
  431.             MORE and LESS. Allows moving back 
  432.             and forth etc., less danger of 
  433.             accidental overwrite than an editor 
  434.             & less overhead. 
  435. [.MUNIC_S92]        Contributions from DECUS Munich and the 
  436.             European VMS SIG.  Includes BREAK 
  437.             terminal locker, CHARGE - modify 
  438.             account string, mount any cluster disk, 
  439.             VMS CRON timebased scheduling, 
  440.             EDX - edit a remote (ftp) UNIX 
  441.             file from VMS, fix_queue - repair 
  442.             job controller file, get volume 
  443.             label clusterwide, C intender, 
  444.             Infoserver monitor, transparent 
  445.             use of a remote compiler, load 
  446.             VT200 keys, convert logfiles, 
  447.             Postscript symbiont for 
  448.             AppleLaserWriter, RDB based PAK 
  449.             mgr., mail distributor, mail 
  450.             profile manager, move DECWindows 
  451.             login box, analyze MWAITed 
  452.             processes, put field from ISAM file 
  453.             into DCL symbol, postscript plot 
  454.             library, print file on remote node 
  455.             queue, postscript drawpackage, X.25 
  456.             filetransfer, allow use of any 
  457.             Postscript file for DECW login, get 
  458.             time in processor modes since last 
  459.             boot, REMINDER notebook, show info 
  460.             about RMS indexed file, job 
  461.             scheduler, modem/c-kermit utilities, 
  462.             until to move holidays to Secondary 
  463.             Days in UAF, smarter SET TERM/INQ, 
  464.             dynamic quota management, DECW 
  465.  
  466.  
  467.             system perf. info, VMSTELL: vms <-> 
  468.             MSDOS communication, remote 
  469.             satellite shutdown, FREEMEM trim 
  470.             working set, UNREAD - show who 
  471.             doesn't    read his mail, USER_SHUTDOWN 
  472.             - user driven workstation shutdown. 
  473.             VTEDIT - multiwindow EDIT based on 
  474.             TPU/LSE. 
  475. [.NSWC]            Checkmail - see if someone read mail 
  476.             you sent them. VLOG - view end of 
  477.             log files while the job is still 
  478.             running.  SD - set/show default, 
  479.             MANY options. LET - shorthand 
  480.             define. MODIFY - string replacement 
  481.             in text, many MANY options. 
  482.             REFORMAT - reformat text files, lots 
  483.             of options.  USERS - continuously 
  484.             updating users display.  VGRAPH - 
  485.             viewgraph generator for Postscript 
  486.             printers.  ZMENU - DCL menu display 
  487.             system. 
  488. [.PASSPOL]        VMS password policy module, lets you 
  489.             check for weak passwords 
  490.             automatically as they are entered. 
  491. [.PAVLIN]        New version of Ethermon, which works 
  492.             on VMS V5.4-3 and later.  More 
  493.             commands, more displays, many 
  494.             programs to analyze traces, and 
  495.             still a very complete ethernet 
  496.             online monitor. 
  497. [.PERL]            VMS port of PERL V3.0-18, a useful 
  498.             scripting and text language. 
  499. [.RCS]            Update of the VMS port of RCS 
  500.             (Revision Control System) though 
  501.             still an RCS 4.3 port. 
  502. [.RICKSYS]        TPUPlus superset of TPU editor. 
  503. [.RPI]            MDMLIB - utilities.  MX - electronic 
  504.             mail router between UUCP, TCP/IP, 
  505.             DECnet and BITnet.  Supports mailing 
  506.             lists and file distribution over 
  507.             email.  NETLIB - routines to access 
  508.             TCP/IP services in a version 
  509.             independent way for several vendors. 
  510.             NEWSRDR - NNTP client news reader. 
  511.             NSQUERY - asks Internet name servers 
  512.             about a name.  UCX_Finger - Simple 
  513.             finger utility for VMS/ULTRIX 
  514.             connection.  WATCHER - very general 
  515.             idle terminal monitor. 
  516. [.STOCKLEY]        BRUREAD - BRU tape reader for VMS 
  517.             (no VAX/RSX needed).  BRULIST - list 
  518.             directory of BRU tapes from RSX 
  519.             systems. 
  520.  
  521.  
  522. [.SYSSUPPORT]        Command files for supporting a large 
  523.             VAXcluster. 
  524. [.TERMLOCK]        Terminal lock program update. 
  525. [.UUCP]            Release V2.0 of VMS UUCP, a package 
  526.             permitting full participation in 
  527.             VMSnet/USEnet mail and news in VMS. 
  528. [.VAXPRO]        Items from VAX Professional 
  529.             magazine.  Become another user; 
  530.             deinstalling page file; how to use 
  531.             SDA; automatic determining machine 
  532.             type; show who is mapped to global 
  533.             sections. 
  534. [.VMSTPC]        VMSTPC - tape to disk to tape copier, 
  535.             superfast. 
  536. [.WYANT]        RSX Indirect documentation. 
  537.  
  538. Notes:  The AAAREADME.TXT file is also available in hardcopy as a
  539. separate writeup through the DECUS Library.  This writeup gives an
  540. overview of each of the programs on this collection.  To receive you
  541. hardcopy of this writeup for AAAREADME.TXT, order the Media Service
  542. Charge Code (AC).
  543.  
  544. Complete sources may or may not be included.
  545.  
  546. Media (Service Charge Code): Write-Up (AC), 2400' Magnetic Tapes (PD)
  547. Format: VMS/BACKUP, 2400' Magnetic Tape (SD)  Format: VMS/BACKUP, TK50
  548. Tape Cartridge (TD)  Format: VMS/BACKUP
  549.  
  550.  
  551.  
  552.  
  553. New     
  554.  
  555. VS0143     Symposium Collection from the VMS/Languages and Tools SIG,
  556. Part 2 of 2, Spring 1992, Atlanta  Version: May 1992
  557.  
  558. Submitted by: Ted Nieland and Glenn Everhart, Ph.D.
  559. Operating System: AMIGA-DOS, MACINTOSH OS, VMS, ULTRIX, UNIX, DOS
  560. Source Language: BLISS-32, C, C++, DCL, FORTRAN, MACRO-32, PASCAL,
  561. VAX-FORTRAN  Keywords: Symposia Tapes - VMS
  562.  
  563. Abstract: This is Part 2 of 2 of the VMS/Languages and Tools SIG tape 
  564. from the Spring 1992 DECUS Symposium in Atlanta.  Refer to 
  565. DECUS No. VS0142 for Part 1 of the VMS/Languages and Tools 
  566. SIG Tape.  Users are advised to order both tapes in order to 
  567. have the complete set.  The tapes from the VMS and L&T SIG's 
  568. were combined to reduce duplications between the two 
  569. collections. 
  570.  
  571. Following is a brief summary of highlights: 
  572.  
  573. 92AVAXLT 
  574. Indices and descriptions of what is on the tapes.  Tools 
  575. subdirectory contains tools needed to decompress or 
  576. unpack some packed items. 
  577.  
  578. LT92A 
  579. [.ANTIVIRUS]        Antivirals for PC, Mac, and Amiga 
  580.             from internet antiviral archives. 
  581. [.CKERMIT]        Most recent (beta but usable) 
  582.             C-Kermit for a variety of platforms 
  583.             (plus VMS executables). 
  584. [.GCE92A]        COPS security package, V1.4, for 
  585.             Unix. CAP - Columbia Appletalk 
  586.             Package, Appletalk server for Unix. 
  587.             LQtext fulltext retrieval package, 
  588.             for Unix systems.  TARsplit package 
  589.             to split Tar files on VMS into 
  590.             smaller pieces. 
  591. [.GNUSOFTWARE]        Gnu items updated since the Fall 
  592.             1991 tapes.  Includes BC, new CVS 
  593.             (Concurrent Versioning System), 
  594.             EPOCH, Gnu Emacs 18.58, new 
  595.             fileutils, E1VIs (Vi clone for 
  596.             emacs), Gnu C/C++ (all in one) V2.2, 
  597.             GHOSTScript Postscript interpreter 
  598.             & viewer, Gnu C lib, computer jargon 
  599.             file, new textutils, mawk, metamail, 
  600.             time daemon, VMS termcap patches, 
  601.             and some more. 
  602.  
  603.  
  604. [.NCSA]            NCSA Telnet (Telnet and FTP for PC 
  605.             and Mac) 
  606. [.PC-SIG]        Disks distributed by DECUS PC Sig at 
  607.             the Atlanta sysmposium.  Both MSDOS 
  608.             and Mac items are here. 
  609. [.VMSBACKUP]        VMS Backup tape reader for 
  610.             unix machines. 
  611. [.X11R4]        X11R4 clients and demos, ported to 
  612.             VMS (/motif).  Updated since Fall 
  613.             1991. 
  614.  
  615. Notes:  The AAAREADME.TXT file is also available in hardcopy as a
  616. separate writeup through the DECUS Library.  This writeup gives an
  617. overview of each of the programs on this collection.  To receive your
  618. hardcopy of this writeup for AAAREADME.TXT, order the Media Service
  619. Charge Code (AA).
  620.  
  621. Complete sources may or may not be included.
  622.  
  623. Media (Service Charge Code): Write-Up (AA), 2400' Magnetic Tapes (PD)
  624. Format: VMS/BACKUP, 2400' Magnetic Tape (SD)  Format: VMS/BACKUP, TK50
  625. Tape Cartridge (TD)  Format: VMS/BACKUP
  626.  
  627.  
  628.  
  629.  
  630. --Boundary (ID tSHRmgiWqMCJTnie52wMVA)--
  631.  
  632.