home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 10
/
Fresh_Fish_10_2352.bin
/
new
/
new.api
< prev
next >
Wrap
Fred Fish's Product-Info
|
1995-08-25
|
339KB
|
13,740 lines
.name
262144
.type
AGA Demo
.short
Shows >262144 colors on screen.
.description
This program opens a HAM8-screen and draws 262144 colors in a nice pattern,
consisting of 64 64x64 squares (totally 512*512) where no two colors are
identical.
The screen can be saved from within the program.
.version
1.0
.date
1995.07.16
.author
Steffen Thorsen
.distribution
Freeware
.requirements
OS3.0, AGA
.address
Fjordg 8A
N-4300 Sandnes
Norway
.installsize
12K
.docs
262144.doc
.described-by
Steffen Thorsen
.submittal
Submitted on disk directly by the author
.aminet-dir
demo/aga
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool 262144.doc TEXT
else
if $choice EQ "2"
262144
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/demo/aga/262144/
.pi-file
FreshFish-Vol10:New/demo/aga/262144/Product-Info
.name
AFile
.type
Database
.short
A datafile manager
.description
AFile is a data file manager, that is a tool which lets you create and
manager your files (addresses, video collections, clients, ...) using an
Intuition interface. There is no limitation to the number of fields or
records. The program offers the standard printing, sorting, and importing/
exporting functions.
AFile uses AREXX as it's programming language. You can create full input
masks with background picture, field positioning, checking of entered data,
menus and printing customization.
.version
4.03
.date
1995.05.21
.author
Denis Gounelle
.reference
FreshFish-Vol9-1/New/biz/dbase/AFile/
4.01
FreshFish-Vol9-2/BBS/biz/AFile-4.01.lha
4.01
GoldFish-Vol2-2:BBS/biz/AFile-3.30.lha
3.30
GoldFish-Vol2-1:Files/biz/dbase/AFile/
3.30
FreshFish-Vol8-2:BBS/biz/AFile-3.30.lha
3.30
FreshFish-Vol8-1:New/biz/dbase/AFile/
3.30
FreshFish-Vol5:New/biz/dbase/AFile/
3.12
FreshFish-Vol5:BBS/biz/AFile-3.12.lha
3.12
FreshFish-Vol4:New/biz/dbase/AFile/
2.21
FreshFish-Vol4:BBS/May94/biz/dbase/AFile.lha
2.21
FrozenFish-Vol1:BBS/Dec93/biz/dbase/AFile.lha
1.4
FreshFish-Vol3:Old/Dec93/biz/dbase/AFile/
1.4
FreshFish-Vol2:New/biz/dbase/AFile/
1.4
.requirements
Kickstart V36 or greater
.distribution
Freeware
.address
27, rue Jules GUESDE
45400 FLEURY-LES-AUBRAIS
FRANCE
.email
gounelle@alphanet.ch
.installsize
80K
.docs
Docs/AFile.dvi
Docs/AFile.guide
Docs/AFileEnglish.dvi
Docs/AFileEnglish.guide
.described-by
Denis Gounelle (gounelle@alphanet.ch)
.execute
LAB Start
set choice `RequestChoice "AFile" "Please select an option" "View French Guide" "View English Guide" "Install" "Run" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
metatool docs/AFile.guide GUIDE
else
if $choice EQ "2"
metatool docs/AFileEnglish.guide GUIDE
else
if $choice EQ "3"
installer InstallAFile APPNAME AFile MINUSER average
else
if $choice EQ "4"
wbrun AFile
endif
endif
endif
endif
skip Start BACK
endif
.aminet-dir
biz/dbase
.stored-in
FreshFish-Vol10:New/biz/dbase/AFile/
.pi-file
FreshFish-Vol10:New/biz/dbase/AFile/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
AFSDemo
.type
File System
.short
Demo of Ami-FileSafe (New filing system)
.description
Features of Ami-FileSafe
------------------------
- AFS has much faster disk access than FFS.
- AFS will store (On average) more data than FFS on the same disk.
- AFS gives vastly improved directory scanning.
- AFS is SAFE - If you crash your machine whilst writing Ami-FileSafe
partitions will not (unlike OFS & FFS) become invalidated
or corrupt.
Ami-FileSafe (AFS) Announcement
-------------------------------
Since the initial release of Ami-FileSafe there has been a few changes.
Ami-FileSafe Pro
----------------
Ami-FileSafe now becomes Ami-FileSafe Pro. The new version includes:-
- A MultiUser FileSystem version of AFS.
- An on the fly FFS to AFS converter.
Current users of Ami-FileSafe can update to Ami-FileSafe Pro free of charge.
The retail price of Ami-FileSafe Pro is 69.75UKP (Inc Vat).
Ami-FileSafe User
-----------------
A new version of AFS called Ami-FileSafe User is now available.
Ami-FileSafe User is a budget version of AFS and has the following
limitations:-
- It may only be used on one hard drive of upto 650MB.
- It does not include the MultiUser FileSystem version of AFS.
It does however include the FFS to AFS converter.
The retail price of Ami-FileSafe User is 29.95UKP (Inc Vat).
Upgrades from Ami-FileSafe User to Ami-FileSafe Pro are 44.80UKP (Inc Vat).
.version
14.2
.date
1995.07.07
.author
Fourth Level Developments
.restrictions
The demonstration version of Ami-FileSafe will not handle partitions of
more than 10MB. It can be installed and automouted in the RidgidBootBlock.
Standard mountlists are also supported. Autobooting is supported. Memory
usage depends on the number of buffers selected.
.distribution
Commercial Demo
.price
69.75UKP (Pro), 29.95UKP (User)
.address
31, Ashley Hill
Montpelier
Bristol
BS6 5JA
.email
support@flevel.demon.co.uk
.docs
README
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Submitted electronically directly by the author.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool ReadMe TEXT
endif
skip Start BACK
endif
.aminet-dir
disk/misc
.stored-in
FreshFish-Vol10:New/disk/misc/AFSDemo/
.pi-file
FreshFish-Vol10:New/disk/misc/AFSDemo/Product-Info
.name
AGAiff
.type
Image Conversion
.short
IFF-to-RAW Conv for demo/game programmer
.description
Converts graphics into several 'low-level'/RAW formats.
Supports several animation formats and datatypes, realtime
animation loading from disk if memory is low, and also
building of new animations. ARexx Port, Assembler code,
many different save formats. Manual in AmigaGuide format.
Version 1.99, fourth release. Requires OS 3.0 or later.
This is a preview of the forthcoming Version 2. This version
doesn't feature full docs, and is not finished. Besides that,
there still might be some bugs in the new routines!
I decided to release it, because this is a very useful tool
for demo and game programmers, and the last version was released
half a year ago. Animation loading is such a nice thing that I don't
want the public to wait another two months for the final Version 2!
.version
1.99beta
.date
1995.06.28
.author
Michael Krause
.requirements
Requires OS3.0 and 68020+
.distribution
Freeware
.email
rawstyle@online.sh.sub.de
.docs
ReadMe
AGAiff.guide
.described-by
Michael Krause (rawstyle@online.sh.sub.de)
.submittal
Submitted on disk directly by the author.
.aminet-dir
gfx/conv
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool ReadMe TEXT
else
if $choice EQ "2"
MetaTool AGAiff.guide GUIDE
else
if $choice EQ "3"
AGAiff
endif
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/gfx/conv/AGAiff/
.pi-file
FreshFish-Vol10:New/gfx/conv/AGAiff/Product-Info
.name
AGA_Morphy
.type
Picture
.short
AGA_Morphy Anim by Eric Schwartz
.description
Morphy the Magic Man - Animation by Eric W. Schwartz ©1994
This is my first animation of 1994. It's also the first animation with a
version for the AGA Amigas (A1200 and A4000)
REQUIREMENTS:
Non-AGA Version: Any Amiga with about 2 or more MB memory
AGA Version: AGA-Chipset Amiga with 4 Megs (Maybe less) and a Hard Drive
or High-Density Floppy
INSTALLATION:
Non-AGA Version: The animation can be run directly from its floppy disk,
but to install on a Hard Drive, copy the contents of the floppy to any
drawer on the Hard Drive(including files without icons). As long as the
files are in the same directory with each other, the animation should run.
AGA Version: The distribution floppy provides this version of the
animation and its player in an archive (.LHA) and it will have to be
extracted. This will require about 1.5 megs of free disk space (on either
a Hard Drive or High Density Floppy) and an LHA de-archiving program (not
provided with this release) De-archive the file into a disk or directory.
the animation should run from there.
TO RUN:
Non-AGA Version: Just Double-click its Icon. Simple.
AGA-Version: Not as simple, but still easy. Double Click the Icon, and a
file requester will appear. Pick 'AGA_Morphy' from the requester and
double-click. The animation will then load and run. Do not run the
animation from the Shell, because it will crash the Amiga (Sorry, but it's
a buggy player program)
On either version, hitting the left mouse button while the animation is
running will stop it. the AGA version will bring back the file requester,
which you can exit by hitting 'Cancel' or the close gadget.
LICENSE:
This animation and its characters are copyright ©1994 Eric W. Schwartz. It
can be freely distributed, as long as the files are kept together and are
not altered in anyway.
As Always,
Eric W. Schwartz
.author
Eric W. Schwartz
.distribution
Copyrighted but Freely Redistributable
.address
E.S. Productions
P.O. Box 292684
Kettering, OH 45429-0684
U.S.A.
.aminet-dir
pix/eric
.execute
run METATOOL AGA_Morphy ANIM
.docs
Morphy_README
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/eric/AGA_Morphy/
.pi-file
FreshFish-Vol10:New/pix/eric/AGA_Morphy/Product-Info
.name
AmigaE
.type
Compiler
.short
An Amiga specific E compiler
.description
E is a powerful and flexible object oriented / procedural / unpure
functional higher programming language, mainly influenced by
languages such as C++, Ada, Lisp etc., and Amiga E a very fast
compiler for it, with features such as speed of >20000 lines/minute
on a 7 Mhz amiga, inline assembler and linker integrated into
compiler, large set of integrated functions, great module concept
with v40 includes as modules, flexible type-system, quoted
expressions, immediate and typed lists, parametric and inclusion
polymorphism, exception handling, inheritance, data-hiding,
methods, multiple return values, default arguments, register
allocation, fast memory management, unification, LISP-Cells,
gui-toolkit, (macro-) preprocessor, very intuitive and powerful
source-level debugger, easy .library linking, and much more...
.version
3.2a
.date
1995.7.17
.author
Wouter van Oortmerssen
.reference
GoldFish-Vol2-2:BBS/dev/Amiga_E-3.0a.lha
3.0a
GoldFish-Vol2-1:Files/dev/e/Amiga_E/
3.0a
FreshFish-Vol7:Useful/dist/dev/e/Amiga_E/
3.0a
FreshFish-Vol7:BBS/dev/Amiga_E-3.0a.lha
3.0a
FreshFish-Vol6:Useful/dist/dev/e/Amiga_E/
3.0a
FreshFish-Vol6:New/dev/e/Amiga_E/
3.0a
FreshFish-Vol6:BBS/dev/Amiga_E-3.0a.lha
3.0a
FrozenFish-Vol1:BBS/Useful/dev/e/Amiga_E.lha
2.1b
FreshFish-Vol5:Useful/dist/dev/e/Amiga_E/
2.1b
FreshFish-Vol5:BBS/dev/Amiga_E-2.1b.lha
2.1b
FreshFish-Vol4:Useful/dist/dev/e/Amiga_E/
2.1b
FreshFish-Vol3:Useful/dist/dev/e/Amiga_E/
2.1b
.restrictions
This distribution contains only a limited compiler, registered
compiler available separately.
.distribution
Freeware
.email
Wouter@mars.let.uva.nl
.source
Tool sources and lots of other sources in E included
.construction
AsmOne assembler and E compiler itself
.tested
os v33 to v40, 68000 to 040, free of enforcer-hits
.docs
docs/README
docs/beginner.guide
docs/E.guide
.submittal
Submitted electronically directly by the author.
.execute
set orgdir `cd`
LAB Start
failat 10
unset filechoice
unset dirchoice
cd $orgdir
set choice `RequestChoice "Amiga E" "Please select an option" "View README" "View Guide" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool docs/README TEXT
else
if $choice EQ "2"
cd docs
set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
set dirchoice `pathname $filechoice`
set filechoice `basename $filechoice`
failat 21
cd $dirchoice
MetaTool $filechoice GUIDE
endif
endif
skip Start BACK
endif
.aminet-dir
dev/e
.stored-in
FreshFish-Vol10:New/dev/e/AmigaE/
.pi-file
FreshFish-Vol10:New/dev/e/AmigaE/Product-Info
.name
AmigaXv
.type
Image Utility
.short
Amiga port of the popular unix displayer
.description
This is a port of an X11 program called Xv (v3.10) by John Bradley.
XV is a program that displays image files in GIF87, GIF89, JPEG,
PBM/PGM/PPM, TIFF, PDS/VICAR Sun Rasterfile, and X11 Bitmap formats.
XV runs on nearly ALL X displays: 1, 2, 4, 6, 8, 16, 24, and 32-bit,
color, greyscale, and black/white.
XV displays one image at a time in an output window, or on the root
window. You can arbitrarily stretch or compress the window, and the
picture will be rescaled to fit. You can rotate the picture in
90-degree steps. You can flip the picture vertically and
horizontally. You can repeatedly 'crop' a picture (define a
rectangular 'region-of-interest' and 'throw away' the rest). You can
magnify any portion of the picture by any amount, up to the maximum
size of your screen.
XV allows you click on the picture to determine pixel RGB values and
x,y coordinates. You can perform arbitrary 'gamma correction' on the
picture both in RGB space and HSV space. You can specify the maximum
number of colors that XV should use, for some interesting visual
effects. You can have the program produce a stippled version of the
picture using black and white, or any other pair of colors.
XV can write images in a variety of formats, with many of the
modifications you may have made to the picture saved as well. You can
use XV to do format conversion. XV will also automatically uncompress
compress-ed files, as well as read files from stdin.
.version
2.18
.author
John Bradley, Amiga port by Terje Pedersen
.requirements
Requires MUI
AGA/OS3.0 is recommended but it may actually work with WB2.04/ECS.
.reference
FreshFish-Vol9-2:BBS/gfx/xv-2.10.lha
2.10
FreshFish-Vol9-1:Useful/gfx/edit/xv/
2.10
FreshFish-Vol9-1:New/gfx/edit/xv/
2.10
FreshFish-Vol9-2:BBS/gfx/AmigaXv-1.21.lha
1.21
FreshFish-Vol8-2:BBS/gfx/AmigaXv-1.21.lha
1.21
FreshFish-Vol8-1:Useful/gfx/edit/AmigaXv/
1.21
FreshFish-Vol8-1:New/gfx/edit/AmigaXv/
1.21
.email
terjepe@stud.cs.uit.no
.docs
HISTORY
docs/amiga.readme
docs/readme.mui
docs/LIBX11.readme
docs/README
docs/WorthALook.readme
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from aminet (wuarchive.wustl.edu)
.execute
LAB Start
set choice `RequestChoice "Amiga Xv" "Please select an option" "View Doc" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
set orgdir `cd`
cd docs
set filechoice `RequestFile TITLE "Select Text File" PATTERN "~(#?.info)"`
set dirchoice `pathname $filechoice`
set filechoice `basename $filechoice`
failat 21
cd $dirchoice
MetaTool $filechoice TEXT
cd $orgdir
failat 10
unset filechoice
unset dirchoice
else
if $choice EQ "2"
stack 30000
run xv218
endif
endif
skip Start BACK
endif
.aminet-dir
gfx/edit
.stored-in
FreshFish-Vol10:New/gfx/edit/AmigaXv/
.pi-file
FreshFish-Vol10:New/gfx/edit/AmigaXv/Product-Info
.name
AmiWin
.type
OS Utility
.short
A port of the X11R6 software package
.description
AmiWin is a port of the X11R6 software package by the X consortium.
X11R6 (X-Window-System, sometimes also referred to as "X-Windows")
is a GUI interface standard that is particularly common on Un*x
systems. The feature that most sets it apart from other GUI standards
is that X11 can run across a network, i.e. a GUI-based program can be
run on a machine that is different from the one the user is working on
(where the X server is located).
.version
2.0
.date
1995.07.31
.author
Holger Kruse
.restrictions
The evaluation version has a number of restrictions that are not
present in the registered version:
* In the unregistered version the number of clients connected to the
X server at any time is limited to 4 (128 in the registered
version).
* The unregistered version of AmiWin does not support external X
extension modules. The registered version comes with the "Sync"
and "Multibuffering" extensions.
* All display drivers in the evaluation version have a maximum
screen size of 800x600.
* The evaluation version does not contain the true-color display
drivers.
* The evaluation version of the font access library only supports X
bitmap fonts. Scalable outline fonts (Speedo, Type1) and remote
font access are not supported.
* The evaluation version only contains two fonts. Other bitmap fonts
are available from other sources though (e.g. ftp.x.org), and can
be used with the evaluation version of AmiWin. The registered
version comes with a large font collection (17 MB) including
scalable fonts, precompiled for AmiWin for best performance.
* The registered version contains several more clients, including
the virtual window manager "fvwm" and all associated modules.
* The registered version contains 68030-optimized versions of all
display drivers.
* The registered version contains "xaw3d.library", a library that
gives the Athena Widgets set a 3-dimensional look, and
"xpm.library", a library for handling color images.
* The registered version comes with a printable copy of the AmiWin
manual (.dvi and .ps formats).
.requirements
OS2.04+
4Mb RAM
2Mb Disk Space
.distribution
Shareware
.price
$50
.address
12006 Coed Drive
Orlando, FL 32826-3101
USA
.email
kruse@cs.ucf.edu
.docs
AmiWin.guide
REGISTRATION
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.aminet-dir
gfx/x11
.execute
set orgdir `cd`
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Guide" "Install Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool AmiWin.guide GUIDE
else
if $choice EQ "2"
Installer Install_AmiWin MINUSER Expert APPNAME AmiWin
endif
endif
cd $orgdir
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/gfx/x11/AmiWin/
.pi-file
FreshFish-Vol10:New/gfx/x11/AmiWin/Product-Info
.name
AmyWB
.type
Icons
.short
a collection 32 color icons/docks
.description
This is AmyWB Icon pack Vol 1, a collection of higly professional 32
colors, 1:1 resolution icons/docks for Amiga.
AmyWB Icons are compatible with:
- Amiga native 4 colors icons
- MagicWB 8 colors icons
- ROMIcons 16 colors icons
A suited palette file and configuration file for LockColors are included
in this package.
.version
1
.author
Henrik Jensen
.restrictions
Drawer icons are not ready yet.
.distribution
Copyrighted but Freely Redistributable
.docs
README
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.aminet-dir
pix/icon
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Preview" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool README TEXT
else
if $choice EQ "2"
MetaTool Snaphshot.iff ILBM
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/pix/icon/AmyWB_1/
.pi-file
FreshFish-Vol10:New/pix/icon/AmyWB_1/Product-Info
.name
Analay
.type
Scientific
.short
Graphing with integrated page layout
.description
Analay is a new math graphing program with integrated page layout. It
combines its math functions with a DTP program, enabling the user to
lay out scientific pages very quickly and easily.
.version
1.11
.date
1995.05.03
.author
Marc Necker
.restrictions
Printing & saving are disabled
Loading a configuration is disabled
.requirements
1.5 Mb RAM
OS2.0+
.distribution
Copyrighted but Freely Redistributable without the key-file
.price
30 DM for program with key-file.
.address
Sulzauerstr. 15
70563 Stuttgart
Germany
.email
Marc@buster.tynet.sub.org
.construction
The program was written using the Amiga-Oberon compiler by Fridtjof
Siebert. It uses the garbage collector of this Oberon system, which
makes it much larger than programs not using the garbage collector.
However it runs very fast and, using the garbage collector, very
stably.
.docs
AnalayDeutsch.guide
AnalayEnglish.guide
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted electronically directly by the author.
.aminet-dir
misc/math
.execute
set orgdir `cd`
LAB start
failat 10
unset filechoice
unset dirchoice
cd $orgdir
set choice `RequestChoice "Analay" "Please select an option" "English Guide" "Deutsch Guide" "Run" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool AnalayEnglish.guide GUIDE
else
if $choice EQ "2"
MetaTool AnalayDeutsch.guide GUIDE
else
if $choice EQ "3"
assign Analay: ""
WBRun Analay
endif
endif
endif
skip start BACK
endif
.stored-in
FreshFish-Vol10:New/misc/math/Analay/
.pi-file
FreshFish-Vol10:New/misc/math/Analay/Product-Info
.name
AntiCicloVir
.aminet-dir
util/virus
.type
AntiVirus Utility
.short
Link/File/BB/Validator/Memory virus elim
.description
A link virus detector and exterminator. Also detects other types of
viri. This version recognizes: 188 Bootblock, 28 File, 15 Link,
7 Disk-Validator, 11 Trojans, and 17 Bombs. Automatically checks each
inserted disk for boot block and disk-validator viruses. Can scan all
files of a specified directory for known link viruses, and constantly
monitors memory and system vectors. Now public domain and includes
source in assembler.
.version
2.4a
.date
1995.03.14
.author
Matthias Gutt
.reference
AmigaLibDisk611:AntiCicloVir/
1.1
FreshFish-Oct93:Old/AmigaLibDisks/Disks600-619/Disk611/AntiCicloVir/
1.1
FrozenFish-Apr94:BBS/ALib/d6xx/d611/AntiCicloVir.lha
1.1
GoldFish1-Apr94:BBS/d6xx/d611/AntiCicloVir.lha
1.1
GoldFish2-Apr94:d6xx/d611/AntiCicloVir/
1.1
AmigaLibDisk648:AntiCicloVir/
1.2
FreshFish-Oct93:Old/AmigaLibDisks/Disks640-659/Disk648/AntiCicloVir/
1.2
FrozenFish-Apr94:BBS/ALib/d6xx/d648/AntiCicloVir.lha
1.2
GoldFish1-Apr94:BBS/d6xx/d648/AntiCicloVir.lha
1.2
GoldFish2-Apr94:d6xx/d648/AntiCicloVir/
1.2
AmigaLibDisk664:AntiCicloVir/
1.3
FreshFish-Oct93:Old/AmigaLibDisks/Disks660-679/Disk664/AntiCicloVir/
1.3
FrozenFish-Apr94:BBS/ALib/d6xx/d664/AntiCicloVir.lha
1.3
GoldFish1-Apr94:BBS/d6xx/d664/AntiCicloVir.lha
1.3
GoldFish2-Apr94:d6xx/d664/AntiCicloVir/
1.3
AmigaLibDisk710:AntiCicloVir/
1.5
FreshFish-Oct93:Old/AmigaLibDisks/Disks700-719/Disk710/AntiCicloVir/
1.5
FrozenFish-Apr94:BBS/ALib/d7xx/d710/AntiCicloVir.lha
1.5
GoldFish1-Apr94:BBS/d7xx/d710/AntiCicloVir.lha
1.5
GoldFish2-Apr94:d7xx/d710/AntiCicloVir/
1.5
AmigaLibDisk733:AntiCicloVir/
1.6
FreshFish-Oct93:Old/AmigaLibDisks/Disks720-739/Disk733/AntiCicloVir/
1.6
FrozenFish-Apr94:BBS/ALib/d7xx/d733/AntiCicloVir.lha
1.6
GoldFish1-Apr94:BBS/d7xx/d733/AntiCicloVir.lha
1.6
GoldFish2-Apr94:d7xx/d733/AntiCicloVir/
1.6
AmigaLibDisk815:AntiCicloVir/
1.7
FreshFish-Dec93:Old/AmigaLibDisks/Disks800-819/Disk815/AntiCicloVir/
1.7
FreshFish-Oct93:Old/AmigaLibDisks/Disks800-819/Disk815/AntiCicloVir/
1.7
FrozenFish-Apr94:BBS/ALib/d8xx/d815/AntiCicloVir.lha
1.7
GoldFish1-Apr94:BBS/d8xx/d815/AntiCicloVir.lha
1.7
GoldFish2-Apr94:d8xx/d815/AntiCicloVir/
1.7
AmigaLibDisk842:AntiCicloVir/
1.8
FreshFish-Dec93:Old/AmigaLibDisks/Disks840-859/Disk842/AntiCicloVir/
1.8
FreshFish-Oct93:Old/AmigaLibDisks/Disks840-859/Disk842/AntiCicloVir/
1.8
FrozenFish-Apr94:BBS/ALib/d8xx/d842/AntiCicloVir.lha
1.8
GoldFish1-Apr94:BBS/d8xx/d842/AntiCicloVir.lha
1.8
GoldFish2-Apr94:d8xx/d842/AntiCicloVir/
1.8
AmigaLibDisk865:AntiCicloVir/
2.0
FreshFish-Dec93:Old/AmigaLibDisks/Disks860-879/Disk865/AntiCicloVir/
2.0
FreshFish-Oct93:Old/AmigaLibDisks/Disks860-879/Disk865/AntiCicloVir/
2.0
FrozenFish-Apr94:BBS/ALib/d8xx/d865/AntiCicloVir.lha
2.0
GoldFish1-Apr94:BBS/d8xx/d865/AntiCicloVir.lha
2.0
GoldFish2-Apr94:d8xx/d865/AntiCicloVir/
2.0
AmigaLibDisk989:AntiCicloVir/
2.1
FreshFish-May94:BBS/AmigaLib/d989/AntiCicloVir.lha
2.1
FreshFish-May94:New/AmigaLibDisks/d989/AntiCicloVir/
2.1
FrozenFish-Apr94:BBS/ALib/d9xx/d989/AntiCicloVir.lha
2.1
GoldFish1-Apr94:BBS/d9xx/d989/AntiCicloVir.lha
2.1
GoldFish2-Apr94:d9xx/d989/AntiCicloVir/
2.1
AmigaLibDisk767:AntiCicloVir/
1.6a
FreshFish-Oct93:Old/AmigaLibDisks/Disks760-779/Disk767/AntiCicloVir/
1.6a
FrozenFish-Apr94:BBS/ALib/d7xx/d767/AntiCicloVir.lha
1.6a
GoldFish1-Apr94:BBS/d7xx/d767/AntiCicloVir.lha
1.6a
GoldFish2-Apr94:d7xx/d767/AntiCicloVir/
1.6a
FreshFish-Sep94:BBS/util/AntiCicloVir-2.2a.lha
2.2a
FreshFish-Sep94:New/util/virus/AntiCicloVir/
2.2a
AmigaLibDisk1014:Programs/AntiCicloVir/
2.3a
FreshFish-Vol7:BBS/util/AntiCicloVir-2.3a.lha
2.3a
FreshFish-Vol7:New/util/virus/AntiCicloVir/
2.3a
GoldFish-Vol2-1:Files/util/virus/AntiCicloVir/
2.3a
GoldFish-Vol2-2:BBS/util/AntiCicloVir-2.3a.lha
2.3a
.distribution
Public Domain
.source
Includes source in assembler
.address
Kantstr. 16
21335 Lüneburg
Germany
.docs
AntiCicloVir.DOC
AntiCicloVir.DOK
VIRUSLIST.DOC
.described-by
Richard Fish
.submittal
Submitted on disk directly by author.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Dok" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool AntiCicloVir.DOC TEXT
else
if $choice EQ "2"
MetaTool AntiCicloVir.DOK TEXT
else
if $choice EQ "3"
assign libs: libs/ ADD
assign L: L/ ADD
wbrun AntiCicloVir
endif
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/util/virus/AntiCicloVir/
.pi-file
FreshFish-Vol10:New/util/virus/AntiCicloVir/Product-Info
.name
Ascii-Send
.type
OS Utility
.short
Converts text file to input events
.description
ASCII_SEND is a Tool, which can conver any given textfile to a stream
of InputEvents. These InputEvents are sent to the active Window or
(via the Arexx-Port of MUI_ASCSEND) any window you made the active
one.
It is a Commodity, in which you can assign a filename to a
(user-defined) hotkey. On pressing this key, the file is converted to
Inputevents.
There is also an InputEvent-Recorder (IREC) available, which does this
thing the backward way: it converts Keystrokes and Mousebuttons to a
textfile.
.version
3.3
.date
1995.06.10
.author
Karlheinz Klingbeil
.requirements
OS2.04+
.distribution
Freeware
.address
Elzstrasse 42
D-79261 Gutach
Federal Republic of Germany
.email
lunqual@crazy.freinet.de
lunqual%mab@wsb.freinet.de
.docs
Doc/History
Doc/Deutsch/Liesmich_zuerst
Doc/English/ASCSEND_English.guide
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
util/misc
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Guide" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
cd doc/english
MetaTool ASCSEND_English.guide GUIDE
cd //
else
if $choice EQ "2"
assign locale: MUI/ ADD
MUI/ascsend CX_POPUP=YES
assign locale: MUI/ REMOVE
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/util/misc/ascsend/
.pi-file
FreshFish-Vol10:New/util/misc/ascsend/Product-Info
.name
AT-Logo
.type
Picture
.short
Alt Logo Backdrops for WB & Windows
.description
Alternative AmiTech Backdrops
Based on Mike's "An Alternative 'Amiga Technologies' Logo" package from
yesterday, here's a complimentary Windows .BMP backdrop for those of
you unfortunate enough to have to use an IBM at work (like me).
Perhaps I should make a bumpersticker, too. Heh heh. Pretty good idea
actually. Anyone want one?
And I'd like to say, Mike, that I absolutely love the "improved" logo
you suggest. (The red one, though, please! It looks alot more impressive
and professional than the Rainbow Bright(tm) series...) Can anyone get
this to Escom?
Oh, I also included an .IFF with a slightly different caption.
Phil
\
\ \
\ \ \
\ \ \ \ ;-)
(beazleyp@iimef-emh1.clb.usmc.mil)
.author
Phil
.distribution
Copyrighted but Freely Redistributable
.email
beazleyp@iimef-emh1.clb.usmc.mil
.aminet-dir
pix/wb
.execute
METATOOL AMITECH.IFF ILBM
.docs
AT-Logo.readme
README.TXT
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/wb/AT-Logo/
.pi-file
FreshFish-Vol10:New/pix/wb/AT-Logo/Product-Info
.name
BatMan
.type
Animation
.short
Batman Anim by Eric Schwartz
.description
A short looping anim Eric did back in 1989 and decided to release in 1992.
.author
Eric Schwartz
.distribution
Copyrighted but Freely Redistributable
.aminet-dir
pix/eric
.execute
METATOOL "Batman Anim" ANIM
.docs
BatMan.Anim.readme
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/eric/BatMan/
.pi-file
FreshFish-Vol10:New/pix/eric/BatMan/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
BBGopher
.type
Communications
.short
Gopher client for AmiTCP/CNet
.description
BBGopher/amiga is an Amiga port of BBGopher 1.6 for UNIX systems.
It is an ASCII/ANSI based client that offers a very simple interface.
It was developed to work efficiently with CNet BBS and AmiTCP. It
can be used stand-alone with AmiTCP as well.
.version
1.0
.date
1995.04.20
.author
Jason Weber, based on code by Mark Morley
.distribution
Freeware
.address
Jason Weber
533 Ansley Street
Perry, Georgia 31069
.email
jmw@tedgebbs.is.net
.source
Includes source in C
.docs
README
Amiga.Readme
Amiga.History
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool Amiga.Readme TEXT
else
if $choice EQ "2"
assign rexx: rexx/ ADD
bbgopher
endif
endif
skip Start BACK
endif
.aminet-dir
comm/tcp
.stored-in
FreshFish-Vol10:New/comm/tcp/BBGopher/
.pi-file
FreshFish-Vol10:New/comm/tcp/BBGopher/Product-Info
.name
BDH
.type
Base converter
.short
base-converter
.description
It's just a base-converter.
With the PopCycle gadget you can see your value on a Long Word (L),
a Word (W) or a Byte (B).
You can do some left-shift or right-shift with the [<<] or [>>] gadget.
.version
1.0
.author
Doguet Emmanuel
.requirements
bgui.library
OS2.04
.distribution
Freeware
.address
4, rue de Cornouailles
50130 OCTEVILLE
FRANCE
.email
manu@ramses.fdn.org
.docs
BDH_ENG.doc
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
dev/misc
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool BDH_ENG.doc TEXT
else
if $choice EQ "2"
BDH
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/dev/misc/BDH/
.pi-file
FreshFish-Vol10:New/dev/misc/BDH/Product-Info
.name
Beast
.type
Picture
.short
3D fantasy pic Lightwave generated
.description
This piccy (CavernBeast.jpg) is a sample frame from a massive animation
project Iam currently working on using lightwave & Imagine3.
The lizardbeast in the pic is to be animated, I`m currently setting up all
the bones in imagine3 for this as they are superior to lightwave`s, just the
hands to finish now.(Thank christ, it`s taken me ages....).
I`d be interested in hearing from any other 3D maniacs to swap textures,
objects hints & tips etc.
I use lightwave and Imagine 3 for most of my 3d stuff, often in
collabaration.
Hope some-one likes this piccy, why not e-mail me and let me know :
ade@artworks.demon.co.uk or
Adrian_Rutter@metnet.demon.co.uk
Cheers,this piccy is freely distributable, but I retain copyright, ok ?
Ade.
.author
Ade Rutter
.distribution
Copyrighted but Freely Redistributable
.email
ade@artworks.demon.co.uk
.aminet-dir
pix/trace
.execute
METATOOL CavernBeast.jpg JPEG
.docs
read.me
beast.readme
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/trace/Beast/
.pi-file
FreshFish-Vol10:New/pix/trace/Beast/Product-Info
.name
BeaverDream
.type
Picture
.short
Raytrace in Imagine
.description
This is a picture I did a while ago in Imagine 3.0. My friend Neil drew the
girl on the floor, and I scanned it in. The actual "Dream" I did in Image F/X.
I also composited in the girl in Image F/X.
.author
Andy Rittner
.distribution
Copyrighted but Freely Redistributable
.email
adr93001@UConnVM.UConn.Edu
.aminet-dir
pix/imagi
.execute
METATOOL BeaverDream.jpg JPEG
.docs
BeaverDream.readme
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/imagi/BeaverDream/
.pi-file
FreshFish-Vol10:New/pix/imagi/BeaverDream/Product-Info
.name
BGUI-Exchange
.type
OS Utility
.short
BGUI replacement for 'Exchange'
.description
BGUI-Exchange is just a replacement for the workbench commodity 'Exchange'.
It's a commodity manager.
Features:
o Use the bgui.library
o Resizeable
o Keyboard shortcup for listview and buttons
o Open its GUI on the active-screen
.version
1.0
.date
1995.06.08
.author
Doguet Emmanuel
.requirements
bgui.library
OS2.04
.distribution
Giftware
.address
4, rue de Cornouailles
50130 OCTEVILLE
FRANCE
.email
manu@ramses.fdn.org
manu@ramses.telesys-innov.fr
.docs
BGUI-Exchange_Eng.guide
BGUI-Exchange_FR.guide
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
util/cdity
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Guide" "Install Program" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
set choice2 `RequestChoice "View Guide" "Please select a language" "English" "Francais" "Cancel"`
if $choice2 GT "0"
if $choice2 EQ "1"
MetaTool BGUI-Exchange_Eng.guide GUIDE
else
if $choice2 EQ "2"
MetaTool BGUI-Exchange_FR.guide GUIDE
endif
endif
endif
else
if $choice EQ "2"
set choice2 `RequestChoice "Install" "Please select a language" "English" "Francais" "Cancel"`
if $choice2 GT "0"
if $choice2 EQ "1"
Installer Install_English BGUI-Exchange AVERAGE AVERAGE T:BGUI-Exchange.log english
else
if $choice2 EQ "2"
Installer Install_Français BGUI-Exchange AVERAGE AVERAGE T:BGUI-Exchange.log français
endif
endif
endif
else
if $choice EQ "3"
assign libs: libs/ ADD
BGUI-Exchange
assign libs: libs/ REMOVE
endif
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/util/cdity/BExchange/
.pi-file
FreshFish-Vol10:New/util/cdity/BExchange/Product-Info
.name
BibleScramble
.type
Thinking Game
.short
A scrabble-like word game.
.description
BibleScramble - A scrabble-like word game. The object is to
unscramble 7 ltrs per turn to make a word from the Bible. Unlike
other word games that use random words, ten levels or categories
of difficulty are available. Play alone, against another human
or against HAL. This is version 1.0 released as a demo to the
commercial product. Binary only.
.version
1.0
.author
B.E.E. Ready!
.requirements
OS1.2+
512Kb RAM, 1MB Recommended
.distribution
Commercial Demo
.address
P.O. Box 673
Kiowa, CO 80117
.docs
BibleScrambleDemo.DOC
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
game/think
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool BibleScrambleDemo.DOC TEXT
else
if $choice EQ "2"
BibleScrambleDemo
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/game/think/ScRaMbLe/
.pi-file
FreshFish-Vol10:New/game/think/ScRaMbLe/Product-Info
.name
BlitzBlank
.type
Screen Blanker
.short
Modular screenblanker, lots of features
.description
Description of BlitzBlank:
--------------------------
Well, another screen saver. But this one's got these features:
- AGA/OS 3.0 compatibel
- most modules are graphic card compatible
- modular (soon more Modules) concept
- lots of useful options
- lots of funny modules
- build in mouseblanker (timed or by keystroke)
- nice GUI (style-guide-compliant)
- build in screen mode requester (Commodore forgot in OS 2.0)
- ARexx-Interface
- fully system friendly
- it's own prefs-editor (BlitzBlankPrefs)
- automatic switch-back to black screen if a blanker stops due to heavy
CPU load
- won't crash if some nasty program opens it's window on the blankscreen
- mouse motion sensitivity adjustable
- "blank now"- and "blank never"-corner (adjustable size)
- monitors the joystick
- flexible random function
- Commodity
- every module can have it's own screen mode (if the module supports it)
- AmigaGuide documentation with context sensitiv help
- Reblanking (module screen will be pushed to front every 5 seconds)
.version
2.60
.date
1995.05.16
.author
Thomas Börkel
.requirements
- an Amiga ;-))
- AmigaOS 2.04 or higher (anybody who still uses 1.3 is at a loss)
- @{" MUI " link mui} 2.3
- the following libraries must be present in the LIBS: directory:
* commodities.library
* rexxsyslib.library
* amigaguide.library
.distribution
Giftware
.address
Gartenstr. 16
D-76761 Rülzheim
Germany
.email
Thomas_Boerkel@amiga_inside2.schiele-ct.de
.docs
Deutsch/BlitzBlank.guide
English/BlitzBlank.guide
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.aminet-dir
util/blank
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Guide" "Install Program" "UnInstall" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
set choice2 `RequestChoice "Options Selection" "Please select a Language" "English" "Deutsch" "Cancel"`
if $choice2 GT "0"
if $choice2 EQ "1"
cd English
MetaTool BlitzBlank.guide GUIDE
cd /
else
if $choice2 EQ "2"
cd Deutsch
MetaTool BlitzBlank.guide GUIDE
cd /
endif
endif
endif
else
if $choice EQ "2"
set choice2 `RequestChoice "Options Selection" "Please select a Language" "English" "Deutsch" "Cancel"`
if $choice2 GT "0"
if $choice2 EQ "1"
Installer Install_BlitzBlank "BlitzBlank 2.60" MINUSER AVERAGE LANGUAGE english
else
if $choice2 EQ "2"
Installer Install_BlitzBlank "BlitzBlank 2.60" MINUSER AVERAGE LANGUAGE deutsch
endif
endif
endif
else
if $choice EQ "3"
set choice2 `RequestChoice "Options Selection" "Please select a Language" "English" "Deutsch" "Cancel"`
if $choice2 GT "0"
if $choice2 EQ "1"
Installer UnInstall_BlitzBlank "BlitzBlank 2.60" MINUSER AVERAGE LANGUAGE english
else
if $choice2 EQ "2"
Installer UnInstall_BlitzBlank "BlitzBlank 2.60" MINUSER AVERAGE LANGUAGE deutsch
endif
endif
endif
else
if $choice EQ "4"
assign libs: libs/ ADD
assign locale: locale/ ADD
run >nil: BlitzBlank
BlitzBlankPrefs
endif
endif
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/util/blank/BlitzBlank/
.pi-file
FreshFish-Vol10:New/util/blank/BlitzBlank/Product-Info
.name
BluffTitler
.type
Video Tool
.short
A Realtime 3D Titling System
.description
BluffTitler is Realtime 3D Titling program. It allows you to animate 3D
texts in all sorts of 3D effects using a simple graphical user interface.
You no longer have to use difficult,expensive and slow 3D rendering software
to make those stunning 3D leaders. All you need is BluffTitler !!
And because BluffTitler works in realtime, you can immediately start
recording your leader to video . No more heavy disk operations, memory
problems and single frame recorders : simply start BluffTitler and press
the record button on your video !
Since computer power is limited you can't expect broadcast quality from a
realtime titler, but the result is perfectly suitable for
-home video's
-semi-professional productions
-cable networks
-computer presentations
.version
1.1
.author
Michiel den Outer
.requirements
- a 68020 Processor or higher
- Amiga DOS 2.0 or higher
- a 15 KHz monitor or TV
.distribution
Shareware
.price
$15 (US), 25 DM
.address
Populierenlaan 59
2925 CP Krimpen a/d IJssel
The Netherlands
.docs
BluffTitler.DOC
.described-by
Richard Fish
.submittal
Submitted on disk directly by the author.
.aminet-dir
gfx/misc
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Guide" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
set orgdir `cd`
cd docs
set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "~(#?.info)"`
set dirchoice `pathname $filechoice`
set filechoice `basename $filechoice`
failat 21
cd $dirchoice
MetaTool $filechoice GUIDE
cd $orgdir
failat 10
unset filechoice
unset dirchoice
else
if $choice EQ "2"
BluffTitler
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/gfx/misc/BluffTitler_Demo/
.pi-file
FreshFish-Vol10:New/gfx/misc/BluffTitler_Demo/Product-Info
.name
BootBlk_Checker
.type
Disk Tool
.short
Can check/remove/install bootblocks
.description
Boot Block Checker as the name suggests checks the boot block
of floppy disks. It can also remove and/or install boot
blocks. All current DOS types are accepted.(OS1.3, OS2.x
OS3.0) Excluding disk which are High Density. (ie A4000)
.version
1.00
.author
DCAT
.distribution
Copyrighted but Freely Redistributable
.docs
BootBlk_Check.Doc
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
disk/misc
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool BootBlk_Check.DOC TEXT
else
if $choice EQ "2"
BootBlk_Check
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/disk/misc/BootBlk_Checker/
.pi-file
FreshFish-Vol10:New/disk/misc/BootBlk_Checker/Product-Info
.name
bootpic
.type
Picture
.short
Amiga Workbench Bootpics
.description
Amiga Workbench Bootpicture
Das Bootpic steht in zwei Versionen zur verfuegung:
640x512 und 800x600!
Zusaetzlich gibt es noch ein Commodore Pattern fuer die MagicWB.
.author
ICEHAWK
.distribution
Copyrighted but Freely Redistributable
.email
s_supp@ira.uka.de
.aminet-dir
pix/icon
.execute
METATOOL Amigaboot640x512.iff ILBM
.docs
bootpic94.readme
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/icon/bootpic/
.pi-file
FreshFish-Vol10:New/pix/icon/bootpic/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
BootUte
.type
OS Utility
.short
System degrader
.description
BootUte 2 is the latest (and greatest) degrader for the Amiga.
It can be run on any Amiga with Kickstart 2.04 or above.
Here is a summary of features :
o Any executable file can be run.
o Bootblocks can be run, saved, loaded etc.
o Limit amount of available fast memory.
o Limit amount of available chip memory.
o 'Fake' fast memory when real fast memory is not present.
o Clear all free memory before execution of the program or
bootblock.
o Chipset and display type 'emulation'.
o CPU/FPU 'emulation'
o Ability to change the mode of operation for data and/or
instruction caches.
o Allow setting of the VBR (Vector Base Register) to any area
of memory (providing the particular area of memory is not
currently being used)
o Ability to selectively disable floppy disk drives, CD-ROM
drives and/or the PCMCIA port.
Plus lots of other features.
.version
2.5
.date
1995.06.25
.author
Paul Toyne
.requirements
Requires WB2.0+
.distribution
Shareware
.price
$25 (US), £15, 35 DM
.email
pt@dmu.ac.uk
.address
1 Sherrard Drive,
Sileby,
Leicestershire
LE12 7SG
ENGLAND
.docs
README
Docs/BootUte_2.doc
Docs/BootUte_2.guide
Docs/Register_BU.doc
.described-by
Dan Fish (daf@daffy.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool Docs/BootUte_2.doc TEXT
else
if $choice EQ "2"
cd Docs
MetaTool BootUte_2.guide GUIDE
cd /
else
if $choice EQ "3"
Installer Install BootUte EXPERT
else
if $choice EQ "4"
wbrun BootUte_2
endif
endif
endif
endif
skip Start BACK
endif
.aminet-dir
util/misc
.stored-in
FreshFish-Vol10:New/util/misc/BootUte/
.pi-file
FreshFish-Vol10:New/util/misc/BootUte/Product-Info
.name
BorderSprites
.type
OS Patch
.short
Make mouse visible outside screens
.description
This program changes one bit in the graphics.library so the mouse pointer
will not become invisible when it is moved between screens or at the right
of the screen.
.version
1.0
.date
1995.07.16
.author
Steffen Thorsen
.distribution
Public Domain
.requirements
OS3.0, ECS/AGA chips
.exectype
68000
.source
Assembler source (1K)
.tested
with OS3.0, with Multisync/normal monitors
.address
Fjordg 8A
N-4300 Sandnes
Norway
.installsize
14K
.docs
BorderSprites.doc
.described-by
Steffen Thorsen
.submittal
Submitted on disk directly by the author
.aminet-dir
gfx/misc
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool BorderSprites.doc TEXT
else
if $choice EQ "2"
BorderSprites
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/gfx/misc/BorderSprites/
.pi-file
FreshFish-Vol10:New/gfx/misc/BorderSprites/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
Bud
.type
Financial Utility
.short
Personal Budget Utility
.description
Bud is a small Budget Management tool, that I developed for
the author's personal needs. This first version is limited to
budget planning, recording, reporting, and graphing. Future
releases will incorporate multiple account handling.
.version
1.01
.date
1995.07.01
.author
Eric Labbe
.requirements
Requires OS3.0+
.distribution
Shareware
.price
$10 (US), $15 (CAN)
.address
3843 Repere,
Rock-Forest, Qc.
Canada J1N 3Y1
2500 Cavendish #306
Montreal, Qc
Canada H4B 2Z6
.email
ericl@vedge.com
.docs
bud.doc
addendum.doc
Problem.txt
registration.txt
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View ReadMe" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool bud.doc TEXT
else
if $choice EQ "2"
bud
endif
endif
skip Start BACK
endif
.aminet-dir
biz/misc
.stored-in
FreshFish-Vol10:New/biz/misc/Bud/
.pi-file
FreshFish-Vol10:New/biz/misc/Bud/Product-Info
.name
CastleRoom
.type
Picture
.short
1024x768x8 GIF - Castle room/furnishings
.description
A 1024x768 .gif with 256 colors which I created some years ago with
Imagine 2.0 -- it details a room in a castle, sunset out the window,
wine and chess set on the table, a picture, a mirror, two chairs ready
for the chess players. Lighting and scene came out real nice.
.author
Udo Schuermann
.distribution
Copyrighted but Freely Redistributable
.aminet-dir
pix/trace
.execute
MetaTool CastleRoom.gif GIF
.described-by
Fred Fish (fnf@amigalib.com)
.submittal
Submitted directly by author via ftp.
.stored-in
FreshFish-Vol10:New/pix/trace/CastleRoom/
.pi-file
FreshFish-Vol10:New/pix/trace/CastleRoom/Product-Info
.name
CCC
.fullname
Crunch Crumble Chomp
.type
Game
.short
Destroy a large city with your monster
.description
You guide a monster on its career of trashing a large city. Your
objective; to destroy as much of the city as possible before your
monster is destroyed by the military. The game is keyboard
controlled for one player.
.version
0.6
.date
1995.1.8
.author
Ronald F. Picardi
.restrictions
Some keyboard commands not available. Save game not available.
Display status sometimes flickers. Graphics display may jumps
when flying and blasting. Graphics currently in use for monster
are for program testing. Game exits to Workbench when your
monster is destroyed.
.requirements
Any Amiga with 1 meg or more memory.
.distribution
Shareware
.address
630 Bacon Rd
Saginaw, MI 48609
.construction
Compiled AmosPro
.tested
A500, A600, A2000, CD32-SX1, A4000/40
.docs
Docs.TXT
.submittal
Submitted on disk directly by author
.aminet-dir
game/misc
.execute
LAB Start
set choice `arqreq "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel" ID=0`
if $choice GT "0"
if $choice EQ "1"
MetaTool Docs.TXT TEXT
else
if $choice EQ "2"
CCC
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/game/misc/CCC/
.pi-file
FreshFish-Vol10:New/game/misc/CCC/Product-Info
.name
Chaos
.fullname
The Chess HAppening Organisation System
.type
Chess tournament manager
.short
Manages swiss pairing tournaments
.description
Chaos is a program that manages single-player chess-tournaments.
It offers different pairing modes: Swiss pairing (Less rounds
than players) and Round Robin (same number of rounds than
players), either FIDE system or Shift system.
.version
5.5
.date
1995.06.05
.author
Jochen Wiedmann
.requirements
Requires Kickstart/Workbench 2.0 or later and
MUI (Magic User Interface) 2.0 or later
.reference
FreshFish-Vol9-2:BBS/game/Chaos-5.3.lha
5.3
FreshFish-Vol8-2:BBS/game/Chaos-5.3.lha
5.3
FreshFish-Vol8-1:New/game/think/Chaos/
5.3
GoldFish-Vol2-2:BBS/game/Chaos-5.2.lha
5.2
GoldFish-Vol2-1:Files/game/think/Chaos/
5.2
.distribution
GNU Public License
.address
Am Eisteich 9
72555 Metzingen
Germany
Phone: (0049) +7123 / 14881
.email
jochen.wiedmann@zdv.uni-tuebingen.de
Email: jochen.wiedmann@zdv.uni-tuebingen.de
.exectype
68xxx
.installsize
400 Kb
.source
LhA archive
.construction
Compiled with Dice, but prepared for GNU C and SAS/C.
.docs
Chaos.guide
.submittal
Submitted electronically directly by the author.
.execute
LAB Start
set choice `RequestChoice "Chaos" "Please select an option" "View English Guide" "View Deutsch Guide" "Install" "Run" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
cd doc
MetaTool Chaos_english.guide GUIDE
cd /
else
if $choice EQ "2"
cd doc
MetaTool Chaos_deutsch.guide GUIDE
cd /
else
if $choice EQ "3"
Installer Install
else
if $choice EQ "4"
Chaos
endif
endif
endif
endif
skip Start BACK
endif
.aminet-dir
game/board
.stored-in
FreshFish-Vol10:New/game/board/Chaos/
.pi-file
FreshFish-Vol10:New/game/board/Chaos/Product-Info
.name
CX
.type
Workbench Tool
.short
Exchange clone; ARexx, localized, ...
.description
CX is a replacement of the original "Exchange" program.
It's more comfortable, offers you an ARexx port and,
of course, is fontsensitive and localized.
.beschreibung
CX ist ein Ersatz für das originale "Exchange"-Programm.
CX bietet mehr Komfort (Tastatursteuerung, Menüs), einen
ARexx-Port und ist natürlich fontsensitiv und lokalisiert.
.version
2.3
.date
1995.07.11
.author
Fin Schuppenhauer
.reference
GoldFish-Vol2-2:BBS/util/CX-1.3.lha
1.3
GoldFish-Vol2-1:Files/util/cdity/CX/
1.3
FreshFish-Vol9-2:BBS/util/CX-1.3.lha
1.3
FreshFish-Vol8-2:BBS/util/CX-1.3.lha
1.3
FreshFish-Vol8-1:New/util/cdity/CX/
1.3
AmigaLibDisks:d10xx/d1051/Programs/CX/
1.3
FreshFish-Vol7:New/util/cdity/CX/
1.1
FreshFish-Vol7:BBS/util/CX-1.1.lha
1.1
.requirements
OS 2.1+
.distribution
Freeware
.address
Fin Schuppenhauer
Brausspark 10
D-20537 Hamburg
(Germany)
.email
1schuppe@informatik.uni-hamburg.de
.source
Modula-2
.construction
M2Amiga
.docs
CX.guide
CX.doc
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `arqreq "Options Selection" "Please select an option" "View English Guide" "View Deutsch Guide" "Run Program" "Cancel" ID=0`
if $choice GT "0"
if $choice EQ "1"
MetaTool CX.doc GUIDE
else
if $choice EQ "2"
MetaTool CX.guide GUIDE
else
if $choice EQ "3"
CX
endif
endif
endif
skip Start BACK
endif
.aminet-dir
util/cdity
.stored-in
FreshFish-Vol10:New/util/cdity/CX/
.pi-file
FreshFish-Vol10:New/util/cdity/CX/Product-Info
.name
CyberShow
.type
Image Processing
.short
Universal picture viewer (inc. PhotoCD!)
.description
This program can display pictures in 21 file formats
(incl. IFF,JPeg,PhotoCD,PCX,...) and even more with DataTypes
directly in windows on the Workbench. If you have a suitable
graphic board with Cybergraphic WB emulation installed you
can even watch the pictures in full color quality (HiColor)
on your Workbench. Without Cybergraphics the normal color
restrictions (2 to 256 colors) will lead to a reduced
quality, but smart pen allocation during displaying will
still give surprisingly high quality with 256 colors.
Features: downscaled loading, conversion, transfers,
scrolling, preloading, ...
.version
2.0
.date
1995.06.19
.docs
CyberShow.ReadMe
.author
Helmut Hoffmann
.requirements
Requires AmigaOS 3.1 (V40) for use on standard Amigas
or OS3.0 for use with Cybergraphics
4MBytes FastRAM recommended
.distribution
Shareware
.address
Rubensstrasse 4
D-41063 Moenchengladbach
Germany
.email
hhoff@pool.informatik.rwth-aachen.de
.submittal
Submitted electronically directly by the author.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool CyberShow.ReadMe TEXT
else
if $choice EQ "2"
cybershow
endif
endif
skip Start BACK
endif
.aminet-dir
gfx/board
.stored-in
FreshFish-Vol10:New/gfx/board/CyberShow/
.pi-file
FreshFish-Vol10:New/gfx/board/CyberShow/Product-Info
.name
C_dt
.fullname
C.datatype
.type
DataType
.short
C datatype, highlights c/c++ keywords
.description
This is a C Source data type for using in MultiView or similar programs.
It displays different parts of a C Source in different style and color,
like comments, keywords, basic types and cpp keywords! This goes all
through a prefs file. If you design a nice preference file, please
submit it to the author, so that anyone can use it!
.version
39.11
.date
1995.07.09
.author
Stefan Ruppert
.distribution
Freeware
.address
Windthorststraße 5
65439 Flörsheim am Main
GERMANY
.email
ruppert@vs3.informatik.fh-wiesbaden.de
.source
Includes source in C and Assembler
.docs
Readme
doc/c_dtc.doc
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
set orgdir `cd`
LAB start
failat 10
unset filechoice
unset dirchoice
cd $orgdir
set choice `RequestChoice "C datatype" "Please select an option" "ReadMe" "History" "Documentation" "Install" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool ReadMe TEXT
else
if $choice EQ "2"
cd doc
MetaTool c.datatype.rev TEXT
else
if $choice EQ "3"
cd doc
MetaTool c_dtc.doc TEXT
else
if $choice EQ "4"
Installer SCRIPT Install APPNAME "C DataType" NOPRETEND NOPRINT NOLOG DEFUSER expert MINUSER expert
endif
endif
endif
endif
skip start BACK
endif
.aminet-dir
util/dtype
.stored-in
FreshFish-Vol10:New/util/dtype/C_dt/
.pi-file
FreshFish-Vol10:New/util/dtype/C_dt/Product-Info
.name
DataMaster
.type
Database
.short
Flat file database.
.description
Data Master is a database program programmed for Amiga computers.
It's not the best database program for Amiga (the best shareware data-
base program??), but it's cheap and specially made for the average
user.
In the program there are five different field types which are
string (text), integer, floating point, type (selection) and boolean
field types. In one record can be up to 256 different fields and the
number of records is practically limited only by the size of the free
memory. Records can be sorted based on eight key fields.
You can search from the database those records which match search
patterns given by the user (for example, all records whose first
field's first letter is A). You can also search for text strings from
the whole database. Using Data Master it's possible to print the data-
base for printer or save it as an ASCII file to the disk. Number
fields can be displayed on the screen as graphic diagrams, and using
this function you can simply compare records. There is a separate
field editor for the creating of the fields. Records can be, of
course, moved, copied, deleted or cleared as a single record or as
a block which includes many records.
In the following table there are some maximum values used by the
program.
The number of records 99999 (memory limits also)
The number of fields 256
The number of alternative texts 256
(type fields)
The length of the field title 13
The length of the string field 255
The length of the unit string 9
The number of key fields 8
.version
1.02N
.date
1994.12.18
.author
Teemu Sipilä
.distribution
Shareware
.price
25 DM, 10£
.address
Koskitie 25
FIN-12380 Leppäkoski
Finland
.docs
DataMaster.readME
DataMasterManual
Help.txt
OrderForm
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
biz/dbase
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View ReadMe" "View Manual" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool DataMaster.readME TEXT
else
if $choice EQ "2"
MetaTool DataMasterManual TEXT
else
if $choice EQ "3"
wbrun DataMaster
endif
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/biz/dbase/DataMaster/
.pi-file
FreshFish-Vol10:New/biz/dbase/DataMaster/Product-Info
.name
db
.type
Database
.short
Database with GadTool look
.description
db is a small and fast database program that I wrote after having tested
numerous other PD database programs and always found something lacking or
irritating me. They might have dozzens of features not found in db, but
they lacked font sensitivity and a standard GUI look and OS 3.0 behaviour.
My main need was to keep record on addresses and telephone numbers of
friends and companies. Before v2.0 db was fixed to be just an address
and telephone database, but that has changed. The program is designed
to handle information of your choice. Currently you have to use a file
editor to specify the database fields and layout as there is no GUI for
that.
Anyway that's a one time job, then you just USE the database and have fun.
Complete GUI support will probably only be included in a commercial product
I plan to call REG.
A partial list of db's features include:
o Dynamic memory handling. Number of records and fields only limited by
free memory.
o GadTool based. (Use fields of string, checkbox and cycle type)
o Mouse and keyboard driven.
o User definable fields and layout.
o Multiple views of the same database.
o Commodore's Clipboard for flexible interaction with other programs.
o AppWindow -just drag and drop database icons on db to load.
o Online MenuHelp -Press HELP key when selecting a menu item.
o Font sensitivity.
o ARexx
o ASL requesters for flexible loads and saves.
o Localized
o Dial numbers using a modem or loudspeaker
o WB and Shell usage with Commodore's template parsing
o Fast and flexible find function using AmigaDOS patterns.
o Filter function.
o Fast and flexible sort function. Multiple sort orders can be
specified.
o 'Export View' and two standard ASCII export features.
o Automatic ASCII import (tab-separated ASCII)
.author
David Ekholm, Datadosen
.date
1995.07.11
.version
2.6
.distribution
Freeware (Postcardware)
.address
Mantalsvägen 33
s-175 43 JÄRFÄLLA
Sweden
.email
david-ek@dsv.su.se
.installsize
48K - 400K
The is a general database program, localized and has ARexx.
.construction
SAS/C 6.55 (Optimized for time.)
.tested
A4000(18 MB mem, OS3.0, 68040 processor)
.docs
db2.4/docs/db.guide
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options selection" "Please select an option" "View ReadMe" "View Guide" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool db2.6.readme TEXT
else
if $choice EQ "2"
MetaTool Docs/db.guide GUIDE
else
if $choice EQ "3"
wbrun db
endif
endif
endif
skip Start BACK
endif
.aminet-dir
biz/dbase
.stored-in
FreshFish-Vol10:New/biz/dbase/db/
.pi-file
FreshFish-Vol10:New/biz/dbase/db/Product-Info
.name
DCatDiskCopy
.type
Disk Tool
.short
Simple disk copier with source.
.description
This program is simply a disk copier. You can copy a disk
using any of the four floppy drives if you have them
connected.
.version
1.05
.author
DCAT
.distribution
Copyrighted but Freely Redistributable
.docs
DiskCopy.DOC
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
disk/misc
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool DiskCopy.Doc TEXT
else
if $choice EQ "2"
DiskCopy
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/disk/misc/DcatDiskCopy/
.pi-file
FreshFish-Vol10:New/disk/misc/DcatDiskCopy/Product-Info
.name
DemoFOB
.type
Game
.short
Fields of Battle (Demo Version)
.description
Demo version of Fields of Battle, a strategic warfare series.
.version
demo
.author
Bevelstone Production I/S
.submittal
Downloaded from wuarchive.wustl.edu.
.described-by
Fred Fish (fnf@amigalib.com)
.aminet-dir
game/demo
.execute
set orgdir `cd`
LAB start
failat 10
unset filechoice
unset dirchoice
cd $orgdir
set choice `RequestChoice "Options Selection" "Please select an option" "License" "ReadMe" "Vendor.txt" "Run" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool license.txt TEXT
else
if $choice EQ "2"
MetaTool read.me TEXT
else
if $choice EQ "3"
MetaTool vendor.txt TEXT
else
if $choice EQ "4"
WBRun FOB
endif
endif
endif
endif
skip start BACK
endif
.stored-in
FreshFish-Vol10:New/game/demo/DemoFOB/
.pi-file
FreshFish-Vol10:New/game/demo/DemoFOB/Product-Info
.name
DiamondCaves
.type
Action Game
.short
Great Boulder dash clone
.description
Diamond Caves is a Boulder Dash clone with many advantages to previously
released clones:
- programmed 100% using OS-routines
- supports different screenmodes & runs on gfx-boards!
- runs in true multitasking
- comes with ready-to-run installer script
- 1 or 2 players (maybe even more in future releases)
- playfields from 10x10 to 100x100 squares
- loads of new features like conveyor belts, switches, and much more
- recording and replay of previously played games
- 60 levels in the unregistered version
- great Intuition-based Leveleditor in the registered version
.version
2.1
.date
1995.07.16
.author
Peter Elzner
.reference
FreshFish-Vol9-1:New/game/misc/DiamondCaves/
1.3
FreshFish-Vol9-2:BBS/game/DiamondCaves-1.3.lha
1.3
.restrictions
Non-registered version restricted to supplied levels only
.requirements
Kick2.0
1MB ChipMem
Commodore's Installer V1.24
.distribution
Shareware
.price
Cash prices
$20(US), DM30, £15
Cheque prices
$32(US), DM50, £23
.address
Grudene 6a
D-58644 Iserlohn
Germany
.email
Hawk@blanker.ruhr.de
.docs
DiamondCave2.0.readme
Readme.txt
LiesMich.txt
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Readme" "View LiesMich" "Install Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool ReadMe.txt TEXT
else
if $choice EQ "2"
MetaTool LiesMich.txt TEXT
else
if $choice EQ "3"
Installer InstallGame
endif
endif
endif
skip Start BACK
endif
.aminet-dir
game/misc
.stored-in
FreshFish-Vol10:New/game/misc/DiamondCaves/
.pi-file
FreshFish-Vol10:New/game/misc/DiamondCaves/Product-Info
.name
DiamondEdit
.type
Game Utility
.short
Level Editor for Diamond Caves
.description
Provides an easy and comfortable way to create and design your own
levels for Diamond Caves V1.x
.version
1.4
.date
1995.07.16
.author
Peter Elzner
.restrictions
Saving and testing requires a registered version of Diamond Caves
.requirements
1Mb+ chip Ram
Kick2.0
MUI 2.3
Commodore's Installer V1.24
A registered version of Diamond Caves
(Kick 3.x, 2Mb Chip Ram and 68020+ recommended)
.distribution
Copyrighted but Freely Redistributable
.address
Grudene 6a
D-58644 Iserlohn
Germany
.email
Hawk@blanker.ruhr.de
.docs
DiamondEdit1.3.readme
Update/DiamondEditor.guide
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Install Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool DiamondEdit1.4.readme TEXT
else
if $choice EQ "2"
Installer InstallEditor
endif
endif
skip Start BACK
endif
.aminet-dir
game/misc
.stored-in
FreshFish-Vol10:New/game/misc/DiamondEdit/
.pi-file
FreshFish-Vol10:New/game/misc/DiamondEdit/Product-Info
.name
DiamondPrefs
.type
Game Utility
.short
Prefs program for Diamond Caves
.description
Provides an easy and comfortable way to configure the Diamond Caves
Game and Diamond Caves Editor
.version
1.3
.date
1995.07.08
.author
Peter Elzner
.restrictions
Requires a registered version of Diamond Caves
.requirements
Kick2.0
MUI 2.3
Commodore's Installer V1.24
A registered version of Diamond Caves
.distribution
Copyrighted but Freely Redistributable
.address
Grudene 6a
D-58644 Iserlohn
Germany
.email
Hawk@blanker.ruhr.de
.docs
DiamondPref1.3.readme
new/DiamondPrefs.guide
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool DiamondPref1.3.readme TEXT
else
if $choice EQ "2"
cd new
MetaTool DiamondPrefs.guide GUIDE
cd /
else
if $choice EQ "3"
Installer InstallPrefs
else
if $choice EQ "4"
new/DiamondPrefs
endif
endif
endif
endif
skip Start BACK
endif
.aminet-dir
game/misc
.stored-in
FreshFish-Vol10:New/game/misc/DiamondPrefs/
.pi-file
FreshFish-Vol10:New/game/misc/DiamondPrefs/Product-Info
.name
DiamondSfx
.type
Game Utility
.short
Use custom samples within Diamond Caves
.description
Using this program you are able to create your own sfx-file for Diamond
Caves.
.version
1.1
.date
1995.07.08
.author
Peter Elzner
.restrictions
Requires a registered version of Diamond Caves
.requirements
Kick2.0
MUI 2.3
Commodore's Installer V1.24
A registered version of Diamond Caves
.distribution
Copyrighted but Freely Redistributable
.address
Grudene 6a
D-58644 Iserlohn
Germany
.email
Hawk@blanker.ruhr.de
.docs
DiamondSfx1.1.readme
new/DiamondSfx.guide
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool DiamondSfx1.1.readme TEXT
else
if $choice EQ "2"
cd new
MetaTool DiamondSfx.guide GUIDE
cd /
else
if $choice EQ "3"
Installer InstallSfx
else
if $choice EQ "4"
new/DiamondSfx
endif
endif
endif
endif
skip Start BACK
endif
.aminet-dir
game/misc
.stored-in
FreshFish-Vol10:New/game/misc/DiamondSfx/
.pi-file
FreshFish-Vol10:New/game/misc/DiamondSfx/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
DICE
.type
Compiler
.short
Dillon's Integrated C Enviroment
.description
DICE consists of a frontend, preprocessor, C compiler, assembler, and
linker, and support libraries all written by the author. A generated
(non-commodore) 2.0 amiga.lib is included with this distribution. Note
that you may compile 1.3 programs with the 2.0 amiga.lib as long as
you avoid 2.0-specific calls.
DICE also includes my DMAKE make utility (though it should be noted
that DMAKE is extremely difficult to learn how to use). Source is not
available (it isn't fit to be distributed). DMAKE works best running
under 2.0 due to the available of new system calls.
This is the unregistered FreeWare version. If you find yourself using
DICE seriously, you should consider the commercial version. Refer to the
doc/REGISTER.DOC for information on commercial version.
.version
2.06.37
.date
1991.10.09
.author
Obvious Implementations Corporation
.restrictions
DISABLED IN THE UNREGISTERED (FREEWARE) VERSION OF DICE,
BUT EXISTS IN THE COMMERCIAL VERSION OF DICE
* regargs
* floating point
* bit fields
* Visual make environment
* Source Line debugger
* manual pages for c.lib
* source to the entire c.lib and other libraries
* several type qualifier extensions (see EXTENSIONS.DOC)
* source to many of the utilities (as examples)
* Many additional utilities exist in the commercial version
* the commodore includes are not included in the freeware
version but are in the Commercial version
.reference
GoldFish-Vol1-2:d4xx/d491/DICE/
2.06.21
GoldFish-Vol1-1:BBS/d4xx/d491/DICE.lha
2.06.21
FrozenFish-Vol1:BBS/ALib/d4xx/d491/DICE.lha
2.06.21
AmigaLibDisk491:DICE/
2.06.21
AmigaLibDisk466:DICE/
2.06.15
GoldFish-Vol1-2:d4xx/d466/Dice/
2.06.15
GoldFish-Vol1-1:BBS/d4xx/d466/DICE.lha
2.06.15
FrozenFish-Vol1:BBS/ALib/d4xx/d466/DICE.lha
2.06.15
GoldFish-Vol1-2:d4xx/d443/DICE/
2.06.14
GoldFish-Vol1-1:BBS/d4xx/d443/DICE.lha
2.06.14
FrozenFish-Vol1:BBS/ALib/d4xx/d443/DICE.lha
2.06.14
AmigaLibDisk443:DICE/
2.06.14
GoldFish-Vol1-2:d3xx/d359/DICE/
2.02
GoldFish-Vol1-1:BBS/d3xx/d359/DICE.lha
2.02
FrozenFish-Vol1:BBS/ALib/d3xx/d359/DICE.lha
2.02
AmigaLibDisk359:DICE/
2.02
.distribution
Freeware
.address
P.O. Box 4487
Cary, N.C. 27519-4487
USA
.email
info@oic.com
sales@oic.com
.docs
README
COPYRIGHT.DOC
version.doc
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool README TEXT
endif
skip Start BACK
endif
.aminet-dir
dev/c
.stored-in
FreshFish-Vol10:New/dev/c/Dice/
.pi-file
FreshFish-Vol10:New/dev/c/Dice/Product-Info
.name
DiskMatter
.type
Disk Tool
.short
Disk Formatter/bootblock installer
.description
DiskMatter's main function is to format disks. It can format floppy
disks in any of the current formats. DiskMatter can also Install &
Remove boot blocks. You can also check disks to see what Format they
are. An Info option is also available. This returns Bytes used etc.
Diskmatter can format all of its formats on any type of system. Of
course you still can't use formats which are not compatible with the
machine you intend to use the disk in.
.version
1.14a
.author
DCAT
.distribution
Copyrighted but Freely Redistributable
.docs
DiskMatter.DOC
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
disk/misc
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool DiskMatter.Doc TEXT
else
if $choice EQ "2"
DiskMatter
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/disk/misc/DiskMatter/
.pi-file
FreshFish-Vol10:New/disk/misc/DiskMatter/Product-Info
.name
DiskSalv2
.type
Disk Tool
.short
Disk repair, salvage, and undelete util
.description
A disk repair, salvage, and undelete utility for all standard disk
devices and file system types. Has a full Intuition interface and
runs from Workbench or Shell. It can fix most problems in-place, and
can reverse a partial or QUICK format. It can copy out from disks
that can't be fixed due to physical damage, with a destination going
to any AmigaDOS disk device or pipe (eg, TAPE:). In English, locale
catalogs included for Danish, French, German, Italian, Norwegian,
Finnish, and Swedish, short manuals in English and Swedish.
.version
11.32
.author
Dave Haynie
.email
dave.haynie@scala.com
.requirements
Requires AmigaDOS 2.04 or later.
.reference
GoldFish-Vol2-2:BBS/disk/DiskSalv2-11.31.lha
11.31
GoldFish-Vol2-1:Files/disk/salv/DiskSalv2/
11.31
FreshFish-Vol9-2:BBS/disk/DiskSalv2-11.31.lha
11.31
FreshFish-Vol9-1:Useful/disk/salv/DiskSalv2/
11.31
FreshFish-Vol8-2:BBS/disk/DiskSalv2-11.31.lha
11.31
FreshFish-Vol8-1:Useful/disk/salv/DiskSalv2/
11.31
FreshFish-Vol7:Useful/dist/disk/salv/DiskSalv2/
11.31
FreshFish-Vol7:BBS/disk/DiskSalv2-11.31.lha
11.31
FreshFish-Vol6:Useful/dist/disk/salv/DiskSalv2/
11.31
FreshFish-Vol6:New/disk/salv/DiskSalv2/
11.31
FreshFish-Vol6:BBS/disk/DiskSalv2-11.31.lha
11.31
FreshFish-Jul94:BBS/disk/DiskSalv2-11.30.lha
11.30
FreshFish-May94:New/disk/salv/DiskSalv2/
11.30
FreshFish-May94:BBS/May94/disk/salv/DiskSalv2.lha
11.30
FreshFish-Jul94:Useful/dist/disk/salv/DiskSalv2/
11.27
GoldFish2-Apr94:d8xx/d891/DiskSalv2/
11.27
GoldFish1-Apr94:BBS/d8xx/d891/DiskSalv2.lha
11.27
FrozenFish-Apr94:BBS/Useful/disk/salv/DiskSalv2.lha
11.27
FrozenFish-Apr94:BBS/ALib/d8xx/d891/DiskSalv2.lha
11.27
FreshFish-May94:Useful/dist/disk/salv/DiskSalv2/
11.27
FreshFish-Mar94:Useful/dist/disk/salv/DiskSalv2/
11.27
AmigaLibDisk891:DiskSalv2/
11.27
GoldFish2-Apr94:d2xx/d251/DiskSalv/
1.42
GoldFish1-Apr94:BBS/d2xx/d251/DiskSalv.lha
1.42
FrozenFish-Apr94:BBS/ALib/d2xx/d251/DiskSalv.lha
1.42
AmigaLibDisk251:DiskSalv/
1.42
GoldFish1-Apr94:d1xx/d177/DiskSalv/
1.32
GoldFish1-Apr94:BBS/d1xx/d177/DiskSalv.lha
1.32
FrozenFish-Apr94:BBS/ALib/d1xx/d177/DiskSalv.lha
1.32
AmigaLibDisk177:DiskSalv/
1.32
GoldFish1-Apr94:d2xx/d212/DiskSalv/
?.?
GoldFish1-Apr94:d0xx/d020/DiskSalv/
?.?
GoldFish1-Apr94:BBS/d2xx/d212/DiskSalv.lha
?.?
GoldFish1-Apr94:BBS/d0xx/d020/DiskSalv.lha
?.?
FrozenFish-Apr94:BBS/ALib/d2xx/d212/DiskSalv.lha
?.?
FrozenFish-Apr94:BBS/ALib/d0xx/d020/DiskSalv.lha
?.?
FreshFish-Oct93:Old/AmigaLibDisks/Disks880-899/Disk891/DiskSalv2/
?.?
FreshFish-Dec93:Old/AmigaLibDisks/Disks880-899/Disk891/DiskSalv2/
?.?
AmigaLibDisk212:DiskSalv/
?.?
AmigaLibDisk020:DiskSalv/
?.?
GoldFish1-Apr94:d1xx/d164/DiskSalv/
1.3
GoldFish1-Apr94:BBS/d1xx/d164/DiskSalv.lha
1.3
FrozenFish-Apr94:BBS/ALib/d1xx/d164/DiskSalv.lha
1.3
AmigaLibDisk164:DiskSalv/
1.3
.distribution
Shareware
.price
$10 (US)
.address
284 Memorial Avenue
Gibbstown, NJ 08027
USA
.docs
README
CoverDisk.txt
OrderForm.txt
BugReport.txt
iam.guide
disksalv3_notice.txt
.described-by
Dan Fish (daf@daffy.amigalib.com)
.submittal
Downloaded via ftp from aminet (wuarchive.wustl.edu).
.execute
LAB Start
set choice `RequestChoice "DiskSalv" "Please select an option" "README" "View Guide" "Install" "Run DiskSalv" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool README TEXT
else
if $choice EQ "2"
MetaTool iam.guide GUIDE
else
if $choice EQ "3"
Installer Install APPNAME DiskSalv2
else
if $choice EQ "4"
DiskSalv
endif
endif
endif
endif
skip Start BACK
endif
.aminet-dir
disk/salv
.stored-in
FreshFish-Vol10:New/disk/salv/DiskSalv2/
.pi-file
FreshFish-Vol10:New/disk/salv/DiskSalv2/Product-Info
.name
DISK_K
.type
Disk Tool
.short
Disk formatting/naming utilitiy
.description
DISK_K is a versitle disk name and formatter program. You can create
'name' files with numbers and every time you insert a disk and rename
it, the number will be incremented and used as part of the name of the
next disk. The date and time can also be used as a disk name along
with any custom name. Format mode now allows the creation of custom
format scripts(easy).
.version
2.1
.date
1995.05.30
.author
Kenneth J. McCormick
.requirements
OS2.0+
.distribution
Copyrighted but Freely Redistributable
.email
mrlucky@cup.portal.com
.docs
CONTENTS
DK/DK.docs
DK/DK.guide
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
disk/misc
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool DK/DK.docs TEXT
else
if $choice EQ "2"
cd DK
MetaTool DK.guide GUIDE
cd /
else
if $choice EQ "3"
DK/DK
endif
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/disk/misc/DISK_K/
.pi-file
FreshFish-Vol10:New/disk/misc/DISK_K/Product-Info
.name
DLError
.type
Development
.short
Error admin for DICE Pro and GoldED.
.description
DLError is an errors-administrator between DICE Pro and GoldED.
It allow you to index compilation-errors in a window, and you can go
quicky to errors by clicking on it.
DLError drive GoldED with Arexx, but GoldED can also drive DLError
(next error, quit DLError..) with Arexx too.
When you compile with DICE, if there is an error, a window with a
listview is openned and GoldED too in the same time. Then you have
just to click on an error for GoldED to go to it.
This package contain an Arexx script for GoldED to send Arexx command
to DLError, and there is also an Arexx Script for GoldED to drive DICE
Help.
DLError was tested with GoldED release 3 but it will work with minor
and superior version, if its Arexx commands are the same.
.version
1.0
.date
1995.5.28
.author
Doguet Emmanuel
.requirements
bgui.library
.distribution
Giftware
.address
4, rue de Cornouailles
50130 OCTEVILLE
FRANCE
.email
manu@ramses.fdn.org
.docs
DLError_Eng.guide
DLError_Fr.guide
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
dev/misc
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View English Guide" "View French Guide" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool DLError_Eng.guide GUIDE
else
if $choice EQ "2"
MetaTool DLError_Fr.guide GUIDE
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/dev/misc/DLError/
.pi-file
FreshFish-Vol10:New/dev/misc/DLError/Product-Info
.name
DoogBench7
.type
Picture
.short
A few snapshots and icons of doog's WB
.description
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
88888888ba,
88 `"8b
88 `8b
88 88 ,adPPYba, ,adPPYba, ,adPPYb,d8
88 88 a8" "8a a8" "8a a8" `Y88 aaaaaaaa
88 8P 8b d8 8b d8 8b 88 """"""""
88 .a8P "8a, ,a8" "8a, ,a8" "8a, ,d88
88888888Y"' `"YbbdP"' `"YbbdP"' `"YbbdP"Y8
aa, ,88
"Y8bbdP"
88888888ba 88 888888888888
88 "8b 88 ,8P'
88 ,8P 88 d8"
88aaaaaa8P' ,adPPYba, 8b,dPPYba, ,adPPYba, 88,dPPYba, ,8P'
88""""""8b, a8P_____88 88P' `"8a a8" "" 88P' "8a d8"
88 `8b 8PP""""""" 88 88 8b 88 88 ,8P'
88 a8P "8b, ,aa 88 88 "8a, ,aa 88 88 d8"
88888888P" `"Ybbd8"' 88 88 `"Ybbd8"' 88 88 8P'
Jes' a few snapshots and icons. :^)
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Archive contents:
DoogBench7 (dir)
DB7README.txt DB7README.txt.info
DoogB7-1.gif DoogB7-1.gif.info
DoogB7-2.gif DoogB7-2.gif.info
DoogB7-3.gif DoogB7-3.gif.info
DoogBench7.info
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
If the icons of the pictures show up as tiny dots, then you don't
have NewIcons installed. Get /util/wb/NewIcons.lha from Aminet, install
the executable in C: and the library in LIBS:, and ditch the ugly
isometric icons. :^) Then get /util/wb/Picticon1_4.lha from Aminet to
make icons from pictures.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
This Bench is run on the following:
- Amiga 1200
- 68030 CPU clocked at 42.9 MHZ
- 68882 FPU clocked at 25.0 MHZ
- 2 meg chip ram
- 4 meg 32-bit fast ram
- Workbench 3.0 (is there some way to cheaply upgrade to
WB 3.1? :^( )
- 125 meg Toshiba hard drive
- 1084 monitor
- A desk ;^)
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
.author
Troy Davis
.distribution
Copyrighted but Freely Redistributable
.email
doogie@ubd1.vdospk.com (Troy Davis)
.aminet-dir
pix/wb
.execute
set filechoice `requestfile "Select a GIF to view" PATTERN="#?.gif"
METATOOL $filechoice GIF
.docs
DoogBench7.readme
DB7README.txt
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/wb/DoogBench/
.pi-file
FreshFish-Vol10:New/pix/wb/DoogBench/Product-Info
.name
DSC_B
.type
Picture
.short
Funny Parachute Anim
.description
Funny Parachute Anim
.author
Poob Productions
.distribution
Copyrighted but Freely Redistributable
.aminet-dir
pix/anim
.execute
METATOOL DSC_B.anim ANIM
.docs
DSC_B.readme
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/anim/DSC_B/
.pi-file
FreshFish-Vol10:New/pix/anim/DSC_B/Product-Info
.name
E-1441
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG; E-1441 in flight
.description
A 1280 x 1024 x 24 JPEG of an E-1441 in flight.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool E-1441.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/plane/E-1441.jpg
.pi-file
FreshFish-Vol10:New/pix/plane/E-1441.jpg.pi
.name
E-USAF-YF-22
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG of YF-22 in flight
.description
A 1280 x 1024 x 24 JPEG of the YF-22 in flight.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool E-USAF-YF-22.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/plane/E-USAF-YF-22.jpg
.pi-file
FreshFish-Vol10:New/pix/plane/E-USAF-YF-22.jpg.pi
.name
EC68-2101
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG; XB-70 on ground
.description
A 1280 x 1024 x 24 JPEG of an XB-70 on ground.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC68-2101.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/plane/EC68-2101.jpg
.pi-file
FreshFish-Vol10:New/pix/plane/EC68-2101.jpg.pi
.name
EC68-2131
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG; XB-70 in flight
.description
A 1280 x 1024 x 24 JPEG of the XB-70 in flight.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC68-2131.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/plane/EC68-2131.jpg
.pi-file
FreshFish-Vol10:New/pix/plane/EC68-2131.jpg.pi
.name
EC80-13848
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG XV-15 tilt rotor plane
.description
A 1280 x 1024 x 24 JPEG of the XV-15 tilt rotor plane.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC80-13848.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/plane/EC80-13848.jpg
.pi-file
FreshFish-Vol10:New/pix/plane/EC80-13848.jpg.pi
.name
EC82-21135
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG; Shuttle & 747
.description
A 1280 x 1024 x 24 JPEG of the shuttle Challenger mated to a 747
and in flight.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC82-21135.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/space/EC82-21135.jpg
.pi-file
FreshFish-Vol10:New/pix/space/EC82-21135.jpg.pi
.name
EC83-24318
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG; Enterprise & 747 mate
.description
A 1280 x 1024 x 24 JPEG of the shuttle Enterprise and 747 mated.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC83-24318.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/space/EC83-24318.jpg
.pi-file
FreshFish-Vol10:New/pix/space/EC83-24318.jpg.pi
.name
EC85-33180-1
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG; Atlantis landg
.description
A 1280 x 1024 x 24 JPEG of the shuttle Atlantis landing.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC85-33180-1.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/space/EC85-33180-1.jpg
.pi-file
FreshFish-Vol10:New/pix/space/EC85-33180-1.jpg.pi
.name
EC85-33297-23
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG of X-29 in flight
.description
A 1280 x 1024 x 24 JPEG of X-29 in flight.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC85-33297-23.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/plane/EC85-33297-23.jpg
.pi-file
FreshFish-Vol10:New/pix/plane/EC85-33297-23.jpg.pi
.name
EC86-33385-5
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG; AFTI F-111 in flight
.description
A 1280 x 1024 x 24 JPEG of an AFTI F-111 in flight.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC86-33385-5.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/plane/EC86-33385-5.jpg
.pi-file
FreshFish-Vol10:New/pix/plane/EC86-33385-5.jpg.pi
.name
EC86-33491-09
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG of F-14 in flight
.description
A 1280 x 1024 x 24 JPEG of an F-14 in flight.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC86-33491-09.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/plane/EC86-33491-09.jpg
.pi-file
FreshFish-Vol10:New/pix/plane/EC86-33491-09.jpg.pi
.name
EC86-33555
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG of X-Wing on runway
.description
A 1280 x 1024 x 24 JPEG of an X-Wing on runway.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC86-33555-2.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/plane/EC86-33555-2.jpg
.pi-file
FreshFish-Vol10:New/pix/plane/EC86-33555-2.jpg.pi
.name
EC87-0014-8
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG; Daedalus (human pwr)
.description
A 1280 x 1024 x 24 JPEG of the human powered Daedalus in flight.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC87-0014-8.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/plane/EC87-0014-8.jpg
.pi-file
FreshFish-Vol10:New/pix/plane/EC87-0014-8.jpg.pi
.name
EC88-0197-1
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG; STS-26 liftoff
.description
A 1280 x 1024 x 24 JPEG of the STS-26 space shuttle mission liftoff.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC88-0197-1.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/space/EC88-0197-1.jpg
.pi-file
FreshFish-Vol10:New/pix/space/EC88-0197-1.jpg.pi
.name
EC90-065-13
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG; Shuttle mating device
.description
A 1280 x 1024 x 24 JPEG image of the lift at the shuttle mating facility.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC90-065-13.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/space/EC90-065-13.jpg
.pi-file
FreshFish-Vol10:New/pix/space/EC90-065-13.jpg.pi
.name
EC90-129-6
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG; STS-31 after landing
.description
A 1280 x 1024 x 24 JPEG of the STS-31 shuttle after landing and
with the recovery convoy personnel.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC90-129-6.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/space/EC90-129-6.jpg
.pi-file
FreshFish-Vol10:New/pix/space/EC90-129-6.jpg.pi
.name
EC90-224
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG; F-104 in flight
.description
A 1280 x 1024 x 24 JPEG of an F-104 in flight.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC90-224.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/plane/EC90-224.jpg
.pi-file
FreshFish-Vol10:New/pix/plane/EC90-224.jpg.pi
.name
EC90-257-32
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG; B-52 landing w/chute
.description
A 1280 x 1024 x 24 JPEG of a B-52 landing with drag chute.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC90-257-32.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/plane/EC90-257-32.jpg
.pi-file
FreshFish-Vol10:New/pix/plane/EC90-257-32.jpg.pi
.name
EC91-0365-7
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG; SR-71 on runway
.description
A 1280 x 1024 x 24 JPEG of an SR-71 sitting on runway.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC91-0365-7.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/plane/EC91-0365-7.jpg
.pi-file
FreshFish-Vol10:New/pix/plane/EC91-0365-7.jpg.pi
.name
EC91-491-6
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG of X-29 in flight
.description
A 1280 x 1024 x 24 JPEG of X-29 in flight.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC91-491-6.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/plane/EC91-491-6.jpg
.pi-file
FreshFish-Vol10:New/pix/plane/EC91-491-6.jpg.pi
.name
EC91-630-8
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG of F-16 in flight
.description
A 1280 x 1024 x 24 JPEG of F-16 in flight.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC91-630-8.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/plane/EC91-630-8.jpg
.pi-file
FreshFish-Vol10:New/pix/plane/EC91-630-8.jpg.pi
.name
EC91-659-05
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG; Shuttle & 747 mating
.description
A 1280 x 1024 x 24 JPEG image of a space shuttle being mated with a 747.
(Rated G)
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC91-659-05.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/space/EC91-659-05.jpg
.pi-file
FreshFish-Vol10:New/pix/space/EC91-659-05.jpg.pi
.name
EC92-05169-1
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG Shuttle mate facility
.description
A 1280 x 1024 x 24 JPEG of the Shuttle Mate De-Mate Facility.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC92-05169-1.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/space/EC92-05169-1.jpg
.pi-file
FreshFish-Vol10:New/pix/space/EC92-05169-1.jpg.pi
.name
EC92-07074-1
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG; artist concept of SCW
.description
A 1280 x 1024 x 24 JPEG artist's concept of the SuperCritical Wing.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC92-07074-1.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/plane/EC92-07074-1.jpg
.pi-file
FreshFish-Vol10:New/pix/plane/EC92-07074-1.jpg.pi
.name
EC92-09241-1
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG of an SR-71 in flight
.description
A 1280 x 1024 x 24 JPEG of an SR-71 in flight.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC92-09241-1.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/plane/EC92-09241-1.jpg
.pi-file
FreshFish-Vol10:New/pix/plane/EC92-09241-1.jpg.pi
.name
EC92-10061-10
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG of F-16 in flight
.description
A 1280 x 1024 x 24 JPEG of F-16 in flight.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC92-10061-10.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/plane/EC92-10061-10.jpg
.pi-file
FreshFish-Vol10:New/pix/plane/EC92-10061-10.jpg.pi
.name
EC93-042025-3
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG of F-15 in flight
.description
A 1280 x 1024 x 24 JPEG of F-15 in flight.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC93-042025-3.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/plane/EC93-042025-3.jpg
.pi-file
FreshFish-Vol10:New/pix/plane/EC93-042025-3.jpg.pi
.name
EC93-41056-1
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG of X-31 in flight
.description
A 1280 x 1024 x 24 JPEG of an X-31 in flight.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC93-41056-1.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/plane/EC93-41056-1.jpg
.pi-file
FreshFish-Vol10:New/pix/plane/EC93-41056-1.jpg.pi
.name
EC93-42253-3
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG; STS-51 shuttle launch
.description
A 1280 x 1024 x 24 JPEG of the STS-51 mission shuttle launch.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC93-42253-3.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/space/EC93-42253-3.jpg
.pi-file
FreshFish-Vol10:New/pix/space/EC93-42253-3.jpg.pi
.name
EC94-42454-3
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG; 2 YF-23 in flight
.description
A 1280 x 1024 x 24 JPEG of two YF23 in flight.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC94-42454-3.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/plane/EC94-42454-3.jpg
.pi-file
FreshFish-Vol10:New/pix/plane/EC94-42454-3.jpg.pi
.name
EC94-42531
.type
Picture
.aminet-dir
pix/plane
.short
950x1280x24 JPEG; SR-71 top view
.description
A 950 x 1280 x 24 JPEG top view of an SR-71
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC94-42531.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/plane/EC94-42531-6.jpg
.pi-file
FreshFish-Vol10:New/pix/plane/EC94-42531-6.jpg.pi
.name
EC94-42750-6
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG; Shuttle & 747 flyaway
.description
A 1280 x 1024 x 24 JPEG of the STS-64 shuttle mated to a 747 and
taking off.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC94-42750-6.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/space/EC94-42750-6.jpg
.pi-file
FreshFish-Vol10:New/pix/space/EC94-42750-6.jpg.pi
.name
EC94-42789-1
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG STS-68 shuttle landing
.description
A 1280 x 1024 x 24 JPEG of the STS-68 shuttle landing at Edwards.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC94-42789-1.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/space/EC94-42789-1.jpg
.pi-file
FreshFish-Vol10:New/pix/space/EC94-42789-1.jpg.pi
.name
EC94-42789-2
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG; Endeavour landing
.description
A 1280 x 1024 x 24 JPEG of the STS-68 shuttle (Endeavour) landing.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC94-42789-2.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/space/EC94-42789-2.jpg
.pi-file
FreshFish-Vol10:New/pix/space/EC94-42789-2.jpg.pi
.name
EC94-42816-1
.type
Picture
.aminet-dir
pix/space
.short
1280x1024x24 JPEG hubble space telescope
.description
A 1280 x 1024 x 24 JPEG image of the Hubble space telescope.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC94-42816-1.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/space/EC94-42816-1.jpg
.pi-file
FreshFish-Vol10:New/pix/space/EC94-42816-1.jpg.pi
.name
EC94-42816-2
.type
Picture
.aminet-dir
pix/space
.short
950x1280x24 JPEG hubble space telescope
.description
A 950 x 1280 x 24 JPEG image of the Hubble space telescope.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC94-42816-2.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/space/EC94-42816-2.jpg
.pi-file
FreshFish-Vol10:New/pix/space/EC94-42816-2.jpg.pi
.name
EC94-42816-3
.type
Picture
.aminet-dir
pix/space
.short
950x1280x24 JPEG astronaut and telescope
.description
A 950 x 1280 x 24 JPEG of an astronaut and the Hubble space telescope.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC94-42816-3.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/space/EC94-42816-3.jpg
.pi-file
FreshFish-Vol10:New/pix/space/EC94-42816-3.jpg.pi
.name
EC94-42816-4
.type
Picture
.aminet-dir
pix/space
.short
950x1280x24 JPEG astronaut and telescope
.description
A 950 x 1280 x24 JPEG image of an astronaut and the Hubble telescope.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC94-42816-4.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/space/EC94-42816-4.jpg
.pi-file
FreshFish-Vol10:New/pix/space/EC94-42816-4.jpg.pi
.name
EC94-42816-5
.type
Picture
.aminet-dir
pix/space
.short
950x1280x24 JPEG astronaut and telescope
.description
A 950 x 1280 x 24 JPEG image of an astronaut and the Hubble telescope.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC94-42816-5.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/space/EC94-42816-5.jpg
.pi-file
FreshFish-Vol10:New/pix/space/EC94-42816-5.jpg.pi
.name
EC94-42845-1
.type
Picture
.aminet-dir
pix/space
.short
1280x1024x24 JPEG astronaut on spacewalk
.description
A 1280 x 1024 x 24 JPEG image of an Astronaut & EVA on space walk.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC94-42845-1.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/space/EC94-42845-1.jpg
.pi-file
FreshFish-Vol10:New/pix/space/EC94-42845-1.jpg.pi
.name
EC94-42845-2
.type
Picture
.aminet-dir
pix/space
.short
1280x1024x24 JPEG astronaut on spacewalk
.description
A 1280 x 1024 x 24 JPEG image of astronaut on spacewalk.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC94-42845-2.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/space/EC94-42845-2.jpg
.pi-file
FreshFish-Vol10:New/pix/space/EC94-42845-2.jpg.pi
.name
EC94-42845-3
.type
Picture
.aminet-dir
pix/space
.short
950x1280x24 JPEG astronaut on spacewalk
.description
A 950 x 1280 x 24 JPEG image of astronaut on spacewalk.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC94-42845-3.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/space/EC94-42845-3.jpg
.pi-file
FreshFish-Vol10:New/pix/space/EC94-42845-3.jpg.pi
.name
EC94-42883-1
.type
Picture
.aminet-dir
pix/plane
.short
950x1280x24 JPEG of SR-71 cockpits
.description
A 950 x 1280 x 24 JPEG closeup of SR-71 cockpit area.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC94-42883-1.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/plane/EC94-42883-1.jpg
.pi-file
FreshFish-Vol10:New/pix/plane/EC94-42883-1.jpg.pi
.name
EC94-42883-2
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG of SR-71 in flight
.description
A 1280 x 1024 x 24 JPEG of an SR-71 in flight.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC94-42883-2.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/plane/EC94-42883-2.jpg
.pi-file
FreshFish-Vol10:New/pix/plane/EC94-42883-2.jpg.pi
.name
EC94-42883-4
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG of SR-71 in flight
.description
A 1280 x 1024 x 24 JPEG of an SR-71 in flight.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC94-42883-4.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/plane/EC94-42883-4.jpg
.pi-file
FreshFish-Vol10:New/pix/plane/EC94-42883-4.jpg.pi
.name
EC95-43011-1
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG STS-67 shuttle landing
.description
A 1280 x 1024 x 24 JPEG of the STS-67 mission shuttle landing.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool EC95-43011-1.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/space/EC95-43011-1.jpg
.pi-file
FreshFish-Vol10:New/pix/space/EC95-43011-1.jpg.pi
.name
eCalc
.type
Math Tool
.short
Program to calculate e (2.71828...)
.description
eCalc is a CLI-only program to calculate the mathematical number e to
any number of decimal places (memory and time limit how many). It is made in
very optimized assembler and uses the 64 bit 68020 math instructions to be
as fast as possible. On my 68020/28 it calculates e to 20000 decimals in
under a minute. It features many options: How often should we save/output
the current calculation, option to show how far it has come and how long
a calculation will take.
.version
2.5
.date
1995.07.16
.author
Steffen Thorsen
.distribution
Freeware
.requirements
68020 or better CPU required, Kickstart 2.04 or better
.exectype
68020
.tested
A1200 with Fast Memory
tested with up to 1000008 decimals
.address
Fjordg 8A
N-4300 Sandnes
Norway
.installsize
14K
.docs
eCalc.doc
.described-by
Steffen Thorsen
.submittal
Submitted on disk directly by the author
.aminet-dir
misc/math
.execute
LAB start
set choice `RequestChoice "eCalc" "Please select an option" "Documentation" "Run" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool eCalc.doc TEXT
else
if $choice EQ "2"
WBRun eCalc
endif
endif
skip start BACK
endif
.stored-in
FreshFish-Vol10:New/misc/math/eCalc/
.pi-file
FreshFish-Vol10:New/misc/math/eCalc/Product-Info
.name
ECN-11648
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG of F-14 in flight
.description
A 1280 x 1024 x 24 JPEG of F-14 in flight.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool ECN-11648.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/plane/ECN-11648.jpg
.pi-file
FreshFish-Vol10:New/pix/plane/ECN-11648.jpg.pi
.name
ECN-1289
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG; HL-10 lifting body
.description
A 1280 x 1024 x 24 JPEG of an HL-10 lifting body on the runway.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool ECN-1289.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/plane/ECN-1289.jpg
.pi-file
FreshFish-Vol10:New/pix/plane/ECN-1289.jpg.pi
.name
ECN-14280
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG of HiMAT in flight.
.description
A 1280 x 1024 x 24 JPEG of HiMAT in flight.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool ECN-14280.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/plane/ECN-14280.jpg
.pi-file
FreshFish-Vol10:New/pix/plane/ECN-14280.jpg.pi
.name
ECN-15846
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG AD-1 (experimental)
.description
A 1280 x 1024 x 24 JPEG image of the experimental AD-1 aircraft.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool ECN-15846.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/plane/ECN-15846.jpg
.pi-file
FreshFish-Vol10:New/pix/plane/ECN-15846.jpg.pi
.name
ECN-2006
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG of X-24A on runway
.description
A 1280 x 1024 x 24 JPEG of X-24A on runway.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool ECN-2006.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/plane/ECN-2006.jpg
.pi-file
FreshFish-Vol10:New/pix/plane/ECN-2006.jpg.pi
.name
ECN-21064
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG; B-57B plane in flight
.description
A 1280 x 1024 x 24 JPEG of a B-57B plane in flight.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool ECN-21064.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/plane/ECN-21064.jpg
.pi-file
FreshFish-Vol10:New/pix/plane/ECN-21064.jpg.pi
.name
ECN-2461
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG of M2-F3 on ground
.description
A 1280 x 1024 x 24 JPEG of an M2-F3 on ground.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool ECN-2461.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/plane/ECN-2461.jpg
.pi-file
FreshFish-Vol10:New/pix/plane/ECN-2461.jpg.pi
.name
ECN-33507-1
.type
Picture
.aminet-dir
pix/plane
.short
1280x1024x24 JPEG; HL-10 lifting body
.description
A 1280 x 1024 x 24 JPEG of an HL-10 lifting body in flight.
This image is from the Dryden Research Aircraft Photo Archive, which
contains digitized photos of many of the unique research aircraft
flown at what is now known as NASA Dryden Flight Research Center from
the 1940s to the present.
.distribution
Public Domain
.described-by
Fred Fish (fnf@amigalib.com)
.execute
MetaTool ECN-33507-1.jpg JPEG
.submittal
Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
.stored-in
FreshFish-Vol10:New/pix/plane/ECN-33507-1.jpg
.pi-file
FreshFish-Vol10:New/pix/plane/ECN-33507-1.jpg.pi
.name
emubench
.type
Picture
.short
Workbench Pic showing misc platforms!
.description
hi,
this nice picture just was snapped to have a new
backdrop for my unix working login - just to blow
and impress other people sitting around... ;-)
i'll try to upload a series of such snapshots on
famous PC and MAC sites, with lots of amiga-
advertising in it ;-)
daniel
.author
Daniel Balster
.distribution
Copyrighted but Freely Redistributable
.email
dbalster@uni-paderborn.de
.aminet-dir
pix/wb
.execute
METATOOL emubench.gif GIF
.docs
emubench.readme
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/wb/emubench/
.pi-file
FreshFish-Vol10:New/pix/wb/emubench/Product-Info
.name
Engine
.type
Animation
.short
Engine animation
.description
This is a 30-frame 2D animation, showing the inner workings of a
four-stroke internal combustion engine. I made it primarily to
show my son the principles of the combustion engine.
When viewed with MainActor's MainView program, the animation runs
with sound ;). Turn caching on. On an A4000, a suitable speed is
F4 (F1 is way too fast). I haven't tried it on a slower Amiga, but
I would guess that F1 would be fine on a stock 2000. If you don't
have MainActor, you really should check it out. MainActor1_55.lha
is available on AmiNet, pub/amiga/gfx/edit.
The engine was handcrafted using DeLuxe Paint IV. The sounds were
lifted somewhere and then mangled with PerfectSound.
Freely distributable for your viewing pleasure, but don't include
the engine with any commercial package without my permission. I'm
reachable via strix@hotcity.com, henry.norman@cup.portal.com, or
at work, norman_henry@tandem.com.
Thanks to Lumpy at HotCity and HarvL at Portal: the services you
provide are great. Let's all hope that Amiga Technologies manages
to finally give the Amiga the market share it deserves...
.author
Henry Norman.
.distribution
Copyrighted but Freely Redistributable
.aminet-dir
pix/anim
.execute
METATOOL Engine.anim ANIM
.docs
ReadMe!
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/anim/Engine/
.pi-file
FreshFish-Vol10:New/pix/anim/Engine/Product-Info
.name
EntPreview
.type
Picture
.short
Gorgeous Enterprise 1701D for Imagine2+
.description
This is a preview image of the object which I will be releasing to Aminet
within the next week. I know there are a lot of other Enterprise models out
there, but I think that you will find this one is quite acurate and VERY
detailed AND IT HAS SAUCER SEPERATION CAPABILITIES, flashing lights, and
exploding warp coils.
The space station in the background is another gorgeous, extremely detailed
Imagine object by Carmen Rizzolo (CarmenR@cup.portal.com). Also look for
Carmen's Enterprise object which used a lot less RAM than mine ;)
.author
Trevor Morris
.distribution
Copyrighted but Freely Redistributable
.email
a3nb@unb.ca
.aminet-dir
pix/trace
.execute
METATOOL Enterprise.jpg JPEG
.docs
EntPreview.readme
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/trace/EntPreview/
.pi-file
FreshFish-Vol10:New/pix/trace/EntPreview/Product-Info
.name
EShow
.type
Picture Viewer
.short
ECS/AGA IFF Viewer w/AppWindow
.description
An ECS/AGA IFF Viewer implemented as a commodity with font
sensitive GUI (just drop your pictures in an AppWindow).
Autoscroll, REXX port, Arexx example script included.
.version
0,4
.author
Guichard Damien
.requirements
WB 2.0+ required, WB 2.1+ for localisation.
.distribution
Copyrighted but Freely Redistributable
.address
8 Jean GIONO street
42100 Saint Etienne
FRANCE
.docs
Contents
EShow.guide
EShow_français.guide
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
gfx/show
.execute
LAB Start
set choice `RequestChoice "EShow" "Please select an option" "View English Guide" "View French Guide" "Install" "Run" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool EShow.guide GUIDE
else
if $choice EQ "2"
MetaTool EShow_français.guide GUIDE
Else
if $choice EQ "3"
Installer Install APPNAME EShow DEFUSER Novice SCRIPT Install MINUSER Novice
else
if $choice EQ "4"
EShow
endif
endif
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/gfx/show/EShow/
.pi-file
FreshFish-Vol10:New/gfx/show/EShow/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
ExCalc
.type
Utility
.short
GUI/CLI calculator w/ 52 digit accuracy
.description
ExCalc is the first calculator available for any computer which provides
calculations which can be accurate to over 50 digits! As well all decimals
are represented exactly so you never loose pennies during a calculation. All
this power is made more accessible through the choice of a GUI interface or
command line entry of complete equations -- not just numbers. Any entered
equation can be recalled just by clicking on a history window. You also have
access to sixteen memory locations which can store any number.
Other features:
o AREXX interface to calculator functions (NEW)
o plotting capability of single-variable functions (NEW)
o automatic history logging of both equations and results (NEW)
o no more nag requesters (NEW)
o full scientific, transcendental, power, and logarithmic operations
o programmer functions like and, or, shift, rotate, etc., on 172-bits!
o scrolling history window of equations, memory, or results
o choice of radian, degree, or gradian angle measurements
o from 8 to 52 digits
o numbers from -1E9999 to 1E9999
o exact decimal number representation
o convenience functions like square and cube roots, reciprocal, etc
o storage of equations and memory as long as your computer is on
o custom fonts with square root and cube root characters
o complete calculator engine source code (in Oberon-2) is included
Includes Oberon-2 source code, CLI and GUI binaries.
.version
1.10
.date
1995.07.30
.author
Michael Griebling
.requirements
Requires OS 2.0+
.distribution
Shareware
.address
150 Clark Blvd., Suite One
Brampton, Ontario
Canada, L6T 4Y8
.docs
ExCalc.guide
.described-by
Michael Griebling (mgriebling@bix.com)
.submittal
Submitted via ftp directly by the author.
.contents
ExCalc ExCalc is the best GUI/CLI-based calculator for any computer.
New features include an AREXX interface and plot generation
of any entered equation (with one dependent variable).
Calculations are accurate up to 52 digits with exact decimal
fractions. Full scientific, transcendental, power, programmer,
hyperbolic and logarithmic operations. Scrolling history window
with semi-permanent memory & equation storage. Choice of many
number formats and much more!
Version 1.1, OS2.0+, shareware, Oberon-2 source, CLI/GUI binaries.
Author: Michael Griebling
.aminet-dir
misc/math
.execute
LAB Start
set choice `arqreq "Options Selection" "Please select an option" "View Guide" "Run Program" "Cancel" ID=0`
if $choice GT "0"
if $choice EQ "1"
MetaTool ExCalc.guide GUIDE
else
if $choice EQ "2"
assign fonts: fonts/ ADD
wbrun ExCalcV1.1
assign fonts: Fonts/ REMOVE
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/misc/math/ExCalc/
.pi-file
FreshFish-Vol10:New/misc/math/ExCalc/Product-Info
.name
ExtraInfo
.type
Workbench Tool
.short
Deluxe Replacement for WB2+ Info
.description
ExtraInfo is a replacement for the Workbench "Information" function,
and adds a great deal of functionality on top. I wrote it because I
was sick of squinting at that tiny topaz-8 font in a window without
keyboard shortcuts that is Commodore's original offering. ExtraInfo
does *not* require OS3 like all the others, since I'm still getting by
with OS2. That does mean, however, that it doesn't patch the WBInfo()
library function: you have to run it like a normal program.\n
ExtraInfo uses the excellent BGUI library by Jan van den Baard to
provide font-sensitive, keyboard-controllable gadgets in a resizeable
window. You'll find the full package on AmiNet in directory dev/gui.\n
Version 1.1:\n
- Fixed Enforcer hits on File Info page.\n
- No longer disables paste button when tooltypes list is empty.\n
- Forgot to optimize - saves 1K.\n
Summary of Features:\n
o Can be started from Workbench or Shell.\n
o Edit tooltypes, with Insert, Toggle, Duplicate and Remove buttons.
Also arrange their order with Top, Bottom, Up and Down, and
cut/copy/paste them to/from the clipboard.\n
o Comprehensive file, volume and icon information.\n
o Displays file version ID strings and file type (using WhatIs
library, by Sylvain Rougier and Pierre Carrette, not included).\n
o Strip or add bitplanes to icon images - useful for reducing size of
icon file and eliminating image corruption in faulty icons.\n
o UnSnapshot icon position and swap pens 1 and 2 (black and white,
called "ReColor" in IconEdit).\n
o AppWindow support - drop icons on window to show info for them.
Also: drop icons on special image box to replace existing icon
imagery. It is also possible to add icons to files this way.\n
o AppIcon option, with user-definable imagery and placement.\n
o Opens on the default public screen, optionally on a named one.\n
o Font-sensitive gadget layout in resizeable windows using BGUI
library: uses the screen's default font. Option to override and
specify font.\n
o Option to specify tooltypes listview font.\n
o All gadgets have keyboard shortcuts.\n
o Installer script included.\n
o AmigaGuide documentation, available on-line.\n
o Locale support for presenting all text and messages in the user's
preferred language, plus option to override and specify language.\n
.version
1.1
.date
1995.05.21
.author
Nick Christie
.restrictions
No catalog translations available yet. Doesn't patch OS3 WBInfo function.
.requirements
WB2.04+ (V37+), BGUI library V38+
.distribution
Freeware
.address
39 St Georges Drive
Bransgore
BH23 8EZ
Great Britain
.email
nick.christie@oucs.ox.ac.uk (Nick Christie)
nick@vax.ox.ac.uk (Nick Christie)
.exectype
Compiled C
.installsize
35K - 200K
The minimum value doesn't include bgui.library.
.construction
SAS/C 6.55
.tested
A2000/030, ECS, 10MB Fast, 1MB Chip, OS V37.
.run
ExtraInfo=WB,ExtraInfo
ExtraInfo=CLI,ExtraInfo
.docs
ExtraInfo.guide
.described-by
nick.christie@oucs.ox.ac.uk (Nick Christie)
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool ExtraInfo.readme TEXT
else
if $choice EQ "2"
MetaTool ExtraInfo.guide GUIDE
else
if $choice EQ "3"
Installer ExtraInfo.install ExtraInfo AVERAGE AVERAGE english
else
if $choice EQ "4"
assign Libs: Libs/ ADD
ExtraInfo
endif
endif
endif
endif
skip Start BACK
endif
.aminet-dir
util/wb
.stored-in
FreshFish-Vol10:New/util/wb/ExtraInfo/
.pi-file
FreshFish-Vol10:New/util/wb/ExtraInfo/Product-Info
.name
Falconia
.fullname
Legend of Falconia
.type
Adventure Game
.short
Demoversion of Legend of Falconia
.description
You will it not repent if you buy the orginalversion. Legend of
Falconia guide you in a world nobody has seen it before. Experience
the adventures of Han S0l0, not Han Solo, Iabba, not Jabba, Lord
Titanius and of course the hero of the game. Let you bewitch and
admire the wonderful graphics in over 50 pictures. Let your ears hear
something good. Admire the fantastic sound from modules of the PD
sector, which provide the respective situation. Experience things you
will never experience in the normal live. Communicate with creatures
you have never seen before. If you imagine the craziest which you can
imagine you don't come to the crazy standard which is used in the
game.
.version
2.00
.author
Frank Rochter
.requirements
PAL Amiga
1 MB Chipmem minimum
( good are 1 MB Chipmem + 512 KB other Mem (Chipmem/Fastmem))
An external drive or a harddisk with 4 MB minimum free
Kickstart 2.04+
.distribution
Shareware
.price
$20 (US), 25 DM
.address
Pirolweg 26
33335 Gutersloh
Germany
.docs
readme
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
game/role
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool readme TEXT
else
if $choice EQ "2"
LOF
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/game/role/Falconia/
.pi-file
FreshFish-Vol10:New/game/role/Falconia/Product-Info
.name
Ferry
.type
Picture
.short
Cool Spaceship (Reflections 2.5)
.description
Rendered with A4040 / 10MB RAM / 540 HDD / CD-ROM
Used Soft: REFLECTIONS 2.53, DPAINT IV AGA and compressed with GFxConv to JPEG
This is a 800x600 JPEG of a spaceship, rendered with REFLECTIONS 2.5. The conversion to
JPEG (JFIF)-Format was done with the great GFX-Conv 1.3 written by Dirk Farin (thanks
to him)
This is my first upload in the great AMINet. More to follow.... 8-))
The Spaceship-object is available as SHAREWARE
Send 10DM/10 US $ + porto
Dirk Thomsen
Osterallee 15
24944 Flensburg
The object will be complete with textures but only in the Reflections-format, so you
have to convert it.
.author
Dirk Thomsen
.distribution
Copyrighted but Freely Redistributable
.address
Osterallee 15
24944 Flensburg
.email
ZALU@TAM.shnet.org
.aminet-dir
pix/trace
.execute
METATOOL Ferry.jpg JPEG
.docs
Ferry.readme
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/trace/Ferry/
.pi-file
FreshFish-Vol10:New/pix/trace/Ferry/Product-Info
.name
FFonts
.type
Fonts
.short
Sampler of fonts from FreshFonts II CD
.description
A sampler of fonts from the FreshFonts II CD. These are all
in IntelliFont format, which is the native Amiga format.
.described-by
Fred Fish (fnf@amigalib.com)
.submittal
Copied from FreshFonts II CD with permission.
.aminet-dir
text/font
.execute
set orgdir `cd`
LAB start
failat 10
unset filechoice
unset dirchoice
cd $orgdir
set choice `RequestChoice "Options Selection" "Please select an option" "View Files" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
set filechoice `RequestFile TITLE "Select Text File"`
set dirchoice `pathname $filechoice`
set filechoice `basename $filechoice`
failat 21
cd $dirchoice
MetaTool $filechoice TEXT
endif
skip start BACK
endif
.stored-in
FreshFish-Vol10:New/text/font/FFonts/
.pi-file
FreshFish-Vol10:New/text/font/FFonts/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
FileMaster
.type
Directory Utility
.short
Dirutil with internal multitasking
.description
Complete rewrite of FileMaster 2.2. Main features include:
- Multitasking. You can for example format, copy and view pictures
at the same time.
- Screen size&mode requester
- User selectable fonts for text, directory window and text viewer.
- Window size gadget. Useful if FileMaster is opened on Workbench
or public screen.
- 1-8 directory windows simultaneously on screen.
- Full keyboard support.
- JPEG image viewer built in Kickstart 3.0/68020 -version.
- ShowPic, Show Asc/Hex, Hear, have buffered input.
- Localizable
- AGA support
.version
3.0ß2.2
.date
1995.07.09
.author
Toni Wilen
.restrictions
In non-registered version, User commands aren't saved with configuration,
and there is a Requester reminding of registration
.requirements
FileMaster 3.0 comes in two versions:
one for Kickstart 2.04, Workbench 2.0 or better,
the other requires Kickstart 3.0, Workbench 3.0 and CPU 68020 or better.
Full AGA support and built-in JPEG viewer is only on Kickstart 3.0 version
of FileMaster 3.0
.distribution
Shareware
.address
Sudentie 4
13600 HML
Finland
.email
toni_wilen@llauta.fipnet.fi
.docs
read.me!
history.txt
fm.guide
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Readme" "View Guide" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool read.me! TEXT
else
if $choice EQ "2"
MetaTool fm.guide GUIDE
else
if $choice EQ "3"
fm.000
endif
endif
endif
skip Start BACK
endif
.aminet-dir
util/dir
.stored-in
FreshFish-Vol10:New/util/dir/FileMaster/
.pi-file
FreshFish-Vol10:New/util/dir/FileMaster/Product-Info
.name
fmdesk
.type
Picture
.short
Imagine 3.2 render of a desk
.description
Ok... This is my second "proper" render and I feel is not quite so cliched as
Volvic.jpg.. which is also around here.
It`s meant to be a render of Mulder`s desk, from the X-Files. :)
Hope you like it...
Check out my web page if you want
http://www.ex.ac.uk/~ge94saj/renders.html
Thanks
steve
.author
Steve Jalim
.distribution
Copyrighted but Freely Redistributable
.email
S.A.Jalim@queens.ex.ac.uk
.aminet-dir
pix/imagi
.execute
METATOOL fmdesk.jpg JPEG
.docs
fmdesk.readme
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/imagi/fmdesk/
.pi-file
FreshFish-Vol10:New/pix/imagi/fmdesk/Product-Info
.name
Font_dt
.type
Datatype
.short
DataType for Amiga fonts
.description
This package contains DataTypes picture subclass for loading and
displaying Amiga fonts. It will load normal fonts, colour fonts
and outline fonts. Configuration files allow user to customize
appearance of fonts. Docs in AmigaGuide® format and Installer
script are included.
.version
1.1
.author
Michal Letowski
.requirements
Requires OS 3.0+
.distribution
Freeware
.address
Przyjazni 51/17
53-030 Wroclaw
POLAND
.email
letowski@ci-1.ci.pwr.wroc.pl
.source
Includes partial source
.docs
FontDT-1.1.readme
FontDT.guide
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool FontDT-1.1.readme TEXT
else
if $choice EQ "2"
MetaTool FontDT.guide GUIDE
else
if $choice EQ "3"
Installer "Install FontDT" FontDT NOVICE AVERAGE
endif
endif
endif
skip Start BACK
endif
.aminet-dir
util/dtype
.stored-in
FreshFish-Vol10:New/util/dtype/Font_dt/
.pi-file
FreshFish-Vol10:New/util/dtype/Font_dt/Product-Info
.name
Genealogist
.fullname
Scion Genealogist
.type
Database
.short
Specialized genealogical info database
.description
This is a specialized database for keeping track of genealogical
information. It features a full, easy to use, Intuition interface.
Version 4.07 is a substantial upgrade to the earlier Version 3.13.
See the "Scion.guide" help file for details on what's new.
The programme is totally non-sexist and secular in nature, and correctly
handles multiple marriages, "unconventional" marriages, adopted children,
and unmarried parents.
The printed reports include descendant and pedigree charts, personal
details reports, family group sheets, index lists of people and families,
and many others. See the "Scion.guide" help file for details on the new
reports.
Free-form note files can be created using any editor, and IFF pictures can
be viewed using any IFF viewer, from within the programme.
Other features include dynamic on-screen ancestor and descendant charts,
extensive on-line context-sensitive help (using "AmigaGuide", © Commodore
Business Machines), flexible "regular expression" searching, and multiple
ARexx ports with extensive command set.
Locale support for alternative languages.
Can be used with PAL or NTSC. Works with floppy and/or hard disk drives,
although a hard disk drive is STRONGLY recommended.
Maximum number of people per database = 4999
Maximum number of marriages per person = 10
Maximum number of children per family group = 40
.version
4.07
.date
1995.06.11
.author
Robbie J Akins
.requirements
A minimum of 1 Mbyte of RAM is required. This will allow for approximately
800 people. 4 Mbytes of RAM is required for the full 4999 people.
Scion will use any "virtual" memory allocated by virtual memory managers
such as GigaMem (© Copyright 1991,1992 Christian A Schnedier, F Burgel,
Relog AG) and VMM (© Copyright 1994 Martin Apel).
Kickstart/Workbench v2.04 (or later) required. Version 2.10 (or later)
required for locale support (alternative languages).
Any preferences supported printer capable of printing 80 columns in normal
mode, and 130 columns in condensed (fine) mode. Back-spacing capability
required for printing pedigree charts.
.reference
GoldFish-Vol2-2:BBS/biz/Genealogist-3.13.lha
3.13
GoldFish-Vol2-1:Files/biz/dbase/Genealogist/
3.13
FreshFish-Vol9-2:BBS/biz/Genealogist-3.13.lha
3.13
FreshFish-Vol8-2:BBS/biz/Genealogist-3.13.lha
3.13
FreshFish-Vol8-1:New/biz/dbase/Genealogist/
3.13
FrozenFish-Vol1:BBS/Dec93/biz/dbase/Genealogist.lha
3.06
FreshFish-Vol3:Old/Dec93/biz/dbase/Genealogist/
3.06
FreshFish-Vol2:New/biz/dbase/Genealogist/
3.06
GoldFish-Vol1-2:d8xx/d865/Genealogist/
3.04
GoldFish-Vol1-1:BBS/d8xx/d865/Genealogist.lha
3.04
FrozenFish-Vol1:BBS/ALib/d8xx/d865/Genealogist.lha
3.04
FreshFish-Vol2:Old/AmigaLibDisks/Disks860-879/Disk865/Genealogist/
3.04
FreshFish-Vol1:Old/AmigaLibDisks/Disks860-879/Disk865/Genealogist/
3.04
AmigaLibDisk865:Genealogist/
3.04
.distribution
Freeware
.address
5 Austin Street
Wellington 6001
NEW ZEALAND
.email
rakins@BCLEng.co.nz
rakins@bclnz.co.nz
.docs
LeesMij
Leggimi
LesMeg
LiesMich
Lisez-moi
ReadMe
Scion407.readme
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View ReadMe" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
set filechoice `requestfile`
MetaTool $filechoice TEXT
else
if $choice EQ "2"
Genealogist
endif
endif
skip Start BACK
endif
.aminet-dir
biz/dbase
.stored-in
FreshFish-Vol10:New/biz/dbase/Genealogist/
.pi-file
FreshFish-Vol10:New/biz/dbase/Genealogist/Product-Info
.name
GNUChessFix
.type
Game tool
.short
3 programs to convert ouput of GNUChess
.description
This file is a description of the three ARexx programs I wrote to
translate the raw listings of game moves produced by the chess
games GNUchess and UChess. As this set of ARexx programs forms a
patch to these chess games, they are not well integrated with
them and thus are not very user friendly. There is a bit of
initial CLI stuff to do and some modification of your startup
sequence. But the ARexx programs are not difficult to use once
you get the hang of them.
.author
Patrick Reany
.distribution
Public Domain
.address
2408 W Myrtle #26
Phoenix AZ 85021
USA
.docs
GNUChessFix.doc
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
game/patch
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool GNUChessFix.doc TEXT
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/game/patch/GNUChessFix/
.pi-file
FreshFish-Vol10:New/game/patch/GNUChessFix/Product-Info
.name
GoldED
.fullname
GoldED
.type
editor
.short
Programmer's editor
.description
GoldED is a text editor for programmers. Suggested hardware:
OS3.1, 68030, 2MB RAM, HD. Features: fast scrolling, folding,
project management, undo/redo, syntax highlighting, ARexx
port (410+ commands), asynchronous printing, flexible GUI: any
mode, any font, user defined menus, user-defined gadgets, preview
mode, keymap editor. OS3.1 support (AppWindows, MenuHelp,
HotKey), localized, ASCII character selection table, character
set remap (e.g MS-DOS to Amiga), APC (automatic phrase
completion), AutoCase (automatic case correction), smart
indention after user-defined keywords, QuickFunc scanner
(displays a table of all functions defined in your source code;
language-independant), includes & AutoDocs reference function,
file hunter, global search across file boundaries, macro
recording, formatter, QuickStarter, AutoBackup facility,
XPK-support, clipboard support, online spell checker, icon dock
based on Stefan Becker's ToolManager. Additional tools: PCL
(Laser/DeskJet) printing utility HiSpeed, Recover (recovers text
buffers after reboot), compiler frontend GUIMake and more.
English, German & French documentation provided as AmigaGuide
files. v2.0, commercial demo, binary only. Authors: Dietmar
Eilert (GoldED), Rico Krasowski (GUIMake) and others.
.version
3.1.3
.date
1995.7.18
.author
Dietmar Eilert
.restrictions
demo can't save more than 1000 lines
.requirements
OS2.0, 68000, 1MB RAM, HD (5 MB free). Installer. Libraries: Reqtools,
XPK (optional), AmigaGuide (optional).
.distribution
commercial demo
.price
20$-40$
.email
DIETMAR@TOMATE.TNG.OCHE.DE
.address
Kampstraße 28
D-59269 Beckum
Germany
.exectype
68xxx
.installsize
2 MB - 2.5 MB
.source
C progamming examples included
.construction
DICE 2.07.54R
.described-by
Dietmar Eilert (DIETMAR@TOMATE.TNG.OCHE.DE)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View ReadMe" "Install Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool GED313.readme TEXT
else
if $choice EQ "2"
set choice2 `RequestChoice "Install" "Please select a language" "English" "Deutsch" "Français" "Cancel"`
if $choice2 GT "0"
if $choice2 EQ "1"
installer Install GoldEd AVERAGE AVERAGE T:GED english
else
if $choice2 EQ "2"
installer Install GoldEd AVERAGE AVERAGE T:GED deutsch
else
if $choice2 EQ "3"
installer Install GoldEd AVERAGE AVERAGE T:GED français
endif
endif
endif
endif
unset choice2
endif
endif
skip Start BACK
endif
.aminet-dir
text/edit
.stored-in
FreshFish-Vol10:New/text/edit/GoldED/
.pi-file
FreshFish-Vol10:New/text/edit/GoldED/Product-Info
.name
GrabEcran
.type
Picture
.short
2 WB pics featuring the author's progs
.description
Two Workbench pictures featuring the author's programs
BExchange, BDH, and DLError
.author
Doguet Emmanuel
.distribution
Freeware
.address
4, rue de Cornouailles
50130 OCTEVILLE
FRANCE
.email
manu@ramses.fdn.org
.docs
ReadMe
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
pix/wb
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Snapshot 1" "View Snapshot 2" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool ReadMe TEXT
else
if $choice EQ "2"
MetaTool BExchange+BDH.iff ILBM
else
if $choice EQ "3"
MetaTool GoldED+DLError.iff ILBM
endif
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/pix/wb/GrabEcran/
.pi-file
FreshFish-Vol10:New/pix/wb/GrabEcran/Product-Info
.name
gregorwb
.type
Picture
.short
Picture of Gregors WB screen
.description
Just a picture of my WB screen, for those who are curious.
.author
Jimmy McKinney
.distribution
Copyrighted but Freely Redistributable
.email
vorlon@iglou.com
.aminet-dir
pix/wb
.execute
METATOOL gregorgrab ILBM
.docs
gregorwb.readme
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/wb/gregorwb/
.pi-file
FreshFish-Vol10:New/pix/wb/gregorwb/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
GUICreator
.type
Developer Utility
.short
Interface Builder for OS3.0+
.description
Another GUI interface builder, includes several examples
.version
1.2
.date
1995.07.04
.author
Markus Hillenbrand
.requirements
Requires OS3.x
.distribution
Shareware
.address
Hauptstraße 6
36124 Eichenzell-Löschenrod
Deutschland
.email
m_hillen@informatik.uni-kl.de
.docs
GUICreatorWB.guide
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set orgdir `cd`
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool GUICreator.readme TEXT
else
if $choice EQ "2"
set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
set dirchoice `pathname $filechoice` ; cdwork:ready/sys/c must be in search path
set filechoice `basename $filechoice`
failat 21
cd $dirchoice
MetaTool $filechoice GUIDE
failat 10
unset filechoice
unset dirchoice
else
if $choice EQ "3"
stack 50000
GUICreatorWB
endif
endif
endif
cd $orgdir
skip Start BACK
endif
.aminet-dir
dev/gui
.stored-in
FreshFish-Vol10:New/dev/gui/GUICreator/
.pi-file
FreshFish-Vol10:New/dev/gui/GUICreator/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
HWGRCS
.type
Database
.short
GNU Revision Control System, Sources
.description
HWGRCS is a port of GNU RCS 5.6.0.1 to the Amiga with several Amiga
specific extensions.
Here is a quote that describes it quite well:
The Revision Control System (RCS) manages multiple revisions
of files. RCS automates the storing, retrieval, logging,
identification, and merging of revisions. RCS is useful for text
that is revised frequently, for example programs, documentation,
graphics, papers, and form letters.
.version
5.6pl12
.requirements
Requires OS2.04+, 1Mb+ RAM
.author
Walter Tichy
Paul Eggert
Amiga port by Heinz Wrobel
.reference
GoldFish-Vol1-2:d9xx/d982/HWGRCS/
5.6pl8
GoldFish-Vol1-2:d9xx/d981/HWGRCS/
5.6pl8
GoldFish-Vol1-2:d9xx/d980/HWGRCS/
5.6pl8
GoldFish-Vol1-1:BBS/d9xx/d982/HWGRCS.lha
5.6pl8
GoldFish-Vol1-1:BBS/d9xx/d981/HWGRCS.lha
5.6pl8
GoldFish-Vol1-1:BBS/d9xx/d980/HWGRCS.lha
5.6pl8
FrozenFish-Vol1:BBS/ALib/d9xx/d982/HWGRCS.lha
5.6pl8
FrozenFish-Vol1:BBS/ALib/d9xx/d981/HWGRCS.lha
5.6pl8
FrozenFish-Vol1:BBS/ALib/d9xx/d980/HWGRCS.lha
5.6pl8
FreshFish-Vol4:New/AmigaLibDisks/d982/HWGRCS/
5.6pl8
FreshFish-Vol4:New/AmigaLibDisks/d981/HWGRCS/
5.6pl8
FreshFish-Vol4:New/AmigaLibDisks/d980/HWGRCS/
5.6pl8
FreshFish-Vol4:BBS/AmigaLib/d982/HWGRCS.lha
5.6pl8
FreshFish-Vol4:BBS/AmigaLib/d981/HWGRCS.lha
5.6pl8
FreshFish-Vol4:BBS/AmigaLib/d980/HWGRCS.lha
5.6pl8
AmigaLibDisk982:HWGRCS/
5.6pl8
AmigaLibDisk981:HWGRCS/
5.6pl8
AmigaLibDisk980:HWGRCS/
5.6pl8
GoldFish-Vol1-2:d8xx/d856/HWGRCS/
5.6pl2
GoldFish-Vol1-2:d8xx/d855/HWGRCS/
5.6pl2
GoldFish-Vol1-1:BBS/d8xx/d856/HWGRCS.lha
5.6pl2
GoldFish-Vol1-1:BBS/d8xx/d855/HWGRCS.lha
5.6pl2
FrozenFish-Vol1:BBS/ALib/d8xx/d856/HWGRCS.lha
5.6pl2
FrozenFish-Vol1/BBS/ALib/d8xx/d855/HWGRCS.lha
5.6pl2
.distribution
GNU Public License
.address
Karlstr. 16
82131 Gauting
Germany
.email
heinz@hwg.muc.de
.source
Includes full sources in C
.docs
README.first
README
readme.guide
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
set orgdir `cd`
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
set filechoice `RequestFile TITLE "Select Readme File" PATTERN "#?Readme#?"`
set dirchoice `pathname $filechoice`
set filechoice `basename $filechoice`
failat 21
cd $dirchoice
MetaTool $filechoice GUIDE
failat 10
unset filechoice
unset dirchoice
else
if $choice EQ "2"
MetaTool readme.guide GUIDE
endif
endif
skip Start BACK
endif
.aminet-dir
dev/misc
.stored-in
FreshFish-Vol10:New/dev/misc/HWGRCS/
.pi-file
FreshFish-Vol10:New/dev/misc/HWGRCS/Product-Info
.name
IBrowse
.type
Picture
.short
GIFs of IBrowse, a new Amiga WWW Browser
.description
Hi all!
These have been taken from http://www.omnipresence.com/ibrowse/
and uploaded here as they were nasty inline images.
The Amiga clearly has a bright future.
Now it has a bright future in the WWW too.
Basically, it's the contents of my T: dir while viewing the pages,
so the images are the T432.0000 type.
Stu. :)
--
____________________________________________________________________
/ Stuart Tomlinson Amiga CD32+SX-1, 6 meg RAM, HD,\
| stuart@tomonet.demon.co.uk and a 14.4K Sportster FAX Modem |
| http://metro.turnpike.net/~stu/ IRC: Casper (Casper_ when taken)|
| Maintainer of the SX1 Mailing List: |
| Mail to SX1-request@tomonet.demon.co.uk with HELP in the body |
| or go to its WWW page at http://metro.turnpike.net/~stu/sx1.html |
\___________________________________________________________________/
.author
Stuart Tomlinson
.email
stuart@tomonet.demon.co.uk
.aminet-dir
pix/illu
.execute
set filechoice `requestfile "Select a picture to view" PATTERN "3WN5.#?"
MetaTool $filechoice GIF
.docs
IBrowsePics.readme
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/illu/IBrowse/
.pi-file
FreshFish-Vol10:New/pix/illu/IBrowse/Product-Info
.name
ICON_TOOLBOX
.type
Workbench Tool
.short
Manipulates/organizes icons.
.description
Function List:
a. Create icons of any size and up to 256 colours from paint files.
Automatically works out the type of the icon. Double image icons
can be made from 2 pictures with totally different sizes and depths,
also you can manually position the 2 pictures relative to each other.
b. Smart window cleanup: much better than workbench's window cleanup.
The cleanup is always 100% tight: if there's a free slot, it will be
found! The positioning of icons is also more structured than that
of workbench. Many practical heuristics are enforced.
c. Mass produce zillions of icons (iconization) with many options.
d. Mass stretching of icons in a directory.
e. Mass palette remappings of icons.
f. Mass change of an icon default tool.
g. Convert an icons tool types to text file and vice versa.
h. Convert icons into paint files with a minimum of fuss.
i. Stretch icons. Perform 2 way stretch/shrink on an icon.
j. Tile a sphere with an icon or picture.
k. Remap an icon palette: for when you change your workbench palette.
l. Cut a smaller paint file (a brush) out of a bigger paint file.
m. Copy an icon to another object NOT necessarily of the same type.
n. Mass mapping of icons onto spheres.
o. Stretch a picture.
p. Tile a sphere with a picture.
q. Change the colour-palette/number-of-bitplanes/resolution of a
picture so that destination resembles source.
r. Switch the type of an icon: switch between garbage and directory,
switch between data file and programme file.
s. Implement the colours of a paint file onto the workbench screen.
t. Examine an icon: give info about an icon. Compared to Workbench info
the emphasis is on the icon rather than on the associated object.
.version
2.12
.date
1995.03.22
.author
Richard Biswas
.distribution
Shareware
.price
£10
.address
Flat 1
61 Warminster Road
LONDON
SE25 4DQ
.tested
The programme has been tested on the following:
version 3.0: Tested on an Amiga 1200, works perfectly.
version 2.0: Tested on an Amiga 500 with 2.04 ROM, works perfectly.
version 1.3: Tested on a version 1.2 Amiga 500 with software upgrade to 1.3:
Also tested on an Amiga 1200 downgraded to 1.3 using the Relok1.3
programme. In both cases works perfectly.
version 1.2: Tested on a version 1.2 Amiga 500: PROBLEMS OCCUR. iconizing
ram: can result in df0: being iconized instead. See section
6.
If you have tested this on other configurations please write and tell me and
I'll update this. Also if NTSC users have any problems they should write and
explain and I'll try and take corrective action.
The programme works differently on different machines. It works out what machine
its on and then may or may not say certain things accordingly: this is because
icons behave slightly differently on different machines eg on an Amiga 1200
you can update all icons including ram:'s by opening a CLI, closing the
workbench window and then typing loadwb from the cli.
.docs
ICON_TOOLBOX/Function_List
ICON_TOOLBOX/README_FIRST
ICON_TOOLBOX/registration
ICON_TOOLBOX/manual/compatibility
ICON_TOOLBOX/manual/design_philosophy
ICON_TOOLBOX/manual/Good_form
ICON_TOOLBOX/manual/Icon_copying_feature
ICON_TOOLBOX/manual/Icon_from_Art_programme
ICON_TOOLBOX/manual/Lots_of_ram
ICON_TOOLBOX/manual/NTSC_and_PAL
ICON_TOOLBOX/manual/pre_1.2_machines
ICON_TOOLBOX/manual/Smart_Window_Cleanup
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
util/wb
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View ReadMe" "View Doc" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool ICON_TOOLBOX/README_FIRST TEXT
else
if $choice EQ "2"
set filechoice `RequestFile TITLE "Select Doc File" PATTERN "~(#?.info)" DRAWER "ICON_TOOLBOX/manual"`
MetaTool $filechoice TEXT
unset filechoice
else
if $choice EQ "3"
ICON_TOOLBOX/ICON_TOOLBOX
endif
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/util/wb/ICON_TOOLBOX/
.pi-file
FreshFish-Vol10:New/util/wb/ICON_TOOLBOX/Product-Info
.name
ILBM_Killer
.type
Picture Viewer
.short
IFF/AGA ILBM file viewer/remover
.description
This program only does two things. 1. Views IFF ILBM Files
2. Deletes Files
This program was written because I had to spring clean my Hard
Drive. Just imagine this. You have 30 to 40 ILBM files on your
Hard Drive dating back a couple of years. Lets face it you have
probably forgotten what most of then are anyway. You WANT some
disk space back NOW.
You have two options 1. Use the CLI to delete the file however
you don't know what the picture is.
2. Load Deluxe Paint IV to view and delete
the file however this is too slow and cumbersome.
SOLUTION
Use ILBM Killer. It is reasonably quick straight forward and
easy to use.
.version
1.01
.author
DCAT
.distribution
Copyrighted but Freely Redistributable
.docs
ILBM_Killer.DOC
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
gfx/show
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool ILBM_Killer.DOC TEXT
else
if $choice EQ "2"
ILBM_Killer
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/gfx/show/ILBM_Killer/
.pi-file
FreshFish-Vol10:New/gfx/show/ILBM_Killer/Product-Info
.name
Image2C
.fullname
Image to C Converter
.aminet-dir
gfx/conv
.short
Convert IFF images to C code
.description
Source (and binary) to a tool to convert IFF images to 'C' code for
use in DrawImage(); generates all structures necessary to create
gadgets with this imagery, including LoadRGB32() palette tables, and
struct Gadget, struct Image, etc. Source code demonstrates the use of
iffparse.library to extract BMHD information, AUTH, BODY, etc. chunks.
Flexible structure base-names from the command line.
.version
1.2
.author
Udo Schuermann
.submittal
Submitted directly by author via ftp.
.described-by
Fred Fish (fnf@amigalib.com)
.source
Includes source in C.
.execute
LAB start
set choice `RequestChoice "Image to C Converter" "Please select an option" "Documentation" "View Source" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool i2c.doc TEXT
else
if $choice EQ "2"
MetaTool i2c.c SOURCE
endif
endif
skip start BACK
endif
.stored-in
FreshFish-Vol10:New/gfx/conv/Image2C/
.pi-file
FreshFish-Vol10:New/gfx/conv/Image2C/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
IncludeGuide
.type
Developer Utility
.short
Guide with links to all asm includes
.description
An AmigaGuide file that contains links to asm includes
INCLUDE: has to be assigned to the main include directory, containing
all include files (the directory containing the "exec", "dos" and all
the other drawers).
.version
1.0
.author
Per-Olof Yliniemi
.address
Muoniovaara
S-980 64 Muodoslompolo
SWEDEN
.docs
IncludeGuide.readme
Includes.Guide
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool IncludeGuide.readme TEXT
else
if $choice EQ "2"
MetaTool Includes.Guide GUIDE
endif
endif
skip Start BACK
endif
.aminet-dir
dev/asm
.stored-in
FreshFish-Vol10:New/dev/asm/IncludeGuide/
.pi-file
FreshFish-Vol10:New/dev/asm/IncludeGuide/Product-Info
.name
InfraRexx
.type
Infrared Control/ARexx
.short
Amiga as infrared remote control/slave
.description
The InfraRexx software along with the InfraJoy hardware serve as an
ARexx-infrared interface, so your Amiga becomes a remote control
unit. Also, the other way around, you can control your Amiga using
a common infrared remote control unit.
.version
1.6a
.date
1995.6.14
.author
Leon Woestenberg
Jeroen Steenblik
.reference
GoldFish-Vol2-2:BBS/util/InfraRexx-1.4.lha
1.4
GoldFish-Vol2-1:Files/util/rexx/InfraRexx/
1.4
FreshFish-Vol9-2:BBS/util/InfraRexx-1.4.lha
1.4
FreshFish-Vol8-2:BBS/util/InfraRexx-1.4.lha
1.4
FreshFish-Vol8-1:New/util/rexx/InfraRexx/
1.4
FreshFish-Vol6:New/util/rexx/InfraRexx/
1.3
FreshFish-Vol6:BBS/util/InfraRexx-1.3.lha
1.3
.requirements
Requires Kickstart 2.04 or higher and some hardware (plans included).
.distribution
Freeware
.price
Voluntary registration fee of USD 10. Ordering the complete hardware
costs USD 28, and offers free user registration and one free update.
.address
Digital Disturbance
Leon Woestenberg
Langenhof 62
NL-5071 TP Udenhout
The Netherlands
Jeroen Steenblik
Retiestraat 13
NL-5628 PC Eindhoven
The Netherlands
.email
leon@stack.urc.tue.nl
jeroens@stack.urc.tue.nl
.installsize
100K-450K
.construction
Amiga E Compiler v3.1a by Wouter van Oortmerssen
.tested
Tested on an Amiga 4000/040 using Kickstart 3.0 (version 39.106) ROMs
and 3.1 (version 40.68) MapRommed ROMs, Workbench 3.1 (version 40.42).
.docs
InfraRexx.guide
Hardware.guide
.described-by
Leon Woestenberg (leon@stack.urc.tue.nl)
Jeroen Steenblik (jeroens@stack.urc.tue.nl)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Readme" "View Guide" "Install Program" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool InfraRexx1_6a.readme TEXT
else
if $choice EQ "2"
MetaTool InfraRexx.guide GUIDE
else
if $choice EQ "3"
Installer Install InfraRexx AVERAGE AVERAGE NOPRETEND
else
if $choice EQ "4"
assign Locale: "" ADD
run InfraRexxDaemon
InfraRexxEditor
endif
endif
endif
endif
skip Start BACK
endif
.aminet-dir
util/misc
.stored-in
FreshFish-Vol10:New/util/misc/InfraRexx/
.pi-file
FreshFish-Vol10:New/util/misc/InfraRexx/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
IntuiDex
.type
Database
.short
Mailing list manager
.description
Easy to use club membership database and mailing list manager.
Features:
* Number of records in database is now limited only by available
memory
* Fast sorting speed
* Nine different status levels, including four membership levels
* Font and screen sensitive
* Prints mailing labels, phone lists, and configurable database lists
* Export mail merge files for many popular word processors
* Import and Export ASCII delimited files
* Configurable field names
* Sort on six different fields
.version
2.1
.author
Jeffery C. May
.distribution
Shareware
.reference
GoldFish-Vol2-2:BBS/biz/IntuiDex-1.1.lha
1.1
GoldFish-Vol2-1:Files/biz/dbase/IntuiDex/
1.1
FreshFish-Vol9-2:BBS/biz/IntuiDex-1.1.lha
1.1
FreshFish-Vol8-2:BBS/biz/IntuiDex-1.1.lha
1.1
FreshFish-Vol7:New/biz/dbase/IntuiDex/
1.1
FreshFish-Vol7:BBS/biz/IntuiDex-1.1.lha
1.1
AmigaLibDisks:d10xx/d1010/Programs/IntuiDex/
1.1
FreshFish-Vol6:New/biz/dbase/IntuiDex/
1.0
FreshFish-Vol6:BBS/biz/IntuiDex-1.0.lha
1.0
.price
$25 (US)
.address
4323 Pinewood Dr NE
Palm Bay, FL 32905
USA
.email
jeffm@zeus.surf.tach.net
Jeff_May@aaivtex.atl.ga.us
.docs
IntuiDex21.readme
help/IntuiDex.guide
help/registration.form
.described-by
Dan Fish (daf@daffy.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View ReadMe" "View Guide" "Install Program" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool IntuiDex21.readme TEXT
else
if $choice EQ "2"
cd help
MetaTool IntuiDex.guide GUIDE
cd /
else
if $choice EQ "3"
Installer Install_IntuiDex
else
if $choice EQ "4"
wbrun intuidex
endif
endif
endif
endif
skip Start BACK
endif
.aminet-dir
biz/dbase
.stored-in
FreshFish-Vol10:New/biz/dbase/IntuiDex/
.pi-file
FreshFish-Vol10:New/biz/dbase/IntuiDex/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
IRMaster
.type
Hardware
.short
Use Amiga as an infrared remote
.description
The IR-Master project consists of two software components
and a control hardware which is connected to the joystickport.
With this equipment you can control almost every device which
is supplied with an IR remote.
.version
3.30
.date
1995.06.07
.author
Jürgen Frank
Michael Watzl
.requirements
Requires OS2.x+, and hardware available from the authors
.reference
FreshFish-Vol9-1:New/util/misc/IRMaster/
3.11
FreshFish-Vol8-2:BBS/util/IRMaster-2.6.lha
2.6
GoldFish-Vol2-1:Files/util/misc/IRMaster/
2.6
FreshFish-Vol6:New/util/misc/IRMaster/
2.6
FreshFish-Vol6:BBS/util/IRMaster-2.6.lha
2.6
GoldFish-Vol2-2/BBS/util/IRMaster-2.6.lha
2.6
AmigaLibDisk993:IRMaster/
2.2
AmigaLibDisk943:IRMaster/
1.0
.distribution
Shareware
.price
$15 - $40 (US)
.address
Michael Watzl
Konradstr. 11
86609 Donauwoerth
Tel: +49 906 5834
Germany
Juergen Frank
Wittelsbacherweg 7
86609 Donauwoerth
Tel: +49 906 1057
Germany
.docs
IMPORTANT
WICHTIG!
irmaster330.readme
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Readme" "Install Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool irmaster330.readme TEXT
else
if $choice EQ "2"
set choice2 `RequestChoice "Language Selection" "Please select a Language" "English" "Deutsch" "Cancel"`
if $choice2 GT "0"
if $choice2 EQ "1"
Installer Install IR-Master DEFUSER Average LANGUAGE english NOPRETEND
else
if $choice2 EQ "2"
Installer Install IR-Master DEFUSER Average LANGUAGE deutsch NOPRETEND
endif
endif
endif
unset choice2
endif
endif
skip Start BACK
endif
.aminet-dir
util/misc
.stored-in
FreshFish-Vol10:New/util/misc/IR-Master/
.pi-file
FreshFish-Vol10:New/util/misc/IR-Master/Product-Info
.name
ITF
.type
Game Utility
.short
Infocom data file interpreter
.description
Amiga port of ITF4.01. ITF stands for "Infocom Task Force"
There have been several ports of Infocom interpreters to the
Amiga, but none of this program. The interpreter supports
v1, v2, v3 (Zork1 to Stationfall), v4 (Trinity, Bureaucracy,
etc.) and v5 (Sherlock, Beyond Zork etc.) games. This is more
than any other freely distributable interpreter. With this
interpreter you can play ALL the games in the LTOI2 package
for the IBM PC, by copying the datafiles with CrossDOS or
similar, then just running this interpreter. Binary only.
.version
1.70
.author
InfoTaskForce, amiga port by David Kinder
.reference
GoldFish-Vol2-2:BBS/game/ITF-1.60.lha
1.60
GoldFish-Vol2-1:Files/game/role/ITF/
1.60
FreshFish-Vol9-2:BBS/game/ITF-1.60.lha
1.60
FreshFish-Vol8-2:BBS/game/ITF-1.60.lha
1.60
FreshFish-Vol8-1:New/game/role/ITF/
1.60
FreshFish-Vol5:BBS/game/ITF-1.46.lha
1.46
FreshFish-Vol4:New/game/role/ITF/
1.46
FreshFish-Vol4:BBS/May94/game/role/ITF.lha
1.46
GoldFish-Vol1-2:d9xx/d975/ITF/
1.10
GoldFish-Vol1-1:BBS/d9xx/d975/ITF.lha
1.10
FrozenFish-Vol1:BBS/ALib/d9xx/d975/ITF.lha
1.10
FreshFish-Vol3:New/AmigaLibDisks/Disk975/ITF/
1.10
AmigaLibDisk975:ITF/
.requirements
Requires OS 2.0+
.distribution
Copyrighted but Freely Redistributable
.address
2, Clwtt Cottages,
Bangor Road,
Gyfelia,
Nr. Wrexham,
Clywd.
LL13 0YL
.email
kinder@teaching.physics.ox.ac.uk
david.kinder@physics.ox.ac.uk
.docs
About Sherlock
DataFile.txt
History.txt
Infocom.guide
Readme
ZCode.txt
.described-by
Dan Fish (daf@daffy.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
set orgdir `cd`
set filechoice `RequestFile TITLE "Select Text File"`
set dirchoice `pathname $filechoice`
set filechoice `basename $filechoice`
failat 21
cd $dirchoice
MetaTool $filechoice TEXT
cd $orgdir
failat 10
unset filechoice
unset dirchoice
endif
skip Start BACK
endif
.aminet-dir
game/role
.stored-in
FreshFish-Vol10:New/game/role/ITF/
.pi-file
FreshFish-Vol10:New/game/role/ITF/Product-Info
.name
JIV
.aminet-dir
gfx/show
.short
Picture viewer GIF/BMP/ILBM/PNM/PCX/JPEG
.description
JIV is a picture viewer. I can imagine that you're wondering
now why I had to write yet another one... well, here's a list
of features that should answer your question:
· JIV supports many different file formats:
- GIF (full GIF87a standard plus a subset of GIF89a).
- BMP (MS-Windows and OS/2 variants, currently only
uncompressed).
- IFF-ILBM (including HAM6, HAM8, EHB and 24bit formats).
- PNM pictures (PBM, PGM and PPM in both binary and
ASCII format).
- PCX (8bit/VGA, 24 bit, monochrome and _some_ 4 bit)
- JPEG/JFIF, if the JPEG CODEC is installed.
· JIV supports several types of display hardware:
- all native graphics chipsets (OCS, ECS and AGA).
- Cybergraphics emulation.
- A2024.
- Picasso-II/Village emulation.
- Generic mode, should work with every graphics board that
emulates Workbench/Intuition. Tested with the Picasso-II
emulation and the Cybergraphics emulation.
· JIV supports displaying over-sized images using autoscroll.
· JIV supports multiple filenames and AmigaDOS pattern
matching.
· JIV can dither pictures that use more colors than your
display hardware supports.
· JIV offers an endless/slideshow mode that can be used for
(non-interactive) advertising, for example in a shop window.
Please note that JIV is probably not the best choice for
"small" Amiga configurations. It will need a lot of memory and
(in some cases) quite a bit of computing power as well.
The minimum configuration for JIV is:
· 68000 or better.
· AmigaOS 2.04 (V37) or better.
· 1 MByte or more of RAM.
This configuration should allow you to view small to medium-sized
pictures (640x480x8 should just be possible).
The suggested configuration for JIV is:
· 68030 or better.
· AmigaOS 3.1 (V40) or better.
· 4 MBytes of RAM or more.
· Hard disk drive.
This configuration will allow you to view most pictures you're
likely to find. A bit more RAM wouldn't hurt, though. :-) And
of course you'll need a graphics board if you want to display
true-color pictures without dithering.
.author
Jürgen Weinelt
.address
Franz-Ludwig-Straße 10
D-97072 Würzburg
Germany
.version
1.22f
.distribution
Copyrighted but freely distributable under specified conditions.
.submittal
Submitted electronically directly by the author.
.email
jow@hcast.franken.de
.described-by
Fred Fish (fnf@amigalib.com)
.execute
LAB start
set choice `RequestChoice "JIV" "Please select an option" "History" "ReadMe" "English Guide" "Deutsch Guide" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool Changes TEXT
else
if $choice EQ "2"
MetaTool JIV.readme TEXT
else
if $choice EQ "3"
MetaTool JIV_e.guide GUIDE
else
if $choice EQ "4"
MetaTool JIV_d.guide GUIDE
endif
endif
endif
endif
skip start BACK
endif
.stored-in
FreshFish-Vol10:New/gfx/show/JIV/
.pi-file
FreshFish-Vol10:New/gfx/show/JIV/Product-Info
.name
Juggler_Jr
.type
Animation
.short
Juggler Jr Anim by Eric Schwartz
.description
A small looping anim from earlier Schwartz days.
.author
Eric Schwartz
.distribution
Copyrighted but Freely Redistributable
.aminet-dir
pix/eric
.execute
METATOOL Juggler_Jr. ANIM
.docs
Juggler_Jr.readme
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/eric/Juggler_Jr/
.pi-file
FreshFish-Vol10:New/pix/eric/Juggler_Jr/Product-Info
.name
jurassic
.type
Picture
.short
Fantasy JPEG picture - 800 x 600.
.description
This is a nice picture I created some time ago on my Amiga 4000/040.
If you like it and/or want to contact me for any reasons, feel free
to do so at the address quoted above, or by phone at : +39-2-76110695.
Enjoy...
.author
Roberto Bisconcini
.distribution
Copyrighted but Freely Redistributable
.email
groncola@eznet.it
.aminet-dir
pix/misc
.execute
METATOOL jurassic.jpg JPEG
.docs
jurassic.readme
Readme.txt
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/misc/jurassic/
.pi-file
FreshFish-Vol10:New/pix/misc/jurassic/Product-Info
.name
JureWb
.type
Picture
.short
Fancy 16 color MWB based desktop
.description
My example of a WB
.author
Jure Vrhovnik
.distribution
Copyrighted but Freely Redistributable
.email
jurev@gea.fer.uni-lj.si
.aminet-dir
pix/wb
.execute
METATOOL JureWb.iff ILBM
.docs
jurewb.readme
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/wb/jurewb/
.pi-file
FreshFish-Vol10:New/pix/wb/jurewb/Product-Info
.name
Knight
.type
Picture
.short
Fantasy JPEG picture - 800 x 600.
.description
This is a nice picture I created some time ago on my Amiga 4000/040.
If you like it and/or want to contact me for any reasons, feel free
to do so at the address quoted above, or by phone at : +39-2-76110695.
Enjoy...
.author
Roberto Bisconcini
.distribution
Copyrighted but Freely Redistributable
.aminet-dir
pix/misc
.execute
METATOOL knight.jpg JPEG
.docs
knight.readme
Readme.txt
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/misc/knight/
.pi-file
FreshFish-Vol10:New/pix/misc/knight/Product-Info
.name
LaguardiaWB
.type
Picture
.short
IFF of Laguardia's 1024x768 WB on EGS
.description
This is a snapshot of my last WorkBench.
It won't last for long, because I love changing every bit of it about
twice a month, but this one seemed quite nice to me.
.author
Alberto D'Urso
.distribution
Copyrighted but Freely Redistributable
.email
a.d'urso@agora.stm.it
.aminet-dir
pix/wb
.execute
METATOOL LaguardiaWB.IFF ILBM
.docs
LaguardiaWB.readme
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/wb/LaguardiaWB/
.pi-file
FreshFish-Vol10:New/pix/wb/LaguardiaWB/Product-Info
.name
Lamda
.type
Compiler
.short
A Scheme interpreter with GUI
.description
A SCHEME interpreter (a LISP-like language from M.I.T.),
implemented as a commodity with font sensitive GUI
(just drop your sources in an AppIcon or in an AppWindow).
Source examples and arexx scripts included.
.version
0.7
.date
1995.01.23
.author
Guichard Damien
.requirements
WB 2.0+
.distribution
Copyrighted but Freely Redistributable
.docs
Contents
ReadMe
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
dev/lang
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool ReadMe TEXT
else
if $choice EQ "2"
cd Lambda
MetaTool Lambda.guide GUIDE
cd /
else
if $choice EQ "3"
Installer Install
endif
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/dev/lang/Lambda/
.pi-file
FreshFish-Vol10:New/dev/lang/Lambda/Product-Info
.name
LazyMines
.type
Thinking Game
.short
Minesweeper game
.description
This is the most feature loaded minesweeper on any platform, and
it's only available for Amiga users.
Special features:
- 3 difficulty levels and an optional level.
- Sweep all or sweep path.
- Automatic lock.
- Automatic opening (0-10%).
- Warnings.
- Smiley button for new game.
- Ten high scores for each difficulty level.
- Font sensitive.
- Can open its window on any public screen.
- Opens even on an NTSC 640 x 200 display.
- Supports locale.library (English, German, Norwegian, Polish and Swedish
catalogs included).
- Lots of colors if you have version 3.0 or higher of the OS.
- Installation script for Commodore's Installer.
Try it, and you'll throw any other minesweeper games in the Trashcan
immediately.
.version
3.1
.date
1995.06.29
.author
Lorens Younes
.reference
FreshFish-Vol9-2:BBS/game/LazyMines-2.1.lha
2.1
FreshFish-Vol8-2:BBS/game/LazyMines-2.1.lha
2.1
FreshFish-Vol8-1:New/game/think/LazyMines/
2.1
GoldFish-Vol2-2:BBS/game/LazyMines-1.0.lha
1.0
GoldFish-Vol2-1:Files/game/think/LazyMines/
1.0
FreshFish-Vol5:New/game/think/LazyMines/
1.0
FreshFish-Vol5:BBS/game/LazyMines-1.0.lha
1.0
.requirements
OS2.0+, OS2.1+ required for localization usage
.distribution
Copyrighted but Freely Redistributable
.email
d93-hyo@nada.kth.se
.docs
docs/English.guide
docs/Norsk.guide
docs/Svenska.guide
.described-by
Dan Fish (daf@daffy.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool LazyMines31.readme TEXT
else
if $choice EQ "2"
set orgdir `cd`
cd docs
set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
set dirchoice `pathname $filechoice`
set filechoice `basename $filechoice`
failat 21
cd $dirchoice
MetaTool $filechoice GUIDE
cd $orgdir
failat 10
unset filechoice
unset dirchoice
else
if $choice EQ "3"
Installer Installationscript
else
if $choice EQ "4"
LazyMines
endif
endif
endif
endif
skip Start BACK
endif
.aminet-dir
game/think
.stored-in
FreshFish-Vol10:New/game/think/LazyMines/
.pi-file
FreshFish-Vol10:New/game/think/LazyMines/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
LControl
.type
Hardware
.short
Control cameras (LANC/5-Pin-ED) w/ Amiga
.description
LControl is a program to control video cameras via
a special control hardware. The cameras must have
a LANC- (Sony compatible) or 5-Pin-Edit-interface
(Panasonic compatible).
For cameras with a LANC-interface there are
hardwares for the (internal) parallel and the
(internal) serial port of the Amgia. The solution
for the serial port needs much less CPU power. The
parallel port hardware offers a two camera option
- the software can swap between the two connected
cameras.
For cameras with a 5-Pin-Edit-interface
(Panasonic/Blaupunkt) there is a parallelport
hardware, too. (LControl becomes PControl).
LControl is a commodity and it has an ARexx port.
Therefore LControl can work in the background and
your camera can be "programmed" via ARexx.
.version
1.52
.date
1995.07.02
.author
Juergen Frank
Michael Watzl
.requirements
Requires OS2.x+, and hardware available from the authors
.distribution
Shareware
.price
$12 - $30(US), DM 20 - DM 40
.address
Jürgen Frank
Wittelsbacherweg 7
86609 Donauwörth
Tel.: +49 906 1057
Germany
Michael Watzl
Konradstr. 11
86609 Donauwörth
Tel.: +49 906 5834
Germany
.docs
lcontrol152.readme
lcontrole.guide
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool lcontrol152.readme TEXT
else
if $choice EQ "2"
MetaTool lcontrole.guide GUIDE
else
if $choice EQ "3"
set choice2 `RequestChoice "Language Selection" "Please select a language" "English" "Deutsch" "Cancel"`
if $choice2 GT "0"
if $choice2 EQ "1"
Installer Install LControl DEFUSER AVERAGE LANGUAGE english NOPRETEND
else
if $choice2 EQ "2"
Installer Install LControl DEFUSER AVERAGE LANGUAGE deutsch NOPRETEND
endif
endif
endif
unset choice2
endif
endif
endif
skip Start BACK
endif
.aminet-dir
util/misc
.stored-in
FreshFish-Vol10:New/util/misc/LControl/
.pi-file
FreshFish-Vol10:New/util/misc/LControl/Product-Info
.name
LimBoLand
.type
Animation
.short
Comic of Rush Limbaugh
.description
This is our first attempt to author a comic strip for the computer.
It's a little rough, but we hope you can enjoy it.
.author
Sugar & Spice
.requirements
OS2.0+
.distribution
Copyrighted but Freely Redistributable
.address
Sugar & Spice Productions
2753 E. Broadway S101-106
Mesa, AZ. 85204
.docs
LimBoLand.Doc
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
pix/anim
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Animation" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool LimBoLand.Doc TEXT
else
if $choice EQ "2"
proj2 LimBoLand001.film
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/pix/anim/LimboLand/
.pi-file
FreshFish-Vol10:New/pix/anim/LimboLand/Product-Info
.name
LINO
.type
Compression
.short
LINO is a file to file packer
.description
LINO is a file to file packer, which compresses/expands files or
directories. It includes a 'XPK compression interface' (about XPK see
lino.doc), to use compression software, which is written for this
standard.
Data compression is a software technic to spare space on disk or tape.
There are different algorithms to do this. From a simple
Run-Length-Encoding which replaces a sequence of equal bytes with one
of this bytes and the number of these bytes, as far as the Arithmetic
Coding, where the probability of a byte within a file determines the
code.
Applications for data compression are archiving files, backup storage,
and harddisk compressing. There are some very good freeware,
shareware and commercial applications which have a XPK-interface
implemented. For example: the XPK-package with XFH (a harddisk
compressor) on Fish 754, EPU (also a harddisk compressor) on Fish 858,
ABackup (a backup utility) on Fish 838 (for some references see file
lino.doc).
.version
1.0
.author
Gerhard Tuenkler
.distribution
Copyrighted but Freely Redistributable
.address
Gerhard Tuenkler
Th. Koerner Str. 40/3/11
A-8010 Graz
AUSTRIA
EUROPE
.docs
ReadMe
Install.ReadMe
doc/Libs.doc
doc/Lino.doc
doc/LPatch.ReadMe
doc/Statistics
doc/Zeno.doc
dok/Libs.dok
dok/Lino.dok
dok/LPatch.LiesMich
dok/Statistik
dok/Zeno.dok
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
util/arc
.execute
set orgdir `cd`
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Dok" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
set filechoice `RequestFile TITLE "Select Text File" PATTERN "~(#?.info)" DRAWER "doc/"`
MetaTool $filechoice TEXT
unset filechoice
else
if $choice EQ "2"
set filechoice `RequestFile TITLE "Select Text File" PATTERN "~(#?.info)" DRAWER "dok/"`
MetaTool $filechoice TEXT
unset filechoice
endif
endif
cd $orgdir
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/util/arc/LINO/
.pi-file
FreshFish-Vol10:New/util/arc/LINO/Product-Info
.name
Lottery
.fullname
Lottery Predictor
.type
Game Software
.short
Tries to predict numbers for lottery
.description
This program trys to help you win the national lottery by picking out
patterns in the data.
.version
1.0
.date
1995.03.07
.author
Simon P.Hughes
.requirements
WB2.0+
GadTools.Library V36.0
ReqTools.Library V36.0
Intuition.Library V36.0
Graphics.Library V36.0
Utility.Library V36.0
.distribution
Shareware
.price
£10.00
.address
35 Glebe Close
Credenhill
HR4 7EX
.email
cs9h3hsp@swansea.ac.uk or
susimes.ug@swansea.ac.uk or
.construction
This program was written on an Amiga 4000/040 with a Warp Engine
Accelerator. It has 2 Mb Chip ram and 4 Mb Fast, and 10 Mb Virtual
Fast. I have a 540 Meg hard drive, and loads of other gizmos.
.tested
Works perfectly on my machine. It has been tested and run successfully
on a bare A1200, an 030 accelerated 1200 and an 030 A4000.
.docs
readme.txt
Docs/Lottery.readme
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
misc/misc
.execute
set orgdir `cd`
LAB start
failat 10
unset filechoice
unset dirchoice
cd $orgdir
set choice `RequestChoice "Lottery" "Please select an option" "View ReadMe" "View Guide" "Run" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool readme.txt TEXT
else
if $choice EQ "2"
cd Docs
MetaTool Lottery.readme GUIDE
else
if $choice EQ "3"
WBRun Lottery
endif
endif
endif
skip start BACK
endif
.stored-in
FreshFish-Vol10:New/misc/misc/Lottery/
.pi-file
FreshFish-Vol10:New/misc/misc/Lottery/Product-Info
.name
Lynx
.type
Image Processing
.short
Image Processing package. FFT processing
.description
Lynx is an image processing package. Yet another? Not exactly. Lynx is
significantly different than others images processing packages availables
for the Amiga.
For example, it can do the Fourier transformation and works in the frequency
domain of the images.
It's the first one (I think !) which be able to work on 16 bits per pixel
(per channel) images, that gives 65536 gray levels !
The main purpose of Lynx is scientific and it is able to process images in
many domains: Astronomy, physics, archeology...
Lynx can also execute some subjectives processes such as image composition,
solarize effect, oil painting...
There are two versions: 8bits and 16bits. The first one is rather designed
for subjective processing, while the second is rather for "serious" image
processing !
Why ?
~~~~~
In the beginning I would process some astronomical images that I had
released with a CCD camera, but there wasn't any software on the Amiga
able to perform some processes such as FFT transform, Gaussian filters,
profile extraction and many others. So I'd decided to make my own program.
Capabilities
~~~~~~~~~~~~
-Lynx can load and process as many images as possible (multiples buffers)
-Up to 256 slices (channels) per image.
-Add, delete, move slices between image buffers (stacks).
Input/Output
--------------
o Read the following images formats:
FITS (Flexible Image Transport System).
IFF 1-8 bitplans, IFF24.
Datatypes.
Lynx (own format).
o Write the following images formats:
FITS (Flexible Image Transport System).
IFF 2-8 bitplans, IFF24, HAM 6 or 8.
Lynx (own format).
Image Processing
----------------
o Spatial domain:
Convolutions Matrix 3x3 & 5x5
Median filter (with control of efficiency and matrix design)
Minimum, maximum filters
Arithmetics operations
Transcode
Histogram Equalisation
Geometricals operations (Scale, Translate, Rotate, Dimensions)
Pixels corrections
o Spectral domain:
Fast Fourier Transform
Convolution
Deconvolution (Wiener filter)
Correlation
Filtering (Low-Pass, Band-Pass, High-pass, Gauss, Butterworth,
Wavelet...)
Image analysis
--------------
Histogram
Statistics
Pixel values
Profiles extractions
Photometric mesurements
Visualization
-------------
Pseudo-color for monochromatic visualization.
True-color in 16-256 colors, HAM6 (old machines), HAM8 (AGA mach.)
Miscellaneous
-------------
ARexx port.
Images composition
Color model transformations (RBG <-> HSV)
Statistics
Transcoding for visualization
Animations
.version
1.01ß
.date
1995.06.20
.author
Stéphane Poirier
.requirements
Requires OS 2.04+, 2.1+ for localization, 3.0+ for datatype usage
.distribution
Shareware
.price
$30 (US), DM 40, FR 150
.address
20 avenue Claude Vellefaux
75010 Paris
FRANCE
.email
poiries@asterix.saclay.cea.fr
.tested
- A4000/040
- A1200 with/without FAST ram, coprocessor, accelerator card.
- A3000
- A500+
.docs
Readme
Lisez-moi
Lynx.guide
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.aminet-dir
misc/sci
.execute
LAB start
set choice `RequestChoice "Lynx" "Please select an option" "ReadMe" "Lisez-moi" "View Guide" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool ReadMe TEXT
else
if $choice EQ "2"
MetaTool Lisez-moi TEXT
else
if $choice EQ "3"
MetaTool Lynx.guide GUIDE
endif
endif
endif
skip start BACK
endif
.stored-in
FreshFish-Vol10:New/misc/sci/Lynx/
.pi-file
FreshFish-Vol10:New/misc/sci/Lynx/Product-Info
.name
ManageCDPics
.type
Workbench Tool
.short
A program to manage all your pictures
.description
A GUI-Based cataloger that allows you to create "picture-databases"
and easily view the pictures.
.version
1.303
.date
1995.06.01
.author
Markus Hillenbrand
.reference
FreshFish-Vol9-2:BBS/disk/ManageCDPics-1.2.lha
1.2
FreshFish-Vol8-2:BBS/disk/ManageCDPics-1.2.lha
1.2
FreshFish-Vol8-1/New/disk/cdrom/ManageCDPics/
1.2
AmigaLibDisks:d10xx/d1032/Programs/ManageCDPics/
1.2
GoldFish-Vol2-2:BBS/disk/ManageCDPics-1.0.lha
1.0
GoldFish-Vol2-1:Files/disk/cdrom/ManageCDPics/
1.0
FreshFish-Vol6:New/disk/cdrom/ManageCDPics/
1.0
FreshFish-Vol6:BBS/disk/ManageCDPics-1.0.lha
1.0
.distribution
Copyrighted but Freely Redistributable
.address
Hauptstrasse 6
36124 Eichenzell-Löschenrod
GERMANY
.email
m_hillen@informatik.uni-kl.de
.docs
ManageCDPics.doc
ManageCDPics.guide
.described-by
Dan Fish (daf@daffy.amigalib.com)
.submittal
Submitted electronically directly by the author.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool ManageCDPics.doc TEXT
else
if $choice EQ "2"
MetaTool ManageCDPics.guide GUIDE
else
if $choice EQ "3"
ManageCDPics
endif
endif
endif
skip Start BACK
endif
.aminet-dir
disk/cdrom
.stored-in
FreshFish-Vol10:New/disk/cdrom/ManageCDPics/
.pi-file
FreshFish-Vol10:New/disk/cdrom/ManageCDPics/Product-Info
.name
MangaJin
.type
Picture
.short
Japanese Manga and Anime characters
.description
MangaJin! (named after my favourite source of japanese pop culture magazine) is
a collection of the most popular manga/anime characters ... ther all 16 colours
so u could use them on ur ECS or (preferably) AGA machines ... something 2
remember is that they were all hand drawn by a guy called Street Shamen of the
IBB ... these pics should help u make ur workbench manga!
if u like the stuff and use it .. hint .. i like mail ..
so send me a postcard ..
Mikhali Mifsud
27 Bassett str
Hurstville,2220
Australia...
Ja
///\ IAmKaneda
c-00 On parole from the Uni Of Wollongong Penitentiary
\ > After Serving a 4 year BA sentence
|\_- Kaneda@dialx.sydney.com.au (?)
\ /
.
.author
Mikhali Mifsud
.distribution
Copyrighted but Freely Redistributable
.address
27 Bassett str
Hurstville,2220
Australia
.email
Kaneda@dialx.sydney.com.au
.aminet-dir
pix/misc
.execute
set filechoice `requestfile "Select picture to view" PATTERN="~(#?.info)" DRAWER="MangaAnime/"
METATOOL $filechoice ILBM
.docs
MangaJin.readme
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/misc/MangaJin/
.pi-file
FreshFish-Vol10:New/pix/misc/MangaJin/Product-Info
.name
MantisFly
.type
Picture
.short
Raytraced crossbreed of dragonfly/mantis
.description
This picture was modelled and rendered with Real3D3, and then
touched up with ImageFX2.
.author
Mikael Tilly
.distribution
Copyrighted but Freely Redistributable
.email
tilly@academy.bastad.se
.aminet-dir
pix/trace
.execute
METATOOL MantisFly.jpg JPEG
.docs
MantisFly.readme
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/trace/MantisFly/
.pi-file
FreshFish-Vol10:New/pix/trace/MantisFly/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
MemoryX
.type
OS Utility
.short
View the contents of any memory address
.description
This little program shows you the contents of any memory address in
the system. It is useful for debugging etc (that's what I wrote it
for).
The program has a optional automatic refresh function that reads the
selected memory address (and 256 bytes forward) 50 times a second and
updates the display. The contents of the memory is shown in both HEX
and ASCII.
.version
v0.5ß
.date
1994.11.07
.author
Per-Olof Yliniemi
.requirements
Requires OS2.0+
.distribution
Copyrighted but Freely Redistributable
.address
Muoniovaara
S-980 64 Muodoslompolo
SWEDEN
.docs
MemoryX.doc
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool MemoryX.doc TEXT
else
if $choice EQ "2"
MemoryX
endif
endif
skip Start BACK
endif
.aminet-dir
dev/misc
.stored-in
FreshFish-Vol10:New/dev/misc/MemoryX/
.pi-file
FreshFish-Vol10:New/dev/misc/MemoryX/Product-Info
.name
Memory_Monitory
.type
OS Utility
.short
Monitors the amount of memory in use.
.description
Memory Monitor as the name suggests monitors then amount of
memory that is currently being used. The program Multi-tasks
so you can do other things while memory monitor is running.
.version
1.03
.author
DCAT
.distribution
Copyrighted but Freely Redistributable
.docs
Memory_Monitor.DOC
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
util/misc
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool Memory_Monitor.DOC TEXT
else
if $choice EQ "2"
MemMon
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/util/misc/Memory_Monitor/
.pi-file
FreshFish-Vol10:New/util/misc/Memory_Monitor/Product-Info
.name
ModPack
.type
Compression
.short
Packs soudtracker-modules
.description
This little assembler-program packs soudtracker-modules together with a
file containing additional information into an LHA-archive.
.version
1.4b
.date
1994.09.14
.author
Mike Coenen
.requirements
OS2.04
LHa
.distribution
Freeware
.address
Kleestr. 10
D-31655 Stadthagen
Germany
.docs
ModPack.changes
ModPack.doc
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
util/arc
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool ModPack.doc TEXT
else
if $choice EQ "2"
ModPack
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/util/arc/ModPack/
.pi-file
FreshFish-Vol10:New/util/arc/ModPack/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
MousoMeter
.type
Mouse Commodity
.short
Measures mouse movement
.description
MousoMeter is a cute little commodity that measures the distance (km)
you "drive" with your Mouse. Counters for daily and total usage. Using
the time MousoMeter has been active, it can also calculate your average
"mouse-speed" in meters/hr. (However, don't let your boss see this!)
MousoMeter also records the number of "Mouse-Clicks". With a
sophisticated program like MousoMeter, it should be easy to get
a government grant to scientifically study Carpal-Tunnel!!
.version
3.13
.date
1995.04.20
.author
Wolfgang Breyha, Michael Matzl
.reference
FreshFish-Vol7:BBS/util/MUIMousoMeter-3.12.lha
3.12
FreshFish-Vol7:New/util/cdity/MUIMousoMeter/
3.12
FreshFish-Vol8-2:BBS/util/MUIMousoMeter-3.12.lha
3.12
FreshFish-Vol9-2:BBS/util/MUIMousoMeter-3.12.lha
3.12
GoldFish-Vol2-1:Files/util/cdity/MUIMousoMeter/
3.12
GoldFish-Vol2-2:BBS/util/MUIMousoMeter-3.12.lha
3.12
.requirements
Requires OS2.04+, MUI 2.2+
.distribution
Copyrighted but Freely Redistributable
.address
Wolfgang Breyha
1130 WIEN
Österreich
Michael Matzl
Maurer-Langegasse 57/1/4
1238 WIEN
Österreich
.email
h8706496@obelix.wu-wien.ac.at
.docs
ReadMe.mui
docs/english/MousoMeter.doc
docs/english/MousoMeter.guide
docs/deutsch/MousoMeter.doc
docs/deutsch/MousoMeter.guide
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
set choice2 `RequestChoice "Options Selection" "Please select a Language" "English" "Deutsch" "Cancel"`
if $choice2 GT "0"
if $choice2 EQ "1"
MetaTool docs/english/MousoMeter.doc TEXT
else
if $choice2 EQ "2"
MetaTool docs/deutsch/MousoMeter.doc TEXT
endif
endif
endif
else
if $choice EQ "2"
set choice2 `RequestChoice "Options Selection" "Please select a Language" "English" "Deutsch" "Cancel"`
if $choice2 GT "0"
if $choice2 EQ "1"
MetaTool docs/english/MousoMeter.guide GUIDE
else
if $choice2 EQ "2"
MetaTool docs/deutsch/MousoMeter.guide GUIDE
endif
endif
endif
else
if $choice EQ "3"
MousoMeter000
endif
endif
endif
skip Start BACK
endif
.aminet-dir
util/cdity
.stored-in
FreshFish-Vol10:New/util/cdity/MUIMousoMeter/
.pi-file
FreshFish-Vol10:New/util/cdity/MUIMousoMeter/Product-Info
.name
MULTI-PRED
.type
Game Software
.short
A powerful prediction tool for Lotto.
.description
MULTI-PRED is a powerful prediction tool for Lotto, Pools & Digit (eg 4d)
systems available worldwide. You can therefore play your local system or
any of the international ones such as Lotto in America, Canada, Germany,
Australia, etc. The program uses an identical framework for all 3 systems
but they are run completely independently so that any number of them can
be used simultaneously. All records, updates, number predictions, bets
and results are stored separately and can be sent to the printer at any
time.
.author
JOE TAYLOR
.restrictions
Lotto is completely functional but is limited to 20 bets (too small
for high odds games). Pools, and Digit have been by-passed.
.distribution
Copyrighted but Freely Redistributable
.price
$20 (US)
.address
Rm18, 19/1 Soi Samanchan
Sukhumvit 42
Bangkok 10110
Thailand
.docs
_manual_
manual/auto_help
manual/bets_help
manual/data_help
manual/game_help
manual/graph_help
manual/group_agreement
manual/group_help
manual/group_rules
manual/main_help
manual/manual_text
manual/pred_help
manual/result_help
manual/pred_help
manual/result_help
manual/template_help
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
biz/demo
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View ReadMe" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
wbrun _manual_
else
if $choice EQ "2"
multi-pred
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/biz/demo/multi-pred/
.pi-file
FreshFish-Vol10:New/biz/demo/multi-pred/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
MultiCX
.type
Multifunction Commodity
.short
Powerfully small Multifunction commodity
.description
MultiCX is the smallest Multi-Function-Commodity for the Amiga, thought
as a replacement for many larger and sometimes badly programmed
programs. It is a 100% pure commodity, which means that it does not use
interrupts and no special input handlers. Some Patches (SetFunction) are
installed in a very clean way, so that they do not interfere with other
programs which use the same vectors.
As a result MultiCX can safely be disabled or removed at any time.
Features:
- Notification
- Screen Blanker
- Moire Blanker
- Mouse Accelerator
- Mouse Blanker
- Screen Cycle
- Mouse Shift
- Window Cycle
- SUN-alike Window Activation
- HoldX and HoldY
- Enter ASCII
- Map Umlauts
- CapShift
- NoCapsLock
- Window Close/Zoom
- Window Remember
- CenterScreen
- HotFlush
- PopCLI
- FrontPubScreen
- System Flags
- Trackdisk Parameters
- Public Screen Flags
- Internal and External Preferences
- Advanced EditHook
- SetFunction Patches
- AssignWedge
- ForceNewLook
- WBExtender
- TagScreens
Also includes HandleCX, a CLI replacement for Exchange
.version
2.0ß
.date
1995.07.10
.author
Martin Berndt
.reference
FreshFish-Vol9-2:BBS/util/MultiCX-1.46.lha
1.46
FreshFish-Vol8-2:BBS/util/MultiCX-1.46.lha
1.46
FreshFish-Vol8-1:New/util/cdity/MultiCX/
1.46
.distribution
Shareware
.price
$15 (US)
.address
Fr.-Alfred-Str. 115
47226 Duisburg
Germany
.email
m_berndt@wanderer.dssd.sub.org
m_berndt@wanderer.gun.de
.docs
MultiCX.doc
HandleCX.doc
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool MultiCX.doc TEXT
else
if $choice EQ "2"
wbrun MultiCX
endif
endif
skip Start BACK
endif
.aminet-dir
util/cdity
.stored-in
FreshFish-Vol10:New/util/cdity/MultiCX/
.pi-file
FreshFish-Vol10:New/util/cdity/MultiCX/Product-Info
.name
NetInput
.type
Communications
.short
Remote control Amiga over AmiTCP network
.description
This is an AmiTCP/IP network package which enables you to remote control
an Amiga by any other Amiga in the network. This is archieved by
grabbing the input events from the controlling system, and passing them
though the network to the remote system.
.version
37.3
.date
1995.07.25
.author
Marius Gröger
.requirements
OS2.0+
AmiTCP/IP
2 Amiga computers connected via AmiTCP/IP
.distribution
Freeware
.address
Bärstadter Str. 4
65307 Bad Schwalbach (GERMANY)
.email
mag@sysgo.de
i409@informatik.fh-wiesbaden.de
groeger@gundel.zdv.uni-mainz.de
.docs
ReadMe
netinput37.3.readme
help/NetInput.guide
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.aminet-dir
comm/tcp
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool ReadMe TEXT
else
if $choice EQ "2"
cd help
MetaTool NetInput.guide GUIDE
cd /
else
if $choice EQ "3"
Installer Install
endif
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/comm/tcp/NetInput/
.pi-file
FreshFish-Vol10:New/comm/tcp/NetInput/Product-Info
.name
NewLogo
.type
Picture
.short
Should this be the new Amiga Tech. logo?
.description
This is my suggestion to Amiga Technologies for a change to the proposed
new company/Amiga logo.
.author
Alan Ingleby
.distribution
Copyrighted but Freely Redistributable
.email
aing@netspace.net.au
.aminet-dir
pix/illu
.execute
METATOOL New_Logo.iff ILBM
.docs
NewLogo.readme
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/illu/NewLogo/
.pi-file
FreshFish-Vol10:New/pix/illu/NewLogo/Product-Info
.name
NextStep
.fullname
NextStep
.type
editor utility
.short
icon toolbar
.description
NextStep is an advanced version of the dock client shipped with GoldED,
adding ToolManager icon toolbars to the editor.
.version
1.6
.date
1995.06.06
.author
Dietmar Eilert
.restrictions
none
.requirements
GoldED 2, ToolManager 2, Installer
.distribution
restricted freeware
.email
DIETMAR@TOMATE.TNG.OCHE.DE
.address
Kampstraße 28
D-59269 Beckum
Germany
.exectype
68xxx
.installsize
160 K
.source
C source code included
.construction
DICE 2.07.54R
.described-by
Dietmar Eilert (DIETMAR@TOMATE.TNG.OCHE.DE)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Install Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool ReadMe TEXT
else
if $choice EQ "2"
Installer Install NextStep AVERAGE EXPERT deutsch
endif
endif
skip Start BACK
endif
.aminet-dir
text/edit
.stored-in
FreshFish-Vol10:New/text/edit/NextStep/
.pi-file
FreshFish-Vol10:New/text/edit/NextStep/Product-Info
.name
Nudel-Pix
.type
Picture
.short
Definitive ECS WBench & DOpus5 Screens!
.description
I was bored, so I decided to upload a screen-snap of my constantly chaning
Workbench and DOpus setup to Aminet for any other people sad enough to get
excited about seeing someone else's system.
I hope that you'll agree that they are very impressive, especially for
a 16 colour, PAL: Hires Non-Laced display (w/ maximum overscan)!
Look out for me, "Nudel" in #Amiga on IRC... Let me know what you think
of the screens!
If you're using DOpus5, check out "MWB_DOpus52.lha" on Aminet in pix/icons.
This is a pack by Trevor Morris and myself which not only includes top
quality lister-toolbar icons, but some advice on setting up DOpus5.
(Have at look at Trevor's earlier "MagicWBStuff3.LHA" as well, it's great!)
Quick hello's to: Trevor Morris, Greg & Jon (DOpus), my friends in the scene,
and all those who've talked to me on IRC (esp Sasha, SkyGuy, Zool, Raiden,
Nightflyer, and TheRaven, who kindly helped me out the other day).
.author
Leo Davidson
.distribution
Copyrighted but Freely Redistributable
.email
leo@hampschl.demon.co.uk
.aminet-dir
pix/wb
.execute
set filechoice `requestfile "Select an IFF file" PATTERN="#?.IFF"
METATOOL $filechoice ILBM
.docs
Nudel-Pix.readme
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/wb/Nudel-Pix/
.pi-file
FreshFish-Vol10:New/pix/wb/Nudel-Pix/Product-Info
.name
Oberon-A
.type
Compiler
.short
A freely-distributable Oberon-2 compiler
.description
Oberon-A is a freely-distributable Oberon-2 compiler. Oberon-2 is a
modern object-oriented language designed by Niklaus Wirth, the creator
of Pascal and Modula-2, and Hanspeter Mössenböck. Oberon-A is an
implementation of the language for the Amiga computer, ported from a
compiler written by Niklaus Wirth.
.version
1.6
.author
Frank Copeland
OEL by Johan Ferreira
.reference
FreshFish-Vol9-2:BBS/dev/Oberon-A-1.5.3.lha
1.5.3
FreshFish-Vol9-1:Useful/dev/obero/Oberon-A/
1.5.3
GoldFish-Vol2-2:BBS/dev/Oberon-A-1.4ß.lha
1.4ß
GoldFish-Vol2-1:Files/dev/obero/Oberon-A/
1.4ß
FreshFish-Vol9-2:BBS/dev/Oberon-A-1.4ß.lha
1.4ß
FreshFish-Vol8-2:BBS/dev/Oberon-A-1.4ß.lha
1.4ß
FreshFish-Vol8-1:Useful/dev/obero/Oberon-A/
1.4ß
FreshFish-Vol7:Useful/dist/dev/obero/Oberon-A/
1.4ß
FreshFish-Vol7:BBS/dev/Oberon-A-1.4ß.lha
1.4ß
FreshFish-Vol6:New/dev/obero/Oberon-A/
1.4ß
FreshFish-Vol6:BBS/dev/Oberon-A-1.4ß.lha
1.4ß
.distribution
GNU Public License
.address
PO BOX 236
RESERVOIR VIC 3073
AUSTRALIA
.email
fjc@wossname.apana.org.au
.source
Full source code is included for all modules and programs where available.
.docs
Oberon-A.doc
Index.doc
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from aminet (wuarchive.wustl.edu).
.execute
set orgdir `cd`
LAB Start
failat 10
unset filechoice
unset dirchoice
cd $orgdir
set choice `RequestChoice "Oberon-A" "Please select an option" "View Guide" "View Doc" "Install Oberon" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool Oberon-A.doc GUIDE
else
if $choice EQ "2"
set filechoice `RequestFile TITLE "Select Readme File"`
set dirchoice `pathname $filechoice`
set filechoice `basename $filechoice`
failat 21
cd $dirchoice
MetaTool $filechoice TEXT
failat 10
else
if $choice EQ "3"
cd Install
execute Install
cd /
endif
endif
endif
skip Start BACK
endif
.aminet-dir
dev/obero
.stored-in
FreshFish-Vol10:New/dev/obero/Oberon-A/
.pi-file
FreshFish-Vol10:New/dev/obero/Oberon-A/Product-Info
.name
Oberon-NoFPU
.short
Non-FPU supplement to Oberon V4
.type
Operating System and Compiler
.description
This is a supplementation for Oberon System V4 to run it without FPU.
.beschreibung
Dies ist eine Ergaenzung fuer das Oberon System V4 um es ohne FPU zum
Laufen zu bringen.
.date
1995.06.13
.version
0.10
.author
Stefan Ludwig, Claudio Nieder, Ralf Degner
.requirements
Oberon System V4 for the Amiga V0.10 or V0.10a
.distribution
Freeware
.address
Institut fuer Computersysteme
ETH-Zentrum
CH-8092 Zuerich
.email
ludwig@inf.ethz.ch
.exectype
68020
.construction
Oberon
.tested
A4000/40, OS3.0
.docs
Oberon-NoFPU.readme
.described-by
Ralf Degner (degner@pallas.amp.uni-hannover.de)
.submittal
Submitted electronically directly by the author
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool Oberon-NoFPU.readme TEXT
endif
skip Start BACK
endif
.aminet-dir
dev/obero
.stored-in
FreshFish-Vol10:New/dev/obero/Oberon-NoFPU/
.pi-file
FreshFish-Vol10:New/dev/obero/Oberon-NoFPU/Product-Info
.name
Oberon
.type
Compiler
.short
Oberon System V4
.description
Implementation of the Oberon V4 operating system, like it was designed
together with the programming language Oberon among others by Prof.
Niklaus Wirth.
The system represents a modern operating system with multitasking,
graphical user interface and an Oberon-2 compiler. Special features
are object oriented programming concept, dynamic loading, garbage
collector, extensibility and a enlarged meaning of text.
A text editor, a drawing tool and a Minesweeper game are included.
With the system designed sourcecode can be used at every implementation
without changes. Implementations are available for Mac, Power-Mac,
IBM-RS6000, Windows, SGI, Sun, Linux, DecStation, ....
.beschreibung
Umsetzung des Oberon V4 Betriebssystems, wie es zusammen mit der
Sprache Oberon u.a. von Prof. Niklaus Wirth entworfen wurde.
Das System stellt ein modernes, multitaskingfaehiges Betriebssystem mit
graphischer Benutzeroberflaeche dar und beinhaltet einen in das System
eingebundenen Oberon-2 Compiler. Besondere Eigenschaften sind das
objektorientierte Konzept, dynamisches Laden der Module, Garbage-Collector,
Erweiterbarkeit und die neue Bedeutung, die Text zugeordnet wird.
Komfortabler Editor, Zeichenprogramm und ein Minesweeper Spiel sind im
Paket enthalten.
Mit dem System erstellte Quelltexte koennen auf jeder anderen Umsetzung von
System V4 sofort verwendet werden. Umsetzungen existieren fuer Mac,
Power-Mac, IBM-RS6000, Windows, SGI, Sun, Linux, DecStation, ....
.date
1995.06.04
.version
0.10aß
.author
Stefan Ludwig, Claudio Nieder
.requirements
68020, FPU, OS2.0, 1.5MB-RAM (3MB-RAM recommended)
.distribution
Freeware
.address
Institut fuer Computersysteme
ETH-Zentrum
CH-8092 Zuerich
.email
ludwig@inf.ethz.ch
.exectype
68020 FPU
.source
ProjectOberon source included
.construction
Oberon
.tested
A4000/40, OS3.0
.docs
Oberon.readme
Oberon.liesmich
Oberon-FAQ-General.doc
Oberon-FAQ-Language.doc
Oberon-FAQ-System.doc
.described-by
Ralf Degner (degner@pallas.amp.uni-hannover.de)
.submittal
Submitted electronically directly by the author.
.execute
set orgdir `cd`
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
set filechoice `RequestFile TITLE "Select Readme File"`
set dirchoice `pathname $filechoice`
set filechoice `basename $filechoice`
failat 21
cd $dirchoice
MetaTool $filechoice TEXT
failat 10
cd $orgdir
unset filechoice
unset dirchoice
endif
skip Start BACK
endif
.aminet-dir
dev/obero
.stored-in
FreshFish-Vol10:New/dev/obero/Oberon/
.pi-file
FreshFish-Vol10:New/dev/obero/Oberon/Product-Info
.name
OctaMED
.short
Demo of a music editor/player
.description
Save-disabled version of the full-featured OctaMED-Pro, a commercial
product. OctaMed is the 8-channel version of MED, a music editor which was
originally designed for making music for programs (demos, games, etc), but
works well as a standalone music program.
.author
Teijo Kinnunen and Ray Burt-Frost
.version
6.0
.requirements
OS2.04+
AmigaGuide for online help
.address
RBF Software
169, Dale Valley Road
Hollybrook
Southampton
SO1 6QX
ENGLAND
Teijo Kinnunen
Oksantie 19
FIN-86300 OULAINEN
FINLAND
.email
rbfsoft@cix.compulink.co.uk
kinnunen@stekt07.oulu.fi
.described-by
Richard Fish
.submittal
Submitted electronically by RBF Software
.aminet-dir
mus/edit
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Guide" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
AmigaGuide Read_Me_Now!
else
if $choice EQ "2"
OctaMEDV6Demo
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/mus/edit/OctaMedV6/
.pi-file
FreshFish-Vol10:New/mus/edit/OctaMedV6/Product-Info
.name
Olt
.type
OS Utility
.short
PubScreen 'online' timer w/ARexx port
.description
Displays an incremental counter on the default or specified public screen,
ideally suited for displaying total modem connect time. Has an ARexx port.
.version
1.2
.date
1995.06.24
.author
Paul Huxham
.distribution
Copyrighted but Freely Redistributable
.address
P.O. Box 875
Morley,
Perth,
Western Australia 6943
.email
paulh@Perth.DIALix.oz.au
.docs
Olt.autodoc
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool Olt12.readme TEXT
else
if $choice EQ "2"
wbrun Olt
endif
endif
skip Start BACK
endif
.aminet-dir
util/time
.stored-in
FreshFish-Vol10:New/util/time/Olt/
.pi-file
FreshFish-Vol10:New/util/time/Olt/Product-Info
.name
P-Compress2
.type
Compression
.short
Compression program with 3 modes.
.description
All the old facilities are in this version PLUS a completely new compress-
ion module: FastC. You now have a choice of three modes:
FastC: Compression and decompression much faster. Efficiency only a
few % lower.
StandardC: An excellent compromise between speed and efficiency for
most purposes.
SuperC: Slower than standard in both compression and decompression, but
a lot more efficient.
The latest version of P-Reader (V8.2) is fully compatable and System 1.3
machines can use this to decompress/read/display files compressed with any
of the three modes.
Like its predecessor it will compress single files, drawers or complete
disks, preserving disk and drawer structures. Drawers and disks can be
copied from one place to another, selected files or classes of files being
compressed and the remainder just copied. P-Compressed files, including
sounds, pictures and animations, can be displayed by P-Reader without prior
decompression, and P-Compressed texts can be loaded into and saved from
P-Writer (StandardC only).
.version
2.1
.author
Chas A. Wyndham
.reference
FreshFish-Vol5:BBS/util/P-Compress2-1.2.lha
1.2
FreshFish-Vol5:New/util/arc/P-Compress2/
1.2
FreshFish-Vol8-2:BBS/util/P-Compress2-1.2.lha
1.2
FreshFish-Vol9-2:BBS/util/P-Compress2-1.2.lha
1.2
GoldFish-Vol2-1:Files/util/arc/P-Compress2/
1.2
GoldFish-Vol2-2:BBS/util/P-Compress2-1.2.lha
1.2
.distribution
Freeware
.address
1265 Canning Mills Road
Roleystone
WA 6111
Australia
.docs
P-Compress2.doc
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
util/pack
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool P-Compress2.doc TEXT
else
if $choice EQ "2"
P-Compress2
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/util/pack/P-Compress2/
.pi-file
FreshFish-Vol10:New/util/pack/P-Compress2/Product-Info
.name
P-Reader
.type
Text Viewer
.short
Displays texts, pictures, anims, etc.
.description
P-Reader is really three readers in one:
Normal Text reader.
IFF reader - displaying ILBM pics, Anim5 animations, 8SVX sounds.
Illustrated Text reader - containing pics,animations, sounds.
Texts, pictures and animations may be compressed (with P-Compress) or be
uncompressed. P-Reader will check and act accordingly.
.version
8.2
.author
Chas A Wyndham
.reference
GoldFish-Vol1-2:d9xx/d924/P-Reader/
7.1
GoldFish-Vol1-1:BBS/d9xx/d924/P-Reader.lha
7.1
FrozenFish-Vol1:BBS/ALib/d9xx/d924/P-Reader.lha
7.1
FreshFish-Vol2:Old/AmigaLibDisks/Disks920-930/Disk924/P-Reader/
7.1
FreshFish-Vol1:New/AmigaLibDisks/Disk924/P-Reader/
7.1
AmigaLibDisks:d9xx/d924/P-Reader/
7.1
GoldFish-Vol1-2:d7xx/d744/P-Reader/
6.2
GoldFish-Vol1-2:d7xx/d726/P-Reader/
6.2
GoldFish-Vol1-1:BBS/d7xx/d744/P-Reader.lha
6.2
GoldFish-Vol1-1:BBS/d7xx/d726/P-Reader.lha
6.2
FrozenFish-Vol1:BBS/ALib/d7xx/d744/P-Reader.lha
6.2
FrozenFish-Vol1:BBS/ALib/d7xx/d726/P-Reader.lha
6.2
FreshFish-Vol1:Old/AmigaLibDisks/Disks740-759/Disk744/P-Reader/
6.2
FreshFish-Vol1:Old/AmigaLibDisks/Disks720-739/Disk726/P-Reader/
6.2
AmigaLibDisks:d7xx/d744/P-Reader/
6.2
AmigaLibDisks:d7xx/d726/P-Reader/
6.2
GoldFish-Vol1-2:d5xx/d595/P-Reader/
5.2
GoldFish-Vol1-1:BBS/d5xx/d595/P-Reader.lha
5.2
FrozenFish-Vol1:BBS/ALib/d5xx/d595/P-Reader.lha
5.2
AmigaLibDisks:d5xx/d595/P-Reader/
5.2
.distribution
Copyrighted but Freely Redistributable
.address
1265 Canning Mills Road
Roleystone
WA 6111
Australia
.docs
P-Reader.doc
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
gfx/show
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool P-Reader.doc TEXT
else
if $choice EQ "2"
P-Reader
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/gfx/show/P-Reader/
.pi-file
FreshFish-Vol10:New/gfx/show/P-Reader/Product-Info
.name
P-View
.type
Display Commodity
.short
Tiny ILBM viewer for all Amigas.
.description
P-View is a tiny but highly capable ILBM viewer for all Amigas.
This version clears some bugs that limited the performance of P-View
under OS1.3.
P-View should work with all OS versions from 1.3 (and probably with
1.2 as well). It should work with all currently available viewmodes and
monitor types. If a picture size is larger than the display it allows
autoscrolling so that the whole picture can be seen (OS2 & 3 only).
If the required monitor drivers, number of planes, or screen sizes
are not available, it will show what it can. The result may be that only
part of the picture will be visible, it may be distorted, or only the
first few planes may be shown - but at least you should see something!
One reservation - the picture must not be larger than the maximum size
that can be accepted by the machine in use.
.version
1.2
.author
Chas A. Wyndham
.reference
GoldFish-Vol2-2:BBS/gfx/P-View.lha
?.?
GoldFish-Vol2-1:Files/gfx/show/P-View/
?.?
FreshFish-Vol9-2:BBS/gfx/P-View.lha
?.?
FreshFish-Vol8-2:BBS/gfx/P-View.lha
?.?
FreshFish-Vol5:New/gfx/show/P-View/
?.?
FreshFish-Vol5:BBS/gfx/P-View.lha
?.?
.distribution
Freeware
.address
1265 Canning Mills Road
Roleystone
WA 6111
Australia
.docs
P-View.doc
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
gfx/show
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool P-View.doc TEXT
else
if $choice EQ "2"
set filechoice `RequestFile TITLE "Select File to View" PATTERN "~(#?.info)"`
failat 21
P-View $filechoice
unset filechoice
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/gfx/show/P-View/
.pi-file
FreshFish-Vol10:New/gfx/show/P-View/Product-Info
.name
PackIt
.type
CLI tool
.short
CLI frontend for PowerPacker + wildcards
.description
PackIt is a CLI only program to replace the crunch and decrunch commands
that came with PowerPacker (Copyright Nico Francois). PackIt features: 1)
Single command for crunching and decrunching 2) Automatic crunching or
decrunching of data files depending on whether it is allready crunched or
not. 3) Files can be encrypted, and passwords can be entered on the
command line or via a requester. 4) Will not crunch executables, unless
told to do so. Note: PackIt will only crunch the executables as a data
files you will not be able to run them. 5) Automatic replacement of source
file unless a destination is given. 6) Directories can be specified as a
destination, in that case files will be crunched/decrunched into that dir.
7) Allows use of wildcards to crunch/decrunch whole directories. 8)
Automatic adding and removing of .pp suffixes from data files. 9) Icon
files will not be crunched unless you want them to. 10) Default options
can now be stored in ENV:PackIt
.version
1.19
.author
Michael J Barsoom
.reference
FreshFish-Jul94/BBS/util/PackIt-1.18a.lha
1.18a
FreshFish-Jul94/New/util/pack/PackIt/
1.18a
FreshFish-Jul94/BBS/util/PackIt-37.110.lha
37.110
FreshFish-Mar94/New/util/pack/PackIt/
37.110
FreshFish-May94/BBS/Mar94/util/pack/PackIt.lha
37.110
FrozenFish-Apr94/BBS/Mar94/util/pack/PackIt.lha
37.110
.requirements
Requires:
1) Workbench 2.0+
2) PowerPacker library v36+ (© Nico Francois) (included)
.distribution
Shareware
.price
$5.00 US
.address
5524 Pine Street
Omaha NE 68106
USA
.email
Internet: mbars@bluejay.creighton.edu
Fidonet: Mike Barsoom @ 1:285/11.9
AmigaNet: Mike Barsoom @ 40:200/10.9
.construction
SAS/C 6.51 with optimization
.docs
PackIt.guide
.execute
set orgdir `cd`
LAB start
unset filechoice
unset dirchoice
failat 10
cd $orgdir
set choice `RequestChoice "PackIt" "Please select an option" "View Guide" "Install PackIt" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool PackIt.guide GUIDE
else
if $choice EQ "2"
Installer SCRIPT Install_PackIt APPNAME PackIt
endif
endif
skip start BACK
endif
.aminet-dir
util/pack
.stored-in
FreshFish-Vol10:New/util/pack/PackIt/
.pi-file
FreshFish-Vol10:New/util/pack/PackIt/Product-Info
.name
pa_amylogos
.type
Picture
.short
AMIGA Logos by PirlAGA
.description
4 Nice Amiga Logos (640x256) by PirlAGA
.author
PirlAGA
.distribution
Copyrighted but Freely Redistributable
.email
tekne@cmns.mnegri.it
.aminet-dir
pix/misc
.execute
set filechoice `requestfile "Select an IFF file to view" PATTERN="#?.iff"
METATOOL $filechoice ILBM
.docs
pa_amylogos.readme
ReadMe
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/misc/pa_amylogos/
.pi-file
FreshFish-Vol10:New/pix/misc/pa_amylogos/Product-Info
.name
pa_sirds
.type
Picture
.short
PirlAGA Sirds Collection Vol.1
.description
PirlAGA Sirds Collection Vol.1
.author
PirlAGA
.distribution
Copyrighted but Freely Redistributable
.email
tekne@cmns.mnegri.it
.aminet-dir
pix/misc
.execute
set filechoice `requestfile "Select an IFF file to view" PATTERN="#?.IFF"
METATOOL $filechoice ILBM
.docs
pa_sirds.readme
ReadMe.txt
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/misc/pa_sirds/
.pi-file
FreshFish-Vol10:New/pix/misc/pa_sirds/Product-Info
.name
Phonebill
.type
Communications
.short
Log file analyzer-determine call costs
.description
`phonebill' is, simply said, a log file analyzer. What it basically
does is scan log file(s) generated by a terminal program or a mailer,
extract all information about calls you have made by using your modem,
and store this in its own (short) format. After extracting the calls
`phonebill' can generate various reports in which you can find
information on duration and costs of the calls.
.version
3.3b
.date
1995.06.17
.author
Raymond Penners
.restrictions
* Binary log file maintenance and report presets are disabled.
* `phonebill' only calculates the fees with up to two decimals (e.g.
$0,15). In the registered version nine decimals are supported,
which provides a better accuracy.
.reference
AmigaLibDisk917:PhoneBill/
1.08
FreshFish-Vol1:New/AmigaLibDisks/Disk917/PhoneBill/
1.08
FreshFish-Vol2:Old/AmigaLibDisks/Disks900-919/Disk917/PhoneBill/
1.08
FrozenFish-Vol1:BBS/ALib/d9xx/d917/PhoneBill.lha
1.08
GoldFish-Vol1-1:BBS/d9xx/d917/PhoneBill.lha
1.08
GoldFish-Vol1-2:d9xx/d917/Phonebill/
1.08
.distribution
Shareware
.price
$10 (US), DM 15, FL 15, AUD $15
.address
Raymond Penners
Berkenlaan 4
NL-6241 AZ Bunde (The Netherlands)
.email
raymondp@stack.urc.tue.nl
.docs
Documentation/Phonebill.doc
Documentation/Phonebill.dvi
Documentation/Phonebill.guide
Documentation/Register.doc
Documentation/Register.Italy
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.aminet-dir
comm/misc
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool Documentation/PhoneBill.doc TEXT
else
if $choice EQ "2"
cd Documentation
MetaTool Phonebill.guide GUIDE
cd /
else
if $choice EQ "3"
wbrun PhoneBill
endif
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/comm/misc/Phonebill/
.pi-file
FreshFish-Vol10:New/comm/misc/Phonebill/Product-Info
.name
piCalc
.type
Math Tool
.short
Program to calculate pi (3.1415...)
.description
piCalc is a CLI-only program to calculate the mathematical number pi to
any number of decimal places (memory and time limit how many). It is made in
very optimized assembler and uses the 64 bit 68020 math instructions to be
as fast as possible. On my 68020/28 it calculates pi to 10000 decimals in
under a minute. It features many options: How often should we save/output
the current calculation, option to show how far it has come and how long
a calculation will take.
.version
2.5
.date
1995.07.16
.author
Steffen Thorsen
.distribution
Freeware
.requirements
68020 or better CPU required, Kickstart 2.04 or better
.exectype
68020
.tested
A1200 with Fast Memory
tested with up to 1000008 decimals, seems to give correct numbers
.address
Fjordg 8A
N-4300 Sandnes
Norway
.installsize
14K
.docs
piCalc.doc
.described-by
Steffen Thorsen
.submittal
Submitted on disk directly by the author
.aminet-dir
misc/math
.execute
LAB start
set choice `RequestChoice "PiCalc" "Please select an option" "Documentation" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool piCalc.doc TEXT
endif
skip start BACK
endif
.stored-in
FreshFish-Vol10:New/misc/math/piCalc/
.pi-file
FreshFish-Vol10:New/misc/math/piCalc/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
PoolWatch
.type
Developer Utility
.short
Debug tool for pool-allocations (OS3.x)
.description
PoolWatch is a debug tool for OS 3.0 and higher designed to watch and
correct illegal allocation and freeing of memory that use the
pool-functions provided in OS 3.0 and upwards. PoolWatch is necessary
since Mungwall do not catch any illegal memory handling concerning
pool-allocations.
PoolWatch is especially useful in combination with Enforcer, Mungwall
(which will watch normal allocations that use AllocMem/FreeMem),
SegTracker and FindHit (included in the Enforcer archive).
If SegTracker is running in the system when PoolWatch is started,
PoolWatch will use the public SegTracker seglist tracking for
identifying the hunk and offset into the executable doing illegal
allocations.
You *need* sushi to run PoolWatch. PoolWatch will use kprintf() to
output text, and without sushi (or a terminal-program :) you will not
be able to see the text. Future versions will probably support output
to stdio too.
.version
1.03
.date
1995.07.07
.author
Magne Østlyngen
.requirements
Requires OS3.x
.reference
FreshFish-Vol9-2:BBS/dev/PoolWatch-1.01.lha
1.01
FreshFish-Vol9-1:New/dev/debug/PoolWatch/
1.01
.distribution
Freeware
.address
Strandveien 59B
N-9007 Tromsø
Norway
.email
magneoe@stud.cs.uit.no (Magne Oestlyngen)
.docs
PoolWatch.doc
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool PoolWatch.doc TEXT
else
if $choice EQ "2"
run >nil: poolwatch
RequestChoice "Program Started" "PoolWatch Started..." "OK"
endif
endif
skip Start BACK
endif
.aminet-dir
dev/debug
.stored-in
FreshFish-Vol10:New/dev/debug/PoolWatch/
.pi-file
FreshFish-Vol10:New/dev/debug/PoolWatch/Product-Info
.name
PowerPC
.type
Picture
.short
2 Cinema4D rendered images
.description
2 Cinema4D rendered images
.author
Jurgen Schoberl
.distribution
Copyrighted but Freely Redistributable
.email
haslbeck@informatik.tu-muenchen.de
.aminet-dir
pix/trace
.execute
set filechoice `requestfile "Select JPEG file" PATTERN="#?.JPG"
METATOOL $filechoice JPEG
.docs
PowerPC.readme
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/trace/PowerPC/
.pi-file
FreshFish-Vol10:New/pix/trace/PowerPC/Product-Info
.name
ProNET
.type
Network System
.short
ParNet-like network with modular driver
.description
ProNET is a network package for the Amiga, which now features a modular
interface driver concept. Drivers for the internal parallel (ParNet Cable)
and any serial port (NullModem) are provided. V2 also features connection
of more than two Amigas, a completely new documentation and Client
rebooting. ProNET is more advanced than ParNet in that it supports e.g.
changeable media and OS2&3 dospackets. Still works on OS1.3 except the
handler which requires OS2.0+. This is version 2.0, extremely-low-cost,
non-crippled Shareware. Many Bug Fixes to V1. Full sourcecodes in
Assembler supplied.
.version
2
.date
1995.06.28
.author
Michael Krause
.requirements
Requires OS1.3+, pronet-handler OS2.0+
.distribution
Shareware
.price
10 DM / $7 (US)
.address
Mannesallee 24
21107 Hamburg
GERMANY
.email
rawstyle@online.sh.sub.de
.docs
pronet20.readme
ProNET.guide
.described-by
Michael Krause (rawstyle@online.sh.sub.de)
.submittal
Submitted on disk directly by the author.
.aminet-dir
comm/net
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool pronet20.readme TEXT
else
if $choice EQ "2"
set tmpdir `cd`
cd docs
set filechoice `RequestFile TITLE "Choose AmigaGuide File"`
cd `pathname $filechoice`
MetaTool `basename $filechoice` GUIDE
cd $tmpdir
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/comm/net/ProNET/
.pi-file
FreshFish-Vol10:New/comm/net/ProNET/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
PSPRT
.fullname
PSPRT-Handler
.type
Device Driver
.short
Print PS files on non-PostScript printer
.description
PSPRT-Handler allows you to print PostScript files on non-postscript
capable printers using the "post.library" PostScript interpreter.
.version
1.32
.date
1995.07.06
.author
Daniel Weber
.requirements
OS2.04+, 2Mb+ RAM, post.library, printer
.reference
FreshFish-Vol9-2:BBS/text/PSPRT-1.24.lha
1.24
FreshFish-Vol9-1:New/text/print/PSPRT/
1.24
.distribution
Copyrighted but Freely Redistributable
.address
Hoeflistrasse 32
CH-8135 Langnau
Switzerland.
.email
dweber@amiga.icu.net.ch
.docs
psprt.guide
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool psprt132.readme TEXT
else
if $choice EQ "2"
MetaTool psprt.guide GUIDE
endif
endif
skip Start BACK
endif
.aminet-dir
text/print
.stored-in
FreshFish-Vol10:New/text/print/PSPRT/
.pi-file
FreshFish-Vol10:New/text/print/PSPRT/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
QCD
.type
OS Utility
.short
Cd with CDPATH,pcd,cd ..,filereq,cd DF?:
.description
With qcd you can not only match paths, but also assigns/volumes/devices,
e.g. loc*:cat* would be short for locale:catalogs. If more than one
path maches it will ask you which one you really meant. Whenever possible
it understands the Unix elements . .. ~ / ,though the Amiga syntax has
priority. You also have the ablility to set a CDPATH variable to show
the program where to look for your directories. Of course you can go
back to the directory where you where before (similar to the script S:PCD).
Finally you can also select the directory via filerequester.
It has the following template :
DIR,NOREQ/S,NOPAT/S,NOHARD/S,NOSOFT/S,NOUX/S,FREQ/S,
PCD=-/S,PPCD=--/S,WAIT/K/N
.version
1.1
.date
1995.06.12
.author
Frank Würkner
.requirements
Requires OS2.0+
.distribution
Freeware
.address
Georgenschwaigstr. 22
D-80807 München
Germany
.email
wuerkner@informatik.tu-muenchen.de
.docs
qcd.doc
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool qcd.doc TEXT
endif
skip Start BACK
endif
.aminet-dir
util/cli
.stored-in
FreshFish-Vol10:New/util/cli/QCD/
.pi-file
FreshFish-Vol10:New/util/cli/QCD/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
QuickFile
.type
Database
.short
Powerful, fast and easy database
.description
QuickFile is a flexible, flat file database. It uses random access with
indexing for fast access to records. Files can be larger than available
ram, but as much of the file as possible is kept in ram to reduce disk
accesses. Features include:
- Multiple indexes with unique or non-unique keys
- Data types include Character, date, integer, floating point,
calculated, cycle, image and external.
- Up to 250 characters per field and 250 fields per record.
- Form and list style displays and reports.
- Unlimited number of views of each file.
- Sort over any number of keys, ascending and descending order.
- Search operators include Like, Equal, Between, Sounds Like, Not Like
and Not Equal.
- Fields can be added, changed, or deleted at any time.
- Flexible export/import
- Flexible multi column label printing.
- Multi-level report grouping and totalling
- Any number of files open in re-sizable intuition windows
- Online context-sensitive help with AmigaGuide
- ARexx port supporting macros and commands from external programs.
- Easy to use Intuition interface with font sensitivity.
.version
3.16.1
.date
1995.07.12
.author
Alan Wigginton
.requirements
Requires OS2.04+, 1Mb+ RAM recommeded
.reference
FreshFish-Vol9-2:BBS/biz/QuickFile-3.10.lha
3.10
FreshFish-Vol9-1:New/biz/dbase/QuickFile/
3.10
FreshFish-Vol8-2:BBS/biz/QuickFile-3.1.lha
3.1
FreshFish-Vol8-1:New/biz/dbase/QuickFile/
3.1
GoldFish-Vol1-2:d9xx/d972/QuickFile/
2.02
GoldFish-Vol1-1:BBS/d9xx/d972/QuickFile.lha
2.02
FrozenFish-Vol1:BBS/ALib/d9xx/d972/QuickFile.lha
2.02
FreshFish-Vol3:New/AmigaLibDisks/Disk972/QuickFile/
2.02
AmigaLibDisk972:QuickFile/
2.02
GoldFish-Vol1-2:d9xx/d919/QuickFile/
1.3.3
GoldFish-Vol1-1:BBS/d9xx/d919/QuickFile.lha
1.3.3
FrozenFish-Vol1:BBS/ALib/d9xx/d919/QuickFile.lha
1.3.3
FreshFish-Vol2:Old/AmigaLibDisks/Disks900-919/Disk919/QuickFile/
1.3.3
FreshFish-Vol1:New/AmigaLibDisks/Disk919/QuickFile/
1.3.3
AmigaLibDisk919:QuickFile/
1.3.3
GoldFish-Vol1-2:d8xx/d820/QuickFile/
1.2
GoldFish-Vol1-1:BBS/d8xx/d820/QuickFile.lha
1.2
FrozenFish-Vol1:BBS/ALib/d8xx/d820/QuickFile.lha
1.2
FreshFish-Vol2:Old/AmigaLibDisks/Disks820-839/Disk820/QuickFile/
1.2
FreshFish-Vol1:Old/AmigaLibDisks/Disks820-839/Disk820/QuickFile/
1.2
AmigaLibDisk820:QuickFile/
1.2
.distribution
Copyrighted but Freely Redistributable
.address
23 Carissa St
Shailer Park,
Queensland 4128
Australia
.email
alanw@mail.powerup.com.au
.docs
ReadMeFirst
History.doc
QuickFile.guide
Docs/QF_ARexx.doc
Docs/QuickFile.doc
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View ReadMe" "View Guide" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool quickfile.readme TEXT
else
if $choice EQ "2"
MetaTool QuickFile.guide GUIDE
else
if $choice EQ "3"
wbrun QuickFile
endif
endif
endif
skip Start BACK
endif
.aminet-dir
biz/dbase
.stored-in
FreshFish-Vol10:New/biz/dbase/QuickFile/
.pi-file
FreshFish-Vol10:New/biz/dbase/QuickFile/Product-Info
.name
RachelFootball
.fullname
Rachel Football
.version
1.0
.date
1995.06.26
.author
Les Dietz
.address
#12 5502 60 Street
Vegreville, Alberta, Canada
T9C 1P7
.email
ewaniu@ee.ualberta.ca
.type
Picture
.short
Rachel Raccoon playing touch football
.description
A 720x454 picture in 16 and 256 colour IFF format of Rachel Raccoon
playing touch football with Monty Moose a little too aggressively.
.distribution
Freeware, but not to be distributed in modified form
.requirements
Any computer capable of reading Amiga IFF pictures
.construction
DPaint 5
.docs
RachelFootball.readme
.submittal
Downloaded via ftp from wuarchive.wustl.edu
.described-by
Darren Ewaniuk (ewaniu@ee.ualberta.ca)
.execute
set filechoice `requestfile "Select an IFF file to view" PATTERN="#?.iff"
METATOOL $filechoice ILBM
.aminet-dir
pix/art
.stored-in
FreshFish-Vol10:New/pix/art/RachelFootball/
.pi-file
FreshFish-Vol10:New/pix/art/RachelFootball/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
RCSGUI
.type
Workbench Tool
.short
GUI interface to HWGRCS
.description
RCSGUI implements the basic features of RCS: checking in, checking
out, locked and unlocked, rlog, and rcs -n to assign a symbolic name
to a rev. It does not implement all options to all RCS commands.
RCSGUI will let you checkin files by just dragging and dropping
files on the RCSGUI window. The icons of the checked in files are
visible in the RCSGUI window, and can be selected, and checked out
by either the checkout button, double clicking on the icon, or drag
and drop outside of RCSGUIs window.
RCSGUI is completely font sensitive.
It will adjust its gadgets and icons according to the window size.
All configuration is done with tooltypes in the icon, and some
can also be saved from the windows SnapShot button.
Now supports and actually requires HWGRCS.
Uses file requester to specify repositories.
See the documentation for all the features.
It works nicely with the SAS/C WB compiler environment, but have no
connection to the SAS/C compiler. It can be used with any compiler
that lets you edit & compile from the workbench. (Well, it can be
used with any CLI based compiler too, but it wouldn't make sense).
It can be used with anything that you want to use RCS for, it doesn't
have to be programming!
.version
2.41
.author
Tommy Svensson
.requirements
Requires OS2.x, HWGRCS distribution
.distribution
Shareware
.price
$20 (US), SEK 150
.address
Fregattvägen 36
11768 Stockholm
Sweden
.email
bms@algonet.se
.docs
AFD-COPYRIGHT
rcsgui_2.41.readme
rcsgui.guide
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool rcsgui_2.41.readme TEXT
else
if $choice EQ "2"
MetaTool rcsgui.guide GUIDE
else
if $choice EQ "3"
rcsgui
endif
endif
endif
skip Start BACK
endif
.aminet-dir
dev/misc
.stored-in
FreshFish-Vol10:New/dev/misc/RCSGUI/
.pi-file
FreshFish-Vol10:New/dev/misc/RCSGUI/Product-Info
.name
Reflections
.type
Picture
.short
Swimming-pool with letters
.description
Rendered with A4040 / 10MB RAM / 540 HDD / CD-ROM
Used Soft: REFLECTIONS 2.53, DPAINT IV AGA and compressed with GFxConv to JPEG
This is a 800x600 JPEG of a swimming -pool, rendered with REFLECTIONS 2.5. The conversion to
JPEG (JFIF)-Format was done with the great GFX-Conv 1.3 written by Dirk Farin (thanks
to him)
Best wishes for you, have fun with your AMIGA ...
.author
Dirk Thomsen
.distribution
Copyrighted but Freely Redistributable
.email
ZALU@TAM.shnet.org
.aminet-dir
pix/trace
.execute
METATOOL Reflections.jpg JPEG
.docs
Reflections.readme
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/trace/Reflections/
.pi-file
FreshFish-Vol10:New/pix/trace/Reflections/Product-Info
.name
Remind
.type
Workbench Tool
.short
Reminds you of important dates.
.description
Calender programs are plentiful for the Amiga, you can always find another
program sitting on a board which tells you what you are doing today. However
I feel none of the programs I have tried actually are useful and easy to
read.
The good thing about remind is that it contains all the information in one
window, including what you need to do today, what you need to do within
several days, and what you have to do for the rest of the year. The user
interface has been remarked on by several people for its clarity.
Its compact, completely configurable (well nearly), and its free.
Completely and utterly free, all I ask is that you send me some e-mail to
say that you are using the program.
.version
1.51
.date
1995.06.22
.author
Richard Ambridge
.requirements
OS2.0+
.reference
AmigaLibDisks/d10xx/d1053/Programs/Remind/
1.41
FreshFish-Vol8-1/New/util/cdity/Remind/
1.41
FreshFish-Vol8-2/BBS/util/Remind-1.41.lha
1.41
FreshFish-Vol9-2/BBS/util/Remind-1.41.lha
1.41
GoldFish-Vol2-1/Files/util/cdity/Remind/
1.41
GoldFish-Vol2-2/BBS/util/Remind-1.41.lha
1.41
FreshFish-Vol6/BBS/util/Remind-1.32.lha
1.32
FreshFish-Vol6/New/util/misc/Remind/
1.32
.distribution
Shareware
.address
23 Fieldway Crescent,
Northwood,
Cowes,
Isle of Wight.
England
PO31 8AJ
.email
rambridg@encore.com
.tested
It has been tested on a couple of A1200's running OS 3.0.
.docs
History
README
Remind.guide
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.aminet-dir
util/cdity
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool README TEXT
else
if $choice EQ "2"
MetaTool Remind.guide GUIDE
else
if $choice EQ "3"
Remind
endif
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/util/cdity/Remind/
.pi-file
FreshFish-Vol10:New/util/cdity/Remind/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
RoutePlanner
.type
Database
.short
Highway trip planner
.description
RoutePlanner is an update to Jim Butterfield's RoadRoute program. The
following enhancements have been made:
· A graphic user interface has been added, using Stefan Stuntz's MUI
system.
· The program now incorporates fuel consumption data as part of its output.
· Highway classifications have been added. You can adjust the master speed
values for each classification, depending on your driving habits. *
· You may choose up to 20 intermediate cities on your route, making
realistic "round trips" possible.
· Named map files can be loaded using extended selection, double-clicking
on map file icons, or on the command line.
· Includes comprehensive documentation, supplemental utilities, and two
map files, designed for small and large machines.
· Notification of crossing state lines, and arriving in intermediate
cities.
Best of all, you can use your existing RoadRoute database files with
RoutePlanner. Simply use the included "RouteConv" utility to import
the basic structure, then use "RouteEdit" to add any necessary highway
classification data.
* Requires enhanced databases.
.version
1.4a
.date
1994.07.08
.author
Chris Lawrence, based on work by Jim Butterfield
.requirements
Requires OS 2.x, MUI 2.2+, 1.5Mb+ memory
.distribution
Freeware, (RoutePlanner, RouteConv)
Shareware, (RouteEdit)
.price
$10 (US)
.address
3975 Muirfield Drive
Memphis, Tennessee 38125-2505
.email
lawrencn@vdospk.com
.docs
Readme
RoutePlanner.readme
RoutePlanner.guide
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View ReadMe" "View Guide" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool RoutePlanner.readme TEXT
else
if $choice EQ "2"
MetaTool RoutePlanner.guide GUIDE
else
if $choice EQ "3"
run >nil: RequestChoice "Advice!" "This will take several seconds*Nwhile the map file loads..." "OK"
wbrun RoutePlanner NorthAmerica.route
endif
endif
endif
skip Start BACK
endif
.aminet-dir
biz/dbase
.stored-in
FreshFish-Vol10:New/biz/dbase/RoutePlanner/
.pi-file
FreshFish-Vol10:New/biz/dbase/RoutePlanner/Product-Info
.name
RunList3
.type
OS Utility
.short
Commodity to run programs from a list.
.description
RunList3, RunList3N, are small tools helping to run programs. They
are all the same, differ only by size in order to meet ones need.
They are the update of RunList2. RunList3i, RunList3Ni are the same
as RunList3 and RunList3N but are specially made for
Interlace-screens.
.version
3
.date
1995.04.25
.author
Heinz Reinert
.requirements
OS 2.0+
.distribution
Copyrighted but Freely Redistributable
.address
Orleansstr. 55
D-31135 Hildesheim
Germany
.source
C source included
.docs
RunList.Lesen
RunList.Readme
.described-by
Richard Fish
.submittal
Submitted on disk directly by the author.
.aminet-dir
util/cdity
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View ReadMe" "View Lesen" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool RunList.Readme TEXT
else
if $choice EQ "2"
MetaTool RunList.Lesen TEXT
else
if $choice EQ "3"
assign s: s/ ADD
WBStartup/RunList3
assign s: s/ REMOVE
endif
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/util/cdity/RunList3/
.pi-file
FreshFish-Vol10:New/util/cdity/RunList3/Product-Info
.name
S-Pack
.type
Archiver
.short
Archiver w/multivol, selfextract, & more
.description
One program for all your file-packing requirements including
HD-backup, archiving, data transfer.
Unbeatable compression, self-unpacking, multi-volume packs.
Needs no special libraries or handlers.
.version
1.4
.author
Chas A. Wyndham
.distribution
Freeware
.address
1265 Canning Mills Road
Roleystone
WA 6111
Australia
.reference
FreshFish-Vol3:New/util/arc/S-Pack/
1.1
FreshFish-Vol4:BBS/Mar94/util/arc/S-Pack.lha
1.1
FreshFish-Vol5:BBS/util/S-Pack-1.1.lha
1.1
FreshFish-Vol8-2:BBS/util/S-Pack-1.1.lha
1.1
FreshFish-Vol9-2:BBS/util/S-Pack-1.1.lha
1.1
FrozenFish-Vol1:BBS/Mar94/util/arc/S-Pack.lha
1.1
GoldFish-Vol2-1:Files/util/arc/S-Pack/
1.1
GoldFish-Vol2-2:BBS/util/S-Pack-1.1.lha
1.1
.docs
S-Pack.doc
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
util/arc
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool S-Pack.doc TEXT
else
if $choice EQ "2"
s-pack
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/util/arc/S-Pack/
.pi-file
FreshFish-Vol10:New/util/arc/S-Pack/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
Scout
.type
OS Utility
.short
System Monitor
.description
Scout is a tool that allows you to monitor your computer system. It
displays many different things -- like tasks, ports, assigns,
expansion boards, resident commands, interrupts, etc. -- and you
can perform some certain actions on them.
For example you can freeze tasks, close windows and screens, release
semaphores or remove locks, ports and interrupts.
Through AmiTCP it's also possible to use Scout as an TCP/IP service.
Since version 2.0 of Scout you can use nearly all implemented
functions through shell parameters. Therefore it's not necessary
to install MUI for using Scout, but you will need MUI, if you want
to use Scout with its graphical user interface.
.version
2.4
.date
1995.07.04
.author
Andreas Gelhausen
.reference
FreshFish-Vol9-2:BBS/util/Scout-1.3.lha
1.3
FreshFish-Vol8-2:BBS/util/Scout-1.3.lha
1.3
FreshFish-Vol7:BBS/util/Scout-1.3.lha
1.3
FreshFish-Vol7:New/util/moni/Scout/
1.3
GoldFish-Vol2-1:Files/util/moni/Scout/
1.3
GoldFish-Vol2-2:BBS/util/Scout-1.3.lha
1.3
.requirements
Requires Kickstart 2.04
.distribution
Giftware
.address
Graf Spee Str. 23b
26123 Oldenburg
GERMANY
.email
atte@crash.north.de
2:2426/2020.24@fidonet
.docs
scout.readme
scout.history
docs/english/scout.doc
docs/english/scout.dvi
docs/english/scout.guide
docs/english/scout-39.guide
docs/deutsch/scout.doc
docs/deutsch/scout.dvi
docs/deutsch/scout.guide
docs/deutsch/scout-39.guide
.described-by
Andreas Gelhausen <atte@crash.north.de>
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
set choice2 `RequestChoice "Language Selection" "Please select a language" "English" "Deutsch" "Cancel"`
if $choice2 GT "0"
if $choice2 EQ "1"
MetaTool docs/English/scout.doc TEXT
else
if $choice2 EQ "2"
MetaTool docs/Deutsch/scout.doc TEXT
endif
endif
endif
unset choice2
else
if $choice EQ "2"
set choice2 `RequestChoice "Language Selection" "Please select a language" "English" "Deutsch" "Cancel"`
if $choice2 GT "0"
if $choice2 EQ "1"
cd docs/English
MetaTool scout.guide GUIDE
cd //
else
if $choice2 EQ "2"
cd docs/Deutsch
MetaTool scout.guide GUIDE
cd //
endif
endif
endif
unset choice2
else
if $choice EQ "3"
wbrun scout
endif
endif
endif
skip Start BACK
endif
.aminet-dir
util/moni
.stored-in
FreshFish-Vol10:New/util/moni/Scout/
.pi-file
FreshFish-Vol10:New/util/moni/Scout/Product-Info
.name
screenghost
.type
Picture
.short
800 x 600 fantasy JPEG picture
.description
This is a nice picture I created some time ago on my Amiga 4000/040.
If you like it and/or want to contact me for any reasons, feel free
to do so at the address quoted above, or by phone at : +39-2-76110695.
Enjoy...
.author
Roberto Bisconcini
.distribution
Copyrighted but Freely Redistributable
.aminet-dir
pix/misc
.execute
METATOOL screenghost.jpg JPEG
.docs
Readme.txt
screenghost.readme
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/misc/screenghost/
.pi-file
FreshFish-Vol10:New/pix/misc/screenghost/Product-Info
.name
SetBuffers
.type
OS Utility
.short
GUI based AddBuffers with device info
.description
SetBuffers is a simple tool for setting the amount of buffers
for each device in your system. It is a logical extension of
the addbuffers command.
.version
1.28
.date
1995.07.15
.author
AUSTEX SOFTWARE
.requirements
Requires OS2.04+
.distribution
Copyrighted but Freely Redistributable
.address
P.O.BOX 48
KIRWAN, QUEENSLAND 4817
AUSTRALIA.
.email
Stephen.Smith@jcu.edu.au
.docs
documents/Legal.README
documents/SetBuffers.doc
documents/SetBuffers.guide
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool documents/SetBuffers.doc TEXT
else
if $choice EQ "2"
cd documents
MetaTool Setbuffers.guide GUIDE
cd /
else
if $choice EQ "3"
Installer Install SetBuffers AVERAGE
else
if $choice EQ "4"
assign libs: libs/ ADD
SetBuffers
endif
endif
endif
endif
skip Start BACK
endif
.aminet-dir
util/wb
.stored-in
FreshFish-Vol10:New/util/wb/SetBuffers/
.pi-file
FreshFish-Vol10:New/util/wb/SetBuffers/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
SGMLS
.type
Parser
.short
SGMLS is THE SGML Parser!
.description
Sgmls parses and validates the SGML document entity in a file and prints
on the standard output a simple ASCII representation of its Element
Structure Information Set. (This is the information set which a structure-
controlled conforming SGML application should act upon.)
Note that the document entity may be spread amongst several files; for
example, the SGML declaration, document type declaration and document
instance set could each be in a separate file.
Before you ask:
SGML means Standard Generalized Markup Language :)
.version
1.1.92
.date
1995.06.13
.author
Charles F. Goldfarb
James Clark
Amiga port by Kai Hofmann
.requirements
Requires Kickstart 2.04
.distribution
Copyright but freely redistributable
.address
Arberger Heerstr. 92
28307 Bremen
Germany
.email
i07m@zfn.uni-bremen.de
.exectype
680x0
.installsize
144K-?
.source
Includes SAS/C sources
.construction
SAS/C 6.55 with full optimization
.docs
TODO
LICENSE
ChangeLog
NEWS
README
Amiga.ReadME
SGML.faq
doc/sgmls.txt
doc/sgmlsasp.txt
doc/rast.txt
.described-by
Kai Hofmann (i07m@zfn.uni-bremen.de)
.submittal
Submitted electronically directly by the author
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Install Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
set orgdir `cd`
set filechoice `RequestFile TITLE "Select Doc File" `
set dirchoice `pathname $filechoice`
set filechoice `basename $filechoice`
failat 21
cd $dirchoice
MetaTool $filechoice TEXT
failat 10
unset filechoice
unset dirchoice
else
if $choice EQ "2"
Installer Install
endif
endif
skip Start BACK
endif
.aminet-dir
dev/lang
.stored-in
FreshFish-Vol10:New/dev/lang/SGMLS/
.pi-file
FreshFish-Vol10:New/dev/lang/SGMLS/Product-Info
.name
ShowJPEG
.aminet-dir
gfx/board
.type
Picture Viewer
.short
A JPEG picture viewer for Picasso board.
.description
A JPEG picture viewer for the Picasso board. Features include: As
compatible to the jpeg-standard as software can be, Supports
greyscaled pictures, Various speed/quality tradeoff settings, Fast,
CLI or WB start, Can be aborted anytime (with Ctrl-C or Escape),
Filerequester, Pattern matching, Nocrop option, and Backdrop-screen.
.version
1.6
.date
1995.04.26
.author
Roman Hiestand
.distribution
Copyrighted but Freely Redistributable
.address
Roman Hiestand
Luziaweg 15
CH-8807 Freienbach
Switzerland
.email
rhiestan@iiic.ethz.ch
.fax
CH-055/48 26 37
.docs
ShowJPEG.doc
.described-by
Fred Fish (fnf@amigalib.com)
.submittal
Downloaded via ftp from aminet (wuarchive.wustl.edu).
.execute
set orgdir `cd`
LAB start
set choice `RequestChoice "ShowJPEG" "Please select an option" "View ShowJPEG.doc" "Run ShowJPEG" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool ShowJPEG.doc TEXT
else
if $choice EQ "2"
ShowJPEG
endif
endif
cd $orgdir
unset filechoice
unset dirchoice
failat 10
skip start BACK
endif
.stored-in
FreshFish-Vol10:New/gfx/board/ShowJPEG/
.pi-file
FreshFish-Vol10:New/gfx/board/ShowJPEG/Product-Info
.name
SimCityFundsCheat
.type
Game Tool
.short
Changes amount of funds in SimCity City
.description
As the name suggest the aim of this program is to change the
amount of funds in a SimCity City. It does this by Loading a
Map File and changing the amount of funds available to that
map. This is the only function of this program.
NOTE: Not for SimCity 2000
.version
1.03
.author
DCAT
.distribution
Copyrighted but Freely Redistributable
.docs
SimCityFundsCheat.DOC
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
game/patch
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool SimCityFundsCheat.DOC TEXT
else
if $choice EQ "2"
SimCityFundsCheat
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/game/patch/SimCityFundsCheat/
.pi-file
FreshFish-Vol10:New/game/patch/SimCityFundsCheat/Product-Info
.name
SleepingPointers
.type
OS Utility
.short
Program to animate busy pointer.
.description
What is this Sleep stuff ??
Well, have you ever work on WindowsNT and saw the animated busy
pointers?
"Gosh, my Amiga is better than a PeeCe and my Workbench only shows a
little-tiny stopped busy pointer!"
You may say: "use PointerX, or LacePointer"
no way : PointerX only shows a ugly bysypointer in lowres !!!
You can also say: "use PatchPointer to make the busypointer hires."
Ok ... try it and you will see the busypointer becomes stopped!
Damn ...
LacePointer in other way only works in screenmodes of PAL/NTSC. If
you have a brand new AGA amiga, that is in MULTISCAN or DBLPAL, or
something else, no LacePointer.
Those little problems, motivated me to program SleepingPointers.
After some time, SleepingPointers has born!
Now, animated busy pointers in hires is easy.
If i receive enough feedback, i will do a Prefs Program so that you
can load you favourite ANIMATION/ANIMBRUSH of a busy pointer and use
it!
.version
1.0
.date
1995.07.23
.author
António Manuel Santos
.requirements
OS3.0+
.distribution
Shareware
.address
Rua do Zaire, 5 1 dto
1170 Lisbon, Portugal
.email
l38058@alfa.ist.utl.pt
.docs
SleepingPointers.guide
SleepingPointers.readme
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.aminet-dir
util/cdity
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool SleepingPointers.readme TEXT
else
if $choice EQ "2"
MetaTool SleepingPointers.guide GUIDE
else
if $choice EQ "3"
wbrun SleepingPointers-Cute
endif
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/util/cdity/SleepingPointers/
.pi-file
FreshFish-Vol10:New/util/cdity/SleepingPointers/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
Sort
.type
CLI Tool
.aminet-dir
util/cli
.short
Sorts ASCII-Files, many features
.description
A cli-based text file sort utility. Includes options for:
Ascending/descending sort; Limiting sort to a range of lines;
Case-sensitivity; Delete empty lines; Delete multiple occurences
of same line; Overwrite input file; Sort and write file in reverse
order of input; Join files and sort. Includes both English and
German binaries.
.version
1.37
.date
1995.04.17
.author
Rüdiger Werner
.reference
FreshFish-Vol9-1:util/cli/Sort/
1.36
GoldFish-Vol2-2:BBS/util/Sort-1.34.lha
1.34
GoldFish-Vol2-1:Files/util/cli/Sort/
1.34
FreshFish-Vol8-2:BBS/util/Sort-1.34.lha
1.34
FreshFish-Vol7:New/util/cli/Sort/
1.34
FreshFish-Vol7:BBS/util/Sort-1.34.lha
1.34
FreshFish-Vol6:New/util/cli/Sort/
1.30
FreshFish-Vol6:BBS/util/Sort-1.30.lha
1.30
FreshFish-Vol5:BBS/util/Sort-1.23.lha
1.23
FreshFish-Vol4:New/util/cli/Sort/
1.23
FreshFish-Vol4:BBS/May94/util/cli/Sort.lha
1.23
.distribution
Freeware
.address
Stresemannplatz 2
01309 Dresden
GERMANY
.email
rw2@irz.inf.tu-dresden.de
wernerr@eeetwc.et.tu-dresden.de
.docs
History
sort.readme
sort.doc
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool sort.doc TEXT
endif
endif
.stored-in
FreshFish-Vol10:New/util/sys/Sort/
.pi-file
FreshFish-Vol10:New/util/sys/Sort/Product-Info
.name
SpaceJest
.type
Adventure Game
.short
Text based adventure game.
.description
Space Jest is an adventure game of the old type. No graphics here, this is a
text adventure.
I know that about half the prospective players have just stopped reading and
turned to something more interesting like Monkey Island 6, or something like
that. To those of you who are still reading, thanks. I have tried to make
the game as appealing as possible, but there are those who think that to be
called a game it needs graphics. Ah well, we can't all be perfect!
I have been meaning to write a decent adventure game for some time, but all
of the projects I started have ended up mutating into something else. One
of the things I have mastered as a result is being able to write a decent
input routine, and most of the programs I have written of late (from
databases to all manner of other things) have used the same input routine
which I hijacked from one or other of my attempts at an adventure game.
.version
1.32
.author
Simon Champion
.distribution
Shareware
.price
£5
.address
PO Box 695,
Hilton 3245,
KwaZulu-Natal,
South Africa.
.construction
The game was programmed using Amos Professional Version 2.00 and the Amos
Professional Compiler. Most of the work was done on an A500 with kickstart
version 1.2, but later changes were made using an A4000/030. The game has
been tested under Kickstart 1.2, 1.3 and 3.0, and works with them all.
This AmigaGuide® file was written using ED 2.00 (from Workbench), and tested
using MultiView.
.docs
Contents
SpaceJest.guide
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
game/role
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Guide" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool SpaceJest.guide GUIDE
else
if $choice EQ "2"
SpaceJestUNREG
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/game/role/SpaceJest/
.pi-file
FreshFish-Vol10:New/game/role/SpaceJest/Product-Info
.name
StrikeCommander
.fullname
Strike Commander
.type
Action Game
.short
Shoot the other player from the sky!
.description
There is no mission, no story, only one great aim: shoot the other player from
the sky. The game is played using one or two joysticks. To enable the second
player press the fire button right at the beginning of each game.
.version
1.10
.date
1994.01.06
.author
Chris Hodges
.distribution
Shareware
.address
Kennedystr. 8
D-82178 Puchheim
Germany
.email
chris@sixpack.pfalz.org
.aminet-dir
game/2play
.docs
StrikeCommander.doc
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `requestchoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool StrikeCommander.doc TEXT
else
if $choice EQ "2"
set choice2 `requestchoice "Version Selection" "Please select game version" "68020" "68000" "Cancel"`
if $choice2 GT "0"
if $choice2 EQ "1"
wbrun StrikeCommander020+
else
wbrun StrikeCommander000
endif
endif
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/game/2play/StrikeCommander/
.pi-file
FreshFish-Vol10:New/game/2play/StrikeCommander/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
StructureGuide
.type
Developer Utility
.short
Guide with links to all structs + info
.description
An AmigaGuide file that contains links to OS structures, showing
members, sizes, and offsets.
INCLUDE: has to be assigned to the main include directory, containing
all include files (the directory containing the "exec", "dos" and all
the other drawers) for proper operation.
This guide also contains offsets for all symbols for those who don't
have the include files.
.version
1.0
.author
Per-Olof Yliniemi
.address
Muoniovaara
S-980 64 Muodoslompolo
SWEDEN
.docs
StructureGuide.readme
Structure.Guide
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool StructureGuide.readme TEXT
else
if $choice EQ "2"
MetaTool Structure.Guide GUIDE
endif
endif
skip Start BACK
endif
.aminet-dir
dev/asm
.stored-in
FreshFish-Vol10:New/dev/asm/StructureGuide/
.pi-file
FreshFish-Vol10:New/dev/asm/StructureGuide/Product-Info
.name
subspace
.type
Picture
.short
Fantasy JPEG picture - 800 x 600.
.description
This is a nice picture I created some time ago on my Amiga 4000/040.
If you like it and/or want to contact me for any reasons, feel free
to do so at the address quoted above, or by phone at : +39-2-76110695.
Enjoy...
.author
Roberto Bisconcini
.distribution
Copyrighted but Freely Redistributable
.aminet-dir
pix/misc
.execute
METATOOL subspace.jpg JPEG
.docs
Readme.txt
subspace.readme
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/misc/subspace/
.pi-file
FreshFish-Vol10:New/pix/misc/subspace/Product-Info
.name
SuperTrail
.type
Action Game
.short
Guide ball through tricky levels
.description
Welcome to "Super Trail", the professional fast action game of skill
(incl. comfortable level editor and many extra fields).
Principle of this game is to guide a rolling ball as fast as possible
along a long and tricky trail, to avoid the holes or jump over them,
and to get as many points as possible in the end (what else?).
Many extra fields with special effects can make this task easier or
much more difficult.
Included are nine levels, starting "very easy" and ending "utterly
difficult".
With the integrated level editor you can change levels or create your
own levels. This is also possible with the freely distributable version,
but you can't save levels to disk from this version. For proper use,
you should decide to register and pay the shareware fee. With the
registered full version you can design as many sets of each nine levels
as you like and save them to disk. For each level set separate highscores
(incl. highscore game play for automatic replay mode) are saved.
English and german versions are included; Super Trail should be usable
on all Amigas with at least 1MByte RAM and OS1.2 to OS3.1. You can control
the game by Keyboard (Cursor keys and space bar) or by Joystick.
.author
Helmut Hoffmann
Rubensstrasse 4
D-41063 Moenchengladbach
Germany
.restrictions
Level editor is LOAD/SAVE disabled in this version
.requirements
Requires 1Mb+ RAM
.distribution
Shareware
.price
$8 (US), DM10, for this version
$17 (US), DM20, for version with saving/loading level editor
.address
Rubensstrasse 4
D-41063 Moenchengladbach
Germany
.email
hhoff@pool.informatik.rwth-aachen.de (Helmut Hoffmann)
.docs
SuperTrailEnglish.doc
SuperTrailDeutsch.doc
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View English Doc" "View Deutsch Dok" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool SuperTrailEnglish.doc TEXT
else
if $choice EQ "2"
MetaTool SuperTrailDeutsch.dok TEXT
else
if $choice EQ "3"
assign fonts: "" ADD
supertrail
assign fonts: "" REMOVE
endif
endif
endif
skip Start BACK
endif
.aminet-dir
game/misc
.stored-in
FreshFish-Vol10:New/game/misc/SuperTrail/
.pi-file
FreshFish-Vol10:New/game/misc/SuperTrail/Product-Info
.name
SuperView
.type
Graphics Viewer
.short
Graphics Viewer/Converter/ScreenGrabber
.description
SuperView is a localized Graphics Viewer/Converter/ScreenGrabber for
the superview.library, with ARexx-Support, GUI, Online-Help, Cx-Support
and many more features.
Converting graphics and "Screen-Grabbing" is possible in a very comfortable
and object-oriented manner, also allows image processing via SVOperators.
Needs at least superview.library V9+, which includes the following
FileFormats, Display Drivers and Operators (V9.12) :
SVObjects : - IFF-ILBM, IFF-ACBM, PCX, GIF, BMP (W*nd*ws), JPEG,
TIFF, FBM (*nix), PNM (*nix), IMG (GEM), WPG (W*rdP*rf*ct),
MAC (M*cPaint), C64 (Koala,Doodle), Targa, Pictor/PCPaint,
SunRaster, IFF-YUVN, WinIcon, SVO (own Format) and
all OS3-Datatypes !
Reads XPK- and PP20-packed data via Unpack.svobject.
SVDrivers : - ECS, AGA, EGS-Cards, OpalVision
SVOperators : - Dither24Bit, 24BitToHam6, HilbertDither256, XOR,
ExtractRed, ExtractGreen, ExtractBlue, ExtractGrayScales,
TopToBottom, LeftToRight
.version
4.63
.date
1995.08.03
.author
Andreas Ralph Kleinert
.restrictions
Evaluation version with "please register" requester and disabled ARexx-Port
(until you receive your KeyFile...).
.requirements
Requires V11+ of superview.library
Requires OS2.04+, OS V2.1+ and V3.00+ features are used, when available.
.distribution
Shareware
.price
DM40
.address
Grube Hohe Grethe 23
D-57074 Siegen
Germany
.reference
FreshFish-Vol7/Useful/dist/gfx/show/SuperView/
4.0
FreshFish-Sep94:Useful/dist/gfx/show/SuperView/
3.3
FreshFish-Jul94:New/gfx/show/SuperView/
3.1
FreshFish-Jul94:Useful/dist/gfx/show/SuperView/
3.1
AmigaLibDisk367:SuperView/
3.0
GoldFish2-Apr94:d3xx/d367/SuperView/
3.0
FreshFish-May94:New/gfx/show/SuperView/
2.1
.docs
Help/english/SuperView.guide
Help/english/RegisterForm
Help/deutsch/SuperView.guide
Help/deutsch/RegisterForm
.described-by
Dan Fish (daf@daffy.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
set orgdir `cd`
LAB start
unset filechoice
unset dirchoice
failat 10
cd $orgdir
set choice `RequestChoice "SuperView" "Please select an option" "Guide" "Other Files" "Install" "Install Libs" "Run" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
set dirchoice `pathname $filechoice`
set filechoice `basename $filechoice`
failat 21
cd $dirchoice
MetaTool $filechoice GUIDE
else
if $choice EQ "2"
set filechoice `RequestFile TITLE "Select Text File"`
set dirchoice `pathname $filechoice`
set filechoice `basename $filechoice`
failat 21
cd $dirchoice
MetaTool $filechoice TEXT
else
if $choice EQ "3"
Installer Install_SuperView SuperView NOVICE AVERAGE LOGFILE=T:Install_SuperView.logfile LANGUAGE=English NOLOG
else
if $choice EQ "4"
cd SuperViewLibrary
Installer Install_SVLib SuperView-Library NOVICE AVERAGE LOGFILE=T:Install_SuperView.logfile LANGUAGE=English NOLOG
else
if $choice EQ "5"
WBRun SuperView
endif
endif
endif
endif
endif
skip start BACK
endif
.aminet-dir
gfx/show
.stored-in
FreshFish-Vol10:New/gfx/show/SuperView/
.pi-file
FreshFish-Vol10:New/gfx/show/SuperView/Product-Info
.name
SystemPrefs
.type
OS Utility
.short
Preferences for CPU and RAMSEY
.description
This is a preference editor for steering the processor caches,
RAMSEY, VBR and Audio Filter.
Main features:
- Font adaptive GUI
- Supports Instruction- and Data-Caches, Copyback, Write Allocate
- Supports RAMSEY FastMode (60ns RAM access --> SPEED! :-)
- Supports audio filter
- Supports VBR to Fast RAM
- Sets up while startup
- Comes with a nice preferences icon... :-)
- Does now even have an English guide :-)
.version
2.20
.date
1995.06.18
.author
Richard Körber
.requirements
Requires OS 2.04+, (opt. locale), 68010+ should be present
.distribution
Freeware
.address
Hornstraße 20
51465 Bergisch Gladbach
Deutschland
.email
shred@tfh.dssd.sub.org (Germany) or
shred@eratosth.wwb.sub.de (international)
.docs
SystemPrefs.guide
SystemPrefsE.guide
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "System Prefs" "Please select an option" "English Guide" "Deutsch Guide" "Install" "Run" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool SystemPrefsE.guide GUIDE
else
if $choice EQ "2"
MetaTool SystemPrefs.guide GUIDE
else
if $choice EQ "3"
Installer Install System AVERAGE AVERAGE
else
if $choice EQ "4"
assign locale: "" ADD
assign libs: libs/ ADD
System
assign locale: "" REMOVE
assign libs: libs/ REMOVE
endif
endif
endif
endif
skip Start BACK
endif
.aminet-dir
util/wb
.stored-in
FreshFish-Vol10:New/util/wb/SystemPrefs/
.pi-file
FreshFish-Vol10:New/util/wb/SystemPrefs/Product-Info
.name
S_WBPic
.type
Picture
.short
Picture of Stefan`s WB
.description
picture of the programs >s-video 3.1\s-adress 2.2\s-clock 3.2\cb-radio 2.1
and s-eject 1.1.
you find the newest version of the programs in the AMINET.
.author
Stefan Haefner
.distribution
Copyrighted but Freely Redistributable
.aminet-dir
pix/wb
.execute
METATOOL Workbench.pic ILBM
.docs
S_WBPic.readme
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/wb/S_WBPic/
.pi-file
FreshFish-Vol10:New/pix/wb/S_WBPic/Product-Info
.name
TBOML
.type
Text
.short
The Big Old Monitor List, Monitor Specs
.description
AmigaGuide text of specifications for over 150 different monitors
.version
1.0s
.author
Robert C. Reiswig
Scott L. Bennett
.distribution
Copyrighted but Freely Redistributable
.email
rcr@netcom.com
.docs
TBOML10s.readme
TBOML.guide
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool TBOML10s.readme TEXT
else
if $choice EQ "2"
MetaTool TBOML.guide GUIDE
endif
endif
skip Start BACK
endif
.aminet-dir
docs/hyper
.stored-in
FreshFish-Vol10:New/docs/hyper/TBOML/
.pi-file
FreshFish-Vol10:New/docs/hyper/TBOML/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
TeleTerm
.type
Communications
.short
Fast, full-featured Terminal, XEM, XPR
.description
TeleTerm is a powerful, fast terminal program with XEM and XPR support, a
dynamic phonebook, review buffer, 60 macros, and much more.
TeleTerm has the following main features:
XEM support
XPR support
Internal multi-tasking of windows
Faster interleaved bitmaps for smooth scrolling (OS 3.x)
Public screen, so other programs can open on TeleTerm's screen
Can open on the WorkBench
Numerous visual controls, from ScreenMode to ScreenPens
Low memory consumption (could theoretically run in 512k)
60 user-defined macros
Highly detailed phonebook, including multi-line BBS support, and full
preferences control for each entry
Much, much more...
.version
2.2
.author
Josh Farley
.reference
FreshFish-Vol9-1:New/comm/term/TeleTerm/
2.0
.requirements
AmigaDos 2.0 or higher
50k free Chip Ram
300k free Fast or Chip Ram
.distribution
Shareware
.price
$20 (US, Domestic), $25 (US, International)
.address
Josh Farley
43 La Placita Way
Chico, CA 95928
.email
josh@ecst.csuchico.edu
.docs
TeleTerm.guide
XprZModem.guide
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool teleterm22.readme TEXT
else
if $choice EQ "2"
MetaTool TeleTerm.guide GUIDE
else
if $choice EQ "3"
Installer Install-TeleTerm
else
if $choice EQ "4"
TeleTerm
endif
endif
endif
endif
skip Start BACK
endif
.aminet-dir
comm/term
.stored-in
FreshFish-Vol10:New/comm/term/TeleTerm/
.pi-file
FreshFish-Vol10:New/comm/term/TeleTerm/Product-Info
.name
Term
.short
Very nice terminal program.
.type
Communications
.description
A telecommuncations program designed for use with any Commodore-Amiga
computer running Kickstart 2.04 or higher. Its features include:
* Fast built-in VT-220 terminal emulation
* Support for custom terminal emulation modules following the `XEM
2.0' standard
* Operates in any display environment, supports all screen display
modes
* Support for file transfer modules following the `XPR' standard
* File- and printer-capturing functions
* Review-buffer support
* Powerful phone book and dialing functions
* `Amiga User Interface Style Guide' conformant user interface
* Online-help (requires AmigaGuide package)
* Built-in `ARexx' interface
* File upload list, which permits selecting the files to be
transferred before the upload is started.
* Login script learn mode.
* Built-in keyword/response parser which makes it possible to have
`term' respond to BBS prompts and such with the user name,
password, etc. without having to program the ARexx interface.
* Interface for external programs to rendezvous with `term', taking
over serial I/O processing (such as `HydraCom').
.version
4.4
.author
Olaf `Olsen' Barthel
.reference
FreshFish-Sep94:New/comm/term/Term/
4.0
FreshFish-Sep94:BBS/comm/Term-4.0.lha
4.0
GoldFish2-Apr94:d9xx/d904/Term/
3.4
GoldFish1-Apr94:BBS/d9xx/d904/Term.lha
3.4
FrozenFish-Apr94:BBS/ALib/d9xx/d904/Term.lha
3.4
FreshFish-Oct93:Old/AmigaLibDisks/Disks900-910/Disk904/Term/
3.4
FreshFish-Dec93:Old/AmigaLibDisks/Disks900-919/Disk904/Term/
3.4
AmigaLibDisk904:Term/
3.4
GoldFish2-Apr94:d8xx/d833/Term/
3.1
GoldFish2-Apr94:d8xx/d832/Term/
3.1
GoldFish2-Apr94:d8xx/d831/Term/
3.1
GoldFish1-Apr94:BBS/d8xx/d833/Term.lha
3.1
GoldFish1-Apr94:BBS/d8xx/d832/Term.lha
3.1
GoldFish1-Apr94:BBS/d8xx/d831/Term.lha
3.1
FrozenFish-Apr94:BBS/ALib/d8xx/d833/Term.lha
3.1
FrozenFish-Apr94:BBS/ALib/d8xx/d832/Term.lha
3.1
FrozenFish-Apr94:BBS/ALib/d8xx/d831/Term.lha
3.1
FreshFish-Oct93:Old/AmigaLibDisks/Disks820-839/Disk833/Term/
3.1
FreshFish-Oct93:Old/AmigaLibDisks/Disks820-839/Disk832/Term/
3.1
FreshFish-Oct93:Old/AmigaLibDisks/Disks820-839/Disk831/Term/
3.1
FreshFish-Dec93:Old/AmigaLibDisks/Disks820-839/Disk833/Term/
3.1
FreshFish-Dec93:Old/AmigaLibDisks/Disks820-839/Disk832/Term/
3.1
FreshFish-Dec93:Old/AmigaLibDisks/Disks820-839/Disk831/Term/
3.1
AmigaLibDisk833:Term/
3.1
AmigaLibDisk832:Term/
3.1
AmigaLibDisk831:Term/
3.1
GoldFish2-Apr94:d7xx/d730/Term/
2.3
GoldFish2-Apr94:d7xx/d725/Term/
2.3
GoldFish1-Apr94:BBS/d7xx/d730/Term.lha
2.3
GoldFish1-Apr94:BBS/d7xx/d725/Term.lha
2.3
FrozenFish-Apr94:BBS/ALib/d7xx/d730/Term.lha
2.3
FrozenFish-Apr94:BBS/ALib/d7xx/d725/Term.lha
2.3
FreshFish-Oct93:Old/AmigaLibDisks/Disks720-739/Disk730/Term/
2.3
FreshFish-Oct93:Old/AmigaLibDisks/Disks720-739/Disk725/Term/
2.3
AmigaLibDisk730:Term/
2.3
AmigaLibDisk725:Term/
2.3
GoldFish2-Apr94:d6xx/d681/Term/
2.2a
GoldFish1-Apr94:BBS/d6xx/d681/Term.lha
2.2a
FrozenFish-Apr94:BBS/ALib/d6xx/d681/Term.lha
2.2a
FreshFish-Oct93:Old/AmigaLibDisks/Disks680-699/Disk681/Term/
2.2a
AmigaLibDisk681:Term/
2.2a
GoldFish2-Apr94:d5xx/d589/Term/
1.9c
GoldFish1-Apr94:BBS/d5xx/d589/Term.lha
1.9c
FrozenFish-Apr94:BBS/ALib/d5xx/d589/Term.lha
1.9c
AmigaLibDisk589:Term/
1.9c
GoldFish2-Apr94:d5xx/d534/Term/
?.?
GoldFish1-Apr94:BBS/d5xx/d534/Term.lha
?.?
FrozenFish-Apr94:BBS/ALib/d5xx/d534/Term.lha
?.?
AmigaLibDisk534:Term/
?.?
.described-by
Richard Fish
.submittal
Downloaded via ftp from Aminet.
.execute
set orgdir `cd`
LAB start
set choice `RequestChoice "Term" "Please select an option" "View Guide Files" "View Other Files" "Run Term" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
cd Documentation/AmigaGuide
set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
set dirchoice `pathname $filechoice`
set filechoice `basename $filechoice`
failat 21
cd $dirchoice
MetaTool $filechoice GUIDE
else
if $choice EQ "2"
set filechoice `RequestFile TITLE "Select Text File"`
set dirchoice `pathname $filechoice`
set filechoice `basename $filechoice`
failat 21
cd $dirchoice
MetaTool $filechoice TEXT
else
if $choice EQ "3"
Term
endif
endif
endif
cd $orgdir
unset filechoice
unset dirchoice
failat 10
skip start BACK
endif
.aminet-dir
comm/term
.stored-in
FreshFish-Vol10:New/comm/term/term/
.pi-file
FreshFish-Vol10:New/comm/term/term/Product-Info
.name
TextClock
.type
Workbench Tool
.short
Configurable text/font digital clock
.description
TextClock is yet another clock program with special features. It shows the
current time or date using your selected font and text format. The program
takes advantage of fast Compugraphic Font scaling. This means that the fonts
will look fine at all sizes and you will have very precise control over them.
It features On-line Help and many options.
.version
1.1
.date
1995.07.16
.author
Steffen Thorsen
.distribution
Freeware
.requirements
WB2.0, WB2.1+ and Harddisk are recommended
.address
Fjordg 8A
N-4300 Sandnes
Norway
.installsize
44K
.docs
TextClock.guide
.described-by
Steffen Thorsen
.submittal
Submitted on disk directly by the author
.aminet-dir
util/time
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Guide" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool TextClock.guide GUIDE
else
if $choice EQ "2"
TextClock
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/util/time/TextClock/
.pi-file
FreshFish-Vol10:New/util/time/TextClock/Product-Info
.name
Thankyou
.type
Picture
.short
A high quality ray trace by DR_FACT.
.description
This is a strange render of a red chrome dolphin and a surreal snakey
effort, literally resting on some very unnatural looking water. Odd, but IMHO,
pretty cute :)
Really, This is by way of thanks to 3 people who stuck by me recently,
as I have been having a really bad time of it. You find out who your friends
really are, when you're down in it. So thanks (in no particular order) to:
U4ia (Jim Young)- For telling me not to be so bloody silly, and talking
me out of doing anything stupid (You sarky git *8-).
Slayer (Martin Brookes)- For help, advice, and the kind offer of space to
crash in. Watch out, you'll lose your nasty reputation...
JohnUnix (John Halliwell)- For helping me out with net links; an incredibly
timely and generous act. Moreover, general all round coolness :)
Thanks guys!
.author
DR_FACT
.distribution
Copyrighted but Freely Redistributable
.email
dr-fact@linetime.demon.co.uk
.aminet-dir
pix/misc
.execute
METATOOL thankyou.jpg JPEG
.docs
thankyou.readme
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/misc/Thankyou/
.pi-file
FreshFish-Vol10:New/pix/misc/Thankyou/Product-Info
.name
thephoenix
.type
Picture
.short
Fantasy JPEG picture - 800 x 600.
.description
This is a nice picture I created some time ago on my Amiga 4000/040.
If you like it and/or want to contact me for any reasons, feel free
to do so at the address quoted above, or by phone at : +39-2-76110695.
Enjoy...
.author
Roberto Bisconcini
.distribution
Copyrighted but Freely Redistributable
.aminet-dir
pix/misc
.execute
METATOOL thephoenix.jpg JPEG
.docs
Readme.txt
thephoenix.readme
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/misc/thephoenix/
.pi-file
FreshFish-Vol10:New/pix/misc/thephoenix/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
TIFF_dt
.type
Datatype
.short
TIFF datatype
.description
This class is a sub-class of picture.class and is used to read
TIFF files. It converts 24 bit images in 8 bit bitmaps, with
Floyd-steinberg dithering.
The present version supports TIFF 5.0 standard files.
.version
39.1b
.date
1995.07.08
.author
Paolo Costabel
.requirements
Requires OS 3.0+
.distribution
Copyrighted but Freely Redistributable
.email
costabel@fenice.polito.it
.source
Includes source in C and assembler
.docs
README
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Doc 2" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool tiff.dtype.readme TEXT
else
if $choice EQ "2"
MetaTool README TEXT
endif
endif
skip Start BACK
endif
.aminet-dir
util/dtype
.stored-in
FreshFish-Vol10:New/util/dtype/TIFF_dt/
.pi-file
FreshFish-Vol10:New/util/dtype/TIFF_dt/Product-Info
.name
Tommy_Ebbesen
.type
Picture
.short
Tommy's 800x600 workbench.
.description
Tommy's 800x600 workbench.
.author
Tommy Ebbesen
.distribution
Copyrighted but Freely Redistributable
.email
ebbesen@nordnett.no
.aminet-dir
pix/wb
.execute
METATOOL tOmMy'sWorkbench.JPG JPEG
.docs
Readme.txt
Tommy_Ebbesen.readme
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/wb/Tommy_Ebbesen/
.pi-file
FreshFish-Vol10:New/pix/wb/Tommy_Ebbesen/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
Triton
.type
Library
.short
An object oriented GUI creation system.
.description
Triton is a standard Amiga shared runtime library. Triton makes it
much easier to create good looking graphical user interfaces (GUIs) than
GadTools, BOOPSI or other systems.
The most important features are:
* Object oriented system
* Automatically font sensitive, font adaptive
* Automatic keyboard shortcuts for default window actions
* *Really* easy to use
* Beautiful customizable AmigaOS3.x look
* Comes as a freely distributable shared library
* Size! Though Triton is very powerful, it is a shared library of
only about 50KB. You don't need any startup tools, BOOPSI classes
or other things. It's the Triton among the minnows of GUI creation
systems ;)
* Resizability of windows wherever applicable
* A Preferences editor which allows you to customize the look and
feel of all Triton GUIs
* No installation required. Simply putting triton.library into the
current directory is enough for a minimum installation.
By using Triton you don't have to worry about otherwise very
time-consuming things like font-sensitivity and resizability of your
windows.
.version
1.3
.date
1995.06.28
.author
Stefan Zeiger
.reference
FreshFish-Vol9-2:BBS/dev/Triton-1.2.lha
1.2
FreshFish-Vol8-2:BBS/dev/Triton-1.2.lha
1.2
FreshFish-Vol8-1:New/dev/gui/Triton/
1.2
GoldFish-Vol2-2:BBS/dev/Triton-1.1.lha
1.1
GoldFish-Vol2-1:Files/dev/gui/Triton/
1.1
FreshFish-Vol5:New/dev/gui/Triton/
1.0
FreshFish-Vol5:BBS/dev/Triton-1.0.lha
1.0
.requirements
Requires OS2.04+
.distribution
Shareware
.price
$15 (US), DM20
.address
Seligenstädter Weg 24
D-63796 Kahl
Germany
.email
s.zeiger@laren.rhein-main.de
.docs
Readme
docs/History
docs/Triton.dvi
docs/Triton.guide
.described-by
Dan Fish (daf@daffy.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool ReadMe TEXT
else
if $choice EQ "2"
cd Docs
MetaTool Triton.guide GUIDE
cd /
else
if $choice EQ "3"
Installer "Install/Install Triton"
else
if $choice EQ "4"
cd Demos
Demo
cd /
endif
endif
endif
endif
skip Start BACK
endif
.aminet-dir
dev/gui
.stored-in
FreshFish-Vol10:New/dev/gui/Triton/
.pi-file
FreshFish-Vol10:New/dev/gui/Triton/Product-Info
.name
TTX_M2S
.type
AREXX Macro
.short
TurboText-2.0 AREXX Macros for M2Sprint
.description
AREXX Macros and support files designed to compile, link, and trace errors
in Modula-2 programs with TurboText 2.0. When installed as described in
the doc file, these macros create an integrated Modula-2 programming
environment. The macros could be modified to control other compilers or
assemblers.
.version
1.0
.date
1995.04.04
.author
J. E. Gilpin
.requirements
WB2.0 or higher
TurboText 2.0
M2Sprint Modula-2 Program Developement System
Hard Disk
AREXX
.distribution
No Limitations
.aminet-dir
text/edit
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc 1" "View Doc 2" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool TTX_M2S.readme TEXT
else
if $choice EQ "2"
MetaTool TTX_M2S.docs TEXT
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/text/edit/TTX_M2S/
.pi-file
FreshFish-Vol10:New/text/edit/TTX_M2S/Product-Info
.name
TurboCalc
.type
Spreadsheet
.short
Demo of TurboCalc 3.5
.description
TurboCalc 3.5 is the powerful successor to the program TurboCalc 2.0,
which defined a new standard for spread-sheet analysis on the Amiga.
TurboCalc 3.5 uses an enhanced, easy-to-use user interface, utilising
numerous innovations such as Drag & Drop for copying/moving or filling with
the mouse, even easier selection of functions, freezing of sheet titles or
the displayable status row. A multiple Undo/Redo of a variable depth
reverses the effect of erroneous data or commands and can save much work,
as can the Autosave and Backup options.
Thanks to the new object concept which allows insertion and printing of
charts, texts, drawings, IFF-images ... directly in the sheet, sheets can
now be more effectively created and designed.
Charts (e.g. the new 3D bar and pie charts) can be directly placed beside
the appropriate number sequence. Longer texts can be compactly accomodated
in a cell comprising several lines. The formfeed visible in the sheet as
well as the print preview funct on assist in achieving optimal layout on
screen, saving both paper and time.
All this can be committed to paper with using improved print routines, or
be integrated in your text processing software as IFF graphics or text (via
file or clipboard).
A database mask is now available to allow easier management of your
TurboCalc databases.
The most significant enhancements:
- Objects (chart, text, drawing, picture...) can be directly
inserted into the sheet and have a macro attached, and also
be printed in the graphic mode.
- Cells may contain several lines.
- Drag-and-Drop for moving/copying/changing the size of blocks
by the mouse.
- Multiple Undo/Redo
- Chart module vastly expanded (new chart types, 3D, Auto-
Refresh, ...).
- Preview for the printing of graphics (from OS2.0 on).
- Formfeed visible in the sheet.
- Data-Mask for an easier input/display of data records.
- Status row displayable with short online-help.
- (Maximal) number of columns increased: now up to 18278 columns
can be used (A..ZZZ) [together with up to 9 999 999 rows]
- Clipboard support for easy data exchange with text
processing programs.
- Sheets can be saved as IFF-images (e.g. for an easy export to
text processing programs).
- Autosave (every x minutes, alternatively the last version will
be kept).
- New Import & Export-Formats: Excel 4 (XLS) and Lotus 123 (.WK1/.WKS)
both can import formulas, the xls-filter even keeps most
of the cell formatting.
- Fast and easy access to the last used projects via "SmartOpen"
- Encrypting sheets using a very sophisticated cryptograhic
algorithm
- Complete support of OS2.x/3.x (Locale support, memory-
pools, AmigaGuide).
- reqtools-Filerequester is supported!
- Amiga-Guide help file can directly be accessed from TurboCalc.
- Requester for inserting functions/macros now with
categories to allow an easier and faster access
- Many new functions/macros.
- TurboCalc-Libraries for an easy expansion of TurboCalc
with external functions, macros, objects, etc.
(Documentation to program own libraries included)
- Numerous general improvements (e.g. saving the cursor
position, special colors for every sheet, "hidden"
password inquiry ...)
.version
3.5
.date
1995.08.03
.author
Michael Friedrich
.restrictions
Saving and Printing are disabled
.requirements
Commodore Amiga, Kickstart 1.2/1.3, 2.0, 2.1, 3.0, 3.1; at
least 1 MB RAM. Output on all common printers supported.
.distribution
Commercial Demo
.aminet-dir
biz/demo
.docs
TurboCalc/Read.Me
TurboCalc/TurboCalc3.5.txt
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `requestchoice "Options Selection" "Please select an option" "Readme 1" "Readme 2" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool TurboCalc/Read.Me TEXT
else
if $choice EQ "2"
MetaTool TurboCalc/TurboCalc3.5.txt TEXT
else
if $choice EQ "3"
wbrun TurboCalc/TurboCalc
endif
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/biz/demo/TurboCalc/
.pi-file
FreshFish-Vol10:New/biz/demo/TurboCalc/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
UUxT
.type
Communications
.short
CLI/GUI-based UUEncoder/UUDecoder
.description
UUxT is a full featured UUencode/decoder with the following features:
o File splitting by line or kbytes when encoding for easy
mailing/posting. (Complete with header and footers that tell the
filename and part number after total number of parts.)
o Batch decoding. (You can decode many files at once, as well as split
files without joining them. UUxT also has wildcard support.)
o Batch encoding. You can encode multiple files into one text file.
o Automatically skips over mail headers and other junk that can end
up in encoded files.
o Ability to LhA compress files for you, and then
uuencode the resulting compressed file, all in one step, thus
saving you time. You can also decode and de-LhA in one step.
UUxT also comes with UUxT-GUI 3.1, a full featured workbench interface
for UUxT.
Changes since UUxT 3.0b (Public Release)
----------------------------------------
o UUxT 3.1 is now an average of ten times faster then previous public
releases.
o UUxT-GUI is much stabler.
o UUxT-GUI no longer has a popup requester on startup.
o The InFiles list is cleared after each operation for you automatically
on the GUI.
.version
3.1
.date
1994.07.21
.author
Asher Feldman
.requirements
Requires reqtools.library (supplied)
Certain features require LhA
Extra options available under 2.0+
.reference
GoldFish-Vol2-2:BBS/util/UUxT-3.0b.lha
3.0b
GoldFish-Vol2-1:Files/util/arc/UUxT/
3.0b
FreshFish-Vol9-2:BBS/util/UUxT-3.0b.lha
3.0b
FreshFish-Vol8-2:BBS/util/UUxT-3.0b.lha
3.0b
FreshFish-Vol7:New/util/arc/UUxT/
3.0b
FreshFish-Vol7:BBS/util/UUxT-3.0b.lha
3.0b
AmigaLibDisk1007:Programs/UUxT/
3.0b
FreshFish-Vol6:New/util/arc/UUxT/
3.0a
FreshFish-Vol6:BBS/util/UUxT-3.0a.lha
3.0a
AmigaLibDisk912:UUxT/
2.1
.distribution
Shareware
.price
$10 (US)
.address
4791 Calle de Tosca
San Jose, CA 95118
USA
.email
asher@shell.portal.com
.docs
README
REGISTRATION
UUxT.guide
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Readme" "View Guide" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool README TEXT
else
if $choice EQ "2"
MetaTool UUxT.guide GUIDE
else
if $choice EQ "3"
UUxT-GUI
endif
endif
endif
skip Start BACK
endif
.aminet-dir
util/arc
.stored-in
FreshFish-Vol10:New/util/arc/UUxT/
.pi-file
FreshFish-Vol10:New/util/arc/UUxT/Product-Info
.name
VChess
.fullname
Vector-Chess
.type
Thinking Game
.short
Excellent chess game
.description
A powerfull fully functional (non crippled) shareware chess game
completely written in Amiga Oberon. The program has a lot of
features, is easy to use and don't needs much memory (only 400K).
Now, in release 3.3, playing-strength is much better.
I think, that playing-strength is big enough for average players now.
.version
3.3
.author
Stefan Salewski
.reference
AmigaLibDisk957:VChess/
2.0
.distribution
Shareware
.price
$15(US), or DM20
.address
Stolper Weg 3
D-21680 Stade
Germany
.docs
VChess.doc, VChess.dok
.described-by
Stefan Salewski
.submittal
On disk by mail
.date
1995.05.14
.requirements
OS2.0+, ReqTools.library
.installsize
150K-500K
.source
Oberon source (450K) not included
.construction
Amiga Oberon 3.11d
.tested
A3000, OS2.0, OS3.1
.contents
Fully functional shareware chess game completely written in
Amiga Oberon. Features: selectable screen type (can run
right on the workbench screen); sizeable board; Two-human,
Computer-Human and Computer-Computer play modes; Load, save
games; Load/save/print movelist; Use/save openings; Time
limits; Solve for mate; Selectable fonts; Setup board;
Rotate board; Show movelist; Show thinking; ... and more.
Requires OS2.0+, and may run even on low memory (512K)
machines if the opening library is not used. Version 3.3
has a better playing-strength, and comes with french and
swedish catalogs.
Version 3.3, an update to version 3.1
Binary only, shareware.
Author: Stefan Salewski
.beschreibung
Ein Schachprogramm, bei dem die Figuren in Vektorgrafik
gezeichnet werden. Daher paßt sich die Grafik automatisch
verschiedenen Bildschirmauflösungen an. Das Programm bietet
nahezu alles, was man von einem modernen Schachprogramm
erwarten kann. Der Bedienungskomfort ist sehr hoch, und
die Spielstärke sollte für die meisten Spieler auch ausreichen.
.aminet-dir
game/board
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Dok" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool VChess.doc TEXT
else
if $choice EQ "2"
MetaTool VChess.dok TEXT
else
if $choice EQ "3"
VChess
endif
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/game/board/VChess/
.pi-file
FreshFish-Vol10:New/game/board/VChess/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
VideoTitler
.type
Image Processing
.short
Create Title/Credits for your own video
.description
Generates professional looking TV titles and credits for your own
videos. Outstanding abilities are very smooth scrolling, color slides
(AGA-support), and usage of colorfonts. Binary only,
.version
2.0
.author
Andreas Ackermann
.restrictions
The unlimited version is identical to this demo, only the annoying
'VideoTitlerDEMO... ' won't appear every second line.
.requirements
At least Kickstart 2.0 with 1Mb of memory or more.
MUI
.reference
GoldFish-Vol2-2:BBS/gfx/VideoTitler-1.15.lha
1.15
GoldFish-Vol2-1:Files/gfx/misc/VideoTitler/
1.15
FreshFish-Vol9-2:BBS/gfx/VideoTitler-1.15.lha
1.15
FreshFish-Vol8-2:BBS/gfx/VideoTitler-1.15.lha
1.15
FreshFish-Vol5:BBS/gfx/VideoTitler-1.15.lha
1.15
FreshFish-Vol4:New/gfx/misc/VideoTitler/
1.15
FreshFish-Vol4:BBS/May94/gfx/misc/VideoTitler.lha
1.15
GoldFish-Vol1-2:d9xx/d907/VideoTitler/
1.1
GoldFish-Vol1-1:BBS/d9xx/d907/VideoTitler.lha
1.1
FrozenFish-Vol1:BBS/ALib/d9xx/d907/VideoTitler.lha
1.1
FreshFish-Vol2:Old/AmigaLibDisks/Disks900-919/Disk907/VideoTitler/
1.1
FreshFish-Vol1:Old/AmigaLibDisks/Disks900-910/Disk907/VideoTitler/
1.1
AmigaLibDisk907:VideoTitler/
1.1
.distribution
Shareware
.price
$35 (US), 50 DM
.address
Lorenz-Summa-Str. 10
95145 Oberkotzau
Germany
.docs
Readme
Docs/Videotitler_deutsch.guide
Docs/Videotitler_english.guide
.described-by
Richard Fish
.submittal
Submitted on disk directly by the author.
.aminet-dir
gfx/misc
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool ReadMe TEXT
else
if $choice EQ "2"
set orgdir `cd`
cd docs
set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
set dirchoice `pathname $filechoice`
set filechoice `basename $filechoice`
failat 21
cd $dirchoice
MetaTool $filechoice GUIDE
cd $orgdir
failat 10
unset filechoice
unset dirchoice
else
if $choice EQ "3"
Installer Install APPNAME VideoTitler MINUSER AVERAGE DEFUSER AVERAGE LANGUAGE Deutsch
else
if $choice EQ "4"
VideoTitler
endif
endif
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/gfx/misc/VideoTitler/
.pi-file
FreshFish-Vol10:New/gfx/misc/VideoTitler/Product-Info
.name
VirusChecker
.type
AntiVirus Utility
.short
A memory/file/bootblock virus detector
.description
A virus checker that can check memory, disk bootblocks, and all disk files
for signs of most known viruses. Can remember nonstandard bootblocks that
you indicate are OK and not bother you about them again. Includes an ARexx
port, supports SHI's Bootblock.library. By using this library and its
brainfile you have the ability to add new Bootblock viruses as SHI releases
new brainfiles.
.version
6.58
.date
1995.07.22
.author
John Veldthuis
.reference
FreshFish-Vol9-2:BBS/util/VirusChecker-6.50.lha
6.50
FreshFish-Vol9-1:Useful/util/virus/VirusChecker/
6.50
FreshFish-Vol8-2:BBS/util/VirusChecker-6.50.lha
6.50
FreshFish-Vol8-1:Useful/util/virus/VirusChecker/
6.50
FreshFish-Vol8-1:New/util/virus/VirusChecker/
6.50
GoldFish-Vol2-1:Files/util/virus/VirusChecker/
6.44
FreshFish-Sep94:New/util/virus/VirusChecker/
6.43
FreshFish-May94:New/util/virus/VirusChecker/
6.41
AmigaLibDisk935:VirusChecker/
6.33
AmigaLibDisk913:VirusChecker/
6.30
AmigaLibDisk825:VirusChecker/
6.22
AmigaLibDisk680:VirusChecker/
6.06
AmigaLibDisk669:VirusChecker/
6.05
AmigaLibDisk556:VirusChecker/
5.30
.distribution
Shareware
.price
$20 (US)
.address
21 Ngatai Street
Manaia, Taranaki
New Zealand
.email
johnv@tower.actrix.gen.nz
.docs
Virus_Checker.guide
Brain.history
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB start
set choice `RequestChoice "Virus Checker" "Please select an option" "History" "View Guide" "Install" "Run" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool Brain.history TEXT
else
if $choice EQ "2"
MetaTool Virus_Checker.guide GUIDE
else
if $choice EQ "3"
Installer SCRIPT InstallVC APPNAME "Virus_Checker" MINUSER expert DEFUSER expert
else
if $choice EQ "4"
if NOT exists t:viruscheck.assigned
assign l: l/ ADD
assign libs: libs/ ADD
date >t:viruscheck.assigned
endif
WBRun Virus_Checker
endif
endif
endif
endif
skip start BACK
endif
.aminet-dir
util/virus
.stored-in
FreshFish-Vol10:New/util/virus/VirusChecker/
.pi-file
FreshFish-Vol10:New/util/virus/VirusChecker/Product-Info
.name
VirusZII
.type
AntiVirus Utility
.short
AntiVirus utility with file decrunching
.description
Release II of this popular virus detector. The filechecker can decrunch
files for testing and the memory checker removes all known viruses
from memory without 'Guru Meditation' and checks memory for viruses
regularly. VirusZ has easy to use intuitionized menus including keycuts
for both beginners and experienced users.
.version
1.16
.author
Georg Hörmann
.requirements
Requires OS2.0+
.reference
GoldFish-Vol2-1:Files/util/virus/VirusZII/
1.11
GoldFish-Vol2-2:BBS/util/VirusZII-1.11.lha
1.11
FreshFish-May94:New/util/virus/VirusZ/
1.07
AmigaLibDisk989:VirusZII/
1.03
AmigaLibDisk948:VirusZII/
1.00
AmigaLibDisk902:VirusZ/
3.07
AmigaLibDisk820:VirusZ/
3.00
AmigaLibDisk786:VirusZ/
2.27
.distribution
Shareware
.price
$15 (US), DM20
.address
Am Lahnewiesgraben 19
82467 Garmisch-Partenkirchen
Germany
.docs
VirusZ.guide
.described-by
Dan Fish (daf@daffy.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB start
set choice `RequestChoice "VirusZ II" "Please select an option" "View Guide" "Run" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool VirusZ.guide GUIDE
else
if $choice EQ "2"
WBRun VirusZ
endif
endif
skip start BACK
endif
.aminet-dir
util/virus
.stored-in
FreshFish-Vol10:New/util/virus/VirusZII/
.pi-file
FreshFish-Vol10:New/util/virus/VirusZII/Product-Info
.name
VMM
.type
OS Utility
.short
Virtual memory for Amigas with MMU
.description
VMM implements a virtual memory manager for Amigas with a 68040, 68030
or 68020+68851 processor. A localized user interface to enter all
parameters and to disable certain tasks and load files from using
virtual memory is also provided. For the user interface MUI 2.3 is
needed.
V3.0 includes the ability to swap out program code, memory tracking,
better MMU support, an ARexx port and some other new features.
.version
3.1
.date
1995.05.23
.author
Martin Apel
.reference
FreshFish-Vol8-1:Useful/util/misc/VMM/
2.1
FreshFish-Vol7:New/util/misc/VMM/
2.1
GoldFish-Vol2-1:Files/util/misc/VMM/
2.1
FreshFish-Vol6:New/util/misc/VMM/
2.0
.requirements
Requires OS2.0+ and a 68030 or 68040 with a functional MMU or
68020+68851
At least 2 MB of RAM and a harddisk are recommended
.distribution
Copyrighted but Freely Redistributable
.address
Gerhart-Hauptmann-Str.5
67663 Kaiserslautern
Germany
.email
apel@physik.uni-kl.de
.docs
README
doc/BugReportForm
doc/HISTORY
doc/TestedPrograms
doc/VMM.guide
doc/VMMTools.guide
doc/vmm_lib.doc
doc/VMM_Rexx.guide
doc/VMProgGuideline
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "VMM" "Please select an option" "Readme" "Guide" "Install" "Run" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool README TEXT
else
if $choice EQ "2"
cd doc
MetaTool VMM.guide GUIDE
cd /
else
if $choice EQ "3"
cd InstallVMM
set choice2 `RequestChoice "Language Selection" "Please select a language" "English" "Deutsch" "Dansk" "Svenska" "Cancel"`
if $choice2 GT "0"
if $choice2 EQ "1"
Installer English VMM LANGUAGE english NOLOG
else
if $choice2 EQ "2"
Installer deutsch VMM LANGUAGE deutsch NOLOG
else
if $choice2 EQ "3"
Installer Dansk VMM LANGUAGE dansk NOLOG
else
if $choice2 EQ "4"
Installer Svenska VMM LANGUAGE svenska NOLOG
endif
endif
endif
endif
endif
unset choice2
cd /
else
if $choice EQ "4"
set tmpchoice `RequestChoice "Select Version" "Select Page Size" "4K" "8K" "Cancel"`
if $tmpchoice GT "0"
set tmpchoice2 `RequestChoice "Advice" "A temporary L: directory will be set up*Nin RAM: to hold the appropriate handler" "OK" "Cancel"`
if $tmpchoice2 GT "0"
makedir RAM:L
assign L: RAM:L ADD
if $tmpchoice EQ "1"
copy l/VMM-Handler_4K RAM:L/VMM-Handler
else
if $tmpchoice EQ "2"
copy l/VMM-Handler_8K RAM:L/VMM-Handler
endif
endif
assign LOCALE: "" ADD
assign env: env/ ADD
assign REXX: Rexx/ ADD
VMM
endif
unset tmpchoice2
endif
unset tmpchoice
endif
endif
endif
endif
skip Start BACK
endif
.aminet-dir
util/misc
.stored-in
FreshFish-Vol10:New/util/misc/VMM/
.pi-file
FreshFish-Vol10:New/util/misc/VMM/Product-Info
.name
vortix
.type
Picture
.short
Fantasy JPEG picture - 800 x 600.
.description
This is a nice picture I created some time ago on my Amiga 4000/040.
If you like it and/or want to contact me for any reasons, feel free
to do so at the address quoted above, or by phone at : +39-2-76110695.
Enjoy...
.author
Roberto Bisconcini
.distribution
Copyrighted but Freely Redistributable
.aminet-dir
pix/misc
.execute
METATOOL vortix.jpg JPEG
.docs
Readme.txt
vortix.readme
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/misc/vortix/
.pi-file
FreshFish-Vol10:New/pix/misc/vortix/Product-Info
.name
Voz-Chess
.type
Thinking Game
.short
A Chess based puzzle game
.description
Some pieces have secretly been placed on a chessboard, but hidden from
you. You must deduce their position and identity from the number
of attacks on each square.
Lots of options for easy or hard games.
Runs on the Workbench of all Amigas - detects 1.3 / 2.0 colour schemes.
.version
1.1
.date
1995.06.08
.author
Gerry Quinn
.requirements
Any Amiga
.reference
.distribution
Copyright but Freely Redistributable
.address
21 Forest Park,
Flaxmill Lane,
Drogheda,
Co. Louth,
Ireland
.email
gerard.f.quinn@dm.rs.ch
.docs
Voz-Chess.guide
.described-by
GQ
.submittal
Submitted on disk directly by the author.
.aminet-dir
game/think
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Guide" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool Voz-Chess.guide GUIDE
else
if $choice EQ "2"
Voz-Chess
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/game/think/Voz-Chess/
.pi-file
FreshFish-Vol10:New/game/think/Voz-Chess/Product-Info
.name
VT
.fullname
Virus Terminator
.type
Virus Utility
.short
A comprehensive virus utility package.
.description
A very good virus checker, however all the documentation is in
German.
.version
2.75
.date
1995.06.19
.author
Heiner Schneegold
.reference
FreshFish-Vol9-1:Useful/util/virus/VT/
2.70
FreshFish-Vol8-1:Useful/util/virus/VT/
2.68
FreshFish-Vol8-2:BBS/util/VT-2.68.lha
2.68
GoldFish-Vol2-1:Files/util/virus/VT/
2.68
GoldFish-Vol2-2:BBS/util/VT-2.68.lha
2.68
FreshFish-Vol7:BBS/util/VT-2.68.lha
2.68
FreshFish-Vol7:New/util/virus/VT/
2.68
FreshFish-Vol7:Useful/dist/util/virus/VT/
2.68
FreshFish-Vol6:BBS/util/VT-2.67.lha
2.67
FreshFish-Vol6:New/util/virus/VT/
2.67
FreshFish-Vol6:Useful/dist/util/virus/VT/
2.67
FreshFish-Vol5:BBS/util/VT-2.65.lha
2.65
FreshFish-Vol5:New/util/virus/VT/
2.65
FreshFish-Vol5:Useful/dist/util/virus/VT/
2.65
.described-by
Dan Fish (daf@daffy.amigalib.com)
.submittal
Downloaded from aminet (wuarchive.wustl.edu)
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Dok" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
set orgdir `cd`
set filechoice `RequestFile TITLE "Select Dok File" PATTERN "~(#?.info)" DRAWER "VT.Dokumente"`
MetaTool $filechoice TEXT
cd $orgdir
unset filechoice
else
if $choice EQ "2"
run VT2.75
endif
endif
skip Start BACK
endif
.aminet-dir
util/virus
.stored-in
FreshFish-Vol10:New/util/virus/VT/
.pi-file
FreshFish-Vol10:New/util/virus/VT/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
WarpC++
.type
Editor Utility
.short
C++ syntax parser for GoldED
.description
GoldED is able to highlight sections of text lines and thus increase the
overall view. Colors are set using GoldED's syntax configuration requester.
Typical usage of syntax highlighting is to have reserved words of a
programming language highlighted. Syntax parsing is done by external
parsers: the editor is responsible for refreshing the display. The syntax
parser is responsible for parsing the text and for creating a syntax
description (thus the highlighting sheme depends on the parser). This
package contains a C++ syntax parser.
Performance depends on the graphics hardware: a fast external graphics
board (e.g. Retina Z3) is required to ensure sufficient performance. Amiga
chipsets are based on bitplanes and thus too slow. CPU speed is less
important; suggested system is a 68030 CPU or better.
.version
1.4
.author
Dietmar Eilert
.requirements
Requires GoldED 3.0.1+
.distribution
Copyrighted, explicit permission required for Redistribution
.address
Mies-v-d-Rohe-Str.31,
52074 Aachen,
Germany
.email
DIETMAR@TOMATE.TNG.OCHE.DE
.docs
Readme
Licence
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Install Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool ReadMe TEXT
else
if $choice EQ "2"
Installer Install Match AVERAGE EXPERT
endif
endif
skip Start BACK
endif
.aminet-dir
text/edit
.stored-in
FreshFish-Vol10:New/text/edit/WarpC++/
.pi-file
FreshFish-Vol10:New/text/edit/WarpC++/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
WarpMOD
.type
Editor Utility
.short
Modula/Oberon syntax parser for GoldED
.description
GoldED is able to highlight sections of text lines and thus increase the
overall view. Colors are set using GoldED's syntax configuration requester.
Typical usage of syntax highlighting is to have reserved words of a
programming language highlighted. Syntax parsing is done by external
parsers: the editor is responsible for refreshing the display. The syntax
parser is responsible for parsing the text and for creating a syntax
description (thus the highlighting sheme depends on the parser). This
package contains a Modula/Oberon syntax parser.
Performance depends on the graphics hardware: a fast external graphics
board (e.g. Retina Z3) is required to ensure sufficient performance. Amiga
chipsets are based on bitplanes and thus too slow. CPU speed is less
important; suggested system is a 68030 CPU or better.
.version
1.3
.author
Dietmar Eilert
.requirements
Requires GoldED 3.0.1+
.distribution
Copyrighted, explicit permission required for Redistribution
.address
Mies-v-d-Rohe-Str.31,
52074 Aachen,
Germany
.email
DIETMAR@TOMATE.TNG.OCHE.DE
.docs
Readme
Licence
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Install Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool ReadMe TEXT
else
if $choice EQ "2"
Installer Install Match AVERAGE EXPERT
endif
endif
skip Start BACK
endif
.aminet-dir
text/edit
.stored-in
FreshFish-Vol10:New/text/edit/WarpMOD/
.pi-file
FreshFish-Vol10:New/text/edit/WarpMOD/Product-Info
.name
Watergirl
.type
Picture
.short
Amazing Picture by JCS/Neoplasia^Sector7
.description
Amazing Picture by JCS/Neoplasia^Sector7
.author
JCS/Neoplasia^Sector7
.distribution
Copyrighted but Freely Redistributable
.aminet-dir
pix/misc
.execute
METATOOL JCS_Watergirl.IFF ILBM
.docs
Watergirl.readme
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/misc/Watergirl/
.pi-file
FreshFish-Vol10:New/pix/misc/Watergirl/Product-Info
.name
waterman
.type
Picture
.short
Fantasy JPEG picture - 800 x 600.
.description
This is a nice picture I created some time ago on my Amiga 4000/040.
If you like it and/or want to contact me for any reasons, feel free
to do so at the address quoted above, or by phone at : +39-2-76110695.
Enjoy...
.author
Roberto Bisconcini
.distribution
Copyrighted but Freely Redistributable
.aminet-dir
pix/misc
.execute
METATOOL waterman.jpg JPEG
.docs
Readme.txt
waterman.readme
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/misc/waterman/
.pi-file
FreshFish-Vol10:New/pix/misc/waterman/Product-Info
.name
WBStartup+
.type
Workbench Tool
.short
Provides more control over WBStartup
.description
WBStartup+ does the following:
o Lets you choose the order in which the startup programs run.
o Lets you enable and disable the running of each program quickly.
o Allows you to have access to Workbench while all of your
startup programs are being loaded.
.version
1.1
.date
1995.07.16
.author
John Hughes
.requirements
OS3.0+
.distribution
Cardware
.address
901 Highview Rd.
East Peoria, IL 61611 USA
.email
johughes@heartland.bradley.edu
.docs
WBStartup+.guide
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.aminet-dir
util/wb
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Guide" "Install Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool WBStartup+.guide GUIDE
else
if $choice EQ "2"
Installer Install WBStartup+ EXPERT EXPERT
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/util/wb/WBStartup+/
.pi-file
FreshFish-Vol10:New/util/wb/WBStartup+/Product-Info
.name
Where_K
.type
OS Utility
.short
Flexible file utilitiy
.description
Where_k is the utility that tries to put almost everything you use at your
fingertips.
It plays music, sounds, shows pictures, reads text, alters task priorities,
launches programs, changes icons, catalogs disks, reads memory locations,
copies files, formats disks, creates file notes, reads library version numbers,
talks, displays an incredible amount of information, executes scripts, creates
files from directories, drops to the back to get out of your way, renames files,
locks devices, unarcs lha files, runs ed, shows ascii codes, has a screen blanker,
allows you to select a program to load upon booting, makes directories, runs
multiview, allows you to select programs such as the music player, sound player,
picture viewer, and text reader which the program will use as its' default.
There is much more to where_k as you will see as you read on. The above
description if far from complete.
.version
1995A
.date
1995.3.1
.author
Kenneth J. McCormick
.requirements
WB3.0+
3.5 to 4 Mb of RAM
Narrator.device to use TALK.
.distribution
Copyrighted but Freely Redistributable
.docs
Where_K.guide
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
util/misc
.execute
set choice `RequestChoice "Options Selection" "Please select an option" "View Guide" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool Where_K.guide GUIDE
endif
endif
.stored-in
FreshFish-Vol10:New/util/misc/Where_K/
.pi-file
FreshFish-Vol10:New/util/misc/Where_K/Product-Info
.name
WinKills
.type
Picture
.short
A little Windoze gag by LaGuardia!
.description
Something I made some time ago, while testing my digtizer...
Note that the Windoze picture is not a grab, I drawn it by myself
(except for the leaves pattern, of course!) ;-)
.author
Alberto D'Urso
.distribution
Copyrighted but Freely Redistributable
.email
a.durso@agora.stm.it
.aminet-dir
pix/misc
.execute
METATOOL WindozeKills.jpg JPEG
.docs
WindozeKills.readme
WinKills.readme
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.stored-in
FreshFish-Vol10:New/pix/misc/WinKills/
.pi-file
FreshFish-Vol10:New/pix/misc/WinKills/Product-Info
.name
Words
.fullname
Words
.type
Editor Utility
.short
Spell checking package for GoldED
.description
Words is a ready-to-use spell checking package for the editor GoldED. German
& English dictionaries, a spell checker (ISpell) and a GoldED API interface
(SpellIT) are included.
.version
2.3
.date
1995.6.15
.author
Heinz Knutzen (dictionaries)
Martin Schulz (dictionaries)
Loren J. Rittle (ISpell)
Dietmar Eilert (SpellIT)
.restrictions
none
.reference
FreshFish-Vol9-2:BBS/text/Words-2.2.lha
2.2
FreshFish-Vol9-1:New/text/edit/Words/
2.2
.requirements
GoldED 2+, Installer
.distribution
Restricted Freeware
.email
DIETMAR@TOMATE.TNG.OCHE.DE
.address
Kampstraße 28
D-59269 Beckum
Germany
.exectype
68xxx
.installsize
1.8 MB
.source
C source code included
.construction
DICE 2.07.54R
.described-by
Dietmar Eilert (DIETMAR@TOMATE.TNG.OCHE.DE)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Install Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool Readme/Readme TEXT
else
if $choice EQ "2"
Installer Install Ispell Database AVERAGE AVERAGE
endif
endif
skip Start BACK
endif
.aminet-dir
text/edit
.stored-in
FreshFish-Vol10:New/text/edit/Words/
.pi-file
FreshFish-Vol10:New/text/edit/Words/Product-Info
.name
WrapGuide
.aminet-dir
text/hyper
.short
Wrap AmigaGuide lines to given column
.description
Converts AmigaGuide files that use Kickstart 3+ style long lines for
wrapped paragraphs so that Kickstart 2 compatible AmigaGuide won't
crash. The column where the wrapping takes place is definable at the
command line. The conversion happens in-place, so that this tool can
serve for floppy installations, too. Now you can write ALL your
.guide files with KS3 features and convert them with WrapGuide only if
necessary.
.version
1.1
.author
Udo Schuermann
.execute
LAB start
set choice `RequestChoice "WrapGuide" "Please select an option" "Documentation" "View Guide" "View Source" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool WrapGuide.doc TEXT
else
if $choice EQ "2"
MetaTool WrapGuide-Demo.guide GUIDE
else
if $choice EQ "3"
MetaTool WrapGuide.c SOURCE
endif
endif
endif
skip start BACK
endif
.stored-in
FreshFish-Vol10:New/text/hyper/WrapGuide/
.pi-file
FreshFish-Vol10:New/text/hyper/WrapGuide/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
Yak
.type
Workbench Tool
.short
A multipurpose commodity
.description
Yak stands for "Yet Another Kommodity" and is a mouse/window manipulation
program along the same lines as DMouse, MightyMouse etc.
Yak has the following features:
o AutoPoint (sunmouse) that only activates when mouse stops
can also specify which screens to include/exclude.
(Compatible with popup-menu type programs)
o AutoPop windows (bring them to front) when they're
auto-activated;
o KeyActivate windows (when key pressed);
o Activate windows when menu button pressed;
o Click windows to front or back; may also specify which
screens/windows to include/exclude.
o Cycle screens with mouse;
o Mouse and Screen blanking (hotkey blanking too);
o Extensible hotkey system (like FKey's) with actions to:
Execute a CLI Command or an ARexx script;
Insert text (with embedded hotkeys);
Insert date (in custom format if locale present);
Close/Zip/Shrink/Enlarge windows;
Move/Cycle screens and windows;
Activate Workbench;
Blank display;
Pop up a palette on front screen (needs reqtools);
Menu shortcut
o KeyClick with adjustable volume;
o No Click option (for drives).
o Wildstar option (like StarBurst) lets you use '*' as wildcard.
o Optional on-screen AppIcon to bring up preferences window.
Look familiar? It's a combination of the AutoPoint, ClickToFront, Blanker
and IHelp/FKey standard commodities (on the Extras disk) with a hint of
KCommodity and DMouse thrown in.
Fully localized when running OS 2.1 or more!
And it's quite small!
.version
2.03
.date
1995.08.01
.author
Gaël Marziou
Philippe Bastiani
.requirements
Requires OS2.04+, Localization requires OS2.1+, some features
require OS3.0+
.reference
FreshFish-Vol9-1:New/util/cdity/Yak/
2.0ß8
FreshFish-Vol9-2:BBS/util/Yak-2.08.lha
2.0ß8
FreshFish-Vol8-1:New/util/cdity/Yak/
1.60
FreshFish-Vol8-2:BBS/util/Yak-1.60.lha
1.60
GoldFish-Vol2-1:Files/util/cdity/Yak/
1.60
GoldFish-Vol2-2:BBS/util/Yak-1.60.lha
1.60
FreshFish-Jul94/New/util/cdity/Yak/
1.59
GoldFish2-Apr94/d9xx/d971/Yak/
1.57
GoldFish1-Apr94/BBS/d9xx/d971/Yak.lha
1.57
FrozenFish-Apr94/BBS/ALib/d9xx/d971/Yak.lha
1.57
FreshFish-Mar94/New/AmigaLibDisks/Disk971/Yak/
1.57
AmigaLibDisk971:Yak/
1.57
FrozenFish-Apr94/BBS/Dec93/os20/cdity/Yak.lha
1.55
FreshFish-Mar94/Old/Dec93/os20/cdity/Yak/
1.55
FreshFish-Dec93/New/os20/cdity/Yak/
1.55
GoldFish2-Apr94/d9xx/d912/Yak/
1.52
GoldFish1-Apr94/BBS/d9xx/d912/Yak.lha
1.52
FrozenFish-Apr94/BBS/ALib/d9xx/d912/Yak.lha
1.52
FreshFish-Oct93/New/AmigaLibDisks/Disk912/Yak/
1.52
FreshFish-Dec93/Old/AmigaLibDisks/Disks900-919/Disk912/Yak/
1.52
AmigaLibDisk912:Yak/
1.52
GoldFish2-Apr94/d7xx/d782/Yak/
1.2
GoldFish1-Apr94/BBS/d7xx/d782/Yak.lha
1.2
FrozenFish-Apr94/BBS/ALib/d7xx/d782/Yak.lha
1.2
FreshFish-Oct93/Old/AmigaLibDisks/Disks780-799/Disk782/Yak/
1.2
AmigaLibDisk782:Yak/
1.2
GoldFish2-Apr94/d7xx/d753/Yak/
1.0
GoldFish1-Apr94/BBS/d7xx/d753/Yak.lha
1.0
FrozenFish-Apr94/BBS/ALib/d7xx/d753/Yak.lha
1.0
FreshFish-Oct93/Old/AmigaLibDisks/Disks740-759/Disk753/Yak/
1.0
AmigaLibDisk753:Yak/
1.0
.distribution
Freeware
.address
Gaël Marziou
Cidex 103
38920 CROLLES
FRANCE
Philippe Bastiani
7 Boulevard Ricard
13003 MARSEILLE
FRANCE
.email
Gael_Marziou@grenoble.hp.com
.docs
ReadMe.1st
Docs/English/Yak.guide
Docs/Français/Yak.guide
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from aminet (wuarchive.wustl.edu).
.aminet-dir
util/cdity
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "Readme 1st" "View Guide" "Install Program" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool ReadMe.1st TEXT
else
if $choice EQ "2"
set choice2 `RequestChoice "Language Selection" "Please select a language" "English" "Français" "Cancel"`
if $choice2 GT "0"
if $choice2 EQ "1"
cd Docs/English
MetaTool Yak.guide GUIDE
cd //
else
if $choice2 EQ "2"
cd Docs/Français
MetaTool Yak.guide GUIDE
cd //
endif
endif
endif
else
if $choice EQ "3"
cd Installation
set choice2 `RequestChoice "Language Selection" "Please select a language" "English" "Français" "Dansk" "Deutsch" "More" "Cancel"`
if $choice2 GT "0"
if $choice2 EQ "1"
INSTALLER "Install Yak" Yak AVERAGE Language english
else
if $choice2 EQ "2"
INSTALLER "Install Yak" Yak AVERAGE Language français
else
if $choice2 EQ "3"
INSTALLER "Install Yak" Yak AVERAGE Language dansk
else
if $choice2 EQ "4"
INSTALLER "Install Yak" Yak AVERAGE Language deutsch
else
if $choice2 EQ "5"
set choice3 `RequestChoice "Language Selection" "Please select a language" "Italiano" "Nederlands" "Suomi" "Svenska" "Cancel"`
if $choice3 GT "0"
if $choice3 EQ "1"
INSTALLER "Install Yak" Yak AVERAGE Language italiano
else
if $choice3 EQ "2"
INSTALLER "Install Yak" Yak AVERAGE Language nederlands
else
if $choice3 EQ "3"
INSTALLER "Install Yak" Yak AVERAGE Language suomi
else
if $choice3 EQ "4"
INSTALLER "Install Yak" Yak AVERAGE Language svenska
endif
endif
endif
endif
endif
unset choice3
endif
endif
endif
endif
endif
endif
unset choice2
cd /
else
if $choice EQ "4"
assign env: Env/ ADD
assign libs: Libs/ ADD
assign Prefs: Prefs/ ADD
assign SYS: "" ADD
wbrun WBStartup/YAK
Prefs/Yak
endif
endif
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/util/cdity/Yak/
.pi-file
FreshFish-Vol10:New/util/cdity/Yak/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
YourFault
.type
OS Utility
.short
Replace system error strings - fun!
.description
YourFault is a small hack that lets you change the error messages returned
by the system. You can replace each and every one with your own message.
For example instead of
"Not a DOS disk"
you could replace it with
"Banana in drive"
.version
1.4
.date
1995.06.15
.author
Lee Kindness
.requirements
Requires OS2.x
.distribution
Freeware
.address
8 Craigmarn Road
Portlethen Village
Aberdeen
AB1 4QR
SCOTLAND
.email
cs1lk@sal.scms.rgu.ac.uk
cs2lk@sal.scms.rgu.ac.uk
.source
Includes C source
.docs
YourFault.readme
YourFault.guide
Wangi.txt
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool YourFault.readme TEXT
else
if $choice EQ "2"
MetaTool YourFault.guide GUIDE
else
if $choice EQ "3"
Installer Install_YourFault YourFault
else
if $choice EQ "4"
run >nil: YourFault FROM=FaultStrings
endif
endif
endif
endif
skip Start BACK
endif
.aminet-dir
util/boot
.stored-in
FreshFish-Vol10:New/util/boot/YourFault/
.pi-file
FreshFish-Vol10:New/util/boot/YourFault/Product-Info
.name
ZGIFDataType
.type
Datatype
.aminet-dir
util/dtype
.short
Fast datatype for displaying GIF files.
.description
A very fast GIF Datatype
Main features:
o SPEED. Try it, after using this you wont want to be without it!
o Supports most gifs (only some esoteric, and mostly unused features
of the GIF8?a standard have been ignored)
o Uses async file reading for greater performance - on an A1200 will
load a picture the same speed off of floppy as off of hard drive!
o 100% Assembly language, very optimised.
o Custom chunky to planar conversion, that is reasonably fast
(a version using WritePixelLine8() runs about 50% the speed of
this version)
o Now works with all 68000 series CPU's (i hope)
o Now supports transparent gifs ('copy' a transparent gif from
multiview and then paste it as a bruch in DPaint - NEAT eh?)
o Its FREE! (this is of course the best bit)
Main limitations: (hey, its not _perfect_ after all)
o OM_WRITE BOOPSI method not yet implemented. Expect this in a future
release.
o Only decodes pictures with a global colour table. Most gif loaders
do the same, and most writers write them.
o Ignores any local colour tables (but still decodes picture). Could
lead to a bad palette.
.version
39.16
.author
Michael Zucchi
.requirements
OS 3.x
.reference
FreshFish-Vol9-1:Useful/util/dtype/ZGIFDataType/
39.13
FreshFish-Vol8-1:New/util/dtype/ZGIFDataType/
39.7
FreshFish-Vol1:New/OS30/ZGIFDataType/
39.3
.distribution
Freeware
.email
zucchi@zedzone.apana.org.au (at home)
zucchi@box.apana.org.au
9107047w@lux.levels.unisa.edu.au (till end of '95) (at work)
.address
PO box 824
Waikerie SA 5330 <- SA = South Australia
.docs
ZGIFDataType.Doc
.described-by
Dan Fish (daf@daffy.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
LAB Start
set choice `RequestChoice "ZGIF DataType" "Please select an option" "View ReadMe" "View Guide" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool ZGIFDT39.16.readme TEXT
else
if $choice EQ "2"
MetaTool ZGIFDatatype.Doc TEXT
endif
endif
skip Start BACK
endif
.stored-in
FreshFish-Vol10:New/util/dtype/ZGIFDataType/
.pi-file
FreshFish-Vol10:New/util/dtype/ZGIFDataType/Product-Info