From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=1.2 required=5.0 tests=BAYES_00,INVALID_DATE, PDS_OTHER_BAD_TLD autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!ajpo.sei.cmu.edu!nyberg From: nyberg@ajpo.sei.cmu.edu (Karl Nyberg) Newsgroups: comp.lang.ada Subject: AWEB available on AJPO.SEI.CMU.EDU Message-ID: <8907141410.AA07512@ajpo.sei.cmu.edu> Date: 14 Jul 89 14:10:05 GMT Sender: usenet@ucbvax.BERKELEY.EDU Organization: The Internet List-Id: The following files are available on the AJPO host for anonymous FTP. They are in the process of being submitted to the Ada Software Repository. The latest X Windows binding (of some time ago) also resides on the AJPO machine. listing of directory ~ftp/public/infoada/aweb: total 1219 -rw-r--r-- 1 infoada 50607 Jul 14 10:03 atangle.src -rw-r--r-- 1 infoada 158540 Jul 14 10:03 aweave.src -rw-r--r-- 1 infoada 3047 Jul 14 10:03 aweb.pro -rw-r--r-- 1 infoada 1018992 Jul 14 10:04 texfiles.src Contents of aweb.pro: -------- SIMTEL20 Ada Software Repository Prologue ------------ -- -- Unit name : AWEB release -- Version : 1.0 (based on Tangle 2.8) -- Author : U. Schweigert -- : Unknown, somewhere in Germany... -- : released in the states by Karl A. Nyberg, -- : Grebyn Corporation, PO 497, Vienna, VA -- : 22183-0497, 703-281-2194 -- DDN Address : karl@grebyn.com -- Copyright : public domain -- Date created : 7/14/89 - Bastille Day -- Release date : 5/31/89 -- Last update : 5/31/89 -- Machine/System Compiled/Run on : VAX/ULTRIX VADS 5.5c (kan) -- --------------------------------------------------------------- -- -- Keywords : documentation, formatting, development -- -- Abstract : -- -- This program converts an .AWEB file to an Ada file. It was written -- ---originally for conversion to PASCAL---by D. E. Knuth in September, -- 1981; a somewhat similar SAIL program had been developed in March, -- 1979. Since this program describes itself, a bootstrapping process -- involving hand-translation had to be used to get started. The -- conversion to Ada has been done by U. Schweigert in May 1988. -- -- The program consists of three parts : Ada code for atangle, aweave, -- and supporting files for Tex. Bootstrap versions of the .aweb files -- are included within the supporting files .src file. -- -- Thus there are three files: atangle.src, aweave.src, and texfiles.src. -- -- All files have maintained the original names as distributed by the -- original author. -- -- Additional support files include local modifications by PCS GMBH for -- their system by Horst Kern. -- ------------------ Revision history --------------------------- -- -- DATE VERSION AUTHOR HISTORY -- 7/14/89 1.0 U. Schweigert Initial submission to ASR -- by Karl A. Nyberg -- ------------------ Distribution and Copyright ----------------- -- -- This prologue must be included in all copies of this software. -- -- This software is released to the Public Domain (note: -- software released to the Public Domain is not subject -- to copyright protection). -- Restrictions on use or distribution: NONE -- ------------------ Disclaimer --------------------------------- -- -- This software and its documentation are provided "AS IS" and -- without any expressed or implied warranties whatsoever. -- No warranties as to performance, merchantability, or fitness -- for a particular purpose exist. -- -- Because of the diversity of conditions and hardware under -- which this software may be used, no warranty of fitness for -- a particular purpose is offered. The user is advised to -- test the software thoroughly before relying on it. The user -- must assume the entire risk and liability of using this -- software. -- -- In no event shall any person or organization of people be -- held responsible for any direct, indirect, consequential -- or inconsequential damages or lost profits. -- -------------------END-PROLOGUE-------------------------------- -- Karl --