T.R | Title | User | Personal Name | Date | Lines |
---|
2337.1 | Usenet | CGFSV2::CADAMS | Clint Adams - Calgary, Canada | Wed Mar 08 1989 15:08 | 15 |
| Hi...
A fiendly fellow on one of our local BBS's uses a Vt100 script to
dial his University account in the middle of the night and
download the Usenet to his Amiga, then he uploads it to the BBS.
I downloaded some of those files (form the 5th of March to the 8th
of March). I think there are more going back if need be. I will
attempt to keep them up to date until our distribution comes back
(if ever).
Thay can be accessed at CGOU01::AMNEW:Usenet*mar.zoo after 5PM
Mountain Standard Time (After 7PM Eastern).
Regards.... Clint
|
2337.2 | Here are some files -- | BLKWDO::MACKELPRANG | Who R U | Wed Mar 08 1989 16:46 | 149 |
|
I got the following usenet files from the local University (ASU) last nite.
They are all from the UseNet comp.(binaries|sources).amiga distribution
lists. I will try to get the remaining ones sometime soon. I have placed
them in NORSE""::AMIGA:[000000.UPLOAD] for those interested. (I hope that
whoever owns NORSE doesn't mind me placing them there!). The binaries
are already uudecoded into their respective .ZOO files. The sources are
still packed in the original shar archives.
At the end of this message are short descriptions of each of these files.
BLK.SH;1 156
BLK.ZOO;2 60
IFFTOPS.SH;1 128
ZC.SH;1 444
ZC.ZOO;2 119
Total of 5 files, 907 blocks.
***********************************************************************
***********************************************************************
IntuiTools: blk
"Blk" is a little requester-generation tool I created to make requesters
easy. It converts a funky requester source format into 'C' declarations
for including in user code. Its operation is documented in blk.doc, and
an example requester is included that takes you from requester source
(colors.r) to inclusion into user code (pro.c).
Have fun and happy hacking.
Stuart Ferguson 1/89
([email protected])
123 James Ave.
Redwood City, Ca.
94062
P.S. The lexical analysis stuff is kind of a hack -- it just proved
useful for this application. I disclaim it completely.
***********************************************************************
***********************************************************************
/* IFFTOPS - ILBM IFF format file to PostScript translator. */
/* Version 3.0 - LeRoy Fundingsland - 12/12/88 - SRC */
/* */
/* This code has been compiled and tested under both Sun */
/* UNIX (V3.5) and Commodore AmigaDOS (V1.2). On the */
/* Amiga the Lattice 4.0 compiler was used ("lc -Lm"). */
/* CLAZ.c v2.0 */
/* by Steve Ludtke */
/* Created : 05/31/87 */
/* Re-written Oct-Dec 1988 by LeRoy Fundingsland */
/* Supercomputing Research Center */
/* Lanham, MD */
/* [email protected] */
/* */
/* Changes: */
/* - code re-structured for readability and maintain- */
/* ability (my opinion (mostly:-)) */
/* - comments added for readability (but mostly just so I */
/* could understand the code) */
/* - code extended, with IFDEFs, to be compilable on SUN */
/* systems (or nearly any 4.2BSD derived system, */
/* I expect) */
/* - extended to generate color postscript output (as of */
/* the above date, color postscript output */
/* devices may be pretty rare but we have one and */
/* I think they will be be increasingly common in */
/* the future) */
/* - code extended, again with IFDEFs, to contain a rough */
/* attempt at reducing the grainyness of the */
/* output image (ref. "SMOOTH_INCLUDE") */
/* - added the function for the image to be arbitrarily */
/* rotated */
/* */
/* TODO: */
/* - place all of the initialization of default */
/* values to happen at compile time */
/* - make sure that every value in the "cmap" array is */
/* non-negative */
/* - QUESTION: when an Amiga process exits is the */
/* programmer guaranteed that all system resources */
/* are released? (specifically MALLOCed memory)? */
***********************************************************************
***********************************************************************
ZC(1)
ZC
NAME
zc -Sozobon C compiler ported to the amiga. Ver 1.01
by Johann Ruegg.
modified by Joe Montgomery Dec 1988.
SYNOPSIS
zc [ options ] [file.c's ]
DESCRIPTION
Zc is a c compiler for the amiga. It is as far as
I know a K & R compatible compiler. Zc takes <file>.c
and creates a Motorola compatible assembly source whose
default name is <file>.s . include files are looked
for in the directory specified by the manx environment
variable INCLUDE. Simply use the command
set INCLUDE=includedir
from the CLI or place it in your startup-sequence.
Below: are the options available at present.
-Dxxxx Define xxxx
same as a #define xxxx in the source file
-Uxxxx Undefine xxxx
same as a #undefine xxxx in the source file
-Ixxxx Include Directory = xxxx
-P profiler. Places a call to mcount before calling
main. You had better not use this for now.
-Oxxxx outputfile name = xxxx
-V display compiler version
-? Help
-C force Data,Bss into Chip memory
-F force Data,Bss into Fast memory
-Exxxx errorfile. Zc writes the number of errors into
this file. This is used by the compiler front
end in order to determine whether to start the
assembler a68k.
BUGS
See zc.readme.
Joe Montgomery UC Berkeley Math Dept.
[email protected]
***********************************************************************
***********************************************************************
Enjoy -
Mark
|
2337.3 | Bad .ZOO archives | FRA04::LUKAS | Dieter, DEC Frankfurt (W. Germany), @FRS | Thu Mar 09 1989 08:23 | 7 |
|
Has anybody successfully unZOO'ed the USENETxMAR.ZOO archives ?
I get a "bad CRC" message when I try to unZOO them.
Dieter
|
2337.4 | | LEVERS::PLOUFF | Semipro Semiologist | Thu Mar 09 1989 09:06 | 6 |
| Thanks to the dedicated Usenet junki... err, aficionados who have
responded to my plea!
Re: -.1 bad CRC when unpacking ZOO files.
Try running them through CVTARC with the U option.
|
2337.5 | Thanks for your help | FRA04::LUKAS | Dieter, DEC Frankfurt (W. Germany), @FRS | Fri Mar 10 1989 04:09 | 7 |
|
Thanks for your help.
Now I got them unZOOed.
regards,
Dieter
|
2337.6 | Our Daily Fix :-) | BLKWDO::MACKELPRANG | Who R U | Sat Mar 11 1989 14:59 | 19 |
|
There are four new usenet files in the NORSE""::AMIGA:[UPLOAD]
directory. A brief description of each follows:
PZ.SH A shar archive containing the sources and uuencoded
binary of the square plastic slide-the-numbers-to-put-
them-in-order type game.
MAN20.SH A utility for extracting documentation from source code.
DMAKE.ZOO Matt Dillons Make utility. (Version 1.0)
EVAL.ZOO An expression evaluator usable from the CLI.
Have fun ---
Mark
|
2337.7 | More Usenet | CGOFS::CADAMS | Clint Adams - Calgary, Canada | Tue Mar 14 1989 13:15 | 7 |
|
Usenet up to and including today is now in CGOU01::AMNEW:.
Please copy after 5:00 PM Mountain Standard Time
Regards.... Clint
|
2337.8 | what to do now? | FSCORE::KAYE | He who dies with the most toys is dead | Tue Mar 14 1989 19:29 | 1 |
| What do i do with test.dat (inside the zoo files)???
|
2337.9 | ex | RDCV01::RANDREWS | I have a cunning plan | Tue Mar 14 1989 20:33 | 8 |
| > What do i do with test.dat (inside the zoo files)???
The best way to do it seems to be:
1) $MCR TECO test.dat
at the * prompt do a EX followed by the esc key twice
2) then read the test.dat file anyway that you usually do
(Edit, type/page, etc)
|
2337.10 | ??WHATS WRONG?? | KBOMFG::JANSEN | Who cares ? | Wed Mar 15 1989 08:39 | 23 |
| >< Note 2337.7 by CGOFS::CADAMS "Clint Adams - Calgary, Canada" >
> -< More Usenet >-
>
>
>
> Usenet up to and including today is now in CGOU01::AMNEW:.
>
> Please copy after 5:00 PM Mountain Standard Time
>
> Regards.... Clint
What's wrong with it ?
$ SET DEF CGOU01::AMNEW:[-] results in
>>%DIRECT-E-OPENIN, error opening CGOU01::AMNEW:[000000]*.*;* as input
>>-RMS-F-DIR, error in dierectory name
What did I do wrong (prefering AMIGA-DOS instead of VMS or stuff like that) ?
Regards
Volker (who realy doesn't like VMS)
|
2337.11 | It'll be here. | CGOFS::OAKLEY | BCNU2 | Wed Mar 15 1989 11:07 | 25 |
|
AMNEW is a logical pointing to a subdirectory so amnew:[-] will
not work. You will have to use the full directory specification
of dua1:[public.amiga...] (anmew is [public.amiga.new]).
re: the earlier question of what to do with the TEST.DAT file, you
will find that EDIT is perfectly happy reading the original file
extracted from the ZOO file.
If you are interested in the USENET stuff I will be uploading a
file each day from the local BBS (I'm sysop there) as available.
There should be one file for each day of the month. The BBS is
quite busy and sometimes I cannot get access each day. I shall
also upload the sources/binaries as they become available. Due
to space restrictions on our mvII we probably won't be able to store
more than a couple of weeks on-line, so if there are any archive
volunteers out there please let us know and I will only store a
week here.
Unless notified different just assume that we have the latest USENET
here. BTW the weekend files will not be uploaded until the following
Monday.
wayne
|
2337.12 | Here's Some More | BLKWDO::MACKELPRANG | Who R U | Thu Mar 16 1989 20:02 | 103 |
|
I have _LOTS_ of new Usenet stuff for all you usenet junkies out
there. I have sent all of the following files to:
NORSE""::AMIGA:[UPLOAD]*.*
All of the *.ZOO files are in stream-lf format (i.e. ready to
be examined with VMS ZOO, or downloaded with X or YMODEM, they
will have to be converted if KERMIT is used to download them).
All of the *.SH files are plain ASCII text files that are used
to pack source files (usually). There are several SHAR
unarchivers available on the net.
Enclosed is a list of files, their sizes, and a short description
of each...
ABORTCOMMAND.ZOO;1 21
Used to cancel a process started from the CLI. Sort of a small
GOMF-type program.
AMTOPCPP.ZOO;2 88
Utility to allow the Amiga to connect to an IBM-PC parallel port
and make use of the hard drive in the IBM. Transfer times look
only slightly faster than floppy drives, but it looks like a nice
idea....
ARCHIE.SH;1 18
Some AREXX macros for maintaining backup copies of important
files. (Stored as a unix text SHAR archive).
BTOA.SH;1 139
A new encoding protocol similar to uuencode/uudecode, except
that it is more efficient. (Stored as a unix text SHAR archive).
Source and UUEncoded binary included.
CALC.ZOO;2 69
A very powerful calculator that has _TONS_ of features. Can be
iconified etc.
CBC.SH;1 37
A file encryption utility using the DES algorithm. Source and
UUEncoded binary included. (Stored as a unix text SHAR archive).
DIGIT.ZOO;2 15
Plans for a simple, cheap digitizer. IFF schematics are included.
DPLAZ.ZOO;2 34
A beta-test version of an IFF-PostScript convertor. Written by
the author of CLAZ.
FREE.SH;1 25
Source and UUEncoded binary of a utility to show the number of
free bytes on any filesystem device.
(Stored as a unix text SHAR archive).
GRAF.SH;1 99
GRAF.ZOO;2 62
Source and Binaries of another calculator. This one has the
emphasis on Graphing functions.
HANGMAN.SH;1 232
A port of the unix game 'hangman' - no graphics, but a large
dictionary of words.
(Stored as a unix text SHAR archive).
IBM.ZOO;2 21
A spoof on IBM computers. (Type 'go amiga' to exit).
IFFLIB.ZOO;2 62
Newest version of the IFF Library. Includes source and binary.
MOTO-ASSEMBLER.SH;2 179
Source code to _LOTS_ of Motorola cross assemblers (6800 thru
68000).
(Stored as a unix text SHAR archive).
PROC.SH;1 40
Subprocess examples (Source and UUEncoded binary included).
(Stored as a unix text SHAR archive).
SMEAR2.SH;1 54
Screen Hack.
(Stored as a unix text SHAR archive).
SORTS.SH;1 64
Examples of three types of sorts. UUEncoded binary included.
(Stored as a unix text SHAR archive).
TAPESTRY.ZOO;2 45
Place a one-bitplane picture on the workbench screen. Similar
to dropcloth.
ZONX.ZOO;2 21
A pacman-type game. Multitasks too.
Have Fun !
- Mark -
ps. This is only about 60% of the files that have arrived in the last couple
of days. I will try to get all the rest up here this weekend.
There is a new shell and the newest A68K of particular interest.
|
2337.13 | | BAGELS::BRANNON | Dave Brannon | Fri Mar 17 1989 18:24 | 10 |
| re: .12
> All of the *.ZOO files are in stream-lf format (i.e. ready to
> be examined with VMS ZOO, or downloaded with X or YMODEM, they
> will have to be converted if KERMIT is used to download them).
You don't need to convert them for KERMIT if you give kermit the command
SET FILE TYPE BLOCK (on the VMS side).
-Dave
|
2337.14 | No luck here | SMAUG::SPODARYK | Jefferson, I think we're lost. | Fri Mar 17 1989 23:51 | 7 |
| I've tried out SORTS and SMEAR2 without any luck. Both cause my
Amiga to 'hang'. I've even re-compiled the SMEAR2, and it does
the same thing.
Anyone have similar problems? Hints?
Steve
|
2337.15 | | IGETIT::ELLISM | Purring on a straight six.... | Mon Mar 20 1989 07:30 | 15 |
| All these files have been moved into their proper 'areas'. I have
put the plans for the digitiser into [APPLICATIONS].
On another note :-
Does anyone know what the following are :-
PASCAL.ZOO
FLYER.PS
DNET_V2_0_BETA.ZOO
I don't know what they are, and would like to put them in the correct
place
Martin
|
2337.16 | At least one :-) | WJG::GUINEAU | | Mon Mar 20 1989 08:33 | 14 |
| > PASCAL.ZOO
? (A PD PASCAL Compiler?!?)
> FLYER.PS
Paul MacDonald's (sp?) Neat RC newsletter?
> DNET_V2_0_BETA.ZOO
Mat Dillons 2 Amiga network software.
|
2337.17 | | COGMK::SNIDER | | Mon Mar 20 1989 09:25 | 7 |
| Re. 1
Is there any possiblity of sending these articles into the proper
amiga_usenet and amiga_tech? Or having another reliable source
to feed these note files?
-pete
|
2337.18 | | MTWAIN::MACDONALD | WA1OMM 7.093/145.05/223.58 AX.25 | Mon Mar 20 1989 14:40 | 6 |
| RE: .16 Flyer.PS is not my Newsletter. Flyer.PS is the demo
from Gold Disk's Professional Draw. NARC.PS is my
monthly Nashua Area Radio Club Bulletin. Next issue
will be on the net Wednesday.
Paul
|
2337.19 | | RDCV01::RANDREWS | I have a cunning plan | Mon Mar 20 1989 17:43 | 2 |
| PASCAL.ZOO is (like was said earlier) a pascal compiler that I grabbed
from Berke's BBS (Dave Haynie's)
|
2337.20 | ASHBY/ROLL aren't available USENET IS however | ALAZIF::WHERRY | Celebrate Gotham's Tricentennial | Wed May 03 1989 16:46 | 23 |
| re 2337.*, re 2527.1, re 2486.*, and a bunch of other notes:
The USENET mail distribution is not broken, it was shutoff due to a
drain of resources on the sponsoring group. (Btw, I sympathize with
them and all that.)
However, an alternative is now available to get those tasty usenet
morsels. There are now available VMS News readers for both
workstations (you must be running VMS 5.1 or higher and decwindows) or
for terminals connected to vms systems running V4.x or V5.x. The
System only requires that your workstation be connected to the EASYNET
since it works over both DECNET and TCP/IP.
The notesfile UPSAR::NEWS-BACKBONE contains the information needed to
get up and running again reading news. (esp. comp.sys.amiga etc.)
So, the minimum hw you need, is an account on a VMS system, preferably
running V5.1 (you have to do a little more work otherwise), and a
terminal. You should ask questions about using it in
UPSAR::NEWS-BACKBONE though, this isn't the right place .
brad
|
2337.21 | | TALLIS::MCAFEE | Steve McAfee | Thu May 04 1989 15:50 | 11 |
| re: .20 by Brad Wherry,
THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU!
THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU!
THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU! THANK YOU!
regards,
steve
BTW thanks!
|
2337.22 | 10/10 for vnews!! | AYOV28::ATHOMSON | C'mon, git aff! /The Kelty Clippie | Fri May 05 1989 11:11 | 7 |
| �< Note 2337.20 by ALAZIF::WHERRY "Celebrate Gotham's Tricentennial" >
� -< ASHBY/ROLL aren't available USENET IS however >-
MARVELOUS !! The vnews utility is a winner, its so much better than
the old mail distribution - definitely recommended.
Alan T.
|