home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / all.api next >
Fred Fish's Product-Info  |  1995-08-26  |  822KB  |  33,002 lines

  1. .name
  2. 262144
  3. .type
  4. AGA Demo
  5. .short
  6. Shows >262144 colors on screen.
  7. .description
  8. This program opens a HAM8-screen and draws 262144 colors in a nice pattern,
  9. consisting of 64 64x64 squares (totally 512*512) where no two colors are
  10. identical.
  11. The screen can be saved from within the program.
  12. .version
  13. 1.0
  14. .date
  15. 1995.07.16
  16. .author
  17. Steffen Thorsen
  18. .distribution
  19. Freeware
  20. .requirements
  21. OS3.0, AGA
  22. .address
  23. Fjordg 8A
  24. N-4300 Sandnes
  25. Norway
  26. .installsize
  27. 12K
  28. .docs
  29. 262144.doc
  30. .described-by
  31. Steffen Thorsen
  32. .submittal
  33. Submitted on disk directly by the author
  34. .aminet-dir
  35. demo/aga
  36. .execute
  37. LAB Start
  38. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
  39. if $choice GT "0"
  40.   if $choice EQ "1"
  41.     MetaTool 262144.doc  TEXT
  42.   else
  43.     if $choice EQ "2"
  44.       262144
  45.     endif
  46.   endif
  47.   skip Start BACK
  48. endif
  49. .stored-in
  50. FreshFish-Vol10:New/demo/aga/262144/
  51. .pi-file
  52. FreshFish-Vol10:New/demo/aga/262144/Product-Info
  53. .name
  54. accelerators-hardware
  55. .short
  56. Reviews of accelerator products
  57. .description
  58. Reviews of accelerator products:
  59.  
  60.     68000's faster than 7 MHz
  61.     68010
  62.     68020
  63.     68030
  64.     68040
  65.     etc.
  66. .described-by
  67. fnf@amigalib.com
  68. .author
  69. Various; maintained by Daniel Barrett
  70. .aminet-dir
  71. docs/rview
  72. .stored-in
  73. FreshFish-Vol10:Useful/reviews/hardware/accelerators/
  74. .pi-file
  75. FreshFish-Vol10:Useful/reviews/hardware/accelerators/Product-Info
  76. .name
  77. ACE
  78. .type
  79. Compiler
  80. .short
  81. FreeWare Amiga BASIC compiler + extras
  82. .description
  83. ACE is a FreeWare Amiga BASIC compiler which, in conjunction with A68K
  84. and Blink produces standalone executables.
  85.  
  86. The language defines a large subset of AmigaBASIC but also has many
  87. features not found in the latter such as: turtle graphics, recursion,
  88. SUBs with return values, structures, arguments, include files, a
  89. better WAVE command which allows for large waveforms, external
  90. references, named constants and a variety of other commands and
  91. functions not found in AmigaBASIC.
  92.  
  93. New features in version 2.0 include: gadgets, three standard requester
  94. types, serial I/O and menus (with optional command-keys for menu
  95. items). New commands and functions for this version include EXIT FOR,
  96. PTAB, SPC, DEF FN, ON ERROR and ERR (these last two handle file and
  97. serial I/O at present). INPUT and PRINT can now be used transparently
  98. for all screen/window combinations.
  99.  
  100. All user-defined windows are now fully-configurable and may be used in
  101. conjunction with screens as per AmigaBASIC. Window close event
  102. trapping is also a new feature.
  103.  
  104. In addition to event trapping, ACE now supports WAITing for both menus
  105. and gadgets. Waiting is more operating-system-friendly than event
  106. trapping.
  107.  
  108. A simple graphical front-end (Integrated Development Environment) is
  109. also provided with the archive. This is written in ACE.
  110. .version
  111. 2.35
  112. .date
  113. 1995.03.12
  114. .author
  115. David Benn
  116. .reference
  117. AmigaLibDisk969:ACE/
  118. 2.0
  119. FreshFish-Jul94:BBS/dev/ACE-2.0.lha
  120. 2.0
  121. FreshFish-Jul94:Useful/dist/dev/lang/ACE/
  122. 2.0
  123. FreshFish-Mar94:New/AmigaLibDisks/Disk969/ACE/
  124. 2.0
  125. FreshFish-Mar94:Useful/dist/dev/lang/ACE/
  126. 2.0
  127. FreshFish-May94:Useful/dist/dev/lang/ACE/
  128. 2.0
  129. FreshFish-Sep94:BBS/dev/ACE-2.0.lha
  130. 2.0
  131. FreshFish-Sep94:Useful/dist/dev/lang/ACE/
  132. 2.0
  133. FrozenFish-Apr94:BBS/ALib/d9xx/d969/ACE.lha
  134. 2.0
  135. FrozenFish-Apr94:BBS/Useful/dev/lang/ACE.lha
  136. 2.0
  137. GoldFish1-Apr94:BBS/d9xx/d969/ACE.lha
  138. 2.0
  139. GoldFish2-Apr94:d9xx/d969/ACE/
  140. 2.0
  141. .distribution
  142. Freeware
  143. .address
  144. 181 St John Street, Launceston
  145. Tasmania, Australia, 7250
  146. .email
  147. dbenn@leven.appcomp.utas.edu.au
  148. .docs
  149. docs/ace.doc
  150. docs/a68k.doc
  151. docs/blink.doc
  152. docs/history
  153. docs/ref.doc
  154. .described-by
  155. Fred Fish (fnf@fishpond.cygnus.com)
  156. .submittal
  157. Downloaded via ftp from Aminet.
  158. .execute
  159. LAB start
  160. set choice `RequestChoice "ACE" "Please select an option" "ReadMe_1st" "ReadMe" "View Guides" "View Files" "Cancel"`
  161. if $choice GT "0"
  162.   if $choice EQ "1"
  163.     MetaTool ReadMe_1st TEXT
  164.   else
  165.     if $choice EQ "2"
  166.       MetaTool ReadMe TEXT
  167.     else
  168.       if $choice EQ "3"
  169.     set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
  170.     set dirchoice `pathname $filechoice`
  171.     set filechoice `basename $filechoice`
  172.     failat 21
  173.     cd $dirchoice
  174.     MetaTool $filechoice GUIDE
  175.       else
  176.         if $choice EQ "4"
  177.       set filechoice `RequestFile TITLE "Select Text File"`
  178.       set dirchoice `pathname $filechoice`
  179.       set filechoice `basename $filechoice`
  180.       failat 21
  181.       cd $dirchoice
  182.       MetaTool $filechoice TEXT
  183.     endif
  184.       endif
  185.     endif
  186.   endif
  187.   failat 10
  188.   unset filechoice
  189.   unset dirchoice
  190.   skip start BACK
  191. endif
  192. .aminet-dir
  193. dev/basic
  194. .stored-in
  195. FreshFish-Vol10:Useful/dev/basic/ACE/
  196. .pi-file
  197. FreshFish-Vol10:Useful/dev/basic/ACE/Product-Info
  198. .name
  199. AFile
  200. .type
  201. Database
  202. .short
  203. A datafile manager
  204. .description
  205. AFile is a data file manager, that is a tool which lets you create and
  206. manager your files (addresses, video collections, clients, ...) using an
  207. Intuition interface. There is no limitation to the number of fields or
  208. records. The program offers the standard printing, sorting, and importing/
  209. exporting functions.
  210.  
  211. AFile uses AREXX as it's programming language.  You can create full input
  212. masks with background picture, field positioning, checking of entered data,
  213. menus and printing customization.
  214. .version
  215. 4.03
  216. .date
  217. 1995.05.21
  218. .author
  219. Denis Gounelle
  220. .reference
  221. FreshFish-Vol9-1/New/biz/dbase/AFile/
  222. 4.01
  223. FreshFish-Vol9-2/BBS/biz/AFile-4.01.lha
  224. 4.01
  225. GoldFish-Vol2-2:BBS/biz/AFile-3.30.lha
  226. 3.30
  227. GoldFish-Vol2-1:Files/biz/dbase/AFile/
  228. 3.30
  229. FreshFish-Vol8-2:BBS/biz/AFile-3.30.lha
  230. 3.30
  231. FreshFish-Vol8-1:New/biz/dbase/AFile/
  232. 3.30
  233. FreshFish-Vol5:New/biz/dbase/AFile/
  234. 3.12
  235. FreshFish-Vol5:BBS/biz/AFile-3.12.lha
  236. 3.12
  237. FreshFish-Vol4:New/biz/dbase/AFile/
  238. 2.21
  239. FreshFish-Vol4:BBS/May94/biz/dbase/AFile.lha
  240. 2.21
  241. FrozenFish-Vol1:BBS/Dec93/biz/dbase/AFile.lha
  242. 1.4
  243. FreshFish-Vol3:Old/Dec93/biz/dbase/AFile/
  244. 1.4
  245. FreshFish-Vol2:New/biz/dbase/AFile/
  246. 1.4
  247. .requirements
  248. Kickstart V36 or greater
  249. .distribution
  250. Freeware
  251. .address
  252. 27, rue Jules GUESDE
  253. 45400 FLEURY-LES-AUBRAIS
  254. FRANCE
  255. .email
  256. gounelle@alphanet.ch
  257. .installsize
  258. 80K
  259. .docs
  260. Docs/AFile.dvi
  261. Docs/AFile.guide
  262. Docs/AFileEnglish.dvi
  263. Docs/AFileEnglish.guide
  264. .described-by
  265. Denis Gounelle (gounelle@alphanet.ch)
  266. .execute
  267. LAB Start
  268. set choice `RequestChoice "AFile" "Please select an option" "View French Guide" "View English Guide" "Install" "Run" "Cancel"`
  269. if $choice GT "0"
  270.   if $choice EQ "1"
  271.     metatool docs/AFile.guide GUIDE
  272.   else
  273.     if $choice EQ "2"
  274.       metatool docs/AFileEnglish.guide GUIDE
  275.     else
  276.       if $choice EQ "3"
  277.         installer InstallAFile APPNAME AFile MINUSER average
  278.       else
  279.         if $choice EQ "4"
  280.           wbrun AFile
  281.         endif
  282.       endif
  283.     endif
  284.   endif
  285.   skip Start BACK
  286. endif
  287. .aminet-dir
  288. biz/dbase
  289. .stored-in
  290. FreshFish-Vol10:New/biz/dbase/AFile/
  291. .pi-file
  292. FreshFish-Vol10:New/biz/dbase/AFile/Product-Info
  293. # This file contains product information that can be used by
  294. # KingFisher 2.0 and other similar tools.
  295.  
  296. .name
  297. AFSDemo
  298. .type
  299. File System
  300. .short
  301. Demo of Ami-FileSafe (New filing system)
  302. .description
  303.  
  304.                Features of Ami-FileSafe
  305.                ------------------------
  306.  
  307.  - AFS has much faster disk access than FFS.
  308.  - AFS will store (On average) more data than  FFS on the same disk.
  309.  - AFS gives vastly improved directory scanning.
  310.  - AFS is SAFE - If you crash your machine whilst writing Ami-FileSafe
  311.            partitions will not (unlike OFS & FFS) become invalidated
  312.            or corrupt.
  313.  
  314.                   Ami-FileSafe (AFS) Announcement
  315.                   -------------------------------
  316.  
  317. Since the initial release of Ami-FileSafe there has been a few changes.
  318.  
  319. Ami-FileSafe Pro
  320. ----------------
  321.  
  322. Ami-FileSafe now becomes Ami-FileSafe Pro.  The new version includes:-
  323.  
  324. - A MultiUser FileSystem version of AFS.
  325. - An on the fly FFS to AFS converter.
  326.  
  327. Current users of Ami-FileSafe can update to Ami-FileSafe Pro free of charge.
  328. The retail price of Ami-FileSafe Pro is 69.75UKP (Inc Vat).
  329.  
  330. Ami-FileSafe User
  331. -----------------
  332.  
  333. A new version of AFS called Ami-FileSafe User is now available.
  334. Ami-FileSafe User is a budget version of AFS and has the following
  335. limitations:-
  336.  
  337. - It may only be used on one hard drive of upto 650MB.
  338. - It does not include the MultiUser FileSystem version of AFS.
  339.  
  340. It does however include the FFS to AFS converter.
  341. The retail price of Ami-FileSafe User is 29.95UKP (Inc Vat).
  342. Upgrades from Ami-FileSafe User to Ami-FileSafe Pro are 44.80UKP (Inc Vat).
  343. .version
  344. 14.2
  345. .date
  346. 1995.07.07
  347. .author
  348. Fourth Level Developments
  349. .restrictions
  350. The demonstration version of Ami-FileSafe will not handle partitions of
  351. more than 10MB.  It can be installed and automouted in the RidgidBootBlock.
  352. Standard  mountlists are also supported.  Autobooting is supported.  Memory
  353. usage depends on the number of buffers selected.
  354. .distribution
  355. Commercial Demo
  356. .price
  357.  69.75UKP (Pro), 29.95UKP (User)
  358. .address
  359. 31, Ashley Hill
  360. Montpelier
  361. Bristol
  362. BS6 5JA
  363. .email
  364. support@flevel.demon.co.uk
  365. .docs
  366. README
  367. .described-by
  368. Dan Fish (daf@starfish.amigalib.com)
  369. .submittal
  370. Submitted electronically directly by the author.
  371. .execute
  372. LAB Start
  373. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Cancel"`
  374. if $choice GT "0"
  375.   if $choice EQ "1"
  376.     MetaTool ReadMe TEXT
  377.   endif
  378.   skip Start BACK
  379. endif
  380. .aminet-dir
  381. disk/misc
  382. .stored-in
  383. FreshFish-Vol10:New/disk/misc/AFSDemo/
  384. .pi-file
  385. FreshFish-Vol10:New/disk/misc/AFSDemo/Product-Info
  386. .name
  387. AGAiff
  388. .type
  389. Image Conversion
  390. .short
  391. IFF-to-RAW Conv for demo/game programmer
  392. .description
  393. Converts graphics into several 'low-level'/RAW formats.
  394. Supports several animation formats and datatypes, realtime
  395. animation loading from disk if memory is low, and also
  396. building of new animations. ARexx Port, Assembler code,
  397. many different save formats. Manual in AmigaGuide format.
  398. Version 1.99, fourth release. Requires OS 3.0 or later.
  399. This is a preview of the forthcoming Version 2. This version
  400. doesn't feature full docs, and is not finished. Besides that,
  401. there still might be some bugs in the new routines!
  402. I decided to release it, because this is a very useful tool
  403. for demo and game programmers, and the last version was released
  404. half a year ago. Animation loading is such a nice thing that I don't
  405. want the public to wait another two months for the final Version 2!
  406. .version
  407. 1.99beta
  408. .date
  409. 1995.06.28
  410. .author
  411. Michael Krause
  412. .requirements
  413. Requires OS3.0 and 68020+
  414. .distribution
  415. Freeware
  416. .email
  417. rawstyle@online.sh.sub.de
  418. .docs
  419. ReadMe
  420. AGAiff.guide
  421. .described-by
  422. Michael Krause (rawstyle@online.sh.sub.de)
  423. .submittal
  424. Submitted on disk directly by the author.
  425. .aminet-dir
  426. gfx/conv
  427. .execute
  428. LAB Start
  429. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
  430. if $choice GT "0"
  431.   if $choice EQ "1"
  432.     MetaTool ReadMe TEXT
  433.   else
  434.     if $choice EQ "2"
  435.       MetaTool AGAiff.guide GUIDE
  436.     else
  437.       if $choice EQ "3"
  438.         AGAiff
  439.       endif
  440.     endif
  441.   endif
  442.   skip Start BACK
  443. endif
  444. .stored-in
  445. FreshFish-Vol10:New/gfx/conv/AGAiff/
  446. .pi-file
  447. FreshFish-Vol10:New/gfx/conv/AGAiff/Product-Info
  448. .name
  449. AGA_Morphy
  450. .type
  451. Picture
  452. .short
  453. AGA_Morphy Anim by Eric Schwartz
  454. .description
  455. Morphy the Magic Man - Animation by Eric W. Schwartz ©1994
  456.  
  457. This is my first animation of 1994. It's also the first animation with a
  458. version for the AGA Amigas (A1200 and A4000)
  459.  
  460. REQUIREMENTS:
  461.  
  462. Non-AGA Version: Any Amiga with about 2 or more MB memory
  463.  
  464. AGA Version: AGA-Chipset Amiga with 4 Megs (Maybe less) and a Hard Drive
  465. or High-Density Floppy
  466.  
  467. INSTALLATION:
  468.  
  469. Non-AGA Version: The animation can be run directly from its floppy disk,
  470. but to install on a Hard Drive, copy the contents of the floppy to any
  471. drawer on the Hard Drive(including files without icons). As long as the
  472. files are in the same directory with each other, the animation should run.
  473.  
  474. AGA Version: The distribution floppy provides this version of the
  475. animation and its player in an archive (.LHA) and it will have to be
  476. extracted. This will require about 1.5 megs of free disk space (on either
  477. a Hard Drive or High Density Floppy) and an LHA de-archiving program (not
  478. provided with this release) De-archive the file into a disk or directory.
  479. the animation should run from there.
  480.  
  481. TO RUN:
  482.  
  483. Non-AGA Version: Just Double-click its Icon. Simple.
  484.  
  485. AGA-Version: Not as simple, but still easy. Double Click the Icon, and a
  486. file requester will appear. Pick 'AGA_Morphy' from the requester and
  487. double-click. The animation will then load and run. Do not run the
  488. animation from the Shell, because it will crash the Amiga (Sorry, but it's
  489. a buggy player program)
  490.  
  491. On either version, hitting the left mouse button while the animation is
  492. running will stop it. the AGA version will bring back the file requester,
  493. which you can exit by hitting 'Cancel' or the close gadget.
  494.  
  495. LICENSE:
  496.  
  497. This animation and its characters are copyright ©1994 Eric W. Schwartz. It
  498. can be freely distributed, as long as the files are kept together and are
  499. not altered in anyway.
  500.  
  501. As Always,
  502.  
  503.     Eric W. Schwartz
  504. .author
  505. Eric W. Schwartz
  506. .distribution
  507. Copyrighted but Freely Redistributable
  508. .address
  509. E.S. Productions
  510. P.O. Box 292684
  511. Kettering, OH 45429-0684
  512. U.S.A.
  513. .aminet-dir
  514. pix/eric
  515. .execute
  516. run METATOOL AGA_Morphy ANIM
  517. .docs
  518. Morphy_README
  519. .described-by
  520. Richard Fish (rjf@amigalib.com)
  521. .submittal
  522. Downloaded via ftp from wuarchive.wustl.edu.
  523. .stored-in
  524. FreshFish-Vol10:New/pix/eric/AGA_Morphy/
  525. .pi-file
  526. FreshFish-Vol10:New/pix/eric/AGA_Morphy/Product-Info
  527. .name
  528. AGDocs
  529. .type
  530. Text
  531. .short
  532. Docs (up to V40) of AmigaGuide commands
  533. .description
  534. Complete documentation of all known Amigaguide commands, from V33
  535. to V40 AmigaOS.  Both AmigaGuide and DVI formats included, along
  536. with texinfo sources
  537. .version
  538. ?.?
  539. .author
  540. Aric R Caley
  541. .distribution
  542. Copyrighted but Freely Redistributable
  543. .address
  544. 5829 Los Feliz,
  545. Buena Park, CA. 90620.
  546. .email
  547. dances@qedbbs.com
  548. .docs
  549. Amigaguide.guide
  550. Amigaguide.dvi
  551. .described-by
  552. Dan Fish (daf@starfish.amigalib.com)
  553. .submittal
  554. Downloaded via ftp from wuarchive.wustl.edu.
  555. .execute
  556. LAB start
  557. set choice `RequestChoice "Options Selection" "Please select an option" "README" "View Guide" "View DVI" "Cancel"`
  558. if $choice GT "0"
  559.   if $choice EQ "1"
  560.     MetaTool AmigaGuideDocs.readme TEXT
  561.   else
  562.     if $choice EQ "2"
  563.       MetaTool AmigaGuide.guide GUIDE
  564.     else
  565.       if $choice EQ "3"
  566.         MetaTool AmigaGuide.dvi DVI
  567.       endif
  568.     endif
  569.   endif
  570.   skip start BACK
  571. endif
  572. .aminet-dir
  573. text/hyper
  574. .stored-in
  575. FreshFish-Vol10:Useful/text/hyper/AGDocs/
  576. .pi-file
  577. FreshFish-Vol10:Useful/text/hyper/AGDocs/Product-Info
  578. .name
  579. AGPrefs
  580. .type
  581. OS Utility
  582. .short
  583. Program to conrol AmigaGuide preferences
  584. .description
  585. Amigaguide has various preference options. However no preference editor
  586. is supplied to alter them, now you can. This program requires OS36+ (WB2)
  587. if you do not have this then lookup the AmigaGuide documentation to find
  588. out how you can change these preferences. AmigaGuide prefs is very similar
  589. to the C= preference editors, it is therefore easy to use. For more
  590. information on any of the preference options look at the AmigaGuide
  591. documentation in the "Preference" section.
  592. .version
  593. 36.89
  594. .date
  595. 1994.10.20
  596. .author
  597. Lee Kindness
  598. .distribution
  599. Copyrighted but Freely Redistributable
  600. .address
  601. 8 Craigmarn Road
  602. Portlethen Village
  603. Aberdeen AB1 4QR
  604. SCOTLAND
  605. .docs
  606. AGPrefs.Doc
  607. Distribution.doc
  608. .described-by
  609. Richard Fish
  610. .submittal
  611. Submitted on disk directly by the author.
  612. .execute
  613. LAB start
  614. set choice `RequestChoice "AGPrefs" "Please select an option" "Copyright" "Documentation" "Install" "Run" "Cancel"`
  615. if $choice GT "0"
  616.   if $choice EQ "1"
  617.     MetaTool Distribution.doc TEXT
  618.   else
  619.     if $choice EQ "2"
  620.       MetaTool AGPrefs.doc TEXT
  621.     else
  622.       if $choice EQ "3"
  623.         Installer SCRIPT Install_AGPrefs APPNAME "AmigaGuide Preferences" MINUSER AVERAGE NOPRETEND LOGFILE RAM:AGP_Install_log
  624.       else
  625.         if $choice EQ "4"
  626.           run AmigaGuide
  627.         endif
  628.       endif
  629.     endif
  630.   endif
  631.   skip start BACK
  632. endif
  633. .aminet-dir
  634. text/hyper
  635. .stored-in
  636. FreshFish-Vol10:Useful/text/hyper/AGPrefs/
  637. .pi-file
  638. FreshFish-Vol10:Useful/text/hyper/AGPrefs/Product-Info
  639. .name
  640. AIBB
  641. .type
  642. OS Utility
  643. .short
  644. GUI-based CPU performance tester
  645. .description
  646. AIBB is a system performance analysis tool designed with built-in tests
  647. for exercising CPU, FPU, and graphics portions of system performance.
  648. Comparisons to 4 different machines can be displayed, with a default of
  649. the A600, A1200, A3000/25, and A4000/040 contained within AIBB.
  650. The option to create and/or load data files from other systems for
  651. comparison is also included within the program.
  652. .version
  653. 6.5
  654. .author
  655. LaMonte Koop
  656. .reference
  657. AmigaLibDisk439:AIBB/
  658. 2.0
  659. .distribution
  660. Copyrighted but Freely Redistributable
  661. .address
  662. LaMonte Koop
  663. 1001 Summit Ave. North  #125
  664. Sauk Rapids, MN  56379
  665. .email
  666. lkoop@tigger.stcloud.msus.edu
  667. f00012@kanga.stcloud.msus.edu
  668. .docs
  669. !Readme.First
  670. !Readme.IMPORTANT
  671. 68040_Notes
  672. AIBB.guide
  673. aibb65.readme
  674. AIBB_Bug_Report_Form
  675. AIBB_Users_Manual
  676. Comparison_Systems
  677. Distribution_License
  678. System_Requirements
  679. Version_Changes
  680. .described-by
  681. Dan Fish (daf@starfish.amigalib.com)
  682. .submittal
  683. Downloaded via ftp from wuarchive.wustl.edu.
  684. .execute
  685. set orgdir `cd`
  686. LAB start
  687. failat 10
  688. unset filechoice
  689. unset dirchoice
  690. cd $orgdir
  691. set choice `RequestChoice "AIBB" "Please select an option" "License" "User Manual" "Guide" "View Files" "Run" "Cancel"`
  692. if $choice GT "0"
  693.   if $choice EQ "1"
  694.     MetaTool Distribution_License TEXT
  695.   else
  696.     if $choice EQ "2"
  697.       MetaTool AIBB_Users_Manual TEXT
  698.     else
  699.       if $choice EQ "3"
  700.         MetaTool AIBB.guide GUIDE
  701.       else
  702.         if $choice EQ "4"
  703.           set filechoice `RequestFile TITLE "Select Text File"`
  704.           set dirchoice `pathname $filechoice`
  705.           set filechoice `basename $filechoice`
  706.           failat 21
  707.           cd $dirchoice
  708.           MetaTool $filechoice TEXT
  709.         else
  710.           if $choice EQ "5"
  711.             run AIBB
  712.           endif
  713.         endif
  714.       endif
  715.     endif
  716.   endif
  717.   skip start BACK
  718. endif
  719. .aminet-dir
  720. util/moni
  721. .stored-in
  722. FreshFish-Vol10:Useful/util/moni/AIBB/
  723. .pi-file
  724. FreshFish-Vol10:Useful/util/moni/AIBB/Product-Info
  725. .name
  726. AIFF_dt
  727. .fullname
  728. aiff.datatype
  729. .type
  730. Sound Playing
  731. .short
  732. DataType for AIFF/AIFC sound files
  733. .description
  734. A DataTypes class which permits reading and playing of AIFF
  735. and AIFC format sound files which are very common on Apple
  736. Macintosh machines.
  737. .version
  738. 1.11
  739. .date
  740. 1995.01.12
  741. .author
  742. Olaf `Olsen' Barthel
  743. .reference
  744. FreshFish-Vol6/New/util/wb/AIFF_dt/
  745. 1.5
  746. GoldFish-Vol2-1/Files/util/wb/AIFF_dt/
  747. 1.5
  748. .requirements
  749. Requires WB3.1 (V40)
  750. .distribution
  751. Public Domain
  752. .address
  753. Olaf Barthel
  754. Brabeckstraße 35
  755. D-30559 Hannover
  756. Federal Republic of Germany
  757. .email
  758. olsen@sourcery.han.de
  759. .source
  760. SAS/C source included
  761. .docs
  762. AIFF.guide
  763. .execute
  764. set orgdir `cd`
  765. LAB start
  766. failat 10
  767. unset filechoice
  768. unset dirchoice
  769. cd $orgdir
  770. set choice `RequestChoice "AIFF datatype" "Please select an option" "View Guide" "View Files" "Cancel"`
  771. if $choice GT "0"
  772.   if $choice EQ "1"
  773.     MetaTool AIFF.guide GUIDE
  774.   else
  775.     if $choice EQ "2"
  776.       set filechoice `RequestFile TITLE "Select Text File"`
  777.       set dirchoice `pathname $filechoice`
  778.       set filechoice `basename $filechoice`
  779.       failat 21
  780.       cd $dirchoice
  781.       MetaTool $filechoice TEXT
  782.     else
  783.       if $choice EQ "4"
  784.         Installer Install_AmiTCP AmiTCP/IP MINUSER AVERAGE
  785.       endif
  786.     endif
  787.   endif
  788.   skip start BACK
  789. endif
  790. .aminet-dir
  791. util/dtype
  792. .stored-in
  793. FreshFish-Vol10:Useful/util/dtype/AIFF_dt/
  794. .pi-file
  795. FreshFish-Vol10:Useful/util/dtype/AIFF_dt/Product-Info
  796. .name
  797. AlertPatch
  798. .type
  799. OS Utility
  800. .short
  801. Supplies a lot more info during Alert()
  802. .description
  803. A patch into the exec.library/Alert() function to display more
  804. meaningful information to the user.  This includes: Alert Type
  805. - Software Failure or DeadEnd; Task - Task address and name;
  806. Error - The alert error being displayed; Caused By - If the
  807. calling routines are known then it will tell you where the
  808. problem lies (eg. "graphics.library"); Cause - Single line
  809. description of what the alert is all about; Task Owner - if
  810. MultiUser FileSystem is installed then the userID and userName
  811. are also displayed; Data Registers - A dump of the CPU data
  812. registers d0...d7; Address Registers - A dump of the CPU address
  813. registers a0...a7; Text Representation - A text representation of
  814. the data and address registers.
  815. .version
  816. 3.0
  817. .date
  818. 1994.03.09
  819. .author
  820. David Swasbrook
  821. .distribution
  822. Shareware
  823. .price
  824. $10 (US)
  825. .address
  826. 43 Pickwick Parade,
  827. Howick,
  828. Auckland,
  829. New Zealand.
  830. .email
  831. swaz@iconz.co.nz (private)
  832. msd@iconz.co.nz
  833. .docs
  834. AlertPatch.guide
  835. .described-by
  836. Fred Fish (fnf@fishpond.cygnus.com)
  837. .submittal
  838. Downloaded via ftp from wuarchive.wustl.edu.
  839. .execute
  840. set orgdir `cd`
  841. LAB start
  842. failat 10
  843. unset filechoice
  844. unset dirchoice
  845. cd $orgdir
  846. set choice `RequestChoice "AlertPatch" "Please select an option" "View Guide" "Install" "Run AlertPatch" "Cancel"`
  847. if $choice GT "0"
  848.   if $choice EQ "1"
  849.     MetaTool AlertPatch.guide GUIDE
  850.   else
  851.     if $choice EQ "2"
  852.       Installer SCRIPT Install APPNAME AlertPatch DEFUSER expert LOGFILE T:Install_log_file
  853.     else
  854.       if $choice EQ "3"
  855.         run AlertPatch
  856.       endif
  857.     endif
  858.   endif
  859.   skip start BACK
  860. endif
  861. .aminet-dir
  862. util/misc
  863. .stored-in
  864. FreshFish-Vol10:Useful/util/misc/AlertPatch/
  865. .pi-file
  866. FreshFish-Vol10:Useful/util/misc/AlertPatch/Product-Info
  867. .name
  868. AmiCDROM
  869. .aminet-dir
  870. disk/cdrom
  871. .type
  872. Disk Tool
  873. .short
  874. ISO-9660 standard CDROM filesystem
  875. .description
  876. AmiCDROM is a CDROM disk filing system for the Commodore Amiga.
  877. It supports the ISO-9660 standard, the Rock Ridge Interchange
  878. Protocol and the Macintosh HFS format.
  879.  
  880. The CDROM drive is mounted as a DOS device (e.g. CD0:).  You can
  881. access files and directories on a CDROM disk by the usual syntax,
  882. e.g. "type cd0:foo/readme.txt".
  883. .version
  884. 1.15
  885. .date
  886. 1994.11.03
  887. .author
  888. Frank Munkert
  889. .reference
  890. FreshFish-Nov94:New/disk/AmiCDROM/
  891. 1.13
  892. FreshFish-Sep94:BBS/disk/AmiCDROM-1.12.lha
  893. 1.12
  894. FreshFish-Sep94:New/disk/cdrom/AmiCDROM/
  895. 1.12
  896. FreshFish-Sep94:Useful/dist/disk/cdrom/AmiCDROM/
  897. 1.12
  898. FreshFish-Jul94:BBS/disk/AmiCDROM-1.11.lha
  899. 1.11
  900. FreshFish-Jul94:New/disk/cdrom/AmiCDROM/
  901. 1.11
  902. FreshFish-Jul94:Useful/dist/disk/cdrom/AmiCDROM/
  903. 1.11
  904. FreshFish-May94:BBS/May94/disk/cdrom/AmiCDROM.lha
  905. 1.10
  906. FreshFish-May94:New/disk/cdrom/AmiCDROM/
  907. 1.10
  908. FreshFish-May94:Useful/dist/disk/cdrom/AmiCDROM/
  909. 1.10
  910. FreshFish-Mar94:Useful/dist/disk/cdrom/AmiCDROM/
  911. 1.9
  912. FrozenFish-Apr94:BBS:Useful/disk/cdrom/AmiCDROM.lha
  913. 1.9
  914. GoldFish1-Apr94:BBS/d9xx/d935/AmiCDROM.lha
  915. 1.7
  916. GoldFish2-Apr94:d9xx/d935/AmiCDROM/
  917. 1.7
  918. FrozenFish-Apr94:BBS/ALib/d9xx/d935/AmiCDROM.lha
  919. 1.7
  920. FreshFish-Dec93:New/AmigaLibDisks/Disk935/AmiCDROM/
  921. 1.7
  922. AmigaLibDisk935:AmiCDROM/
  923. 1.7
  924. .distribution
  925. Copyrighted but Freely Redistributable
  926. .source
  927. Includes source in C and assembly.
  928. .email
  929. ln_fmu@pki-nbg.philips.de
  930. .docs
  931. AmiCDROM.guide
  932. AmiCDROM.readme
  933. .described-by
  934. Dan Fish (daf@daffy.amigalib.com)
  935. .submittal
  936. Downloaded via ftp from Aminet.
  937. .execute
  938. LAB start
  939. set choice `RequestChoice "AmiCDROM" "Please select an option" "View ReadMe" "View Guide" "Install AmiCDROM" "Cancel"`
  940. if $choice GT "0"
  941.   if $choice EQ "1"
  942.     MetaTool AmiCDROM.readme TEXT
  943.   else
  944.     if $choice EQ "2"
  945.       MetaTool AmiCDROM.guide GUIDE
  946.     else
  947.       if $choice EQ "3"
  948.         Installer AmiCDROM.Install APPNAME AmiCDROM NOPRINT NOPRETEND NOLOG MINUSER AVERAGE DEFUSER AVERAGE
  949.       endif
  950.     endif
  951.   endif
  952.   skip start BACK
  953. endif
  954. .stored-in
  955. FreshFish-Vol10:Useful/disk/cdrom/AmiCDROM/
  956. .pi-file
  957. FreshFish-Vol10:Useful/disk/cdrom/AmiCDROM/Product-Info
  958. .name
  959. amigados-reviews
  960. .short
  961. Reviews of AmigaDOS versions.
  962. .description
  963. Reviews of AmigaDOS versions.
  964. .described-by
  965. fnf@amigalib.com
  966. .author
  967. Various; maintained by Daniel Barrett
  968. .aminet-dir
  969. docs/rview
  970. .stored-in
  971. FreshFish-Vol10:Useful/reviews/software/amigados/
  972. .pi-file
  973. FreshFish-Vol10:Useful/reviews/software/amigados/Product-Info
  974. .name
  975. AmigaE
  976. .type
  977. Compiler
  978. .short
  979. An Amiga specific E compiler
  980. .description
  981. E is a powerful and flexible object oriented / procedural / unpure
  982. functional higher programming language, mainly influenced by
  983. languages such as C++, Ada, Lisp etc., and Amiga E a very fast
  984. compiler for it, with features such as speed of >20000 lines/minute
  985. on a 7 Mhz amiga, inline assembler and linker integrated into
  986. compiler, large set of integrated functions, great module concept
  987. with v40 includes as modules, flexible type-system, quoted
  988. expressions, immediate and typed lists, parametric and inclusion
  989. polymorphism, exception handling, inheritance, data-hiding,
  990. methods, multiple return values, default arguments, register
  991. allocation, fast memory management, unification, LISP-Cells,
  992. gui-toolkit, (macro-) preprocessor, very intuitive and powerful
  993. source-level debugger, easy .library linking, and much more...
  994. .version
  995. 3.2a
  996. .date
  997. 1995.7.17
  998. .author
  999. Wouter van Oortmerssen
  1000. .reference
  1001. GoldFish-Vol2-2:BBS/dev/Amiga_E-3.0a.lha
  1002. 3.0a
  1003. GoldFish-Vol2-1:Files/dev/e/Amiga_E/
  1004. 3.0a
  1005. FreshFish-Vol7:Useful/dist/dev/e/Amiga_E/
  1006. 3.0a
  1007. FreshFish-Vol7:BBS/dev/Amiga_E-3.0a.lha
  1008. 3.0a
  1009. FreshFish-Vol6:Useful/dist/dev/e/Amiga_E/
  1010. 3.0a
  1011. FreshFish-Vol6:New/dev/e/Amiga_E/
  1012. 3.0a
  1013. FreshFish-Vol6:BBS/dev/Amiga_E-3.0a.lha
  1014. 3.0a
  1015. FrozenFish-Vol1:BBS/Useful/dev/e/Amiga_E.lha
  1016. 2.1b
  1017. FreshFish-Vol5:Useful/dist/dev/e/Amiga_E/
  1018. 2.1b
  1019. FreshFish-Vol5:BBS/dev/Amiga_E-2.1b.lha
  1020. 2.1b
  1021. FreshFish-Vol4:Useful/dist/dev/e/Amiga_E/
  1022. 2.1b
  1023. FreshFish-Vol3:Useful/dist/dev/e/Amiga_E/
  1024. 2.1b
  1025. .restrictions
  1026. This distribution contains only a limited compiler, registered
  1027. compiler available separately.
  1028. .distribution
  1029. Freeware
  1030. .email
  1031. Wouter@mars.let.uva.nl
  1032. .source
  1033. Tool sources and lots of other sources in E included
  1034. .construction
  1035. AsmOne assembler and E compiler itself
  1036. .tested
  1037. os v33 to v40, 68000 to 040, free of enforcer-hits
  1038. .docs
  1039. docs/README
  1040. docs/beginner.guide
  1041. docs/E.guide
  1042. .submittal
  1043. Submitted electronically directly by the author.
  1044. .execute
  1045. set orgdir `cd`
  1046. LAB Start
  1047. failat 10
  1048. unset filechoice
  1049. unset dirchoice
  1050. cd $orgdir
  1051. set choice `RequestChoice "Amiga E" "Please select an option" "View README" "View Guide" "Cancel"`
  1052. if $choice GT "0"
  1053.   if $choice EQ "1"
  1054.     MetaTool docs/README TEXT
  1055.   else
  1056.     if $choice EQ "2"
  1057.       cd docs
  1058.       set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
  1059.       set dirchoice `pathname $filechoice`
  1060.       set filechoice `basename $filechoice`
  1061.       failat 21
  1062.       cd $dirchoice
  1063.       MetaTool $filechoice GUIDE
  1064.     endif
  1065.   endif
  1066.   skip Start BACK
  1067. endif
  1068. .aminet-dir
  1069. dev/e
  1070. .stored-in
  1071. FreshFish-Vol10:New/dev/e/AmigaE/
  1072. .pi-file
  1073. FreshFish-Vol10:New/dev/e/AmigaE/Product-Info
  1074. .name
  1075. AmigaE
  1076. .type
  1077. Compiler
  1078. .short
  1079. An Amiga specific E compiler
  1080. .description
  1081. E is a powerful and flexible object oriented / procedural / unpure
  1082. functional higher programming language, mainly influenced by
  1083. languages such as C++, Ada, Lisp etc., and Amiga E a very fast
  1084. compiler for it, with features such as speed of >20000 lines/minute
  1085. on a 7 Mhz amiga, inline assembler and linker integrated into
  1086. compiler, large set of integrated functions, great module concept
  1087. with v40 includes as modules, flexible type-system, quoted
  1088. expressions, immediate and typed lists, parametric and inclusion
  1089. polymorphism, exception handling, inheritance, data-hiding,
  1090. methods, multiple return values, default arguments, register
  1091. allocation, fast memory management, unification, LISP-Cells,
  1092. gui-toolkit, (macro-) preprocessor, very intuitive and powerful
  1093. source-level debugger, easy .library linking, and much more...
  1094. .version
  1095. 3.2a
  1096. .date
  1097. 1995.7.17
  1098. .author
  1099. Wouter van Oortmerssen
  1100. .reference
  1101. GoldFish-Vol2-2:BBS/dev/Amiga_E-3.0a.lha
  1102. 3.0a
  1103. GoldFish-Vol2-1:Files/dev/e/Amiga_E/
  1104. 3.0a
  1105. FreshFish-Vol7:Useful/dist/dev/e/Amiga_E/
  1106. 3.0a
  1107. FreshFish-Vol7:BBS/dev/Amiga_E-3.0a.lha
  1108. 3.0a
  1109. FreshFish-Vol6:Useful/dist/dev/e/Amiga_E/
  1110. 3.0a
  1111. FreshFish-Vol6:New/dev/e/Amiga_E/
  1112. 3.0a
  1113. FreshFish-Vol6:BBS/dev/Amiga_E-3.0a.lha
  1114. 3.0a
  1115. FrozenFish-Vol1:BBS/Useful/dev/e/Amiga_E.lha
  1116. 2.1b
  1117. FreshFish-Vol5:Useful/dist/dev/e/Amiga_E/
  1118. 2.1b
  1119. FreshFish-Vol5:BBS/dev/Amiga_E-2.1b.lha
  1120. 2.1b
  1121. FreshFish-Vol4:Useful/dist/dev/e/Amiga_E/
  1122. 2.1b
  1123. FreshFish-Vol3:Useful/dist/dev/e/Amiga_E/
  1124. 2.1b
  1125. .restrictions
  1126. This distribution contains only a limited compiler, registered
  1127. compiler available separately.
  1128. .distribution
  1129. Freeware
  1130. .email
  1131. Wouter@mars.let.uva.nl
  1132. .source
  1133. Tool sources and lots of other sources in E included
  1134. .construction
  1135. AsmOne assembler and E compiler itself
  1136. .tested
  1137. os v33 to v40, 68000 to 040, free of enforcer-hits
  1138. .docs
  1139. docs/README
  1140. docs/beginner.guide
  1141. docs/E.guide
  1142. .submittal
  1143. Submitted electronically directly by the author.
  1144. .execute
  1145. set orgdir `cd`
  1146. LAB Start
  1147. failat 10
  1148. unset filechoice
  1149. unset dirchoice
  1150. cd $orgdir
  1151. set choice `RequestChoice "Amiga E" "Please select an option" "View README" "View Guide" "Cancel"`
  1152. if $choice GT "0"
  1153.   if $choice EQ "1"
  1154.     MetaTool docs/README TEXT
  1155.   else
  1156.     if $choice EQ "2"
  1157.       cd docs
  1158.       set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
  1159.       set dirchoice `pathname $filechoice`
  1160.       set filechoice `basename $filechoice`
  1161.       failat 21
  1162.       cd $dirchoice
  1163.       MetaTool $filechoice GUIDE
  1164.     endif
  1165.   endif
  1166.   skip Start BACK
  1167. endif
  1168. .aminet-dir
  1169. dev/e
  1170. .stored-in
  1171. FreshFish-Vol10:Useful/dev/e/AmigaE/
  1172. .pi-file
  1173. FreshFish-Vol10:Useful/dev/e/AmigaE/Product-Info
  1174. .name
  1175. AmigaFAQ
  1176. .type
  1177. Text
  1178. .aminet-dir
  1179. docs/misc
  1180. .short
  1181. 'Frequently Asked Questions' about Amiga
  1182. .description
  1183. Lists some frequently asked questions and trys to give answers.  Its
  1184. intention is to help new users and to reduce the amount of news that most
  1185. experienced users don't like to read anymore.  Sections on Hardware,
  1186. Software, Programming, Applications, Graphics and more.  Formatted in plain
  1187. ascii, AmigaGuide, DVI, html, and texinfo.  Drawer also contains some useful
  1188. text files on ftp sites, newgroups, hardware tips and one on the history of
  1189. the amiga.
  1190. .version
  1191. 94.10.14
  1192. .author
  1193. Jochen Wiedmann
  1194. .reference
  1195. FreshFish-Vol7:BBS/docs/AmigaFAQ-94.10.14.lha
  1196. 94.10.14
  1197. FreshFish-Vol7:BBS/docs/AmigaFAQg-94.10.14.lha
  1198. 94.10.14
  1199. FreshFish-Vol7:Useful/dist/docs/misc/AmigaFAQ/
  1200. 94.10.14
  1201. FreshFish-Vol7:Useful/dist/docs/misc/AmigaFAQg/
  1202. 94.10.14
  1203. FreshFish-Sep94:BBS/docs/AmigaFAQ-94.07.20.lha
  1204. 94.07.20
  1205. FreshFish-Sep94:New/docs/misc/AmigaFAQ/
  1206. 94.07.20
  1207. FreshFish-Sep94:Useful/dist/docs/misc/AmigaFAQ/
  1208. 94.07.20
  1209. FreshFish-Sep94:Useful/dist/docs/misc/AmigaFAQg/
  1210. 94.07.14
  1211. FreshFish-Sep94:BBS/docs/AmigaFAQg-94.07.14.lha
  1212. 94.07.14
  1213. FreshFish-Sep94:New/docs/misc/AmigaFAQg/
  1214. 94.07.14
  1215. FreshFish-Jul94:New/text/docs/AmigaFAQ/
  1216. 94.03.21
  1217. FreshFish-Jul94:BBS/text/AmigaFAQ-94.03.21.lha
  1218. 94.03.21
  1219. FrozenFish-Apr94:BBS/Mar94/text/docs/AmigaFAQ.lha
  1220. 94.01.28
  1221. FreshFish-May94:BBS/Mar94/text/docs/AmigaFAQ.lha
  1222. 94.01.28
  1223. FreshFish-Mar94:New/text/docs/AmigaFAQ/
  1224. 94.01.28
  1225. FrozenFish-Apr94:BBS/Dec93/text/docs/AmigaFAQ.lha
  1226. 93.10.13
  1227. FreshFish-Mar94:Old/Dec93/text/docs/Amiga-FAQ/
  1228. 93.10.13
  1229. FreshFish-Dec93:New/text/docs/AmigaFAQ/
  1230. 93.10.13
  1231. FrozenFish-Apr94:BBS/Oct93/Text/Amiga-FAQ.lha
  1232. 93.08.30
  1233. FreshFish-Oct93:New/Text/Amiga-FAQ/
  1234. 93.08.30
  1235. FreshFish-Mar94:Old/Oct93/Text/Amiga-FAQ/
  1236. 93.08.30
  1237. FreshFish-Dec93:Old/Text/Amiga-FAQ/
  1238. 93.08.30
  1239. .email
  1240. wiedmann@mailserv.zdv.uni-tuebingen.de
  1241. .docs
  1242. README
  1243. AmigaFAQ.guide
  1244. AmigaFAQ.dvi
  1245. AmigaFAQ.doc
  1246. .described-by
  1247. Richard Fish
  1248. .submittal
  1249. Downloaded via ftp from aminet (wuarchive.wustl.edu).
  1250. .execute
  1251. LAB start
  1252. set choice `RequestChoice "AmigaFAQ" "Please select an option" "View README" "View Guide" "View Doc" "Cancel"`
  1253. if $choice GT "0"
  1254.   if $choice EQ "1"
  1255.     MetaTool README TEXT
  1256.   else
  1257.     if $choice EQ "2"
  1258.       MetaTool AmigaFAQ.guide GUIDE
  1259.     else
  1260.       if $choice EQ "3"
  1261.         MetaTool AmigaFAQ.doc TEXT
  1262.       endif
  1263.     endif
  1264.   endif
  1265.   skip start BACK
  1266. endif
  1267. .stored-in
  1268. FreshFish-Vol10:Useful/docs/misc/AmigaFAQ/
  1269. .pi-file
  1270. FreshFish-Vol10:Useful/docs/misc/AmigaFAQ/Product-Info
  1271. .name
  1272. AmigaFAQg
  1273. .type
  1274. Text
  1275. .aminet-dir
  1276. docs/misc
  1277. .short
  1278. 'Frequently Asked Questions' about Amiga
  1279. .description
  1280. Lists some frequently asked questions and trys to give answers.  Its
  1281. intention is to help new users and to reduce the amount of news that most
  1282. experienced users don't like to read anymore.  Sections on Hardware,
  1283. Software, Programming, Applications, Graphics and more.  Formatted in plain
  1284. ascii, AmigaGuide, DVI, html, and texinfo.  Drawer also contains some useful
  1285. text files on ftp sites, newgroups, hardware tips and one on the history of
  1286. the amiga.
  1287. .version
  1288. 94.10.14
  1289. .author
  1290. Jochen Wiedmann
  1291. .reference
  1292. FreshFish-Vol7:BBS/docs/AmigaFAQ-94.10.14.lha
  1293. 94.10.14
  1294. FreshFish-Vol7:BBS/docs/AmigaFAQg-94.10.14.lha
  1295. 94.10.14
  1296. FreshFish-Vol7:Useful/dist/docs/misc/AmigaFAQ/
  1297. 94.10.14
  1298. FreshFish-Vol7:Useful/dist/docs/misc/AmigaFAQg/
  1299. 94.10.14
  1300. FreshFish-Sep94:BBS/docs/AmigaFAQ-94.07.20.lha
  1301. 94.07.20
  1302. FreshFish-Sep94:New/docs/misc/AmigaFAQ/
  1303. 94.07.20
  1304. FreshFish-Sep94:Useful/dist/docs/misc/AmigaFAQ/
  1305. 94.07.20
  1306. FreshFish-Sep94:Useful/dist/docs/misc/AmigaFAQg/
  1307. 94.07.14
  1308. FreshFish-Sep94:BBS/docs/AmigaFAQg-94.07.14.lha
  1309. 94.07.14
  1310. FreshFish-Sep94:New/docs/misc/AmigaFAQg/
  1311. 94.07.14
  1312. FreshFish-Jul94:New/text/docs/AmigaFAQ/
  1313. 94.03.21
  1314. FreshFish-Jul94:BBS/text/AmigaFAQ-94.03.21.lha
  1315. 94.03.21
  1316. FrozenFish-Apr94:BBS/Mar94/text/docs/AmigaFAQ.lha
  1317. 94.01.28
  1318. FreshFish-May94:BBS/Mar94/text/docs/AmigaFAQ.lha
  1319. 94.01.28
  1320. FreshFish-Mar94:New/text/docs/AmigaFAQ/
  1321. 94.01.28
  1322. FrozenFish-Apr94:BBS/Dec93/text/docs/AmigaFAQ.lha
  1323. 93.10.13
  1324. FreshFish-Mar94:Old/Dec93/text/docs/Amiga-FAQ/
  1325. 93.10.13
  1326. FreshFish-Dec93:New/text/docs/AmigaFAQ/
  1327. 93.10.13
  1328. FrozenFish-Apr94:BBS/Oct93/Text/Amiga-FAQ.lha
  1329. 93.08.30
  1330. FreshFish-Oct93:New/Text/Amiga-FAQ/
  1331. 93.08.30
  1332. FreshFish-Mar94:Old/Oct93/Text/Amiga-FAQ/
  1333. 93.08.30
  1334. FreshFish-Dec93:Old/Text/Amiga-FAQ/
  1335. 93.08.30
  1336. .email
  1337. wiedmann@mailserv.zdv.uni-tuebingen.de
  1338. .docs
  1339. README
  1340. AmigaFAQ.guide
  1341. AmigaFAQ.dvi
  1342. AmigaFAQ.doc
  1343. .described-by
  1344. Richard Fish
  1345. .submittal
  1346. Downloaded via ftp from aminet (wuarchive.wustl.edu).
  1347. .execute
  1348. LAB start
  1349. set choice `RequestChoice "AmigaFAQg" "Please select an option" "View README" "View Guide" "View Doc" "Cancel"`
  1350. if $choice GT "0"
  1351.   if $choice EQ "1"
  1352.     MetaTool READMEg TEXT
  1353.   else
  1354.     if $choice EQ "2"
  1355.       MetaTool AmigaFAQg.guide GUIDE
  1356.     else
  1357.       if $choice EQ "3"
  1358.         MetaTool AmigaFAQg.doc TEXT
  1359.       endif
  1360.     endif
  1361.   endif
  1362.   skip start BACK
  1363. endif
  1364. .stored-in
  1365. FreshFish-Vol10:Useful/docs/misc/AmigaFAQg/
  1366. .pi-file
  1367. FreshFish-Vol10:Useful/docs/misc/AmigaFAQg/Product-Info
  1368. .name
  1369. AmigaGuide
  1370. .type
  1371. Text Viewer
  1372. .short
  1373. Commodore AmigaGuide hypertext utility
  1374. .description
  1375. Archive distribution of the AmigaGuide hypertext utility direct from
  1376. Commodore.  Contains developer examples and tools for AmigaGuide under
  1377. V34/V37 and V39, plus a new free print/sign/send-in distribution
  1378. license for AmigaGuide, amigaguide.library, WDisplay, and their icons.
  1379. .version
  1380. 34.6
  1381. .date
  1382. .author
  1383. Commodore Business Machines
  1384. .restrictions
  1385. .requirements
  1386. .reference
  1387. AmigaLibDisk920:AmigaGuide/
  1388. 34.6
  1389. AmigaLibDisk870:AmigaGuide/
  1390. 34.5
  1391. .keywords
  1392. .distribution
  1393. Commercial
  1394. .price
  1395. .address
  1396. .email
  1397. .phone
  1398. .fax
  1399. .exectype
  1400. .installsize
  1401. .source
  1402. .construction
  1403. .tested
  1404. .docs
  1405. AmigaGuide.License
  1406. AmigaGuide.des
  1407. ReadME
  1408. ReadMe.CS
  1409. .described-by
  1410. Fred Fish (fnf@fishpond.cygnus.com)
  1411. .submittal
  1412. Submitted electronically directly by the author.
  1413. .execute
  1414. LAB start
  1415. set choice `RequestChoice "AmigaGuide" "Please select an option" "View ReadMe" "View License" "Cancel"`
  1416. if $choice GT "0"
  1417.   if $choice EQ "1"
  1418.     MetaTool ReadME TEXT
  1419.   else
  1420.     if $choice EQ "2"
  1421.       MetaTool AmigaGuide.License TEXT
  1422.     endif
  1423.   endif
  1424.   skip start BACK
  1425. endif
  1426. .aminet-dir
  1427. text/hyper
  1428. .stored-in
  1429. FreshFish-Vol10:Useful/text/hyper/AmigaGuide/
  1430. .pi-file
  1431. FreshFish-Vol10:Useful/text/hyper/AmigaGuide/Product-Info
  1432. .name
  1433. AmigaLibDisk1000
  1434. .type
  1435. Disk Image
  1436. .short
  1437. Complete archive of 'Fish Disk' 1000.
  1438. .description
  1439. Full lha archive of the contents of 'Fish Disk' 1000.  To recreate
  1440. a copy of the floppy disk, format a blank floppy and extract the
  1441. contents of this archive in its root directory.
  1442. .author
  1443. Fred Fish
  1444. .distribution
  1445. Freely Redistributable
  1446. .email
  1447. fnf@amigalib.com
  1448. .described-by
  1449. Fred Fish (fnf@amigalib.com)
  1450. .aminet-dir
  1451. fish/disks
  1452. .execute
  1453. execute :Tools/scripts/UnPackFloppy 1000
  1454. .stored-in
  1455. FreshFish-Vol10:FishDisks/D1000
  1456. .pi-file
  1457. FreshFish-Vol10:FishDisks/D1000.PI
  1458. .name
  1459. AmigaLibDisk1001
  1460. .type
  1461. Disk Image
  1462. .short
  1463. Complete archive of 'Fish Disk' 1001.
  1464. .description
  1465. Full lha archive of the contents of 'Fish Disk' 1001.  To recreate
  1466. a copy of the floppy disk, format a blank floppy and extract the
  1467. contents of this archive in its root directory.
  1468. .author
  1469. Fred Fish
  1470. .distribution
  1471. Freely Redistributable
  1472. .email
  1473. fnf@amigalib.com
  1474. .described-by
  1475. Fred Fish (fnf@amigalib.com)
  1476. .aminet-dir
  1477. fish/disks
  1478. .execute
  1479. execute :Tools/scripts/UnPackFloppy 1001
  1480. .stored-in
  1481. FreshFish-Vol10:FishDisks/D1001
  1482. .pi-file
  1483. FreshFish-Vol10:FishDisks/D1001.PI
  1484. .name
  1485. AmigaLibDisk1002
  1486. .type
  1487. Disk Image
  1488. .short
  1489. Complete archive of 'Fish Disk' 1002.
  1490. .description
  1491. Full lha archive of the contents of 'Fish Disk' 1002.  To recreate
  1492. a copy of the floppy disk, format a blank floppy and extract the
  1493. contents of this archive in its root directory.
  1494. .author
  1495. Fred Fish
  1496. .distribution
  1497. Freely Redistributable
  1498. .email
  1499. fnf@amigalib.com
  1500. .described-by
  1501. Fred Fish (fnf@amigalib.com)
  1502. .aminet-dir
  1503. fish/disks
  1504. .execute
  1505. execute :Tools/scripts/UnPackFloppy 1002
  1506. .stored-in
  1507. FreshFish-Vol10:FishDisks/D1002
  1508. .pi-file
  1509. FreshFish-Vol10:FishDisks/D1002.PI
  1510. .name
  1511. AmigaLibDisk1003
  1512. .type
  1513. Disk Image
  1514. .short
  1515. Complete archive of 'Fish Disk' 1003.
  1516. .description
  1517. Full lha archive of the contents of 'Fish Disk' 1003.  To recreate
  1518. a copy of the floppy disk, format a blank floppy and extract the
  1519. contents of this archive in its root directory.
  1520. .author
  1521. Fred Fish
  1522. .distribution
  1523. Freely Redistributable
  1524. .email
  1525. fnf@amigalib.com
  1526. .described-by
  1527. Fred Fish (fnf@amigalib.com)
  1528. .aminet-dir
  1529. fish/disks
  1530. .execute
  1531. execute :Tools/scripts/UnPackFloppy 1003
  1532. .stored-in
  1533. FreshFish-Vol10:FishDisks/D1003
  1534. .pi-file
  1535. FreshFish-Vol10:FishDisks/D1003.PI
  1536. .name
  1537. AmigaLibDisk1004
  1538. .type
  1539. Disk Image
  1540. .short
  1541. Complete archive of 'Fish Disk' 1004.
  1542. .description
  1543. Full lha archive of the contents of 'Fish Disk' 1004.  To recreate
  1544. a copy of the floppy disk, format a blank floppy and extract the
  1545. contents of this archive in its root directory.
  1546. .author
  1547. Fred Fish
  1548. .distribution
  1549. Freely Redistributable
  1550. .email
  1551. fnf@amigalib.com
  1552. .described-by
  1553. Fred Fish (fnf@amigalib.com)
  1554. .aminet-dir
  1555. fish/disks
  1556. .execute
  1557. execute :Tools/scripts/UnPackFloppy 1004
  1558. .stored-in
  1559. FreshFish-Vol10:FishDisks/D1004
  1560. .pi-file
  1561. FreshFish-Vol10:FishDisks/D1004.PI
  1562. .name
  1563. AmigaLibDisk1005
  1564. .type
  1565. Disk Image
  1566. .short
  1567. Complete archive of 'Fish Disk' 1005.
  1568. .description
  1569. Full lha archive of the contents of 'Fish Disk' 1005.  To recreate
  1570. a copy of the floppy disk, format a blank floppy and extract the
  1571. contents of this archive in its root directory.
  1572. .author
  1573. Fred Fish
  1574. .distribution
  1575. Freely Redistributable
  1576. .email
  1577. fnf@amigalib.com
  1578. .described-by
  1579. Fred Fish (fnf@amigalib.com)
  1580. .aminet-dir
  1581. fish/disks
  1582. .execute
  1583. execute :Tools/scripts/UnPackFloppy 1005
  1584. .stored-in
  1585. FreshFish-Vol10:FishDisks/D1005
  1586. .pi-file
  1587. FreshFish-Vol10:FishDisks/D1005.PI
  1588. .name
  1589. AmigaLibDisk1006
  1590. .type
  1591. Disk Image
  1592. .short
  1593. Complete archive of 'Fish Disk' 1006.
  1594. .description
  1595. Full lha archive of the contents of 'Fish Disk' 1006.  To recreate
  1596. a copy of the floppy disk, format a blank floppy and extract the
  1597. contents of this archive in its root directory.
  1598. .author
  1599. Fred Fish
  1600. .distribution
  1601. Freely Redistributable
  1602. .email
  1603. fnf@amigalib.com
  1604. .described-by
  1605. Fred Fish (fnf@amigalib.com)
  1606. .aminet-dir
  1607. fish/disks
  1608. .execute
  1609. execute :Tools/scripts/UnPackFloppy 1006
  1610. .stored-in
  1611. FreshFish-Vol10:FishDisks/D1006
  1612. .pi-file
  1613. FreshFish-Vol10:FishDisks/D1006.PI
  1614. .name
  1615. AmigaLibDisk1007
  1616. .type
  1617. Disk Image
  1618. .short
  1619. Complete archive of 'Fish Disk' 1007.
  1620. .description
  1621. Full lha archive of the contents of 'Fish Disk' 1007.  To recreate
  1622. a copy of the floppy disk, format a blank floppy and extract the
  1623. contents of this archive in its root directory.
  1624. .author
  1625. Fred Fish
  1626. .distribution
  1627. Freely Redistributable
  1628. .email
  1629. fnf@amigalib.com
  1630. .described-by
  1631. Fred Fish (fnf@amigalib.com)
  1632. .aminet-dir
  1633. fish/disks
  1634. .execute
  1635. execute :Tools/scripts/UnPackFloppy 1007
  1636. .stored-in
  1637. FreshFish-Vol10:FishDisks/D1007
  1638. .pi-file
  1639. FreshFish-Vol10:FishDisks/D1007.PI
  1640. .name
  1641. AmigaLibDisk1008
  1642. .type
  1643. Disk Image
  1644. .short
  1645. Complete archive of 'Fish Disk' 1008.
  1646. .description
  1647. Full lha archive of the contents of 'Fish Disk' 1008.  To recreate
  1648. a copy of the floppy disk, format a blank floppy and extract the
  1649. contents of this archive in its root directory.
  1650. .author
  1651. Fred Fish
  1652. .distribution
  1653. Freely Redistributable
  1654. .email
  1655. fnf@amigalib.com
  1656. .described-by
  1657. Fred Fish (fnf@amigalib.com)
  1658. .aminet-dir
  1659. fish/disks
  1660. .execute
  1661. execute :Tools/scripts/UnPackFloppy 1008
  1662. .stored-in
  1663. FreshFish-Vol10:FishDisks/D1008
  1664. .pi-file
  1665. FreshFish-Vol10:FishDisks/D1008.PI
  1666. .name
  1667. AmigaLibDisk1009
  1668. .type
  1669. Disk Image
  1670. .short
  1671. Complete archive of 'Fish Disk' 1009.
  1672. .description
  1673. Full lha archive of the contents of 'Fish Disk' 1009.  To recreate
  1674. a copy of the floppy disk, format a blank floppy and extract the
  1675. contents of this archive in its root directory.
  1676. .author
  1677. Fred Fish
  1678. .distribution
  1679. Freely Redistributable
  1680. .email
  1681. fnf@amigalib.com
  1682. .described-by
  1683. Fred Fish (fnf@amigalib.com)
  1684. .aminet-dir
  1685. fish/disks
  1686. .execute
  1687. execute :Tools/scripts/UnPackFloppy 1009
  1688. .stored-in
  1689. FreshFish-Vol10:FishDisks/D1009
  1690. .pi-file
  1691. FreshFish-Vol10:FishDisks/D1009.PI
  1692. .name
  1693. AmigaLibDisk1010
  1694. .type
  1695. Disk Image
  1696. .short
  1697. Complete archive of 'Fish Disk' 1010.
  1698. .description
  1699. Full lha archive of the contents of 'Fish Disk' 1010.  To recreate
  1700. a copy of the floppy disk, format a blank floppy and extract the
  1701. contents of this archive in its root directory.
  1702. .author
  1703. Fred Fish
  1704. .distribution
  1705. Freely Redistributable
  1706. .email
  1707. fnf@amigalib.com
  1708. .described-by
  1709. Fred Fish (fnf@amigalib.com)
  1710. .aminet-dir
  1711. fish/disks
  1712. .execute
  1713. execute :Tools/scripts/UnPackFloppy 1010
  1714. .stored-in
  1715. FreshFish-Vol10:FishDisks/D1010
  1716. .pi-file
  1717. FreshFish-Vol10:FishDisks/D1010.PI
  1718. .name
  1719. AmigaLibDisk1011
  1720. .type
  1721. Disk Image
  1722. .short
  1723. Complete archive of 'Fish Disk' 1011.
  1724. .description
  1725. Full lha archive of the contents of 'Fish Disk' 1011.  To recreate
  1726. a copy of the floppy disk, format a blank floppy and extract the
  1727. contents of this archive in its root directory.
  1728. .author
  1729. Fred Fish
  1730. .distribution
  1731. Freely Redistributable
  1732. .email
  1733. fnf@amigalib.com
  1734. .described-by
  1735. Fred Fish (fnf@amigalib.com)
  1736. .aminet-dir
  1737. fish/disks
  1738. .execute
  1739. execute :Tools/scripts/UnPackFloppy 1011
  1740. .stored-in
  1741. FreshFish-Vol10:FishDisks/D1011
  1742. .pi-file
  1743. FreshFish-Vol10:FishDisks/D1011.PI
  1744. .name
  1745. AmigaLibDisk1012
  1746. .type
  1747. Disk Image
  1748. .short
  1749. Complete archive of 'Fish Disk' 1012.
  1750. .description
  1751. Full lha archive of the contents of 'Fish Disk' 1012.  To recreate
  1752. a copy of the floppy disk, format a blank floppy and extract the
  1753. contents of this archive in its root directory.
  1754. .author
  1755. Fred Fish
  1756. .distribution
  1757. Freely Redistributable
  1758. .email
  1759. fnf@amigalib.com
  1760. .described-by
  1761. Fred Fish (fnf@amigalib.com)
  1762. .aminet-dir
  1763. fish/disks
  1764. .execute
  1765. execute :Tools/scripts/UnPackFloppy 1012
  1766. .stored-in
  1767. FreshFish-Vol10:FishDisks/D1012
  1768. .pi-file
  1769. FreshFish-Vol10:FishDisks/D1012.PI
  1770. .name
  1771. AmigaLibDisk1013
  1772. .type
  1773. Disk Image
  1774. .short
  1775. Complete archive of 'Fish Disk' 1013.
  1776. .description
  1777. Full lha archive of the contents of 'Fish Disk' 1013.  To recreate
  1778. a copy of the floppy disk, format a blank floppy and extract the
  1779. contents of this archive in its root directory.
  1780. .author
  1781. Fred Fish
  1782. .distribution
  1783. Freely Redistributable
  1784. .email
  1785. fnf@amigalib.com
  1786. .described-by
  1787. Fred Fish (fnf@amigalib.com)
  1788. .aminet-dir
  1789. fish/disks
  1790. .execute
  1791. execute :Tools/scripts/UnPackFloppy 1013
  1792. .stored-in
  1793. FreshFish-Vol10:FishDisks/D1013
  1794. .pi-file
  1795. FreshFish-Vol10:FishDisks/D1013.PI
  1796. .name
  1797. AmigaLibDisk1014
  1798. .type
  1799. Disk Image
  1800. .short
  1801. Complete archive of 'Fish Disk' 1014.
  1802. .description
  1803. Full lha archive of the contents of 'Fish Disk' 1014.  To recreate
  1804. a copy of the floppy disk, format a blank floppy and extract the
  1805. contents of this archive in its root directory.
  1806. .author
  1807. Fred Fish
  1808. .distribution
  1809. Freely Redistributable
  1810. .email
  1811. fnf@amigalib.com
  1812. .described-by
  1813. Fred Fish (fnf@amigalib.com)
  1814. .aminet-dir
  1815. fish/disks
  1816. .execute
  1817. execute :Tools/scripts/UnPackFloppy 1014
  1818. .stored-in
  1819. FreshFish-Vol10:FishDisks/D1014
  1820. .pi-file
  1821. FreshFish-Vol10:FishDisks/D1014.PI
  1822. .name
  1823. AmigaLibDisk1015
  1824. .type
  1825. Disk Image
  1826. .short
  1827. Complete archive of 'Fish Disk' 1015.
  1828. .description
  1829. Full lha archive of the contents of 'Fish Disk' 1015.  To recreate
  1830. a copy of the floppy disk, format a blank floppy and extract the
  1831. contents of this archive in its root directory.
  1832. .author
  1833. Fred Fish
  1834. .distribution
  1835. Freely Redistributable
  1836. .email
  1837. fnf@amigalib.com
  1838. .described-by
  1839. Fred Fish (fnf@amigalib.com)
  1840. .aminet-dir
  1841. fish/disks
  1842. .execute
  1843. execute :Tools/scripts/UnPackFloppy 1015
  1844. .stored-in
  1845. FreshFish-Vol10:FishDisks/D1015
  1846. .pi-file
  1847. FreshFish-Vol10:FishDisks/D1015.PI
  1848. .name
  1849. AmigaLibDisk1016
  1850. .type
  1851. Disk Image
  1852. .short
  1853. Complete archive of 'Fish Disk' 1016.
  1854. .description
  1855. Full lha archive of the contents of 'Fish Disk' 1016.  To recreate
  1856. a copy of the floppy disk, format a blank floppy and extract the
  1857. contents of this archive in its root directory.
  1858. .author
  1859. Fred Fish
  1860. .distribution
  1861. Freely Redistributable
  1862. .email
  1863. fnf@amigalib.com
  1864. .described-by
  1865. Fred Fish (fnf@amigalib.com)
  1866. .aminet-dir
  1867. fish/disks
  1868. .execute
  1869. execute :Tools/scripts/UnPackFloppy 1016
  1870. .stored-in
  1871. FreshFish-Vol10:FishDisks/D1016
  1872. .pi-file
  1873. FreshFish-Vol10:FishDisks/D1016.PI
  1874. .name
  1875. AmigaLibDisk1017
  1876. .type
  1877. Disk Image
  1878. .short
  1879. Complete archive of 'Fish Disk' 1017.
  1880. .description
  1881. Full lha archive of the contents of 'Fish Disk' 1017.  To recreate
  1882. a copy of the floppy disk, format a blank floppy and extract the
  1883. contents of this archive in its root directory.
  1884. .author
  1885. Fred Fish
  1886. .distribution
  1887. Freely Redistributable
  1888. .email
  1889. fnf@amigalib.com
  1890. .described-by
  1891. Fred Fish (fnf@amigalib.com)
  1892. .aminet-dir
  1893. fish/disks
  1894. .execute
  1895. execute :Tools/scripts/UnPackFloppy 1017
  1896. .stored-in
  1897. FreshFish-Vol10:FishDisks/D1017
  1898. .pi-file
  1899. FreshFish-Vol10:FishDisks/D1017.PI
  1900. .name
  1901. AmigaLibDisk1018
  1902. .type
  1903. Disk Image
  1904. .short
  1905. Complete archive of 'Fish Disk' 1018.
  1906. .description
  1907. Full lha archive of the contents of 'Fish Disk' 1018.  To recreate
  1908. a copy of the floppy disk, format a blank floppy and extract the
  1909. contents of this archive in its root directory.
  1910. .author
  1911. Fred Fish
  1912. .distribution
  1913. Freely Redistributable
  1914. .email
  1915. fnf@amigalib.com
  1916. .described-by
  1917. Fred Fish (fnf@amigalib.com)
  1918. .aminet-dir
  1919. fish/disks
  1920. .execute
  1921. execute :Tools/scripts/UnPackFloppy 1018
  1922. .stored-in
  1923. FreshFish-Vol10:FishDisks/D1018
  1924. .pi-file
  1925. FreshFish-Vol10:FishDisks/D1018.PI
  1926. .name
  1927. AmigaLibDisk1019
  1928. .type
  1929. Disk Image
  1930. .short
  1931. Complete archive of 'Fish Disk' 1019.
  1932. .description
  1933. Full lha archive of the contents of 'Fish Disk' 1019.  To recreate
  1934. a copy of the floppy disk, format a blank floppy and extract the
  1935. contents of this archive in its root directory.
  1936. .author
  1937. Fred Fish
  1938. .distribution
  1939. Freely Redistributable
  1940. .email
  1941. fnf@amigalib.com
  1942. .described-by
  1943. Fred Fish (fnf@amigalib.com)
  1944. .aminet-dir
  1945. fish/disks
  1946. .execute
  1947. execute :Tools/scripts/UnPackFloppy 1019
  1948. .stored-in
  1949. FreshFish-Vol10:FishDisks/D1019
  1950. .pi-file
  1951. FreshFish-Vol10:FishDisks/D1019.PI
  1952. .name
  1953. AmigaLibDisk1020
  1954. .type
  1955. Disk Image
  1956. .short
  1957. Complete archive of 'Fish Disk' 1020.
  1958. .description
  1959. Full lha archive of the contents of 'Fish Disk' 1020.  To recreate
  1960. a copy of the floppy disk, format a blank floppy and extract the
  1961. contents of this archive in its root directory.
  1962. .author
  1963. Fred Fish
  1964. .distribution
  1965. Freely Redistributable
  1966. .email
  1967. fnf@amigalib.com
  1968. .described-by
  1969. Fred Fish (fnf@amigalib.com)
  1970. .aminet-dir
  1971. fish/disks
  1972. .execute
  1973. execute :Tools/scripts/UnPackFloppy 1020
  1974. .stored-in
  1975. FreshFish-Vol10:FishDisks/D1020
  1976. .pi-file
  1977. FreshFish-Vol10:FishDisks/D1020.PI
  1978. .name
  1979. AmigaLibDisk1021
  1980. .type
  1981. Disk Image
  1982. .short
  1983. Complete archive of 'Fish Disk' 1021.
  1984. .description
  1985. Full lha archive of the contents of 'Fish Disk' 1021.  To recreate
  1986. a copy of the floppy disk, format a blank floppy and extract the
  1987. contents of this archive in its root directory.
  1988. .author
  1989. Fred Fish
  1990. .distribution
  1991. Freely Redistributable
  1992. .email
  1993. fnf@amigalib.com
  1994. .described-by
  1995. Fred Fish (fnf@amigalib.com)
  1996. .aminet-dir
  1997. fish/disks
  1998. .execute
  1999. execute :Tools/scripts/UnPackFloppy 1021
  2000. .stored-in
  2001. FreshFish-Vol10:FishDisks/D1021
  2002. .pi-file
  2003. FreshFish-Vol10:FishDisks/D1021.PI
  2004. .name
  2005. AmigaLibDisk1022
  2006. .type
  2007. Disk Image
  2008. .short
  2009. Complete archive of 'Fish Disk' 1022.
  2010. .description
  2011. Full lha archive of the contents of 'Fish Disk' 1022.  To recreate
  2012. a copy of the floppy disk, format a blank floppy and extract the
  2013. contents of this archive in its root directory.
  2014. .author
  2015. Fred Fish
  2016. .distribution
  2017. Freely Redistributable
  2018. .email
  2019. fnf@amigalib.com
  2020. .described-by
  2021. Fred Fish (fnf@amigalib.com)
  2022. .aminet-dir
  2023. fish/disks
  2024. .execute
  2025. execute :Tools/scripts/UnPackFloppy 1022
  2026. .stored-in
  2027. FreshFish-Vol10:FishDisks/D1022
  2028. .pi-file
  2029. FreshFish-Vol10:FishDisks/D1022.PI
  2030. .name
  2031. AmigaLibDisk1023
  2032. .type
  2033. Disk Image
  2034. .short
  2035. Complete archive of 'Fish Disk' 1023.
  2036. .description
  2037. Full lha archive of the contents of 'Fish Disk' 1023.  To recreate
  2038. a copy of the floppy disk, format a blank floppy and extract the
  2039. contents of this archive in its root directory.
  2040. .author
  2041. Fred Fish
  2042. .distribution
  2043. Freely Redistributable
  2044. .email
  2045. fnf@amigalib.com
  2046. .described-by
  2047. Fred Fish (fnf@amigalib.com)
  2048. .aminet-dir
  2049. fish/disks
  2050. .execute
  2051. execute :Tools/scripts/UnPackFloppy 1023
  2052. .stored-in
  2053. FreshFish-Vol10:FishDisks/D1023
  2054. .pi-file
  2055. FreshFish-Vol10:FishDisks/D1023.PI
  2056. .name
  2057. AmigaLibDisk1024
  2058. .type
  2059. Disk Image
  2060. .short
  2061. Complete archive of 'Fish Disk' 1024.
  2062. .description
  2063. Full lha archive of the contents of 'Fish Disk' 1024.  To recreate
  2064. a copy of the floppy disk, format a blank floppy and extract the
  2065. contents of this archive in its root directory.
  2066. .author
  2067. Fred Fish
  2068. .distribution
  2069. Freely Redistributable
  2070. .email
  2071. fnf@amigalib.com
  2072. .described-by
  2073. Fred Fish (fnf@amigalib.com)
  2074. .aminet-dir
  2075. fish/disks
  2076. .execute
  2077. execute :Tools/scripts/UnPackFloppy 1024
  2078. .stored-in
  2079. FreshFish-Vol10:FishDisks/D1024
  2080. .pi-file
  2081. FreshFish-Vol10:FishDisks/D1024.PI
  2082. .name
  2083. AmigaLibDisk1025
  2084. .type
  2085. Disk Image
  2086. .short
  2087. Complete archive of 'Fish Disk' 1025.
  2088. .description
  2089. Full lha archive of the contents of 'Fish Disk' 1025.  To recreate
  2090. a copy of the floppy disk, format a blank floppy and extract the
  2091. contents of this archive in its root directory.
  2092. .author
  2093. Fred Fish
  2094. .distribution
  2095. Freely Redistributable
  2096. .email
  2097. fnf@amigalib.com
  2098. .described-by
  2099. Fred Fish (fnf@amigalib.com)
  2100. .aminet-dir
  2101. fish/disks
  2102. .execute
  2103. execute :Tools/scripts/UnPackFloppy 1025
  2104. .stored-in
  2105. FreshFish-Vol10:FishDisks/D1025
  2106. .pi-file
  2107. FreshFish-Vol10:FishDisks/D1025.PI
  2108. .name
  2109. AmigaLibDisk1026
  2110. .type
  2111. Disk Image
  2112. .short
  2113. Complete archive of 'Fish Disk' 1026.
  2114. .description
  2115. Full lha archive of the contents of 'Fish Disk' 1026.  To recreate
  2116. a copy of the floppy disk, format a blank floppy and extract the
  2117. contents of this archive in its root directory.
  2118. .author
  2119. Fred Fish
  2120. .distribution
  2121. Freely Redistributable
  2122. .email
  2123. fnf@amigalib.com
  2124. .described-by
  2125. Fred Fish (fnf@amigalib.com)
  2126. .aminet-dir
  2127. fish/disks
  2128. .execute
  2129. execute :Tools/scripts/UnPackFloppy 1026
  2130. .stored-in
  2131. FreshFish-Vol10:FishDisks/D1026
  2132. .pi-file
  2133. FreshFish-Vol10:FishDisks/D1026.PI
  2134. .name
  2135. AmigaLibDisk1027
  2136. .type
  2137. Disk Image
  2138. .short
  2139. Complete archive of 'Fish Disk' 1027.
  2140. .description
  2141. Full lha archive of the contents of 'Fish Disk' 1027.  To recreate
  2142. a copy of the floppy disk, format a blank floppy and extract the
  2143. contents of this archive in its root directory.
  2144. .author
  2145. Fred Fish
  2146. .distribution
  2147. Freely Redistributable
  2148. .email
  2149. fnf@amigalib.com
  2150. .described-by
  2151. Fred Fish (fnf@amigalib.com)
  2152. .aminet-dir
  2153. fish/disks
  2154. .execute
  2155. execute :Tools/scripts/UnPackFloppy 1027
  2156. .stored-in
  2157. FreshFish-Vol10:FishDisks/D1027
  2158. .pi-file
  2159. FreshFish-Vol10:FishDisks/D1027.PI
  2160. .name
  2161. AmigaLibDisk1028
  2162. .type
  2163. Disk Image
  2164. .short
  2165. Complete archive of 'Fish Disk' 1028.
  2166. .description
  2167. Full lha archive of the contents of 'Fish Disk' 1028.  To recreate
  2168. a copy of the floppy disk, format a blank floppy and extract the
  2169. contents of this archive in its root directory.
  2170. .author
  2171. Fred Fish
  2172. .distribution
  2173. Freely Redistributable
  2174. .email
  2175. fnf@amigalib.com
  2176. .described-by
  2177. Fred Fish (fnf@amigalib.com)
  2178. .aminet-dir
  2179. fish/disks
  2180. .execute
  2181. execute :Tools/scripts/UnPackFloppy 1028
  2182. .stored-in
  2183. FreshFish-Vol10:FishDisks/D1028
  2184. .pi-file
  2185. FreshFish-Vol10:FishDisks/D1028.PI
  2186. .name
  2187. AmigaLibDisk1029
  2188. .type
  2189. Disk Image
  2190. .short
  2191. Complete archive of 'Fish Disk' 1029.
  2192. .description
  2193. Full lha archive of the contents of 'Fish Disk' 1029.  To recreate
  2194. a copy of the floppy disk, format a blank floppy and extract the
  2195. contents of this archive in its root directory.
  2196. .author
  2197. Fred Fish
  2198. .distribution
  2199. Freely Redistributable
  2200. .email
  2201. fnf@amigalib.com
  2202. .described-by
  2203. Fred Fish (fnf@amigalib.com)
  2204. .aminet-dir
  2205. fish/disks
  2206. .execute
  2207. execute :Tools/scripts/UnPackFloppy 1029
  2208. .stored-in
  2209. FreshFish-Vol10:FishDisks/D1029
  2210. .pi-file
  2211. FreshFish-Vol10:FishDisks/D1029.PI
  2212. .name
  2213. AmigaLibDisk1030
  2214. .type
  2215. Disk Image
  2216. .short
  2217. Complete archive of 'Fish Disk' 1030.
  2218. .description
  2219. Full lha archive of the contents of 'Fish Disk' 1030.  To recreate
  2220. a copy of the floppy disk, format a blank floppy and extract the
  2221. contents of this archive in its root directory.
  2222. .author
  2223. Fred Fish
  2224. .distribution
  2225. Freely Redistributable
  2226. .email
  2227. fnf@amigalib.com
  2228. .described-by
  2229. Fred Fish (fnf@amigalib.com)
  2230. .aminet-dir
  2231. fish/disks
  2232. .execute
  2233. execute :Tools/scripts/UnPackFloppy 1030
  2234. .stored-in
  2235. FreshFish-Vol10:FishDisks/D1030
  2236. .pi-file
  2237. FreshFish-Vol10:FishDisks/D1030.PI
  2238. .name
  2239. AmigaLibDisk1031
  2240. .type
  2241. Disk Image
  2242. .short
  2243. Complete archive of 'Fish Disk' 1031.
  2244. .description
  2245. Full lha archive of the contents of 'Fish Disk' 1031.  To recreate
  2246. a copy of the floppy disk, format a blank floppy and extract the
  2247. contents of this archive in its root directory.
  2248. .author
  2249. Fred Fish
  2250. .distribution
  2251. Freely Redistributable
  2252. .email
  2253. fnf@amigalib.com
  2254. .described-by
  2255. Fred Fish (fnf@amigalib.com)
  2256. .aminet-dir
  2257. fish/disks
  2258. .execute
  2259. execute :Tools/scripts/UnPackFloppy 1031
  2260. .stored-in
  2261. FreshFish-Vol10:FishDisks/D1031
  2262. .pi-file
  2263. FreshFish-Vol10:FishDisks/D1031.PI
  2264. .name
  2265. AmigaLibDisk1032
  2266. .type
  2267. Disk Image
  2268. .short
  2269. Complete archive of 'Fish Disk' 1032.
  2270. .description
  2271. Full lha archive of the contents of 'Fish Disk' 1032.  To recreate
  2272. a copy of the floppy disk, format a blank floppy and extract the
  2273. contents of this archive in its root directory.
  2274. .author
  2275. Fred Fish
  2276. .distribution
  2277. Freely Redistributable
  2278. .email
  2279. fnf@amigalib.com
  2280. .described-by
  2281. Fred Fish (fnf@amigalib.com)
  2282. .aminet-dir
  2283. fish/disks
  2284. .execute
  2285. execute :Tools/scripts/UnPackFloppy 1032
  2286. .stored-in
  2287. FreshFish-Vol10:FishDisks/D1032
  2288. .pi-file
  2289. FreshFish-Vol10:FishDisks/D1032.PI
  2290. .name
  2291. AmigaLibDisk1033
  2292. .type
  2293. Disk Image
  2294. .short
  2295. Complete archive of 'Fish Disk' 1033.
  2296. .description
  2297. Full lha archive of the contents of 'Fish Disk' 1033.  To recreate
  2298. a copy of the floppy disk, format a blank floppy and extract the
  2299. contents of this archive in its root directory.
  2300. .author
  2301. Fred Fish
  2302. .distribution
  2303. Freely Redistributable
  2304. .email
  2305. fnf@amigalib.com
  2306. .described-by
  2307. Fred Fish (fnf@amigalib.com)
  2308. .aminet-dir
  2309. fish/disks
  2310. .execute
  2311. execute :Tools/scripts/UnPackFloppy 1033
  2312. .stored-in
  2313. FreshFish-Vol10:FishDisks/D1033
  2314. .pi-file
  2315. FreshFish-Vol10:FishDisks/D1033.PI
  2316. .name
  2317. AmigaLibDisk1034
  2318. .type
  2319. Disk Image
  2320. .short
  2321. Complete archive of 'Fish Disk' 1034.
  2322. .description
  2323. Full lha archive of the contents of 'Fish Disk' 1034.  To recreate
  2324. a copy of the floppy disk, format a blank floppy and extract the
  2325. contents of this archive in its root directory.
  2326. .author
  2327. Fred Fish
  2328. .distribution
  2329. Freely Redistributable
  2330. .email
  2331. fnf@amigalib.com
  2332. .described-by
  2333. Fred Fish (fnf@amigalib.com)
  2334. .aminet-dir
  2335. fish/disks
  2336. .execute
  2337. execute :Tools/scripts/UnPackFloppy 1034
  2338. .stored-in
  2339. FreshFish-Vol10:FishDisks/D1034
  2340. .pi-file
  2341. FreshFish-Vol10:FishDisks/D1034.PI
  2342. .name
  2343. AmigaLibDisk1035
  2344. .type
  2345. Disk Image
  2346. .short
  2347. Complete archive of 'Fish Disk' 1035.
  2348. .description
  2349. Full lha archive of the contents of 'Fish Disk' 1035.  To recreate
  2350. a copy of the floppy disk, format a blank floppy and extract the
  2351. contents of this archive in its root directory.
  2352. .author
  2353. Fred Fish
  2354. .distribution
  2355. Freely Redistributable
  2356. .email
  2357. fnf@amigalib.com
  2358. .described-by
  2359. Fred Fish (fnf@amigalib.com)
  2360. .aminet-dir
  2361. fish/disks
  2362. .execute
  2363. execute :Tools/scripts/UnPackFloppy 1035
  2364. .stored-in
  2365. FreshFish-Vol10:FishDisks/D1035
  2366. .pi-file
  2367. FreshFish-Vol10:FishDisks/D1035.PI
  2368. .name
  2369. AmigaLibDisk1036
  2370. .type
  2371. Disk Image
  2372. .short
  2373. Complete archive of 'Fish Disk' 1036.
  2374. .description
  2375. Full lha archive of the contents of 'Fish Disk' 1036.  To recreate
  2376. a copy of the floppy disk, format a blank floppy and extract the
  2377. contents of this archive in its root directory.
  2378. .author
  2379. Fred Fish
  2380. .distribution
  2381. Freely Redistributable
  2382. .email
  2383. fnf@amigalib.com
  2384. .described-by
  2385. Fred Fish (fnf@amigalib.com)
  2386. .aminet-dir
  2387. fish/disks
  2388. .execute
  2389. execute :Tools/scripts/UnPackFloppy 1036
  2390. .stored-in
  2391. FreshFish-Vol10:FishDisks/D1036
  2392. .pi-file
  2393. FreshFish-Vol10:FishDisks/D1036.PI
  2394. .name
  2395. AmigaLibDisk1037
  2396. .type
  2397. Disk Image
  2398. .short
  2399. Complete archive of 'Fish Disk' 1037.
  2400. .description
  2401. Full lha archive of the contents of 'Fish Disk' 1037.  To recreate
  2402. a copy of the floppy disk, format a blank floppy and extract the
  2403. contents of this archive in its root directory.
  2404. .author
  2405. Fred Fish
  2406. .distribution
  2407. Freely Redistributable
  2408. .email
  2409. fnf@amigalib.com
  2410. .described-by
  2411. Fred Fish (fnf@amigalib.com)
  2412. .aminet-dir
  2413. fish/disks
  2414. .execute
  2415. execute :Tools/scripts/UnPackFloppy 1037
  2416. .stored-in
  2417. FreshFish-Vol10:FishDisks/D1037
  2418. .pi-file
  2419. FreshFish-Vol10:FishDisks/D1037.PI
  2420. .name
  2421. AmigaLibDisk1038
  2422. .type
  2423. Disk Image
  2424. .short
  2425. Complete archive of 'Fish Disk' 1038.
  2426. .description
  2427. Full lha archive of the contents of 'Fish Disk' 1038.  To recreate
  2428. a copy of the floppy disk, format a blank floppy and extract the
  2429. contents of this archive in its root directory.
  2430. .author
  2431. Fred Fish
  2432. .distribution
  2433. Freely Redistributable
  2434. .email
  2435. fnf@amigalib.com
  2436. .described-by
  2437. Fred Fish (fnf@amigalib.com)
  2438. .aminet-dir
  2439. fish/disks
  2440. .execute
  2441. execute :Tools/scripts/UnPackFloppy 1038
  2442. .stored-in
  2443. FreshFish-Vol10:FishDisks/D1038
  2444. .pi-file
  2445. FreshFish-Vol10:FishDisks/D1038.PI
  2446. .name
  2447. AmigaLibDisk1039
  2448. .type
  2449. Disk Image
  2450. .short
  2451. Complete archive of 'Fish Disk' 1039.
  2452. .description
  2453. Full lha archive of the contents of 'Fish Disk' 1039.  To recreate
  2454. a copy of the floppy disk, format a blank floppy and extract the
  2455. contents of this archive in its root directory.
  2456. .author
  2457. Fred Fish
  2458. .distribution
  2459. Freely Redistributable
  2460. .email
  2461. fnf@amigalib.com
  2462. .described-by
  2463. Fred Fish (fnf@amigalib.com)
  2464. .aminet-dir
  2465. fish/disks
  2466. .execute
  2467. execute :Tools/scripts/UnPackFloppy 1039
  2468. .stored-in
  2469. FreshFish-Vol10:FishDisks/D1039
  2470. .pi-file
  2471. FreshFish-Vol10:FishDisks/D1039.PI
  2472. .name
  2473. AmigaLibDisk1040
  2474. .type
  2475. Disk Image
  2476. .short
  2477. Complete archive of 'Fish Disk' 1040.
  2478. .description
  2479. Full lha archive of the contents of 'Fish Disk' 1040.  To recreate
  2480. a copy of the floppy disk, format a blank floppy and extract the
  2481. contents of this archive in its root directory.
  2482. .author
  2483. Fred Fish
  2484. .distribution
  2485. Freely Redistributable
  2486. .email
  2487. fnf@amigalib.com
  2488. .described-by
  2489. Fred Fish (fnf@amigalib.com)
  2490. .aminet-dir
  2491. fish/disks
  2492. .execute
  2493. execute :Tools/scripts/UnPackFloppy 1040
  2494. .stored-in
  2495. FreshFish-Vol10:FishDisks/D1040
  2496. .pi-file
  2497. FreshFish-Vol10:FishDisks/D1040.PI
  2498. .name
  2499. AmigaLibDisk1041
  2500. .type
  2501. Disk Image
  2502. .short
  2503. Complete archive of 'Fish Disk' 1041.
  2504. .description
  2505. Full lha archive of the contents of 'Fish Disk' 1041.  To recreate
  2506. a copy of the floppy disk, format a blank floppy and extract the
  2507. contents of this archive in its root directory.
  2508. .author
  2509. Fred Fish
  2510. .distribution
  2511. Freely Redistributable
  2512. .email
  2513. fnf@amigalib.com
  2514. .described-by
  2515. Fred Fish (fnf@amigalib.com)
  2516. .aminet-dir
  2517. fish/disks
  2518. .execute
  2519. execute :Tools/scripts/UnPackFloppy 1041
  2520. .stored-in
  2521. FreshFish-Vol10:FishDisks/D1041
  2522. .pi-file
  2523. FreshFish-Vol10:FishDisks/D1041.PI
  2524. .name
  2525. AmigaLibDisk1042
  2526. .type
  2527. Disk Image
  2528. .short
  2529. Complete archive of 'Fish Disk' 1042.
  2530. .description
  2531. Full lha archive of the contents of 'Fish Disk' 1042.  To recreate
  2532. a copy of the floppy disk, format a blank floppy and extract the
  2533. contents of this archive in its root directory.
  2534. .author
  2535. Fred Fish
  2536. .distribution
  2537. Freely Redistributable
  2538. .email
  2539. fnf@amigalib.com
  2540. .described-by
  2541. Fred Fish (fnf@amigalib.com)
  2542. .aminet-dir
  2543. fish/disks
  2544. .execute
  2545. execute :Tools/scripts/UnPackFloppy 1042
  2546. .stored-in
  2547. FreshFish-Vol10:FishDisks/D1042
  2548. .pi-file
  2549. FreshFish-Vol10:FishDisks/D1042.PI
  2550. .name
  2551. AmigaLibDisk1043
  2552. .type
  2553. Disk Image
  2554. .short
  2555. Complete archive of 'Fish Disk' 1043.
  2556. .description
  2557. Full lha archive of the contents of 'Fish Disk' 1043.  To recreate
  2558. a copy of the floppy disk, format a blank floppy and extract the
  2559. contents of this archive in its root directory.
  2560. .author
  2561. Fred Fish
  2562. .distribution
  2563. Freely Redistributable
  2564. .email
  2565. fnf@amigalib.com
  2566. .described-by
  2567. Fred Fish (fnf@amigalib.com)
  2568. .aminet-dir
  2569. fish/disks
  2570. .execute
  2571. execute :Tools/scripts/UnPackFloppy 1043
  2572. .stored-in
  2573. FreshFish-Vol10:FishDisks/D1043
  2574. .pi-file
  2575. FreshFish-Vol10:FishDisks/D1043.PI
  2576. .name
  2577. AmigaLibDisk1044
  2578. .type
  2579. Disk Image
  2580. .short
  2581. Complete archive of 'Fish Disk' 1044.
  2582. .description
  2583. Full lha archive of the contents of 'Fish Disk' 1044.  To recreate
  2584. a copy of the floppy disk, format a blank floppy and extract the
  2585. contents of this archive in its root directory.
  2586. .author
  2587. Fred Fish
  2588. .distribution
  2589. Freely Redistributable
  2590. .email
  2591. fnf@amigalib.com
  2592. .described-by
  2593. Fred Fish (fnf@amigalib.com)
  2594. .aminet-dir
  2595. fish/disks
  2596. .execute
  2597. execute :Tools/scripts/UnPackFloppy 1044
  2598. .stored-in
  2599. FreshFish-Vol10:FishDisks/D1044
  2600. .pi-file
  2601. FreshFish-Vol10:FishDisks/D1044.PI
  2602. .name
  2603. AmigaLibDisk1045
  2604. .type
  2605. Disk Image
  2606. .short
  2607. Complete archive of 'Fish Disk' 1045.
  2608. .description
  2609. Full lha archive of the contents of 'Fish Disk' 1045.  To recreate
  2610. a copy of the floppy disk, format a blank floppy and extract the
  2611. contents of this archive in its root directory.
  2612. .author
  2613. Fred Fish
  2614. .distribution
  2615. Freely Redistributable
  2616. .email
  2617. fnf@amigalib.com
  2618. .described-by
  2619. Fred Fish (fnf@amigalib.com)
  2620. .aminet-dir
  2621. fish/disks
  2622. .execute
  2623. execute :Tools/scripts/UnPackFloppy 1045
  2624. .stored-in
  2625. FreshFish-Vol10:FishDisks/D1045
  2626. .pi-file
  2627. FreshFish-Vol10:FishDisks/D1045.PI
  2628. .name
  2629. AmigaLibDisk1046
  2630. .type
  2631. Disk Image
  2632. .short
  2633. Complete archive of 'Fish Disk' 1046.
  2634. .description
  2635. Full lha archive of the contents of 'Fish Disk' 1046.  To recreate
  2636. a copy of the floppy disk, format a blank floppy and extract the
  2637. contents of this archive in its root directory.
  2638. .author
  2639. Fred Fish
  2640. .distribution
  2641. Freely Redistributable
  2642. .email
  2643. fnf@amigalib.com
  2644. .described-by
  2645. Fred Fish (fnf@amigalib.com)
  2646. .aminet-dir
  2647. fish/disks
  2648. .execute
  2649. execute :Tools/scripts/UnPackFloppy 1046
  2650. .stored-in
  2651. FreshFish-Vol10:FishDisks/D1046
  2652. .pi-file
  2653. FreshFish-Vol10:FishDisks/D1046.PI
  2654. .name
  2655. AmigaLibDisk1047
  2656. .type
  2657. Disk Image
  2658. .short
  2659. Complete archive of 'Fish Disk' 1047.
  2660. .description
  2661. Full lha archive of the contents of 'Fish Disk' 1047.  To recreate
  2662. a copy of the floppy disk, format a blank floppy and extract the
  2663. contents of this archive in its root directory.
  2664. .author
  2665. Fred Fish
  2666. .distribution
  2667. Freely Redistributable
  2668. .email
  2669. fnf@amigalib.com
  2670. .described-by
  2671. Fred Fish (fnf@amigalib.com)
  2672. .aminet-dir
  2673. fish/disks
  2674. .execute
  2675. execute :Tools/scripts/UnPackFloppy 1047
  2676. .stored-in
  2677. FreshFish-Vol10:FishDisks/D1047
  2678. .pi-file
  2679. FreshFish-Vol10:FishDisks/D1047.PI
  2680. .name
  2681. AmigaLibDisk1048
  2682. .type
  2683. Disk Image
  2684. .short
  2685. Complete archive of 'Fish Disk' 1048.
  2686. .description
  2687. Full lha archive of the contents of 'Fish Disk' 1048.  To recreate
  2688. a copy of the floppy disk, format a blank floppy and extract the
  2689. contents of this archive in its root directory.
  2690. .author
  2691. Fred Fish
  2692. .distribution
  2693. Freely Redistributable
  2694. .email
  2695. fnf@amigalib.com
  2696. .described-by
  2697. Fred Fish (fnf@amigalib.com)
  2698. .aminet-dir
  2699. fish/disks
  2700. .execute
  2701. execute :Tools/scripts/UnPackFloppy 1048
  2702. .stored-in
  2703. FreshFish-Vol10:FishDisks/D1048
  2704. .pi-file
  2705. FreshFish-Vol10:FishDisks/D1048.PI
  2706. .name
  2707. AmigaLibDisk1049
  2708. .type
  2709. Disk Image
  2710. .short
  2711. Complete archive of 'Fish Disk' 1049.
  2712. .description
  2713. Full lha archive of the contents of 'Fish Disk' 1049.  To recreate
  2714. a copy of the floppy disk, format a blank floppy and extract the
  2715. contents of this archive in its root directory.
  2716. .author
  2717. Fred Fish
  2718. .distribution
  2719. Freely Redistributable
  2720. .email
  2721. fnf@amigalib.com
  2722. .described-by
  2723. Fred Fish (fnf@amigalib.com)
  2724. .aminet-dir
  2725. fish/disks
  2726. .execute
  2727. execute :Tools/scripts/UnPackFloppy 1049
  2728. .stored-in
  2729. FreshFish-Vol10:FishDisks/D1049
  2730. .pi-file
  2731. FreshFish-Vol10:FishDisks/D1049.PI
  2732. .name
  2733. AmigaLibDisk1050
  2734. .type
  2735. Disk Image
  2736. .short
  2737. Complete archive of 'Fish Disk' 1050.
  2738. .description
  2739. Full lha archive of the contents of 'Fish Disk' 1050.  To recreate
  2740. a copy of the floppy disk, format a blank floppy and extract the
  2741. contents of this archive in its root directory.
  2742. .author
  2743. Fred Fish
  2744. .distribution
  2745. Freely Redistributable
  2746. .email
  2747. fnf@amigalib.com
  2748. .described-by
  2749. Fred Fish (fnf@amigalib.com)
  2750. .aminet-dir
  2751. fish/disks
  2752. .execute
  2753. execute :Tools/scripts/UnPackFloppy 1050
  2754. .stored-in
  2755. FreshFish-Vol10:FishDisks/D1050
  2756. .pi-file
  2757. FreshFish-Vol10:FishDisks/D1050.PI
  2758. .name
  2759. AmigaLibDisk1051
  2760. .type
  2761. Disk Image
  2762. .short
  2763. Complete archive of 'Fish Disk' 1051.
  2764. .description
  2765. Full lha archive of the contents of 'Fish Disk' 1051.  To recreate
  2766. a copy of the floppy disk, format a blank floppy and extract the
  2767. contents of this archive in its root directory.
  2768. .author
  2769. Fred Fish
  2770. .distribution
  2771. Freely Redistributable
  2772. .email
  2773. fnf@amigalib.com
  2774. .described-by
  2775. Fred Fish (fnf@amigalib.com)
  2776. .aminet-dir
  2777. fish/disks
  2778. .execute
  2779. execute :Tools/scripts/UnPackFloppy 1051
  2780. .stored-in
  2781. FreshFish-Vol10:FishDisks/D1051
  2782. .pi-file
  2783. FreshFish-Vol10:FishDisks/D1051.PI
  2784. .name
  2785. AmigaLibDisk1052
  2786. .type
  2787. Disk Image
  2788. .short
  2789. Complete archive of 'Fish Disk' 1052.
  2790. .description
  2791. Full lha archive of the contents of 'Fish Disk' 1052.  To recreate
  2792. a copy of the floppy disk, format a blank floppy and extract the
  2793. contents of this archive in its root directory.
  2794. .author
  2795. Fred Fish
  2796. .distribution
  2797. Freely Redistributable
  2798. .email
  2799. fnf@amigalib.com
  2800. .described-by
  2801. Fred Fish (fnf@amigalib.com)
  2802. .aminet-dir
  2803. fish/disks
  2804. .execute
  2805. execute :Tools/scripts/UnPackFloppy 1052
  2806. .stored-in
  2807. FreshFish-Vol10:FishDisks/D1052
  2808. .pi-file
  2809. FreshFish-Vol10:FishDisks/D1052.PI
  2810. .name
  2811. AmigaLibDisk1053
  2812. .type
  2813. Disk Image
  2814. .short
  2815. Complete archive of 'Fish Disk' 1053.
  2816. .description
  2817. Full lha archive of the contents of 'Fish Disk' 1053.  To recreate
  2818. a copy of the floppy disk, format a blank floppy and extract the
  2819. contents of this archive in its root directory.
  2820. .author
  2821. Fred Fish
  2822. .distribution
  2823. Freely Redistributable
  2824. .email
  2825. fnf@amigalib.com
  2826. .described-by
  2827. Fred Fish (fnf@amigalib.com)
  2828. .aminet-dir
  2829. fish/disks
  2830. .execute
  2831. execute :Tools/scripts/UnPackFloppy 1053
  2832. .stored-in
  2833. FreshFish-Vol10:FishDisks/D1053
  2834. .pi-file
  2835. FreshFish-Vol10:FishDisks/D1053.PI
  2836. .name
  2837. AmigaLibDisk1054
  2838. .type
  2839. Disk Image
  2840. .short
  2841. Complete archive of 'Fish Disk' 1054.
  2842. .description
  2843. Full lha archive of the contents of 'Fish Disk' 1054.  To recreate
  2844. a copy of the floppy disk, format a blank floppy and extract the
  2845. contents of this archive in its root directory.
  2846. .author
  2847. Fred Fish
  2848. .distribution
  2849. Freely Redistributable
  2850. .email
  2851. fnf@amigalib.com
  2852. .described-by
  2853. Fred Fish (fnf@amigalib.com)
  2854. .aminet-dir
  2855. fish/disks
  2856. .execute
  2857. execute :Tools/scripts/UnPackFloppy 1054
  2858. .stored-in
  2859. FreshFish-Vol10:FishDisks/D1054
  2860. .pi-file
  2861. FreshFish-Vol10:FishDisks/D1054.PI
  2862. .name
  2863. AmigaLibDisk1055
  2864. .type
  2865. Disk Image
  2866. .short
  2867. Complete archive of 'Fish Disk' 1055.
  2868. .description
  2869. Full lha archive of the contents of 'Fish Disk' 1055.  To recreate
  2870. a copy of the floppy disk, format a blank floppy and extract the
  2871. contents of this archive in its root directory.
  2872. .author
  2873. Fred Fish
  2874. .distribution
  2875. Freely Redistributable
  2876. .email
  2877. fnf@amigalib.com
  2878. .described-by
  2879. Fred Fish (fnf@amigalib.com)
  2880. .aminet-dir
  2881. fish/disks
  2882. .execute
  2883. execute :Tools/scripts/UnPackFloppy 1055
  2884. .stored-in
  2885. FreshFish-Vol10:FishDisks/D1055
  2886. .pi-file
  2887. FreshFish-Vol10:FishDisks/D1055.PI
  2888. .name
  2889. AmigaLibDisk1056
  2890. .type
  2891. Disk Image
  2892. .short
  2893. Complete archive of 'Fish Disk' 1056.
  2894. .description
  2895. Full lha archive of the contents of 'Fish Disk' 1056.  To recreate
  2896. a copy of the floppy disk, format a blank floppy and extract the
  2897. contents of this archive in its root directory.
  2898. .author
  2899. Fred Fish
  2900. .distribution
  2901. Freely Redistributable
  2902. .email
  2903. fnf@amigalib.com
  2904. .described-by
  2905. Fred Fish (fnf@amigalib.com)
  2906. .aminet-dir
  2907. fish/disks
  2908. .execute
  2909. execute :Tools/scripts/UnPackFloppy 1056
  2910. .stored-in
  2911. FreshFish-Vol10:FishDisks/D1056
  2912. .pi-file
  2913. FreshFish-Vol10:FishDisks/D1056.PI
  2914. .name
  2915. AmigaLibDisk1057
  2916. .type
  2917. Disk Image
  2918. .short
  2919. Complete archive of 'Fish Disk' 1057.
  2920. .description
  2921. Full lha archive of the contents of 'Fish Disk' 1057.  To recreate
  2922. a copy of the floppy disk, format a blank floppy and extract the
  2923. contents of this archive in its root directory.
  2924. .author
  2925. Fred Fish
  2926. .distribution
  2927. Freely Redistributable
  2928. .email
  2929. fnf@amigalib.com
  2930. .described-by
  2931. Fred Fish (fnf@amigalib.com)
  2932. .aminet-dir
  2933. fish/disks
  2934. .execute
  2935. execute :Tools/scripts/UnPackFloppy 1057
  2936. .stored-in
  2937. FreshFish-Vol10:FishDisks/D1057
  2938. .pi-file
  2939. FreshFish-Vol10:FishDisks/D1057.PI
  2940. .name
  2941. AmigaLibDisk1058
  2942. .type
  2943. Disk Image
  2944. .short
  2945. Complete archive of 'Fish Disk' 1058.
  2946. .description
  2947. Full lha archive of the contents of 'Fish Disk' 1058.  To recreate
  2948. a copy of the floppy disk, format a blank floppy and extract the
  2949. contents of this archive in its root directory.
  2950. .author
  2951. Fred Fish
  2952. .distribution
  2953. Freely Redistributable
  2954. .email
  2955. fnf@amigalib.com
  2956. .described-by
  2957. Fred Fish (fnf@amigalib.com)
  2958. .aminet-dir
  2959. fish/disks
  2960. .execute
  2961. execute :Tools/scripts/UnPackFloppy 1058
  2962. .stored-in
  2963. FreshFish-Vol10:FishDisks/D1058
  2964. .pi-file
  2965. FreshFish-Vol10:FishDisks/D1058.PI
  2966. .name
  2967. AmigaLibDisk1059
  2968. .type
  2969. Disk Image
  2970. .short
  2971. Complete archive of 'Fish Disk' 1059.
  2972. .description
  2973. Full lha archive of the contents of 'Fish Disk' 1059.  To recreate
  2974. a copy of the floppy disk, format a blank floppy and extract the
  2975. contents of this archive in its root directory.
  2976. .author
  2977. Fred Fish
  2978. .distribution
  2979. Freely Redistributable
  2980. .email
  2981. fnf@amigalib.com
  2982. .described-by
  2983. Fred Fish (fnf@amigalib.com)
  2984. .aminet-dir
  2985. fish/disks
  2986. .execute
  2987. execute :Tools/scripts/UnPackFloppy 1059
  2988. .stored-in
  2989. FreshFish-Vol10:FishDisks/D1059
  2990. .pi-file
  2991. FreshFish-Vol10:FishDisks/D1059.PI
  2992. .name
  2993. AmigaLibDisk1060
  2994. .type
  2995. Disk Image
  2996. .short
  2997. Complete archive of 'Fish Disk' 1060.
  2998. .description
  2999. Full lha archive of the contents of 'Fish Disk' 1060.  To recreate
  3000. a copy of the floppy disk, format a blank floppy and extract the
  3001. contents of this archive in its root directory.
  3002. .author
  3003. Fred Fish
  3004. .distribution
  3005. Freely Redistributable
  3006. .email
  3007. fnf@amigalib.com
  3008. .described-by
  3009. Fred Fish (fnf@amigalib.com)
  3010. .aminet-dir
  3011. fish/disks
  3012. .execute
  3013. execute :Tools/scripts/UnPackFloppy 1060
  3014. .stored-in
  3015. FreshFish-Vol10:FishDisks/D1060
  3016. .pi-file
  3017. FreshFish-Vol10:FishDisks/D1060.PI
  3018. .name
  3019. AmigaLibDisk1061
  3020. .type
  3021. Disk Image
  3022. .short
  3023. Complete archive of 'Fish Disk' 1061.
  3024. .description
  3025. Full lha archive of the contents of 'Fish Disk' 1061.  To recreate
  3026. a copy of the floppy disk, format a blank floppy and extract the
  3027. contents of this archive in its root directory.
  3028. .author
  3029. Fred Fish
  3030. .distribution
  3031. Freely Redistributable
  3032. .email
  3033. fnf@amigalib.com
  3034. .described-by
  3035. Fred Fish (fnf@amigalib.com)
  3036. .aminet-dir
  3037. fish/disks
  3038. .execute
  3039. execute :Tools/scripts/UnPackFloppy 1061
  3040. .stored-in
  3041. FreshFish-Vol10:FishDisks/D1061
  3042. .pi-file
  3043. FreshFish-Vol10:FishDisks/D1061.PI
  3044. .name
  3045. AmigaLibDisk1062
  3046. .type
  3047. Disk Image
  3048. .short
  3049. Complete archive of 'Fish Disk' 1062.
  3050. .description
  3051. Full lha archive of the contents of 'Fish Disk' 1062.  To recreate
  3052. a copy of the floppy disk, format a blank floppy and extract the
  3053. contents of this archive in its root directory.
  3054. .author
  3055. Fred Fish
  3056. .distribution
  3057. Freely Redistributable
  3058. .email
  3059. fnf@amigalib.com
  3060. .described-by
  3061. Fred Fish (fnf@amigalib.com)
  3062. .aminet-dir
  3063. fish/disks
  3064. .execute
  3065. execute :Tools/scripts/UnPackFloppy 1062
  3066. .stored-in
  3067. FreshFish-Vol10:FishDisks/D1062
  3068. .pi-file
  3069. FreshFish-Vol10:FishDisks/D1062.PI
  3070. .name
  3071. AmigaLibDisk1063
  3072. .type
  3073. Disk Image
  3074. .short
  3075. Complete archive of 'Fish Disk' 1063.
  3076. .description
  3077. Full lha archive of the contents of 'Fish Disk' 1063.  To recreate
  3078. a copy of the floppy disk, format a blank floppy and extract the
  3079. contents of this archive in its root directory.
  3080. .author
  3081. Fred Fish
  3082. .distribution
  3083. Freely Redistributable
  3084. .email
  3085. fnf@amigalib.com
  3086. .described-by
  3087. Fred Fish (fnf@amigalib.com)
  3088. .aminet-dir
  3089. fish/disks
  3090. .execute
  3091. execute :Tools/scripts/UnPackFloppy 1063
  3092. .stored-in
  3093. FreshFish-Vol10:FishDisks/D1063
  3094. .pi-file
  3095. FreshFish-Vol10:FishDisks/D1063.PI
  3096. .name
  3097. AmigaLibDisk1064
  3098. .type
  3099. Disk Image
  3100. .short
  3101. Complete archive of 'Fish Disk' 1064.
  3102. .description
  3103. Full lha archive of the contents of 'Fish Disk' 1064.  To recreate
  3104. a copy of the floppy disk, format a blank floppy and extract the
  3105. contents of this archive in its root directory.
  3106. .author
  3107. Fred Fish
  3108. .distribution
  3109. Freely Redistributable
  3110. .email
  3111. fnf@amigalib.com
  3112. .described-by
  3113. Fred Fish (fnf@amigalib.com)
  3114. .aminet-dir
  3115. fish/disks
  3116. .execute
  3117. execute :Tools/scripts/UnPackFloppy 1064
  3118. .stored-in
  3119. FreshFish-Vol10:FishDisks/D1064
  3120. .pi-file
  3121. FreshFish-Vol10:FishDisks/D1064.PI
  3122. .name
  3123. AmigaLibDisk1065
  3124. .type
  3125. Disk Image
  3126. .short
  3127. Complete archive of 'Fish Disk' 1065.
  3128. .description
  3129. Full lha archive of the contents of 'Fish Disk' 1065.  To recreate
  3130. a copy of the floppy disk, format a blank floppy and extract the
  3131. contents of this archive in its root directory.
  3132. .author
  3133. Fred Fish
  3134. .distribution
  3135. Freely Redistributable
  3136. .email
  3137. fnf@amigalib.com
  3138. .described-by
  3139. Fred Fish (fnf@amigalib.com)
  3140. .aminet-dir
  3141. fish/disks
  3142. .execute
  3143. execute :Tools/scripts/UnPackFloppy 1065
  3144. .stored-in
  3145. FreshFish-Vol10:FishDisks/D1065
  3146. .pi-file
  3147. FreshFish-Vol10:FishDisks/D1065.PI
  3148. .name
  3149. AmigaLibDisk1066
  3150. .type
  3151. Disk Image
  3152. .short
  3153. Complete archive of 'Fish Disk' 1066.
  3154. .description
  3155. Full lha archive of the contents of 'Fish Disk' 1066.  To recreate
  3156. a copy of the floppy disk, format a blank floppy and extract the
  3157. contents of this archive in its root directory.
  3158. .author
  3159. Fred Fish
  3160. .distribution
  3161. Freely Redistributable
  3162. .email
  3163. fnf@amigalib.com
  3164. .described-by
  3165. Fred Fish (fnf@amigalib.com)
  3166. .aminet-dir
  3167. fish/disks
  3168. .execute
  3169. execute :Tools/scripts/UnPackFloppy 1066
  3170. .stored-in
  3171. FreshFish-Vol10:FishDisks/D1066
  3172. .pi-file
  3173. FreshFish-Vol10:FishDisks/D1066.PI
  3174. .name
  3175. AmigaLibDisk1067
  3176. .type
  3177. Disk Image
  3178. .short
  3179. Complete archive of 'Fish Disk' 1067.
  3180. .description
  3181. Full lha archive of the contents of 'Fish Disk' 1067.  To recreate
  3182. a copy of the floppy disk, format a blank floppy and extract the
  3183. contents of this archive in its root directory.
  3184. .author
  3185. Fred Fish
  3186. .distribution
  3187. Freely Redistributable
  3188. .email
  3189. fnf@amigalib.com
  3190. .described-by
  3191. Fred Fish (fnf@amigalib.com)
  3192. .aminet-dir
  3193. fish/disks
  3194. .execute
  3195. execute :Tools/scripts/UnPackFloppy 1067
  3196. .stored-in
  3197. FreshFish-Vol10:FishDisks/D1067
  3198. .pi-file
  3199. FreshFish-Vol10:FishDisks/D1067.PI
  3200. .name
  3201. AmigaLibDisk1068
  3202. .type
  3203. Disk Image
  3204. .short
  3205. Complete archive of 'Fish Disk' 1068.
  3206. .description
  3207. Full lha archive of the contents of 'Fish Disk' 1068.  To recreate
  3208. a copy of the floppy disk, format a blank floppy and extract the
  3209. contents of this archive in its root directory.
  3210. .author
  3211. Fred Fish
  3212. .distribution
  3213. Freely Redistributable
  3214. .email
  3215. fnf@amigalib.com
  3216. .described-by
  3217. Fred Fish (fnf@amigalib.com)
  3218. .aminet-dir
  3219. fish/disks
  3220. .execute
  3221. execute :Tools/scripts/UnPackFloppy 1068
  3222. .stored-in
  3223. FreshFish-Vol10:FishDisks/D1068
  3224. .pi-file
  3225. FreshFish-Vol10:FishDisks/D1068.PI
  3226. .name
  3227. AmigaLibDisk1069
  3228. .type
  3229. Disk Image
  3230. .short
  3231. Complete archive of 'Fish Disk' 1069.
  3232. .description
  3233. Full lha archive of the contents of 'Fish Disk' 1069.  To recreate
  3234. a copy of the floppy disk, format a blank floppy and extract the
  3235. contents of this archive in its root directory.
  3236. .author
  3237. Fred Fish
  3238. .distribution
  3239. Freely Redistributable
  3240. .email
  3241. fnf@amigalib.com
  3242. .described-by
  3243. Fred Fish (fnf@amigalib.com)
  3244. .aminet-dir
  3245. fish/disks
  3246. .execute
  3247. execute :Tools/scripts/UnPackFloppy 1069
  3248. .stored-in
  3249. FreshFish-Vol10:FishDisks/D1069
  3250. .pi-file
  3251. FreshFish-Vol10:FishDisks/D1069.PI
  3252. .name
  3253. AmigaLibDisk1070
  3254. .type
  3255. Disk Image
  3256. .short
  3257. Complete archive of 'Fish Disk' 1070.
  3258. .description
  3259. Full lha archive of the contents of 'Fish Disk' 1070.  To recreate
  3260. a copy of the floppy disk, format a blank floppy and extract the
  3261. contents of this archive in its root directory.
  3262. .author
  3263. Fred Fish
  3264. .distribution
  3265. Freely Redistributable
  3266. .email
  3267. fnf@amigalib.com
  3268. .described-by
  3269. Fred Fish (fnf@amigalib.com)
  3270. .aminet-dir
  3271. fish/disks
  3272. .execute
  3273. execute :Tools/scripts/UnPackFloppy 1070
  3274. .stored-in
  3275. FreshFish-Vol10:FishDisks/D1070
  3276. .pi-file
  3277. FreshFish-Vol10:FishDisks/D1070.PI
  3278. .name
  3279. AmigaLibDisk1071
  3280. .type
  3281. Disk Image
  3282. .short
  3283. Complete archive of 'Fish Disk' 1071.
  3284. .description
  3285. Full lha archive of the contents of 'Fish Disk' 1071.  To recreate
  3286. a copy of the floppy disk, format a blank floppy and extract the
  3287. contents of this archive in its root directory.
  3288. .author
  3289. Fred Fish
  3290. .distribution
  3291. Freely Redistributable
  3292. .email
  3293. fnf@amigalib.com
  3294. .described-by
  3295. Fred Fish (fnf@amigalib.com)
  3296. .aminet-dir
  3297. fish/disks
  3298. .execute
  3299. execute :Tools/scripts/UnPackFloppy 1071
  3300. .stored-in
  3301. FreshFish-Vol10:FishDisks/D1071
  3302. .pi-file
  3303. FreshFish-Vol10:FishDisks/D1071.PI
  3304. .name
  3305. AmigaLibDisk1072
  3306. .type
  3307. Disk Image
  3308. .short
  3309. Complete archive of 'Fish Disk' 1072.
  3310. .description
  3311. Full lha archive of the contents of 'Fish Disk' 1072.  To recreate
  3312. a copy of the floppy disk, format a blank floppy and extract the
  3313. contents of this archive in its root directory.
  3314. .author
  3315. Fred Fish
  3316. .distribution
  3317. Freely Redistributable
  3318. .email
  3319. fnf@amigalib.com
  3320. .described-by
  3321. Fred Fish (fnf@amigalib.com)
  3322. .aminet-dir
  3323. fish/disks
  3324. .execute
  3325. execute :Tools/scripts/UnPackFloppy 1072
  3326. .stored-in
  3327. FreshFish-Vol10:FishDisks/D1072
  3328. .pi-file
  3329. FreshFish-Vol10:FishDisks/D1072.PI
  3330. .name
  3331. AmigaLibDisk1073
  3332. .type
  3333. Disk Image
  3334. .short
  3335. Complete archive of 'Fish Disk' 1073.
  3336. .description
  3337. Full lha archive of the contents of 'Fish Disk' 1073.  To recreate
  3338. a copy of the floppy disk, format a blank floppy and extract the
  3339. contents of this archive in its root directory.
  3340. .author
  3341. Fred Fish
  3342. .distribution
  3343. Freely Redistributable
  3344. .email
  3345. fnf@amigalib.com
  3346. .described-by
  3347. Fred Fish (fnf@amigalib.com)
  3348. .aminet-dir
  3349. fish/disks
  3350. .execute
  3351. execute :Tools/scripts/UnPackFloppy 1073
  3352. .stored-in
  3353. FreshFish-Vol10:FishDisks/D1073
  3354. .pi-file
  3355. FreshFish-Vol10:FishDisks/D1073.PI
  3356. .name
  3357. AmigaLibDisk1074
  3358. .type
  3359. Disk Image
  3360. .short
  3361. Complete archive of 'Fish Disk' 1074.
  3362. .description
  3363. Full lha archive of the contents of 'Fish Disk' 1074.  To recreate
  3364. a copy of the floppy disk, format a blank floppy and extract the
  3365. contents of this archive in its root directory.
  3366. .author
  3367. Fred Fish
  3368. .distribution
  3369. Freely Redistributable
  3370. .email
  3371. fnf@amigalib.com
  3372. .described-by
  3373. Fred Fish (fnf@amigalib.com)
  3374. .aminet-dir
  3375. fish/disks
  3376. .execute
  3377. execute :Tools/scripts/UnPackFloppy 1074
  3378. .stored-in
  3379. FreshFish-Vol10:FishDisks/D1074
  3380. .pi-file
  3381. FreshFish-Vol10:FishDisks/D1074.PI
  3382. .name
  3383. AmigaLibDisk1075
  3384. .type
  3385. Disk Image
  3386. .short
  3387. Complete archive of 'Fish Disk' 1075.
  3388. .description
  3389. Full lha archive of the contents of 'Fish Disk' 1075.  To recreate
  3390. a copy of the floppy disk, format a blank floppy and extract the
  3391. contents of this archive in its root directory.
  3392. .author
  3393. Fred Fish
  3394. .distribution
  3395. Freely Redistributable
  3396. .email
  3397. fnf@amigalib.com
  3398. .described-by
  3399. Fred Fish (fnf@amigalib.com)
  3400. .aminet-dir
  3401. fish/disks
  3402. .execute
  3403. execute :Tools/scripts/UnPackFloppy 1075
  3404. .stored-in
  3405. FreshFish-Vol10:FishDisks/D1075
  3406. .pi-file
  3407. FreshFish-Vol10:FishDisks/D1075.PI
  3408. .name
  3409. AmigaLibDisk1076
  3410. .type
  3411. Disk Image
  3412. .short
  3413. Complete archive of 'Fish Disk' 1076.
  3414. .description
  3415. Full lha archive of the contents of 'Fish Disk' 1076.  To recreate
  3416. a copy of the floppy disk, format a blank floppy and extract the
  3417. contents of this archive in its root directory.
  3418. .author
  3419. Fred Fish
  3420. .distribution
  3421. Freely Redistributable
  3422. .email
  3423. fnf@amigalib.com
  3424. .described-by
  3425. Fred Fish (fnf@amigalib.com)
  3426. .aminet-dir
  3427. fish/disks
  3428. .execute
  3429. execute :Tools/scripts/UnPackFloppy 1076
  3430. .stored-in
  3431. FreshFish-Vol10:FishDisks/D1076
  3432. .pi-file
  3433. FreshFish-Vol10:FishDisks/D1076.PI
  3434. .name
  3435. AmigaLibDisk1077
  3436. .type
  3437. Disk Image
  3438. .short
  3439. Complete archive of 'Fish Disk' 1077.
  3440. .description
  3441. Full lha archive of the contents of 'Fish Disk' 1077.  To recreate
  3442. a copy of the floppy disk, format a blank floppy and extract the
  3443. contents of this archive in its root directory.
  3444. .author
  3445. Fred Fish
  3446. .distribution
  3447. Freely Redistributable
  3448. .email
  3449. fnf@amigalib.com
  3450. .described-by
  3451. Fred Fish (fnf@amigalib.com)
  3452. .aminet-dir
  3453. fish/disks
  3454. .execute
  3455. execute :Tools/scripts/UnPackFloppy 1077
  3456. .stored-in
  3457. FreshFish-Vol10:FishDisks/D1077
  3458. .pi-file
  3459. FreshFish-Vol10:FishDisks/D1077.PI
  3460. .name
  3461. AmigaLibDisk1078
  3462. .type
  3463. Disk Image
  3464. .short
  3465. Complete archive of 'Fish Disk' 1078.
  3466. .description
  3467. Full lha archive of the contents of 'Fish Disk' 1078.  To recreate
  3468. a copy of the floppy disk, format a blank floppy and extract the
  3469. contents of this archive in its root directory.
  3470. .author
  3471. Fred Fish
  3472. .distribution
  3473. Freely Redistributable
  3474. .email
  3475. fnf@amigalib.com
  3476. .described-by
  3477. Fred Fish (fnf@amigalib.com)
  3478. .aminet-dir
  3479. fish/disks
  3480. .execute
  3481. execute :Tools/scripts/UnPackFloppy 1078
  3482. .stored-in
  3483. FreshFish-Vol10:FishDisks/D1078
  3484. .pi-file
  3485. FreshFish-Vol10:FishDisks/D1078.PI
  3486. .name
  3487. AmigaLibDisk1079
  3488. .type
  3489. Disk Image
  3490. .short
  3491. Complete archive of 'Fish Disk' 1079.
  3492. .description
  3493. Full lha archive of the contents of 'Fish Disk' 1079.  To recreate
  3494. a copy of the floppy disk, format a blank floppy and extract the
  3495. contents of this archive in its root directory.
  3496. .author
  3497. Fred Fish
  3498. .distribution
  3499. Freely Redistributable
  3500. .email
  3501. fnf@amigalib.com
  3502. .described-by
  3503. Fred Fish (fnf@amigalib.com)
  3504. .aminet-dir
  3505. fish/disks
  3506. .execute
  3507. execute :Tools/scripts/UnPackFloppy 1079
  3508. .stored-in
  3509. FreshFish-Vol10:FishDisks/D1079
  3510. .pi-file
  3511. FreshFish-Vol10:FishDisks/D1079.PI
  3512. .name
  3513. AmigaLibDisk1080
  3514. .type
  3515. Disk Image
  3516. .short
  3517. Complete archive of 'Fish Disk' 1080.
  3518. .description
  3519. Full lha archive of the contents of 'Fish Disk' 1080.  To recreate
  3520. a copy of the floppy disk, format a blank floppy and extract the
  3521. contents of this archive in its root directory.
  3522. .author
  3523. Fred Fish
  3524. .distribution
  3525. Freely Redistributable
  3526. .email
  3527. fnf@amigalib.com
  3528. .described-by
  3529. Fred Fish (fnf@amigalib.com)
  3530. .aminet-dir
  3531. fish/disks
  3532. .execute
  3533. execute :Tools/scripts/UnPackFloppy 1080
  3534. .stored-in
  3535. FreshFish-Vol10:FishDisks/D1080
  3536. .pi-file
  3537. FreshFish-Vol10:FishDisks/D1080.PI
  3538. .name
  3539. AmigaLibDisk1081
  3540. .type
  3541. Disk Image
  3542. .short
  3543. Complete archive of 'Fish Disk' 1081.
  3544. .description
  3545. Full lha archive of the contents of 'Fish Disk' 1081.  To recreate
  3546. a copy of the floppy disk, format a blank floppy and extract the
  3547. contents of this archive in its root directory.
  3548. .author
  3549. Fred Fish
  3550. .distribution
  3551. Freely Redistributable
  3552. .email
  3553. fnf@amigalib.com
  3554. .described-by
  3555. Fred Fish (fnf@amigalib.com)
  3556. .aminet-dir
  3557. fish/disks
  3558. .execute
  3559. execute :Tools/scripts/UnPackFloppy 1081
  3560. .stored-in
  3561. FreshFish-Vol10:FishDisks/D1081
  3562. .pi-file
  3563. FreshFish-Vol10:FishDisks/D1081.PI
  3564. .name
  3565. AmigaLibDisk1082
  3566. .type
  3567. Disk Image
  3568. .short
  3569. Complete archive of 'Fish Disk' 1082.
  3570. .description
  3571. Full lha archive of the contents of 'Fish Disk' 1082.  To recreate
  3572. a copy of the floppy disk, format a blank floppy and extract the
  3573. contents of this archive in its root directory.
  3574. .author
  3575. Fred Fish
  3576. .distribution
  3577. Freely Redistributable
  3578. .email
  3579. fnf@amigalib.com
  3580. .described-by
  3581. Fred Fish (fnf@amigalib.com)
  3582. .aminet-dir
  3583. fish/disks
  3584. .execute
  3585. execute :Tools/scripts/UnPackFloppy 1082
  3586. .stored-in
  3587. FreshFish-Vol10:FishDisks/D1082
  3588. .pi-file
  3589. FreshFish-Vol10:FishDisks/D1082.PI
  3590. .name
  3591. AmigaLibDisk1083
  3592. .type
  3593. Disk Image
  3594. .short
  3595. Complete archive of 'Fish Disk' 1083.
  3596. .description
  3597. Full lha archive of the contents of 'Fish Disk' 1083.  To recreate
  3598. a copy of the floppy disk, format a blank floppy and extract the
  3599. contents of this archive in its root directory.
  3600. .author
  3601. Fred Fish
  3602. .distribution
  3603. Freely Redistributable
  3604. .email
  3605. fnf@amigalib.com
  3606. .described-by
  3607. Fred Fish (fnf@amigalib.com)
  3608. .aminet-dir
  3609. fish/disks
  3610. .execute
  3611. execute :Tools/scripts/UnPackFloppy 1083
  3612. .stored-in
  3613. FreshFish-Vol10:FishDisks/D1083
  3614. .pi-file
  3615. FreshFish-Vol10:FishDisks/D1083.PI
  3616. .name
  3617. AmigaLibDisk1084
  3618. .type
  3619. Disk Image
  3620. .short
  3621. Complete archive of 'Fish Disk' 1084.
  3622. .description
  3623. Full lha archive of the contents of 'Fish Disk' 1084.  To recreate
  3624. a copy of the floppy disk, format a blank floppy and extract the
  3625. contents of this archive in its root directory.
  3626. .author
  3627. Fred Fish
  3628. .distribution
  3629. Freely Redistributable
  3630. .email
  3631. fnf@amigalib.com
  3632. .described-by
  3633. Fred Fish (fnf@amigalib.com)
  3634. .aminet-dir
  3635. fish/disks
  3636. .execute
  3637. execute :Tools/scripts/UnPackFloppy 1084
  3638. .stored-in
  3639. FreshFish-Vol10:FishDisks/D1084
  3640. .pi-file
  3641. FreshFish-Vol10:FishDisks/D1084.PI
  3642. .name
  3643. AmigaLibDisk1085
  3644. .type
  3645. Disk Image
  3646. .short
  3647. Complete archive of 'Fish Disk' 1085.
  3648. .description
  3649. Full lha archive of the contents of 'Fish Disk' 1085.  To recreate
  3650. a copy of the floppy disk, format a blank floppy and extract the
  3651. contents of this archive in its root directory.
  3652. .author
  3653. Fred Fish
  3654. .distribution
  3655. Freely Redistributable
  3656. .email
  3657. fnf@amigalib.com
  3658. .described-by
  3659. Fred Fish (fnf@amigalib.com)
  3660. .aminet-dir
  3661. fish/disks
  3662. .execute
  3663. execute :Tools/scripts/UnPackFloppy 1085
  3664. .stored-in
  3665. FreshFish-Vol10:FishDisks/D1085
  3666. .pi-file
  3667. FreshFish-Vol10:FishDisks/D1085.PI
  3668. .name
  3669. AmigaLibDisk1086
  3670. .type
  3671. Disk Image
  3672. .short
  3673. Complete archive of 'Fish Disk' 1086.
  3674. .description
  3675. Full lha archive of the contents of 'Fish Disk' 1086.  To recreate
  3676. a copy of the floppy disk, format a blank floppy and extract the
  3677. contents of this archive in its root directory.
  3678. .author
  3679. Fred Fish
  3680. .distribution
  3681. Freely Redistributable
  3682. .email
  3683. fnf@amigalib.com
  3684. .described-by
  3685. Fred Fish (fnf@amigalib.com)
  3686. .aminet-dir
  3687. fish/disks
  3688. .execute
  3689. execute :Tools/scripts/UnPackFloppy 1086
  3690. .stored-in
  3691. FreshFish-Vol10:FishDisks/D1086
  3692. .pi-file
  3693. FreshFish-Vol10:FishDisks/D1086.PI
  3694. .name
  3695. AmigaLibDisk1087
  3696. .type
  3697. Disk Image
  3698. .short
  3699. Complete archive of 'Fish Disk' 1087.
  3700. .description
  3701. Full lha archive of the contents of 'Fish Disk' 1087.  To recreate
  3702. a copy of the floppy disk, format a blank floppy and extract the
  3703. contents of this archive in its root directory.
  3704. .author
  3705. Fred Fish
  3706. .distribution
  3707. Freely Redistributable
  3708. .email
  3709. fnf@amigalib.com
  3710. .described-by
  3711. Fred Fish (fnf@amigalib.com)
  3712. .aminet-dir
  3713. fish/disks
  3714. .execute
  3715. execute :Tools/scripts/UnPackFloppy 1087
  3716. .stored-in
  3717. FreshFish-Vol10:FishDisks/D1087
  3718. .pi-file
  3719. FreshFish-Vol10:FishDisks/D1087.PI
  3720. .name
  3721. AmigaLibDisk1088
  3722. .type
  3723. Disk Image
  3724. .short
  3725. Complete archive of 'Fish Disk' 1088.
  3726. .description
  3727. Full lha archive of the contents of 'Fish Disk' 1088.  To recreate
  3728. a copy of the floppy disk, format a blank floppy and extract the
  3729. contents of this archive in its root directory.
  3730. .author
  3731. Fred Fish
  3732. .distribution
  3733. Freely Redistributable
  3734. .email
  3735. fnf@amigalib.com
  3736. .described-by
  3737. Fred Fish (fnf@amigalib.com)
  3738. .aminet-dir
  3739. fish/disks
  3740. .execute
  3741. execute :Tools/scripts/UnPackFloppy 1088
  3742. .stored-in
  3743. FreshFish-Vol10:FishDisks/D1088
  3744. .pi-file
  3745. FreshFish-Vol10:FishDisks/D1088.PI
  3746. .name
  3747. AmigaLibDisk1089
  3748. .type
  3749. Disk Image
  3750. .short
  3751. Complete archive of 'Fish Disk' 1089.
  3752. .description
  3753. Full lha archive of the contents of 'Fish Disk' 1089.  To recreate
  3754. a copy of the floppy disk, format a blank floppy and extract the
  3755. contents of this archive in its root directory.
  3756. .author
  3757. Fred Fish
  3758. .distribution
  3759. Freely Redistributable
  3760. .email
  3761. fnf@amigalib.com
  3762. .described-by
  3763. Fred Fish (fnf@amigalib.com)
  3764. .aminet-dir
  3765. fish/disks
  3766. .execute
  3767. execute :Tools/scripts/UnPackFloppy 1089
  3768. .stored-in
  3769. FreshFish-Vol10:FishDisks/D1089
  3770. .pi-file
  3771. FreshFish-Vol10:FishDisks/D1089.PI
  3772. .name
  3773. AmigaLibDisk1090
  3774. .type
  3775. Disk Image
  3776. .short
  3777. Complete archive of 'Fish Disk' 1090.
  3778. .description
  3779. Full lha archive of the contents of 'Fish Disk' 1090.  To recreate
  3780. a copy of the floppy disk, format a blank floppy and extract the
  3781. contents of this archive in its root directory.
  3782. .author
  3783. Fred Fish
  3784. .distribution
  3785. Freely Redistributable
  3786. .email
  3787. fnf@amigalib.com
  3788. .described-by
  3789. Fred Fish (fnf@amigalib.com)
  3790. .aminet-dir
  3791. fish/disks
  3792. .execute
  3793. execute :Tools/scripts/UnPackFloppy 1090
  3794. .stored-in
  3795. FreshFish-Vol10:FishDisks/D1090
  3796. .pi-file
  3797. FreshFish-Vol10:FishDisks/D1090.PI
  3798. .name
  3799. AmigaLibDisk1091
  3800. .type
  3801. Disk Image
  3802. .short
  3803. Complete archive of 'Fish Disk' 1091.
  3804. .description
  3805. Full lha archive of the contents of 'Fish Disk' 1091.  To recreate
  3806. a copy of the floppy disk, format a blank floppy and extract the
  3807. contents of this archive in its root directory.
  3808. .author
  3809. Fred Fish
  3810. .distribution
  3811. Freely Redistributable
  3812. .email
  3813. fnf@amigalib.com
  3814. .described-by
  3815. Fred Fish (fnf@amigalib.com)
  3816. .aminet-dir
  3817. fish/disks
  3818. .execute
  3819. execute :Tools/scripts/UnPackFloppy 1091
  3820. .stored-in
  3821. FreshFish-Vol10:FishDisks/D1091
  3822. .pi-file
  3823. FreshFish-Vol10:FishDisks/D1091.PI
  3824. .name
  3825. AmigaLibDisk1092
  3826. .type
  3827. Disk Image
  3828. .short
  3829. Complete archive of 'Fish Disk' 1092.
  3830. .description
  3831. Full lha archive of the contents of 'Fish Disk' 1092.  To recreate
  3832. a copy of the floppy disk, format a blank floppy and extract the
  3833. contents of this archive in its root directory.
  3834. .author
  3835. Fred Fish
  3836. .distribution
  3837. Freely Redistributable
  3838. .email
  3839. fnf@amigalib.com
  3840. .described-by
  3841. Fred Fish (fnf@amigalib.com)
  3842. .aminet-dir
  3843. fish/disks
  3844. .execute
  3845. execute :Tools/scripts/UnPackFloppy 1092
  3846. .stored-in
  3847. FreshFish-Vol10:FishDisks/D1092
  3848. .pi-file
  3849. FreshFish-Vol10:FishDisks/D1092.PI
  3850. .name
  3851. AmigaLibDisk1093
  3852. .type
  3853. Disk Image
  3854. .short
  3855. Complete archive of 'Fish Disk' 1093.
  3856. .description
  3857. Full lha archive of the contents of 'Fish Disk' 1093.  To recreate
  3858. a copy of the floppy disk, format a blank floppy and extract the
  3859. contents of this archive in its root directory.
  3860. .author
  3861. Fred Fish
  3862. .distribution
  3863. Freely Redistributable
  3864. .email
  3865. fnf@amigalib.com
  3866. .described-by
  3867. Fred Fish (fnf@amigalib.com)
  3868. .aminet-dir
  3869. fish/disks
  3870. .execute
  3871. execute :Tools/scripts/UnPackFloppy 1093
  3872. .stored-in
  3873. FreshFish-Vol10:FishDisks/D1093
  3874. .pi-file
  3875. FreshFish-Vol10:FishDisks/D1093.PI
  3876. .name
  3877. AmigaLibDisk1094
  3878. .type
  3879. Disk Image
  3880. .short
  3881. Complete archive of 'Fish Disk' 1094.
  3882. .description
  3883. Full lha archive of the contents of 'Fish Disk' 1094.  To recreate
  3884. a copy of the floppy disk, format a blank floppy and extract the
  3885. contents of this archive in its root directory.
  3886. .author
  3887. Fred Fish
  3888. .distribution
  3889. Freely Redistributable
  3890. .email
  3891. fnf@amigalib.com
  3892. .described-by
  3893. Fred Fish (fnf@amigalib.com)
  3894. .aminet-dir
  3895. fish/disks
  3896. .execute
  3897. execute :Tools/scripts/UnPackFloppy 1094
  3898. .stored-in
  3899. FreshFish-Vol10:FishDisks/D1094
  3900. .pi-file
  3901. FreshFish-Vol10:FishDisks/D1094.PI
  3902. .name
  3903. AmigaLibDisk1095
  3904. .type
  3905. Disk Image
  3906. .short
  3907. Complete archive of 'Fish Disk' 1095.
  3908. .description
  3909. Full lha archive of the contents of 'Fish Disk' 1095.  To recreate
  3910. a copy of the floppy disk, format a blank floppy and extract the
  3911. contents of this archive in its root directory.
  3912. .author
  3913. Fred Fish
  3914. .distribution
  3915. Freely Redistributable
  3916. .email
  3917. fnf@amigalib.com
  3918. .described-by
  3919. Fred Fish (fnf@amigalib.com)
  3920. .aminet-dir
  3921. fish/disks
  3922. .execute
  3923. execute :Tools/scripts/UnPackFloppy 1095
  3924. .stored-in
  3925. FreshFish-Vol10:FishDisks/D1095
  3926. .pi-file
  3927. FreshFish-Vol10:FishDisks/D1095.PI
  3928. .name
  3929. AmigaLibDisk1096
  3930. .type
  3931. Disk Image
  3932. .short
  3933. Complete archive of 'Fish Disk' 1096.
  3934. .description
  3935. Full lha archive of the contents of 'Fish Disk' 1096.  To recreate
  3936. a copy of the floppy disk, format a blank floppy and extract the
  3937. contents of this archive in its root directory.
  3938. .author
  3939. Fred Fish
  3940. .distribution
  3941. Freely Redistributable
  3942. .email
  3943. fnf@amigalib.com
  3944. .described-by
  3945. Fred Fish (fnf@amigalib.com)
  3946. .aminet-dir
  3947. fish/disks
  3948. .execute
  3949. execute :Tools/scripts/UnPackFloppy 1096
  3950. .stored-in
  3951. FreshFish-Vol10:FishDisks/D1096
  3952. .pi-file
  3953. FreshFish-Vol10:FishDisks/D1096.PI
  3954. .name
  3955. AmigaLibDisk1097
  3956. .type
  3957. Disk Image
  3958. .short
  3959. Complete archive of 'Fish Disk' 1097.
  3960. .description
  3961. Full lha archive of the contents of 'Fish Disk' 1097.  To recreate
  3962. a copy of the floppy disk, format a blank floppy and extract the
  3963. contents of this archive in its root directory.
  3964. .author
  3965. Fred Fish
  3966. .distribution
  3967. Freely Redistributable
  3968. .email
  3969. fnf@amigalib.com
  3970. .described-by
  3971. Fred Fish (fnf@amigalib.com)
  3972. .aminet-dir
  3973. fish/disks
  3974. .execute
  3975. execute :Tools/scripts/UnPackFloppy 1097
  3976. .stored-in
  3977. FreshFish-Vol10:FishDisks/D1097
  3978. .pi-file
  3979. FreshFish-Vol10:FishDisks/D1097.PI
  3980. .name
  3981. AmigaLibDisk1098
  3982. .type
  3983. Disk Image
  3984. .short
  3985. Complete archive of 'Fish Disk' 1098.
  3986. .description
  3987. Full lha archive of the contents of 'Fish Disk' 1098.  To recreate
  3988. a copy of the floppy disk, format a blank floppy and extract the
  3989. contents of this archive in its root directory.
  3990. .author
  3991. Fred Fish
  3992. .distribution
  3993. Freely Redistributable
  3994. .email
  3995. fnf@amigalib.com
  3996. .described-by
  3997. Fred Fish (fnf@amigalib.com)
  3998. .aminet-dir
  3999. fish/disks
  4000. .execute
  4001. execute :Tools/scripts/UnPackFloppy 1098
  4002. .stored-in
  4003. FreshFish-Vol10:FishDisks/D1098
  4004. .pi-file
  4005. FreshFish-Vol10:FishDisks/D1098.PI
  4006. .name
  4007. AmigaLibDisk1099
  4008. .type
  4009. Disk Image
  4010. .short
  4011. Complete archive of 'Fish Disk' 1099.
  4012. .description
  4013. Full lha archive of the contents of 'Fish Disk' 1099.  To recreate
  4014. a copy of the floppy disk, format a blank floppy and extract the
  4015. contents of this archive in its root directory.
  4016. .author
  4017. Fred Fish
  4018. .distribution
  4019. Freely Redistributable
  4020. .email
  4021. fnf@amigalib.com
  4022. .described-by
  4023. Fred Fish (fnf@amigalib.com)
  4024. .aminet-dir
  4025. fish/disks
  4026. .execute
  4027. execute :Tools/scripts/UnPackFloppy 1099
  4028. .stored-in
  4029. FreshFish-Vol10:FishDisks/D1099
  4030. .pi-file
  4031. FreshFish-Vol10:FishDisks/D1099.PI
  4032. .name
  4033. AmigaLibDisk1100
  4034. .type
  4035. Disk Image
  4036. .short
  4037. Complete archive of 'Fish Disk' 1100.
  4038. .description
  4039. Full lha archive of the contents of 'Fish Disk' 1100.  To recreate
  4040. a copy of the floppy disk, format a blank floppy and extract the
  4041. contents of this archive in its root directory.
  4042. .author
  4043. Fred Fish
  4044. .distribution
  4045. Freely Redistributable
  4046. .email
  4047. fnf@amigalib.com
  4048. .described-by
  4049. Fred Fish (fnf@amigalib.com)
  4050. .aminet-dir
  4051. fish/disks
  4052. .execute
  4053. execute :Tools/scripts/UnPackFloppy 1100
  4054. .stored-in
  4055. FreshFish-Vol10:FishDisks/D1100
  4056. .pi-file
  4057. FreshFish-Vol10:FishDisks/D1100.PI
  4058. .name
  4059. AmigaXv
  4060. .type
  4061. Image Utility
  4062. .short
  4063. Amiga port of the popular unix displayer
  4064. .description
  4065. This is a port of an X11 program called Xv (v3.10) by John Bradley.
  4066.  
  4067. XV is a program that displays image files in GIF87, GIF89, JPEG,
  4068. PBM/PGM/PPM, TIFF, PDS/VICAR Sun Rasterfile, and X11 Bitmap formats.
  4069. XV runs on nearly ALL X displays: 1, 2, 4, 6, 8, 16, 24, and 32-bit,
  4070. color, greyscale, and black/white.
  4071.  
  4072. XV displays one image at a time in an output window, or on the root
  4073. window.  You can arbitrarily stretch or compress the window, and the
  4074. picture will be rescaled to fit.  You can rotate the picture in
  4075. 90-degree steps.  You can flip the picture vertically and
  4076. horizontally.  You can repeatedly 'crop' a picture (define a
  4077. rectangular 'region-of-interest' and 'throw away' the rest).  You can
  4078. magnify any portion of the picture by any amount, up to the maximum
  4079. size of your screen.
  4080.  
  4081. XV allows you click on the picture to determine pixel RGB values and
  4082. x,y coordinates.  You can perform arbitrary 'gamma correction' on the
  4083. picture both in RGB space and HSV space.  You can specify the maximum
  4084. number of colors that XV should use, for some interesting visual
  4085. effects.  You can have the program produce a stippled version of the
  4086. picture using black and white, or any other pair of colors.
  4087.  
  4088. XV can write images in a variety of formats, with many of the
  4089. modifications you may have made to the picture saved as well.  You can
  4090. use XV to do format conversion.  XV will also automatically uncompress
  4091. compress-ed files, as well as read files from stdin.
  4092. .version
  4093. 2.18
  4094. .author
  4095. John Bradley, Amiga port by Terje Pedersen
  4096. .requirements
  4097. Requires MUI
  4098. AGA/OS3.0 is recommended but it may actually work with WB2.04/ECS.
  4099. .reference
  4100. FreshFish-Vol9-2:BBS/gfx/xv-2.10.lha
  4101. 2.10
  4102. FreshFish-Vol9-1:Useful/gfx/edit/xv/
  4103. 2.10
  4104. FreshFish-Vol9-1:New/gfx/edit/xv/
  4105. 2.10
  4106. FreshFish-Vol9-2:BBS/gfx/AmigaXv-1.21.lha
  4107. 1.21
  4108. FreshFish-Vol8-2:BBS/gfx/AmigaXv-1.21.lha
  4109. 1.21
  4110. FreshFish-Vol8-1:Useful/gfx/edit/AmigaXv/
  4111. 1.21
  4112. FreshFish-Vol8-1:New/gfx/edit/AmigaXv/
  4113. 1.21
  4114. .email
  4115. terjepe@stud.cs.uit.no
  4116. .docs
  4117. HISTORY
  4118. docs/amiga.readme
  4119. docs/readme.mui
  4120. docs/LIBX11.readme
  4121. docs/README
  4122. docs/WorthALook.readme
  4123. .described-by
  4124. Dan Fish (daf@starfish.amigalib.com)
  4125. .submittal
  4126. Downloaded via ftp from aminet (wuarchive.wustl.edu)
  4127. .execute
  4128. LAB Start
  4129. set choice `RequestChoice "Amiga Xv" "Please select an option" "View Doc" "Run Program" "Cancel"`
  4130. if $choice GT "0"
  4131.   if $choice EQ "1"
  4132.     set orgdir `cd`
  4133.     cd docs
  4134.     set filechoice `RequestFile TITLE "Select Text File" PATTERN "~(#?.info)"`
  4135.     set dirchoice `pathname $filechoice`
  4136.     set filechoice `basename $filechoice`
  4137.     failat 21
  4138.     cd $dirchoice
  4139.     MetaTool $filechoice TEXT
  4140.     cd $orgdir
  4141.     failat 10
  4142.     unset filechoice
  4143.     unset dirchoice
  4144.   else
  4145.     if $choice EQ "2"
  4146.       stack 30000
  4147.       run xv218
  4148.     endif
  4149.   endif
  4150.   skip Start BACK
  4151. endif
  4152. .aminet-dir
  4153. gfx/edit
  4154. .stored-in
  4155. FreshFish-Vol10:New/gfx/edit/AmigaXv/
  4156. .pi-file
  4157. FreshFish-Vol10:New/gfx/edit/AmigaXv/Product-Info
  4158. .name
  4159. AmigaXv
  4160. .type
  4161. Image Utility
  4162. .short
  4163. Amiga port of the popular unix displayer
  4164. .description
  4165. This is a port of an X11 program called Xv (v3.10) by John Bradley.
  4166.  
  4167. XV is a program that displays image files in GIF87, GIF89, JPEG,
  4168. PBM/PGM/PPM, TIFF, PDS/VICAR Sun Rasterfile, and X11 Bitmap formats.
  4169. XV runs on nearly ALL X displays: 1, 2, 4, 6, 8, 16, 24, and 32-bit,
  4170. color, greyscale, and black/white.
  4171.  
  4172. XV displays one image at a time in an output window, or on the root
  4173. window.  You can arbitrarily stretch or compress the window, and the
  4174. picture will be rescaled to fit.  You can rotate the picture in
  4175. 90-degree steps.  You can flip the picture vertically and
  4176. horizontally.  You can repeatedly 'crop' a picture (define a
  4177. rectangular 'region-of-interest' and 'throw away' the rest).  You can
  4178. magnify any portion of the picture by any amount, up to the maximum
  4179. size of your screen.
  4180.  
  4181. XV allows you click on the picture to determine pixel RGB values and
  4182. x,y coordinates.  You can perform arbitrary 'gamma correction' on the
  4183. picture both in RGB space and HSV space.  You can specify the maximum
  4184. number of colors that XV should use, for some interesting visual
  4185. effects.  You can have the program produce a stippled version of the
  4186. picture using black and white, or any other pair of colors.
  4187.  
  4188. XV can write images in a variety of formats, with many of the
  4189. modifications you may have made to the picture saved as well.  You can
  4190. use XV to do format conversion.  XV will also automatically uncompress
  4191. compress-ed files, as well as read files from stdin.
  4192. .version
  4193. 2.18
  4194. .author
  4195. John Bradley, Amiga port by Terje Pedersen
  4196. .requirements
  4197. Requires MUI
  4198. AGA/OS3.0 is recommended but it may actually work with WB2.04/ECS.
  4199. .reference
  4200. FreshFish-Vol9-2:BBS/gfx/xv-2.10.lha
  4201. 2.10
  4202. FreshFish-Vol9-1:Useful/gfx/edit/xv/
  4203. 2.10
  4204. FreshFish-Vol9-1:New/gfx/edit/xv/
  4205. 2.10
  4206. FreshFish-Vol9-2:BBS/gfx/AmigaXv-1.21.lha
  4207. 1.21
  4208. FreshFish-Vol8-2:BBS/gfx/AmigaXv-1.21.lha
  4209. 1.21
  4210. FreshFish-Vol8-1:Useful/gfx/edit/AmigaXv/
  4211. 1.21
  4212. FreshFish-Vol8-1:New/gfx/edit/AmigaXv/
  4213. 1.21
  4214. .email
  4215. terjepe@stud.cs.uit.no
  4216. .docs
  4217. HISTORY
  4218. docs/amiga.readme
  4219. docs/readme.mui
  4220. docs/LIBX11.readme
  4221. docs/README
  4222. docs/WorthALook.readme
  4223. .described-by
  4224. Dan Fish (daf@starfish.amigalib.com)
  4225. .submittal
  4226. Downloaded via ftp from aminet (wuarchive.wustl.edu)
  4227. .execute
  4228. LAB Start
  4229. set choice `RequestChoice "Amiga Xv" "Please select an option" "View Doc" "Run Program" "Cancel"`
  4230. if $choice GT "0"
  4231.   if $choice EQ "1"
  4232.     set orgdir `cd`
  4233.     cd docs
  4234.     set filechoice `RequestFile TITLE "Select Text File" PATTERN "~(#?.info)"`
  4235.     set dirchoice `pathname $filechoice`
  4236.     set filechoice `basename $filechoice`
  4237.     failat 21
  4238.     cd $dirchoice
  4239.     MetaTool $filechoice TEXT
  4240.     cd $orgdir
  4241.     failat 10
  4242.     unset filechoice
  4243.     unset dirchoice
  4244.   else
  4245.     if $choice EQ "2"
  4246.       stack 30000
  4247.       run xv218
  4248.     endif
  4249.   endif
  4250.   skip Start BACK
  4251. endif
  4252. .aminet-dir
  4253. gfx/edit
  4254. .stored-in
  4255. FreshFish-Vol10:Useful/gfx/edit/AmigaXv/
  4256. .pi-file
  4257. FreshFish-Vol10:Useful/gfx/edit/AmigaXv/Product-Info
  4258. .name
  4259. AmiPOP
  4260. .type
  4261. Network Utility
  4262. .short
  4263. A POP 3 client for AmigaDOS.
  4264. .description
  4265. AmiPOP@ is a POP3 Client for AmigaDOS.  It was written directly from
  4266. the POP3 RFC (RFC #1225). AmiPOP is only a simple transport mechanism
  4267. for moving electronic mail messages between a POP-Host, typically
  4268. a mainframe, and your local AmigaDOS system.  The advantage of POP
  4269. over other transports such as SMTP is that all E-mail can still be
  4270. directed to the mainframe system.  This is of primary importance when
  4271. either a dialup line is used, which has a new IP address for each
  4272. connection, or when a user uses many machines, and wishes to be able
  4273. to transparently read mail on all of them.
  4274.  
  4275. AmiPOP features:
  4276.     · AUISG compliant (or at least it tries to be!)
  4277.     · Makes heavy use of 2.0 (and higher) functions such as ReadArgs,
  4278.       utility.library, GadTools, and 2.0 functions in Amiga.lib.
  4279.     · Written from RFC 1225, not a port of a Unix or a PC application.
  4280.     · Small code size, and low system resource usage.
  4281.     · Commodities interface
  4282. .version
  4283. 1.16
  4284. .date
  4285. 1994.12.08
  4286. .author
  4287. Scott Ellis
  4288. .requirements
  4289. AmigaDOS 2.04+
  4290. AmiTCP/IP release 2 or higher.
  4291. .reference
  4292. GoldFish-Vol2-1:Files/comm/net/AmiPOP/
  4293. 1.14
  4294. FreshFish-Dec93:New/comm/net/AmiTCP_POP/
  4295. 1.6
  4296. .distribution
  4297. Freeware
  4298. .address
  4299. 3640 Mt Everest Blvd
  4300. San Diego, CA
  4301. 92111 (USA)
  4302. .email
  4303. sellis@ucssun1.sdsu.edu
  4304. .source
  4305. Includes source in C.
  4306. .docs
  4307. AmiPOP.guide
  4308. .described-by
  4309. Dan Fish (daf@starfish.amigalib.com)
  4310. .submittal
  4311. Downloaded via ftp from wuarchive.wustl.edu.
  4312. .execute
  4313. set orgdir `cd`
  4314. LAB start
  4315. set choice `RequestChoice "AmiPOP" "Please select an option" "View Guide Files" "View Other Files" "Run AmiPOP" "Cancel"`
  4316. if $choice GT "0"
  4317.   if $choice EQ "1"
  4318.     set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
  4319.     set dirchoice `pathname $filechoice`
  4320.     set filechoice `basename $filechoice`
  4321.     failat 21
  4322.     cd $dirchoice
  4323.     MetaTool $filechoice GUIDE
  4324.   else
  4325.     if $choice EQ "2"
  4326.       set filechoice `RequestFile TITLE "Select Text File"`
  4327.       set dirchoice `pathname $filechoice`
  4328.       set filechoice `basename $filechoice`
  4329.       failat 21
  4330.       cd $dirchoice
  4331.       MetaTool $filechoice TEXT
  4332.     else
  4333.       if $choice EQ "3"
  4334.     AmiPOP.000
  4335.       endif
  4336.     endif
  4337.   endif
  4338.   cd $orgdir
  4339.   skip start BACK
  4340. endif
  4341. cd $orgdir
  4342. .aminet-dir
  4343. comm/net
  4344. .stored-in
  4345. FreshFish-Vol10:Useful/comm/tcp/AmiPOP/
  4346. .pi-file
  4347. FreshFish-Vol10:Useful/comm/tcp/AmiPOP/Product-Info
  4348. .name
  4349. AmiTCP-Demo
  4350. .type
  4351. Communications
  4352. .short
  4353. TCP/IP protocol stack
  4354. .description
  4355.   AmiTCP/IP is the most videly used TCP/IP protocol stack for the
  4356.   Amiga. AmiTCP/IP utilizes the standard Sana-II network device
  4357.   drivers and provides an application level socket interface to the
  4358.   Internet protocol suite as an Amiga shared library.
  4359.  
  4360.   AmiTCP/IP is propiertary, copyrighted product of the NSDi - Network
  4361.   Solutions Development Inc, Finland.  See the file 'LICENCE' included
  4362.   in the archive for the licence conditions.
  4363.  
  4364.   This is the demonstration version of the AmiTCP/IP 4.0.
  4365.  
  4366. * About the Commercial AmiTCP/IP Version
  4367.  
  4368.   The commercial version of AmiTCP/IP 4.0 includes:
  4369.  
  4370.     - Enchanced version of AmiTCP:
  4371.       - Frendlier logging system with global filter etc.
  4372.       - Cache for name server replies
  4373.       - Sana-II 2.0 support
  4374.       - Full BOOTP support
  4375.       - Access control for server programs
  4376.       - Optimized version for '20 and up
  4377.     - Automatic BOOTP configuration utility
  4378.     - Printed & online User Manual
  4379.     - Technical support via email, fax and normal mail
  4380.  
  4381.   All the new features in the future will be added to the commercial
  4382.   version only.
  4383. .version
  4384. 4.0
  4385. .date
  4386. 1994.10.31
  4387. .author
  4388. AmiTCP/IP Group
  4389. .reference
  4390. GoldFish-Vol2-1:Files/comm/net/AmiTCP/
  4391. 3.0ß2
  4392. FreshFish-Vol2/New/comm/net/AmiTCP/
  4393. 2.2
  4394. FreshFish-Vol3/Old/Dec93/comm/net/AmiTCP/
  4395. 2.2
  4396. .distribution
  4397. Commercial Demo
  4398. .price
  4399. $99 (US), DM 149, GBP 61, FIM 450
  4400. .address
  4401. NSDi / Orders
  4402. P.O.Box 32
  4403. FIN-02151 ESPOO
  4404. FINLAND
  4405. .email
  4406. orders@nsdi.fi        (orders)
  4407. AmiTCP-Bug@nsdi.fi      (Bug reports)
  4408. info@nsdi.fi        (pricing & info)
  4409. .docs
  4410. README.First
  4411. AmiTCP-demo-40.readme
  4412. HowToOrder
  4413. HowToInstall
  4414. LICENCE
  4415. COPYRIGHTS
  4416. .described-by
  4417. Dan Fish (daf@starfish.amigalib.com)
  4418. .submittal
  4419. Downloaded via ftp from kampi.hut.fi
  4420. .execute
  4421. set orgdir `cd`
  4422. LAB start
  4423. set choice `RequestChoice "AmiTCP Demo" "Please select an option" "View Guide Files" "View Other Files" "Install" "Cancel"`
  4424. if $choice GT "0"
  4425.   if $choice EQ "1"
  4426.     set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
  4427.     set dirchoice `pathname $filechoice`
  4428.     set filechoice `basename $filechoice`
  4429.     failat 21
  4430.     cd $dirchoice
  4431.     MetaTool $filechoice GUIDE
  4432.   else
  4433.     if $choice EQ "2"
  4434.       set filechoice `RequestFile TITLE "Select Text File"`
  4435.       set dirchoice `pathname $filechoice`
  4436.       set filechoice `basename $filechoice`
  4437.       failat 21
  4438.       cd $dirchoice
  4439.       MetaTool $filechoice TEXT
  4440.     else
  4441.       if $choice EQ "3"
  4442.     Installer SCRIPT Install_AmiTCP APPNAME AmiTCP/IP MINUSER AVERAGE
  4443.       endif
  4444.     endif
  4445.   endif
  4446.   cd $orgdir
  4447.   skip start BACK
  4448. endif
  4449. cd $orgdir
  4450. .aminet-dir
  4451. comm/tcp
  4452. .stored-in
  4453. FreshFish-Vol10:Useful/comm/tcp/AmiTCP-Demo/
  4454. .pi-file
  4455. FreshFish-Vol10:Useful/comm/tcp/AmiTCP-Demo/Product-Info
  4456. .name
  4457. AmiTCP-SDK
  4458. .type
  4459. Communications
  4460. .short
  4461. Source/Developer Kit for AmiTCP
  4462. .description
  4463.   Include files, some development tools, link libraries (with source)
  4464.   and programming examples for AmiTCP/IP 4.0.
  4465.  
  4466.   AmiTCP/IP is proprietary, copyrighted product of the NSDi - Network
  4467.   Solutions Development Inc, Finland.  See the file 'LICENCE.SDK'
  4468.   included in the archive for the licence conditions.
  4469. .version
  4470. 4.0
  4471. .date
  4472. 1994.10.31
  4473. .author
  4474. AmiTCP/IP Group
  4475. .reference
  4476. GoldFish-Vol2-1:Files/comm/net/AmiTCP/
  4477. 3.0ß2
  4478. FreshFish-Vol2/New/comm/net/AmiTCP/
  4479. 2.2
  4480. FreshFish-Vol3/Old/Dec93/comm/net/AmiTCP/
  4481. 2.2
  4482. .distribution
  4483. Copyrighted but Freely Redistributable
  4484. .email
  4485. AmiTCP-Bug@nsdi.fi      (Bug reports)
  4486. .docs
  4487. README.First
  4488. AmiTCP-sdk-40.readme
  4489. LICENCE.SDK
  4490. COPYRIGHTS.SDK
  4491. .described-by
  4492. Dan Fish (daf@starfish.amigalib.com)
  4493. .submittal
  4494. Downloaded via ftp from kampi.hut.fi
  4495. .execute
  4496. LAB Start
  4497. set choice `RequestChoice "Options Selection" "Please select an option AmiTCP SDK" "COPYRIGHT" "LICENSE" "README" "Cancel"`
  4498. if $choice GT "0"
  4499.   if $choice EQ "1"
  4500.     MetaTool COPYRIGHTS.SDK TEXT
  4501.   else
  4502.     if $choice EQ "2"
  4503.       MetaTool LICENCE.SDK TEXT
  4504.     else
  4505.       if $choice EQ "3"
  4506.         MetaTool AmiTCP-sdk-40.readme TEXT
  4507.       endif
  4508.     endif
  4509.   endif
  4510.    failat 10
  4511.    unset filechoice
  4512.    unset dirchoice
  4513.   skip Start BACK
  4514. endif
  4515. .aminet-dir
  4516. comm/tcp
  4517. .stored-in
  4518. FreshFish-Vol10:Useful/comm/tcp/AmiTCP-SDK/
  4519. .pi-file
  4520. FreshFish-Vol10:Useful/comm/tcp/AmiTCP-SDK/Product-Info
  4521. .name
  4522. AmiTCP
  4523. .author
  4524. AmiTCP/IP Group and others
  4525. .short
  4526. TCP/IP protocol stack for SANA-II.
  4527. .version
  4528. 3.0ß2
  4529. .date
  4530. 1994.05.02
  4531. .source
  4532. Includes source in C.
  4533. .description
  4534. AmiTCP  is  a set of programs that enables the Amiga to connect to a TCP/IP
  4535. network.   AmiTCP  lets the user use commands such as ftp, telnet from your
  4536. Amiga.   AmiTCP  also  lets remote users connect to your machine from other
  4537. TCP/IP  hosts.   AmiTCP  is  a TCP/IP protocol stack for implementing basic
  4538. Internet  protocols  on  top  of any SANA-II network device driver, such as
  4539. one for SLIP or Ethernet.
  4540. .described-by
  4541. Automatically generated from Contents file by c2pi program.
  4542. .execute
  4543. set orgdir `cd`
  4544. LAB start
  4545. set choice `RequestChoice "AmiTCP" "Please select an option" "COPYRIGHT" "View Guides" "View Files" "Install" "Cancel"`
  4546. if $choice GT "0"
  4547.   if $choice EQ "1"
  4548.     MetaTool COPYRIGHTS TEXT
  4549.   else
  4550.     if $choice EQ "2"
  4551.       cd help
  4552.       set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
  4553.       set dirchoice `pathname $filechoice`
  4554.       set filechoice `basename $filechoice`
  4555.       failat 21
  4556.       cd $dirchoice
  4557.       MetaTool $filechoice GUIDE
  4558.     else
  4559.       if $choice EQ "3"
  4560.         set filechoice `RequestFile TITLE "Select Text File"`
  4561.         set dirchoice `pathname $filechoice`
  4562.         set filechoice `basename $filechoice`
  4563.         failat 21
  4564.         cd $dirchoice
  4565.         MetaTool $filechoice TEXT
  4566.       else
  4567.         if $choice EQ "4"
  4568.           Installer SCRIPT Install_AmiTCP APPNAME AmiTCP/IP MINUSER AVERAGE
  4569.         endif
  4570.       endif
  4571.     endif
  4572.   endif
  4573.   failat 10
  4574.   unset filechoice
  4575.   unset dirchoice
  4576.   cd $orgdir
  4577.   skip start BACK
  4578. endif
  4579. .aminet-dir
  4580. comm/tcp
  4581. .stored-in
  4582. FreshFish-Vol10:Useful/comm/tcp/AmiTCP/
  4583. .pi-file
  4584. FreshFish-Vol10:Useful/comm/tcp/AmiTCP/Product-Info
  4585. .name
  4586. AmiWin
  4587. .type
  4588. OS Utility
  4589. .short
  4590. A port of the X11R6 software package
  4591. .description
  4592. AmiWin is a port of the X11R6 software package by the X consortium.
  4593.  
  4594. X11R6 (X-Window-System, sometimes also referred to as "X-Windows")
  4595. is a GUI interface standard that is particularly common on Un*x
  4596. systems. The feature that most sets it apart from other GUI standards
  4597. is that X11 can run across a network, i.e. a GUI-based program can be
  4598. run on a machine that is different from the one the user is working on
  4599. (where the X server is located).
  4600. .version
  4601. 2.0
  4602. .date
  4603. 1995.07.31
  4604. .author
  4605. Holger Kruse
  4606. .restrictions
  4607.    The evaluation version has a number of restrictions that are not
  4608. present in the registered version:
  4609.  
  4610. * In the unregistered version the number of clients connected to the
  4611.   X server at any time is limited to 4 (128 in the registered
  4612.   version).
  4613.  
  4614. * The unregistered version of AmiWin does not support external X
  4615.   extension modules. The registered version comes with the "Sync"
  4616.   and "Multibuffering" extensions.
  4617.  
  4618. * All display drivers in the evaluation version have a maximum
  4619.   screen size of 800x600.
  4620.  
  4621. * The evaluation version does not contain the true-color display
  4622.   drivers.
  4623.  
  4624. * The evaluation version of the font access library only supports X
  4625.   bitmap fonts. Scalable outline fonts (Speedo, Type1) and remote
  4626.   font access are not supported.
  4627.  
  4628. * The evaluation version only contains two fonts. Other bitmap fonts
  4629.   are available from other sources though (e.g. ftp.x.org), and can
  4630.   be used with the evaluation version of AmiWin. The registered
  4631.   version comes with a large font collection (17 MB) including
  4632.   scalable fonts, precompiled for AmiWin for best performance.
  4633.  
  4634. * The registered version contains several more clients, including
  4635.   the virtual window manager "fvwm" and all associated modules.
  4636.  
  4637. * The registered version contains 68030-optimized versions of all
  4638.   display drivers.
  4639.  
  4640. * The registered version contains "xaw3d.library", a library that
  4641.   gives the Athena Widgets set a 3-dimensional look, and
  4642.   "xpm.library", a library for handling color images.
  4643.  
  4644. * The registered version comes with a printable copy of the AmiWin
  4645.   manual (.dvi and .ps formats).
  4646. .requirements
  4647. OS2.04+
  4648. 4Mb RAM
  4649. 2Mb Disk Space
  4650. .distribution
  4651. Shareware
  4652. .price
  4653. $50
  4654. .address
  4655. 12006 Coed Drive
  4656. Orlando, FL 32826-3101
  4657. USA
  4658. .email
  4659. kruse@cs.ucf.edu
  4660. .docs
  4661. AmiWin.guide
  4662. REGISTRATION
  4663. .described-by
  4664. Richard Fish (rjf@amigalib.com)
  4665. .submittal
  4666. Downloaded via ftp from wuarchive.wustl.edu.
  4667. .aminet-dir
  4668. gfx/x11
  4669. .execute
  4670. set orgdir `cd`
  4671. LAB Start
  4672. set choice `RequestChoice "Options Selection" "Please select an option" "View Guide" "Install Program" "Cancel"`
  4673. if $choice GT "0"
  4674.   if $choice EQ "1"
  4675.     MetaTool AmiWin.guide GUIDE
  4676.   else
  4677.     if $choice EQ "2"
  4678.       Installer Install_AmiWin MINUSER Expert APPNAME AmiWin
  4679.     endif
  4680.   endif
  4681.   cd $orgdir
  4682.   skip Start BACK
  4683. endif
  4684. .stored-in
  4685. FreshFish-Vol10:New/gfx/x11/AmiWin/
  4686. .pi-file
  4687. FreshFish-Vol10:New/gfx/x11/AmiWin/Product-Info
  4688. .name
  4689. AmyWB
  4690. .type
  4691. Icons
  4692. .short
  4693. a collection 32 color icons/docks
  4694. .description
  4695. This is AmyWB Icon pack Vol 1, a collection of higly professional 32
  4696. colors, 1:1 resolution icons/docks for Amiga.
  4697.  
  4698. AmyWB Icons are compatible with:
  4699. - Amiga native 4 colors icons
  4700. - MagicWB 8 colors icons
  4701. - ROMIcons 16 colors icons
  4702.  
  4703. A suited palette file and configuration file for LockColors are included
  4704. in this package.
  4705. .version
  4706. 1
  4707. .author
  4708. Henrik Jensen
  4709. .restrictions
  4710. Drawer icons are not ready yet.
  4711. .distribution
  4712. Copyrighted but Freely Redistributable
  4713. .docs
  4714. README
  4715. .described-by
  4716. Richard Fish (rjf@amigalib.com)
  4717. .submittal
  4718. Downloaded via ftp from wuarchive.wustl.edu.
  4719. .aminet-dir
  4720. pix/icon
  4721. .execute
  4722. LAB Start
  4723. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Preview" "Cancel"`
  4724. if $choice GT "0"
  4725.   if $choice EQ "1"
  4726.     MetaTool README TEXT
  4727.   else
  4728.     if $choice EQ "2"
  4729.       MetaTool Snaphshot.iff ILBM
  4730.     endif
  4731.   endif
  4732.   skip Start BACK
  4733. endif
  4734. .stored-in
  4735. FreshFish-Vol10:New/pix/icon/AmyWB_1/
  4736. .pi-file
  4737. FreshFish-Vol10:New/pix/icon/AmyWB_1/Product-Info
  4738. .name
  4739. Analay
  4740. .type
  4741. Scientific
  4742. .short
  4743. Graphing with integrated page layout
  4744. .description
  4745. Analay is a new math graphing program with integrated page layout. It
  4746. combines its math functions with a DTP program, enabling the user to
  4747. lay out scientific pages very quickly and easily.
  4748. .version
  4749. 1.11
  4750. .date
  4751. 1995.05.03
  4752. .author
  4753. Marc Necker
  4754. .restrictions
  4755. Printing & saving are disabled
  4756. Loading a configuration is disabled
  4757. .requirements
  4758. 1.5 Mb RAM
  4759. OS2.0+
  4760. .distribution
  4761. Copyrighted but Freely Redistributable without the key-file
  4762. .price
  4763. 30 DM for program with key-file.
  4764. .address
  4765. Sulzauerstr. 15
  4766. 70563 Stuttgart
  4767. Germany
  4768. .email
  4769. Marc@buster.tynet.sub.org
  4770. .construction
  4771. The program was written using the Amiga-Oberon compiler by Fridtjof
  4772. Siebert.  It uses the garbage collector of this Oberon system, which
  4773. makes it much larger than programs not using the garbage collector.
  4774. However it runs very fast and, using the garbage collector, very
  4775. stably.
  4776. .docs
  4777. AnalayDeutsch.guide
  4778. AnalayEnglish.guide
  4779. .described-by
  4780. Richard Fish (rjf@amigalib.com)
  4781. .submittal
  4782. Submitted electronically directly by the author.
  4783. .aminet-dir
  4784. misc/math
  4785. .execute
  4786. set orgdir `cd`
  4787. LAB start
  4788. failat 10
  4789. unset filechoice
  4790. unset dirchoice
  4791. cd $orgdir
  4792. set choice `RequestChoice "Analay" "Please select an option" "English Guide" "Deutsch Guide" "Run" "Cancel"`
  4793. if $choice GT "0"
  4794.   if $choice EQ "1"
  4795.     MetaTool AnalayEnglish.guide GUIDE
  4796.   else
  4797.     if $choice EQ "2"
  4798.       MetaTool AnalayDeutsch.guide GUIDE
  4799.     else
  4800.       if $choice EQ "3"
  4801.     assign Analay: ""
  4802.         WBRun Analay
  4803.       endif
  4804.     endif
  4805.   endif
  4806.   skip start BACK
  4807. endif
  4808. .stored-in
  4809. FreshFish-Vol10:New/misc/math/Analay/
  4810. .pi-file
  4811. FreshFish-Vol10:New/misc/math/Analay/Product-Info
  4812. .name
  4813. AntiCicloVir
  4814. .aminet-dir
  4815. util/virus
  4816. .type
  4817. AntiVirus Utility
  4818. .short
  4819. Link/File/BB/Validator/Memory virus elim
  4820. .description
  4821. A link virus detector and exterminator.  Also detects other types of
  4822. viri.   This version recognizes:  188 Bootblock, 28 File, 15 Link,
  4823. 7 Disk-Validator, 11 Trojans, and 17 Bombs.  Automatically checks each
  4824. inserted disk for boot block and disk-validator viruses.  Can scan all
  4825. files of a specified directory for known link viruses, and constantly
  4826. monitors memory and system vectors.  Now public domain and includes
  4827. source in assembler.
  4828. .version
  4829. 2.4a
  4830. .date
  4831. 1995.03.14
  4832. .author
  4833. Matthias Gutt
  4834. .reference
  4835. AmigaLibDisk611:AntiCicloVir/
  4836. 1.1
  4837. FreshFish-Oct93:Old/AmigaLibDisks/Disks600-619/Disk611/AntiCicloVir/
  4838. 1.1
  4839. FrozenFish-Apr94:BBS/ALib/d6xx/d611/AntiCicloVir.lha
  4840. 1.1
  4841. GoldFish1-Apr94:BBS/d6xx/d611/AntiCicloVir.lha
  4842. 1.1
  4843. GoldFish2-Apr94:d6xx/d611/AntiCicloVir/
  4844. 1.1
  4845. AmigaLibDisk648:AntiCicloVir/
  4846. 1.2
  4847. FreshFish-Oct93:Old/AmigaLibDisks/Disks640-659/Disk648/AntiCicloVir/
  4848. 1.2
  4849. FrozenFish-Apr94:BBS/ALib/d6xx/d648/AntiCicloVir.lha
  4850. 1.2
  4851. GoldFish1-Apr94:BBS/d6xx/d648/AntiCicloVir.lha
  4852. 1.2
  4853. GoldFish2-Apr94:d6xx/d648/AntiCicloVir/
  4854. 1.2
  4855. AmigaLibDisk664:AntiCicloVir/
  4856. 1.3
  4857. FreshFish-Oct93:Old/AmigaLibDisks/Disks660-679/Disk664/AntiCicloVir/
  4858. 1.3
  4859. FrozenFish-Apr94:BBS/ALib/d6xx/d664/AntiCicloVir.lha
  4860. 1.3
  4861. GoldFish1-Apr94:BBS/d6xx/d664/AntiCicloVir.lha
  4862. 1.3
  4863. GoldFish2-Apr94:d6xx/d664/AntiCicloVir/
  4864. 1.3
  4865. AmigaLibDisk710:AntiCicloVir/
  4866. 1.5
  4867. FreshFish-Oct93:Old/AmigaLibDisks/Disks700-719/Disk710/AntiCicloVir/
  4868. 1.5
  4869. FrozenFish-Apr94:BBS/ALib/d7xx/d710/AntiCicloVir.lha
  4870. 1.5
  4871. GoldFish1-Apr94:BBS/d7xx/d710/AntiCicloVir.lha
  4872. 1.5
  4873. GoldFish2-Apr94:d7xx/d710/AntiCicloVir/
  4874. 1.5
  4875. AmigaLibDisk733:AntiCicloVir/
  4876. 1.6
  4877. FreshFish-Oct93:Old/AmigaLibDisks/Disks720-739/Disk733/AntiCicloVir/
  4878. 1.6
  4879. FrozenFish-Apr94:BBS/ALib/d7xx/d733/AntiCicloVir.lha
  4880. 1.6
  4881. GoldFish1-Apr94:BBS/d7xx/d733/AntiCicloVir.lha
  4882. 1.6
  4883. GoldFish2-Apr94:d7xx/d733/AntiCicloVir/
  4884. 1.6
  4885. AmigaLibDisk815:AntiCicloVir/
  4886. 1.7
  4887. FreshFish-Dec93:Old/AmigaLibDisks/Disks800-819/Disk815/AntiCicloVir/
  4888. 1.7
  4889. FreshFish-Oct93:Old/AmigaLibDisks/Disks800-819/Disk815/AntiCicloVir/
  4890. 1.7
  4891. FrozenFish-Apr94:BBS/ALib/d8xx/d815/AntiCicloVir.lha
  4892. 1.7
  4893. GoldFish1-Apr94:BBS/d8xx/d815/AntiCicloVir.lha
  4894. 1.7
  4895. GoldFish2-Apr94:d8xx/d815/AntiCicloVir/
  4896. 1.7
  4897. AmigaLibDisk842:AntiCicloVir/
  4898. 1.8
  4899. FreshFish-Dec93:Old/AmigaLibDisks/Disks840-859/Disk842/AntiCicloVir/
  4900. 1.8
  4901. FreshFish-Oct93:Old/AmigaLibDisks/Disks840-859/Disk842/AntiCicloVir/
  4902. 1.8
  4903. FrozenFish-Apr94:BBS/ALib/d8xx/d842/AntiCicloVir.lha
  4904. 1.8
  4905. GoldFish1-Apr94:BBS/d8xx/d842/AntiCicloVir.lha
  4906. 1.8
  4907. GoldFish2-Apr94:d8xx/d842/AntiCicloVir/
  4908. 1.8
  4909. AmigaLibDisk865:AntiCicloVir/
  4910. 2.0
  4911. FreshFish-Dec93:Old/AmigaLibDisks/Disks860-879/Disk865/AntiCicloVir/
  4912. 2.0
  4913. FreshFish-Oct93:Old/AmigaLibDisks/Disks860-879/Disk865/AntiCicloVir/
  4914. 2.0
  4915. FrozenFish-Apr94:BBS/ALib/d8xx/d865/AntiCicloVir.lha
  4916. 2.0
  4917. GoldFish1-Apr94:BBS/d8xx/d865/AntiCicloVir.lha
  4918. 2.0
  4919. GoldFish2-Apr94:d8xx/d865/AntiCicloVir/
  4920. 2.0
  4921. AmigaLibDisk989:AntiCicloVir/
  4922. 2.1
  4923. FreshFish-May94:BBS/AmigaLib/d989/AntiCicloVir.lha
  4924. 2.1
  4925. FreshFish-May94:New/AmigaLibDisks/d989/AntiCicloVir/
  4926. 2.1
  4927. FrozenFish-Apr94:BBS/ALib/d9xx/d989/AntiCicloVir.lha
  4928. 2.1
  4929. GoldFish1-Apr94:BBS/d9xx/d989/AntiCicloVir.lha
  4930. 2.1
  4931. GoldFish2-Apr94:d9xx/d989/AntiCicloVir/
  4932. 2.1
  4933. AmigaLibDisk767:AntiCicloVir/
  4934. 1.6a
  4935. FreshFish-Oct93:Old/AmigaLibDisks/Disks760-779/Disk767/AntiCicloVir/
  4936. 1.6a
  4937. FrozenFish-Apr94:BBS/ALib/d7xx/d767/AntiCicloVir.lha
  4938. 1.6a
  4939. GoldFish1-Apr94:BBS/d7xx/d767/AntiCicloVir.lha
  4940. 1.6a
  4941. GoldFish2-Apr94:d7xx/d767/AntiCicloVir/
  4942. 1.6a
  4943. FreshFish-Sep94:BBS/util/AntiCicloVir-2.2a.lha
  4944. 2.2a
  4945. FreshFish-Sep94:New/util/virus/AntiCicloVir/
  4946. 2.2a
  4947. AmigaLibDisk1014:Programs/AntiCicloVir/
  4948. 2.3a
  4949. FreshFish-Vol7:BBS/util/AntiCicloVir-2.3a.lha
  4950. 2.3a
  4951. FreshFish-Vol7:New/util/virus/AntiCicloVir/
  4952. 2.3a
  4953. GoldFish-Vol2-1:Files/util/virus/AntiCicloVir/
  4954. 2.3a
  4955. GoldFish-Vol2-2:BBS/util/AntiCicloVir-2.3a.lha
  4956. 2.3a
  4957. .distribution
  4958. Public Domain
  4959. .source
  4960. Includes source in assembler
  4961. .address
  4962. Kantstr. 16
  4963. 21335 Lüneburg
  4964. Germany
  4965. .docs
  4966. AntiCicloVir.DOC
  4967. AntiCicloVir.DOK
  4968. VIRUSLIST.DOC
  4969. .described-by
  4970. Richard Fish
  4971. .submittal
  4972. Submitted on disk directly by author.
  4973. .execute
  4974. LAB Start
  4975. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Dok" "Run Program" "Cancel"`
  4976. if $choice GT "0"
  4977.   if $choice EQ "1"
  4978.     MetaTool AntiCicloVir.DOC TEXT
  4979.   else
  4980.     if $choice EQ "2"
  4981.       MetaTool AntiCicloVir.DOK TEXT
  4982.     else
  4983.       if $choice EQ "3"
  4984.         assign libs: libs/ ADD
  4985.         assign L: L/ ADD
  4986.         wbrun AntiCicloVir
  4987.       endif
  4988.     endif
  4989.   endif
  4990.   skip Start BACK
  4991. endif
  4992. .stored-in
  4993. FreshFish-Vol10:New/util/virus/AntiCicloVir/
  4994. .pi-file
  4995. FreshFish-Vol10:New/util/virus/AntiCicloVir/Product-Info
  4996. .name
  4997. APlusPlus
  4998. .type
  4999. Library
  5000. .short
  5001. C++ class library for AmigaDOS functions
  5002. .description
  5003. The A++ Library is a library written in C++ that consists of classes
  5004. assigned to the task of encapsulating the Amiga® system software.  Its
  5005. aim is to provide a stable and effective method of programming the
  5006. Amiga®. That should include Exec, Dos, Intuition, ARexx, ..just
  5007. everything that makes sense being encapsulated with a proper C++ class
  5008. interface.
  5009.  
  5010. The A++ Library collects the hundreds of system functions, groups them
  5011. into classes that 'know' about the specialities of each function and
  5012. thus shields the programmer from using them incorrectly.  The C++
  5013. programming language provides the object oriented paradigm that holds
  5014. no limitations to evolution of existing solutions.
  5015.  
  5016. The contents of this archive do not represent a complete and ready to
  5017. use tool but the expression of an idea showing promise. It gives only
  5018. a slight impression of what is possible. But much more can be done.
  5019. .version
  5020. 1.01
  5021. .date
  5022. 1994.05.05
  5023. .author
  5024. Armin Vogt
  5025. .distribution
  5026. Copyrighted but Freely Redistributable
  5027. .address
  5028. Elser Heide 25b
  5029. 33106 Paderborn
  5030. Germany
  5031. .email
  5032. armin@uni-paderborn.de
  5033. .described-by
  5034. Fred Fish (fnf@fishpond.cygnus.com)
  5035. .submittal
  5036. Submitted electronically directly by the author.
  5037. .aminet-dir
  5038. gnu/src
  5039. .stored-in
  5040. FreshFish-Vol10:GNU-src/amiga/APlusPlus-1.01-src.lha
  5041. .pi-file
  5042. FreshFish-Vol10:GNU-src/amiga/APlusPlus-1.01-src.lha.pi
  5043. .name
  5044. april-fools
  5045. .short
  5046. April Fools jokes from 1993.
  5047. .description
  5048. These "reviews" are April Fools jokes from 1993, all written by
  5049. Daniel Barrett, barrett@cs.umass.edu.
  5050. .described-by
  5051. fnf@amigalib.com
  5052. .author
  5053. Various; maintained by Daniel Barrett
  5054. .aminet-dir
  5055. docs/rview
  5056. .stored-in
  5057. FreshFish-Vol10:Useful/reviews/other-reviews/april-fools/
  5058. .pi-file
  5059. FreshFish-Vol10:Useful/reviews/other-reviews/april-fools/Product-Info
  5060. .name
  5061. ArqReq
  5062. .type
  5063. OS Utility
  5064. .short
  5065. A RequestChoice clone using Arq
  5066. .description
  5067. This program builds a requester and waits for a response from the
  5068. user, then a result code is returned.  The return code is 0 for the
  5069. rightmost gadget (usually "Cancel"), and a normal numbering for the
  5070. other gadgets (1, 2, 3, ..., N, 0 like RequestChoice).  If you use
  5071. Arq, you can select the image that will appear in window. (ID option)
  5072. You can also get the image from an icon (ICON option). You can also
  5073. specify the distance from the top and left borders of the requester
  5074. window (TOP & LEFT option).
  5075. .version
  5076. 1.2
  5077. .author
  5078. Alessandro Zummo
  5079. .requirements
  5080. Kickstart/Workbench V36.
  5081. .distribution
  5082. Copyrighted but Freely Redistributable
  5083. .email
  5084. Alessandro.Zummo@p10.f525.n335.z2.fidonet.org
  5085. .docs
  5086. ArqReq.doc
  5087. .described-by
  5088. Fred Fish (fnf@amigalib.com)
  5089. .submittal
  5090. Downloaded via ftp from wuarchive.wustl.edu.
  5091. .execute
  5092. set choice `RequestChoice "ArqReq" "Please select an option" "View Documentation" "Cancel"`
  5093. if $choice GT "0"
  5094.   if $choice EQ "1"
  5095.     run >nil: metatool ArqReq.doc TEXT
  5096.   endif
  5097. endif
  5098. .aminet-dir
  5099. util/batch
  5100. .stored-in
  5101. FreshFish-Vol10:Useful/util/batch/ArqReq/
  5102. .pi-file
  5103. FreshFish-Vol10:Useful/util/batch/ArqReq/Product-Info
  5104. .name
  5105. ARTM
  5106. .type
  5107. OS Utility
  5108. .short
  5109. Display and control system activity
  5110. .description
  5111. Amiga Real Time Monitor.  Displays and controls system activity such
  5112. as tasks, windows, libraries, devices, resources, ports, residents,
  5113. interrupts, vectors, memory, mounts, assigns, locks, fonts, hardware,
  5114. res_cmds, a little SystemMonitor and display the last Alert.
  5115. .version
  5116. 2.04
  5117. .author
  5118. F. J. Mertens
  5119. Dietmar Jansen
  5120. .reference
  5121. FrozenFish-Apr94:BBS/Useful/util/moni/ARTM.lha
  5122. 2.00
  5123. FreshFish-May94:Useful/dist/util/moni/ARTM/
  5124. 2.00
  5125. FreshFish-Mar94:Useful/dist/util/moni/ARTM/
  5126. 2.00
  5127. FreshFish-May94:New/util/moni/ARTM/
  5128. 2.0
  5129. FreshFish-May94:BBS/May94/util/moni/ARTM.lha
  5130. 2.0
  5131. GoldFish2-Apr94:d8xx/d887/ARTM/
  5132. 1.7
  5133. GoldFish1-Apr94:BBS/d8xx/d887/ARTM.lha
  5134. 1.7
  5135. FrozenFish-Apr94:BBS/ALib/d8xx/d887/ARTM.lha
  5136. 1.7
  5137. FreshFish-Oct93:Old/AmigaLibDisks/Disks880-899/Disk887/ARTM/
  5138. 1.7
  5139. FreshFish-Dec93:Old/AmigaLibDisks/Disks880-899/Disk887/ARTM/
  5140. 1.7
  5141. AmigaLibDisk887:ARTM/
  5142. 1.7
  5143. GoldFish2-Apr94:d6xx/d652/ARTM/
  5144. 1.6
  5145. GoldFish1-Apr94:BBS/d6xx/d652/ARTM.lha
  5146. 1.6
  5147. FrozenFish-Apr94:BBS/ALib/d6xx/d652/ARTM.lha
  5148. 1.6
  5149. FreshFish-Oct93:Old/AmigaLibDisks/Disks640-659/Disk652/ARTM/
  5150. 1.6
  5151. AmigaLibDisk652:ARTM/
  5152. 1.6
  5153. GoldFish2-Apr94:d5xx/d551/ARTM/
  5154. 1.3
  5155. GoldFish1-Apr94:BBS/d5xx/d551/ARTM.lha
  5156. 1.3
  5157. FrozenFish-Apr94:BBS/ALib/d5xx/d551/ARTM.lha
  5158. 1.3
  5159. AmigaLibDisk551:ARTM/
  5160. 1.3
  5161. GoldFish2-Apr94:d3xx/d327/ARTM/
  5162. 1.0
  5163. GoldFish1-Apr94:BBS/d3xx/d327/ARTM.lha
  5164. 1.0
  5165. FrozenFish-Apr94:BBS/ALib/d3xx/d327/ARTM.lha
  5166. 1.0
  5167. AmigaLibDisk327:ARTM/
  5168. 1.0
  5169. GoldFish2-Apr94:d2xx/d277/ARTM/
  5170. 0.9
  5171. GoldFish1-Apr94:BBS/d2xx/d277/ARTM.lha
  5172. 0.9
  5173. FrozenFish-Apr94:BBS/ALib/d2xx/d277/ARTM.lha
  5174. 0.9
  5175. AmigaLibDisk277:ARTM/
  5176. 0.9
  5177. .distribution
  5178. Shareware
  5179. .address
  5180. Sonnenrain 17
  5181. 7277 Wildberg 1
  5182. Germany
  5183. .email
  5184. fjm@merlin.tynet.sub.org
  5185. .docs
  5186. english.doc/ARTM.guide
  5187. english.doc/ARTM.doc
  5188. english.doc/ARTM.history
  5189. german.doc/ARTM.dok
  5190. german.doc/ARTM.guide
  5191. german.doc/ARTM.history
  5192. .described-by
  5193. Richard Fish
  5194. .submittal
  5195. Downloaded via ftp from Aminet
  5196. .execute
  5197. set orgdir `cd`
  5198. LAB start
  5199. cd $orgdir
  5200. set choice `RequestChoice "ARTM" "Please select an option" "History" "Docs" "Guide" "Install" "Run" "Cancel"`
  5201. if $choice GT "0"
  5202.   if $choice EQ "5"
  5203.     WBRun ARTM
  5204.   else
  5205.     if $choice EQ "4"
  5206.       Installer SCRIPT Install_ARTM APPNAME ARTM MINUSER expert
  5207.     else
  5208.       set lang `RequestChoice "" "Select Language" "English" "Deutsch"`
  5209.       if $lang EQ "1"
  5210.         cd english.doc
  5211.       else
  5212.         cd german.doc
  5213.       endif
  5214.       if $choice EQ "1"
  5215.         MetaTool ARTM.history TEXT
  5216.       else
  5217.         if $choice EQ "2"
  5218.           if $lang EQ "1"
  5219.             MetaTool ARTM.doc TEXT
  5220.           else
  5221.             MetaTool ARTM.dok TEXT
  5222.           endif
  5223.         else
  5224.           if $choice EQ "3"
  5225.             MetaTool ARTM.guide GUIDE
  5226.           endif
  5227.         endif
  5228.       endif
  5229.     endif
  5230.   endif
  5231.   skip start BACK
  5232. endif
  5233. .aminet-dir
  5234. util/moni
  5235. .stored-in
  5236. FreshFish-Vol10:Useful/util/moni/ARTM/
  5237. .pi-file
  5238. FreshFish-Vol10:Useful/util/moni/ARTM/Product-Info
  5239. .name
  5240. Ascii-Send
  5241. .type
  5242. OS Utility
  5243. .short
  5244. Converts text file to input events
  5245. .description
  5246. ASCII_SEND is a Tool, which can conver any given textfile to a stream
  5247. of InputEvents. These InputEvents are sent to the active Window or
  5248. (via the Arexx-Port of MUI_ASCSEND) any window you made the active
  5249. one.
  5250.  
  5251. It is a Commodity, in which you can assign a filename to a
  5252. (user-defined) hotkey. On pressing this key, the file is converted to
  5253. Inputevents.
  5254.  
  5255. There is also an InputEvent-Recorder (IREC) available, which does this
  5256. thing the backward way: it converts Keystrokes and Mousebuttons to a
  5257. textfile.
  5258. .version
  5259. 3.3
  5260. .date
  5261. 1995.06.10
  5262. .author
  5263. Karlheinz Klingbeil
  5264. .requirements
  5265. OS2.04+
  5266. .distribution
  5267. Freeware
  5268. .address
  5269. Elzstrasse 42
  5270. D-79261 Gutach
  5271. Federal Republic of Germany
  5272. .email
  5273. lunqual@crazy.freinet.de
  5274. lunqual%mab@wsb.freinet.de
  5275. .docs
  5276. Doc/History
  5277. Doc/Deutsch/Liesmich_zuerst
  5278. Doc/English/ASCSEND_English.guide
  5279. .described-by
  5280. Richard Fish (rjf@amigalib.com)
  5281. .submittal
  5282. Submitted on disk directly by the author.
  5283. .aminet-dir
  5284. util/misc
  5285. .execute
  5286. LAB Start
  5287. set choice `RequestChoice "Options Selection" "Please select an option" "View Guide" "Run Program" "Cancel"`
  5288. if $choice GT "0"
  5289.   if $choice EQ "1"
  5290.     cd doc/english
  5291.     MetaTool ASCSEND_English.guide GUIDE
  5292.     cd //
  5293.   else
  5294.     if $choice EQ "2"
  5295.       assign locale: MUI/ ADD
  5296.       MUI/ascsend CX_POPUP=YES
  5297.       assign locale: MUI/ REMOVE
  5298.     endif
  5299.   endif
  5300.   skip Start BACK
  5301. endif
  5302. .stored-in
  5303. FreshFish-Vol10:New/util/misc/ascsend/
  5304. .pi-file
  5305. FreshFish-Vol10:New/util/misc/ascsend/Product-Info
  5306. .name
  5307. AT-Logo
  5308. .type
  5309. Picture
  5310. .short
  5311. Alt Logo Backdrops for WB & Windows
  5312. .description
  5313. Alternative AmiTech Backdrops
  5314.  
  5315. Based on Mike's "An Alternative 'Amiga Technologies' Logo" package from
  5316. yesterday, here's a complimentary Windows .BMP backdrop for those of
  5317. you unfortunate enough to have to use an IBM at work (like me).
  5318.  
  5319. Perhaps I should make a bumpersticker, too.  Heh heh.  Pretty good idea
  5320. actually.  Anyone want one?
  5321.  
  5322. And I'd like to say, Mike, that I absolutely love the "improved" logo
  5323. you suggest.  (The red one, though, please!  It looks alot more impressive
  5324. and professional than the Rainbow Bright(tm) series...)  Can anyone get
  5325. this to Escom?
  5326.  
  5327. Oh, I also included an .IFF with a slightly different caption.
  5328.  
  5329. Phil
  5330.  
  5331.     \
  5332.    \ \
  5333.   \ \ \
  5334.  \ \ \ \  ;-)
  5335.  
  5336. (beazleyp@iimef-emh1.clb.usmc.mil)
  5337. .author
  5338. Phil
  5339. .distribution
  5340. Copyrighted but Freely Redistributable
  5341. .email
  5342. beazleyp@iimef-emh1.clb.usmc.mil
  5343. .aminet-dir
  5344. pix/wb
  5345. .execute
  5346. METATOOL AMITECH.IFF ILBM
  5347. .docs
  5348. AT-Logo.readme
  5349. README.TXT
  5350. .described-by
  5351. Richard Fish (rjf@amigalib.com)
  5352. .submittal
  5353. Downloaded via ftp from wuarchive.wustl.edu.
  5354. .stored-in
  5355. FreshFish-Vol10:New/pix/wb/AT-Logo/
  5356. .pi-file
  5357. FreshFish-Vol10:New/pix/wb/AT-Logo/Product-Info
  5358. .name
  5359. audio-hardware
  5360. .short
  5361. Reviews of audio hardware products
  5362. .description
  5363. Reviews of audio hardware products:
  5364.  
  5365.     Digitizers
  5366.     MIDI interfaces
  5367.     Sound boards
  5368.     Speakers
  5369. .described-by
  5370. fnf@amigalib.com
  5371. .author
  5372. Various; maintained by Daniel Barrett
  5373. .aminet-dir
  5374. docs/rview
  5375. .stored-in
  5376. FreshFish-Vol10:Useful/reviews/hardware/audio/
  5377. .pi-file
  5378. FreshFish-Vol10:Useful/reviews/hardware/audio/Product-Info
  5379. .name
  5380. audio-software
  5381. .short
  5382. Reviews of audio software.
  5383. .description
  5384. Reviews of audio software products, such as:
  5385.  
  5386.     MIDI software
  5387.     MODs and Trackers
  5388.     Notation programs
  5389.     Sampling software
  5390. .described-by
  5391. fnf@amigalib.com
  5392. .author
  5393. Various; maintained by Daniel Barrett
  5394. .aminet-dir
  5395. docs/rview
  5396. .stored-in
  5397. FreshFish-Vol10:Useful/reviews/software/audio/
  5398. .pi-file
  5399. FreshFish-Vol10:Useful/reviews/software/audio/Product-Info
  5400. .name
  5401. autoconf
  5402. .fullname
  5403. GNU autoconfig
  5404. .type
  5405. Programmer Tool
  5406. .short
  5407. GNU automatic configuration generator.
  5408. .description
  5409. Autoconf is an extensible package of m4 macros that produce shell
  5410. scripts to automatically configure software source code packages.
  5411. These scripts can adapt the packages to many kinds of UNIX-like
  5412. systems without manual user intervention.  Autoconf creates a
  5413. configuration script for a package from a template file that lists the
  5414. operating system features that the package can use, in the form of m4
  5415. macro calls.
  5416.  
  5417. Autoconf requires GNU m4.  The configuration scripts produced by
  5418. Autoconf are independent of Autoconf when they are run, so their users
  5419. do not need to have Autoconf (or GNU m4).
  5420. .version
  5421. 1.11
  5422. .author
  5423. Free Software Foundation
  5424. .distribution
  5425. GNU Public License
  5426. .described-by
  5427. Fred Fish (fnf@amigalib.com)
  5428. .aminet-dir
  5429. gnu/src
  5430. .stored-in
  5431. FreshFish-Vol10:GNU-src/amiga/autoconf-1.11-src.lha
  5432. .pi-file
  5433. FreshFish-Vol10:GNU-src/amiga/autoconf-1.11-src.lha.pi
  5434. .name
  5435. autoconf
  5436. .fullname
  5437. GNU autoconfig
  5438. .type
  5439. Programmer Tool
  5440. .short
  5441. GNU automatic configuration generator.
  5442. .description
  5443. Autoconf is an extensible package of m4 macros that produce shell
  5444. scripts to automatically configure software source code packages.
  5445. These scripts can adapt the packages to many kinds of UNIX-like
  5446. systems without manual user intervention.  Autoconf creates a
  5447. configuration script for a package from a template file that lists the
  5448. operating system features that the package can use, in the form of m4
  5449. macro calls.
  5450.  
  5451. Autoconf requires GNU m4.  The configuration scripts produced by
  5452. Autoconf are independent of Autoconf when they are run, so their users
  5453. do not need to have Autoconf (or GNU m4).
  5454. .version
  5455. 2.1
  5456. .author
  5457. Free Software Foundation
  5458. .distribution
  5459. GNU Public License
  5460. .described-by
  5461. Fred Fish (fnf@amigalib.com)
  5462. .aminet-dir
  5463. gnu/src
  5464. .stored-in
  5465. FreshFish-Vol10:GNU-src/amiga/autoconf-2.1-src.lha
  5466. .pi-file
  5467. FreshFish-Vol10:GNU-src/amiga/autoconf-2.1-src.lha.pi
  5468. .name
  5469. autoconf
  5470. .fullname
  5471. GNU autoconfig
  5472. .type
  5473. Programmer Tool
  5474. .short
  5475. GNU automatic configuration generator.
  5476. .description
  5477. Autoconf is an extensible package of m4 macros that produce shell
  5478. scripts to automatically configure software source code packages.
  5479. These scripts can adapt the packages to many kinds of UNIX-like
  5480. systems without manual user intervention.  Autoconf creates a
  5481. configuration script for a package from a template file that lists the
  5482. operating system features that the package can use, in the form of m4
  5483. macro calls.
  5484.  
  5485. Autoconf requires GNU m4.  The configuration scripts produced by
  5486. Autoconf are independent of Autoconf when they are run, so their users
  5487. do not need to have Autoconf (or GNU m4).
  5488. .version
  5489. 2.2
  5490. .author
  5491. Free Software Foundation
  5492. .distribution
  5493. GNU Public License
  5494. .described-by
  5495. Fred Fish (fnf@amigalib.com)
  5496. .aminet-dir
  5497. gnu/src
  5498. .stored-in
  5499. FreshFish-Vol10:GNU-src/amiga/autoconf-2.2-src.lha
  5500. .pi-file
  5501. FreshFish-Vol10:GNU-src/amiga/autoconf-2.2-src.lha.pi
  5502. .name
  5503. autoconf
  5504. .fullname
  5505. GNU autoconfig
  5506. .type
  5507. Programmer Tool
  5508. .short
  5509. GNU automatic configuration generator.
  5510. .description
  5511. Autoconf is an extensible package of m4 macros that produce shell
  5512. scripts to automatically configure software source code packages.
  5513. These scripts can adapt the packages to many kinds of UNIX-like
  5514. systems without manual user intervention.  Autoconf creates a
  5515. configuration script for a package from a template file that lists the
  5516. operating system features that the package can use, in the form of m4
  5517. macro calls.
  5518.  
  5519. Autoconf requires GNU m4.  The configuration scripts produced by
  5520. Autoconf are independent of Autoconf when they are run, so their users
  5521. do not need to have Autoconf (or GNU m4).
  5522. .version
  5523. 2.4
  5524. .author
  5525. Free Software Foundation
  5526. .distribution
  5527. GNU Public License
  5528. .described-by
  5529. Fred Fish (fnf@amigalib.com)
  5530. .aminet-dir
  5531. gnu/src
  5532. .stored-in
  5533. FreshFish-Vol10:GNU-src/amiga/autoconf-2.4-src.lha
  5534. .pi-file
  5535. FreshFish-Vol10:GNU-src/amiga/autoconf-2.4-src.lha.pi
  5536. .name
  5537. autoconf
  5538. .fullname
  5539. GNU autoconfig
  5540. .type
  5541. Programmer Tool
  5542. .short
  5543. GNU automatic configuration generator.
  5544. .description
  5545. Autoconf is an extensible package of m4 macros that produce shell
  5546. scripts to automatically configure software source code packages.
  5547. These scripts can adapt the packages to many kinds of UNIX-like
  5548. systems without manual user intervention.  Autoconf creates a
  5549. configuration script for a package from a template file that lists the
  5550. operating system features that the package can use, in the form of m4
  5551. macro calls.
  5552.  
  5553. Autoconf requires GNU m4.  The configuration scripts produced by
  5554. Autoconf are independent of Autoconf when they are run, so their users
  5555. do not need to have Autoconf (or GNU m4).
  5556. .version
  5557. 1.11
  5558. .author
  5559. Free Software Foundation
  5560. .distribution
  5561. GNU Public License
  5562. .described-by
  5563. Fred Fish (fnf@amigalib.com)
  5564. .aminet-dir
  5565. gnu/base
  5566. .stored-in
  5567. FreshFish-Vol10:GNU-src/baseline/autoconf-1.11.tar.gz
  5568. .pi-file
  5569. FreshFish-Vol10:GNU-src/baseline/autoconf-1.11.tar.gz.pi
  5570. .name
  5571. autoconf
  5572. .fullname
  5573. GNU autoconfig
  5574. .type
  5575. Programmer Tool
  5576. .short
  5577. GNU automatic configuration generator.
  5578. .description
  5579. Autoconf is an extensible package of m4 macros that produce shell
  5580. scripts to automatically configure software source code packages.
  5581. These scripts can adapt the packages to many kinds of UNIX-like
  5582. systems without manual user intervention.  Autoconf creates a
  5583. configuration script for a package from a template file that lists the
  5584. operating system features that the package can use, in the form of m4
  5585. macro calls.
  5586.  
  5587. Autoconf requires GNU m4.  The configuration scripts produced by
  5588. Autoconf are independent of Autoconf when they are run, so their users
  5589. do not need to have Autoconf (or GNU m4).
  5590. .version
  5591. 2.1
  5592. .author
  5593. Free Software Foundation
  5594. .distribution
  5595. GNU Public License
  5596. .described-by
  5597. Fred Fish (fnf@amigalib.com)
  5598. .aminet-dir
  5599. gnu/base
  5600. .stored-in
  5601. FreshFish-Vol10:GNU-src/baseline/autoconf-2.1.tar.gz
  5602. .pi-file
  5603. FreshFish-Vol10:GNU-src/baseline/autoconf-2.1.tar.gz.pi
  5604. .name
  5605. autoconf
  5606. .fullname
  5607. GNU autoconfig
  5608. .type
  5609. Programmer Tool
  5610. .short
  5611. GNU automatic configuration generator.
  5612. .description
  5613. Autoconf is an extensible package of m4 macros that produce shell
  5614. scripts to automatically configure software source code packages.
  5615. These scripts can adapt the packages to many kinds of UNIX-like
  5616. systems without manual user intervention.  Autoconf creates a
  5617. configuration script for a package from a template file that lists the
  5618. operating system features that the package can use, in the form of m4
  5619. macro calls.
  5620.  
  5621. Autoconf requires GNU m4.  The configuration scripts produced by
  5622. Autoconf are independent of Autoconf when they are run, so their users
  5623. do not need to have Autoconf (or GNU m4).
  5624. .version
  5625. 2.2
  5626. .author
  5627. Free Software Foundation
  5628. .distribution
  5629. GNU Public License
  5630. .described-by
  5631. Fred Fish (fnf@amigalib.com)
  5632. .aminet-dir
  5633. gnu/base
  5634. .stored-in
  5635. FreshFish-Vol10:GNU-src/baseline/autoconf-2.2.tar.gz
  5636. .pi-file
  5637. FreshFish-Vol10:GNU-src/baseline/autoconf-2.2.tar.gz.pi
  5638. .name
  5639. autoconf
  5640. .fullname
  5641. GNU autoconfig
  5642. .type
  5643. Programmer Tool
  5644. .short
  5645. GNU automatic configuration generator.
  5646. .description
  5647. Autoconf is an extensible package of m4 macros that produce shell
  5648. scripts to automatically configure software source code packages.
  5649. These scripts can adapt the packages to many kinds of UNIX-like
  5650. systems without manual user intervention.  Autoconf creates a
  5651. configuration script for a package from a template file that lists the
  5652. operating system features that the package can use, in the form of m4
  5653. macro calls.
  5654.  
  5655. Autoconf requires GNU m4.  The configuration scripts produced by
  5656. Autoconf are independent of Autoconf when they are run, so their users
  5657. do not need to have Autoconf (or GNU m4).
  5658. .version
  5659. 2.3
  5660. .author
  5661. Free Software Foundation
  5662. .distribution
  5663. GNU Public License
  5664. .described-by
  5665. Fred Fish (fnf@amigalib.com)
  5666. .aminet-dir
  5667. gnu/base
  5668. .stored-in
  5669. FreshFish-Vol10:GNU-src/baseline/autoconf-2.3.tar.gz
  5670. .pi-file
  5671. FreshFish-Vol10:GNU-src/baseline/autoconf-2.3.tar.gz.pi
  5672. .name
  5673. autoconf
  5674. .fullname
  5675. GNU autoconfig
  5676. .type
  5677. Programmer Tool
  5678. .short
  5679. GNU automatic configuration generator.
  5680. .description
  5681. Autoconf is an extensible package of m4 macros that produce shell
  5682. scripts to automatically configure software source code packages.
  5683. These scripts can adapt the packages to many kinds of UNIX-like
  5684. systems without manual user intervention.  Autoconf creates a
  5685. configuration script for a package from a template file that lists the
  5686. operating system features that the package can use, in the form of m4
  5687. macro calls.
  5688.  
  5689. Autoconf requires GNU m4.  The configuration scripts produced by
  5690. Autoconf are independent of Autoconf when they are run, so their users
  5691. do not need to have Autoconf (or GNU m4).
  5692. .version
  5693. 2.4
  5694. .author
  5695. Free Software Foundation
  5696. .distribution
  5697. GNU Public License
  5698. .described-by
  5699. Fred Fish (fnf@amigalib.com)
  5700. .aminet-dir
  5701. gnu/base
  5702. .stored-in
  5703. FreshFish-Vol10:GNU-src/baseline/autoconf-2.4.tar.gz
  5704. .pi-file
  5705. FreshFish-Vol10:GNU-src/baseline/autoconf-2.4.tar.gz.pi
  5706. .name
  5707. AZap
  5708. .type
  5709. Binary editor
  5710. .short
  5711. Binary editor for files, mem, and devs.
  5712. .description
  5713. AZap is a "new generation" binary editor able to edit files, memory or devices
  5714. like hard disks. It can open several windows at the same time, and while this
  5715. program cannot be considered as a tool to help you to recover a disk, it has a
  5716. lot of useful functions (print block, fill block, search string, etc...).
  5717. .version
  5718. 2.40
  5719. .date
  5720. 1994.09.29
  5721. .author
  5722. Denis Gounelle
  5723. .restrictions
  5724. .requirements
  5725. Requires reqtools.library V38+
  5726. .distribution
  5727. Freeware
  5728. .address
  5729. 27, rue Jules GUESDE
  5730. 45400 FLEURY-LES-AUBRAIS
  5731. FRANCE
  5732. .email
  5733. gounelle@alphanet.ch
  5734. .installsize
  5735. 45K
  5736. .docs
  5737. AZap.doc
  5738. AZapDeutsch.doc
  5739. AZapEnglish.doc
  5740. .described-by
  5741. Denis Gounelle (gounelle@alphanet.ch)
  5742. .execute
  5743. LAB start
  5744. set choice `RequestChoice "AZap" "Please select an option" "English Doc" "Deutsch Doc" "Ref Manual" "Install" "Cancel"`
  5745. if $choice GT "0"
  5746.   if $choice EQ "1"
  5747.     MetaTool AZapEnglish.doc TEXT
  5748.   else
  5749.     if $choice EQ "2"
  5750.       MetaTool AZapDeutsch.doc TEXT
  5751.     else
  5752.       if $choice EQ "3"
  5753.         MetaTool AZap.doc TEXT
  5754.       else
  5755.         if $choice EQ "4"
  5756.           Installer InstallAZap APPNAME AZap MINUSER AVERAGE
  5757.         endif
  5758.       endif
  5759.     endif
  5760.   endif
  5761.   skip start BACK
  5762. endif
  5763. .aminet-dir
  5764. disk/moni
  5765. .stored-in
  5766. FreshFish-Vol10:Useful/disk/moni/AZap/
  5767. .pi-file
  5768. FreshFish-Vol10:Useful/disk/moni/AZap/Product-Info
  5769. .name
  5770. BatMan
  5771. .type
  5772. Animation
  5773. .short
  5774. Batman Anim by Eric Schwartz
  5775. .description
  5776. A short looping anim Eric did back in 1989 and decided to release in 1992.
  5777. .author
  5778. Eric Schwartz
  5779. .distribution
  5780. Copyrighted but Freely Redistributable
  5781. .aminet-dir
  5782. pix/eric
  5783. .execute
  5784. METATOOL "Batman Anim" ANIM
  5785. .docs
  5786. BatMan.Anim.readme
  5787. .described-by
  5788. Richard Fish (rjf@amigalib.com)
  5789. .submittal
  5790. Downloaded via ftp from wuarchive.wustl.edu.
  5791. .stored-in
  5792. FreshFish-Vol10:New/pix/eric/BatMan/
  5793. .pi-file
  5794. FreshFish-Vol10:New/pix/eric/BatMan/Product-Info
  5795. # This file contains product information that can be used by
  5796. # KingFisher 2.0 and other similar tools.
  5797.  
  5798. .name
  5799. BBGopher
  5800. .type
  5801. Communications
  5802. .short
  5803. Gopher client for AmiTCP/CNet
  5804. .description
  5805. BBGopher/amiga is an Amiga port of BBGopher 1.6 for UNIX systems.
  5806. It is an ASCII/ANSI based client that offers a very simple interface.
  5807. It was developed to work efficiently with CNet BBS and AmiTCP.  It
  5808. can be used stand-alone with AmiTCP as well.
  5809. .version
  5810. 1.0
  5811. .date
  5812. 1995.04.20
  5813. .author
  5814. Jason Weber, based on code by Mark Morley
  5815. .distribution
  5816. Freeware
  5817. .address
  5818. Jason Weber
  5819. 533 Ansley Street
  5820. Perry, Georgia 31069
  5821. .email
  5822. jmw@tedgebbs.is.net
  5823. .source
  5824. Includes source in C
  5825. .docs
  5826. README
  5827. Amiga.Readme
  5828. Amiga.History
  5829. .described-by
  5830. Dan Fish (daf@starfish.amigalib.com)
  5831. .submittal
  5832. Downloaded via ftp from wuarchive.wustl.edu.
  5833. .execute
  5834. LAB Start
  5835. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
  5836. if $choice GT "0"
  5837.   if $choice EQ "1"
  5838.     MetaTool Amiga.Readme TEXT
  5839.   else
  5840.     if $choice EQ "2"
  5841.       assign rexx: rexx/ ADD
  5842.       bbgopher
  5843.     endif
  5844.   endif
  5845.   skip Start BACK
  5846. endif
  5847. .aminet-dir
  5848. comm/tcp
  5849. .stored-in
  5850. FreshFish-Vol10:New/comm/tcp/BBGopher/
  5851. .pi-file
  5852. FreshFish-Vol10:New/comm/tcp/BBGopher/Product-Info
  5853. .name
  5854. bc
  5855. .fullname
  5856. GNU bc
  5857. .type
  5858. Miscellaneous
  5859. .short
  5860. GNU arbitrary precision calculator lang.
  5861. .description
  5862. A language that supports arbitrary precision numbers with interactive
  5863. execution of statements.  There are some similarities in the syntax to
  5864. the C programming language.
  5865.  
  5866. A standard math library is available by command line option.  If
  5867. requested, the math library is defined before processing any files.
  5868. bc starts by processing code from all the files listed on the command
  5869. line in the order listed.  After all files have been processed, bc
  5870. reads from the standard input.  All code is executed as it is read.
  5871. (If a file contains a command to halt the processor, bc will never
  5872. read from the standard input.)
  5873.  
  5874. This version of bc contains several extensions beyond traditional bc
  5875. implementations and the POSIX draft standard.  Command line options
  5876. can cause these extensions to print a warning or to be rejected.  This
  5877. document describes the language accepted by this processor.
  5878. Extensions will be identified as such.
  5879. .version
  5880. 1.03
  5881. .author
  5882. Philip A. Nelson
  5883. .requirements
  5884. Binary version requires ixemul.library.
  5885. .distribution
  5886. GNU Public License
  5887. .email
  5888. phil@cs.wwu.edu
  5889. .described-by
  5890. Fred Fish (fnf@amigalib.com)
  5891. .aminet-dir
  5892. gnu/src
  5893. .stored-in
  5894. FreshFish-Vol10:GNU-src/amiga/bc-1.03-src.lha
  5895. .pi-file
  5896. FreshFish-Vol10:GNU-src/amiga/bc-1.03-src.lha.pi
  5897. .name
  5898. bc
  5899. .fullname
  5900. GNU bc
  5901. .type
  5902. Miscellaneous
  5903. .short
  5904. GNU arbitrary precision calculator lang.
  5905. .description
  5906. A language that supports arbitrary precision numbers with interactive
  5907. execution of statements.  There are some similarities in the syntax to
  5908. the C programming language.
  5909.  
  5910. A standard math library is available by command line option.  If
  5911. requested, the math library is defined before processing any files.
  5912. bc starts by processing code from all the files listed on the command
  5913. line in the order listed.  After all files have been processed, bc
  5914. reads from the standard input.  All code is executed as it is read.
  5915. (If a file contains a command to halt the processor, bc will never
  5916. read from the standard input.)
  5917.  
  5918. This version of bc contains several extensions beyond traditional bc
  5919. implementations and the POSIX draft standard.  Command line options
  5920. can cause these extensions to print a warning or to be rejected.  This
  5921. document describes the language accepted by this processor.
  5922. Extensions will be identified as such.
  5923. .version
  5924. 1.03
  5925. .author
  5926. Philip A. Nelson
  5927. .requirements
  5928. Binary version requires ixemul.library.
  5929. .distribution
  5930. GNU Public License
  5931. .email
  5932. phil@cs.wwu.edu
  5933. .described-by
  5934. Fred Fish (fnf@amigalib.com)
  5935. .aminet-dir
  5936. gnu/base
  5937. .stored-in
  5938. FreshFish-Vol10:GNU-src/baseline/bc-1.03.tar.gz
  5939. .pi-file
  5940. FreshFish-Vol10:GNU-src/baseline/bc-1.03.tar.gz.pi
  5941. .name
  5942. BDH
  5943. .type
  5944. Base converter
  5945. .short
  5946. base-converter
  5947. .description
  5948. It's just a base-converter.
  5949.  
  5950. With the PopCycle gadget you can see your value on a Long Word (L),
  5951. a Word (W) or a Byte (B).
  5952.  
  5953. You can do some left-shift or right-shift with the [<<] or [>>] gadget.
  5954. .version
  5955. 1.0
  5956. .author
  5957. Doguet Emmanuel
  5958. .requirements
  5959. bgui.library
  5960. OS2.04
  5961. .distribution
  5962. Freeware
  5963. .address
  5964. 4, rue de Cornouailles
  5965. 50130 OCTEVILLE
  5966. FRANCE
  5967. .email
  5968. manu@ramses.fdn.org
  5969. .docs
  5970. BDH_ENG.doc
  5971. .described-by
  5972. Richard Fish (rjf@amigalib.com)
  5973. .submittal
  5974. Submitted on disk directly by the author.
  5975. .aminet-dir
  5976. dev/misc
  5977. .execute
  5978. LAB Start
  5979. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
  5980. if $choice GT "0"
  5981.   if $choice EQ "1"
  5982.     MetaTool BDH_ENG.doc TEXT
  5983.   else
  5984.     if $choice EQ "2"
  5985.       BDH
  5986.     endif
  5987.   endif
  5988.   skip Start BACK
  5989. endif
  5990. .stored-in
  5991. FreshFish-Vol10:New/dev/misc/BDH/
  5992. .pi-file
  5993. FreshFish-Vol10:New/dev/misc/BDH/Product-Info
  5994. .name
  5995. Beast
  5996. .type
  5997. Picture
  5998. .short
  5999. 3D fantasy pic Lightwave generated
  6000. .description
  6001. This piccy (CavernBeast.jpg) is a sample frame from a massive animation
  6002. project Iam currently working on using lightwave & Imagine3.
  6003. The lizardbeast in the pic is to be animated, I`m currently setting up all
  6004. the bones in imagine3 for this as they are superior to lightwave`s, just the
  6005. hands to finish now.(Thank christ, it`s taken me ages....).
  6006.  
  6007. I`d be interested in hearing from any other 3D maniacs to swap textures,
  6008. objects hints & tips etc.
  6009.  
  6010. I use lightwave and Imagine 3 for most of my 3d stuff, often in
  6011. collabaration.
  6012.  
  6013. Hope some-one likes this piccy, why not e-mail me and let me know :
  6014.  
  6015. ade@artworks.demon.co.uk or
  6016.  
  6017. Adrian_Rutter@metnet.demon.co.uk
  6018.  
  6019. Cheers,this piccy is freely distributable, but I retain copyright, ok ?
  6020.  
  6021. Ade.
  6022. .author
  6023. Ade Rutter
  6024. .distribution
  6025. Copyrighted but Freely Redistributable
  6026. .email
  6027. ade@artworks.demon.co.uk
  6028. .aminet-dir
  6029. pix/trace
  6030. .execute
  6031. METATOOL CavernBeast.jpg JPEG
  6032. .docs
  6033. read.me
  6034. beast.readme
  6035. .described-by
  6036. Richard Fish (rjf@amigalib.com)
  6037. .submittal
  6038. Downloaded via ftp from wuarchive.wustl.edu.
  6039. .stored-in
  6040. FreshFish-Vol10:New/pix/trace/Beast/
  6041. .pi-file
  6042. FreshFish-Vol10:New/pix/trace/Beast/Product-Info
  6043. .name
  6044. BeaverDream
  6045. .type
  6046. Picture
  6047. .short
  6048. Raytrace in Imagine
  6049. .description
  6050. This is a picture I did a while ago in Imagine 3.0. My friend Neil drew the
  6051. girl on the floor, and I scanned it in. The actual "Dream" I did in Image F/X.
  6052. I also composited in the girl in Image F/X.
  6053. .author
  6054. Andy Rittner
  6055. .distribution
  6056. Copyrighted but Freely Redistributable
  6057. .email
  6058. adr93001@UConnVM.UConn.Edu
  6059. .aminet-dir
  6060. pix/imagi
  6061. .execute
  6062. METATOOL BeaverDream.jpg JPEG
  6063. .docs
  6064. BeaverDream.readme
  6065. .described-by
  6066. Richard Fish (rjf@amigalib.com)
  6067. .submittal
  6068. Downloaded via ftp from wuarchive.wustl.edu.
  6069. .stored-in
  6070. FreshFish-Vol10:New/pix/imagi/BeaverDream/
  6071. .pi-file
  6072. FreshFish-Vol10:New/pix/imagi/BeaverDream/Product-Info
  6073. .name
  6074. BGUI-Exchange
  6075. .type
  6076. OS Utility
  6077. .short
  6078. BGUI replacement for 'Exchange'
  6079. .description
  6080. BGUI-Exchange is just a replacement for the  workbench commodity 'Exchange'.
  6081. It's a commodity manager.
  6082.  
  6083. Features:
  6084.  
  6085.    o Use the bgui.library
  6086.    o Resizeable
  6087.    o Keyboard shortcup for listview and buttons
  6088.    o Open its GUI on the active-screen
  6089. .version
  6090. 1.0
  6091. .date
  6092. 1995.06.08
  6093. .author
  6094. Doguet Emmanuel
  6095. .requirements
  6096. bgui.library
  6097. OS2.04
  6098. .distribution
  6099. Giftware
  6100. .address
  6101. 4, rue de Cornouailles
  6102. 50130 OCTEVILLE
  6103. FRANCE
  6104. .email
  6105. manu@ramses.fdn.org
  6106. manu@ramses.telesys-innov.fr
  6107. .docs
  6108. BGUI-Exchange_Eng.guide
  6109. BGUI-Exchange_FR.guide
  6110. .described-by
  6111. Richard Fish (rjf@amigalib.com)
  6112. .submittal
  6113. Submitted on disk directly by the author.
  6114. .aminet-dir
  6115. util/cdity
  6116. .execute
  6117. LAB Start
  6118. set choice `RequestChoice "Options Selection" "Please select an option" "View Guide" "Install Program" "Run Program" "Cancel"`
  6119. if $choice GT "0"
  6120.   if $choice EQ "1"
  6121.     set choice2 `RequestChoice "View Guide" "Please select a language" "English" "Francais" "Cancel"`
  6122.     if $choice2 GT "0"
  6123.       if $choice2 EQ "1"
  6124.         MetaTool BGUI-Exchange_Eng.guide GUIDE
  6125.       else
  6126.         if $choice2 EQ "2"
  6127.           MetaTool BGUI-Exchange_FR.guide GUIDE
  6128.         endif
  6129.       endif
  6130.     endif
  6131.   else
  6132.     if $choice EQ "2"
  6133.       set choice2 `RequestChoice "Install" "Please select a language" "English" "Francais" "Cancel"`
  6134.       if $choice2 GT "0"
  6135.         if $choice2 EQ "1"
  6136.           Installer Install_English BGUI-Exchange AVERAGE AVERAGE T:BGUI-Exchange.log english
  6137.         else
  6138.           if $choice2 EQ "2"
  6139.             Installer Install_Français BGUI-Exchange AVERAGE AVERAGE T:BGUI-Exchange.log français
  6140.           endif
  6141.         endif
  6142.       endif
  6143.     else
  6144.       if $choice EQ "3"
  6145.         assign libs: libs/ ADD
  6146.         BGUI-Exchange
  6147.         assign libs: libs/ REMOVE
  6148.       endif
  6149.     endif
  6150.   endif
  6151.   skip Start BACK
  6152. endif
  6153. .stored-in
  6154. FreshFish-Vol10:New/util/cdity/BExchange/
  6155. .pi-file
  6156. FreshFish-Vol10:New/util/cdity/BExchange/Product-Info
  6157. .name
  6158. BibleScramble
  6159. .type
  6160. Thinking Game
  6161. .short
  6162. A scrabble-like word game.
  6163. .description
  6164. BibleScramble - A scrabble-like word game.  The object is to
  6165. unscramble 7 ltrs per turn to make a word from the Bible.  Unlike
  6166. other word games that use random words, ten levels or categories
  6167. of difficulty are available.  Play alone, against another human
  6168. or against HAL.  This is version 1.0 released as a demo to the
  6169. commercial product.  Binary only.
  6170. .version
  6171. 1.0
  6172. .author
  6173. B.E.E. Ready!
  6174. .requirements
  6175. OS1.2+
  6176. 512Kb RAM, 1MB Recommended
  6177. .distribution
  6178. Commercial Demo
  6179. .address
  6180. P.O. Box 673
  6181. Kiowa, CO 80117
  6182. .docs
  6183. BibleScrambleDemo.DOC
  6184. .described-by
  6185. Richard Fish (rjf@amigalib.com)
  6186. .submittal
  6187. Submitted on disk directly by the author.
  6188. .aminet-dir
  6189. game/think
  6190. .execute
  6191. LAB Start
  6192. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
  6193. if $choice GT "0"
  6194.   if $choice EQ "1"
  6195.     MetaTool BibleScrambleDemo.DOC TEXT
  6196.   else
  6197.     if $choice EQ "2"
  6198.       BibleScrambleDemo
  6199.     endif
  6200.   endif
  6201.   skip Start BACK
  6202. endif
  6203. .stored-in
  6204. FreshFish-Vol10:New/game/think/ScRaMbLe/
  6205. .pi-file
  6206. FreshFish-Vol10:New/game/think/ScRaMbLe/Product-Info
  6207. .name
  6208. Binary_dt
  6209. .fullname
  6210. Binary.datatype
  6211. .type
  6212. Datatype
  6213. .aminet-dir
  6214. util/dtype
  6215. .short
  6216. Datatype for viewing binary files in hex
  6217. .description
  6218. This is a binary data type for using in MultiView or similar programs!
  6219. The datatype loads any binary file and displays it in a hex format!
  6220. .version
  6221. 39.11
  6222. .date
  6223. 1995.04.11
  6224. .author
  6225. Stefan Ruppert
  6226. .reference
  6227. FreshFish-Vol8-1:New/util/dtype/Binary_dt/
  6228. 39.6
  6229. .requirements
  6230. Requires OS3.0+
  6231. .distribution
  6232. Freeware
  6233. .address
  6234. Windthorststraße 5
  6235. 65439 Flörsheim am Main
  6236. GERMANY
  6237. .source
  6238. Includes source in C and assembler
  6239. .docs
  6240. ReadMe
  6241. docs/binary_dtc.doc
  6242. .described-by
  6243. Dan Fish (daf@starfish.amigalib.com)
  6244. .submittal
  6245. Downloaded via ftp from wuarchive.wustl.edu.
  6246. .execute
  6247. set orgdir `cd`
  6248. LAB start
  6249. failat 10
  6250. unset filechoice
  6251. unset dirchoice
  6252. cd $orgdir
  6253. set choice `RequestChoice "Binary datatype" "Please select an option" "ReadMe" "History" "Documentation" "Install" "Cancel"`
  6254. if $choice GT "0"
  6255.   if $choice EQ "1"
  6256.     MetaTool ReadMe TEXT
  6257.   else
  6258.     if $choice EQ "2"
  6259.       cd doc
  6260.       MetaTool binary.datatype.rev TEXT
  6261.     else
  6262.       if $choice EQ "3"
  6263.         cd doc
  6264.         MetaTool binary_dtc.doc TEXT
  6265.       else
  6266.         if $choice EQ "4"
  6267.           Installer SCRIPT Install APPNAME "Binary DataType" NOPRETEND NOPRINT NOLOG DEFUSER expert MINUSER expert
  6268.         endif
  6269.       endif
  6270.     endif
  6271.   endif
  6272.   skip start BACK
  6273. endif
  6274. .stored-in
  6275. FreshFish-Vol10:Useful/util/dtype/Binary_dt/
  6276. .pi-file
  6277. FreshFish-Vol10:Useful/util/dtype/Binary_dt/Product-Info
  6278. .name
  6279. binutils
  6280. .fullname
  6281. GNU binary file utilities
  6282. .type
  6283. Programmer Tool
  6284. .short
  6285. GNU binary file utilities.
  6286. .description
  6287. Various tools for operating on object and executable files.  Includes "ld",
  6288. "size", "nm", "strip", "ar", "objdump", and "ranlib".
  6289. .version
  6290. 1.8.x
  6291. .author
  6292. Free Software Foundation
  6293. .requirements
  6294. Binary versions require ixemul.library.
  6295. .distribution
  6296. GNU Public License
  6297. .described-by
  6298. Fred Fish (fnf@amigalib.com)
  6299. .aminet-dir
  6300. gnu/src
  6301. .stored-in
  6302. FreshFish-Vol10:GNU-src/amiga/binutils-1.8.x-src.lha
  6303. .pi-file
  6304. FreshFish-Vol10:GNU-src/amiga/binutils-1.8.x-src.lha.pi
  6305. .name
  6306. binutils
  6307. .fullname
  6308. GNU binutils
  6309. .type
  6310. Programmer Tools
  6311. .short
  6312. GNU binary utilities, Amiga source
  6313. .description
  6314. The GNU binary utilities.
  6315. .version
  6316. 2.5.2
  6317. .requirements
  6318. Amiga binaries require the ixemul.library.
  6319. .distribution
  6320. GNU Public License
  6321. .described-by
  6322. Fred Fish (fnf@amigalib.com)
  6323. .aminet-dir
  6324. gnu/src
  6325. .stored-in
  6326. FreshFish-Vol10:GNU-src/amiga/binutils-2.5.2-src.lha
  6327. .pi-file
  6328. FreshFish-Vol10:GNU-src/amiga/binutils-2.5.2-src.lha.pi
  6329. .name
  6330. binutils
  6331. .fullname
  6332. GNU binary file utilities
  6333. .type
  6334. Programmer Tool
  6335. .short
  6336. GNU binary file utilities.
  6337. .description
  6338. Various tools for operating on object and executable files.  Includes "ld",
  6339. "size", "nm", "strip", "ar", "objdump", and "ranlib".
  6340. .version
  6341. 1.8.x
  6342. .author
  6343. Free Software Foundation
  6344. .requirements
  6345. Binary versions require ixemul.library.
  6346. .distribution
  6347. GNU Public License
  6348. .described-by
  6349. Fred Fish (fnf@amigalib.com)
  6350. .aminet-dir
  6351. gnu/base
  6352. .stored-in
  6353. FreshFish-Vol10:GNU-src/baseline/binutils-1.8.x.tar.gz
  6354. .pi-file
  6355. FreshFish-Vol10:GNU-src/baseline/binutils-1.8.x.tar.gz.pi
  6356. .name
  6357. binutils
  6358. .fullname
  6359. GNU binutils
  6360. .type
  6361. Programmer Tools
  6362. .short
  6363. GNU binary utilities, Amiga source
  6364. .description
  6365. The GNU binary utilities.
  6366. .version
  6367. 2.5.2
  6368. .requirements
  6369. Amiga binaries require the ixemul.library.
  6370. .distribution
  6371. GNU Public License
  6372. .described-by
  6373. Fred Fish (fnf@amigalib.com)
  6374. .aminet-dir
  6375. gnu/base
  6376. .stored-in
  6377. FreshFish-Vol10:GNU-src/baseline/binutils-2.5.2.tar.gz
  6378. .pi-file
  6379. FreshFish-Vol10:GNU-src/baseline/binutils-2.5.2.tar.gz.pi
  6380. .name
  6381. bison
  6382. .fullname
  6383. GNU parser generator
  6384. .type
  6385. Programmer Tool
  6386. .short
  6387. GNU parser generator yacc replacement
  6388. .description
  6389. Bison is a parser generator in the style of yacc (1).  It should be
  6390. upwardly compatible with input files designed for yacc.  Input files
  6391. should follow the yacc convention of ending in ".y".  Unlike yacc, the
  6392. generated files do not have fixed names, but instead use the prefix of
  6393. the input file.  For instance, a grammar description file named
  6394. parse.y would produce the generated parser in a file named
  6395. parse.tab.c, instead of yacc 's y.tab.c.
  6396. .version
  6397. 1.24
  6398. .author
  6399. Free Software Foundation
  6400. .requirements
  6401. Binary version requires ixemul.library.
  6402. .distribution
  6403. GNU Public License
  6404. .described-by
  6405. Fred Fish (fnf@amigalib.com)
  6406. .aminet-dir
  6407. gnu/src
  6408. .stored-in
  6409. FreshFish-Vol10:GNU-src/amiga/bison-1.24-src.lha
  6410. .pi-file
  6411. FreshFish-Vol10:GNU-src/amiga/bison-1.24-src.lha.pi
  6412. .name
  6413. bison
  6414. .fullname
  6415. GNU parser generator
  6416. .type
  6417. Programmer Tool
  6418. .short
  6419. GNU parser generator yacc replacement
  6420. .description
  6421. Bison is a parser generator in the style of yacc (1).  It should be
  6422. upwardly compatible with input files designed for yacc.  Input files
  6423. should follow the yacc convention of ending in ".y".  Unlike yacc, the
  6424. generated files do not have fixed names, but instead use the prefix of
  6425. the input file.  For instance, a grammar description file named
  6426. parse.y would produce the generated parser in a file named
  6427. parse.tab.c, instead of yacc 's y.tab.c.
  6428. .version
  6429. 1.24
  6430. .author
  6431. Free Software Foundation
  6432. .requirements
  6433. Binary version requires ixemul.library.
  6434. .distribution
  6435. GNU Public License
  6436. .described-by
  6437. Fred Fish (fnf@amigalib.com)
  6438. .aminet-dir
  6439. gnu/base
  6440. .stored-in
  6441. FreshFish-Vol10:GNU-src/baseline/bison-1.24.tar.gz
  6442. .pi-file
  6443. FreshFish-Vol10:GNU-src/baseline/bison-1.24.tar.gz.pi
  6444. .name
  6445. BlitzBlank
  6446. .type
  6447. Screen Blanker
  6448. .short
  6449. Modular screenblanker, lots of features
  6450. .description
  6451. Description of BlitzBlank:
  6452. --------------------------
  6453.  
  6454. Well, another screen saver. But this one's got these features:
  6455.  
  6456. - AGA/OS 3.0 compatibel
  6457. - most modules are graphic card compatible
  6458. - modular (soon more Modules) concept
  6459. - lots of useful options
  6460. - lots of funny modules
  6461. - build in mouseblanker (timed or by keystroke)
  6462. - nice GUI (style-guide-compliant)
  6463. - build in screen mode requester (Commodore forgot in OS 2.0)
  6464. - ARexx-Interface
  6465. - fully system friendly
  6466. - it's own prefs-editor (BlitzBlankPrefs)
  6467. - automatic switch-back to black screen if a blanker stops due to heavy
  6468.   CPU load
  6469. - won't crash if some nasty program opens it's window on the blankscreen
  6470. - mouse motion sensitivity adjustable
  6471. - "blank now"- and "blank never"-corner (adjustable size)
  6472. - monitors the joystick
  6473. - flexible random function
  6474. - Commodity
  6475. - every module can have it's own screen mode (if the module supports it)
  6476. - AmigaGuide documentation with context sensitiv help
  6477. - Reblanking (module screen will be pushed to front every 5 seconds)
  6478. .version
  6479. 2.60
  6480. .date
  6481. 1995.05.16
  6482. .author
  6483. Thomas Börkel
  6484. .requirements
  6485. - an Amiga ;-))
  6486. - AmigaOS 2.04 or higher (anybody who still uses 1.3 is at a loss)
  6487. - @{" MUI " link mui} 2.3
  6488. - the following libraries must be present in the LIBS: directory:
  6489.   * commodities.library
  6490.   * rexxsyslib.library
  6491.   * amigaguide.library
  6492. .distribution
  6493. Giftware
  6494. .address
  6495. Gartenstr. 16
  6496. D-76761 Rülzheim
  6497. Germany
  6498. .email
  6499. Thomas_Boerkel@amiga_inside2.schiele-ct.de
  6500. .docs
  6501. Deutsch/BlitzBlank.guide
  6502. English/BlitzBlank.guide
  6503. .described-by
  6504. Richard Fish (rjf@amigalib.com)
  6505. .submittal
  6506. Downloaded via ftp from wuarchive.wustl.edu.
  6507. .aminet-dir
  6508. util/blank
  6509. .execute
  6510. LAB Start
  6511. set choice `RequestChoice "Options Selection" "Please select an option" "View Guide" "Install Program" "UnInstall" "Run Program" "Cancel"`
  6512. if $choice GT "0"
  6513.   if $choice EQ "1"
  6514.     set choice2 `RequestChoice "Options Selection" "Please select a Language" "English" "Deutsch" "Cancel"`
  6515.     if $choice2 GT "0"
  6516.       if $choice2 EQ "1"
  6517.         cd English
  6518.         MetaTool BlitzBlank.guide GUIDE
  6519.         cd /
  6520.       else
  6521.         if $choice2 EQ "2"
  6522.           cd Deutsch
  6523.           MetaTool BlitzBlank.guide GUIDE
  6524.           cd /
  6525.         endif
  6526.       endif
  6527.     endif
  6528.   else
  6529.     if $choice EQ "2"
  6530.       set choice2 `RequestChoice "Options Selection" "Please select a Language" "English" "Deutsch" "Cancel"`
  6531.       if $choice2 GT "0"
  6532.         if $choice2 EQ "1"
  6533.           Installer Install_BlitzBlank "BlitzBlank 2.60" MINUSER AVERAGE LANGUAGE english
  6534.         else
  6535.           if $choice2 EQ "2"
  6536.             Installer Install_BlitzBlank "BlitzBlank 2.60" MINUSER AVERAGE LANGUAGE deutsch
  6537.           endif
  6538.         endif
  6539.       endif
  6540.     else
  6541.       if $choice EQ "3"
  6542.         set choice2 `RequestChoice "Options Selection" "Please select a Language" "English" "Deutsch" "Cancel"`
  6543.         if $choice2 GT "0"
  6544.           if $choice2 EQ "1"
  6545.             Installer UnInstall_BlitzBlank "BlitzBlank 2.60" MINUSER AVERAGE LANGUAGE english
  6546.           else
  6547.             if $choice2 EQ "2"
  6548.               Installer UnInstall_BlitzBlank "BlitzBlank 2.60" MINUSER AVERAGE LANGUAGE deutsch
  6549.             endif
  6550.           endif
  6551.         endif
  6552.       else
  6553.         if $choice EQ "4"
  6554.           assign libs: libs/ ADD
  6555.           assign locale: locale/ ADD
  6556.           run >nil: BlitzBlank
  6557.           BlitzBlankPrefs
  6558.         endif
  6559.       endif
  6560.     endif
  6561.   endif
  6562.   skip Start BACK
  6563. endif
  6564. .stored-in
  6565. FreshFish-Vol10:New/util/blank/BlitzBlank/
  6566. .pi-file
  6567. FreshFish-Vol10:New/util/blank/BlitzBlank/Product-Info
  6568. .name
  6569. BluffTitler
  6570. .type
  6571. Video Tool
  6572. .short
  6573. A Realtime 3D Titling System
  6574. .description
  6575. BluffTitler is Realtime 3D Titling program. It allows you to animate 3D
  6576. texts in all sorts of 3D effects using a simple graphical user interface.
  6577.  
  6578. You no longer have to use difficult,expensive and slow 3D rendering software
  6579. to make those stunning 3D leaders. All you need is BluffTitler !!
  6580.  
  6581. And because BluffTitler works in realtime, you can immediately start
  6582. recording your leader to video . No more heavy disk operations, memory
  6583. problems and single frame recorders : simply start BluffTitler and press
  6584. the record button on your video !
  6585.  
  6586. Since computer power is limited you can't expect broadcast quality from a
  6587. realtime titler, but the result is perfectly suitable for
  6588. -home video's
  6589. -semi-professional productions
  6590. -cable networks
  6591. -computer presentations
  6592. .version
  6593. 1.1
  6594. .author
  6595. Michiel den Outer
  6596. .requirements
  6597. - a 68020 Processor or higher
  6598. - Amiga DOS 2.0 or higher
  6599. - a 15 KHz monitor or TV
  6600. .distribution
  6601. Shareware
  6602. .price
  6603. $15 (US), 25 DM
  6604. .address
  6605. Populierenlaan 59
  6606. 2925 CP Krimpen a/d IJssel
  6607. The Netherlands
  6608. .docs
  6609. BluffTitler.DOC
  6610. .described-by
  6611. Richard Fish
  6612. .submittal
  6613. Submitted on disk directly by the author.
  6614. .aminet-dir
  6615. gfx/misc
  6616. .execute
  6617. LAB Start
  6618. set choice `RequestChoice "Options Selection" "Please select an option" "View Guide" "Run Program" "Cancel"`
  6619. if $choice GT "0"
  6620.   if $choice EQ "1"
  6621.     set orgdir `cd`
  6622.     cd docs
  6623.     set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "~(#?.info)"`
  6624.     set dirchoice `pathname $filechoice`
  6625.     set filechoice `basename $filechoice`
  6626.     failat 21
  6627.     cd $dirchoice
  6628.     MetaTool $filechoice GUIDE
  6629.     cd $orgdir
  6630.     failat 10
  6631.     unset filechoice
  6632.     unset dirchoice
  6633.   else
  6634.     if $choice EQ "2"
  6635.       BluffTitler
  6636.     endif
  6637.   endif
  6638.   skip Start BACK
  6639. endif
  6640. .stored-in
  6641. FreshFish-Vol10:New/gfx/misc/BluffTitler_Demo/
  6642. .pi-file
  6643. FreshFish-Vol10:New/gfx/misc/BluffTitler_Demo/Product-Info
  6644. .name
  6645. books-reviews
  6646. .short
  6647. Reviews of Amiga-related books.
  6648. .description
  6649. Reviews of Amiga-related books.
  6650. .described-by
  6651. fnf@amigalib.com
  6652. .author
  6653. Various; maintained by Daniel Barrett
  6654. .aminet-dir
  6655. docs/rview
  6656. .stored-in
  6657. FreshFish-Vol10:Useful/reviews/other-reviews/books/
  6658. .pi-file
  6659. FreshFish-Vol10:Useful/reviews/other-reviews/books/Product-Info
  6660. .name
  6661. BootBlk_Checker
  6662. .type
  6663. Disk Tool
  6664. .short
  6665. Can check/remove/install bootblocks
  6666. .description
  6667. Boot Block Checker as the name suggests checks the boot block
  6668. of floppy disks. It can also remove and/or install boot
  6669. blocks. All current DOS types are accepted.(OS1.3, OS2.x
  6670. OS3.0) Excluding disk which are High Density. (ie A4000)
  6671. .version
  6672. 1.00
  6673. .author
  6674. DCAT
  6675. .distribution
  6676. Copyrighted but Freely Redistributable
  6677. .docs
  6678. BootBlk_Check.Doc
  6679. .described-by
  6680. Richard Fish (rjf@amigalib.com)
  6681. .submittal
  6682. Submitted on disk directly by the author.
  6683. .aminet-dir
  6684. disk/misc
  6685. .execute
  6686. LAB Start
  6687. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
  6688. if $choice GT "0"
  6689.   if $choice EQ "1"
  6690.     MetaTool BootBlk_Check.DOC TEXT
  6691.   else
  6692.     if $choice EQ "2"
  6693.       BootBlk_Check
  6694.     endif
  6695.   endif
  6696.   skip Start BACK
  6697. endif
  6698. .stored-in
  6699. FreshFish-Vol10:New/disk/misc/BootBlk_Checker/
  6700. .pi-file
  6701. FreshFish-Vol10:New/disk/misc/BootBlk_Checker/Product-Info
  6702. .name
  6703. bootpic
  6704. .type
  6705. Picture
  6706. .short
  6707. Amiga Workbench Bootpics
  6708. .description
  6709. Amiga Workbench Bootpicture
  6710.  
  6711. Das Bootpic steht in zwei Versionen zur verfuegung:
  6712. 640x512 und 800x600!
  6713. Zusaetzlich gibt es noch ein Commodore Pattern fuer die MagicWB.
  6714. .author
  6715. ICEHAWK
  6716. .distribution
  6717. Copyrighted but Freely Redistributable
  6718. .email
  6719. s_supp@ira.uka.de
  6720. .aminet-dir
  6721. pix/icon
  6722. .execute
  6723. METATOOL Amigaboot640x512.iff ILBM
  6724. .docs
  6725. bootpic94.readme
  6726. .described-by
  6727. Richard Fish (rjf@amigalib.com)
  6728. .submittal
  6729. Downloaded via ftp from wuarchive.wustl.edu.
  6730. .stored-in
  6731. FreshFish-Vol10:New/pix/icon/bootpic/
  6732. .pi-file
  6733. FreshFish-Vol10:New/pix/icon/bootpic/Product-Info
  6734. # This file contains product information that can be used by
  6735. # KingFisher 2.0 and other similar tools.
  6736.  
  6737. .name
  6738. BootUte
  6739. .type
  6740. OS Utility
  6741. .short
  6742. System degrader
  6743. .description
  6744. BootUte 2 is the latest (and greatest) degrader for the Amiga.
  6745. It can be run on any Amiga with Kickstart 2.04 or above.
  6746.  
  6747. Here is a summary of features :
  6748.  
  6749.       o Any executable file can be run.
  6750.       o Bootblocks can be run, saved, loaded etc.
  6751.       o Limit amount of available fast memory.
  6752.       o Limit amount of available chip memory.
  6753.       o 'Fake' fast memory when real fast memory is not present.
  6754.       o Clear all free memory before execution of the program or
  6755.         bootblock.
  6756.       o Chipset and display type 'emulation'.
  6757.       o CPU/FPU 'emulation'
  6758.       o Ability to change the mode of operation for data and/or
  6759.         instruction caches.
  6760.       o Allow setting of the VBR (Vector Base Register) to any area
  6761.         of memory (providing the particular area of memory is not
  6762.         currently being used)
  6763.       o Ability to selectively disable floppy disk drives, CD-ROM
  6764.         drives and/or the PCMCIA port.
  6765.  
  6766.       Plus lots of other features.
  6767. .version
  6768. 2.5
  6769. .date
  6770. 1995.06.25
  6771. .author
  6772. Paul Toyne
  6773. .requirements
  6774. Requires WB2.0+
  6775. .distribution
  6776. Shareware
  6777. .price
  6778. $25 (US), £15, 35 DM
  6779. .email
  6780. pt@dmu.ac.uk
  6781. .address
  6782. 1 Sherrard Drive,
  6783. Sileby,
  6784. Leicestershire
  6785. LE12 7SG
  6786. ENGLAND
  6787. .docs
  6788. README
  6789. Docs/BootUte_2.doc
  6790. Docs/BootUte_2.guide
  6791. Docs/Register_BU.doc
  6792. .described-by
  6793. Dan Fish (daf@daffy.amigalib.com)
  6794. .submittal
  6795. Downloaded via ftp from wuarchive.wustl.edu.
  6796. .execute
  6797. LAB Start
  6798. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
  6799. if $choice GT "0"
  6800.   if $choice EQ "1"
  6801.     MetaTool Docs/BootUte_2.doc TEXT
  6802.   else
  6803.     if $choice EQ "2"
  6804.       cd Docs
  6805.       MetaTool BootUte_2.guide GUIDE
  6806.       cd /
  6807.     else
  6808.       if $choice EQ "3"
  6809.         Installer Install BootUte EXPERT
  6810.       else
  6811.         if $choice EQ "4"
  6812.           wbrun BootUte_2
  6813.         endif
  6814.       endif
  6815.     endif
  6816.   endif
  6817.   skip Start BACK
  6818. endif
  6819. .aminet-dir
  6820. util/misc
  6821. .stored-in
  6822. FreshFish-Vol10:New/util/misc/BootUte/
  6823. .pi-file
  6824. FreshFish-Vol10:New/util/misc/BootUte/Product-Info
  6825. .name
  6826. BorderSprites
  6827. .type
  6828. OS Patch
  6829. .short
  6830. Make mouse visible outside screens
  6831. .description
  6832. This program changes one bit in the graphics.library so the mouse pointer
  6833. will not become invisible when it is moved between screens or at the right
  6834. of the screen.
  6835. .version
  6836. 1.0
  6837. .date
  6838. 1995.07.16
  6839. .author
  6840. Steffen Thorsen
  6841. .distribution
  6842. Public Domain
  6843. .requirements
  6844. OS3.0, ECS/AGA chips
  6845. .exectype
  6846. 68000
  6847. .source
  6848. Assembler source (1K)
  6849. .tested
  6850. with OS3.0, with Multisync/normal monitors
  6851. .address
  6852. Fjordg 8A
  6853. N-4300 Sandnes
  6854. Norway
  6855. .installsize
  6856. 14K
  6857. .docs
  6858. BorderSprites.doc
  6859. .described-by
  6860. Steffen Thorsen
  6861. .submittal
  6862. Submitted on disk directly by the author
  6863. .aminet-dir
  6864. gfx/misc
  6865. .execute
  6866. LAB Start
  6867. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
  6868. if $choice GT "0"
  6869.   if $choice EQ "1"
  6870.     MetaTool BorderSprites.doc TEXT
  6871.   else
  6872.     if $choice EQ "2"
  6873.       BorderSprites
  6874.     endif
  6875.   endif
  6876.   skip Start BACK
  6877. endif
  6878. .stored-in
  6879. FreshFish-Vol10:New/gfx/misc/BorderSprites/
  6880. .pi-file
  6881. FreshFish-Vol10:New/gfx/misc/BorderSprites/Product-Info
  6882. .name
  6883. Brik
  6884. .type
  6885. CLI Tool
  6886. .short
  6887. Compute & use CRC lists to verify files
  6888. .description
  6889. A general purpose program that calculates both text and binary cyclic
  6890. redundancy codes (CRCs).  Text mode CRCs calculated by brik are
  6891. portable across systems for files that are in the usual text format on
  6892. each system.  Binary mode CRCs are portable for files that are moved
  6893. from system to system without any change.  Brik can be used to verify
  6894. and update an embedded checksum header in files.  It runs under
  6895. MS-DOS, UNIX system V, BSD UNIX, VAX/VMS, and AmigaDOS.
  6896. .version
  6897. 2.0
  6898. .author
  6899. Rahul Dhesi
  6900. .reference
  6901. AmigaLibDisk233:Brik/
  6902. 2.0
  6903. .distribution
  6904. GNU Public License
  6905. .email
  6906. dhesi@bsu-cs.bsu.edu
  6907. .source
  6908. Includes source in C.
  6909. .docs
  6910. Brik.doc
  6911. .described-by
  6912. Fred Fish (fnf@fishpond.cygnus.com)
  6913. .submittal
  6914. Received over usenet.
  6915. .aminet-dir
  6916. gnu/src
  6917. .stored-in
  6918. FreshFish-Vol10:GNU-src/amiga/brik-2.0-src.lha
  6919. .pi-file
  6920. FreshFish-Vol10:GNU-src/amiga/brik-2.0-src.lha.pi
  6921. .name
  6922. Brik
  6923. .type
  6924. CLI Tool
  6925. .short
  6926. Compute & use CRC lists to verify files
  6927. .description
  6928. A general purpose program that calculates both text and binary cyclic
  6929. redundancy codes (CRCs).  Text mode CRCs calculated by brik are
  6930. portable across systems for files that are in the usual text format on
  6931. each system.  Binary mode CRCs are portable for files that are moved
  6932. from system to system without any change.  Brik can be used to verify
  6933. and update an embedded checksum header in files.  It runs under
  6934. MS-DOS, UNIX system V, BSD UNIX, VAX/VMS, and AmigaDOS.
  6935. .version
  6936. 2.0
  6937. .date
  6938. .author
  6939. Rahul Dhesi
  6940. .restrictions
  6941. .requirements
  6942. .reference
  6943. AmigaLibDisk233:Brik/
  6944. 2.0
  6945. .keywords
  6946. .distribution
  6947. GNU Public License
  6948. .price
  6949. .address
  6950. .email
  6951. dhesi@bsu-cs.bsu.edu
  6952. .phone
  6953. .fax
  6954. .exectype
  6955. .installsize
  6956. .source
  6957. Includes source in C.
  6958. .construction
  6959. .tested
  6960. .docs
  6961. Brik.doc
  6962. .described-by
  6963. Fred Fish (fnf@fishpond.cygnus.com)
  6964. .submittal
  6965. Received over usenet.
  6966. .execute
  6967. LAB start
  6968. set choice `RequestChoice "Brik" "Please select an option" "View ReadMe" "View Documentation" "Cancel"`
  6969. if $choice GT "0"
  6970.   if $choice EQ "1"
  6971.     MetaTool ReadMe.fnf TEXT
  6972.   else
  6973.     if $choice EQ "2"
  6974.       MetaTool brik.doc TEXT
  6975.     endif
  6976.   endif
  6977.   skip start BACK
  6978. endif
  6979. .aminet-dir
  6980. util/misc
  6981. .stored-in
  6982. FreshFish-Vol10:Useful/util/misc/brik/
  6983. .pi-file
  6984. FreshFish-Vol10:Useful/util/misc/brik/Product-Info
  6985. .name
  6986. bsplit
  6987. .type
  6988. CLI Tool
  6989. .short
  6990. Split files into pieces by byte count
  6991. .description
  6992. Split binary files into managable pieces as specified by a byte count.
  6993. Similar to the UNIX "split" program, which works with lines, not
  6994. bytes.
  6995. .version
  6996. 1.0
  6997. .date
  6998. .author
  6999. P. Knoppers
  7000. .restrictions
  7001. .requirements
  7002. .reference
  7003. .keywords
  7004. .distribution
  7005. Copyrighted but Freely Redistributable
  7006. .price
  7007. .address
  7008. P. Knoppers
  7009. Bilderdijkhof 59
  7010. 2624 ZG  Delft
  7011. The Netherlands
  7012. .email
  7013. .phone
  7014. .fax
  7015. .exectype
  7016. .installsize
  7017. .source
  7018. .construction
  7019. .tested
  7020. .docs
  7021. .described-by
  7022. Fred Fish (fnf@fishpond.cygnus.com)
  7023. .submittal
  7024. Received over usenet.
  7025. .execute
  7026. LAB start
  7027. set choice `RequestChoice "Bsplit" "Please select an option" "View Posting" "View Source" "Cancel"`
  7028. if $choice GT "0"
  7029.   if $choice EQ "1"
  7030.     MetaTool bsplit.posting TEXT
  7031.   else
  7032.     if $choice EQ "2"
  7033.       MetaTool bsplit.c TEXT
  7034.     endif
  7035.   endif
  7036.   skip start BACK
  7037. endif
  7038. .aminet-dir
  7039. util/misc
  7040. .stored-in
  7041. FreshFish-Vol10:Useful/util/misc/bsplit/
  7042. .pi-file
  7043. FreshFish-Vol10:Useful/util/misc/bsplit/Product-Info
  7044. .name
  7045. BTNTape
  7046. .type
  7047. Disk Tool
  7048. .aminet-dir
  7049. disk/bakup
  7050. .short
  7051. A 'Better-Than-Nothing' scsi tape driver
  7052. .description
  7053. The "Better Than Nothing" SCSI tape device handler.  It provides flat-file
  7054. access to a SCSI tape drive from application programs using simple calls to
  7055. DOS or C library I/O functions.  It can also be used with the Amiga TAR
  7056. utility for disk backups.  It uses your existing SCSI adapter's device
  7057. driver for access to the bus.  This version fixes a number of bugs and
  7058. includes several new features including file number tracking and append-only
  7059. and read-only safety modes.
  7060. .version
  7061. 3.0
  7062. .author
  7063. Robert Rethemeyer
  7064. .reference
  7065. AmigaLibDisk558:BTNTape/
  7066. 2.1
  7067. AmigaLibDisk471:BTNTape/
  7068. 2.0
  7069. AmigaLibDisk392:BTNTape/
  7070. 1.0
  7071. .distribution
  7072. Freeware
  7073. .address
  7074. 979-4 Belmont Terrace
  7075. Sunnyvale, CA  94086
  7076. USA
  7077. .email
  7078. drBob@cup.portal.com
  7079. .source
  7080. Includes complete C-source and extensive documentation
  7081. .docs
  7082. readme.first
  7083. changes.doc
  7084. doc/drives.doc
  7085. doc/features.doc
  7086. doc/hardware.doc
  7087. doc/install.doc
  7088. doc/messages.doc
  7089. doc/tapemon.doc
  7090. doc/usage.doc
  7091. .described-by
  7092. Fred Fish (fnf@fishpond.cygnus.com)
  7093. .submittal
  7094. Submitted on disk directly by the author.
  7095. .execute
  7096. set orgdir `cd`
  7097. LAB start
  7098. failat 10
  7099. unset filechoice
  7100. unset dirchoice
  7101. cd $orgdir
  7102. set choice `RequestChoice "BTNTape" "Please select an option" "ReadMe" "Changes" "View Files" "Cancel"`
  7103. if $choice GT "0"
  7104.   if $choice EQ "1"
  7105.     MetaTool ReadMe.first TEXT
  7106.   else
  7107.     if $choice EQ "2"
  7108.       MetaTool Changes.doc TEXT
  7109.     else
  7110.       if $choice EQ "3"
  7111.         set filechoice `RequestFile TITLE "Select Text File"`
  7112.         set dirchoice `pathname $filechoice`
  7113.         set filechoice `basename $filechoice`
  7114.         failat 21
  7115.         cd $dirchoice
  7116.         MetaTool $filechoice TEXT
  7117.       endif
  7118.     endif
  7119.   endif
  7120.   skip start BACK
  7121. endif
  7122. .stored-in
  7123. FreshFish-Vol10:Useful/disk/misc/BTNtape/
  7124. .pi-file
  7125. FreshFish-Vol10:Useful/disk/misc/BTNtape/Product-Info
  7126. # This file contains product information that can be used by
  7127. # KingFisher 2.0 and other similar tools.
  7128.  
  7129. .name
  7130. Bud
  7131. .type
  7132. Financial Utility
  7133. .short
  7134. Personal Budget Utility
  7135. .description
  7136. Bud is a small Budget Management tool, that I developed for
  7137. the author's personal needs.  This first version is limited to
  7138. budget planning, recording, reporting, and graphing.  Future
  7139. releases will incorporate multiple account handling.
  7140. .version
  7141. 1.01
  7142. .date
  7143. 1995.07.01
  7144. .author
  7145. Eric Labbe
  7146. .requirements
  7147. Requires OS3.0+
  7148. .distribution
  7149. Shareware
  7150. .price
  7151. $10 (US), $15 (CAN)
  7152. .address
  7153. 3843 Repere,
  7154. Rock-Forest, Qc.
  7155. Canada  J1N 3Y1
  7156.  
  7157. 2500 Cavendish #306
  7158. Montreal, Qc
  7159. Canada    H4B 2Z6
  7160. .email
  7161. ericl@vedge.com
  7162. .docs
  7163. bud.doc
  7164. addendum.doc
  7165. Problem.txt
  7166. registration.txt
  7167. .described-by
  7168. Dan Fish (daf@starfish.amigalib.com)
  7169. .submittal
  7170. Downloaded via ftp from wuarchive.wustl.edu.
  7171. .execute
  7172. LAB Start
  7173. set choice `RequestChoice "Options Selection" "Please select an option" "View ReadMe" "Run Program" "Cancel"`
  7174. if $choice GT "0"
  7175.   if $choice EQ "1"
  7176.     MetaTool bud.doc TEXT
  7177.   else
  7178.     if $choice EQ "2"
  7179.       bud
  7180.     endif
  7181.   endif
  7182.   skip Start BACK
  7183. endif
  7184. .aminet-dir
  7185. biz/misc
  7186. .stored-in
  7187. FreshFish-Vol10:New/biz/misc/Bud/
  7188. .pi-file
  7189. FreshFish-Vol10:New/biz/misc/Bud/Product-Info
  7190. .name
  7191. business-software
  7192. .short
  7193. Reviews of business software.
  7194. .description
  7195. Reviews of business software.
  7196. .described-by
  7197. fnf@amigalib.com
  7198. .author
  7199. Various; maintained by Daniel Barrett
  7200. .aminet-dir
  7201. docs/rview
  7202. .stored-in
  7203. FreshFish-Vol10:Useful/reviews/software/business/
  7204. .pi-file
  7205. FreshFish-Vol10:Useful/reviews/software/business/Product-Info
  7206. .name
  7207. calc
  7208. .fullname
  7209. GNU calc
  7210. .type
  7211. Miscellaneous
  7212. .short
  7213. Advanced desk calculator in EMACS elisp.
  7214. .description
  7215. "Calc" is an advanced calculator and mathematical tool that runs as
  7216. part of the GNU Emacs environment.  Very roughly based on the HP-28/48
  7217. series of calculators, its many features include:
  7218.  
  7219.     * Choice of algebraic or RPN (stack-based) entry of calculations.
  7220.  
  7221.     * Arbitrary precision integers and floating-point numbers.
  7222.  
  7223.     * Arithmetic on rational numbers, complex numbers (rectangular and
  7224.       polar), error forms with standard deviations, open and closed
  7225.       intervals, vectors and matrices, dates and times, infinities,
  7226.       sets, quantities with units, and algebraic formulas.
  7227.  
  7228.     * Mathematical operations such as logarithms and trigonometric functions.
  7229.  
  7230.     * Programmer's features (bitwise operations, non-decimal numbers).
  7231.  
  7232.     * Financial functions such as future value and internal rate of return.
  7233.  
  7234.     * Number theoretical features such as prime factorization and
  7235.       arithmetic modulo M for any M.
  7236.  
  7237.     * Algebraic manipulation features, including symbolic calculus.
  7238.  
  7239.     * Moving data to and from regular editing buffers.
  7240.  
  7241.     * "Embedded mode" for manipulating Calc formulas and data directly
  7242.       inside any editing buffer.
  7243.  
  7244.     * Graphics using GNUPLOT, a versatile (and free) plotting program.
  7245.  
  7246.     * Easy programming using keyboard macros, algebraic formulas,
  7247.       algebraic rewrite rules, or extended Emacs Lisp.
  7248. .version
  7249. 2.02c
  7250. .author
  7251. Dave Gillespie
  7252. .address
  7253. c/o Synaptics, Inc.
  7254. 2698 Orchard Parkway
  7255. San Jose CA 95134
  7256. .distribution
  7257. GNU Public License
  7258. .email
  7259. daveg@synaptics.com
  7260. .described-by
  7261. Fred Fish (fnf@amigalib.com)
  7262. .aminet-dir
  7263. gnu/src
  7264. .stored-in
  7265. FreshFish-Vol10:GNU-src/amiga/calc-2.02c-src.lha
  7266. .pi-file
  7267. FreshFish-Vol10:GNU-src/amiga/calc-2.02c-src.lha.pi
  7268. .name
  7269. calc
  7270. .fullname
  7271. GNU calc
  7272. .type
  7273. Miscellaneous
  7274. .short
  7275. Advanced desk calculator in EMACS elisp.
  7276. .description
  7277. "Calc" is an advanced calculator and mathematical tool that runs as
  7278. part of the GNU Emacs environment.  Very roughly based on the HP-28/48
  7279. series of calculators, its many features include:
  7280.  
  7281.     * Choice of algebraic or RPN (stack-based) entry of calculations.
  7282.  
  7283.     * Arbitrary precision integers and floating-point numbers.
  7284.  
  7285.     * Arithmetic on rational numbers, complex numbers (rectangular and
  7286.       polar), error forms with standard deviations, open and closed
  7287.       intervals, vectors and matrices, dates and times, infinities,
  7288.       sets, quantities with units, and algebraic formulas.
  7289.  
  7290.     * Mathematical operations such as logarithms and trigonometric functions.
  7291.  
  7292.     * Programmer's features (bitwise operations, non-decimal numbers).
  7293.  
  7294.     * Financial functions such as future value and internal rate of return.
  7295.  
  7296.     * Number theoretical features such as prime factorization and
  7297.       arithmetic modulo M for any M.
  7298.  
  7299.     * Algebraic manipulation features, including symbolic calculus.
  7300.  
  7301.     * Moving data to and from regular editing buffers.
  7302.  
  7303.     * "Embedded mode" for manipulating Calc formulas and data directly
  7304.       inside any editing buffer.
  7305.  
  7306.     * Graphics using GNUPLOT, a versatile (and free) plotting program.
  7307.  
  7308.     * Easy programming using keyboard macros, algebraic formulas,
  7309.       algebraic rewrite rules, or extended Emacs Lisp.
  7310. .version
  7311. 2.02c
  7312. .author
  7313. Dave Gillespie
  7314. .address
  7315. c/o Synaptics, Inc.
  7316. 2698 Orchard Parkway
  7317. San Jose CA 95134
  7318. .distribution
  7319. GNU Public License
  7320. .email
  7321. daveg@synaptics.com
  7322. .described-by
  7323. Fred Fish (fnf@amigalib.com)
  7324. .aminet-dir
  7325. gnu/base
  7326. .stored-in
  7327. FreshFish-Vol10:GNU-src/baseline/calc-2.02c.tar.gz
  7328. .pi-file
  7329. FreshFish-Vol10:GNU-src/baseline/calc-2.02c.tar.gz.pi
  7330. .name
  7331. calendar-software
  7332. .short
  7333. Reviews of calendar/reminder programs.
  7334. .description
  7335. Reviews of calendar/reminder programs.
  7336. .described-by
  7337. fnf@amigalib.com
  7338. .author
  7339. Various; maintained by Daniel Barrett
  7340. .aminet-dir
  7341. docs/rview
  7342. .stored-in
  7343. FreshFish-Vol10:Useful/reviews/software/calendar/
  7344. .pi-file
  7345. FreshFish-Vol10:Useful/reviews/software/calendar/Product-Info
  7346. .name
  7347. CastleRoom
  7348. .type
  7349. Picture
  7350. .short
  7351. 1024x768x8 GIF - Castle room/furnishings
  7352. .description
  7353. A 1024x768 .gif with 256 colors which I created some years ago with
  7354. Imagine 2.0 -- it details a room in a castle, sunset out the window,
  7355. wine and chess set on the table, a picture, a mirror, two chairs ready
  7356. for the chess players.  Lighting and scene came out real nice.
  7357. .author
  7358. Udo Schuermann
  7359. .distribution
  7360. Copyrighted but Freely Redistributable
  7361. .aminet-dir
  7362. pix/trace
  7363. .execute
  7364. MetaTool CastleRoom.gif GIF
  7365. .described-by
  7366. Fred Fish (fnf@amigalib.com)
  7367. .submittal
  7368. Submitted directly by author via ftp.
  7369.  
  7370. .stored-in
  7371. FreshFish-Vol10:New/pix/trace/CastleRoom/
  7372. .pi-file
  7373. FreshFish-Vol10:New/pix/trace/CastleRoom/Product-Info
  7374. .name
  7375. CCC
  7376. .fullname
  7377. Crunch Crumble Chomp
  7378. .type
  7379. Game
  7380. .short
  7381. Destroy a large city with your monster
  7382. .description
  7383. You guide a monster on its career of trashing a large city. Your
  7384. objective; to destroy as much of the city as possible before your
  7385. monster is destroyed by the military. The game is keyboard
  7386. controlled for one player.
  7387. .version
  7388. 0.6
  7389. .date
  7390. 1995.1.8
  7391. .author
  7392. Ronald F. Picardi
  7393. .restrictions
  7394. Some keyboard commands not available. Save game not available.
  7395. Display status sometimes flickers. Graphics display may jumps
  7396. when flying and blasting. Graphics currently in use for monster
  7397. are for program testing. Game exits to Workbench when your
  7398. monster is destroyed.
  7399. .requirements
  7400. Any Amiga with 1 meg or more memory.
  7401. .distribution
  7402. Shareware
  7403. .address
  7404. 630 Bacon Rd
  7405. Saginaw, MI 48609
  7406. .construction
  7407. Compiled AmosPro
  7408. .tested
  7409. A500, A600, A2000, CD32-SX1, A4000/40
  7410. .docs
  7411. Docs.TXT
  7412. .submittal
  7413. Submitted on disk directly by author
  7414. .aminet-dir
  7415. game/misc
  7416. .execute
  7417. LAB Start
  7418. set choice `arqreq "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel" ID=0`
  7419. if $choice GT "0"
  7420.   if $choice EQ "1"
  7421.     MetaTool Docs.TXT TEXT
  7422.   else
  7423.     if $choice EQ "2"
  7424.       CCC
  7425.     endif
  7426.   endif
  7427.   skip Start BACK
  7428. endif
  7429. .stored-in
  7430. FreshFish-Vol10:New/game/misc/CCC/
  7431. .pi-file
  7432. FreshFish-Vol10:New/game/misc/CCC/Product-Info
  7433. .name
  7434. cd-rom-hardware
  7435. .short
  7436. Reviews of CD-ROM related products
  7437. .description
  7438. Reviews of CD-ROM related products:
  7439.  
  7440.     CD-ROM drives.
  7441.     Commodore CD-ROM machines (CDTV, CD32, etc.)
  7442. .described-by
  7443. fnf@amigalib.com
  7444. .author
  7445. Various; maintained by Daniel Barrett
  7446. .aminet-dir
  7447. docs/rview
  7448. .stored-in
  7449. FreshFish-Vol10:Useful/reviews/hardware/cd-rom/
  7450. .pi-file
  7451. FreshFish-Vol10:Useful/reviews/hardware/cd-rom/Product-Info
  7452. .name
  7453. cd-rom-software
  7454. .short
  7455. Reviews of CD-ROM software products
  7456. .description
  7457. Reviews of CD-ROM software products:
  7458.  
  7459.     CD-ROM discs
  7460.     CD-ROM filesystems
  7461.  
  7462. Some of these files are links to reviews of other Amiga products (like games)
  7463. that happen to appear on CD-ROM.
  7464. .described-by
  7465. fnf@amigalib.com
  7466. .author
  7467. Various; maintained by Daniel Barrett
  7468. .aminet-dir
  7469. docs/rview
  7470. .stored-in
  7471. FreshFish-Vol10:Useful/reviews/software/cd-rom/
  7472. .pi-file
  7473. FreshFish-Vol10:Useful/reviews/software/cd-rom/Product-Info
  7474. .name
  7475. Chaos
  7476. .fullname
  7477. The Chess HAppening Organisation System
  7478. .type
  7479. Chess tournament manager
  7480. .short
  7481. Manages swiss pairing tournaments
  7482. .description
  7483. Chaos is a program that manages single-player chess-tournaments.
  7484. It offers different pairing modes: Swiss pairing (Less rounds
  7485. than players) and Round Robin (same number of rounds than
  7486. players), either FIDE system or Shift system.
  7487. .version
  7488. 5.5
  7489. .date
  7490. 1995.06.05
  7491. .author
  7492. Jochen Wiedmann
  7493. .requirements
  7494. Requires Kickstart/Workbench 2.0 or later and
  7495. MUI (Magic User Interface) 2.0 or later
  7496. .reference
  7497. FreshFish-Vol9-2:BBS/game/Chaos-5.3.lha
  7498. 5.3
  7499. FreshFish-Vol8-2:BBS/game/Chaos-5.3.lha
  7500. 5.3
  7501. FreshFish-Vol8-1:New/game/think/Chaos/
  7502. 5.3
  7503. GoldFish-Vol2-2:BBS/game/Chaos-5.2.lha
  7504. 5.2
  7505. GoldFish-Vol2-1:Files/game/think/Chaos/
  7506. 5.2
  7507. .distribution
  7508. GNU Public License
  7509. .address
  7510. Am Eisteich 9
  7511. 72555 Metzingen
  7512. Germany
  7513. Phone: (0049) +7123 / 14881
  7514. .email
  7515. jochen.wiedmann@zdv.uni-tuebingen.de
  7516. Email: jochen.wiedmann@zdv.uni-tuebingen.de
  7517. .exectype
  7518. 68xxx
  7519. .installsize
  7520. 400 Kb
  7521. .source
  7522. LhA archive
  7523. .construction
  7524. Compiled with Dice, but prepared for GNU C and SAS/C.
  7525. .docs
  7526. Chaos.guide
  7527. .submittal
  7528. Submitted electronically directly by the author.
  7529. .execute
  7530. LAB Start
  7531. set choice `RequestChoice "Chaos" "Please select an option" "View English Guide" "View Deutsch Guide" "Install" "Run" "Cancel"`
  7532. if $choice GT "0"
  7533.   if $choice EQ "1"
  7534.     cd doc
  7535.     MetaTool Chaos_english.guide GUIDE
  7536.     cd /
  7537.   else
  7538.     if $choice EQ "2"
  7539.       cd doc
  7540.       MetaTool Chaos_deutsch.guide GUIDE
  7541.       cd /
  7542.     else
  7543.       if $choice EQ "3"
  7544.         Installer Install
  7545.       else
  7546.         if $choice EQ "4"
  7547.           Chaos
  7548.         endif
  7549.       endif
  7550.     endif
  7551.   endif
  7552.   skip Start BACK
  7553. endif
  7554. .aminet-dir
  7555. game/board
  7556. .stored-in
  7557. FreshFish-Vol10:New/game/board/Chaos/
  7558. .pi-file
  7559. FreshFish-Vol10:New/game/board/Chaos/Product-Info
  7560. .name
  7561. chksum
  7562. .type
  7563. CLI Tool
  7564. .short
  7565. SVR4 'sum' compatible checksum program
  7566. .description
  7567. Produces a checksum of a byte stream that should be the same as the
  7568. standard SVR4 "sum" program.  Note that the "sum" documentation is
  7569. misleading, the checksum is NOT simply a 16-bit checksum of all the
  7570. bytes.
  7571. .version
  7572. 1.0
  7573. .date
  7574. .author
  7575. Fred Fish
  7576. .restrictions
  7577. .requirements
  7578. .reference
  7579. .keywords
  7580. .distribution
  7581. Public Domain
  7582. .price
  7583. .address
  7584. .email
  7585. fnf@cygnus.com
  7586. .phone
  7587. .fax
  7588. .exectype
  7589. .installsize
  7590. .source
  7591. .construction
  7592. .tested
  7593. .docs
  7594. .described-by
  7595. Fred Fish (fnf@fishpond.cygnus.com)
  7596. .submittal
  7597. Submitted electronically directly by the author.
  7598. .execute
  7599. LAB start
  7600. set choice `RequestChoice "Chksum" "Please select an option" "View Source" "Cancel"`
  7601. if $choice GT "0"
  7602.   if $choice EQ "1"
  7603.     MetaTool chksum.c TEXT
  7604.   endif
  7605.   skip start BACK
  7606. endif
  7607. .aminet-dir
  7608. util/misc
  7609. .stored-in
  7610. FreshFish-Vol10:Useful/util/misc/chksum/
  7611. .pi-file
  7612. FreshFish-Vol10:Useful/util/misc/chksum/Product-Info
  7613. .name
  7614. CManual
  7615. .type
  7616. Programmer Tool
  7617. .short
  7618. Amiga programming documents and examples
  7619. .description
  7620. A 5 disk distribution of one of the largest collections of documents,
  7621. examples, and utilities in C for the Amiga.  It consists of six
  7622. manuals, with more than 40 chapters, 175 fully executable examples
  7623. complete with source code, and several utilities and other goodies.
  7624.  
  7625. The manuals describe how to open and work with Screens, Windows,
  7626. Graphics, Gadgets, Requesters, Alerts, Menus, IDCMP, Sprites,
  7627. VSprites, AmigaDOS, Low Level Graphics Routines, etc.  They also
  7628. explain how to use your C Compiler and give you important information
  7629. about how the Amiga works and how your programs should be designed.
  7630. When unpacked, the manuals and examples nearly fill up twelve standard
  7631. Amiga floppies.
  7632. .version
  7633. 3.0
  7634. .date
  7635. .author
  7636. Anders Bjerin
  7637. .restrictions
  7638. .requirements
  7639. .reference
  7640. AmigaLibDisk695:CManual/
  7641. 3.0
  7642. AmigaLibDisk694:CManual/
  7643. 3.0
  7644. AmigaLibDisk693:CManual/
  7645. 3.0
  7646. AmigaLibDisk692:CManual/
  7647. 3.0
  7648. AmigaLibDisk691:CManual/
  7649. 3.0
  7650. AmigaLibDisk457:CManual/
  7651. 2.0
  7652. AmigaLibDisk456:CManual/
  7653. 2.0
  7654. AmigaLibDisk337:CManual/
  7655. 1.0
  7656. .keywords
  7657. .distribution
  7658. Copyrighted but Freely Redistributable
  7659. .price
  7660. .address
  7661. .email
  7662. .phone
  7663. .fax
  7664. .exectype
  7665. .installsize
  7666. .source
  7667. .construction
  7668. .tested
  7669. .docs
  7670. ReadMe.doc
  7671. .described-by
  7672. Fred Fish (fnf@fishpond.cygnus.com)
  7673. .submittal
  7674. Submitted on disk directly by the author.
  7675. .execute
  7676. set orgdir `cd`
  7677. LAB start
  7678. unset filechoice
  7679. unset dirchoice
  7680. failat 10
  7681. cd $orgdir
  7682. set choice `RequestChoice "C Manual" "Please select an option" "README" "AUTHOR" "View Files" "Cancel"`
  7683. if $choice GT "0"
  7684.   if $choice EQ "1"
  7685.     MetaTool ReadMe.doc TEXT
  7686.   else
  7687.     if $choice EQ "2"
  7688.       MetaTool Author.pic ILBM
  7689.     else
  7690.       if $choice EQ "3"
  7691.         set filechoice `RequestFile TITLE "Select Text File"`
  7692.         set dirchoice `pathname $filechoice`
  7693.         set filechoice `basename $filechoice`
  7694.         failat 21
  7695.         cd $dirchoice
  7696.         MetaTool $filechoice TEXT
  7697.       endif
  7698.     endif
  7699.   endif
  7700.   skip start BACK
  7701. endif
  7702. .aminet-dir
  7703. dev/c
  7704. .stored-in
  7705. FreshFish-Vol10:Useful/dev/c/CManual/
  7706. .pi-file
  7707. FreshFish-Vol10:Useful/dev/c/CManual/Product-Info
  7708. .name
  7709. CodeWatcher
  7710. .type
  7711. Workbench Tool
  7712. .short
  7713. Keeps track of allocated resources.
  7714. .description
  7715. Launches programs and keeps track of all invisible allocated resources. Produces
  7716. a report of all resources that were used and those that were nor freed, on exit.
  7717.  
  7718. This program was developed by Michael Plitkins, programmer of Caligary. He made
  7719. CodeWatcher freely available a long time ago in BIX, but it still is a program
  7720. that every programmer should use.
  7721. .version
  7722. 1.4
  7723. .author
  7724. Michael Plitkins
  7725. .distribution
  7726. Public Domain
  7727. .address
  7728. 1 Woolheater rd.
  7729. Fleischmanns, NY  12430
  7730. .docs
  7731. Code.doc
  7732. .described-by
  7733. Richard Fish
  7734. .submittal
  7735. Downloaded via ftp from Aminet.
  7736. .execute
  7737. set orgdir `cd`
  7738. LAB start
  7739. set choice `RequestChoice "CodeWatcher" "Please select an option" "View Documentation" "Cancel"`
  7740. if $choice GT "0"
  7741.   if $choice EQ "1"
  7742.     MetaTool code.doc TEXT
  7743.   endif
  7744.   skip start BACK
  7745. endif
  7746. .aminet-dir
  7747. dev/debug
  7748. .stored-in
  7749. FreshFish-Vol10:Useful/dev/debug/CodeWatcher/
  7750. .pi-file
  7751. FreshFish-Vol10:Useful/dev/debug/CodeWatcher/Product-Info
  7752. .name
  7753. computers-hardware
  7754. .short
  7755. Reviews of Amiga computers.
  7756. .description
  7757. Reviews of Amiga computers.
  7758. .described-by
  7759. fnf@amigalib.com
  7760. .author
  7761. Various; maintained by Daniel Barrett
  7762. .aminet-dir
  7763. docs/rview
  7764. .stored-in
  7765. FreshFish-Vol10:Useful/reviews/hardware/computers/
  7766. .pi-file
  7767. FreshFish-Vol10:Useful/reviews/hardware/computers/Product-Info
  7768. .name
  7769. confer-reviews
  7770. .short
  7771. Reviews of conferences.
  7772. .description
  7773. Reviews of conferences.
  7774. .described-by
  7775. fnf@amigalib.com
  7776. .author
  7777. Various; maintained by Daniel Barrett
  7778. .aminet-dir
  7779. docs/rview
  7780. .stored-in
  7781. FreshFish-Vol10:Useful/reviews/other-reviews/conferences/
  7782. .pi-file
  7783. FreshFish-Vol10:Useful/reviews/other-reviews/conferences/Product-Info
  7784. .name
  7785. copiers-hardware
  7786. .short
  7787. Reviews of disk copying hardware.
  7788. .description
  7789. Reviews of disk copying hardware products.
  7790. .described-by
  7791. fnf@amigalib.com
  7792. .author
  7793. Various; maintained by Daniel Barrett
  7794. .aminet-dir
  7795. docs/rview
  7796. .stored-in
  7797. FreshFish-Vol10:Useful/reviews/hardware/copiers/
  7798. .pi-file
  7799. FreshFish-Vol10:Useful/reviews/hardware/copiers/Product-Info
  7800. .name
  7801. cpio
  7802. .fullname
  7803. GNU cp in/out program
  7804. .type
  7805. System Administration
  7806. .short
  7807. GNU utility to copy to/from archives.
  7808. .description
  7809. Cpio copies files into or out of a cpio or tar archive, which is a
  7810. file that contains other files plus information about them, such as
  7811. their pathname, owner, timestamps, and access permissions.  The
  7812. archive can be another file on the disk, a magnetic tape, or a pipe.
  7813. Cpio has three operating modes.  In copy-out mode, cpio copies files
  7814. into an archive.  It reads a list of filenames, one per line, on the
  7815. standard input, and writes the archive onto the standard output.  A
  7816. typical way to generate the list of filenames is with the find
  7817. command; you should give find the -depth option to minimize problems
  7818. with permissions on directories that are unwritable or not searchable.
  7819.  
  7820. In copy-in mode, cpio copies files out of an archive or lists the
  7821. archive contents.  It reads the archive from the standard input.  Any
  7822. non-option command line arguments are shell globbing patterns; only
  7823. files in the archive whose names match one or more of those patterns
  7824. are copied from the archive.  Unlike in the shell, an initial `.' in a
  7825. filename does match a wildcard at the start of a pattern, and a `/' in
  7826. a filename can match wildcards.  If no patterns are given, all files
  7827. are extracted.
  7828.  
  7829. In copy-pass mode, cpio copies files from one directory tree to
  7830. another, combining the copy-out and copy-in steps without actually
  7831. using an archive.  It reads the list of files to copy from the
  7832. standard input; the directory into which it will copy them is given as
  7833. a non-option argument.
  7834.  
  7835. Cpio supports the following archive formats: binary, old ASCII, new
  7836. ASCII, crc, HPUX binary, HPUX old ASCII, old tar, and POSIX.1 tar.
  7837. The binary format is obsolete because it encodes information about the
  7838. files in a way that is not portable between different machine
  7839. architectures.  The old ASCII format is portable between different
  7840. machine architectures, but should not be used on file systems with
  7841. more than 65536 i-nodes.  The new ASCII format is portable between
  7842. different machine architectures and can be used on any size file
  7843. system, but is not supported by all versions of cpio; currently, it is
  7844. only supported by GNU and Unix System V R4.  The crc format is like
  7845. the new ASCII format, but also contains a checksum for each file which
  7846. cpio calculates when creating an archive and verifies when the file is
  7847. extracted from the archive.  The HPUX formats are provided for
  7848. compatibility with HPUX's cpio which stores device files differently.
  7849.  
  7850. The tar format is provided for compatability with the tar program.  It
  7851. can not be used to archive files with names longer than 100
  7852. characters, and can not be used to archive "special" (block or
  7853. character devices) files.  The POSIX.1 tar format can not be used to
  7854. archive files with names longer than 255 characters (less unless they
  7855. have a "/" in just the right place).
  7856.  
  7857. By default, cpio creates binary format archives, for compatibility
  7858. with older cpio programs.  When extracting from archives, cpio
  7859. automatically recognizes which kind of archive it is reading and can
  7860. read archives created on machines with a different byte-order.
  7861.  
  7862. Some of the options to cpio apply only to certain operating modes; see
  7863. the SYNOPSIS section for a list of which options are allowed in which
  7864. modes.
  7865. .version
  7866. 2.3
  7867. .author
  7868. Phil Nelson
  7869. David MacKenzie
  7870. John Oleynick
  7871. .email
  7872. phil@cs.wwu.edu
  7873. djm@gnu.ai.mit.edu
  7874. juo@klinzhai.rutgers.edu
  7875. .requirements
  7876. The binary requires ixemul.library.
  7877. .distribution
  7878. GNU Public License
  7879. .described-by
  7880. Fred Fish (fnf@amigalib.com)
  7881. .aminet-dir
  7882. gnu/src
  7883. .stored-in
  7884. FreshFish-Vol10:GNU-src/amiga/cpio-2.3-src.lha
  7885. .pi-file
  7886. FreshFish-Vol10:GNU-src/amiga/cpio-2.3-src.lha.pi
  7887. .name
  7888. cpio
  7889. .fullname
  7890. GNU cp in/out program
  7891. .type
  7892. System Administration
  7893. .short
  7894. GNU utility to copy to/from archives.
  7895. .description
  7896. Cpio copies files into or out of a cpio or tar archive, which is a
  7897. file that contains other files plus information about them, such as
  7898. their pathname, owner, timestamps, and access permissions.  The
  7899. archive can be another file on the disk, a magnetic tape, or a pipe.
  7900. Cpio has three operating modes.  In copy-out mode, cpio copies files
  7901. into an archive.  It reads a list of filenames, one per line, on the
  7902. standard input, and writes the archive onto the standard output.  A
  7903. typical way to generate the list of filenames is with the find
  7904. command; you should give find the -depth option to minimize problems
  7905. with permissions on directories that are unwritable or not searchable.
  7906.  
  7907. In copy-in mode, cpio copies files out of an archive or lists the
  7908. archive contents.  It reads the archive from the standard input.  Any
  7909. non-option command line arguments are shell globbing patterns; only
  7910. files in the archive whose names match one or more of those patterns
  7911. are copied from the archive.  Unlike in the shell, an initial `.' in a
  7912. filename does match a wildcard at the start of a pattern, and a `/' in
  7913. a filename can match wildcards.  If no patterns are given, all files
  7914. are extracted.
  7915.  
  7916. In copy-pass mode, cpio copies files from one directory tree to
  7917. another, combining the copy-out and copy-in steps without actually
  7918. using an archive.  It reads the list of files to copy from the
  7919. standard input; the directory into which it will copy them is given as
  7920. a non-option argument.
  7921.  
  7922. Cpio supports the following archive formats: binary, old ASCII, new
  7923. ASCII, crc, HPUX binary, HPUX old ASCII, old tar, and POSIX.1 tar.
  7924. The binary format is obsolete because it encodes information about the
  7925. files in a way that is not portable between different machine
  7926. architectures.  The old ASCII format is portable between different
  7927. machine architectures, but should not be used on file systems with
  7928. more than 65536 i-nodes.  The new ASCII format is portable between
  7929. different machine architectures and can be used on any size file
  7930. system, but is not supported by all versions of cpio; currently, it is
  7931. only supported by GNU and Unix System V R4.  The crc format is like
  7932. the new ASCII format, but also contains a checksum for each file which
  7933. cpio calculates when creating an archive and verifies when the file is
  7934. extracted from the archive.  The HPUX formats are provided for
  7935. compatibility with HPUX's cpio which stores device files differently.
  7936.  
  7937. The tar format is provided for compatability with the tar program.  It
  7938. can not be used to archive files with names longer than 100
  7939. characters, and can not be used to archive "special" (block or
  7940. character devices) files.  The POSIX.1 tar format can not be used to
  7941. archive files with names longer than 255 characters (less unless they
  7942. have a "/" in just the right place).
  7943.  
  7944. By default, cpio creates binary format archives, for compatibility
  7945. with older cpio programs.  When extracting from archives, cpio
  7946. automatically recognizes which kind of archive it is reading and can
  7947. read archives created on machines with a different byte-order.
  7948.  
  7949. Some of the options to cpio apply only to certain operating modes; see
  7950. the SYNOPSIS section for a list of which options are allowed in which
  7951. modes.
  7952. .version
  7953. 2.3
  7954. .author
  7955. Phil Nelson
  7956. David MacKenzie
  7957. John Oleynick
  7958. .email
  7959. phil@cs.wwu.edu
  7960. djm@gnu.ai.mit.edu
  7961. juo@klinzhai.rutgers.edu
  7962. .requirements
  7963. The binary requires ixemul.library.
  7964. .distribution
  7965. GNU Public License
  7966. .described-by
  7967. Fred Fish (fnf@amigalib.com)
  7968. .aminet-dir
  7969. gnu/base
  7970. .stored-in
  7971. FreshFish-Vol10:GNU-src/baseline/cpio-2.3.tar.gz
  7972. .pi-file
  7973. FreshFish-Vol10:GNU-src/baseline/cpio-2.3.tar.gz.pi
  7974. .name
  7975. cvs
  7976. .fullname
  7977. Concurrent Versions System
  7978. .type
  7979. Programmer Tool
  7980. .short
  7981. Concurrent version control system
  7982. .description
  7983. CVS is a freely available collection of programs that provide for
  7984. software release and revision control functions.  It is designed to
  7985. work on top of the RCS distribution, V4 and later.  CVS does
  7986. understand how to parse older RCS formats, but cannot do any of the
  7987. fancier features (like vendor branch support) without RCS branch
  7988. support.
  7989.  
  7990. CVS is a front end to the rcs(1) revision control system which extends
  7991. the notion of revision control from a collection of files in a single
  7992. directory to a hierarchical collection of directories consisting of
  7993. revision controlled files.  These directories and files can be
  7994. combined together to form a software release.  CVS provides the
  7995. functions necessary to manage these software releases and to control
  7996. the concurrent editing of source files among multiple software
  7997. developers.
  7998. .version
  7999. 1.5
  8000. .author
  8001. Brian Berliner
  8002. Jeff Polk
  8003. .distribution
  8004. GNU Public License
  8005. .described-by
  8006. Fred Fish (fnf@amigalib.com)
  8007. .submittal
  8008. Downloaded from prep.ai.mit.edu:pub/gnu
  8009. .aminet-dir
  8010. gnu/src
  8011. .stored-in
  8012. FreshFish-Vol10:GNU-src/amiga/cvs-1.5-src.lha
  8013. .pi-file
  8014. FreshFish-Vol10:GNU-src/amiga/cvs-1.5-src.lha.pi
  8015. .name
  8016. cvs
  8017. .fullname
  8018. Concurrent Versions System
  8019. .type
  8020. Programmer Tool
  8021. .short
  8022. Concurrent version control system
  8023. .description
  8024. CVS is a freely available collection of programs that provide for
  8025. software release and revision control functions.  It is designed to
  8026. work on top of the RCS distribution, V4 and later.  CVS does
  8027. understand how to parse older RCS formats, but cannot do any of the
  8028. fancier features (like vendor branch support) without RCS branch
  8029. support.
  8030.  
  8031. CVS is a front end to the rcs(1) revision control system which extends
  8032. the notion of revision control from a collection of files in a single
  8033. directory to a hierarchical collection of directories consisting of
  8034. revision controlled files.  These directories and files can be
  8035. combined together to form a software release.  CVS provides the
  8036. functions necessary to manage these software releases and to control
  8037. the concurrent editing of source files among multiple software
  8038. developers.
  8039. .version
  8040. 1.5
  8041. .author
  8042. Brian Berliner
  8043. Jeff Polk
  8044. .distribution
  8045. GNU Public License
  8046. .described-by
  8047. Fred Fish (fnf@amigalib.com)
  8048. .submittal
  8049. Downloaded from prep.ai.mit.edu:pub/gnu
  8050. .aminet-dir
  8051. gnu/base
  8052. .stored-in
  8053. FreshFish-Vol10:GNU-src/baseline/cvs-1.5.tar.gz
  8054. .pi-file
  8055. FreshFish-Vol10:GNU-src/baseline/cvs-1.5.tar.gz.pi
  8056. .name
  8057. CX
  8058. .type
  8059. Workbench Tool
  8060. .short
  8061. Exchange clone; ARexx, localized, ...
  8062. .description
  8063. CX is a replacement of the original "Exchange" program.
  8064. It's more comfortable, offers you an ARexx port and,
  8065. of course, is fontsensitive and localized.
  8066. .beschreibung
  8067. CX ist ein Ersatz für das originale "Exchange"-Programm.
  8068. CX bietet mehr Komfort (Tastatursteuerung, Menüs), einen
  8069. ARexx-Port und ist natürlich fontsensitiv und lokalisiert.
  8070. .version
  8071. 2.3
  8072. .date
  8073. 1995.07.11
  8074. .author
  8075. Fin Schuppenhauer
  8076. .reference
  8077. GoldFish-Vol2-2:BBS/util/CX-1.3.lha
  8078. 1.3
  8079. GoldFish-Vol2-1:Files/util/cdity/CX/
  8080. 1.3
  8081. FreshFish-Vol9-2:BBS/util/CX-1.3.lha
  8082. 1.3
  8083. FreshFish-Vol8-2:BBS/util/CX-1.3.lha
  8084. 1.3
  8085. FreshFish-Vol8-1:New/util/cdity/CX/
  8086. 1.3
  8087. AmigaLibDisks:d10xx/d1051/Programs/CX/
  8088. 1.3
  8089. FreshFish-Vol7:New/util/cdity/CX/
  8090. 1.1
  8091. FreshFish-Vol7:BBS/util/CX-1.1.lha
  8092. 1.1
  8093. .requirements
  8094. OS 2.1+
  8095. .distribution
  8096. Freeware
  8097. .address
  8098. Fin Schuppenhauer
  8099. Brausspark 10
  8100. D-20537 Hamburg
  8101. (Germany)
  8102. .email
  8103. 1schuppe@informatik.uni-hamburg.de
  8104. .source
  8105. Modula-2
  8106. .construction
  8107. M2Amiga
  8108. .docs
  8109. CX.guide
  8110. CX.doc
  8111. .submittal
  8112. Downloaded via ftp from wuarchive.wustl.edu.
  8113. .execute
  8114. LAB Start
  8115. set choice `arqreq "Options Selection" "Please select an option" "View English Guide" "View Deutsch Guide" "Run Program" "Cancel" ID=0`
  8116. if $choice GT "0"
  8117.   if $choice EQ "1"
  8118.     MetaTool CX.doc GUIDE
  8119.   else
  8120.     if $choice EQ "2"
  8121.       MetaTool CX.guide GUIDE
  8122.     else
  8123.       if $choice EQ "3"
  8124.         CX
  8125.       endif
  8126.     endif
  8127.   endif
  8128.   skip Start BACK
  8129. endif
  8130. .aminet-dir
  8131. util/cdity
  8132. .stored-in
  8133. FreshFish-Vol10:New/util/cdity/CX/
  8134. .pi-file
  8135. FreshFish-Vol10:New/util/cdity/CX/Product-Info
  8136. .name
  8137. CyberShow
  8138. .type
  8139. Image Processing
  8140. .short
  8141. Universal picture viewer (inc. PhotoCD!)
  8142. .description
  8143. This program can display pictures in 21 file formats
  8144. (incl. IFF,JPeg,PhotoCD,PCX,...) and even more with DataTypes
  8145. directly in windows on the Workbench. If you have a suitable
  8146. graphic board with Cybergraphic WB emulation installed you
  8147. can even watch the pictures in full color quality (HiColor)
  8148. on your Workbench. Without Cybergraphics the normal color
  8149. restrictions (2 to 256 colors) will lead to a reduced
  8150. quality, but smart pen allocation during displaying will
  8151. still give surprisingly high quality with 256 colors.
  8152. Features: downscaled loading, conversion, transfers,
  8153. scrolling, preloading, ...
  8154. .version
  8155. 2.0
  8156. .date
  8157. 1995.06.19
  8158. .docs
  8159. CyberShow.ReadMe
  8160. .author
  8161. Helmut Hoffmann
  8162. .requirements
  8163. Requires AmigaOS 3.1 (V40) for use on standard Amigas
  8164. or OS3.0 for use with Cybergraphics
  8165. 4MBytes FastRAM recommended
  8166. .distribution
  8167. Shareware
  8168. .address
  8169. Rubensstrasse 4
  8170. D-41063 Moenchengladbach
  8171. Germany
  8172. .email
  8173. hhoff@pool.informatik.rwth-aachen.de
  8174. .submittal
  8175. Submitted electronically directly by the author.
  8176. .execute
  8177. LAB Start
  8178. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
  8179. if $choice GT "0"
  8180.   if $choice EQ "1"
  8181.     MetaTool CyberShow.ReadMe TEXT
  8182.   else
  8183.     if $choice EQ "2"
  8184.       cybershow
  8185.     endif
  8186.   endif
  8187.   skip Start BACK
  8188. endif
  8189. .aminet-dir
  8190. gfx/board
  8191. .stored-in
  8192. FreshFish-Vol10:New/gfx/board/CyberShow/
  8193. .pi-file
  8194. FreshFish-Vol10:New/gfx/board/CyberShow/Product-Info
  8195. .name
  8196. C_dt
  8197. .fullname
  8198. C.datatype
  8199. .type
  8200. DataType
  8201. .short
  8202. C datatype, highlights c/c++ keywords
  8203. .description
  8204. This is a C Source data type for using in MultiView or similar programs.
  8205. It displays different parts of a C Source in different style and color,
  8206. like comments, keywords, basic types and cpp keywords!  This goes all
  8207. through a prefs file.  If you design a nice preference file, please
  8208. submit it to the author, so that anyone can use it!
  8209. .version
  8210. 39.11
  8211. .date
  8212. 1995.07.09
  8213. .author
  8214. Stefan Ruppert
  8215. .distribution
  8216. Freeware
  8217. .address
  8218. Windthorststraße 5
  8219. 65439 Flörsheim am Main
  8220. GERMANY
  8221. .email
  8222. ruppert@vs3.informatik.fh-wiesbaden.de
  8223. .source
  8224. Includes source in C and Assembler
  8225. .docs
  8226. Readme
  8227. doc/c_dtc.doc
  8228. .described-by
  8229. Dan Fish (daf@starfish.amigalib.com)
  8230. .submittal
  8231. Downloaded via ftp from wuarchive.wustl.edu.
  8232. .execute
  8233. set orgdir `cd`
  8234. LAB start
  8235. failat 10
  8236. unset filechoice
  8237. unset dirchoice
  8238. cd $orgdir
  8239. set choice `RequestChoice "C datatype" "Please select an option" "ReadMe" "History" "Documentation" "Install" "Cancel"`
  8240. if $choice GT "0"
  8241.   if $choice EQ "1"
  8242.     MetaTool ReadMe TEXT
  8243.   else
  8244.     if $choice EQ "2"
  8245.       cd doc
  8246.       MetaTool c.datatype.rev TEXT
  8247.     else
  8248.       if $choice EQ "3"
  8249.         cd doc
  8250.         MetaTool c_dtc.doc TEXT
  8251.       else
  8252.         if $choice EQ "4"
  8253.           Installer SCRIPT Install APPNAME "C DataType" NOPRETEND NOPRINT NOLOG DEFUSER expert MINUSER expert
  8254.         endif
  8255.       endif
  8256.     endif
  8257.   endif
  8258.   skip start BACK
  8259. endif
  8260. .aminet-dir
  8261. util/dtype
  8262. .stored-in
  8263. FreshFish-Vol10:New/util/dtype/C_dt/
  8264. .pi-file
  8265. FreshFish-Vol10:New/util/dtype/C_dt/Product-Info
  8266. .name
  8267. C_dt
  8268. .fullname
  8269. C.datatype
  8270. .type
  8271. DataType
  8272. .short
  8273. C datatype, highlights c/c++ keywords
  8274. .description
  8275. This is a C Source data type for using in MultiView or similar programs.
  8276. It displays different parts of a C Source in different style and color,
  8277. like comments, keywords, basic types and cpp keywords!  This goes all
  8278. through a prefs file.  If you design a nice preference file, please
  8279. submit it to the author, so that anyone can use it!
  8280. .version
  8281. 39.11
  8282. .date
  8283. 1995.07.09
  8284. .author
  8285. Stefan Ruppert
  8286. .distribution
  8287. Freeware
  8288. .address
  8289. Windthorststraße 5
  8290. 65439 Flörsheim am Main
  8291. GERMANY
  8292. .email
  8293. ruppert@vs3.informatik.fh-wiesbaden.de
  8294. .source
  8295. Includes source in C and Assembler
  8296. .docs
  8297. Readme
  8298. doc/c_dtc.doc
  8299. .described-by
  8300. Dan Fish (daf@starfish.amigalib.com)
  8301. .submittal
  8302. Downloaded via ftp from wuarchive.wustl.edu.
  8303. .execute
  8304. set orgdir `cd`
  8305. LAB start
  8306. failat 10
  8307. unset filechoice
  8308. unset dirchoice
  8309. cd $orgdir
  8310. set choice `RequestChoice "C datatype" "Please select an option" "ReadMe" "History" "Documentation" "Install" "Cancel"`
  8311. if $choice GT "0"
  8312.   if $choice EQ "1"
  8313.     MetaTool ReadMe TEXT
  8314.   else
  8315.     if $choice EQ "2"
  8316.       cd doc
  8317.       MetaTool c.datatype.rev TEXT
  8318.     else
  8319.       if $choice EQ "3"
  8320.         cd doc
  8321.         MetaTool c_dtc.doc TEXT
  8322.       else
  8323.         if $choice EQ "4"
  8324.           Installer SCRIPT Install APPNAME "C DataType" NOPRETEND NOPRINT NOLOG DEFUSER expert MINUSER expert
  8325.         endif
  8326.       endif
  8327.     endif
  8328.   endif
  8329.   skip start BACK
  8330. endif
  8331. .aminet-dir
  8332. util/dtype
  8333. .stored-in
  8334. FreshFish-Vol10:Useful/util/dtype/C_dt/
  8335. .pi-file
  8336. FreshFish-Vol10:Useful/util/dtype/C_dt/Product-Info
  8337. .name
  8338. dacapo
  8339. .aminet-dir
  8340. docs/cds
  8341. .type
  8342. Miscellaneous
  8343. .short
  8344. Basic information about dacapo CD
  8345. .description
  8346. Basic information about the dacapo CD, including any README
  8347. type files, INDEX files, long CONTENTS files, etc.
  8348. .author
  8349. Fred Fish
  8350. .distribution
  8351. Copyrighted but Freely Redistributable
  8352. .email
  8353. fnf@amigalib.com
  8354. .phone
  8355. (602) 491-0048
  8356. .fax
  8357. (602) 491-0048
  8358. .docs
  8359. README
  8360. .described-by
  8361. Fred Fish (fnf@amigalib.com)
  8362. .submittal
  8363. Submitted on disk directly by the author.
  8364. .execute
  8365. LAB start
  8366. set choice `RequestChoice "Options Selection" "Please select an option" "View README" "View Cover" "View Guide File" "Cancel"`
  8367. if $choice GT "0"
  8368.   if $choice EQ "1"
  8369.     MetaTool ReadMe.1st TEXT
  8370.   else
  8371.     if $choice EQ "2"
  8372.       MetaTool Cover.jpg JPEG
  8373.     else
  8374.       if $choice EQ "3"
  8375.         MetaTool OVERVIEW.guide GUIDE
  8376.       endif
  8377.     endif
  8378.   endif
  8379.   skip start BACK
  8380. endif
  8381. .stored-in
  8382. FreshFish-Vol10:Useful/docs/CDs/dacapo/
  8383. .pi-file
  8384. FreshFish-Vol10:Useful/docs/CDs/dacapo/Product-Info
  8385. .name
  8386. database-software
  8387. .short
  8388. Reviews of databases.
  8389. .description
  8390. Reviews of databases.
  8391. .described-by
  8392. fnf@amigalib.com
  8393. .author
  8394. Various; maintained by Daniel Barrett
  8395. .aminet-dir
  8396. docs/rview
  8397. .stored-in
  8398. FreshFish-Vol10:Useful/reviews/software/database/
  8399. .pi-file
  8400. FreshFish-Vol10:Useful/reviews/software/database/Product-Info
  8401. .name
  8402. datacomm-hardware
  8403. .short
  8404. Reviews of modems and FAXmodems.
  8405. .description
  8406. Reviews of modems and FAXmodems.
  8407. .described-by
  8408. fnf@amigalib.com
  8409. .author
  8410. Various; maintained by Daniel Barrett
  8411. .aminet-dir
  8412. docs/rview
  8413. .stored-in
  8414. FreshFish-Vol10:Useful/reviews/hardware/datacomm/
  8415. .pi-file
  8416. FreshFish-Vol10:Useful/reviews/hardware/datacomm/Product-Info
  8417. .name
  8418. datacomm-software
  8419. .short
  8420. Reviews of communications software.
  8421. .description
  8422. Reviews of telecommunications software products:
  8423.  
  8424.     Terminal emulators
  8425.     FAX software
  8426.     Voice mail
  8427.     UUCP
  8428.     Networking software
  8429.     etc.
  8430. .described-by
  8431. fnf@amigalib.com
  8432. .author
  8433. Various; maintained by Daniel Barrett
  8434. .aminet-dir
  8435. docs/rview
  8436. .stored-in
  8437. FreshFish-Vol10:Useful/reviews/software/datacomm/
  8438. .pi-file
  8439. FreshFish-Vol10:Useful/reviews/software/datacomm/Product-Info
  8440. .name
  8441. DataMaster
  8442. .type
  8443. Database
  8444. .short
  8445. Flat file database.
  8446. .description
  8447.     Data Master is a database program programmed for Amiga computers.
  8448. It's not the best database program for Amiga (the best shareware data-
  8449. base program??), but it's cheap and specially made for the average
  8450. user.
  8451.     In the program there are five different field types which are
  8452. string (text), integer, floating point, type (selection) and boolean
  8453. field types. In one record can be up to 256 different fields and the
  8454. number of records is practically limited only by the size of the free
  8455. memory. Records can be sorted based on eight key fields.
  8456.     You can search from the database those records which match search
  8457. patterns given by the user (for example, all records whose first
  8458. field's first letter is A). You can also search for text strings from
  8459. the whole database. Using Data Master it's possible to print the data-
  8460. base for printer or save it as an ASCII file to the disk. Number
  8461. fields can be displayed on the screen as graphic diagrams, and using
  8462. this function you can simply compare records. There is a separate
  8463. field editor for the creating of the fields. Records can be, of
  8464. course, moved, copied, deleted or cleared as a single record or as
  8465. a block which includes many records.
  8466.     In the following table there are some maximum values used by the
  8467. program.
  8468.  
  8469.  The number of records            99999 (memory limits also)
  8470.  The number of fields             256
  8471.  The number of alternative texts  256
  8472.   (type fields)
  8473.  The length of the field title    13
  8474.  The length of the string field   255
  8475.  The length of the unit string    9
  8476.  The number of key fields         8
  8477. .version
  8478. 1.02N
  8479. .date
  8480. 1994.12.18
  8481. .author
  8482. Teemu Sipilä
  8483. .distribution
  8484. Shareware
  8485. .price
  8486. 25 DM, 10£
  8487. .address
  8488. Koskitie 25
  8489. FIN-12380 Leppäkoski
  8490. Finland
  8491. .docs
  8492. DataMaster.readME
  8493. DataMasterManual
  8494. Help.txt
  8495. OrderForm
  8496. .described-by
  8497. Richard Fish (rjf@amigalib.com)
  8498. .submittal
  8499. Submitted on disk directly by the author.
  8500. .aminet-dir
  8501. biz/dbase
  8502. .execute
  8503. LAB Start
  8504. set choice `RequestChoice "Options Selection" "Please select an option" "View ReadMe" "View Manual" "Run Program" "Cancel"`
  8505. if $choice GT "0"
  8506.   if $choice EQ "1"
  8507.     MetaTool DataMaster.readME TEXT
  8508.   else
  8509.     if $choice EQ "2"
  8510.       MetaTool DataMasterManual TEXT
  8511.     else
  8512.       if $choice EQ "3"
  8513.         wbrun DataMaster
  8514.       endif
  8515.     endif
  8516.   endif
  8517.   skip Start BACK
  8518. endif
  8519. .stored-in
  8520. FreshFish-Vol10:New/biz/dbase/DataMaster/
  8521. .pi-file
  8522. FreshFish-Vol10:New/biz/dbase/DataMaster/Product-Info
  8523. .name
  8524. db
  8525. .type
  8526. Database
  8527. .short
  8528. Database with GadTool look
  8529. .description
  8530. db is a small and fast database program that I wrote after having tested
  8531. numerous other PD database programs and always found something lacking or
  8532. irritating me. They might have dozzens of features not found in db, but
  8533. they lacked font sensitivity and a standard GUI look and OS 3.0 behaviour.
  8534.  
  8535. My main need was to keep record on addresses and telephone numbers of
  8536. friends and companies.  Before v2.0 db was fixed to be just an address
  8537. and telephone database, but that has changed.  The program is designed
  8538. to handle information of your choice.  Currently you have to use a file
  8539. editor to specify the database fields and layout as there is no GUI for
  8540. that.
  8541.  
  8542. Anyway that's a one time job, then you just USE the database and have fun.
  8543.  
  8544. Complete GUI support will probably only be included in a commercial product
  8545. I plan to call REG.
  8546.  
  8547. A partial list of db's features include:
  8548.  
  8549.     o Dynamic memory handling. Number of records and fields only limited by
  8550.       free memory.
  8551.     o GadTool based. (Use fields of string, checkbox and cycle type)
  8552.     o Mouse and keyboard driven.
  8553.     o User definable fields and layout.
  8554.     o Multiple views of the same database.
  8555.     o Commodore's Clipboard for flexible interaction with other programs.
  8556.     o AppWindow -just drag and drop database icons on db to load.
  8557.     o Online MenuHelp -Press HELP key when selecting a menu item.
  8558.     o Font sensitivity.
  8559.     o ARexx
  8560.     o ASL requesters for flexible loads and saves.
  8561.     o Localized
  8562.     o Dial numbers using a modem or loudspeaker
  8563.     o WB and Shell usage with Commodore's template parsing
  8564.     o Fast and flexible find function using AmigaDOS patterns.
  8565.     o Filter function.
  8566.     o Fast and flexible sort function. Multiple sort orders can be
  8567.       specified.
  8568.     o 'Export View' and two standard ASCII export features.
  8569.     o Automatic ASCII import (tab-separated ASCII)
  8570. .author
  8571. David Ekholm, Datadosen
  8572. .date
  8573. 1995.07.11
  8574. .version
  8575. 2.6
  8576. .distribution
  8577. Freeware (Postcardware)
  8578. .address
  8579. Mantalsvägen 33
  8580. s-175 43  JÄRFÄLLA
  8581. Sweden
  8582. .email
  8583. david-ek@dsv.su.se
  8584. .installsize
  8585. 48K - 400K
  8586. The is a general database program, localized and has ARexx.
  8587. .construction
  8588. SAS/C 6.55 (Optimized for time.)
  8589. .tested
  8590. A4000(18 MB mem,  OS3.0, 68040 processor)
  8591. .docs
  8592. db2.4/docs/db.guide
  8593. .submittal
  8594. Downloaded via ftp from wuarchive.wustl.edu.
  8595. .execute
  8596. LAB Start
  8597. set choice `RequestChoice "Options selection" "Please select an option" "View ReadMe" "View Guide" "Run Program" "Cancel"`
  8598. if $choice GT "0"
  8599.   if $choice EQ "1"
  8600.     MetaTool db2.6.readme TEXT
  8601.   else
  8602.     if $choice EQ "2"
  8603.       MetaTool Docs/db.guide GUIDE
  8604.     else
  8605.       if $choice EQ "3"
  8606.         wbrun db
  8607.       endif
  8608.     endif
  8609.   endif
  8610.   skip Start BACK
  8611. endif
  8612. .aminet-dir
  8613. biz/dbase
  8614. .stored-in
  8615. FreshFish-Vol10:New/biz/dbase/db/
  8616. .pi-file
  8617. FreshFish-Vol10:New/biz/dbase/db/Product-Info
  8618. .name
  8619. dbmalloc
  8620. .fullname
  8621. Debug Malloc Library
  8622. .type
  8623. Programmer Tool
  8624. .short
  8625. Debugging malloc/realloc/free routines.
  8626. .description
  8627. This is the malloc debugging library (patchlevel 14).  This library contains
  8628. a drop-in replacement for the standard dynamic memory allocation routines and
  8629. many of the other C modules that are typically used to access and/or manipulate
  8630. these data areas.  The replacements function almost identically to the original
  8631. functions with the exception that they perform a significant amount of
  8632. error checking and/or validating.
  8633.  
  8634. This library can be used with very little (if any) changes to the original
  8635. code (many times only requiring a re-link of the executable) and provide a
  8636. full-service debugging capability.
  8637.  
  8638. The entire library will follow in 10 separate shar files.
  8639.  
  8640. This new version includes several enhancements over patch level 13 including:
  8641.  
  8642.     * more auto-configuration tuning
  8643.     * several bug fixes
  8644.  
  8645. In addition to the changes listed above, this version contains the
  8646. following changes since the comp.soures.reviewed release at patch
  8647. level 7, in Volume 2, Issue 1:
  8648.  
  8649.     * Much better performance
  8650.     * automatic configuration on most systems
  8651.     * addition of XtAlloc routines for X window debugging
  8652.     * better identification of the source of double frees
  8653.     * ability to record function stack info so error reports give
  8654.       the calling stack for where the data was allocated and/or the
  8655.       error was detected (note: this is manually maintained by the pgm)
  8656.     * more support for leak detection (especially with respect to getting
  8657.       rid of leak reports on things you know are not leaks)
  8658.     * additional checking of pointesr to make the library more robust
  8659.     * added case insensitive string comparison routines
  8660.     * several bug fixes and/or portability changes
  8661.     * added ability to change the state of the fill area flag
  8662.     * added capability to disallow reuse of free'd segments (so that
  8663.       double frees could be more readily identified by the data in
  8664.       the segment
  8665.     * a couple of function name changes
  8666.     * new funcs: memalign, malloc_abort, malloc_size
  8667. .version
  8668. 1.14
  8669. .date
  8670. 1992.09.04
  8671. .author
  8672. Conor P. Cahill
  8673. .distribution
  8674. Copyrighted but Freely Redistributable
  8675. .email
  8676. cpcahil@vti.com
  8677. .docs
  8678. FIRST-README
  8679. README
  8680. .described-by
  8681. Fred Fish (fnf@fishpond.cygnus.com)
  8682. .submittal
  8683. From comp.sources.misc Vol 32
  8684. .aminet-dir
  8685. gnu/src
  8686. .stored-in
  8687. FreshFish-Vol10:GNU-src/amiga/dbmalloc-1.14-src.lha
  8688. .pi-file
  8689. FreshFish-Vol10:GNU-src/amiga/dbmalloc-1.14-src.lha.pi
  8690. .name
  8691. dbmalloc
  8692. .fullname
  8693. Debug Malloc Library
  8694. .type
  8695. Programmer Tool
  8696. .short
  8697. Debugging malloc/realloc/free routines.
  8698. .description
  8699. This is the malloc debugging library (patchlevel 14).  This library contains
  8700. a drop-in replacement for the standard dynamic memory allocation routines and
  8701. many of the other C modules that are typically used to access and/or manipulate
  8702. these data areas.  The replacements function almost identically to the original
  8703. functions with the exception that they perform a significant amount of
  8704. error checking and/or validating.
  8705.  
  8706. This library can be used with very little (if any) changes to the original
  8707. code (many times only requiring a re-link of the executable) and provide a
  8708. full-service debugging capability.
  8709.  
  8710. The entire library will follow in 10 separate shar files.
  8711.  
  8712. This new version includes several enhancements over patch level 13 including:
  8713.  
  8714.     * more auto-configuration tuning
  8715.     * several bug fixes
  8716.  
  8717. In addition to the changes listed above, this version contains the
  8718. following changes since the comp.soures.reviewed release at patch
  8719. level 7, in Volume 2, Issue 1:
  8720.  
  8721.     * Much better performance
  8722.     * automatic configuration on most systems
  8723.     * addition of XtAlloc routines for X window debugging
  8724.     * better identification of the source of double frees
  8725.     * ability to record function stack info so error reports give
  8726.       the calling stack for where the data was allocated and/or the
  8727.       error was detected (note: this is manually maintained by the pgm)
  8728.     * more support for leak detection (especially with respect to getting
  8729.       rid of leak reports on things you know are not leaks)
  8730.     * additional checking of pointesr to make the library more robust
  8731.     * added case insensitive string comparison routines
  8732.     * several bug fixes and/or portability changes
  8733.     * added ability to change the state of the fill area flag
  8734.     * added capability to disallow reuse of free'd segments (so that
  8735.       double frees could be more readily identified by the data in
  8736.       the segment
  8737.     * a couple of function name changes
  8738.     * new funcs: memalign, malloc_abort, malloc_size
  8739. .version
  8740. 1.14
  8741. .date
  8742. 1992.09.04
  8743. .author
  8744. Conor P. Cahill
  8745. .distribution
  8746. Copyrighted but Freely Redistributable
  8747. .email
  8748. cpcahil@vti.com
  8749. .docs
  8750. FIRST-README
  8751. README
  8752. .described-by
  8753. Fred Fish (fnf@fishpond.cygnus.com)
  8754. .submittal
  8755. From comp.sources.misc Vol 32
  8756. .aminet-dir
  8757. gnu/base
  8758. .stored-in
  8759. FreshFish-Vol10:GNU-src/baseline/dbmalloc-1.14.tar.gz
  8760. .pi-file
  8761. FreshFish-Vol10:GNU-src/baseline/dbmalloc-1.14.tar.gz.pi
  8762. .name
  8763. dbug
  8764. .fullname
  8765. Macro based debugging package.
  8766. .type
  8767. Programmer Tool
  8768. .short
  8769. Macro based debugging library and tools.
  8770. .description
  8771. A macro based C debugging package which has proven to be a very
  8772. flexible and useful tool for debugging, testing, and porting C
  8773. programs.
  8774.  
  8775. All of the features of the dbug package can be enabled or disabled
  8776. dynamically at execution time.  This means that production programs
  8777. will run normally when debugging is not enabled, and eliminates the
  8778. need to maintain two separate versions of a program.
  8779.  
  8780. Many of the things easily accomplished with conventional debugging
  8781. tools, such as symbolic debuggers, are difficult or impossible with
  8782. this package, and vice versa.  Thus the dbug package should not be
  8783. thought of as a replacement or substitute for other debugging tools,
  8784. but simply as a useful addition to the program development and
  8785. maintenance environment.
  8786. .version
  8787. 2.3
  8788. .date
  8789. 1995.01.15
  8790. .author
  8791. Fred Fish
  8792. .distribution
  8793. Public Domain
  8794. .address
  8795. Amiga Library Services
  8796. 610 N. Alma School Roade, Suite 18
  8797. Chandler, AZ  85224
  8798. .email
  8799. fnf@amigalib.com
  8800. .phone
  8801. (602) 491-0048
  8802. .fax
  8803. (602) 491-0048
  8804. .described-by
  8805. Fred Fish (fnf@fishpond.cygnus.com)
  8806. .submittal
  8807. Submitted electronically directly by the author.
  8808. .aminet-dir
  8809. gnu/src
  8810. .stored-in
  8811. FreshFish-Vol10:GNU-src/amiga/dbug-2.3-src.lha
  8812. .pi-file
  8813. FreshFish-Vol10:GNU-src/amiga/dbug-2.3-src.lha.pi
  8814. .name
  8815. dbug
  8816. .fullname
  8817. Macro based debugging package.
  8818. .type
  8819. Programmer Tool
  8820. .short
  8821. Macro based debugging library and tools.
  8822. .description
  8823. A macro based C debugging package which has proven to be a very
  8824. flexible and useful tool for debugging, testing, and porting C
  8825. programs.
  8826.  
  8827. All of the features of the dbug package can be enabled or disabled
  8828. dynamically at execution time.  This means that production programs
  8829. will run normally when debugging is not enabled, and eliminates the
  8830. need to maintain two separate versions of a program.
  8831.  
  8832. Many of the things easily accomplished with conventional debugging
  8833. tools, such as symbolic debuggers, are difficult or impossible with
  8834. this package, and vice versa.  Thus the dbug package should not be
  8835. thought of as a replacement or substitute for other debugging tools,
  8836. but simply as a useful addition to the program development and
  8837. maintenance environment.
  8838. .version
  8839. 2.3
  8840. .date
  8841. 1995.01.15
  8842. .author
  8843. Fred Fish
  8844. .distribution
  8845. Public Domain
  8846. .address
  8847. Amiga Library Services
  8848. 610 N. Alma School Roade, Suite 18
  8849. Chandler, AZ  85224
  8850. .email
  8851. fnf@amigalib.com
  8852. .phone
  8853. (602) 491-0048
  8854. .fax
  8855. (602) 491-0048
  8856. .described-by
  8857. Fred Fish (fnf@fishpond.cygnus.com)
  8858. .submittal
  8859. Submitted electronically directly by the author.
  8860. .aminet-dir
  8861. gnu/base
  8862. .stored-in
  8863. FreshFish-Vol10:GNU-src/baseline/dbug-2.3.tar.gz
  8864. .pi-file
  8865. FreshFish-Vol10:GNU-src/baseline/dbug-2.3.tar.gz.pi
  8866. .name
  8867. DCatDiskCopy
  8868. .type
  8869. Disk Tool
  8870. .short
  8871. Simple disk copier with source.
  8872. .description
  8873. This program is simply a disk copier. You can copy a disk
  8874. using any of the four floppy drives if you have them
  8875. connected.
  8876. .version
  8877. 1.05
  8878. .author
  8879. DCAT
  8880. .distribution
  8881. Copyrighted but Freely Redistributable
  8882. .docs
  8883. DiskCopy.DOC
  8884. .described-by
  8885. Richard Fish (rjf@amigalib.com)
  8886. .submittal
  8887. Submitted on disk directly by the author.
  8888. .aminet-dir
  8889. disk/misc
  8890. .execute
  8891. LAB Start
  8892. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
  8893. if $choice GT "0"
  8894.   if $choice EQ "1"
  8895.     MetaTool DiskCopy.Doc TEXT
  8896.   else
  8897.     if $choice EQ "2"
  8898.       DiskCopy
  8899.     endif
  8900.   endif
  8901.   skip Start BACK
  8902. endif
  8903. .stored-in
  8904. FreshFish-Vol10:New/disk/misc/DcatDiskCopy/
  8905. .pi-file
  8906. FreshFish-Vol10:New/disk/misc/DcatDiskCopy/Product-Info
  8907. .name
  8908. debug-hardware
  8909. .short
  8910. Reviews of hardware debugging aids.
  8911. .description
  8912. Reviews of hardware debugging aids.
  8913. .described-by
  8914. fnf@amigalib.com
  8915. .author
  8916. Various; maintained by Daniel Barrett
  8917. .aminet-dir
  8918. docs/rview
  8919. .stored-in
  8920. FreshFish-Vol10:Useful/reviews/hardware/debug/
  8921. .pi-file
  8922. FreshFish-Vol10:Useful/reviews/hardware/debug/Product-Info
  8923. .name
  8924. DefDTIcon
  8925. .type
  8926. Workbench Tool
  8927. .short
  8928. Changes selected icon images to defaults
  8929. .description
  8930. This very useful utility installs itself to the Workbench
  8931. Tools menu. Any file selected via it will have its icon
  8932. images changed to the default for its datatype. Includes
  8933. many standard icons.
  8934. .version
  8935. 1.7
  8936. .author
  8937. Lee Kindness
  8938. .requirements
  8939. WB2+, WB3+ for full use
  8940. .distribution
  8941. Copyrighted but Freely Redistributable
  8942. .address
  8943. 8 Craigmarn Road
  8944. Portlethen Village
  8945. Aberdeen AB1 4QR
  8946. SCOTLAND
  8947. .docs
  8948. DDTI.guide
  8949. Distribution.doc
  8950. .described-by
  8951. Richard Fish
  8952. .submittal
  8953. Downloaded from aminet (wuarchive.wustl.edu).
  8954. .execute
  8955. LAB start
  8956. set choice `RequestChoice "DefDTIcon" "Please select an option" "COPYRIGHT" "View Guide" "Install" "Cancel"`
  8957. if $choice GT "0"
  8958.   if $choice EQ "1"
  8959.     MetaTool distribution.doc TEXT
  8960.   else
  8961.     if $choice EQ "2"
  8962.       MetaTool DDTI.guide GUIDE
  8963.     else
  8964.       if $choice EQ "3"
  8965.         Installer SCRIPT Install_DDTI APPNAME DefDTIcon LOGFILE t:DefDTIcon_Install_Log NOPRETEND
  8966.       endif
  8967.     endif
  8968.   endif
  8969.   skip start BACK
  8970. endif
  8971. .aminet-dir
  8972. util/dtype
  8973. .stored-in
  8974. FreshFish-Vol10:Useful/util/dtype/DefDTIcon/
  8975. .pi-file
  8976. FreshFish-Vol10:Useful/util/dtype/DefDTIcon/Product-Info
  8977. .name
  8978. Deft_II
  8979. .aminet-dir
  8980. util/wb
  8981. .type
  8982. Workbench Tool
  8983. .short
  8984. Recursively modify icon default tools
  8985. .description
  8986. Deft II is an utility to modify the default tools of your icons; you
  8987. give to it a set of paths, a set of old/new default tool couples, and
  8988. Deft II will recursively scan all these paths to change the default
  8989. tools of your project icons according to your preferences.
  8990.  
  8991. Deft II is a powerful tool, here are its main features :
  8992.    -    a MUI GUI with all the consequent convenience for the user
  8993.     (keyboard shortcuts, appwindows, etc)
  8994.    -    multi-paths handling for scanning
  8995.    -    multi-default tools for replacing
  8996.    -    wildcard using for the default tools to replace
  8997.    -    preferences saving
  8998.    -    ARexx support
  8999.    -    online help
  9000. .version
  9001. 1.6
  9002. .date
  9003. 1994.11.15
  9004. .author
  9005. Lionel Vintenat
  9006. .distribution
  9007. Copyrighted but Freely Distributable
  9008. .email
  9009. vintenat@reseau.onecert.fr
  9010. .docs
  9011. docs/English/Deft II.guide
  9012. docs/Français/Deft II.guide
  9013. .described-by
  9014. Fred Fish (fnf@amigalib.com)
  9015. .submittal
  9016. Downloaded via ftp from aminet (wuarchive.wustl.edu).
  9017. .execute
  9018. set orgdir `cd`
  9019. LAB start
  9020. failat 10
  9021. unset filechoice
  9022. unset dirchoice
  9023. cd $orgdir
  9024. set choice `RequestChoice "Deft II" "Please select an option" "ReadMe" "Guide" "View Sources" "Install" "Run" "Cancel"`
  9025. if $choice GT "0"
  9026.   if $choice EQ "5"
  9027.     WBRun "Deft II"
  9028.   else
  9029.     if $choice EQ "3"
  9030.       cd Sources
  9031.       set filechoice `RequestFile TITLE "Select File"`
  9032.       set dirchoice `pathname $filechoice`
  9033.       set filechoice `basename $filechoice`
  9034.       failat 21
  9035.       cd $dirchoice
  9036.       MetaTool $filechoice TEXT
  9037.     else
  9038.       if $choice EQ "4"
  9039.         cd Install
  9040.         set lang `RequestChoice "" "Select Language" "english" "deutsch" "français"`
  9041.         if $lang EQ 0
  9042.           set langstring "français"
  9043.         else
  9044.           if $lang EQ 2
  9045.             set langstring "deutsch"
  9046.           else
  9047.             set langstring "english"
  9048.           endif
  9049.         endif
  9050.         Installer SCRIPT Install APPNAME "Deft II" MINUSER average DEFUSER average NOPRINT LANGUAGE $langstring LOGFILE t:Install_DeftII_log
  9051.       else
  9052.         set lang `RequestChoice "" "Select Language" "english" "français"`
  9053.         if $choice EQ "1"
  9054.           if $lang EQ "1"
  9055.             MetaTool ReadMe.first TEXT
  9056.           else
  9057.             MetaTool LisezMoi.d_abord TEXT
  9058.           endif
  9059.         else
  9060.           if $choice EQ "2"
  9061.             if $lang EQ "1"
  9062.               cd Docs/English
  9063.             else
  9064.               cd Docs/Français
  9065.             endif
  9066.             MetaTool "Deft II.guide" GUIDE
  9067.           endif
  9068.         endif
  9069.       endif
  9070.     endif
  9071.   endif
  9072.   skip start BACK
  9073. endif
  9074. .stored-in
  9075. FreshFish-Vol10:Useful/util/wb/Deft_II/
  9076. .pi-file
  9077. FreshFish-Vol10:Useful/util/wb/Deft_II/Product-Info
  9078. .name
  9079. Degrader
  9080. .type
  9081. OS Utility
  9082. .short
  9083. Tries to get badly written progs to work
  9084. .description
  9085. Degrades your machine to try and get badly written programs
  9086. to work.  Allows you to block memory, add non-autoconfig
  9087. memory at reset, turn audio filter on or off, intercept
  9088. privilege violation errors, switch off cache/burst modes and
  9089. can slow down a fast machine.  Also can swap the boot drive
  9090. and force 50Hz or 60Hz.  Will do things straight away, after
  9091. one reset or after every reset.
  9092. .version
  9093. 1.30
  9094. .date
  9095. .author
  9096. Chris Hames
  9097. .restrictions
  9098. .requirements
  9099. .reference
  9100. AmigaLibDisk866:Degrader/
  9101. 1.30
  9102. AmigaLibDisk562:Degrader/
  9103. 1.00
  9104. .keywords
  9105. .distribution
  9106. Copyrighted but Freely Redistributable
  9107. .price
  9108. .address
  9109. .email
  9110. bytey@werple.apana.org.au
  9111. .phone
  9112. .fax
  9113. .exectype
  9114. .installsize
  9115. .source
  9116. .construction
  9117. .tested
  9118. .docs
  9119. Degrader.doc
  9120. .described-by
  9121. Fred Fish (fnf@fishpond.cygnus.com)
  9122. .submittal
  9123. Submitted on disk directly by the author.
  9124. .execute
  9125. LAB start
  9126. set choice `RequestChoice "Degrader" "Please select an option" "Documentation" "Run" "Cancel"`
  9127. if $choice GT "0"
  9128.   if $choice EQ "1"
  9129.     MetaTool Degrader.doc TEXT
  9130.   else
  9131.     WBRun Degrader
  9132.   endif
  9133.   skip start BACK
  9134. endif
  9135. .aminet-dir
  9136. util/misc
  9137. .stored-in
  9138. FreshFish-Vol10:Useful/util/misc/Degrader/
  9139. .pi-file
  9140. FreshFish-Vol10:Useful/util/misc/Degrader/Product-Info
  9141. .name
  9142. dejagnu
  9143. .type
  9144. Programmer Tool
  9145. .short
  9146. Program testing framework using 'expect'
  9147. .description
  9148. DejaGnu is a framework for testing other programs. Its purpose is to
  9149. provide a single front end for all tests.  Beyond this, DejaGnu offers
  9150. several advantages for testing:
  9151.  
  9152. (1) The flexibility and consistency of the DejaGnu framework make it
  9153. easy to write tests for any program.
  9154.  
  9155. (2) DejaGnu provides a layer of abstraction which makes all tests (if
  9156. correctly written) portable to any host or target where a program must
  9157. be tested.  For instance, a test for GDB can run (from any Unix based
  9158. host) on any target architecture supported by DejaGnu. Currently
  9159. DejaGnu runs tests on several single board computers, whose operating
  9160. software ranges from just a boot monitor to a full-fledged, Unix-like
  9161. realtime OS.
  9162.  
  9163. (3) DejaGnu is written in expect, which in turn uses Tcl (Tool command
  9164. language).  The framework comprises two parts: the testing framework
  9165. and the testsuites themselves. Tests are usually written in expect
  9166. using Tcl.
  9167.  
  9168. Both tcl and expect are provided with dejagnu.
  9169. .version
  9170. 1.2
  9171. .author
  9172. Rob Savoye
  9173. .email
  9174. rob@darkstar.cygnus.com
  9175. .distribution
  9176. GNU Public License
  9177. .described-by
  9178. Fred Fish (fnf@amigalib.com)
  9179. .submittal
  9180. Downloaded from prep.ai.mit.edu:pub/gnu
  9181. .aminet-dir
  9182. gnu/src
  9183. .stored-in
  9184. FreshFish-Vol10:GNU-src/amiga/dejagnu-1.2-src.lha
  9185. .pi-file
  9186. FreshFish-Vol10:GNU-src/amiga/dejagnu-1.2-src.lha.pi
  9187. .name
  9188. dejagnu
  9189. .fullname
  9190. permuted index generator
  9191. .type
  9192. Programmer Tool
  9193. .short
  9194. Traditional permuted index generator
  9195. .description
  9196. GNU `ptx' is the GNU version of the traditional permuted index
  9197. generator.  It can handle multiple input files at once, produce TeX
  9198. compatible output, and produce readable "KWIC" (KeyWords In Context)
  9199. indexes without needing to use `nroff'.  This version does not handle
  9200. input files that do not fit in memory all at once.
  9201. .version
  9202. 0.4
  9203. .author
  9204. François Pinard
  9205. .email
  9206. pinard@iro.umontreal.ca
  9207. .distribution
  9208. GNU Public License
  9209. .described-by
  9210. Fred Fish (fnf@amigalib.com)
  9211. .submittal
  9212. Downloaded from prep.ai.mit.edu:pub/gnu
  9213. .aminet-dir
  9214. gnu/src
  9215. .stored-in
  9216. FreshFish-Vol10:GNU-src/amiga/ptx-0.4-src.lha
  9217. .pi-file
  9218. FreshFish-Vol10:GNU-src/amiga/ptx-0.4-src.lha.pi
  9219. .name
  9220. dejagnu
  9221. .type
  9222. Programmer Tool
  9223. .short
  9224. Program testing framework using 'expect'
  9225. .description
  9226. DejaGnu is a framework for testing other programs. Its purpose is to
  9227. provide a single front end for all tests.  Beyond this, DejaGnu offers
  9228. several advantages for testing:
  9229.  
  9230. (1) The flexibility and consistency of the DejaGnu framework make it
  9231. easy to write tests for any program.
  9232.  
  9233. (2) DejaGnu provides a layer of abstraction which makes all tests (if
  9234. correctly written) portable to any host or target where a program must
  9235. be tested.  For instance, a test for GDB can run (from any Unix based
  9236. host) on any target architecture supported by DejaGnu. Currently
  9237. DejaGnu runs tests on several single board computers, whose operating
  9238. software ranges from just a boot monitor to a full-fledged, Unix-like
  9239. realtime OS.
  9240.  
  9241. (3) DejaGnu is written in expect, which in turn uses Tcl (Tool command
  9242. language).  The framework comprises two parts: the testing framework
  9243. and the testsuites themselves. Tests are usually written in expect
  9244. using Tcl.
  9245.  
  9246. Both tcl and expect are provided with dejagnu.
  9247. .version
  9248. 1.2
  9249. .author
  9250. Rob Savoye
  9251. .email
  9252. rob@darkstar.cygnus.com
  9253. .distribution
  9254. GNU Public License
  9255. .described-by
  9256. Fred Fish (fnf@amigalib.com)
  9257. .submittal
  9258. Downloaded from prep.ai.mit.edu:pub/gnu
  9259. .aminet-dir
  9260. gnu/base
  9261. .stored-in
  9262. FreshFish-Vol10:GNU-src/baseline/dejagnu-1.2.tar.gz
  9263. .pi-file
  9264. FreshFish-Vol10:GNU-src/baseline/dejagnu-1.2.tar.gz.pi
  9265. .name
  9266. dejagnu
  9267. .fullname
  9268. permuted index generator
  9269. .type
  9270. Programmer Tool
  9271. .short
  9272. Traditional permuted index generator
  9273. .description
  9274. GNU `ptx' is the GNU version of the traditional permuted index
  9275. generator.  It can handle multiple input files at once, produce TeX
  9276. compatible output, and produce readable "KWIC" (KeyWords In Context)
  9277. indexes without needing to use `nroff'.  This version does not handle
  9278. input files that do not fit in memory all at once.
  9279. .version
  9280. 0.4
  9281. .author
  9282. François Pinard
  9283. .email
  9284. pinard@iro.umontreal.ca
  9285. .distribution
  9286. GNU Public License
  9287. .described-by
  9288. Fred Fish (fnf@amigalib.com)
  9289. .submittal
  9290. Downloaded from prep.ai.mit.edu:pub/gnu
  9291. .aminet-dir
  9292. gnu/base
  9293. .stored-in
  9294. FreshFish-Vol10:GNU-src/baseline/ptx-0.4.tar.gz
  9295. .pi-file
  9296. FreshFish-Vol10:GNU-src/baseline/ptx-0.4.tar.gz.pi
  9297. .name
  9298. DemoFOB
  9299. .type
  9300. Game
  9301. .short
  9302. Fields of Battle (Demo Version)
  9303. .description
  9304. Demo version of Fields of Battle, a strategic warfare series.
  9305. .version
  9306. demo
  9307. .author
  9308. Bevelstone Production I/S
  9309. .submittal
  9310. Downloaded from wuarchive.wustl.edu.
  9311. .described-by
  9312. Fred Fish (fnf@amigalib.com)
  9313. .aminet-dir
  9314. game/demo
  9315. .execute
  9316. set orgdir `cd`
  9317. LAB start
  9318. failat 10
  9319. unset filechoice
  9320. unset dirchoice
  9321. cd $orgdir
  9322. set choice `RequestChoice "Options Selection" "Please select an option" "License" "ReadMe" "Vendor.txt" "Run" "Cancel"`
  9323. if $choice GT "0"
  9324.   if $choice EQ "1"
  9325.     MetaTool license.txt TEXT
  9326.   else
  9327.     if $choice EQ "2"
  9328.       MetaTool read.me TEXT
  9329.     else
  9330.       if $choice EQ "3"
  9331.         MetaTool vendor.txt TEXT
  9332.       else
  9333.         if $choice EQ "4"
  9334.           WBRun FOB
  9335.         endif
  9336.       endif
  9337.     endif
  9338.   endif
  9339.   skip start BACK
  9340. endif
  9341. .stored-in
  9342. FreshFish-Vol10:New/game/demo/DemoFOB/
  9343. .pi-file
  9344. FreshFish-Vol10:New/game/demo/DemoFOB/Product-Info
  9345. .name
  9346. DeviceLock
  9347. .type
  9348. GUI Commodity
  9349. .short
  9350. GUI interface for CLI command 'lock'
  9351. .description
  9352. This is a GUI interface for the CLI programm 'lock'. You can
  9353. lock or allow writing to partitions via gadgets or hotkeys.
  9354. You can configure it to your own needs and it should work
  9355. with other (CLI-)lock programs, too.
  9356. .version
  9357. 1.2
  9358. .date
  9359. 1994.03.17
  9360. .author
  9361. Thomas Wagner
  9362. .requirements
  9363. Requires KS/WB2.0 (V37) or higher.
  9364. .distribution
  9365. Freeware
  9366. .address
  9367. Mühlenweg 7
  9368. 90602 Pyrbaum (GERMANY)
  9369. .email
  9370. tom@oberon.nbg.sub.org
  9371. .installsize
  9372. 26K - 150K
  9373. First program only, second complete
  9374. .source
  9375. AmigaOberon Source included. (51K)
  9376. .docs
  9377. guide/deutsch/DeviceLock.guide
  9378. guide/english/DeviceLock.guide
  9379. .construction
  9380. AmigaOberon 3.11d
  9381. .submittal
  9382. Downloaded via ftp from aminet (wuarchive.wustl.edu).
  9383. .execute
  9384. set orgdir `cd`
  9385. LAB start
  9386. failat 10
  9387. unset filechoice
  9388. unset dirchoice
  9389. cd $orgdir
  9390. set choice `RequestChoice "Device Lock" "Please select an option" "View Guide" "View Sources" "Run" "Cancel"`
  9391. if $choice GT "0"
  9392.   if $choice EQ "3"
  9393.     WBRun DeviceLock
  9394.   else
  9395.     if $choice EQ "2"
  9396.       cd txt
  9397.       set filechoice `RequestFile TITLE "Select Source File" PATTERN "(#?.mod|#?.cd|#?.ct)"`
  9398.       set dirchoice `pathname $filechoice`
  9399.       set filechoice `basename $filechoice`
  9400.       failat 21
  9401.       cd $dirchoice
  9402.       MetaTool $filechoice TEXT
  9403.     else
  9404.       set lang `RequestChoice "" "Select Language" "English" "Deutsch"`
  9405.       if $lang EQ "1"
  9406.         cd guide/english
  9407.       else
  9408.         cd guide/deutsch
  9409.       endif
  9410.       MetaTool DeviceLock.guide GUIDE
  9411.     endif
  9412.   endif
  9413.   skip start BACK
  9414. endif
  9415. .aminet-dir
  9416. util/cdity
  9417. .stored-in
  9418. FreshFish-Vol10:Useful/util/cdity/DeviceLock/
  9419. .pi-file
  9420. FreshFish-Vol10:Useful/util/cdity/DeviceLock/Product-Info
  9421. .name
  9422. DiamondCaves
  9423. .type
  9424. Action Game
  9425. .short
  9426. Great Boulder dash clone
  9427. .description
  9428. Diamond Caves is a Boulder Dash clone with many advantages to previously
  9429. released clones:
  9430.  
  9431. - programmed 100% using OS-routines
  9432. - supports different screenmodes & runs on gfx-boards!
  9433. - runs in true multitasking
  9434. - comes with ready-to-run installer script
  9435. - 1 or 2 players (maybe even more in future releases)
  9436. - playfields from 10x10 to 100x100 squares
  9437. - loads of new features like conveyor belts, switches, and much more
  9438. - recording and replay of previously played games
  9439. - 60 levels in the unregistered version
  9440. - great Intuition-based Leveleditor in the registered version
  9441. .version
  9442. 2.1
  9443. .date
  9444. 1995.07.16
  9445. .author
  9446. Peter Elzner
  9447. .reference
  9448. FreshFish-Vol9-1:New/game/misc/DiamondCaves/
  9449. 1.3
  9450. FreshFish-Vol9-2:BBS/game/DiamondCaves-1.3.lha
  9451. 1.3
  9452. .restrictions
  9453. Non-registered version restricted to supplied levels only
  9454. .requirements
  9455. Kick2.0
  9456. 1MB ChipMem
  9457. Commodore's Installer V1.24
  9458. .distribution
  9459. Shareware
  9460. .price
  9461. Cash prices
  9462. $20(US), DM30, £15
  9463. Cheque prices
  9464. $32(US), DM50, £23
  9465. .address
  9466. Grudene 6a
  9467. D-58644 Iserlohn
  9468. Germany
  9469. .email
  9470. Hawk@blanker.ruhr.de
  9471. .docs
  9472. DiamondCave2.0.readme
  9473. Readme.txt
  9474. LiesMich.txt
  9475. .described-by
  9476. Dan Fish (daf@starfish.amigalib.com)
  9477. .submittal
  9478. Downloaded via ftp from wuarchive.wustl.edu.
  9479. .execute
  9480. LAB Start
  9481. set choice `RequestChoice "Options Selection" "Please select an option" "View Readme" "View LiesMich" "Install Program" "Cancel"`
  9482. if $choice GT "0"
  9483.   if $choice EQ "1"
  9484.     MetaTool ReadMe.txt TEXT
  9485.   else
  9486.     if $choice EQ "2"
  9487.       MetaTool LiesMich.txt TEXT
  9488.     else
  9489.       if $choice EQ "3"
  9490.         Installer InstallGame
  9491.       endif
  9492.     endif
  9493.   endif
  9494.   skip Start BACK
  9495. endif
  9496. .aminet-dir
  9497. game/misc
  9498. .stored-in
  9499. FreshFish-Vol10:New/game/misc/DiamondCaves/
  9500. .pi-file
  9501. FreshFish-Vol10:New/game/misc/DiamondCaves/Product-Info
  9502. .name
  9503. DiamondEdit
  9504. .type
  9505. Game Utility
  9506. .short
  9507. Level Editor for Diamond Caves
  9508. .description
  9509. Provides an easy and comfortable way to create and design your own
  9510. levels for Diamond Caves V1.x
  9511. .version
  9512. 1.4
  9513. .date
  9514. 1995.07.16
  9515. .author
  9516. Peter Elzner
  9517. .restrictions
  9518. Saving and testing requires a registered version of Diamond Caves
  9519. .requirements
  9520. 1Mb+ chip Ram
  9521. Kick2.0
  9522. MUI 2.3
  9523. Commodore's Installer V1.24
  9524. A registered version of Diamond Caves
  9525. (Kick 3.x, 2Mb Chip Ram and 68020+ recommended)
  9526. .distribution
  9527. Copyrighted but Freely Redistributable
  9528. .address
  9529. Grudene 6a
  9530. D-58644 Iserlohn
  9531. Germany
  9532. .email
  9533. Hawk@blanker.ruhr.de
  9534. .docs
  9535. DiamondEdit1.3.readme
  9536. Update/DiamondEditor.guide
  9537. .described-by
  9538. Dan Fish (daf@starfish.amigalib.com)
  9539. .submittal
  9540. Downloaded via ftp from wuarchive.wustl.edu.
  9541. .execute
  9542. LAB Start
  9543. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Install Program" "Cancel"`
  9544. if $choice GT "0"
  9545.   if $choice EQ "1"
  9546.     MetaTool DiamondEdit1.4.readme TEXT
  9547.   else
  9548.     if $choice EQ "2"
  9549.       Installer InstallEditor
  9550.     endif
  9551.   endif
  9552.   skip Start BACK
  9553. endif
  9554. .aminet-dir
  9555. game/misc
  9556. .stored-in
  9557. FreshFish-Vol10:New/game/misc/DiamondEdit/
  9558. .pi-file
  9559. FreshFish-Vol10:New/game/misc/DiamondEdit/Product-Info
  9560. .name
  9561. DiamondPrefs
  9562. .type
  9563. Game Utility
  9564. .short
  9565. Prefs program for Diamond Caves
  9566. .description
  9567. Provides an easy and comfortable way to configure the Diamond Caves
  9568. Game and Diamond Caves Editor
  9569. .version
  9570. 1.3
  9571. .date
  9572. 1995.07.08
  9573. .author
  9574. Peter Elzner
  9575. .restrictions
  9576. Requires a registered version of Diamond Caves
  9577. .requirements
  9578. Kick2.0
  9579. MUI 2.3
  9580. Commodore's Installer V1.24
  9581. A registered version of Diamond Caves
  9582. .distribution
  9583. Copyrighted but Freely Redistributable
  9584. .address
  9585. Grudene 6a
  9586. D-58644 Iserlohn
  9587. Germany
  9588. .email
  9589. Hawk@blanker.ruhr.de
  9590. .docs
  9591. DiamondPref1.3.readme
  9592. new/DiamondPrefs.guide
  9593. .described-by
  9594. Dan Fish (daf@starfish.amigalib.com)
  9595. .submittal
  9596. Downloaded via ftp from wuarchive.wustl.edu.
  9597. .execute
  9598. LAB Start
  9599. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
  9600. if $choice GT "0"
  9601.   if $choice EQ "1"
  9602.     MetaTool DiamondPref1.3.readme TEXT
  9603.   else
  9604.     if $choice EQ "2"
  9605.       cd new
  9606.       MetaTool DiamondPrefs.guide GUIDE
  9607.       cd /
  9608.     else
  9609.       if $choice EQ "3"
  9610.         Installer InstallPrefs
  9611.       else
  9612.         if $choice EQ "4"
  9613.           new/DiamondPrefs
  9614.         endif
  9615.       endif
  9616.     endif
  9617.   endif
  9618.   skip Start BACK
  9619. endif
  9620. .aminet-dir
  9621. game/misc
  9622. .stored-in
  9623. FreshFish-Vol10:New/game/misc/DiamondPrefs/
  9624. .pi-file
  9625. FreshFish-Vol10:New/game/misc/DiamondPrefs/Product-Info
  9626. .name
  9627. DiamondSfx
  9628. .type
  9629. Game Utility
  9630. .short
  9631. Use custom samples within Diamond Caves
  9632. .description
  9633. Using this program you are able to create your own sfx-file for Diamond
  9634. Caves.
  9635. .version
  9636. 1.1
  9637. .date
  9638. 1995.07.08
  9639. .author
  9640. Peter Elzner
  9641. .restrictions
  9642. Requires a registered version of Diamond Caves
  9643. .requirements
  9644. Kick2.0
  9645. MUI 2.3
  9646. Commodore's Installer V1.24
  9647. A registered version of Diamond Caves
  9648. .distribution
  9649. Copyrighted but Freely Redistributable
  9650. .address
  9651. Grudene 6a
  9652. D-58644 Iserlohn
  9653. Germany
  9654. .email
  9655. Hawk@blanker.ruhr.de
  9656. .docs
  9657. DiamondSfx1.1.readme
  9658. new/DiamondSfx.guide
  9659. .described-by
  9660. Dan Fish (daf@starfish.amigalib.com)
  9661. .submittal
  9662. Downloaded via ftp from wuarchive.wustl.edu.
  9663. .execute
  9664. LAB Start
  9665. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
  9666. if $choice GT "0"
  9667.   if $choice EQ "1"
  9668.     MetaTool DiamondSfx1.1.readme TEXT
  9669.   else
  9670.     if $choice EQ "2"
  9671.       cd new
  9672.       MetaTool DiamondSfx.guide  GUIDE
  9673.       cd /
  9674.     else
  9675.       if $choice EQ "3"
  9676.         Installer InstallSfx
  9677.       else
  9678.         if $choice EQ "4"
  9679.           new/DiamondSfx
  9680.         endif
  9681.       endif
  9682.     endif
  9683.   endif
  9684.   skip Start BACK
  9685. endif
  9686. .aminet-dir
  9687. game/misc
  9688. .stored-in
  9689. FreshFish-Vol10:New/game/misc/DiamondSfx/
  9690. .pi-file
  9691. FreshFish-Vol10:New/game/misc/DiamondSfx/Product-Info
  9692. # This file contains product information that can be used by
  9693. # KingFisher 2.0 and other similar tools.
  9694.  
  9695. .name
  9696. DICE
  9697. .type
  9698. Compiler
  9699. .short
  9700. Dillon's Integrated C Enviroment
  9701. .description
  9702.  
  9703.     DICE consists of a frontend, preprocessor, C compiler, assembler, and
  9704.     linker, and support libraries all written by the author.  A generated
  9705.     (non-commodore) 2.0 amiga.lib is included with this distribution.  Note
  9706.     that you may compile 1.3 programs with the 2.0 amiga.lib as long as
  9707.     you avoid 2.0-specific calls.
  9708.  
  9709.     DICE also includes my DMAKE make utility (though it should be noted
  9710.     that DMAKE is extremely difficult to learn how to use).  Source is not
  9711.     available (it isn't fit to be distributed).  DMAKE works best running
  9712.     under 2.0 due to the available of new system calls.
  9713.  
  9714.     This is the unregistered FreeWare version.    If you find yourself using
  9715.     DICE seriously, you should consider the commercial version. Refer to the
  9716.     doc/REGISTER.DOC for information on commercial version.
  9717. .version
  9718. 2.06.37
  9719. .date
  9720. 1991.10.09
  9721. .author
  9722. Obvious Implementations Corporation
  9723. .restrictions
  9724.  
  9725.     DISABLED IN THE UNREGISTERED (FREEWARE) VERSION OF DICE,
  9726.     BUT EXISTS IN THE COMMERCIAL VERSION OF DICE
  9727.  
  9728.     * regargs
  9729.     * floating point
  9730.     * bit fields
  9731.     * Visual make environment
  9732.     * Source Line debugger
  9733.     * manual pages for c.lib
  9734.     * source to the entire c.lib and other libraries
  9735.     * several type qualifier extensions (see EXTENSIONS.DOC)
  9736.     * source to many of the utilities (as examples)
  9737.     * Many additional utilities exist in the commercial version
  9738.     * the commodore includes are not included in the freeware
  9739.       version but are in the Commercial version
  9740. .reference
  9741. GoldFish-Vol1-2:d4xx/d491/DICE/
  9742. 2.06.21
  9743. GoldFish-Vol1-1:BBS/d4xx/d491/DICE.lha
  9744. 2.06.21
  9745. FrozenFish-Vol1:BBS/ALib/d4xx/d491/DICE.lha
  9746. 2.06.21
  9747. AmigaLibDisk491:DICE/
  9748. 2.06.21
  9749. AmigaLibDisk466:DICE/
  9750. 2.06.15
  9751. GoldFish-Vol1-2:d4xx/d466/Dice/
  9752. 2.06.15
  9753. GoldFish-Vol1-1:BBS/d4xx/d466/DICE.lha
  9754. 2.06.15
  9755. FrozenFish-Vol1:BBS/ALib/d4xx/d466/DICE.lha
  9756. 2.06.15
  9757. GoldFish-Vol1-2:d4xx/d443/DICE/
  9758. 2.06.14
  9759. GoldFish-Vol1-1:BBS/d4xx/d443/DICE.lha
  9760. 2.06.14
  9761. FrozenFish-Vol1:BBS/ALib/d4xx/d443/DICE.lha
  9762. 2.06.14
  9763. AmigaLibDisk443:DICE/
  9764. 2.06.14
  9765. GoldFish-Vol1-2:d3xx/d359/DICE/
  9766. 2.02
  9767. GoldFish-Vol1-1:BBS/d3xx/d359/DICE.lha
  9768. 2.02
  9769. FrozenFish-Vol1:BBS/ALib/d3xx/d359/DICE.lha
  9770. 2.02
  9771. AmigaLibDisk359:DICE/
  9772. 2.02
  9773. .distribution
  9774. Freeware
  9775. .address
  9776. P.O. Box 4487
  9777. Cary, N.C. 27519-4487
  9778. USA
  9779. .email
  9780. info@oic.com
  9781. sales@oic.com
  9782. .docs
  9783. README
  9784. COPYRIGHT.DOC
  9785. version.doc
  9786. .described-by
  9787. Dan Fish (daf@starfish.amigalib.com)
  9788. .submittal
  9789. Downloaded via ftp from wuarchive.wustl.edu.
  9790. .execute
  9791. LAB Start
  9792. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Cancel"`
  9793. if $choice GT "0"
  9794.   if $choice EQ "1"
  9795.     MetaTool README TEXT
  9796.   endif
  9797.   skip Start BACK
  9798. endif
  9799. .aminet-dir
  9800. dev/c
  9801. .stored-in
  9802. FreshFish-Vol10:New/dev/c/Dice/
  9803. .pi-file
  9804. FreshFish-Vol10:New/dev/c/Dice/Product-Info
  9805. .name
  9806. diffutils
  9807. .fullname
  9808. GNU diff utilities
  9809. .type
  9810. Programmer Tool
  9811. .short
  9812. GNU diff, diff3, sdiff and cmp utilities
  9813. .description
  9814. This directory contains the GNU diff, diff3, sdiff, and cmp utilities.
  9815. Their features are a superset of the Unix features and they are
  9816. significantly faster.  cmp has been moved here from the GNU textutils.
  9817.  
  9818. Computer users often find occasion to ask how two files differ.
  9819. Perhaps one file is a newer version of the other file.  Or maybe the
  9820. two files started out as identical copies but were changed by
  9821. different people.
  9822.  
  9823. You can use the diff command to show differences between two files, or
  9824. each corresponding file in two directories.  diff outputs differences
  9825. between files line by line in any of several formats, selectable by
  9826. command line options.  This set of differences is often called a diff
  9827. or patch.  For files that are identical, diff normally produces no
  9828. output; for binary (non-text) files, diff normally reports only that
  9829. they are different.
  9830.  
  9831. You can use the cmp command to show the offsets and line numbers where
  9832. two files differ.  Cmp can also show all the characters that differ
  9833. between the two files, side by side.
  9834.  
  9835. You can use the diff3 command to show differences among three files.
  9836. When two people have made independent changes to a common original,
  9837. diff3 can report the differences between the original and the two
  9838. changed versions, and can produce a merged file that contains both
  9839. persons' changes together with warnings about conflicts.
  9840.  
  9841. You can use the sdiff command to merge two files interactively.
  9842.  
  9843. You can use the set of differences produced by diff to distribute
  9844. updates to text files (such as program source code) to other people.
  9845. This method is especially useful when the differences are small
  9846. compared to the complete files.  Given diff output, you can use the
  9847. patch program to update, or patch, a copy of the file.  If you think
  9848. of diff as subtracting one file from another to produce their
  9849. difference, you can think of patch as adding the difference to one
  9850. file to reproduce the other.
  9851. .version
  9852. 2.7
  9853. .author
  9854. Free Software Foundation
  9855. et. al.
  9856. .requirements
  9857. Binaries require ixemul.library.
  9858. .distribution
  9859. GNU Public License
  9860. .described-by
  9861. Fred Fish (fnf@amigalib.com)
  9862. .aminet-dir
  9863. gnu/src
  9864. .stored-in
  9865. FreshFish-Vol10:GNU-src/amiga/diffutils-2.7-src.lha
  9866. .pi-file
  9867. FreshFish-Vol10:GNU-src/amiga/diffutils-2.7-src.lha.pi
  9868. .name
  9869. diffutils
  9870. .fullname
  9871. GNU diff utilities
  9872. .type
  9873. Programmer Tool
  9874. .short
  9875. GNU diff, diff3, sdiff and cmp utilities
  9876. .description
  9877. This directory contains the GNU diff, diff3, sdiff, and cmp utilities.
  9878. Their features are a superset of the Unix features and they are
  9879. significantly faster.  cmp has been moved here from the GNU textutils.
  9880.  
  9881. Computer users often find occasion to ask how two files differ.
  9882. Perhaps one file is a newer version of the other file.  Or maybe the
  9883. two files started out as identical copies but were changed by
  9884. different people.
  9885.  
  9886. You can use the diff command to show differences between two files, or
  9887. each corresponding file in two directories.  diff outputs differences
  9888. between files line by line in any of several formats, selectable by
  9889. command line options.  This set of differences is often called a diff
  9890. or patch.  For files that are identical, diff normally produces no
  9891. output; for binary (non-text) files, diff normally reports only that
  9892. they are different.
  9893.  
  9894. You can use the cmp command to show the offsets and line numbers where
  9895. two files differ.  Cmp can also show all the characters that differ
  9896. between the two files, side by side.
  9897.  
  9898. You can use the diff3 command to show differences among three files.
  9899. When two people have made independent changes to a common original,
  9900. diff3 can report the differences between the original and the two
  9901. changed versions, and can produce a merged file that contains both
  9902. persons' changes together with warnings about conflicts.
  9903.  
  9904. You can use the sdiff command to merge two files interactively.
  9905.  
  9906. You can use the set of differences produced by diff to distribute
  9907. updates to text files (such as program source code) to other people.
  9908. This method is especially useful when the differences are small
  9909. compared to the complete files.  Given diff output, you can use the
  9910. patch program to update, or patch, a copy of the file.  If you think
  9911. of diff as subtracting one file from another to produce their
  9912. difference, you can think of patch as adding the difference to one
  9913. file to reproduce the other.
  9914. .version
  9915. 2.7
  9916. .author
  9917. Free Software Foundation
  9918. et. al.
  9919. .requirements
  9920. Binaries require ixemul.library.
  9921. .distribution
  9922. GNU Public License
  9923. .described-by
  9924. Fred Fish (fnf@amigalib.com)
  9925. .aminet-dir
  9926. gnu/base
  9927. .stored-in
  9928. FreshFish-Vol10:GNU-src/baseline/diffutils-2.7.tar.gz
  9929. .pi-file
  9930. FreshFish-Vol10:GNU-src/baseline/diffutils-2.7.tar.gz.pi
  9931. .name
  9932. disk-software
  9933. .short
  9934. Reviews of disk-related products
  9935. .description
  9936. Reviews of disk-related products:
  9937.  
  9938.     Backup programs
  9939.     Directory programs, disk organizing programs
  9940.     Disk repair programs
  9941.     Software caches
  9942.     Virtual memory
  9943. .described-by
  9944. fnf@amigalib.com
  9945. .author
  9946. Various; maintained by Daniel Barrett
  9947. .aminet-dir
  9948. docs/rview
  9949. .stored-in
  9950. FreshFish-Vol10:Useful/reviews/software/disk/
  9951. .pi-file
  9952. FreshFish-Vol10:Useful/reviews/software/disk/Product-Info
  9953. .name
  9954. DiskMatter
  9955. .type
  9956. Disk Tool
  9957. .short
  9958. Disk Formatter/bootblock installer
  9959. .description
  9960. DiskMatter's main function is to format disks. It can format floppy
  9961. disks in any of the current formats. DiskMatter can also Install &
  9962. Remove boot blocks. You can also check disks to see what Format they
  9963. are. An Info option is also available. This returns Bytes used etc.
  9964.  
  9965. Diskmatter can format all of its formats on any type of system. Of
  9966. course you still can't use formats which are not compatible with the
  9967. machine you intend to use the disk in.
  9968. .version
  9969. 1.14a
  9970. .author
  9971. DCAT
  9972. .distribution
  9973. Copyrighted but Freely Redistributable
  9974. .docs
  9975. DiskMatter.DOC
  9976. .described-by
  9977. Richard Fish (rjf@amigalib.com)
  9978. .submittal
  9979. Submitted on disk directly by the author.
  9980. .aminet-dir
  9981. disk/misc
  9982. .execute
  9983. LAB Start
  9984. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
  9985. if $choice GT "0"
  9986.   if $choice EQ "1"
  9987.     MetaTool DiskMatter.Doc TEXT
  9988.   else
  9989.     if $choice EQ "2"
  9990.       DiskMatter
  9991.     endif
  9992.   endif
  9993.   skip Start BACK
  9994. endif
  9995. .stored-in
  9996. FreshFish-Vol10:New/disk/misc/DiskMatter/
  9997. .pi-file
  9998. FreshFish-Vol10:New/disk/misc/DiskMatter/Product-Info
  9999. .name
  10000. DiskSalv2
  10001. .type
  10002. Disk Tool
  10003. .short
  10004. Disk repair, salvage, and undelete util
  10005. .description
  10006. A disk repair, salvage, and undelete utility for all standard disk
  10007. devices and file system types.  Has a full Intuition interface and
  10008. runs from Workbench or Shell.  It can fix most problems in-place, and
  10009. can reverse a partial or QUICK format.  It can copy out from disks
  10010. that can't be fixed due to physical damage, with a destination going
  10011. to any AmigaDOS disk device or pipe (eg, TAPE:).  In English, locale
  10012. catalogs included for Danish, French, German, Italian, Norwegian,
  10013. Finnish, and Swedish, short manuals in English and Swedish.
  10014. .version
  10015. 11.32
  10016. .author
  10017. Dave Haynie
  10018. .email
  10019. dave.haynie@scala.com
  10020. .requirements
  10021. Requires AmigaDOS 2.04 or later.
  10022. .reference
  10023. GoldFish-Vol2-2:BBS/disk/DiskSalv2-11.31.lha
  10024. 11.31
  10025. GoldFish-Vol2-1:Files/disk/salv/DiskSalv2/
  10026. 11.31
  10027. FreshFish-Vol9-2:BBS/disk/DiskSalv2-11.31.lha
  10028. 11.31
  10029. FreshFish-Vol9-1:Useful/disk/salv/DiskSalv2/
  10030. 11.31
  10031. FreshFish-Vol8-2:BBS/disk/DiskSalv2-11.31.lha
  10032. 11.31
  10033. FreshFish-Vol8-1:Useful/disk/salv/DiskSalv2/
  10034. 11.31
  10035. FreshFish-Vol7:Useful/dist/disk/salv/DiskSalv2/
  10036. 11.31
  10037. FreshFish-Vol7:BBS/disk/DiskSalv2-11.31.lha
  10038. 11.31
  10039. FreshFish-Vol6:Useful/dist/disk/salv/DiskSalv2/
  10040. 11.31
  10041. FreshFish-Vol6:New/disk/salv/DiskSalv2/
  10042. 11.31
  10043. FreshFish-Vol6:BBS/disk/DiskSalv2-11.31.lha
  10044. 11.31
  10045. FreshFish-Jul94:BBS/disk/DiskSalv2-11.30.lha
  10046. 11.30
  10047. FreshFish-May94:New/disk/salv/DiskSalv2/
  10048. 11.30
  10049. FreshFish-May94:BBS/May94/disk/salv/DiskSalv2.lha
  10050. 11.30
  10051. FreshFish-Jul94:Useful/dist/disk/salv/DiskSalv2/
  10052. 11.27
  10053. GoldFish2-Apr94:d8xx/d891/DiskSalv2/
  10054. 11.27
  10055. GoldFish1-Apr94:BBS/d8xx/d891/DiskSalv2.lha
  10056. 11.27
  10057. FrozenFish-Apr94:BBS/Useful/disk/salv/DiskSalv2.lha
  10058. 11.27
  10059. FrozenFish-Apr94:BBS/ALib/d8xx/d891/DiskSalv2.lha
  10060. 11.27
  10061. FreshFish-May94:Useful/dist/disk/salv/DiskSalv2/
  10062. 11.27
  10063. FreshFish-Mar94:Useful/dist/disk/salv/DiskSalv2/
  10064. 11.27
  10065. AmigaLibDisk891:DiskSalv2/
  10066. 11.27
  10067. GoldFish2-Apr94:d2xx/d251/DiskSalv/
  10068. 1.42
  10069. GoldFish1-Apr94:BBS/d2xx/d251/DiskSalv.lha
  10070. 1.42
  10071. FrozenFish-Apr94:BBS/ALib/d2xx/d251/DiskSalv.lha
  10072. 1.42
  10073. AmigaLibDisk251:DiskSalv/
  10074. 1.42
  10075. GoldFish1-Apr94:d1xx/d177/DiskSalv/
  10076. 1.32
  10077. GoldFish1-Apr94:BBS/d1xx/d177/DiskSalv.lha
  10078. 1.32
  10079. FrozenFish-Apr94:BBS/ALib/d1xx/d177/DiskSalv.lha
  10080. 1.32
  10081. AmigaLibDisk177:DiskSalv/
  10082. 1.32
  10083. GoldFish1-Apr94:d2xx/d212/DiskSalv/
  10084. ?.?
  10085. GoldFish1-Apr94:d0xx/d020/DiskSalv/
  10086. ?.?
  10087. GoldFish1-Apr94:BBS/d2xx/d212/DiskSalv.lha
  10088. ?.?
  10089. GoldFish1-Apr94:BBS/d0xx/d020/DiskSalv.lha
  10090. ?.?
  10091. FrozenFish-Apr94:BBS/ALib/d2xx/d212/DiskSalv.lha
  10092. ?.?
  10093. FrozenFish-Apr94:BBS/ALib/d0xx/d020/DiskSalv.lha
  10094. ?.?
  10095. FreshFish-Oct93:Old/AmigaLibDisks/Disks880-899/Disk891/DiskSalv2/
  10096. ?.?
  10097. FreshFish-Dec93:Old/AmigaLibDisks/Disks880-899/Disk891/DiskSalv2/
  10098. ?.?
  10099. AmigaLibDisk212:DiskSalv/
  10100. ?.?
  10101. AmigaLibDisk020:DiskSalv/
  10102. ?.?
  10103. GoldFish1-Apr94:d1xx/d164/DiskSalv/
  10104. 1.3
  10105. GoldFish1-Apr94:BBS/d1xx/d164/DiskSalv.lha
  10106. 1.3
  10107. FrozenFish-Apr94:BBS/ALib/d1xx/d164/DiskSalv.lha
  10108. 1.3
  10109. AmigaLibDisk164:DiskSalv/
  10110. 1.3
  10111. .distribution
  10112. Shareware
  10113. .price
  10114. $10 (US)
  10115. .address
  10116. 284 Memorial Avenue
  10117. Gibbstown, NJ  08027
  10118. USA
  10119. .docs
  10120. README
  10121. CoverDisk.txt
  10122. OrderForm.txt
  10123. BugReport.txt
  10124. iam.guide
  10125. disksalv3_notice.txt
  10126. .described-by
  10127. Dan Fish (daf@daffy.amigalib.com)
  10128. .submittal
  10129. Downloaded via ftp from aminet (wuarchive.wustl.edu).
  10130. .execute
  10131. LAB Start
  10132. set choice `RequestChoice "DiskSalv" "Please select an option" "README" "View Guide" "Install" "Run DiskSalv" "Cancel"`
  10133. if $choice GT "0"
  10134.   if $choice EQ "1"
  10135.     MetaTool README TEXT
  10136.   else
  10137.     if $choice EQ "2"
  10138.       MetaTool iam.guide GUIDE
  10139.     else
  10140.       if $choice EQ "3"
  10141.         Installer Install APPNAME DiskSalv2
  10142.       else
  10143.         if $choice EQ "4"
  10144.           DiskSalv
  10145.         endif
  10146.       endif
  10147.     endif
  10148.   endif
  10149.   skip Start BACK
  10150. endif
  10151. .aminet-dir
  10152. disk/salv
  10153. .stored-in
  10154. FreshFish-Vol10:New/disk/salv/DiskSalv2/
  10155. .pi-file
  10156. FreshFish-Vol10:New/disk/salv/DiskSalv2/Product-Info
  10157. .name
  10158. DiskSalv2
  10159. .type
  10160. Disk Tool
  10161. .short
  10162. Disk repair, salvage, and undelete util
  10163. .description
  10164. A disk repair, salvage, and undelete utility for all standard disk
  10165. devices and file system types.  Has a full Intuition interface and
  10166. runs from Workbench or Shell.  It can fix most problems in-place, and
  10167. can reverse a partial or QUICK format.  It can copy out from disks
  10168. that can't be fixed due to physical damage, with a destination going
  10169. to any AmigaDOS disk device or pipe (eg, TAPE:).  In English, locale
  10170. catalogs included for Danish, French, German, Italian, Norwegian,
  10171. Finnish, and Swedish, short manuals in English and Swedish.
  10172. .version
  10173. 11.32
  10174. .author
  10175. Dave Haynie
  10176. .email
  10177. dave.haynie@scala.com
  10178. .requirements
  10179. Requires AmigaDOS 2.04 or later.
  10180. .reference
  10181. GoldFish-Vol2-2:BBS/disk/DiskSalv2-11.31.lha
  10182. 11.31
  10183. GoldFish-Vol2-1:Files/disk/salv/DiskSalv2/
  10184. 11.31
  10185. FreshFish-Vol9-2:BBS/disk/DiskSalv2-11.31.lha
  10186. 11.31
  10187. FreshFish-Vol9-1:Useful/disk/salv/DiskSalv2/
  10188. 11.31
  10189. FreshFish-Vol8-2:BBS/disk/DiskSalv2-11.31.lha
  10190. 11.31
  10191. FreshFish-Vol8-1:Useful/disk/salv/DiskSalv2/
  10192. 11.31
  10193. FreshFish-Vol7:Useful/dist/disk/salv/DiskSalv2/
  10194. 11.31
  10195. FreshFish-Vol7:BBS/disk/DiskSalv2-11.31.lha
  10196. 11.31
  10197. FreshFish-Vol6:Useful/dist/disk/salv/DiskSalv2/
  10198. 11.31
  10199. FreshFish-Vol6:New/disk/salv/DiskSalv2/
  10200. 11.31
  10201. FreshFish-Vol6:BBS/disk/DiskSalv2-11.31.lha
  10202. 11.31
  10203. FreshFish-Jul94:BBS/disk/DiskSalv2-11.30.lha
  10204. 11.30
  10205. FreshFish-May94:New/disk/salv/DiskSalv2/
  10206. 11.30
  10207. FreshFish-May94:BBS/May94/disk/salv/DiskSalv2.lha
  10208. 11.30
  10209. FreshFish-Jul94:Useful/dist/disk/salv/DiskSalv2/
  10210. 11.27
  10211. GoldFish2-Apr94:d8xx/d891/DiskSalv2/
  10212. 11.27
  10213. GoldFish1-Apr94:BBS/d8xx/d891/DiskSalv2.lha
  10214. 11.27
  10215. FrozenFish-Apr94:BBS/Useful/disk/salv/DiskSalv2.lha
  10216. 11.27
  10217. FrozenFish-Apr94:BBS/ALib/d8xx/d891/DiskSalv2.lha
  10218. 11.27
  10219. FreshFish-May94:Useful/dist/disk/salv/DiskSalv2/
  10220. 11.27
  10221. FreshFish-Mar94:Useful/dist/disk/salv/DiskSalv2/
  10222. 11.27
  10223. AmigaLibDisk891:DiskSalv2/
  10224. 11.27
  10225. GoldFish2-Apr94:d2xx/d251/DiskSalv/
  10226. 1.42
  10227. GoldFish1-Apr94:BBS/d2xx/d251/DiskSalv.lha
  10228. 1.42
  10229. FrozenFish-Apr94:BBS/ALib/d2xx/d251/DiskSalv.lha
  10230. 1.42
  10231. AmigaLibDisk251:DiskSalv/
  10232. 1.42
  10233. GoldFish1-Apr94:d1xx/d177/DiskSalv/
  10234. 1.32
  10235. GoldFish1-Apr94:BBS/d1xx/d177/DiskSalv.lha
  10236. 1.32
  10237. FrozenFish-Apr94:BBS/ALib/d1xx/d177/DiskSalv.lha
  10238. 1.32
  10239. AmigaLibDisk177:DiskSalv/
  10240. 1.32
  10241. GoldFish1-Apr94:d2xx/d212/DiskSalv/
  10242. ?.?
  10243. GoldFish1-Apr94:d0xx/d020/DiskSalv/
  10244. ?.?
  10245. GoldFish1-Apr94:BBS/d2xx/d212/DiskSalv.lha
  10246. ?.?
  10247. GoldFish1-Apr94:BBS/d0xx/d020/DiskSalv.lha
  10248. ?.?
  10249. FrozenFish-Apr94:BBS/ALib/d2xx/d212/DiskSalv.lha
  10250. ?.?
  10251. FrozenFish-Apr94:BBS/ALib/d0xx/d020/DiskSalv.lha
  10252. ?.?
  10253. FreshFish-Oct93:Old/AmigaLibDisks/Disks880-899/Disk891/DiskSalv2/
  10254. ?.?
  10255. FreshFish-Dec93:Old/AmigaLibDisks/Disks880-899/Disk891/DiskSalv2/
  10256. ?.?
  10257. AmigaLibDisk212:DiskSalv/
  10258. ?.?
  10259. AmigaLibDisk020:DiskSalv/
  10260. ?.?
  10261. GoldFish1-Apr94:d1xx/d164/DiskSalv/
  10262. 1.3
  10263. GoldFish1-Apr94:BBS/d1xx/d164/DiskSalv.lha
  10264. 1.3
  10265. FrozenFish-Apr94:BBS/ALib/d1xx/d164/DiskSalv.lha
  10266. 1.3
  10267. AmigaLibDisk164:DiskSalv/
  10268. 1.3
  10269. .distribution
  10270. Shareware
  10271. .price
  10272. $10 (US)
  10273. .address
  10274. 284 Memorial Avenue
  10275. Gibbstown, NJ  08027
  10276. USA
  10277. .docs
  10278. README
  10279. CoverDisk.txt
  10280. OrderForm.txt
  10281. BugReport.txt
  10282. iam.guide
  10283. disksalv3_notice.txt
  10284. .described-by
  10285. Dan Fish (daf@daffy.amigalib.com)
  10286. .submittal
  10287. Downloaded via ftp from aminet (wuarchive.wustl.edu).
  10288. .execute
  10289. LAB Start
  10290. set choice `RequestChoice "DiskSalv" "Please select an option" "README" "View Guide" "Install" "Run DiskSalv" "Cancel"`
  10291. if $choice GT "0"
  10292.   if $choice EQ "1"
  10293.     MetaTool README TEXT
  10294.   else
  10295.     if $choice EQ "2"
  10296.       MetaTool iam.guide GUIDE
  10297.     else
  10298.       if $choice EQ "3"
  10299.         Installer Install APPNAME DiskSalv2
  10300.       else
  10301.         if $choice EQ "4"
  10302.           DiskSalv
  10303.         endif
  10304.       endif
  10305.     endif
  10306.   endif
  10307.   skip Start BACK
  10308. endif
  10309. .aminet-dir
  10310. disk/salv
  10311. .stored-in
  10312. FreshFish-Vol10:Useful/disk/salv/DiskSalv2/
  10313. .pi-file
  10314. FreshFish-Vol10:Useful/disk/salv/DiskSalv2/Product-Info
  10315. .name
  10316. DISK_K
  10317. .type
  10318. Disk Tool
  10319. .short
  10320. Disk formatting/naming utilitiy
  10321. .description
  10322. DISK_K is a versitle disk name and formatter program. You can create
  10323. 'name' files with numbers and every time you insert a disk and rename
  10324. it, the number will be incremented and used as part of the name of the
  10325. next disk. The date and time can also be used as a disk name along
  10326. with any custom name. Format mode now allows the creation of custom
  10327. format scripts(easy).
  10328. .version
  10329. 2.1
  10330. .date
  10331. 1995.05.30
  10332. .author
  10333. Kenneth J. McCormick
  10334. .requirements
  10335. OS2.0+
  10336. .distribution
  10337. Copyrighted but Freely Redistributable
  10338. .email
  10339. mrlucky@cup.portal.com
  10340. .docs
  10341. CONTENTS
  10342. DK/DK.docs
  10343. DK/DK.guide
  10344. .described-by
  10345. Richard Fish (rjf@amigalib.com)
  10346. .submittal
  10347. Submitted on disk directly by the author.
  10348. .aminet-dir
  10349. disk/misc
  10350. .execute
  10351. LAB Start
  10352. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
  10353. if $choice GT "0"
  10354.   if $choice EQ "1"
  10355.     MetaTool DK/DK.docs TEXT
  10356.   else
  10357.     if $choice EQ "2"
  10358.       cd DK
  10359.       MetaTool DK.guide GUIDE
  10360.       cd /
  10361.     else
  10362.       if $choice EQ "3"
  10363.         DK/DK
  10364.       endif
  10365.     endif
  10366.   endif
  10367.   skip Start BACK
  10368. endif
  10369. .stored-in
  10370. FreshFish-Vol10:New/disk/misc/DISK_K/
  10371. .pi-file
  10372. FreshFish-Vol10:New/disk/misc/DISK_K/Product-Info
  10373. .name
  10374. DLError
  10375. .type
  10376. Development
  10377. .short
  10378. Error admin for DICE Pro and GoldED.
  10379. .description
  10380. DLError is an errors-administrator between DICE Pro and GoldED.
  10381.  
  10382.  
  10383. It allow you to index compilation-errors in a window, and you can go
  10384. quicky to errors by clicking on it.
  10385.  
  10386.  
  10387. DLError drive GoldED with Arexx, but GoldED can also drive DLError
  10388. (next error, quit DLError..) with Arexx too.
  10389.  
  10390.  
  10391. When you compile with DICE, if there is an error, a window with a
  10392. listview is openned and GoldED too in the same time. Then you have
  10393. just to click on an error for GoldED to go to it.
  10394.  
  10395.  
  10396. This package contain an Arexx script for GoldED to send Arexx command
  10397. to DLError, and there is also an Arexx Script for GoldED to drive DICE
  10398. Help.
  10399.  
  10400.  
  10401. DLError was tested with GoldED release 3 but it will work with minor
  10402. and superior version, if its Arexx commands are the same.
  10403. .version
  10404. 1.0
  10405. .date
  10406. 1995.5.28
  10407. .author
  10408. Doguet Emmanuel
  10409. .requirements
  10410. bgui.library
  10411. .distribution
  10412. Giftware
  10413. .address
  10414. 4, rue de Cornouailles
  10415. 50130 OCTEVILLE
  10416. FRANCE
  10417. .email
  10418. manu@ramses.fdn.org
  10419. .docs
  10420. DLError_Eng.guide
  10421. DLError_Fr.guide
  10422. .described-by
  10423. Richard Fish (rjf@amigalib.com)
  10424. .submittal
  10425. Submitted on disk directly by the author.
  10426. .aminet-dir
  10427. dev/misc
  10428. .execute
  10429. LAB Start
  10430. set choice `RequestChoice "Options Selection" "Please select an option" "View English Guide" "View French Guide" "Cancel"`
  10431. if $choice GT "0"
  10432.   if $choice EQ "1"
  10433.     MetaTool DLError_Eng.guide GUIDE
  10434.   else
  10435.     if $choice EQ "2"
  10436.       MetaTool DLError_Fr.guide GUIDE
  10437.     endif
  10438.   endif
  10439.   skip Start BACK
  10440. endif
  10441. .stored-in
  10442. FreshFish-Vol10:New/dev/misc/DLError/
  10443. .pi-file
  10444. FreshFish-Vol10:New/dev/misc/DLError/Product-Info
  10445. .name
  10446. DMS
  10447. .type
  10448. Archiver
  10449. .short
  10450. A popular disk archiver
  10451. .description
  10452. DISK-Masher is a utility that allows users to compress and archive
  10453. entire floppy disks.  Offers four different types of compression,
  10454. extended virus checking of boot blocks, and data encryption.  Requires
  10455. at least 512K of memory.
  10456. .version
  10457. 1.11
  10458. .date
  10459. .author
  10460. SDS Software
  10461. .restrictions
  10462. .requirements
  10463. .reference
  10464. AmigaLibDisk406:DMS/
  10465. 1.01
  10466. .keywords
  10467. .distribution
  10468. Shareware
  10469. .price
  10470. $30-$50 (US)
  10471. .address
  10472. Suite 126
  10473. 4885-A Mcknight Rd.
  10474. Pittsburgh, PA  15237
  10475. .email
  10476. .phone
  10477. .fax
  10478. .exectype
  10479. .installsize
  10480. .source
  10481. .construction
  10482. .tested
  10483. .docs
  10484. .described-by
  10485. Fred Fish (fnf@fishpond.cygnus.com)
  10486. .submittal
  10487. Downloaded via ftp from wuarchive.wustl.edu.
  10488. .execute
  10489. LAB start
  10490. set choice `RequestChoice "Disk Masher" "Please select an option" "View Editors Comment" "Cancel"`
  10491. if $choice GT "0"
  10492.   if $choice EQ "1"
  10493.     MetaTool ReadMe.fnf TEXT
  10494.   endif
  10495.   skip start BACK
  10496. endif
  10497. .aminet-dir
  10498. util/arc
  10499. .stored-in
  10500. FreshFish-Vol10:Useful/util/arc/dms/
  10501. .pi-file
  10502. FreshFish-Vol10:Useful/util/arc/dms/Product-Info
  10503. .name
  10504. DoogBench7
  10505. .type
  10506. Picture
  10507. .short
  10508. A few snapshots and icons of doog's WB
  10509. .description
  10510. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  10511.  
  10512.         88888888ba,
  10513.         88      `"8b
  10514.         88        `8b
  10515.         88         88   ,adPPYba,    ,adPPYba,    ,adPPYb,d8
  10516.         88         88  a8"     "8a  a8"     "8a  a8"    `Y88  aaaaaaaa
  10517.         88         8P  8b       d8  8b       d8  8b       88  """"""""
  10518.         88      .a8P   "8a,   ,a8"  "8a,   ,a8"  "8a,   ,d88
  10519.         88888888Y"'     `"YbbdP"'    `"YbbdP"'    `"YbbdP"Y8
  10520.                                                   aa,    ,88
  10521.                                                    "Y8bbdP"
  10522.  
  10523.   88888888ba                                        88           888888888888
  10524.   88      "8b                                       88                   ,8P'
  10525.   88      ,8P                                       88                  d8"
  10526.   88aaaaaa8P'   ,adPPYba,  8b,dPPYba,    ,adPPYba,  88,dPPYba,        ,8P'
  10527.   88""""""8b,  a8P_____88  88P'   `"8a  a8"     ""  88P'    "8a      d8"
  10528.   88      `8b  8PP"""""""  88       88  8b          88       88    ,8P'
  10529.   88      a8P  "8b,   ,aa  88       88  "8a,   ,aa  88       88   d8"
  10530.   88888888P"    `"Ybbd8"'  88       88   `"Ybbd8"'  88       88  8P'
  10531.  
  10532.  
  10533.                     Jes' a few snapshots and icons.  :^)
  10534.  
  10535. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  10536.  
  10537.         Archive contents:
  10538.  
  10539.      DoogBench7 (dir)
  10540.        DB7README.txt                    DB7README.txt.info
  10541.        DoogB7-1.gif                     DoogB7-1.gif.info
  10542.        DoogB7-2.gif                     DoogB7-2.gif.info
  10543.        DoogB7-3.gif                     DoogB7-3.gif.info
  10544.   DoogBench7.info
  10545.  
  10546. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  10547.  
  10548.         If the icons of the pictures show up as tiny dots, then you don't
  10549. have NewIcons installed.  Get /util/wb/NewIcons.lha from Aminet, install
  10550. the executable in C: and the library in LIBS:, and ditch the ugly
  10551. isometric icons.  :^)  Then get /util/wb/Picticon1_4.lha from Aminet to
  10552. make icons from pictures.
  10553.  
  10554. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  10555.  
  10556.         This Bench is run on the following:
  10557.  
  10558.         - Amiga 1200
  10559.         - 68030 CPU clocked at 42.9 MHZ
  10560.         - 68882 FPU clocked at 25.0 MHZ
  10561.         - 2 meg chip ram
  10562.         - 4 meg 32-bit fast ram
  10563.         - Workbench 3.0  (is there some way to cheaply upgrade to
  10564.                           WB 3.1?  :^( )
  10565.         - 125 meg Toshiba hard drive
  10566.         - 1084 monitor
  10567.         - A desk  ;^)
  10568.  
  10569. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  10570. .author
  10571. Troy Davis
  10572. .distribution
  10573. Copyrighted but Freely Redistributable
  10574. .email
  10575. doogie@ubd1.vdospk.com (Troy Davis)
  10576. .aminet-dir
  10577. pix/wb
  10578. .execute
  10579. set filechoice `requestfile "Select a GIF to view" PATTERN="#?.gif"
  10580. METATOOL $filechoice GIF
  10581. .docs
  10582. DoogBench7.readme
  10583. DB7README.txt
  10584. .described-by
  10585. Richard Fish (rjf@amigalib.com)
  10586. .submittal
  10587. Downloaded via ftp from wuarchive.wustl.edu.
  10588. .stored-in
  10589. FreshFish-Vol10:New/pix/wb/DoogBench/
  10590. .pi-file
  10591. FreshFish-Vol10:New/pix/wb/DoogBench/Product-Info
  10592. .name
  10593. doschk
  10594. .fullname
  10595. Check DOS/SYSV filenames
  10596. .type
  10597. Miscellaneous
  10598. .short
  10599. Check DOS/SYSV filename limits.
  10600. .description
  10601. This program is intended as a utility to help software developers
  10602. ensure that their source file names are distinguishable on MS-DOS and
  10603. 14-character SYSV platforms.  To perform this task, doschk reads a
  10604. list of filenames and produces a report of all the conflicts that
  10605. would arise if the files were transferred to a MS-DOS or SYSV
  10606. platform.
  10607. .version
  10608. 1.1
  10609. .author
  10610. DJ Delorie
  10611. .requirements
  10612. Amiga binary requires ixemul.library.
  10613. .distribution
  10614. GNU Public License
  10615. .described-by
  10616. Fred Fish (fnf@amigalib.com)
  10617. .aminet-dir
  10618. gnu/src
  10619. .stored-in
  10620. FreshFish-Vol10:GNU-src/amiga/doschk-1.1-src.lha
  10621. .pi-file
  10622. FreshFish-Vol10:GNU-src/amiga/doschk-1.1-src.lha.pi
  10623. .name
  10624. doschk
  10625. .fullname
  10626. Check DOS/SYSV filenames
  10627. .type
  10628. Miscellaneous
  10629. .short
  10630. Check DOS/SYSV filename limits.
  10631. .description
  10632. This program is intended as a utility to help software developers
  10633. ensure that their source file names are distinguishable on MS-DOS and
  10634. 14-character SYSV platforms.  To perform this task, doschk reads a
  10635. list of filenames and produces a report of all the conflicts that
  10636. would arise if the files were transferred to a MS-DOS or SYSV
  10637. platform.
  10638. .version
  10639. 1.1
  10640. .author
  10641. DJ Delorie
  10642. .requirements
  10643. Amiga binary requires ixemul.library.
  10644. .distribution
  10645. GNU Public License
  10646. .described-by
  10647. Fred Fish (fnf@amigalib.com)
  10648. .aminet-dir
  10649. gnu/base
  10650. .stored-in
  10651. FreshFish-Vol10:GNU-src/baseline/doschk-1.1.tar.gz
  10652. .pi-file
  10653. FreshFish-Vol10:GNU-src/baseline/doschk-1.1.tar.gz.pi
  10654. .name
  10655. DSC_B
  10656. .type
  10657. Picture
  10658. .short
  10659. Funny Parachute Anim
  10660. .description
  10661. Funny Parachute Anim
  10662. .author
  10663. Poob Productions
  10664. .distribution
  10665. Copyrighted but Freely Redistributable
  10666. .aminet-dir
  10667. pix/anim
  10668. .execute
  10669. METATOOL DSC_B.anim ANIM
  10670. .docs
  10671. DSC_B.readme
  10672. .described-by
  10673. Richard Fish (rjf@amigalib.com)
  10674. .submittal
  10675. Downloaded via ftp from wuarchive.wustl.edu.
  10676. .stored-in
  10677. FreshFish-Vol10:New/pix/anim/DSC_B/
  10678. .pi-file
  10679. FreshFish-Vol10:New/pix/anim/DSC_B/Product-Info
  10680. .name
  10681. DSound
  10682. .aminet-dir
  10683. mus/play
  10684. .short
  10685. Play 8SVX sound samples off hard drive.
  10686. .description
  10687. A utility to play 8SVX sound samples directly off a hard drive.
  10688. .version
  10689. 1.50
  10690. .author
  10691. Dave Schreiber
  10692. .distribution
  10693. Copyrighted by freely distributable
  10694. .described-by
  10695. Fred Fish (fnf@amigalib.com)
  10696. .submittal
  10697. Downloaded from aminet (wuarchive.wustl.edu).
  10698. .execute
  10699. LAB start
  10700. set choice `RequestChoice "DSound" "Please select an option" "History" "View Documentation" "Cancel"`
  10701. if $choice GT "0"
  10702.   if $choice EQ "1"
  10703.     MetaTool Changes TEXT
  10704.   else
  10705.     if $choice EQ "2"
  10706.       MetaTool DSound.doc TEXT
  10707.     endif
  10708.   endif
  10709.   skip start BACK
  10710. endif
  10711. .stored-in
  10712. FreshFish-Vol10:Useful/mus/play/DSound/
  10713. .pi-file
  10714. FreshFish-Vol10:Useful/mus/play/DSound/Product-Info
  10715. .name
  10716. dumphunks
  10717. .type
  10718. Programmer Tool
  10719. .short
  10720. Dump structure/contents of hunk files.
  10721. .description
  10722. Dumps the structure and/or contents of an AmigaDOS "hunk" file in
  10723. human readable form, including doing interpretation of the contents of
  10724. various types of hunks.
  10725.  
  10726. Note: This is just a very basic implementation, and not yet complete.
  10727. .version
  10728. 1.0
  10729. .date
  10730. 1995.04.04
  10731. .author
  10732. Fred Fish
  10733. .distribution
  10734. Public Domain
  10735. .address
  10736. Amiga Library Services
  10737. 610 North Alma School Road
  10738. Suite 18
  10739. Chandler, AZ  85224
  10740. .email
  10741. fnf@amigalib.com
  10742. .phone
  10743. (602) 491-0048
  10744. .fax
  10745. (602) 491-0048
  10746. .source
  10747. Includes source in C.
  10748. .described-by
  10749. Fred Fish (fnf@amigalib.com)
  10750. .submittal
  10751. Submitted electronically directly by the author.
  10752. .aminet-dir
  10753. gnu/src
  10754. .stored-in
  10755. FreshFish-Vol10:GNU-src/amiga/dumphunks-1.0-src.lha
  10756. .pi-file
  10757. FreshFish-Vol10:GNU-src/amiga/dumphunks-1.0-src.lha.pi
  10758. .name
  10759. E-1441
  10760. .type
  10761. Picture
  10762. .aminet-dir
  10763. pix/plane
  10764. .short
  10765. 1280x1024x24 JPEG; E-1441 in flight
  10766. .description
  10767. A 1280 x 1024 x 24 JPEG of an E-1441 in flight.
  10768.  
  10769. This image is from the Dryden Research Aircraft Photo Archive, which
  10770. contains digitized photos of many of the unique research aircraft
  10771. flown at what is now known as NASA Dryden Flight Research Center from
  10772. the 1940s to the present.
  10773. .distribution
  10774. Public Domain
  10775. .described-by
  10776. Fred Fish (fnf@amigalib.com)
  10777. .execute
  10778. MetaTool E-1441.jpg JPEG
  10779. .submittal
  10780. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  10781. .stored-in
  10782. FreshFish-Vol10:New/pix/plane/E-1441.jpg
  10783. .pi-file
  10784. FreshFish-Vol10:New/pix/plane/E-1441.jpg.pi
  10785. .name
  10786. E-USAF-YF-22
  10787. .type
  10788. Picture
  10789. .aminet-dir
  10790. pix/plane
  10791. .short
  10792. 1280x1024x24 JPEG of YF-22 in flight
  10793. .description
  10794. A 1280 x 1024 x 24 JPEG of the YF-22 in flight.
  10795.  
  10796. This image is from the Dryden Research Aircraft Photo Archive, which
  10797. contains digitized photos of many of the unique research aircraft
  10798. flown at what is now known as NASA Dryden Flight Research Center from
  10799. the 1940s to the present.
  10800. .distribution
  10801. Public Domain
  10802. .described-by
  10803. Fred Fish (fnf@amigalib.com)
  10804. .execute
  10805. MetaTool E-USAF-YF-22.jpg JPEG
  10806. .submittal
  10807. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  10808. .stored-in
  10809. FreshFish-Vol10:New/pix/plane/E-USAF-YF-22.jpg
  10810. .pi-file
  10811. FreshFish-Vol10:New/pix/plane/E-USAF-YF-22.jpg.pi
  10812. .name
  10813. EC68-2101
  10814. .type
  10815. Picture
  10816. .aminet-dir
  10817. pix/plane
  10818. .short
  10819. 1280x1024x24 JPEG; XB-70 on ground
  10820. .description
  10821. A 1280 x 1024 x 24 JPEG of an XB-70 on ground.
  10822.  
  10823. This image is from the Dryden Research Aircraft Photo Archive, which
  10824. contains digitized photos of many of the unique research aircraft
  10825. flown at what is now known as NASA Dryden Flight Research Center from
  10826. the 1940s to the present.
  10827. .distribution
  10828. Public Domain
  10829. .described-by
  10830. Fred Fish (fnf@amigalib.com)
  10831. .execute
  10832. MetaTool EC68-2101.jpg JPEG
  10833. .submittal
  10834. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  10835. .stored-in
  10836. FreshFish-Vol10:New/pix/plane/EC68-2101.jpg
  10837. .pi-file
  10838. FreshFish-Vol10:New/pix/plane/EC68-2101.jpg.pi
  10839. .name
  10840. EC68-2131
  10841. .type
  10842. Picture
  10843. .aminet-dir
  10844. pix/plane
  10845. .short
  10846. 1280x1024x24 JPEG; XB-70 in flight
  10847. .description
  10848. A 1280 x 1024 x 24 JPEG of the XB-70 in flight.
  10849.  
  10850. This image is from the Dryden Research Aircraft Photo Archive, which
  10851. contains digitized photos of many of the unique research aircraft
  10852. flown at what is now known as NASA Dryden Flight Research Center from
  10853. the 1940s to the present.
  10854. .distribution
  10855. Public Domain
  10856. .described-by
  10857. Fred Fish (fnf@amigalib.com)
  10858. .execute
  10859. MetaTool EC68-2131.jpg JPEG
  10860. .submittal
  10861. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  10862. .stored-in
  10863. FreshFish-Vol10:New/pix/plane/EC68-2131.jpg
  10864. .pi-file
  10865. FreshFish-Vol10:New/pix/plane/EC68-2131.jpg.pi
  10866. .name
  10867. EC80-13848
  10868. .type
  10869. Picture
  10870. .aminet-dir
  10871. pix/plane
  10872. .short
  10873. 1280x1024x24 JPEG XV-15 tilt rotor plane
  10874. .description
  10875. A 1280 x 1024 x 24 JPEG of the XV-15 tilt rotor plane.
  10876.  
  10877. This image is from the Dryden Research Aircraft Photo Archive, which
  10878. contains digitized photos of many of the unique research aircraft
  10879. flown at what is now known as NASA Dryden Flight Research Center from
  10880. the 1940s to the present.
  10881. .distribution
  10882. Public Domain
  10883. .described-by
  10884. Fred Fish (fnf@amigalib.com)
  10885. .execute
  10886. MetaTool EC80-13848.jpg JPEG
  10887. .submittal
  10888. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  10889. .stored-in
  10890. FreshFish-Vol10:New/pix/plane/EC80-13848.jpg
  10891. .pi-file
  10892. FreshFish-Vol10:New/pix/plane/EC80-13848.jpg.pi
  10893. .name
  10894. EC82-21135
  10895. .type
  10896. Picture
  10897. .aminet-dir
  10898. pix/plane
  10899. .short
  10900. 1280x1024x24 JPEG; Shuttle & 747
  10901. .description
  10902. A 1280 x 1024 x 24 JPEG of the shuttle Challenger mated to a 747
  10903. and in flight.
  10904.  
  10905. This image is from the Dryden Research Aircraft Photo Archive, which
  10906. contains digitized photos of many of the unique research aircraft
  10907. flown at what is now known as NASA Dryden Flight Research Center from
  10908. the 1940s to the present.
  10909. .distribution
  10910. Public Domain
  10911. .described-by
  10912. Fred Fish (fnf@amigalib.com)
  10913. .execute
  10914. MetaTool EC82-21135.jpg JPEG
  10915. .submittal
  10916. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  10917. .stored-in
  10918. FreshFish-Vol10:New/pix/space/EC82-21135.jpg
  10919. .pi-file
  10920. FreshFish-Vol10:New/pix/space/EC82-21135.jpg.pi
  10921. .name
  10922. EC83-24318
  10923. .type
  10924. Picture
  10925. .aminet-dir
  10926. pix/plane
  10927. .short
  10928. 1280x1024x24 JPEG; Enterprise & 747 mate
  10929. .description
  10930. A 1280 x 1024 x 24 JPEG of the shuttle Enterprise and 747 mated.
  10931.  
  10932. This image is from the Dryden Research Aircraft Photo Archive, which
  10933. contains digitized photos of many of the unique research aircraft
  10934. flown at what is now known as NASA Dryden Flight Research Center from
  10935. the 1940s to the present.
  10936. .distribution
  10937. Public Domain
  10938. .described-by
  10939. Fred Fish (fnf@amigalib.com)
  10940. .execute
  10941. MetaTool EC83-24318.jpg JPEG
  10942. .submittal
  10943. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  10944. .stored-in
  10945. FreshFish-Vol10:New/pix/space/EC83-24318.jpg
  10946. .pi-file
  10947. FreshFish-Vol10:New/pix/space/EC83-24318.jpg.pi
  10948. .name
  10949. EC85-33180-1
  10950. .type
  10951. Picture
  10952. .aminet-dir
  10953. pix/plane
  10954. .short
  10955. 1280x1024x24 JPEG; Atlantis landg
  10956. .description
  10957. A 1280 x 1024 x 24 JPEG of the shuttle Atlantis landing.
  10958.  
  10959. This image is from the Dryden Research Aircraft Photo Archive, which
  10960. contains digitized photos of many of the unique research aircraft
  10961. flown at what is now known as NASA Dryden Flight Research Center from
  10962. the 1940s to the present.
  10963. .distribution
  10964. Public Domain
  10965. .described-by
  10966. Fred Fish (fnf@amigalib.com)
  10967. .execute
  10968. MetaTool EC85-33180-1.jpg JPEG
  10969. .submittal
  10970. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  10971. .stored-in
  10972. FreshFish-Vol10:New/pix/space/EC85-33180-1.jpg
  10973. .pi-file
  10974. FreshFish-Vol10:New/pix/space/EC85-33180-1.jpg.pi
  10975. .name
  10976. EC85-33297-23
  10977. .type
  10978. Picture
  10979. .aminet-dir
  10980. pix/plane
  10981. .short
  10982. 1280x1024x24 JPEG of X-29 in flight
  10983. .description
  10984. A 1280 x 1024 x 24 JPEG of X-29 in flight.
  10985.  
  10986. This image is from the Dryden Research Aircraft Photo Archive, which
  10987. contains digitized photos of many of the unique research aircraft
  10988. flown at what is now known as NASA Dryden Flight Research Center from
  10989. the 1940s to the present.
  10990. .distribution
  10991. Public Domain
  10992. .described-by
  10993. Fred Fish (fnf@amigalib.com)
  10994. .execute
  10995. MetaTool EC85-33297-23.jpg JPEG
  10996. .submittal
  10997. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  10998. .stored-in
  10999. FreshFish-Vol10:New/pix/plane/EC85-33297-23.jpg
  11000. .pi-file
  11001. FreshFish-Vol10:New/pix/plane/EC85-33297-23.jpg.pi
  11002. .name
  11003. EC86-33385-5
  11004. .type
  11005. Picture
  11006. .aminet-dir
  11007. pix/plane
  11008. .short
  11009. 1280x1024x24 JPEG; AFTI F-111 in flight
  11010. .description
  11011. A 1280 x 1024 x 24 JPEG of an AFTI F-111 in flight.
  11012.  
  11013. This image is from the Dryden Research Aircraft Photo Archive, which
  11014. contains digitized photos of many of the unique research aircraft
  11015. flown at what is now known as NASA Dryden Flight Research Center from
  11016. the 1940s to the present.
  11017. .distribution
  11018. Public Domain
  11019. .described-by
  11020. Fred Fish (fnf@amigalib.com)
  11021. .execute
  11022. MetaTool EC86-33385-5.jpg JPEG
  11023. .submittal
  11024. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11025. .stored-in
  11026. FreshFish-Vol10:New/pix/plane/EC86-33385-5.jpg
  11027. .pi-file
  11028. FreshFish-Vol10:New/pix/plane/EC86-33385-5.jpg.pi
  11029. .name
  11030. EC86-33491-09
  11031. .type
  11032. Picture
  11033. .aminet-dir
  11034. pix/plane
  11035. .short
  11036. 1280x1024x24 JPEG of F-14 in flight
  11037. .description
  11038. A 1280 x 1024 x 24 JPEG of an F-14 in flight.
  11039.  
  11040. This image is from the Dryden Research Aircraft Photo Archive, which
  11041. contains digitized photos of many of the unique research aircraft
  11042. flown at what is now known as NASA Dryden Flight Research Center from
  11043. the 1940s to the present.
  11044. .distribution
  11045. Public Domain
  11046. .described-by
  11047. Fred Fish (fnf@amigalib.com)
  11048. .execute
  11049. MetaTool EC86-33491-09.jpg JPEG
  11050. .submittal
  11051. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11052. .stored-in
  11053. FreshFish-Vol10:New/pix/plane/EC86-33491-09.jpg
  11054. .pi-file
  11055. FreshFish-Vol10:New/pix/plane/EC86-33491-09.jpg.pi
  11056. .name
  11057. EC86-33555
  11058. .type
  11059. Picture
  11060. .aminet-dir
  11061. pix/plane
  11062. .short
  11063. 1280x1024x24 JPEG of X-Wing on runway
  11064. .description
  11065. A 1280 x 1024 x 24 JPEG of an X-Wing on runway.
  11066.  
  11067. This image is from the Dryden Research Aircraft Photo Archive, which
  11068. contains digitized photos of many of the unique research aircraft
  11069. flown at what is now known as NASA Dryden Flight Research Center from
  11070. the 1940s to the present.
  11071. .distribution
  11072. Public Domain
  11073. .described-by
  11074. Fred Fish (fnf@amigalib.com)
  11075. .execute
  11076. MetaTool EC86-33555-2.jpg JPEG
  11077. .submittal
  11078. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11079. .stored-in
  11080. FreshFish-Vol10:New/pix/plane/EC86-33555-2.jpg
  11081. .pi-file
  11082. FreshFish-Vol10:New/pix/plane/EC86-33555-2.jpg.pi
  11083. .name
  11084. EC87-0014-8
  11085. .type
  11086. Picture
  11087. .aminet-dir
  11088. pix/plane
  11089. .short
  11090. 1280x1024x24 JPEG; Daedalus (human pwr)
  11091. .description
  11092. A 1280 x 1024 x 24 JPEG of the human powered Daedalus in flight.
  11093.  
  11094. This image is from the Dryden Research Aircraft Photo Archive, which
  11095. contains digitized photos of many of the unique research aircraft
  11096. flown at what is now known as NASA Dryden Flight Research Center from
  11097. the 1940s to the present.
  11098. .distribution
  11099. Public Domain
  11100. .described-by
  11101. Fred Fish (fnf@amigalib.com)
  11102. .execute
  11103. MetaTool EC87-0014-8.jpg JPEG
  11104. .submittal
  11105. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11106. .stored-in
  11107. FreshFish-Vol10:New/pix/plane/EC87-0014-8.jpg
  11108. .pi-file
  11109. FreshFish-Vol10:New/pix/plane/EC87-0014-8.jpg.pi
  11110. .name
  11111. EC88-0197-1
  11112. .type
  11113. Picture
  11114. .aminet-dir
  11115. pix/plane
  11116. .short
  11117. 1280x1024x24 JPEG; STS-26 liftoff
  11118. .description
  11119. A 1280 x 1024 x 24 JPEG of the STS-26 space shuttle mission liftoff.
  11120.  
  11121. This image is from the Dryden Research Aircraft Photo Archive, which
  11122. contains digitized photos of many of the unique research aircraft
  11123. flown at what is now known as NASA Dryden Flight Research Center from
  11124. the 1940s to the present.
  11125. .distribution
  11126. Public Domain
  11127. .described-by
  11128. Fred Fish (fnf@amigalib.com)
  11129. .execute
  11130. MetaTool EC88-0197-1.jpg JPEG
  11131. .submittal
  11132. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11133. .stored-in
  11134. FreshFish-Vol10:New/pix/space/EC88-0197-1.jpg
  11135. .pi-file
  11136. FreshFish-Vol10:New/pix/space/EC88-0197-1.jpg.pi
  11137. .name
  11138. EC90-065-13
  11139. .type
  11140. Picture
  11141. .aminet-dir
  11142. pix/plane
  11143. .short
  11144. 1280x1024x24 JPEG; Shuttle mating device
  11145. .description
  11146. A 1280 x 1024 x 24 JPEG image of the lift at the shuttle mating facility.
  11147.  
  11148. This image is from the Dryden Research Aircraft Photo Archive, which
  11149. contains digitized photos of many of the unique research aircraft
  11150. flown at what is now known as NASA Dryden Flight Research Center from
  11151. the 1940s to the present.
  11152. .distribution
  11153. Public Domain
  11154. .described-by
  11155. Fred Fish (fnf@amigalib.com)
  11156. .execute
  11157. MetaTool EC90-065-13.jpg JPEG
  11158. .submittal
  11159. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11160. .stored-in
  11161. FreshFish-Vol10:New/pix/space/EC90-065-13.jpg
  11162. .pi-file
  11163. FreshFish-Vol10:New/pix/space/EC90-065-13.jpg.pi
  11164. .name
  11165. EC90-129-6
  11166. .type
  11167. Picture
  11168. .aminet-dir
  11169. pix/plane
  11170. .short
  11171. 1280x1024x24 JPEG; STS-31 after landing
  11172. .description
  11173. A 1280 x 1024 x 24 JPEG of the STS-31 shuttle after landing and
  11174. with the recovery convoy personnel.
  11175.  
  11176. This image is from the Dryden Research Aircraft Photo Archive, which
  11177. contains digitized photos of many of the unique research aircraft
  11178. flown at what is now known as NASA Dryden Flight Research Center from
  11179. the 1940s to the present.
  11180. .distribution
  11181. Public Domain
  11182. .described-by
  11183. Fred Fish (fnf@amigalib.com)
  11184. .execute
  11185. MetaTool EC90-129-6.jpg JPEG
  11186. .submittal
  11187. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11188. .stored-in
  11189. FreshFish-Vol10:New/pix/space/EC90-129-6.jpg
  11190. .pi-file
  11191. FreshFish-Vol10:New/pix/space/EC90-129-6.jpg.pi
  11192. .name
  11193. EC90-224
  11194. .type
  11195. Picture
  11196. .aminet-dir
  11197. pix/plane
  11198. .short
  11199. 1280x1024x24 JPEG; F-104 in flight
  11200. .description
  11201. A 1280 x 1024 x 24 JPEG of an F-104 in flight.
  11202.  
  11203. This image is from the Dryden Research Aircraft Photo Archive, which
  11204. contains digitized photos of many of the unique research aircraft
  11205. flown at what is now known as NASA Dryden Flight Research Center from
  11206. the 1940s to the present.
  11207. .distribution
  11208. Public Domain
  11209. .described-by
  11210. Fred Fish (fnf@amigalib.com)
  11211. .execute
  11212. MetaTool EC90-224.jpg JPEG
  11213. .submittal
  11214. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11215. .stored-in
  11216. FreshFish-Vol10:New/pix/plane/EC90-224.jpg
  11217. .pi-file
  11218. FreshFish-Vol10:New/pix/plane/EC90-224.jpg.pi
  11219. .name
  11220. EC90-257-32
  11221. .type
  11222. Picture
  11223. .aminet-dir
  11224. pix/plane
  11225. .short
  11226. 1280x1024x24 JPEG; B-52 landing w/chute
  11227. .description
  11228. A 1280 x 1024 x 24 JPEG of a B-52 landing with drag chute.
  11229.  
  11230. This image is from the Dryden Research Aircraft Photo Archive, which
  11231. contains digitized photos of many of the unique research aircraft
  11232. flown at what is now known as NASA Dryden Flight Research Center from
  11233. the 1940s to the present.
  11234. .distribution
  11235. Public Domain
  11236. .described-by
  11237. Fred Fish (fnf@amigalib.com)
  11238. .execute
  11239. MetaTool EC90-257-32.jpg JPEG
  11240. .submittal
  11241. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11242. .stored-in
  11243. FreshFish-Vol10:New/pix/plane/EC90-257-32.jpg
  11244. .pi-file
  11245. FreshFish-Vol10:New/pix/plane/EC90-257-32.jpg.pi
  11246. .name
  11247. EC91-0365-7
  11248. .type
  11249. Picture
  11250. .aminet-dir
  11251. pix/plane
  11252. .short
  11253. 1280x1024x24 JPEG; SR-71 on runway
  11254. .description
  11255. A 1280 x 1024 x 24 JPEG of an SR-71 sitting on runway.
  11256.  
  11257. This image is from the Dryden Research Aircraft Photo Archive, which
  11258. contains digitized photos of many of the unique research aircraft
  11259. flown at what is now known as NASA Dryden Flight Research Center from
  11260. the 1940s to the present.
  11261. .distribution
  11262. Public Domain
  11263. .described-by
  11264. Fred Fish (fnf@amigalib.com)
  11265. .execute
  11266. MetaTool EC91-0365-7.jpg JPEG
  11267. .submittal
  11268. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11269. .stored-in
  11270. FreshFish-Vol10:New/pix/plane/EC91-0365-7.jpg
  11271. .pi-file
  11272. FreshFish-Vol10:New/pix/plane/EC91-0365-7.jpg.pi
  11273. .name
  11274. EC91-491-6
  11275. .type
  11276. Picture
  11277. .aminet-dir
  11278. pix/plane
  11279. .short
  11280. 1280x1024x24 JPEG of X-29 in flight
  11281. .description
  11282. A 1280 x 1024 x 24 JPEG of X-29 in flight.
  11283.  
  11284. This image is from the Dryden Research Aircraft Photo Archive, which
  11285. contains digitized photos of many of the unique research aircraft
  11286. flown at what is now known as NASA Dryden Flight Research Center from
  11287. the 1940s to the present.
  11288. .distribution
  11289. Public Domain
  11290. .described-by
  11291. Fred Fish (fnf@amigalib.com)
  11292. .execute
  11293. MetaTool EC91-491-6.jpg JPEG
  11294. .submittal
  11295. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11296. .stored-in
  11297. FreshFish-Vol10:New/pix/plane/EC91-491-6.jpg
  11298. .pi-file
  11299. FreshFish-Vol10:New/pix/plane/EC91-491-6.jpg.pi
  11300. .name
  11301. EC91-630-8
  11302. .type
  11303. Picture
  11304. .aminet-dir
  11305. pix/plane
  11306. .short
  11307. 1280x1024x24 JPEG of F-16 in flight
  11308. .description
  11309. A 1280 x 1024 x 24 JPEG of F-16 in flight.
  11310.  
  11311. This image is from the Dryden Research Aircraft Photo Archive, which
  11312. contains digitized photos of many of the unique research aircraft
  11313. flown at what is now known as NASA Dryden Flight Research Center from
  11314. the 1940s to the present.
  11315. .distribution
  11316. Public Domain
  11317. .described-by
  11318. Fred Fish (fnf@amigalib.com)
  11319. .execute
  11320. MetaTool EC91-630-8.jpg JPEG
  11321. .submittal
  11322. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11323. .stored-in
  11324. FreshFish-Vol10:New/pix/plane/EC91-630-8.jpg
  11325. .pi-file
  11326. FreshFish-Vol10:New/pix/plane/EC91-630-8.jpg.pi
  11327. .name
  11328. EC91-659-05
  11329. .type
  11330. Picture
  11331. .aminet-dir
  11332. pix/plane
  11333. .short
  11334. 1280x1024x24 JPEG; Shuttle & 747 mating
  11335. .description
  11336. A 1280 x 1024 x 24 JPEG image of a space shuttle being mated with a 747.
  11337. (Rated G)
  11338.  
  11339. This image is from the Dryden Research Aircraft Photo Archive, which
  11340. contains digitized photos of many of the unique research aircraft
  11341. flown at what is now known as NASA Dryden Flight Research Center from
  11342. the 1940s to the present.
  11343. .distribution
  11344. Public Domain
  11345. .described-by
  11346. Fred Fish (fnf@amigalib.com)
  11347. .execute
  11348. MetaTool EC91-659-05.jpg JPEG
  11349. .submittal
  11350. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11351. .stored-in
  11352. FreshFish-Vol10:New/pix/space/EC91-659-05.jpg
  11353. .pi-file
  11354. FreshFish-Vol10:New/pix/space/EC91-659-05.jpg.pi
  11355. .name
  11356. EC92-05169-1
  11357. .type
  11358. Picture
  11359. .aminet-dir
  11360. pix/plane
  11361. .short
  11362. 1280x1024x24 JPEG Shuttle mate facility
  11363. .description
  11364. A 1280 x 1024 x 24 JPEG of the Shuttle Mate De-Mate Facility.
  11365.  
  11366. This image is from the Dryden Research Aircraft Photo Archive, which
  11367. contains digitized photos of many of the unique research aircraft
  11368. flown at what is now known as NASA Dryden Flight Research Center from
  11369. the 1940s to the present.
  11370. .distribution
  11371. Public Domain
  11372. .described-by
  11373. Fred Fish (fnf@amigalib.com)
  11374. .execute
  11375. MetaTool EC92-05169-1.jpg JPEG
  11376. .submittal
  11377. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11378. .stored-in
  11379. FreshFish-Vol10:New/pix/space/EC92-05169-1.jpg
  11380. .pi-file
  11381. FreshFish-Vol10:New/pix/space/EC92-05169-1.jpg.pi
  11382. .name
  11383. EC92-07074-1
  11384. .type
  11385. Picture
  11386. .aminet-dir
  11387. pix/plane
  11388. .short
  11389. 1280x1024x24 JPEG; artist concept of SCW
  11390. .description
  11391. A 1280 x 1024 x 24 JPEG artist's concept of the SuperCritical Wing.
  11392.  
  11393. This image is from the Dryden Research Aircraft Photo Archive, which
  11394. contains digitized photos of many of the unique research aircraft
  11395. flown at what is now known as NASA Dryden Flight Research Center from
  11396. the 1940s to the present.
  11397. .distribution
  11398. Public Domain
  11399. .described-by
  11400. Fred Fish (fnf@amigalib.com)
  11401. .execute
  11402. MetaTool EC92-07074-1.jpg JPEG
  11403. .submittal
  11404. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11405. .stored-in
  11406. FreshFish-Vol10:New/pix/plane/EC92-07074-1.jpg
  11407. .pi-file
  11408. FreshFish-Vol10:New/pix/plane/EC92-07074-1.jpg.pi
  11409. .name
  11410. EC92-09241-1
  11411. .type
  11412. Picture
  11413. .aminet-dir
  11414. pix/plane
  11415. .short
  11416. 1280x1024x24 JPEG of an SR-71 in flight
  11417. .description
  11418. A 1280 x 1024 x 24 JPEG of an SR-71 in flight.
  11419.  
  11420. This image is from the Dryden Research Aircraft Photo Archive, which
  11421. contains digitized photos of many of the unique research aircraft
  11422. flown at what is now known as NASA Dryden Flight Research Center from
  11423. the 1940s to the present.
  11424. .distribution
  11425. Public Domain
  11426. .described-by
  11427. Fred Fish (fnf@amigalib.com)
  11428. .execute
  11429. MetaTool EC92-09241-1.jpg JPEG
  11430. .submittal
  11431. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11432. .stored-in
  11433. FreshFish-Vol10:New/pix/plane/EC92-09241-1.jpg
  11434. .pi-file
  11435. FreshFish-Vol10:New/pix/plane/EC92-09241-1.jpg.pi
  11436. .name
  11437. EC92-10061-10
  11438. .type
  11439. Picture
  11440. .aminet-dir
  11441. pix/plane
  11442. .short
  11443. 1280x1024x24 JPEG of F-16 in flight
  11444. .description
  11445. A 1280 x 1024 x 24 JPEG of F-16 in flight.
  11446.  
  11447. This image is from the Dryden Research Aircraft Photo Archive, which
  11448. contains digitized photos of many of the unique research aircraft
  11449. flown at what is now known as NASA Dryden Flight Research Center from
  11450. the 1940s to the present.
  11451. .distribution
  11452. Public Domain
  11453. .described-by
  11454. Fred Fish (fnf@amigalib.com)
  11455. .execute
  11456. MetaTool EC92-10061-10.jpg JPEG
  11457. .submittal
  11458. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11459. .stored-in
  11460. FreshFish-Vol10:New/pix/plane/EC92-10061-10.jpg
  11461. .pi-file
  11462. FreshFish-Vol10:New/pix/plane/EC92-10061-10.jpg.pi
  11463. .name
  11464. EC93-042025-3
  11465. .type
  11466. Picture
  11467. .aminet-dir
  11468. pix/plane
  11469. .short
  11470. 1280x1024x24 JPEG of F-15 in flight
  11471. .description
  11472. A 1280 x 1024 x 24 JPEG of F-15 in flight.
  11473.  
  11474. This image is from the Dryden Research Aircraft Photo Archive, which
  11475. contains digitized photos of many of the unique research aircraft
  11476. flown at what is now known as NASA Dryden Flight Research Center from
  11477. the 1940s to the present.
  11478. .distribution
  11479. Public Domain
  11480. .described-by
  11481. Fred Fish (fnf@amigalib.com)
  11482. .execute
  11483. MetaTool EC93-042025-3.jpg JPEG
  11484. .submittal
  11485. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11486. .stored-in
  11487. FreshFish-Vol10:New/pix/plane/EC93-042025-3.jpg
  11488. .pi-file
  11489. FreshFish-Vol10:New/pix/plane/EC93-042025-3.jpg.pi
  11490. .name
  11491. EC93-41056-1
  11492. .type
  11493. Picture
  11494. .aminet-dir
  11495. pix/plane
  11496. .short
  11497. 1280x1024x24 JPEG of X-31 in flight
  11498. .description
  11499. A 1280 x 1024 x 24 JPEG of an X-31 in flight.
  11500.  
  11501. This image is from the Dryden Research Aircraft Photo Archive, which
  11502. contains digitized photos of many of the unique research aircraft
  11503. flown at what is now known as NASA Dryden Flight Research Center from
  11504. the 1940s to the present.
  11505. .distribution
  11506. Public Domain
  11507. .described-by
  11508. Fred Fish (fnf@amigalib.com)
  11509. .execute
  11510. MetaTool EC93-41056-1.jpg JPEG
  11511. .submittal
  11512. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11513. .stored-in
  11514. FreshFish-Vol10:New/pix/plane/EC93-41056-1.jpg
  11515. .pi-file
  11516. FreshFish-Vol10:New/pix/plane/EC93-41056-1.jpg.pi
  11517. .name
  11518. EC93-42253-3
  11519. .type
  11520. Picture
  11521. .aminet-dir
  11522. pix/plane
  11523. .short
  11524. 1280x1024x24 JPEG; STS-51 shuttle launch
  11525. .description
  11526. A 1280 x 1024 x 24 JPEG of the STS-51 mission shuttle launch.
  11527.  
  11528. This image is from the Dryden Research Aircraft Photo Archive, which
  11529. contains digitized photos of many of the unique research aircraft
  11530. flown at what is now known as NASA Dryden Flight Research Center from
  11531. the 1940s to the present.
  11532. .distribution
  11533. Public Domain
  11534. .described-by
  11535. Fred Fish (fnf@amigalib.com)
  11536. .execute
  11537. MetaTool EC93-42253-3.jpg JPEG
  11538. .submittal
  11539. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11540. .stored-in
  11541. FreshFish-Vol10:New/pix/space/EC93-42253-3.jpg
  11542. .pi-file
  11543. FreshFish-Vol10:New/pix/space/EC93-42253-3.jpg.pi
  11544. .name
  11545. EC94-42454-3
  11546. .type
  11547. Picture
  11548. .aminet-dir
  11549. pix/plane
  11550. .short
  11551. 1280x1024x24 JPEG; 2 YF-23 in flight
  11552. .description
  11553. A 1280 x 1024 x 24 JPEG of two YF23 in flight.
  11554.  
  11555. This image is from the Dryden Research Aircraft Photo Archive, which
  11556. contains digitized photos of many of the unique research aircraft
  11557. flown at what is now known as NASA Dryden Flight Research Center from
  11558. the 1940s to the present.
  11559. .distribution
  11560. Public Domain
  11561. .described-by
  11562. Fred Fish (fnf@amigalib.com)
  11563. .execute
  11564. MetaTool EC94-42454-3.jpg JPEG
  11565. .submittal
  11566. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11567. .stored-in
  11568. FreshFish-Vol10:New/pix/plane/EC94-42454-3.jpg
  11569. .pi-file
  11570. FreshFish-Vol10:New/pix/plane/EC94-42454-3.jpg.pi
  11571. .name
  11572. EC94-42531-6
  11573. .type
  11574. Picture
  11575. .aminet-dir
  11576. pix/plane
  11577. .short
  11578. 950x1280x24 JPEG; SR-71 top view
  11579. .description
  11580. A 950 x 1280 x 24 JPEG top view of an SR-71
  11581.  
  11582. This image is from the Dryden Research Aircraft Photo Archive, which
  11583. contains digitized photos of many of the unique research aircraft
  11584. flown at what is now known as NASA Dryden Flight Research Center from
  11585. the 1940s to the present.
  11586. .distribution
  11587. Public Domain
  11588. .described-by
  11589. Fred Fish (fnf@amigalib.com)
  11590. .execute
  11591. MetaTool EC94-42531-6.jpg JPEG
  11592. .submittal
  11593. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11594. .stored-in
  11595. FreshFish-Vol10:New/pix/plane/EC94-42531-6.jpg
  11596. .pi-file
  11597. FreshFish-Vol10:New/pix/plane/EC94-42531-6.jpg.pi
  11598. .name
  11599. EC94-42750-6
  11600. .type
  11601. Picture
  11602. .aminet-dir
  11603. pix/plane
  11604. .short
  11605. 1280x1024x24 JPEG; Shuttle & 747 flyaway
  11606. .description
  11607. A 1280 x 1024 x 24 JPEG of the STS-64 shuttle mated to a 747 and
  11608. taking off.
  11609.  
  11610. This image is from the Dryden Research Aircraft Photo Archive, which
  11611. contains digitized photos of many of the unique research aircraft
  11612. flown at what is now known as NASA Dryden Flight Research Center from
  11613. the 1940s to the present.
  11614. .distribution
  11615. Public Domain
  11616. .described-by
  11617. Fred Fish (fnf@amigalib.com)
  11618. .execute
  11619. MetaTool EC94-42750-6.jpg JPEG
  11620. .submittal
  11621. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11622. .stored-in
  11623. FreshFish-Vol10:New/pix/space/EC94-42750-6.jpg
  11624. .pi-file
  11625. FreshFish-Vol10:New/pix/space/EC94-42750-6.jpg.pi
  11626. .name
  11627. EC94-42789-1
  11628. .type
  11629. Picture
  11630. .aminet-dir
  11631. pix/plane
  11632. .short
  11633. 1280x1024x24 JPEG STS-68 shuttle landing
  11634. .description
  11635. A 1280 x 1024 x 24 JPEG of the STS-68 shuttle landing at Edwards.
  11636.  
  11637. This image is from the Dryden Research Aircraft Photo Archive, which
  11638. contains digitized photos of many of the unique research aircraft
  11639. flown at what is now known as NASA Dryden Flight Research Center from
  11640. the 1940s to the present.
  11641. .distribution
  11642. Public Domain
  11643. .described-by
  11644. Fred Fish (fnf@amigalib.com)
  11645. .execute
  11646. MetaTool EC94-42789-1.jpg JPEG
  11647. .submittal
  11648. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11649. .stored-in
  11650. FreshFish-Vol10:New/pix/space/EC94-42789-1.jpg
  11651. .pi-file
  11652. FreshFish-Vol10:New/pix/space/EC94-42789-1.jpg.pi
  11653. .name
  11654. EC94-42789-2
  11655. .type
  11656. Picture
  11657. .aminet-dir
  11658. pix/plane
  11659. .short
  11660. 1280x1024x24 JPEG; Endeavour landing
  11661. .description
  11662. A 1280 x 1024 x 24 JPEG of the STS-68 shuttle (Endeavour) landing.
  11663.  
  11664. This image is from the Dryden Research Aircraft Photo Archive, which
  11665. contains digitized photos of many of the unique research aircraft
  11666. flown at what is now known as NASA Dryden Flight Research Center from
  11667. the 1940s to the present.
  11668. .distribution
  11669. Public Domain
  11670. .described-by
  11671. Fred Fish (fnf@amigalib.com)
  11672. .execute
  11673. MetaTool EC94-42789-2.jpg JPEG
  11674. .submittal
  11675. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11676. .stored-in
  11677. FreshFish-Vol10:New/pix/space/EC94-42789-2.jpg
  11678. .pi-file
  11679. FreshFish-Vol10:New/pix/space/EC94-42789-2.jpg.pi
  11680. .name
  11681. EC94-42816-1
  11682. .type
  11683. Picture
  11684. .aminet-dir
  11685. pix/space
  11686. .short
  11687. 1280x1024x24 JPEG hubble space telescope
  11688. .description
  11689. A 1280 x 1024 x 24 JPEG image of the Hubble space telescope.
  11690.  
  11691. This image is from the Dryden Research Aircraft Photo Archive, which
  11692. contains digitized photos of many of the unique research aircraft
  11693. flown at what is now known as NASA Dryden Flight Research Center from
  11694. the 1940s to the present.
  11695. .distribution
  11696. Public Domain
  11697. .described-by
  11698. Fred Fish (fnf@amigalib.com)
  11699. .execute
  11700. MetaTool EC94-42816-1.jpg JPEG
  11701. .submittal
  11702. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11703. .stored-in
  11704. FreshFish-Vol10:New/pix/space/EC94-42816-1.jpg
  11705. .pi-file
  11706. FreshFish-Vol10:New/pix/space/EC94-42816-1.jpg.pi
  11707. .name
  11708. EC94-42816-2
  11709. .type
  11710. Picture
  11711. .aminet-dir
  11712. pix/space
  11713. .short
  11714. 950x1280x24 JPEG hubble space telescope
  11715. .description
  11716. A 950 x 1280 x 24 JPEG image of the Hubble space telescope.
  11717.  
  11718. This image is from the Dryden Research Aircraft Photo Archive, which
  11719. contains digitized photos of many of the unique research aircraft
  11720. flown at what is now known as NASA Dryden Flight Research Center from
  11721. the 1940s to the present.
  11722. .distribution
  11723. Public Domain
  11724. .described-by
  11725. Fred Fish (fnf@amigalib.com)
  11726. .execute
  11727. MetaTool EC94-42816-2.jpg JPEG
  11728. .submittal
  11729. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11730. .stored-in
  11731. FreshFish-Vol10:New/pix/space/EC94-42816-2.jpg
  11732. .pi-file
  11733. FreshFish-Vol10:New/pix/space/EC94-42816-2.jpg.pi
  11734. .name
  11735. EC94-42816-3
  11736. .type
  11737. Picture
  11738. .aminet-dir
  11739. pix/space
  11740. .short
  11741. 950x1280x24 JPEG astronaut and telescope
  11742. .description
  11743. A 950 x 1280 x 24 JPEG of an astronaut and the Hubble space telescope.
  11744.  
  11745. This image is from the Dryden Research Aircraft Photo Archive, which
  11746. contains digitized photos of many of the unique research aircraft
  11747. flown at what is now known as NASA Dryden Flight Research Center from
  11748. the 1940s to the present.
  11749. .distribution
  11750. Public Domain
  11751. .described-by
  11752. Fred Fish (fnf@amigalib.com)
  11753. .execute
  11754. MetaTool EC94-42816-3.jpg JPEG
  11755. .submittal
  11756. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11757. .stored-in
  11758. FreshFish-Vol10:New/pix/space/EC94-42816-3.jpg
  11759. .pi-file
  11760. FreshFish-Vol10:New/pix/space/EC94-42816-3.jpg.pi
  11761. .name
  11762. EC94-42816-4
  11763. .type
  11764. Picture
  11765. .aminet-dir
  11766. pix/space
  11767. .short
  11768. 950x1280x24 JPEG astronaut and telescope
  11769. .description
  11770. A 950 x 1280 x24 JPEG image of an astronaut and the Hubble telescope.
  11771.  
  11772. This image is from the Dryden Research Aircraft Photo Archive, which
  11773. contains digitized photos of many of the unique research aircraft
  11774. flown at what is now known as NASA Dryden Flight Research Center from
  11775. the 1940s to the present.
  11776. .distribution
  11777. Public Domain
  11778. .described-by
  11779. Fred Fish (fnf@amigalib.com)
  11780. .execute
  11781. MetaTool EC94-42816-4.jpg JPEG
  11782. .submittal
  11783. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11784. .stored-in
  11785. FreshFish-Vol10:New/pix/space/EC94-42816-4.jpg
  11786. .pi-file
  11787. FreshFish-Vol10:New/pix/space/EC94-42816-4.jpg.pi
  11788. .name
  11789. EC94-42816-5
  11790. .type
  11791. Picture
  11792. .aminet-dir
  11793. pix/space
  11794. .short
  11795. 950x1280x24 JPEG astronaut and telescope
  11796. .description
  11797. A 950 x 1280 x 24 JPEG image of an astronaut and the Hubble telescope.
  11798.  
  11799. This image is from the Dryden Research Aircraft Photo Archive, which
  11800. contains digitized photos of many of the unique research aircraft
  11801. flown at what is now known as NASA Dryden Flight Research Center from
  11802. the 1940s to the present.
  11803. .distribution
  11804. Public Domain
  11805. .described-by
  11806. Fred Fish (fnf@amigalib.com)
  11807. .execute
  11808. MetaTool EC94-42816-5.jpg JPEG
  11809. .submittal
  11810. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11811. .stored-in
  11812. FreshFish-Vol10:New/pix/space/EC94-42816-5.jpg
  11813. .pi-file
  11814. FreshFish-Vol10:New/pix/space/EC94-42816-5.jpg.pi
  11815. .name
  11816. EC94-42845-1
  11817. .type
  11818. Picture
  11819. .aminet-dir
  11820. pix/space
  11821. .short
  11822. 1280x1024x24 JPEG astronaut on spacewalk
  11823. .description
  11824. A 1280 x 1024 x 24 JPEG image of an Astronaut & EVA on space walk.
  11825.  
  11826. This image is from the Dryden Research Aircraft Photo Archive, which
  11827. contains digitized photos of many of the unique research aircraft
  11828. flown at what is now known as NASA Dryden Flight Research Center from
  11829. the 1940s to the present.
  11830. .distribution
  11831. Public Domain
  11832. .described-by
  11833. Fred Fish (fnf@amigalib.com)
  11834. .execute
  11835. MetaTool EC94-42845-1.jpg JPEG
  11836. .submittal
  11837. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11838. .stored-in
  11839. FreshFish-Vol10:New/pix/space/EC94-42845-1.jpg
  11840. .pi-file
  11841. FreshFish-Vol10:New/pix/space/EC94-42845-1.jpg.pi
  11842. .name
  11843. EC94-42845-2
  11844. .type
  11845. Picture
  11846. .aminet-dir
  11847. pix/space
  11848. .short
  11849. 1280x1024x24 JPEG astronaut on spacewalk
  11850. .description
  11851. A 1280 x 1024 x 24 JPEG image of astronaut on spacewalk.
  11852.  
  11853. This image is from the Dryden Research Aircraft Photo Archive, which
  11854. contains digitized photos of many of the unique research aircraft
  11855. flown at what is now known as NASA Dryden Flight Research Center from
  11856. the 1940s to the present.
  11857. .distribution
  11858. Public Domain
  11859. .described-by
  11860. Fred Fish (fnf@amigalib.com)
  11861. .execute
  11862. MetaTool EC94-42845-2.jpg JPEG
  11863. .submittal
  11864. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11865. .stored-in
  11866. FreshFish-Vol10:New/pix/space/EC94-42845-2.jpg
  11867. .pi-file
  11868. FreshFish-Vol10:New/pix/space/EC94-42845-2.jpg.pi
  11869. .name
  11870. EC94-42845-3
  11871. .type
  11872. Picture
  11873. .aminet-dir
  11874. pix/space
  11875. .short
  11876. 950x1280x24 JPEG astronaut on spacewalk
  11877. .description
  11878. A 950 x 1280 x 24 JPEG image of astronaut on spacewalk.
  11879.  
  11880. This image is from the Dryden Research Aircraft Photo Archive, which
  11881. contains digitized photos of many of the unique research aircraft
  11882. flown at what is now known as NASA Dryden Flight Research Center from
  11883. the 1940s to the present.
  11884. .distribution
  11885. Public Domain
  11886. .described-by
  11887. Fred Fish (fnf@amigalib.com)
  11888. .execute
  11889. MetaTool EC94-42845-3.jpg JPEG
  11890. .submittal
  11891. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11892. .stored-in
  11893. FreshFish-Vol10:New/pix/space/EC94-42845-3.jpg
  11894. .pi-file
  11895. FreshFish-Vol10:New/pix/space/EC94-42845-3.jpg.pi
  11896. .name
  11897. EC94-42883-1
  11898. .type
  11899. Picture
  11900. .aminet-dir
  11901. pix/plane
  11902. .short
  11903. 950x1280x24 JPEG of SR-71 cockpits
  11904. .description
  11905. A 950 x 1280 x 24 JPEG closeup of SR-71 cockpit area.
  11906.  
  11907. This image is from the Dryden Research Aircraft Photo Archive, which
  11908. contains digitized photos of many of the unique research aircraft
  11909. flown at what is now known as NASA Dryden Flight Research Center from
  11910. the 1940s to the present.
  11911. .distribution
  11912. Public Domain
  11913. .described-by
  11914. Fred Fish (fnf@amigalib.com)
  11915. .execute
  11916. MetaTool EC94-42883-1.jpg JPEG
  11917. .submittal
  11918. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11919. .stored-in
  11920. FreshFish-Vol10:New/pix/plane/EC94-42883-1.jpg
  11921. .pi-file
  11922. FreshFish-Vol10:New/pix/plane/EC94-42883-1.jpg.pi
  11923. .name
  11924. EC94-42883-2
  11925. .type
  11926. Picture
  11927. .aminet-dir
  11928. pix/plane
  11929. .short
  11930. 1280x1024x24 JPEG of SR-71 in flight
  11931. .description
  11932. A 1280 x 1024 x 24 JPEG of an SR-71 in flight.
  11933.  
  11934. This image is from the Dryden Research Aircraft Photo Archive, which
  11935. contains digitized photos of many of the unique research aircraft
  11936. flown at what is now known as NASA Dryden Flight Research Center from
  11937. the 1940s to the present.
  11938. .distribution
  11939. Public Domain
  11940. .described-by
  11941. Fred Fish (fnf@amigalib.com)
  11942. .execute
  11943. MetaTool EC94-42883-2.jpg JPEG
  11944. .submittal
  11945. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11946. .stored-in
  11947. FreshFish-Vol10:New/pix/plane/EC94-42883-2.jpg
  11948. .pi-file
  11949. FreshFish-Vol10:New/pix/plane/EC94-42883-2.jpg.pi
  11950. .name
  11951. EC94-42883-4
  11952. .type
  11953. Picture
  11954. .aminet-dir
  11955. pix/plane
  11956. .short
  11957. 1280x1024x24 JPEG of SR-71 in flight
  11958. .description
  11959. A 1280 x 1024 x 24 JPEG of an SR-71 in flight.
  11960.  
  11961. This image is from the Dryden Research Aircraft Photo Archive, which
  11962. contains digitized photos of many of the unique research aircraft
  11963. flown at what is now known as NASA Dryden Flight Research Center from
  11964. the 1940s to the present.
  11965. .distribution
  11966. Public Domain
  11967. .described-by
  11968. Fred Fish (fnf@amigalib.com)
  11969. .execute
  11970. MetaTool EC94-42883-4.jpg JPEG
  11971. .submittal
  11972. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  11973. .stored-in
  11974. FreshFish-Vol10:New/pix/plane/EC94-42883-4.jpg
  11975. .pi-file
  11976. FreshFish-Vol10:New/pix/plane/EC94-42883-4.jpg.pi
  11977. .name
  11978. EC95-43011-1
  11979. .type
  11980. Picture
  11981. .aminet-dir
  11982. pix/plane
  11983. .short
  11984. 1280x1024x24 JPEG STS-67 shuttle landing
  11985. .description
  11986. A 1280 x 1024 x 24 JPEG of the STS-67 mission shuttle landing.
  11987.  
  11988. This image is from the Dryden Research Aircraft Photo Archive, which
  11989. contains digitized photos of many of the unique research aircraft
  11990. flown at what is now known as NASA Dryden Flight Research Center from
  11991. the 1940s to the present.
  11992. .distribution
  11993. Public Domain
  11994. .described-by
  11995. Fred Fish (fnf@amigalib.com)
  11996. .execute
  11997. MetaTool EC95-43011-1.jpg JPEG
  11998. .submittal
  11999. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  12000. .stored-in
  12001. FreshFish-Vol10:New/pix/space/EC95-43011-1.jpg
  12002. .pi-file
  12003. FreshFish-Vol10:New/pix/space/EC95-43011-1.jpg.pi
  12004. .name
  12005. eCalc
  12006. .type
  12007. Math Tool
  12008. .short
  12009. Program to calculate e (2.71828...)
  12010. .description
  12011. eCalc is a CLI-only program to calculate the mathematical number e to
  12012. any number of decimal places (memory and time limit how many). It is made in
  12013. very optimized assembler and uses the 64 bit 68020 math instructions to be
  12014. as fast as possible. On my 68020/28 it calculates e to 20000 decimals in
  12015. under a minute. It features many options: How often should we save/output
  12016. the current calculation, option to show how far it has come and how long
  12017. a calculation will take.
  12018. .version
  12019. 2.5
  12020. .date
  12021. 1995.07.16
  12022. .author
  12023. Steffen Thorsen
  12024. .distribution
  12025. Freeware
  12026. .requirements
  12027. 68020 or better CPU required, Kickstart 2.04 or better
  12028. .exectype
  12029. 68020
  12030. .tested
  12031. A1200 with Fast Memory
  12032. tested with up to 1000008 decimals
  12033. .address
  12034. Fjordg 8A
  12035. N-4300 Sandnes
  12036. Norway
  12037. .installsize
  12038. 14K
  12039. .docs
  12040. eCalc.doc
  12041. .described-by
  12042. Steffen Thorsen
  12043. .submittal
  12044. Submitted on disk directly by the author
  12045. .aminet-dir
  12046. misc/math
  12047. .execute
  12048. LAB start
  12049. set choice `RequestChoice "eCalc" "Please select an option" "Documentation" "Run" "Cancel"`
  12050. if $choice GT "0"
  12051.   if $choice EQ "1"
  12052.     MetaTool eCalc.doc TEXT
  12053.   else
  12054.     if $choice EQ "2"
  12055.       WBRun eCalc
  12056.     endif
  12057.   endif
  12058.   skip start BACK
  12059. endif
  12060. .stored-in
  12061. FreshFish-Vol10:New/misc/math/eCalc/
  12062. .pi-file
  12063. FreshFish-Vol10:New/misc/math/eCalc/Product-Info
  12064. .name
  12065. ecc
  12066. .type
  12067. Number Crunching
  12068. .short
  12069. Reed-Solomon Error Correcting Coder.
  12070. .description
  12071. Ecc reads blocks of bytes from stdin, applies the (255,249,7) Reed -
  12072. Solomon Error Correcting block code, and writes the resulting block to
  12073. stdout.  Ecc is capable of correcting three byte errors in a block of
  12074. 255 bytes, and is capable of detecting more severe errors.
  12075. .version
  12076. 1.2.1
  12077. .author
  12078. Paul Flaherty
  12079. .distribution
  12080. GNU Public License
  12081. .email
  12082. paulf@Stanford.EDU
  12083. .source
  12084. Includes source in C.
  12085. .docs
  12086. ecc.1
  12087. .described-by
  12088. Fred Fish (fnf@amigalib.com)
  12089. .submittal
  12090. Downloaded via ftp from prep.ai.mit.edu.
  12091. .aminet-dir
  12092. gnu/src
  12093. .stored-in
  12094. FreshFish-Vol10:GNU-src/amiga/ecc-1.2.1-src.lha
  12095. .pi-file
  12096. FreshFish-Vol10:GNU-src/amiga/ecc-1.2.1-src.lha.pi
  12097. .name
  12098. ecc
  12099. .type
  12100. Number Crunching
  12101. .short
  12102. Reed-Solomon Error Correcting Coder.
  12103. .description
  12104. Ecc reads blocks of bytes from stdin, applies the (255,249,7) Reed -
  12105. Solomon Error Correcting block code, and writes the resulting block to
  12106. stdout.  Ecc is capable of correcting three byte errors in a block of
  12107. 255 bytes, and is capable of detecting more severe errors.
  12108. .version
  12109. 1.2.1
  12110. .author
  12111. Paul Flaherty
  12112. .distribution
  12113. GNU Public License
  12114. .email
  12115. paulf@Stanford.EDU
  12116. .source
  12117. Includes source in C.
  12118. .docs
  12119. ecc.1
  12120. .described-by
  12121. Fred Fish (fnf@amigalib.com)
  12122. .submittal
  12123. Downloaded via ftp from prep.ai.mit.edu.
  12124. .aminet-dir
  12125. gnu/base
  12126. .stored-in
  12127. FreshFish-Vol10:GNU-src/baseline/ecc-1.2.1.tar.gz
  12128. .pi-file
  12129. FreshFish-Vol10:GNU-src/baseline/ecc-1.2.1.tar.gz.pi
  12130. .name
  12131. ECN-11648
  12132. .type
  12133. Picture
  12134. .aminet-dir
  12135. pix/plane
  12136. .short
  12137. 1280x1024x24 JPEG of F-14 in flight
  12138. .description
  12139. A 1280 x 1024 x 24 JPEG of F-14 in flight.
  12140.  
  12141. This image is from the Dryden Research Aircraft Photo Archive, which
  12142. contains digitized photos of many of the unique research aircraft
  12143. flown at what is now known as NASA Dryden Flight Research Center from
  12144. the 1940s to the present.
  12145. .distribution
  12146. Public Domain
  12147. .described-by
  12148. Fred Fish (fnf@amigalib.com)
  12149. .execute
  12150. MetaTool ECN-11648.jpg JPEG
  12151. .submittal
  12152. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  12153. .stored-in
  12154. FreshFish-Vol10:New/pix/plane/ECN-11648.jpg
  12155. .pi-file
  12156. FreshFish-Vol10:New/pix/plane/ECN-11648.jpg.pi
  12157. .name
  12158. ECN-1289
  12159. .type
  12160. Picture
  12161. .aminet-dir
  12162. pix/plane
  12163. .short
  12164. 1280x1024x24 JPEG; HL-10 lifting body
  12165. .description
  12166. A 1280 x 1024 x 24 JPEG of an HL-10 lifting body on the runway.
  12167.  
  12168. This image is from the Dryden Research Aircraft Photo Archive, which
  12169. contains digitized photos of many of the unique research aircraft
  12170. flown at what is now known as NASA Dryden Flight Research Center from
  12171. the 1940s to the present.
  12172. .distribution
  12173. Public Domain
  12174. .described-by
  12175. Fred Fish (fnf@amigalib.com)
  12176. .execute
  12177. MetaTool ECN-1289.jpg JPEG
  12178. .submittal
  12179. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  12180. .stored-in
  12181. FreshFish-Vol10:New/pix/plane/ECN-1289.jpg
  12182. .pi-file
  12183. FreshFish-Vol10:New/pix/plane/ECN-1289.jpg.pi
  12184. .name
  12185. ECN-14280
  12186. .type
  12187. Picture
  12188. .aminet-dir
  12189. pix/plane
  12190. .short
  12191. 1280x1024x24 JPEG of HiMAT in flight.
  12192. .description
  12193. A 1280 x 1024 x 24 JPEG of HiMAT in flight.
  12194.  
  12195. This image is from the Dryden Research Aircraft Photo Archive, which
  12196. contains digitized photos of many of the unique research aircraft
  12197. flown at what is now known as NASA Dryden Flight Research Center from
  12198. the 1940s to the present.
  12199. .distribution
  12200. Public Domain
  12201. .described-by
  12202. Fred Fish (fnf@amigalib.com)
  12203. .execute
  12204. MetaTool ECN-14280.jpg JPEG
  12205. .submittal
  12206. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  12207. .stored-in
  12208. FreshFish-Vol10:New/pix/plane/ECN-14280.jpg
  12209. .pi-file
  12210. FreshFish-Vol10:New/pix/plane/ECN-14280.jpg.pi
  12211. .name
  12212. ECN-15846
  12213. .type
  12214. Picture
  12215. .aminet-dir
  12216. pix/plane
  12217. .short
  12218. 1280x1024x24 JPEG  AD-1 (experimental)
  12219. .description
  12220. A 1280 x 1024 x 24 JPEG image of the experimental AD-1 aircraft.
  12221.  
  12222. This image is from the Dryden Research Aircraft Photo Archive, which
  12223. contains digitized photos of many of the unique research aircraft
  12224. flown at what is now known as NASA Dryden Flight Research Center from
  12225. the 1940s to the present.
  12226. .distribution
  12227. Public Domain
  12228. .described-by
  12229. Fred Fish (fnf@amigalib.com)
  12230. .execute
  12231. MetaTool ECN-15846.jpg JPEG
  12232. .submittal
  12233. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  12234. .stored-in
  12235. FreshFish-Vol10:New/pix/plane/ECN-15846.jpg
  12236. .pi-file
  12237. FreshFish-Vol10:New/pix/plane/ECN-15846.jpg.pi
  12238. .name
  12239. ECN-2006
  12240. .type
  12241. Picture
  12242. .aminet-dir
  12243. pix/plane
  12244. .short
  12245. 1280x1024x24 JPEG of X-24A on runway
  12246. .description
  12247. A 1280 x 1024 x 24 JPEG of X-24A on runway.
  12248.  
  12249. This image is from the Dryden Research Aircraft Photo Archive, which
  12250. contains digitized photos of many of the unique research aircraft
  12251. flown at what is now known as NASA Dryden Flight Research Center from
  12252. the 1940s to the present.
  12253. .distribution
  12254. Public Domain
  12255. .described-by
  12256. Fred Fish (fnf@amigalib.com)
  12257. .execute
  12258. MetaTool ECN-2006.jpg JPEG
  12259. .submittal
  12260. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  12261. .stored-in
  12262. FreshFish-Vol10:New/pix/plane/ECN-2006.jpg
  12263. .pi-file
  12264. FreshFish-Vol10:New/pix/plane/ECN-2006.jpg.pi
  12265. .name
  12266. ECN-21064
  12267. .type
  12268. Picture
  12269. .aminet-dir
  12270. pix/plane
  12271. .short
  12272. 1280x1024x24 JPEG; B-57B plane in flight
  12273. .description
  12274. A 1280 x 1024 x 24 JPEG of a B-57B plane in flight.
  12275.  
  12276. This image is from the Dryden Research Aircraft Photo Archive, which
  12277. contains digitized photos of many of the unique research aircraft
  12278. flown at what is now known as NASA Dryden Flight Research Center from
  12279. the 1940s to the present.
  12280. .distribution
  12281. Public Domain
  12282. .described-by
  12283. Fred Fish (fnf@amigalib.com)
  12284. .execute
  12285. MetaTool ECN-21064.jpg JPEG
  12286. .submittal
  12287. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  12288. .stored-in
  12289. FreshFish-Vol10:New/pix/plane/ECN-21064.jpg
  12290. .pi-file
  12291. FreshFish-Vol10:New/pix/plane/ECN-21064.jpg.pi
  12292. .name
  12293. ECN-2461
  12294. .type
  12295. Picture
  12296. .aminet-dir
  12297. pix/plane
  12298. .short
  12299. 1280x1024x24 JPEG of M2-F3 on ground
  12300. .description
  12301. A 1280 x 1024 x 24 JPEG of an M2-F3 on ground.
  12302.  
  12303. This image is from the Dryden Research Aircraft Photo Archive, which
  12304. contains digitized photos of many of the unique research aircraft
  12305. flown at what is now known as NASA Dryden Flight Research Center from
  12306. the 1940s to the present.
  12307. .distribution
  12308. Public Domain
  12309. .described-by
  12310. Fred Fish (fnf@amigalib.com)
  12311. .execute
  12312. MetaTool ECN-2461.jpg JPEG
  12313. .submittal
  12314. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  12315. .stored-in
  12316. FreshFish-Vol10:New/pix/plane/ECN-2461.jpg
  12317. .pi-file
  12318. FreshFish-Vol10:New/pix/plane/ECN-2461.jpg.pi
  12319. .name
  12320. ECN-33507-1
  12321. .type
  12322. Picture
  12323. .aminet-dir
  12324. pix/plane
  12325. .short
  12326. 1280x1024x24 JPEG; HL-10 lifting body
  12327. .description
  12328. A 1280 x 1024 x 24 JPEG of an HL-10 lifting body in flight.
  12329.  
  12330. This image is from the Dryden Research Aircraft Photo Archive, which
  12331. contains digitized photos of many of the unique research aircraft
  12332. flown at what is now known as NASA Dryden Flight Research Center from
  12333. the 1940s to the present.
  12334. .distribution
  12335. Public Domain
  12336. .described-by
  12337. Fred Fish (fnf@amigalib.com)
  12338. .execute
  12339. MetaTool ECN-33507-1.jpg JPEG
  12340. .submittal
  12341. Downloaded from ftp.dfrc.nasa.gov:pub/PhotoServer/
  12342. .stored-in
  12343. FreshFish-Vol10:New/pix/plane/ECN-33507-1.jpg
  12344. .pi-file
  12345. FreshFish-Vol10:New/pix/plane/ECN-33507-1.jpg.pi
  12346. .name
  12347. ed
  12348. .fullname
  12349. GNU line editor
  12350. .type
  12351. Miscellaneous
  12352. .short
  12353. 8-bit-clean POSIX compliant line editor.
  12354. .description
  12355. "Ed" is a line-oriented text editor.  It is used to create, display,
  12356. modify and otherwise manipulate text files.  "Red" is a restricted ed:
  12357. it can only edit files in the current directory and cannot execute
  12358. shell commands.
  12359. .version
  12360. 0.2
  12361. .author
  12362. Andrew Moore
  12363. .requirements
  12364. Amiga binary requires ixemul.library.
  12365. .distribution
  12366. GNU Public License
  12367. .described-by
  12368. Fred Fish (fnf@amigalib.com)
  12369. .aminet-dir
  12370. gnu/src
  12371. .stored-in
  12372. FreshFish-Vol10:GNU-src/amiga/ed-0.2-src.lha
  12373. .pi-file
  12374. FreshFish-Vol10:GNU-src/amiga/ed-0.2-src.lha.pi
  12375. .name
  12376. ed
  12377. .fullname
  12378. GNU line editor
  12379. .type
  12380. Miscellaneous
  12381. .short
  12382. 8-bit-clean POSIX compliant line editor.
  12383. .description
  12384. "Ed" is a line-oriented text editor.  It is used to create, display,
  12385. modify and otherwise manipulate text files.  "Red" is a restricted ed:
  12386. it can only edit files in the current directory and cannot execute
  12387. shell commands.
  12388. .version
  12389. 0.2
  12390. .author
  12391. Andrew Moore
  12392. .requirements
  12393. Amiga binary requires ixemul.library.
  12394. .distribution
  12395. GNU Public License
  12396. .described-by
  12397. Fred Fish (fnf@amigalib.com)
  12398. .aminet-dir
  12399. gnu/base
  12400. .stored-in
  12401. FreshFish-Vol10:GNU-src/baseline/ed-0.2.tar.gz
  12402. .pi-file
  12403. FreshFish-Vol10:GNU-src/baseline/ed-0.2.tar.gz.pi
  12404. .name
  12405. eispack
  12406. .type
  12407. Library
  12408. .short
  12409. Compute eigenvalues & eigenvectors
  12410. .description
  12411. EISPACK is a collection of double-precision Fortran subroutines that
  12412. compute the eigenvalues and eigenvectors of nine classes of matrices:
  12413. complex general, complex Hermitian, real general, real symmetric, real
  12414. symmetric banded, real symmetric tridiagonal, special real
  12415. tridiagonal, generalized real, and generalized real symmetric matices.
  12416. In addition, two routines are included that use singular value
  12417. decomposition to solve certain least-squares problems.  The
  12418. single-precsion versions are in SEISPACK.
  12419. .version
  12420. 1.0
  12421. .author
  12422. Unknown
  12423. .distribution
  12424. Public Domain
  12425. .described-by
  12426. Fred Fish (fnf@amigalib.com)
  12427. .submittal
  12428. Downloaded via ftp from ftp.netlib.com
  12429. .aminet-dir
  12430. gnu/src
  12431. .stored-in
  12432. FreshFish-Vol10:GNU-src/amiga/eispack-1.0-src.lha
  12433. .pi-file
  12434. FreshFish-Vol10:GNU-src/amiga/eispack-1.0-src.lha.pi
  12435. .name
  12436. emacs
  12437. .fullname
  12438. GNU Emacs editor
  12439. .type
  12440. Text Editing
  12441. .short
  12442. GNU Emacs editor
  12443. .description
  12444. GNU Emacs is the GNU incarnation of the advanced, self-documenting,
  12445. customizable, extensible real-time display editor Emacs. (The `G' in
  12446. `GNU' is not silent.)
  12447.  
  12448. We say that Emacs is a "display" editor because normally the text
  12449. being edited is visible on the screen and is updated automatically as
  12450. you type your commands.
  12451.  
  12452. We call it a "real-time" editor because the display is updated very
  12453. frequently, usually after each character or pair of characters you
  12454. type.  This minimizes the amount of information you must keep in your
  12455. head as you edit.
  12456.  
  12457. We call Emacs advanced because it provides facilities that go beyond
  12458. simple insertion and deletion: filling of text; automatic indentation
  12459. of programs; viewing two or more files at once; and dealing in terms
  12460. of characters, words, lines, sentences, paragraphs, and pages, as well
  12461. as expressions and comments in several different programming
  12462. languages.  It is much easier to type one command meaning "go to the
  12463. end of the paragraph" than to find that spot with simple cursor keys.
  12464.  
  12465. "Self-documenting" means that at any time you can type a special
  12466. character, `Control-h', to find out what your options are.  You can
  12467. also use it to find out what any command does, or to find all the
  12468. commands that pertain to a topic.
  12469.  
  12470. "Customizable" means that you can change the definitions of Emacs
  12471. commands in little ways.  For example, if you use a programming
  12472. language in which comments start with `<**' and end with `**>', you
  12473. can tell the Emacs comment manipulation commands to use those strings.
  12474. Another sort of customization is rearrangement of the command set.
  12475. For example, if you prefer the four basic cursor motion commands (up,
  12476. down, left and right) on keys in a diamond pattern on the keyboard,
  12477. you can have it.
  12478.  
  12479. "Extensible" means that you can go beyond simple customization and
  12480. write entirely new commands, programs in the Lisp language to be run
  12481. by Emacs's own Lisp interpreter.  Emacs is an "on-line extensible"
  12482. system, which means that it is divided into many functions that call
  12483. each other, any of which can be redefined in the middle of an editing
  12484. session.  Any part of Emacs can be replaced without making a separate
  12485. copy of all of Emacs.  Most of the editing commands of Emacs are
  12486. written in Lisp already; the few exceptions could have been written in
  12487. Lisp but are written in C for efficiency.  Although only a programmer
  12488. can write an extension, anybody can use it afterward.
  12489. .version
  12490. 18.59
  12491. .author
  12492. Richard Stallman
  12493. .distribution
  12494. GNU Public License
  12495. .described-by
  12496. Fred Fish (fnf@amigalib.com)
  12497. .aminet-dir
  12498. gnu/src
  12499. .stored-in
  12500. FreshFish-Vol10:GNU-src/amiga/emacs-18.59-src.lha
  12501. .pi-file
  12502. FreshFish-Vol10:GNU-src/amiga/emacs-18.59-src.lha.pi
  12503. .name
  12504. emacs
  12505. .fullname
  12506. GNU Emacs editor
  12507. .type
  12508. Text Editing
  12509. .short
  12510. GNU Emacs editor
  12511. .description
  12512. GNU Emacs is the GNU incarnation of the advanced, self-documenting,
  12513. customizable, extensible real-time display editor Emacs. (The `G' in
  12514. `GNU' is not silent.)
  12515.  
  12516. We say that Emacs is a "display" editor because normally the text
  12517. being edited is visible on the screen and is updated automatically as
  12518. you type your commands.
  12519.  
  12520. We call it a "real-time" editor because the display is updated very
  12521. frequently, usually after each character or pair of characters you
  12522. type.  This minimizes the amount of information you must keep in your
  12523. head as you edit.
  12524.  
  12525. We call Emacs advanced because it provides facilities that go beyond
  12526. simple insertion and deletion: filling of text; automatic indentation
  12527. of programs; viewing two or more files at once; and dealing in terms
  12528. of characters, words, lines, sentences, paragraphs, and pages, as well
  12529. as expressions and comments in several different programming
  12530. languages.  It is much easier to type one command meaning "go to the
  12531. end of the paragraph" than to find that spot with simple cursor keys.
  12532.  
  12533. "Self-documenting" means that at any time you can type a special
  12534. character, `Control-h', to find out what your options are.  You can
  12535. also use it to find out what any command does, or to find all the
  12536. commands that pertain to a topic.
  12537.  
  12538. "Customizable" means that you can change the definitions of Emacs
  12539. commands in little ways.  For example, if you use a programming
  12540. language in which comments start with `<**' and end with `**>', you
  12541. can tell the Emacs comment manipulation commands to use those strings.
  12542. Another sort of customization is rearrangement of the command set.
  12543. For example, if you prefer the four basic cursor motion commands (up,
  12544. down, left and right) on keys in a diamond pattern on the keyboard,
  12545. you can have it.
  12546.  
  12547. "Extensible" means that you can go beyond simple customization and
  12548. write entirely new commands, programs in the Lisp language to be run
  12549. by Emacs's own Lisp interpreter.  Emacs is an "on-line extensible"
  12550. system, which means that it is divided into many functions that call
  12551. each other, any of which can be redefined in the middle of an editing
  12552. session.  Any part of Emacs can be replaced without making a separate
  12553. copy of all of Emacs.  Most of the editing commands of Emacs are
  12554. written in Lisp already; the few exceptions could have been written in
  12555. Lisp but are written in C for efficiency.  Although only a programmer
  12556. can write an extension, anybody can use it afterward.
  12557. .version
  12558. 19.28
  12559. .author
  12560. Richard Stallman
  12561. .distribution
  12562. GNU Public License
  12563. .described-by
  12564. Fred Fish (fnf@amigalib.com)
  12565. .aminet-dir
  12566. gnu/src
  12567. .stored-in
  12568. FreshFish-Vol10:GNU-src/amiga/emacs-19.28-src.lha
  12569. .pi-file
  12570. FreshFish-Vol10:GNU-src/amiga/emacs-19.28-src.lha.pi
  12571. .name
  12572. emacs
  12573. .fullname
  12574. GNU Emacs editor
  12575. .type
  12576. Text Editing
  12577. .short
  12578. GNU Emacs editor
  12579. .description
  12580. GNU Emacs is the GNU incarnation of the advanced, self-documenting,
  12581. customizable, extensible real-time display editor Emacs. (The `G' in
  12582. `GNU' is not silent.)
  12583.  
  12584. We say that Emacs is a "display" editor because normally the text
  12585. being edited is visible on the screen and is updated automatically as
  12586. you type your commands.
  12587.  
  12588. We call it a "real-time" editor because the display is updated very
  12589. frequently, usually after each character or pair of characters you
  12590. type.  This minimizes the amount of information you must keep in your
  12591. head as you edit.
  12592.  
  12593. We call Emacs advanced because it provides facilities that go beyond
  12594. simple insertion and deletion: filling of text; automatic indentation
  12595. of programs; viewing two or more files at once; and dealing in terms
  12596. of characters, words, lines, sentences, paragraphs, and pages, as well
  12597. as expressions and comments in several different programming
  12598. languages.  It is much easier to type one command meaning "go to the
  12599. end of the paragraph" than to find that spot with simple cursor keys.
  12600.  
  12601. "Self-documenting" means that at any time you can type a special
  12602. character, `Control-h', to find out what your options are.  You can
  12603. also use it to find out what any command does, or to find all the
  12604. commands that pertain to a topic.
  12605.  
  12606. "Customizable" means that you can change the definitions of Emacs
  12607. commands in little ways.  For example, if you use a programming
  12608. language in which comments start with `<**' and end with `**>', you
  12609. can tell the Emacs comment manipulation commands to use those strings.
  12610. Another sort of customization is rearrangement of the command set.
  12611. For example, if you prefer the four basic cursor motion commands (up,
  12612. down, left and right) on keys in a diamond pattern on the keyboard,
  12613. you can have it.
  12614.  
  12615. "Extensible" means that you can go beyond simple customization and
  12616. write entirely new commands, programs in the Lisp language to be run
  12617. by Emacs's own Lisp interpreter.  Emacs is an "on-line extensible"
  12618. system, which means that it is divided into many functions that call
  12619. each other, any of which can be redefined in the middle of an editing
  12620. session.  Any part of Emacs can be replaced without making a separate
  12621. copy of all of Emacs.  Most of the editing commands of Emacs are
  12622. written in Lisp already; the few exceptions could have been written in
  12623. Lisp but are written in C for efficiency.  Although only a programmer
  12624. can write an extension, anybody can use it afterward.
  12625. .version
  12626. 18.59
  12627. .author
  12628. Richard Stallman
  12629. .distribution
  12630. GNU Public License
  12631. .described-by
  12632. Fred Fish (fnf@amigalib.com)
  12633. .aminet-dir
  12634. gnu/base
  12635. .stored-in
  12636. FreshFish-Vol10:GNU-src/baseline/emacs-18.59.tar.gz
  12637. .pi-file
  12638. FreshFish-Vol10:GNU-src/baseline/emacs-18.59.tar.gz.pi
  12639. .name
  12640. emacs
  12641. .fullname
  12642. GNU Emacs editor
  12643. .type
  12644. Text Editing
  12645. .short
  12646. GNU Emacs editor
  12647. .description
  12648. GNU Emacs is the GNU incarnation of the advanced, self-documenting,
  12649. customizable, extensible real-time display editor Emacs. (The `G' in
  12650. `GNU' is not silent.)
  12651.  
  12652. We say that Emacs is a "display" editor because normally the text
  12653. being edited is visible on the screen and is updated automatically as
  12654. you type your commands.
  12655.  
  12656. We call it a "real-time" editor because the display is updated very
  12657. frequently, usually after each character or pair of characters you
  12658. type.  This minimizes the amount of information you must keep in your
  12659. head as you edit.
  12660.  
  12661. We call Emacs advanced because it provides facilities that go beyond
  12662. simple insertion and deletion: filling of text; automatic indentation
  12663. of programs; viewing two or more files at once; and dealing in terms
  12664. of characters, words, lines, sentences, paragraphs, and pages, as well
  12665. as expressions and comments in several different programming
  12666. languages.  It is much easier to type one command meaning "go to the
  12667. end of the paragraph" than to find that spot with simple cursor keys.
  12668.  
  12669. "Self-documenting" means that at any time you can type a special
  12670. character, `Control-h', to find out what your options are.  You can
  12671. also use it to find out what any command does, or to find all the
  12672. commands that pertain to a topic.
  12673.  
  12674. "Customizable" means that you can change the definitions of Emacs
  12675. commands in little ways.  For example, if you use a programming
  12676. language in which comments start with `<**' and end with `**>', you
  12677. can tell the Emacs comment manipulation commands to use those strings.
  12678. Another sort of customization is rearrangement of the command set.
  12679. For example, if you prefer the four basic cursor motion commands (up,
  12680. down, left and right) on keys in a diamond pattern on the keyboard,
  12681. you can have it.
  12682.  
  12683. "Extensible" means that you can go beyond simple customization and
  12684. write entirely new commands, programs in the Lisp language to be run
  12685. by Emacs's own Lisp interpreter.  Emacs is an "on-line extensible"
  12686. system, which means that it is divided into many functions that call
  12687. each other, any of which can be redefined in the middle of an editing
  12688. session.  Any part of Emacs can be replaced without making a separate
  12689. copy of all of Emacs.  Most of the editing commands of Emacs are
  12690. written in Lisp already; the few exceptions could have been written in
  12691. Lisp but are written in C for efficiency.  Although only a programmer
  12692. can write an extension, anybody can use it afterward.
  12693. .version
  12694. 19.28
  12695. .author
  12696. Richard Stallman
  12697. .distribution
  12698. GNU Public License
  12699. .described-by
  12700. Fred Fish (fnf@amigalib.com)
  12701. .aminet-dir
  12702. gnu/base
  12703. .stored-in
  12704. FreshFish-Vol10:GNU-src/baseline/emacs-19.28.tar.gz
  12705. .pi-file
  12706. FreshFish-Vol10:GNU-src/baseline/emacs-19.28.tar.gz.pi
  12707. .name
  12708. emubench
  12709. .type
  12710. Picture
  12711. .short
  12712. Workbench Pic showing misc platforms!
  12713. .description
  12714. hi,
  12715.  
  12716. this nice picture just was snapped to have a new
  12717. backdrop for my unix working login - just to blow
  12718. and impress other people sitting around... ;-)
  12719.  
  12720. i'll try to upload a series of such snapshots on
  12721. famous PC and MAC sites, with lots of amiga-
  12722. advertising in it ;-)
  12723.  
  12724. daniel
  12725. .author
  12726. Daniel Balster
  12727. .distribution
  12728. Copyrighted but Freely Redistributable
  12729. .email
  12730. dbalster@uni-paderborn.de
  12731. .aminet-dir
  12732. pix/wb
  12733. .execute
  12734. METATOOL emubench.gif GIF
  12735. .docs
  12736. emubench.readme
  12737. .described-by
  12738. Richard Fish (rjf@amigalib.com)
  12739. .submittal
  12740. Downloaded via ftp from wuarchive.wustl.edu.
  12741. .stored-in
  12742. FreshFish-Vol10:New/pix/wb/emubench/
  12743. .pi-file
  12744. FreshFish-Vol10:New/pix/wb/emubench/Product-Info
  12745. .name
  12746. emulation-hardware
  12747. .short
  12748. Reviews of hardware emulators.
  12749. .description
  12750. Reviews of hardware products for emulating other computers:
  12751.  
  12752.     PC
  12753.     Macintosh
  12754.     etc.
  12755. .described-by
  12756. fnf@amigalib.com
  12757. .author
  12758. Various; maintained by Daniel Barrett
  12759. .aminet-dir
  12760. docs/rview
  12761. .stored-in
  12762. FreshFish-Vol10:Useful/reviews/hardware/emulation/
  12763. .pi-file
  12764. FreshFish-Vol10:Useful/reviews/hardware/emulation/Product-Info
  12765. .name
  12766. Enforcer
  12767. .fullname
  12768. Enforcer
  12769. .aminet-dir
  12770. dev/debug
  12771. .description
  12772. A tool to monitor illegal memory access for 68020/68851, 68030, and
  12773. 68040 CPUs.  This is a completely new Enforcer from the original idea
  12774. by Bryce Nesbitt.  It contains many new and wonderful features and
  12775. options and no longer contains any exceptions for specific software.
  12776. Enforcer can now also be used with CPU or SetCPU FASTROM or most any
  12777. other MMU-Kick- start-Mapping tool.  Major new output options such as
  12778. local output, stdout, and parallel port.  Highly optimized to be as
  12779. fast as possible.
  12780. .author
  12781. Michael Sinz
  12782. .email
  12783. michael.sinz@scala.com
  12784. msinz@bix.com
  12785. .short
  12786. Tool to monitor illegal memory access.
  12787. .type
  12788. OS Utility
  12789. .version
  12790. 37.62
  12791. .reference
  12792. GoldFish2-Apr94:d10xx/d1000/Enforcer/
  12793. 37.60
  12794. GoldFish1-Apr94:BBS/d10xx/d1000/Enforcer.lha
  12795. 37.60
  12796. FrozenFish-Apr94:BBS/ALib/d10xx/d1000/Enforcer.lha
  12797. 37.60
  12798. FreshFish-May94:New/AmigaLibDisks/d1000/Enforcer/
  12799. 37.60
  12800. FreshFish-May94:BBS/AmigaLib/d1000/Enforcer.lha
  12801. 37.60
  12802. AmigaLibDisk1000:Enforcer/
  12803. 37.60
  12804. GoldFish2-Apr94:d9xx/d950/Enforcer/
  12805. 37.55
  12806. GoldFish1-Apr94:BBS/d9xx/d950/Enforcer.lha
  12807. 37.55
  12808. FrozenFish-Apr94:BBS/Useful/dev/debug/Enforcer.lha
  12809. 37.55
  12810. FrozenFish-Apr94:BBS/ALib/d9xx/d950/Enforcer.lha
  12811. 37.55
  12812. FreshFish-May94:Useful/dist/dev/debug/Enforcer/
  12813. 37.55
  12814. FreshFish-Mar94:Useful/dist/dev/debug/Enforcer/
  12815. 37.55
  12816. FreshFish-Jul94:Useful/dist/dev/debug/Enforcer/
  12817. 37.55
  12818. FreshFish-Jul94:BBS/dev/Enforcer-37.55.lha
  12819. 37.55
  12820. FreshFish-Dec93:New/AmigaLibDisks/Disk950/Enforcer/
  12821. 37.55
  12822. AmigaLibDisk950:Enforcer/
  12823. 37.55
  12824. GoldFish2-Apr94:d9xx/d912/Enforcer/
  12825. 37.52
  12826. GoldFish1-Apr94:BBS/d9xx/d912/Enforcer.lha
  12827. 37.52
  12828. FrozenFish-Apr94:BBS/ALib/d9xx/d912/Enforcer.lha
  12829. 37.52
  12830. FreshFish-Oct93:New/AmigaLibDisks/Disk912/Enforcer/
  12831. 37.52
  12832. FreshFish-Dec93:Old/AmigaLibDisks/Disks900-919/Disk912/Enforcer/
  12833. 37.52
  12834. AmigaLibDisk912:Enforcer/
  12835. 37.52
  12836. GoldFish2-Apr94:d8xx/d800/Enforcer/
  12837. 37.28
  12838. GoldFish1-Apr94:BBS/d8xx/d800/Enforcer.lha
  12839. 37.28
  12840. FrozenFish-Apr94:BBS/ALib/d8xx/d800/Enforcer.lha
  12841. 37.28
  12842. FreshFish-Oct93:Old/AmigaLibDisks/Disks800-819/Disk800/Enforcer/
  12843. 37.28
  12844. FreshFish-Dec93:Old/AmigaLibDisks/Disks800-819/Disk800/Enforcer/
  12845. 37.28
  12846. AmigaLibDisk800:Enforcer/
  12847. 37.28
  12848. GoldFish2-Apr94:d7xx/d773/Enforcer/
  12849. 37.26
  12850. GoldFish1-Apr94:BBS/d7xx/d773/Enforcer.lha
  12851. 37.26
  12852. FrozenFish-Apr94:BBS/ALib/d7xx/d773/Enforcer.lha
  12853. 37.26
  12854. FreshFish-Oct93:Old/AmigaLibDisks/Disks760-779/Disk773/Enforcer/
  12855. 37.26
  12856. AmigaLibDisk773:Enforcer/
  12857. 37.26
  12858. GoldFish2-Apr94:d6xx/d658/Enforcer/
  12859. 2.8b
  12860. GoldFish1-Apr94:BBS/d6xx/d658/Enforcer.lha
  12861. 2.8b
  12862. FrozenFish-Apr94:BBS/ALib/d6xx/d658/Enforcer.lha
  12863. 2.8b
  12864. FreshFish-Oct93:Old/AmigaLibDisks/Disks640-659/Disk658/Enforcer/
  12865. 2.8b
  12866. AmigaLibDisk658:Enforcer/
  12867. 2.8b
  12868. GoldFish2-Apr94:d4xx/d474/Enforcer/
  12869. 2.6f
  12870. GoldFish1-Apr94:BBS/d4xx/d474/Enforcer.lha
  12871. 2.6f
  12872. FrozenFish-Apr94:BBS/ALib/d4xx/d474/Enforcer.lha
  12873. 2.6f
  12874. AmigaLibDisk474:Enforcer/
  12875. 2.6f
  12876. GoldFish2-Apr94:d7xx/d754/Enforcer/
  12877. ?.?
  12878. GoldFish2-Apr94:d4xx/d454/Enforcer/
  12879. ?.?
  12880. GoldFish1-Apr94:BBS/d7xx/d754/Enforcer.lha
  12881. ?.?
  12882. GoldFish1-Apr94:BBS/d4xx/d454/Enforcer.lha
  12883. ?.?
  12884. FrozenFish-Apr94:BBS/ALib/d7xx/d754/Enforcer.lha
  12885. ?.?
  12886. FrozenFish-Apr94:BBS/ALib/d4xx/d454/Enforcer.lha
  12887. ?.?
  12888. FreshFish-Oct93:Old/AmigaLibDisks/Disks740-759/Disk754/Enforcer/
  12889. ?.?
  12890. AmigaLibDisk754:Enforcer/
  12891. ?.?
  12892. AmigaLibDisk454:Enforcer/
  12893. ?.?
  12894. .requirements
  12895. V37 of the OS or better and an MMU.
  12896. .exectype
  12897. Binary only
  12898. .described-by
  12899. David Zaroski (cz253@cleveland.freenet.edu)
  12900. .submittal
  12901. Submitted via email directly by the author, Michael Sinz
  12902. .execute
  12903. set orgdir `cd`
  12904. LAB start
  12905. failat 10
  12906. unset filechoice
  12907. unset dirchoice
  12908. cd $orgdir
  12909. set choice `RequestChoice "Enforcer" "Please select an option" "README" "DOC File" "Guide File" "View Files" "Cancel"`
  12910. if $choice GT "0"
  12911.   if $choice EQ "1"
  12912.     MetaTool Enforcer.Readme TEXT
  12913.   else
  12914.     if $choice EQ "2"
  12915.       MetaTool Enforcer.doc TEXT
  12916.     else
  12917.       if $choice EQ "3"
  12918.         MetaTool Enforcer.guide GUIDE
  12919.       else
  12920.         if $choice EQ "4"
  12921.           set filechoice `RequestFile TITLE "Select Text File"`
  12922.           set dirchoice `pathname $filechoice`
  12923.           set filechoice `basename $filechoice`
  12924.           failat 21
  12925.           cd $dirchoice
  12926.           MetaTool $filechoice TEXT
  12927.         endif
  12928.       endif
  12929.     endif
  12930.   endif
  12931.   skip start BACK
  12932. endif
  12933. .stored-in
  12934. FreshFish-Vol10:Useful/dev/debug/Enforcer/
  12935. .pi-file
  12936. FreshFish-Vol10:Useful/dev/debug/Enforcer/Product-Info
  12937. .name
  12938. Engine
  12939. .type
  12940. Animation
  12941. .short
  12942. Engine animation
  12943. .description
  12944. This is a 30-frame 2D animation, showing the inner workings of a
  12945. four-stroke internal combustion engine.  I made it primarily to
  12946. show my son the principles of the combustion engine.
  12947.  
  12948. When viewed with MainActor's MainView program, the animation runs
  12949. with sound ;).  Turn caching on.  On an A4000, a suitable speed is
  12950. F4 (F1 is way too fast).  I haven't tried it on a slower Amiga, but
  12951. I would guess that F1 would be fine on a stock 2000.  If you don't
  12952. have MainActor, you really should check it out.  MainActor1_55.lha
  12953. is available on AmiNet, pub/amiga/gfx/edit.
  12954.  
  12955. The engine was handcrafted using DeLuxe Paint IV.  The sounds were
  12956. lifted somewhere and then mangled with PerfectSound.
  12957.  
  12958. Freely distributable for your viewing pleasure, but don't include
  12959. the engine with any commercial package without my permission.  I'm
  12960. reachable via strix@hotcity.com, henry.norman@cup.portal.com, or
  12961. at work, norman_henry@tandem.com.
  12962.  
  12963. Thanks to Lumpy at HotCity and HarvL at Portal:  the services you
  12964. provide are great.  Let's all hope that Amiga Technologies manages
  12965. to finally give the Amiga the market share it deserves...
  12966. .author
  12967. Henry Norman.
  12968. .distribution
  12969. Copyrighted but Freely Redistributable
  12970. .aminet-dir
  12971. pix/anim
  12972. .execute
  12973. METATOOL Engine.anim  ANIM
  12974. .docs
  12975. ReadMe!
  12976. .described-by
  12977. Richard Fish (rjf@amigalib.com)
  12978. .submittal
  12979. Downloaded via ftp from wuarchive.wustl.edu.
  12980. .stored-in
  12981. FreshFish-Vol10:New/pix/anim/Engine/
  12982. .pi-file
  12983. FreshFish-Vol10:New/pix/anim/Engine/Product-Info
  12984. .name
  12985. EntPreview
  12986. .type
  12987. Picture
  12988. .short
  12989. Gorgeous Enterprise 1701D for Imagine2+
  12990. .description
  12991. This is a preview image of the object which I will be releasing to Aminet
  12992. within the next week. I know there are a lot of other Enterprise models out
  12993. there, but I think that you will find this one is quite acurate and VERY
  12994. detailed AND IT HAS SAUCER SEPERATION CAPABILITIES, flashing lights, and
  12995. exploding warp coils.
  12996.  
  12997. The space station in the background is another gorgeous, extremely detailed
  12998. Imagine object by Carmen Rizzolo (CarmenR@cup.portal.com). Also look for
  12999. Carmen's Enterprise object which used a lot less RAM than mine ;)
  13000. .author
  13001. Trevor Morris
  13002. .distribution
  13003. Copyrighted but Freely Redistributable
  13004. .email
  13005. a3nb@unb.ca
  13006. .aminet-dir
  13007. pix/trace
  13008. .execute
  13009. METATOOL Enterprise.jpg JPEG
  13010. .docs
  13011. EntPreview.readme
  13012. .described-by
  13013. Richard Fish (rjf@amigalib.com)
  13014. .submittal
  13015. Downloaded via ftp from wuarchive.wustl.edu.
  13016. .stored-in
  13017. FreshFish-Vol10:New/pix/trace/EntPreview/
  13018. .pi-file
  13019. FreshFish-Vol10:New/pix/trace/EntPreview/Product-Info
  13020. .name
  13021. EShow
  13022. .type
  13023. Picture Viewer
  13024. .short
  13025. ECS/AGA IFF Viewer w/AppWindow
  13026. .description
  13027. An ECS/AGA IFF Viewer implemented as a commodity with font
  13028. sensitive GUI (just drop your pictures in an AppWindow).
  13029. Autoscroll, REXX port, Arexx example script included.
  13030. .version
  13031. 0,4
  13032. .author
  13033. Guichard Damien
  13034. .requirements
  13035. WB 2.0+ required, WB 2.1+ for localisation.
  13036. .distribution
  13037. Copyrighted but Freely Redistributable
  13038. .address
  13039. 8 Jean GIONO street
  13040. 42100 Saint Etienne
  13041. FRANCE
  13042. .docs
  13043. Contents
  13044. EShow.guide
  13045. EShow_français.guide
  13046. .described-by
  13047. Richard Fish (rjf@amigalib.com)
  13048. .submittal
  13049. Submitted on disk directly by the author.
  13050. .aminet-dir
  13051. gfx/show
  13052. .execute
  13053. LAB Start
  13054. set choice `RequestChoice "EShow" "Please select an option" "View English Guide" "View French Guide" "Install" "Run" "Cancel"`
  13055. if $choice GT "0"
  13056.   if $choice EQ "1"
  13057.     MetaTool EShow.guide GUIDE
  13058.   else
  13059.     if $choice EQ "2"
  13060.       MetaTool EShow_français.guide GUIDE
  13061.     Else
  13062.       if $choice EQ "3"
  13063.         Installer Install APPNAME EShow DEFUSER Novice SCRIPT Install MINUSER Novice
  13064.       else
  13065.         if $choice EQ "4"
  13066.           EShow
  13067.         endif
  13068.       endif
  13069.     endif
  13070.   endif
  13071.   skip Start BACK
  13072. endif
  13073. .stored-in
  13074. FreshFish-Vol10:New/gfx/show/EShow/
  13075. .pi-file
  13076. FreshFish-Vol10:New/gfx/show/EShow/Product-Info
  13077. # This file contains product information that can be used by
  13078. # KingFisher 2.0 and other similar tools.
  13079.  
  13080. .name
  13081. ExCalc
  13082. .type
  13083. Utility
  13084. .short
  13085. GUI/CLI calculator w/ 52 digit accuracy
  13086. .description
  13087. ExCalc is the first calculator available for any computer which provides
  13088. calculations which can be accurate to over 50 digits!  As well all decimals
  13089. are represented exactly so you never loose pennies during a calculation.  All
  13090. this power is made more accessible through the choice of a GUI interface or
  13091. command line entry of complete equations -- not just numbers.  Any entered
  13092. equation can be recalled just by clicking on a history window.  You also have
  13093. access to sixteen memory locations which can store any number.
  13094.  
  13095. Other features:
  13096.     o AREXX interface to calculator functions (NEW)
  13097.     o plotting capability of single-variable functions (NEW)
  13098.     o automatic history logging of both equations and results (NEW)
  13099.     o no more nag requesters (NEW)
  13100.     o full scientific, transcendental, power, and logarithmic operations
  13101.     o programmer functions like and, or, shift, rotate, etc., on 172-bits!
  13102.     o scrolling history window of equations, memory, or results
  13103.     o choice of radian, degree, or gradian angle measurements
  13104.     o from 8 to 52 digits
  13105.     o numbers from -1E9999 to 1E9999
  13106.     o exact decimal number representation
  13107.     o convenience functions like square and cube roots, reciprocal, etc
  13108.     o storage of equations and memory as long as your computer is on
  13109.     o custom fonts with square root and cube root characters
  13110.     o complete calculator engine source code (in Oberon-2) is included
  13111.  
  13112. Includes Oberon-2 source code, CLI and GUI binaries.
  13113. .version
  13114. 1.10
  13115. .date
  13116. 1995.07.30
  13117. .author
  13118. Michael Griebling
  13119. .requirements
  13120. Requires OS 2.0+
  13121. .distribution
  13122. Shareware
  13123. .address
  13124. 150 Clark Blvd., Suite One
  13125. Brampton, Ontario
  13126. Canada, L6T 4Y8
  13127. .docs
  13128. ExCalc.guide
  13129. .described-by
  13130. Michael Griebling (mgriebling@bix.com)
  13131. .submittal
  13132. Submitted via ftp directly by the author.
  13133. .contents
  13134. ExCalc      ExCalc is the best GUI/CLI-based calculator for any computer.
  13135.           New features include an AREXX interface and plot generation
  13136.           of any entered equation (with one dependent variable).
  13137.           Calculations are accurate up to 52 digits with exact decimal
  13138.           fractions.  Full scientific, transcendental, power, programmer,
  13139.           hyperbolic and logarithmic operations.  Scrolling history window
  13140.           with semi-permanent memory & equation storage.  Choice of many
  13141.           number formats and much more!
  13142.           Version 1.1, OS2.0+, shareware, Oberon-2 source, CLI/GUI binaries.
  13143.           Author: Michael Griebling
  13144. .aminet-dir
  13145. misc/math
  13146. .execute
  13147. LAB Start
  13148. set choice `arqreq "Options Selection" "Please select an option" "View Guide" "Run Program" "Cancel" ID=0`
  13149. if $choice GT "0"
  13150.   if $choice EQ "1"
  13151.     MetaTool ExCalc.guide GUIDE
  13152.   else
  13153.     if $choice EQ "2"
  13154.       assign fonts: fonts/ ADD
  13155.       wbrun ExCalcV1.1
  13156.       assign fonts: Fonts/ REMOVE
  13157.     endif
  13158.   endif
  13159.   skip Start BACK
  13160. endif
  13161. .stored-in
  13162. FreshFish-Vol10:New/misc/math/ExCalc/
  13163. .pi-file
  13164. FreshFish-Vol10:New/misc/math/ExCalc/Product-Info
  13165. .name
  13166. ExtraInfo
  13167. .type
  13168. Workbench Tool
  13169. .short
  13170. Deluxe Replacement for WB2+ Info
  13171. .description
  13172. ExtraInfo is a replacement for the Workbench "Information" function,
  13173. and adds a great deal of functionality on top. I wrote it because I
  13174. was sick of squinting at that tiny topaz-8 font in a window without
  13175. keyboard shortcuts that is Commodore's original offering. ExtraInfo
  13176. does *not* require OS3 like all the others, since I'm still getting by
  13177. with OS2. That does mean, however, that it doesn't patch the WBInfo()
  13178. library function: you have to run it like a normal program.\n
  13179. ExtraInfo uses the excellent BGUI library by Jan van den Baard to
  13180. provide font-sensitive, keyboard-controllable gadgets in a resizeable
  13181. window. You'll find the full package on AmiNet in directory dev/gui.\n
  13182. Version 1.1:\n
  13183. - Fixed Enforcer hits on File Info page.\n
  13184. - No longer disables paste button when tooltypes list is empty.\n
  13185. - Forgot to optimize - saves 1K.\n
  13186. Summary of Features:\n
  13187. o Can be started from Workbench or Shell.\n
  13188. o Edit tooltypes, with Insert, Toggle, Duplicate and Remove buttons.
  13189. Also arrange their order with Top, Bottom, Up and Down, and
  13190. cut/copy/paste them to/from the clipboard.\n
  13191. o Comprehensive file, volume and icon information.\n
  13192. o Displays file version ID strings and file type (using WhatIs
  13193. library, by Sylvain Rougier and Pierre Carrette, not included).\n
  13194. o Strip or add bitplanes to icon images - useful for reducing size of
  13195. icon file and eliminating image corruption in faulty icons.\n
  13196. o UnSnapshot icon position and swap pens 1 and 2 (black and white,
  13197. called "ReColor" in IconEdit).\n
  13198. o AppWindow support - drop icons on window to show info for them.
  13199. Also: drop icons on special image box to replace existing icon
  13200. imagery. It is also possible to add icons to files this way.\n
  13201. o AppIcon option, with user-definable imagery and placement.\n
  13202. o Opens on the default public screen, optionally on a named one.\n
  13203. o Font-sensitive gadget layout in resizeable windows using BGUI
  13204. library: uses the screen's default font. Option to override and
  13205. specify font.\n
  13206. o Option to specify tooltypes listview font.\n
  13207. o All gadgets have keyboard shortcuts.\n
  13208. o Installer script included.\n
  13209. o AmigaGuide documentation, available on-line.\n
  13210. o Locale support for presenting all text and messages in the user's
  13211. preferred language, plus option to override and specify language.\n
  13212. .version
  13213. 1.1
  13214. .date
  13215. 1995.05.21
  13216. .author
  13217. Nick Christie
  13218. .restrictions
  13219. No catalog translations available yet. Doesn't patch OS3 WBInfo function.
  13220. .requirements
  13221. WB2.04+ (V37+), BGUI library V38+
  13222. .distribution
  13223. Freeware
  13224. .address
  13225. 39 St Georges Drive
  13226. Bransgore
  13227. BH23 8EZ
  13228. Great Britain
  13229. .email
  13230. nick.christie@oucs.ox.ac.uk (Nick Christie)
  13231. nick@vax.ox.ac.uk (Nick Christie)
  13232. .exectype
  13233. Compiled C
  13234. .installsize
  13235. 35K - 200K
  13236. The minimum value doesn't include bgui.library.
  13237. .construction
  13238. SAS/C 6.55
  13239. .tested
  13240. A2000/030, ECS, 10MB Fast, 1MB Chip, OS V37.
  13241. .run
  13242. ExtraInfo=WB,ExtraInfo
  13243. ExtraInfo=CLI,ExtraInfo
  13244. .docs
  13245. ExtraInfo.guide
  13246. .described-by
  13247. nick.christie@oucs.ox.ac.uk (Nick Christie)
  13248. .execute
  13249. LAB Start
  13250. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
  13251. if $choice GT "0"
  13252.   if $choice EQ "1"
  13253.     MetaTool ExtraInfo.readme TEXT
  13254.   else
  13255.     if $choice EQ "2"
  13256.       MetaTool ExtraInfo.guide GUIDE
  13257.     else
  13258.       if $choice EQ "3"
  13259.         Installer ExtraInfo.install ExtraInfo AVERAGE AVERAGE english
  13260.       else
  13261.         if $choice EQ "4"
  13262.           assign Libs: Libs/ ADD
  13263.           ExtraInfo
  13264.         endif
  13265.       endif
  13266.     endif
  13267.   endif
  13268.   skip Start BACK
  13269. endif
  13270. .aminet-dir
  13271. util/wb
  13272. .stored-in
  13273. FreshFish-Vol10:New/util/wb/ExtraInfo/
  13274. .pi-file
  13275. FreshFish-Vol10:New/util/wb/ExtraInfo/Product-Info
  13276. .name
  13277. f2c
  13278. .fullname
  13279. Fortran 77 to C translator
  13280. .type
  13281. Compiler
  13282. .short
  13283. Fortran 77 to C translator
  13284. .description
  13285. F2c converts Fortran 77 source code in files with names ending in `.f'
  13286. or `.F' to C (or C++) source files in the current directory, with `.c'
  13287. substituted for the final `.f' or `.F'.  If no Fortran files are
  13288. named, f2c reads Fortran from standard input and writes C on standard
  13289. output.  Filenames that end with `.p' or `.P' are taken to be
  13290. prototype files, as produced by option `-P', and are read first.
  13291. .version
  13292. 93.04.28
  13293. .date
  13294. 1993.04.28
  13295. .author
  13296. David Gay
  13297. Stu Feldman
  13298. Mark Maimone
  13299. Norm Schryer
  13300. .distribution
  13301. Copyrighted but Freely Redistributable
  13302. .described-by
  13303. Fred Fish (fnf@amigalib.com)
  13304. .aminet-dir
  13305. gnu/src
  13306. .stored-in
  13307. FreshFish-Vol10:GNU-src/amiga/f2c-1993.04.28-src.lha
  13308. .pi-file
  13309. FreshFish-Vol10:GNU-src/amiga/f2c-1993.04.28-src.lha.pi
  13310. .name
  13311. f2c
  13312. .fullname
  13313. Fortran 77 to C translator
  13314. .type
  13315. Compiler
  13316. .short
  13317. Fortran 77 to C translator
  13318. .description
  13319. F2c converts Fortran 77 source code in files with names ending in `.f'
  13320. or `.F' to C (or C++) source files in the current directory, with `.c'
  13321. substituted for the final `.f' or `.F'.  If no Fortran files are
  13322. named, f2c reads Fortran from standard input and writes C on standard
  13323. output.  Filenames that end with `.p' or `.P' are taken to be
  13324. prototype files, as produced by option `-P', and are read first.
  13325. .version
  13326. 93.04.28
  13327. .date
  13328. 1993.04.28
  13329. .author
  13330. David Gay
  13331. Stu Feldman
  13332. Mark Maimone
  13333. Norm Schryer
  13334. .distribution
  13335. Copyrighted but Freely Redistributable
  13336. .described-by
  13337. Fred Fish (fnf@amigalib.com)
  13338. .aminet-dir
  13339. gnu/base
  13340. .stored-in
  13341. FreshFish-Vol10:GNU-src/baseline/f2c-1993.04.28.tar.gz
  13342. .pi-file
  13343. FreshFish-Vol10:GNU-src/baseline/f2c-1993.04.28.tar.gz.pi
  13344. .name
  13345. Falconia
  13346. .fullname
  13347. Legend of Falconia
  13348. .type
  13349. Adventure Game
  13350. .short
  13351. Demoversion of Legend of Falconia
  13352. .description
  13353. You will it not repent if you buy the orginalversion.  Legend of
  13354. Falconia guide you in a world nobody has seen it before. Experience
  13355. the adventures of Han S0l0, not Han Solo, Iabba, not Jabba, Lord
  13356. Titanius and of course the hero of the game.  Let you bewitch and
  13357. admire the wonderful graphics in over 50 pictures. Let your ears hear
  13358. something good. Admire the fantastic sound from modules of the PD
  13359. sector, which provide the respective situation. Experience things you
  13360. will never experience in the normal live. Communicate with creatures
  13361. you have never seen before. If you imagine the craziest which you can
  13362. imagine you don't come to the crazy standard which is used in the
  13363. game.
  13364. .version
  13365. 2.00
  13366. .author
  13367. Frank Rochter
  13368. .requirements
  13369. PAL Amiga
  13370. 1 MB Chipmem minimum
  13371.     ( good are 1 MB Chipmem + 512 KB other Mem (Chipmem/Fastmem))
  13372. An external drive or a harddisk with 4 MB minimum free
  13373. Kickstart 2.04+
  13374. .distribution
  13375. Shareware
  13376. .price
  13377. $20 (US), 25 DM
  13378. .address
  13379. Pirolweg 26
  13380. 33335 Gutersloh
  13381. Germany
  13382. .docs
  13383. readme
  13384. .described-by
  13385. Richard Fish (rjf@amigalib.com)
  13386. .submittal
  13387. Submitted on disk directly by the author.
  13388. .aminet-dir
  13389. game/role
  13390. .execute
  13391. LAB Start
  13392. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
  13393. if $choice GT "0"
  13394.   if $choice EQ "1"
  13395.     MetaTool readme TEXT
  13396.   else
  13397.     if $choice EQ "2"
  13398.       LOF
  13399.     endif
  13400.   endif
  13401.   skip Start BACK
  13402. endif
  13403. .stored-in
  13404. FreshFish-Vol10:New/game/role/Falconia/
  13405. .pi-file
  13406. FreshFish-Vol10:New/game/role/Falconia/Product-Info
  13407. .name
  13408. FantaSeas
  13409. .aminet-dir
  13410. docs/cds
  13411. .type
  13412. Miscellaneous
  13413. .short
  13414. Basic information about FantaSeas CD
  13415. .description
  13416. Basic information about the FantaSeas CD.
  13417. .author
  13418. Fred Fish
  13419. .distribution
  13420. Copyrighted but Freely Redistributable
  13421. .email
  13422. fnf@amigalib.com
  13423. .phone
  13424. (602) 491-0048
  13425. .fax
  13426. (602) 491-0048
  13427. .docs
  13428. README
  13429. .described-by
  13430. Fred Fish (fnf@amigalib.com)
  13431. .submittal
  13432. Submitted on disk directly by the author.
  13433. .execute
  13434. LAB start
  13435. set choice `RequestChoice "Options Selection" "Please select an option" "README" "Thumb Nails" "Cover" "Disk 1" "Disk 2" "Cancel"`
  13436. if $choice GT "0"
  13437.   if $choice EQ "1"
  13438.     MetaTool README TEXT
  13439.   else
  13440.     if $choice EQ "2"
  13441.       MetaTool ThumbNails.jpg JPEG
  13442.     else
  13443.       if $choice EQ "3"
  13444.         MetaTool Cover.jpg JPEG
  13445.       else
  13446.         if $choice EQ "4"
  13447.           MetaTool Disk1.jpg JPEG
  13448.         else
  13449.           if $choice EQ "5"
  13450.             MetaTool Disk2.jpg JPEG
  13451.           endif
  13452.         endif
  13453.       endif
  13454.     endif
  13455.   endif
  13456.   skip start BACK
  13457. endif
  13458. .stored-in
  13459. FreshFish-Vol10:Useful/docs/CDs/FantaSeas/
  13460. .pi-file
  13461. FreshFish-Vol10:Useful/docs/CDs/FantaSeas/Product-Info
  13462. .name
  13463. Ferry
  13464. .type
  13465. Picture
  13466. .short
  13467. Cool Spaceship (Reflections 2.5)
  13468. .description
  13469. Rendered with A4040 / 10MB RAM / 540 HDD / CD-ROM
  13470. Used Soft: REFLECTIONS 2.53, DPAINT IV AGA and  compressed with GFxConv to JPEG
  13471.  
  13472. This is a 800x600 JPEG of a spaceship, rendered with REFLECTIONS 2.5. The conversion to
  13473. JPEG (JFIF)-Format was done with the great GFX-Conv 1.3 written by Dirk Farin (thanks
  13474. to him)
  13475. This is my first upload in the great AMINet. More to follow....    8-))
  13476. The Spaceship-object is available as SHAREWARE
  13477. Send 10DM/10 US $ + porto
  13478.  
  13479. Dirk Thomsen
  13480. Osterallee 15
  13481. 24944 Flensburg
  13482.  
  13483. The object will be complete with textures but only in the Reflections-format, so you
  13484. have to convert it.
  13485. .author
  13486. Dirk Thomsen
  13487. .distribution
  13488. Copyrighted but Freely Redistributable
  13489. .address
  13490. Osterallee 15
  13491. 24944 Flensburg
  13492. .email
  13493. ZALU@TAM.shnet.org
  13494. .aminet-dir
  13495. pix/trace
  13496. .execute
  13497. METATOOL Ferry.jpg JPEG
  13498. .docs
  13499. Ferry.readme
  13500. .described-by
  13501. Richard Fish (rjf@amigalib.com)
  13502. .submittal
  13503. Downloaded via ftp from wuarchive.wustl.edu.
  13504. .stored-in
  13505. FreshFish-Vol10:New/pix/trace/Ferry/
  13506. .pi-file
  13507. FreshFish-Vol10:New/pix/trace/Ferry/Product-Info
  13508. .name
  13509. FFonts
  13510. .type
  13511. Fonts
  13512. .short
  13513. Sampler of fonts from FreshFonts II CD
  13514. .description
  13515. A sampler of fonts from the FreshFonts II CD.  These are all
  13516. in IntelliFont format, which is the native Amiga format.
  13517. .described-by
  13518. Fred Fish (fnf@amigalib.com)
  13519. .submittal
  13520. Copied from FreshFonts II CD with permission.
  13521. .aminet-dir
  13522. text/font
  13523. .execute
  13524. set orgdir `cd`
  13525. LAB start
  13526. failat 10
  13527. unset filechoice
  13528. unset dirchoice
  13529. cd $orgdir
  13530. set choice `RequestChoice "Options Selection" "Please select an option" "View Files" "Cancel"`
  13531. if $choice GT "0"
  13532.   if $choice EQ "1"
  13533.     set filechoice `RequestFile TITLE "Select Text File"`
  13534.     set dirchoice `pathname $filechoice`
  13535.     set filechoice `basename $filechoice`
  13536.     failat 21
  13537.     cd $dirchoice
  13538.     MetaTool $filechoice TEXT
  13539.   endif
  13540.   skip start BACK
  13541. endif
  13542. .stored-in
  13543. FreshFish-Vol10:New/text/font/FFonts/
  13544. .pi-file
  13545. FreshFish-Vol10:New/text/font/FFonts/Product-Info
  13546. .name
  13547. fifo.library
  13548. .fullname
  13549. fifo library
  13550. .type
  13551. library
  13552. .short
  13553. fifo library and handler
  13554. .description
  13555. This is fifo.library and the FIFO: device, including example code on how
  13556. to use both.
  13557. .version
  13558. 38.0
  13559. .date
  13560. 1995.4.22
  13561. .author
  13562. Matthew Dillon
  13563. Hans Verkuil
  13564. .distribution
  13565. Public Domain
  13566. .described-by
  13567. Fred Fish (fnf@amigalib.com)
  13568. .submittal
  13569. Submitted electronically by Hans Verkuil
  13570. .aminet-dir
  13571. gnu/src
  13572. .stored-in
  13573. FreshFish-Vol10:GNU-src/amiga/fifo-38.0-src.lha
  13574. .pi-file
  13575. FreshFish-Vol10:GNU-src/amiga/fifo-38.0-src.lha.pi
  13576. .name
  13577. fifo.library
  13578. .fullname
  13579. fifo library
  13580. .type
  13581. library
  13582. .short
  13583. fifo library and handler
  13584. .description
  13585. This is fifo.library and the FIFO: device, including example code on how
  13586. to use both.
  13587. .version
  13588. 38.0
  13589. .date
  13590. 1995.4.22
  13591. .author
  13592. Matthew Dillon
  13593. Hans Verkuil
  13594. .distribution
  13595. Public Domain
  13596. .described-by
  13597. Fred Fish (fnf@amigalib.com)
  13598. .submittal
  13599. Submitted electronically by Hans Verkuil
  13600. .aminet-dir
  13601. gnu/base
  13602. .stored-in
  13603. FreshFish-Vol10:GNU-src/baseline/fifo-38.0.tar.gz
  13604. .pi-file
  13605. FreshFish-Vol10:GNU-src/baseline/fifo-38.0.tar.gz.pi
  13606. .name
  13607. fifolib
  13608. .type
  13609. Library
  13610. .short
  13611. A general fifo library implementation
  13612. .description
  13613. FIFO: is like PIPE: but is based on fifo.library rather than its own
  13614. implementation.  Fifo.library is a general fifo library implementation
  13615. that supports named fifos, writing to a fifo from a hardware
  13616. exception, multiple readers on a fifo with each getting the same data
  13617. stream, efficient reading, and automatic or manual flow control.
  13618. Programs that require non-blocking IO can access one side of a FIFO:
  13619. connection via the fifo.library instead of the FIFO: device.
  13620. .version
  13621. 37.4
  13622. .date
  13623. .author
  13624. Matt Dillon
  13625. .restrictions
  13626. .requirements
  13627. .reference
  13628. AmigaLibDisk588:FifoLib/
  13629. 3.4
  13630. AmigaLibDisk519:FifoLib/
  13631. 3.1
  13632. AmigaLibDisk488:FifoDev/
  13633. 2.0
  13634. .keywords
  13635. .distribution
  13636. Copyrighted but Freely Redistributable
  13637. .price
  13638. .address
  13639. .email
  13640. .phone
  13641. .fax
  13642. .exectype
  13643. .installsize
  13644. .source
  13645. Includes source in C.
  13646. .construction
  13647. .tested
  13648. .docs
  13649. fifolib.doc
  13650. fifo.doc
  13651. .described-by
  13652. Fred Fish (fnf@fishpond.cygnus.com)
  13653. .execute
  13654. LAB start
  13655. set choice `RequestChoice "FIFO Library" "Please select an option" "README" "History" "User Docs" "Programmer Docs" "Cancel"`
  13656. if $choice GT "0"
  13657.   if $choice EQ "1"
  13658.     MetaTool README TEXT
  13659.   else
  13660.     if $choice EQ "2"
  13661.       MetaTool version.doc TEXT
  13662.     else
  13663.       if $choice EQ "3"
  13664.         MetaTool fifo.doc TEXT
  13665.       else
  13666.         if $choice EQ "4"
  13667.           MetaTool fifolib.doc TEXT
  13668.         endif
  13669.       endif
  13670.     endif
  13671.   endif
  13672.   skip start BACK
  13673. endif
  13674. .aminet-dir
  13675. util/libs
  13676. .stored-in
  13677. FreshFish-Vol10:Useful/util/libs/FifoLib/
  13678. .pi-file
  13679. FreshFish-Vol10:Useful/util/libs/FifoLib/Product-Info
  13680. # This file contains product information that can be used by
  13681. # KingFisher 2.0 and other similar tools.
  13682.  
  13683. .name
  13684. FileMaster
  13685. .type
  13686. Directory Utility
  13687. .short
  13688. Dirutil with internal multitasking
  13689. .description
  13690. Complete rewrite of FileMaster 2.2.  Main features include:
  13691.  
  13692.     - Multitasking.  You can for example format, copy and view pictures
  13693.       at the same time.
  13694.     - Screen size&mode requester
  13695.     - User selectable fonts for text, directory window and text viewer.
  13696.     - Window size gadget. Useful if FileMaster is opened on Workbench
  13697.       or public screen.
  13698.     - 1-8 directory windows simultaneously on screen.
  13699.     - Full keyboard support.
  13700.     - JPEG image viewer built in Kickstart 3.0/68020 -version.
  13701.     - ShowPic, Show Asc/Hex, Hear, have buffered input.
  13702.     - Localizable
  13703.     - AGA support
  13704. .version
  13705. 3.0ß2.2
  13706. .date
  13707. 1995.07.09
  13708. .author
  13709. Toni Wilen
  13710. .restrictions
  13711. In non-registered version, User commands aren't saved with configuration,
  13712. and there is a Requester reminding of registration
  13713. .requirements
  13714. FileMaster 3.0 comes in two versions:
  13715.   one for Kickstart 2.04, Workbench 2.0 or better,
  13716.   the other requires Kickstart 3.0, Workbench 3.0 and CPU 68020 or better.
  13717.  
  13718. Full AGA support and built-in JPEG viewer is only on Kickstart 3.0 version
  13719. of FileMaster 3.0
  13720. .distribution
  13721. Shareware
  13722. .address
  13723. Sudentie 4
  13724. 13600 HML
  13725. Finland
  13726. .email
  13727. toni_wilen@llauta.fipnet.fi
  13728. .docs
  13729. read.me!
  13730. history.txt
  13731. fm.guide
  13732. .described-by
  13733. Dan Fish (daf@starfish.amigalib.com)
  13734. .submittal
  13735. Downloaded via ftp from wuarchive.wustl.edu.
  13736. .execute
  13737. LAB Start
  13738. set choice `RequestChoice "Options Selection" "Please select an option" "View Readme" "View Guide" "Run Program" "Cancel"`
  13739. if $choice GT "0"
  13740.   if $choice EQ "1"
  13741.     MetaTool read.me! TEXT
  13742.   else
  13743.     if $choice EQ "2"
  13744.       MetaTool fm.guide GUIDE
  13745.     else
  13746.       if $choice EQ "3"
  13747.         fm.000
  13748.       endif
  13749.     endif
  13750.   endif
  13751.   skip Start BACK
  13752. endif
  13753. .aminet-dir
  13754. util/dir
  13755. .stored-in
  13756. FreshFish-Vol10:New/util/dir/FileMaster/
  13757. .pi-file
  13758. FreshFish-Vol10:New/util/dir/FileMaster/Product-Info
  13759. .name
  13760. fileutils
  13761. .fullname
  13762. File management utilities
  13763. .type
  13764. Miscellaneous
  13765. .short
  13766. File management utilities.
  13767. .description
  13768. These are the GNU file management utilities.  Most of these programs
  13769. have significant advantages over their Unix counterparts, such as
  13770. greater speed, additional options, and fewer arbitrary limits.
  13771.  
  13772. The programs that can be built with this package are: chgrp, chown,
  13773. chmod, cp, dd, df, du, install, ln, dir, vdir, ls, mkdir, mvdir,
  13774. mkfifo, mknod, mv, rm, rmdir and touch.  But mvdir is built only on
  13775. systems that lack the rename system call.
  13776.  
  13777. The programs cat, cut, expand, head, paste, split, tac, tail and
  13778. unexpand, which used to be part of the fileutils, are now part of the
  13779. textutils.  Cmp is now part of the diff distribution.
  13780. .version
  13781. 3.12
  13782. .author
  13783. Free Software Foundation
  13784. .distribution
  13785. GNU Public License
  13786. .described-by
  13787. Fred Fish (fnf@amigalib.com)
  13788. .aminet-dir
  13789. gnu/src
  13790. .stored-in
  13791. FreshFish-Vol10:GNU-src/amiga/fileutils-3.12-src.lha
  13792. .pi-file
  13793. FreshFish-Vol10:GNU-src/amiga/fileutils-3.12-src.lha.pi
  13794. .name
  13795. fileutils
  13796. .fullname
  13797. File management utilities
  13798. .type
  13799. Miscellaneous
  13800. .short
  13801. File management utilities.
  13802. .description
  13803. These are the GNU file management utilities.  Most of these programs
  13804. have significant advantages over their Unix counterparts, such as
  13805. greater speed, additional options, and fewer arbitrary limits.
  13806.  
  13807. The programs that can be built with this package are: chgrp, chown,
  13808. chmod, cp, dd, df, du, install, ln, dir, vdir, ls, mkdir, mvdir,
  13809. mkfifo, mknod, mv, rm, rmdir and touch.  But mvdir is built only on
  13810. systems that lack the rename system call.
  13811.  
  13812. The programs cat, cut, expand, head, paste, split, tac, tail and
  13813. unexpand, which used to be part of the fileutils, are now part of the
  13814. textutils.  Cmp is now part of the diff distribution.
  13815. .version
  13816. 3.12
  13817. .author
  13818. Free Software Foundation
  13819. .distribution
  13820. GNU Public License
  13821. .described-by
  13822. Fred Fish (fnf@amigalib.com)
  13823. .aminet-dir
  13824. gnu/base
  13825. .stored-in
  13826. FreshFish-Vol10:GNU-src/baseline/fileutils-3.12.tar.gz
  13827. .pi-file
  13828. FreshFish-Vol10:GNU-src/baseline/fileutils-3.12.tar.gz.pi
  13829. .name
  13830. findutils
  13831. .fullname
  13832. GNU find, xargs, and locate
  13833. .type
  13834. Programmer Tool
  13835. .short
  13836. GNU find, xargs, and locate
  13837. .description
  13838. This package contains the GNU find, xargs, and locate programs.  This
  13839. version of find and xargs comply with POSIX 1003.2, and also support
  13840. some additional options, some borrowed from Unix and some unique to
  13841. GNU.
  13842.  
  13843. To gain speed, GNU find now avoids statting files whenever possible.
  13844. It does this by: (1) Checking the number of links to directories and
  13845. not statting files that it knows aren't directories until it
  13846. encounters a test or action that needs the stat info.  (2) Rearranging
  13847. the command line, where possible, so that it can do tests that don't
  13848. require a stat before tests that do, in hopes that the latter will be
  13849. skipped because of an OR or AND.  (But it only does this where it will
  13850. leave the output unchanged.)
  13851.  
  13852. The locate utility is based on James Woods' public domain fast-find
  13853. code, which is also distributed with the 4.3BSD find.  Because POSIX
  13854. requires `find foo' to have the same effect as `find foo -print', the
  13855. fast-find searching has been moved to a separate program, `locate';
  13856. the same thing has been done in 4.3BSD-reno/4.4BSD.  If you use
  13857. locate, you should run the included `updatedb' script from cron
  13858. periodically (typically nightly).
  13859. .version
  13860. 4.1
  13861. .author
  13862. Free Software Foundation
  13863. .requirements
  13864. Amiga binaries require ixemul.library.
  13865. .distribution
  13866. GNU Public License
  13867. .described-by
  13868. Fred Fish (fnf@amigalib.com)
  13869. .aminet-dir
  13870. gnu/src
  13871. .stored-in
  13872. FreshFish-Vol10:GNU-src/amiga/findutils-4.1-src.lha
  13873. .pi-file
  13874. FreshFish-Vol10:GNU-src/amiga/findutils-4.1-src.lha.pi
  13875. .name
  13876. findutils
  13877. .fullname
  13878. GNU find, xargs, and locate
  13879. .type
  13880. Programmer Tool
  13881. .short
  13882. GNU find, xargs, and locate
  13883. .description
  13884. This package contains the GNU find, xargs, and locate programs.  This
  13885. version of find and xargs comply with POSIX 1003.2, and also support
  13886. some additional options, some borrowed from Unix and some unique to
  13887. GNU.
  13888.  
  13889. To gain speed, GNU find now avoids statting files whenever possible.
  13890. It does this by: (1) Checking the number of links to directories and
  13891. not statting files that it knows aren't directories until it
  13892. encounters a test or action that needs the stat info.  (2) Rearranging
  13893. the command line, where possible, so that it can do tests that don't
  13894. require a stat before tests that do, in hopes that the latter will be
  13895. skipped because of an OR or AND.  (But it only does this where it will
  13896. leave the output unchanged.)
  13897.  
  13898. The locate utility is based on James Woods' public domain fast-find
  13899. code, which is also distributed with the 4.3BSD find.  Because POSIX
  13900. requires `find foo' to have the same effect as `find foo -print', the
  13901. fast-find searching has been moved to a separate program, `locate';
  13902. the same thing has been done in 4.3BSD-reno/4.4BSD.  If you use
  13903. locate, you should run the included `updatedb' script from cron
  13904. periodically (typically nightly).
  13905. .version
  13906. 4.1
  13907. .author
  13908. Free Software Foundation
  13909. .requirements
  13910. Amiga binaries require ixemul.library.
  13911. .distribution
  13912. GNU Public License
  13913. .described-by
  13914. Fred Fish (fnf@amigalib.com)
  13915. .aminet-dir
  13916. gnu/base
  13917. .stored-in
  13918. FreshFish-Vol10:GNU-src/baseline/findutils-4.1.tar.gz
  13919. .pi-file
  13920. FreshFish-Vol10:GNU-src/baseline/findutils-4.1.tar.gz.pi
  13921. .name
  13922. Fish00XXDocs
  13923. .aminet-dir
  13924. docs/fishdisks
  13925. .type
  13926. Miscellaneous
  13927. .short
  13928. CONTENTS files from disks 0001-0099.
  13929. .description
  13930. CONTENTS files from disks 0001-0099, 10 per text file.
  13931. .author
  13932. Fred Fish
  13933. .distribution
  13934. Copyrighted but Freely Redistributable
  13935. .email
  13936. fnf@amigalib.com
  13937. .phone
  13938. (602) 491-0048
  13939. .fax
  13940. (602) 491-0048
  13941. .described-by
  13942. Fred Fish (fnf@amigalib.com)
  13943. .submittal
  13944. Submitted on disk directly by the author.
  13945. .execute
  13946. set orgdir `cd`
  13947. LAB start
  13948. failat 10
  13949. unset filechoice
  13950. unset dirchoice
  13951. cd $orgdir
  13952. set choice `RequestChoice "Options Selection" "Please select an option" "View Files" "Cancel"`
  13953. if $choice GT "0"
  13954.   if $choice EQ "1"
  13955.     set filechoice `RequestFile TITLE "Select Text File"`
  13956.     set dirchoice `pathname $filechoice`
  13957.     set filechoice `basename $filechoice`
  13958.     failat 21
  13959.     cd $dirchoice
  13960.     MetaTool $filechoice TEXT
  13961.   endif
  13962.   skip start BACK
  13963. endif
  13964. .stored-in
  13965. FreshFish-Vol10:Useful/docs/fishdisks/ff00xx/
  13966. .pi-file
  13967. FreshFish-Vol10:Useful/docs/fishdisks/ff00xx/Product-Info
  13968. .name
  13969. Fish01XXDocs
  13970. .aminet-dir
  13971. docs/fishdisks
  13972. .type
  13973. Miscellaneous
  13974. .short
  13975. CONTENTS files from disks 0100-0199.
  13976. .description
  13977. CONTENTS files from disks 0100-0199, 10 per text file.
  13978. .author
  13979. Fred Fish
  13980. .distribution
  13981. Copyrighted but Freely Redistributable
  13982. .email
  13983. fnf@amigalib.com
  13984. .phone
  13985. (602) 491-0048
  13986. .fax
  13987. (602) 491-0048
  13988. .described-by
  13989. Fred Fish (fnf@amigalib.com)
  13990. .submittal
  13991. Submitted on disk directly by the author.
  13992. .execute
  13993. set orgdir `cd`
  13994. LAB start
  13995. failat 10
  13996. unset filechoice
  13997. unset dirchoice
  13998. cd $orgdir
  13999. set choice `RequestChoice "Options Selection" "Please select an option" "View Files" "Cancel"`
  14000. if $choice GT "0"
  14001.   if $choice EQ "1"
  14002.     set filechoice `RequestFile TITLE "Select Text File"`
  14003.     set dirchoice `pathname $filechoice`
  14004.     set filechoice `basename $filechoice`
  14005.     failat 21
  14006.     cd $dirchoice
  14007.     MetaTool $filechoice TEXT
  14008.   endif
  14009.   skip start BACK
  14010. endif
  14011. .stored-in
  14012. FreshFish-Vol10:Useful/docs/fishdisks/ff01xx/
  14013. .pi-file
  14014. FreshFish-Vol10:Useful/docs/fishdisks/ff01xx/Product-Info
  14015. .name
  14016. Fish02XXDocs
  14017. .aminet-dir
  14018. docs/fishdisks
  14019. .type
  14020. Miscellaneous
  14021. .short
  14022. CONTENTS files from disks 0200-0299.
  14023. .description
  14024. CONTENTS files from disks 0200-0299, 10 per text file.
  14025. .author
  14026. Fred Fish
  14027. .distribution
  14028. Copyrighted but Freely Redistributable
  14029. .email
  14030. fnf@amigalib.com
  14031. .phone
  14032. (602) 491-0048
  14033. .fax
  14034. (602) 491-0048
  14035. .described-by
  14036. Fred Fish (fnf@amigalib.com)
  14037. .submittal
  14038. Submitted on disk directly by the author.
  14039. .execute
  14040. set orgdir `cd`
  14041. LAB start
  14042. failat 10
  14043. unset filechoice
  14044. unset dirchoice
  14045. cd $orgdir
  14046. set choice `RequestChoice "Options Selection" "Please select an option" "View Files" "Cancel"`
  14047. if $choice GT "0"
  14048.   if $choice EQ "1"
  14049.     set filechoice `RequestFile TITLE "Select Text File"`
  14050.     set dirchoice `pathname $filechoice`
  14051.     set filechoice `basename $filechoice`
  14052.     failat 21
  14053.     cd $dirchoice
  14054.     MetaTool $filechoice TEXT
  14055.   endif
  14056.   skip start BACK
  14057. endif
  14058. .stored-in
  14059. FreshFish-Vol10:Useful/docs/fishdisks/ff02xx/
  14060. .pi-file
  14061. FreshFish-Vol10:Useful/docs/fishdisks/ff02xx/Product-Info
  14062. .name
  14063. Fish03XXDocs
  14064. .aminet-dir
  14065. docs/fishdisks
  14066. .type
  14067. Miscellaneous
  14068. .short
  14069. CONTENTS files from disks 0300-0399.
  14070. .description
  14071. CONTENTS files from disks 0300-0399, 10 per text file.
  14072. .author
  14073. Fred Fish
  14074. .distribution
  14075. Copyrighted but Freely Redistributable
  14076. .email
  14077. fnf@amigalib.com
  14078. .phone
  14079. (602) 491-0048
  14080. .fax
  14081. (602) 491-0048
  14082. .described-by
  14083. Fred Fish (fnf@amigalib.com)
  14084. .submittal
  14085. Submitted on disk directly by the author.
  14086. .execute
  14087. set orgdir `cd`
  14088. LAB start
  14089. failat 10
  14090. unset filechoice
  14091. unset dirchoice
  14092. cd $orgdir
  14093. set choice `RequestChoice "Options Selection" "Please select an option" "View Files" "Cancel"`
  14094. if $choice GT "0"
  14095.   if $choice EQ "1"
  14096.     set filechoice `RequestFile TITLE "Select Text File"`
  14097.     set dirchoice `pathname $filechoice`
  14098.     set filechoice `basename $filechoice`
  14099.     failat 21
  14100.     cd $dirchoice
  14101.     MetaTool $filechoice TEXT
  14102.   endif
  14103.   skip start BACK
  14104. endif
  14105. .stored-in
  14106. FreshFish-Vol10:Useful/docs/fishdisks/ff03xx/
  14107. .pi-file
  14108. FreshFish-Vol10:Useful/docs/fishdisks/ff03xx/Product-Info
  14109. .name
  14110. Fish04XXDocs
  14111. .aminet-dir
  14112. docs/fishdisks
  14113. .type
  14114. Miscellaneous
  14115. .short
  14116. CONTENTS files from disks 0400-0499.
  14117. .description
  14118. CONTENTS files from disks 0400-0499, 10 per text file.
  14119. .author
  14120. Fred Fish
  14121. .distribution
  14122. Copyrighted but Freely Redistributable
  14123. .email
  14124. fnf@amigalib.com
  14125. .phone
  14126. (602) 491-0048
  14127. .fax
  14128. (602) 491-0048
  14129. .described-by
  14130. Fred Fish (fnf@amigalib.com)
  14131. .submittal
  14132. Submitted on disk directly by the author.
  14133. .execute
  14134. set orgdir `cd`
  14135. LAB start
  14136. failat 10
  14137. unset filechoice
  14138. unset dirchoice
  14139. cd $orgdir
  14140. set choice `RequestChoice "Options Selection" "Please select an option" "View Files" "Cancel"`
  14141. if $choice GT "0"
  14142.   if $choice EQ "1"
  14143.     set filechoice `RequestFile TITLE "Select Text File"`
  14144.     set dirchoice `pathname $filechoice`
  14145.     set filechoice `basename $filechoice`
  14146.     failat 21
  14147.     cd $dirchoice
  14148.     MetaTool $filechoice TEXT
  14149.   endif
  14150.   skip start BACK
  14151. endif
  14152. .stored-in
  14153. FreshFish-Vol10:Useful/docs/fishdisks/ff04xx/
  14154. .pi-file
  14155. FreshFish-Vol10:Useful/docs/fishdisks/ff04xx/Product-Info
  14156. .name
  14157. Fish05XXDocs
  14158. .aminet-dir
  14159. docs/fishdisks
  14160. .type
  14161. Miscellaneous
  14162. .short
  14163. CONTENTS files from disks 0500-0599.
  14164. .description
  14165. CONTENTS files from disks 0500-0599, 10 per text file.
  14166. .author
  14167. Fred Fish
  14168. .distribution
  14169. Copyrighted but Freely Redistributable
  14170. .email
  14171. fnf@amigalib.com
  14172. .phone
  14173. (602) 491-0048
  14174. .fax
  14175. (602) 491-0048
  14176. .described-by
  14177. Fred Fish (fnf@amigalib.com)
  14178. .submittal
  14179. Submitted on disk directly by the author.
  14180. .execute
  14181. set orgdir `cd`
  14182. LAB start
  14183. failat 10
  14184. unset filechoice
  14185. unset dirchoice
  14186. cd $orgdir
  14187. set choice `RequestChoice "Options Selection" "Please select an option" "View Files" "Cancel"`
  14188. if $choice GT "0"
  14189.   if $choice EQ "1"
  14190.     set filechoice `RequestFile TITLE "Select Text File"`
  14191.     set dirchoice `pathname $filechoice`
  14192.     set filechoice `basename $filechoice`
  14193.     failat 21
  14194.     cd $dirchoice
  14195.     MetaTool $filechoice TEXT
  14196.   endif
  14197.   skip start BACK
  14198. endif
  14199. .stored-in
  14200. FreshFish-Vol10:Useful/docs/fishdisks/ff05xx/
  14201. .pi-file
  14202. FreshFish-Vol10:Useful/docs/fishdisks/ff05xx/Product-Info
  14203. .name
  14204. Fish06XXDocs
  14205. .aminet-dir
  14206. docs/fishdisks
  14207. .type
  14208. Miscellaneous
  14209. .short
  14210. CONTENTS files from disks 0600-0699.
  14211. .description
  14212. CONTENTS files from disks 0600-0699, 10 per text file.
  14213. .author
  14214. Fred Fish
  14215. .distribution
  14216. Copyrighted but Freely Redistributable
  14217. .email
  14218. fnf@amigalib.com
  14219. .phone
  14220. (602) 491-0048
  14221. .fax
  14222. (602) 491-0048
  14223. .described-by
  14224. Fred Fish (fnf@amigalib.com)
  14225. .submittal
  14226. Submitted on disk directly by the author.
  14227. .execute
  14228. set orgdir `cd`
  14229. LAB start
  14230. failat 10
  14231. unset filechoice
  14232. unset dirchoice
  14233. cd $orgdir
  14234. set choice `RequestChoice "Options Selection" "Please select an option" "View Files" "Cancel"`
  14235. if $choice GT "0"
  14236.   if $choice EQ "1"
  14237.     set filechoice `RequestFile TITLE "Select Text File"`
  14238.     set dirchoice `pathname $filechoice`
  14239.     set filechoice `basename $filechoice`
  14240.     failat 21
  14241.     cd $dirchoice
  14242.     MetaTool $filechoice TEXT
  14243.   endif
  14244.   skip start BACK
  14245. endif
  14246. .stored-in
  14247. FreshFish-Vol10:Useful/docs/fishdisks/ff06xx/
  14248. .pi-file
  14249. FreshFish-Vol10:Useful/docs/fishdisks/ff06xx/Product-Info
  14250. .name
  14251. Fish07XXDocs
  14252. .aminet-dir
  14253. docs/fishdisks
  14254. .type
  14255. Miscellaneous
  14256. .short
  14257. CONTENTS files from disks 0700-0799.
  14258. .description
  14259. CONTENTS files from disks 0700-0799, 10 per text file.
  14260. .author
  14261. Fred Fish
  14262. .distribution
  14263. Copyrighted but Freely Redistributable
  14264. .email
  14265. fnf@amigalib.com
  14266. .phone
  14267. (602) 491-0048
  14268. .fax
  14269. (602) 491-0048
  14270. .described-by
  14271. Fred Fish (fnf@amigalib.com)
  14272. .submittal
  14273. Submitted on disk directly by the author.
  14274. .execute
  14275. set orgdir `cd`
  14276. LAB start
  14277. failat 10
  14278. unset filechoice
  14279. unset dirchoice
  14280. cd $orgdir
  14281. set choice `RequestChoice "Options Selection" "Please select an option" "View Files" "Cancel"`
  14282. if $choice GT "0"
  14283.   if $choice EQ "1"
  14284.     set filechoice `RequestFile TITLE "Select Text File"`
  14285.     set dirchoice `pathname $filechoice`
  14286.     set filechoice `basename $filechoice`
  14287.     failat 21
  14288.     cd $dirchoice
  14289.     MetaTool $filechoice TEXT
  14290.   endif
  14291.   skip start BACK
  14292. endif
  14293. .stored-in
  14294. FreshFish-Vol10:Useful/docs/fishdisks/ff07xx/
  14295. .pi-file
  14296. FreshFish-Vol10:Useful/docs/fishdisks/ff07xx/Product-Info
  14297. .name
  14298. Fish08XXDocs
  14299. .aminet-dir
  14300. docs/fishdisks
  14301. .type
  14302. Miscellaneous
  14303. .short
  14304. CONTENTS files from disks 0800-0899.
  14305. .description
  14306. CONTENTS files from disks 0800-0899, 10 per text file.
  14307. .author
  14308. Fred Fish
  14309. .distribution
  14310. Copyrighted but Freely Redistributable
  14311. .email
  14312. fnf@amigalib.com
  14313. .phone
  14314. (602) 491-0048
  14315. .fax
  14316. (602) 491-0048
  14317. .described-by
  14318. Fred Fish (fnf@amigalib.com)
  14319. .submittal
  14320. Submitted on disk directly by the author.
  14321. .execute
  14322. set orgdir `cd`
  14323. LAB start
  14324. failat 10
  14325. unset filechoice
  14326. unset dirchoice
  14327. cd $orgdir
  14328. set choice `RequestChoice "Options Selection" "Please select an option" "View Files" "Cancel"`
  14329. if $choice GT "0"
  14330.   if $choice EQ "1"
  14331.     set filechoice `RequestFile TITLE "Select Text File"`
  14332.     set dirchoice `pathname $filechoice`
  14333.     set filechoice `basename $filechoice`
  14334.     failat 21
  14335.     cd $dirchoice
  14336.     MetaTool $filechoice TEXT
  14337.   endif
  14338.   skip start BACK
  14339. endif
  14340. .stored-in
  14341. FreshFish-Vol10:Useful/docs/fishdisks/ff08xx/
  14342. .pi-file
  14343. FreshFish-Vol10:Useful/docs/fishdisks/ff08xx/Product-Info
  14344. .name
  14345. Fish09XXDocs
  14346. .aminet-dir
  14347. docs/fishdisks
  14348. .type
  14349. Miscellaneous
  14350. .short
  14351. CONTENTS files from disks 0900-0999.
  14352. .description
  14353. CONTENTS files from disks 0900-0999, 10 per text file.
  14354. .author
  14355. Fred Fish
  14356. .distribution
  14357. Copyrighted but Freely Redistributable
  14358. .email
  14359. fnf@amigalib.com
  14360. .phone
  14361. (602) 491-0048
  14362. .fax
  14363. (602) 491-0048
  14364. .described-by
  14365. Fred Fish (fnf@amigalib.com)
  14366. .submittal
  14367. Submitted on disk directly by the author.
  14368. .execute
  14369. set orgdir `cd`
  14370. LAB start
  14371. failat 10
  14372. unset filechoice
  14373. unset dirchoice
  14374. cd $orgdir
  14375. set choice `RequestChoice "Options Selection" "Please select an option" "View Files" "Cancel"`
  14376. if $choice GT "0"
  14377.   if $choice EQ "1"
  14378.     set filechoice `RequestFile TITLE "Select Text File"`
  14379.     set dirchoice `pathname $filechoice`
  14380.     set filechoice `basename $filechoice`
  14381.     failat 21
  14382.     cd $dirchoice
  14383.     MetaTool $filechoice TEXT
  14384.   endif
  14385.   skip start BACK
  14386. endif
  14387. .stored-in
  14388. FreshFish-Vol10:Useful/docs/fishdisks/ff09xx/
  14389. .pi-file
  14390. FreshFish-Vol10:Useful/docs/fishdisks/ff09xx/Product-Info
  14391. .name
  14392. Fish10XXDocs
  14393. .aminet-dir
  14394. docs/fishdisks
  14395. .type
  14396. Miscellaneous
  14397. .short
  14398. CONTENTS files from disks 1000-1000.
  14399. .description
  14400. CONTENTS files from disks 1000-1000, 10 per text file.
  14401. (Current highest released disk is 1000, but more are
  14402. being worked on.)
  14403. .author
  14404. Fred Fish
  14405. .distribution
  14406. Copyrighted but Freely Redistributable
  14407. .email
  14408. fnf@amigalib.com
  14409. .phone
  14410. (602) 491-0048
  14411. .fax
  14412. (602) 491-0048
  14413. .described-by
  14414. Fred Fish (fnf@amigalib.com)
  14415. .submittal
  14416. Submitted on disk directly by the author.
  14417. .execute
  14418. set orgdir `cd`
  14419. LAB start
  14420. failat 10
  14421. unset filechoice
  14422. unset dirchoice
  14423. cd $orgdir
  14424. set choice `RequestChoice "Options Selection" "Please select an option" "View Files" "Cancel"`
  14425. if $choice GT "0"
  14426.   if $choice EQ "1"
  14427.     set filechoice `RequestFile TITLE "Select Text File"`
  14428.     set dirchoice `pathname $filechoice`
  14429.     set filechoice `basename $filechoice`
  14430.     failat 21
  14431.     cd $dirchoice
  14432.     MetaTool $filechoice TEXT
  14433.   endif
  14434.   skip start BACK
  14435. endif
  14436. .stored-in
  14437. FreshFish-Vol10:Useful/docs/fishdisks/ff10xx/
  14438. .pi-file
  14439. FreshFish-Vol10:Useful/docs/fishdisks/ff10xx/Product-Info
  14440. .name
  14441. Flat
  14442. .type
  14443. Device Handler
  14444. .short
  14445. Handler for block-mapped filing devices
  14446. .description
  14447. A filing system handler which implements block-mapped filing devices
  14448. such as available under Un*x.  Read and write calls are mapped to
  14449. low-level system IO operations which allow to treat devices such as
  14450. df0:, dh0:, rad:, etc. as big data files.  These `virtual' files can
  14451. be copied, read and written just like any standard AmigaDOS file.  It
  14452. is even possible to copy a whole disk with the CLI `Copy' command or
  14453. to archive disks with LhArc and the like.  Written as a supplement for
  14454. the Amiga `tar' program.
  14455. .version
  14456. 1.3
  14457. .date
  14458. .author
  14459. Olaf `Olsen' Barthel
  14460. .restrictions
  14461. .requirements
  14462. .reference
  14463. AmigaLibDisk535:Flat/
  14464. 1.3
  14465. .keywords
  14466. .distribution
  14467. Shareware
  14468. .price
  14469. .address
  14470. Brabeckstrasse 35
  14471. D-3000 Hannover 71
  14472. Federal Republic of Germany
  14473. .email
  14474. .phone
  14475. .fax
  14476. .exectype
  14477. .installsize
  14478. .source
  14479. Includes source in C.
  14480. .construction
  14481. .tested
  14482. .docs
  14483. Flat.doc
  14484. .described-by
  14485. Fred Fish (fnf@fishpond.cygnus.com)
  14486. .submittal
  14487. .execute
  14488. LAB start
  14489. set choice `RequestChoice "Flat Handler" "Please select an option" "View Documentation" "Cancel"`
  14490. if $choice GT "0"
  14491.   if $choice EQ "1"
  14492.     MetaTool Flat.doc TEXT
  14493.   endif
  14494.   skip start BACK
  14495. endif
  14496. .aminet-dir
  14497. disk/misc
  14498. .stored-in
  14499. FreshFish-Vol10:Useful/disk/misc/Flat/
  14500. .pi-file
  14501. FreshFish-Vol10:Useful/disk/misc/Flat/Product-Info
  14502. .name
  14503. flex
  14504. .fullname
  14505. Fast lexical analyzer generator
  14506. .type
  14507. Programmer Tool
  14508. .short
  14509. Fast lexical analyzer generator
  14510. .description
  14511. Flex is a tool for generating scanners, programs which recognized
  14512. lexical patterns in text.  Flex reads the given input files, or its
  14513. standard input if no file names are given, for a description of a
  14514. scanner to generate.  The description is in the form of pairs of
  14515. regular expressions and C code, called rules.  Flex generates as
  14516. output a C source file, lex.yy.c, which defines a routine yylex().
  14517. This file is compiled and linked with the -lfl library to produce an
  14518. executable.  When the executable is run, it analyzes its input for
  14519. occurrences of the regular expressions.  Whenever it finds one, it
  14520. executes the corresponding C code.
  14521. .version
  14522. 2.5.2
  14523. .author
  14524. Vern Paxson
  14525. Van Jacobson
  14526. Jef Poskanzer
  14527. .requirements
  14528. Amiga binaries require ixemul.library.
  14529. .distribution
  14530. GNU Public License
  14531. .described-by
  14532. Fred Fish (fnf@amigalib.com)
  14533. .aminet-dir
  14534. gnu/src
  14535. .stored-in
  14536. FreshFish-Vol10:GNU-src/amiga/flex-2.5.2-src.lha
  14537. .pi-file
  14538. FreshFish-Vol10:GNU-src/amiga/flex-2.5.2-src.lha.pi
  14539. .name
  14540. flex
  14541. .fullname
  14542. Fast lexical analyzer generator
  14543. .type
  14544. Programmer Tool
  14545. .short
  14546. Fast lexical analyzer generator
  14547. .description
  14548. Flex is a tool for generating scanners, programs which recognized
  14549. lexical patterns in text.  Flex reads the given input files, or its
  14550. standard input if no file names are given, for a description of a
  14551. scanner to generate.  The description is in the form of pairs of
  14552. regular expressions and C code, called rules.  Flex generates as
  14553. output a C source file, lex.yy.c, which defines a routine yylex().
  14554. This file is compiled and linked with the -lfl library to produce an
  14555. executable.  When the executable is run, it analyzes its input for
  14556. occurrences of the regular expressions.  Whenever it finds one, it
  14557. executes the corresponding C code.
  14558. .version
  14559. 2.5.2
  14560. .author
  14561. Vern Paxson
  14562. Van Jacobson
  14563. Jef Poskanzer
  14564. .requirements
  14565. Amiga binaries require ixemul.library.
  14566. .distribution
  14567. GNU Public License
  14568. .described-by
  14569. Fred Fish (fnf@amigalib.com)
  14570. .aminet-dir
  14571. gnu/base
  14572. .stored-in
  14573. FreshFish-Vol10:GNU-src/baseline/flex-2.5.2.tar.gz
  14574. .pi-file
  14575. FreshFish-Vol10:GNU-src/baseline/flex-2.5.2.tar.gz.pi
  14576. .name
  14577. Flush
  14578. .type
  14579. OS Utility
  14580. .short
  14581. Flushes unused libs, devices, and fonts
  14582. .description
  14583. Flushes unused libraries, devices and fonts from RAM.  Options include
  14584. flush all, flush one type, report but don't flush, report which got
  14585. flushed, and amount of memory regained.  Runs from CLI, under AmigaDOS
  14586. 2.04 or later.
  14587. .version
  14588. 1.2
  14589. .author
  14590. Gary Duncan
  14591. .requirements
  14592. Requires AmigaDOS 2.04 or later.
  14593. .distribution
  14594. Freeware
  14595. .address
  14596. 57 Melbourne Hill Rd
  14597. Warrandyte
  14598. Vic 3113
  14599. Australia
  14600. .email
  14601. gduncan@philips.oz.au
  14602. .docs
  14603. README
  14604. .described-by
  14605. Fred Fish (fnf@fishpond.cygnus.com)
  14606. .submittal
  14607. Submitted electronically directly by the author.
  14608. .execute
  14609. set orgdir `cd`
  14610. LAB start
  14611. failat 10
  14612. unset filechoice
  14613. unset dirchoice
  14614. cd $orgdir
  14615. set choice `RequestChoice "Flush" "Please select an option" "README" "View Source" "Cancel"`
  14616. if $choice GT "0"
  14617.   if $choice EQ "1"
  14618.     MetaTool README TEXT
  14619.   else
  14620.     if $choice EQ "2"
  14621.       set filechoice `RequestFile TITLE "Select Source File" PATTERN "(#?.c|#?.h)"`
  14622.       set dirchoice `pathname $filechoice`
  14623.       set filechoice `basename $filechoice`
  14624.       failat 21
  14625.       cd $dirchoice
  14626.       MetaTool $filechoice TEXT
  14627.     endif
  14628.   endif
  14629.   skip start BACK
  14630. endif
  14631. .aminet-dir
  14632. util/misc
  14633. .stored-in
  14634. FreshFish-Vol10:Useful/util/misc/Flush/
  14635. .pi-file
  14636. FreshFish-Vol10:Useful/util/misc/Flush/Product-Info
  14637. .name
  14638. fmdesk
  14639. .type
  14640. Picture
  14641. .short
  14642. Imagine 3.2 render of a desk
  14643. .description
  14644. Ok... This is my second "proper" render and I feel is not quite so cliched as
  14645. Volvic.jpg.. which is also around here.
  14646.  
  14647. It`s meant to be a render of Mulder`s desk, from the X-Files. :)
  14648.  
  14649.  
  14650. Hope you like it...
  14651.  
  14652. Check out my web page if you want
  14653.  
  14654. http://www.ex.ac.uk/~ge94saj/renders.html
  14655.  
  14656.  
  14657. Thanks
  14658.  
  14659. steve
  14660. .author
  14661. Steve Jalim
  14662. .distribution
  14663. Copyrighted but Freely Redistributable
  14664. .email
  14665. S.A.Jalim@queens.ex.ac.uk
  14666. .aminet-dir
  14667. pix/imagi
  14668. .execute
  14669. METATOOL fmdesk.jpg JPEG
  14670. .docs
  14671. fmdesk.readme
  14672. .described-by
  14673. Richard Fish (rjf@amigalib.com)
  14674. .submittal
  14675. Downloaded via ftp from wuarchive.wustl.edu.
  14676. .stored-in
  14677. FreshFish-Vol10:New/pix/imagi/fmdesk/
  14678. .pi-file
  14679. FreshFish-Vol10:New/pix/imagi/fmdesk/Product-Info
  14680. .name
  14681. fontutils
  14682. .fullname
  14683. GNU Font Utilities
  14684. .type
  14685. Text Processing
  14686. .short
  14687. Utility package to manipulate fonts.
  14688. .description
  14689. You can manipulate fonts in various ways using the utilities:
  14690. conversion of a scanned image to a bitmap font, hand-editing of
  14691. bitmaps, conversion of a bitmap font to an outline font, and more.
  14692. More generally, you can start with a scanned image of artwork and work
  14693. your way through to a finished font with side bearings, accented
  14694. characters, ligatures, and so on.
  14695.  
  14696. The font formats recognized by these programs are primarily those used
  14697. by the (freely available) TeX typesetting system developed by Donald
  14698. E. Knuth from 1977--1990.  The filenames, font searching, and other
  14699. aspects of their usage are also based on TeX.  They also support
  14700. output of PostScript Type 1 fonts.
  14701. .version
  14702. 0.6
  14703. .date
  14704. 1992.10.28
  14705. .author
  14706. Karl Berry
  14707. Kathryn Hargreaves
  14708. Richard Murphey
  14709. Erik Wallin
  14710. .distribution
  14711. GNU Public License
  14712. .source
  14713. Includes source in C.
  14714. .described-by
  14715. Fred Fish (fnf@amigalib.com)
  14716. .submittal
  14717. Downloaded via ftp from prep.ai.mit.edu:pub/gnu
  14718. .aminet-dir
  14719. gnu/src
  14720. .stored-in
  14721. FreshFish-Vol10:GNU-src/amiga/fontutils-0.6-src.lha
  14722. .pi-file
  14723. FreshFish-Vol10:GNU-src/amiga/fontutils-0.6-src.lha.pi
  14724. .name
  14725. fontutils
  14726. .fullname
  14727. GNU Font Utilities
  14728. .type
  14729. Text Processing
  14730. .short
  14731. Utility package to manipulate fonts.
  14732. .description
  14733. You can manipulate fonts in various ways using the utilities:
  14734. conversion of a scanned image to a bitmap font, hand-editing of
  14735. bitmaps, conversion of a bitmap font to an outline font, and more.
  14736. More generally, you can start with a scanned image of artwork and work
  14737. your way through to a finished font with side bearings, accented
  14738. characters, ligatures, and so on.
  14739.  
  14740. The font formats recognized by these programs are primarily those used
  14741. by the (freely available) TeX typesetting system developed by Donald
  14742. E. Knuth from 1977--1990.  The filenames, font searching, and other
  14743. aspects of their usage are also based on TeX.  They also support
  14744. output of PostScript Type 1 fonts.
  14745. .version
  14746. 0.6
  14747. .date
  14748. 1992.10.28
  14749. .author
  14750. Karl Berry
  14751. Kathryn Hargreaves
  14752. Richard Murphey
  14753. Erik Wallin
  14754. .distribution
  14755. GNU Public License
  14756. .source
  14757. Includes source in C.
  14758. .described-by
  14759. Fred Fish (fnf@amigalib.com)
  14760. .submittal
  14761. Downloaded via ftp from prep.ai.mit.edu:pub/gnu
  14762. .aminet-dir
  14763. gnu/base
  14764. .stored-in
  14765. FreshFish-Vol10:GNU-src/baseline/fontutils-0.6.tar.gz
  14766. .pi-file
  14767. FreshFish-Vol10:GNU-src/baseline/fontutils-0.6.tar.gz.pi
  14768. .name
  14769. Font_dt
  14770. .type
  14771. Datatype
  14772. .short
  14773. DataType for Amiga fonts
  14774. .description
  14775. This package contains DataTypes picture subclass for loading and
  14776. displaying Amiga fonts.  It will load normal fonts, colour fonts
  14777. and outline fonts.  Configuration files allow user to customize
  14778. appearance of fonts.  Docs in AmigaGuide® format and Installer
  14779. script are included.
  14780. .version
  14781. 1.1
  14782. .author
  14783. Michal Letowski
  14784. .requirements
  14785. Requires OS 3.0+
  14786. .distribution
  14787. Freeware
  14788. .address
  14789. Przyjazni 51/17
  14790. 53-030 Wroclaw
  14791. POLAND
  14792. .email
  14793. letowski@ci-1.ci.pwr.wroc.pl
  14794. .source
  14795. Includes partial source
  14796. .docs
  14797. FontDT-1.1.readme
  14798. FontDT.guide
  14799. .described-by
  14800. Dan Fish (daf@starfish.amigalib.com)
  14801. .submittal
  14802. Downloaded via ftp from wuarchive.wustl.edu.
  14803. .execute
  14804. LAB Start
  14805. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Cancel"`
  14806. if $choice GT "0"
  14807.   if $choice EQ "1"
  14808.     MetaTool FontDT-1.1.readme TEXT
  14809.   else
  14810.     if $choice EQ "2"
  14811.       MetaTool FontDT.guide GUIDE
  14812.     else
  14813.       if $choice EQ "3"
  14814.         Installer "Install FontDT" FontDT NOVICE AVERAGE
  14815.       endif
  14816.     endif
  14817.   endif
  14818.   skip Start BACK
  14819. endif
  14820. .aminet-dir
  14821. util/dtype
  14822. .stored-in
  14823. FreshFish-Vol10:New/util/dtype/Font_dt/
  14824. .pi-file
  14825. FreshFish-Vol10:New/util/dtype/Font_dt/Product-Info
  14826. .name
  14827. FreshFishVol10Docs
  14828. .aminet-dir
  14829. docs/cds
  14830. .type
  14831. Miscellaneous
  14832. .short
  14833. Basic information about FreshFish Vol 10
  14834. .description
  14835. Basic information about FreshFish Vol 10, including any README
  14836. type files, CRC list of the files if available, INDEX files,
  14837. long CONTENTS files, etc.
  14838. .author
  14839. Fred Fish
  14840. .distribution
  14841. Copyrighted but Freely Redistributable
  14842. .email
  14843. fnf@amigalib.com
  14844. .phone
  14845. (602) 491-0048
  14846. .fax
  14847. (602) 491-0048
  14848. .docs
  14849. README
  14850. .described-by
  14851. Fred Fish (fnf@amigalib.com)
  14852. .submittal
  14853. Submitted on disk directly by the author.
  14854. .execute
  14855. LAB start
  14856. set choice `RequestChoice "Options Selection" "Please select an option" "README" "CONTENTS" "Cover" "Cancel"`
  14857. if $choice GT "0"
  14858.   if $choice EQ "1"
  14859.     MetaTool README TEXT
  14860.   else
  14861.     if $choice EQ "2"
  14862.       MetaTool CONTENTS TEXT
  14863.     else
  14864.       if $choice EQ "3"
  14865.         MetaTool Cover.jpg JPEG
  14866.       endif
  14867.     endif
  14868.   endif
  14869.   skip start BACK
  14870. endif
  14871. .stored-in
  14872. FreshFish-Vol10:Useful/docs/CDs/FreshFish-Vol10/
  14873. .pi-file
  14874. FreshFish-Vol10:Useful/docs/CDs/FreshFish-Vol10/Product-Info
  14875. .name
  14876. FreshFishVol1Docs
  14877. .aminet-dir
  14878. docs/cds
  14879. .type
  14880. Miscellaneous
  14881. .short
  14882. Basic information about FreshFish Vol 1.
  14883. .description
  14884. Basic information about FreshFish Vol 1, including any README
  14885. type files, CRC list of the files if available, INDEX files,
  14886. long CONTENTS files, etc.
  14887. .author
  14888. Fred Fish
  14889. .distribution
  14890. Copyrighted but Freely Redistributable
  14891. .email
  14892. fnf@amigalib.com
  14893. .phone
  14894. (602) 491-0048
  14895. .fax
  14896. (602) 491-0048
  14897. .docs
  14898. README
  14899. .described-by
  14900. Fred Fish (fnf@amigalib.com)
  14901. .submittal
  14902. Submitted on disk directly by the author.
  14903. .execute
  14904. LAB start
  14905. set choice `RequestChoice "Options Selection" "Please select an option" "README" "CONTENTS" "Cover" "Cancel"`
  14906. if $choice GT "0"
  14907.   if $choice EQ "1"
  14908.     MetaTool README TEXT
  14909.   else
  14910.     if $choice EQ "2"
  14911.       MetaTool CONTENTS TEXT
  14912.     else
  14913.       if $choice EQ "3"
  14914.         MetaTool Disk.jpg JPEG
  14915.       endif
  14916.     endif
  14917.   endif
  14918.   skip start BACK
  14919. endif
  14920. .stored-in
  14921. FreshFish-Vol10:Useful/docs/CDs/FreshFish-Vol01/
  14922. .pi-file
  14923. FreshFish-Vol10:Useful/docs/CDs/FreshFish-Vol01/Product-Info
  14924. .name
  14925. FreshFishVol2Docs
  14926. .aminet-dir
  14927. docs/cds
  14928. .type
  14929. Miscellaneous
  14930. .short
  14931. Basic information about FreshFish Vol 2.
  14932. .description
  14933. Basic information about FreshFish Vol 2, including any README
  14934. type files, CRC list of the files if available, INDEX files,
  14935. long CONTENTS files, etc.
  14936. .author
  14937. Fred Fish
  14938. .distribution
  14939. Copyrighted but Freely Redistributable
  14940. .email
  14941. fnf@amigalib.com
  14942. .phone
  14943. (602) 491-0048
  14944. .fax
  14945. (602) 491-0048
  14946. .docs
  14947. README
  14948. .described-by
  14949. Fred Fish (fnf@amigalib.com)
  14950. .submittal
  14951. Submitted on disk directly by the author.
  14952. .execute
  14953. LAB start
  14954. set choice `RequestChoice "Options Selection" "Please select an option" "README" "CONTENTS" "Cover" "Disk" "Cancel"`
  14955. if $choice GT "0"
  14956.   if $choice EQ "1"
  14957.     MetaTool README TEXT
  14958.   else
  14959.     if $choice EQ "2"
  14960.       MetaTool CONTENTS TEXT
  14961.     else
  14962.       if $choice EQ "3"
  14963.         MetaTool Cover.jpg JPEG
  14964.       else
  14965.         if $choice EQ "4"
  14966.           MetaTool Disk.jpg JPEG
  14967.         endif
  14968.       endif
  14969.     endif
  14970.   endif
  14971.   skip start BACK
  14972. endif
  14973. .stored-in
  14974. FreshFish-Vol10:Useful/docs/CDs/FreshFish-Vol02/
  14975. .pi-file
  14976. FreshFish-Vol10:Useful/docs/CDs/FreshFish-Vol02/Product-Info
  14977. .name
  14978. FreshFishVol3Docs
  14979. .aminet-dir
  14980. docs/cds
  14981. .type
  14982. Miscellaneous
  14983. .short
  14984. Basic information about FreshFish Vol 3.
  14985. .description
  14986. Basic information about FreshFish Vol 3, including any README
  14987. type files, CRC list of the files if available, INDEX files,
  14988. long CONTENTS files, etc.
  14989. .author
  14990. Fred Fish
  14991. .distribution
  14992. Copyrighted but Freely Redistributable
  14993. .email
  14994. fnf@amigalib.com
  14995. .phone
  14996. (602) 491-0048
  14997. .fax
  14998. (602) 491-0048
  14999. .docs
  15000. README
  15001. .described-by
  15002. Fred Fish (fnf@amigalib.com)
  15003. .submittal
  15004. Submitted on disk directly by the author.
  15005. .execute
  15006. LAB start
  15007. set choice `RequestChoice "Options Selection" "Please select an option" "README" "CONTENTS" "Cover" "Disk" "Cancel"`
  15008. if $choice GT "0"
  15009.   if $choice EQ "1"
  15010.     MetaTool README TEXT
  15011.   else
  15012.     if $choice EQ "2"
  15013.       MetaTool CONTENTS TEXT
  15014.     else
  15015.       if $choice EQ "3"
  15016.         MetaTool Cover.jpg JPEG
  15017.       else
  15018.         if $choice EQ "4"
  15019.           MetaTool Disk.jpg JPEG
  15020.         endif
  15021.       endif
  15022.     endif
  15023.   endif
  15024.   skip start BACK
  15025. endif
  15026. .stored-in
  15027. FreshFish-Vol10:Useful/docs/CDs/FreshFish-Vol03/
  15028. .pi-file
  15029. FreshFish-Vol10:Useful/docs/CDs/FreshFish-Vol03/Product-Info
  15030. .name
  15031. FreshFishVol4Docs
  15032. .aminet-dir
  15033. docs/cds
  15034. .type
  15035. Miscellaneous
  15036. .short
  15037. Basic information about FreshFish Vol 4.
  15038. .description
  15039. Basic information about FreshFish Vol 4, including any README
  15040. type files, CRC list of the files if available, INDEX files,
  15041. long CONTENTS files, etc.
  15042. .author
  15043. Fred Fish
  15044. .distribution
  15045. Copyrighted but Freely Redistributable
  15046. .email
  15047. fnf@amigalib.com
  15048. .phone
  15049. (602) 491-0048
  15050. .fax
  15051. (602) 491-0048
  15052. .docs
  15053. README
  15054. .described-by
  15055. Fred Fish (fnf@amigalib.com)
  15056. .submittal
  15057. Submitted on disk directly by the author.
  15058. .execute
  15059. LAB start
  15060. set choice `RequestChoice "Options Selection" "Please select an option" "README" "CONTENTS" "Cover" "Disk" "Cancel"`
  15061. if $choice GT "0"
  15062.   if $choice EQ "1"
  15063.     MetaTool README TEXT
  15064.   else
  15065.     if $choice EQ "2"
  15066.       MetaTool CONTENTS TEXT
  15067.     else
  15068.       if $choice EQ "3"
  15069.         MetaTool Cover.jpg JPEG
  15070.       else
  15071.         if $choice EQ "4"
  15072.           MetaTool Disk.jpg JPEG
  15073.         endif
  15074.       endif
  15075.     endif
  15076.   endif
  15077.   skip start BACK
  15078. endif
  15079. .stored-in
  15080. FreshFish-Vol10:Useful/docs/CDs/FreshFish-Vol04/
  15081. .pi-file
  15082. FreshFish-Vol10:Useful/docs/CDs/FreshFish-Vol04/Product-Info
  15083. .name
  15084. FreshFishVol5Docs
  15085. .aminet-dir
  15086. docs/cds
  15087. .type
  15088. Miscellaneous
  15089. .short
  15090. Basic information about FreshFish Vol 5.
  15091. .description
  15092. Basic information about FreshFish Vol 5, including any README
  15093. type files, CRC list of the files if available, INDEX files,
  15094. long CONTENTS files, etc.
  15095. .author
  15096. Fred Fish
  15097. .distribution
  15098. Copyrighted but Freely Redistributable
  15099. .email
  15100. fnf@amigalib.com
  15101. .phone
  15102. (602) 491-0048
  15103. .fax
  15104. (602) 491-0048
  15105. .docs
  15106. README
  15107. .described-by
  15108. Fred Fish (fnf@amigalib.com)
  15109. .submittal
  15110. Submitted on disk directly by the author.
  15111. .execute
  15112. LAB start
  15113. set choice `RequestChoice "Options Selection" "Please select an option" "README" "CONTENTS" "Cover" "Disk" "Cancel"`
  15114. if $choice GT "0"
  15115.   if $choice EQ "1"
  15116.     MetaTool README TEXT
  15117.   else
  15118.     if $choice EQ "2"
  15119.       MetaTool CONTENTS TEXT
  15120.     else
  15121.       if $choice EQ "3"
  15122.         MetaTool Cover.jpg JPEG
  15123.       else
  15124.         if $choice EQ "4"
  15125.           MetaTool Disk.jpg JPEG
  15126.         endif
  15127.       endif
  15128.     endif
  15129.   endif
  15130.   skip start BACK
  15131. endif
  15132. .stored-in
  15133. FreshFish-Vol10:Useful/docs/CDs/FreshFish-Vol05/
  15134. .pi-file
  15135. FreshFish-Vol10:Useful/docs/CDs/FreshFish-Vol05/Product-Info
  15136. .name
  15137. FreshFishVol6Docs
  15138. .aminet-dir
  15139. docs/cds
  15140. .type
  15141. Miscellaneous
  15142. .short
  15143. Basic information about FreshFish Vol 6.
  15144. .description
  15145. Basic information about FreshFish Vol 6, including any README
  15146. type files, CRC list of the files if available, INDEX files,
  15147. long CONTENTS files, etc.
  15148. .author
  15149. Fred Fish
  15150. .distribution
  15151. Copyrighted but Freely Redistributable
  15152. .email
  15153. fnf@amigalib.com
  15154. .phone
  15155. (602) 491-0048
  15156. .fax
  15157. (602) 491-0048
  15158. .docs
  15159. README
  15160. .described-by
  15161. Fred Fish (fnf@amigalib.com)
  15162. .submittal
  15163. Submitted on disk directly by the author.
  15164. .execute
  15165. LAB start
  15166. set choice `RequestChoice "Options Selection" "Please select an option" "README" "CONTENTS" "Cover" "Disk" "Cancel"`
  15167. if $choice GT "0"
  15168.   if $choice EQ "1"
  15169.     MetaTool README TEXT
  15170.   else
  15171.     if $choice EQ "2"
  15172.       MetaTool CONTENTS TEXT
  15173.     else
  15174.       if $choice EQ "3"
  15175.         MetaTool Cover.jpg JPEG
  15176.       else
  15177.         if $choice EQ "4"
  15178.           MetaTool Disk.jpg JPEG
  15179.         endif
  15180.       endif
  15181.     endif
  15182.   endif
  15183.   skip start BACK
  15184. endif
  15185. .stored-in
  15186. FreshFish-Vol10:Useful/docs/CDs/FreshFish-Vol06/
  15187. .pi-file
  15188. FreshFish-Vol10:Useful/docs/CDs/FreshFish-Vol06/Product-Info
  15189. .name
  15190. FreshFishVol7Docs
  15191. .aminet-dir
  15192. docs/cds
  15193. .type
  15194. Miscellaneous
  15195. .short
  15196. Basic information about FreshFish Vol 7.
  15197. .description
  15198. Basic information about FreshFish Vol 7, including any README
  15199. type files, CRC list of the files if available, INDEX files,
  15200. long CONTENTS files, etc.
  15201. .author
  15202. Fred Fish
  15203. .distribution
  15204. Copyrighted but Freely Redistributable
  15205. .email
  15206. fnf@amigalib.com
  15207. .phone
  15208. (602) 491-0048
  15209. .fax
  15210. (602) 491-0048
  15211. .docs
  15212. README
  15213. .described-by
  15214. Fred Fish (fnf@amigalib.com)
  15215. .submittal
  15216. Submitted on disk directly by the author.
  15217. .execute
  15218. LAB start
  15219. set choice `RequestChoice "Options Selection" "Please select an option" "README" "CONTENTS" "Cover" "Cancel"`
  15220. if $choice GT "0"
  15221.   if $choice EQ "1"
  15222.     MetaTool README TEXT
  15223.   else
  15224.     if $choice EQ "2"
  15225.       MetaTool CONTENTS TEXT
  15226.     else
  15227.       if $choice EQ "3"
  15228.         MetaTool Cover.jpg JPEG
  15229.       endif
  15230.     endif
  15231.   endif
  15232.   skip start BACK
  15233. endif
  15234. .stored-in
  15235. FreshFish-Vol10:Useful/docs/CDs/FreshFish-Vol07/
  15236. .pi-file
  15237. FreshFish-Vol10:Useful/docs/CDs/FreshFish-Vol07/Product-Info
  15238. .name
  15239. FreshFishVol8Docs
  15240. .aminet-dir
  15241. docs/cds
  15242. .type
  15243. Miscellaneous
  15244. .short
  15245. Basic information about FreshFish Vol 8.
  15246. .description
  15247. Basic information about FreshFish Vol 8, including any README
  15248. type files, CRC list of the files if available, INDEX files,
  15249. long CONTENTS files, etc.
  15250. .author
  15251. Fred Fish
  15252. .distribution
  15253. Copyrighted but Freely Redistributable
  15254. .email
  15255. fnf@amigalib.com
  15256. .phone
  15257. (602) 491-0048
  15258. .fax
  15259. (602) 491-0048
  15260. .docs
  15261. README
  15262. .described-by
  15263. Fred Fish (fnf@amigalib.com)
  15264. .submittal
  15265. Submitted on disk directly by the author.
  15266. .execute
  15267. LAB start
  15268. set choice `RequestChoice "Options Selection" "Please select an option" "README" "CONTENTS" "Cover" "Cancel"`
  15269. if $choice GT "0"
  15270.   if $choice EQ "1"
  15271.     MetaTool README TEXT
  15272.   else
  15273.     if $choice EQ "2"
  15274.       MetaTool CONTENTS TEXT
  15275.     else
  15276.       if $choice EQ "3"
  15277.         MetaTool Cover.jpg JPEG
  15278.       endif
  15279.     endif
  15280.   endif
  15281.   skip start BACK
  15282. endif
  15283. .stored-in
  15284. FreshFish-Vol10:Useful/docs/CDs/FreshFish-Vol08/
  15285. .pi-file
  15286. FreshFish-Vol10:Useful/docs/CDs/FreshFish-Vol08/Product-Info
  15287. .name
  15288. FreshFishVol9Docs
  15289. .aminet-dir
  15290. docs/cds
  15291. .type
  15292. Miscellaneous
  15293. .short
  15294. Basic information about FreshFish Vol 9.
  15295. .description
  15296. Basic information about FreshFish Vol 9, including any README
  15297. type files, CRC list of the files if available, INDEX files,
  15298. long CONTENTS files, etc.
  15299. .author
  15300. Fred Fish
  15301. .distribution
  15302. Copyrighted but Freely Redistributable
  15303. .email
  15304. fnf@amigalib.com
  15305. .phone
  15306. (602) 491-0048
  15307. .fax
  15308. (602) 491-0048
  15309. .docs
  15310. README
  15311. .described-by
  15312. Fred Fish (fnf@amigalib.com)
  15313. .submittal
  15314. Submitted on disk directly by the author.
  15315. .execute
  15316. LAB start
  15317. set choice `RequestChoice "Options Selection" "Please select an option" "README" "CONTENTS" "Cover" "Cancel"`
  15318. if $choice GT "0"
  15319.   if $choice EQ "1"
  15320.     MetaTool README TEXT
  15321.   else
  15322.     if $choice EQ "2"
  15323.       MetaTool CONTENTS TEXT
  15324.     else
  15325.       if $choice EQ "3"
  15326.         MetaTool Cover.jpg JPEG
  15327.       endif
  15328.     endif
  15329.   endif
  15330.   skip start BACK
  15331. endif
  15332. .stored-in
  15333. FreshFish-Vol10:Useful/docs/CDs/FreshFish-Vol09/
  15334. .pi-file
  15335. FreshFish-Vol10:Useful/docs/CDs/FreshFish-Vol09/Product-Info
  15336. .name
  15337. FreshFontsVol1Docs
  15338. .aminet-dir
  15339. docs/cds
  15340. .type
  15341. Miscellaneous
  15342. .short
  15343. Basic information about FreshFonts Vol 1
  15344. .description
  15345. Basic information about FreshFonts Vol 1, including any README
  15346. type files, CRC list of the files if available, INDEX files,
  15347. long CONTENTS files, etc.
  15348. .author
  15349. Fred Fish
  15350. .distribution
  15351. Copyrighted but Freely Redistributable
  15352. .email
  15353. fnf@amigalib.com
  15354. .phone
  15355. (602) 491-0048
  15356. .fax
  15357. (602) 491-0048
  15358. .docs
  15359. README
  15360. .described-by
  15361. Fred Fish (fnf@amigalib.com)
  15362. .submittal
  15363. Submitted on disk directly by the author.
  15364. .execute
  15365. LAB start
  15366. set choice `RequestChoice "Options Selection" "Please select an option" "README" "Cover" "Cancel"`
  15367. if $choice GT "0"
  15368.   if $choice EQ "1"
  15369.     MetaTool ReadMe.1st TEXT
  15370.   else
  15371.     if $choice EQ "2"
  15372.       MetaTool Cover.jpg JPEG
  15373.     endif
  15374.   endif
  15375.   skip start BACK
  15376. endif
  15377. .stored-in
  15378. FreshFish-Vol10:Useful/docs/CDs/FreshFonts-Vol1/
  15379. .pi-file
  15380. FreshFish-Vol10:Useful/docs/CDs/FreshFonts-Vol1/Product-Info
  15381. .name
  15382. FrozenFishApr94Docs
  15383. .aminet-dir
  15384. docs/cds
  15385. .type
  15386. Miscellaneous
  15387. .short
  15388. Basic information about FrozenFish Apr94
  15389. .description
  15390. Basic information about FrozenFish Apr 94, including any README
  15391. type files, CRC list of the files if available, INDEX files,
  15392. long CONTENTS files, etc.
  15393. .author
  15394. Fred Fish
  15395. .distribution
  15396. Copyrighted but Freely Redistributable
  15397. .email
  15398. fnf@amigalib.com
  15399. .phone
  15400. (602) 491-0048
  15401. .fax
  15402. (602) 491-0048
  15403. .docs
  15404. README
  15405. .described-by
  15406. Fred Fish (fnf@amigalib.com)
  15407. .submittal
  15408. Submitted on disk directly by the author.
  15409. .execute
  15410. LAB start
  15411. set choice `RequestChoice "Options Selection" "Please select an option" "README" "CONTENTS" "Cover" "Disk" "Cancel"`
  15412. if $choice GT "0"
  15413.   if $choice EQ "1"
  15414.     MetaTool README TEXT
  15415.   else
  15416.     if $choice EQ "2"
  15417.       MetaTool CONTENTS TEXT
  15418.     else
  15419.       if $choice EQ "3"
  15420.         MetaTool Cover.jpg JPEG
  15421.       else
  15422.         if $choice EQ "4"
  15423.           MetaTool Disk.jpg JPEG
  15424.         endif
  15425.       endif
  15426.     endif
  15427.   endif
  15428.   skip start BACK
  15429. endif
  15430. .stored-in
  15431. FreshFish-Vol10:Useful/docs/CDs/FrozenFish-Apr94/
  15432. .pi-file
  15433. FreshFish-Vol10:Useful/docs/CDs/FrozenFish-Apr94/Product-Info
  15434. .name
  15435. FrozenFishAug95Docs
  15436. .aminet-dir
  15437. docs/cds
  15438. .type
  15439. Miscellaneous
  15440. .short
  15441. Basic information about FrozenFish Aug95
  15442. .description
  15443. Basic information about FrozenFish Aug 95, including any README
  15444. type files, CRC list of the files if available, INDEX files,
  15445. long CONTENTS files, etc.
  15446. .author
  15447. Fred Fish
  15448. .distribution
  15449. Copyrighted but Freely Redistributable
  15450. .email
  15451. fnf@amigalib.com
  15452. .phone
  15453. (602) 491-0442
  15454. .fax
  15455. (602) 491-0048
  15456. .docs
  15457. README
  15458. .described-by
  15459. Fred Fish (fnf@amigalib.com)
  15460. .submittal
  15461. Submitted on disk directly by the author.
  15462. .execute
  15463. LAB start
  15464. set choice `RequestChoice "Options Selection" "Please select an option" "README" "CONTENTS" "Cover" "Cancel"`
  15465. if $choice GT "0"
  15466.   if $choice EQ "1"
  15467.     MetaTool README TEXT
  15468.   else
  15469.     if $choice EQ "2"
  15470.       MetaTool CONTENTS TEXT
  15471.     else
  15472.       if $choice EQ "3"
  15473.         MetaTool Cover.jpg JPEG
  15474.       endif
  15475.     endif
  15476.   endif
  15477.   skip start BACK
  15478. endif
  15479. .stored-in
  15480. FreshFish-Vol10:Useful/docs/CDs/FrozenFish-Aug95/
  15481. .pi-file
  15482. FreshFish-Vol10:Useful/docs/CDs/FrozenFish-Aug95/Product-Info
  15483. .name
  15484. FTPDaemon
  15485. .type
  15486. Network Utility
  15487. .short
  15488. An ftp daemon for AmiTCP, with multiuser
  15489. .description
  15490. An ftpd for AmiTCP v2.0 and up (we use AmiTCP v2.2 ).  It has Multi-User
  15491. support (we use MultiUser v1.5).
  15492. .version
  15493. 2.0
  15494. .date
  15495. 1993.12.14
  15496. .author
  15497. Joran Jessurun
  15498. .requirements
  15499. Requires AmiTCP 2.0+
  15500. .reference
  15501. FreshFish-Dec93:New/comm/net/FtpDaemon/
  15502. 1.0
  15503. .distribution
  15504. Copyrighted but Freely Redistributable
  15505. .email
  15506. nl0jor@nl0jor.nl.cbpr.org
  15507. .source
  15508. Includes source in C.
  15509. .docs
  15510. ftpd.readme
  15511. .described-by
  15512. Dan Fish (daf@starfish.amigalib.com)
  15513. .submittal
  15514. Downloaded via ftp from wuarchive.wustl.edu.
  15515. .execute
  15516. set orgdir `cd`
  15517. LAB start
  15518. set choice `RequestChoice "FTP Daemon" "Please select an option" "View ftpd.readme" "View Other Files" "Cancel"`
  15519. if $choice GT "0"
  15520.   if $choice EQ "1"
  15521.     MetaTool ftpd.readme TEXT
  15522.   else
  15523.     if $choice EQ "2"
  15524.       set filechoice `RequestFile TITLE "Select File"`
  15525.       set dirchoice `pathname $filechoice`
  15526.       set filechoice `basename $filechoice`
  15527.       failat 21
  15528.       cd $dirchoice
  15529.       MetaTool $filechoice TEXT
  15530.     endif
  15531.   endif
  15532.   cd $orgdir
  15533.   skip start BACK
  15534. endif
  15535. .aminet-dir
  15536. comm/tcp
  15537. .stored-in
  15538. FreshFish-Vol10:Useful/comm/tcp/FTPDaemon/
  15539. .pi-file
  15540. FreshFish-Vol10:Useful/comm/tcp/FTPDaemon/Product-Info
  15541. .name
  15542. g77
  15543. .fullname
  15544. GNU FORTRAN compiler
  15545. .type
  15546. Compiler
  15547. .short
  15548. GNU FORTRAN compilers
  15549. .description
  15550. The GNU FORTRAN compiler is currently is implemented as a replacement
  15551. for the f2c+gcc combination, and its implementation is designed so it
  15552. can, in most cases, generate object files that are link-compatible
  15553. with those generated by f2c+gcc using the identical combination (which
  15554. includes a similar/identical copy of f2c.h).
  15555. .version
  15556. 0.5.15
  15557. .author
  15558. Free Software Foundation
  15559. .requirements
  15560. Amiga binaries require ixemul.library.
  15561. .distribution
  15562. GNU Public License
  15563. .described-by
  15564. Fred Fish (fnf@amigalib.com)
  15565. .aminet-dir
  15566. gnu/src
  15567. .stored-in
  15568. FreshFish-Vol10:GNU-src/amiga/g77-0.5.15-src.lha
  15569. .pi-file
  15570. FreshFish-Vol10:GNU-src/amiga/g77-0.5.15-src.lha.pi
  15571. .name
  15572. g77
  15573. .fullname
  15574. GNU FORTRAN compiler
  15575. .type
  15576. Compiler
  15577. .short
  15578. GNU FORTRAN compilers
  15579. .description
  15580. The GNU FORTRAN compiler is currently is implemented as a replacement
  15581. for the f2c+gcc combination, and its implementation is designed so it
  15582. can, in most cases, generate object files that are link-compatible
  15583. with those generated by f2c+gcc using the identical combination (which
  15584. includes a similar/identical copy of f2c.h).
  15585. .version
  15586. 0.5.15
  15587. .author
  15588. Free Software Foundation
  15589. .requirements
  15590. Amiga binaries require ixemul.library.
  15591. .distribution
  15592. GNU Public License
  15593. .described-by
  15594. Fred Fish (fnf@amigalib.com)
  15595. .aminet-dir
  15596. gnu/base
  15597. .stored-in
  15598. FreshFish-Vol10:GNU-src/baseline/g77-0.5.15.lha
  15599. .pi-file
  15600. FreshFish-Vol10:GNU-src/baseline/g77-0.5.15.lha.pi
  15601. .name
  15602. g77
  15603. .fullname
  15604. GNU FORTRAN compiler
  15605. .type
  15606. Compiler
  15607. .short
  15608. GNU FORTRAN compilers
  15609. .description
  15610. The GNU FORTRAN compiler is currently is implemented as a replacement
  15611. for the f2c+gcc combination, and its implementation is designed so it
  15612. can, in most cases, generate object files that are link-compatible
  15613. with those generated by f2c+gcc using the identical combination (which
  15614. includes a similar/identical copy of f2c.h).
  15615. .version
  15616. 0.5.15
  15617. .author
  15618. Free Software Foundation
  15619. .requirements
  15620. Amiga binaries require ixemul.library.
  15621. .distribution
  15622. GNU Public License
  15623. .described-by
  15624. Fred Fish (fnf@amigalib.com)
  15625. .aminet-dir
  15626. gnu/base
  15627. .stored-in
  15628. FreshFish-Vol10:GNU-src/baseline/g77-0.5.15.tar.gz
  15629. .pi-file
  15630. FreshFish-Vol10:GNU-src/baseline/g77-0.5.15.tar.gz.pi
  15631. .name
  15632. gag-software
  15633. .short
  15634. Reviews of funny or strange software.
  15635. .description
  15636. Reviews of funny or strange software.
  15637. .described-by
  15638. fnf@amigalib.com
  15639. .author
  15640. Various; maintained by Daniel Barrett
  15641. .aminet-dir
  15642. docs/rview
  15643. .stored-in
  15644. FreshFish-Vol10:Useful/reviews/software/gag/
  15645. .pi-file
  15646. FreshFish-Vol10:Useful/reviews/software/gag/Product-Info
  15647. .name
  15648. games-software
  15649. .short
  15650. Reviews of games.
  15651. .description
  15652. Reviews of games.
  15653. .described-by
  15654. fnf@amigalib.com
  15655. .author
  15656. Various; maintained by Daniel Barrett
  15657. .aminet-dir
  15658. docs/rview
  15659. .stored-in
  15660. FreshFish-Vol10:Useful/reviews/software/games/
  15661. .pi-file
  15662. FreshFish-Vol10:Useful/reviews/software/games/Product-Info
  15663. .name
  15664. gawk
  15665. .fullname
  15666. GNU awk, pattern scanning and processing language
  15667. .type
  15668. Programmer Tool
  15669. .short
  15670. Pattern scanning & processing.
  15671. .description
  15672. Gawk is the GNU Project's implementation of the AWK programming
  15673. language.  It conforms to the definition of the language in the POSIX
  15674. 1003.2 Command Language And Utilities Standard.  This version in turn
  15675. is based on the description in "The AWK Programming Language", by Aho,
  15676. Kernighan, and Weinberger, with the additional features defined in the
  15677. System V Release 4 version of UNIX awk.  Gawk also provides some
  15678. GNU-specific extensions.
  15679.  
  15680. The command line consists of options to gawk itself, the AWK program
  15681. text (if not supplied via the -f or --file options), and values to be
  15682. made available in the ARGC and ARGV pre-defined AWK variables.
  15683. .version
  15684. 2.15.6
  15685. .author
  15686. Paul Rubin
  15687. Jay Fenlason
  15688. David Trueman
  15689. Arnold Robbins
  15690. .requirements
  15691. Amiga binary requires ixemul.library.
  15692. .distribution
  15693. GNU Public License
  15694. .described-by
  15695. Fred Fish (fnf@amigalib.com)
  15696. .aminet-dir
  15697. gnu/src
  15698. .stored-in
  15699. FreshFish-Vol10:GNU-src/amiga/gawk-2.15.6-src.lha
  15700. .pi-file
  15701. FreshFish-Vol10:GNU-src/amiga/gawk-2.15.6-src.lha.pi
  15702. .name
  15703. gawk
  15704. .fullname
  15705. GNU awk, pattern scanning and processing language
  15706. .type
  15707. Programmer Tool
  15708. .short
  15709. Pattern scanning & processing.
  15710. .description
  15711. Gawk is the GNU Project's implementation of the AWK programming
  15712. language.  It conforms to the definition of the language in the POSIX
  15713. 1003.2 Command Language And Utilities Standard.  This version in turn
  15714. is based on the description in "The AWK Programming Language", by Aho,
  15715. Kernighan, and Weinberger, with the additional features defined in the
  15716. System V Release 4 version of UNIX awk.  Gawk also provides some
  15717. GNU-specific extensions.
  15718.  
  15719. The command line consists of options to gawk itself, the AWK program
  15720. text (if not supplied via the -f or --file options), and values to be
  15721. made available in the ARGC and ARGV pre-defined AWK variables.
  15722. .version
  15723. 2.15.6
  15724. .author
  15725. Paul Rubin
  15726. Jay Fenlason
  15727. .requirements
  15728. Amiga binary requires ixemul.library.
  15729. .distribution
  15730. GNU Public License
  15731. .described-by
  15732. Fred Fish (fnf@amigalib.com)
  15733. .aminet-dir
  15734. gnu/base
  15735. .stored-in
  15736. FreshFish-Vol10:GNU-src/baseline/gawk-2.15.6.tar.gz
  15737. .pi-file
  15738. FreshFish-Vol10:GNU-src/baseline/gawk-2.15.6.tar.gz.pi
  15739. .name
  15740. gcc
  15741. .fullname
  15742. GNU C/C++/Objective-C compiler
  15743. .type
  15744. Compiler
  15745. .short
  15746. GNU C/C++/Obj-C compilers.
  15747. .description
  15748. The GNU C, C++, and Objective C compilers.  Includes all support for
  15749. compiling C, C++ and Objective C, including a run-time library for
  15750. Objective C.
  15751. .version
  15752. 2.6.3
  15753. .author
  15754. Free Software Foundation
  15755. .requirements
  15756. Amiga binaries require ixemul.library.
  15757. .distribution
  15758. GNU Public License
  15759. .described-by
  15760. Fred Fish (fnf@amigalib.com)
  15761. .aminet-dir
  15762. gnu/src
  15763. .stored-in
  15764. FreshFish-Vol10:GNU-src/amiga/gcc-2.6.3-src.lha
  15765. .pi-file
  15766. FreshFish-Vol10:GNU-src/amiga/gcc-2.6.3-src.lha.pi
  15767. .name
  15768. gcc
  15769. .fullname
  15770. GNU C/C++/Objective-C compiler
  15771. .type
  15772. Compiler
  15773. .short
  15774. GNU C/C++/Obj-C compilers.
  15775. .description
  15776. The GNU C, C++, and Objective C compilers.  Includes all support for
  15777. compiling C, C++ and Objective C, including a run-time library for
  15778. Objective C.
  15779. .version
  15780. 2.7.0
  15781. .author
  15782. Free Software Foundation
  15783. .requirements
  15784. Amiga binaries require ixemul.library.
  15785. .distribution
  15786. GNU Public License
  15787. .described-by
  15788. Fred Fish (fnf@amigalib.com)
  15789. .aminet-dir
  15790. gnu/src
  15791. .stored-in
  15792. FreshFish-Vol10:GNU-src/amiga/gcc-2.7.0-src.lha
  15793. .pi-file
  15794. FreshFish-Vol10:GNU-src/amiga/gcc-2.7.0-src.lha.pi
  15795. .name
  15796. gcc
  15797. .fullname
  15798. GNU C/C++/Objective-C compiler
  15799. .type
  15800. Compiler
  15801. .short
  15802. GNU C/C++/Obj-C compilers.
  15803. .description
  15804. The GNU C, C++, and Objective C compilers.  Includes all support for
  15805. compiling C, C++ and Objective C, including a run-time library for
  15806. Objective C.
  15807. .version
  15808. 2.6.3
  15809. .author
  15810. Free Software Foundation
  15811. .requirements
  15812. Amiga binaries require ixemul.library.
  15813. .distribution
  15814. GNU Public License
  15815. .described-by
  15816. Fred Fish (fnf@amigalib.com)
  15817. .aminet-dir
  15818. gnu/base
  15819. .stored-in
  15820. FreshFish-Vol10:GNU-src/baseline/gcc-2.6.3.tar.gz
  15821. .pi-file
  15822. FreshFish-Vol10:GNU-src/baseline/gcc-2.6.3.tar.gz.pi
  15823. .name
  15824. gcc
  15825. .fullname
  15826. GNU C/C++/Objective-C compiler
  15827. .type
  15828. Compiler
  15829. .short
  15830. GNU C/C++/Obj-C compilers.
  15831. .description
  15832. The GNU C, C++, and Objective C compilers.  Includes all support for
  15833. compiling C, C++ and Objective C, including a run-time library for
  15834. Objective C.
  15835. .version
  15836. 2.7.0
  15837. .author
  15838. Free Software Foundation
  15839. .requirements
  15840. Amiga binaries require ixemul.library.
  15841. .distribution
  15842. GNU Public License
  15843. .described-by
  15844. Fred Fish (fnf@amigalib.com)
  15845. .aminet-dir
  15846. gnu/base
  15847. .stored-in
  15848. FreshFish-Vol10:GNU-src/baseline/gcc-2.7.0.tar.gz
  15849. .pi-file
  15850. FreshFish-Vol10:GNU-src/baseline/gcc-2.7.0.tar.gz.pi
  15851. .name
  15852. GccFindHit
  15853. .type
  15854. Programmer Tool
  15855. .short
  15856. Locate enforcer hit in gcc compiled code
  15857. .description
  15858. This tool should be used in conjunction with Enforcer.  Its purpose is
  15859. to find the source name/line corresponding to a given offset in the
  15860. executable. Very simple to use: when your program named, say, 'prog',
  15861. is a bad boy and makes Enforcer hit(s), remember the offset(s) of the
  15862. hit(s) displayed by Enforcer and run the command 'GccFindHit prog
  15863. <list of offsets in hex>' The offsets are separated by blanks.
  15864. Enforcer gives also the hunk number, but it should always be zero.  If
  15865. it's not and your program is compiled by gcc, please let me know about
  15866. it.
  15867.  
  15868. GccFindHit understands the stabs from the aout format encapsulated in
  15869. the debug hunk of the Amigados executable, so it will work as long as
  15870. ld outputs its debug information this way.  Source code is included
  15871. and it is distributed under the GPL See the file COPYING for details
  15872. about the GPL. If it's not in the archive, please contact the
  15873. site/person/organization you got this program from, and tell them it
  15874. is *required*
  15875. .version
  15876. 1.0
  15877. .date
  15878. 1995.05.25
  15879. .author
  15880. Daniel Verite
  15881. .distribution
  15882. GNU Public License
  15883. .email
  15884. daniel@brasil.frmug.fr.net
  15885. .described-by
  15886. Fred Fish (fnf@amigalib.com)
  15887. .aminet-dir
  15888. gnu/src
  15889. .stored-in
  15890. FreshFish-Vol10:GNU-src/amiga/GccFindHit-1.0-src.lha
  15891. .pi-file
  15892. FreshFish-Vol10:GNU-src/amiga/GccFindHit-1.0-src.lha.pi
  15893. .name
  15894. gdb
  15895. .fullname
  15896. GNU debugger
  15897. .type
  15898. Programmer Tool
  15899. .short
  15900. GNU debugger (incomplete port)
  15901. .description
  15902. The purpose of a debugger such as GDB is to allow you to see what is
  15903. going on "inside" another program while it executes, or what another
  15904. program was doing at the moment it crashed.
  15905.  
  15906. GDB can do four main kinds of things (plus other things in support of
  15907. these) to help you catch bugs in the act: (1) start your program,
  15908. specifying anything that might affect its behavior, (2) make your
  15909. program stop on specified conditions, (3) examine what has happened,
  15910. when your program has stopped, (4) change things in your program, so
  15911. you can experiment with correcting the effects of one bug and go on to
  15912. learn about another.
  15913.  
  15914. You can use GDB to debug programs written in C, C++, and Modula-2.
  15915. Fortran support will be added when a GNU Fortran compiler is ready.
  15916. .version
  15917. 4.14
  15918. .author
  15919. Free Software Foundation
  15920. .requirements
  15921. Amiga binary requires ixemul.library.
  15922. .distribution
  15923. GNU Public License
  15924. .described-by
  15925. Fred Fish (fnf@amigalib.com)
  15926. .aminet-dir
  15927. gnu/src
  15928. .stored-in
  15929. FreshFish-Vol10:GNU-src/amiga/gdb-4.14-src.lha
  15930. .pi-file
  15931. FreshFish-Vol10:GNU-src/amiga/gdb-4.14-src.lha.pi
  15932. .name
  15933. gdb
  15934. .fullname
  15935. GNU debugger
  15936. .type
  15937. Programmer Tool
  15938. .short
  15939. GNU debugger (incomplete port)
  15940. .description
  15941. The purpose of a debugger such as GDB is to allow you to see what is
  15942. going on "inside" another program while it executes, or what another
  15943. program was doing at the moment it crashed.
  15944.  
  15945. GDB can do four main kinds of things (plus other things in support of
  15946. these) to help you catch bugs in the act: (1) start your program,
  15947. specifying anything that might affect its behavior, (2) make your
  15948. program stop on specified conditions, (3) examine what has happened,
  15949. when your program has stopped, (4) change things in your program, so
  15950. you can experiment with correcting the effects of one bug and go on to
  15951. learn about another.
  15952.  
  15953. You can use GDB to debug programs written in C, C++, and Modula-2.
  15954. Fortran support will be added when a GNU Fortran compiler is ready.
  15955. .version
  15956. 4.12
  15957. .author
  15958. Free Software Foundation
  15959. .requirements
  15960. Amiga binary requires ixemul.library.
  15961. .distribution
  15962. GNU Public License
  15963. .described-by
  15964. Fred Fish (fnf@amigalib.com)
  15965. .aminet-dir
  15966. gnu/base
  15967. .stored-in
  15968. FreshFish-Vol10:GNU-src/baseline/gdb-4.14.tar.gz
  15969. .pi-file
  15970. FreshFish-Vol10:GNU-src/baseline/gdb-4.14.tar.gz.pi
  15971. .name
  15972. gdbm
  15973. .fullname
  15974. GNU database manager library
  15975. .type
  15976. Library
  15977. .short
  15978. GNU database manager library
  15979. .description
  15980. GNU dbm is a library of routines that manages data files that contain
  15981. key/data pairs.  The access provided is that of storing, retrieval,
  15982. and deletion by key and a non-sorted traversal of all keys.  A process
  15983. is allowed to use multiple data files at the same time.
  15984. .version
  15985. 1.7.3
  15986. .author
  15987. Philip A. Nelson
  15988. .distribution
  15989. GNU Public License
  15990. .described-by
  15991. Fred Fish (fnf@amigalib.com)
  15992. .aminet-dir
  15993. gnu/src
  15994. .stored-in
  15995. FreshFish-Vol10:GNU-src/amiga/gdbm-1.7.3-src.lha
  15996. .pi-file
  15997. FreshFish-Vol10:GNU-src/amiga/gdbm-1.7.3-src.lha.pi
  15998. .name
  15999. gdbm
  16000. .fullname
  16001. GNU database manager library
  16002. .type
  16003. Library
  16004. .short
  16005. GNU database manager library
  16006. .description
  16007. GNU dbm is a library of routines that manages data files that contain
  16008. key/data pairs.  The access provided is that of storing, retrieval,
  16009. and deletion by key and a non-sorted traversal of all keys.  A process
  16010. is allowed to use multiple data files at the same time.
  16011. .version
  16012. 1.7.3
  16013. .author
  16014. Philip A. Nelson
  16015. .distribution
  16016. GNU Public License
  16017. .described-by
  16018. Fred Fish (fnf@amigalib.com)
  16019. .aminet-dir
  16020. gnu/base
  16021. .stored-in
  16022. FreshFish-Vol10:GNU-src/baseline/gdbm-1.7.3.tar.gz
  16023. .pi-file
  16024. FreshFish-Vol10:GNU-src/baseline/gdbm-1.7.3.tar.gz.pi
  16025. .name
  16026. Genealogist
  16027. .fullname
  16028. Scion Genealogist
  16029. .type
  16030. Database
  16031. .short
  16032. Specialized genealogical info database
  16033. .description
  16034.  
  16035. This is a specialized database for keeping track of genealogical
  16036. information.  It features a full, easy to use, Intuition interface.
  16037. Version 4.07 is a  substantial upgrade to the earlier Version 3.13.
  16038. See the "Scion.guide" help file for details on what's new.
  16039.  
  16040. The programme is totally non-sexist and secular in nature, and correctly
  16041. handles multiple marriages, "unconventional" marriages, adopted children,
  16042. and unmarried parents.
  16043.  
  16044. The printed reports include descendant and pedigree charts, personal
  16045. details reports, family group sheets, index lists of people and families,
  16046. and many others.  See the "Scion.guide" help file for details on the new
  16047. reports.
  16048.  
  16049. Free-form note files can be created using any editor, and IFF pictures can
  16050. be viewed using any IFF viewer, from within the programme.
  16051.  
  16052. Other features include dynamic on-screen ancestor and descendant charts,
  16053. extensive on-line context-sensitive help (using "AmigaGuide", © Commodore
  16054. Business Machines), flexible "regular expression" searching, and multiple
  16055. ARexx ports with extensive command set.
  16056.  
  16057. Locale support for alternative languages.
  16058.  
  16059. Can be used with PAL or NTSC. Works with floppy and/or hard disk drives,
  16060. although a hard disk drive is STRONGLY recommended.
  16061.  
  16062. Maximum number of people per database = 4999
  16063. Maximum number of marriages per person = 10
  16064. Maximum number of children per family group = 40
  16065. .version
  16066. 4.07
  16067. .date
  16068. 1995.06.11
  16069. .author
  16070. Robbie J Akins
  16071. .requirements
  16072. A minimum of 1 Mbyte of RAM is required. This will allow for approximately
  16073. 800 people. 4 Mbytes of RAM is required for the full 4999 people.
  16074.  
  16075. Scion will use any "virtual" memory allocated by virtual memory managers
  16076. such as GigaMem (© Copyright 1991,1992 Christian A Schnedier, F Burgel,
  16077. Relog AG) and VMM (© Copyright 1994 Martin Apel).
  16078.  
  16079. Kickstart/Workbench v2.04 (or later) required. Version 2.10 (or later)
  16080. required for locale support (alternative languages).
  16081.  
  16082. Any preferences supported printer capable of printing 80 columns in normal
  16083. mode, and 130 columns in condensed (fine) mode. Back-spacing capability
  16084. required for printing pedigree charts.
  16085. .reference
  16086. GoldFish-Vol2-2:BBS/biz/Genealogist-3.13.lha
  16087. 3.13
  16088. GoldFish-Vol2-1:Files/biz/dbase/Genealogist/
  16089. 3.13
  16090. FreshFish-Vol9-2:BBS/biz/Genealogist-3.13.lha
  16091. 3.13
  16092. FreshFish-Vol8-2:BBS/biz/Genealogist-3.13.lha
  16093. 3.13
  16094. FreshFish-Vol8-1:New/biz/dbase/Genealogist/
  16095. 3.13
  16096. FrozenFish-Vol1:BBS/Dec93/biz/dbase/Genealogist.lha
  16097. 3.06
  16098. FreshFish-Vol3:Old/Dec93/biz/dbase/Genealogist/
  16099. 3.06
  16100. FreshFish-Vol2:New/biz/dbase/Genealogist/
  16101. 3.06
  16102. GoldFish-Vol1-2:d8xx/d865/Genealogist/
  16103. 3.04
  16104. GoldFish-Vol1-1:BBS/d8xx/d865/Genealogist.lha
  16105. 3.04
  16106. FrozenFish-Vol1:BBS/ALib/d8xx/d865/Genealogist.lha
  16107. 3.04
  16108. FreshFish-Vol2:Old/AmigaLibDisks/Disks860-879/Disk865/Genealogist/
  16109. 3.04
  16110. FreshFish-Vol1:Old/AmigaLibDisks/Disks860-879/Disk865/Genealogist/
  16111. 3.04
  16112. AmigaLibDisk865:Genealogist/
  16113. 3.04
  16114. .distribution
  16115. Freeware
  16116. .address
  16117. 5 Austin Street
  16118. Wellington 6001
  16119. NEW ZEALAND
  16120. .email
  16121. rakins@BCLEng.co.nz
  16122. rakins@bclnz.co.nz
  16123. .docs
  16124. LeesMij
  16125. Leggimi
  16126. LesMeg
  16127. LiesMich
  16128. Lisez-moi
  16129. ReadMe
  16130. Scion407.readme
  16131. .described-by
  16132. Dan Fish (daf@starfish.amigalib.com)
  16133. .submittal
  16134. Downloaded via ftp from wuarchive.wustl.edu.
  16135. .execute
  16136. LAB Start
  16137. set choice `RequestChoice "Options Selection" "Please select an option" "View ReadMe" "Run Program" "Cancel"`
  16138. if $choice GT "0"
  16139.   if $choice EQ "1"
  16140.     set filechoice `requestfile`
  16141.     MetaTool $filechoice TEXT
  16142.   else
  16143.     if $choice EQ "2"
  16144.       Genealogist
  16145.     endif
  16146.   endif
  16147.   skip Start BACK
  16148. endif
  16149. .aminet-dir
  16150. biz/dbase
  16151. .stored-in
  16152. FreshFish-Vol10:New/biz/dbase/Genealogist/
  16153. .pi-file
  16154. FreshFish-Vol10:New/biz/dbase/Genealogist/Product-Info
  16155. .name
  16156. ghostscript-fonts
  16157. .type
  16158. Miscellaneous
  16159. .short
  16160. GNU postscript interpreter fonts
  16161. .description
  16162. Ghostscript is the name of a set of software that provides an
  16163. interpreter for the PostScript (TM) language, and a set of C
  16164. procedures (the Ghostscript library) that implement the graphics
  16165. capabilities that appear as primitive operations in the PostScript
  16166. language.
  16167. .version
  16168. 2.6.2
  16169. .author
  16170. L. Peter Deutsch
  16171. .distribution
  16172. Ghostscript General Public License
  16173. .email
  16174. ghost@aladdin.com
  16175. .described-by
  16176. Fred Fish (fnf@amigalib.com)
  16177. .aminet-dir
  16178. gnu/src
  16179. .stored-in
  16180. FreshFish-Vol10:GNU-src/amiga/gs-fonts-2.6.2-src.lha
  16181. .pi-file
  16182. FreshFish-Vol10:GNU-src/amiga/gs-fonts-2.6.2-src.lha.pi
  16183. .name
  16184. ghostscript-fonts
  16185. .type
  16186. Miscellaneous
  16187. .short
  16188. GNU postscript interpreter fonts
  16189. .description
  16190. Ghostscript is the name of a set of software that provides an
  16191. interpreter for the PostScript (TM) language, and a set of C
  16192. procedures (the Ghostscript library) that implement the graphics
  16193. capabilities that appear as primitive operations in the PostScript
  16194. language.
  16195. .version
  16196. 2.6.2
  16197. .author
  16198. L. Peter Deutsch
  16199. .distribution
  16200. Ghostscript General Public License
  16201. .email
  16202. ghost@aladdin.com
  16203. .described-by
  16204. Fred Fish (fnf@amigalib.com)
  16205. .aminet-dir
  16206. gnu/base
  16207. .stored-in
  16208. FreshFish-Vol10:GNU-src/baseline/gs-fonts-2.6.2.lha
  16209. .pi-file
  16210. FreshFish-Vol10:GNU-src/baseline/gs-fonts-2.6.2.lha.pi
  16211. .name
  16212. ghostscript-fonts
  16213. .type
  16214. Miscellaneous
  16215. .short
  16216. GNU postscript interpreter fonts
  16217. .description
  16218. Ghostscript is the name of a set of software that provides an
  16219. interpreter for the PostScript (TM) language, and a set of C
  16220. procedures (the Ghostscript library) that implement the graphics
  16221. capabilities that appear as primitive operations in the PostScript
  16222. language.
  16223. .version
  16224. 2.6.2
  16225. .author
  16226. L. Peter Deutsch
  16227. .distribution
  16228. Ghostscript General Public License
  16229. .email
  16230. ghost@aladdin.com
  16231. .described-by
  16232. Fred Fish (fnf@amigalib.com)
  16233. .aminet-dir
  16234. gnu/base
  16235. .stored-in
  16236. FreshFish-Vol10:GNU-src/baseline/gs-fonts-2.6.2.tar.gz
  16237. .pi-file
  16238. FreshFish-Vol10:GNU-src/baseline/gs-fonts-2.6.2.tar.gz.pi
  16239. .name
  16240. ghostscript
  16241. .fullname
  16242. Ghostscript language interpreter and library
  16243. .type
  16244. Miscellaneous
  16245. .short
  16246. GNU postscript interpreter
  16247. .description
  16248. Ghostscript is the name of a set of software that provides an
  16249. interpreter for the PostScript (TM) language, and a set of C
  16250. procedures (the Ghostscript library) that implement the graphics
  16251. capabilities that appear as primitive operations in the PostScript
  16252. language.
  16253. .version
  16254. 2.6.2
  16255. .author
  16256. L. Peter Deutsch
  16257. .requirements
  16258. Amiga binaries require ixemul.library.
  16259. .distribution
  16260. Ghostscript General Public License
  16261. .email
  16262. ghost@aladdin.com
  16263. .described-by
  16264. Fred Fish (fnf@amigalib.com)
  16265. .aminet-dir
  16266. gnu/src
  16267. .stored-in
  16268. FreshFish-Vol10:GNU-src/amiga/gs-2.6.2-src.lha
  16269. .pi-file
  16270. FreshFish-Vol10:GNU-src/amiga/gs-2.6.2-src.lha.pi
  16271. .name
  16272. ghostscript
  16273. .fullname
  16274. Ghostscript language interpreter and library
  16275. .type
  16276. Miscellaneous
  16277. .short
  16278. GNU postscript interpreter
  16279. .description
  16280. Ghostscript is the name of a set of software that provides an
  16281. interpreter for the PostScript (TM) language, and a set of C
  16282. procedures (the Ghostscript library) that implement the graphics
  16283. capabilities that appear as primitive operations in the PostScript
  16284. language.
  16285. .version
  16286. 2.6.2
  16287. .author
  16288. L. Peter Deutsch
  16289. .requirements
  16290. Amiga binaries require ixemul.library.
  16291. .distribution
  16292. Ghostscript General Public License
  16293. .email
  16294. ghost@aladdin.com
  16295. .described-by
  16296. Fred Fish (fnf@amigalib.com)
  16297. .aminet-dir
  16298. gnu/base
  16299. .stored-in
  16300. FreshFish-Vol10:GNU-src/baseline/gs-2.6.2.lha
  16301. .pi-file
  16302. FreshFish-Vol10:GNU-src/baseline/gs-2.6.2.lha.pi
  16303. .name
  16304. ghostscript
  16305. .fullname
  16306. Ghostscript language interpreter and library
  16307. .type
  16308. Miscellaneous
  16309. .short
  16310. GNU postscript interpreter
  16311. .description
  16312. Ghostscript is the name of a set of software that provides an
  16313. interpreter for the PostScript (TM) language, and a set of C
  16314. procedures (the Ghostscript library) that implement the graphics
  16315. capabilities that appear as primitive operations in the PostScript
  16316. language.
  16317. .version
  16318. 2.6.2
  16319. .author
  16320. L. Peter Deutsch
  16321. .requirements
  16322. Amiga binaries require ixemul.library.
  16323. .distribution
  16324. Ghostscript General Public License
  16325. .email
  16326. ghost@aladdin.com
  16327. .described-by
  16328. Fred Fish (fnf@amigalib.com)
  16329. .aminet-dir
  16330. gnu/base
  16331. .stored-in
  16332. FreshFish-Vol10:GNU-src/baseline/gs-2.6.2.tar.gz
  16333. .pi-file
  16334. FreshFish-Vol10:GNU-src/baseline/gs-2.6.2.tar.gz.pi
  16335. .name
  16336. gmp
  16337. .fullname
  16338. GNU arbitrary precision arithmetic library
  16339. .type
  16340. Library
  16341. .short
  16342. Arbitrary precision math library.
  16343. .description
  16344. GNU MP is a library for arbitrary precision arithmetic, operating on
  16345. signed integers and rational numbers.  It has a rich set of functions,
  16346. and the functions have a regular interface.
  16347.  
  16348. The author has tried to make these functions as fast as possible, both
  16349. for small operands and for huge operands.  The speed is achieved by
  16350. using fullwords as the basic arithmetic type, by using fast
  16351. algorithms, by defining inline assembler for mixed sized
  16352. multiplication and division (i.e 32*32->64 bit multiplication and
  16353. 64/32->32,32 bit division), and by hacking the code with emphasis on
  16354. speed (and not simplicity and elegance).
  16355.  
  16356. The speed of GNU MP is about 5 to 100 times that of Berkeley MP for
  16357. small operands.  The speed-up increases with the operand sizes for
  16358. certain operations, for which GNU MP has asymptotically faster
  16359. algorithms.
  16360. .version
  16361. 1.3.2
  16362. .author
  16363. Torbjorn Granlund
  16364. .distribution
  16365. GNU Public License
  16366. .described-by
  16367. Fred Fish (fnf@amigalib.com)
  16368. .aminet-dir
  16369. gnu/src
  16370. .stored-in
  16371. FreshFish-Vol10:GNU-src/amiga/gmp-1.3.2-src.lha
  16372. .pi-file
  16373. FreshFish-Vol10:GNU-src/amiga/gmp-1.3.2-src.lha.pi
  16374. .name
  16375. gmp
  16376. .fullname
  16377. GNU arbitrary precision arithmetic library
  16378. .type
  16379. Library
  16380. .short
  16381. Arbitrary precision math library.
  16382. .description
  16383. GNU MP is a library for arbitrary precision arithmetic, operating on
  16384. signed integers and rational numbers.  It has a rich set of functions,
  16385. and the functions have a regular interface.
  16386.  
  16387. The author has tried to make these functions as fast as possible, both
  16388. for small operands and for huge operands.  The speed is achieved by
  16389. using fullwords as the basic arithmetic type, by using fast
  16390. algorithms, by defining inline assembler for mixed sized
  16391. multiplication and division (i.e 32*32->64 bit multiplication and
  16392. 64/32->32,32 bit division), and by hacking the code with emphasis on
  16393. speed (and not simplicity and elegance).
  16394.  
  16395. The speed of GNU MP is about 5 to 100 times that of Berkeley MP for
  16396. small operands.  The speed-up increases with the operand sizes for
  16397. certain operations, for which GNU MP has asymptotically faster
  16398. algorithms.
  16399. .version
  16400. 1.3.2
  16401. .author
  16402. Torbjorn Granlund
  16403. .distribution
  16404. GNU Public License
  16405. .described-by
  16406. Fred Fish (fnf@amigalib.com)
  16407. .aminet-dir
  16408. gnu/base
  16409. .stored-in
  16410. FreshFish-Vol10:GNU-src/baseline/gmp-1.3.2.tar.gz
  16411. .pi-file
  16412. FreshFish-Vol10:GNU-src/baseline/gmp-1.3.2.tar.gz.pi
  16413. .name
  16414. gnat
  16415. .fullname
  16416. GNU ADA compiler
  16417. .type
  16418. Compiler
  16419. .short
  16420. GNU ADA compiler.
  16421. .description
  16422. The GNU ADA compiler.  Includes all support for compiling ADA.
  16423. .version
  16424. 2.06
  16425. .author
  16426. Free Software Foundation
  16427. .requirements
  16428. Amiga binaries require ixemul.library.
  16429. .distribution
  16430. GNU Public License
  16431. .described-by
  16432. Fred Fish (fnf@amigalib.com)
  16433. .aminet-dir
  16434. gnu/src
  16435. .stored-in
  16436. FreshFish-Vol10:GNU-src/amiga/gnat-2.06-src.lha
  16437. .pi-file
  16438. FreshFish-Vol10:GNU-src/amiga/gnat-2.06-src.lha.pi
  16439. .name
  16440. gnat
  16441. .fullname
  16442. GNU ADA compiler
  16443. .type
  16444. Compiler
  16445. .short
  16446. GNU ADA compiler - merged FSF baseline
  16447. .description
  16448. The GNU ADA compiler.  Includes all support for compiling ADA.  This
  16449. is the baseline build by combining the gcc and gnat distributions, and
  16450. applying the patches from the gnat distribution.
  16451. .version
  16452. 2.06
  16453. .author
  16454. Free Software Foundation
  16455. .requirements
  16456. Amiga binaries require ixemul.library.
  16457. .distribution
  16458. GNU Public License
  16459. .described-by
  16460. Fred Fish (fnf@amigalib.com)
  16461. .aminet-dir
  16462. gnu/base
  16463. .stored-in
  16464. FreshFish-Vol10:GNU-src/baseline/gnat-2.06.lha
  16465. .pi-file
  16466. FreshFish-Vol10:GNU-src/baseline/gnat-2.06.lha.pi
  16467. .name
  16468. gnat
  16469. .fullname
  16470. GNU ADA compiler - FSF baseline
  16471. .type
  16472. Compiler
  16473. .short
  16474. GNU ADA compiler.
  16475. .description
  16476. The GNU ADA compiler.  Includes all support for compiling ADA.
  16477. .version
  16478. 2.05
  16479. .author
  16480. Free Software Foundation
  16481. .requirements
  16482. Amiga binaries require ixemul.library.
  16483. .distribution
  16484. GNU Public License
  16485. .described-by
  16486. Fred Fish (fnf@amigalib.com)
  16487. .aminet-dir
  16488. gnu/base
  16489. .stored-in
  16490. FreshFish-Vol10:GNU-src/baseline/gnat-2.06.tar.gz
  16491. .pi-file
  16492. FreshFish-Vol10:GNU-src/baseline/gnat-2.06.tar.gz.pi
  16493. .name
  16494. GNU-src
  16495. .fullname
  16496. GNU source admin files
  16497. .type
  16498. Programmer Tool
  16499. .short
  16500. Makefile, configure, etc for GNU source.
  16501. .description
  16502. Configuration files and other files required in the root directory
  16503. of the GNU source tree.
  16504. .version
  16505. 1.0
  16506. .author
  16507. Various
  16508. .distribution
  16509. GNU Public License
  16510. .described-by
  16511. Fred Fish (fnf@amigalib.com)
  16512. .submittal
  16513. Originally snarfed from a Cygnus distribution.
  16514. .aminet-dir
  16515. gnu/src
  16516. .stored-in
  16517. FreshFish-Vol10:GNU-src/amiga/GNU-src.lha
  16518. .pi-file
  16519. FreshFish-Vol10:GNU-src/amiga/GNU-src.lha.pi
  16520. .name
  16521. GNUChessFix
  16522. .type
  16523. Game tool
  16524. .short
  16525. 3 programs to convert ouput of GNUChess
  16526. .description
  16527. This file is a description of the three ARexx programs I wrote to
  16528. translate the raw listings of game moves produced by the chess
  16529. games GNUchess and UChess. As this set of ARexx programs forms a
  16530. patch to these chess games, they are not well integrated with
  16531. them and thus are not very user friendly. There is a bit of
  16532. initial CLI stuff to do and some modification of your startup
  16533. sequence. But the ARexx programs are not difficult to use once
  16534. you get the hang of them.
  16535. .author
  16536. Patrick Reany
  16537. .distribution
  16538. Public Domain
  16539. .address
  16540. 2408 W Myrtle #26
  16541. Phoenix  AZ  85021
  16542. USA
  16543. .docs
  16544. GNUChessFix.doc
  16545. .described-by
  16546. Richard Fish (rjf@amigalib.com)
  16547. .submittal
  16548. Submitted on disk directly by the author.
  16549. .aminet-dir
  16550. game/patch
  16551. .execute
  16552. LAB Start
  16553. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Cancel"`
  16554. if $choice GT "0"
  16555.   if $choice EQ "1"
  16556.     MetaTool GNUChessFix.doc TEXT
  16557.   endif
  16558.   skip Start BACK
  16559. endif
  16560. .stored-in
  16561. FreshFish-Vol10:New/game/patch/GNUChessFix/
  16562. .pi-file
  16563. FreshFish-Vol10:New/game/patch/GNUChessFix/Product-Info
  16564. .name
  16565. GoldED
  16566. .fullname
  16567. GoldED
  16568. .type
  16569. editor
  16570. .short
  16571. Programmer's editor
  16572. .description
  16573. GoldED is a text editor for programmers. Suggested hardware:
  16574. OS3.1, 68030, 2MB RAM, HD. Features: fast scrolling, folding,
  16575. project management, undo/redo, syntax highlighting, ARexx
  16576. port (410+ commands), asynchronous printing, flexible GUI: any
  16577. mode, any font, user defined menus, user-defined gadgets, preview
  16578. mode, keymap editor. OS3.1 support (AppWindows, MenuHelp,
  16579. HotKey), localized, ASCII character selection table, character
  16580. set remap (e.g MS-DOS to Amiga), APC (automatic phrase
  16581. completion), AutoCase (automatic case correction), smart
  16582. indention after user-defined keywords, QuickFunc scanner
  16583. (displays a table of all functions defined in your source code;
  16584. language-independant), includes & AutoDocs reference function,
  16585. file hunter, global search across file boundaries, macro
  16586. recording, formatter, QuickStarter, AutoBackup facility,
  16587. XPK-support, clipboard support, online spell checker, icon dock
  16588. based on Stefan Becker's ToolManager. Additional tools: PCL
  16589. (Laser/DeskJet) printing utility HiSpeed, Recover (recovers text
  16590. buffers after reboot), compiler frontend GUIMake and more.
  16591. English, German & French documentation provided as AmigaGuide
  16592. files. v2.0, commercial demo, binary only. Authors: Dietmar
  16593. Eilert (GoldED), Rico Krasowski (GUIMake) and others.
  16594. .version
  16595. 3.1.3
  16596. .date
  16597. 1995.7.18
  16598. .author
  16599. Dietmar Eilert
  16600. .restrictions
  16601. demo can't save more than 1000 lines
  16602. .requirements
  16603. OS2.0, 68000, 1MB RAM, HD (5 MB free). Installer. Libraries: Reqtools,
  16604. XPK (optional), AmigaGuide (optional).
  16605. .distribution
  16606. commercial demo
  16607. .price
  16608. 20$-40$
  16609. .email
  16610. DIETMAR@TOMATE.TNG.OCHE.DE
  16611. .address
  16612. Kampstraße 28
  16613. D-59269 Beckum
  16614. Germany
  16615. .exectype
  16616. 68xxx
  16617. .installsize
  16618. 2 MB - 2.5 MB
  16619. .source
  16620. C progamming examples included
  16621. .construction
  16622. DICE 2.07.54R
  16623. .described-by
  16624. Dietmar Eilert (DIETMAR@TOMATE.TNG.OCHE.DE)
  16625. .submittal
  16626. Downloaded via ftp from wuarchive.wustl.edu.
  16627. .execute
  16628. LAB Start
  16629. set choice `RequestChoice "Options Selection" "Please select an option" "View ReadMe" "Install Program" "Cancel"`
  16630. if $choice GT "0"
  16631.   if $choice EQ "1"
  16632.     MetaTool GED313.readme TEXT
  16633.   else
  16634.     if $choice EQ "2"
  16635.       set choice2 `RequestChoice "Install" "Please select a language" "English" "Deutsch" "Français" "Cancel"`
  16636.       if $choice2 GT "0"
  16637.         if $choice2 EQ "1"
  16638.           installer Install GoldEd AVERAGE AVERAGE T:GED english
  16639.         else
  16640.           if $choice2 EQ "2"
  16641.             installer Install GoldEd AVERAGE AVERAGE T:GED deutsch
  16642.           else
  16643.             if $choice2 EQ "3"
  16644.               installer Install GoldEd AVERAGE AVERAGE T:GED français
  16645.             endif
  16646.           endif
  16647.         endif
  16648.       endif
  16649.       unset choice2
  16650.     endif
  16651.   endif
  16652.   skip Start BACK
  16653. endif
  16654. .aminet-dir
  16655. text/edit
  16656. .stored-in
  16657. FreshFish-Vol10:New/text/edit/GoldED/
  16658. .pi-file
  16659. FreshFish-Vol10:New/text/edit/GoldED/Product-Info
  16660. .name
  16661. GoldFishVol1Docs
  16662. .aminet-dir
  16663. docs/cds
  16664. .type
  16665. Miscellaneous
  16666. .short
  16667. Basic information about GoldFish Vol 1.
  16668. .description
  16669. Basic information about GoldFish Vol 1, including any README
  16670. type files, CRC list of the files if available, INDEX files,
  16671. long CONTENTS files, etc.
  16672. .author
  16673. Fred Fish
  16674. .distribution
  16675. Copyrighted but Freely Redistributable
  16676. .email
  16677. fnf@amigalib.com
  16678. .phone
  16679. (602) 491-0048
  16680. .fax
  16681. (602) 491-0048
  16682. .docs
  16683. README
  16684. .described-by
  16685. Fred Fish (fnf@amigalib.com)
  16686. .submittal
  16687. Submitted on disk directly by the author.
  16688. .execute
  16689. LAB start
  16690. set choice `RequestChoice "Options Selection" "Please select an option" "README" "CONTENTS" "Cover" "Disk 1" "Disk 2" "Cancel"`
  16691. if $choice GT "0"
  16692.   if $choice EQ "1"
  16693.     MetaTool README TEXT
  16694.   else
  16695.     if $choice EQ "2"
  16696.       MetaTool CONTENTS TEXT
  16697.     else
  16698.       if $choice EQ "3"
  16699.         MetaTool Cover.jpg JPEG
  16700.       else
  16701.         if $choice EQ "4"
  16702.           MetaTool Disk1.jpg JPEG
  16703.         else
  16704.           if $choice EQ "5"
  16705.             MetaTool Disk2.jpg JPEG
  16706.           endif
  16707.         endif
  16708.       endif
  16709.     endif
  16710.   endif
  16711.   skip start BACK
  16712. endif
  16713. .stored-in
  16714. FreshFish-Vol10:Useful/docs/CDs/GoldFish-Vol1/
  16715. .pi-file
  16716. FreshFish-Vol10:Useful/docs/CDs/GoldFish-Vol1/Product-Info
  16717. .name
  16718. GoldFishVol2Docs
  16719. .aminet-dir
  16720. docs/cds
  16721. .type
  16722. Miscellaneous
  16723. .short
  16724. Basic information about GoldFish Vol 2.
  16725. .description
  16726. Basic information about GoldFish Vol 2, including any README
  16727. type files, CRC list of the files if available, INDEX files,
  16728. long CONTENTS files, etc.
  16729. .author
  16730. Fred Fish
  16731. .distribution
  16732. Copyrighted but Freely Redistributable
  16733. .email
  16734. fnf@amigalib.com
  16735. .phone
  16736. (602) 491-0048
  16737. .fax
  16738. (602) 491-0048
  16739. .docs
  16740. README
  16741. .described-by
  16742. Fred Fish (fnf@amigalib.com)
  16743. .submittal
  16744. Submitted on disk directly by the author.
  16745. .execute
  16746. LAB start
  16747. set choice `RequestChoice "Options Selection" "Please select an option" "README" "CONTENTS" "Cover" "Disk 1" "Disk 2" "Cancel"`
  16748. if $choice GT "0"
  16749.   if $choice EQ "1"
  16750.     MetaTool README TEXT
  16751.   else
  16752.     if $choice EQ "2"
  16753.       MetaTool CONTENTS-1 TEXT
  16754.     else
  16755.       if $choice EQ "3"
  16756.         MetaTool Cover.jpg JPEG
  16757.       else
  16758.         if $choice EQ "4"
  16759.           MetaTool Disk1-Art.jpg JPEG
  16760.         else
  16761.           if $choice EQ "5"
  16762.             MetaTool Disk2-Art.jpg JPEG
  16763.           endif
  16764.         endif
  16765.       endif
  16766.     endif
  16767.   endif
  16768.   skip start BACK
  16769. endif
  16770. .stored-in
  16771. FreshFish-Vol10:Useful/docs/CDs/GoldFish-Vol2/
  16772. .pi-file
  16773. FreshFish-Vol10:Useful/docs/CDs/GoldFish-Vol2/Product-Info
  16774. .name
  16775. GrabEcran
  16776. .type
  16777. Picture
  16778. .short
  16779. 2 WB pics featuring the author's progs
  16780. .description
  16781. Two Workbench pictures featuring the author's programs
  16782. BExchange, BDH, and DLError
  16783. .author
  16784. Doguet Emmanuel
  16785. .distribution
  16786. Freeware
  16787. .address
  16788. 4, rue de Cornouailles
  16789. 50130 OCTEVILLE
  16790. FRANCE
  16791. .email
  16792. manu@ramses.fdn.org
  16793. .docs
  16794. ReadMe
  16795. .described-by
  16796. Richard Fish (rjf@amigalib.com)
  16797. .submittal
  16798. Submitted on disk directly by the author.
  16799. .aminet-dir
  16800. pix/wb
  16801. .execute
  16802. LAB Start
  16803. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Snapshot 1" "View Snapshot 2" "Cancel"`
  16804. if $choice GT "0"
  16805.   if $choice EQ "1"
  16806.     MetaTool ReadMe TEXT
  16807.   else
  16808.     if $choice EQ "2"
  16809.       MetaTool BExchange+BDH.iff ILBM
  16810.     else
  16811.       if $choice EQ "3"
  16812.         MetaTool GoldED+DLError.iff ILBM
  16813.       endif
  16814.     endif
  16815.   endif
  16816.   skip Start BACK
  16817. endif
  16818. .stored-in
  16819. FreshFish-Vol10:New/pix/wb/GrabEcran/
  16820. .pi-file
  16821. FreshFish-Vol10:New/pix/wb/GrabEcran/Product-Info
  16822. .name
  16823. graphics-hardware
  16824. .short
  16825. Reviews of graphics hardware
  16826. .description
  16827. Reviews of graphics hardware:
  16828.  
  16829.     Animation accelerators
  16830.     Graphics cards
  16831.     Video digitizers
  16832.     etc.
  16833. .described-by
  16834. fnf@amigalib.com
  16835. .author
  16836. Various; maintained by Daniel Barrett
  16837. .aminet-dir
  16838. docs/rview
  16839. .stored-in
  16840. FreshFish-Vol10:Useful/reviews/hardware/graphics/
  16841. .pi-file
  16842. FreshFish-Vol10:Useful/reviews/hardware/graphics/Product-Info
  16843. .name
  16844. graphics-software
  16845. .short
  16846. Reviews of graphics software
  16847. .description
  16848. Reviews of graphics software:
  16849.  
  16850.     3-D graphics
  16851.     Animation programs
  16852.     CAD
  16853.     Morphing
  16854.     Paint programs
  16855.     Picture viewers
  16856.     Ray tracing
  16857.     Video software
  16858.     X window system
  16859.  
  16860. Multimedia programs are in the "../multimedia" subdirectory.
  16861. .described-by
  16862. fnf@amigalib.com
  16863. .author
  16864. Various; maintained by Daniel Barrett
  16865. .aminet-dir
  16866. docs/rview
  16867. .stored-in
  16868. FreshFish-Vol10:Useful/reviews/software/graphics/
  16869. .pi-file
  16870. FreshFish-Vol10:Useful/reviews/software/graphics/Product-Info
  16871. .name
  16872. gregorwb
  16873. .type
  16874. Picture
  16875. .short
  16876. Picture of Gregors WB screen
  16877. .description
  16878. Just a picture of my WB screen, for those who are curious.
  16879. .author
  16880. Jimmy McKinney
  16881. .distribution
  16882. Copyrighted but Freely Redistributable
  16883. .email
  16884. vorlon@iglou.com
  16885. .aminet-dir
  16886. pix/wb
  16887. .execute
  16888. METATOOL gregorgrab ILBM
  16889. .docs
  16890. gregorwb.readme
  16891. .described-by
  16892. Richard Fish (rjf@amigalib.com)
  16893. .submittal
  16894. Downloaded via ftp from wuarchive.wustl.edu.
  16895. .stored-in
  16896. FreshFish-Vol10:New/pix/wb/gregorwb/
  16897. .pi-file
  16898. FreshFish-Vol10:New/pix/wb/gregorwb/Product-Info
  16899. # This file contains product information that can be used by
  16900. # KingFisher 2.0 and other similar tools.
  16901.  
  16902. .name
  16903. grep
  16904. .fullname
  16905. GNU grep package
  16906. .type
  16907. Programmer Tool
  16908. .short
  16909. GNU grep package
  16910. .description
  16911. GNU grep is based on a fast lazy-state deterministic matcher (about
  16912. twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-
  16913. Gosper search for a fixed string that eliminates impossible text from
  16914. being considered by the full regexp matcher without necessarily having
  16915. to look at every character.  The result is typically many times faster
  16916. than Unix grep or egrep.  (Regular expressions containing
  16917. backreferencing will run more slowly, however.)
  16918. .version
  16919. 2.0
  16920. .author
  16921. Mike Haertel
  16922. Arthur David Olson
  16923. Richard Stallman
  16924. Karl Berry
  16925. Henry Spencer
  16926. Scott Anderson
  16927. David MacKenzie
  16928. James Woods
  16929. Andrew Hume
  16930. .requirements
  16931. Amiga binaries require ixemul.library.
  16932. .distribution
  16933. GNU Public License
  16934. .described-by
  16935. Fred Fish (fnf@amigalib.com)
  16936. .aminet-dir
  16937. gnu/src
  16938. .stored-in
  16939. FreshFish-Vol10:GNU-src/amiga/grep-2.0-src.lha
  16940. .pi-file
  16941. FreshFish-Vol10:GNU-src/amiga/grep-2.0-src.lha.pi
  16942. # This file contains product information that can be used by
  16943. # KingFisher 2.0 and other similar tools.
  16944.  
  16945. .name
  16946. grep
  16947. .fullname
  16948. GNU grep package
  16949. .type
  16950. Programmer Tool
  16951. .short
  16952. GNU grep package
  16953. .description
  16954. GNU grep is based on a fast lazy-state deterministic matcher (about
  16955. twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-
  16956. Gosper search for a fixed string that eliminates impossible text from
  16957. being considered by the full regexp matcher without necessarily having
  16958. to look at every character.  The result is typically many times faster
  16959. than Unix grep or egrep.  (Regular expressions containing
  16960. backreferencing will run more slowly, however.)
  16961. .version
  16962. 2.0
  16963. .author
  16964. Mike Haertel
  16965. Arthur David Olson
  16966. Richard Stallman
  16967. Karl Berry
  16968. Henry Spencer
  16969. Scott Anderson
  16970. David MacKenzie
  16971. James Woods
  16972. Andrew Hume
  16973. .requirements
  16974. Amiga binaries require ixemul.library.
  16975. .distribution
  16976. GNU Public License
  16977. .described-by
  16978. Fred Fish (fnf@amigalib.com)
  16979. .aminet-dir
  16980. gnu/base
  16981. .stored-in
  16982. FreshFish-Vol10:GNU-src/baseline/grep-2.0.tar.gz
  16983. .pi-file
  16984. FreshFish-Vol10:GNU-src/baseline/grep-2.0.tar.gz.pi
  16985. .name
  16986. groff
  16987. .fullname
  16988. GNU groff document formatting system
  16989. .type
  16990. Text Processing
  16991. .short
  16992. GNU groff document formatting system
  16993. .description
  16994. This is the GNU groff document formatting system.  Included in this
  16995. release are implementations of troff, pic, eqn, tbl, refer, the -man
  16996. macros and the -ms macros, and drivers for PostScript, TeX dvi format,
  16997. and typewriter-like devices.  Also included is a modified version of
  16998. the Berkeley -me macros, an enhanced version of the X11 xditview
  16999. previewer, and an implementation of the -mm macros.
  17000. .version
  17001. 1.09
  17002. .author
  17003. James Clark
  17004. .email
  17005. jjc@jclark.com
  17006. .requirements
  17007. Amiga binaries require ixemul.library.
  17008. .distribution
  17009. GNU Public License
  17010. .described-by
  17011. Fred Fish (fnf@amigalib.com)
  17012. .aminet-dir
  17013. gnu/src
  17014. .stored-in
  17015. FreshFish-Vol10:GNU-src/amiga/groff-1.09-src.lha
  17016. .pi-file
  17017. FreshFish-Vol10:GNU-src/amiga/groff-1.09-src.lha.pi
  17018. .name
  17019. groff
  17020. .fullname
  17021. GNU groff document formatting system
  17022. .type
  17023. Text Processing
  17024. .short
  17025. GNU groff document formatting system
  17026. .description
  17027. This is the GNU groff document formatting system.  Included in this
  17028. release are implementations of troff, pic, eqn, tbl, refer, the -man
  17029. macros and the -ms macros, and drivers for PostScript, TeX dvi format,
  17030. and typewriter-like devices.  Also included is a modified version of
  17031. the Berkeley -me macros, an enhanced version of the X11 xditview
  17032. previewer, and an implementation of the -mm macros.
  17033. .version
  17034. 1.09
  17035. .author
  17036. James Clark
  17037. .email
  17038. jjc@jclark.com
  17039. .requirements
  17040. Amiga binaries require ixemul.library.
  17041. .distribution
  17042. GNU Public License
  17043. .described-by
  17044. Fred Fish (fnf@amigalib.com)
  17045. .aminet-dir
  17046. gnu/base
  17047. .stored-in
  17048. FreshFish-Vol10:GNU-src/baseline/groff-1.09.tar.gz
  17049. .pi-file
  17050. FreshFish-Vol10:GNU-src/baseline/groff-1.09.tar.gz.pi
  17051. # This file contains product information that can be used by
  17052. # KingFisher 2.0 and other similar tools.
  17053.  
  17054. .name
  17055. GUICreator
  17056. .type
  17057. Developer Utility
  17058. .short
  17059. Interface Builder for OS3.0+
  17060. .description
  17061. Another GUI interface builder, includes several examples
  17062. .version
  17063. 1.2
  17064. .date
  17065. 1995.07.04
  17066. .author
  17067. Markus Hillenbrand
  17068. .requirements
  17069. Requires OS3.x
  17070. .distribution
  17071. Shareware
  17072. .address
  17073. Hauptstraße 6
  17074. 36124 Eichenzell-Löschenrod
  17075. Deutschland
  17076. .email
  17077. m_hillen@informatik.uni-kl.de
  17078. .docs
  17079. GUICreatorWB.guide
  17080. .described-by
  17081. Dan Fish (daf@starfish.amigalib.com)
  17082. .submittal
  17083. Downloaded via ftp from wuarchive.wustl.edu.
  17084. .execute
  17085. LAB Start
  17086. set orgdir `cd`
  17087. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
  17088. if $choice GT "0"
  17089.   if $choice EQ "1"
  17090.     MetaTool GUICreator.readme TEXT
  17091.   else
  17092.     if $choice EQ "2"
  17093.       set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
  17094.       set dirchoice `pathname $filechoice`   ; cdwork:ready/sys/c must be in search path
  17095.       set filechoice `basename $filechoice`
  17096.       failat 21
  17097.       cd $dirchoice
  17098.       MetaTool $filechoice GUIDE
  17099.       failat 10
  17100.       unset filechoice
  17101.       unset dirchoice
  17102.     else
  17103.       if $choice EQ "3"
  17104.         stack 50000
  17105.         GUICreatorWB
  17106.       endif
  17107.     endif
  17108.   endif
  17109.   cd $orgdir
  17110.   skip Start BACK
  17111. endif
  17112. .aminet-dir
  17113. dev/gui
  17114. .stored-in
  17115. FreshFish-Vol10:New/dev/gui/GUICreator/
  17116. .pi-file
  17117. FreshFish-Vol10:New/dev/gui/GUICreator/Product-Info
  17118. .name
  17119. gzip
  17120. .fullname
  17121. GNU compressing/decompressing programs
  17122. .type
  17123. Miscellaneous
  17124. .short
  17125. GNU compressing/decompressing programs
  17126. .description
  17127. Gzip reduces the size of the named files using Lempel-Ziv coding
  17128. (LZ77).  Whenever possible, each file is replaced by one with the
  17129. extension .gz, while keeping the same ownership modes, access and
  17130. modification times.  (The default extension is -gz for VMS, z for
  17131. MSDOS, OS/2 FAT, Windows NT FAT and Atari.) If no files are specified,
  17132. or if a file name is "-", the standard input is compressed to the
  17133. standard output.  Gzip will only attempt to compress regular files.
  17134. In particular, it will ignore symbolic links.
  17135.  
  17136. If the compressed file name is too long for its file system, gzip
  17137. truncates it.  Gzip attempts to truncate only the parts of the file
  17138. name longer than 3 characters.  (A part is delimited by dots.) If the
  17139. name consists of small parts only, the longest parts are truncated.
  17140. For example, if file names are limited to 14 characters,
  17141. gzip.msdos.exe is compressed to gzi.msd.exe.gz.  Names are not
  17142. truncated on systems which do not have a limit on file name length.
  17143.  
  17144. By default, gzip keeps the original file name and timestamp in the
  17145. compressed file. These are used when decompressing the file with the
  17146. -N option.  This is useful when the compressed file name was truncated
  17147. or when the time stamp was not preserved after a file transfer.
  17148.  
  17149. Compressed files can be restored to their original form using gzip -d
  17150. or gunzip or zcat. If the original name saved in the compressed file
  17151. is not suitable for its file system, a new name is constructed from
  17152. the original one to make it legal.
  17153.  
  17154. gunzip takes a list of files on its command line and replaces each
  17155. file whose name ends with .gz, -gz, .z, -z, _z or .Z and which begins
  17156. with the correct magic number with an uncompressed file without the
  17157. original extension.  gunzip also recognizes the special extensions
  17158. ".tgz" and ".taz" as shorthands for .tar.gz and .tar.Z respectively.
  17159. When compressing, gzip uses the .tgz extension if necessary instead of
  17160. truncating a file with a .tar extension.
  17161.  
  17162. gunzip can currently decompress files created by gzip, zip, compress,
  17163. compress -H or pack. The detection of the input format is automatic.
  17164. When using the first two formats, gunzip checks a 32 bit CRC. For
  17165. pack, gunzip checks the uncompressed length. The standard compress
  17166. format was not designed to allow consistency checks.  However gunzip
  17167. is sometimes able to detect a bad .Z file. If you get an error when
  17168. uncompressing a .Z file, do not assume that the .Z file is correct
  17169. simply because the standard uncompress does not complain.  This
  17170. generally means that the standard uncompress does not check its input,
  17171. and happily generates garbage output.  The SCO compress -H format (lzh
  17172. compression method) does not include a CRC but also allows some
  17173. consistency checks.
  17174.  
  17175. Files created by zip can be uncompressed by gzip only if they have a
  17176. single member compressed with the 'deflation' method. This feature is
  17177. only intended to help conversion of tar.zip files to the tar.gz
  17178. format. To extract zip files with several members, use unzip instead
  17179. of gunzip.
  17180.  
  17181. zcat is identical to gunzip -c. (On some systems, zcat may be
  17182. installed as gzcat to preserve the original link to compress.) zcat
  17183. uncompresses either a list of files on the command line or its
  17184. standard input and writes the uncompressed data on standard output.
  17185. zcat will uncompress files that have the correct magic number whether
  17186. they have a .gz suffix or not.
  17187.  
  17188. Gzip uses the Lempel-Ziv algorithm used in zip and PKZIP.  The amount
  17189. of compression obtained depends on the size of the input and the
  17190. distribution of common substrings.  Typically, text such as source
  17191. code or English is reduced by 60-70%.  Compression is generally much
  17192. better than that achieved by LZW (as used in compress), Huffman coding
  17193. (as used in pack), or adaptive Huffman coding (compact).
  17194.  
  17195. Compression is always performed, even if the compressed file is
  17196. slightly larger than the original. The worst case expansion is a few
  17197. bytes for the gzip file header, plus 5 bytes every 32K block, or an
  17198. expansion ratio of 0.015% for large files. Note that the actual number
  17199. of used disk blocks almost never increases.  gzip preserves the mode,
  17200. ownership and timestamps of files when compressing or decompressing.
  17201. .version
  17202. 1.2.4
  17203. .author
  17204. Jean-loup Gailly
  17205. .requirements
  17206. Amiga binary requires ixemul.library.
  17207. .distribution
  17208. GNU Public License
  17209. .email
  17210. jloup@chorus.fr
  17211. .described-by
  17212. Fred Fish (fnf@amigalib.com)
  17213. .aminet-dir
  17214. gnu/src
  17215. .stored-in
  17216. FreshFish-Vol10:GNU-src/amiga/gzip-1.2.4-src.lha
  17217. .pi-file
  17218. FreshFish-Vol10:GNU-src/amiga/gzip-1.2.4-src.lha.pi
  17219. .name
  17220. gzip
  17221. .fullname
  17222. GNU compressing/decompressing programs
  17223. .type
  17224. Miscellaneous
  17225. .short
  17226. GNU compressing/decompressing programs
  17227. .description
  17228. Gzip reduces the size of the named files using Lempel-Ziv coding
  17229. (LZ77).  Whenever possible, each file is replaced by one with the
  17230. extension .gz, while keeping the same ownership modes, access and
  17231. modification times.  (The default extension is -gz for VMS, z for
  17232. MSDOS, OS/2 FAT, Windows NT FAT and Atari.) If no files are specified,
  17233. or if a file name is "-", the standard input is compressed to the
  17234. standard output.  Gzip will only attempt to compress regular files.
  17235. In particular, it will ignore symbolic links.
  17236.  
  17237. If the compressed file name is too long for its file system, gzip
  17238. truncates it.  Gzip attempts to truncate only the parts of the file
  17239. name longer than 3 characters.  (A part is delimited by dots.) If the
  17240. name consists of small parts only, the longest parts are truncated.
  17241. For example, if file names are limited to 14 characters,
  17242. gzip.msdos.exe is compressed to gzi.msd.exe.gz.  Names are not
  17243. truncated on systems which do not have a limit on file name length.
  17244.  
  17245. By default, gzip keeps the original file name and timestamp in the
  17246. compressed file. These are used when decompressing the file with the
  17247. -N option.  This is useful when the compressed file name was truncated
  17248. or when the time stamp was not preserved after a file transfer.
  17249.  
  17250. Compressed files can be restored to their original form using gzip -d
  17251. or gunzip or zcat. If the original name saved in the compressed file
  17252. is not suitable for its file system, a new name is constructed from
  17253. the original one to make it legal.
  17254.  
  17255. gunzip takes a list of files on its command line and replaces each
  17256. file whose name ends with .gz, -gz, .z, -z, _z or .Z and which begins
  17257. with the correct magic number with an uncompressed file without the
  17258. original extension.  gunzip also recognizes the special extensions
  17259. ".tgz" and ".taz" as shorthands for .tar.gz and .tar.Z respectively.
  17260. When compressing, gzip uses the .tgz extension if necessary instead of
  17261. truncating a file with a .tar extension.
  17262.  
  17263. gunzip can currently decompress files created by gzip, zip, compress,
  17264. compress -H or pack. The detection of the input format is automatic.
  17265. When using the first two formats, gunzip checks a 32 bit CRC. For
  17266. pack, gunzip checks the uncompressed length. The standard compress
  17267. format was not designed to allow consistency checks.  However gunzip
  17268. is sometimes able to detect a bad .Z file. If you get an error when
  17269. uncompressing a .Z file, do not assume that the .Z file is correct
  17270. simply because the standard uncompress does not complain.  This
  17271. generally means that the standard uncompress does not check its input,
  17272. and happily generates garbage output.  The SCO compress -H format (lzh
  17273. compression method) does not include a CRC but also allows some
  17274. consistency checks.
  17275.  
  17276. Files created by zip can be uncompressed by gzip only if they have a
  17277. single member compressed with the 'deflation' method. This feature is
  17278. only intended to help conversion of tar.zip files to the tar.gz
  17279. format. To extract zip files with several members, use unzip instead
  17280. of gunzip.
  17281.  
  17282. zcat is identical to gunzip -c. (On some systems, zcat may be
  17283. installed as gzcat to preserve the original link to compress.) zcat
  17284. uncompresses either a list of files on the command line or its
  17285. standard input and writes the uncompressed data on standard output.
  17286. zcat will uncompress files that have the correct magic number whether
  17287. they have a .gz suffix or not.
  17288.  
  17289. Gzip uses the Lempel-Ziv algorithm used in zip and PKZIP.  The amount
  17290. of compression obtained depends on the size of the input and the
  17291. distribution of common substrings.  Typically, text such as source
  17292. code or English is reduced by 60-70%.  Compression is generally much
  17293. better than that achieved by LZW (as used in compress), Huffman coding
  17294. (as used in pack), or adaptive Huffman coding (compact).
  17295.  
  17296. Compression is always performed, even if the compressed file is
  17297. slightly larger than the original. The worst case expansion is a few
  17298. bytes for the gzip file header, plus 5 bytes every 32K block, or an
  17299. expansion ratio of 0.015% for large files. Note that the actual number
  17300. of used disk blocks almost never increases.  gzip preserves the mode,
  17301. ownership and timestamps of files when compressing or decompressing.
  17302. .version
  17303. 1.2.4
  17304. .author
  17305. Jean-loup Gailly
  17306. .requirements
  17307. Amiga binary requires ixemul.library.
  17308. .distribution
  17309. GNU Public License
  17310. .email
  17311. jloup@chorus.fr
  17312. .described-by
  17313. Fred Fish (fnf@amigalib.com)
  17314. .aminet-dir
  17315. gnu/base
  17316. .stored-in
  17317. FreshFish-Vol10:GNU-src/baseline/gzip-1.2.4.tar.gz
  17318. .pi-file
  17319. FreshFish-Vol10:GNU-src/baseline/gzip-1.2.4.tar.gz.pi
  17320. .name
  17321. HiP
  17322. .fullname
  17323. HippoPlayer
  17324. .aminet-dir
  17325. mus/play
  17326. .short
  17327. Multiformat module player, KS 1.2+
  17328. .description
  17329. HippoPlayer (HiP) is a multiformat module player for the Amiga.  It works
  17330. perfectly under Kickstart 1.2 and has all the same and even more features
  17331. than the players requiring Kick2.0+ to run.
  17332.  
  17333. One main reason why I started making this program was that there were no
  17334. good Kick1.3 compatible players around, or I didn't know of one.  The other
  17335. reason was that my good friend Jarno Paananen (Guru/Sahara Surfers) made a
  17336. replay routine for Screamtracker ]I[ modules.
  17337.  
  17338. The aim was to make a good module player that works on every Amiga
  17339. configuration and has lot's of USEFUL features.  To achieve speed, little
  17340. size and memory usage, HiP is 100% assembler.
  17341.  
  17342. "Newcomers will run screaming away", as Nemesis1 stated.
  17343. At first HiP may seem complicated.  There's no familiar tapedeck symbols,
  17344. only some bits of text scattered around.  Learn to use HiP, it should be
  17345. worth the effort :)...
  17346.  
  17347. HiP has good support for Screamtracker ]I[, Fasttracker 1 & 2, Taketracker,
  17348. and Multitracker modules (from here onwards referred as PS3Ms), meaning
  17349. that you can listen them with a 68000 Amiga with listenable quality.  All
  17350. are played by the famous replayer by Guru.  HiP was the second program to
  17351. use the PS3M-routines after Guru's own player.
  17352.  
  17353.  
  17354.  Some features:
  17355.  · Screamtracker ]I[, Fasttracker 1 & 2, Taketracker, Multitracker, 1 to 32ch
  17356.  · SID-emulation by Håkan Sundell & Ron Birk (works even on kick1.2)
  17357.  · TFMX-modules, normal and the seven channel ones
  17358.  · A bunch of 4-8 channel sample & synth music formats
  17359.  · Easy to use, nice 3D-interface
  17360.  · Keyboard control
  17361.  · AppWindow
  17362.  · ARexx
  17363.  · Public screen support
  17364.  · Internal multitasking
  17365.  · Loads and decompresses XPK, FImp, PowerPacker, LhA, Zip and Gzip files
  17366.  · Tested on:
  17367.      A500/000, kickstart 1.2, 0.5+0.5m memory
  17368.      A1200/030, kickstart 3.0, 2+4m memory (with enforcer)
  17369.  
  17370. HippoPlayer was/is developed on:
  17371.     - v1.00-v1.25    A500/010, kickstart 1.3/3.1, 1+2M memory, HD
  17372.     - v1.27-v1.40    A1200/020, kickstart 3.0, 2+0M memory, HD
  17373.     - v2.00-v?.??    A1200/030, kickstart 3.0, 2+4M memory, HD
  17374. .version
  17375. 2.00
  17376. .requirements
  17377. Kickstart 1.2 or higher.
  17378. Requires reqtools.library
  17379. .date
  17380. 1995.03.19
  17381. .author
  17382. Kari-Pekka Koljonen
  17383. .address
  17384. Torikatu 31
  17385. 40900 Säynätsalo
  17386. Finland
  17387. .email
  17388. k-p@jybox.jyu.fi
  17389. .phone
  17390. 941-3742699
  17391. .described-by
  17392. Fred Fish (fnf@amigalib.com)
  17393. .submittal
  17394. Copied from dacapo CD.
  17395. .execute
  17396. LAB start
  17397. set choice `RequestChoice "Hippo Player" "Please select an option" "Documentation" "Run" "Cancel"`
  17398. if $choice GT "0"
  17399.   if $choice EQ "1"
  17400.     MetaTool HippoPlayer.doc TEXT
  17401.   else
  17402.     if $choice EQ "2"
  17403.       WBRun HiP
  17404.     endif
  17405.   endif
  17406.   skip start BACK
  17407. endif
  17408. .stored-in
  17409. FreshFish-Vol10:Useful/mus/play/HippoPlayer/
  17410. .pi-file
  17411. FreshFish-Vol10:Useful/mus/play/HippoPlayer/Product-Info
  17412. .name
  17413. History
  17414. .fullname
  17415. History
  17416. .aminet-dir
  17417. util/shell
  17418. .type
  17419. CLI Tool
  17420. .short
  17421. List and control shell command history.
  17422. .description
  17423. This is a 2.04/3.0/3.1 compatible version of the history command.  It
  17424. allows listing, saving, loading, and execution of the standard
  17425. con-handler command line history.
  17426. .version
  17427. 37.5
  17428. .date
  17429. 1994.02.03
  17430. .author
  17431. Andy Finkel
  17432. .distribution
  17433. Copyrighted but Freely Redistributable
  17434. .email
  17435. andy@cbmvax.commodore.com
  17436. .docs
  17437. History.doc
  17438. .described-by
  17439. Fred Fish (fnf@fishpond.cygnus.com)
  17440. .submittal
  17441. Submitted electronically directly by the author.
  17442. .contents
  17443. .execute
  17444. set choice `RequestChoice "History" "Please select an option" "View Documentation" "Cancel"`
  17445. if $choice GT "0"
  17446.   if $choice EQ "1"
  17447.     MetaTool History.doc TEXT
  17448.   endif
  17449. endif
  17450. .stored-in
  17451. FreshFish-Vol10:Useful/util/shell/History/
  17452. .pi-file
  17453. FreshFish-Vol10:Useful/util/shell/History/Product-Info
  17454. .name
  17455. humor-reviews
  17456. .short
  17457. Reviews with a humorous basis.
  17458. .description
  17459. Reviews with a humorous basis.
  17460. .described-by
  17461. fnf@amigalib.com
  17462. .author
  17463. Various; maintained by Daniel Barrett
  17464. .aminet-dir
  17465. docs/rview
  17466. .stored-in
  17467. FreshFish-Vol10:Useful/reviews/other-reviews/humor/
  17468. .pi-file
  17469. FreshFish-Vol10:Useful/reviews/other-reviews/humor/Product-Info
  17470. # This file contains product information that can be used by
  17471. # KingFisher 2.0 and other similar tools.
  17472.  
  17473. .name
  17474. HWGRCS
  17475. .type
  17476. Database
  17477. .short
  17478. GNU Revision Control System, Sources
  17479. .description
  17480. HWGRCS is a port of GNU RCS 5.6.0.1 to the Amiga with several Amiga
  17481. specific extensions.
  17482.  
  17483. Here is a quote that describes it quite well:
  17484.  
  17485.      The Revision Control System (RCS) manages multiple revisions
  17486.      of files.  RCS  automates the storing, retrieval, logging,
  17487.      identification, and merging of revisions.  RCS is useful for text
  17488.      that is revised frequently, for example programs, documentation,
  17489.      graphics, papers, and form letters.
  17490. .version
  17491. 5.6pl12
  17492. .requirements
  17493. Requires OS2.04+, 1Mb+ RAM
  17494. .author
  17495. Walter Tichy
  17496. Paul Eggert
  17497. Amiga port by Heinz Wrobel
  17498. .reference
  17499. GoldFish-Vol1-2:d9xx/d982/HWGRCS/
  17500. 5.6pl8
  17501. GoldFish-Vol1-2:d9xx/d981/HWGRCS/
  17502. 5.6pl8
  17503. GoldFish-Vol1-2:d9xx/d980/HWGRCS/
  17504. 5.6pl8
  17505. GoldFish-Vol1-1:BBS/d9xx/d982/HWGRCS.lha
  17506. 5.6pl8
  17507. GoldFish-Vol1-1:BBS/d9xx/d981/HWGRCS.lha
  17508. 5.6pl8
  17509. GoldFish-Vol1-1:BBS/d9xx/d980/HWGRCS.lha
  17510. 5.6pl8
  17511. FrozenFish-Vol1:BBS/ALib/d9xx/d982/HWGRCS.lha
  17512. 5.6pl8
  17513. FrozenFish-Vol1:BBS/ALib/d9xx/d981/HWGRCS.lha
  17514. 5.6pl8
  17515. FrozenFish-Vol1:BBS/ALib/d9xx/d980/HWGRCS.lha
  17516. 5.6pl8
  17517. FreshFish-Vol4:New/AmigaLibDisks/d982/HWGRCS/
  17518. 5.6pl8
  17519. FreshFish-Vol4:New/AmigaLibDisks/d981/HWGRCS/
  17520. 5.6pl8
  17521. FreshFish-Vol4:New/AmigaLibDisks/d980/HWGRCS/
  17522. 5.6pl8
  17523. FreshFish-Vol4:BBS/AmigaLib/d982/HWGRCS.lha
  17524. 5.6pl8
  17525. FreshFish-Vol4:BBS/AmigaLib/d981/HWGRCS.lha
  17526. 5.6pl8
  17527. FreshFish-Vol4:BBS/AmigaLib/d980/HWGRCS.lha
  17528. 5.6pl8
  17529. AmigaLibDisk982:HWGRCS/
  17530. 5.6pl8
  17531. AmigaLibDisk981:HWGRCS/
  17532. 5.6pl8
  17533. AmigaLibDisk980:HWGRCS/
  17534. 5.6pl8
  17535. GoldFish-Vol1-2:d8xx/d856/HWGRCS/
  17536. 5.6pl2
  17537. GoldFish-Vol1-2:d8xx/d855/HWGRCS/
  17538. 5.6pl2
  17539. GoldFish-Vol1-1:BBS/d8xx/d856/HWGRCS.lha
  17540. 5.6pl2
  17541. GoldFish-Vol1-1:BBS/d8xx/d855/HWGRCS.lha
  17542. 5.6pl2
  17543. FrozenFish-Vol1:BBS/ALib/d8xx/d856/HWGRCS.lha
  17544. 5.6pl2
  17545. FrozenFish-Vol1/BBS/ALib/d8xx/d855/HWGRCS.lha
  17546. 5.6pl2
  17547. .distribution
  17548. GNU Public License
  17549. .address
  17550. Karlstr. 16
  17551. 82131 Gauting
  17552. Germany
  17553. .email
  17554. heinz@hwg.muc.de
  17555. .source
  17556. Includes full sources in C
  17557. .docs
  17558. README.first
  17559. README
  17560. readme.guide
  17561. .described-by
  17562. Dan Fish (daf@starfish.amigalib.com)
  17563. .submittal
  17564. Downloaded via ftp from wuarchive.wustl.edu.
  17565. .execute
  17566. set orgdir `cd`
  17567. LAB Start
  17568. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Cancel"`
  17569. if $choice GT "0"
  17570.   if $choice EQ "1"
  17571.     set filechoice `RequestFile TITLE "Select Readme File" PATTERN "#?Readme#?"`
  17572.     set dirchoice `pathname $filechoice`
  17573.     set filechoice `basename $filechoice`
  17574.     failat 21
  17575.     cd $dirchoice
  17576.     MetaTool $filechoice GUIDE
  17577.     failat 10
  17578.     unset filechoice
  17579.     unset dirchoice
  17580.   else
  17581.     if $choice EQ "2"
  17582.       MetaTool readme.guide GUIDE
  17583.     endif
  17584.   endif
  17585.   skip Start BACK
  17586. endif
  17587. .aminet-dir
  17588. dev/misc
  17589. .stored-in
  17590. FreshFish-Vol10:New/dev/misc/HWGRCS/
  17591. .pi-file
  17592. FreshFish-Vol10:New/dev/misc/HWGRCS/Product-Info
  17593. .name
  17594. IBrowse
  17595. .type
  17596. Picture
  17597. .short
  17598. GIFs of IBrowse, a new Amiga WWW Browser
  17599. .description
  17600. Hi all!
  17601.  
  17602. These have been taken from http://www.omnipresence.com/ibrowse/
  17603. and uploaded here as they were nasty inline images.
  17604.  
  17605. The Amiga clearly has a bright future.
  17606. Now it has a bright future in the WWW too.
  17607.  
  17608. Basically, it's the contents of my T: dir while viewing the pages,
  17609. so the images are the T432.0000 type.
  17610.  
  17611. Stu. :)
  17612. --
  17613.  ____________________________________________________________________
  17614. /   Stuart Tomlinson                  Amiga CD32+SX-1, 6 meg RAM, HD,\
  17615. |  stuart@tomonet.demon.co.uk         and a 14.4K Sportster FAX Modem |
  17616. |  http://metro.turnpike.net/~stu/    IRC: Casper (Casper_ when taken)|
  17617. |                Maintainer of the SX1 Mailing List:                  |
  17618. |   Mail to SX1-request@tomonet.demon.co.uk with HELP in the body     |
  17619. |  or go to its WWW page at http://metro.turnpike.net/~stu/sx1.html   |
  17620.  \___________________________________________________________________/
  17621. .author
  17622. Stuart Tomlinson
  17623. .email
  17624. stuart@tomonet.demon.co.uk
  17625. .aminet-dir
  17626. pix/illu
  17627. .execute
  17628. set filechoice `requestfile "Select a picture to view" PATTERN "3WN5.#?"
  17629. MetaTool $filechoice GIF
  17630. .docs
  17631. IBrowsePics.readme
  17632. .described-by
  17633. Richard Fish (rjf@amigalib.com)
  17634. .submittal
  17635. Downloaded via ftp from wuarchive.wustl.edu.
  17636. .stored-in
  17637. FreshFish-Vol10:New/pix/illu/IBrowse/
  17638. .pi-file
  17639. FreshFish-Vol10:New/pix/illu/IBrowse/Product-Info
  17640. .name
  17641. Iconian
  17642. .type
  17643. Icon Utility
  17644. .short
  17645. Icon editor that supports OS3.0 funcs.
  17646. .description
  17647. An icon editor with all the functions of IconEdit under OS3.0, plus more.
  17648. Features: Support for sizable windows and custom fonts; Multiple undos;
  17649. Appwindows; Custom magnification levels; Up to 256 colors; 3.x palette
  17650. sharing; RGB color editing; Integer scaling of oversized brushes; Optional
  17651. remapping of IFFs to screen colors; Can save 8 plane icons which stay
  17652. "normal" regardless of screen depth; Full range of drawing tools including
  17653. beveled boxes; Recolors 1.3 icons; Clipboard support; Extensive keyboard
  17654. support; Ability to cut and paste brushes; Drawing with text, including
  17655. selectable font and styles; 100% system supported, no external libraries
  17656. required.
  17657. .version
  17658. 2.93
  17659. .author
  17660. Chad Randall
  17661. .requirements
  17662. Requires OS3.0, 68020+ recommended
  17663. .distribution
  17664. Shareware
  17665. .price
  17666. $10 (US)
  17667. .address
  17668. 229 S. Washington St.
  17669. Manchester, Mi. 48158-9680
  17670. USA
  17671. .email
  17672. crandall@garnet.msen.com
  17673. .docs
  17674. Iconian2_93.readme
  17675. .described-by
  17676. Fred Fish (fnf@amigalib.com)
  17677. .submittal
  17678. Downloaded via ftp from wuarchive.wustl.edu.
  17679. .execute
  17680. set orgdir `cd`
  17681. LAB start
  17682. set choice `RequestChoice "Iconian" "Please select an option" "Readme" "Guide" "History" "Other Files" "Run" "Cancel"`
  17683. if $choice GT "0"
  17684.   if $choice EQ "1"
  17685.     MetaTool Iconian2_93.readme TEXT
  17686.   else
  17687.     if $choice EQ "2"
  17688.       MetaTool Iconian_help.guide GUIDE
  17689.     else
  17690.       if $choice EQ "3"
  17691.         MetaTool History.txt TEXT
  17692.       else
  17693.         if $choice EQ "4"
  17694.           set filechoice `RequestFile TITLE "Select Text File"`
  17695.           set dirchoice `pathname $filechoice`
  17696.           set filechoice `basename $filechoice`
  17697.           failat 21
  17698.           cd $dirchoice
  17699.           MetaTool $filechoice TEXT
  17700.         else
  17701.           if $choice EQ "5"
  17702.             WBRun Iconian
  17703.           endif
  17704.         endif
  17705.       endif
  17706.     endif
  17707.   endif
  17708.   cd $orgdir
  17709.   unset filechoice
  17710.   unset dirchoice
  17711.   failat 10
  17712.   skip start BACK
  17713. endif
  17714. .aminet-dir
  17715. gfx/edit
  17716. .stored-in
  17717. FreshFish-Vol10:Useful/gfx/edit/Iconian/
  17718. .pi-file
  17719. FreshFish-Vol10:Useful/gfx/edit/Iconian/Product-Info
  17720. .name
  17721. ICON_TOOLBOX
  17722. .type
  17723. Workbench Tool
  17724. .short
  17725. Manipulates/organizes icons.
  17726. .description
  17727. Function List:
  17728.  
  17729.  a. Create icons of any size and up to 256 colours from paint files.
  17730.     Automatically works out the type of the icon. Double image icons
  17731.     can be made from 2 pictures with totally different sizes and depths,
  17732.     also you can manually position the 2 pictures relative to each other.
  17733.  b. Smart window cleanup: much better than workbench's window cleanup.
  17734.     The cleanup is always 100% tight: if there's a free slot, it will be
  17735.     found! The positioning of icons is also more structured than that
  17736.     of workbench. Many practical heuristics are enforced.
  17737.  c. Mass produce zillions of icons (iconization) with many options.
  17738.  d. Mass stretching of icons in a directory.
  17739.  e. Mass palette remappings of icons.
  17740.  f. Mass change of an icon default tool.
  17741.  g. Convert an icons tool types to text file and vice versa.
  17742.  h. Convert icons into paint files with a minimum of fuss.
  17743.  i. Stretch icons. Perform 2 way stretch/shrink on an icon.
  17744.  j. Tile a sphere with an icon or picture.
  17745.  k. Remap an icon palette: for when you change your workbench palette.
  17746.  l. Cut a smaller paint file (a brush) out of a bigger paint file.
  17747.  m. Copy an icon to another object NOT necessarily of the same type.
  17748.  n. Mass mapping of icons onto spheres.
  17749.  o. Stretch a picture.
  17750.  p. Tile a sphere with a picture.
  17751.  q. Change the colour-palette/number-of-bitplanes/resolution of a
  17752.     picture so that destination resembles source.
  17753.  r. Switch the type of an icon: switch between garbage and directory,
  17754.          switch between data file and programme file.
  17755.  s. Implement the colours of a paint file onto the workbench screen.
  17756.  t. Examine an icon: give info about an icon. Compared to Workbench info
  17757.     the emphasis is on the icon rather than on the associated object.
  17758. .version
  17759. 2.12
  17760. .date
  17761. 1995.03.22
  17762. .author
  17763. Richard Biswas
  17764. .distribution
  17765. Shareware
  17766. .price
  17767. £10
  17768. .address
  17769. Flat 1
  17770. 61 Warminster Road
  17771. LONDON
  17772. SE25 4DQ
  17773. .tested
  17774. The programme has been tested on the following:
  17775.  
  17776. version 3.0:  Tested on an Amiga 1200, works perfectly.
  17777. version 2.0:  Tested on an Amiga 500 with 2.04 ROM, works perfectly.
  17778. version 1.3:  Tested on a version 1.2 Amiga 500 with software upgrade to 1.3:
  17779.               Also tested on an Amiga 1200 downgraded to 1.3 using the Relok1.3
  17780.               programme. In both cases works perfectly.
  17781.  
  17782. version 1.2:  Tested on a version 1.2 Amiga 500: PROBLEMS OCCUR. iconizing
  17783.                 ram: can result in df0: being iconized instead. See section
  17784.                 6.
  17785.  
  17786. If you have tested this on other configurations please write and tell me and
  17787. I'll update this. Also if NTSC users have any problems they should write and
  17788. explain and I'll try and take corrective action.
  17789.  
  17790. The programme works differently on different machines. It works out what machine
  17791. its on and then may or may not say certain things accordingly: this is because
  17792. icons behave slightly differently on different machines eg on an Amiga 1200
  17793. you can update all icons including ram:'s by opening a CLI, closing the
  17794. workbench window and then typing loadwb from the cli.
  17795. .docs
  17796. ICON_TOOLBOX/Function_List
  17797. ICON_TOOLBOX/README_FIRST
  17798. ICON_TOOLBOX/registration
  17799. ICON_TOOLBOX/manual/compatibility
  17800. ICON_TOOLBOX/manual/design_philosophy
  17801. ICON_TOOLBOX/manual/Good_form
  17802. ICON_TOOLBOX/manual/Icon_copying_feature
  17803. ICON_TOOLBOX/manual/Icon_from_Art_programme
  17804. ICON_TOOLBOX/manual/Lots_of_ram
  17805. ICON_TOOLBOX/manual/NTSC_and_PAL
  17806. ICON_TOOLBOX/manual/pre_1.2_machines
  17807. ICON_TOOLBOX/manual/Smart_Window_Cleanup
  17808. .described-by
  17809. Richard Fish (rjf@amigalib.com)
  17810. .submittal
  17811. Submitted on disk directly by the author.
  17812. .aminet-dir
  17813. util/wb
  17814. .execute
  17815. LAB Start
  17816. set choice `RequestChoice "Options Selection" "Please select an option" "View ReadMe" "View Doc" "Run Program" "Cancel"`
  17817. if $choice GT "0"
  17818.   if $choice EQ "1"
  17819.     MetaTool ICON_TOOLBOX/README_FIRST TEXT
  17820.   else
  17821.     if $choice EQ "2"
  17822.       set filechoice `RequestFile TITLE "Select Doc File" PATTERN "~(#?.info)" DRAWER "ICON_TOOLBOX/manual"`
  17823.       MetaTool $filechoice TEXT
  17824.       unset filechoice
  17825.     else
  17826.       if $choice EQ "3"
  17827.         ICON_TOOLBOX/ICON_TOOLBOX
  17828.       endif
  17829.     endif
  17830.   endif
  17831.   skip Start BACK
  17832. endif
  17833. .stored-in
  17834. FreshFish-Vol10:New/util/wb/ICON_TOOLBOX/
  17835. .pi-file
  17836. FreshFish-Vol10:New/util/wb/ICON_TOOLBOX/Product-Info
  17837. .name
  17838. ide-hardware
  17839. .short
  17840. Reviews of IDE disk controllers.
  17841. .description
  17842. Reviews of IDE disk controllers.
  17843. .described-by
  17844. fnf@amigalib.com
  17845. .author
  17846. Various; maintained by Daniel Barrett
  17847. .aminet-dir
  17848. docs/rview
  17849. .stored-in
  17850. FreshFish-Vol10:Useful/reviews/hardware/ide/
  17851. .pi-file
  17852. FreshFish-Vol10:Useful/reviews/hardware/ide/Product-Info
  17853. .name
  17854. ILBM_Killer
  17855. .type
  17856. Picture Viewer
  17857. .short
  17858. IFF/AGA ILBM file viewer/remover
  17859. .description
  17860. This program only does two things. 1. Views IFF ILBM Files
  17861.                                    2. Deletes Files
  17862. This program was written because I had to spring clean my Hard
  17863. Drive. Just imagine this. You have 30 to 40 ILBM files on your
  17864. Hard Drive dating back a couple of years. Lets face it you have
  17865. probably forgotten what most of then are anyway. You WANT some
  17866. disk space back NOW.
  17867. You have two options 1. Use the CLI to delete the file however
  17868. you don't know what the picture is.
  17869.                      2. Load Deluxe Paint IV to view and delete
  17870. the file however this is too slow and cumbersome.
  17871.  
  17872. SOLUTION
  17873. Use ILBM Killer. It is reasonably quick straight forward and
  17874. easy to use.
  17875. .version
  17876. 1.01
  17877. .author
  17878. DCAT
  17879. .distribution
  17880. Copyrighted but Freely Redistributable
  17881. .docs
  17882. ILBM_Killer.DOC
  17883. .described-by
  17884. Richard Fish (rjf@amigalib.com)
  17885. .submittal
  17886. Submitted on disk directly by the author.
  17887. .aminet-dir
  17888. gfx/show
  17889. .execute
  17890. LAB Start
  17891. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
  17892. if $choice GT "0"
  17893.   if $choice EQ "1"
  17894.     MetaTool ILBM_Killer.DOC TEXT
  17895.   else
  17896.     if $choice EQ "2"
  17897.       ILBM_Killer
  17898.     endif
  17899.   endif
  17900.   skip Start BACK
  17901. endif
  17902. .stored-in
  17903. FreshFish-Vol10:New/gfx/show/ILBM_Killer/
  17904. .pi-file
  17905. FreshFish-Vol10:New/gfx/show/ILBM_Killer/Product-Info
  17906. .name
  17907. Image2C
  17908. .fullname
  17909. Image to C Converter
  17910. .aminet-dir
  17911. gfx/conv
  17912. .short
  17913. Convert IFF images to C code
  17914. .description
  17915. Source (and binary) to a tool to convert IFF images to 'C' code for
  17916. use in DrawImage(); generates all structures necessary to create
  17917. gadgets with this imagery, including LoadRGB32() palette tables, and
  17918. struct Gadget, struct Image, etc.  Source code demonstrates the use of
  17919. iffparse.library to extract BMHD information, AUTH, BODY, etc. chunks.
  17920. Flexible structure base-names from the command line.
  17921. .version
  17922. 1.2
  17923. .author
  17924. Udo Schuermann
  17925. .submittal
  17926. Submitted directly by author via ftp.
  17927. .described-by
  17928. Fred Fish (fnf@amigalib.com)
  17929. .source
  17930. Includes source in C.
  17931. .execute
  17932. LAB start
  17933. set choice `RequestChoice "Image to C Converter" "Please select an option" "Documentation" "View Source" "Cancel"`
  17934. if $choice GT "0"
  17935.   if $choice EQ "1"
  17936.     MetaTool i2c.doc TEXT
  17937.   else
  17938.     if $choice EQ "2"
  17939.       MetaTool i2c.c SOURCE
  17940.     endif
  17941.   endif
  17942.   skip start BACK
  17943. endif
  17944. .stored-in
  17945. FreshFish-Vol10:New/gfx/conv/Image2C/
  17946. .pi-file
  17947. FreshFish-Vol10:New/gfx/conv/Image2C/Product-Info
  17948. # This file contains product information that can be used by
  17949. # KingFisher 2.0 and other similar tools.
  17950.  
  17951. .name
  17952. IncludeGuide
  17953. .type
  17954. Developer Utility
  17955. .short
  17956. Guide with links to all asm includes
  17957. .description
  17958. An AmigaGuide file that contains links to asm includes
  17959.  
  17960. INCLUDE: has to be assigned to the main include directory, containing
  17961. all include files (the directory containing the "exec", "dos" and all
  17962. the other drawers).
  17963. .version
  17964. 1.0
  17965. .author
  17966. Per-Olof Yliniemi
  17967. .address
  17968. Muoniovaara
  17969. S-980 64 Muodoslompolo
  17970. SWEDEN
  17971. .docs
  17972. IncludeGuide.readme
  17973. Includes.Guide
  17974. .described-by
  17975. Dan Fish (daf@starfish.amigalib.com)
  17976. .submittal
  17977. Downloaded via ftp from wuarchive.wustl.edu.
  17978. .execute
  17979. LAB Start
  17980. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Cancel"`
  17981. if $choice GT "0"
  17982.   if $choice EQ "1"
  17983.     MetaTool IncludeGuide.readme  TEXT
  17984.   else
  17985.     if $choice EQ "2"
  17986.       MetaTool Includes.Guide  GUIDE
  17987.     endif
  17988.   endif
  17989.   skip Start BACK
  17990. endif
  17991. .aminet-dir
  17992. dev/asm
  17993. .stored-in
  17994. FreshFish-Vol10:New/dev/asm/IncludeGuide/
  17995. .pi-file
  17996. FreshFish-Vol10:New/dev/asm/IncludeGuide/Product-Info
  17997. .name
  17998. indent
  17999. .fullname
  18000. C code beautifier
  18001. .type
  18002. Programmer Tool
  18003. .short
  18004. C code beautifier
  18005. .description
  18006. The `indent' program can be used to make code easier to read.  It can
  18007. also convert from one style of writing C to another, and understands a
  18008. substantial amount about the syntax of C, but it also attempts to cope
  18009. with incomplete and misformed syntax.  In version 1.2 and more recent
  18010. versions, the GNU style of indenting is the default.
  18011. .version
  18012. 1.9.1
  18013. .author
  18014. Free Software Foundation
  18015. .requirements
  18016. Amiga binary requires ixemul.library.
  18017. .distribution
  18018. GNU Public License
  18019. .described-by
  18020. Fred Fish (fnf@amigalib.com)
  18021. .aminet-dir
  18022. gnu/src
  18023. .stored-in
  18024. FreshFish-Vol10:GNU-src/amiga/indent-1.9.1-src.lha
  18025. .pi-file
  18026. FreshFish-Vol10:GNU-src/amiga/indent-1.9.1-src.lha.pi
  18027. .name
  18028. indent
  18029. .fullname
  18030. C code beautifier
  18031. .type
  18032. Programmer Tool
  18033. .short
  18034. C code beautifier
  18035. .description
  18036. The `indent' program can be used to make code easier to read.  It can
  18037. also convert from one style of writing C to another, and understands a
  18038. substantial amount about the syntax of C, but it also attempts to cope
  18039. with incomplete and misformed syntax.  In version 1.2 and more recent
  18040. versions, the GNU style of indenting is the default.
  18041. .version
  18042. 1.9.1
  18043. .author
  18044. Free Software Foundation
  18045. .requirements
  18046. Amiga binary requires ixemul.library.
  18047. .distribution
  18048. GNU Public License
  18049. .described-by
  18050. Fred Fish (fnf@amigalib.com)
  18051. .aminet-dir
  18052. gnu/base
  18053. .stored-in
  18054. FreshFish-Vol10:GNU-src/baseline/indent-1.9.1.tar.gz
  18055. .pi-file
  18056. FreshFish-Vol10:GNU-src/baseline/indent-1.9.1.tar.gz.pi
  18057. .name
  18058. InfraRexx
  18059. .type
  18060. Infrared Control/ARexx
  18061. .short
  18062. Amiga as infrared remote control/slave
  18063. .description
  18064. The InfraRexx software along with the InfraJoy hardware serve as an
  18065. ARexx-infrared interface, so your Amiga becomes a remote control
  18066. unit. Also, the other way around, you can control your Amiga using
  18067. a common infrared remote control unit.
  18068. .version
  18069. 1.6a
  18070. .date
  18071. 1995.6.14
  18072. .author
  18073. Leon Woestenberg
  18074. Jeroen Steenblik
  18075. .reference
  18076. GoldFish-Vol2-2:BBS/util/InfraRexx-1.4.lha
  18077. 1.4
  18078. GoldFish-Vol2-1:Files/util/rexx/InfraRexx/
  18079. 1.4
  18080. FreshFish-Vol9-2:BBS/util/InfraRexx-1.4.lha
  18081. 1.4
  18082. FreshFish-Vol8-2:BBS/util/InfraRexx-1.4.lha
  18083. 1.4
  18084. FreshFish-Vol8-1:New/util/rexx/InfraRexx/
  18085. 1.4
  18086. FreshFish-Vol6:New/util/rexx/InfraRexx/
  18087. 1.3
  18088. FreshFish-Vol6:BBS/util/InfraRexx-1.3.lha
  18089. 1.3
  18090. .requirements
  18091. Requires Kickstart 2.04 or higher and some hardware (plans included).
  18092. .distribution
  18093. Freeware
  18094. .price
  18095. Voluntary registration fee of USD 10. Ordering the complete hardware
  18096. costs USD 28, and offers free user registration and one free update.
  18097. .address
  18098. Digital Disturbance
  18099. Leon Woestenberg
  18100. Langenhof 62
  18101. NL-5071 TP Udenhout
  18102. The Netherlands
  18103.  
  18104. Jeroen Steenblik
  18105. Retiestraat 13
  18106. NL-5628 PC Eindhoven
  18107. The Netherlands
  18108. .email
  18109. leon@stack.urc.tue.nl
  18110. jeroens@stack.urc.tue.nl
  18111. .installsize
  18112. 100K-450K
  18113. .construction
  18114. Amiga E Compiler v3.1a by Wouter van Oortmerssen
  18115. .tested
  18116. Tested on an Amiga 4000/040 using Kickstart 3.0 (version 39.106) ROMs
  18117. and 3.1 (version 40.68) MapRommed ROMs, Workbench 3.1 (version 40.42).
  18118. .docs
  18119. InfraRexx.guide
  18120. Hardware.guide
  18121. .described-by
  18122. Leon Woestenberg (leon@stack.urc.tue.nl)
  18123. Jeroen Steenblik (jeroens@stack.urc.tue.nl)
  18124. .submittal
  18125. Downloaded via ftp from wuarchive.wustl.edu.
  18126. .execute
  18127. LAB Start
  18128. set choice `RequestChoice "Options Selection" "Please select an option" "View Readme" "View Guide" "Install Program" "Run Program" "Cancel"`
  18129. if $choice GT "0"
  18130.   if $choice EQ "1"
  18131.     MetaTool InfraRexx1_6a.readme TEXT
  18132.   else
  18133.     if $choice EQ "2"
  18134.       MetaTool InfraRexx.guide GUIDE
  18135.     else
  18136.       if $choice EQ "3"
  18137.         Installer Install InfraRexx AVERAGE AVERAGE NOPRETEND
  18138.       else
  18139.         if $choice EQ "4"
  18140.           assign Locale: "" ADD
  18141.           run InfraRexxDaemon
  18142.           InfraRexxEditor
  18143.         endif
  18144.       endif
  18145.     endif
  18146.   endif
  18147.   skip Start BACK
  18148. endif
  18149. .aminet-dir
  18150. util/misc
  18151. .stored-in
  18152. FreshFish-Vol10:New/util/misc/InfraRexx/
  18153. .pi-file
  18154. FreshFish-Vol10:New/util/misc/InfraRexx/Product-Info
  18155. .name
  18156. input-devices-hardware
  18157. .short
  18158. Reviews of input devices
  18159. .description
  18160. Reviews of input devices:
  18161.  
  18162.     Gamepads
  18163.     Joysticks
  18164.     Keyboards
  18165.     Mice
  18166.     Trackballs
  18167. .described-by
  18168. fnf@amigalib.com
  18169. .author
  18170. Various; maintained by Daniel Barrett
  18171. .aminet-dir
  18172. docs/rview
  18173. .stored-in
  18174. FreshFish-Vol10:Useful/reviews/hardware/input-devices/
  18175. .pi-file
  18176. FreshFish-Vol10:Useful/reviews/hardware/input-devices/Product-Info
  18177. .name
  18178. Installer
  18179. .type
  18180. OS Utility
  18181. .short
  18182. Commodore's Amiga Installer utility
  18183. .description
  18184. Archive distribution of the Amiga Installer utility direct from
  18185. Commodore.  Contains V1.24 of the Installer, documen- tation and
  18186. examples for developers to use when developing their software.  Also
  18187. contains various enhancements and fixes detailed in the documentation
  18188. enclosed.  The documen- tation has also been enhanced and brought up
  18189. to date.
  18190. .version
  18191. 1.26
  18192. .date
  18193. .author
  18194. Commodore Business Machines
  18195. .restrictions
  18196. .requirements
  18197. .reference
  18198. AmigaLibDisk870:Installer/
  18199. 1.24
  18200. .keywords
  18201. .distribution
  18202. Copyrighted but Freely Redistributable
  18203. .price
  18204. .address
  18205. .email
  18206. .phone
  18207. .fax
  18208. .exectype
  18209. .installsize
  18210. .source
  18211. .construction
  18212. .tested
  18213. .docs
  18214. ReadMe
  18215. Installer.license
  18216. .described-by
  18217. Fred Fish (fnf@fishpond.cygnus.com)
  18218. .submittal
  18219. Submitted electronically directly by the author.
  18220. .execute
  18221. LAB start
  18222. set choice `RequestChoice "Installer" "Please select an option" "Description" "ReadMe" "License" "Cancel"`
  18223. if $choice GT "0"
  18224.   if $choice EQ "1"
  18225.     MetaTool Installer.des TEXT
  18226.   else
  18227.     if $choice EQ "2"
  18228.       MetaTool ReadMe TEXT
  18229.     else
  18230.       if $choice EQ "3"
  18231.         MetaTool Installer.license TEXT
  18232.       endif
  18233.     endif
  18234.   endif
  18235.   skip start BACK
  18236. endif
  18237. .aminet-dir
  18238. util/misc
  18239. .stored-in
  18240. FreshFish-Vol10:Useful/util/misc/Installer/
  18241. .pi-file
  18242. FreshFish-Vol10:Useful/util/misc/Installer/Product-Info
  18243. # This file contains product information that can be used by
  18244. # KingFisher 2.0 and other similar tools.
  18245.  
  18246. .name
  18247. IntuiDex
  18248. .type
  18249. Database
  18250. .short
  18251. Mailing list manager
  18252. .description
  18253. Easy to use club membership database and mailing list manager.
  18254.  
  18255. Features:
  18256.  
  18257.     *   Number of records in database is now limited only by available
  18258.         memory
  18259.  
  18260.     *   Fast sorting speed
  18261.  
  18262.     *   Nine different status levels, including four membership levels
  18263.  
  18264.     *   Font and screen sensitive
  18265.  
  18266.     *   Prints mailing labels, phone lists, and configurable database lists
  18267.  
  18268.     *   Export mail merge files for many popular word processors
  18269.  
  18270.     *   Import and Export ASCII delimited files
  18271.  
  18272.     *   Configurable field names
  18273.  
  18274.     *   Sort on six different fields
  18275. .version
  18276. 2.1
  18277. .author
  18278. Jeffery C. May
  18279. .distribution
  18280. Shareware
  18281. .reference
  18282. GoldFish-Vol2-2:BBS/biz/IntuiDex-1.1.lha
  18283. 1.1
  18284. GoldFish-Vol2-1:Files/biz/dbase/IntuiDex/
  18285. 1.1
  18286. FreshFish-Vol9-2:BBS/biz/IntuiDex-1.1.lha
  18287. 1.1
  18288. FreshFish-Vol8-2:BBS/biz/IntuiDex-1.1.lha
  18289. 1.1
  18290. FreshFish-Vol7:New/biz/dbase/IntuiDex/
  18291. 1.1
  18292. FreshFish-Vol7:BBS/biz/IntuiDex-1.1.lha
  18293. 1.1
  18294. AmigaLibDisks:d10xx/d1010/Programs/IntuiDex/
  18295. 1.1
  18296. FreshFish-Vol6:New/biz/dbase/IntuiDex/
  18297. 1.0
  18298. FreshFish-Vol6:BBS/biz/IntuiDex-1.0.lha
  18299. 1.0
  18300. .price
  18301. $25 (US)
  18302. .address
  18303. 4323 Pinewood Dr NE
  18304. Palm Bay, FL 32905
  18305. USA
  18306. .email
  18307. jeffm@zeus.surf.tach.net
  18308. Jeff_May@aaivtex.atl.ga.us
  18309. .docs
  18310. IntuiDex21.readme
  18311. help/IntuiDex.guide
  18312. help/registration.form
  18313. .described-by
  18314. Dan Fish (daf@daffy.amigalib.com)
  18315. .submittal
  18316. Downloaded via ftp from wuarchive.wustl.edu.
  18317. .execute
  18318. LAB Start
  18319. set choice `RequestChoice "Options Selection" "Please select an option" "View ReadMe" "View Guide" "Install Program" "Run Program" "Cancel"`
  18320. if $choice GT "0"
  18321.   if $choice EQ "1"
  18322.     MetaTool IntuiDex21.readme TEXT
  18323.   else
  18324.     if $choice EQ "2"
  18325.       cd help
  18326.       MetaTool IntuiDex.guide GUIDE
  18327.       cd /
  18328.     else
  18329.       if $choice EQ "3"
  18330.         Installer Install_IntuiDex
  18331.       else
  18332.         if $choice EQ "4"
  18333.           wbrun intuidex
  18334.         endif
  18335.       endif
  18336.     endif
  18337.   endif
  18338.   skip Start BACK
  18339. endif
  18340. .aminet-dir
  18341. biz/dbase
  18342. .stored-in
  18343. FreshFish-Vol10:New/biz/dbase/IntuiDex/
  18344. .pi-file
  18345. FreshFish-Vol10:New/biz/dbase/IntuiDex/Product-Info
  18346. .name
  18347. IO-ports-hardware
  18348. .short
  18349. Reviews of hardware IO products.
  18350. .description
  18351. Reviews of hardware devices with input/output ports, such as:
  18352.  
  18353.     Multi-serial boards
  18354.     Multi-parallel boards
  18355.     Ethernet boards
  18356.     ARCnet boards
  18357. .described-by
  18358. fnf@amigalib.com
  18359. .author
  18360. Various; maintained by Daniel Barrett
  18361. .aminet-dir
  18362. docs/rview
  18363. .stored-in
  18364. FreshFish-Vol10:Useful/reviews/hardware/ports/
  18365. .pi-file
  18366. FreshFish-Vol10:Useful/reviews/hardware/ports/Product-Info
  18367. # This file contains product information that can be used by
  18368. # KingFisher 2.0 and other similar tools.
  18369.  
  18370. .name
  18371. IRMaster
  18372. .type
  18373. Hardware
  18374. .short
  18375. Use Amiga as an infrared remote
  18376. .description
  18377. The IR-Master project consists of two software components
  18378. and a control hardware which is connected to the joystickport.
  18379. With this equipment you can control almost every device which
  18380. is supplied with an IR remote.
  18381. .version
  18382. 3.30
  18383. .date
  18384. 1995.06.07
  18385. .author
  18386. Jürgen Frank
  18387. Michael Watzl
  18388. .requirements
  18389. Requires OS2.x+, and hardware available from the authors
  18390. .reference
  18391. FreshFish-Vol9-1:New/util/misc/IRMaster/
  18392. 3.11
  18393. FreshFish-Vol8-2:BBS/util/IRMaster-2.6.lha
  18394. 2.6
  18395. GoldFish-Vol2-1:Files/util/misc/IRMaster/
  18396. 2.6
  18397. FreshFish-Vol6:New/util/misc/IRMaster/
  18398. 2.6
  18399. FreshFish-Vol6:BBS/util/IRMaster-2.6.lha
  18400. 2.6
  18401. GoldFish-Vol2-2/BBS/util/IRMaster-2.6.lha
  18402. 2.6
  18403. AmigaLibDisk993:IRMaster/
  18404. 2.2
  18405. AmigaLibDisk943:IRMaster/
  18406. 1.0
  18407. .distribution
  18408. Shareware
  18409. .price
  18410. $15 - $40 (US)
  18411. .address
  18412. Michael Watzl
  18413. Konradstr. 11
  18414. 86609 Donauwoerth
  18415. Tel: +49 906 5834
  18416. Germany
  18417.  
  18418. Juergen Frank
  18419. Wittelsbacherweg 7
  18420. 86609 Donauwoerth
  18421. Tel: +49 906 1057
  18422. Germany
  18423. .docs
  18424. IMPORTANT
  18425. WICHTIG!
  18426. irmaster330.readme
  18427. .described-by
  18428. Dan Fish (daf@starfish.amigalib.com)
  18429. .submittal
  18430. Downloaded via ftp from wuarchive.wustl.edu.
  18431. .execute
  18432. LAB Start
  18433. set choice `RequestChoice "Options Selection" "Please select an option" "View Readme" "Install Program" "Cancel"`
  18434. if $choice GT "0"
  18435.   if $choice EQ "1"
  18436.     MetaTool irmaster330.readme TEXT
  18437.   else
  18438.     if $choice EQ "2"
  18439.       set choice2 `RequestChoice "Language Selection" "Please select a Language" "English" "Deutsch" "Cancel"`
  18440.       if $choice2 GT "0"
  18441.         if $choice2 EQ "1"
  18442.           Installer Install IR-Master DEFUSER Average LANGUAGE english NOPRETEND
  18443.         else
  18444.           if $choice2 EQ "2"
  18445.             Installer Install IR-Master DEFUSER Average LANGUAGE deutsch NOPRETEND
  18446.           endif
  18447.         endif
  18448.       endif
  18449.       unset choice2
  18450.     endif
  18451.   endif
  18452.   skip Start BACK
  18453. endif
  18454. .aminet-dir
  18455. util/misc
  18456. .stored-in
  18457. FreshFish-Vol10:New/util/misc/IR-Master/
  18458. .pi-file
  18459. FreshFish-Vol10:New/util/misc/IR-Master/Product-Info
  18460. .name
  18461. ispell
  18462. .fullname
  18463. GNU spelling checker
  18464. .type
  18465. Miscellaneous
  18466. .short
  18467. GNU spelling checker
  18468. .description
  18469. Ispell is a program that helps you to correct typos in a file, and to
  18470. find the correct spelling of words.  When presented with a word that
  18471. is not in the dictionary, ispell attempts to find near misses that
  18472. might include the word you meant.
  18473.  
  18474. The best way to use ispell is with GNU EMACS.  For documentation about
  18475. this mode, see the info topic "ispell".
  18476.  
  18477. Ispell can also be used by itself, and in this case the most common
  18478. usage is "ispell filename".  If ispell finds a word that is not in the
  18479. dictionary, it is printed at the top of the screen.  Ispell then
  18480. checks the dictionary for near misses \- words that differ only by a
  18481. single letter, a missing or extra letter, or a pair of transposed
  18482. letters.  Any that are found are printed on the following lines, and
  18483. finally, two lines of context containing the word are printed at the
  18484. bottom of the screen.  If your terminal can type in reverse video, the
  18485. word itself is highlighted.
  18486.  
  18487. If you think the word is correct as it stands, you can type either
  18488. "Space" to accept it this one time, "A" to accept it for the rest of
  18489. this file, or "I" to accept it and put it in your private dictionary.
  18490. If one of the near misses is the word you want, type the corresponding
  18491. number.  Finally, you can type "R" and you will be prompted for a
  18492. replacement word.  The string you type will be broken into words, and
  18493. each one will also be checked.  You can also type "?" for help.
  18494.  
  18495. If ispell is started with no arguments, it enters a loop reading words
  18496. from the standard input, and printing messages about them on the
  18497. standard output.  You can use this mode to find the spelling of a
  18498. problem word.
  18499. .version
  18500. 4.0
  18501. .author
  18502. Pace Willisson
  18503. .requirements
  18504. Amiga binary requires ixemul.library.
  18505. .distribution
  18506. GNU Public License
  18507. .email
  18508. pace@mit-vax
  18509. .described-by
  18510. Fred Fish (fnf@amigalib.com)
  18511. .aminet-dir
  18512. gnu/src
  18513. .stored-in
  18514. FreshFish-Vol10:GNU-src/amiga/ispell-4.0-src.lha
  18515. .pi-file
  18516. FreshFish-Vol10:GNU-src/amiga/ispell-4.0-src.lha.pi
  18517. .name
  18518. ispell
  18519. .fullname
  18520. GNU spelling checker
  18521. .type
  18522. Miscellaneous
  18523. .short
  18524. GNU spelling checker
  18525. .description
  18526. Ispell is a program that helps you to correct typos in a file, and to
  18527. find the correct spelling of words.  When presented with a word that
  18528. is not in the dictionary, ispell attempts to find near misses that
  18529. might include the word you meant.
  18530.  
  18531. The best way to use ispell is with GNU EMACS.  For documentation about
  18532. this mode, see the info topic "ispell".
  18533.  
  18534. Ispell can also be used by itself, and in this case the most common
  18535. usage is "ispell filename".  If ispell finds a word that is not in the
  18536. dictionary, it is printed at the top of the screen.  Ispell then
  18537. checks the dictionary for near misses \- words that differ only by a
  18538. single letter, a missing or extra letter, or a pair of transposed
  18539. letters.  Any that are found are printed on the following lines, and
  18540. finally, two lines of context containing the word are printed at the
  18541. bottom of the screen.  If your terminal can type in reverse video, the
  18542. word itself is highlighted.
  18543.  
  18544. If you think the word is correct as it stands, you can type either
  18545. "Space" to accept it this one time, "A" to accept it for the rest of
  18546. this file, or "I" to accept it and put it in your private dictionary.
  18547. If one of the near misses is the word you want, type the corresponding
  18548. number.  Finally, you can type "R" and you will be prompted for a
  18549. replacement word.  The string you type will be broken into words, and
  18550. each one will also be checked.  You can also type "?" for help.
  18551.  
  18552. If ispell is started with no arguments, it enters a loop reading words
  18553. from the standard input, and printing messages about them on the
  18554. standard output.  You can use this mode to find the spelling of a
  18555. problem word.
  18556. .version
  18557. 4.0
  18558. .author
  18559. Pace Willisson
  18560. .requirements
  18561. Amiga binary requires ixemul.library.
  18562. .distribution
  18563. GNU Public License
  18564. .email
  18565. pace@mit-vax
  18566. .described-by
  18567. Fred Fish (fnf@amigalib.com)
  18568. .aminet-dir
  18569. gnu/base
  18570. .stored-in
  18571. FreshFish-Vol10:GNU-src/baseline/ispell-4.0.tar.gz
  18572. .pi-file
  18573. FreshFish-Vol10:GNU-src/baseline/ispell-4.0.tar.gz.pi
  18574. .name
  18575. ITF
  18576. .type
  18577. Game Utility
  18578. .short
  18579. Infocom data file interpreter
  18580. .description
  18581. Amiga port of ITF4.01.  ITF stands for "Infocom Task Force"
  18582. There have been several ports of Infocom interpreters to the
  18583. Amiga, but none of this program.  The interpreter supports
  18584. v1, v2, v3 (Zork1 to Stationfall), v4 (Trinity, Bureaucracy,
  18585. etc.) and v5 (Sherlock, Beyond Zork etc.) games. This is more
  18586. than any other freely distributable interpreter.  With this
  18587. interpreter you can play ALL the games in the LTOI2 package
  18588. for the IBM PC, by copying the datafiles with CrossDOS or
  18589. similar, then just running this interpreter.  Binary only.
  18590. .version
  18591. 1.70
  18592. .author
  18593. InfoTaskForce, amiga port by David Kinder
  18594. .reference
  18595. GoldFish-Vol2-2:BBS/game/ITF-1.60.lha
  18596. 1.60
  18597. GoldFish-Vol2-1:Files/game/role/ITF/
  18598. 1.60
  18599. FreshFish-Vol9-2:BBS/game/ITF-1.60.lha
  18600. 1.60
  18601. FreshFish-Vol8-2:BBS/game/ITF-1.60.lha
  18602. 1.60
  18603. FreshFish-Vol8-1:New/game/role/ITF/
  18604. 1.60
  18605. FreshFish-Vol5:BBS/game/ITF-1.46.lha
  18606. 1.46
  18607. FreshFish-Vol4:New/game/role/ITF/
  18608. 1.46
  18609. FreshFish-Vol4:BBS/May94/game/role/ITF.lha
  18610. 1.46
  18611. GoldFish-Vol1-2:d9xx/d975/ITF/
  18612. 1.10
  18613. GoldFish-Vol1-1:BBS/d9xx/d975/ITF.lha
  18614. 1.10
  18615. FrozenFish-Vol1:BBS/ALib/d9xx/d975/ITF.lha
  18616. 1.10
  18617. FreshFish-Vol3:New/AmigaLibDisks/Disk975/ITF/
  18618. 1.10
  18619. AmigaLibDisk975:ITF/
  18620. .requirements
  18621. Requires OS 2.0+
  18622. .distribution
  18623. Copyrighted but Freely Redistributable
  18624. .address
  18625. 2, Clwtt Cottages,
  18626. Bangor Road,
  18627. Gyfelia,
  18628. Nr. Wrexham,
  18629. Clywd.
  18630. LL13 0YL
  18631. .email
  18632. kinder@teaching.physics.ox.ac.uk
  18633. david.kinder@physics.ox.ac.uk
  18634. .docs
  18635. About Sherlock
  18636. DataFile.txt
  18637. History.txt
  18638. Infocom.guide
  18639. Readme
  18640. ZCode.txt
  18641. .described-by
  18642. Dan Fish (daf@daffy.amigalib.com)
  18643. .submittal
  18644. Downloaded via ftp from wuarchive.wustl.edu.
  18645. .execute
  18646. LAB Start
  18647. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Cancel"`
  18648. if $choice GT "0"
  18649.   if $choice EQ "1"
  18650.     set orgdir `cd`
  18651.     set filechoice `RequestFile TITLE "Select Text File"`
  18652.     set dirchoice `pathname $filechoice`
  18653.     set filechoice `basename $filechoice`
  18654.     failat 21
  18655.     cd $dirchoice
  18656.     MetaTool $filechoice TEXT
  18657.     cd $orgdir
  18658.     failat 10
  18659.     unset filechoice
  18660.     unset dirchoice
  18661.   endif
  18662.   skip Start BACK
  18663. endif
  18664. .aminet-dir
  18665. game/role
  18666. .stored-in
  18667. FreshFish-Vol10:New/game/role/ITF/
  18668. .pi-file
  18669. FreshFish-Vol10:New/game/role/ITF/Product-Info
  18670. .name
  18671. ixemul
  18672. .fullname
  18673. Unix Emulation Library
  18674. .type
  18675. Library
  18676. .short
  18677. Shared lib providing UNIX like environ.
  18678. .description
  18679. (by Markus Wild)
  18680.  
  18681. I always wanted a library, that would emulate as much as possible of a
  18682. **IX/BSD environment on the Amiga, so that programs (usually programming
  18683. tools) written for **IX/BSD could be ported in a quick and straight forward
  18684. way to the Amiga.  I guess the library accomplishes this goal fairly well.
  18685.  
  18686. What it is and what it isn't
  18687. ============================
  18688.  
  18689. The design of the library was therefore guided towards **IX/BSD
  18690. compatibility, and *not* :
  18691.  o to be too conservative with resources
  18692.  o to be particularly conformant to Amiga habits. Thus if I had to decide
  18693.    whether I should make a function act more like an Amiga function or
  18694.    more like a **IX/BSD one, I decided for the latter. As an example:
  18695.    _cli_parse() does wildcard expansion, and tries to apply more or less
  18696.    **IX/BSD shell semantics to an argument line, it doesn't call
  18697.    ReadArgs().
  18698.    The types used in my own source code are all from sys/types.h (except
  18699.    BPTR). I don't think capitalized identifiers should be used for typedef'd
  18700.    types. According to C-conventions, anything written in captials should
  18701.    be `#undef'inable, which typedefs aren't. Thus if you write contributions
  18702.    to be included into the official distribution of this library, code
  18703.    according to this. Use `u_char' and not UBYTE, etc. I don't care that
  18704.    this is against the Commodore coding standard, this is my code, and
  18705.    I decide what I like and what not.
  18706.  o to be particularly suited for inclusion into a shared library, although
  18707.    most things *are* shared now. What I'd really want for the Amiga is
  18708.    the concept of a dynamic linker.
  18709.  
  18710. On the other hand, it should be:
  18711.  o expandable. As an example, a file descriptor already can refer to `real'
  18712.    files, directories, memory buffers treated as files. I plan to add
  18713.    sockets in some next release (Commodore: please get out some examples
  18714.    on how to use SANA-II stuff, so my sockets can be compatible!)
  18715.  o patchable. If you want some function to behave differently, you can
  18716.    SetFunction() it, and the rest of the library should use your new entry.
  18717.    NOTE: I used this only for major functions, that may reasonably change.
  18718.      I didn't call functions like strcmp(), strlen(), bcopy() that way for
  18719.          efficiency reasons (and my lazyness to change the whole string/
  18720.          and other libraries;-)))
  18721.    This version doesn't particularly follow this goal very well, mostly
  18722.    stdio is still the original BSD code, and doesn't use syscall()...
  18723. .version
  18724. 41.2
  18725. .author
  18726. Markus M. Wild
  18727. .distribution
  18728. GNU Public License
  18729. .source
  18730. Includes source.
  18731. .docs
  18732. docs/README
  18733. docs/README2
  18734. .described-by
  18735. Fred Fish (fnf@fishpond.cygnus.com)
  18736. .submittal
  18737. Downloaded via ftp from wuarchive.wustl.edu.
  18738. .aminet-dir
  18739. gnu/src
  18740. .stored-in
  18741. FreshFish-Vol10:GNU-src/amiga/ixemul-41.2-src.lha
  18742. .pi-file
  18743. FreshFish-Vol10:GNU-src/amiga/ixemul-41.2-src.lha.pi
  18744. .name
  18745. ixpipe
  18746. .fullname
  18747. ixpipe handler
  18748. .type
  18749. Miscellaneous
  18750. .short
  18751. Create IXPIPE: for ixemul.library use
  18752. .description
  18753. A pipe handler for use with ixemul.library.
  18754. .version
  18755. 1.0
  18756. .author
  18757. Markus Wild
  18758. .distribution
  18759. Public Domain
  18760. .described-by
  18761. Fred Fish (fnf@amigalib.com)
  18762. .aminet-dir
  18763. gnu/src
  18764. .stored-in
  18765. FreshFish-Vol10:GNU-src/amiga/ixpipe-1.0-src.lha
  18766. .pi-file
  18767. FreshFish-Vol10:GNU-src/amiga/ixpipe-1.0-src.lha.pi
  18768. .name
  18769. ixprefs
  18770. .type
  18771. Programmer Tool
  18772. .short
  18773. ixemul.library configuration program
  18774. .description
  18775. Ixemul.library version 41.0 came with numerous new configuration options, one
  18776. of which I wanted to use.  By playing with ixconfig, the configuration program
  18777. that comes with ixemul.library, I saw that this program had two deficiencies:
  18778.  
  18779.   a. It has almost as many command line options as UNIX ls, which are hard to
  18780.      remember.
  18781.   b. Making the new configuration persistent is done using a horrible kludge,
  18782.      namely the -s option, which makes ixemul.library unflushable.  Even if
  18783.      you have memory to burn, permanently allocating 120+ Kbytes, just to
  18784.      remember the handful of bits that define the configuration of
  18785.      ixemul.library, is a terrible waste.
  18786.  
  18787. Having a bit of spare time, I decided to try addressing these two points:
  18788. By writing a graphical configuration program, I believe I have addressed the
  18789. first, and by not supporting the equivalent of the -s option, I hope that I
  18790. can give the maintainers of ixemul.library the incentive to read, at library
  18791. startup, the configuration from a file similar to the one that ixprefs
  18792. maintains, so that ixemul.library will not have to stay permanently in memory
  18793. if it is to remember its configuration.
  18794. .version
  18795. 1.2
  18796. .author
  18797. Kriton Kyrimis
  18798. .distribution
  18799. GNU Public License
  18800. .email
  18801. kyrimis@theseas.ntua.gr
  18802. .described-by
  18803. Fred Fish (fnf@amigalib.com)
  18804. .submittal
  18805. Downloaded from aminet (wuarchive.wustl.edu).
  18806. .aminet-dir
  18807. gnu/src
  18808. .stored-in
  18809. FreshFish-Vol10:GNU-src/amiga/ixprefs-1.2-src.lha
  18810. .pi-file
  18811. FreshFish-Vol10:GNU-src/amiga/ixprefs-1.2-src.lha.pi
  18812. .name
  18813. ixtrace
  18814. .type
  18815. Miscellaneous
  18816. .short
  18817. Tracer utility for ixemul.library.
  18818. .description
  18819. A trace utility for ixemul.library that lets you scan every call made
  18820. through the library base.
  18821. .version
  18822. 1.2
  18823. .author
  18824. Markus Wild
  18825. .distribution
  18826. GNU Public License
  18827. .source
  18828. Includes source in C.
  18829. .docs
  18830. README
  18831. .described-by
  18832. Fred Fish (fnf@amigalib.com)
  18833. .submittal
  18834. Downloaded via ftp from wuarchive.wustl.edu.
  18835. .aminet-dir
  18836. gnu/src
  18837. .stored-in
  18838. FreshFish-Vol10:GNU-src/amiga/ixtrace-1.2-src.lha
  18839. .pi-file
  18840. FreshFish-Vol10:GNU-src/amiga/ixtrace-1.2-src.lha.pi
  18841. .name
  18842. JFIF_dt
  18843. .fullname
  18844. JFIF DataType
  18845. .short
  18846. Very nice JFIF/JPEG datatype (OS 3.0+)
  18847. .description
  18848. Starting with OS Release 3 the Amiga has the concept of `datatypes', which
  18849. allow reading and viewing files of different types and formats.  MultiView
  18850. utilizes these datatypes and displays any file for which you have a data
  18851. types class installed.  Already supplied on your Workbench disk is the ILBM
  18852. datatype for loading regular IFF-ILBM pictures.
  18853.  
  18854. Using this JFIF datatype you can enhance the functionality of MultiView and
  18855. other datatypes-aware applications:  The Tower JFIF DataTypes Class allows
  18856. you to read and view JFIF files.  JFIF is the de facto standard file format
  18857. for JPEG compressed images.
  18858. .version
  18859. 39.25
  18860. .date
  18861. 1994.09.17
  18862. .author
  18863. Christoph Feck
  18864. Matthias Scheler
  18865. .address
  18866. TowerSystems
  18867. Balbierstrasse 6
  18868. D-67663 Kaiserslautern
  18869. Germany
  18870. .email
  18871. feck@informatik.uni-kl.de
  18872. .distribution
  18873. Copyright, freely distributable
  18874. .aminet-dir
  18875. util/dtype
  18876. .submittal
  18877. Downloaded from aminet (wuarchive.wustl.edu)
  18878. .described-by
  18879. Fred Fish (fnf@amigalib.com)
  18880. .execute
  18881. LAB start
  18882. set choice `RequestChoice "JFIF DataType" "Please select an option" "View ReadMe" "View Guide" "Install" "Cancel"`
  18883. if $choice GT "0"
  18884.   if $choice EQ "1"
  18885.     MetaTool Important TEXT
  18886.   else
  18887.     if $choice EQ "2"
  18888.       MetaTool JFIF.guide GUIDE
  18889.     else
  18890.       if $choice EQ "3"
  18891.         Installer Install APPNAME "JFIF DataType"
  18892.       endif
  18893.     endif
  18894.   endif
  18895.   skip start BACK
  18896. endif
  18897. .stored-in
  18898. FreshFish-Vol10:Useful/util/dtype/JFIF_dt/
  18899. .pi-file
  18900. FreshFish-Vol10:Useful/util/dtype/JFIF_dt/Product-Info
  18901. .name
  18902. JIV
  18903. .aminet-dir
  18904. gfx/show
  18905. .short
  18906. Picture viewer GIF/BMP/ILBM/PNM/PCX/JPEG
  18907. .description
  18908. JIV is a picture viewer. I can imagine that you're wondering
  18909. now why I had to write yet another one... well, here's a list
  18910. of features that should answer your question:
  18911.  
  18912.  · JIV supports many different file formats:
  18913.  
  18914.    - GIF (full GIF87a standard plus a subset of GIF89a).
  18915.  
  18916.    - BMP (MS-Windows and OS/2 variants, currently only
  18917.      uncompressed).
  18918.  
  18919.    - IFF-ILBM (including HAM6, HAM8, EHB and 24bit formats).
  18920.  
  18921.    - PNM pictures (PBM, PGM and PPM in both binary and
  18922.      ASCII format).
  18923.  
  18924.    - PCX (8bit/VGA, 24 bit, monochrome and _some_ 4 bit)
  18925.  
  18926.    - JPEG/JFIF, if the JPEG CODEC is installed.
  18927.  
  18928.  · JIV supports several types of display hardware:
  18929.  
  18930.    - all native graphics chipsets (OCS, ECS and AGA).
  18931.  
  18932.    - Cybergraphics emulation.
  18933.  
  18934.    - A2024.
  18935.  
  18936.    - Picasso-II/Village emulation.
  18937.  
  18938.    - Generic mode, should work with every graphics board that
  18939.      emulates Workbench/Intuition. Tested with the Picasso-II
  18940.      emulation and the Cybergraphics emulation.
  18941.  
  18942.  · JIV supports displaying over-sized images using autoscroll.
  18943.  
  18944.  · JIV supports multiple filenames and AmigaDOS pattern
  18945.    matching.
  18946.  
  18947.  · JIV can dither pictures that use more colors than your
  18948.    display hardware supports.
  18949.  
  18950.  · JIV offers an endless/slideshow mode that can be used for
  18951.    (non-interactive) advertising, for example in a shop window.
  18952.  
  18953. Please note that JIV is probably not the best choice for
  18954. "small" Amiga configurations. It will need a lot of memory and
  18955. (in some cases) quite a bit of computing power as well.
  18956.  
  18957. The minimum configuration for JIV is:
  18958.  
  18959.  · 68000 or better.
  18960.  
  18961.  · AmigaOS 2.04 (V37) or better.
  18962.  
  18963.  · 1 MByte or more of RAM.
  18964.  
  18965. This configuration should allow you to view small to medium-sized
  18966. pictures (640x480x8 should just be possible).
  18967.  
  18968. The suggested configuration for JIV is:
  18969.  
  18970.  · 68030 or better.
  18971.  
  18972.  · AmigaOS 3.1 (V40) or better.
  18973.  
  18974.  · 4 MBytes of RAM or more.
  18975.  
  18976.  · Hard disk drive.
  18977.  
  18978. This configuration will allow you to view most pictures you're
  18979. likely to find. A bit more RAM wouldn't hurt, though. :-) And
  18980. of course you'll need a graphics board if you want to display
  18981. true-color pictures without dithering.
  18982. .author
  18983. Jürgen Weinelt
  18984. .address
  18985. Franz-Ludwig-Straße 10
  18986. D-97072 Würzburg
  18987. Germany
  18988. .version
  18989. 1.22f
  18990. .distribution
  18991. Copyrighted but freely distributable under specified conditions.
  18992. .submittal
  18993. Submitted electronically directly by the author.
  18994. .email
  18995. jow@hcast.franken.de
  18996. .described-by
  18997. Fred Fish (fnf@amigalib.com)
  18998. .execute
  18999. LAB start
  19000. set choice `RequestChoice "JIV" "Please select an option" "History" "ReadMe" "English Guide" "Deutsch Guide" "Cancel"`
  19001. if $choice GT "0"
  19002.   if $choice EQ "1"
  19003.     MetaTool Changes TEXT
  19004.   else
  19005.     if $choice EQ "2"
  19006.       MetaTool JIV.readme TEXT
  19007.     else
  19008.       if $choice EQ "3"
  19009.         MetaTool JIV_e.guide GUIDE
  19010.       else
  19011.         if $choice EQ "4"
  19012.           MetaTool JIV_d.guide GUIDE
  19013.         endif
  19014.       endif
  19015.     endif
  19016.   endif
  19017.   skip start BACK
  19018. endif
  19019. .stored-in
  19020. FreshFish-Vol10:New/gfx/show/JIV/
  19021. .pi-file
  19022. FreshFish-Vol10:New/gfx/show/JIV/Product-Info
  19023. .name
  19024. JIV
  19025. .aminet-dir
  19026. gfx/show
  19027. .short
  19028. Picture viewer GIF/BMP/ILBM/PNM/PCX/JPEG
  19029. .description
  19030. JIV is a picture viewer. I can imagine that you're wondering
  19031. now why I had to write yet another one... well, here's a list
  19032. of features that should answer your question:
  19033.  
  19034.  · JIV supports many different file formats:
  19035.  
  19036.    - GIF (full GIF87a standard plus a subset of GIF89a).
  19037.  
  19038.    - BMP (MS-Windows and OS/2 variants, currently only
  19039.      uncompressed).
  19040.  
  19041.    - IFF-ILBM (including HAM6, HAM8, EHB and 24bit formats).
  19042.  
  19043.    - PNM pictures (PBM, PGM and PPM in both binary and
  19044.      ASCII format).
  19045.  
  19046.    - PCX (8bit/VGA, 24 bit, monochrome and _some_ 4 bit)
  19047.  
  19048.    - JPEG/JFIF, if the JPEG CODEC is installed.
  19049.  
  19050.  · JIV supports several types of display hardware:
  19051.  
  19052.    - all native graphics chipsets (OCS, ECS and AGA).
  19053.  
  19054.    - Cybergraphics emulation.
  19055.  
  19056.    - A2024.
  19057.  
  19058.    - Picasso-II/Village emulation.
  19059.  
  19060.    - Generic mode, should work with every graphics board that
  19061.      emulates Workbench/Intuition. Tested with the Picasso-II
  19062.      emulation and the Cybergraphics emulation.
  19063.  
  19064.  · JIV supports displaying over-sized images using autoscroll.
  19065.  
  19066.  · JIV supports multiple filenames and AmigaDOS pattern
  19067.    matching.
  19068.  
  19069.  · JIV can dither pictures that use more colors than your
  19070.    display hardware supports.
  19071.  
  19072.  · JIV offers an endless/slideshow mode that can be used for
  19073.    (non-interactive) advertising, for example in a shop window.
  19074.  
  19075. Please note that JIV is probably not the best choice for
  19076. "small" Amiga configurations. It will need a lot of memory and
  19077. (in some cases) quite a bit of computing power as well.
  19078.  
  19079. The minimum configuration for JIV is:
  19080.  
  19081.  · 68000 or better.
  19082.  
  19083.  · AmigaOS 2.04 (V37) or better.
  19084.  
  19085.  · 1 MByte or more of RAM.
  19086.  
  19087. This configuration should allow you to view small to medium-sized
  19088. pictures (640x480x8 should just be possible).
  19089.  
  19090. The suggested configuration for JIV is:
  19091.  
  19092.  · 68030 or better.
  19093.  
  19094.  · AmigaOS 3.1 (V40) or better.
  19095.  
  19096.  · 4 MBytes of RAM or more.
  19097.  
  19098.  · Hard disk drive.
  19099.  
  19100. This configuration will allow you to view most pictures you're
  19101. likely to find. A bit more RAM wouldn't hurt, though. :-) And
  19102. of course you'll need a graphics board if you want to display
  19103. true-color pictures without dithering.
  19104. .author
  19105. Jürgen Weinelt
  19106. .address
  19107. Franz-Ludwig-Straße 10
  19108. D-97072 Würzburg
  19109. Germany
  19110. .version
  19111. 1.22f
  19112. .distribution
  19113. Copyrighted but freely distributable under specified conditions.
  19114. .submittal
  19115. Submitted electronically directly by the author.
  19116. .email
  19117. jow@hcast.franken.de
  19118. .described-by
  19119. Fred Fish (fnf@amigalib.com)
  19120. .execute
  19121. LAB start
  19122. set choice `RequestChoice "JIV" "Please select an option" "History" "ReadMe" "English Guide" "Deutsch Guide" "Cancel"`
  19123. if $choice GT "0"
  19124.   if $choice EQ "1"
  19125.     MetaTool Changes TEXT
  19126.   else
  19127.     if $choice EQ "2"
  19128.       MetaTool JIV.readme TEXT
  19129.     else
  19130.       if $choice EQ "3"
  19131.         MetaTool JIV_e.guide GUIDE
  19132.       else
  19133.         if $choice EQ "4"
  19134.           MetaTool JIV_d.guide GUIDE
  19135.         endif
  19136.       endif
  19137.     endif
  19138.   endif
  19139.   skip start BACK
  19140. endif
  19141. .stored-in
  19142. FreshFish-Vol10:Useful/gfx/show/JIV/
  19143. .pi-file
  19144. FreshFish-Vol10:Useful/gfx/show/JIV/Product-Info
  19145. .name
  19146. jove
  19147. .fullname
  19148. Jonathans Own Version of Emacs
  19149. .type
  19150. Text Editing
  19151. .short
  19152. Small but very useful EMACS like editor.
  19153. .description
  19154. JOVE stands for Jonathan's Own Version of Emacs.
  19155.  
  19156. JOVE is an advanced, self-documenting, customizable real-time display
  19157. editor.  It (and this tutorial introduction) are based on the original
  19158. EMACS editor and user manual written at M.I.T. by Richard Stallman+.
  19159.  
  19160. Although JOVE is meant to be compatible with EMACS, and indeed many of
  19161. the basic commands are very similar, there are some major differences
  19162. between the two editors, and you should not rely on their behaving
  19163. identically.
  19164.  
  19165. JOVE is considered a display editor because normally the text being
  19166. edited is visible on the screen and is updated automatically as you
  19167. type your commands.
  19168.  
  19169. It's considered a real-time editor because the display is updated very
  19170. frequently, usually after each character or pair of characters you
  19171. type.  This minimizes the amount of information you must keep in your
  19172. head as you edit.
  19173.  
  19174. JOVE is advanced because it provides facilities that go beyond simple
  19175. insertion and deletion: filling of text; automatic indentations of
  19176. programs; view more than one file at once; and dealing in terms of
  19177. characters, words, lines, sentences and paragraphs.  It is much easier
  19178. to type one command meaning "go to the end of the paragraph" than to
  19179. find the desired spot with repetition of simpler commands.
  19180.  
  19181. Self-documenting means that at almost any time you can easily find out
  19182. what a command does, or to find all the commands that pertain to a
  19183. topic.
  19184.  
  19185. Customizable means that you can change the definition of JOVE commands
  19186. in little ways.  For example, you can rearrange the command set; if
  19187. you prefer to use arrow keys for the four basic cursor motion commands
  19188. (up, down, left and right), you can.  Another sort of customization is
  19189. writing new commands by combining built in commands.
  19190. .version
  19191. 4.14.6
  19192. .author
  19193. Jonathan Payne
  19194. .distribution
  19195. Copyrighted but Freely Redistributable
  19196. .email
  19197. jpayne@sun.com
  19198. .source
  19199. Includes source.
  19200. .docs
  19201. README
  19202. .described-by
  19203. Fred Fish (fnf@fishpond.cygnus.com)
  19204. .submittal
  19205. From BSD-Lite source distribution.
  19206. .aminet-dir
  19207. gnu/src
  19208. .stored-in
  19209. FreshFish-Vol10:GNU-src/amiga/jove-4.14.6-src.lha
  19210. .pi-file
  19211. FreshFish-Vol10:GNU-src/amiga/jove-4.14.6-src.lha.pi
  19212. .name
  19213. jove
  19214. .fullname
  19215. Jonathans Own Version of Emacs
  19216. .type
  19217. Text Editing
  19218. .short
  19219. Small but very useful EMACS like editor.
  19220. .description
  19221. JOVE stands for Jonathan's Own Version of Emacs.
  19222.  
  19223. JOVE is an advanced, self-documenting, customizable real-time display
  19224. editor.  It (and this tutorial introduction) are based on the original
  19225. EMACS editor and user manual written at M.I.T. by Richard Stallman+.
  19226.  
  19227. Although JOVE is meant to be compatible with EMACS, and indeed many of
  19228. the basic commands are very similar, there are some major differences
  19229. between the two editors, and you should not rely on their behaving
  19230. identically.
  19231.  
  19232. JOVE is considered a display editor because normally the text being
  19233. edited is visible on the screen and is updated automatically as you
  19234. type your commands.
  19235.  
  19236. It's considered a real-time editor because the display is updated very
  19237. frequently, usually after each character or pair of characters you
  19238. type.  This minimizes the amount of information you must keep in your
  19239. head as you edit.
  19240.  
  19241. JOVE is advanced because it provides facilities that go beyond simple
  19242. insertion and deletion: filling of text; automatic indentations of
  19243. programs; view more than one file at once; and dealing in terms of
  19244. characters, words, lines, sentences and paragraphs.  It is much easier
  19245. to type one command meaning "go to the end of the paragraph" than to
  19246. find the desired spot with repetition of simpler commands.
  19247.  
  19248. Self-documenting means that at almost any time you can easily find out
  19249. what a command does, or to find all the commands that pertain to a
  19250. topic.
  19251.  
  19252. Customizable means that you can change the definition of JOVE commands
  19253. in little ways.  For example, you can rearrange the command set; if
  19254. you prefer to use arrow keys for the four basic cursor motion commands
  19255. (up, down, left and right), you can.  Another sort of customization is
  19256. writing new commands by combining built in commands.
  19257. .version
  19258. 4.14.6
  19259. .author
  19260. Jonathan Payne
  19261. .distribution
  19262. Copyrighted but Freely Redistributable
  19263. .email
  19264. jpayne@sun.com
  19265. .source
  19266. Includes source.
  19267. .docs
  19268. README
  19269. .described-by
  19270. Fred Fish (fnf@fishpond.cygnus.com)
  19271. .submittal
  19272. From BSD-Lite source distribution.
  19273. .aminet-dir
  19274. gnu/base
  19275. .stored-in
  19276. FreshFish-Vol10:GNU-src/baseline/jove-4.14.6.lha
  19277. .pi-file
  19278. FreshFish-Vol10:GNU-src/baseline/jove-4.14.6.lha.pi
  19279. .name
  19280. JPEGDataType
  19281. .version
  19282. 39.1
  19283. .author
  19284. Steve Goddard
  19285. .requirements
  19286. Workbench 3.0 or later.
  19287. M68020 or higher.
  19288. .description
  19289. Converts jpegs to 8 bit data for multiview and other programs.  It's SLOW
  19290. and memory hungry, but does quite a reasonable job.
  19291. .described-by
  19292. Automatically generated from Contents file by c2pi program.
  19293. .short
  19294. Datatype to convert jpegs to 8 bit data.
  19295. .execute
  19296. LAB start
  19297. set choice `RequestChoice "JPEG DataType" "Please select an option" "README" "DataType README" "View Guide" "Install" "Cancel"`
  19298. if $choice GT "0"
  19299.   if $choice EQ "1"
  19300.     MetaTool README.first TEXT
  19301.   else
  19302.     if $choice EQ "2"
  19303.       MetaTool JpegDataType.readme TEXT
  19304.     else
  19305.       if $choice EQ "3"
  19306.         MetaTool JPEG.datatype.guide GUIDE
  19307.       else
  19308.         if $choice EQ "4"
  19309.           Installer SCRIPT JPEG.datatype.install APPNAME "JPEG datatype" MINUSER expert
  19310.         endif
  19311.       endif
  19312.     endif
  19313.   endif
  19314.   skip start BACK
  19315. endif
  19316. .aminet-dir
  19317. util/dtype
  19318. .stored-in
  19319. FreshFish-Vol10:Useful/util/dtype/JpegDataType/
  19320. .pi-file
  19321. FreshFish-Vol10:Useful/util/dtype/JpegDataType/Product-Info
  19322. .name
  19323. Juggler_Jr
  19324. .type
  19325. Animation
  19326. .short
  19327. Juggler Jr Anim by Eric Schwartz
  19328. .description
  19329. A small looping anim from earlier Schwartz days.
  19330. .author
  19331. Eric Schwartz
  19332. .distribution
  19333. Copyrighted but Freely Redistributable
  19334. .aminet-dir
  19335. pix/eric
  19336. .execute
  19337. METATOOL Juggler_Jr. ANIM
  19338. .docs
  19339. Juggler_Jr.readme
  19340. .described-by
  19341. Richard Fish (rjf@amigalib.com)
  19342. .submittal
  19343. Downloaded via ftp from wuarchive.wustl.edu.
  19344. .stored-in
  19345. FreshFish-Vol10:New/pix/eric/Juggler_Jr/
  19346. .pi-file
  19347. FreshFish-Vol10:New/pix/eric/Juggler_Jr/Product-Info
  19348. .name
  19349. jurassic
  19350. .type
  19351. Picture
  19352. .short
  19353. Fantasy JPEG picture - 800 x 600.
  19354. .description
  19355. This is a nice picture I created some time ago on my Amiga 4000/040.
  19356. If you like it and/or want to contact me for any reasons, feel free
  19357. to do so at the address quoted above, or by phone at : +39-2-76110695.
  19358.  
  19359. Enjoy...
  19360. .author
  19361. Roberto Bisconcini
  19362. .distribution
  19363. Copyrighted but Freely Redistributable
  19364. .email
  19365. groncola@eznet.it
  19366. .aminet-dir
  19367. pix/misc
  19368. .execute
  19369. METATOOL jurassic.jpg JPEG
  19370. .docs
  19371. jurassic.readme
  19372. Readme.txt
  19373. .described-by
  19374. Richard Fish (rjf@amigalib.com)
  19375. .submittal
  19376. Downloaded via ftp from wuarchive.wustl.edu.
  19377. .stored-in
  19378. FreshFish-Vol10:New/pix/misc/jurassic/
  19379. .pi-file
  19380. FreshFish-Vol10:New/pix/misc/jurassic/Product-Info
  19381. .name
  19382. JureWb
  19383. .type
  19384. Picture
  19385. .short
  19386. Fancy 16 color MWB based desktop
  19387. .description
  19388. My example of a WB
  19389. .author
  19390. Jure Vrhovnik
  19391. .distribution
  19392. Copyrighted but Freely Redistributable
  19393. .email
  19394. jurev@gea.fer.uni-lj.si
  19395. .aminet-dir
  19396. pix/wb
  19397. .execute
  19398. METATOOL JureWb.iff ILBM
  19399. .docs
  19400. jurewb.readme
  19401. .described-by
  19402. Richard Fish (rjf@amigalib.com)
  19403. .submittal
  19404. Downloaded via ftp from wuarchive.wustl.edu.
  19405. .stored-in
  19406. FreshFish-Vol10:New/pix/wb/jurewb/
  19407. .pi-file
  19408. FreshFish-Vol10:New/pix/wb/jurewb/Product-Info
  19409. .name
  19410. KingFisher
  19411. .type
  19412. Specialized Database
  19413. .short
  19414. Aminet/FishDisk/CD-ROM Catalog Tool,BETA
  19415. .description
  19416. A special purpose database system using a client-server architecture
  19417. to provide one or more client applications with simultaneous access to
  19418. one or more databases.  The server can maintain disk catalog databases
  19419. for Fred Fish's Fish Disk Library, the Fresh Fish CD-ROM library,
  19420. Aminet, your User Group disk collection, etc.\n
  19421. Creative use of this program does not limit it to cataloging software,
  19422. however: you could store recipes or auto mechanical parts in the
  19423. database, keep track of what books or tapes are in your library, store
  19424. information on articles for your research project, etc.\n
  19425. The client-server model allows access to the server by any client that
  19426. knows the message port interface (available to programmers) wherefore
  19427. client applications can offer any desired interface to the user:  the
  19428. standard GadTools, perhaps MUI, ARexx, a simple CLI, or whatever else
  19429. may be available.  Likewise, BBS software may choose to implement a
  19430. direct link to the KingFisher Server.\n
  19431. Functionality of the server provides for splitting databases over
  19432. multiple (removable) volumes, allowing one client access to more than
  19433. one database at the same time, evaluating complex search expressions,
  19434. formatting a record for output based on specific criteria, parsing
  19435. arbitrary input files for embedded records to be added to a database,
  19436. maintain multiple special or general purpose flags for each record to
  19437. mark for retrieval or removal, hide from searches, rebuilding a
  19438. database index (if damaged) etc.\n
  19439. Database handling has been optimized for simultaneous multi-user
  19440. access, with access arbitration, locking, and file-sharing part of the
  19441. design.\n
  19442. Software included is the KingFisher 2.0 Database Server and client software
  19443. using a fully resizable GadTools interface.  Future releases will include
  19444. clients with ARexx and MUI interfaces.\n
  19445. Registered users will receive technical support, notification of new
  19446. releases, a version without restriction on the number of simultaneous
  19447. clients, and programming information and support to access KingFisher
  19448. through its message port interface, and source code examples.
  19449. .version
  19450. 2.9
  19451. .date
  19452. 1995.04.03
  19453. .author
  19454. Udo Schuermann
  19455. .email
  19456. walrus@wam.umd.edu
  19457. .address
  19458. 6000 42nd Avenue, Apt. 405
  19459. Hyattsville, MD 20781
  19460. USA
  19461. .restrictions
  19462. The unregistered version of the database server is limited to 2
  19463. simultaneous client connections.  Gadgets and images are designed for a 1:1
  19464. aspect ratio but will work on 1:1.6 non-interlaced.  This is a BETA release
  19465. and not a finished product.
  19466. .requirements
  19467. 68000+, 100K free RAM, 100K free diskspace (without databases), KS2.04+
  19468. .reference
  19469. GoldFish-Vol2-1/Tools/KingFisher/
  19470. 2.3
  19471. GoldFish-Vol2-2/Tools/KingFisher/
  19472. 2.3
  19473. FreshFish-Vol7/Tools/KingFisher/
  19474. 2.3
  19475. FreshFish-Vol6/Tools/KingFisher/
  19476. 2.3
  19477. FreshFish-Vol5:Tools/KingFisher/
  19478. 2.0ß18
  19479. GoldFish1-Apr94:KingFisher/
  19480. 2.0ß16
  19481. FreshFish-Vol4:Tools/KingFisher/
  19482. 2.0ß9
  19483. GoldFish2-Apr94:d8xx/d861/KingFisher/
  19484. 1.30
  19485. GoldFish1-Apr94:BBS/d8xx/d861/KingFisher.lha
  19486. 1.30
  19487. FrozenFish-Apr94:BBS/ALib/d8xx/d861/KingFisher.lha
  19488. 1.30
  19489. FreshFish-Vol2:Old/AmigaLibDisks/Disks860-879/Disk861/KingFisher/
  19490. 1.30
  19491. FreshFish-Vol1:Old/AmigaLibDisks/Disks860-879/Disk861/KingFisher/
  19492. 1.30
  19493. AmigaLibDisk861:KingFisher/
  19494. 1.30
  19495. GoldFish2-Apr94:d8xx/d808/KingFisher/
  19496. 1.15
  19497. GoldFish1-Apr94:BBS/d8xx/d808/KingFisher.lha
  19498. 1.15
  19499. FrozenFish-Apr94:BBS/ALib/d8xx/d808/KingFisher.lha
  19500. 1.15
  19501. FreshFish-Vol1:Old/AmigaLibDisks/Disks800-819/Disk808/KingFisher/
  19502. 1.15
  19503. FreshFish-Vol2:Old/AmigaLibDisks/Disks800-819/Disk808/KingFisher/
  19504. 1.15
  19505. AmigaLibDisk808:KingFisher/
  19506. 1.15
  19507. GoldFish2-Apr94:d7xx/d783/KingFisher/
  19508. 1.11
  19509. GoldFish1-Apr94:BBS/d7xx/d783/KingFisher.lha
  19510. 1.11
  19511. FrozenFish-Apr94:BBS/ALib/d7xx/d783/KingFisher.lha
  19512. 1.11
  19513. FreshFish-Vol1:Old/AmigaLibDisks/Disks780-799/Disk783/KingFisher/
  19514. 1.11
  19515. AmigaLibDisk783:KingFisher/
  19516. 1.11
  19517. AmigaLibDisk837:AquaPack/
  19518. 1.01
  19519. AmigaLibDisk705:FishCat/
  19520. 1.2
  19521. AmigaLibDisk607:FishCat/
  19522. 1.1
  19523. AmigaLibDisk559:Aquarium/
  19524. 1.15
  19525. AmigaLibDisk417:MostCurrent/
  19526. 1.0
  19527. AmigaLibDisk369:AQData/
  19528. 1.12
  19529. AmigaLibDisk301:Aquarium/
  19530. 1.0
  19531. .distribution
  19532. Shareware, Freely distributable
  19533. .price
  19534. $15(US), DM25
  19535. .exectype
  19536. Compiled C
  19537. .installsize
  19538. 100K - 3M All database files can be kept on multiple removable volumes
  19539. (such as floppy disks) and don't need to use up diskspace.  The
  19540. program(s) take up less than 100K; with documentation about 200K may
  19541. be needed.
  19542. .source
  19543. 30K of source for some simple client software is included as SAS/C
  19544. 6.51 code.
  19545. .construction
  19546. SAS/C 6.51
  19547. .tested
  19548. A2000 with 68030, 1M Chip 4M/8M Fast, Picasso II, 200MB HD, Bernoulli
  19549. 150M Transportable, KS40, GigaMem, Enforcer.\n
  19550. A500 with 68000, 512K Chip, 2M Fast, 150MB HD, KS38.
  19551. .execute
  19552. KingFisher Server=WB,KFServer
  19553. KingFisher=CLI,KingFisher
  19554. .docs
  19555. KingFisher.DOC
  19556. README
  19557. .described-by
  19558. Udo Schuermann <walrus@wam.umd.edu>
  19559. .submittal
  19560. Udo Schuermann <walrus@wam.umd.edu>
  19561. .aminet-dir
  19562. biz/dbase
  19563. .stored-in
  19564. FreshFish-Vol10:Tools/KingFisher/
  19565. .pi-file
  19566. FreshFish-Vol10:Tools/KingFisher/Product-Info
  19567. .name
  19568. Knight
  19569. .type
  19570. Picture
  19571. .short
  19572. Fantasy JPEG picture - 800 x 600.
  19573. .description
  19574. This is a nice picture I created some time ago on my Amiga 4000/040.
  19575. If you like it and/or want to contact me for any reasons, feel free
  19576. to do so at the address quoted above, or by phone at : +39-2-76110695.
  19577.  
  19578. Enjoy...
  19579. .author
  19580. Roberto Bisconcini
  19581. .distribution
  19582. Copyrighted but Freely Redistributable
  19583. .aminet-dir
  19584. pix/misc
  19585. .execute
  19586. METATOOL knight.jpg JPEG
  19587. .docs
  19588. knight.readme
  19589. Readme.txt
  19590. .described-by
  19591. Richard Fish (rjf@amigalib.com)
  19592. .submittal
  19593. Downloaded via ftp from wuarchive.wustl.edu.
  19594. .stored-in
  19595. FreshFish-Vol10:New/pix/misc/knight/
  19596. .pi-file
  19597. FreshFish-Vol10:New/pix/misc/knight/Product-Info
  19598. .name
  19599. LaguardiaWB
  19600. .type
  19601. Picture
  19602. .short
  19603. IFF of Laguardia's 1024x768 WB on EGS
  19604. .description
  19605. This is a snapshot of my last WorkBench.
  19606. It won't last for long, because I love changing every bit of it about
  19607. twice a month, but this one seemed quite nice to me.
  19608. .author
  19609. Alberto D'Urso
  19610. .distribution
  19611. Copyrighted but Freely Redistributable
  19612. .email
  19613. a.d'urso@agora.stm.it
  19614. .aminet-dir
  19615. pix/wb
  19616. .execute
  19617. METATOOL LaguardiaWB.IFF ILBM
  19618. .docs
  19619. LaguardiaWB.readme
  19620. .described-by
  19621. Richard Fish (rjf@amigalib.com)
  19622. .submittal
  19623. Downloaded via ftp from wuarchive.wustl.edu.
  19624. .stored-in
  19625. FreshFish-Vol10:New/pix/wb/LaguardiaWB/
  19626. .pi-file
  19627. FreshFish-Vol10:New/pix/wb/LaguardiaWB/Product-Info
  19628. .name
  19629. Lamda
  19630. .type
  19631. Compiler
  19632. .short
  19633. A Scheme interpreter with GUI
  19634. .description
  19635. A SCHEME interpreter (a LISP-like language from M.I.T.),
  19636. implemented as a commodity with font sensitive GUI
  19637. (just drop your sources in an AppIcon or in an AppWindow).
  19638. Source examples and arexx scripts included.
  19639. .version
  19640. 0.7
  19641. .date
  19642. 1995.01.23
  19643. .author
  19644. Guichard Damien
  19645. .requirements
  19646. WB 2.0+
  19647. .distribution
  19648. Copyrighted but Freely Redistributable
  19649. .docs
  19650. Contents
  19651. ReadMe
  19652. .described-by
  19653. Richard Fish (rjf@amigalib.com)
  19654. .submittal
  19655. Submitted on disk directly by the author.
  19656. .aminet-dir
  19657. dev/lang
  19658. .execute
  19659. LAB Start
  19660. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Cancel"`
  19661. if $choice GT "0"
  19662.   if $choice EQ "1"
  19663.     MetaTool ReadMe TEXT
  19664.   else
  19665.     if $choice EQ "2"
  19666.       cd Lambda
  19667.       MetaTool Lambda.guide GUIDE
  19668.       cd /
  19669.     else
  19670.       if $choice EQ "3"
  19671.         Installer Install
  19672.       endif
  19673.     endif
  19674.   endif
  19675.   skip Start BACK
  19676. endif
  19677. .stored-in
  19678. FreshFish-Vol10:New/dev/lang/Lambda/
  19679. .pi-file
  19680. FreshFish-Vol10:New/dev/lang/Lambda/Product-Info
  19681. .name
  19682. LazyMines
  19683. .type
  19684. Thinking Game
  19685. .short
  19686. Minesweeper game
  19687. .description
  19688. This is the most feature loaded minesweeper on any platform, and
  19689. it's only available for Amiga users.
  19690.  
  19691. Special features:
  19692.  - 3 difficulty levels and an optional level.
  19693.  - Sweep all or sweep path.
  19694.  - Automatic lock.
  19695.  - Automatic opening (0-10%).
  19696.  - Warnings.
  19697.  - Smiley button for new game.
  19698.  - Ten high scores for each difficulty level.
  19699.  - Font sensitive.
  19700.  - Can open its window on any public screen.
  19701.  - Opens even on an NTSC 640 x 200 display.
  19702.  - Supports locale.library (English, German, Norwegian, Polish and Swedish
  19703.    catalogs included).
  19704.  - Lots of colors if you have version 3.0 or higher of the OS.
  19705.  - Installation script for Commodore's Installer.
  19706.  
  19707. Try it, and you'll throw any other minesweeper games in the Trashcan
  19708. immediately.
  19709. .version
  19710. 3.1
  19711. .date
  19712. 1995.06.29
  19713. .author
  19714. Lorens Younes
  19715. .reference
  19716. FreshFish-Vol9-2:BBS/game/LazyMines-2.1.lha
  19717. 2.1
  19718. FreshFish-Vol8-2:BBS/game/LazyMines-2.1.lha
  19719. 2.1
  19720. FreshFish-Vol8-1:New/game/think/LazyMines/
  19721. 2.1
  19722. GoldFish-Vol2-2:BBS/game/LazyMines-1.0.lha
  19723. 1.0
  19724. GoldFish-Vol2-1:Files/game/think/LazyMines/
  19725. 1.0
  19726. FreshFish-Vol5:New/game/think/LazyMines/
  19727. 1.0
  19728. FreshFish-Vol5:BBS/game/LazyMines-1.0.lha
  19729. 1.0
  19730. .requirements
  19731. OS2.0+, OS2.1+ required for localization usage
  19732. .distribution
  19733. Copyrighted but Freely Redistributable
  19734. .email
  19735. d93-hyo@nada.kth.se
  19736. .docs
  19737. docs/English.guide
  19738. docs/Norsk.guide
  19739. docs/Svenska.guide
  19740. .described-by
  19741. Dan Fish (daf@daffy.amigalib.com)
  19742. .submittal
  19743. Downloaded via ftp from wuarchive.wustl.edu.
  19744. .execute
  19745. LAB Start
  19746. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
  19747. if $choice GT "0"
  19748.   if $choice EQ "1"
  19749.     MetaTool LazyMines31.readme TEXT
  19750.   else
  19751.     if $choice EQ "2"
  19752.       set orgdir `cd`
  19753.       cd docs
  19754.       set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
  19755.       set dirchoice `pathname $filechoice`
  19756.       set filechoice `basename $filechoice`
  19757.       failat 21
  19758.       cd $dirchoice
  19759.       MetaTool $filechoice GUIDE
  19760.       cd $orgdir
  19761.       failat 10
  19762.       unset filechoice
  19763.       unset dirchoice
  19764.     else
  19765.       if $choice EQ "3"
  19766.         Installer Installationscript
  19767.       else
  19768.         if $choice EQ "4"
  19769.           LazyMines
  19770.         endif
  19771.       endif
  19772.     endif
  19773.   endif
  19774.   skip Start BACK
  19775. endif
  19776. .aminet-dir
  19777. game/think
  19778. .stored-in
  19779. FreshFish-Vol10:New/game/think/LazyMines/
  19780. .pi-file
  19781. FreshFish-Vol10:New/game/think/LazyMines/Product-Info
  19782. # This file contains product information that can be used by
  19783. # KingFisher 2.0 and other similar tools.
  19784.  
  19785. .name
  19786. LControl
  19787. .type
  19788. Hardware
  19789. .short
  19790. Control cameras (LANC/5-Pin-ED) w/ Amiga
  19791. .description
  19792. LControl is a program to control video cameras via
  19793. a special control hardware. The cameras must have
  19794. a LANC- (Sony compatible) or 5-Pin-Edit-interface
  19795. (Panasonic compatible).
  19796.  
  19797. For cameras with a LANC-interface there are
  19798. hardwares for the (internal) parallel and the
  19799. (internal) serial port of the Amgia. The solution
  19800. for the serial port needs much less CPU power. The
  19801. parallel port hardware offers a two camera option
  19802. - the software can swap between the two connected
  19803. cameras.
  19804.  
  19805. For cameras with a 5-Pin-Edit-interface
  19806. (Panasonic/Blaupunkt) there is a parallelport
  19807. hardware, too. (LControl becomes PControl).
  19808.  
  19809. LControl is a commodity and it has an ARexx port.
  19810. Therefore LControl can work in the background and
  19811. your camera can be "programmed" via ARexx.
  19812. .version
  19813. 1.52
  19814. .date
  19815. 1995.07.02
  19816. .author
  19817. Juergen Frank
  19818. Michael Watzl
  19819. .requirements
  19820. Requires OS2.x+, and hardware available from the authors
  19821. .distribution
  19822. Shareware
  19823. .price
  19824. $12 - $30(US), DM 20 - DM 40
  19825. .address
  19826. Jürgen Frank
  19827. Wittelsbacherweg 7
  19828. 86609 Donauwörth
  19829. Tel.: +49 906 1057
  19830. Germany
  19831.  
  19832. Michael Watzl
  19833. Konradstr. 11
  19834. 86609 Donauwörth
  19835. Tel.: +49 906 5834
  19836. Germany
  19837. .docs
  19838. lcontrol152.readme
  19839. lcontrole.guide
  19840. .described-by
  19841. Dan Fish (daf@starfish.amigalib.com)
  19842. .submittal
  19843. Downloaded via ftp from wuarchive.wustl.edu.
  19844. .execute
  19845. LAB Start
  19846. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Cancel"`
  19847. if $choice GT "0"
  19848.   if $choice EQ "1"
  19849.     MetaTool lcontrol152.readme TEXT
  19850.   else
  19851.     if $choice EQ "2"
  19852.       MetaTool lcontrole.guide GUIDE
  19853.     else
  19854.       if $choice EQ "3"
  19855.         set choice2 `RequestChoice "Language Selection" "Please select a language" "English" "Deutsch" "Cancel"`
  19856.         if $choice2 GT "0"
  19857.           if $choice2 EQ "1"
  19858.             Installer Install LControl DEFUSER AVERAGE LANGUAGE english NOPRETEND
  19859.           else
  19860.             if $choice2 EQ "2"
  19861.               Installer Install LControl DEFUSER AVERAGE LANGUAGE deutsch NOPRETEND
  19862.             endif
  19863.           endif
  19864.         endif
  19865.         unset choice2
  19866.       endif
  19867.     endif
  19868.   endif
  19869.   skip Start BACK
  19870. endif
  19871. .aminet-dir
  19872. util/misc
  19873. .stored-in
  19874. FreshFish-Vol10:New/util/misc/LControl/
  19875. .pi-file
  19876. FreshFish-Vol10:New/util/misc/LControl/Product-Info
  19877. .name
  19878. Lens
  19879. .aminet-dir
  19880. util/wb
  19881. .type
  19882. Workbench Tool
  19883. .short
  19884. A magnifying program for the WorkBench.
  19885. .description
  19886. Lens is a magnifying program for the workbench (and other screens).  To run
  19887. Lens from the workbench just click on its icon.  From a CLI, just type the
  19888. name of the program (i.e. "Run Lens").  There is nothing to install.
  19889.  
  19890. What Lens does is read the display graphics in a rectangle centered about
  19891. the mouse pointer and magnify it to the dimensions you specify.  Lens will
  19892. allow you to zoom in and out.  Here is a list of the features Lens has:
  19893.  
  19894.  - Displays the current magnification and mouse coordinates in the title bar.
  19895.  - Independent zooming in/out of X and Y dimensions.
  19896.  - Adjustable sampling rate (number of times to update per minute).
  19897.  - Displays axes (crosshairs) to indicate the mouse position (if desired).
  19898.  - Allows you to freeze the lens view when the lens window is inactive.
  19899.  - Has the ability to jump from one screen to another.
  19900.  - Also allows you to specify just about any screen to open on initially.
  19901. .version
  19902. 1.2
  19903. .date
  19904. 1995.02.20
  19905. .author
  19906. John Cowgill
  19907. .distribution
  19908. Copyrighted but Freely Redistributable
  19909. .email
  19910. cow@laplace.mathstat.uidaho.edu
  19911. .docs
  19912. Lens.guide
  19913. .described-by
  19914. Fred Fish (fnf@amigalib.com)
  19915. .submittal
  19916. Downloaded via ftp from aminet (wuarchive.wustl.edu).
  19917. .execute
  19918. LAB start
  19919. set choice `RequestChoice "Lens" "Please select an option" "View Guide" "Run Lens" "Cancel"`
  19920. if $choice GT "0"
  19921.   if $choice EQ "1"
  19922.     MetaTool Lens.guide GUIDE
  19923.   else
  19924.     if $choice EQ "2"
  19925.       WBRun Lens
  19926.     endif
  19927.   endif
  19928.   skip start BACK
  19929. endif
  19930. .stored-in
  19931. FreshFish-Vol10:Useful/util/wb/Lens/
  19932. .pi-file
  19933. FreshFish-Vol10:Useful/util/wb/Lens/Product-Info
  19934. .name
  19935. less
  19936. .type
  19937. Programmer Tool
  19938. .short
  19939. Viewer program similar to 'more'.
  19940. .description
  19941. Less is a program similar to more (1), but which allows backward
  19942. movement in the file as well as forward movement.  Also, less does not
  19943. have to read the entire input file before starting, so with large
  19944. input files it starts up faster than text editors like vi (1).  Less
  19945. uses termcap (or terminfo on some systems), so it can run on a variety
  19946. of terminals.  There is even limited support for hardcopy terminals.
  19947. (On a hardcopy terminal, lines which should be printed at the top of
  19948. the screen are prefixed with a caret.)
  19949.  
  19950. Commands are based on both more and vi.  Commands may be preceded by a
  19951. decimal number, called N in the descriptions below.  The number is
  19952. used by some commands, as indicated.
  19953. .version
  19954. 290
  19955. .author
  19956. Mark Nudelman et al.
  19957. .requirements
  19958. Amiga binaries require ixemul.library.
  19959. .distribution
  19960. Freely distributable.
  19961. .described-by
  19962. Fred Fish (fnf@amigalib.com)
  19963. .aminet-dir
  19964. gnu/src
  19965. .stored-in
  19966. FreshFish-Vol10:GNU-src/amiga/less-290-src.lha
  19967. .pi-file
  19968. FreshFish-Vol10:GNU-src/amiga/less-290-src.lha.pi
  19969. .name
  19970. less
  19971. .type
  19972. Programmer Tool
  19973. .short
  19974. Viewer program similar to 'more'.
  19975. .description
  19976. Less is a program similar to more (1), but which allows backward
  19977. movement in the file as well as forward movement.  Also, less does not
  19978. have to read the entire input file before starting, so with large
  19979. input files it starts up faster than text editors like vi (1).  Less
  19980. uses termcap (or terminfo on some systems), so it can run on a variety
  19981. of terminals.  There is even limited support for hardcopy terminals.
  19982. (On a hardcopy terminal, lines which should be printed at the top of
  19983. the screen are prefixed with a caret.)
  19984.  
  19985. Commands are based on both more and vi.  Commands may be preceded by a
  19986. decimal number, called N in the descriptions below.  The number is
  19987. used by some commands, as indicated.
  19988. .version
  19989. 290
  19990. .author
  19991. Mark Nudelman et al.
  19992. .requirements
  19993. Amiga binaries require ixemul.library.
  19994. .distribution
  19995. Freely distributable.
  19996. .described-by
  19997. Fred Fish (fnf@amigalib.com)
  19998. .aminet-dir
  19999. gnu/base
  20000. .stored-in
  20001. FreshFish-Vol10:GNU-src/baseline/less-290.tar.gz
  20002. .pi-file
  20003. FreshFish-Vol10:GNU-src/baseline/less-290.tar.gz.pi
  20004. .name
  20005. Less
  20006. .type
  20007. Text Viewer
  20008. .short
  20009. Amiga port of UNIX text file reader
  20010. .description
  20011. A text file reader, descended from Unix "Less."  Less has features
  20012. found on no other Amiga file reader; it can use pipes, accepts
  20013. multiple filenames, and has many convenient positioning commands for
  20014. forward and backward movement, marking positions, etc.  This version
  20015. adds an option to suppress opening a new window, using the existing
  20016. CLI window instead (especially useful with an AUX: shell), and
  20017. includes some minor bug fixes.
  20018. .version
  20019. 1.6Z
  20020. .date
  20021. .author
  20022. Ray Zarling et. al.
  20023. .restrictions
  20024. .requirements
  20025. .reference
  20026. AmigaLibDisk902:Less/
  20027. 1.6Z
  20028. AmigaLibDisk718:Less/
  20029. 177.4
  20030. AmigaLibDisk511:Less/
  20031. 1.4Z
  20032. AmigaLibDisk149:Less/
  20033. 1.3
  20034. AmigaLibDisk92:Less/
  20035. 1.2
  20036. AmigaLibDisk74:Less/
  20037. 1.1
  20038. AmigaLibDisk34:Less/
  20039. 1.0
  20040. .keywords
  20041. .distribution
  20042. Copyrighted but Freely Redistributable
  20043. .price
  20044. .address
  20045. Department of Computer Science
  20046. Calif. State Univ. Stanislaus
  20047. Turlock, CA 95380
  20048. .email
  20049. rayz@csustan.EDU
  20050. .phone
  20051. .fax
  20052. .exectype
  20053. .installsize
  20054. .source
  20055. Includes source in C.
  20056. .construction
  20057. .tested
  20058. .docs
  20059. Less.doc
  20060. Changes16Z.txt
  20061. ReadMe.fnf
  20062. .described-by
  20063. Fred Fish (fnf@fishpond.cygnus.com)
  20064. .submittal
  20065. Submitted on disk directly by the author.
  20066. .execute
  20067. LAB start
  20068. set choice `RequestChoice "Less" "Please select an option" "History" "View Doc" "Cancel"`
  20069. if $choice GT "0"
  20070.   if $choice EQ "1"
  20071.     MetaTool Changes16Z.txt TEXT
  20072.   else
  20073.     if $choice EQ "2"
  20074.       MetaTool Less.doc TEXT
  20075.     endif
  20076.   endif
  20077.   skip start BACK
  20078. endif
  20079. .aminet-dir
  20080. text/show
  20081. .stored-in
  20082. FreshFish-Vol10:Useful/text/show/Less/
  20083. .pi-file
  20084. FreshFish-Vol10:Useful/text/show/Less/Product-Info
  20085. .name
  20086. LhA
  20087. .type
  20088. Archiver
  20089. .short
  20090. A fast LhArc compatible archiver
  20091. .description
  20092. A very fast archiver that is compatible with MS-DOS LhArc V1.13 and
  20093. LHA V2.13, as well as the Amiga LhArc.  LhA is very memory efficient,
  20094. has been written with stability and reliability in mind, has carefully
  20095. optimized compression and decompression routines, is multitasking
  20096. reentrant and pure, handles multiple volume archives (registered
  20097. version only), and more.
  20098. .version
  20099. 1.38
  20100. .date
  20101. .author
  20102. Stefan Boberg
  20103. .restrictions
  20104. .requirements
  20105. .reference
  20106. AmigaLibDisk715:LhA/
  20107. 1.32
  20108. AmigaLibDisk637:LhA/
  20109. 1.22
  20110. AmigaLibDisk593:LhA/
  20111. 1.11
  20112. AmigaLibDisk577:LhA/
  20113. 1.0
  20114. .keywords
  20115. .distribution
  20116. Shareware
  20117. .price
  20118. .address
  20119. Rydsvägen 242 A:25
  20120. S-58251 Linköping
  20121. Sweden
  20122. .email
  20123. .phone
  20124. .fax
  20125. .exectype
  20126. .installsize
  20127. .source
  20128. .construction
  20129. .tested
  20130. .docs
  20131. LhA.man
  20132. ReleaseNotes
  20133. OrderForm
  20134. .described-by
  20135. Fred Fish (fnf@fishpond.cygnus.com)
  20136. .submittal
  20137. Downloaded via ftp from wuarchive.wustl.edu.
  20138. .contents
  20139. .execute
  20140. LAB start
  20141. set choice `RequestChoice "Lha" "Please select an option" "Release Notes" "License" "History" "User Guide" "Cancel"`
  20142. if $choice GT "0"
  20143.   if $choice EQ "1"
  20144.     MetaTool ReleaseNotes TEXT
  20145.   else
  20146.     if $choice EQ "2"
  20147.       MetaTool LICENSE.man TEXT
  20148.     else
  20149.       if $choice EQ "3"
  20150.         MetaTool Update.txt TEXT
  20151.       else
  20152.         if $choice EQ "4"
  20153.           MetaTool LhA.man TEXT
  20154.         endif
  20155.       endif
  20156.     endif
  20157.   endif
  20158.   skip start BACK
  20159. endif
  20160. .aminet-dir
  20161. util/arc
  20162. .stored-in
  20163. FreshFish-Vol10:Useful/util/arc/LhA/
  20164. .pi-file
  20165. FreshFish-Vol10:Useful/util/arc/LhA/Product-Info
  20166. .name
  20167. LHArc
  20168. .type
  20169. Archiver
  20170. .short
  20171. Archive program using LZHUF compression
  20172. .description
  20173. An archive program like Arc and Zoo, with a heavy emphasis maximum
  20174. compression for minimum archive size, using LZHUF compression.
  20175. .version
  20176. 1.30
  20177. .date
  20178. .author
  20179. Paolo Zibetti
  20180. .restrictions
  20181. .requirements
  20182. .reference
  20183. AmigaLibDisk404:LHArc/
  20184. 1.30
  20185. AmigaLibDisk383:LHArc/
  20186. 1.21
  20187. AmigaLibDisk312:LHArc/
  20188. 1.10
  20189. AmigaLibDisk289:LHArc/
  20190. 1.0
  20191. .keywords
  20192. .distribution
  20193. Copyrighted but Freely Redistributable
  20194. .price
  20195. .address
  20196. .email
  20197. Paolo.Zibetti@p6.f101.n331.z2.fidonet.org
  20198. .phone
  20199. .fax
  20200. .exectype
  20201. .installsize
  20202. .source
  20203. .construction
  20204. .tested
  20205. .docs
  20206. .described-by
  20207. Fred Fish (fnf@fishpond.cygnus.com)
  20208. .submittal
  20209. Downloaded from BIX.
  20210. .contents
  20211. .execute
  20212. LAB start
  20213. set choice `RequestChoice "LHArc" "Please select an option" "ReadMe First" "History" "Documentation" "Cancel"`
  20214. if $choice GT "0"
  20215.   if $choice EQ "1"
  20216.     MetaTool ReadMe.1st TEXT
  20217.   else
  20218.     if $choice EQ "2"
  20219.       MetaTool Changes TEXT
  20220.     else
  20221.       if $choice EQ "3"
  20222.         MetaTool LHArc.doc TEXT
  20223.       endif
  20224.     endif
  20225.   endif
  20226.   skip start BACK
  20227. endif
  20228. .aminet-dir
  20229. util/arc
  20230. .stored-in
  20231. FreshFish-Vol10:Useful/util/arc/LHArc/
  20232. .pi-file
  20233. FreshFish-Vol10:Useful/util/arc/LHArc/Product-Info
  20234. .name
  20235. LHWarp
  20236. .type
  20237. Archiver
  20238. .short
  20239. Disk packer for .lhw files
  20240. .description
  20241. A program which will read tracks directly from your floppy disk,
  20242. compress them using adaptive huffman encoding, and output them to a
  20243. file.  The resulting file can be used by lhwarp to reconstruct an
  20244. image of the original disk.
  20245. .version
  20246. 1.40
  20247. .date
  20248. .author
  20249. Jonathan Forbes
  20250. .restrictions
  20251. .requirements
  20252. .reference
  20253. AmigaLibDisk318:Lhwarp/
  20254. 1.21
  20255. AmigaLibDisk305:Lhwarp/
  20256. 1.20
  20257. AmigaLibDisk295:Lhwarp/
  20258. 1.03
  20259. .keywords
  20260. .distribution
  20261. Copyrighted but Freely Redistributable
  20262. .price
  20263. .address
  20264. .email
  20265. .phone
  20266. .fax
  20267. .exectype
  20268. .installsize
  20269. .source
  20270. .construction
  20271. .tested
  20272. .docs
  20273. LHWarp.doc
  20274. .described-by
  20275. Fred Fish (fnf@fishpond.cygnus.com)
  20276. .submittal
  20277. .execute
  20278. LAB start
  20279. set choice `RequestChoice "LHWarp" "Please select an option" "History" "Documentation" "Cancel"`
  20280. if $choice GT "0"
  20281.   if $choice EQ "1"
  20282.     MetaTool Changes.doc TEXT
  20283.   else
  20284.     if $choice EQ "2"
  20285.       MetaTool LHWarp.doc TEXT
  20286.     endif
  20287.   endif
  20288.   skip start BACK
  20289. endif
  20290. .aminet-dir
  20291. util/arc
  20292. .stored-in
  20293. FreshFish-Vol10:Useful/util/arc/LHWarp/
  20294. .pi-file
  20295. FreshFish-Vol10:Useful/util/arc/LHWarp/Product-Info
  20296. .name
  20297. libcurses
  20298. .type
  20299. Library
  20300. .short
  20301. Platform independant screen maint lib
  20302. .description
  20303. In making available the generalized terminal descriptions in termcap,
  20304. much information was made available to the programmer, but little work
  20305. was taken out of one's hands.  The purpose of this package is to allow
  20306. the C programmer to do the most common type of terminal dependent
  20307. functions, those of movement optimization and optimal screen updating,
  20308. without doing any of the dirty work, and with nearly as much ease as
  20309. is necessary to simply print or read things.
  20310. .version
  20311. 8.3
  20312. .date
  20313. 1993.06.04
  20314. .author
  20315. Kenneth C. R. C. Arnold
  20316. Elan Amir
  20317. .distribution
  20318. Copyrighted but Freely Redistributable
  20319. .source
  20320. Includes source.
  20321. .described-by
  20322. Fred Fish (fnf@fishpond.cygnus.com)
  20323. .submittal
  20324. From "BSD-4.4 Lite" distribution.
  20325. .aminet-dir
  20326. gnu/src
  20327. .stored-in
  20328. FreshFish-Vol10:GNU-src/amiga/libcurses-8.3-src.lha
  20329. .pi-file
  20330. FreshFish-Vol10:GNU-src/amiga/libcurses-8.3-src.lha.pi
  20331. .name
  20332. libcurses
  20333. .type
  20334. Library
  20335. .short
  20336. Platform independant screen maint lib
  20337. .description
  20338. In making available the generalized terminal descriptions in termcap,
  20339. much information was made available to the programmer, but little work
  20340. was taken out of one's hands.  The purpose of this package is to allow
  20341. the C programmer to do the most common type of terminal dependent
  20342. functions, those of movement optimization and optimal screen updating,
  20343. without doing any of the dirty work, and with nearly as much ease as
  20344. is necessary to simply print or read things.
  20345. .version
  20346. 8.3
  20347. .date
  20348. 1993.06.04
  20349. .author
  20350. Kenneth C. R. C. Arnold
  20351. Elan Amir
  20352. .distribution
  20353. Copyrighted but Freely Redistributable
  20354. .source
  20355. Includes source.
  20356. .described-by
  20357. Fred Fish (fnf@fishpond.cygnus.com)
  20358. .submittal
  20359. From "BSD-4.4 Lite" distribution.
  20360. .aminet-dir
  20361. gnu/base
  20362. .stored-in
  20363. FreshFish-Vol10:GNU-src/baseline/libcurses-8.3.lha
  20364. .pi-file
  20365. FreshFish-Vol10:GNU-src/baseline/libcurses-8.3.lha.pi
  20366. .name
  20367. libg++
  20368. .fullname
  20369. GNU C++ class library
  20370. .type
  20371. Programmer Tool
  20372. .short
  20373. GNU C++ class library
  20374. .description
  20375. A C++ class library for use with the GNU C++ compiler.
  20376. .version
  20377. 2.7.0
  20378. .distribution
  20379. GNU Library Public License
  20380. .described-by
  20381. Fred Fish (fnf@amigalib.com)
  20382. .aminet-dir
  20383. gnu/src
  20384. .stored-in
  20385. FreshFish-Vol10:GNU-src/amiga/libg++-2.7.0-src.lha
  20386. .pi-file
  20387. FreshFish-Vol10:GNU-src/amiga/libg++-2.7.0-src.lha.pi
  20388. .name
  20389. libg++
  20390. .fullname
  20391. GNU C++ class library
  20392. .type
  20393. Programmer Tool
  20394. .short
  20395. GNU C++ class library
  20396. .description
  20397. A C++ class library for use with the GNU C++ compiler.
  20398. This is the base FSF distribution with a couple of files
  20399. renamed to avoid collisions on AmigaDOS, since the names
  20400. differed only in upper/lower case.
  20401. .version
  20402. 2.7.0
  20403. .distribution
  20404. GNU Library Public License
  20405. .described-by
  20406. Fred Fish (fnf@amigalib.com)
  20407. .aminet-dir
  20408. gnu/base
  20409. .stored-in
  20410. FreshFish-Vol10:GNU-src/baseline/libg++-2.7.0.lha
  20411. .pi-file
  20412. FreshFish-Vol10:GNU-src/baseline/libg++-2.7.0.lha.pi
  20413. .name
  20414. libg++
  20415. .fullname
  20416. GNU C++ class library
  20417. .type
  20418. Programmer Tool
  20419. .short
  20420. GNU C++ class library
  20421. .description
  20422. A C++ class library for use with the GNU C++ compiler.
  20423. .version
  20424. 2.7.0
  20425. .distribution
  20426. GNU Library Public License
  20427. .described-by
  20428. Fred Fish (fnf@amigalib.com)
  20429. .aminet-dir
  20430. gnu/base
  20431. .stored-in
  20432. FreshFish-Vol10:GNU-src/baseline/libg++-2.7.0.tar.gz
  20433. .pi-file
  20434. FreshFish-Vol10:GNU-src/baseline/libg++-2.7.0.tar.gz.pi
  20435. .name
  20436. libm
  20437. .fullname
  20438. Runtime math library
  20439. .type
  20440. Library
  20441. .short
  20442. Runtime math library
  20443. .description
  20444. This runtime math library is from BSD.  It is used with the GNU C
  20445. compiler when the -lm option is given to gcc.
  20446. .version
  20447. 5.4
  20448. .distribution
  20449. Copyrighted but Freely Redistributable
  20450. .described-by
  20451. Fred Fish (fnf@amigalib.com)
  20452. .aminet-dir
  20453. gnu/src
  20454. .stored-in
  20455. FreshFish-Vol10:GNU-src/amiga/libm-5.4-src.lha
  20456. .pi-file
  20457. FreshFish-Vol10:GNU-src/amiga/libm-5.4-src.lha.pi
  20458. .name
  20459. libm
  20460. .fullname
  20461. Runtime math library
  20462. .type
  20463. Library
  20464. .short
  20465. Runtime math library
  20466. .description
  20467. This runtime math library is from BSD.  It is used with the GNU C
  20468. compiler when the -lm option is given to gcc.
  20469. .version
  20470. 5.4
  20471. .distribution
  20472. Copyrighted but Freely Redistributable
  20473. .described-by
  20474. Fred Fish (fnf@amigalib.com)
  20475. .aminet-dir
  20476. gnu/base
  20477. .stored-in
  20478. FreshFish-Vol10:GNU-src/baseline/libm-5.4.tar.gz
  20479. .pi-file
  20480. FreshFish-Vol10:GNU-src/baseline/libm-5.4.tar.gz.pi
  20481. .name
  20482. libnix
  20483. .type
  20484. Library
  20485. .short
  20486. A library for amiga specific gcc develp.
  20487. .description
  20488. This is libnix, a static (i.e. link) library for gcc 2.3.3 or above.
  20489. It's not a replacement for ixemul.library (though it's possible to
  20490. recompile most of the gcc environment with libnix) but a good thing
  20491. for amiga specific development on gcc:
  20492.  
  20493. * It's mostly compatible to SAS's way of handling things, i.e.
  20494.   you get even an automatic shared library opening feature and
  20495.   some other things you may miss in ixemul.library.
  20496.   This also means it's ANSI compliant.
  20497.  
  20498. * It doesn't need any shared libraries than normal Amiga OS ones.
  20499.  
  20500. * It is not copyrighted by the FSF. Therefore you neither need
  20501.   to include sources nor objects together with your executable.
  20502.   (read the GLGPL _before_ flaming on this statement)
  20503.  
  20504. * And it's short! I was able to compile a 492 byte 'hello, world'
  20505.   using normal main.
  20506.  
  20507. * It uses OS20 features whenever necessary.
  20508.  
  20509. To cut it short:
  20510.  
  20511. Use ixemul.library for porting Un*x programs, libnix for compiling
  20512. amiga-only programs and gcc becomes one of the best Amiga compilers.
  20513. .version
  20514. 1.0
  20515. .author
  20516. Matthias Fleischer
  20517. Gunther Nikl
  20518. .distribution
  20519. Public Domain
  20520. .email
  20521. fleischr@izfm.uni-stuttgart.de
  20522. gnikl@informatik.uni-rostock.de
  20523. .docs
  20524. libnix.guide
  20525. libnix.readme
  20526. .described-by
  20527. Fred Fish (fnf@amigalib.com)
  20528. .submittal
  20529. Downloaded via ftp from aminet (wuarchive.wustl.edu).
  20530. .aminet-dir
  20531. gnu/src
  20532. .stored-in
  20533. FreshFish-Vol10:GNU-src/amiga/libnix-1.0-src.lha
  20534. .pi-file
  20535. FreshFish-Vol10:GNU-src/amiga/libnix-1.0-src.lha.pi
  20536. .name
  20537. LightROMVol1Docs
  20538. .aminet-dir
  20539. docs/cds
  20540. .type
  20541. Miscellaneous
  20542. .short
  20543. Basic information about LightROM Vol 1.
  20544. .description
  20545. Basic information about LightROM Vol 1, including any README
  20546. type files, CRC list of the files if available, INDEX files,
  20547. long CONTENTS files, etc.
  20548. .author
  20549. Fred Fish
  20550. .distribution
  20551. Copyrighted but Freely Redistributable
  20552. .email
  20553. fnf@amigalib.com
  20554. .phone
  20555. (602) 491-0048
  20556. .fax
  20557. (602) 491-0048
  20558. .docs
  20559. README
  20560. .described-by
  20561. Fred Fish (fnf@amigalib.com)
  20562. .submittal
  20563. Submitted on disk directly by the author.
  20564. .execute
  20565. LAB start
  20566. set choice `RequestChoice "Options Selection" "Please select an option" "README.1ST" "ROADMAP" "Cover" "Cancel"`
  20567. if $choice GT "0"
  20568.   if $choice EQ "1"
  20569.     MetaTool README.1ST TEXT
  20570.   else
  20571.     if $choice EQ "2"
  20572.       MetaTool ROADMAP.TXT TEXT
  20573.     else
  20574.       if $choice EQ "3"
  20575.         MetaTool Cover.jpg JPEG
  20576.       endif
  20577.     endif
  20578.   endif
  20579.   skip start BACK
  20580. endif
  20581. .stored-in
  20582. FreshFish-Vol10:Useful/docs/CDs/Light-ROM-Vol1/
  20583. .pi-file
  20584. FreshFish-Vol10:Useful/docs/CDs/Light-ROM-Vol1/Product-Info
  20585. .name
  20586. LightROMVol2Docs
  20587. .aminet-dir
  20588. docs/cds
  20589. .type
  20590. Miscellaneous
  20591. .short
  20592. Basic information about LightROM Vol 2.
  20593. .description
  20594. Basic information about LightROM Vol 2, including any README
  20595. type files, CRC list of the files if available, INDEX files,
  20596. long CONTENTS files, etc.
  20597. .author
  20598. Fred Fish
  20599. .distribution
  20600. Copyrighted but Freely Redistributable
  20601. .email
  20602. fnf@amigalib.com
  20603. .phone
  20604. (602) 491-0048
  20605. .fax
  20606. (602) 491-0048
  20607. .docs
  20608. README
  20609. .described-by
  20610. Fred Fish (fnf@amigalib.com)
  20611. .submittal
  20612. Submitted on disk directly by the author.
  20613. .execute
  20614. LAB start
  20615. set choice `RequestChoice "Options Selection" "Please select an option" "README" "Cover" "Cancel"`
  20616. if $choice GT "0"
  20617.   if $choice EQ "1"
  20618.     MetaTool README.1ST TEXT
  20619.   else
  20620.     if $choice EQ "2"
  20621.       MetaTool Cover.jpg JPEG
  20622.     endif
  20623.   endif
  20624.   skip start BACK
  20625. endif
  20626. .stored-in
  20627. FreshFish-Vol10:Useful/docs/CDs/Light-ROM-Vol2/
  20628. .pi-file
  20629. FreshFish-Vol10:Useful/docs/CDs/Light-ROM-Vol2/Product-Info
  20630. .name
  20631. LimBoLand
  20632. .type
  20633. Animation
  20634. .short
  20635. Comic of Rush Limbaugh
  20636. .description
  20637. This is our first attempt to author a comic strip for the computer.
  20638. It's a little rough, but we hope you can enjoy it.
  20639. .author
  20640. Sugar & Spice
  20641. .requirements
  20642. OS2.0+
  20643. .distribution
  20644. Copyrighted but Freely Redistributable
  20645. .address
  20646. Sugar & Spice Productions
  20647. 2753 E. Broadway S101-106
  20648. Mesa, AZ. 85204
  20649. .docs
  20650. LimBoLand.Doc
  20651. .described-by
  20652. Richard Fish (rjf@amigalib.com)
  20653. .submittal
  20654. Submitted on disk directly by the author.
  20655. .aminet-dir
  20656. pix/anim
  20657. .execute
  20658. LAB Start
  20659. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Animation" "Cancel"`
  20660. if $choice GT "0"
  20661.   if $choice EQ "1"
  20662.     MetaTool LimBoLand.Doc TEXT
  20663.   else
  20664.     if $choice EQ "2"
  20665.       proj2 LimBoLand001.film
  20666.     endif
  20667.   endif
  20668.   skip Start BACK
  20669. endif
  20670. .stored-in
  20671. FreshFish-Vol10:New/pix/anim/LimboLand/
  20672. .pi-file
  20673. FreshFish-Vol10:New/pix/anim/LimboLand/Product-Info
  20674. .name
  20675. LINO
  20676. .type
  20677. Compression
  20678. .short
  20679. LINO is a file to file packer
  20680. .description
  20681. LINO is a file to file packer, which compresses/expands files or
  20682. directories.  It includes a 'XPK compression interface' (about XPK see
  20683. lino.doc), to use compression software, which is written for this
  20684. standard.
  20685.  
  20686. Data compression is a software technic to spare space on disk or tape.
  20687. There are different algorithms to do this. From a simple
  20688. Run-Length-Encoding which replaces a sequence of equal bytes with one
  20689. of this bytes and the number of these bytes, as far as the Arithmetic
  20690. Coding, where the probability of a byte within a file determines the
  20691. code.
  20692.  
  20693. Applications for data compression are archiving files, backup storage,
  20694. and harddisk compressing.  There are some very good freeware,
  20695. shareware and commercial applications which have a XPK-interface
  20696. implemented.  For example: the XPK-package with XFH (a harddisk
  20697. compressor) on Fish 754, EPU (also a harddisk compressor) on Fish 858,
  20698. ABackup (a backup utility) on Fish 838 (for some references see file
  20699. lino.doc).
  20700. .version
  20701. 1.0
  20702. .author
  20703. Gerhard Tuenkler
  20704. .distribution
  20705. Copyrighted but Freely Redistributable
  20706. .address
  20707. Gerhard Tuenkler
  20708. Th. Koerner Str. 40/3/11
  20709. A-8010 Graz
  20710. AUSTRIA
  20711. EUROPE
  20712. .docs
  20713. ReadMe
  20714. Install.ReadMe
  20715. doc/Libs.doc
  20716. doc/Lino.doc
  20717. doc/LPatch.ReadMe
  20718. doc/Statistics
  20719. doc/Zeno.doc
  20720. dok/Libs.dok
  20721. dok/Lino.dok
  20722. dok/LPatch.LiesMich
  20723. dok/Statistik
  20724. dok/Zeno.dok
  20725. .described-by
  20726. Richard Fish (rjf@amigalib.com)
  20727. .submittal
  20728. Submitted on disk directly by the author.
  20729. .aminet-dir
  20730. util/arc
  20731. .execute
  20732. set orgdir `cd`
  20733. LAB Start
  20734. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Dok" "Cancel"`
  20735. if $choice GT "0"
  20736.   if $choice EQ "1"
  20737.     set filechoice `RequestFile TITLE "Select Text File" PATTERN "~(#?.info)" DRAWER "doc/"`
  20738.     MetaTool $filechoice TEXT
  20739.     unset filechoice
  20740.   else
  20741.     if $choice EQ "2"
  20742.       set filechoice `RequestFile TITLE "Select Text File" PATTERN "~(#?.info)" DRAWER "dok/"`
  20743.       MetaTool $filechoice TEXT
  20744.       unset filechoice
  20745.     endif
  20746.   endif
  20747.   cd $orgdir
  20748.   skip Start BACK
  20749. endif
  20750. .stored-in
  20751. FreshFish-Vol10:New/util/arc/LINO/
  20752. .pi-file
  20753. FreshFish-Vol10:New/util/arc/LINO/Product-Info
  20754. .name
  20755. Lottery
  20756. .fullname
  20757. Lottery Predictor
  20758. .type
  20759. Game Software
  20760. .short
  20761. Tries to predict numbers for lottery
  20762. .description
  20763. This program trys to help you win the national lottery by picking out
  20764. patterns in the data.
  20765. .version
  20766. 1.0
  20767. .date
  20768. 1995.03.07
  20769. .author
  20770. Simon P.Hughes
  20771. .requirements
  20772. WB2.0+
  20773. GadTools.Library V36.0
  20774. ReqTools.Library V36.0
  20775. Intuition.Library V36.0
  20776. Graphics.Library V36.0
  20777. Utility.Library V36.0
  20778. .distribution
  20779. Shareware
  20780. .price
  20781. £10.00
  20782. .address
  20783. 35 Glebe Close
  20784. Credenhill
  20785. HR4 7EX
  20786. .email
  20787. cs9h3hsp@swansea.ac.uk or
  20788. susimes.ug@swansea.ac.uk or
  20789. .construction
  20790. This program was written on an Amiga 4000/040 with a Warp Engine
  20791. Accelerator. It has 2 Mb Chip ram and 4 Mb Fast, and 10 Mb Virtual
  20792. Fast. I have a 540 Meg hard drive, and loads of other gizmos.
  20793. .tested
  20794. Works perfectly on my machine. It has been tested and run successfully
  20795. on a bare A1200, an 030 accelerated 1200 and an 030 A4000.
  20796. .docs
  20797. readme.txt
  20798. Docs/Lottery.readme
  20799. .described-by
  20800. Richard Fish (rjf@amigalib.com)
  20801. .submittal
  20802. Submitted on disk directly by the author.
  20803. .aminet-dir
  20804. misc/misc
  20805. .execute
  20806. set orgdir `cd`
  20807. LAB start
  20808. failat 10
  20809. unset filechoice
  20810. unset dirchoice
  20811. cd $orgdir
  20812. set choice `RequestChoice "Lottery" "Please select an option" "View ReadMe" "View Guide" "Run" "Cancel"`
  20813. if $choice GT "0"
  20814.   if $choice EQ "1"
  20815.     MetaTool readme.txt TEXT
  20816.   else
  20817.     if $choice EQ "2"
  20818.       cd Docs
  20819.       MetaTool Lottery.readme GUIDE
  20820.     else
  20821.       if $choice EQ "3"
  20822.         WBRun Lottery
  20823.       endif
  20824.     endif
  20825.   endif
  20826.   skip start BACK
  20827. endif
  20828. .stored-in
  20829. FreshFish-Vol10:New/misc/misc/Lottery/
  20830. .pi-file
  20831. FreshFish-Vol10:New/misc/misc/Lottery/Product-Info
  20832. .name
  20833. Lynx
  20834. .type
  20835. Image Processing
  20836. .short
  20837. Image Processing package. FFT processing
  20838. .description
  20839. Lynx is an image processing package.  Yet another?  Not exactly. Lynx is
  20840. significantly different than others images processing packages availables
  20841. for the Amiga.
  20842.  
  20843. For example, it can do the Fourier transformation and works in the frequency
  20844. domain of the images.
  20845.  
  20846. It's the first one (I think !) which be able to work on 16 bits per pixel
  20847. (per channel) images, that gives 65536 gray levels !
  20848.  
  20849. The main purpose of Lynx is scientific and it is able to process images in
  20850. many domains:  Astronomy, physics, archeology...
  20851.  
  20852. Lynx can also execute some subjectives processes such as image composition,
  20853. solarize effect, oil painting...
  20854.  
  20855. There are two versions: 8bits and 16bits. The first one is rather designed
  20856. for subjective processing, while the second is rather for "serious" image
  20857. processing !
  20858.  
  20859. Why ?
  20860. ~~~~~
  20861. In  the  beginning I would  process  some  astronomical images that I had
  20862. released  with  a  CCD  camera, but there wasn't any software on the Amiga
  20863. able  to  perform  some processes such as FFT transform, Gaussian filters,
  20864. profile extraction and many others. So I'd decided to make my own program.
  20865.  
  20866. Capabilities
  20867. ~~~~~~~~~~~~
  20868. -Lynx can load and process as many images as possible (multiples buffers)
  20869. -Up to 256 slices (channels) per image.
  20870. -Add, delete, move slices between image buffers (stacks).
  20871.  
  20872. Input/Output
  20873. --------------
  20874. o Read the following images formats:
  20875.     FITS (Flexible Image Transport System).
  20876.     IFF 1-8 bitplans, IFF24.
  20877.     Datatypes.
  20878.     Lynx (own format).
  20879.  
  20880. o Write the following images formats:
  20881.     FITS (Flexible Image Transport System).
  20882.     IFF 2-8 bitplans, IFF24, HAM 6 or 8.
  20883.     Lynx (own format).
  20884.  
  20885. Image Processing
  20886. ----------------
  20887. o Spatial domain:
  20888.     Convolutions Matrix 3x3 & 5x5
  20889.     Median filter (with control of efficiency and matrix design)
  20890.     Minimum, maximum filters
  20891.     Arithmetics operations
  20892.     Transcode
  20893.     Histogram Equalisation
  20894.     Geometricals operations (Scale, Translate, Rotate, Dimensions)
  20895.     Pixels corrections
  20896.  
  20897. o Spectral domain:
  20898.     Fast Fourier Transform
  20899.     Convolution
  20900.     Deconvolution (Wiener filter)
  20901.     Correlation
  20902.     Filtering (Low-Pass, Band-Pass, High-pass, Gauss, Butterworth,
  20903.                    Wavelet...)
  20904.  
  20905. Image analysis
  20906. --------------
  20907.      Histogram
  20908.      Statistics
  20909.      Pixel values
  20910.      Profiles extractions
  20911.      Photometric mesurements
  20912.  
  20913. Visualization
  20914. -------------
  20915.     Pseudo-color for monochromatic visualization.
  20916.     True-color in 16-256 colors, HAM6 (old machines), HAM8 (AGA mach.)
  20917.  
  20918. Miscellaneous
  20919. -------------
  20920.         ARexx port.
  20921.     Images composition
  20922.     Color model transformations (RBG <-> HSV)
  20923.     Statistics
  20924.     Transcoding for visualization
  20925.     Animations
  20926. .version
  20927. 1.01ß
  20928. .date
  20929. 1995.06.20
  20930. .author
  20931. Stéphane Poirier
  20932. .requirements
  20933. Requires OS 2.04+, 2.1+ for localization, 3.0+ for datatype usage
  20934. .distribution
  20935. Shareware
  20936. .price
  20937. $30 (US), DM 40, FR 150
  20938. .address
  20939. 20 avenue Claude Vellefaux
  20940. 75010 Paris
  20941. FRANCE
  20942. .email
  20943. poiries@asterix.saclay.cea.fr
  20944. .tested
  20945. - A4000/040
  20946. - A1200 with/without FAST ram, coprocessor, accelerator card.
  20947. - A3000
  20948. - A500+
  20949. .docs
  20950. Readme
  20951. Lisez-moi
  20952. Lynx.guide
  20953. .described-by
  20954. Dan Fish (daf@starfish.amigalib.com)
  20955. .submittal
  20956. Downloaded via ftp from wuarchive.wustl.edu.
  20957. .aminet-dir
  20958. misc/sci
  20959. .execute
  20960. LAB start
  20961. set choice `RequestChoice "Lynx" "Please select an option" "ReadMe" "Lisez-moi" "View Guide" "Cancel"`
  20962. if $choice GT "0"
  20963.   if $choice EQ "1"
  20964.     MetaTool ReadMe TEXT
  20965.   else
  20966.     if $choice EQ "2"
  20967.       MetaTool Lisez-moi TEXT
  20968.     else
  20969.       if $choice EQ "3"
  20970.         MetaTool Lynx.guide GUIDE
  20971.       endif
  20972.     endif
  20973.   endif
  20974.   skip start BACK
  20975. endif
  20976. .stored-in
  20977. FreshFish-Vol10:New/misc/sci/Lynx/
  20978. .pi-file
  20979. FreshFish-Vol10:New/misc/sci/Lynx/Product-Info
  20980. .name
  20981. m4
  20982. .fullname
  20983. GNU macro processor
  20984. .type
  20985. Programmer Tool
  20986. .short
  20987. GNU macro processor
  20988. .description
  20989. This is GNU m4, a program which copies its input to the output,
  20990. expanding macros as it goes.  m4 has built-in functions for including
  20991. named files, running Unix commands, doing integer arithmetic,
  20992. manipulating text in various ways, recursion, etc...  Macros can also
  20993. be user-defined, and can take any number of arguments.
  20994. .version
  20995. 1.4
  20996. .author
  20997. Rene' Seindal
  20998. .distribution
  20999. GNU Public License
  21000. .described-by
  21001. Fred Fish (fnf@amigalib.com)
  21002. .aminet-dir
  21003. gnu/src
  21004. .stored-in
  21005. FreshFish-Vol10:GNU-src/amiga/m4-1.4-src.lha
  21006. .pi-file
  21007. FreshFish-Vol10:GNU-src/amiga/m4-1.4-src.lha.pi
  21008. .name
  21009. m4
  21010. .fullname
  21011. GNU macro processor
  21012. .type
  21013. Programmer Tool
  21014. .short
  21015. GNU macro processor
  21016. .description
  21017. This is GNU m4, a program which copies its input to the output,
  21018. expanding macros as it goes.  m4 has built-in functions for including
  21019. named files, running Unix commands, doing integer arithmetic,
  21020. manipulating text in various ways, recursion, etc...  Macros can also
  21021. be user-defined, and can take any number of arguments.
  21022. .version
  21023. 1.4
  21024. .author
  21025. Rene' Seindal
  21026. .distribution
  21027. GNU Public License
  21028. .described-by
  21029. Fred Fish (fnf@amigalib.com)
  21030. .aminet-dir
  21031. gnu/base
  21032. .stored-in
  21033. FreshFish-Vol10:GNU-src/baseline/m4-1.4.tar.gz
  21034. .pi-file
  21035. FreshFish-Vol10:GNU-src/baseline/m4-1.4.tar.gz.pi
  21036. .name
  21037. MacSND_dt
  21038. .fullname
  21039. macsnd.datatype
  21040. .type
  21041. Sound Playing
  21042. .short
  21043. DataType for Mac 'snd' resource data
  21044. .description
  21045. A DataTypes class which permits reading and playing of
  21046. Apple Macintosh "snd " resource sound data, such as system
  21047. beeps.
  21048. .version
  21049. 1.7
  21050. .date
  21051. 1994.12.15
  21052. .author
  21053. Olaf `Olsen' Barthel
  21054. .reference
  21055. FreshFish-Vol6/New/util/wb/MacSND_dt/
  21056. 1.2
  21057. GoldFish-Vol2-1/Files/util/wb/MacSND_dt/
  21058. 1.2
  21059. .requirements
  21060. Requires WB3.1 (V40)
  21061. .distribution
  21062. Public Domain
  21063. .address
  21064. Olaf Barthel
  21065. Brabeckstraße 35
  21066. D-30559 Hannover
  21067. Federal Republic of Germany
  21068. .email
  21069. olsen@sourcery.han.de
  21070. .source
  21071. SAS/C source included
  21072. .docs
  21073. MacSND.guide
  21074. .execute
  21075. set orgdir `cd`
  21076. LAB start
  21077. failat 10
  21078. unset filechoice
  21079. unset dirchoice
  21080. cd $orgdir
  21081. set choice `RequestChoice "MacIntosh Sound DataType" "Please select an option" "View Guide File" "View Source" "Cancel"`
  21082. if $choice GT "0"
  21083.   if $choice EQ "1"
  21084.     MetaTool MacSND.guide GUIDE
  21085.   else
  21086.     if $choice EQ "2"
  21087.       cd Source
  21088.       set filechoice `RequestFile TITLE "Select Source File"`
  21089.       set dirchoice `pathname $filechoice`
  21090.       set filechoice `basename $filechoice`
  21091.       failat 21
  21092.       cd $dirchoice
  21093.       MetaTool $filechoice TEXT
  21094.     endif
  21095.   endif
  21096.   skip start BACK
  21097. endif
  21098. .aminet-dir
  21099. util/dtype
  21100. .stored-in
  21101. FreshFish-Vol10:Useful/util/dtype/MacSND_dt/
  21102. .pi-file
  21103. FreshFish-Vol10:Useful/util/dtype/MacSND_dt/Product-Info
  21104. .name
  21105. magazines-reviews
  21106. .short
  21107. Reviews of Amiga-related magazines.
  21108. .description
  21109. Reviews of Amiga-related magazines.
  21110. .described-by
  21111. fnf@amigalib.com
  21112. .author
  21113. Various; maintained by Daniel Barrett
  21114. .aminet-dir
  21115. docs/rview
  21116. .stored-in
  21117. FreshFish-Vol10:Useful/reviews/other-reviews/magazines/
  21118. .pi-file
  21119. FreshFish-Vol10:Useful/reviews/other-reviews/magazines/Product-Info
  21120. .name
  21121. MailQueue
  21122. .type
  21123. CLI tool
  21124. .short
  21125. Monitor number of Messages in SMTPSpool
  21126. .description
  21127. This is just a little program to use with
  21128. the INetUtils for AmiTCP/AS225, especially
  21129. for your SMTPSpool directory. The program
  21130. will monitor all queued files within the
  21131. SMTPSpool directory and display the number
  21132. of messages in a small window, you may
  21133. position somewhere on your Workbench. As
  21134. soon as a message is queued/deleted, the
  21135. information will be updated.
  21136. .version
  21137. 37.2
  21138. .date
  21139. 1995.02.15
  21140. .author
  21141. Kai Iske
  21142. .requirements
  21143. Requires OS 2.0 (37.175)
  21144. NetSupport.library
  21145. .reference
  21146. FreshFish-Vol8-1:New/comm/net/MailQueue/
  21147. 37.0
  21148. FreshFish-Vol8-1:Useful/comm/net/MailQueue/
  21149. 37.0
  21150. FreshFish-Vol8-2:BBS/comm/MailQueue-37.0.lha
  21151. 37.0
  21152. .distribution
  21153. Public Domain
  21154. .address
  21155. Kai Iske
  21156. Brucknerstrasse 18
  21157. 63452 Hanau
  21158. Germany
  21159. .email
  21160. iske@informatik.uni-frankfurt.de
  21161. .source
  21162. SAS/C source included 13K
  21163. .construction
  21164. SAS/C 6.51 with optimization
  21165. .docs
  21166. MailQueue.doc
  21167. .submittal
  21168. Submitted electronically directly by the author.
  21169. .execute
  21170. LAB start
  21171. set choice `RequestChoice "MailQueue" "Please select an option" "View Files" "Cancel"`
  21172. if $choice GT "0"
  21173.   if $choice EQ "1"
  21174.     set filechoice `RequestFile TITLE "Select Text File"`
  21175.     set dirchoice `pathname $filechoice`
  21176.     set filechoice `basename $filechoice`
  21177.     failat 21
  21178.     cd $dirchoice
  21179.     MetaTool $filechoice TEXT
  21180.   endif
  21181.   skip start BACK
  21182. endif
  21183. .aminet-dir
  21184. comm/net
  21185. .stored-in
  21186. FreshFish-Vol10:Useful/comm/net/MailQueue/
  21187. .pi-file
  21188. FreshFish-Vol10:Useful/comm/net/MailQueue/Product-Info
  21189. .name
  21190. MainActor
  21191. .aminet-dir
  21192. gfx/edit
  21193. .author
  21194. Markus Moenig
  21195. .type
  21196. Animation Package
  21197. .short
  21198. A modular animation package
  21199. .description
  21200. MainActor is a modular animation package which is able to
  21201. create/edit/time/play animations (of any size) of the provided
  21202. animation modules.  Modules included in this release :
  21203. IFF-Anim3/5/7/8/Brush/J, FLI, FLC, DL, AVI.  You also have a great
  21204. number of functions for animation proccessing.  MainActor is also able
  21205. to read and write Picture Modules : IFF, PCX, GIF, WB-ICON.  You can
  21206. associate sound effects to every frame of your animations.  Support
  21207. for the Picasso-II, Retina, Merlin and EGS cards is integrated.
  21208. .version
  21209. 1.55
  21210. .restrictions
  21211. Requesters asking for the shareware fee will pop up during
  21212. save operations
  21213. .requirements
  21214. Requires WB 2.0 (V37)
  21215. .distribution
  21216. Shareware
  21217. .price
  21218. $50(US), DM85 or $25(US), DM40
  21219. .address
  21220. Im Johannistal 36
  21221. 52064 Aachen
  21222. Germany
  21223. .email
  21224. zeus@jupiter.oche.de
  21225. .exectype
  21226. 68xxx, Arexx
  21227. .installsize
  21228. 950K - 300K
  21229. .construction
  21230. Registered Dice(C), Devpac3.04 (Assembly)
  21231. .tested
  21232. Tested on all sorts of Amiga computers. Found to be Enfocer hit
  21233. free.
  21234. .reference
  21235. FreshFish-Jul94/BBS/gfx/MainActor-1.52.lha
  21236. 1.52
  21237. FreshFish-Jul94/New/gfx/edit/MainActor/
  21238. 1.52
  21239. FrozenFish-Apr94:BBS/Mar94/gfx/edit/MainActor.lha
  21240. 1.23
  21241. FreshFish-May94:BBS/Mar94/gfx/edit/MainActor.lha
  21242. 1.23
  21243. FreshFish-Mar94:New/gfx/edit/MainActor/
  21244. 1.23
  21245. GoldFish2-Apr94:d9xx/d914/MainActor/
  21246. 1.16
  21247. GoldFish1-Apr94:BBS/d9xx/d914/MainActor.lha
  21248. 1.16
  21249. FrozenFish-Apr94:BBS/ALib/d9xx/d914/MainActor.lha
  21250. 1.16
  21251. AmigaLibDisks/d9xx/d914/MainActor/
  21252. 1.16
  21253. FreshFish-Oct93/New/AmigaLibDisks/Disk914/MainActor/
  21254. ?.?
  21255. FreshFish-Dec93/Old/AmigaLibDisks/Disks900-919/Disk914/MainActor/
  21256. ?.?
  21257. GoldFish2-Apr94:d8xx/d888/MainActor/
  21258. 1.0
  21259. GoldFish1-Apr94:BBS/d8xx/d888/MainActor.lha
  21260. 1.0
  21261. FrozenFish-Apr94:BBS/ALib/d8xx/d888/MainActor.lha
  21262. 1.0
  21263. FreshFish-Oct93:Old/AmigaLibDisks/Disks880-899/Disk888/MainActor/
  21264. 1.0
  21265. FreshFish-Dec93:Old/AmigaLibDisks/Disks880-899/Disk888/MainActor/
  21266. 1.0
  21267. AmigaLibDisk888:MainActor/
  21268. 1.0
  21269. .docs
  21270. docs/english/MainActor.guide
  21271. docs/english/MainActor.doc
  21272. docs/Deutsch/MainActor.guide
  21273. docs/Deutsch/MainActor.doc
  21274. docs/Francais/MainActor.guide
  21275. docs/Francais/MainActor.doc
  21276. .submittal
  21277. Downloaded via ftp from Aminet.
  21278. .execute
  21279. set orgdir `cd`
  21280. LAB start
  21281. failat 10
  21282. unset filechoice
  21283. unset dirchoice
  21284. cd $orgdir
  21285. set choice `RequestChoice "Options Selection" "Please select an option" "ReadMe" "History" "Guides" "Docs" "MainActor" "Cancel"`
  21286. if $choice GT "0"
  21287.   if $choice EQ "1"
  21288.     MetaTool ReadMe TEXT
  21289.   else
  21290.     if $choice EQ "2"
  21291.       MetaTool History TEXT
  21292.     else
  21293.       if $choice EQ "3"
  21294.         set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
  21295.         set dirchoice `pathname $filechoice`
  21296.         set filechoice `basename $filechoice`
  21297.         failat 21
  21298.         cd $dirchoice
  21299.         MetaTool $filechoice GUIDE
  21300.       else
  21301.         if $choice EQ "4"
  21302.           set filechoice `RequestFile TITLE "Select Text File"`
  21303.           set dirchoice `pathname $filechoice`
  21304.           set filechoice `basename $filechoice`
  21305.           failat 21
  21306.           cd $dirchoice
  21307.           MetaTool $filechoice TEXT
  21308.         else
  21309.           if $choice EQ "5"
  21310.             assign MainActor: ""
  21311.             WBRun MainActor
  21312.           endif
  21313.         endif
  21314.       endif
  21315.     endif
  21316.   endif
  21317.   skip start BACK
  21318. endif
  21319. .stored-in
  21320. FreshFish-Vol10:Useful/gfx/edit/MainActor/
  21321. .pi-file
  21322. FreshFish-Vol10:Useful/gfx/edit/MainActor/Product-Info
  21323. .name
  21324. make
  21325. .fullname
  21326. GNU make
  21327. .type
  21328. Programmer Tool
  21329. .short
  21330. POSIX compatible 'make' program
  21331. .description
  21332. The "make" utility automatically determines which pieces of a large
  21333. program need to be recompiled, and issues commands to recompile them.
  21334. GNU "make" conforms to section 6.2 of "IEEE Standard 1003.2-1992"
  21335. (POSIX.2).
  21336. .version
  21337. 3.74
  21338. .author
  21339. Richard Stallman
  21340. Roland McGrath
  21341. .restrictions
  21342. Amiga binary requires ixemul.library.
  21343. .distribution
  21344. GNU Public License
  21345. .described-by
  21346. Fred Fish (fnf@amigalib.com)
  21347. .aminet-dir
  21348. gnu/src
  21349. .stored-in
  21350. FreshFish-Vol10:GNU-src/amiga/make-3.74-src.lha
  21351. .pi-file
  21352. FreshFish-Vol10:GNU-src/amiga/make-3.74-src.lha.pi
  21353. .name
  21354. make
  21355. .fullname
  21356. GNU make
  21357. .type
  21358. Programmer Tool
  21359. .short
  21360. POSIX compatible 'make' program
  21361. .description
  21362. The "make" utility automatically determines which pieces of a large
  21363. program need to be recompiled, and issues commands to recompile them.
  21364. GNU "make" conforms to section 6.2 of "IEEE Standard 1003.2-1992"
  21365. (POSIX.2).
  21366. .version
  21367. 3.74
  21368. .author
  21369. Richard Stallman
  21370. Roland McGrath
  21371. .restrictions
  21372. Amiga binary requires ixemul.library.
  21373. .distribution
  21374. GNU Public License
  21375. .described-by
  21376. Fred Fish (fnf@amigalib.com)
  21377. .aminet-dir
  21378. gnu/base
  21379. .stored-in
  21380. FreshFish-Vol10:GNU-src/baseline/make-3.74.tar.gz
  21381. .pi-file
  21382. FreshFish-Vol10:GNU-src/baseline/make-3.74.tar.gz.pi
  21383. .name
  21384. ManageCDPics
  21385. .type
  21386. Workbench Tool
  21387. .short
  21388. A program to manage all your pictures
  21389. .description
  21390. A GUI-Based cataloger that allows you to create "picture-databases"
  21391. and easily view the pictures.
  21392. .version
  21393. 1.303
  21394. .date
  21395. 1995.06.01
  21396. .author
  21397. Markus Hillenbrand
  21398. .reference
  21399. FreshFish-Vol9-2:BBS/disk/ManageCDPics-1.2.lha
  21400. 1.2
  21401. FreshFish-Vol8-2:BBS/disk/ManageCDPics-1.2.lha
  21402. 1.2
  21403. FreshFish-Vol8-1/New/disk/cdrom/ManageCDPics/
  21404. 1.2
  21405. AmigaLibDisks:d10xx/d1032/Programs/ManageCDPics/
  21406. 1.2
  21407. GoldFish-Vol2-2:BBS/disk/ManageCDPics-1.0.lha
  21408. 1.0
  21409. GoldFish-Vol2-1:Files/disk/cdrom/ManageCDPics/
  21410. 1.0
  21411. FreshFish-Vol6:New/disk/cdrom/ManageCDPics/
  21412. 1.0
  21413. FreshFish-Vol6:BBS/disk/ManageCDPics-1.0.lha
  21414. 1.0
  21415. .distribution
  21416. Copyrighted but Freely Redistributable
  21417. .address
  21418. Hauptstrasse 6
  21419. 36124 Eichenzell-Löschenrod
  21420. GERMANY
  21421. .email
  21422. m_hillen@informatik.uni-kl.de
  21423. .docs
  21424. ManageCDPics.doc
  21425. ManageCDPics.guide
  21426. .described-by
  21427. Dan Fish (daf@daffy.amigalib.com)
  21428. .submittal
  21429. Submitted electronically directly by the author.
  21430. .execute
  21431. LAB Start
  21432. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
  21433. if $choice GT "0"
  21434.   if $choice EQ "1"
  21435.     MetaTool ManageCDPics.doc TEXT
  21436.   else
  21437.     if $choice EQ "2"
  21438.       MetaTool ManageCDPics.guide GUIDE
  21439.     else
  21440.       if $choice EQ "3"
  21441.         ManageCDPics
  21442.       endif
  21443.     endif
  21444.   endif
  21445.   skip Start BACK
  21446. endif
  21447. .aminet-dir
  21448. disk/cdrom
  21449. .stored-in
  21450. FreshFish-Vol10:New/disk/cdrom/ManageCDPics/
  21451. .pi-file
  21452. FreshFish-Vol10:New/disk/cdrom/ManageCDPics/Product-Info
  21453. .name
  21454. MangaJin
  21455. .type
  21456. Picture
  21457. .short
  21458. Japanese Manga and Anime characters
  21459. .description
  21460. MangaJin! (named after my favourite source of japanese pop culture magazine) is
  21461. a collection of the most popular manga/anime characters ... ther all 16 colours
  21462. so u could use them on ur ECS or (preferably) AGA machines ... something 2
  21463. remember is that they were all hand drawn by a guy called Street Shamen of the
  21464. IBB ... these pics should help u make ur workbench manga!
  21465.  
  21466. if u like the stuff and use it .. hint .. i like mail ..
  21467. so send me a postcard ..
  21468.  
  21469. Mikhali Mifsud
  21470. 27 Bassett str
  21471. Hurstville,2220
  21472. Australia...
  21473.  
  21474. Ja
  21475.  
  21476.   ///\  IAmKaneda
  21477.   c-00  On parole from the Uni Of Wollongong Penitentiary
  21478.   \  >  After Serving a 4 year BA sentence
  21479.   |\_-  Kaneda@dialx.sydney.com.au (?)
  21480.   \ /
  21481.    .
  21482. .author
  21483. Mikhali Mifsud
  21484. .distribution
  21485. Copyrighted but Freely Redistributable
  21486. .address
  21487. 27 Bassett str
  21488. Hurstville,2220
  21489. Australia
  21490. .email
  21491. Kaneda@dialx.sydney.com.au
  21492. .aminet-dir
  21493. pix/misc
  21494. .execute
  21495. set filechoice `requestfile "Select picture to view" PATTERN="~(#?.info)" DRAWER="MangaAnime/"
  21496. METATOOL $filechoice ILBM
  21497. .docs
  21498. MangaJin.readme
  21499. .described-by
  21500. Richard Fish (rjf@amigalib.com)
  21501. .submittal
  21502. Downloaded via ftp from wuarchive.wustl.edu.
  21503. .stored-in
  21504. FreshFish-Vol10:New/pix/misc/MangaJin/
  21505. .pi-file
  21506. FreshFish-Vol10:New/pix/misc/MangaJin/Product-Info
  21507. .name
  21508. MantisFly
  21509. .type
  21510. Picture
  21511. .short
  21512. Raytraced crossbreed of dragonfly/mantis
  21513. .description
  21514. This picture was modelled and rendered with Real3D3, and then
  21515. touched up with ImageFX2.
  21516. .author
  21517. Mikael Tilly
  21518. .distribution
  21519. Copyrighted but Freely Redistributable
  21520. .email
  21521. tilly@academy.bastad.se
  21522. .aminet-dir
  21523. pix/trace
  21524. .execute
  21525. METATOOL MantisFly.jpg JPEG
  21526. .docs
  21527. MantisFly.readme
  21528. .described-by
  21529. Richard Fish (rjf@amigalib.com)
  21530. .submittal
  21531. Downloaded via ftp from wuarchive.wustl.edu.
  21532. .stored-in
  21533. FreshFish-Vol10:New/pix/trace/MantisFly/
  21534. .pi-file
  21535. FreshFish-Vol10:New/pix/trace/MantisFly/Product-Info
  21536. .name
  21537. Man_dt
  21538. .type
  21539. Datatype
  21540. .short
  21541. Datatype for Unix man pages
  21542. .description
  21543. This is a unix manual page data type for using in MultiView or similar
  21544. programs! The datatype loads any manual page file and displays it!
  21545. .version
  21546. 39.4
  21547. .date
  21548. 1994.12.28
  21549. .author
  21550. Stefan Ruppert
  21551. .requirements
  21552. Requires OS3.0+
  21553. .distribution
  21554. Freeware
  21555. .address
  21556. Windthorststraße 5
  21557. 65439 Flörsheim am Main
  21558. GERMANY
  21559. .source
  21560. Includes source in C and assembler
  21561. .docs
  21562. Readme
  21563. docs/man_dtc.doc
  21564. .described-by
  21565. Dan Fish (daf@starfish.amigalib.com)
  21566. .submittal
  21567. Downloaded via ftp from wuarchive.wustl.edu.
  21568. .execute
  21569. set orgdir `cd`
  21570. LAB start
  21571. failat 10
  21572. unset filechoice
  21573. unset dirchoice
  21574. cd $orgdir
  21575. set choice `RequestChoice "Man Page DataType" "Please select an option" "ReadMe" "Documentation" "Install" "Cancel"`
  21576. if $choice GT "0"
  21577.   if $choice EQ "1"
  21578.     MetaTool ReadMe TEXT
  21579.   else
  21580.     if $choice EQ "2"
  21581.       cd doc
  21582.       MetaTool man_dtc.doc TEXT
  21583.     else
  21584.       if $choice EQ "3"
  21585.         Installer SCRIPT Install APPNAME "Man DataType" NOPRETEND NOPRINT NOLOG DEFUSER expert MINUSER expert
  21586.       endif
  21587.     endif
  21588.   endif
  21589.   skip start BACK
  21590. endif
  21591. .aminet-dir
  21592. util/dtype
  21593. .stored-in
  21594. FreshFish-Vol10:Useful/util/dtype/Man_dt/
  21595. .pi-file
  21596. FreshFish-Vol10:Useful/util/dtype/Man_dt/Product-Info
  21597. .name
  21598. memory-hardware
  21599. .short
  21600. Reviews of memory products
  21601. .description
  21602. Reviews of memory products:
  21603.  
  21604.     RAM
  21605.     RAM boards
  21606. .described-by
  21607. fnf@amigalib.com
  21608. .author
  21609. Various; maintained by Daniel Barrett
  21610. .aminet-dir
  21611. docs/rview
  21612. .stored-in
  21613. FreshFish-Vol10:Useful/reviews/hardware/memory/
  21614. .pi-file
  21615. FreshFish-Vol10:Useful/reviews/hardware/memory/Product-Info
  21616. # This file contains product information that can be used by
  21617. # KingFisher 2.0 and other similar tools.
  21618.  
  21619. .name
  21620. MemoryX
  21621. .type
  21622. OS Utility
  21623. .short
  21624. View the contents of any memory address
  21625. .description
  21626. This little program shows you the contents of any memory address in
  21627. the system. It is useful for debugging etc (that's what I wrote it
  21628. for).
  21629.  
  21630. The program has a optional automatic refresh function that reads the
  21631. selected memory address (and 256 bytes forward) 50 times a second and
  21632. updates the display. The contents of the memory is shown in both HEX
  21633. and ASCII.
  21634. .version
  21635. v0.5ß
  21636. .date
  21637. 1994.11.07
  21638. .author
  21639. Per-Olof Yliniemi
  21640. .requirements
  21641. Requires OS2.0+
  21642. .distribution
  21643. Copyrighted but Freely Redistributable
  21644. .address
  21645. Muoniovaara
  21646. S-980 64 Muodoslompolo
  21647. SWEDEN
  21648. .docs
  21649. MemoryX.doc
  21650. .described-by
  21651. Dan Fish (daf@starfish.amigalib.com)
  21652. .submittal
  21653. Downloaded via ftp from wuarchive.wustl.edu.
  21654. .execute
  21655. LAB Start
  21656. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
  21657. if $choice GT "0"
  21658.   if $choice EQ "1"
  21659.     MetaTool MemoryX.doc TEXT
  21660.   else
  21661.     if $choice EQ "2"
  21662.       MemoryX
  21663.     endif
  21664.   endif
  21665.   skip Start BACK
  21666. endif
  21667. .aminet-dir
  21668. dev/misc
  21669. .stored-in
  21670. FreshFish-Vol10:New/dev/misc/MemoryX/
  21671. .pi-file
  21672. FreshFish-Vol10:New/dev/misc/MemoryX/Product-Info
  21673. .name
  21674. Memory_Monitory
  21675. .type
  21676. OS Utility
  21677. .short
  21678. Monitors the amount of memory in use.
  21679. .description
  21680. Memory Monitor as the name suggests monitors then amount of
  21681. memory that is currently being used. The program Multi-tasks
  21682. so you can do other things while memory monitor is running.
  21683. .version
  21684. 1.03
  21685. .author
  21686. DCAT
  21687. .distribution
  21688. Copyrighted but Freely Redistributable
  21689. .docs
  21690. Memory_Monitor.DOC
  21691. .described-by
  21692. Richard Fish (rjf@amigalib.com)
  21693. .submittal
  21694. Submitted on disk directly by the author.
  21695. .aminet-dir
  21696. util/misc
  21697. .execute
  21698. LAB Start
  21699. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
  21700. if $choice GT "0"
  21701.   if $choice EQ "1"
  21702.     MetaTool Memory_Monitor.DOC TEXT
  21703.   else
  21704.     if $choice EQ "2"
  21705.       MemMon
  21706.     endif
  21707.   endif
  21708.   skip Start BACK
  21709. endif
  21710. .stored-in
  21711. FreshFish-Vol10:New/util/misc/Memory_Monitor/
  21712. .pi-file
  21713. FreshFish-Vol10:New/util/misc/Memory_Monitor/Product-Info
  21714. .name
  21715. mg
  21716. .type
  21717. Text Editing
  21718. .short
  21719. Small GNU EMACS style editor with AREXX
  21720. .description
  21721. A public domain EMACS style editor, that uses the GNU EMACS command
  21722. set.  Includes AREXX support.
  21723. .version
  21724. 3b
  21725. .date
  21726. .author
  21727. Mike Meyer, et al.
  21728. .restrictions
  21729. .requirements
  21730. .reference
  21731. AmigaLibDisk352:MG/
  21732. 3b
  21733. AmigaLibDisk147:
  21734. 2b
  21735. .keywords
  21736. .distribution
  21737. Public Domain
  21738. .price
  21739. .address
  21740. .email
  21741. .phone
  21742. .fax
  21743. .exectype
  21744. .installsize
  21745. .source
  21746. .construction
  21747. .tested
  21748. .docs
  21749. README.mg3beta4
  21750. README.fnf
  21751. docs/README
  21752. .described-by
  21753. Fred Fish (fnf@fishpond.cygnus.com)
  21754. .submittal
  21755. .execute
  21756. set orgdir `cd`
  21757. LAB start
  21758. failat 10
  21759. unset filechoice
  21760. unset dirchoice
  21761. cd $orgdir
  21762. set choice `RequestChoice "MG editor" "Please select an option" "Release Notes" "README" "Amiga Docs" "Cancel"`
  21763. if $choice GT "0"
  21764.   if $choice EQ "1"
  21765.     MetaTool README.mg3beta4 TEXT
  21766.   else
  21767.     cd docs
  21768.     if $choice EQ "2"
  21769.       MetaTool README TEXT
  21770.     else
  21771.       if $choice EQ "3"
  21772.         MetaTool Amiga TEXT
  21773.       endif
  21774.     endif
  21775.   endif
  21776.   skip start BACK
  21777. endif
  21778. .aminet-dir
  21779. util/edit
  21780. .stored-in
  21781. FreshFish-Vol10:Useful/util/edit/mg/
  21782. .pi-file
  21783. FreshFish-Vol10:Useful/util/edit/mg/Product-Info
  21784. .name
  21785. mkisofs
  21786. .fullname
  21787. mkisofs
  21788. .aminet-dir
  21789. disk/cdrom
  21790. .type
  21791. Disk Tool
  21792. .short
  21793. Simple ISO-9660 pre-mastering utility.
  21794. .description
  21795. A pre-mastering program to generate an ISO-9660 filesystem.  It takes
  21796. a snapshot of a given directory tree, and generates a binary image
  21797. which will correspond to an ISO-9660 filesystem when written to a
  21798. block device.
  21799.  
  21800. It is also capable of generating the System Use Sharing Protocol
  21801. records specified by the Rock Ridge Interchange Protocol.  This is
  21802. used to further describe the files in the ISO-9660 filesystem to a
  21803. unix host, and provides information such as longer filenames, uid/gid,
  21804. posix permissions, and block and character devices.
  21805.  
  21806. Each file written to the ISO-9660 filesystem must have a filename in
  21807. the 8.3 format (8 characters, period, 3 characters, all upper case),
  21808. even if Rock Ridge is in use.  This filename is used on systems that
  21809. are not able to make use of the Rock Ridge extensions (such as
  21810. MS-DOS), and each filename in each directory must be different from
  21811. the other filenames in the same directory.
  21812.  
  21813. mkisofs generally tries to form correct names by forcing the unix
  21814. filename to upper case and truncating as required, but often times
  21815. this yields unsatisfactory results when there are cases where the
  21816. truncated names are not all unique.  mkisofs assigns weightings to
  21817. each filename, and if two names that are otherwise the same are found
  21818. the name with the lower priority is renamed to have a 3 digit number
  21819. as an extension (where the number is guaranteed to be unique).  An
  21820. example of this would be the files foo.bar and foo.bar.~1~ - the file
  21821. foo.bar.~1~ would be written as FOO.000;1 and the file foo.bar would
  21822. be written as FOO.BAR;1.  "path" is the path of the directory tree to
  21823. be copied into the ISO-9660 filesystem.
  21824.  
  21825. (AmigaDOS Note: The AmigaDOS port relaxes the above restrictions to
  21826. produce ISO-9660 level 2 compatible ISO images)
  21827. .version
  21828. 1.00.7
  21829. .date
  21830. 1994.12.18
  21831. .author
  21832. Eric Youngdale
  21833. Frank Munkert
  21834. .distribution
  21835. GNU Public License
  21836. .email
  21837. ericy@gnu.ai.mit.edu
  21838. ln_fmu@pki-nbg.philips.de
  21839. .source
  21840. Includes full source in C.
  21841. .docs
  21842. mkisofs.guide
  21843. README-Amiga
  21844. .described-by
  21845. Fred Fish (fnf@amigalib.com)
  21846. .execute
  21847. LAB start
  21848. set choice `RequestChoice "mkisofs" "Please select an option" "Copyright" "History" "ReadMe" "View Guide" "Cancel"`
  21849. if $choice GT "0"
  21850.   if $choice EQ "1"
  21851.     MetaTool COPYING TEXT
  21852.   else
  21853.     if $choice EQ "2"
  21854.       MetaTool History.Amiga TEXT
  21855.     else
  21856.       if $choice EQ "3"
  21857.         MetaTool README-Amiga TEXT
  21858.       else
  21859.         if $choice EQ "4"
  21860.           MetaTool mkisofs.guide GUIDE
  21861.         endif
  21862.       endif
  21863.     endif
  21864.   endif
  21865.   skip start BACK
  21866. endif
  21867. .stored-in
  21868. FreshFish-Vol10:Useful/disk/cdrom/mkisofs/
  21869. .pi-file
  21870. FreshFish-Vol10:Useful/disk/cdrom/mkisofs/Product-Info
  21871. .name
  21872. modems-hardware
  21873. .short
  21874. Reviews of modems.
  21875. .description
  21876. Reviews of modems.
  21877. .described-by
  21878. fnf@amigalib.com
  21879. .author
  21880. Various; maintained by Daniel Barrett
  21881. .aminet-dir
  21882. docs/rview
  21883. .stored-in
  21884. FreshFish-Vol10:Useful/reviews/hardware/modems/
  21885. .pi-file
  21886. FreshFish-Vol10:Useful/reviews/hardware/modems/Product-Info
  21887. .name
  21888. ModPack
  21889. .type
  21890. Compression
  21891. .short
  21892. Packs soudtracker-modules
  21893. .description
  21894. This little assembler-program packs soudtracker-modules together with a
  21895. file containing additional information into an LHA-archive.
  21896. .version
  21897. 1.4b
  21898. .date
  21899. 1994.09.14
  21900. .author
  21901. Mike Coenen
  21902. .requirements
  21903. OS2.04
  21904. LHa
  21905. .distribution
  21906. Freeware
  21907. .address
  21908. Kleestr. 10
  21909. D-31655 Stadthagen
  21910. Germany
  21911. .docs
  21912. ModPack.changes
  21913. ModPack.doc
  21914. .described-by
  21915. Richard Fish (rjf@amigalib.com)
  21916. .submittal
  21917. Submitted on disk directly by the author.
  21918. .aminet-dir
  21919. util/arc
  21920. .execute
  21921. LAB Start
  21922. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
  21923. if $choice GT "0"
  21924.   if $choice EQ "1"
  21925.     MetaTool ModPack.doc TEXT
  21926.   else
  21927.     if $choice EQ "2"
  21928.       ModPack
  21929.     endif
  21930.   endif
  21931.   skip Start BACK
  21932. endif
  21933. .stored-in
  21934. FreshFish-Vol10:New/util/arc/ModPack/
  21935. .pi-file
  21936. FreshFish-Vol10:New/util/arc/ModPack/Product-Info
  21937. .name
  21938. monitors-hardware
  21939. .short
  21940. Reviews of computer monitors.
  21941. .description
  21942. Reviews of computer monitors.
  21943. .described-by
  21944. fnf@amigalib.com
  21945. .author
  21946. Various; maintained by Daniel Barrett
  21947. .aminet-dir
  21948. docs/rview
  21949. .stored-in
  21950. FreshFish-Vol10:Useful/reviews/hardware/monitors/
  21951. .pi-file
  21952. FreshFish-Vol10:Useful/reviews/hardware/monitors/Product-Info
  21953. # This file contains product information that can be used by
  21954. # KingFisher 2.0 and other similar tools.
  21955.  
  21956. .name
  21957. MousoMeter
  21958. .type
  21959. Mouse Commodity
  21960. .short
  21961. Measures mouse movement
  21962. .description
  21963. MousoMeter is a cute little commodity that measures the distance (km)
  21964. you "drive" with your Mouse.  Counters for daily and total usage.  Using
  21965. the time MousoMeter has been active, it can also calculate your average
  21966. "mouse-speed" in meters/hr. (However, don't let your boss see this!)
  21967. MousoMeter also records the number of "Mouse-Clicks".  With a
  21968. sophisticated program like MousoMeter, it should be easy to get
  21969. a government grant to scientifically study Carpal-Tunnel!!
  21970. .version
  21971. 3.13
  21972. .date
  21973. 1995.04.20
  21974. .author
  21975. Wolfgang Breyha, Michael Matzl
  21976. .reference
  21977. FreshFish-Vol7:BBS/util/MUIMousoMeter-3.12.lha
  21978. 3.12
  21979. FreshFish-Vol7:New/util/cdity/MUIMousoMeter/
  21980. 3.12
  21981. FreshFish-Vol8-2:BBS/util/MUIMousoMeter-3.12.lha
  21982. 3.12
  21983. FreshFish-Vol9-2:BBS/util/MUIMousoMeter-3.12.lha
  21984. 3.12
  21985. GoldFish-Vol2-1:Files/util/cdity/MUIMousoMeter/
  21986. 3.12
  21987. GoldFish-Vol2-2:BBS/util/MUIMousoMeter-3.12.lha
  21988. 3.12
  21989. .requirements
  21990. Requires OS2.04+, MUI 2.2+
  21991. .distribution
  21992. Copyrighted but Freely Redistributable
  21993. .address
  21994. Wolfgang Breyha
  21995. 1130 WIEN
  21996. Österreich
  21997.  
  21998. Michael Matzl
  21999. Maurer-Langegasse 57/1/4
  22000. 1238 WIEN
  22001. Österreich
  22002. .email
  22003. h8706496@obelix.wu-wien.ac.at
  22004. .docs
  22005. ReadMe.mui
  22006. docs/english/MousoMeter.doc
  22007. docs/english/MousoMeter.guide
  22008. docs/deutsch/MousoMeter.doc
  22009. docs/deutsch/MousoMeter.guide
  22010. .described-by
  22011. Dan Fish (daf@starfish.amigalib.com)
  22012. .submittal
  22013. Downloaded via ftp from wuarchive.wustl.edu.
  22014. .execute
  22015. LAB Start
  22016. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
  22017. if $choice GT "0"
  22018.   if $choice EQ "1"
  22019.     set choice2 `RequestChoice "Options Selection" "Please select a Language" "English" "Deutsch" "Cancel"`
  22020.     if $choice2 GT "0"
  22021.       if $choice2 EQ "1"
  22022.         MetaTool docs/english/MousoMeter.doc TEXT
  22023.       else
  22024.         if $choice2 EQ "2"
  22025.           MetaTool docs/deutsch/MousoMeter.doc TEXT
  22026.         endif
  22027.       endif
  22028.     endif
  22029.   else
  22030.     if $choice EQ "2"
  22031.       set choice2 `RequestChoice "Options Selection" "Please select a Language" "English" "Deutsch" "Cancel"`
  22032.       if $choice2 GT "0"
  22033.         if $choice2 EQ "1"
  22034.           MetaTool docs/english/MousoMeter.guide GUIDE
  22035.         else
  22036.           if $choice2 EQ "2"
  22037.             MetaTool docs/deutsch/MousoMeter.guide GUIDE
  22038.           endif
  22039.         endif
  22040.       endif
  22041.     else
  22042.       if $choice EQ "3"
  22043.         MousoMeter000
  22044.       endif
  22045.     endif
  22046.   endif
  22047.   skip Start BACK
  22048. endif
  22049. .aminet-dir
  22050. util/cdity
  22051. .stored-in
  22052. FreshFish-Vol10:New/util/cdity/MUIMousoMeter/
  22053. .pi-file
  22054. FreshFish-Vol10:New/util/cdity/MUIMousoMeter/Product-Info
  22055. .name
  22056. MuchMore
  22057. .type
  22058. Text Viewer
  22059. .short
  22060. Soft scroll text viewer with xpk-support
  22061. .description
  22062. A soft scrolling text viewer.  Can run in a window on a public screen
  22063. or on his own screen.  Display mode can be choosen with ASL screen
  22064. mode requester.  Supports ANSI, pipes, xpk, locale. Includes 7
  22065. catalogs.
  22066. .version
  22067. 4.6
  22068. .date
  22069. 1995.03.11
  22070. .author
  22071. Fridtjof Siebert
  22072. Christian Stiens
  22073. .requirements
  22074. AmigaOS 2.0
  22075. .reference
  22076. FreshFish-Vol5:New/text/show/
  22077. 4.4
  22078. AmigaLibDisk962:MuchMore/
  22079. 4.2
  22080. AmigaLibDisk935:MuchMore/
  22081. 3.6
  22082. AmigaLibDisk895:MuchMore/
  22083. 3.3
  22084. AmigaLibDisk560:MuchMore/
  22085. 3.0
  22086. AmigaLibDisk378:MuchMore/
  22087. 2.7
  22088. AmigaLibDisk253:MuchMore/
  22089. 2.5
  22090. AmigaLibDisk234:MuchMore/
  22091. 1.8
  22092. .distribution
  22093. Freeware
  22094. .address
  22095. Nobileweg 67
  22096. D-70439 Stuttgart
  22097. Germany
  22098. .email
  22099. fridi@amokst.adsp.sub.org
  22100. .source
  22101. Oberon source included.
  22102. .construction
  22103. Oberon
  22104. .docs
  22105. MuchMore.doc
  22106. MuchMore.dok
  22107. .exectype
  22108. 68000
  22109. .described-by
  22110. Dan Fish (daf@daffy.amigalib.com)
  22111. .submittal
  22112. Downloaded from aminet (wuarchive.wustl.edu).
  22113. .execute
  22114. set orgdir `cd`
  22115. LAB start
  22116. failat 10
  22117. unset filechoice
  22118. unset dirchoice
  22119. cd $orgdir
  22120. set choice `RequestChoice "MuchMore" "Please select an option" "English Doc" "German Doc" "Install" "Cancel"`
  22121. if $choice GT "0"
  22122.   if $choice EQ "1"
  22123.     MetaTool Muchmore.doc TEXT
  22124.   else
  22125.     if $choice EQ "2"
  22126.       MetaTool Muchmore.dok TEXT
  22127.     else
  22128.       if $choice EQ "3"
  22129.         Installer SCRIPT Install_Muchmore APPNAME Muchmore
  22130.       endif
  22131.     endif
  22132.   endif
  22133.   skip start BACK
  22134. endif
  22135. .aminet-dir
  22136. text/show
  22137. .stored-in
  22138. FreshFish-Vol10:Useful/text/show/MuchMore/
  22139. .pi-file
  22140. FreshFish-Vol10:Useful/text/show/MuchMore/Product-Info
  22141. .name
  22142. MUI
  22143. .fullname
  22144. MagicUserInterface
  22145. .aminet-dir
  22146. dev/gui
  22147. .type
  22148. Library
  22149. .short
  22150. Create and maintain user interfaces.
  22151. .description
  22152. MUI is an object oriented system to create and maintain graphical user
  22153. interfaces. From a programmers point of view, using MUI saves a lot of
  22154. time and makes life much easier. Thinking about complicated terms like
  22155. window resizing or font sensitivity is simply not neccesary.\n
  22156. On the other hand, users of MUI based applications have the ability to
  22157. customize nearly every pixel of a programs interface according to their
  22158. personal taste.\n
  22159. This distribution is interesting for both, users and programmers. Please
  22160. have a look at the supplied demo programs and at the documentation to
  22161. see what MUI has to offer.\n
  22162. MUI is an SASG (Standardized Amiga Shareware Group) product.
  22163. .version
  22164. 2.3
  22165. .date
  22166. 1994.12.24
  22167. .author
  22168. Stefan Stuntz
  22169. .reference
  22170. GoldFish-Vol2-1/Files/dev/gui/MUI/
  22171. 2.2
  22172. FreshFish-Vol7:Useful/dist/dev/gui/MUI/
  22173. 2.2
  22174. FreshFish-Jul94:BBS/dev/MUI-2.1.lha
  22175. 2.1
  22176. FreshFish-Jul94:New/dev/gui/MUI/
  22177. 2.1
  22178. FreshFish-Jul94:Useful/dist/dev/gui/MUI/
  22179. 2.1
  22180. GoldFish2-Apr94:d9xx/d968/MUI_dev/
  22181. 2.0
  22182. GoldFish2-Apr94:d9xx/d967/MUI_usr/
  22183. 2.0
  22184. GoldFish1-Apr94:BBS/d9xx/d968/MUI_dev.lha
  22185. 2.0
  22186. GoldFish1-Apr94:BBS/d9xx/d967/MUI_usr.lha
  22187. 2.0
  22188. FrozenFish-Apr94:BBS/Useful/dev/gui/MUI.lha
  22189. 2.0
  22190. FrozenFish-Apr94:BBS/Mar94/dev/gui/MUI.lha
  22191. 2.0
  22192. FrozenFish-Apr94:BBS/ALib/d9xx/d968/MUI_dev.lha
  22193. 2.0
  22194. FrozenFish-Apr94:BBS/ALib/d9xx/d967/MUI_usr.lha
  22195. 2.0
  22196. FreshFish-May94:Useful/dist/dev/gui/MUI/
  22197. 2.0
  22198. FreshFish-May94:BBS/Mar94/dev/gui/MUI.lha
  22199. 2.0
  22200. FreshFish-Mar94:Useful/dist/dev/gui/MUI/
  22201. 2.0
  22202. FreshFish-Mar94:New/dev/gui/MUI/
  22203. 2.0
  22204. AmigaLibDisk968:MUI_dev/
  22205. 2.0
  22206. AmigaLibDisk967:MUI_usr/
  22207. 2.0
  22208. FrozenFish-Apr94:BBS/Oct93/Develop/MUI.lha
  22209. 1.3
  22210. FreshFish-Mar94:Old/Oct93/Develop/MUI/
  22211. 1.3
  22212. FreshFish-Dec93:Old/Develop/MUI/
  22213. 1.3
  22214. FreshFish-Oct93:New/Develop/MUI/
  22215. 1.3
  22216. .restrictions
  22217. The freely distributable version cannot save some fancy preferences options
  22218. such as custom imagery or fonts. However, all MUI applications will work
  22219. perfectly even without registration.
  22220. .requirements
  22221. Requires WB2.0 (V37). Localization works only with WB2.1 (V38) and above.
  22222. Takes advantage of new WB3.x features. Harddisk with at least 2 MB free space
  22223. recommended.
  22224. .distribution
  22225. Shareware
  22226. .price
  22227. $20(US), DM30.
  22228. .address
  22229. Stefan Stuntz
  22230. Eduard-Spranger-Straße 7
  22231. 80935 München
  22232. Germany/Europe
  22233. .email
  22234. stuntz@informatik.tu-muenchen.de
  22235. .exectype
  22236. 68000
  22237. .installsize
  22238. 300K - 3M
  22239. Lots of doc files, images and developer stuff is included.
  22240. .source
  22241. Several example source codes in C, Modula, Oberon and Assembler
  22242. are included.
  22243. .construction
  22244. SAS/C 6.51, Assembler
  22245. .tested
  22246. Tested on lots of different hardware platforms with all available
  22247. versions of the operating system from V37 to V40. Found to be free
  22248. of Enforcer and Mungwall hits. Runs perfectly on all graphic cards
  22249. with Workbench emulation.
  22250. .docs
  22251. Docs/Deutsch/MUI.guide
  22252. Docs/Deutsch/MUI.dvi
  22253. Docs/English/MUI.guide
  22254. Docs/English/MUI.dvi
  22255. .described-by
  22256. Stefan Stuntz (stuntz@informatik.tu-muenchen.de)
  22257. .submittal
  22258. Submitted directly by the author.
  22259. .execute
  22260. set orgdir `cd`
  22261. LAB start
  22262. failat 10
  22263. unset filechoice
  22264. unset dirchoice
  22265. cd $orgdir
  22266. set choice `RequestChoice "MUI" "Please select an option" "ReadMe" "View Guides" "View Files" "Install" "Cancel"`
  22267. if $choice GT "0"
  22268.   if $choice EQ "1"
  22269.     MetaTool ReadMe TEXT
  22270.   else
  22271.     if $choice EQ "2"
  22272.       set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
  22273.       set dirchoice `pathname $filechoice`
  22274.       set filechoice `basename $filechoice`
  22275.       failat 21
  22276.       cd $dirchoice
  22277.       MetaTool $filechoice GUIDE
  22278.     else
  22279.       if $choice EQ "3"
  22280.         set filechoice `RequestFile TITLE "Select Text File"`
  22281.         set dirchoice `pathname $filechoice`
  22282.         set filechoice `basename $filechoice`
  22283.         failat 21
  22284.         cd $dirchoice
  22285.         MetaTool $filechoice TEXT
  22286.       else
  22287.         if $choice EQ "4"
  22288.           Installer MUI-Install APPNAME "Magic User Interface" MINUSER AVERAGE DEFUSER AVERAGE NOPRETEND
  22289.         endif
  22290.       endif
  22291.     endif
  22292.   endif
  22293.   skip start BACK
  22294. endif
  22295. .stored-in
  22296. FreshFish-Vol10:Useful/dev/gui/MUI/
  22297. .pi-file
  22298. FreshFish-Vol10:Useful/dev/gui/MUI/Product-Info
  22299. .name
  22300. MULTI-PRED
  22301. .type
  22302. Game Software
  22303. .short
  22304. A powerful prediction tool for Lotto.
  22305. .description
  22306. MULTI-PRED is a powerful prediction tool for Lotto, Pools & Digit (eg 4d)
  22307. systems available worldwide. You can therefore play your local system or
  22308. any of the international ones such as Lotto in America, Canada, Germany,
  22309. Australia, etc. The program uses an identical framework for all 3 systems
  22310. but they are run completely independently so that any number of them can
  22311. be used simultaneously. All records, updates, number predictions, bets
  22312. and results are stored separately and can be sent to the printer at any
  22313. time.
  22314. .author
  22315. JOE TAYLOR
  22316. .restrictions
  22317. Lotto is completely functional but is limited to 20 bets (too small
  22318. for high odds games).  Pools, and Digit have been by-passed.
  22319. .distribution
  22320. Copyrighted but Freely Redistributable
  22321. .price
  22322. $20 (US)
  22323. .address
  22324. Rm18, 19/1 Soi Samanchan
  22325. Sukhumvit 42
  22326. Bangkok  10110
  22327. Thailand
  22328. .docs
  22329. _manual_
  22330. manual/auto_help
  22331. manual/bets_help
  22332. manual/data_help
  22333. manual/game_help
  22334. manual/graph_help
  22335. manual/group_agreement
  22336. manual/group_help
  22337. manual/group_rules
  22338. manual/main_help
  22339. manual/manual_text
  22340. manual/pred_help
  22341. manual/result_help
  22342. manual/pred_help
  22343. manual/result_help
  22344. manual/template_help
  22345. .described-by
  22346. Richard Fish (rjf@amigalib.com)
  22347. .submittal
  22348. Submitted on disk directly by the author.
  22349. .aminet-dir
  22350. biz/demo
  22351. .execute
  22352. LAB Start
  22353. set choice `RequestChoice "Options Selection" "Please select an option" "View ReadMe" "Run Program" "Cancel"`
  22354. if $choice GT "0"
  22355.   if $choice EQ "1"
  22356.     wbrun _manual_
  22357.   else
  22358.     if $choice EQ "2"
  22359.       multi-pred
  22360.     endif
  22361.   endif
  22362.   skip Start BACK
  22363. endif
  22364. .stored-in
  22365. FreshFish-Vol10:New/biz/demo/multi-pred/
  22366. .pi-file
  22367. FreshFish-Vol10:New/biz/demo/multi-pred/Product-Info
  22368. # This file contains product information that can be used by
  22369. # KingFisher 2.0 and other similar tools.
  22370.  
  22371. .name
  22372. MultiCX
  22373. .type
  22374. Multifunction Commodity
  22375. .short
  22376. Powerfully small Multifunction commodity
  22377. .description
  22378.  
  22379. MultiCX  is the smallest Multi-Function-Commodity for the Amiga, thought
  22380. as  a  replacement  for  many  larger  and  sometimes  badly  programmed
  22381. programs.  It is a 100% pure commodity, which means that it does not use
  22382. interrupts and no special input handlers. Some Patches (SetFunction) are
  22383. installed in a very clean  way, so that they do not interfere with other
  22384. programs which use the same vectors.
  22385.  
  22386. As a result MultiCX can safely be disabled or removed at any time.
  22387. Features:
  22388.  
  22389. - Notification
  22390. - Screen Blanker
  22391. - Moire Blanker
  22392. - Mouse Accelerator
  22393. - Mouse Blanker
  22394. - Screen Cycle
  22395. - Mouse Shift
  22396. - Window Cycle
  22397. - SUN-alike Window Activation
  22398. - HoldX and HoldY
  22399. - Enter ASCII
  22400. - Map Umlauts
  22401. - CapShift
  22402. - NoCapsLock
  22403. - Window Close/Zoom
  22404. - Window Remember
  22405. - CenterScreen
  22406. - HotFlush
  22407. - PopCLI
  22408. - FrontPubScreen
  22409. - System Flags
  22410. - Trackdisk Parameters
  22411. - Public Screen Flags
  22412. - Internal and External Preferences
  22413. - Advanced EditHook
  22414. - SetFunction Patches
  22415. - AssignWedge
  22416. - ForceNewLook
  22417. - WBExtender
  22418. - TagScreens
  22419.  
  22420. Also includes HandleCX, a CLI replacement for Exchange
  22421. .version
  22422. 2.0ß
  22423. .date
  22424. 1995.07.10
  22425. .author
  22426. Martin Berndt
  22427. .reference
  22428. FreshFish-Vol9-2:BBS/util/MultiCX-1.46.lha
  22429. 1.46
  22430. FreshFish-Vol8-2:BBS/util/MultiCX-1.46.lha
  22431. 1.46
  22432. FreshFish-Vol8-1:New/util/cdity/MultiCX/
  22433. 1.46
  22434. .distribution
  22435. Shareware
  22436. .price
  22437. $15 (US)
  22438. .address
  22439. Fr.-Alfred-Str. 115
  22440. 47226 Duisburg
  22441. Germany
  22442. .email
  22443. m_berndt@wanderer.dssd.sub.org
  22444. m_berndt@wanderer.gun.de
  22445. .docs
  22446. MultiCX.doc
  22447. HandleCX.doc
  22448. .described-by
  22449. Dan Fish (daf@starfish.amigalib.com)
  22450. .submittal
  22451. Downloaded via ftp from wuarchive.wustl.edu.
  22452. .execute
  22453. LAB Start
  22454. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
  22455. if $choice GT "0"
  22456.   if $choice EQ "1"
  22457.     MetaTool MultiCX.doc TEXT
  22458.   else
  22459.     if $choice EQ "2"
  22460.       wbrun MultiCX
  22461.     endif
  22462.   endif
  22463.   skip Start BACK
  22464. endif
  22465. .aminet-dir
  22466. util/cdity
  22467. .stored-in
  22468. FreshFish-Vol10:New/util/cdity/MultiCX/
  22469. .pi-file
  22470. FreshFish-Vol10:New/util/cdity/MultiCX/Product-Info
  22471. .name
  22472. multimedia-software
  22473. .short
  22474. Reviews of multimedia software.
  22475. .description
  22476. Reviews of multimedia software.
  22477. .described-by
  22478. fnf@amigalib.com
  22479. .author
  22480. Various; maintained by Daniel Barrett
  22481. .aminet-dir
  22482. docs/rview
  22483. .stored-in
  22484. FreshFish-Vol10:Useful/reviews/software/multimedia/
  22485. .pi-file
  22486. FreshFish-Vol10:Useful/reviews/software/multimedia/Product-Info
  22487. .name
  22488. MultiPlayer
  22489. .aminet-dir
  22490. mus/play
  22491. .short
  22492. Multitasking player for music modules
  22493. .description
  22494. General-purpose multitasking player for music modules.  Supports over
  22495. 20 Popular module formats such as Protracker and MED.
  22496.  
  22497. Provides volume, balance, and speed controls (with NTSC/PAL speed
  22498. presets), both master and per-module.
  22499.  
  22500. Allows you to build module "programs" which are played in random
  22501. order, in sequence, or only when you select them.  Allows you to load
  22502. and save these programs and use them like normal modules.
  22503.  
  22504. Allows module selection through two Workbench 2.0 AppWindows and
  22505. AppIcons.
  22506.  
  22507. Supports 2.0 commodities exchange so it can stay resident without any
  22508. windows, and you can pop it up with a hot key.
  22509.  
  22510. Provides four optional, individiually selectable "flashy" windows: a
  22511. standard note/volume spectrogram, a stereo waveform scope, a
  22512. four-channel scope, and a miniature scrolling note display (looks like
  22513. a tracker program, but you can't read the notes).
  22514.  
  22515. Auto-detaches from the CLI and uses a custom overlay system for
  22516. minimal memory usage.
  22517.  
  22518. Includes an ARexx port similar to that of RxTracker.
  22519.  
  22520. Compatible with any Amiga model, any processor, multitasks well, no
  22521. special memory requirements.
  22522. .version
  22523. 1.32
  22524. .author
  22525. .described-by
  22526. Fred Fish (fnf@amigalib.com)
  22527. .submittal
  22528. Copied from dacapo CD
  22529. .distribution
  22530. GNU General Public License
  22531. .source
  22532. Includes source.
  22533. .date
  22534. 1992.09.14
  22535. .execute
  22536. LAB start
  22537. set choice `RequestChoice "MultiPlayer" "Please select an option" "COPYRIGHT" "ReadMe" "Documentation" "Run" "Cancel"`
  22538. if $choice GT "0"
  22539.   if $choice EQ "1"
  22540.     MetaTool COPYING-2 TEXT
  22541.   else
  22542.     if $choice EQ "2"
  22543.       MetaTool MultiPlayer132.readme TEXT
  22544.     else
  22545.       if $choice EQ "3"
  22546.         MetaTool Player.doc TEXT
  22547.       else
  22548.         if $choice EQ "4"
  22549.           WBRun Player
  22550.         endif
  22551.       endif
  22552.     endif
  22553.   endif
  22554.   skip start BACK
  22555. endif
  22556. .stored-in
  22557. FreshFish-Vol10:Useful/mus/play/MultiPlayer/
  22558. .pi-file
  22559. FreshFish-Vol10:Useful/mus/play/MultiPlayer/Product-Info
  22560. .name
  22561. MungWall
  22562. .type
  22563. Programmer Tool
  22564. .short
  22565. Watches for illegal FreeMem's
  22566. .description
  22567. Munges memory and watches for illegal FreeMem's.  Especially useful in
  22568. combination with Enforcer.  The output can go to either the serial or
  22569. parallel port.  Includes a new MungList program that examines used
  22570. memory areas for MungWall tag info, and outputs a list of who owns the
  22571. various pieces of allocated memory, their sizes, etc.  Can even
  22572. identify the owner of the memory by task name.
  22573. .version
  22574. 37.64
  22575. .date
  22576. .author
  22577. Commodore Amiga; submitted by Carolyn Scheppner
  22578. .restrictions
  22579. .requirements
  22580. .reference
  22581. AmigaLibDisk800:MungWall/
  22582. 37.58
  22583. AmigaLibDisk707:MungWall/
  22584. 37.54
  22585. AmigaLibDisk699:MungWall/
  22586. 37.52
  22587. AmigaLibDisk659:MungWall/
  22588. 37.51
  22589. .keywords
  22590. .distribution
  22591. Copyrighted but Freely Redistributable
  22592. .price
  22593. .address
  22594. .email
  22595. .phone
  22596. .fax
  22597. .exectype
  22598. .installsize
  22599. .source
  22600. .construction
  22601. .tested
  22602. .docs
  22603. MungWall.doc
  22604. .described-by
  22605. Fred Fish (fnf@fishpond.cygnus.com)
  22606. .submittal
  22607. Submitted electronically directly by the author.
  22608. .execute
  22609. LAB start
  22610. set choice `RequestChoice "MungWall" "Please select an option" "View Documentation" "Cancel"`
  22611. if $choice GT "0"
  22612.   if $choice EQ "1"
  22613.     MetaTool MungWall.doc TEXT
  22614.   endif
  22615.   skip start BACK
  22616. endif
  22617. .aminet-dir
  22618. dev/debug
  22619. .stored-in
  22620. FreshFish-Vol10:Useful/dev/debug/MungWall/
  22621. .pi-file
  22622. FreshFish-Vol10:Useful/dev/debug/MungWall/Product-Info
  22623. .name
  22624. NDUK-V37
  22625. .type
  22626. Programmer Tool
  22627. .short
  22628. Partial CBM Native Developer Update Kit
  22629. .description
  22630. Portions of the Commodore Native Developer Update Kit that can be
  22631. licensed for separate distribution.  Includes the "fd" files,
  22632. libraries, startups, "C include" files, and tools.  Does not include
  22633. the autodocs.  This material copyright by Commodore-Amiga Inc, is
  22634. included under license from Commodore, and has restricted distribution
  22635. conditions.  It is allowed to make copies from the CD-ROM for personal
  22636. use but not for redistribution.  See the files included with the
  22637. distribution for further details.
  22638. .version
  22639. 37
  22640. .author
  22641. Commodore-Amiga Inc.
  22642. .reference
  22643. FreshFish-Dec93:Useful/dist/cbm/V37/
  22644. 37
  22645. FFMCD01:Useful/dist/cbm/V37/
  22646. 37
  22647. .distribution
  22648. Commercial
  22649. .docs
  22650. COPYRIGHT
  22651. .described-by
  22652. Fred Fish (fnf@amigalib.com)
  22653. .execute
  22654. LAB start
  22655. set choice `RequestChoice "NDUK V37" "Please select an option" "View COPYRIGHT" "View Other Files" "Cancel"`
  22656. if $choice GT "0"
  22657.   if $choice EQ "1"
  22658.     MetaTool COPYRIGHT TEXT
  22659.   else
  22660.     if $choice EQ "2"
  22661.       set filechoice `RequestFile TITLE "Select File"`
  22662.       set dirchoice `pathname $filechoice`
  22663.       set filechoice `basename $filechoice`
  22664.       failat 21
  22665.       cd $dirchoice
  22666.       MetaTool $filechoice TEXT
  22667.     endif
  22668.   endif
  22669.   skip start BACK
  22670. endif
  22671. .aminet-dir
  22672. cbm/nduk
  22673. .stored-in
  22674. FreshFish-Vol10:Useful/cbm/NDUK/NDUK-V37/
  22675. .pi-file
  22676. FreshFish-Vol10:Useful/cbm/NDUK/NDUK-V37/Product-Info
  22677. .name
  22678. NDUK-V39
  22679. .type
  22680. Programmer Tool
  22681. .short
  22682. Partial CBM Native Developer Update Kit
  22683. .description
  22684. Portions of the Commodore Native Developer Update Kit that can be
  22685. licensed for separate distribution.  Includes the "fd" files,
  22686. libraries, startups, "C include" files, and tools.  Does not include
  22687. the autodocs.  This material copyright by Commodore-Amiga Inc, is
  22688. included under license from Commodore, and has restricted distribution
  22689. conditions.  It is allowed to make copies from the CD-ROM for personal
  22690. use but not for redistribution.  See the files included with the
  22691. distribution for further details.
  22692. .version
  22693. 39
  22694. .author
  22695. Commodore-Amiga Inc.
  22696. .reference
  22697. FreshFish-Dec93:Useful/dist/cbm/V39/
  22698. 39
  22699. FFMCD01:Useful/dist/cbm/V39/
  22700. 39
  22701. FreshFish-Dec93:Useful/dist/cbm/V37/
  22702. 37
  22703. FFMCD01:Useful/dist/cbm/V37/
  22704. 37
  22705. .distribution
  22706. Commercial
  22707. .docs
  22708. COPYRIGHT
  22709. .described-by
  22710. Fred Fish (fnf@amigalib.com)
  22711. .execute
  22712. set orgdir `cd`
  22713. LAB start
  22714. failat 10
  22715. unset filechoice
  22716. unset dirchoice
  22717. cd $orgdir
  22718. set choice `RequestChoice "NDUK V39" "Please select an option" "View COPYRIGHT" "View Other Files" "Cancel"`
  22719. if $choice GT "0"
  22720.   if $choice EQ "1"
  22721.     MetaTool COPYRIGHT TEXT
  22722.   else
  22723.     if $choice EQ "2"
  22724.       set filechoice `RequestFile TITLE "Select File"`
  22725.       set dirchoice `pathname $filechoice`
  22726.       set filechoice `basename $filechoice`
  22727.       failat 21
  22728.       cd $dirchoice
  22729.       MetaTool $filechoice TEXT
  22730.     endif
  22731.   endif
  22732.   skip start BACK
  22733. endif
  22734. .aminet-dir
  22735. cbm/nduk
  22736. .stored-in
  22737. FreshFish-Vol10:Useful/cbm/NDUK/NDUK-V39/
  22738. .pi-file
  22739. FreshFish-Vol10:Useful/cbm/NDUK/NDUK-V39/Product-Info
  22740. .name
  22741. NDUK-V40
  22742. .type
  22743. Programmer Tool
  22744. .short
  22745. Partial CBM Native Developer Update Kit
  22746. .description
  22747. Portions of the Commodore Native Developer Update Kit that can be
  22748. licensed for separate distribution.  Includes the "fd" files,
  22749. libraries, startups, "C include" files, and tools.  Does not include
  22750. the autodocs.  This material copyright by Commodore-Amiga Inc, is
  22751. included under license from Commodore, and has restricted distribution
  22752. conditions.  It is allowed to make copies from the CD-ROM for personal
  22753. use but not for redistribution.  See the files included with the
  22754. distribution for further details.
  22755. .version
  22756. 40
  22757. .author
  22758. Commodore-Amiga Inc.
  22759. .reference
  22760. FreshFish-Dec93:Useful/dist/cbm/V39/
  22761. 39
  22762. FFMCD01:Useful/dist/cbm/V39/
  22763. 39
  22764. FreshFish-Dec93:Useful/dist/cbm/V37/
  22765. 37
  22766. FFMCD01:Useful/dist/cbm/V37/
  22767. 37
  22768. .distribution
  22769. Commercial
  22770. .docs
  22771. COPYRIGHT
  22772. .described-by
  22773. Fred Fish (fnf@amigalib.com)
  22774. .execute
  22775. LAB start
  22776. set choice `RequestChoice "NDUK V40" "Please select an option" "View COPYRIGHT" "View Other Files" "Cancel"`
  22777. if $choice GT "0"
  22778.   if $choice EQ "1"
  22779.     MetaTool COPYRIGHT TEXT
  22780.   else
  22781.     if $choice EQ "2"
  22782.       set filechoice `RequestFile TITLE "Select File"`
  22783.       set dirchoice `pathname $filechoice`
  22784.       set filechoice `basename $filechoice`
  22785.       failat 21
  22786.       cd $dirchoice
  22787.       MetaTool $filechoice TEXT
  22788.     endif
  22789.   endif
  22790.   skip start BACK
  22791. endif
  22792. .aminet-dir
  22793. cbm/nduk
  22794. .stored-in
  22795. FreshFish-Vol10:Useful/cbm/NDUK/NDUK-V40/
  22796. .pi-file
  22797. FreshFish-Vol10:Useful/cbm/NDUK/NDUK-V40/Product-Info
  22798. .name
  22799. NetInput
  22800. .type
  22801. Communications
  22802. .short
  22803. Remote control Amiga over AmiTCP network
  22804. .description
  22805. This is an AmiTCP/IP network package which enables you to remote control
  22806. an Amiga by any other Amiga in the network. This is archieved by
  22807. grabbing the input events from the controlling system, and passing them
  22808. though the network to the remote system.
  22809. .version
  22810. 37.3
  22811. .date
  22812. 1995.07.25
  22813. .author
  22814. Marius Gröger
  22815. .requirements
  22816. OS2.0+
  22817. AmiTCP/IP
  22818. 2 Amiga computers connected via AmiTCP/IP
  22819. .distribution
  22820. Freeware
  22821. .address
  22822. Bärstadter Str. 4
  22823. 65307 Bad Schwalbach (GERMANY)
  22824. .email
  22825. mag@sysgo.de
  22826. i409@informatik.fh-wiesbaden.de
  22827. groeger@gundel.zdv.uni-mainz.de
  22828. .docs
  22829. ReadMe
  22830. netinput37.3.readme
  22831. help/NetInput.guide
  22832. .described-by
  22833. Richard Fish (rjf@amigalib.com)
  22834. .submittal
  22835. Downloaded via ftp from wuarchive.wustl.edu.
  22836. .aminet-dir
  22837. comm/tcp
  22838. .execute
  22839. LAB Start
  22840. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Cancel"`
  22841. if $choice GT "0"
  22842.   if $choice EQ "1"
  22843.     MetaTool ReadMe TEXT
  22844.   else
  22845.     if $choice EQ "2"
  22846.       cd help
  22847.       MetaTool NetInput.guide GUIDE
  22848.       cd /
  22849.     else
  22850.       if $choice EQ "3"
  22851.         Installer Install
  22852.       endif
  22853.     endif
  22854.   endif
  22855.   skip Start BACK
  22856. endif
  22857. .stored-in
  22858. FreshFish-Vol10:New/comm/tcp/NetInput/
  22859. .pi-file
  22860. FreshFish-Vol10:New/comm/tcp/NetInput/Product-Info
  22861. .name
  22862. NewLogo
  22863. .type
  22864. Picture
  22865. .short
  22866. Should this be the new Amiga Tech. logo?
  22867. .description
  22868. This is my suggestion to Amiga Technologies for a change to the proposed
  22869. new company/Amiga logo.
  22870. .author
  22871. Alan Ingleby
  22872. .distribution
  22873. Copyrighted but Freely Redistributable
  22874. .email
  22875. aing@netspace.net.au
  22876. .aminet-dir
  22877. pix/illu
  22878. .execute
  22879. METATOOL New_Logo.iff ILBM
  22880. .docs
  22881. NewLogo.readme
  22882. .described-by
  22883. Richard Fish (rjf@amigalib.com)
  22884. .submittal
  22885. Downloaded via ftp from wuarchive.wustl.edu.
  22886. .stored-in
  22887. FreshFish-Vol10:New/pix/illu/NewLogo/
  22888. .pi-file
  22889. FreshFish-Vol10:New/pix/illu/NewLogo/Product-Info
  22890. .name
  22891. NewZAP
  22892. .type
  22893. Disk Tool
  22894. .short
  22895. Multipurpose file sector editing utility
  22896. .description
  22897. A third-generation multi-purpose file sector editing utility, from the
  22898. author of FileZAP.  Displays and edits full 512-byte sectors via a 106
  22899. character wide internal font.  Includes a search feature to find
  22900. specific strings or hex digits, forwards or backwards.
  22901. User-customizable, with new printing feature added.
  22902. .version
  22903. 3.3
  22904. .date
  22905. .author
  22906. Dallas J. Hodgson
  22907. .restrictions
  22908. .requirements
  22909. .reference
  22910. AmigaLibDisk574:NewZAP/
  22911. 3.3
  22912. AmigaLibDisk164:NewZAP/
  22913. 3.18
  22914. AmigaLibDisk58:NewZAP/
  22915. 3.0
  22916. .keywords
  22917. .distribution
  22918. Shareware
  22919. .price
  22920. $15 (US)
  22921. .address
  22922. 10115 Scenic Boulevard
  22923. Cupertino, Ca. 95014
  22924. USA
  22925. .email
  22926. .phone
  22927. .fax
  22928. .exectype
  22929. .installsize
  22930. .source
  22931. .construction
  22932. .tested
  22933. .docs
  22934. NewZAP.docs
  22935. .described-by
  22936. Fred Fish (fnf@fishpond.cygnus.com)
  22937. .submittal
  22938. Submitted on disk directly by the author.
  22939. .execute
  22940. LAB start
  22941. set choice `RequestChoice "NewZAP" "Please select an option" "Documentation" "History" "Run NewZAP" "Cancel"`
  22942. if $choice GT "0"
  22943.   if $choice EQ "1"
  22944.     MetaTool NewZAP.docs TEXT
  22945.   else
  22946.     if $choice EQ "2"
  22947.       MetaTool Changes TEXT
  22948.     else
  22949.       if $choice EQ "3"
  22950.     WBRun NewZAP
  22951.       endif
  22952.     endif
  22953.   endif
  22954.   skip start BACK
  22955. endif
  22956. .aminet-dir
  22957. disk/moni
  22958. .stored-in
  22959. FreshFish-Vol10:Useful/disk/moni/NewZAP/
  22960. .pi-file
  22961. FreshFish-Vol10:Useful/disk/moni/NewZAP/Product-Info
  22962. .name
  22963. NextStep
  22964. .fullname
  22965. NextStep
  22966. .type
  22967. editor utility
  22968. .short
  22969. icon toolbar
  22970. .description
  22971. NextStep is an advanced version of the dock client shipped with GoldED,
  22972. adding ToolManager icon toolbars to the editor.
  22973. .version
  22974. 1.6
  22975. .date
  22976. 1995.06.06
  22977. .author
  22978. Dietmar Eilert
  22979. .restrictions
  22980. none
  22981. .requirements
  22982. GoldED 2, ToolManager 2, Installer
  22983. .distribution
  22984. restricted freeware
  22985. .email
  22986. DIETMAR@TOMATE.TNG.OCHE.DE
  22987. .address
  22988. Kampstraße 28
  22989. D-59269 Beckum
  22990. Germany
  22991. .exectype
  22992. 68xxx
  22993. .installsize
  22994. 160 K
  22995. .source
  22996. C source code included
  22997. .construction
  22998. DICE 2.07.54R
  22999. .described-by
  23000. Dietmar Eilert (DIETMAR@TOMATE.TNG.OCHE.DE)
  23001. .submittal
  23002. Downloaded via ftp from wuarchive.wustl.edu.
  23003. .execute
  23004. LAB Start
  23005. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Install Program" "Cancel"`
  23006. if $choice GT "0"
  23007.   if $choice EQ "1"
  23008.     MetaTool ReadMe TEXT
  23009.   else
  23010.     if $choice EQ "2"
  23011.       Installer Install NextStep AVERAGE EXPERT deutsch
  23012.     endif
  23013.   endif
  23014.   skip Start BACK
  23015. endif
  23016. .aminet-dir
  23017. text/edit
  23018. .stored-in
  23019. FreshFish-Vol10:New/text/edit/NextStep/
  23020. .pi-file
  23021. FreshFish-Vol10:New/text/edit/NextStep/Product-Info
  23022. .name
  23023. Nudel-Pix
  23024. .type
  23025. Picture
  23026. .short
  23027. Definitive ECS WBench & DOpus5 Screens!
  23028. .description
  23029. I was bored, so I decided to upload a screen-snap of my constantly chaning
  23030. Workbench and DOpus setup to Aminet for any other people sad enough to get
  23031. excited about seeing someone else's system.
  23032.  
  23033. I hope that you'll agree that they are very impressive, especially for
  23034. a 16 colour, PAL: Hires Non-Laced display (w/ maximum overscan)!
  23035.  
  23036. Look out for me, "Nudel" in #Amiga on IRC... Let me know what you think
  23037. of the screens!
  23038.  
  23039. If you're using DOpus5, check out "MWB_DOpus52.lha" on Aminet in pix/icons.
  23040. This is a pack by Trevor Morris and myself which not only includes top
  23041. quality lister-toolbar icons, but some advice on setting up DOpus5.
  23042. (Have at look at Trevor's earlier "MagicWBStuff3.LHA" as well, it's great!)
  23043.  
  23044. Quick hello's to: Trevor Morris, Greg & Jon (DOpus), my friends in the scene,
  23045. and all those who've talked to me on IRC (esp Sasha, SkyGuy, Zool, Raiden,
  23046. Nightflyer, and TheRaven, who kindly helped me out the other day).
  23047. .author
  23048. Leo Davidson
  23049. .distribution
  23050. Copyrighted but Freely Redistributable
  23051. .email
  23052. leo@hampschl.demon.co.uk
  23053. .aminet-dir
  23054. pix/wb
  23055. .execute
  23056. set filechoice `requestfile "Select an IFF file" PATTERN="#?.IFF"
  23057. METATOOL $filechoice ILBM
  23058. .docs
  23059. Nudel-Pix.readme
  23060. .described-by
  23061. Richard Fish (rjf@amigalib.com)
  23062. .submittal
  23063. Downloaded via ftp from wuarchive.wustl.edu.
  23064. .stored-in
  23065. FreshFish-Vol10:New/pix/wb/Nudel-Pix/
  23066. .pi-file
  23067. FreshFish-Vol10:New/pix/wb/Nudel-Pix/Product-Info
  23068. .name
  23069. Oberon-A
  23070. .type
  23071. Compiler
  23072. .short
  23073. A freely-distributable Oberon-2 compiler
  23074. .description
  23075. Oberon-A is a freely-distributable Oberon-2 compiler. Oberon-2 is a
  23076. modern object-oriented language designed by Niklaus Wirth, the creator
  23077. of Pascal and Modula-2, and Hanspeter Mössenböck. Oberon-A is an
  23078. implementation of the language for the Amiga computer, ported from a
  23079. compiler written by Niklaus Wirth.
  23080. .version
  23081. 1.6
  23082. .author
  23083. Frank Copeland
  23084. OEL by Johan Ferreira
  23085. .reference
  23086. FreshFish-Vol9-2:BBS/dev/Oberon-A-1.5.3.lha
  23087. 1.5.3
  23088. FreshFish-Vol9-1:Useful/dev/obero/Oberon-A/
  23089. 1.5.3
  23090. GoldFish-Vol2-2:BBS/dev/Oberon-A-1.4ß.lha
  23091. 1.4ß
  23092. GoldFish-Vol2-1:Files/dev/obero/Oberon-A/
  23093. 1.4ß
  23094. FreshFish-Vol9-2:BBS/dev/Oberon-A-1.4ß.lha
  23095. 1.4ß
  23096. FreshFish-Vol8-2:BBS/dev/Oberon-A-1.4ß.lha
  23097. 1.4ß
  23098. FreshFish-Vol8-1:Useful/dev/obero/Oberon-A/
  23099. 1.4ß
  23100. FreshFish-Vol7:Useful/dist/dev/obero/Oberon-A/
  23101. 1.4ß
  23102. FreshFish-Vol7:BBS/dev/Oberon-A-1.4ß.lha
  23103. 1.4ß
  23104. FreshFish-Vol6:New/dev/obero/Oberon-A/
  23105. 1.4ß
  23106. FreshFish-Vol6:BBS/dev/Oberon-A-1.4ß.lha
  23107. 1.4ß
  23108. .distribution
  23109. GNU Public License
  23110. .address
  23111. PO BOX 236
  23112. RESERVOIR  VIC  3073
  23113. AUSTRALIA
  23114. .email
  23115. fjc@wossname.apana.org.au
  23116. .source
  23117. Full source code is included for all modules and programs where available.
  23118. .docs
  23119. Oberon-A.doc
  23120. Index.doc
  23121. .described-by
  23122. Dan Fish (daf@starfish.amigalib.com)
  23123. .submittal
  23124. Downloaded via ftp from aminet (wuarchive.wustl.edu).
  23125. .execute
  23126. set orgdir `cd`
  23127. LAB Start
  23128. failat 10
  23129. unset filechoice
  23130. unset dirchoice
  23131. cd $orgdir
  23132. set choice `RequestChoice "Oberon-A" "Please select an option" "View Guide" "View Doc" "Install Oberon" "Cancel"`
  23133. if $choice GT "0"
  23134.   if $choice EQ "1"
  23135.     MetaTool Oberon-A.doc GUIDE
  23136.   else
  23137.     if $choice EQ "2"
  23138.       set filechoice `RequestFile TITLE "Select Readme File"`
  23139.       set dirchoice `pathname $filechoice`
  23140.       set filechoice `basename $filechoice`
  23141.       failat 21
  23142.       cd $dirchoice
  23143.       MetaTool $filechoice TEXT
  23144.       failat 10
  23145.     else
  23146.       if $choice EQ "3"
  23147.         cd Install
  23148.         execute Install
  23149.         cd /
  23150.       endif
  23151.     endif
  23152.   endif
  23153.   skip Start BACK
  23154. endif
  23155. .aminet-dir
  23156. dev/obero
  23157. .stored-in
  23158. FreshFish-Vol10:New/dev/obero/Oberon-A/
  23159. .pi-file
  23160. FreshFish-Vol10:New/dev/obero/Oberon-A/Product-Info
  23161. .name
  23162. Oberon-A
  23163. .type
  23164. Compiler
  23165. .short
  23166. A freely-distributable Oberon-2 compiler
  23167. .description
  23168. Oberon-A is a freely-distributable Oberon-2 compiler. Oberon-2 is a
  23169. modern object-oriented language designed by Niklaus Wirth, the creator
  23170. of Pascal and Modula-2, and Hanspeter Mössenböck. Oberon-A is an
  23171. implementation of the language for the Amiga computer, ported from a
  23172. compiler written by Niklaus Wirth.
  23173. .version
  23174. 1.6
  23175. .author
  23176. Frank Copeland
  23177. OEL by Johan Ferreira
  23178. .reference
  23179. FreshFish-Vol9-2:BBS/dev/Oberon-A-1.5.3.lha
  23180. 1.5.3
  23181. FreshFish-Vol9-1:Useful/dev/obero/Oberon-A/
  23182. 1.5.3
  23183. GoldFish-Vol2-2:BBS/dev/Oberon-A-1.4ß.lha
  23184. 1.4ß
  23185. GoldFish-Vol2-1:Files/dev/obero/Oberon-A/
  23186. 1.4ß
  23187. FreshFish-Vol9-2:BBS/dev/Oberon-A-1.4ß.lha
  23188. 1.4ß
  23189. FreshFish-Vol8-2:BBS/dev/Oberon-A-1.4ß.lha
  23190. 1.4ß
  23191. FreshFish-Vol8-1:Useful/dev/obero/Oberon-A/
  23192. 1.4ß
  23193. FreshFish-Vol7:Useful/dist/dev/obero/Oberon-A/
  23194. 1.4ß
  23195. FreshFish-Vol7:BBS/dev/Oberon-A-1.4ß.lha
  23196. 1.4ß
  23197. FreshFish-Vol6:New/dev/obero/Oberon-A/
  23198. 1.4ß
  23199. FreshFish-Vol6:BBS/dev/Oberon-A-1.4ß.lha
  23200. 1.4ß
  23201. .distribution
  23202. GNU Public License
  23203. .address
  23204. PO BOX 236
  23205. RESERVOIR  VIC  3073
  23206. AUSTRALIA
  23207. .email
  23208. fjc@wossname.apana.org.au
  23209. .source
  23210. Full source code is included for all modules and programs where available.
  23211. .docs
  23212. Oberon-A.doc
  23213. Index.doc
  23214. .described-by
  23215. Dan Fish (daf@starfish.amigalib.com)
  23216. .submittal
  23217. Downloaded via ftp from aminet (wuarchive.wustl.edu).
  23218. .execute
  23219. set orgdir `cd`
  23220. LAB Start
  23221. failat 10
  23222. unset filechoice
  23223. unset dirchoice
  23224. cd $orgdir
  23225. set choice `RequestChoice "Oberon-A" "Please select an option" "View Guide" "View Doc" "Install Oberon" "Cancel"`
  23226. if $choice GT "0"
  23227.   if $choice EQ "1"
  23228.     MetaTool Oberon-A.doc GUIDE
  23229.   else
  23230.     if $choice EQ "2"
  23231.       set filechoice `RequestFile TITLE "Select Readme File"`
  23232.       set dirchoice `pathname $filechoice`
  23233.       set filechoice `basename $filechoice`
  23234.       failat 21
  23235.       cd $dirchoice
  23236.       MetaTool $filechoice TEXT
  23237.       failat 10
  23238.     else
  23239.       if $choice EQ "3"
  23240.         cd Install
  23241.         execute Install
  23242.         cd /
  23243.       endif
  23244.     endif
  23245.   endif
  23246.   skip Start BACK
  23247. endif
  23248. .aminet-dir
  23249. dev/obero
  23250. .stored-in
  23251. FreshFish-Vol10:Useful/dev/obero/Oberon-A/
  23252. .pi-file
  23253. FreshFish-Vol10:Useful/dev/obero/Oberon-A/Product-Info
  23254. .name
  23255. Oberon-NoFPU
  23256. .short
  23257. Non-FPU supplement to Oberon V4
  23258. .type
  23259. Operating System and Compiler
  23260. .description
  23261. This is a supplementation for Oberon System V4 to run it without FPU.
  23262. .beschreibung
  23263. Dies ist eine Ergaenzung fuer das Oberon System V4 um es ohne FPU zum
  23264. Laufen zu bringen.
  23265. .date
  23266. 1995.06.13
  23267. .version
  23268. 0.10
  23269. .author
  23270. Stefan Ludwig, Claudio Nieder, Ralf Degner
  23271. .requirements
  23272. Oberon System V4 for the Amiga V0.10 or V0.10a
  23273. .distribution
  23274. Freeware
  23275. .address
  23276. Institut fuer Computersysteme
  23277. ETH-Zentrum
  23278. CH-8092 Zuerich
  23279. .email
  23280. ludwig@inf.ethz.ch
  23281. .exectype
  23282. 68020
  23283. .construction
  23284. Oberon
  23285. .tested
  23286. A4000/40, OS3.0
  23287. .docs
  23288. Oberon-NoFPU.readme
  23289. .described-by
  23290. Ralf Degner (degner@pallas.amp.uni-hannover.de)
  23291. .submittal
  23292. Submitted electronically directly by the author
  23293. .execute
  23294. LAB Start
  23295. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Cancel"`
  23296. if $choice GT "0"
  23297.   if $choice EQ "1"
  23298.     MetaTool Oberon-NoFPU.readme TEXT
  23299.   endif
  23300.   skip Start BACK
  23301. endif
  23302. .aminet-dir
  23303. dev/obero
  23304. .stored-in
  23305. FreshFish-Vol10:New/dev/obero/Oberon-NoFPU/
  23306. .pi-file
  23307. FreshFish-Vol10:New/dev/obero/Oberon-NoFPU/Product-Info
  23308. .name
  23309. Oberon
  23310. .type
  23311. Compiler
  23312. .short
  23313. Oberon System V4
  23314. .description
  23315. Implementation of the Oberon V4 operating system, like it was designed
  23316. together with the programming language Oberon among others by Prof.
  23317. Niklaus Wirth.
  23318. The system represents a modern operating system with multitasking,
  23319. graphical user interface and an Oberon-2 compiler.  Special features
  23320. are object oriented programming concept, dynamic loading, garbage
  23321. collector, extensibility and a enlarged meaning of text.
  23322.  
  23323. A text editor, a drawing tool and a Minesweeper game are included.
  23324. With the system designed sourcecode can be used at every implementation
  23325. without changes. Implementations are available for Mac, Power-Mac,
  23326. IBM-RS6000, Windows, SGI, Sun, Linux, DecStation, ....
  23327. .beschreibung
  23328. Umsetzung des Oberon V4 Betriebssystems, wie es zusammen mit der
  23329. Sprache Oberon u.a. von Prof. Niklaus Wirth entworfen wurde.
  23330. Das System stellt ein modernes, multitaskingfaehiges Betriebssystem mit
  23331. graphischer Benutzeroberflaeche dar und beinhaltet einen in das System
  23332. eingebundenen Oberon-2 Compiler. Besondere Eigenschaften sind das
  23333. objektorientierte Konzept, dynamisches Laden der Module, Garbage-Collector,
  23334. Erweiterbarkeit und die neue Bedeutung, die Text zugeordnet wird.
  23335. Komfortabler Editor, Zeichenprogramm und ein Minesweeper Spiel sind im
  23336. Paket enthalten.
  23337. Mit dem System erstellte Quelltexte koennen auf jeder anderen Umsetzung von
  23338. System V4 sofort verwendet werden. Umsetzungen existieren fuer Mac,
  23339. Power-Mac, IBM-RS6000, Windows, SGI, Sun, Linux, DecStation, ....
  23340. .date
  23341. 1995.06.04
  23342. .version
  23343. 0.10aß
  23344. .author
  23345. Stefan Ludwig, Claudio Nieder
  23346. .requirements
  23347. 68020, FPU, OS2.0, 1.5MB-RAM (3MB-RAM recommended)
  23348. .distribution
  23349. Freeware
  23350. .address
  23351. Institut fuer Computersysteme
  23352. ETH-Zentrum
  23353. CH-8092 Zuerich
  23354. .email
  23355. ludwig@inf.ethz.ch
  23356. .exectype
  23357. 68020 FPU
  23358. .source
  23359. ProjectOberon source included
  23360. .construction
  23361. Oberon
  23362. .tested
  23363. A4000/40, OS3.0
  23364. .docs
  23365. Oberon.readme
  23366. Oberon.liesmich
  23367. Oberon-FAQ-General.doc
  23368. Oberon-FAQ-Language.doc
  23369. Oberon-FAQ-System.doc
  23370. .described-by
  23371. Ralf Degner (degner@pallas.amp.uni-hannover.de)
  23372. .submittal
  23373. Submitted electronically directly by the author.
  23374. .execute
  23375. set orgdir `cd`
  23376. LAB Start
  23377. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Cancel"`
  23378. if $choice GT "0"
  23379.   if $choice EQ "1"
  23380.    set filechoice `RequestFile TITLE "Select Readme File"`
  23381.    set dirchoice `pathname $filechoice`
  23382.    set filechoice `basename $filechoice`
  23383.    failat 21
  23384.    cd $dirchoice
  23385.    MetaTool $filechoice TEXT
  23386.    failat 10
  23387.    cd $orgdir
  23388.    unset filechoice
  23389.    unset dirchoice
  23390.   endif
  23391.   skip Start BACK
  23392. endif
  23393. .aminet-dir
  23394. dev/obero
  23395. .stored-in
  23396. FreshFish-Vol10:New/dev/obero/Oberon/
  23397. .pi-file
  23398. FreshFish-Vol10:New/dev/obero/Oberon/Product-Info
  23399. .name
  23400. OctaMED
  23401. .short
  23402. Demo of a music editor/player
  23403. .description
  23404. Save-disabled version of the full-featured OctaMED-Pro, a commercial
  23405. product.  OctaMed is the 8-channel version of MED, a music editor which was
  23406. originally designed for making music for programs (demos, games, etc), but
  23407. works well as a standalone music program.
  23408. .author
  23409. Teijo Kinnunen and Ray Burt-Frost
  23410. .version
  23411. 6.0
  23412. .requirements
  23413. OS2.04+
  23414. AmigaGuide for online help
  23415. .address
  23416. RBF Software
  23417. 169, Dale Valley Road
  23418. Hollybrook
  23419. Southampton
  23420. SO1 6QX
  23421. ENGLAND
  23422.  
  23423. Teijo Kinnunen
  23424. Oksantie 19
  23425. FIN-86300  OULAINEN
  23426. FINLAND
  23427. .email
  23428. rbfsoft@cix.compulink.co.uk
  23429. kinnunen@stekt07.oulu.fi
  23430. .described-by
  23431. Richard Fish
  23432. .submittal
  23433. Submitted electronically by RBF Software
  23434. .aminet-dir
  23435. mus/edit
  23436. .execute
  23437. LAB Start
  23438. set choice `RequestChoice "Options Selection" "Please select an option" "View Guide" "Run Program" "Cancel"`
  23439. if $choice GT "0"
  23440.   if $choice EQ "1"
  23441.     AmigaGuide Read_Me_Now!
  23442.   else
  23443.     if $choice EQ "2"
  23444.       OctaMEDV6Demo
  23445.    endif
  23446.   endif
  23447.   skip Start BACK
  23448. endif
  23449. .stored-in
  23450. FreshFish-Vol10:New/mus/edit/OctaMedV6/
  23451. .pi-file
  23452. FreshFish-Vol10:New/mus/edit/OctaMedV6/Product-Info
  23453. .name
  23454. octave
  23455. .type
  23456. Number Crunching
  23457. .short
  23458. Language for numerical computations.
  23459. .description
  23460. Octave is a high-level language, primarily intended for numerical
  23461. computations.  It provides a convenient command line interface for
  23462. solving linear and nonlinear problems numerically.
  23463. .version
  23464. 1.1.1
  23465. .date
  23466. 1995.02.23
  23467. .author
  23468. John W. Eaton
  23469. .distribution
  23470. GNU Public License
  23471. .email
  23472. jwe@che.utexas.edu
  23473. .source
  23474. Includes source in C.
  23475. .docs
  23476. README
  23477. .described-by
  23478. Fred Fish (fnf@amigalib.com)
  23479. .submittal
  23480. Downloaded via ftp from prep.ai.mit.edu:pub/gnu
  23481. .aminet-dir
  23482. gnu/src
  23483. .stored-in
  23484. FreshFish-Vol10:GNU-src/amiga/octave-1.1.1-src.lha
  23485. .pi-file
  23486. FreshFish-Vol10:GNU-src/amiga/octave-1.1.1-src.lha.pi
  23487. .name
  23488. octave
  23489. .type
  23490. Number Crunching
  23491. .short
  23492. Language for numerical computations.
  23493. .description
  23494. Octave is a high-level language, primarily intended for numerical
  23495. computations.  It provides a convenient command line interface for
  23496. solving linear and nonlinear problems numerically.
  23497. .version
  23498. 1.1.1
  23499. .date
  23500. 1995.02.23
  23501. .author
  23502. John W. Eaton
  23503. .distribution
  23504. GNU Public License
  23505. .email
  23506. jwe@che.utexas.edu
  23507. .source
  23508. Includes source in C.
  23509. .docs
  23510. README
  23511. .described-by
  23512. Fred Fish (fnf@amigalib.com)
  23513. .submittal
  23514. Downloaded via ftp from prep.ai.mit.edu:pub/gnu
  23515. .aminet-dir
  23516. gnu/base
  23517. .stored-in
  23518. FreshFish-Vol10:GNU-src/baseline/octave-1.1.1.tar.gz
  23519. .pi-file
  23520. FreshFish-Vol10:GNU-src/baseline/octave-1.1.1.tar.gz.pi
  23521. .name
  23522. Olt
  23523. .type
  23524. OS Utility
  23525. .short
  23526. PubScreen 'online' timer w/ARexx port
  23527. .description
  23528. Displays an incremental counter on the default or specified public screen,
  23529. ideally suited for displaying total modem connect time.  Has an ARexx port.
  23530. .version
  23531. 1.2
  23532. .date
  23533. 1995.06.24
  23534. .author
  23535. Paul Huxham
  23536. .distribution
  23537. Copyrighted but Freely Redistributable
  23538. .address
  23539. P.O. Box 875
  23540. Morley,
  23541. Perth,
  23542. Western Australia 6943
  23543. .email
  23544. paulh@Perth.DIALix.oz.au
  23545. .docs
  23546. Olt.autodoc
  23547. .described-by
  23548. Dan Fish (daf@starfish.amigalib.com)
  23549. .submittal
  23550. Downloaded via ftp from wuarchive.wustl.edu.
  23551. .execute
  23552. LAB Start
  23553. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
  23554. if $choice GT "0"
  23555.   if $choice EQ "1"
  23556.     MetaTool Olt12.readme TEXT
  23557.   else
  23558.     if $choice EQ "2"
  23559.       wbrun Olt
  23560.     endif
  23561.   endif
  23562.   skip Start BACK
  23563. endif
  23564. .aminet-dir
  23565. util/time
  23566. .stored-in
  23567. FreshFish-Vol10:New/util/time/Olt/
  23568. .pi-file
  23569. FreshFish-Vol10:New/util/time/Olt/Product-Info
  23570. .name
  23571. P-Compress2
  23572. .type
  23573. Compression
  23574. .short
  23575. Compression program with 3 modes.
  23576. .description
  23577. All the old facilities are in this version PLUS a completely new compress-
  23578. ion module: FastC.  You now have a choice of three modes:
  23579.  
  23580.     FastC:  Compression and decompression much faster.  Efficiency only a
  23581.     few % lower.
  23582.  
  23583.     StandardC:  An excellent compromise between speed and efficiency for
  23584.     most purposes.
  23585.  
  23586.     SuperC: Slower than standard in both compression and decompression, but
  23587.     a lot more efficient.
  23588.  
  23589. The latest version of P-Reader (V8.2) is fully compatable and System 1.3
  23590. machines can use this to decompress/read/display files compressed with any
  23591. of the three modes.
  23592.  
  23593. Like its predecessor it will compress single files, drawers or complete
  23594. disks, preserving disk and drawer structures.  Drawers and disks can be
  23595. copied from one place to another, selected files or classes of files being
  23596. compressed and the remainder just copied.  P-Compressed files, including
  23597. sounds, pictures and animations, can be displayed by P-Reader without prior
  23598. decompression, and P-Compressed texts can be loaded into and saved from
  23599. P-Writer (StandardC only).
  23600. .version
  23601. 2.1
  23602. .author
  23603. Chas A. Wyndham
  23604. .reference
  23605. FreshFish-Vol5:BBS/util/P-Compress2-1.2.lha
  23606. 1.2
  23607. FreshFish-Vol5:New/util/arc/P-Compress2/
  23608. 1.2
  23609. FreshFish-Vol8-2:BBS/util/P-Compress2-1.2.lha
  23610. 1.2
  23611. FreshFish-Vol9-2:BBS/util/P-Compress2-1.2.lha
  23612. 1.2
  23613. GoldFish-Vol2-1:Files/util/arc/P-Compress2/
  23614. 1.2
  23615. GoldFish-Vol2-2:BBS/util/P-Compress2-1.2.lha
  23616. 1.2
  23617. .distribution
  23618. Freeware
  23619. .address
  23620. 1265 Canning Mills Road
  23621. Roleystone
  23622. WA 6111
  23623. Australia
  23624. .docs
  23625. P-Compress2.doc
  23626. .described-by
  23627. Richard Fish (rjf@amigalib.com)
  23628. .submittal
  23629. Submitted on disk directly by the author.
  23630. .aminet-dir
  23631. util/pack
  23632. .execute
  23633. LAB Start
  23634. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
  23635. if $choice GT "0"
  23636.   if $choice EQ "1"
  23637.     MetaTool P-Compress2.doc TEXT
  23638.   else
  23639.     if $choice EQ "2"
  23640.       P-Compress2
  23641.     endif
  23642.   endif
  23643.   skip Start BACK
  23644. endif
  23645. .stored-in
  23646. FreshFish-Vol10:New/util/pack/P-Compress2/
  23647. .pi-file
  23648. FreshFish-Vol10:New/util/pack/P-Compress2/Product-Info
  23649. .name
  23650. P-Reader
  23651. .type
  23652. Text Viewer
  23653. .short
  23654. Displays texts, pictures, anims, etc.
  23655. .description
  23656. P-Reader is really three readers in one:
  23657.  
  23658.   Normal Text reader.
  23659.  
  23660.   IFF reader - displaying ILBM pics, Anim5 animations, 8SVX sounds.
  23661.  
  23662.   Illustrated Text reader - containing pics,animations, sounds.
  23663.  
  23664. Texts, pictures and animations may be compressed (with P-Compress) or be
  23665. uncompressed.  P-Reader will check and act accordingly.
  23666. .version
  23667. 8.2
  23668. .author
  23669. Chas A Wyndham
  23670. .reference
  23671. GoldFish-Vol1-2:d9xx/d924/P-Reader/
  23672. 7.1
  23673. GoldFish-Vol1-1:BBS/d9xx/d924/P-Reader.lha
  23674. 7.1
  23675. FrozenFish-Vol1:BBS/ALib/d9xx/d924/P-Reader.lha
  23676. 7.1
  23677. FreshFish-Vol2:Old/AmigaLibDisks/Disks920-930/Disk924/P-Reader/
  23678. 7.1
  23679. FreshFish-Vol1:New/AmigaLibDisks/Disk924/P-Reader/
  23680. 7.1
  23681. AmigaLibDisks:d9xx/d924/P-Reader/
  23682. 7.1
  23683. GoldFish-Vol1-2:d7xx/d744/P-Reader/
  23684. 6.2
  23685. GoldFish-Vol1-2:d7xx/d726/P-Reader/
  23686. 6.2
  23687. GoldFish-Vol1-1:BBS/d7xx/d744/P-Reader.lha
  23688. 6.2
  23689. GoldFish-Vol1-1:BBS/d7xx/d726/P-Reader.lha
  23690. 6.2
  23691. FrozenFish-Vol1:BBS/ALib/d7xx/d744/P-Reader.lha
  23692. 6.2
  23693. FrozenFish-Vol1:BBS/ALib/d7xx/d726/P-Reader.lha
  23694. 6.2
  23695. FreshFish-Vol1:Old/AmigaLibDisks/Disks740-759/Disk744/P-Reader/
  23696. 6.2
  23697. FreshFish-Vol1:Old/AmigaLibDisks/Disks720-739/Disk726/P-Reader/
  23698. 6.2
  23699. AmigaLibDisks:d7xx/d744/P-Reader/
  23700. 6.2
  23701. AmigaLibDisks:d7xx/d726/P-Reader/
  23702. 6.2
  23703. GoldFish-Vol1-2:d5xx/d595/P-Reader/
  23704. 5.2
  23705. GoldFish-Vol1-1:BBS/d5xx/d595/P-Reader.lha
  23706. 5.2
  23707. FrozenFish-Vol1:BBS/ALib/d5xx/d595/P-Reader.lha
  23708. 5.2
  23709. AmigaLibDisks:d5xx/d595/P-Reader/
  23710. 5.2
  23711. .distribution
  23712. Copyrighted but Freely Redistributable
  23713. .address
  23714. 1265 Canning Mills Road
  23715. Roleystone
  23716. WA 6111
  23717. Australia
  23718. .docs
  23719. P-Reader.doc
  23720. .described-by
  23721. Richard Fish (rjf@amigalib.com)
  23722. .submittal
  23723. Submitted on disk directly by the author.
  23724. .aminet-dir
  23725. gfx/show
  23726. .execute
  23727. LAB Start
  23728. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
  23729. if $choice GT "0"
  23730.   if $choice EQ "1"
  23731.     MetaTool P-Reader.doc TEXT
  23732.   else
  23733.     if $choice EQ "2"
  23734.       P-Reader
  23735.     endif
  23736.   endif
  23737.   skip Start BACK
  23738. endif
  23739. .stored-in
  23740. FreshFish-Vol10:New/gfx/show/P-Reader/
  23741. .pi-file
  23742. FreshFish-Vol10:New/gfx/show/P-Reader/Product-Info
  23743. .name
  23744. P-View
  23745. .type
  23746. Display Commodity
  23747. .short
  23748. Tiny ILBM viewer for all Amigas.
  23749. .description
  23750.     P-View is a tiny but highly capable ILBM viewer for all Amigas.
  23751.  
  23752.  
  23753.     This version clears some bugs that limited the performance of P-View
  23754.   under OS1.3.
  23755.  
  23756.     P-View should work with all OS versions from 1.3 (and probably with
  23757.   1.2 as well).  It should work with all currently available viewmodes and
  23758.   monitor types.  If a picture size is larger than the display it allows
  23759.   autoscrolling so that the whole picture can be seen (OS2 & 3 only).
  23760.  
  23761.     If the required monitor drivers, number of planes, or screen sizes
  23762.   are not available, it will show what it can.  The result may be that only
  23763.   part of the picture will be visible, it may be distorted, or only the
  23764.   first few planes may be shown - but at least you should see something!
  23765.   One reservation - the picture must not be larger than the maximum size
  23766.   that can be accepted by the machine in use.
  23767. .version
  23768. 1.2
  23769. .author
  23770. Chas A. Wyndham
  23771. .reference
  23772. GoldFish-Vol2-2:BBS/gfx/P-View.lha
  23773. ?.?
  23774. GoldFish-Vol2-1:Files/gfx/show/P-View/
  23775. ?.?
  23776. FreshFish-Vol9-2:BBS/gfx/P-View.lha
  23777. ?.?
  23778. FreshFish-Vol8-2:BBS/gfx/P-View.lha
  23779. ?.?
  23780. FreshFish-Vol5:New/gfx/show/P-View/
  23781. ?.?
  23782. FreshFish-Vol5:BBS/gfx/P-View.lha
  23783. ?.?
  23784. .distribution
  23785. Freeware
  23786. .address
  23787. 1265 Canning Mills Road
  23788. Roleystone
  23789. WA 6111
  23790. Australia
  23791. .docs
  23792. P-View.doc
  23793. .described-by
  23794. Richard Fish (rjf@amigalib.com)
  23795. .submittal
  23796. Submitted on disk directly by the author.
  23797. .aminet-dir
  23798. gfx/show
  23799. .execute
  23800. LAB Start
  23801. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
  23802. if $choice GT "0"
  23803.   if $choice EQ "1"
  23804.     MetaTool P-View.doc TEXT
  23805.   else
  23806.     if $choice EQ "2"
  23807.       set filechoice `RequestFile TITLE "Select File to View" PATTERN "~(#?.info)"`
  23808.       failat 21
  23809.       P-View $filechoice
  23810.       unset filechoice
  23811.     endif
  23812.   endif
  23813.   skip Start BACK
  23814. endif
  23815. .stored-in
  23816. FreshFish-Vol10:New/gfx/show/P-View/
  23817. .pi-file
  23818. FreshFish-Vol10:New/gfx/show/P-View/Product-Info
  23819. .name
  23820. PackIt
  23821. .type
  23822. CLI tool
  23823. .short
  23824. CLI frontend for PowerPacker + wildcards
  23825. .description
  23826. PackIt is a CLI only program to replace the crunch and decrunch commands
  23827. that came with PowerPacker (Copyright Nico Francois).  PackIt features:  1)
  23828. Single command for crunching and decrunching 2) Automatic crunching or
  23829. decrunching of data files depending on whether it is allready crunched or
  23830. not.  3) Files can be encrypted, and passwords can be entered on the
  23831. command line or via a requester.  4) Will not crunch executables, unless
  23832. told to do so.  Note:  PackIt will only crunch the executables as a data
  23833. files you will not be able to run them.  5) Automatic replacement of source
  23834. file unless a destination is given.  6) Directories can be specified as a
  23835. destination, in that case files will be crunched/decrunched into that dir.
  23836. 7) Allows use of wildcards to crunch/decrunch whole directories.  8)
  23837. Automatic adding and removing of .pp suffixes from data files.  9) Icon
  23838. files will not be crunched unless you want them to.  10) Default options
  23839. can now be stored in ENV:PackIt
  23840. .version
  23841. 1.19
  23842. .author
  23843. Michael J Barsoom
  23844. .reference
  23845. FreshFish-Jul94/BBS/util/PackIt-1.18a.lha
  23846. 1.18a
  23847. FreshFish-Jul94/New/util/pack/PackIt/
  23848. 1.18a
  23849. FreshFish-Jul94/BBS/util/PackIt-37.110.lha
  23850. 37.110
  23851. FreshFish-Mar94/New/util/pack/PackIt/
  23852. 37.110
  23853. FreshFish-May94/BBS/Mar94/util/pack/PackIt.lha
  23854. 37.110
  23855. FrozenFish-Apr94/BBS/Mar94/util/pack/PackIt.lha
  23856. 37.110
  23857. .requirements
  23858. Requires:
  23859. 1) Workbench 2.0+
  23860. 2) PowerPacker library v36+  (© Nico Francois) (included)
  23861. .distribution
  23862. Shareware
  23863. .price
  23864. $5.00 US
  23865. .address
  23866. 5524 Pine Street
  23867. Omaha NE 68106
  23868. USA
  23869. .email
  23870. Internet:  mbars@bluejay.creighton.edu
  23871. Fidonet:   Mike Barsoom @ 1:285/11.9
  23872. AmigaNet:  Mike Barsoom @ 40:200/10.9
  23873. .construction
  23874. SAS/C 6.51 with optimization
  23875. .docs
  23876. PackIt.guide
  23877. .execute
  23878. set orgdir `cd`
  23879. LAB start
  23880. unset filechoice
  23881. unset dirchoice
  23882. failat 10
  23883. cd $orgdir
  23884. set choice `RequestChoice "PackIt" "Please select an option" "View Guide" "Install PackIt" "Cancel"`
  23885. if $choice GT "0"
  23886.   if $choice EQ "1"
  23887.     MetaTool PackIt.guide GUIDE
  23888.   else
  23889.     if $choice EQ "2"
  23890.       Installer SCRIPT Install_PackIt APPNAME PackIt
  23891.     endif
  23892.   endif
  23893.   skip start BACK
  23894. endif
  23895. .aminet-dir
  23896. util/pack
  23897. .stored-in
  23898. FreshFish-Vol10:New/util/pack/PackIt/
  23899. .pi-file
  23900. FreshFish-Vol10:New/util/pack/PackIt/Product-Info
  23901. .name
  23902. PackIt
  23903. .type
  23904. CLI tool
  23905. .short
  23906. CLI frontend for PowerPacker + wildcards
  23907. .description
  23908. PackIt is a CLI only program to replace the crunch and decrunch commands
  23909. that came with PowerPacker (Copyright Nico Francois).  PackIt features:  1)
  23910. Single command for crunching and decrunching 2) Automatic crunching or
  23911. decrunching of data files depending on whether it is allready crunched or
  23912. not.  3) Files can be encrypted, and passwords can be entered on the
  23913. command line or via a requester.  4) Will not crunch executables, unless
  23914. told to do so.  Note:  PackIt will only crunch the executables as a data
  23915. files you will not be able to run them.  5) Automatic replacement of source
  23916. file unless a destination is given.  6) Directories can be specified as a
  23917. destination, in that case files will be crunched/decrunched into that dir.
  23918. 7) Allows use of wildcards to crunch/decrunch whole directories.  8)
  23919. Automatic adding and removing of .pp suffixes from data files.  9) Icon
  23920. files will not be crunched unless you want them to.  10) Default options
  23921. can now be stored in ENV:PackIt
  23922. .version
  23923. 1.19
  23924. .author
  23925. Michael J Barsoom
  23926. .reference
  23927. FreshFish-Jul94/BBS/util/PackIt-1.18a.lha
  23928. 1.18a
  23929. FreshFish-Jul94/New/util/pack/PackIt/
  23930. 1.18a
  23931. FreshFish-Jul94/BBS/util/PackIt-37.110.lha
  23932. 37.110
  23933. FreshFish-Mar94/New/util/pack/PackIt/
  23934. 37.110
  23935. FreshFish-May94/BBS/Mar94/util/pack/PackIt.lha
  23936. 37.110
  23937. FrozenFish-Apr94/BBS/Mar94/util/pack/PackIt.lha
  23938. 37.110
  23939. .requirements
  23940. Requires:
  23941. 1) Workbench 2.0+
  23942. 2) PowerPacker library v36+  (© Nico Francois) (included)
  23943. .distribution
  23944. Shareware
  23945. .price
  23946. $5.00 US
  23947. .address
  23948. 5524 Pine Street
  23949. Omaha NE 68106
  23950. USA
  23951. .email
  23952. Internet:  mbars@bluejay.creighton.edu
  23953. Fidonet:   Mike Barsoom @ 1:285/11.9
  23954. AmigaNet:  Mike Barsoom @ 40:200/10.9
  23955. .construction
  23956. SAS/C 6.51 with optimization
  23957. .docs
  23958. PackIt.guide
  23959. .execute
  23960. set orgdir `cd`
  23961. LAB start
  23962. unset filechoice
  23963. unset dirchoice
  23964. failat 10
  23965. cd $orgdir
  23966. set choice `RequestChoice "PackIt" "Please select an option" "View Guide" "Install PackIt" "Cancel"`
  23967. if $choice GT "0"
  23968.   if $choice EQ "1"
  23969.     MetaTool PackIt.guide GUIDE
  23970.   else
  23971.     if $choice EQ "2"
  23972.       Installer SCRIPT Install_PackIt APPNAME PackIt
  23973.     endif
  23974.   endif
  23975.   skip start BACK
  23976. endif
  23977. .aminet-dir
  23978. util/pack
  23979. .stored-in
  23980. FreshFish-Vol10:Useful/util/pack/PackIt/
  23981. .pi-file
  23982. FreshFish-Vol10:Useful/util/pack/PackIt/Product-Info
  23983. .name
  23984. PaletteTool
  23985. .aminet-dir
  23986. util/misc
  23987. .type
  23988. Workbench Tool
  23989. .short
  23990. 3.0/AGA public screen palette tool.
  23991. .description
  23992. Palette tool that opens and operates on the default public screen.  Has
  23993. gadtools-based user interface, with keyboard equivalents for many of the
  23994. program functions.  Features include full 8 bit RGB support, full AmigaDOS
  23995. 3.0-compliant locked pen "protect" mode as well as standard "free" mode,
  23996. and fully integrated "color by name" selection, with a built-in database of
  23997. 507 colors.
  23998.  
  23999. Supports the follow actions: color spread (multi-directional), individual
  24000. color copy, individual color exchange, rotation of palette in both
  24001. direction, cycling of entire palette in both directions with adjustable
  24002. cycle speed, and individual color "show" (flash selected color).
  24003.  
  24004. The user interface consists of separately controllable windows for main
  24005. functions, color palette (2 sizes), and "color by name" selection.
  24006. Features a single-level "undo" capability.  Iconifiable, with color cycling
  24007. controls also available from the programs iconified state
  24008.  
  24009. Features ability of pick a pen/color from anywhere on the current screen
  24010. (using the mouse pointer and either the space bar or middle-mouse-button).
  24011. This type of color "pick" can also be used with the copy, spread, and
  24012. exchange actions.  Also features a "panic" restore button (and key
  24013. equivalent) so you can restore the palette to where it was at program
  24014. start.
  24015. .version
  24016. 1.4
  24017. .author
  24018. Timothy B. Kreuzer
  24019. .restrictions
  24020. Can only be used from the Workbench (start via Icon).
  24021. Requires AmigaDOS 3.0(+) and the AGA chipset.
  24022. Requires a 68020(+) CPU.
  24023. Designed for use with higher-resolution screen modes (640x400 and higher).
  24024. .distribution
  24025. Copyrighted but Freely Redistributable
  24026. .address
  24027. 6711A N. Washington Blvd.
  24028. Arlington, VA  22213
  24029. .email
  24030. tkreuzer@delphi.com
  24031. .described-by
  24032. Fred Fish (fnf@amigalib.com)
  24033. .submittal
  24034. Downloaded via ftp from aminet (wuarchive.wustl.edu).
  24035. .execute
  24036. LAB start
  24037. set choice `RequestChoice "PaletteTool" "Please select an option" "View Guide" "Run" "Cancel"`
  24038. if $choice GT "0"
  24039.   if $choice EQ "1"
  24040.     MetaTool PaletteTool.guide GUIDE
  24041.   else
  24042.     if $choice EQ "2"
  24043.       WBRun PaletteTool
  24044.     endif
  24045.   endif
  24046.   skip start BACK
  24047. endif
  24048. .stored-in
  24049. FreshFish-Vol10:Useful/util/misc/PaletteTool/
  24050. .pi-file
  24051. FreshFish-Vol10:Useful/util/misc/PaletteTool/Product-Info
  24052. .name
  24053. patch
  24054. .fullname
  24055. patch
  24056. .type
  24057. Programmer Tool
  24058. .short
  24059. Apply diff files
  24060. .description
  24061. Patch will take a patch file containing any of the four forms of
  24062. difference listing produced by the diff program and apply those
  24063. differences to an original file, producing a patched version.  By
  24064. default, the patched version is put in place of the original, with the
  24065. original file backed up to another name.
  24066. .version
  24067. 2.1
  24068. .author
  24069. Larry Wall
  24070. .requirements
  24071. Amiga binary requires the ixemul.library.
  24072. .distribution
  24073. GNU Public License
  24074. .email
  24075. lwall@netlabs.com
  24076. .described-by
  24077. Fred Fish (fnf@amigalib.com)
  24078. .aminet-dir
  24079. gnu/src
  24080. .stored-in
  24081. FreshFish-Vol10:GNU-src/amiga/patch-2.1-src.lha
  24082. .pi-file
  24083. FreshFish-Vol10:GNU-src/amiga/patch-2.1-src.lha.pi
  24084. .name
  24085. patch
  24086. .fullname
  24087. patch
  24088. .type
  24089. Programmer Tool
  24090. .short
  24091. Apply diff files
  24092. .description
  24093. Patch will take a patch file containing any of the four forms of
  24094. difference listing produced by the diff program and apply those
  24095. differences to an original file, producing a patched version.  By
  24096. default, the patched version is put in place of the original, with the
  24097. original file backed up to another name.
  24098. .version
  24099. 2.1
  24100. .author
  24101. Larry Wall
  24102. .requirements
  24103. Amiga binary requires the ixemul.library.
  24104. .distribution
  24105. GNU Public License
  24106. .email
  24107. lwall@netlabs.com
  24108. .described-by
  24109. Fred Fish (fnf@amigalib.com)
  24110. .aminet-dir
  24111. gnu/base
  24112. .stored-in
  24113. FreshFish-Vol10:GNU-src/baseline/patch-2.1.tar.gz
  24114. .pi-file
  24115. FreshFish-Vol10:GNU-src/baseline/patch-2.1.tar.gz.pi
  24116. .name
  24117. pa_amylogos
  24118. .type
  24119. Picture
  24120. .short
  24121. AMIGA Logos by PirlAGA
  24122. .description
  24123. 4 Nice Amiga Logos (640x256) by PirlAGA
  24124. .author
  24125. PirlAGA
  24126. .distribution
  24127. Copyrighted but Freely Redistributable
  24128. .email
  24129. tekne@cmns.mnegri.it
  24130. .aminet-dir
  24131. pix/misc
  24132. .execute
  24133. set filechoice `requestfile "Select an IFF file to view" PATTERN="#?.iff"
  24134. METATOOL $filechoice ILBM
  24135. .docs
  24136. pa_amylogos.readme
  24137. ReadMe
  24138. .described-by
  24139. Richard Fish (rjf@amigalib.com)
  24140. .submittal
  24141. Downloaded via ftp from wuarchive.wustl.edu.
  24142. .stored-in
  24143. FreshFish-Vol10:New/pix/misc/pa_amylogos/
  24144. .pi-file
  24145. FreshFish-Vol10:New/pix/misc/pa_amylogos/Product-Info
  24146. .name
  24147. pa_sirds
  24148. .type
  24149. Picture
  24150. .short
  24151. PirlAGA Sirds Collection Vol.1
  24152. .description
  24153. PirlAGA Sirds Collection Vol.1
  24154. .author
  24155. PirlAGA
  24156. .distribution
  24157. Copyrighted but Freely Redistributable
  24158. .email
  24159. tekne@cmns.mnegri.it
  24160. .aminet-dir
  24161. pix/misc
  24162. .execute
  24163. set filechoice `requestfile "Select an IFF file to view" PATTERN="#?.IFF"
  24164. METATOOL $filechoice ILBM
  24165. .docs
  24166. pa_sirds.readme
  24167. ReadMe.txt
  24168. .described-by
  24169. Richard Fish (rjf@amigalib.com)
  24170. .submittal
  24171. Downloaded via ftp from wuarchive.wustl.edu.
  24172. .stored-in
  24173. FreshFish-Vol10:New/pix/misc/pa_sirds/
  24174. .pi-file
  24175. FreshFish-Vol10:New/pix/misc/pa_sirds/Product-Info
  24176. .name
  24177. pdksh
  24178. .fullname
  24179. Ksh compatible shell
  24180. .type
  24181. Shell
  24182. .short
  24183. A UNIX ksh compatible shell for AmigaDOS
  24184. .description
  24185. A KSH-like shell that is compatible enough with the real UNIX ksh to
  24186. be used with most scripts that the UNIX ksh can run.
  24187. .version
  24188. 4.9
  24189. .date
  24190. .author
  24191. Eric Gisin
  24192. Charles Forsyth
  24193. John R MacMillan
  24194. Simon J. Gerraty
  24195. Markus Wild
  24196. .distribution
  24197. Public Domain
  24198. .requirements
  24199. Amiga binary requires ixemul.library.
  24200. .docs
  24201. !README.AMIGA!
  24202. README
  24203. .described-by
  24204. Fred Fish (fnf@amigalib.com)
  24205. .submittal
  24206. Downloaded via ftp from wuarchive.wustl.edu.
  24207. .aminet-dir
  24208. gnu/src
  24209. .stored-in
  24210. FreshFish-Vol10:GNU-src/amiga/pdksh-4.9-src.lha
  24211. .pi-file
  24212. FreshFish-Vol10:GNU-src/amiga/pdksh-4.9-src.lha.pi
  24213. .name
  24214. pdksh
  24215. .fullname
  24216. Ksh compatible shell
  24217. .type
  24218. Shell
  24219. .short
  24220. A UNIX ksh compatible shell for AmigaDOS
  24221. .description
  24222. A KSH-like shell that is compatible enough with the real UNIX ksh to
  24223. be used with most scripts that the UNIX ksh can run.
  24224. .version
  24225. 4.9
  24226. .date
  24227. .author
  24228. Eric Gisin
  24229. Charles Forsyth
  24230. John R MacMillan
  24231. Simon J. Gerraty
  24232. Markus Wild
  24233. .distribution
  24234. Public Domain
  24235. .requirements
  24236. Amiga binary requires ixemul.library.
  24237. .docs
  24238. !README.AMIGA!
  24239. README
  24240. .described-by
  24241. Fred Fish (fnf@amigalib.com)
  24242. .submittal
  24243. Downloaded via ftp from wuarchive.wustl.edu.
  24244. .aminet-dir
  24245. gnu/base
  24246. .stored-in
  24247. FreshFish-Vol10:GNU-src/baseline/pdksh-4.9.tar.gz
  24248. .pi-file
  24249. FreshFish-Vol10:GNU-src/baseline/pdksh-4.9.tar.gz.pi
  24250. .name
  24251. PerfMeter
  24252. .type
  24253. OS Utility
  24254. .short
  24255. CPU usage, load and memory meter
  24256. .description
  24257. PerfMeter is the X's PerformanceMeter-style little meter, which shows
  24258. CPU usage, CPU load, chip, fast and public memory, and uptime.  The
  24259. items can be selected from the Project menu.
  24260. .version
  24261. 2.2
  24262. .author
  24263. Juha Tuominen
  24264. .requirements
  24265. Requires Kickstart 2.0 or later.
  24266. .reference
  24267. .keywords
  24268. .distribution
  24269. Shareware
  24270. .price
  24271. $5 (US)
  24272. .address
  24273. Digital Design, Inc.
  24274. Opiskelijankatu 30 B 42
  24275. TAMPERE 33720-SF
  24276. FINLAND
  24277. .email
  24278. po87553@cs.tut.fi
  24279. .phone
  24280. .fax
  24281. .exectype
  24282. .installsize
  24283. .source
  24284. Includes source in C.
  24285. .construction
  24286. .tested
  24287. .docs
  24288. perfmeter.doc
  24289. .described-by
  24290. Fred Fish (fnf@fishpond.cygnus.com)
  24291. .submittal
  24292. Downloaded via ftp from wuarchive.wustl.edu.
  24293. .execute
  24294. LAB start
  24295. set choice `RequestChoice "PerfMeter" "Please select an option" "Documentation" "View Source" "Run PerfMeter" "Cancel"`
  24296. if $choice GT "0"
  24297.   if $choice EQ "1"
  24298.     MetaTool PerfMeter.doc TEXT
  24299.   else
  24300.     if $choice EQ "2"
  24301.       MetaTool perfmeter.c TEXT
  24302.     else
  24303.       if $choice EQ "3"
  24304.         run PerfMeter
  24305.       endif
  24306.     endif
  24307.   endif
  24308.   skip start BACK
  24309. endif
  24310. .aminet-dir
  24311. util/moni
  24312. .stored-in
  24313. FreshFish-Vol10:Useful/util/moni/PerfMeter/
  24314. .pi-file
  24315. FreshFish-Vol10:Useful/util/moni/PerfMeter/Product-Info
  24316. .name
  24317. perl
  24318. .fullname
  24319. Practical Extraction and Report Language
  24320. .type
  24321. Programmer Tool
  24322. .short
  24323. Practical Extraction and Report Language
  24324. .description
  24325. Perl is an interpreted language optimized for scanning arbitrary text
  24326. files, extracting information from those text files, and printing
  24327. reports based on that information.  It's also a good language for many
  24328. system management tasks.  The language is intended to be practical
  24329. (easy to use, efficient, complete) rather than beautiful (tiny,
  24330. elegant, minimal).  It combines (in the author's opinion, anyway) some
  24331. of the best features of C, sed, awk, and sh, so people familiar with
  24332. those languages should have little difficulty with it.  (Language
  24333. historians will also note some vestiges of csh, Pascal, and even
  24334. BASIC-PLUS.)  Expression syntax corresponds quite closely to C
  24335. expression syntax.
  24336.  
  24337. Unlike most Unix utilities, perl does not arbitrarily limit the size
  24338. of your data.  If you've got the memory, perl can slurp in your whole
  24339. file as a single string.  Recursion is of unlimited depth.  And the
  24340. hash tables used by associative arrays grow as necessary to prevent
  24341. degraded performance.  Perl uses sophisticated pattern matching
  24342. techniques to scan large amounts of data very quickly.  Although
  24343. optimized for scanning text, perl can also deal with binary data, and
  24344. can make dbm files look like associative arrays (where dbm is
  24345. available).  Setuid perl scripts are safer than C programs through a
  24346. dataflow tracing mechanism which prevents many stupid security holes.
  24347. If you have a problem that would ordinarily use sed or awk or sh, but
  24348. it exceeds their capabilities or must run a little faster, and you
  24349. don't want to write the silly thing in C, then perl may be for you.
  24350. There are also translators to turn your sed and awk scripts into perl
  24351. scripts.
  24352. .version
  24353. 4.036
  24354. .author
  24355. Larry Wall
  24356. .distribution
  24357. GNU Public License
  24358. .email
  24359. lwall@netlabs.com
  24360. .described-by
  24361. Fred Fish (fnf@amigalib.com)
  24362. .aminet-dir
  24363. gnu/src
  24364. .stored-in
  24365. FreshFish-Vol10:GNU-src/amiga/perl-4.036-src.lha
  24366. .pi-file
  24367. FreshFish-Vol10:GNU-src/amiga/perl-4.036-src.lha.pi
  24368. .name
  24369. perl
  24370. .fullname
  24371. Practical Extraction and Report Language
  24372. .type
  24373. Programmer Tool
  24374. .short
  24375. Practical Extraction and Report Language
  24376. .description
  24377. Perl is an interpreted language optimized for scanning arbitrary text
  24378. files, extracting information from those text files, and printing
  24379. reports based on that information.  It's also a good language for many
  24380. system management tasks.  The language is intended to be practical
  24381. (easy to use, efficient, complete) rather than beautiful (tiny,
  24382. elegant, minimal).  It combines (in the author's opinion, anyway) some
  24383. of the best features of C, sed, awk, and sh, so people familiar with
  24384. those languages should have little difficulty with it.  (Language
  24385. historians will also note some vestiges of csh, Pascal, and even
  24386. BASIC-PLUS.)  Expression syntax corresponds quite closely to C
  24387. expression syntax.
  24388.  
  24389. Unlike most Unix utilities, perl does not arbitrarily limit the size
  24390. of your data.  If you've got the memory, perl can slurp in your whole
  24391. file as a single string.  Recursion is of unlimited depth.  And the
  24392. hash tables used by associative arrays grow as necessary to prevent
  24393. degraded performance.  Perl uses sophisticated pattern matching
  24394. techniques to scan large amounts of data very quickly.  Although
  24395. optimized for scanning text, perl can also deal with binary data, and
  24396. can make dbm files look like associative arrays (where dbm is
  24397. available).  Setuid perl scripts are safer than C programs through a
  24398. dataflow tracing mechanism which prevents many stupid security holes.
  24399. If you have a problem that would ordinarily use sed or awk or sh, but
  24400. it exceeds their capabilities or must run a little faster, and you
  24401. don't want to write the silly thing in C, then perl may be for you.
  24402. There are also translators to turn your sed and awk scripts into perl
  24403. scripts.
  24404. .version
  24405. 4.036
  24406. .author
  24407. Larry Wall
  24408. .distribution
  24409. GNU Public License
  24410. .email
  24411. lwall@netlabs.com
  24412. .described-by
  24413. Fred Fish (fnf@amigalib.com)
  24414. .aminet-dir
  24415. gnu/base
  24416. .stored-in
  24417. FreshFish-Vol10:GNU-src/baseline/perl-4.036.tar.gz
  24418. .pi-file
  24419. FreshFish-Vol10:GNU-src/baseline/perl-4.036.tar.gz.pi
  24420. .name
  24421. Phonebill
  24422. .type
  24423. Communications
  24424. .short
  24425. Log file analyzer-determine call costs
  24426. .description
  24427.    `phonebill' is, simply said, a log file analyzer. What it basically
  24428. does is scan log file(s) generated by a terminal program or a mailer,
  24429. extract all information about calls you have made by using your modem,
  24430. and store this in its own (short) format. After extracting the calls
  24431. `phonebill' can generate various reports in which you can find
  24432. information on duration and costs of the calls.
  24433. .version
  24434. 3.3b
  24435. .date
  24436. 1995.06.17
  24437. .author
  24438. Raymond Penners
  24439. .restrictions
  24440. * Binary log file maintenance and report presets are disabled.
  24441.  
  24442. * `phonebill' only calculates the fees with up to two decimals (e.g.
  24443.   $0,15). In the registered version nine decimals are supported,
  24444.   which provides a better accuracy.
  24445. .reference
  24446. AmigaLibDisk917:PhoneBill/
  24447. 1.08
  24448. FreshFish-Vol1:New/AmigaLibDisks/Disk917/PhoneBill/
  24449. 1.08
  24450. FreshFish-Vol2:Old/AmigaLibDisks/Disks900-919/Disk917/PhoneBill/
  24451. 1.08
  24452. FrozenFish-Vol1:BBS/ALib/d9xx/d917/PhoneBill.lha
  24453. 1.08
  24454. GoldFish-Vol1-1:BBS/d9xx/d917/PhoneBill.lha
  24455. 1.08
  24456. GoldFish-Vol1-2:d9xx/d917/Phonebill/
  24457. 1.08
  24458. .distribution
  24459. Shareware
  24460. .price
  24461. $10 (US), DM 15, FL 15, AUD $15
  24462. .address
  24463. Raymond Penners
  24464. Berkenlaan 4
  24465. NL-6241 AZ Bunde (The Netherlands)
  24466. .email
  24467. raymondp@stack.urc.tue.nl
  24468. .docs
  24469. Documentation/Phonebill.doc
  24470. Documentation/Phonebill.dvi
  24471. Documentation/Phonebill.guide
  24472. Documentation/Register.doc
  24473. Documentation/Register.Italy
  24474. .described-by
  24475. Richard Fish (rjf@amigalib.com)
  24476. .submittal
  24477. Downloaded via ftp from wuarchive.wustl.edu.
  24478. .aminet-dir
  24479. comm/misc
  24480. .execute
  24481. LAB Start
  24482. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
  24483. if $choice GT "0"
  24484.   if $choice EQ "1"
  24485.     MetaTool Documentation/PhoneBill.doc  TEXT
  24486.   else
  24487.     if $choice EQ "2"
  24488.       cd Documentation
  24489.       MetaTool Phonebill.guide GUIDE
  24490.       cd /
  24491.     else
  24492.       if $choice EQ "3"
  24493.         wbrun PhoneBill
  24494.       endif
  24495.     endif
  24496.   endif
  24497.   skip Start BACK
  24498. endif
  24499. .stored-in
  24500. FreshFish-Vol10:New/comm/misc/Phonebill/
  24501. .pi-file
  24502. FreshFish-Vol10:New/comm/misc/Phonebill/Product-Info
  24503. .name
  24504. piCalc
  24505. .type
  24506. Math Tool
  24507. .short
  24508. Program to calculate pi (3.1415...)
  24509. .description
  24510. piCalc is a CLI-only program to calculate the mathematical number pi to
  24511. any number of decimal places (memory and time limit how many). It is made in
  24512. very optimized assembler and uses the 64 bit 68020 math instructions to be
  24513. as fast as possible. On my 68020/28 it calculates pi to 10000 decimals in
  24514. under a minute. It features many options: How often should we save/output
  24515. the current calculation, option to show how far it has come and how long
  24516. a calculation will take.
  24517. .version
  24518. 2.5
  24519. .date
  24520. 1995.07.16
  24521. .author
  24522. Steffen Thorsen
  24523. .distribution
  24524. Freeware
  24525. .requirements
  24526. 68020 or better CPU required, Kickstart 2.04 or better
  24527. .exectype
  24528. 68020
  24529. .tested
  24530. A1200 with Fast Memory
  24531. tested with up to 1000008 decimals, seems to give correct numbers
  24532. .address
  24533. Fjordg 8A
  24534. N-4300 Sandnes
  24535. Norway
  24536. .installsize
  24537. 14K
  24538. .docs
  24539. piCalc.doc
  24540. .described-by
  24541. Steffen Thorsen
  24542. .submittal
  24543. Submitted on disk directly by the author
  24544. .aminet-dir
  24545. misc/math
  24546. .execute
  24547. LAB start
  24548. set choice `RequestChoice "PiCalc" "Please select an option" "Documentation" "Cancel"`
  24549. if $choice GT "0"
  24550.   if $choice EQ "1"
  24551.     MetaTool piCalc.doc TEXT
  24552.   endif
  24553.   skip start BACK
  24554. endif
  24555. .stored-in
  24556. FreshFish-Vol10:New/misc/math/piCalc/
  24557. .pi-file
  24558. FreshFish-Vol10:New/misc/math/piCalc/Product-Info
  24559. .name
  24560. Play16
  24561. .aminet-dir
  24562. mus/play
  24563. .short
  24564. Plays WAV, IFF, MAUD, etc, 14 bit output
  24565. .description
  24566. Basically, Play16 is capable of playing uncompressed and _some_ compressed
  24567. soundfiles through Amiga's standard audio device or an increasing number of
  24568. alternative devices. If the actual resolution or playback rate exceeds that
  24569. of the Amiga hardware, realtime conversion is done so that the sound is
  24570. being played back correctly.
  24571.  
  24572. You can even play 16 bit / 44.1 kHz sounds, providing all parts of
  24573. your system can keep up with the high data transfer rate and lots
  24574. of calculations needed for this task. (In this case an accelerated
  24575. Amiga is recommended :-)
  24576.  
  24577. The two audio channels at each side can be linked to perform as a single
  24578. 14 bit channel. Again, this swallows lots of computing power.
  24579.  
  24580. Anyway, my Amiga 3000-16MHz is fast enough to play an uncompressed soundfile
  24581. with full 44.1kHz/14bit output (productivity) directly from harddisk !!!
  24582.  
  24583. I don't want Play16 to be a program that plays each and every exotic format
  24584. that exists somewhere. However, I intend to support as many popular file
  24585. types as possible.
  24586.  
  24587. Features in brief
  24588. -----------------
  24589.  - autodetects and plays several soundfiles, up to 16 bit / 56 kHz / stereo
  24590.  - full Workbench support (but not Intuition and no GUI)
  24591.  - always correct playback speed, even for sounds >28 kHz
  24592.  - realtime playback from harddisk, optimized assembler routines
  24593.  - optional 14 bit output (less noise but not as good as true 16 bit)
  24594.  - automatic or manual audio filter control
  24595.  - plays mono sounds on *both* channels, not only on the left one
  24596.  - plays (and loops) files that are larger than memory
  24597.  - preloading for exactly timed start of playback
  24598.  - fast uLaw decompression
  24599.  - system friendly audio channel allocation
  24600.  - optionally dump the output into a file (can be used to convert sounds)
  24601.  - supported Filetypes are:
  24602.  
  24603.    * Microsoft RIFF-WAVE  (.WAV)  mono / stereo, 8 / 16 bit, linear / uLaw
  24604.    * Creative Voice File  (.VOC)  mono / stereo, 8 / 16 bit, linear
  24605.    * Sun/NeXT Audio       (.AU)   mono / stereo, 8 / 16 bit, linear / uLaw
  24606.    * MacroSystem MAUD     (.MAUD) mono / stereo, 8 / 16 bit, linear / uLaw
  24607.    * Apple/SGI/Amiga AIFF (.AIFF) mono / stereo, 8 / 16 bit, linear
  24608.    * Amiga IFF-8SVX       (.IFF)  mono / stereo, 8      bit, linear / FibDelta
  24609.    * Any raw sound data as long as it matches one of the following:
  24610.      -  8 bit signed
  24611.      -  8 bit unsigned
  24612.      - 16 bit signed, Intel format    (LSB first)
  24613.      - 16 bit signed, Motorola format (MSB first)
  24614.  
  24615.     - supported output devices are:
  24616.  
  24617.    * Native Amiga chipset (Paula)  8 bit
  24618.    * Native Amiga chipset (Paula) 14 bit
  24619.    * Native Amiga chipset (Paula) 14 bit calibrated (Christian Buchner)
  24620.    * MacroSystem Maestro Pro      16 bit 44.1kHz and 48kHz only
  24621.    * IFF-8SVX file dump            8 bit
  24622. .version
  24623. 1.5
  24624. .date
  24625. 1995.07.02
  24626. .author
  24627. Thomas Wenzel
  24628. .described-by
  24629. Fred Fish (fnf@amigalib.com)
  24630. .distribution
  24631. Copyrighted but freely redistributable.
  24632. .email
  24633. wenzel@unixserv.rz.fh-hannover.de
  24634. .execute
  24635. LAB start
  24636. set choice `RequestChoice "Play16" "Please select an option" "ReadMe" "English Docs" "Deutsch Docs" "Run" "Cancel"`
  24637. if $choice GT "0"
  24638.   if $choice EQ "1"
  24639.     MetaTool Play16.ReadMe TEXT
  24640.   else
  24641.     if $choice EQ "2"
  24642.       MetaTool Play16.doc TEXT
  24643.     else
  24644.       if $choice EQ "3"
  24645.         MetaTool Play16.dok TEXT
  24646.       else
  24647.         if $choice EQ "4"
  24648.           WBRun Play16
  24649.         endif
  24650.       endif
  24651.     endif
  24652.   endif
  24653.   skip start BACK
  24654. endif
  24655. .stored-in
  24656. FreshFish-Vol10:Useful/mus/play/Play16/
  24657. .pi-file
  24658. FreshFish-Vol10:Useful/mus/play/Play16/Product-Info
  24659. # This file contains product information that can be used by
  24660. # KingFisher 2.0 and other similar tools.
  24661.  
  24662. .name
  24663. PoolWatch
  24664. .type
  24665. Developer Utility
  24666. .short
  24667. Debug tool for pool-allocations (OS3.x)
  24668. .description
  24669. PoolWatch  is a debug tool for OS 3.0 and higher designed to watch and
  24670. correct  illegal  allocation  and  freeing  of  memory  that  use  the
  24671. pool-functions provided in OS 3.0 and upwards.  PoolWatch is necessary
  24672. since  Mungwall  do  not  catch any illegal memory handling concerning
  24673. pool-allocations.
  24674.  
  24675. PoolWatch  is especially useful in combination with Enforcer, Mungwall
  24676. (which  will  watch  normal  allocations  that  use AllocMem/FreeMem),
  24677. SegTracker and FindHit (included in the Enforcer archive).
  24678.  
  24679. If  SegTracker  is  running  in  the system when PoolWatch is started,
  24680. PoolWatch   will  use  the  public  SegTracker  seglist  tracking  for
  24681. identifying  the  hunk  and  offset  into the executable doing illegal
  24682. allocations.
  24683.  
  24684. You  *need*  sushi  to run PoolWatch.  PoolWatch will use kprintf() to
  24685. output  text, and without sushi (or a terminal-program :) you will not
  24686. be able to see the text.  Future versions will probably support output
  24687. to stdio too.
  24688. .version
  24689. 1.03
  24690. .date
  24691. 1995.07.07
  24692. .author
  24693. Magne Østlyngen
  24694. .requirements
  24695. Requires OS3.x
  24696. .reference
  24697. FreshFish-Vol9-2:BBS/dev/PoolWatch-1.01.lha
  24698. 1.01
  24699. FreshFish-Vol9-1:New/dev/debug/PoolWatch/
  24700. 1.01
  24701. .distribution
  24702. Freeware
  24703. .address
  24704. Strandveien 59B
  24705. N-9007 Tromsø
  24706. Norway
  24707. .email
  24708. magneoe@stud.cs.uit.no (Magne Oestlyngen)
  24709. .docs
  24710. PoolWatch.doc
  24711. .described-by
  24712. Dan Fish (daf@starfish.amigalib.com)
  24713. .submittal
  24714. Downloaded via ftp from wuarchive.wustl.edu.
  24715. .execute
  24716. LAB Start
  24717. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
  24718. if $choice GT "0"
  24719.   if $choice EQ "1"
  24720.     MetaTool PoolWatch.doc  TEXT
  24721.   else
  24722.     if $choice EQ "2"
  24723.       run >nil: poolwatch
  24724.       RequestChoice "Program Started" "PoolWatch Started..." "OK"
  24725.     endif
  24726.   endif
  24727.   skip Start BACK
  24728. endif
  24729. .aminet-dir
  24730. dev/debug
  24731. .stored-in
  24732. FreshFish-Vol10:New/dev/debug/PoolWatch/
  24733. .pi-file
  24734. FreshFish-Vol10:New/dev/debug/PoolWatch/Product-Info
  24735. .name
  24736. power-hardware
  24737. .short
  24738. Reviews of power supplies, etc.
  24739. .description
  24740. Reviews of power supplies, uninterruptable power supplies (UPS), etc.
  24741. .described-by
  24742. fnf@amigalib.com
  24743. .author
  24744. Various; maintained by Daniel Barrett
  24745. .aminet-dir
  24746. docs/rview
  24747. .stored-in
  24748. FreshFish-Vol10:Useful/reviews/hardware/power/
  24749. .pi-file
  24750. FreshFish-Vol10:Useful/reviews/hardware/power/Product-Info
  24751. .name
  24752. PowerPC
  24753. .type
  24754. Picture
  24755. .short
  24756. 2 Cinema4D rendered images
  24757. .description
  24758. 2 Cinema4D rendered images
  24759. .author
  24760. Jurgen Schoberl
  24761. .distribution
  24762. Copyrighted but Freely Redistributable
  24763. .email
  24764. haslbeck@informatik.tu-muenchen.de
  24765. .aminet-dir
  24766. pix/trace
  24767. .execute
  24768. set filechoice `requestfile "Select JPEG file" PATTERN="#?.JPG"
  24769. METATOOL $filechoice JPEG
  24770. .docs
  24771. PowerPC.readme
  24772. .described-by
  24773. Richard Fish (rjf@amigalib.com)
  24774. .submittal
  24775. Downloaded via ftp from wuarchive.wustl.edu.
  24776. .stored-in
  24777. FreshFish-Vol10:New/pix/trace/PowerPC/
  24778. .pi-file
  24779. FreshFish-Vol10:New/pix/trace/PowerPC/Product-Info
  24780. .name
  24781. PowerPlayer
  24782. .aminet-dir
  24783. mus/play
  24784. .type
  24785. Sound Playing
  24786. .short
  24787. User/System friendly module player
  24788. .description
  24789. A very powerful, user friendly and system friendly module player.
  24790. It can handle nearly all module-formats, can read powerpacked &
  24791. xpk-packed modules and comes along with its own powerful cruncher
  24792. that uses the lh.library.  Has a simple to use userinterface and
  24793. an ARexx port, has locale-support and a nice installer script for
  24794. CBM's installer utility.  Binary only.
  24795. .version
  24796. 4.1
  24797. .reference
  24798. AmigaLibDisk960:PowerPlayer/
  24799. 4.0
  24800. AmigaLibDisk863:PowerPlayer/
  24801. 3.9
  24802. AmigaLibDisk769:PowerPlayer/
  24803. 3.4
  24804. AmigaLibDisk704:PowerPlayer/
  24805. 3.0
  24806. AmigaLibDisk687:PowerPlayer/
  24807. 2.7
  24808. AmigaLibDisk647:PowerPlayer/
  24809. 2.1
  24810. .date
  24811. 1995.1.2
  24812. .author
  24813. Stephan Fuhrmann
  24814. .distribution
  24815. Shareware
  24816. .price
  24817. DM30
  24818. .address
  24819. Erikstr. 30
  24820. 24837 Schleswig
  24821. Germany
  24822. .docs
  24823. docs/PowerPlayer.Deutsch
  24824. docs/PowerPlayer.English
  24825. docs/PowerPlayer.Français
  24826. .described-by
  24827. Fred Fish (fnf@amigalib.com)
  24828. .submittal
  24829. Submitted via email directly by the author.
  24830. .execute
  24831. set orgdir `cd`
  24832. LAB start
  24833. failat 10
  24834. unset filechoice
  24835. unset dirchoice
  24836. cd $orgdir
  24837. set choice `RequestChoice "PowerPlayer" "Please select an option" "View Docs" "Install" "Run PowerPlayer" "Cancel"`
  24838. if $choice GT "0"
  24839.   if $choice EQ "1"
  24840.     cd docs
  24841.     set filechoice `RequestFile TITLE "Select Text File"`
  24842.     set dirchoice `pathname $filechoice`
  24843.     set filechoice `basename $filechoice`
  24844.     failat 21
  24845.     cd $dirchoice
  24846.     MetaTool $filechoice TEXT
  24847.   else
  24848.     if $choice EQ "2"
  24849.       Installer SCRIPT Install-PowerPlayer APPNAME PowerPlayer MINUSER NOVICE DEFUSER AVERAGE
  24850.     else
  24851.       if $choice EQ "3"
  24852.         run PowerPlayer
  24853.       endif
  24854.     endif
  24855.   endif
  24856.   skip start BACK
  24857. endif
  24858. .stored-in
  24859. FreshFish-Vol10:Useful/mus/play/PowerPlayer/
  24860. .pi-file
  24861. FreshFish-Vol10:Useful/mus/play/PowerPlayer/Product-Info
  24862. .name
  24863. PowerSnap
  24864. .type
  24865. Workbench Tool
  24866. .short
  24867. Commodity to cut and paste text
  24868. .description
  24869. PowerSnap is a utility that allows you to use the mouse to mark
  24870. characters anywhere on the screen and paste them somewhere else, like
  24871. in the CLI or in a string gadget. PowerSnap will check what font is
  24872. used in the window you snap from and will look for the position of the
  24873. characters automatically.  It recognizes all non proportional fonts of
  24874. up to 24 pixels wide and of any height so this should cover most fonts
  24875. used.  Snapping and pasting text is done using the mouse, making
  24876. PowerSnap fast and easy to use.
  24877. .version
  24878. 2.2a
  24879. .author
  24880. Nico François
  24881. .requirements
  24882. Requires AmigaDOS 2.0 or later.
  24883. .reference
  24884. AmigaLibDisk781:PowerSnap/
  24885. 2.1b
  24886. AmigaLibDisk726:PowerSnap/
  24887. 2.0
  24888. AmigaLibDisk542:PowerSnap/
  24889. 1.1
  24890. AmigaLibDisk467:PowerSnap/
  24891. 1.0
  24892. .distribution
  24893. Freeware
  24894. .address
  24895. Corbielaan 13
  24896. B-3060 Bertem
  24897. BELGIUM
  24898. .email
  24899. nico@augfl.be
  24900. .docs
  24901. PowerSnap.doc
  24902. .described-by
  24903. Fred Fish (fnf@fishpond.cygnus.com)
  24904. .submittal
  24905. Downloaded via ftp from wuarchive.wustl.edu.
  24906. .execute
  24907. LAB start
  24908. set choice `RequestChoice "PowerSnap" "Please select an option" "Documentation" "Install" "Run PowerSnap" "Cancel"`
  24909. if $choice GT "0"
  24910.   if $choice EQ "1"
  24911.     MetaTool PowerSnap.doc TEXT
  24912.   else
  24913.     if $choice EQ "2"
  24914.       Installer SCRIPT Install APPNAME PowerSnap NOLOG MINUSER average NOPRINT
  24915.     else
  24916.       if $choice EQ "3"
  24917.         WBRun PowerSnap
  24918.       endif
  24919.     endif
  24920.   endif
  24921.   skip start BACK
  24922. endif
  24923. .aminet-dir
  24924. util/cdity
  24925. .stored-in
  24926. FreshFish-Vol10:Useful/util/cdity/PowerSnap/
  24927. .pi-file
  24928. FreshFish-Vol10:Useful/util/cdity/PowerSnap/Product-Info
  24929. .name
  24930. printing-software
  24931. .short
  24932. Reviews of printing products.
  24933. .description
  24934. Reviews of printer drivers and printing software.
  24935. .described-by
  24936. fnf@amigalib.com
  24937. .author
  24938. Various; maintained by Daniel Barrett
  24939. .aminet-dir
  24940. docs/rview
  24941. .stored-in
  24942. FreshFish-Vol10:Useful/reviews/software/printing/
  24943. .pi-file
  24944. FreshFish-Vol10:Useful/reviews/software/printing/Product-Info
  24945. .name
  24946. programmer-tools
  24947. .short
  24948. Reviews of programming software
  24949. .description
  24950. Reviews of programming software:
  24951.  
  24952.     Assemblers
  24953.     Compilers
  24954.     Interpreters
  24955.     Languages
  24956.     Programming environments
  24957.     Function libraries
  24958. .described-by
  24959. fnf@amigalib.com
  24960. .author
  24961. Various; maintained by Daniel Barrett
  24962. .aminet-dir
  24963. docs/rview
  24964. .stored-in
  24965. FreshFish-Vol10:Useful/reviews/software/programmer/
  24966. .pi-file
  24967. FreshFish-Vol10:Useful/reviews/software/programmer/Product-Info
  24968. .name
  24969. projects-hardware
  24970. .short
  24971. Reviews of hardware projects.
  24972. .description
  24973. Reviews of hardware projects.
  24974. .described-by
  24975. fnf@amigalib.com
  24976. .author
  24977. Various; maintained by Daniel Barrett
  24978. .aminet-dir
  24979. docs/rview
  24980. .stored-in
  24981. FreshFish-Vol10:Useful/reviews/hardware/projects/
  24982. .pi-file
  24983. FreshFish-Vol10:Useful/reviews/hardware/projects/Product-Info
  24984. .name
  24985. ProNET
  24986. .type
  24987. Network System
  24988. .short
  24989. ParNet-like network with modular driver
  24990. .description
  24991. ProNET  is  a  network  package for the Amiga, which now features a modular
  24992. interface driver concept.  Drivers for the internal parallel (ParNet Cable)
  24993. and  any serial port (NullModem) are provided.  V2 also features connection
  24994. of  more  than  two  Amigas,  a  completely  new  documentation  and Client
  24995. rebooting.   ProNET  is  more advanced than ParNet in that it supports e.g.
  24996. changeable  media  and  OS2&3  dospackets.  Still works on OS1.3 except the
  24997. handler  which  requires  OS2.0+.  This is version 2.0, extremely-low-cost,
  24998. non-crippled  Shareware.   Many  Bug  Fixes  to  V1.   Full  sourcecodes in
  24999. Assembler supplied.
  25000. .version
  25001. 2
  25002. .date
  25003. 1995.06.28
  25004. .author
  25005. Michael Krause
  25006. .requirements
  25007. Requires OS1.3+, pronet-handler OS2.0+
  25008. .distribution
  25009. Shareware
  25010. .price
  25011. 10 DM / $7 (US)
  25012. .address
  25013. Mannesallee 24
  25014. 21107 Hamburg
  25015. GERMANY
  25016. .email
  25017. rawstyle@online.sh.sub.de
  25018. .docs
  25019. pronet20.readme
  25020. ProNET.guide
  25021. .described-by
  25022. Michael Krause (rawstyle@online.sh.sub.de)
  25023. .submittal
  25024. Submitted on disk directly by the author.
  25025. .aminet-dir
  25026. comm/net
  25027. .execute
  25028. LAB Start
  25029. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Cancel"`
  25030. if $choice GT "0"
  25031.   if $choice EQ "1"
  25032.     MetaTool pronet20.readme  TEXT
  25033.   else
  25034.     if $choice EQ "2"
  25035.       set tmpdir `cd`
  25036.       cd docs
  25037.       set filechoice `RequestFile TITLE "Choose AmigaGuide File"`
  25038.       cd `pathname $filechoice`
  25039.       MetaTool `basename $filechoice` GUIDE
  25040.       cd $tmpdir
  25041.     endif
  25042.   endif
  25043.   skip Start BACK
  25044. endif
  25045. .stored-in
  25046. FreshFish-Vol10:New/comm/net/ProNET/
  25047. .pi-file
  25048. FreshFish-Vol10:New/comm/net/ProNET/Product-Info
  25049. # This file contains product information that can be used by
  25050. # KingFisher 2.0 and other similar tools.
  25051.  
  25052. .name
  25053. PSPRT
  25054. .fullname
  25055. PSPRT-Handler
  25056. .type
  25057. Device Driver
  25058. .short
  25059. Print PS files on non-PostScript printer
  25060. .description
  25061. PSPRT-Handler allows you to print PostScript files on non-postscript
  25062. capable printers using the "post.library" PostScript interpreter.
  25063. .version
  25064. 1.32
  25065. .date
  25066. 1995.07.06
  25067. .author
  25068. Daniel Weber
  25069. .requirements
  25070. OS2.04+, 2Mb+ RAM, post.library, printer
  25071. .reference
  25072. FreshFish-Vol9-2:BBS/text/PSPRT-1.24.lha
  25073. 1.24
  25074. FreshFish-Vol9-1:New/text/print/PSPRT/
  25075. 1.24
  25076. .distribution
  25077. Copyrighted but Freely Redistributable
  25078. .address
  25079. Hoeflistrasse 32
  25080. CH-8135 Langnau
  25081. Switzerland.
  25082. .email
  25083. dweber@amiga.icu.net.ch
  25084. .docs
  25085. psprt.guide
  25086. .described-by
  25087. Dan Fish (daf@starfish.amigalib.com)
  25088. .submittal
  25089. Downloaded via ftp from wuarchive.wustl.edu.
  25090. .execute
  25091. LAB Start
  25092. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Cancel"`
  25093. if $choice GT "0"
  25094.   if $choice EQ "1"
  25095.     MetaTool psprt132.readme TEXT
  25096.   else
  25097.     if $choice EQ "2"
  25098.       MetaTool psprt.guide GUIDE
  25099.     endif
  25100.   endif
  25101.   skip Start BACK
  25102. endif
  25103. .aminet-dir
  25104. text/print
  25105. .stored-in
  25106. FreshFish-Vol10:New/text/print/PSPRT/
  25107. .pi-file
  25108. FreshFish-Vol10:New/text/print/PSPRT/Product-Info
  25109. # This file contains product information that can be used by
  25110. # KingFisher 2.0 and other similar tools.
  25111.  
  25112. .name
  25113. QCD
  25114. .type
  25115. OS Utility
  25116. .short
  25117. Cd with CDPATH,pcd,cd ..,filereq,cd DF?:
  25118. .description
  25119. With qcd you can not only match paths, but also assigns/volumes/devices,
  25120. e.g. loc*:cat* would be short for locale:catalogs. If more than one
  25121. path maches it will ask you which one you really meant. Whenever possible
  25122. it understands the Unix elements . .. ~ / ,though the Amiga syntax has
  25123. priority. You also have the ablility to set a CDPATH variable to show
  25124. the program where to look for your directories. Of course you can go
  25125. back to the directory where you where before (similar to the script S:PCD).
  25126. Finally you can also select the directory via filerequester.
  25127. It has the following template :
  25128.      DIR,NOREQ/S,NOPAT/S,NOHARD/S,NOSOFT/S,NOUX/S,FREQ/S,
  25129.      PCD=-/S,PPCD=--/S,WAIT/K/N
  25130. .version
  25131. 1.1
  25132. .date
  25133. 1995.06.12
  25134. .author
  25135. Frank Würkner
  25136. .requirements
  25137. Requires OS2.0+
  25138. .distribution
  25139. Freeware
  25140. .address
  25141. Georgenschwaigstr. 22
  25142. D-80807 München
  25143. Germany
  25144. .email
  25145. wuerkner@informatik.tu-muenchen.de
  25146. .docs
  25147. qcd.doc
  25148. .described-by
  25149. Dan Fish (daf@starfish.amigalib.com)
  25150. .submittal
  25151. Downloaded via ftp from wuarchive.wustl.edu.
  25152. .execute
  25153. LAB Start
  25154. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Cancel"`
  25155. if $choice GT "0"
  25156.   if $choice EQ "1"
  25157.     MetaTool qcd.doc TEXT
  25158.   endif
  25159.   skip Start BACK
  25160. endif
  25161. .aminet-dir
  25162. util/cli
  25163. .stored-in
  25164. FreshFish-Vol10:New/util/cli/QCD/
  25165. .pi-file
  25166. FreshFish-Vol10:New/util/cli/QCD/Product-Info
  25167. # This file contains product information that can be used by
  25168. # KingFisher 2.0 and other similar tools.
  25169.  
  25170. .name
  25171. QuickFile
  25172. .type
  25173. Database
  25174. .short
  25175. Powerful, fast and easy database
  25176. .description
  25177. QuickFile is a flexible, flat file database. It uses random access with
  25178. indexing for fast access to records. Files can be larger than available
  25179. ram, but as much of the file as possible is kept in ram to reduce disk
  25180. accesses. Features include:
  25181.  
  25182.     - Multiple indexes with unique or non-unique keys
  25183.     - Data types include Character, date, integer, floating point,
  25184.       calculated, cycle, image and external.
  25185.     - Up to 250 characters per field and 250 fields per record.
  25186.     - Form and list style displays and reports.
  25187.     - Unlimited number of views of each file.
  25188.     - Sort over any number of keys, ascending and descending order.
  25189.     - Search operators include Like, Equal, Between, Sounds Like, Not Like
  25190.       and Not Equal.
  25191.     - Fields can be added, changed, or deleted at any time.
  25192.     - Flexible export/import
  25193.     - Flexible multi column label printing.
  25194.     - Multi-level report grouping and totalling
  25195.     - Any number of files open in re-sizable intuition windows
  25196.     - Online context-sensitive help with AmigaGuide
  25197.     - ARexx port supporting macros and commands from external programs.
  25198.     - Easy to use Intuition interface with font sensitivity.
  25199. .version
  25200. 3.16.1
  25201. .date
  25202. 1995.07.12
  25203. .author
  25204. Alan Wigginton
  25205. .requirements
  25206. Requires OS2.04+, 1Mb+ RAM recommeded
  25207. .reference
  25208. FreshFish-Vol9-2:BBS/biz/QuickFile-3.10.lha
  25209. 3.10
  25210. FreshFish-Vol9-1:New/biz/dbase/QuickFile/
  25211. 3.10
  25212. FreshFish-Vol8-2:BBS/biz/QuickFile-3.1.lha
  25213. 3.1
  25214. FreshFish-Vol8-1:New/biz/dbase/QuickFile/
  25215. 3.1
  25216. GoldFish-Vol1-2:d9xx/d972/QuickFile/
  25217. 2.02
  25218. GoldFish-Vol1-1:BBS/d9xx/d972/QuickFile.lha
  25219. 2.02
  25220. FrozenFish-Vol1:BBS/ALib/d9xx/d972/QuickFile.lha
  25221. 2.02
  25222. FreshFish-Vol3:New/AmigaLibDisks/Disk972/QuickFile/
  25223. 2.02
  25224. AmigaLibDisk972:QuickFile/
  25225. 2.02
  25226. GoldFish-Vol1-2:d9xx/d919/QuickFile/
  25227. 1.3.3
  25228. GoldFish-Vol1-1:BBS/d9xx/d919/QuickFile.lha
  25229. 1.3.3
  25230. FrozenFish-Vol1:BBS/ALib/d9xx/d919/QuickFile.lha
  25231. 1.3.3
  25232. FreshFish-Vol2:Old/AmigaLibDisks/Disks900-919/Disk919/QuickFile/
  25233. 1.3.3
  25234. FreshFish-Vol1:New/AmigaLibDisks/Disk919/QuickFile/
  25235. 1.3.3
  25236. AmigaLibDisk919:QuickFile/
  25237. 1.3.3
  25238. GoldFish-Vol1-2:d8xx/d820/QuickFile/
  25239. 1.2
  25240. GoldFish-Vol1-1:BBS/d8xx/d820/QuickFile.lha
  25241. 1.2
  25242. FrozenFish-Vol1:BBS/ALib/d8xx/d820/QuickFile.lha
  25243. 1.2
  25244. FreshFish-Vol2:Old/AmigaLibDisks/Disks820-839/Disk820/QuickFile/
  25245. 1.2
  25246. FreshFish-Vol1:Old/AmigaLibDisks/Disks820-839/Disk820/QuickFile/
  25247. 1.2
  25248. AmigaLibDisk820:QuickFile/
  25249. 1.2
  25250. .distribution
  25251. Copyrighted but Freely Redistributable
  25252. .address
  25253. 23 Carissa St
  25254. Shailer Park,
  25255. Queensland    4128
  25256. Australia
  25257. .email
  25258. alanw@mail.powerup.com.au
  25259. .docs
  25260. ReadMeFirst
  25261. History.doc
  25262. QuickFile.guide
  25263. Docs/QF_ARexx.doc
  25264. Docs/QuickFile.doc
  25265. .described-by
  25266. Dan Fish (daf@starfish.amigalib.com)
  25267. .submittal
  25268. Downloaded via ftp from wuarchive.wustl.edu.
  25269. .execute
  25270. LAB Start
  25271. set choice `RequestChoice "Options Selection" "Please select an option" "View ReadMe" "View Guide" "Run Program" "Cancel"`
  25272. if $choice GT "0"
  25273.   if $choice EQ "1"
  25274.     MetaTool quickfile.readme TEXT
  25275.   else
  25276.     if $choice EQ "2"
  25277.       MetaTool QuickFile.guide GUIDE
  25278.     else
  25279.       if $choice EQ "3"
  25280.         wbrun QuickFile
  25281.       endif
  25282.     endif
  25283.   endif
  25284.   skip Start BACK
  25285. endif
  25286. .aminet-dir
  25287. biz/dbase
  25288. .stored-in
  25289. FreshFish-Vol10:New/biz/dbase/QuickFile/
  25290. .pi-file
  25291. FreshFish-Vol10:New/biz/dbase/QuickFile/Product-Info
  25292. .name
  25293. RachelFootball
  25294. .fullname
  25295. Rachel Football
  25296. .version
  25297. 1.0
  25298. .date
  25299. 1995.06.26
  25300. .author
  25301. Les Dietz
  25302. .address
  25303. #12 5502 60 Street
  25304. Vegreville, Alberta, Canada
  25305. T9C 1P7
  25306. .email
  25307. ewaniu@ee.ualberta.ca
  25308. .type
  25309. Picture
  25310. .short
  25311. Rachel Raccoon playing touch football
  25312. .description
  25313. A 720x454 picture in 16 and 256 colour IFF format of Rachel Raccoon
  25314. playing touch football with Monty Moose a little too aggressively.
  25315. .distribution
  25316. Freeware, but not to be distributed in modified form
  25317. .requirements
  25318. Any computer capable of reading Amiga IFF pictures
  25319. .construction
  25320. DPaint 5
  25321. .docs
  25322. RachelFootball.readme
  25323. .submittal
  25324. Downloaded via ftp from wuarchive.wustl.edu
  25325. .described-by
  25326. Darren Ewaniuk (ewaniu@ee.ualberta.ca)
  25327. .execute
  25328. set filechoice `requestfile "Select an IFF file to view" PATTERN="#?.iff"
  25329. METATOOL $filechoice ILBM
  25330. .aminet-dir
  25331. pix/art
  25332. .stored-in
  25333. FreshFish-Vol10:New/pix/art/RachelFootball/
  25334. .pi-file
  25335. FreshFish-Vol10:New/pix/art/RachelFootball/Product-Info
  25336. .name
  25337. rcs
  25338. .fullname
  25339. Revision Control System
  25340. .type
  25341. Programmer Tool
  25342. .short
  25343. Revision Control System
  25344. .description
  25345. RCS, the Revision Control System, manages multiple revisions of files.
  25346. RCS can store, retrieve, log, identify, and merge revisions.  It is
  25347. useful for files that are revised frequently, e.g. programs,
  25348. documentation, graphics, and papers.
  25349. .version
  25350. 5.7
  25351. .author
  25352. Walter F. Tichy
  25353. et. al.
  25354. .distribution
  25355. GNU Public License
  25356. .described-by
  25357. Fred Fish (fnf@amigalib.com)
  25358. .aminet-dir
  25359. gnu/src
  25360. .stored-in
  25361. FreshFish-Vol10:GNU-src/amiga/rcs-5.7-src.lha
  25362. .pi-file
  25363. FreshFish-Vol10:GNU-src/amiga/rcs-5.7-src.lha.pi
  25364. .name
  25365. rcs
  25366. .fullname
  25367. Revision Control System
  25368. .type
  25369. Programmer Tool
  25370. .short
  25371. Revision Control System
  25372. .description
  25373. RCS, the Revision Control System, manages multiple revisions of files.
  25374. RCS can store, retrieve, log, identify, and merge revisions.  It is
  25375. useful for files that are revised frequently, e.g. programs,
  25376. documentation, graphics, and papers.
  25377. .version
  25378. 5.7
  25379. .author
  25380. Walter F. Tichy
  25381. et. al.
  25382. .distribution
  25383. GNU Public License
  25384. .described-by
  25385. Fred Fish (fnf@amigalib.com)
  25386. .aminet-dir
  25387. gnu/base
  25388. .stored-in
  25389. FreshFish-Vol10:GNU-src/baseline/rcs-5.7.tar.gz
  25390. .pi-file
  25391. FreshFish-Vol10:GNU-src/baseline/rcs-5.7.tar.gz.pi
  25392. # This file contains product information that can be used by
  25393. # KingFisher 2.0 and other similar tools.
  25394.  
  25395. .name
  25396. RCSGUI
  25397. .type
  25398. Workbench Tool
  25399. .short
  25400. GUI interface to HWGRCS
  25401. .description
  25402.   RCSGUI implements the basic features of RCS: checking in, checking
  25403.   out, locked and unlocked, rlog, and rcs -n to assign a symbolic name
  25404.   to a rev. It does not implement all options to all RCS commands.
  25405.  
  25406.   RCSGUI will let you checkin files by just dragging and dropping
  25407.   files on the RCSGUI window. The icons of the checked in files are
  25408.   visible in the RCSGUI window, and can be selected, and checked out
  25409.   by either the checkout button, double clicking on the icon, or drag
  25410.   and drop outside of RCSGUIs window.
  25411.  
  25412.   RCSGUI is completely font sensitive.
  25413.  
  25414.   It will adjust its gadgets and icons according to the window size.
  25415.  
  25416.   All configuration is done with tooltypes in the icon, and some
  25417.   can also be saved from the windows SnapShot button.
  25418.  
  25419.   Now supports and actually requires HWGRCS.
  25420.  
  25421.   Uses file requester to specify repositories.
  25422.  
  25423.   See the documentation for all the features.
  25424.  
  25425.   It works nicely with the SAS/C WB compiler environment, but have no
  25426.   connection to the SAS/C compiler. It can be used with any compiler
  25427.   that lets you edit & compile from the workbench. (Well, it can be
  25428.   used with any CLI based compiler too, but it wouldn't make sense).
  25429.   It can be used with anything that you want to use RCS for, it doesn't
  25430.   have to be programming!
  25431. .version
  25432. 2.41
  25433. .author
  25434. Tommy Svensson
  25435. .requirements
  25436. Requires OS2.x, HWGRCS distribution
  25437. .distribution
  25438. Shareware
  25439. .price
  25440. $20 (US), SEK 150
  25441. .address
  25442. Fregattvägen 36
  25443. 11768 Stockholm
  25444. Sweden
  25445. .email
  25446. bms@algonet.se
  25447. .docs
  25448. AFD-COPYRIGHT
  25449. rcsgui_2.41.readme
  25450. rcsgui.guide
  25451. .described-by
  25452. Dan Fish (daf@starfish.amigalib.com)
  25453. .submittal
  25454. Downloaded via ftp from wuarchive.wustl.edu.
  25455. .execute
  25456. LAB Start
  25457. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
  25458. if $choice GT "0"
  25459.   if $choice EQ "1"
  25460.     MetaTool rcsgui_2.41.readme TEXT
  25461.   else
  25462.     if $choice EQ "2"
  25463.       MetaTool rcsgui.guide GUIDE
  25464.     else
  25465.       if $choice EQ "3"
  25466.         rcsgui
  25467.       endif
  25468.     endif
  25469.   endif
  25470.   skip Start BACK
  25471. endif
  25472. .aminet-dir
  25473. dev/misc
  25474. .stored-in
  25475. FreshFish-Vol10:New/dev/misc/RCSGUI/
  25476. .pi-file
  25477. FreshFish-Vol10:New/dev/misc/RCSGUI/Product-Info
  25478. .name
  25479. Reflections
  25480. .type
  25481. Picture
  25482. .short
  25483. Swimming-pool with letters
  25484. .description
  25485. Rendered with A4040 / 10MB RAM / 540 HDD / CD-ROM
  25486. Used Soft: REFLECTIONS 2.53, DPAINT IV AGA and  compressed with GFxConv to JPEG
  25487.  
  25488. This is a 800x600 JPEG of a swimming -pool, rendered with REFLECTIONS 2.5. The conversion to
  25489. JPEG (JFIF)-Format was done with the great GFX-Conv 1.3 written by Dirk Farin (thanks
  25490. to him)
  25491.  
  25492. Best wishes for you, have fun with your AMIGA ...
  25493. .author
  25494. Dirk Thomsen
  25495. .distribution
  25496. Copyrighted but Freely Redistributable
  25497. .email
  25498. ZALU@TAM.shnet.org
  25499. .aminet-dir
  25500. pix/trace
  25501. .execute
  25502. METATOOL Reflections.jpg JPEG
  25503. .docs
  25504. Reflections.readme
  25505. .described-by
  25506. Richard Fish (rjf@amigalib.com)
  25507. .submittal
  25508. Downloaded via ftp from wuarchive.wustl.edu.
  25509. .stored-in
  25510. FreshFish-Vol10:New/pix/trace/Reflections/
  25511. .pi-file
  25512. FreshFish-Vol10:New/pix/trace/Reflections/Product-Info
  25513. .name
  25514. Remind
  25515. .type
  25516. Workbench Tool
  25517. .short
  25518. Reminds you of important dates.
  25519. .description
  25520.   Calender programs are plentiful for the Amiga, you can always find another
  25521. program sitting on a board which tells you what you are doing today. However
  25522. I feel none of the programs I have tried actually are useful and easy to
  25523. read.
  25524.  
  25525.   The good thing about remind is that it contains all the information in one
  25526. window, including what you need to do today, what you need to do within
  25527. several days, and what you have to do for the rest of the year. The user
  25528. interface has been remarked on by several people for its clarity.
  25529.  
  25530.   Its compact, completely configurable (well nearly), and its free.
  25531.   Completely and utterly free, all I ask is that you send me some e-mail to
  25532. say that you are using the program.
  25533. .version
  25534. 1.51
  25535. .date
  25536. 1995.06.22
  25537. .author
  25538. Richard Ambridge
  25539. .requirements
  25540. OS2.0+
  25541. .reference
  25542. AmigaLibDisks/d10xx/d1053/Programs/Remind/
  25543. 1.41
  25544. FreshFish-Vol8-1/New/util/cdity/Remind/
  25545. 1.41
  25546. FreshFish-Vol8-2/BBS/util/Remind-1.41.lha
  25547. 1.41
  25548. FreshFish-Vol9-2/BBS/util/Remind-1.41.lha
  25549. 1.41
  25550. GoldFish-Vol2-1/Files/util/cdity/Remind/
  25551. 1.41
  25552. GoldFish-Vol2-2/BBS/util/Remind-1.41.lha
  25553. 1.41
  25554. FreshFish-Vol6/BBS/util/Remind-1.32.lha
  25555. 1.32
  25556. FreshFish-Vol6/New/util/misc/Remind/
  25557. 1.32
  25558. .distribution
  25559. Shareware
  25560. .address
  25561. 23 Fieldway Crescent,
  25562. Northwood,
  25563. Cowes,
  25564. Isle of Wight.
  25565. England
  25566. PO31 8AJ
  25567. .email
  25568. rambridg@encore.com
  25569. .tested
  25570. It has been tested on a couple of A1200's running OS 3.0.
  25571. .docs
  25572. History
  25573. README
  25574. Remind.guide
  25575. .described-by
  25576. Richard Fish (rjf@amigalib.com)
  25577. .submittal
  25578. Downloaded via ftp from wuarchive.wustl.edu.
  25579. .aminet-dir
  25580. util/cdity
  25581. .execute
  25582. LAB Start
  25583. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
  25584. if $choice GT "0"
  25585.   if $choice EQ "1"
  25586.     MetaTool README TEXT
  25587.   else
  25588.     if $choice EQ "2"
  25589.       MetaTool Remind.guide GUIDE
  25590.     else
  25591.       if $choice EQ "3"
  25592.         Remind
  25593.       endif
  25594.     endif
  25595.   endif
  25596.   skip Start BACK
  25597. endif
  25598. .stored-in
  25599. FreshFish-Vol10:New/util/cdity/Remind/
  25600. .pi-file
  25601. FreshFish-Vol10:New/util/cdity/Remind/Product-Info
  25602. .name
  25603. ReqTools
  25604. .type
  25605. Library
  25606. .short
  25607. Very useful shared requester library
  25608. .description
  25609. A standard Amiga shared runtime library which makes it a lot quicker
  25610. and easier to build standard requesters into your programs.  Designed
  25611. with CBM's style guidelines in mind, so that the resulting requesters
  25612. have the look and feel of AmigaDOS 2.0.  Includes a demo and glue/demo
  25613. sources.
  25614. .version
  25615. 2.2c
  25616. .author
  25617. Nico Francois
  25618. .email
  25619. nico@augfl.be
  25620. .reference
  25621. FreshFish-May94:Useful/dist/util/libs/ReqTools/
  25622. 2.2b
  25623. FreshFish-Jul94:Useful/dist/util/libs/ReqTools/
  25624. 2.2b
  25625. FreshFish-Jul94:BBS/util/ReqTools-2.2b.lha
  25626. 2.2b
  25627. FrozenFish-Apr94:BBS/Useful/util/libs/ReqTools.lha
  25628. 2.2
  25629. FrozenFish-Apr94:BBS/Mar94/util/libs/ReqTools.lha
  25630. 2.2
  25631. FreshFish-May94:BBS/Mar94/util/libs/ReqTools.lha
  25632. 2.2
  25633. FreshFish-Mar94:Useful/dist/util/libs/ReqTools/
  25634. 2.2
  25635. FreshFish-Mar94:New/util/libs/ReqTools/
  25636. 2.2
  25637. GoldFish2-Apr94:d7xx/d794/ReqTools/
  25638. 2.1a
  25639. GoldFish1-Apr94:BBS/d7xx/d794/ReqTools.lha
  25640. 2.1a
  25641. FrozenFish-Apr94:BBS/ALib/d7xx/d794/ReqTools.lha
  25642. 2.1a
  25643. FreshFish-Oct93:Old/AmigaLibDisks/Disks780-799/Disk794/ReqTools/
  25644. 2.1a
  25645. AmigaLibDisk794:ReqTools/
  25646. 2.1a
  25647. GoldFish2-Apr94:d6xx/d623/ReqTools/
  25648. 1.0d
  25649. GoldFish1-Apr94:BBS/d6xx/d623/ReqTools.lha
  25650. 1.0d
  25651. FrozenFish-Apr94:BBS/ALib/d6xx/d623/ReqTools.lha
  25652. 1.0d
  25653. FreshFish-Oct93:Old/AmigaLibDisks/Disks620-639/Disk623/ReqTools/
  25654. 1.0d
  25655. AmigaLibDisk623:ReqTools/
  25656. 1.0d
  25657. GoldFish2-Apr94:d5xx/d575/ReqTools/
  25658. 1.0b
  25659. GoldFish1-Apr94:BBS/d5xx/d575/ReqTools.lha
  25660. 1.0b
  25661. FrozenFish-Apr94:BBS/ALib/d5xx/d575/ReqTools.lha
  25662. 1.0b
  25663. AmigaLibDisk575:ReqTools/
  25664. 1.0b
  25665. GoldFish2-Apr94:d5xx/d561/ReqTools/
  25666. 1.0a
  25667. GoldFish1-Apr94:BBS/d5xx/d561/ReqTools.lha
  25668. 1.0a
  25669. FrozenFish-Apr94:BBS/ALib/d5xx/d561/ReqTools.lha
  25670. 1.0a
  25671. AmigaLibDisk561:ReqTools/
  25672. 1.0a
  25673. .distribution
  25674. Shareware
  25675. .price
  25676. $25(US)
  25677. .address
  25678. Corbielaan 13
  25679. B-3060 Bertem
  25680. BELGIUM
  25681. .docs
  25682. README
  25683. .described-by
  25684. Fred Fish (fnf@fishpond.cygnus.com)
  25685. .submittal
  25686. Downloaded via ftp from wuarchive.wustl.edu.
  25687. .execute
  25688. set orgdir `cd`
  25689. LAB start
  25690. failat 10
  25691. unset filechoice
  25692. unset dirchoice
  25693. cd $orgdir
  25694. set choice `RequestChoice "ReqTools" "Please select an option" "README" "Copyright" "Docs" "Demo" "Install" "Cancel"`
  25695. if $choice GT "0"
  25696.   if $choice EQ "1"
  25697.     MetaTool README TEXT
  25698.   else
  25699.     if $choice EQ "2"
  25700.       MetaTool DISTRIBUTION TEXT
  25701.     else
  25702.       if $choice EQ "3"
  25703.         cd doc
  25704.         MetaTool reqtools.doc TEXT
  25705.       else
  25706.         if $choice EQ "4"
  25707.           WBRun demo/demo
  25708.         else
  25709.           if $choice EQ "5"
  25710.             cd Install
  25711.             Installer "Install ReqTools" APPNAME "ReqTools" NOLOG MINUSER average NOPRINT
  25712.           endif
  25713.         endif
  25714.       endif
  25715.     endif
  25716.   endif
  25717.   skip start BACK
  25718. endif
  25719. .aminet-dir
  25720. util/libs
  25721. .stored-in
  25722. FreshFish-Vol10:Useful/util/libs/ReqTools/
  25723. .pi-file
  25724. FreshFish-Vol10:Useful/util/libs/ReqTools/Product-Info
  25725. .name
  25726. RKRM
  25727. .type
  25728. Programmer Tool
  25729. .short
  25730. Source and executables from 3rd ed. RKM
  25731. .description
  25732. A distribution of complete source code and executables of all the
  25733. examples in the third edition Amiga ROM Kernel Reference Manuals,
  25734. published by Addison-Wesley.
  25735. .version
  25736. ?.?
  25737. .date
  25738. .author
  25739. Commodore CATS
  25740. .restrictions
  25741. .requirements
  25742. .reference
  25743. AmigaLibDisk741:RKRM_Devices/
  25744. ?.?
  25745. AmigaLibDisk741:RKRM_Lib1/
  25746. ?.?
  25747. AmigaLibDisk741:RKRM_Lib2/
  25748. ?.?
  25749. AmigaLibDisk741:RKRM_Lib3/
  25750. ?.?
  25751. .keywords
  25752. .distribution
  25753. Copyrighted but Freely Redistributable
  25754. .price
  25755. .address
  25756. .email
  25757. .phone
  25758. .fax
  25759. .exectype
  25760. .installsize
  25761. .source
  25762. .construction
  25763. .tested
  25764. .docs
  25765. .described-by
  25766. Fred Fish (fnf@amigalib.com)
  25767. .submittal
  25768. Submitted on disk directly by the author.
  25769. .execute
  25770. set orgdir `cd`
  25771. LAB start
  25772. failat 10
  25773. unset filechoice
  25774. unset dirchoice
  25775. cd $orgdir
  25776. set choice `RequestChoice "RKRM" "Please select an option" "View Files" "Cancel"`
  25777. if $choice GT "0"
  25778.   if $choice EQ "1"
  25779.     set filechoice `RequestFile TITLE "Select File"`
  25780.     set dirchoice `pathname $filechoice`
  25781.     set filechoice `basename $filechoice`
  25782.     failat 21
  25783.     cd $dirchoice
  25784.     MetaTool $filechoice TEXT
  25785.   endif
  25786.   skip start BACK
  25787. endif
  25788. .aminet-dir
  25789. dev/c
  25790. .stored-in
  25791. FreshFish-Vol10:Useful/dev/c/RKRM/
  25792. .pi-file
  25793. FreshFish-Vol10:Useful/dev/c/RKRM/Product-Info
  25794. .name
  25795. rom-switchers
  25796. .short
  25797. Reviews of ROM-switcher devices.
  25798. .description
  25799. Reviews of ROM-switcher devices that allow an Amiga to run several different
  25800. operating system versions.
  25801. .described-by
  25802. fnf@amigalib.com
  25803. .author
  25804. Various; maintained by Daniel Barrett
  25805. .aminet-dir
  25806. docs/rview
  25807. .stored-in
  25808. FreshFish-Vol10:Useful/reviews/hardware/rom-switchers/
  25809. .pi-file
  25810. FreshFish-Vol10:Useful/reviews/hardware/rom-switchers/Product-Info
  25811. # This file contains product information that can be used by
  25812. # KingFisher 2.0 and other similar tools.
  25813.  
  25814. .name
  25815. RoutePlanner
  25816. .type
  25817. Database
  25818. .short
  25819. Highway trip planner
  25820. .description
  25821. RoutePlanner is an update to Jim Butterfield's RoadRoute program. The
  25822. following enhancements have been made:
  25823.  
  25824. · A graphic user interface has been added, using Stefan Stuntz's MUI
  25825.   system.
  25826.  
  25827. · The program now incorporates fuel consumption data as part of its output.
  25828.  
  25829. · Highway classifications have been added. You can adjust the master speed
  25830.   values for each classification, depending on your driving habits. *
  25831.  
  25832. · You may choose up to 20 intermediate cities on your route, making
  25833.   realistic "round trips" possible.
  25834.  
  25835. · Named map files can be loaded using extended selection, double-clicking
  25836.   on map file icons, or on the command line.
  25837.  
  25838. · Includes comprehensive documentation, supplemental utilities, and two
  25839.   map files, designed for small and large machines.
  25840.  
  25841. · Notification of crossing state lines, and arriving in intermediate
  25842.   cities.
  25843.  
  25844. Best of all, you can use your existing RoadRoute database files with
  25845. RoutePlanner.  Simply use the included "RouteConv" utility to import
  25846. the basic structure, then use "RouteEdit" to add any necessary highway
  25847. classification data.
  25848.  
  25849. * Requires enhanced databases.
  25850. .version
  25851. 1.4a
  25852. .date
  25853. 1994.07.08
  25854. .author
  25855. Chris Lawrence, based on work by Jim Butterfield
  25856. .requirements
  25857. Requires OS 2.x, MUI 2.2+, 1.5Mb+ memory
  25858. .distribution
  25859. Freeware, (RoutePlanner, RouteConv)
  25860. Shareware, (RouteEdit)
  25861. .price
  25862. $10 (US)
  25863. .address
  25864. 3975 Muirfield Drive
  25865. Memphis, Tennessee 38125-2505
  25866. .email
  25867. lawrencn@vdospk.com
  25868. .docs
  25869. Readme
  25870. RoutePlanner.readme
  25871. RoutePlanner.guide
  25872. .described-by
  25873. Dan Fish (daf@starfish.amigalib.com)
  25874. .submittal
  25875. Downloaded via ftp from wuarchive.wustl.edu.
  25876. .execute
  25877. LAB Start
  25878. set choice `RequestChoice "Options Selection" "Please select an option" "View ReadMe" "View Guide" "Run Program" "Cancel"`
  25879. if $choice GT "0"
  25880.   if $choice EQ "1"
  25881.     MetaTool RoutePlanner.readme TEXT
  25882.   else
  25883.     if $choice EQ "2"
  25884.       MetaTool RoutePlanner.guide GUIDE
  25885.     else
  25886.       if $choice EQ "3"
  25887.         run >nil: RequestChoice "Advice!" "This will take several seconds*Nwhile the map file loads..." "OK"
  25888.         wbrun RoutePlanner NorthAmerica.route
  25889.       endif
  25890.     endif
  25891.   endif
  25892.   skip Start BACK
  25893. endif
  25894. .aminet-dir
  25895. biz/dbase
  25896. .stored-in
  25897. FreshFish-Vol10:New/biz/dbase/RoutePlanner/
  25898. .pi-file
  25899. FreshFish-Vol10:New/biz/dbase/RoutePlanner/Product-Info
  25900. .name
  25901. RRIP
  25902. .fullname
  25903. Rock Ridge Interchange Protocol
  25904. .aminet-dir
  25905. docs/misc
  25906. .type
  25907. Documentation
  25908. .short
  25909. Rock Ridge / System Use Sharing Protocol
  25910. .description
  25911. The anxiously awaited new, 1.12 versions of the System Use Sharing Protocol
  25912. and the Rock Ridge Interchange Protocol are now available for review and
  25913. comment.  The documents are available through anonymous ftp at ftp.ossi.com
  25914. in /pub.
  25915.  
  25916. The documents are available in both MS Word 6 format (*.doc) and Postscript
  25917. format (*.ps).  Otherwise, the file names should be self-explanatory.  The
  25918. files are called: rrip112.doc, rrip112.ps, susp112.doc, and susp112.ps.
  25919.  
  25920. If you have comments or constructive criticism of these new versions of the
  25921. specifications, please feel free to respond to cdfdf@ymi.com.  We are trying
  25922. to get these documents to ballot as an IEEE standard soon, so we would
  25923. appreciate prompt response.  We hope to review all the responses at the next
  25924. working group meeting on August 26, 1994, so any responses we gather by end
  25925. of business of August 24 will be considered at that meeting.
  25926. .version
  25927. ?.?
  25928. .author
  25929. Andrew Young
  25930. CDFSF WG Chair
  25931. President, Young Minds, Inc.
  25932. .distribution
  25933. Copyrighted but Freely Redistributable
  25934. .email
  25935. cdfdf@ymi.com
  25936. .described-by
  25937. Fred Fish (fnf@amigalib.com)
  25938. .submittal
  25939. Posted to usenet group comp.publish.cdrom.software.
  25940. .execute
  25941. LAB start
  25942. set choice `RequestChoice "Options Selection" "Please select an option" "README" "View RRIP PS" "View SUSP PS" "Cancel"`
  25943. if $choice GT "0"
  25944.   if $choice EQ "1"
  25945.     MetaTool README TEXT
  25946.   else
  25947.     if $choice EQ "2"
  25948.       MetaTool rrip112.ps PS
  25949.     else
  25950.       if $choice EQ "3"
  25951.         MetaTool susp112.ps PS
  25952.       endif
  25953.     endif
  25954.   endif
  25955.   skip start BACK
  25956. endif
  25957. .stored-in
  25958. FreshFish-Vol10:Useful/docs/misc/RRIP/
  25959. .pi-file
  25960. FreshFish-Vol10:Useful/docs/misc/RRIP/Product-Info
  25961. .name
  25962. RSys
  25963. .type
  25964. OS Utility
  25965. .short
  25966. Very comprehensive system monitor
  25967. .description
  25968. Very comprehensive system monitor.  Provides information on just about
  25969. everything you could possibly want information on! (Plus some...)
  25970. Documentation in German, but program speaks english.  Version 1.3,
  25971. includes source.
  25972. .version
  25973. 1.3
  25974. .date
  25975. .author
  25976. Rolf Böhme
  25977. .restrictions
  25978. .requirements
  25979. .reference
  25980. Freshfish-Dec93:new/util/misc/RSys/
  25981. 1.3
  25982. .keywords
  25983. .distribution
  25984. Shareware
  25985. .price
  25986. .address
  25987. Stammestr. 48
  25988. 30459 Hannover
  25989. Germany
  25990. .email
  25991. R.BOEHME@COPS.ZER
  25992. .phone
  25993. .fax
  25994. .exectype
  25995. .installsize
  25996. .source
  25997. Includes source in C.
  25998. .construction
  25999. .tested
  26000. .docs
  26001. .described-by
  26002. Fred Fish (fnf@fishpond.cygnus.com)
  26003. .submittal
  26004. Downloaded via ftp from wuarchive.wustl.edu.
  26005. .execute
  26006. set orgdir `cd`
  26007. LAB start
  26008. failat 10
  26009. unset filechoice
  26010. unset dirchoice
  26011. cd $orgdir
  26012. set choice `RequestChoice "RSys" "Please select an option" "Documentation" "View Guide" "View Source" "Install" "Cancel"`
  26013. if $choice GT "0"
  26014.   if $choice EQ "1"
  26015.     MetaTool doc/RSys12.doc TEXT
  26016.   else
  26017.     if $choice EQ "2"
  26018.       cd doc
  26019.       MetaTool RSys12.guide GUIDE
  26020.     else
  26021.       if $choice EQ "3"
  26022.         cd src
  26023.         set filechoice `RequestFile TITLE "Select File"`
  26024.         set dirchoice `pathname $filechoice`
  26025.         set filechoice `basename $filechoice`
  26026.         failat 21
  26027.         cd $dirchoice
  26028.         MetaTool $filechoice TEXT
  26029.       else
  26030.         if $choice EQ "4"
  26031.           Installer SCRIPT RSys12.install APPNAME RSys NOLOG MINUSER expert NOPRINT LANGUAGE deutsch NOPRETEND
  26032.         endif
  26033.       endif
  26034.     endif
  26035.   endif
  26036.   skip start BACK
  26037. endif
  26038. .aminet-dir
  26039. util/moni
  26040. .stored-in
  26041. FreshFish-Vol10:Useful/util/moni/RSys/
  26042. .pi-file
  26043. FreshFish-Vol10:Useful/util/moni/RSys/Product-Info
  26044. .name
  26045. RunList3
  26046. .type
  26047. OS Utility
  26048. .short
  26049. Commodity to run programs from a list.
  26050. .description
  26051. RunList3, RunList3N, are small tools helping to run programs.  They
  26052. are all the same, differ only by size in order to meet ones need.
  26053. They are the update of RunList2.  RunList3i, RunList3Ni are the same
  26054. as RunList3 and RunList3N but are specially made for
  26055. Interlace-screens.
  26056. .version
  26057. 3
  26058. .date
  26059. 1995.04.25
  26060. .author
  26061. Heinz Reinert
  26062. .requirements
  26063. OS 2.0+
  26064. .distribution
  26065. Copyrighted but Freely Redistributable
  26066. .address
  26067. Orleansstr. 55
  26068. D-31135 Hildesheim
  26069. Germany
  26070. .source
  26071. C source included
  26072. .docs
  26073. RunList.Lesen
  26074. RunList.Readme
  26075. .described-by
  26076. Richard Fish
  26077. .submittal
  26078. Submitted on disk directly by the author.
  26079. .aminet-dir
  26080. util/cdity
  26081. .execute
  26082. LAB Start
  26083. set choice `RequestChoice "Options Selection" "Please select an option" "View ReadMe" "View Lesen" "Run Program" "Cancel"`
  26084. if $choice GT "0"
  26085.   if $choice EQ "1"
  26086.     MetaTool RunList.Readme TEXT
  26087.   else
  26088.     if $choice EQ "2"
  26089.       MetaTool RunList.Lesen TEXT
  26090.     else
  26091.       if $choice EQ "3"
  26092.         assign s: s/ ADD
  26093.         WBStartup/RunList3
  26094.         assign s: s/ REMOVE
  26095.       endif
  26096.     endif
  26097.   endif
  26098.   skip Start BACK
  26099. endif
  26100. .stored-in
  26101. FreshFish-Vol10:New/util/cdity/RunList3/
  26102. .pi-file
  26103. FreshFish-Vol10:New/util/cdity/RunList3/Product-Info
  26104. .name
  26105. S-Pack
  26106. .type
  26107. Archiver
  26108. .short
  26109. Archiver w/multivol, selfextract, & more
  26110. .description
  26111. One program for all your file-packing requirements including
  26112. HD-backup, archiving, data transfer.
  26113. Unbeatable compression, self-unpacking, multi-volume packs.
  26114. Needs no special libraries or handlers.
  26115. .version
  26116. 1.4
  26117. .author
  26118. Chas A. Wyndham
  26119. .distribution
  26120. Freeware
  26121. .address
  26122. 1265 Canning Mills Road
  26123. Roleystone
  26124. WA 6111
  26125. Australia
  26126. .reference
  26127. FreshFish-Vol3:New/util/arc/S-Pack/
  26128. 1.1
  26129. FreshFish-Vol4:BBS/Mar94/util/arc/S-Pack.lha
  26130. 1.1
  26131. FreshFish-Vol5:BBS/util/S-Pack-1.1.lha
  26132. 1.1
  26133. FreshFish-Vol8-2:BBS/util/S-Pack-1.1.lha
  26134. 1.1
  26135. FreshFish-Vol9-2:BBS/util/S-Pack-1.1.lha
  26136. 1.1
  26137. FrozenFish-Vol1:BBS/Mar94/util/arc/S-Pack.lha
  26138. 1.1
  26139. GoldFish-Vol2-1:Files/util/arc/S-Pack/
  26140. 1.1
  26141. GoldFish-Vol2-2:BBS/util/S-Pack-1.1.lha
  26142. 1.1
  26143. .docs
  26144. S-Pack.doc
  26145. .described-by
  26146. Richard Fish (rjf@amigalib.com)
  26147. .submittal
  26148. Submitted on disk directly by the author.
  26149. .aminet-dir
  26150. util/arc
  26151. .execute
  26152. LAB Start
  26153. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
  26154. if $choice GT "0"
  26155.   if $choice EQ "1"
  26156.     MetaTool S-Pack.doc TEXT
  26157.   else
  26158.     if $choice EQ "2"
  26159.       s-pack
  26160.     endif
  26161.   endif
  26162.   skip Start BACK
  26163. endif
  26164. .stored-in
  26165. FreshFish-Vol10:New/util/arc/S-Pack/
  26166. .pi-file
  26167. FreshFish-Vol10:New/util/arc/S-Pack/Product-Info
  26168. .name
  26169. science-software
  26170. .short
  26171. Reviews of scientific software
  26172. .description
  26173. Reviews of scientific software:
  26174.  
  26175.     Astronomy
  26176.     Chemistry
  26177.     Mathematics
  26178.     Physics
  26179.     etc.
  26180.  
  26181. The file "morphine.iff" is an IFF image that goes with the review of
  26182. "MoG" in this directory.
  26183. .described-by
  26184. fnf@amigalib.com
  26185. .author
  26186. Various; maintained by Daniel Barrett
  26187. .aminet-dir
  26188. docs/rview
  26189. .stored-in
  26190. FreshFish-Vol10:Useful/reviews/software/science/
  26191. .pi-file
  26192. FreshFish-Vol10:Useful/reviews/software/science/Product-Info
  26193. # This file contains product information that can be used by
  26194. # KingFisher 2.0 and other similar tools.
  26195.  
  26196. .name
  26197. Scout
  26198. .type
  26199. OS Utility
  26200. .short
  26201. System Monitor
  26202. .description
  26203. Scout is a tool that allows you to monitor your computer system. It
  26204. displays many different things -- like tasks, ports, assigns,
  26205. expansion boards, resident commands, interrupts, etc. -- and you
  26206. can perform some certain actions on them.
  26207.  
  26208. For example you can freeze tasks, close windows and screens, release
  26209. semaphores or remove locks, ports and interrupts.
  26210.  
  26211. Through AmiTCP it's also possible to use Scout as an TCP/IP service.
  26212.  
  26213. Since version 2.0 of Scout you can use nearly all implemented
  26214. functions through shell parameters. Therefore it's not necessary
  26215. to install MUI for using Scout, but you will need MUI, if you want
  26216. to use Scout with its graphical user interface.
  26217. .version
  26218. 2.4
  26219. .date
  26220. 1995.07.04
  26221. .author
  26222. Andreas Gelhausen
  26223. .reference
  26224. FreshFish-Vol9-2:BBS/util/Scout-1.3.lha
  26225. 1.3
  26226. FreshFish-Vol8-2:BBS/util/Scout-1.3.lha
  26227. 1.3
  26228. FreshFish-Vol7:BBS/util/Scout-1.3.lha
  26229. 1.3
  26230. FreshFish-Vol7:New/util/moni/Scout/
  26231. 1.3
  26232. GoldFish-Vol2-1:Files/util/moni/Scout/
  26233. 1.3
  26234. GoldFish-Vol2-2:BBS/util/Scout-1.3.lha
  26235. 1.3
  26236. .requirements
  26237. Requires Kickstart 2.04
  26238. .distribution
  26239. Giftware
  26240. .address
  26241. Graf Spee Str. 23b
  26242. 26123 Oldenburg
  26243. GERMANY
  26244. .email
  26245. atte@crash.north.de
  26246. 2:2426/2020.24@fidonet
  26247. .docs
  26248. scout.readme
  26249. scout.history
  26250. docs/english/scout.doc
  26251. docs/english/scout.dvi
  26252. docs/english/scout.guide
  26253. docs/english/scout-39.guide
  26254. docs/deutsch/scout.doc
  26255. docs/deutsch/scout.dvi
  26256. docs/deutsch/scout.guide
  26257. docs/deutsch/scout-39.guide
  26258. .described-by
  26259. Andreas Gelhausen <atte@crash.north.de>
  26260. .submittal
  26261. Downloaded via ftp from wuarchive.wustl.edu.
  26262. .execute
  26263. LAB Start
  26264. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
  26265. if $choice GT "0"
  26266.   if $choice EQ "1"
  26267.     set choice2 `RequestChoice "Language Selection" "Please select a language" "English" "Deutsch" "Cancel"`
  26268.     if $choice2 GT "0"
  26269.       if $choice2 EQ "1"
  26270.         MetaTool docs/English/scout.doc TEXT
  26271.       else
  26272.         if $choice2 EQ "2"
  26273.           MetaTool docs/Deutsch/scout.doc TEXT
  26274.         endif
  26275.       endif
  26276.     endif
  26277.     unset choice2
  26278.   else
  26279.     if $choice EQ "2"
  26280.       set choice2 `RequestChoice "Language Selection" "Please select a language" "English" "Deutsch" "Cancel"`
  26281.       if $choice2 GT "0"
  26282.         if $choice2 EQ "1"
  26283.           cd docs/English
  26284.           MetaTool scout.guide GUIDE
  26285.           cd //
  26286.         else
  26287.           if $choice2 EQ "2"
  26288.             cd docs/Deutsch
  26289.             MetaTool scout.guide GUIDE
  26290.             cd //
  26291.           endif
  26292.         endif
  26293.       endif
  26294.       unset choice2
  26295.     else
  26296.       if $choice EQ "3"
  26297.         wbrun scout
  26298.       endif
  26299.     endif
  26300.   endif
  26301.   skip Start BACK
  26302. endif
  26303. .aminet-dir
  26304. util/moni
  26305. .stored-in
  26306. FreshFish-Vol10:New/util/moni/Scout/
  26307. .pi-file
  26308. FreshFish-Vol10:New/util/moni/Scout/Product-Info
  26309. .name
  26310. screenghost
  26311. .type
  26312. Picture
  26313. .short
  26314. 800 x 600 fantasy JPEG picture
  26315. .description
  26316. This is a nice picture I created some time ago on my Amiga 4000/040.
  26317. If you like it and/or want to contact me for any reasons, feel free
  26318. to do so at the address quoted above, or by phone at : +39-2-76110695.
  26319.  
  26320. Enjoy...
  26321. .author
  26322. Roberto Bisconcini
  26323. .distribution
  26324. Copyrighted but Freely Redistributable
  26325. .aminet-dir
  26326. pix/misc
  26327. .execute
  26328. METATOOL screenghost.jpg JPEG
  26329. .docs
  26330. Readme.txt
  26331. screenghost.readme
  26332. .described-by
  26333. Richard Fish (rjf@amigalib.com)
  26334. .submittal
  26335. Downloaded via ftp from wuarchive.wustl.edu.
  26336. .stored-in
  26337. FreshFish-Vol10:New/pix/misc/screenghost/
  26338. .pi-file
  26339. FreshFish-Vol10:New/pix/misc/screenghost/Product-Info
  26340. .name
  26341. scsi-hardware
  26342. .short
  26343. Reviews of SCSI host adapters.
  26344. .description
  26345. Reviews of SCSI host adapters.
  26346. Hard drive reviews are in the "../storage" subdirectory.
  26347. .described-by
  26348. fnf@amigalib.com
  26349. .author
  26350. Various; maintained by Daniel Barrett
  26351. .aminet-dir
  26352. docs/rview
  26353. .stored-in
  26354. FreshFish-Vol10:Useful/reviews/hardware/scsi/
  26355. .pi-file
  26356. FreshFish-Vol10:Useful/reviews/hardware/scsi/Product-Info
  26357. .name
  26358. SCSIMounter
  26359. .short
  26360. Mount/unmount partitions without reboot.
  26361. .description
  26362. Most owners of removable media SCSI drives are stuck with the problem
  26363. that their software doesn't handle disk changes correctly.
  26364. For example, the current Commodore implementation doesn't mount the
  26365. partitions on a removable media SCSI drive (e.g. SyQuest or Ricoh)
  26366. when there was no cartridge in the drive at boot time.
  26367.  
  26368. Even worse, after another cartridge with a different Rigid Disk Block
  26369. (i.e. a different partition table) has been inserted, the system
  26370. gets totally confused and reports read/write errors when trying
  26371. to access the device which can lead to loss of important data on
  26372. the cartridge.
  26373.  
  26374. Until now, the only possibility to work around this problem was to
  26375. reboot the system every time a new cartridge has been inserted.
  26376.  
  26377. SCSIMounter allows you to mount and unmount partitions without rebooting
  26378. the machine. It sports a nice 2.0-style point-and-click user interface
  26379. that makes handling removable media a piece of cake.
  26380. .version
  26381. 2.03
  26382. .author
  26383. Martin A Blatter
  26384. .address
  26385. Pfaffächerstr. 59
  26386. CH-8913 Ottenbach
  26387. Switzerland
  26388. .email
  26389. blatter@amiga.physik.unizh.ch
  26390. .reference
  26391. AmigaLibDisk532:SCSIMounter/
  26392. ?.?
  26393. FrozenFish-Vol1:BBS/ALib/d5xx/d532/SCSIMounter.lha
  26394. ?.?
  26395. GoldFish-Vol1-1:BBS/d5xx/d532/SCSIMounter.lha
  26396. ?.?
  26397. GoldFish-Vol1-2:d5xx/d532/SCSIMounter/
  26398. ?.?
  26399. .described-by
  26400. Automatically generated from Contents file by c2pi program.
  26401. .execute
  26402. LAB start
  26403. set choice `RequestChoice "SCSI Mounter" "Please select an option" "View Documentation" "View Guide" "Run SCSIMounter" "Cancel"`
  26404. if $choice GT "0"
  26405.   if $choice EQ "1"
  26406.     MetaTool SCSIMounter.doc TEXT
  26407.   else
  26408.     if $choice EQ "2"
  26409.       MetaTool SCSIMounter.guide GUIDE
  26410.     else
  26411.       if $choice EQ "3"
  26412.         WBRun SCSIMounter
  26413.       endif
  26414.     endif
  26415.   endif
  26416.   skip start BACK
  26417. endif
  26418. .aminet-dir
  26419. disk/misc
  26420. .stored-in
  26421. FreshFish-Vol10:Useful/disk/misc/SCSIMounter/
  26422. .pi-file
  26423. FreshFish-Vol10:Useful/disk/misc/SCSIMounter/Product-Info
  26424. .name
  26425. SCSIUtil
  26426. .aminet-dir
  26427. disk/cdrom
  26428. .type
  26429. Disk Tool
  26430. .short
  26431. Send SCSI commands & read digital audio.
  26432. .description
  26433. This program can send commands to a SCSI device. Supported commands are:
  26434.  
  26435. read capacity, reading of digital audio from Apple CD-300/Sony/Toshiba CD-ROM
  26436. drives, change medium, inquiry, read CD-ROM data block address header,
  26437. allow/prevent medium removal, start/stop motor, mode sense, play audio track,
  26438. read sector, seek, display TOC of a CD, read CD-sub-channel, set output volume
  26439. of a CD.
  26440.  
  26441. This is a corrected archive of version 2.02 with all the files intact (the
  26442. previous archive contained an incorrect SCSI_Priv.h)
  26443. .version
  26444. 2.02
  26445. .date
  26446. 1994.01.04
  26447. .author
  26448. Gary Duncan
  26449. Heiko Rath
  26450. .distribution
  26451. Copyrighted but Freely Redistributable
  26452. .address
  26453. Philips PTS
  26454. 23 Lakeside Dr
  26455. Tally-Ho Technology Park
  26456. Burwood East Vic 3151
  26457. Australia
  26458. .email
  26459. gduncan@philips.oz.au
  26460. hr@brewhr.swb.de
  26461. .described-by
  26462. Fred Fish (fnf@amigalib.com)
  26463. .submittal
  26464. Submitted electronically directly by the author.
  26465. .execute
  26466. LAB start
  26467. set choice `RequestChoice "SCSI Util" "Please select an option" "View ReadMe" "View Doc File" "HISTORY" "Cancel"`
  26468. if $choice GT "0"
  26469.   if $choice EQ "1"
  26470.     MetaTool SCSIUtil.readme TEXT
  26471.   else
  26472.     if $choice EQ "2"
  26473.       MetaTool SCSIUtil.doc TEXT
  26474.     else
  26475.       if $choice EQ "3"
  26476.         MetaTool HISTORY TEXT
  26477.       endif
  26478.     endif
  26479.   endif
  26480.   skip start BACK
  26481. endif
  26482. .stored-in
  26483. FreshFish-Vol10:Useful/disk/cdrom/SCSIUtil/
  26484. .pi-file
  26485. FreshFish-Vol10:Useful/disk/cdrom/SCSIUtil/Product-Info
  26486. .name
  26487. sed
  26488. .fullname
  26489. Stream Editor
  26490. .type
  26491. Programmer Tool
  26492. .short
  26493. GNU stream editor
  26494. .description
  26495. Sed copies named files, or the standard input, to the standard output,
  26496. edited according to a script of commands.
  26497. .version
  26498. 2.05
  26499. .author
  26500. Free Software Foundation
  26501. .requirements
  26502. Amiga binary requires ixemul.library
  26503. .distribution
  26504. GNU Public License
  26505. .described-by
  26506. Fred Fish (fnf@amigalib.com)
  26507. .aminet-dir
  26508. gnu/src
  26509. .stored-in
  26510. FreshFish-Vol10:GNU-src/amiga/sed-2.05-src.lha
  26511. .pi-file
  26512. FreshFish-Vol10:GNU-src/amiga/sed-2.05-src.lha.pi
  26513. .name
  26514. sed
  26515. .fullname
  26516. Stream Editor
  26517. .type
  26518. Programmer Tool
  26519. .short
  26520. GNU stream editor
  26521. .description
  26522. Sed copies named files, or the standard input, to the standard output,
  26523. edited according to a script of commands.
  26524. .version
  26525. 2.05
  26526. .author
  26527. Free Software Foundation
  26528. .requirements
  26529. Amiga binary requires ixemul.library
  26530. .distribution
  26531. GNU Public License
  26532. .described-by
  26533. Fred Fish (fnf@amigalib.com)
  26534. .aminet-dir
  26535. gnu/base
  26536. .stored-in
  26537. FreshFish-Vol10:GNU-src/baseline/sed-2.05.tar.gz
  26538. .pi-file
  26539. FreshFish-Vol10:GNU-src/baseline/sed-2.05.tar.gz.pi
  26540. .name
  26541. SetBuffers
  26542. .type
  26543. OS Utility
  26544. .short
  26545. GUI based AddBuffers with device info
  26546. .description
  26547. SetBuffers is a simple tool for setting the amount of buffers
  26548. for each device in your system. It is a logical extension of
  26549. the addbuffers command.
  26550. .version
  26551. 1.28
  26552. .date
  26553. 1995.07.15
  26554. .author
  26555. AUSTEX SOFTWARE
  26556. .requirements
  26557. Requires OS2.04+
  26558. .distribution
  26559. Copyrighted but Freely Redistributable
  26560. .address
  26561. P.O.BOX 48
  26562. KIRWAN, QUEENSLAND 4817
  26563. AUSTRALIA.
  26564. .email
  26565. Stephen.Smith@jcu.edu.au
  26566. .docs
  26567. documents/Legal.README
  26568. documents/SetBuffers.doc
  26569. documents/SetBuffers.guide
  26570. .described-by
  26571. Dan Fish (daf@starfish.amigalib.com)
  26572. .submittal
  26573. Downloaded via ftp from wuarchive.wustl.edu.
  26574. .execute
  26575. LAB Start
  26576. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
  26577. if $choice GT "0"
  26578.   if $choice EQ "1"
  26579.     MetaTool documents/SetBuffers.doc TEXT
  26580.   else
  26581.     if $choice EQ "2"
  26582.       cd documents
  26583.       MetaTool Setbuffers.guide GUIDE
  26584.       cd /
  26585.     else
  26586.       if $choice EQ "3"
  26587.         Installer Install SetBuffers AVERAGE
  26588.       else
  26589.         if $choice EQ "4"
  26590.           assign libs: libs/ ADD
  26591.           SetBuffers
  26592.         endif
  26593.       endif
  26594.     endif
  26595.   endif
  26596.   skip Start BACK
  26597. endif
  26598. .aminet-dir
  26599. util/wb
  26600. .stored-in
  26601. FreshFish-Vol10:New/util/wb/SetBuffers/
  26602. .pi-file
  26603. FreshFish-Vol10:New/util/wb/SetBuffers/Product-Info
  26604. # This file contains product information that can be used by
  26605. # KingFisher 2.0 and other similar tools.
  26606.  
  26607. .name
  26608. SGMLS
  26609. .type
  26610. Parser
  26611. .short
  26612. SGMLS is THE SGML Parser!
  26613. .description
  26614. Sgmls parses and validates the SGML document entity in a file and prints
  26615. on the standard output a simple ASCII representation of its Element
  26616. Structure Information Set. (This is the information set which a structure-
  26617. controlled conforming SGML application should act upon.)
  26618. Note that the document entity may be spread amongst several files; for
  26619. example, the SGML declaration, document type declaration and document
  26620. instance set could each be in a separate file.
  26621.  
  26622. Before you ask:
  26623. SGML means Standard Generalized Markup Language :)
  26624. .version
  26625. 1.1.92
  26626. .date
  26627. 1995.06.13
  26628. .author
  26629. Charles F. Goldfarb
  26630. James Clark
  26631. Amiga port by Kai Hofmann
  26632. .requirements
  26633. Requires Kickstart 2.04
  26634. .distribution
  26635. Copyright but freely redistributable
  26636. .address
  26637. Arberger Heerstr. 92
  26638. 28307 Bremen
  26639. Germany
  26640. .email
  26641. i07m@zfn.uni-bremen.de
  26642. .exectype
  26643. 680x0
  26644. .installsize
  26645. 144K-?
  26646. .source
  26647. Includes SAS/C sources
  26648. .construction
  26649. SAS/C 6.55 with full optimization
  26650. .docs
  26651. TODO
  26652. LICENSE
  26653. ChangeLog
  26654. NEWS
  26655. README
  26656. Amiga.ReadME
  26657. SGML.faq
  26658. doc/sgmls.txt
  26659. doc/sgmlsasp.txt
  26660. doc/rast.txt
  26661. .described-by
  26662. Kai Hofmann (i07m@zfn.uni-bremen.de)
  26663. .submittal
  26664. Submitted electronically directly by the author
  26665. .execute
  26666. LAB Start
  26667. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Install Program" "Cancel"`
  26668. if $choice GT "0"
  26669.   if $choice EQ "1"
  26670.     set orgdir `cd`
  26671.     set filechoice `RequestFile TITLE "Select Doc File" `
  26672.     set dirchoice `pathname $filechoice`
  26673.     set filechoice `basename $filechoice`
  26674.     failat 21
  26675.     cd $dirchoice
  26676.     MetaTool $filechoice TEXT
  26677.     failat 10
  26678.     unset filechoice
  26679.     unset dirchoice
  26680.   else
  26681.     if $choice EQ "2"
  26682.       Installer Install
  26683.     endif
  26684.   endif
  26685.   skip Start BACK
  26686. endif
  26687. .aminet-dir
  26688. dev/lang
  26689. .stored-in
  26690. FreshFish-Vol10:New/dev/lang/SGMLS/
  26691. .pi-file
  26692. FreshFish-Vol10:New/dev/lang/SGMLS/Product-Info
  26693. .name
  26694. sh-utils
  26695. .fullname
  26696. Shell programming utilities
  26697. .type
  26698. Programmer Tool
  26699. .short
  26700. GNU shell programming utilities
  26701. .description
  26702. This is a package of small shell programming utilities.  They are
  26703. mostly compliant with POSIX.2, where applicable.  The programs that
  26704. can be built with this package are: basename date dirname echo env
  26705. expr false groups id logname nice nohup pathchk printenv printf sleep
  26706. stty tee test true tty uname who whoami yes Some programs (uname,
  26707. nice, nohup, and stty) are built and installed only on systems that
  26708. have the features to support them.
  26709. .version
  26710. 1.12
  26711. .author
  26712. Free Software Foundation
  26713. .distribution
  26714. GNU Public License
  26715. .described-by
  26716. Fred Fish (fnf@amigalib.com)
  26717. .aminet-dir
  26718. gnu/src
  26719. .stored-in
  26720. FreshFish-Vol10:GNU-src/amiga/sh-utils-1.12-src.lha
  26721. .pi-file
  26722. FreshFish-Vol10:GNU-src/amiga/sh-utils-1.12-src.lha.pi
  26723. .name
  26724. sh-utils
  26725. .fullname
  26726. Shell programming utilities
  26727. .type
  26728. Programmer Tool
  26729. .short
  26730. GNU shell programming utilities
  26731. .description
  26732. This is a package of small shell programming utilities.  They are
  26733. mostly compliant with POSIX.2, where applicable.  The programs that
  26734. can be built with this package are: basename date dirname echo env
  26735. expr false groups id logname nice nohup pathchk printenv printf sleep
  26736. stty tee test true tty uname who whoami yes Some programs (uname,
  26737. nice, nohup, and stty) are built and installed only on systems that
  26738. have the features to support them.
  26739. .version
  26740. 1.12
  26741. .author
  26742. Free Software Foundation
  26743. .distribution
  26744. GNU Public License
  26745. .described-by
  26746. Fred Fish (fnf@amigalib.com)
  26747. .aminet-dir
  26748. gnu/base
  26749. .stored-in
  26750. FreshFish-Vol10:GNU-src/baseline/sh-utils-1.12.tar.gz
  26751. .pi-file
  26752. FreshFish-Vol10:GNU-src/baseline/sh-utils-1.12.tar.gz.pi
  26753. .name
  26754. sharutils
  26755. .fullname
  26756. Shell Archive Utilities
  26757. .type
  26758. Programmer Tool
  26759. .short
  26760. Shell archive utils and uuencode/decode.
  26761. .description
  26762. `shar' makes so-called shell archives out of many files, preparing
  26763. them for transmission by electronic mail services.  `unshar' helps
  26764. unpacking shell archives after reception.  The core of both programs
  26765. is initially derived from public domain.  Some modules and other
  26766. code sections are freely borrowed from other GNU distributions,
  26767. bringing `shar' under the terms of the GNU General Public License.
  26768.  
  26769. `uuencode' prepares a file for transmission over an electronic
  26770. channel which ignores or otherwise mangles the eight bit (high
  26771. order bit) of bytes.  `uudecode' does the converse transformation.
  26772. They are derived from the BSD NET/2 distribution.  If you have more
  26773. powerful `uuencode' and `uudecode' already available, you may want
  26774. to use `./configure --disable-uucode' to prevent their installation.
  26775. .version
  26776. 4.1
  26777. .author
  26778. Free Software Foundation
  26779. .distribution
  26780. GNU Public License
  26781. .docs
  26782. README
  26783. .described-by
  26784. Fred Fish (fnf@fishpond.cygnus.com)
  26785. .submittal
  26786. Downloaded via ftp from prep.ai.mit.edu:pub/gnu.
  26787. .aminet-dir
  26788. gnu/src
  26789. .stored-in
  26790. FreshFish-Vol10:GNU-src/amiga/sharutils-4.1-src.lha
  26791. .pi-file
  26792. FreshFish-Vol10:GNU-src/amiga/sharutils-4.1-src.lha.pi
  26793. .name
  26794. sharutils
  26795. .fullname
  26796. Shell Archive Utilities
  26797. .type
  26798. Programmer Tool
  26799. .short
  26800. Shell archive utils and uuencode/decode.
  26801. .description
  26802. `shar' makes so-called shell archives out of many files, preparing
  26803. them for transmission by electronic mail services.  `unshar' helps
  26804. unpacking shell archives after reception.  The core of both programs
  26805. is initially derived from public domain.  Some modules and other
  26806. code sections are freely borrowed from other GNU distributions,
  26807. bringing `shar' under the terms of the GNU General Public License.
  26808.  
  26809. `uuencode' prepares a file for transmission over an electronic
  26810. channel which ignores or otherwise mangles the eight bit (high
  26811. order bit) of bytes.  `uudecode' does the converse transformation.
  26812. They are derived from the BSD NET/2 distribution.  If you have more
  26813. powerful `uuencode' and `uudecode' already available, you may want
  26814. to use `./configure --disable-uucode' to prevent their installation.
  26815. .version
  26816. 4.1
  26817. .author
  26818. Free Software Foundation
  26819. .distribution
  26820. GNU Public License
  26821. .docs
  26822. README
  26823. .described-by
  26824. Fred Fish (fnf@fishpond.cygnus.com)
  26825. .submittal
  26826. Downloaded via ftp from prep.ai.mit.edu:pub/gnu.
  26827. .aminet-dir
  26828. gnu/base
  26829. .stored-in
  26830. FreshFish-Vol10:GNU-src/baseline/sharutils-4.1.tar.gz
  26831. .pi-file
  26832. FreshFish-Vol10:GNU-src/baseline/sharutils-4.1.tar.gz.pi
  26833. .name
  26834. shell-reviews
  26835. .short
  26836. Reviews of shells and CLI's.
  26837. .description
  26838. Reviews of command-line interfaces (shells).
  26839. .described-by
  26840. fnf@amigalib.com
  26841. .author
  26842. Various; maintained by Daniel Barrett
  26843. .aminet-dir
  26844. docs/rview
  26845. .stored-in
  26846. FreshFish-Vol10:Useful/reviews/software/shell/
  26847. .pi-file
  26848. FreshFish-Vol10:Useful/reviews/software/shell/Product-Info
  26849. .name
  26850. ShowJPEG
  26851. .aminet-dir
  26852. gfx/board
  26853. .type
  26854. Picture Viewer
  26855. .short
  26856. A JPEG picture viewer for Picasso board.
  26857. .description
  26858. A JPEG picture viewer for the Picasso board.  Features include: As
  26859. compatible to the jpeg-standard as software can be, Supports
  26860. greyscaled pictures, Various speed/quality tradeoff settings, Fast,
  26861. CLI or WB start, Can be aborted anytime (with Ctrl-C or Escape),
  26862. Filerequester, Pattern matching, Nocrop option, and Backdrop-screen.
  26863. .version
  26864. 1.6
  26865. .date
  26866. 1995.04.26
  26867. .author
  26868. Roman Hiestand
  26869. .distribution
  26870. Copyrighted but Freely Redistributable
  26871. .address
  26872. Roman Hiestand
  26873. Luziaweg 15
  26874. CH-8807 Freienbach
  26875. Switzerland
  26876. .email
  26877. rhiestan@iiic.ethz.ch
  26878. .fax
  26879. CH-055/48 26 37
  26880. .docs
  26881. ShowJPEG.doc
  26882. .described-by
  26883. Fred Fish (fnf@amigalib.com)
  26884. .submittal
  26885. Downloaded via ftp from aminet (wuarchive.wustl.edu).
  26886. .execute
  26887. set orgdir `cd`
  26888. LAB start
  26889. set choice `RequestChoice "ShowJPEG" "Please select an option" "View ShowJPEG.doc" "Run ShowJPEG" "Cancel"`
  26890. if $choice GT "0"
  26891.   if $choice EQ "1"
  26892.     MetaTool ShowJPEG.doc TEXT
  26893.   else
  26894.     if $choice EQ "2"
  26895.       ShowJPEG
  26896.     endif
  26897.   endif
  26898.   cd $orgdir
  26899.   unset filechoice
  26900.   unset dirchoice
  26901.   failat 10
  26902.   skip start BACK
  26903. endif
  26904. .stored-in
  26905. FreshFish-Vol10:New/gfx/board/ShowJPEG/
  26906. .pi-file
  26907. FreshFish-Vol10:New/gfx/board/ShowJPEG/Product-Info
  26908. .name
  26909. ShowJPEG
  26910. .aminet-dir
  26911. gfx/board
  26912. .type
  26913. Picture Viewer
  26914. .short
  26915. A JPEG picture viewer for Picasso board.
  26916. .description
  26917. A JPEG picture viewer for the Picasso board.  Features include: As
  26918. compatible to the jpeg-standard as software can be, Supports
  26919. greyscaled pictures, Various speed/quality tradeoff settings, Fast,
  26920. CLI or WB start, Can be aborted anytime (with Ctrl-C or Escape),
  26921. Filerequester, Pattern matching, Nocrop option, and Backdrop-screen.
  26922. .version
  26923. 1.6
  26924. .date
  26925. 1995.04.26
  26926. .author
  26927. Roman Hiestand
  26928. .distribution
  26929. Copyrighted but Freely Redistributable
  26930. .address
  26931. Roman Hiestand
  26932. Luziaweg 15
  26933. CH-8807 Freienbach
  26934. Switzerland
  26935. .email
  26936. rhiestan@iiic.ethz.ch
  26937. .fax
  26938. CH-055/48 26 37
  26939. .docs
  26940. ShowJPEG.doc
  26941. .described-by
  26942. Fred Fish (fnf@amigalib.com)
  26943. .submittal
  26944. Downloaded via ftp from aminet (wuarchive.wustl.edu).
  26945. .execute
  26946. set orgdir `cd`
  26947. LAB start
  26948. set choice `RequestChoice "ShowJPEG" "Please select an option" "View ShowJPEG.doc" "Run ShowJPEG" "Cancel"`
  26949. if $choice GT "0"
  26950.   if $choice EQ "1"
  26951.     MetaTool ShowJPEG.doc TEXT
  26952.   else
  26953.     if $choice EQ "2"
  26954.       ShowJPEG
  26955.     endif
  26956.   endif
  26957.   cd $orgdir
  26958.   unset filechoice
  26959.   unset dirchoice
  26960.   failat 10
  26961.   skip start BACK
  26962. endif
  26963. .stored-in
  26964. FreshFish-Vol10:Useful/gfx/board/ShowJPEG/
  26965. .pi-file
  26966. FreshFish-Vol10:Useful/gfx/board/ShowJPEG/Product-Info
  26967. .name
  26968. shows-reviews
  26969. .short
  26970. Reviews of Amiga shows and conferences.
  26971. .description
  26972. Reviews of Amiga shows and conferences.
  26973. .described-by
  26974. fnf@amigalib.com
  26975. .author
  26976. Various; maintained by Daniel Barrett
  26977. .aminet-dir
  26978. docs/rview
  26979. .stored-in
  26980. FreshFish-Vol10:Useful/reviews/other-reviews/shows/
  26981. .pi-file
  26982. FreshFish-Vol10:Useful/reviews/other-reviews/shows/Product-Info
  26983. .name
  26984. SimCityFundsCheat
  26985. .type
  26986. Game Tool
  26987. .short
  26988. Changes amount of funds in SimCity City
  26989. .description
  26990. As the name suggest the aim of this program is to change the
  26991. amount of funds in a SimCity City. It does this by Loading a
  26992. Map File and changing the amount of funds available to that
  26993. map. This is the only function of this program.
  26994. NOTE: Not for SimCity 2000
  26995. .version
  26996. 1.03
  26997. .author
  26998. DCAT
  26999. .distribution
  27000. Copyrighted but Freely Redistributable
  27001. .docs
  27002. SimCityFundsCheat.DOC
  27003. .described-by
  27004. Richard Fish (rjf@amigalib.com)
  27005. .submittal
  27006. Submitted on disk directly by the author.
  27007. .aminet-dir
  27008. game/patch
  27009. .execute
  27010. LAB Start
  27011. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
  27012. if $choice GT "0"
  27013.   if $choice EQ "1"
  27014.     MetaTool SimCityFundsCheat.DOC TEXT
  27015.   else
  27016.     if $choice EQ "2"
  27017.       SimCityFundsCheat
  27018.     endif
  27019.   endif
  27020.   skip Start BACK
  27021. endif
  27022. .stored-in
  27023. FreshFish-Vol10:New/game/patch/SimCityFundsCheat/
  27024. .pi-file
  27025. FreshFish-Vol10:New/game/patch/SimCityFundsCheat/Product-Info
  27026. .name
  27027. SleepingPointers
  27028. .type
  27029. OS Utility
  27030. .short
  27031. Program to animate busy pointer.
  27032. .description
  27033. What is this Sleep stuff ??
  27034.  
  27035. Well, have you ever work on WindowsNT and saw the animated busy
  27036. pointers?
  27037.  
  27038. "Gosh, my Amiga is better than a PeeCe and my Workbench only shows a
  27039. little-tiny stopped busy pointer!"
  27040.  
  27041. You may say: "use PointerX, or LacePointer"
  27042.  
  27043. no way : PointerX only shows a ugly bysypointer in lowres !!!
  27044.  
  27045. You can also say: "use PatchPointer to make the busypointer hires."
  27046. Ok ... try it and you will see the busypointer becomes stopped!
  27047. Damn ...
  27048.  
  27049. LacePointer in other way only works in screenmodes of PAL/NTSC.  If
  27050. you have a brand new AGA amiga, that is in MULTISCAN or DBLPAL, or
  27051. something else, no LacePointer.
  27052.  
  27053. Those little problems, motivated me to program SleepingPointers.
  27054. After some time, SleepingPointers has born!
  27055.  
  27056. Now, animated busy pointers in hires is easy.
  27057.  
  27058. If i receive enough feedback, i will do a Prefs Program so that you
  27059. can load you favourite ANIMATION/ANIMBRUSH of a busy pointer and use
  27060. it!
  27061. .version
  27062. 1.0
  27063. .date
  27064. 1995.07.23
  27065. .author
  27066. António Manuel Santos
  27067. .requirements
  27068. OS3.0+
  27069. .distribution
  27070. Shareware
  27071. .address
  27072. Rua do Zaire, 5 1 dto
  27073. 1170 Lisbon, Portugal
  27074. .email
  27075. l38058@alfa.ist.utl.pt
  27076. .docs
  27077. SleepingPointers.guide
  27078. SleepingPointers.readme
  27079. .described-by
  27080. Richard Fish (rjf@amigalib.com)
  27081. .submittal
  27082. Downloaded via ftp from wuarchive.wustl.edu.
  27083. .aminet-dir
  27084. util/cdity
  27085. .execute
  27086. LAB Start
  27087. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
  27088. if $choice GT "0"
  27089.   if $choice EQ "1"
  27090.     MetaTool SleepingPointers.readme TEXT
  27091.   else
  27092.     if $choice EQ "2"
  27093.       MetaTool SleepingPointers.guide GUIDE
  27094.     else
  27095.       if $choice EQ "3"
  27096.         wbrun SleepingPointers-Cute
  27097.       endif
  27098.     endif
  27099.   endif
  27100.   skip Start BACK
  27101. endif
  27102. .stored-in
  27103. FreshFish-Vol10:New/util/cdity/SleepingPointers/
  27104. .pi-file
  27105. FreshFish-Vol10:New/util/cdity/SleepingPointers/Product-Info
  27106. .name
  27107. SnoopDos
  27108. .type
  27109. OS Utility
  27110. .short
  27111. System and application monitor
  27112. .description
  27113. SnoopDos
  27114. SnoopDos is a utility that allows you to monitor a variety of system
  27115. operations carried out by programs on your Amiga. This includes what
  27116. files a program is trying to open, what fonts, libraries, devices and
  27117. environment variables it is looking for, and so on.
  27118.  
  27119. This is very useful if you are trying to figure out why a certain
  27120. application won't work properly. Usually, it's because the application
  27121. can't find a certain configuration file, library or device.
  27122.  
  27123. This version has many new features not present in version 1.7. Among
  27124. the most important are a full GUI, support for many new functions,
  27125. support for monitoring programs compiled with GNU C, and a packet
  27126. debugger for programmers.
  27127. .version
  27128. 3.0
  27129. .reference
  27130. FrozenFish-Apr94:BBS/Useful/util/moni/SnoopDos.lha
  27131. 1.7
  27132. FreshFish-Sep94:Useful/dist/util/moni/SnoopDos/
  27133. 1.7
  27134. FreshFish-Sep94:BBS/util/SnoopDos-1.7.lha
  27135. 1.7
  27136. FreshFish-May94:Useful/dist/util/moni/SnoopDos/
  27137. 1.7
  27138. FreshFish-Mar94:Useful/dist/util/moni/SnoopDos/
  27139. 1.7
  27140. FreshFish-Jul94:Useful/dist/util/moni/SnoopDos/
  27141. 1.7
  27142. FreshFish-Jul94:BBS/util/SnoopDos-1.7.lha
  27143. 1.7
  27144. GoldFish2-Apr94:d7xx/d725/SnoopDos/
  27145. 1.5
  27146. GoldFish1-Apr94:BBS/d7xx/d725/SnoopDos.lha
  27147. 1.5
  27148. FrozenFish-Apr94:BBS/ALib/d7xx/d725/SnoopDos.lha
  27149. 1.5
  27150. FreshFish-Oct93:Old/AmigaLibDisks/Disks720-739/Disk725/SnoopDos/
  27151. 1.5
  27152. AmigaLibDisk725:SnoopDos/
  27153. 1.5
  27154. GoldFish2-Apr94:d4xx/d451/SnoopDos/
  27155. 1.2
  27156. GoldFish1-Apr94:BBS/d4xx/d451/SnoopDos.lha
  27157. 1.2
  27158. FrozenFish-Apr94:BBS/ALib/d4xx/d451/SnoopDos.lha
  27159. 1.2
  27160. AmigaLibDisk451:SnoopDos/
  27161. 1.2
  27162. GoldFish2-Apr94:d3xx/d388/SnoopDos/
  27163. 1.0
  27164. GoldFish1-Apr94:BBS/d3xx/d388/SnoopDos.lha
  27165. 1.0
  27166. FrozenFish-Apr94:BBS/ALib/d3xx/d388/SnoopDos.lha
  27167. 1.0
  27168. AmigaLibDisk388:SnoopDos/
  27169. 1.0
  27170. .date
  27171. 1994.09.17
  27172. .author
  27173. Eddy Carroll
  27174. .address
  27175. The Old Rectory
  27176. Delgany
  27177. Co. Wicklow
  27178. Ireland
  27179. .installsize
  27180. 100K - 1.1 Mb
  27181. .requirements
  27182. Kickstart 2.04 or above.
  27183. .source
  27184. Full source code is included for SAS/C 6.51. It can probably be converted
  27185. to DICE without too much difficulty, but this has not been tested. The
  27186. full source directory occupies about 750K.
  27187.  
  27188. The file SnoopDos.Roadmap inside the source directory contains a detailed
  27189. guide to the source code.
  27190. .construction
  27191. SAS/C 6.51, using the enclosed SCOPTIONS file.
  27192. .tested
  27193. A500, A1000, A1200, A2000, A3000, A4000, using system software from
  27194. v37 to v40. Compatible with Retina Zorro II and Picasso software.
  27195. Drag & Drop format editor leaves "mouse droppings" on Retina Zorro III BLT.
  27196. .docs
  27197. Readme.first
  27198. Readme.source
  27199. SnoopDos.guide
  27200. Source/SnoopDos.Roadmap
  27201. .run
  27202. SnoopDos=WB,SnoopDos
  27203. .distribution
  27204. Copyright but Freely Redistributable
  27205. .email
  27206. ecarroll@maths.tcd.ie
  27207. ecarroll@cix.compulink.co.uk
  27208. .described-by
  27209. Eddy Carroll
  27210. .submittal
  27211. Uploaded to ftp.amigalib.com by the author.
  27212. .execute
  27213. set orgdir `cd`
  27214. LAB start
  27215. failat 10
  27216. unset filechoice
  27217. unset dirchoice
  27218. cd $orgdir
  27219. set choice `RequestChoice "SnoopDos" "Please select an option" "ReadMe" "View Guide" "View Source" "Run" "Cancel"`
  27220. if $choice GT "0"
  27221.   if $choice EQ "1"
  27222.     MetaTool Readme.first TEXT
  27223.   else
  27224.     if $choice EQ "2"
  27225.       MetaTool SnoopDos.guide GUIDE
  27226.     else
  27227.       if $choice EQ "3"
  27228.         cd source
  27229.         set filechoice `RequestFile TITLE "Select File"`
  27230.         set dirchoice `pathname $filechoice`
  27231.         set filechoice `basename $filechoice`
  27232.         failat 21
  27233.         cd $dirchoice
  27234.         MetaTool $filechoice TEXT
  27235.       else
  27236.         if $choice EQ "4"
  27237.           WBRun SnoopDos
  27238.         endif
  27239.       endif
  27240.     endif
  27241.   endif
  27242.   skip start BACK
  27243. endif
  27244. .aminet-dir
  27245. util/moni
  27246. .stored-in
  27247. FreshFish-Vol10:Useful/util/moni/SnoopDos/
  27248. .pi-file
  27249. FreshFish-Vol10:Useful/util/moni/SnoopDos/Product-Info
  27250. # This file contains product information that can be used by
  27251. # KingFisher 2.0 and other similar tools.
  27252.  
  27253. .name
  27254. Sort
  27255. .type
  27256. CLI Tool
  27257. .aminet-dir
  27258. util/cli
  27259. .short
  27260. Sorts ASCII-Files, many features
  27261. .description
  27262. A cli-based text file sort utility.  Includes options for:
  27263. Ascending/descending sort; Limiting sort to a range of lines;
  27264. Case-sensitivity; Delete empty lines; Delete multiple occurences
  27265. of same line; Overwrite input file; Sort and write file in reverse
  27266. order of input; Join files and sort. Includes both English and
  27267. German binaries.
  27268. .version
  27269. 1.37
  27270. .date
  27271. 1995.04.17
  27272. .author
  27273. Rüdiger Werner
  27274. .reference
  27275. FreshFish-Vol9-1:util/cli/Sort/
  27276. 1.36
  27277. GoldFish-Vol2-2:BBS/util/Sort-1.34.lha
  27278. 1.34
  27279. GoldFish-Vol2-1:Files/util/cli/Sort/
  27280. 1.34
  27281. FreshFish-Vol8-2:BBS/util/Sort-1.34.lha
  27282. 1.34
  27283. FreshFish-Vol7:New/util/cli/Sort/
  27284. 1.34
  27285. FreshFish-Vol7:BBS/util/Sort-1.34.lha
  27286. 1.34
  27287. FreshFish-Vol6:New/util/cli/Sort/
  27288. 1.30
  27289. FreshFish-Vol6:BBS/util/Sort-1.30.lha
  27290. 1.30
  27291. FreshFish-Vol5:BBS/util/Sort-1.23.lha
  27292. 1.23
  27293. FreshFish-Vol4:New/util/cli/Sort/
  27294. 1.23
  27295. FreshFish-Vol4:BBS/May94/util/cli/Sort.lha
  27296. 1.23
  27297. .distribution
  27298. Freeware
  27299. .address
  27300. Stresemannplatz 2
  27301. 01309 Dresden
  27302. GERMANY
  27303. .email
  27304. rw2@irz.inf.tu-dresden.de
  27305. wernerr@eeetwc.et.tu-dresden.de
  27306. .docs
  27307. History
  27308. sort.readme
  27309. sort.doc
  27310. .described-by
  27311. Dan Fish (daf@starfish.amigalib.com)
  27312. .submittal
  27313. Downloaded via ftp from wuarchive.wustl.edu.
  27314. .execute
  27315. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Cancel"`
  27316. if $choice GT "0"
  27317.   if $choice EQ "1"
  27318.     MetaTool sort.doc TEXT
  27319.   endif
  27320. endif
  27321. .stored-in
  27322. FreshFish-Vol10:New/util/sys/Sort/
  27323. .pi-file
  27324. FreshFish-Vol10:New/util/sys/Sort/Product-Info
  27325. .name
  27326. SpaceJest
  27327. .type
  27328. Adventure Game
  27329. .short
  27330. Text based adventure game.
  27331. .description
  27332. Space Jest is an adventure game of the old type. No graphics here, this is a
  27333. text adventure.
  27334. I know that about half the prospective players have just stopped reading and
  27335. turned to something more interesting like Monkey Island 6, or something like
  27336. that. To those of you who are still reading, thanks. I have tried to make
  27337. the game as appealing as possible, but there are those who think that to be
  27338. called a game it needs graphics. Ah well, we can't all be perfect!
  27339. I have been meaning to write a decent adventure game for some time, but all
  27340. of the projects I started have ended up mutating into something else. One
  27341. of the things I have mastered as a result is being able to write a decent
  27342. input routine, and most of the programs I have written of late (from
  27343. databases to all manner of other things) have used the same input routine
  27344. which I hijacked from one or other of my attempts at an adventure game.
  27345. .version
  27346. 1.32
  27347. .author
  27348. Simon Champion
  27349. .distribution
  27350. Shareware
  27351. .price
  27352. £5
  27353. .address
  27354. PO Box 695,
  27355. Hilton 3245,
  27356. KwaZulu-Natal,
  27357. South Africa.
  27358. .construction
  27359. The game was programmed using Amos Professional Version 2.00 and the Amos
  27360. Professional Compiler. Most of the work was done on an A500 with kickstart
  27361. version 1.2, but later changes were made using an A4000/030. The game has
  27362. been tested under Kickstart 1.2, 1.3 and 3.0, and works with them all.
  27363.  
  27364. This AmigaGuide® file was written using ED 2.00 (from Workbench), and tested
  27365. using MultiView.
  27366. .docs
  27367. Contents
  27368. SpaceJest.guide
  27369. .described-by
  27370. Richard Fish (rjf@amigalib.com)
  27371. .submittal
  27372. Submitted on disk directly by the author.
  27373. .aminet-dir
  27374. game/role
  27375. .execute
  27376. LAB Start
  27377. set choice `RequestChoice "Options Selection" "Please select an option" "View Guide" "Run Program" "Cancel"`
  27378. if $choice GT "0"
  27379.   if $choice EQ "1"
  27380.     MetaTool SpaceJest.guide GUIDE
  27381.   else
  27382.     if $choice EQ "2"
  27383.       SpaceJestUNREG
  27384.     endif
  27385.   endif
  27386.   skip Start BACK
  27387. endif
  27388. .stored-in
  27389. FreshFish-Vol10:New/game/role/SpaceJest/
  27390. .pi-file
  27391. FreshFish-Vol10:New/game/role/SpaceJest/Product-Info
  27392. .name
  27393. StackMon
  27394. .type
  27395. OS Utility
  27396. .short
  27397. Monitors stack usage of programs
  27398. .description
  27399. When run StackMon presents a list of all the tasks and processes currently
  27400. running. The list is sorted alphabetically, with processes before tasks.
  27401. This list is not updated automatically, as constructing this list requires
  27402. suspension of multitasking. If you run a program you want to monitor after
  27403. starting StackMon, click on the 'Update list' gadget so that it appears in
  27404. the list.
  27405.  
  27406. If the program you want to monitor was run from the Workbench, its name will
  27407. be that of the icon; if run from the shell the name is the exact name typed
  27408. into the shell, with path.
  27409.  
  27410. Click on the program you wish to monitor and StackMon will begin monitoring.
  27411. The display consists of numbers and a fuel gauge showing the current stack
  27412. use relative to the size of the stack. The numbers are:
  27413.  
  27414. Current: This is the amount of stack in use when the program was last
  27415.      monitored.
  27416. Largest: The largest recorded stack ever in use by this program.
  27417. Stack  : The stack allocated for this program.
  27418. .version
  27419. 1.3
  27420. .author
  27421. David Kinder
  27422. .requirements
  27423. OS 2.04+
  27424. .distribution
  27425. Copyrighted but Freely Redistributable
  27426. .address
  27427. 2, Clwtt Cottages,
  27428. Bangor Rd.,
  27429. Gyfelia,
  27430. Clwyd. LL13 0YL.
  27431. .email
  27432. kinder@teaching.physics.ox.ac.uk
  27433. dkinder@vax.ox.ax.uk
  27434. .docs
  27435. StackMon.doc
  27436. .described-by
  27437. Richard Fish
  27438. .submittal
  27439. Downloaded via ftp from Aminet.
  27440. .execute
  27441. LAB start
  27442. set choice `RequestChoice "StackMon" "Please select an option" "View Documentation" "Run StackMon" "Cancel"`
  27443. if $choice GT "0"
  27444.   if $choice EQ "1"
  27445.     MetaTool StackMon.doc TEXT
  27446.   else
  27447.     if $choice EQ "2"
  27448.       Run StackMon
  27449.     endif
  27450.   endif
  27451.   skip start BACK
  27452. endif
  27453. .aminet-dir
  27454. dev/moni
  27455. .stored-in
  27456. FreshFish-Vol10:Useful/dev/moni/StackMon/
  27457. .pi-file
  27458. FreshFish-Vol10:Useful/dev/moni/StackMon/Product-Info
  27459. .name
  27460. storage-hardware
  27461. .short
  27462. Reviews of storage devices.
  27463. .description
  27464. Reviews of hard drives and other storage devices.
  27465. CD-ROM drive reviews are in the ../cd-rom directory.
  27466. .described-by
  27467. fnf@amigalib.com
  27468. .author
  27469. Various; maintained by Daniel Barrett
  27470. .aminet-dir
  27471. docs/rview
  27472. .stored-in
  27473. FreshFish-Vol10:Useful/reviews/hardware/storage/
  27474. .pi-file
  27475. FreshFish-Vol10:Useful/reviews/hardware/storage/Product-Info
  27476. .name
  27477. StrikeCommander
  27478. .fullname
  27479. Strike Commander
  27480. .type
  27481. Action Game
  27482. .short
  27483. Shoot the other player from the sky!
  27484. .description
  27485. There is no mission, no story, only one great aim: shoot the other player from
  27486. the sky. The game is played using one or two joysticks. To enable the second
  27487. player press the fire button right at the beginning of each game.
  27488. .version
  27489. 1.10
  27490. .date
  27491. 1994.01.06
  27492. .author
  27493. Chris Hodges
  27494. .distribution
  27495. Shareware
  27496. .address
  27497. Kennedystr. 8
  27498. D-82178 Puchheim
  27499. Germany
  27500. .email
  27501. chris@sixpack.pfalz.org
  27502. .aminet-dir
  27503. game/2play
  27504. .docs
  27505. StrikeCommander.doc
  27506. .described-by
  27507. Richard Fish (rjf@amigalib.com)
  27508. .submittal
  27509. Downloaded via ftp from wuarchive.wustl.edu.
  27510. .execute
  27511. LAB Start
  27512. set choice `requestchoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
  27513. if $choice GT "0"
  27514.   if $choice EQ "1"
  27515.     MetaTool StrikeCommander.doc TEXT
  27516.   else
  27517.     if $choice EQ "2"
  27518.       set choice2 `requestchoice "Version Selection" "Please select game version" "68020" "68000" "Cancel"`
  27519.       if $choice2 GT "0"
  27520.         if $choice2 EQ "1"
  27521.           wbrun StrikeCommander020+
  27522.         else
  27523.           wbrun StrikeCommander000
  27524.         endif
  27525.       endif
  27526.     endif
  27527.   endif
  27528.   skip Start BACK
  27529. endif
  27530. .stored-in
  27531. FreshFish-Vol10:New/game/2play/StrikeCommander/
  27532. .pi-file
  27533. FreshFish-Vol10:New/game/2play/StrikeCommander/Product-Info
  27534. # This file contains product information that can be used by
  27535. # KingFisher 2.0 and other similar tools.
  27536.  
  27537. .name
  27538. StructureGuide
  27539. .type
  27540. Developer Utility
  27541. .short
  27542. Guide with links to all structs + info
  27543. .description
  27544. An AmigaGuide file that contains links to OS structures, showing
  27545. members, sizes, and offsets.
  27546.  
  27547. INCLUDE: has to be assigned to the main include directory, containing
  27548. all include files (the directory containing the "exec", "dos" and all
  27549. the other drawers) for proper operation.
  27550.  
  27551. This guide also contains offsets for all symbols for those who don't
  27552. have the include files.
  27553. .version
  27554. 1.0
  27555. .author
  27556. Per-Olof Yliniemi
  27557. .address
  27558. Muoniovaara
  27559. S-980 64 Muodoslompolo
  27560. SWEDEN
  27561. .docs
  27562. StructureGuide.readme
  27563. Structure.Guide
  27564. .described-by
  27565. Dan Fish (daf@starfish.amigalib.com)
  27566. .submittal
  27567. Downloaded via ftp from wuarchive.wustl.edu.
  27568. .execute
  27569. LAB Start
  27570. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Cancel"`
  27571. if $choice GT "0"
  27572.   if $choice EQ "1"
  27573.     MetaTool StructureGuide.readme  TEXT
  27574.   else
  27575.     if $choice EQ "2"
  27576.       MetaTool Structure.Guide GUIDE
  27577.     endif
  27578.   endif
  27579.   skip Start BACK
  27580. endif
  27581. .aminet-dir
  27582. dev/asm
  27583. .stored-in
  27584. FreshFish-Vol10:New/dev/asm/StructureGuide/
  27585. .pi-file
  27586. FreshFish-Vol10:New/dev/asm/StructureGuide/Product-Info
  27587. .name
  27588. subspace
  27589. .type
  27590. Picture
  27591. .short
  27592. Fantasy JPEG picture - 800 x 600.
  27593. .description
  27594. This is a nice picture I created some time ago on my Amiga 4000/040.
  27595. If you like it and/or want to contact me for any reasons, feel free
  27596. to do so at the address quoted above, or by phone at : +39-2-76110695.
  27597.  
  27598. Enjoy...
  27599. .author
  27600. Roberto Bisconcini
  27601. .distribution
  27602. Copyrighted but Freely Redistributable
  27603. .aminet-dir
  27604. pix/misc
  27605. .execute
  27606. METATOOL subspace.jpg JPEG
  27607. .docs
  27608. Readme.txt
  27609. subspace.readme
  27610. .described-by
  27611. Richard Fish (rjf@amigalib.com)
  27612. .submittal
  27613. Downloaded via ftp from wuarchive.wustl.edu.
  27614. .stored-in
  27615. FreshFish-Vol10:New/pix/misc/subspace/
  27616. .pi-file
  27617. FreshFish-Vol10:New/pix/misc/subspace/Product-Info
  27618. .name
  27619. SuperDark
  27620. .type
  27621. Workbench Tool
  27622. .short
  27623. A very nice modular screen blanker
  27624. .description
  27625. A screen blanker with some special features.  It is similar to the
  27626. AfterDark screen blanker in the PC and Mac worlds.  Features include a
  27627. lot of different screen effects via "modular" screen blankers, a
  27628. screen locker, and more.
  27629. .version
  27630. 2.1a
  27631. .date
  27632. .author
  27633. Thomas Landspurg
  27634. .restrictions
  27635. .requirements
  27636. Requires 2.04 or later.
  27637. .reference
  27638. FreshFish-Jul94/Useful/dist/util/blank/SuperDark/
  27639. 2.0a
  27640. FreshFish-Jul94/BBS/util/SuperDark-2.0a.lha
  27641. 2.0a
  27642. FreshFish-May94/Useful/dist/util/blank/SuperDark/
  27643. 2.0a
  27644. FrozenFish-Apr94/BBS/Dec93/util/blank/SuperDark.lha
  27645. 2.0B
  27646. FreshFish-Mar94/Old/Dec93/util/blank/SuperDark/
  27647. 2.0B
  27648. FreshFish-Dec93/New/util/blank/SuperDark/
  27649. 2.0B
  27650. FrozenFish-Apr94/BBS/Useful/util/blank/SuperDark.lha
  27651. 2.0
  27652. FreshFish-May94/Useful/dist/util/blank/SuperDark.old/
  27653. 2.0
  27654. FreshFish-Mar94/Useful/dist/util/blank/SuperDark/
  27655. 2.0
  27656. GoldFish2-Apr94/d8xx/d858/SuperDark/
  27657. 1.5
  27658. GoldFish1-Apr94/BBS/d8xx/d858/SuperDark.lha
  27659. 1.5
  27660. FrozenFish-Apr94/BBS/ALib/d8xx/d858/SuperDark.lha
  27661. 1.5
  27662. FreshFish-Oct93/Old/AmigaLibDisks/Disks840-859/Disk858/SuperDark/
  27663. 1.5
  27664. FreshFish-Dec93/Old/AmigaLibDisks/Disks840-859/Disk858/SuperDark/
  27665. 1.5
  27666. AmigaLibDisks/d8xx/d858/SuperDark/
  27667. 1.5
  27668. GoldFish2-Apr94/d8xx/d835/SuperDark/
  27669. 1.2
  27670. GoldFish1-Apr94/BBS/d8xx/d835/SuperDark.lha
  27671. 1.2
  27672. FrozenFish-Apr94/BBS/ALib/d8xx/d835/SuperDark.lha
  27673. 1.2
  27674. FreshFish-Oct93/Old/AmigaLibDisks/Disks820-839/Disk835/SuperDark/
  27675. 1.2
  27676. FreshFish-Dec93/Old/AmigaLibDisks/Disks820-839/Disk835/SuperDark/
  27677. 1.2
  27678. AmigaLibDisks/d8xx/d835/SuperDark/
  27679. 1.2
  27680. .keywords
  27681. .distribution
  27682. Copyrighted but Freely Redistributable
  27683. .price
  27684. .address
  27685. 9, Place Alexandre 1er
  27686. 78000 VERSAILLES
  27687. FRANCE
  27688. .email
  27689. Thomas.Landspurg@ramses.gna.org
  27690. .phone
  27691. .fax
  27692. .exectype
  27693. .installsize
  27694. .source
  27695. .construction
  27696. .tested
  27697. .docs
  27698. Docs/SuperDark.doc
  27699. Docs/SuperDark.guide
  27700. Docs/Programmers.doc
  27701. Docs/Programmers.guide
  27702. .described-by
  27703. Fred Fish (fnf@fishpond.cygnus.com)
  27704. .submittal
  27705. Downloaded via ftp from wuarchive.wustl.edu.
  27706. .execute
  27707. set orgdir `cd`
  27708. LAB start
  27709. failat 10
  27710. unset filechoice
  27711. unset dirchoice
  27712. cd $orgdir
  27713. set choice `RequestChoice "SuperDark" "Please select an option" "README" "View Guides" "Install" "Cancel"`
  27714. if $choice GT "0"
  27715.   if $choice EQ "1"
  27716.     MetaTool README_FIRST.doc TEXT
  27717.   else
  27718.     if $choice EQ "2"
  27719.       cd docs
  27720.       set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
  27721.       set dirchoice `pathname $filechoice`
  27722.       set filechoice `basename $filechoice`
  27723.       failat 21
  27724.       cd $dirchoice
  27725.       MetaTool $filechoice GUIDE
  27726.     else
  27727.       if $choice EQ "3"
  27728.         Installer Install APPNAME "SuperDark Blanker" NOLOG
  27729.       endif
  27730.     endif
  27731.   endif
  27732.   skip start BACK
  27733. endif
  27734. .aminet-dir
  27735. util/blank
  27736. .stored-in
  27737. FreshFish-Vol10:Useful/util/blank/SuperDark/
  27738. .pi-file
  27739. FreshFish-Vol10:Useful/util/blank/SuperDark/Product-Info
  27740. .name
  27741. SuperDuper
  27742. .type
  27743. Disk Tool
  27744. .short
  27745. High-speed disk copier and formatter
  27746. .description
  27747. SuperDuper is an exciting, high-speed disk copier and formatter. Typical
  27748. timings are 99s for a disk-to-disk verified copy, or 38s for a four disk
  27749. non-verified format.  Also available are buffering in RAM, on a hard disk
  27750. image file or on any sector-based Amiga device, like RAD:, VDO:, FMS:, etc.
  27751. Real-time compression using the Xpk standard allows to copy in one pass most
  27752. disks on 1M Amigas, especially in conjunction with a special utility which
  27753. "hides" external drives to the system (but not to SuperDuper).  Bells and
  27754. whistles include high density floppy support, voice, automatic date
  27755. increment, a list of the disks copied, and automatic start of operations
  27756. based on disk insertion/ejection sensing.  SuperDuper 3.13 is freeware and
  27757. works on any Amiga under 2.0 and beyond.
  27758. .version
  27759. 3.13
  27760. .date
  27761. 1994.02.21
  27762. .author
  27763. Sebastiano Vigna
  27764. .requirements
  27765. Requires OS 2.0+
  27766. .reference
  27767. AmigaLibDisk979:SuperDuper/
  27768. 3.1
  27769. AmigaLibDisk903:SuperDuper/
  27770. 3.0
  27771. AmigaLibDisk753:SuperDuper/
  27772. 2.02
  27773. AmigaLibDisk590:SuperDuper/
  27774. 2.01
  27775. AmigaLibDisk561:SuperDuper/
  27776. 2.0
  27777. AmigaLibDisk488:SuperDuper/
  27778. 1.0
  27779. .distribution
  27780. Freeware
  27781. .address
  27782. Via California 22
  27783. I-20144 Milano MI
  27784. .email
  27785. vigna@ghost.dsi.unimi.it
  27786. .docs
  27787. README
  27788. SuperDuper.guide
  27789. ToggleClick.doc
  27790. SetTDDelay.doc
  27791. .described-by
  27792. Dan Fish (daf@daffy.amigalib.com)
  27793. .submittal
  27794. Downloaded via ftp from wuarchive.wustl.edu.
  27795. .execute
  27796. LAB start
  27797. set choice `RequestChoice "SuperDuper" "Please select an option" "View README" "View Guide" "Run SuperDuper" "Cancel"`
  27798. if $choice GT "0"
  27799.   if $choice EQ "1"
  27800.     MetaTool README TEXT
  27801.   else
  27802.     if $choice EQ "2"
  27803.       MetaTool SuperDuper.guide GUIDE
  27804.     else
  27805.       if $choice EQ "3"
  27806.         WBRun SD
  27807.       endif
  27808.     endif
  27809.   endif
  27810.   skip start BACK
  27811. endif
  27812. .aminet-dir
  27813. dev/copy
  27814. .stored-in
  27815. FreshFish-Vol10:Useful/disk/copy/SuperDuper/
  27816. .pi-file
  27817. FreshFish-Vol10:Useful/disk/copy/SuperDuper/Product-Info
  27818. .name
  27819. superopt
  27820. .fullname
  27821. superoptimizer
  27822. .type
  27823. Programmer Tool
  27824. .short
  27825. Finds optimal asm instruction sequences.
  27826. .description
  27827. The superoptimizer is a function sequence generator that uses an
  27828. exhaustive generate-and-test approach to finding the shortest
  27829. instruction sequence for a given function.  You have to tell the
  27830. superoptimizer which function and which CPU you want to generate code
  27831. for, and how many instructions you can accept.
  27832.  
  27833. The superoptimizer can't generate very long sequences, unless you have
  27834. a very fast computer or very much spare time.  The time complexity of
  27835. the used algorithm is approximately O(m n*2n) where m is the number of
  27836. available instructions on the architecture and n is the shortest
  27837. sequence for the goal function.  The practical sequence length limit
  27838. depends on the target architecture and goal function arity; In most
  27839. cases it is about 5, but for a rich instruction set as the HPPA it is
  27840. just 4.  The longest sequence ever generated was for the MC68020 and 7
  27841. instructions long.  It took several weeks to generate it...
  27842.  
  27843. The superoptimizer can't guarantee that it finds the best possible
  27844. instruction sequences for all possible goal functions.  For example,
  27845. it doesn't even try to include immediate constants (other that -1, 0,
  27846. +1, and the smallest negative and biggest positive numbers) in the
  27847. sequences.
  27848.  
  27849. Other reasons why not optimal sequences might be found is that not all
  27850. instructions are included, not even in their register-only form.
  27851. Also, some instructions included might not be correctly simulated.  If
  27852. you encounter any of these problems, please report them to the address
  27853. below.
  27854. .version
  27855. 2.5
  27856. .author
  27857. Torbjorn Granlund
  27858. .email
  27859. tege@gnu.ai.mit.edu
  27860. .distribution
  27861. GNU Public License
  27862. .described-by
  27863. Fred Fish (fnf@amigalib.com)
  27864. .submittal
  27865. Downloaded from prep.ai.mit.edu:pub/gnu
  27866. .aminet-dir
  27867. gnu/src
  27868. .stored-in
  27869. FreshFish-Vol10:GNU-src/amiga/superopt-2.5-src.lha
  27870. .pi-file
  27871. FreshFish-Vol10:GNU-src/amiga/superopt-2.5-src.lha.pi
  27872. .name
  27873. superopt
  27874. .fullname
  27875. superoptimizer
  27876. .type
  27877. Programmer Tool
  27878. .short
  27879. Finds optimal asm instruction sequences.
  27880. .description
  27881. The superoptimizer is a function sequence generator that uses an
  27882. exhaustive generate-and-test approach to finding the shortest
  27883. instruction sequence for a given function.  You have to tell the
  27884. superoptimizer which function and which CPU you want to generate code
  27885. for, and how many instructions you can accept.
  27886.  
  27887. The superoptimizer can't generate very long sequences, unless you have
  27888. a very fast computer or very much spare time.  The time complexity of
  27889. the used algorithm is approximately O(m n*2n) where m is the number of
  27890. available instructions on the architecture and n is the shortest
  27891. sequence for the goal function.  The practical sequence length limit
  27892. depends on the target architecture and goal function arity; In most
  27893. cases it is about 5, but for a rich instruction set as the HPPA it is
  27894. just 4.  The longest sequence ever generated was for the MC68020 and 7
  27895. instructions long.  It took several weeks to generate it...
  27896.  
  27897. The superoptimizer can't guarantee that it finds the best possible
  27898. instruction sequences for all possible goal functions.  For example,
  27899. it doesn't even try to include immediate constants (other that -1, 0,
  27900. +1, and the smallest negative and biggest positive numbers) in the
  27901. sequences.
  27902.  
  27903. Other reasons why not optimal sequences might be found is that not all
  27904. instructions are included, not even in their register-only form.
  27905. Also, some instructions included might not be correctly simulated.  If
  27906. you encounter any of these problems, please report them to the address
  27907. below.
  27908. .version
  27909. 2.5
  27910. .author
  27911. Torbjorn Granlund
  27912. .email
  27913. tege@gnu.ai.mit.edu
  27914. .distribution
  27915. GNU Public License
  27916. .described-by
  27917. Fred Fish (fnf@amigalib.com)
  27918. .submittal
  27919. Downloaded from prep.ai.mit.edu:pub/gnu
  27920. .aminet-dir
  27921. gnu/base
  27922. .stored-in
  27923. FreshFish-Vol10:GNU-src/baseline/superopt-2.5.tar.gz
  27924. .pi-file
  27925. FreshFish-Vol10:GNU-src/baseline/superopt-2.5.tar.gz.pi
  27926. .name
  27927. SuperTrail
  27928. .type
  27929. Action Game
  27930. .short
  27931. Guide ball through tricky levels
  27932. .description
  27933. Welcome to "Super Trail", the professional fast action game of skill
  27934. (incl. comfortable level editor and many extra fields).
  27935.  
  27936. Principle of this game is to guide a rolling ball as fast as possible
  27937. along a long and tricky trail, to avoid the holes or jump over them,
  27938. and to get as many points as possible in the end (what else?).
  27939. Many extra fields with special effects can make this task easier or
  27940. much more difficult.
  27941.  
  27942. Included are nine levels, starting "very easy" and ending "utterly
  27943. difficult".
  27944.  
  27945. With the integrated level editor you can change levels or create your
  27946. own levels. This is also possible with the freely distributable version,
  27947. but you can't save levels to disk from this version. For proper use,
  27948. you should decide to register and pay the shareware fee. With the
  27949. registered full version you can design as many sets of each nine levels
  27950. as you like and save them to disk. For each level set separate highscores
  27951. (incl. highscore game play for automatic replay mode) are saved.
  27952.  
  27953. English and german versions are included; Super Trail should be usable
  27954. on all Amigas with at least 1MByte RAM and OS1.2 to OS3.1. You can control
  27955. the game by Keyboard (Cursor keys and space bar) or by Joystick.
  27956. .author
  27957. Helmut Hoffmann
  27958. Rubensstrasse 4
  27959. D-41063 Moenchengladbach
  27960. Germany
  27961. .restrictions
  27962. Level editor is LOAD/SAVE disabled in this version
  27963. .requirements
  27964. Requires 1Mb+ RAM
  27965. .distribution
  27966. Shareware
  27967. .price
  27968. $8 (US), DM10, for this version
  27969. $17 (US), DM20, for version with saving/loading level editor
  27970. .address
  27971. Rubensstrasse 4
  27972. D-41063 Moenchengladbach
  27973. Germany
  27974. .email
  27975. hhoff@pool.informatik.rwth-aachen.de (Helmut Hoffmann)
  27976. .docs
  27977. SuperTrailEnglish.doc
  27978. SuperTrailDeutsch.doc
  27979. .described-by
  27980. Dan Fish (daf@starfish.amigalib.com)
  27981. .submittal
  27982. Downloaded via ftp from wuarchive.wustl.edu.
  27983. .execute
  27984. LAB Start
  27985. set choice `RequestChoice "Options Selection" "Please select an option" "View English Doc" "View Deutsch Dok" "Run Program" "Cancel"`
  27986. if $choice GT "0"
  27987.   if $choice EQ "1"
  27988.     MetaTool SuperTrailEnglish.doc TEXT
  27989.   else
  27990.     if $choice EQ "2"
  27991.       MetaTool SuperTrailDeutsch.dok TEXT
  27992.     else
  27993.       if $choice EQ "3"
  27994.         assign fonts: "" ADD
  27995.         supertrail
  27996.         assign fonts: "" REMOVE
  27997.       endif
  27998.     endif
  27999.   endif
  28000.   skip Start BACK
  28001. endif
  28002. .aminet-dir
  28003. game/misc
  28004. .stored-in
  28005. FreshFish-Vol10:New/game/misc/SuperTrail/
  28006. .pi-file
  28007. FreshFish-Vol10:New/game/misc/SuperTrail/Product-Info
  28008. .name
  28009. SuperView
  28010. .type
  28011. Graphics Viewer
  28012. .short
  28013. Graphics Viewer/Converter/ScreenGrabber
  28014. .description
  28015. SuperView is a localized Graphics Viewer/Converter/ScreenGrabber for
  28016. the superview.library, with ARexx-Support, GUI, Online-Help, Cx-Support
  28017. and many more features.
  28018.  
  28019. Converting graphics and "Screen-Grabbing" is possible in a very comfortable
  28020. and object-oriented manner, also allows image processing via SVOperators.
  28021.  
  28022. Needs at least superview.library V9+, which includes the following
  28023. FileFormats, Display Drivers and Operators (V9.12) :
  28024.  
  28025. SVObjects :    - IFF-ILBM, IFF-ACBM, PCX, GIF, BMP (W*nd*ws), JPEG,
  28026.                  TIFF, FBM (*nix), PNM (*nix), IMG (GEM), WPG (W*rdP*rf*ct),
  28027.                  MAC (M*cPaint), C64 (Koala,Doodle), Targa, Pictor/PCPaint,
  28028.                  SunRaster, IFF-YUVN, WinIcon, SVO (own Format) and
  28029.                  all OS3-Datatypes !
  28030.                  Reads XPK- and PP20-packed data via Unpack.svobject.
  28031.  
  28032. SVDrivers :    - ECS, AGA, EGS-Cards, OpalVision
  28033.  
  28034. SVOperators :  - Dither24Bit, 24BitToHam6, HilbertDither256, XOR,
  28035.                  ExtractRed, ExtractGreen, ExtractBlue, ExtractGrayScales,
  28036.                  TopToBottom, LeftToRight
  28037. .version
  28038. 4.63
  28039. .date
  28040. 1995.08.03
  28041. .author
  28042. Andreas Ralph Kleinert
  28043. .restrictions
  28044. Evaluation version with "please register" requester and disabled ARexx-Port
  28045. (until you receive your KeyFile...).
  28046. .requirements
  28047. Requires V11+ of superview.library
  28048. Requires OS2.04+, OS V2.1+ and V3.00+ features are used, when available.
  28049. .distribution
  28050. Shareware
  28051. .price
  28052. DM40
  28053. .address
  28054. Grube Hohe Grethe 23
  28055. D-57074 Siegen
  28056. Germany
  28057. .reference
  28058. FreshFish-Vol7/Useful/dist/gfx/show/SuperView/
  28059. 4.0
  28060. FreshFish-Sep94:Useful/dist/gfx/show/SuperView/
  28061. 3.3
  28062. FreshFish-Jul94:New/gfx/show/SuperView/
  28063. 3.1
  28064. FreshFish-Jul94:Useful/dist/gfx/show/SuperView/
  28065. 3.1
  28066. AmigaLibDisk367:SuperView/
  28067. 3.0
  28068. GoldFish2-Apr94:d3xx/d367/SuperView/
  28069. 3.0
  28070. FreshFish-May94:New/gfx/show/SuperView/
  28071. 2.1
  28072. .docs
  28073. Help/english/SuperView.guide
  28074. Help/english/RegisterForm
  28075. Help/deutsch/SuperView.guide
  28076. Help/deutsch/RegisterForm
  28077. .described-by
  28078. Dan Fish (daf@daffy.amigalib.com)
  28079. .submittal
  28080. Downloaded via ftp from wuarchive.wustl.edu.
  28081. .execute
  28082. set orgdir `cd`
  28083. LAB start
  28084. unset filechoice
  28085. unset dirchoice
  28086. failat 10
  28087. cd $orgdir
  28088. set choice `RequestChoice "SuperView" "Please select an option" "Guide" "Other Files" "Install" "Install Libs" "Run" "Cancel"`
  28089. if $choice GT "0"
  28090.   if $choice EQ "1"
  28091.     set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
  28092.     set dirchoice `pathname $filechoice`
  28093.     set filechoice `basename $filechoice`
  28094.     failat 21
  28095.     cd $dirchoice
  28096.     MetaTool $filechoice GUIDE
  28097.   else
  28098.     if $choice EQ "2"
  28099.       set filechoice `RequestFile TITLE "Select Text File"`
  28100.       set dirchoice `pathname $filechoice`
  28101.       set filechoice `basename $filechoice`
  28102.       failat 21
  28103.       cd $dirchoice
  28104.       MetaTool $filechoice TEXT
  28105.     else
  28106.       if $choice EQ "3"
  28107.         Installer Install_SuperView SuperView NOVICE AVERAGE LOGFILE=T:Install_SuperView.logfile LANGUAGE=English NOLOG
  28108.       else
  28109.         if $choice EQ "4"
  28110.           cd SuperViewLibrary
  28111.           Installer Install_SVLib SuperView-Library NOVICE AVERAGE LOGFILE=T:Install_SuperView.logfile LANGUAGE=English NOLOG
  28112.     else
  28113.           if $choice EQ "5"
  28114.             WBRun SuperView
  28115.           endif
  28116.         endif
  28117.       endif
  28118.     endif
  28119.   endif
  28120.   skip start BACK
  28121. endif
  28122. .aminet-dir
  28123. gfx/show
  28124. .stored-in
  28125. FreshFish-Vol10:New/gfx/show/SuperView/
  28126. .pi-file
  28127. FreshFish-Vol10:New/gfx/show/SuperView/Product-Info
  28128. .name
  28129. SuperView
  28130. .type
  28131. Graphics Viewer
  28132. .short
  28133. Graphics Viewer/Converter/ScreenGrabber
  28134. .description
  28135. SuperView is a localized Graphics Viewer/Converter/ScreenGrabber for
  28136. the superview.library, with ARexx-Support, GUI, Online-Help, Cx-Support
  28137. and many more features.
  28138.  
  28139. Converting graphics and "Screen-Grabbing" is possible in a very comfortable
  28140. and object-oriented manner, also allows image processing via SVOperators.
  28141.  
  28142. Needs at least superview.library V9+, which includes the following
  28143. FileFormats, Display Drivers and Operators (V9.12) :
  28144.  
  28145. SVObjects :    - IFF-ILBM, IFF-ACBM, PCX, GIF, BMP (W*nd*ws), JPEG,
  28146.                  TIFF, FBM (*nix), PNM (*nix), IMG (GEM), WPG (W*rdP*rf*ct),
  28147.                  MAC (M*cPaint), C64 (Koala,Doodle), Targa, Pictor/PCPaint,
  28148.                  SunRaster, IFF-YUVN, WinIcon, SVO (own Format) and
  28149.                  all OS3-Datatypes !
  28150.                  Reads XPK- and PP20-packed data via Unpack.svobject.
  28151.  
  28152. SVDrivers :    - ECS, AGA, EGS-Cards, OpalVision
  28153.  
  28154. SVOperators :  - Dither24Bit, 24BitToHam6, HilbertDither256, XOR,
  28155.                  ExtractRed, ExtractGreen, ExtractBlue, ExtractGrayScales,
  28156.                  TopToBottom, LeftToRight
  28157. .version
  28158. 4.63
  28159. .date
  28160. 1995.08.03
  28161. .author
  28162. Andreas Ralph Kleinert
  28163. .restrictions
  28164. Evaluation version with "please register" requester and disabled ARexx-Port
  28165. (until you receive your KeyFile...).
  28166. .requirements
  28167. Requires V11+ of superview.library
  28168. Requires OS2.04+, OS V2.1+ and V3.00+ features are used, when available.
  28169. .distribution
  28170. Shareware
  28171. .price
  28172. DM40
  28173. .address
  28174. Grube Hohe Grethe 23
  28175. D-57074 Siegen
  28176. Germany
  28177. .reference
  28178. FreshFish-Vol7/Useful/dist/gfx/show/SuperView/
  28179. 4.0
  28180. FreshFish-Sep94:Useful/dist/gfx/show/SuperView/
  28181. 3.3
  28182. FreshFish-Jul94:New/gfx/show/SuperView/
  28183. 3.1
  28184. FreshFish-Jul94:Useful/dist/gfx/show/SuperView/
  28185. 3.1
  28186. AmigaLibDisk367:SuperView/
  28187. 3.0
  28188. GoldFish2-Apr94:d3xx/d367/SuperView/
  28189. 3.0
  28190. FreshFish-May94:New/gfx/show/SuperView/
  28191. 2.1
  28192. .docs
  28193. Help/english/SuperView.guide
  28194. Help/english/RegisterForm
  28195. Help/deutsch/SuperView.guide
  28196. Help/deutsch/RegisterForm
  28197. .described-by
  28198. Dan Fish (daf@daffy.amigalib.com)
  28199. .submittal
  28200. Downloaded via ftp from wuarchive.wustl.edu.
  28201. .execute
  28202. set orgdir `cd`
  28203. LAB start
  28204. unset filechoice
  28205. unset dirchoice
  28206. failat 10
  28207. cd $orgdir
  28208. set choice `RequestChoice "SuperView" "Please select an option" "Guide" "Other Files" "Install" "Install Libs" "Run" "Cancel"`
  28209. if $choice GT "0"
  28210.   if $choice EQ "1"
  28211.     set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
  28212.     set dirchoice `pathname $filechoice`
  28213.     set filechoice `basename $filechoice`
  28214.     failat 21
  28215.     cd $dirchoice
  28216.     MetaTool $filechoice GUIDE
  28217.   else
  28218.     if $choice EQ "2"
  28219.       set filechoice `RequestFile TITLE "Select Text File"`
  28220.       set dirchoice `pathname $filechoice`
  28221.       set filechoice `basename $filechoice`
  28222.       failat 21
  28223.       cd $dirchoice
  28224.       MetaTool $filechoice TEXT
  28225.     else
  28226.       if $choice EQ "3"
  28227.         Installer Install_SuperView SuperView NOVICE AVERAGE LOGFILE=T:Install_SuperView.logfile LANGUAGE=English NOLOG
  28228.       else
  28229.         if $choice EQ "4"
  28230.           cd SuperViewLibrary
  28231.           Installer Install_SVLib SuperView-Library NOVICE AVERAGE LOGFILE=T:Install_SuperView.logfile LANGUAGE=English NOLOG
  28232.     else
  28233.           if $choice EQ "5"
  28234.             WBRun SuperView
  28235.           endif
  28236.         endif
  28237.       endif
  28238.     endif
  28239.   endif
  28240.   skip start BACK
  28241. endif
  28242. .aminet-dir
  28243. gfx/show
  28244. .stored-in
  28245. FreshFish-Vol10:Useful/gfx/show/SuperView/
  28246. .pi-file
  28247. FreshFish-Vol10:Useful/gfx/show/SuperView/Product-Info
  28248. .name
  28249. Sushi
  28250. .type
  28251. Programmer Tool
  28252. .short
  28253. Intercept and display output of KPrintf
  28254. .description
  28255. A tool to intercept the raw serial output of Enforcer 2.8b, MungWall,
  28256. Enforcer.megastack 26.f, and all other tool and application debugging
  28257. output that uses kprintf.  This makes it possible to use serial
  28258. debugging on a single Amiga, without interfering with attached serial
  28259. hardware such as modems and serial printers.  Sushi also provides
  28260. optional signalling and buffer access to an external display/watcher
  28261. program.
  28262. .version
  28263. 37.10
  28264. .date
  28265. .author
  28266. Carolyn Scheppner
  28267. .restrictions
  28268. .requirements
  28269. .reference
  28270. AmigaLibDisk950:Sushi/
  28271. 37.10
  28272. AmigaLibDisk733:Sushi/
  28273. 37.7
  28274. .keywords
  28275. .distribution
  28276. Copyrighted but Freely Redistributable
  28277. .price
  28278. .address
  28279. .email
  28280. .phone
  28281. .fax
  28282. .exectype
  28283. .installsize
  28284. .source
  28285. .construction
  28286. .tested
  28287. .docs
  28288. Sushi.doc
  28289. .described-by
  28290. Fred Fish (fnf@fishpond.cygnus.com)
  28291. .submittal
  28292. Submitted electronically directly by the author.
  28293. .execute
  28294. LAB start
  28295. set choice `RequestChoice "Sushi" "Please select an option" "View Documentation" "Run Sushi" "Cancel"`
  28296. if $choice GT "0"
  28297.   if $choice EQ "1"
  28298.     MetaTool Sushi.doc TEXT
  28299.   else
  28300.     if $choice EQ "2"
  28301.       run >NIL: sushi <>"CON:0/20/640/100/Sushi  CTRL-E=Empty  CTRL-F=File/AUTO/CLOSE/WAIT/INACTIVE" ON BUFK=64 NOPROMPT ASKEXIT ASKSAVE
  28302.     endif
  28303.   endif
  28304.   skip start BACK
  28305. endif
  28306. .aminet-dir
  28307. dev/debug
  28308. .stored-in
  28309. FreshFish-Vol10:Useful/dev/debug/Sushi/
  28310. .pi-file
  28311. FreshFish-Vol10:Useful/dev/debug/Sushi/Product-Info
  28312. .name
  28313. svoJPEG
  28314. .type
  28315. Miscellaneous
  28316. .short
  28317. JPEG svobject for superview library V6+
  28318. .description
  28319. JPEG svobject for superview.library V6+.  Allows switching between 8
  28320. and 24 bit output via control pads, writes JPEG (24 Bit) from 1-8 and
  28321. 24 bit, worked fine with all tested 24 bit JPEGs.
  28322. .version
  28323. 2.3
  28324. .author
  28325. Andreas Ralph Kleinert
  28326. .requirements
  28327. Requires OS2.04+, OS V2.1+ and V3.00+ features are used, when available.
  28328. .distribution
  28329. Freeware
  28330. .address
  28331. Grube Hohe Grethe 23
  28332. D-57074 Siegen
  28333. Germany
  28334. .described-by
  28335. Fred Fish (fnf@amigalib.com)
  28336. .submittal
  28337. Downloaded via ftp from aminet (wuarchive.wustl.edu).
  28338. .execute
  28339. LAB start
  28340. set choice `RequestChoice "svoJPEG" "Please select an option" "Distribution" "Documentation" "Install" "Cancel"`
  28341. if $choice GT "0"
  28342.   if $choice EQ "1"
  28343.     MetaTool Distribution.doc TEXT
  28344.   else
  28345.     if $choice EQ "2"
  28346.       MetaTool JPEG.doc TEXT
  28347.     else
  28348.       if $choice EQ "3"
  28349.         set choice `RequestChoice "Confirm" "This runs a batch file that unconditionally*Ncopies files to LIBS:, ENV: & ENVARC:" "Continue" "Cancel"`
  28350.         if $choice GT "0"
  28351.           execute Install.bat
  28352.         endif
  28353.       endif
  28354.     endif
  28355.   endif
  28356.   skip start BACK
  28357. endif
  28358. .aminet-dir
  28359. gfx/show
  28360. .stored-in
  28361. FreshFish-Vol10:Useful/gfx/show/svoJPEG/
  28362. .pi-file
  28363. FreshFish-Vol10:Useful/gfx/show/svoJPEG/Product-Info
  28364. .name
  28365. SysInfo
  28366. .type
  28367. OS Utility
  28368. .short
  28369. Gives comprehensive system information
  28370. .description
  28371. A brand new release of this popular program.  It reports interesting
  28372. information about the configuration of your Amiga, including some
  28373. speed comparisons with other configurations, versions of the OS
  28374. software, and much more.  Binary only.
  28375. .version
  28376. 3.24
  28377. .reference
  28378. AmigaLibDisk969:SysInfo/
  28379. 3.23
  28380. AmigaLibDisk860:SysInfo/
  28381. 3.18
  28382. AmigaLibDisk820:SysInfo/
  28383. 3.11
  28384. AmigaLibDisk758:SysInfo/
  28385. 3.01
  28386. AmigaLibDisk642:SysInfo/
  28387. 2.69
  28388. AmigaLibDisk625:SysInfo/
  28389. 2.62
  28390. AmigaLibDisk619:SysInfo/
  28391. 2.60
  28392. AmigaLibDisk583:SysInfo/
  28393. 2.56
  28394. AmigaLibDisk571:SysInfo/
  28395. 2.53
  28396. AmigaLibDisk565:SysInfo/
  28397. 2.51
  28398. AmigaLibDisk553:SysInfo/
  28399. 2.40
  28400. AmigaLibDisk502:SysInfo/
  28401. 2.22
  28402. AmigaLibDisk433:SysInfo/
  28403. 1.98
  28404. AmigaLibDisk420:SysInfo/
  28405. 1.94
  28406. AmigaLibDisk368:SysInfo/
  28407. 1.4
  28408. .date
  28409. 1993.11.07
  28410. .author
  28411. Nic Wilson
  28412. .distribution
  28413. Shareware
  28414. .price
  28415. $20(US)
  28416. .address
  28417. Nic Wilson Software
  28418. P.O. Box 1164
  28419. Toowoomba Queensland 4350
  28420. .email
  28421. cbmaus!cbmozq!wilson!nicw@cbmvax.commodore.com
  28422. .docs
  28423. SysInfo.doc
  28424. SysInfo.history
  28425. BOARDS_READ.ME
  28426. .described-by
  28427. Fred Fish (fnf@fishpond.cygnus.com)
  28428. .submittal
  28429. Submitted on disk directly by the author.
  28430. .execute
  28431. LAB start
  28432. set choice `RequestChoice "SysInfo" "Please select an option" "ReadMe" "Documentation" "Run SysInfo" "Cancel"`
  28433. if $choice GT "0"
  28434.   if $choice EQ "1"
  28435.     MetaTool READ.ME TEXT
  28436.   else
  28437.     if $choice EQ "2"
  28438.       MetaTool SysInfo.Doc TEXT
  28439.     else
  28440.       if $choice EQ "3"
  28441.         WBRun SysInfo
  28442.       endif
  28443.     endif
  28444.   endif
  28445.   skip start BACK
  28446. endif
  28447. .aminet-dir
  28448. util/moni
  28449. .stored-in
  28450. FreshFish-Vol10:Useful/util/moni/SysInfo/
  28451. .pi-file
  28452. FreshFish-Vol10:Useful/util/moni/SysInfo/Product-Info
  28453. .name
  28454. SystemPrefs
  28455. .type
  28456. OS Utility
  28457. .short
  28458. Preferences for CPU and RAMSEY
  28459. .description
  28460. This is a preference editor for steering the processor caches,
  28461. RAMSEY, VBR and Audio Filter.
  28462.  
  28463. Main features:
  28464.  
  28465. - Font adaptive GUI
  28466. - Supports Instruction- and Data-Caches, Copyback, Write Allocate
  28467. - Supports RAMSEY FastMode (60ns RAM access --> SPEED! :-)
  28468. - Supports audio filter
  28469. - Supports VBR to Fast RAM
  28470. - Sets up while startup
  28471. - Comes with a nice preferences icon... :-)
  28472. - Does now even have an English guide :-)
  28473. .version
  28474. 2.20
  28475. .date
  28476. 1995.06.18
  28477. .author
  28478. Richard Körber
  28479. .requirements
  28480. Requires OS 2.04+, (opt. locale), 68010+ should be present
  28481. .distribution
  28482. Freeware
  28483. .address
  28484. Hornstraße 20
  28485. 51465 Bergisch Gladbach
  28486. Deutschland
  28487. .email
  28488. shred@tfh.dssd.sub.org      (Germany) or
  28489. shred@eratosth.wwb.sub.de   (international)
  28490. .docs
  28491. SystemPrefs.guide
  28492. SystemPrefsE.guide
  28493. .described-by
  28494. Dan Fish (daf@starfish.amigalib.com)
  28495. .submittal
  28496. Downloaded via ftp from wuarchive.wustl.edu.
  28497. .execute
  28498. LAB Start
  28499. set choice `RequestChoice "System Prefs" "Please select an option" "English Guide" "Deutsch Guide" "Install" "Run" "Cancel"`
  28500. if $choice GT "0"
  28501.   if $choice EQ "1"
  28502.     MetaTool SystemPrefsE.guide GUIDE
  28503.   else
  28504.     if $choice EQ "2"
  28505.       MetaTool SystemPrefs.guide GUIDE
  28506.     else
  28507.       if $choice EQ "3"
  28508.         Installer Install System AVERAGE AVERAGE
  28509.       else
  28510.         if $choice EQ "4"
  28511.           assign locale: "" ADD
  28512.           assign libs: libs/ ADD
  28513.           System
  28514.           assign locale: "" REMOVE
  28515.           assign libs: libs/ REMOVE
  28516.         endif
  28517.       endif
  28518.     endif
  28519.   endif
  28520.   skip Start BACK
  28521. endif
  28522. .aminet-dir
  28523. util/wb
  28524. .stored-in
  28525. FreshFish-Vol10:New/util/wb/SystemPrefs/
  28526. .pi-file
  28527. FreshFish-Vol10:New/util/wb/SystemPrefs/Product-Info
  28528. .name
  28529. S_WBPic
  28530. .type
  28531. Picture
  28532. .short
  28533. Picture of Stefan`s WB
  28534. .description
  28535. picture of the programs >s-video 3.1\s-adress 2.2\s-clock 3.2\cb-radio 2.1
  28536. and s-eject 1.1.
  28537. you find the newest version of the programs in the AMINET.
  28538. .author
  28539. Stefan Haefner
  28540. .distribution
  28541. Copyrighted but Freely Redistributable
  28542. .aminet-dir
  28543. pix/wb
  28544. .execute
  28545. METATOOL Workbench.pic ILBM
  28546. .docs
  28547. S_WBPic.readme
  28548. .described-by
  28549. Richard Fish (rjf@amigalib.com)
  28550. .submittal
  28551. Downloaded via ftp from wuarchive.wustl.edu.
  28552. .stored-in
  28553. FreshFish-Vol10:New/pix/wb/S_WBPic/
  28554. .pi-file
  28555. FreshFish-Vol10:New/pix/wb/S_WBPic/Product-Info
  28556. .name
  28557. tar
  28558. .fullname
  28559. GNU Tape Archiver
  28560. .type
  28561. Disk Tool
  28562. .short
  28563. GNU Tape Archiver
  28564. .description
  28565. Tar collects files into an archive which is normally written to tape or
  28566. other backup media.  It can also be written to a normal file, and such
  28567. files have become a common intersystem exchange mechanism.
  28568. .version
  28569. 1.11.8
  28570. .author
  28571. John Gilmore
  28572. .requirements
  28573. Amiga binary requires ixemul.library.
  28574. .distribution
  28575. GNU Public License
  28576. .described-by
  28577. Fred Fish (fnf@amigalib.com)
  28578. .aminet-dir
  28579. gnu/src
  28580. .stored-in
  28581. FreshFish-Vol10:GNU-src/amiga/tar-1.11.8-src.lha
  28582. .pi-file
  28583. FreshFish-Vol10:GNU-src/amiga/tar-1.11.8-src.lha.pi
  28584. .name
  28585. tar
  28586. .fullname
  28587. GNU Tape Archiver
  28588. .type
  28589. Disk Tool
  28590. .short
  28591. GNU Tape Archiver
  28592. .description
  28593. Tar collects files into an archive which is normally written to tape or
  28594. other backup media.  It can also be written to a normal file, and such
  28595. files have become a common intersystem exchange mechanism.
  28596. .version
  28597. 1.11.8
  28598. .author
  28599. John Gilmore
  28600. .requirements
  28601. Amiga binary requires ixemul.library.
  28602. .distribution
  28603. GNU Public License
  28604. .described-by
  28605. Fred Fish (fnf@amigalib.com)
  28606. .aminet-dir
  28607. gnu/base
  28608. .stored-in
  28609. FreshFish-Vol10:GNU-src/baseline/tar-1.11.8.tar.gz
  28610. .pi-file
  28611. FreshFish-Vol10:GNU-src/baseline/tar-1.11.8.tar.gz.pi
  28612. .name
  28613. TBOML
  28614. .type
  28615. Text
  28616. .short
  28617. The Big Old Monitor List, Monitor Specs
  28618. .description
  28619. AmigaGuide text of specifications for over 150 different monitors
  28620. .version
  28621. 1.0s
  28622. .author
  28623. Robert C. Reiswig
  28624. Scott L. Bennett
  28625. .distribution
  28626. Copyrighted but Freely Redistributable
  28627. .email
  28628. rcr@netcom.com
  28629. .docs
  28630. TBOML10s.readme
  28631. TBOML.guide
  28632. .described-by
  28633. Dan Fish (daf@starfish.amigalib.com)
  28634. .submittal
  28635. Downloaded via ftp from wuarchive.wustl.edu.
  28636. .execute
  28637. LAB Start
  28638. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Cancel"`
  28639. if $choice GT "0"
  28640.   if $choice EQ "1"
  28641.     MetaTool TBOML10s.readme TEXT
  28642.   else
  28643.     if $choice EQ "2"
  28644.       MetaTool TBOML.guide GUIDE
  28645.     endif
  28646.   endif
  28647.   skip Start BACK
  28648. endif
  28649. .aminet-dir
  28650. docs/hyper
  28651. .stored-in
  28652. FreshFish-Vol10:New/docs/hyper/TBOML/
  28653. .pi-file
  28654. FreshFish-Vol10:New/docs/hyper/TBOML/Product-Info
  28655. # This file contains product information that can be used by
  28656. # KingFisher 2.0 and other similar tools.
  28657.  
  28658. .name
  28659. TeleTerm
  28660. .type
  28661. Communications
  28662. .short
  28663. Fast, full-featured Terminal, XEM, XPR
  28664. .description
  28665. TeleTerm is a powerful, fast terminal program with XEM and XPR support, a
  28666. dynamic phonebook, review buffer, 60 macros, and much more.
  28667.  
  28668.                  TeleTerm has the following main features:
  28669.  
  28670.      XEM support
  28671.      XPR support
  28672.      Internal multi-tasking of windows
  28673.      Faster interleaved bitmaps for smooth scrolling (OS 3.x)
  28674.      Public screen, so other programs can open on TeleTerm's screen
  28675.      Can open on the WorkBench
  28676.      Numerous visual controls, from ScreenMode to ScreenPens
  28677.      Low memory consumption (could theoretically run in 512k)
  28678.      60 user-defined macros
  28679.      Highly detailed phonebook, including multi-line BBS support, and full
  28680.            preferences control for each entry
  28681.      Much, much more...
  28682. .version
  28683. 2.2
  28684. .author
  28685. Josh Farley
  28686. .reference
  28687. FreshFish-Vol9-1:New/comm/term/TeleTerm/
  28688. 2.0
  28689. .requirements
  28690. AmigaDos 2.0 or higher
  28691. 50k free Chip Ram
  28692. 300k free Fast or Chip Ram
  28693. .distribution
  28694. Shareware
  28695. .price
  28696. $20 (US, Domestic), $25 (US, International)
  28697. .address
  28698. Josh Farley
  28699. 43 La Placita Way
  28700. Chico, CA 95928
  28701. .email
  28702. josh@ecst.csuchico.edu
  28703. .docs
  28704. TeleTerm.guide
  28705. XprZModem.guide
  28706. .described-by
  28707. Dan Fish (daf@starfish.amigalib.com)
  28708. .submittal
  28709. Downloaded via ftp from wuarchive.wustl.edu.
  28710. .execute
  28711. LAB Start
  28712. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
  28713. if $choice GT "0"
  28714.   if $choice EQ "1"
  28715.     MetaTool teleterm22.readme TEXT
  28716.   else
  28717.     if $choice EQ "2"
  28718.       MetaTool TeleTerm.guide GUIDE
  28719.     else
  28720.       if $choice EQ "3"
  28721.         Installer Install-TeleTerm
  28722.       else
  28723.         if $choice EQ "4"
  28724.           TeleTerm
  28725.         endif
  28726.       endif
  28727.     endif
  28728.   endif
  28729.   skip Start BACK
  28730. endif
  28731. .aminet-dir
  28732. comm/term
  28733. .stored-in
  28734. FreshFish-Vol10:New/comm/term/TeleTerm/
  28735. .pi-file
  28736. FreshFish-Vol10:New/comm/term/TeleTerm/Product-Info
  28737. .name
  28738. Term
  28739. .short
  28740. Very nice terminal program.
  28741. .type
  28742. Communications
  28743. .description
  28744. A telecommuncations program designed for use with any Commodore-Amiga
  28745. computer running Kickstart 2.04 or higher.  Its features include:
  28746.  
  28747.    * Fast built-in VT-220 terminal emulation
  28748.  
  28749.    * Support for custom terminal emulation modules following the `XEM
  28750.      2.0' standard
  28751.  
  28752.    * Operates in any display environment, supports all screen display
  28753.      modes
  28754.  
  28755.    * Support for file transfer modules following the `XPR' standard
  28756.  
  28757.    * File- and printer-capturing functions
  28758.  
  28759.    * Review-buffer support
  28760.  
  28761.    * Powerful phone book and dialing functions
  28762.  
  28763.    * `Amiga User Interface Style Guide' conformant user interface
  28764.  
  28765.    * Online-help (requires AmigaGuide package)
  28766.  
  28767.    * Built-in `ARexx' interface
  28768.  
  28769.    * File upload list, which permits selecting the files to be
  28770.      transferred before the upload is started.
  28771.  
  28772.    * Login script learn mode.
  28773.  
  28774.    * Built-in keyword/response parser which makes it possible to have
  28775.      `term' respond to BBS prompts and such with the user name,
  28776.      password, etc. without having to program the ARexx interface.
  28777.  
  28778.    * Interface for external programs to rendezvous with `term', taking
  28779.      over serial I/O processing (such as `HydraCom').
  28780. .version
  28781. 4.4
  28782. .author
  28783. Olaf `Olsen' Barthel
  28784. .reference
  28785. FreshFish-Sep94:New/comm/term/Term/
  28786. 4.0
  28787. FreshFish-Sep94:BBS/comm/Term-4.0.lha
  28788. 4.0
  28789. GoldFish2-Apr94:d9xx/d904/Term/
  28790. 3.4
  28791. GoldFish1-Apr94:BBS/d9xx/d904/Term.lha
  28792. 3.4
  28793. FrozenFish-Apr94:BBS/ALib/d9xx/d904/Term.lha
  28794. 3.4
  28795. FreshFish-Oct93:Old/AmigaLibDisks/Disks900-910/Disk904/Term/
  28796. 3.4
  28797. FreshFish-Dec93:Old/AmigaLibDisks/Disks900-919/Disk904/Term/
  28798. 3.4
  28799. AmigaLibDisk904:Term/
  28800. 3.4
  28801. GoldFish2-Apr94:d8xx/d833/Term/
  28802. 3.1
  28803. GoldFish2-Apr94:d8xx/d832/Term/
  28804. 3.1
  28805. GoldFish2-Apr94:d8xx/d831/Term/
  28806. 3.1
  28807. GoldFish1-Apr94:BBS/d8xx/d833/Term.lha
  28808. 3.1
  28809. GoldFish1-Apr94:BBS/d8xx/d832/Term.lha
  28810. 3.1
  28811. GoldFish1-Apr94:BBS/d8xx/d831/Term.lha
  28812. 3.1
  28813. FrozenFish-Apr94:BBS/ALib/d8xx/d833/Term.lha
  28814. 3.1
  28815. FrozenFish-Apr94:BBS/ALib/d8xx/d832/Term.lha
  28816. 3.1
  28817. FrozenFish-Apr94:BBS/ALib/d8xx/d831/Term.lha
  28818. 3.1
  28819. FreshFish-Oct93:Old/AmigaLibDisks/Disks820-839/Disk833/Term/
  28820. 3.1
  28821. FreshFish-Oct93:Old/AmigaLibDisks/Disks820-839/Disk832/Term/
  28822. 3.1
  28823. FreshFish-Oct93:Old/AmigaLibDisks/Disks820-839/Disk831/Term/
  28824. 3.1
  28825. FreshFish-Dec93:Old/AmigaLibDisks/Disks820-839/Disk833/Term/
  28826. 3.1
  28827. FreshFish-Dec93:Old/AmigaLibDisks/Disks820-839/Disk832/Term/
  28828. 3.1
  28829. FreshFish-Dec93:Old/AmigaLibDisks/Disks820-839/Disk831/Term/
  28830. 3.1
  28831. AmigaLibDisk833:Term/
  28832. 3.1
  28833. AmigaLibDisk832:Term/
  28834. 3.1
  28835. AmigaLibDisk831:Term/
  28836. 3.1
  28837. GoldFish2-Apr94:d7xx/d730/Term/
  28838. 2.3
  28839. GoldFish2-Apr94:d7xx/d725/Term/
  28840. 2.3
  28841. GoldFish1-Apr94:BBS/d7xx/d730/Term.lha
  28842. 2.3
  28843. GoldFish1-Apr94:BBS/d7xx/d725/Term.lha
  28844. 2.3
  28845. FrozenFish-Apr94:BBS/ALib/d7xx/d730/Term.lha
  28846. 2.3
  28847. FrozenFish-Apr94:BBS/ALib/d7xx/d725/Term.lha
  28848. 2.3
  28849. FreshFish-Oct93:Old/AmigaLibDisks/Disks720-739/Disk730/Term/
  28850. 2.3
  28851. FreshFish-Oct93:Old/AmigaLibDisks/Disks720-739/Disk725/Term/
  28852. 2.3
  28853. AmigaLibDisk730:Term/
  28854. 2.3
  28855. AmigaLibDisk725:Term/
  28856. 2.3
  28857. GoldFish2-Apr94:d6xx/d681/Term/
  28858. 2.2a
  28859. GoldFish1-Apr94:BBS/d6xx/d681/Term.lha
  28860. 2.2a
  28861. FrozenFish-Apr94:BBS/ALib/d6xx/d681/Term.lha
  28862. 2.2a
  28863. FreshFish-Oct93:Old/AmigaLibDisks/Disks680-699/Disk681/Term/
  28864. 2.2a
  28865. AmigaLibDisk681:Term/
  28866. 2.2a
  28867. GoldFish2-Apr94:d5xx/d589/Term/
  28868. 1.9c
  28869. GoldFish1-Apr94:BBS/d5xx/d589/Term.lha
  28870. 1.9c
  28871. FrozenFish-Apr94:BBS/ALib/d5xx/d589/Term.lha
  28872. 1.9c
  28873. AmigaLibDisk589:Term/
  28874. 1.9c
  28875. GoldFish2-Apr94:d5xx/d534/Term/
  28876. ?.?
  28877. GoldFish1-Apr94:BBS/d5xx/d534/Term.lha
  28878. ?.?
  28879. FrozenFish-Apr94:BBS/ALib/d5xx/d534/Term.lha
  28880. ?.?
  28881. AmigaLibDisk534:Term/
  28882. ?.?
  28883. .described-by
  28884. Richard Fish
  28885. .submittal
  28886. Downloaded via ftp from Aminet.
  28887. .execute
  28888. set orgdir `cd`
  28889. LAB start
  28890. set choice `RequestChoice "Term" "Please select an option" "View Guide Files" "View Other Files" "Run Term" "Cancel"`
  28891. if $choice GT "0"
  28892.   if $choice EQ "1"
  28893.     cd Documentation/AmigaGuide
  28894.     set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
  28895.     set dirchoice `pathname $filechoice`
  28896.     set filechoice `basename $filechoice`
  28897.     failat 21
  28898.     cd $dirchoice
  28899.     MetaTool $filechoice GUIDE
  28900.   else
  28901.     if $choice EQ "2"
  28902.       set filechoice `RequestFile TITLE "Select Text File"`
  28903.       set dirchoice `pathname $filechoice`
  28904.       set filechoice `basename $filechoice`
  28905.       failat 21
  28906.       cd $dirchoice
  28907.       MetaTool $filechoice TEXT
  28908.     else
  28909.       if $choice EQ "3"
  28910.         Term
  28911.       endif
  28912.     endif
  28913.   endif
  28914.   cd $orgdir
  28915.   unset filechoice
  28916.   unset dirchoice
  28917.   failat 10
  28918.   skip start BACK
  28919. endif
  28920. .aminet-dir
  28921. comm/term
  28922. .stored-in
  28923. FreshFish-Vol10:New/comm/term/term/
  28924. .pi-file
  28925. FreshFish-Vol10:New/comm/term/term/Product-Info
  28926. .name
  28927. Term
  28928. .short
  28929. Very nice terminal program.
  28930. .type
  28931. Communications
  28932. .description
  28933. A telecommuncations program designed for use with any Commodore-Amiga
  28934. computer running Kickstart 2.04 or higher.  Its features include:
  28935.  
  28936.    * Fast built-in VT-220 terminal emulation
  28937.  
  28938.    * Support for custom terminal emulation modules following the `XEM
  28939.      2.0' standard
  28940.  
  28941.    * Operates in any display environment, supports all screen display
  28942.      modes
  28943.  
  28944.    * Support for file transfer modules following the `XPR' standard
  28945.  
  28946.    * File- and printer-capturing functions
  28947.  
  28948.    * Review-buffer support
  28949.  
  28950.    * Powerful phone book and dialing functions
  28951.  
  28952.    * `Amiga User Interface Style Guide' conformant user interface
  28953.  
  28954.    * Online-help (requires AmigaGuide package)
  28955.  
  28956.    * Built-in `ARexx' interface
  28957.  
  28958.    * File upload list, which permits selecting the files to be
  28959.      transferred before the upload is started.
  28960.  
  28961.    * Login script learn mode.
  28962.  
  28963.    * Built-in keyword/response parser which makes it possible to have
  28964.      `term' respond to BBS prompts and such with the user name,
  28965.      password, etc. without having to program the ARexx interface.
  28966.  
  28967.    * Interface for external programs to rendezvous with `term', taking
  28968.      over serial I/O processing (such as `HydraCom').
  28969. .version
  28970. 4.4
  28971. .author
  28972. Olaf `Olsen' Barthel
  28973. .reference
  28974. FreshFish-Sep94:New/comm/term/Term/
  28975. 4.0
  28976. FreshFish-Sep94:BBS/comm/Term-4.0.lha
  28977. 4.0
  28978. GoldFish2-Apr94:d9xx/d904/Term/
  28979. 3.4
  28980. GoldFish1-Apr94:BBS/d9xx/d904/Term.lha
  28981. 3.4
  28982. FrozenFish-Apr94:BBS/ALib/d9xx/d904/Term.lha
  28983. 3.4
  28984. FreshFish-Oct93:Old/AmigaLibDisks/Disks900-910/Disk904/Term/
  28985. 3.4
  28986. FreshFish-Dec93:Old/AmigaLibDisks/Disks900-919/Disk904/Term/
  28987. 3.4
  28988. AmigaLibDisk904:Term/
  28989. 3.4
  28990. GoldFish2-Apr94:d8xx/d833/Term/
  28991. 3.1
  28992. GoldFish2-Apr94:d8xx/d832/Term/
  28993. 3.1
  28994. GoldFish2-Apr94:d8xx/d831/Term/
  28995. 3.1
  28996. GoldFish1-Apr94:BBS/d8xx/d833/Term.lha
  28997. 3.1
  28998. GoldFish1-Apr94:BBS/d8xx/d832/Term.lha
  28999. 3.1
  29000. GoldFish1-Apr94:BBS/d8xx/d831/Term.lha
  29001. 3.1
  29002. FrozenFish-Apr94:BBS/ALib/d8xx/d833/Term.lha
  29003. 3.1
  29004. FrozenFish-Apr94:BBS/ALib/d8xx/d832/Term.lha
  29005. 3.1
  29006. FrozenFish-Apr94:BBS/ALib/d8xx/d831/Term.lha
  29007. 3.1
  29008. FreshFish-Oct93:Old/AmigaLibDisks/Disks820-839/Disk833/Term/
  29009. 3.1
  29010. FreshFish-Oct93:Old/AmigaLibDisks/Disks820-839/Disk832/Term/
  29011. 3.1
  29012. FreshFish-Oct93:Old/AmigaLibDisks/Disks820-839/Disk831/Term/
  29013. 3.1
  29014. FreshFish-Dec93:Old/AmigaLibDisks/Disks820-839/Disk833/Term/
  29015. 3.1
  29016. FreshFish-Dec93:Old/AmigaLibDisks/Disks820-839/Disk832/Term/
  29017. 3.1
  29018. FreshFish-Dec93:Old/AmigaLibDisks/Disks820-839/Disk831/Term/
  29019. 3.1
  29020. AmigaLibDisk833:Term/
  29021. 3.1
  29022. AmigaLibDisk832:Term/
  29023. 3.1
  29024. AmigaLibDisk831:Term/
  29025. 3.1
  29026. GoldFish2-Apr94:d7xx/d730/Term/
  29027. 2.3
  29028. GoldFish2-Apr94:d7xx/d725/Term/
  29029. 2.3
  29030. GoldFish1-Apr94:BBS/d7xx/d730/Term.lha
  29031. 2.3
  29032. GoldFish1-Apr94:BBS/d7xx/d725/Term.lha
  29033. 2.3
  29034. FrozenFish-Apr94:BBS/ALib/d7xx/d730/Term.lha
  29035. 2.3
  29036. FrozenFish-Apr94:BBS/ALib/d7xx/d725/Term.lha
  29037. 2.3
  29038. FreshFish-Oct93:Old/AmigaLibDisks/Disks720-739/Disk730/Term/
  29039. 2.3
  29040. FreshFish-Oct93:Old/AmigaLibDisks/Disks720-739/Disk725/Term/
  29041. 2.3
  29042. AmigaLibDisk730:Term/
  29043. 2.3
  29044. AmigaLibDisk725:Term/
  29045. 2.3
  29046. GoldFish2-Apr94:d6xx/d681/Term/
  29047. 2.2a
  29048. GoldFish1-Apr94:BBS/d6xx/d681/Term.lha
  29049. 2.2a
  29050. FrozenFish-Apr94:BBS/ALib/d6xx/d681/Term.lha
  29051. 2.2a
  29052. FreshFish-Oct93:Old/AmigaLibDisks/Disks680-699/Disk681/Term/
  29053. 2.2a
  29054. AmigaLibDisk681:Term/
  29055. 2.2a
  29056. GoldFish2-Apr94:d5xx/d589/Term/
  29057. 1.9c
  29058. GoldFish1-Apr94:BBS/d5xx/d589/Term.lha
  29059. 1.9c
  29060. FrozenFish-Apr94:BBS/ALib/d5xx/d589/Term.lha
  29061. 1.9c
  29062. AmigaLibDisk589:Term/
  29063. 1.9c
  29064. GoldFish2-Apr94:d5xx/d534/Term/
  29065. ?.?
  29066. GoldFish1-Apr94:BBS/d5xx/d534/Term.lha
  29067. ?.?
  29068. FrozenFish-Apr94:BBS/ALib/d5xx/d534/Term.lha
  29069. ?.?
  29070. AmigaLibDisk534:Term/
  29071. ?.?
  29072. .described-by
  29073. Richard Fish
  29074. .submittal
  29075. Downloaded via ftp from Aminet.
  29076. .execute
  29077. set orgdir `cd`
  29078. LAB start
  29079. set choice `RequestChoice "Term" "Please select an option" "View Guide Files" "View Other Files" "Run Term" "Cancel"`
  29080. if $choice GT "0"
  29081.   if $choice EQ "1"
  29082.     cd Documentation/AmigaGuide
  29083.     set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
  29084.     set dirchoice `pathname $filechoice`
  29085.     set filechoice `basename $filechoice`
  29086.     failat 21
  29087.     cd $dirchoice
  29088.     MetaTool $filechoice GUIDE
  29089.   else
  29090.     if $choice EQ "2"
  29091.       set filechoice `RequestFile TITLE "Select Text File"`
  29092.       set dirchoice `pathname $filechoice`
  29093.       set filechoice `basename $filechoice`
  29094.       failat 21
  29095.       cd $dirchoice
  29096.       MetaTool $filechoice TEXT
  29097.     else
  29098.       if $choice EQ "3"
  29099.         Term
  29100.       endif
  29101.     endif
  29102.   endif
  29103.   cd $orgdir
  29104.   unset filechoice
  29105.   unset dirchoice
  29106.   failat 10
  29107.   skip start BACK
  29108. endif
  29109. .aminet-dir
  29110. comm/term
  29111. .stored-in
  29112. FreshFish-Vol10:Useful/comm/term/term/
  29113. .pi-file
  29114. FreshFish-Vol10:Useful/comm/term/term/Product-Info
  29115. .name
  29116. termcap
  29117. .fullname
  29118. GNU termcap library
  29119. .type
  29120. Library
  29121. .short
  29122. GNU termcap library.
  29123. .description
  29124. This is the GNU termcap library, a library of C functions that enable
  29125. programs to send control strings to terminals in a way independent of
  29126. the terminal type.  Most of this package is also distributed with GNU
  29127. Emacs, but it is available in this separate distribution to make it
  29128. easier to install as -ltermcap.
  29129. .version
  29130. 1.2
  29131. .author
  29132. Free Software Foundation
  29133. .distribution
  29134. GNU Public License
  29135. .described-by
  29136. Fred Fish (fnf@amigalib.com)
  29137. .aminet-dir
  29138. gnu/src
  29139. .stored-in
  29140. FreshFish-Vol10:GNU-src/amiga/termcap-1.2-src.lha
  29141. .pi-file
  29142. FreshFish-Vol10:GNU-src/amiga/termcap-1.2-src.lha.pi
  29143. .name
  29144. termcap
  29145. .fullname
  29146. GNU termcap library
  29147. .type
  29148. Library
  29149. .short
  29150. GNU termcap library.
  29151. .description
  29152. This is the GNU termcap library, a library of C functions that enable
  29153. programs to send control strings to terminals in a way independent of
  29154. the terminal type.  Most of this package is also distributed with GNU
  29155. Emacs, but it is available in this separate distribution to make it
  29156. easier to install as -ltermcap.
  29157. .version
  29158. 1.2
  29159. .author
  29160. Free Software Foundation
  29161. .distribution
  29162. GNU Public License
  29163. .described-by
  29164. Fred Fish (fnf@amigalib.com)
  29165. .aminet-dir
  29166. gnu/base
  29167. .stored-in
  29168. FreshFish-Vol10:GNU-src/baseline/termcap-1.2.tar.gz
  29169. .pi-file
  29170. FreshFish-Vol10:GNU-src/baseline/termcap-1.2.tar.gz.pi
  29171. .name
  29172. texinfo
  29173. .fullname
  29174. GNU documentation system
  29175. .type
  29176. Miscellaneous
  29177. .short
  29178. GNU documentation system
  29179. .description
  29180. Texinfo is a documentation system that uses a single source file to
  29181. produce both on-line information and printed output.  This means that
  29182. instead of writing two different documents, one for the on-line help
  29183. or other on-line information and the other for a typeset manual or
  29184. other printed work, you need write only one document.  When the work
  29185. is revised, you need revise only one document.  You can read the
  29186. on-line information, known as an "Info file", with an Info
  29187. documentation-reading program.
  29188. .version
  29189. 3.6
  29190. .author
  29191. Free Software Foundation
  29192. .requirements
  29193. Amiga binaries require ixemul.library.
  29194. .distribution
  29195. GNU Public License
  29196. .described-by
  29197. Fred Fish (fnf@amigalib.com)
  29198. .aminet-dir
  29199. gnu/src
  29200. .stored-in
  29201. FreshFish-Vol10:GNU-src/amiga/texinfo-3.6-src.lha
  29202. .pi-file
  29203. FreshFish-Vol10:GNU-src/amiga/texinfo-3.6-src.lha.pi
  29204. .name
  29205. texinfo
  29206. .fullname
  29207. GNU documentation system
  29208. .type
  29209. Miscellaneous
  29210. .short
  29211. GNU documentation system
  29212. .description
  29213. Texinfo is a documentation system that uses a single source file to
  29214. produce both on-line information and printed output.  This means that
  29215. instead of writing two different documents, one for the on-line help
  29216. or other on-line information and the other for a typeset manual or
  29217. other printed work, you need write only one document.  When the work
  29218. is revised, you need revise only one document.  You can read the
  29219. on-line information, known as an "Info file", with an Info
  29220. documentation-reading program.
  29221. .version
  29222. 3.6
  29223. .author
  29224. Free Software Foundation
  29225. .requirements
  29226. Amiga binaries require ixemul.library.
  29227. .distribution
  29228. GNU Public License
  29229. .described-by
  29230. Fred Fish (fnf@amigalib.com)
  29231. .aminet-dir
  29232. gnu/base
  29233. .stored-in
  29234. FreshFish-Vol10:GNU-src/baseline/texinfo-3.6.tar.gz
  29235. .pi-file
  29236. FreshFish-Vol10:GNU-src/baseline/texinfo-3.6.tar.gz.pi
  29237. .name
  29238. text-reviews
  29239. .short
  29240. Reviews of text processing software
  29241. .description
  29242. Reviews of text processing software:
  29243.  
  29244.     Text editors
  29245.     Word processors
  29246.     Outline processors
  29247.     Spelling and grammar checkers
  29248.     TeX and other typesetting software
  29249. .described-by
  29250. fnf@amigalib.com
  29251. .author
  29252. Various; maintained by Daniel Barrett
  29253. .aminet-dir
  29254. docs/rview
  29255. .stored-in
  29256. FreshFish-Vol10:Useful/reviews/software/text/
  29257. .pi-file
  29258. FreshFish-Vol10:Useful/reviews/software/text/Product-Info
  29259. .name
  29260. TextClock
  29261. .type
  29262. Workbench Tool
  29263. .short
  29264. Configurable text/font digital clock
  29265. .description
  29266. TextClock is yet another clock program with special features. It shows the
  29267. current time or date using your selected font and text format. The program
  29268. takes advantage of fast Compugraphic Font scaling. This means that the fonts
  29269. will look fine at all sizes and you will have very precise control over them.
  29270. It features On-line Help and many options.
  29271. .version
  29272. 1.1
  29273. .date
  29274. 1995.07.16
  29275. .author
  29276. Steffen Thorsen
  29277. .distribution
  29278. Freeware
  29279. .requirements
  29280. WB2.0, WB2.1+ and Harddisk are recommended
  29281. .address
  29282. Fjordg 8A
  29283. N-4300 Sandnes
  29284. Norway
  29285. .installsize
  29286. 44K
  29287. .docs
  29288. TextClock.guide
  29289. .described-by
  29290. Steffen Thorsen
  29291. .submittal
  29292. Submitted on disk directly by the author
  29293. .aminet-dir
  29294. util/time
  29295. .execute
  29296. LAB Start
  29297. set choice `RequestChoice "Options Selection" "Please select an option" "View Guide" "Run Program" "Cancel"`
  29298. if $choice GT "0"
  29299.   if $choice EQ "1"
  29300.     MetaTool TextClock.guide GUIDE
  29301.   else
  29302.     if $choice EQ "2"
  29303.       TextClock
  29304.     endif
  29305.   endif
  29306.   skip Start BACK
  29307. endif
  29308. .stored-in
  29309. FreshFish-Vol10:New/util/time/TextClock/
  29310. .pi-file
  29311. FreshFish-Vol10:New/util/time/TextClock/Product-Info
  29312. .name
  29313. TexturesVol1Docs
  29314. .aminet-dir
  29315. docs/cds
  29316. .type
  29317. Miscellaneous
  29318. .short
  29319. Basic information about Textures Vol 1.
  29320. .description
  29321. Basic information about Textures Vol 1, including any README
  29322. type files, CRC list of the files if available, INDEX files,
  29323. long CONTENTS files, etc.
  29324. .author
  29325. Fred Fish
  29326. .distribution
  29327. Copyrighted but Freely Redistributable
  29328. .email
  29329. fnf@amigalib.com
  29330. .phone
  29331. (602) 491-0048
  29332. .fax
  29333. (602) 491-0048
  29334. .docs
  29335. README
  29336. .described-by
  29337. Fred Fish (fnf@amigalib.com)
  29338. .submittal
  29339. Submitted on disk directly by the author.
  29340. .execute
  29341. LAB start
  29342. set choice `RequestChoice "Options Selection" "Please select an option" "README" "Cover" "Cancel"`
  29343. if $choice GT "0"
  29344.   if $choice EQ "1"
  29345.     MetaTool README TEXT
  29346.   else
  29347.     if $choice EQ "2"
  29348.       MetaTool Cover.jpg JPEG
  29349.     endif
  29350.   endif
  29351.   skip start BACK
  29352. endif
  29353. .stored-in
  29354. FreshFish-Vol10:Useful/docs/CDs/Textures-Vol1/
  29355. .pi-file
  29356. FreshFish-Vol10:Useful/docs/CDs/Textures-Vol1/Product-Info
  29357. .name
  29358. textutils
  29359. .fullname
  29360. GNU text processing utilities
  29361. .type
  29362. Text Processing
  29363. .short
  29364. GNU text processing utilities
  29365. .description
  29366. These are the GNU text file (actually, file contents) processing
  29367. utilities.  Most of these programs have significant advantages over
  29368. their Unix counterparts, such as greater speed, additional options,
  29369. and fewer arbitrary limits.  The programs that can be built with this
  29370. package are: cat, cksum, comm, csplit, cut, expand, fold, head, join,
  29371. nl, od paste, pr, sort, split, sum, tac, tail, tr, unexpand, uniq, and
  29372. wc.  The cmp program has moved to the GNU diff distribution.
  29373. .version
  29374. 1.12
  29375. .author
  29376. Free Software Foundation
  29377. .requirements
  29378. Amiga binaries require ixemul.library.
  29379. .distribution
  29380. GNU Public License
  29381. .described-by
  29382. Fred Fish (fnf@amigalib.com)
  29383. .aminet-dir
  29384. gnu/src
  29385. .stored-in
  29386. FreshFish-Vol10:GNU-src/amiga/textutils-1.12-src.lha
  29387. .pi-file
  29388. FreshFish-Vol10:GNU-src/amiga/textutils-1.12-src.lha.pi
  29389. .name
  29390. textutils
  29391. .fullname
  29392. GNU text processing utilities
  29393. .type
  29394. Text Processing
  29395. .short
  29396. GNU text processing utilities
  29397. .description
  29398. These are the GNU text file (actually, file contents) processing
  29399. utilities.  Most of these programs have significant advantages over
  29400. their Unix counterparts, such as greater speed, additional options,
  29401. and fewer arbitrary limits.  The programs that can be built with this
  29402. package are: cat, cksum, comm, csplit, cut, expand, fold, head, join,
  29403. nl, od paste, pr, sort, split, sum, tac, tail, tr, unexpand, uniq, and
  29404. wc.  The cmp program has moved to the GNU diff distribution.
  29405. .version
  29406. 1.12
  29407. .author
  29408. Free Software Foundation
  29409. .requirements
  29410. Amiga binaries require ixemul.library.
  29411. .distribution
  29412. GNU Public License
  29413. .described-by
  29414. Fred Fish (fnf@amigalib.com)
  29415. .aminet-dir
  29416. gnu/base
  29417. .stored-in
  29418. FreshFish-Vol10:GNU-src/baseline/textutils-1.12.tar.gz
  29419. .pi-file
  29420. FreshFish-Vol10:GNU-src/baseline/textutils-1.12.tar.gz.pi
  29421. .name
  29422. Thankyou
  29423. .type
  29424. Picture
  29425. .short
  29426. A high quality ray trace by DR_FACT.
  29427. .description
  29428.     This is a strange render of a red chrome dolphin and a surreal snakey
  29429. effort, literally resting on some very unnatural looking water. Odd, but IMHO,
  29430. pretty cute :)
  29431.  
  29432.     Really, This is by way of thanks to 3 people who stuck by me recently,
  29433. as I have been having a really bad time of it. You find out who your friends
  29434. really are, when you're down in it. So thanks (in no particular order) to:
  29435.  
  29436. U4ia (Jim Young)- For telling me not to be so bloody silly, and talking
  29437.     me out of doing anything stupid (You sarky git *8-).
  29438.  
  29439. Slayer (Martin Brookes)- For help, advice, and the kind offer of space to
  29440.     crash in. Watch out, you'll lose your nasty reputation...
  29441.  
  29442. JohnUnix (John Halliwell)- For helping me out with net links; an incredibly
  29443.     timely and generous act. Moreover, general all round coolness :)
  29444.  
  29445. Thanks guys!
  29446. .author
  29447. DR_FACT
  29448. .distribution
  29449. Copyrighted but Freely Redistributable
  29450. .email
  29451. dr-fact@linetime.demon.co.uk
  29452. .aminet-dir
  29453. pix/misc
  29454. .execute
  29455. METATOOL thankyou.jpg JPEG
  29456. .docs
  29457. thankyou.readme
  29458. .described-by
  29459. Richard Fish (rjf@amigalib.com)
  29460. .submittal
  29461. Downloaded via ftp from wuarchive.wustl.edu.
  29462. .stored-in
  29463. FreshFish-Vol10:New/pix/misc/Thankyou/
  29464. .pi-file
  29465. FreshFish-Vol10:New/pix/misc/Thankyou/Product-Info
  29466. .name
  29467. thephoenix
  29468. .type
  29469. Picture
  29470. .short
  29471. Fantasy JPEG picture - 800 x 600.
  29472. .description
  29473. This is a nice picture I created some time ago on my Amiga 4000/040.
  29474. If you like it and/or want to contact me for any reasons, feel free
  29475. to do so at the address quoted above, or by phone at : +39-2-76110695.
  29476.  
  29477. Enjoy...
  29478. .author
  29479. Roberto Bisconcini
  29480. .distribution
  29481. Copyrighted but Freely Redistributable
  29482. .aminet-dir
  29483. pix/misc
  29484. .execute
  29485. METATOOL thephoenix.jpg JPEG
  29486. .docs
  29487. Readme.txt
  29488. thephoenix.readme
  29489. .described-by
  29490. Richard Fish (rjf@amigalib.com)
  29491. .submittal
  29492. Downloaded via ftp from wuarchive.wustl.edu.
  29493. .stored-in
  29494. FreshFish-Vol10:New/pix/misc/thephoenix/
  29495. .pi-file
  29496. FreshFish-Vol10:New/pix/misc/thephoenix/Product-Info
  29497. # This file contains product information that can be used by
  29498. # KingFisher 2.0 and other similar tools.
  29499.  
  29500. .name
  29501. TIFF_dt
  29502. .type
  29503. Datatype
  29504. .short
  29505. TIFF datatype
  29506. .description
  29507. This class is a sub-class of picture.class and is used to read
  29508. TIFF files.  It converts 24 bit images in 8 bit bitmaps, with
  29509. Floyd-steinberg dithering.
  29510.  
  29511. The present version supports TIFF 5.0 standard files.
  29512. .version
  29513. 39.1b
  29514. .date
  29515. 1995.07.08
  29516. .author
  29517. Paolo Costabel
  29518. .requirements
  29519. Requires OS 3.0+
  29520. .distribution
  29521. Copyrighted but Freely Redistributable
  29522. .email
  29523. costabel@fenice.polito.it
  29524. .source
  29525. Includes source in C and assembler
  29526. .docs
  29527. README
  29528. .described-by
  29529. Dan Fish (daf@starfish.amigalib.com)
  29530. .submittal
  29531. Downloaded via ftp from wuarchive.wustl.edu.
  29532. .execute
  29533. LAB Start
  29534. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Doc 2" "Cancel"`
  29535. if $choice GT "0"
  29536.   if $choice EQ "1"
  29537.     MetaTool tiff.dtype.readme TEXT
  29538.   else
  29539.     if $choice EQ "2"
  29540.       MetaTool README TEXT
  29541.     endif
  29542.   endif
  29543.   skip Start BACK
  29544. endif
  29545. .aminet-dir
  29546. util/dtype
  29547. .stored-in
  29548. FreshFish-Vol10:New/util/dtype/TIFF_dt/
  29549. .pi-file
  29550. FreshFish-Vol10:New/util/dtype/TIFF_dt/Product-Info
  29551. .name
  29552. tile
  29553. .fullname
  29554. Threaded Interpretive Language Environment
  29555. .type
  29556. Programming Language
  29557. .short
  29558. Threaded Interpretive Language Environ.
  29559. .description
  29560. TILE Forth is a 32-bit implementation of the Forth-83 Standard written
  29561. in C. Thus allowing it to be easily moved between different computers
  29562. compared to traditional Forth implementations in assembly.
  29563.  
  29564. Most Forth implementations are done in assembly to be able to utilize
  29565. the underlying architecture as optimal as possible. TILE Forth goes
  29566. another direction. The main idea behind TILE Forth is to achieve a
  29567. portable forth implementation for workstations and medium size
  29568. computer systems so that new groups of programmers may be exposed to
  29569. the flavor of an extensible language such as Forth.
  29570.  
  29571. The implementation of TILE Forth is selected so that, in principle,
  29572. any C-level procedure may become available on the interactive and
  29573. incremental forth level. Other models of implementation of a threaded
  29574. interpreter in C are possible but these are not as flexible.
  29575.  
  29576. TILE Forth is organized as a set of modules to allow the kernel to be
  29577. used as a general threading engine for C. Environment dependencies
  29578. such as memory allocation, error handling and input/output have been
  29579. separated out of the kernel to increase flexibility. The forth
  29580. application is "just" an example of how to use the kernel.
  29581.  
  29582. Comparing forth implementations using the traditional benchmarks such
  29583. as the classical sieves calculation is difficult because of the
  29584. difference in speed between workstations and personal computers. The
  29585. Byte sieves benchmark is reported to typically run in 16 seconds on a
  29586. direct threaded forth implementation. This benchmark will run in 17
  29587. seconds in TILE forth (compiled with GNU CC and optimized) on a
  29588. SUN-3/60 and less than 9 seconds on a SUN SPARCstation 1. These times
  29589. are the total time for loading TILE forth, compiling and executing the
  29590. benchmark. Comparing to, for instance, other interpretive languages
  29591. such as Lisp, where one of the classical benchmarks is calculation of
  29592. the Fibonacci function, the performance increase is over a magnitude.
  29593.  
  29594. The kernel supports the Standard Forth-83 word set except for the
  29595. blocks file word set which are not used. The kernel is extended with
  29596. many of the concepts from modern programming languages. Here is a list
  29597. of some of the extensions; argument binding and local variables, queue
  29598. management, low level compiler words, string functions, floating point
  29599. numbers, exceptions and multi-tasking. The TILE Forth environment also
  29600. contains a set of reusable source files for high level multi-tasking,
  29601. data description and structuring modules, and a number of programming
  29602. tools.
  29603.  
  29604. To allow interactive and incremental program development TILE Forth
  29605. includes a programming environment as a mode in GNU Emacs. This
  29606. environ- ment helps with program structuring, documentation search,
  29607. and program development. Each vocabulary in the kernel and the source
  29608. library file is described by a manual, documentation and test file.
  29609. This style of programming is emphasized throughout the environment to
  29610. increase understanding and reusability of the library modules. During
  29611. compilation TILE Forth's io-package keeps track for which modules have
  29612. been loaded so that they are only loaded once even if included by
  29613. several modules.
  29614.  
  29615. Writing a Forth in C gives some possibilities that normally are not
  29616. available when performing the same task in assembly. TILE Forth has
  29617. been profiled using the available tools under Unix. This information
  29618. has been used to optimize the compiler so that it achieves a
  29619. compilation speed of over 200.000 lines per minute on my machine (a
  29620. disk-less SUN SPARCstation 1). Currently code is only saved in source
  29621. form and applications are typically "compile-and-go".
  29622.  
  29623. So far TILE Forth has been ported and tested at over forty locations
  29624. without any major problems except where C compilers do not allow sub-
  29625. routine pointers in data structures.
  29626. .version
  29627. 2.1
  29628. .author
  29629. Mikael R.K. Patel
  29630. .email
  29631. mip@ida.liu.se
  29632. .distribution
  29633. GNU Public License
  29634. .described-by
  29635. Fred Fish (fnf@amigalib.com)
  29636. .submittal
  29637. Downloaded from prep.ai.mit.edu:pub/gnu
  29638. .aminet-dir
  29639. gnu/src
  29640. .stored-in
  29641. FreshFish-Vol10:GNU-src/amiga/tile-forth-2.1-src.lha
  29642. .pi-file
  29643. FreshFish-Vol10:GNU-src/amiga/tile-forth-2.1-src.lha.pi
  29644. .name
  29645. tile
  29646. .fullname
  29647. Threaded Interpretive Language Environment
  29648. .type
  29649. Programming Language
  29650. .short
  29651. Threaded Interpretive Language Environ.
  29652. .description
  29653. TILE Forth is a 32-bit implementation of the Forth-83 Standard written
  29654. in C. Thus allowing it to be easily moved between different computers
  29655. compared to traditional Forth implementations in assembly.
  29656.  
  29657. Most Forth implementations are done in assembly to be able to utilize
  29658. the underlying architecture as optimal as possible. TILE Forth goes
  29659. another direction. The main idea behind TILE Forth is to achieve a
  29660. portable forth implementation for workstations and medium size
  29661. computer systems so that new groups of programmers may be exposed to
  29662. the flavor of an extensible language such as Forth.
  29663.  
  29664. The implementation of TILE Forth is selected so that, in principle,
  29665. any C-level procedure may become available on the interactive and
  29666. incremental forth level. Other models of implementation of a threaded
  29667. interpreter in C are possible but these are not as flexible.
  29668.  
  29669. TILE Forth is organized as a set of modules to allow the kernel to be
  29670. used as a general threading engine for C. Environment dependencies
  29671. such as memory allocation, error handling and input/output have been
  29672. separated out of the kernel to increase flexibility. The forth
  29673. application is "just" an example of how to use the kernel.
  29674.  
  29675. Comparing forth implementations using the traditional benchmarks such
  29676. as the classical sieves calculation is difficult because of the
  29677. difference in speed between workstations and personal computers. The
  29678. Byte sieves benchmark is reported to typically run in 16 seconds on a
  29679. direct threaded forth implementation. This benchmark will run in 17
  29680. seconds in TILE forth (compiled with GNU CC and optimized) on a
  29681. SUN-3/60 and less than 9 seconds on a SUN SPARCstation 1. These times
  29682. are the total time for loading TILE forth, compiling and executing the
  29683. benchmark. Comparing to, for instance, other interpretive languages
  29684. such as Lisp, where one of the classical benchmarks is calculation of
  29685. the Fibonacci function, the performance increase is over a magnitude.
  29686.  
  29687. The kernel supports the Standard Forth-83 word set except for the
  29688. blocks file word set which are not used. The kernel is extended with
  29689. many of the concepts from modern programming languages. Here is a list
  29690. of some of the extensions; argument binding and local variables, queue
  29691. management, low level compiler words, string functions, floating point
  29692. numbers, exceptions and multi-tasking. The TILE Forth environment also
  29693. contains a set of reusable source files for high level multi-tasking,
  29694. data description and structuring modules, and a number of programming
  29695. tools.
  29696.  
  29697. To allow interactive and incremental program development TILE Forth
  29698. includes a programming environment as a mode in GNU Emacs. This
  29699. environ- ment helps with program structuring, documentation search,
  29700. and program development. Each vocabulary in the kernel and the source
  29701. library file is described by a manual, documentation and test file.
  29702. This style of programming is emphasized throughout the environment to
  29703. increase understanding and reusability of the library modules. During
  29704. compilation TILE Forth's io-package keeps track for which modules have
  29705. been loaded so that they are only loaded once even if included by
  29706. several modules.
  29707.  
  29708. Writing a Forth in C gives some possibilities that normally are not
  29709. available when performing the same task in assembly. TILE Forth has
  29710. been profiled using the available tools under Unix. This information
  29711. has been used to optimize the compiler so that it achieves a
  29712. compilation speed of over 200.000 lines per minute on my machine (a
  29713. disk-less SUN SPARCstation 1). Currently code is only saved in source
  29714. form and applications are typically "compile-and-go".
  29715.  
  29716. So far TILE Forth has been ported and tested at over forty locations
  29717. without any major problems except where C compilers do not allow sub-
  29718. routine pointers in data structures.
  29719. .version
  29720. 2.1
  29721. .author
  29722. Mikael R.K. Patel
  29723. .email
  29724. mip@ida.liu.se
  29725. .distribution
  29726. GNU Public License
  29727. .described-by
  29728. Fred Fish (fnf@amigalib.com)
  29729. .submittal
  29730. Downloaded from prep.ai.mit.edu:pub/gnu
  29731. .aminet-dir
  29732. gnu/base
  29733. .stored-in
  29734. FreshFish-Vol10:GNU-src/baseline/tile-forth-2.1.tar.gz
  29735. .pi-file
  29736. FreshFish-Vol10:GNU-src/baseline/tile-forth-2.1.tar.gz.pi
  29737. .name
  29738. Tommy_Ebbesen
  29739. .type
  29740. Picture
  29741. .short
  29742. Tommy's 800x600 workbench.
  29743. .description
  29744. Tommy's 800x600 workbench.
  29745. .author
  29746. Tommy Ebbesen
  29747. .distribution
  29748. Copyrighted but Freely Redistributable
  29749. .email
  29750. ebbesen@nordnett.no
  29751. .aminet-dir
  29752. pix/wb
  29753. .execute
  29754. METATOOL tOmMy'sWorkbench.JPG JPEG
  29755. .docs
  29756. Readme.txt
  29757. Tommy_Ebbesen.readme
  29758. .described-by
  29759. Richard Fish (rjf@amigalib.com)
  29760. .submittal
  29761. Downloaded via ftp from wuarchive.wustl.edu.
  29762. .stored-in
  29763. FreshFish-Vol10:New/pix/wb/Tommy_Ebbesen/
  29764. .pi-file
  29765. FreshFish-Vol10:New/pix/wb/Tommy_Ebbesen/Product-Info
  29766. .name
  29767. ToolType
  29768. .type
  29769. Workbench Tool
  29770. .aminet-dir
  29771. util/wb
  29772. .short
  29773. Edit ToolTypes easily.
  29774. .description
  29775. A program to make it easier to edit tooltypes in icons.  ToolType will
  29776. read the tooltypes from an icon file and let you use your favorite
  29777. text editor to change or add to the tooltypes.  ToolType can be run
  29778. from shell, Workbench, or set up as an appicon.  Includes an option to
  29779. sort the tooltypes alphabetically.
  29780. .version
  29781. 3.3
  29782. .author
  29783. Michael J Barsoom
  29784. .reference
  29785. GoldFish-Vol2-1:Files/util/wb/ToolType/
  29786. 3.0
  29787. FreshFish-Jul94:New/util/wb/ToolType/
  29788. 2.14
  29789. FreshFish-Mar94:New/os20/wb/ToolType/
  29790. 37.210
  29791. FreshFish-May94:BBS/AmigaLib/d994/ToolType.lha
  29792. 37.210
  29793. FreshFish-May94:BBS/Mar94/os20/wb/ToolType.lha
  29794. 37.210
  29795. FreshFish-May94:New/AmigaLibDisks/d994/ToolType/
  29796. 37.210
  29797. FrozenFish-Apr94:BBS/ALib/d9xx/d994/ToolType.lha
  29798. 37.210
  29799. FrozenFish-Apr94:BBS/Mar94/os20/wb/ToolType.lha
  29800. 37.210
  29801. GoldFish1-Apr94:BBS/d9xx/d994/ToolType.lha
  29802. 37.210
  29803. GoldFish2-Apr94:d9xx/d994/ToolType/
  29804. 37.210
  29805. AmigaLibDisk934:ToolType/
  29806. 37.206
  29807. FreshFish-Dec93:New/AmigaLibDisks/Disk934/ToolType/
  29808. 37.206
  29809. FrozenFish-Apr94:BBS/ALib/d9xx/d934/ToolType.lha
  29810. 37.206
  29811. GoldFish1-Apr94:BBS/d9xx/d934/ToolType.lha
  29812. 37.206
  29813. GoldFish2-Apr94:d9xx/d934/ToolType/
  29814. 37.206
  29815. .restrictions
  29816. None
  29817. .requirements
  29818. Requires WorkBench 2.0+.
  29819. Requires ReqTools.library v38.xxx+
  29820. Requires a text editor.
  29821. .distribution
  29822. Shareware
  29823. .price
  29824. $5.00 US.
  29825. .address
  29826. 5524 Pine Street
  29827. Omaha NE 68106
  29828. USA
  29829. .email
  29830. Internet:  mbars@creighton.edu
  29831. Fidonet:   Mike Barsoom @ 1:285/11.9
  29832. AmigaNet:  Mike Barsoom @ 40:200/10.9
  29833. .construction
  29834. SAS/C++ 6.5x with full optimization.
  29835. .docs
  29836. ToolType.guide
  29837. .described-by
  29838. Dan Fish (daf@daffy.amigalib.com)
  29839. .submittal
  29840. Downloaded via ftp from wuarchive.wustl.edu.
  29841. .execute
  29842. LAB start
  29843. set choice `RequestChoice "ToolType" "Please select an option" "View Guide File" "Run" "Cancel"`
  29844. if $choice GT "0"
  29845.   if $choice EQ "1"
  29846.     MetaTool ToolType.guide GUIDE
  29847.   else
  29848.     if $choice EQ "2"
  29849.       WBRun ToolType
  29850.     endif
  29851.   endif
  29852.   skip start BACK
  29853. endif
  29854. .stored-in
  29855. FreshFish-Vol10:Useful/util/misc/ToolType/
  29856. .pi-file
  29857. FreshFish-Vol10:Useful/util/misc/ToolType/Product-Info
  29858. .name
  29859. traceroute
  29860. .type
  29861. Network Utility
  29862. .short
  29863. A 'traceroute' for AmiTCP
  29864. .description
  29865. traceroute is a networking utility written by Van Jacobson originally
  29866. for BSD Unix machines to find out the route ip packets follow,
  29867. including round-trip times for each packet, when going to a host of
  29868. your choice, which can be of great interest during troubleshooting a
  29869. network.
  29870. .version
  29871. 1.0
  29872. .date
  29873. 1994.05.26
  29874. .author
  29875. Several, amiga port by Klaus Klein
  29876. .distribution
  29877. Copyrighted but Freely Redistributable
  29878. .address
  29879. Kampbuechel 6
  29880. 54550 Daun, FRG
  29881. .email
  29882. klei0001@uni-trier.de
  29883. .source
  29884. Includes source in C
  29885. .construction
  29886. SAS/C 6.51
  29887. .docs
  29888. traceroute.guide
  29889. .described-by
  29890. Dan Fish (daf@starfish.amigalib.com)
  29891. .submittal
  29892. Downloaded via ftp from wuarchive.wustl.edu.
  29893. .execute
  29894. set orgdir `cd`
  29895. LAB start
  29896. set choice `RequestChoice "TraceRoute" "Please select an option" "View traceroute.guide" "View Other Files" "Cancel"`
  29897. if $choice GT "0"
  29898.   if $choice EQ "1"
  29899.     MetaTool traceroute.guide TEXT
  29900.   else
  29901.     if $choice EQ "2"
  29902.       set filechoice `RequestFile TITLE "Select Text File"`
  29903.       set dirchoice `pathname $filechoice`
  29904.       set filechoice `basename $filechoice`
  29905.       failat 21
  29906.       cd $dirchoice
  29907.       MetaTool $filechoice TEXT
  29908.     endif
  29909.   endif
  29910.   cd $orgdir
  29911.   skip start BACK
  29912. endif
  29913. .aminet-dir
  29914. comm/tcp
  29915. .stored-in
  29916. FreshFish-Vol10:Useful/comm/tcp/traceroute/
  29917. .pi-file
  29918. FreshFish-Vol10:Useful/comm/tcp/traceroute/Product-Info
  29919. # This file contains product information that can be used by
  29920. # KingFisher 2.0 and other similar tools.
  29921.  
  29922. .name
  29923. Triton
  29924. .type
  29925. Library
  29926. .short
  29927. An object oriented GUI creation system.
  29928. .description
  29929.    Triton is a standard Amiga shared runtime library.  Triton makes it
  29930. much easier to create good looking graphical user interfaces (GUIs) than
  29931. GadTools, BOOPSI or other systems.
  29932.  
  29933.    The most important features are:
  29934.  
  29935.    * Object oriented system
  29936.    * Automatically font sensitive, font adaptive
  29937.    * Automatic keyboard shortcuts for default window actions
  29938.    * *Really* easy to use
  29939.    * Beautiful customizable AmigaOS3.x look
  29940.    * Comes as a freely distributable shared library
  29941.    * Size! Though Triton is very powerful, it is a shared library of
  29942.      only about 50KB. You don't need any startup tools, BOOPSI classes
  29943.      or other things. It's the Triton among the minnows of GUI creation
  29944.      systems ;)
  29945.    * Resizability of windows wherever applicable
  29946.    * A Preferences editor which allows you to customize the look and
  29947.      feel of all Triton GUIs
  29948.    * No installation required. Simply putting triton.library into the
  29949.      current directory is enough for a minimum installation.
  29950.  
  29951.    By using Triton you don't have to worry about otherwise very
  29952. time-consuming things like font-sensitivity and resizability of your
  29953. windows.
  29954. .version
  29955. 1.3
  29956. .date
  29957. 1995.06.28
  29958. .author
  29959. Stefan Zeiger
  29960. .reference
  29961. FreshFish-Vol9-2:BBS/dev/Triton-1.2.lha
  29962. 1.2
  29963. FreshFish-Vol8-2:BBS/dev/Triton-1.2.lha
  29964. 1.2
  29965. FreshFish-Vol8-1:New/dev/gui/Triton/
  29966. 1.2
  29967. GoldFish-Vol2-2:BBS/dev/Triton-1.1.lha
  29968. 1.1
  29969. GoldFish-Vol2-1:Files/dev/gui/Triton/
  29970. 1.1
  29971. FreshFish-Vol5:New/dev/gui/Triton/
  29972. 1.0
  29973. FreshFish-Vol5:BBS/dev/Triton-1.0.lha
  29974. 1.0
  29975. .requirements
  29976. Requires OS2.04+
  29977. .distribution
  29978. Shareware
  29979. .price
  29980. $15 (US), DM20
  29981. .address
  29982. Seligenstädter Weg 24
  29983. D-63796 Kahl
  29984. Germany
  29985. .email
  29986. s.zeiger@laren.rhein-main.de
  29987. .docs
  29988. Readme
  29989. docs/History
  29990. docs/Triton.dvi
  29991. docs/Triton.guide
  29992. .described-by
  29993. Dan Fish (daf@daffy.amigalib.com)
  29994. .submittal
  29995. Downloaded via ftp from wuarchive.wustl.edu.
  29996. .execute
  29997. LAB Start
  29998. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
  29999. if $choice GT "0"
  30000.   if $choice EQ "1"
  30001.     MetaTool ReadMe TEXT
  30002.   else
  30003.     if $choice EQ "2"
  30004.       cd Docs
  30005.       MetaTool Triton.guide GUIDE
  30006.       cd /
  30007.     else
  30008.       if $choice EQ "3"
  30009.         Installer "Install/Install Triton"
  30010.       else
  30011.         if $choice EQ "4"
  30012.           cd Demos
  30013.           Demo
  30014.           cd /
  30015.         endif
  30016.       endif
  30017.     endif
  30018.   endif
  30019.   skip Start BACK
  30020. endif
  30021. .aminet-dir
  30022. dev/gui
  30023. .stored-in
  30024. FreshFish-Vol10:New/dev/gui/Triton/
  30025. .pi-file
  30026. FreshFish-Vol10:New/dev/gui/Triton/Product-Info
  30027. .name
  30028. true
  30029. .type
  30030. CLI Tool
  30031. .short
  30032. Simple versions of 'true' and 'false'
  30033. .description
  30034. Trivially simple versions of "true" and "false" UNIX
  30035. like shell commands, for cases where the shell in use
  30036. has no equivalent builtin command.
  30037. .version
  30038. 1.0
  30039. .date
  30040. .author
  30041. Fred Fish
  30042. .restrictions
  30043. .requirements
  30044. .reference
  30045. .keywords
  30046. .distribution
  30047. Public Domain
  30048. .price
  30049. .address
  30050. .email
  30051. .phone
  30052. .fax
  30053. .exectype
  30054. .installsize
  30055. .source
  30056. Includes source in C.
  30057. .construction
  30058. .tested
  30059. .docs
  30060. .described-by
  30061. Fred Fish (fnf@fishpond.cygnus.com)
  30062. .submittal
  30063. Submitted electronically directly by the author.
  30064. .execute
  30065. LAB start
  30066. set choice `RequestChoice "True/False" "Please select an option" "View Source" "Cancel"`
  30067. if $choice GT "0"
  30068.   if $choice EQ "1"
  30069.     set filechoice `RequestFile TITLE "Select File" PATTERN="(#?.c|#?.h)"`
  30070.     set dirchoice `pathname $filechoice`
  30071.     set filechoice `basename $filechoice`
  30072.     failat 21
  30073.     cd $dirchoice
  30074.     MetaTool $filechoice TEXT
  30075.   endif
  30076.   skip start BACK
  30077. endif
  30078. .aminet-dir
  30079. util/misc
  30080. .stored-in
  30081. FreshFish-Vol10:Useful/util/misc/true/
  30082. .pi-file
  30083. FreshFish-Vol10:Useful/util/misc/true/Product-Info
  30084. .name
  30085. TTX_M2S
  30086. .type
  30087. AREXX Macro
  30088. .short
  30089. TurboText-2.0 AREXX Macros for M2Sprint
  30090. .description
  30091. AREXX Macros and support files designed to compile, link, and trace errors
  30092. in Modula-2 programs with TurboText 2.0. When installed as described in
  30093. the doc file, these macros create an integrated Modula-2 programming
  30094. environment. The macros could be modified to control other compilers or
  30095. assemblers.
  30096. .version
  30097. 1.0
  30098. .date
  30099. 1995.04.04
  30100. .author
  30101. J. E. Gilpin
  30102. .requirements
  30103. WB2.0 or higher
  30104. TurboText 2.0
  30105. M2Sprint Modula-2 Program Developement System
  30106. Hard Disk
  30107. AREXX
  30108. .distribution
  30109. No Limitations
  30110. .aminet-dir
  30111. text/edit
  30112. .execute
  30113. LAB Start
  30114. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc 1" "View Doc 2" "Cancel"`
  30115. if $choice GT "0"
  30116.   if $choice EQ "1"
  30117.     MetaTool TTX_M2S.readme TEXT
  30118.   else
  30119.     if $choice EQ "2"
  30120.       MetaTool TTX_M2S.docs TEXT
  30121.     endif
  30122.   endif
  30123.   skip Start BACK
  30124. endif
  30125. .stored-in
  30126. FreshFish-Vol10:New/text/edit/TTX_M2S/
  30127. .pi-file
  30128. FreshFish-Vol10:New/text/edit/TTX_M2S/Product-Info
  30129. .name
  30130. TurboCalc
  30131. .type
  30132. Spreadsheet
  30133. .short
  30134. Demo of TurboCalc 3.5
  30135. .description
  30136. TurboCalc 3.5 is the powerful successor to the program TurboCalc 2.0,
  30137. which defined a new standard for spread-sheet analysis on the Amiga.
  30138.  
  30139. TurboCalc 3.5 uses an enhanced, easy-to-use user interface, utilising
  30140. numerous innovations such as Drag & Drop for copying/moving or filling with
  30141. the mouse, even easier selection of functions, freezing of sheet titles or
  30142. the displayable status row. A multiple Undo/Redo of a variable depth
  30143. reverses the effect of erroneous data or commands and can save much work,
  30144. as can the Autosave and Backup options.
  30145.  
  30146. Thanks to the new object concept which allows insertion and printing of
  30147. charts, texts, drawings, IFF-images ... directly in the sheet, sheets can
  30148. now be more effectively created and designed.
  30149. Charts (e.g. the new 3D bar and pie charts) can be directly placed beside
  30150. the appropriate number sequence. Longer texts can be compactly accomodated
  30151. in a cell comprising several lines. The formfeed visible in the sheet as
  30152. well as the print preview funct on assist in achieving optimal layout on
  30153. screen, saving both paper and time.
  30154.  
  30155. All this can be committed to paper with using improved print routines, or
  30156. be integrated in your text processing software as IFF graphics or text (via
  30157. file or clipboard).
  30158.  
  30159. A database mask is now available to allow easier management of your
  30160. TurboCalc databases.
  30161.  
  30162. The most significant enhancements:
  30163. -   Objects (chart, text, drawing, picture...) can be directly
  30164.     inserted into the sheet and have a macro attached, and also
  30165.     be printed in the graphic mode.
  30166. -   Cells may contain several lines.
  30167. -   Drag-and-Drop for moving/copying/changing the size of blocks
  30168.     by the mouse.
  30169. -   Multiple Undo/Redo
  30170. -   Chart module vastly expanded (new chart types, 3D, Auto-
  30171.     Refresh, ...).
  30172. -   Preview for the printing of graphics (from OS2.0 on).
  30173. -   Formfeed visible in the sheet.
  30174. -   Data-Mask for an easier input/display of data records.
  30175. -   Status row displayable with short online-help.
  30176. -   (Maximal) number of columns increased: now up to 18278 columns
  30177.     can be used (A..ZZZ) [together with up to 9 999 999 rows]
  30178. -   Clipboard support for easy data exchange with text
  30179.     processing programs.
  30180. -   Sheets can be saved as IFF-images (e.g. for an easy export to
  30181.     text processing programs).
  30182. -   Autosave (every x minutes, alternatively the last version will
  30183.     be kept).
  30184. -   New Import & Export-Formats: Excel 4 (XLS) and Lotus 123 (.WK1/.WKS)
  30185.     both can import formulas, the xls-filter even keeps most
  30186.     of the cell formatting.
  30187. -   Fast and easy access to the last used projects via "SmartOpen"
  30188. -   Encrypting sheets using a very sophisticated cryptograhic
  30189.     algorithm
  30190. -   Complete support of OS2.x/3.x (Locale support, memory-
  30191.     pools, AmigaGuide).
  30192. -   reqtools-Filerequester is supported!
  30193. -   Amiga-Guide help file can directly be accessed from TurboCalc.
  30194. -   Requester for inserting functions/macros now with
  30195.     categories to allow an easier and faster access
  30196. -   Many new functions/macros.
  30197. -   TurboCalc-Libraries for an easy expansion of TurboCalc
  30198.     with external functions, macros, objects, etc.
  30199.     (Documentation to program own libraries included)
  30200. -   Numerous general improvements (e.g. saving the cursor
  30201.     position, special colors for every sheet, "hidden"
  30202.     password inquiry ...)
  30203. .version
  30204. 3.5
  30205. .date
  30206. 1995.08.03
  30207. .author
  30208. Michael Friedrich
  30209. .restrictions
  30210. Saving and Printing are disabled
  30211. .requirements
  30212. Commodore Amiga, Kickstart 1.2/1.3, 2.0, 2.1, 3.0, 3.1; at
  30213. least 1 MB RAM. Output on all common printers supported.
  30214. .distribution
  30215. Commercial Demo
  30216. .aminet-dir
  30217. biz/demo
  30218. .docs
  30219. TurboCalc/Read.Me
  30220. TurboCalc/TurboCalc3.5.txt
  30221. .described-by
  30222. Richard Fish (rjf@amigalib.com)
  30223. .submittal
  30224. Downloaded via ftp from wuarchive.wustl.edu.
  30225. .execute
  30226. LAB Start
  30227. set choice `requestchoice "Options Selection" "Please select an option" "Readme 1" "Readme 2" "Run Program" "Cancel"`
  30228. if $choice GT "0"
  30229.   if $choice EQ "1"
  30230.     MetaTool TurboCalc/Read.Me TEXT
  30231.   else
  30232.     if $choice EQ "2"
  30233.       MetaTool TurboCalc/TurboCalc3.5.txt TEXT
  30234.     else
  30235.       if $choice EQ "3"
  30236.         wbrun TurboCalc/TurboCalc
  30237.       endif
  30238.     endif
  30239.   endif
  30240.   skip Start BACK
  30241. endif
  30242. .stored-in
  30243. FreshFish-Vol10:New/biz/demo/TurboCalc/
  30244. .pi-file
  30245. FreshFish-Vol10:New/biz/demo/TurboCalc/Product-Info
  30246. .name
  30247. UChess
  30248. .type
  30249. Thinking Game
  30250. .short
  30251. Nicely done Amiga port of GNU chess
  30252. .description
  30253. A powerful version of the program GnuChess version 4PL66 for the Amiga.
  30254. Plays a very strong game of chess.  Code has been rewritten and data
  30255. structures reorganized for optimal efficiency on 32 bit 68020 and
  30256. better Amiga systems.  Eval/search and clock enhancements from
  30257. original gnu port.
  30258.  
  30259. Fully multitasking, automatically detects and supports 640X480X256
  30260. color AGA mode machines, and does not at any time BUSY wait.  Supports
  30261. a variety of standard features such as load, save, edit board,
  30262. autoplay, swap sides, force move, undo, time limits, hints, show
  30263. thinking, and a supervisor mode that will allow two humans to play
  30264. with the computer acting as a "supervisor".
  30265. .version
  30266. 2.89
  30267. .author
  30268. FSF
  30269. Roger Uzun (amiga port + many enhancements)
  30270. .requirements
  30271. Requires a 68020/030/040 based Amiga computer system with AmigaOS 2.04
  30272. or later and 4 Meg of ram minimum.  Special "L" version optimized for
  30273. 68040 and requires 10 Meg of ram minimum.
  30274. .reference
  30275. FreshFish-May94/BBS/May94/game/think/UChess.lha
  30276. 2.83
  30277. FreshFish-May94/New/game/think/UChess/
  30278. 2.83
  30279. FreshFish-May94/Useful/dist/game/think/UChess/
  30280. 2.83
  30281. FreshFish-May94/BBS/AmigaLib/d976/UChess.lha
  30282. 2.78
  30283. FreshFish-May94/BBS/AmigaLib/d977/UChess.lha
  30284. 2.78
  30285. FreshFish-May94/New/AmigaLibDisks/d976/UChess/
  30286. 2.78
  30287. FreshFish-May94/New/AmigaLibDisks/d977/UChess/
  30288. 2.78
  30289. FrozenFish-Apr94/BBS/ALib/d9xx/d976/UChess.lha
  30290. 2.78
  30291. FrozenFish-Apr94/BBS/ALib/d9xx/d977/UChess.lha
  30292. 2.78
  30293. GoldFish1-Apr94/BBS/d9xx/d976/UChess.lha
  30294. 2.78
  30295. GoldFish1-Apr94/BBS/d9xx/d977/UChess.lha
  30296. 2.78
  30297. GoldFish2-Apr94/d9xx/d976/UChess/
  30298. 2.78
  30299. GoldFish2-Apr94/d9xx/d977/UChess/
  30300. 2.78
  30301. AmigaLibDisk977:UChess/
  30302. 2.78
  30303. AmigaLibDisk976:UChess/
  30304. 2.78
  30305. FreshFish-Mar94/New/game/think/UChess/
  30306. 2.71
  30307. FreshFish-Mar94/Useful/dist/game/think/UChess/
  30308. 2.71
  30309. FreshFish-May94/BBS/Mar94/game/think/UChess.lha
  30310. 2.71
  30311. FrozenFish-Apr94/BBS/Mar94/game/think/UChess.lha
  30312. 2.71
  30313. FrozenFish-Apr94/BBS/Useful/game/think/UChess.lha
  30314. 2.71
  30315. FreshFish-Mar94:Useful/Dist/game/think/UChess/
  30316. 2.71
  30317. FreshFish-Mar94/New/AmigaLibDisks/Disk965/UChess/
  30318. 2.69
  30319. FrozenFish-Apr94/BBS/ALib/d9xx/d965/UChess.lha
  30320. 2.69
  30321. GoldFish1-Apr94/BBS/d9xx/d965/UChess.lha
  30322. 2.69
  30323. GoldFish2-Apr94/d9xx/d965/UChess/
  30324. 2.69
  30325. AmigaLibDisk966:UChessSrc/
  30326. 2.69
  30327. FreshFish-Mar94/New/AmigaLibDisks/Disk966/UChessSrc/
  30328. 2.69
  30329. FrozenFish-Apr94/BBS/ALib/d9xx/d966/UChessSrc.lha
  30330. 2.69
  30331. GoldFish1-Apr94/BBS/d9xx/d966/UChessSrc.lha
  30332. 2.69
  30333. GoldFish2-Apr94/d9xx/d966/UChessSrc/
  30334. 2.69
  30335. AmigaLibDisk966:UChessSrc/
  30336. 2.69
  30337. AmigaLibDisk965:UChess/
  30338. 2.69
  30339. FreshFish-Dec93/New/game/think/UChess/
  30340. 2.33
  30341. FrozenFish-Apr94/BBS/Dec93/game/think/UChess.lha
  30342. 2.33
  30343. FreshFish-Mar94/Old/Dec93/game/think/UChess/
  30344.  ?.?
  30345. FreshFish-Oct93/Old/AmigaLibDisks/Disks780-799/Disk790/UChess/
  30346. 2.04
  30347. FrozenFish-Apr94/BBS/ALib/d7xx/d790/UChess.lha
  30348. 2.04
  30349. GoldFish1-Apr94/BBS/d7xx/d790/UChess.lha
  30350. 2.04
  30351. GoldFish2-Apr94/d7xx/d790/UChess/
  30352. 2.04
  30353. AmigaLibDisk790:UChess/
  30354. 2.04
  30355. .distribution
  30356. GNU Public License
  30357. .email
  30358. uzun@crash.cts.com
  30359. .docs
  30360. UChess.doc
  30361. .described-by
  30362. Fred Fish (fnf@amigalib.com)
  30363. .submittal
  30364. Submitted via ftp directly by the author.
  30365. .execute
  30366. LAB start
  30367. set choice `RequestChoice "UChess" "Please select an option" "README" "Documentation" "Run UChess" "Cancel"`
  30368. if $choice GT "0"
  30369.   if $choice EQ "1"
  30370.     MetaTool README TEXT
  30371.   else
  30372.     if $choice EQ "2"
  30373.       MetaTool UChess.doc TEXT
  30374.     else
  30375.       if $choice EQ "3"
  30376.         WBRun UChess
  30377.       endif
  30378.     endif
  30379.   endif
  30380.   skip start BACK
  30381. endif
  30382. .aminet-dir
  30383. game/think
  30384. .stored-in
  30385. FreshFish-Vol10:Useful/game/think/UChess/
  30386. .pi-file
  30387. FreshFish-Vol10:Useful/game/think/UChess/Product-Info
  30388. .name
  30389. unix-reviews
  30390. .short
  30391. Reviews of UNIX related products.
  30392. .description
  30393. Reviews of UNIX-related products for Amigas:
  30394.  
  30395.     UNIX implementations
  30396.     Software that runs under Amiga UNIX implementations
  30397. .described-by
  30398. fnf@amigalib.com
  30399. .author
  30400. Various; maintained by Daniel Barrett
  30401. .aminet-dir
  30402. docs/rview
  30403. .stored-in
  30404. FreshFish-Vol10:Useful/reviews/software/unix/
  30405. .pi-file
  30406. FreshFish-Vol10:Useful/reviews/software/unix/Product-Info
  30407. .name
  30408. unixtex
  30409. .type
  30410. Text Processing
  30411. .short
  30412. Basic TeX package based on TeX 3.1415
  30413. .description
  30414. A basic TeX package containing MakeTeXPK, afm2tfm, bibtex, cmmf,
  30415. dvicopy, dvilj4, dvips, dvitype, gftodvi, gftopk, gftype, inimf,
  30416. initex, kpsewhich, latex, mf, mft, patgen, pktogf, pktype, pltotf,
  30417. pooltype, tangle, tex, tftopl, vftovp, virmf, virtex, vptovf, weave,
  30418. and a selection of fonts.
  30419.  
  30420. This version is based on unixtex 6.1, but includes an upgraded
  30421. kpathsea library (to version 2.6) that provides many improvements over
  30422. the version supplied with 6.1.
  30423. .version
  30424. 6.1b
  30425. .author
  30426. various
  30427. .distribution
  30428. GNU Public License
  30429. .docs
  30430. Includes full source in web and C.
  30431. .described-by
  30432. Fred Fish (fnf@amigalib.com)
  30433. .submittal
  30434. Downloaded via ftp from cs.umb.edu:pub/tex
  30435. .aminet-dir
  30436. gnu/src
  30437. .stored-in
  30438. FreshFish-Vol10:GNU-src/amiga/unixtex-6.1b-src.lha
  30439. .pi-file
  30440. FreshFish-Vol10:GNU-src/amiga/unixtex-6.1b-src.lha.pi
  30441. .name
  30442. unixtex
  30443. .type
  30444. Text Processing
  30445. .short
  30446. Basic TeX package based on TeX 3.1415
  30447. .description
  30448. A basic TeX package containing MakeTeXPK, afm2tfm, bibtex, cmmf,
  30449. dvicopy, dvilj4, dvips, dvitype, gftodvi, gftopk, gftype, inimf,
  30450. initex, kpsewhich, latex, mf, mft, patgen, pktogf, pktype, pltotf,
  30451. pooltype, tangle, tex, tftopl, vftovp, virmf, virtex, vptovf, weave,
  30452. and a selection of fonts.
  30453.  
  30454. This version is based on unixtex 6.1, but includes an upgraded
  30455. kpathsea library (to version 2.6) that provides many improvements over
  30456. the version supplied with 6.1.
  30457. .version
  30458. 6.1b
  30459. .author
  30460. various
  30461. .distribution
  30462. GNU Public License
  30463. .docs
  30464. Includes full source in web and C.
  30465. .described-by
  30466. Fred Fish (fnf@amigalib.com)
  30467. .submittal
  30468. Downloaded via ftp from cs.umb.edu:pub/tex
  30469. .aminet-dir
  30470. gnu/base
  30471. .stored-in
  30472. FreshFish-Vol10:GNU-src/baseline/unixtex-6.1b.lha
  30473. .pi-file
  30474. FreshFish-Vol10:GNU-src/baseline/unixtex-6.1b.lha.pi
  30475. # This file contains product information that can be used by
  30476. # KingFisher 2.0 and other similar tools.
  30477.  
  30478. .name
  30479. UUxT
  30480. .type
  30481. Communications
  30482. .short
  30483. CLI/GUI-based UUEncoder/UUDecoder
  30484. .description
  30485.    UUxT is a full featured UUencode/decoder with the following features:
  30486.  
  30487.    o  File splitting by line or kbytes when encoding for easy
  30488.       mailing/posting.  (Complete with header and footers that tell the
  30489.       filename and part number after total number of parts.)
  30490.  
  30491.    o  Batch decoding.  (You can decode many files at once, as well as split
  30492.       files without joining them.  UUxT also has wildcard support.)
  30493.  
  30494.    o  Batch encoding.  You can encode multiple files into one text file.
  30495.  
  30496.    o  Automatically skips over mail headers and other junk that can end
  30497.       up in encoded files.
  30498.  
  30499.    o  Ability to LhA compress files for you, and then
  30500.       uuencode the resulting compressed file, all in one step, thus
  30501.       saving you time.  You can also decode and de-LhA in one step.
  30502.  
  30503.    UUxT also comes with UUxT-GUI 3.1, a full featured workbench interface
  30504.    for UUxT.
  30505.  
  30506.    Changes since UUxT 3.0b (Public Release)
  30507.    ----------------------------------------
  30508.  
  30509.    o  UUxT 3.1 is now an average of ten times faster then previous public
  30510.       releases.
  30511.  
  30512.    o  UUxT-GUI is much stabler.
  30513.  
  30514.    o  UUxT-GUI no longer has a popup requester on startup.
  30515.  
  30516.    o  The InFiles list is cleared after each operation for you automatically
  30517.       on the GUI.
  30518. .version
  30519. 3.1
  30520. .date
  30521. 1994.07.21
  30522. .author
  30523. Asher Feldman
  30524. .requirements
  30525. Requires reqtools.library (supplied)
  30526. Certain features require LhA
  30527. Extra options available under 2.0+
  30528. .reference
  30529. GoldFish-Vol2-2:BBS/util/UUxT-3.0b.lha
  30530. 3.0b
  30531. GoldFish-Vol2-1:Files/util/arc/UUxT/
  30532. 3.0b
  30533. FreshFish-Vol9-2:BBS/util/UUxT-3.0b.lha
  30534. 3.0b
  30535. FreshFish-Vol8-2:BBS/util/UUxT-3.0b.lha
  30536. 3.0b
  30537. FreshFish-Vol7:New/util/arc/UUxT/
  30538. 3.0b
  30539. FreshFish-Vol7:BBS/util/UUxT-3.0b.lha
  30540. 3.0b
  30541. AmigaLibDisk1007:Programs/UUxT/
  30542. 3.0b
  30543. FreshFish-Vol6:New/util/arc/UUxT/
  30544. 3.0a
  30545. FreshFish-Vol6:BBS/util/UUxT-3.0a.lha
  30546. 3.0a
  30547. AmigaLibDisk912:UUxT/
  30548. 2.1
  30549. .distribution
  30550. Shareware
  30551. .price
  30552. $10 (US)
  30553. .address
  30554. 4791 Calle de Tosca
  30555. San Jose, CA  95118
  30556. USA
  30557. .email
  30558. asher@shell.portal.com
  30559. .docs
  30560. README
  30561. REGISTRATION
  30562. UUxT.guide
  30563. .described-by
  30564. Dan Fish (daf@starfish.amigalib.com)
  30565. .submittal
  30566. Downloaded via ftp from wuarchive.wustl.edu.
  30567. .execute
  30568. LAB Start
  30569. set choice `RequestChoice "Options Selection" "Please select an option" "View Readme" "View Guide" "Run Program" "Cancel"`
  30570. if $choice GT "0"
  30571.   if $choice EQ "1"
  30572.     MetaTool README TEXT
  30573.   else
  30574.     if $choice EQ "2"
  30575.       MetaTool UUxT.guide GUIDE
  30576.     else
  30577.       if $choice EQ "3"
  30578.         UUxT-GUI
  30579.       endif
  30580.     endif
  30581.   endif
  30582.   skip Start BACK
  30583. endif
  30584. .aminet-dir
  30585. util/arc
  30586. .stored-in
  30587. FreshFish-Vol10:New/util/arc/UUxT/
  30588. .pi-file
  30589. FreshFish-Vol10:New/util/arc/UUxT/Product-Info
  30590. .name
  30591. VChess
  30592. .fullname
  30593. Vector-Chess
  30594. .type
  30595. Thinking Game
  30596. .short
  30597. Excellent chess game
  30598. .description
  30599. A powerfull fully functional (non crippled) shareware chess game
  30600. completely written in Amiga Oberon. The program has a lot of
  30601. features, is easy to use and don't needs much memory (only 400K).
  30602. Now, in  release 3.3, playing-strength is much better.
  30603. I think, that playing-strength is big enough for average players now.
  30604. .version
  30605. 3.3
  30606. .author
  30607. Stefan Salewski
  30608. .reference
  30609. AmigaLibDisk957:VChess/
  30610. 2.0
  30611. .distribution
  30612. Shareware
  30613. .price
  30614. $15(US), or DM20
  30615. .address
  30616. Stolper Weg 3
  30617. D-21680 Stade
  30618. Germany
  30619. .docs
  30620. VChess.doc, VChess.dok
  30621. .described-by
  30622. Stefan Salewski
  30623. .submittal
  30624. On disk by mail
  30625. .date
  30626. 1995.05.14
  30627. .requirements
  30628. OS2.0+, ReqTools.library
  30629. .installsize
  30630. 150K-500K
  30631. .source
  30632. Oberon source (450K) not included
  30633. .construction
  30634. Amiga Oberon 3.11d
  30635. .tested
  30636. A3000, OS2.0, OS3.1
  30637. .contents
  30638. Fully functional shareware chess game completely written in
  30639. Amiga Oberon. Features: selectable screen type (can run
  30640. right on the workbench screen); sizeable board; Two-human,
  30641. Computer-Human and Computer-Computer play modes; Load, save
  30642. games; Load/save/print movelist; Use/save openings; Time
  30643. limits; Solve for mate; Selectable fonts;  Setup board;
  30644. Rotate board; Show movelist; Show thinking; ... and more.
  30645. Requires OS2.0+, and may run even on low memory (512K)
  30646. machines if the opening library is not used. Version 3.3
  30647. has a better playing-strength, and comes with french and
  30648. swedish catalogs.
  30649. Version 3.3, an update to version 3.1
  30650. Binary only, shareware.
  30651. Author:  Stefan Salewski
  30652. .beschreibung
  30653. Ein Schachprogramm, bei dem die Figuren in Vektorgrafik
  30654. gezeichnet werden. Daher paßt sich die Grafik automatisch
  30655. verschiedenen Bildschirmauflösungen an. Das Programm bietet
  30656. nahezu alles, was man von einem modernen Schachprogramm
  30657. erwarten kann. Der Bedienungskomfort ist sehr hoch, und
  30658. die Spielstärke sollte für die meisten Spieler auch ausreichen.
  30659. .aminet-dir
  30660. game/board
  30661. .execute
  30662. LAB Start
  30663. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Dok" "Run Program" "Cancel"`
  30664. if $choice GT "0"
  30665.   if $choice EQ "1"
  30666.     MetaTool VChess.doc TEXT
  30667.   else
  30668.     if $choice EQ "2"
  30669.       MetaTool VChess.dok TEXT
  30670.     else
  30671.       if $choice EQ "3"
  30672.         VChess
  30673.       endif
  30674.     endif
  30675.   endif
  30676.   skip Start BACK
  30677. endif
  30678. .stored-in
  30679. FreshFish-Vol10:New/game/board/VChess/
  30680. .pi-file
  30681. FreshFish-Vol10:New/game/board/VChess/Product-Info
  30682. .name
  30683. vendors-reviews
  30684. .short
  30685. Reviews of Amiga vendors.
  30686. .description
  30687. Reviews of Amiga stores and mailorder vendors.
  30688. .described-by
  30689. fnf@amigalib.com
  30690. .author
  30691. Various; maintained by Daniel Barrett
  30692. .aminet-dir
  30693. docs/rview
  30694. .stored-in
  30695. FreshFish-Vol10:Useful/reviews/other-reviews/vendors/
  30696. .pi-file
  30697. FreshFish-Vol10:Useful/reviews/other-reviews/vendors/Product-Info
  30698. # This file contains product information that can be used by
  30699. # KingFisher 2.0 and other similar tools.
  30700.  
  30701. .name
  30702. VideoTitler
  30703. .type
  30704. Image Processing
  30705. .short
  30706. Create Title/Credits for your own video
  30707. .description
  30708. Generates professional looking TV titles and credits for your own
  30709. videos.  Outstanding abilities are very smooth scrolling, color slides
  30710. (AGA-support), and usage of colorfonts.  Binary only,
  30711. .version
  30712. 2.0
  30713. .author
  30714. Andreas Ackermann
  30715. .restrictions
  30716. The unlimited version is identical to this demo, only the annoying
  30717. 'VideoTitlerDEMO... ' won't appear every second line.
  30718. .requirements
  30719. At least Kickstart 2.0 with 1Mb of memory or more.
  30720. MUI
  30721. .reference
  30722. GoldFish-Vol2-2:BBS/gfx/VideoTitler-1.15.lha
  30723. 1.15
  30724. GoldFish-Vol2-1:Files/gfx/misc/VideoTitler/
  30725. 1.15
  30726. FreshFish-Vol9-2:BBS/gfx/VideoTitler-1.15.lha
  30727. 1.15
  30728. FreshFish-Vol8-2:BBS/gfx/VideoTitler-1.15.lha
  30729. 1.15
  30730. FreshFish-Vol5:BBS/gfx/VideoTitler-1.15.lha
  30731. 1.15
  30732. FreshFish-Vol4:New/gfx/misc/VideoTitler/
  30733. 1.15
  30734. FreshFish-Vol4:BBS/May94/gfx/misc/VideoTitler.lha
  30735. 1.15
  30736. GoldFish-Vol1-2:d9xx/d907/VideoTitler/
  30737. 1.1
  30738. GoldFish-Vol1-1:BBS/d9xx/d907/VideoTitler.lha
  30739. 1.1
  30740. FrozenFish-Vol1:BBS/ALib/d9xx/d907/VideoTitler.lha
  30741. 1.1
  30742. FreshFish-Vol2:Old/AmigaLibDisks/Disks900-919/Disk907/VideoTitler/
  30743. 1.1
  30744. FreshFish-Vol1:Old/AmigaLibDisks/Disks900-910/Disk907/VideoTitler/
  30745. 1.1
  30746. AmigaLibDisk907:VideoTitler/
  30747. 1.1
  30748. .distribution
  30749. Shareware
  30750. .price
  30751. $35 (US), 50 DM
  30752. .address
  30753. Lorenz-Summa-Str. 10
  30754. 95145 Oberkotzau
  30755. Germany
  30756. .docs
  30757. Readme
  30758. Docs/Videotitler_deutsch.guide
  30759. Docs/Videotitler_english.guide
  30760. .described-by
  30761. Richard Fish
  30762. .submittal
  30763. Submitted on disk directly by the author.
  30764. .aminet-dir
  30765. gfx/misc
  30766. .execute
  30767. LAB Start
  30768. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
  30769. if $choice GT "0"
  30770.   if $choice EQ "1"
  30771.     MetaTool ReadMe TEXT
  30772.   else
  30773.     if $choice EQ "2"
  30774.       set orgdir `cd`
  30775.       cd docs
  30776.       set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
  30777.       set dirchoice `pathname $filechoice`
  30778.       set filechoice `basename $filechoice`
  30779.       failat 21
  30780.       cd $dirchoice
  30781.       MetaTool $filechoice GUIDE
  30782.       cd $orgdir
  30783.       failat 10
  30784.       unset filechoice
  30785.       unset dirchoice
  30786.     else
  30787.       if $choice EQ "3"
  30788.         Installer Install APPNAME VideoTitler MINUSER AVERAGE DEFUSER AVERAGE LANGUAGE Deutsch
  30789.       else
  30790.         if $choice EQ "4"
  30791.           VideoTitler
  30792.         endif
  30793.       endif
  30794.     endif
  30795.   endif
  30796.   skip Start BACK
  30797. endif
  30798. .stored-in
  30799. FreshFish-Vol10:New/gfx/misc/VideoTitler/
  30800. .pi-file
  30801. FreshFish-Vol10:New/gfx/misc/VideoTitler/Product-Info
  30802. .name
  30803. Viewtek
  30804. .type
  30805. Picture Viewer
  30806. .short
  30807. Feature packed picture/animation viewer
  30808. .description
  30809. A feature packed Picture/Animation Viewer.  Shows most ILBM's (including
  30810. 24-bit ILBM's), most Compuserve GIF format images, most JFIF format JPEG
  30811. images and most ANIM Op-5 format animations, with support for different
  30812. palettes for each frame.  Supports SHAM, CTBL, and PCHG images, full
  30813. support of ECS/AGA display modes (ie. show 256 color GIF's directly, show
  30814. 800x600 HAM animations, etc.).  Supports viewing contents of clipboard.
  30815. Iconifies to a Workbench AppIcon.  Includes versions for DCTV, EGS, IV-24,
  30816. Firecracker, OpalVision, Retina, and Picasso
  30817. .version
  30818. 2.1.378
  30819. .date
  30820. 1994.2.17
  30821. .author
  30822. Thomas Krehbiel
  30823. .requirements
  30824. Requires Workbench 2.04 or later.
  30825. .reference
  30826. AmigaLibDisk903:Viewtek/
  30827. 1.05
  30828. .keywords
  30829. .distribution
  30830. Copyrighted but Freely Redistributable
  30831. .price
  30832. .address
  30833. 10747 Surry Road
  30834. Chester, VA  23831
  30835. .email
  30836. tkrehbiel@bix.com
  30837. .docs
  30838. Viewtek.guide
  30839. .described-by
  30840. Fred Fish (fnf@fishpond.cygnus.com)
  30841. .submittal
  30842. Ftp'd from aminet (wuarchive.wustl.edu) on 1-Apr-94.
  30843. .execute
  30844. LAB start
  30845. set choice `RequestChoice "ViewTEK" "Please select an option" "README" "View Guide" "HISTORY" "Cancel"`
  30846. if $choice GT "0"
  30847.   if $choice EQ "1"
  30848.     MetaTool README TEXT
  30849.   else
  30850.     if $choice EQ "2"
  30851.       MetaTool ViewTek.guide GUIDE
  30852.     else
  30853.       if $choice EQ "3"
  30854.         MetaTool Changes.doc TEXT
  30855.       endif
  30856.     endif
  30857.   endif
  30858.   skip start BACK
  30859. endif
  30860. .aminet-dir
  30861. gfx/show
  30862. .stored-in
  30863. FreshFish-Vol10:Useful/gfx/show/Viewtek/
  30864. .pi-file
  30865. FreshFish-Vol10:Useful/gfx/show/Viewtek/Product-Info
  30866. .name
  30867. Vim
  30868. .type
  30869. Text Editing
  30870. .short
  30871. A clone of the UNIX 'vi' text editor
  30872. .description
  30873. Vi IMproved.  A clone of the UNIX text editor "vi".  Very useful for
  30874. editing programs and other plain ASCII text.  Full Vi compatibility
  30875. (except Q command) and includes most "ex" commands.  Extra features
  30876. above Vi: Multilevel undo, command line history, improved command line
  30877. editing, command typeahead display, command to display yank buffers,
  30878. possi- bility to edit binary files, file name stack, support for Manx
  30879. QuickFix, shows current file name in window title, on-line help, text
  30880. block operations, etc.
  30881.  
  30882. Includes a few bug fixes and new features like tag stack, file marks,
  30883. jump list, visual (first select area, then operator), use of cursor
  30884. keys in insert mode, column mode copy/cut/paste, macro programming by
  30885. example, text formatting, termcap support, etc.  Also runs under UNIX
  30886. and MSDOS.
  30887. .version
  30888. 3.0
  30889. .author
  30890. Bram Moolenaar, et. al.
  30891. .reference
  30892. FrozenFish-Apr94:BBS/Useful/util/edit/Vim.lha
  30893. 2.0
  30894. FrozenFish-Apr94:BBS/Mar94/util/edit/Vim.lha
  30895. 2.0
  30896. FreshFish-May94:Useful/dist/util/edit/Vim/
  30897. 2.0
  30898. FreshFish-May94:BBS/Mar94/util/edit/Vim.lha
  30899. 2.0
  30900. FreshFish-Mar94:Useful/dist/util/edit/Vim/
  30901. 2.0
  30902. FreshFish-Mar94:New/util/edit/Vim/
  30903. 2.0
  30904. FreshFish-Jul94:Useful/dist/util/edit/Vim/
  30905. 2.0
  30906. FreshFish-Jul94:BBS/util/Vim-2.0.lha
  30907. 2.0
  30908. GoldFish2-Apr94:d5xx/d591/Vim/
  30909. 1.14
  30910. GoldFish1-Apr94:BBS/d5xx/d591/Vim.lha
  30911. 1.14
  30912. FrozenFish-Apr94:BBS/ALib/d5xx/d591/Vim.lha
  30913. 1.14
  30914. AmigaLibDisk591:Vim/
  30915. 1.14
  30916. .distribution
  30917. Copyrighted but Freely Redistributable
  30918. .address
  30919. Clematisstraat 30
  30920. 5925 BE  Venlo
  30921. The Netherlands
  30922. .email
  30923. mool@oce.nl
  30924. .source
  30925. Includes source in C.
  30926. .docs
  30927. Amiga.doc
  30928. difference.doc
  30929. digraph.doc
  30930. msdos.doc
  30931. reference.doc
  30932. unix.doc
  30933. vim.man
  30934. .described-by
  30935. Fred Fish (fnf@fishpond.cygnus.com)
  30936. .submittal
  30937. Downloaded via ftp from wuarchive.wustl.edu.
  30938. .execute
  30939. set orgdir `cd`
  30940. LAB start
  30941. failat 10
  30942. unset filechoice
  30943. unset dirchoice
  30944. cd $orgdir
  30945. set choice `RequestChoice "Vim" "Please select an option" "ReadMe" "Credits" "View Doc Files" "Cancel"`
  30946. if $choice GT "0"
  30947.   if $choice EQ "1"
  30948.     MetaTool readme TEXT
  30949.   else
  30950.     if $choice EQ "2"
  30951.       MetaTool credits.txt TEXT
  30952.     else
  30953.       if $choice EQ "3"
  30954.         doc
  30955.         set filechoice `RequestFile TITLE "Select File"`
  30956.         set dirchoice `pathname $filechoice`
  30957.         set filechoice `basename $filechoice`
  30958.         failat 21
  30959.         cd $dirchoice
  30960.         MetaTool $filechoice TEXT
  30961.       endif
  30962.     endif
  30963.   endif
  30964.   skip start BACK
  30965. endif
  30966. .aminet-dir
  30967. util/edit
  30968. .stored-in
  30969. FreshFish-Vol10:Useful/util/edit/Vim/
  30970. .pi-file
  30971. FreshFish-Vol10:Useful/util/edit/Vim/Product-Info
  30972. .name
  30973. VirusChecker
  30974. .type
  30975. AntiVirus Utility
  30976. .short
  30977. A memory/file/bootblock virus detector
  30978. .description
  30979. A virus checker that can check memory, disk bootblocks, and all disk files
  30980. for signs of most known viruses.  Can remember nonstandard bootblocks that
  30981. you indicate are OK and not bother you about them again.  Includes an ARexx
  30982. port, supports SHI's Bootblock.library.  By using this library and its
  30983. brainfile you have the ability to add new Bootblock viruses as SHI releases
  30984. new brainfiles.
  30985. .version
  30986. 6.58
  30987. .date
  30988. 1995.07.22
  30989. .author
  30990. John Veldthuis
  30991. .reference
  30992. FreshFish-Vol9-2:BBS/util/VirusChecker-6.50.lha
  30993. 6.50
  30994. FreshFish-Vol9-1:Useful/util/virus/VirusChecker/
  30995. 6.50
  30996. FreshFish-Vol8-2:BBS/util/VirusChecker-6.50.lha
  30997. 6.50
  30998. FreshFish-Vol8-1:Useful/util/virus/VirusChecker/
  30999. 6.50
  31000. FreshFish-Vol8-1:New/util/virus/VirusChecker/
  31001. 6.50
  31002. GoldFish-Vol2-1:Files/util/virus/VirusChecker/
  31003. 6.44
  31004. FreshFish-Sep94:New/util/virus/VirusChecker/
  31005. 6.43
  31006. FreshFish-May94:New/util/virus/VirusChecker/
  31007. 6.41
  31008. AmigaLibDisk935:VirusChecker/
  31009. 6.33
  31010. AmigaLibDisk913:VirusChecker/
  31011. 6.30
  31012. AmigaLibDisk825:VirusChecker/
  31013. 6.22
  31014. AmigaLibDisk680:VirusChecker/
  31015. 6.06
  31016. AmigaLibDisk669:VirusChecker/
  31017. 6.05
  31018. AmigaLibDisk556:VirusChecker/
  31019. 5.30
  31020. .distribution
  31021. Shareware
  31022. .price
  31023. $20 (US)
  31024. .address
  31025. 21 Ngatai Street
  31026. Manaia, Taranaki
  31027. New Zealand
  31028. .email
  31029. johnv@tower.actrix.gen.nz
  31030. .docs
  31031. Virus_Checker.guide
  31032. Brain.history
  31033. .described-by
  31034. Dan Fish (daf@starfish.amigalib.com)
  31035. .submittal
  31036. Downloaded via ftp from wuarchive.wustl.edu.
  31037. .execute
  31038. LAB start
  31039. set choice `RequestChoice "Virus Checker" "Please select an option" "History" "View Guide" "Install" "Run" "Cancel"`
  31040. if $choice GT "0"
  31041.   if $choice EQ "1"
  31042.     MetaTool Brain.history TEXT
  31043.   else
  31044.     if $choice EQ "2"
  31045.       MetaTool Virus_Checker.guide GUIDE
  31046.     else
  31047.       if $choice EQ "3"
  31048.         Installer SCRIPT InstallVC APPNAME "Virus_Checker" MINUSER expert DEFUSER expert
  31049.       else
  31050.         if $choice EQ "4"
  31051.           if NOT exists t:viruscheck.assigned
  31052.             assign l: l/ ADD
  31053.             assign libs: libs/ ADD
  31054.             date >t:viruscheck.assigned
  31055.           endif
  31056.           WBRun Virus_Checker
  31057.         endif
  31058.       endif
  31059.     endif
  31060.   endif
  31061.   skip start BACK
  31062. endif
  31063. .aminet-dir
  31064. util/virus
  31065. .stored-in
  31066. FreshFish-Vol10:New/util/virus/VirusChecker/
  31067. .pi-file
  31068. FreshFish-Vol10:New/util/virus/VirusChecker/Product-Info
  31069. .name
  31070. VirusChecker
  31071. .type
  31072. AntiVirus Utility
  31073. .short
  31074. A memory/file/bootblock virus detector
  31075. .description
  31076. A virus checker that can check memory, disk bootblocks, and all disk files
  31077. for signs of most known viruses.  Can remember nonstandard bootblocks that
  31078. you indicate are OK and not bother you about them again.  Includes an ARexx
  31079. port, supports SHI's Bootblock.library.  By using this library and its
  31080. brainfile you have the ability to add new Bootblock viruses as SHI releases
  31081. new brainfiles.
  31082. .version
  31083. 6.58
  31084. .date
  31085. 1995.07.22
  31086. .author
  31087. John Veldthuis
  31088. .reference
  31089. FreshFish-Vol9-2:BBS/util/VirusChecker-6.50.lha
  31090. 6.50
  31091. FreshFish-Vol9-1:Useful/util/virus/VirusChecker/
  31092. 6.50
  31093. FreshFish-Vol8-2:BBS/util/VirusChecker-6.50.lha
  31094. 6.50
  31095. FreshFish-Vol8-1:Useful/util/virus/VirusChecker/
  31096. 6.50
  31097. FreshFish-Vol8-1:New/util/virus/VirusChecker/
  31098. 6.50
  31099. GoldFish-Vol2-1:Files/util/virus/VirusChecker/
  31100. 6.44
  31101. FreshFish-Sep94:New/util/virus/VirusChecker/
  31102. 6.43
  31103. FreshFish-May94:New/util/virus/VirusChecker/
  31104. 6.41
  31105. AmigaLibDisk935:VirusChecker/
  31106. 6.33
  31107. AmigaLibDisk913:VirusChecker/
  31108. 6.30
  31109. AmigaLibDisk825:VirusChecker/
  31110. 6.22
  31111. AmigaLibDisk680:VirusChecker/
  31112. 6.06
  31113. AmigaLibDisk669:VirusChecker/
  31114. 6.05
  31115. AmigaLibDisk556:VirusChecker/
  31116. 5.30
  31117. .distribution
  31118. Shareware
  31119. .price
  31120. $20 (US)
  31121. .address
  31122. 21 Ngatai Street
  31123. Manaia, Taranaki
  31124. New Zealand
  31125. .email
  31126. johnv@tower.actrix.gen.nz
  31127. .docs
  31128. Virus_Checker.guide
  31129. Brain.history
  31130. .described-by
  31131. Dan Fish (daf@starfish.amigalib.com)
  31132. .submittal
  31133. Downloaded via ftp from wuarchive.wustl.edu.
  31134. .execute
  31135. LAB start
  31136. set choice `RequestChoice "Virus Checker" "Please select an option" "History" "View Guide" "Install" "Run" "Cancel"`
  31137. if $choice GT "0"
  31138.   if $choice EQ "1"
  31139.     MetaTool Brain.history TEXT
  31140.   else
  31141.     if $choice EQ "2"
  31142.       MetaTool Virus_Checker.guide GUIDE
  31143.     else
  31144.       if $choice EQ "3"
  31145.         Installer SCRIPT InstallVC APPNAME "Virus_Checker" MINUSER expert DEFUSER expert
  31146.       else
  31147.         if $choice EQ "4"
  31148.           if NOT exists t:viruscheck.assigned
  31149.             assign l: l/ ADD
  31150.             assign libs: libs/ ADD
  31151.             date >t:viruscheck.assigned
  31152.           endif
  31153.           WBRun Virus_Checker
  31154.         endif
  31155.       endif
  31156.     endif
  31157.   endif
  31158.   skip start BACK
  31159. endif
  31160. .aminet-dir
  31161. util/virus
  31162. .stored-in
  31163. FreshFish-Vol10:Useful/util/virus/VirusChecker/
  31164. .pi-file
  31165. FreshFish-Vol10:Useful/util/virus/VirusChecker/Product-Info
  31166. .name
  31167. VirusZII
  31168. .type
  31169. AntiVirus Utility
  31170. .short
  31171. AntiVirus utility with file decrunching
  31172. .description
  31173. Release II of this popular virus detector.  The filechecker can decrunch
  31174. files for testing and the memory checker removes all known viruses
  31175. from memory without 'Guru Meditation' and checks memory for viruses
  31176. regularly.  VirusZ has easy to use intuitionized menus including keycuts
  31177. for both beginners and experienced users.
  31178. .version
  31179. 1.16
  31180. .author
  31181. Georg Hörmann
  31182. .requirements
  31183. Requires OS2.0+
  31184. .reference
  31185. GoldFish-Vol2-1:Files/util/virus/VirusZII/
  31186. 1.11
  31187. GoldFish-Vol2-2:BBS/util/VirusZII-1.11.lha
  31188. 1.11
  31189. FreshFish-May94:New/util/virus/VirusZ/
  31190. 1.07
  31191. AmigaLibDisk989:VirusZII/
  31192. 1.03
  31193. AmigaLibDisk948:VirusZII/
  31194. 1.00
  31195. AmigaLibDisk902:VirusZ/
  31196. 3.07
  31197. AmigaLibDisk820:VirusZ/
  31198. 3.00
  31199. AmigaLibDisk786:VirusZ/
  31200. 2.27
  31201. .distribution
  31202. Shareware
  31203. .price
  31204. $15 (US), DM20
  31205. .address
  31206. Am Lahnewiesgraben 19
  31207. 82467 Garmisch-Partenkirchen
  31208. Germany
  31209. .docs
  31210. VirusZ.guide
  31211. .described-by
  31212. Dan Fish (daf@daffy.amigalib.com)
  31213. .submittal
  31214. Downloaded via ftp from wuarchive.wustl.edu.
  31215. .execute
  31216. LAB start
  31217. set choice `RequestChoice "VirusZ II" "Please select an option" "View Guide" "Run" "Cancel"`
  31218. if $choice GT "0"
  31219.   if $choice EQ "1"
  31220.     MetaTool VirusZ.guide GUIDE
  31221.   else
  31222.     if $choice EQ "2"
  31223.       WBRun VirusZ
  31224.     endif
  31225.   endif
  31226.   skip start BACK
  31227. endif
  31228. .aminet-dir
  31229. util/virus
  31230. .stored-in
  31231. FreshFish-Vol10:New/util/virus/VirusZII/
  31232. .pi-file
  31233. FreshFish-Vol10:New/util/virus/VirusZII/Product-Info
  31234. .name
  31235. VirusZII
  31236. .type
  31237. AntiVirus Utility
  31238. .short
  31239. AntiVirus utility with file decrunching
  31240. .description
  31241. Release II of this popular virus detector.  The filechecker can decrunch
  31242. files for testing and the memory checker removes all known viruses
  31243. from memory without 'Guru Meditation' and checks memory for viruses
  31244. regularly.  VirusZ has easy to use intuitionized menus including keycuts
  31245. for both beginners and experienced users.
  31246. .version
  31247. 1.16
  31248. .author
  31249. Georg Hörmann
  31250. .requirements
  31251. Requires OS2.0+
  31252. .reference
  31253. GoldFish-Vol2-1:Files/util/virus/VirusZII/
  31254. 1.11
  31255. GoldFish-Vol2-2:BBS/util/VirusZII-1.11.lha
  31256. 1.11
  31257. FreshFish-May94:New/util/virus/VirusZ/
  31258. 1.07
  31259. AmigaLibDisk989:VirusZII/
  31260. 1.03
  31261. AmigaLibDisk948:VirusZII/
  31262. 1.00
  31263. AmigaLibDisk902:VirusZ/
  31264. 3.07
  31265. AmigaLibDisk820:VirusZ/
  31266. 3.00
  31267. AmigaLibDisk786:VirusZ/
  31268. 2.27
  31269. .distribution
  31270. Shareware
  31271. .price
  31272. $15 (US), DM20
  31273. .address
  31274. Am Lahnewiesgraben 19
  31275. 82467 Garmisch-Partenkirchen
  31276. Germany
  31277. .docs
  31278. VirusZ.guide
  31279. .described-by
  31280. Dan Fish (daf@daffy.amigalib.com)
  31281. .submittal
  31282. Downloaded via ftp from wuarchive.wustl.edu.
  31283. .execute
  31284. LAB start
  31285. set choice `RequestChoice "VirusZ II" "Please select an option" "View Guide" "Run" "Cancel"`
  31286. if $choice GT "0"
  31287.   if $choice EQ "1"
  31288.     MetaTool VirusZ.guide GUIDE
  31289.   else
  31290.     if $choice EQ "2"
  31291.       WBRun VirusZ
  31292.     endif
  31293.   endif
  31294.   skip start BACK
  31295. endif
  31296. .aminet-dir
  31297. util/virus
  31298. .stored-in
  31299. FreshFish-Vol10:Useful/util/virus/VirusZII/
  31300. .pi-file
  31301. FreshFish-Vol10:Useful/util/virus/VirusZII/Product-Info
  31302. .name
  31303. VMM
  31304. .type
  31305. OS Utility
  31306. .short
  31307. Virtual memory for Amigas with MMU
  31308. .description
  31309. VMM implements a virtual memory manager for Amigas with a 68040, 68030
  31310. or 68020+68851 processor.  A localized user interface to enter all
  31311. parameters and to disable certain tasks and load files from using
  31312. virtual memory is also provided.  For the user interface MUI 2.3 is
  31313. needed.
  31314.  
  31315. V3.0 includes the ability to swap out program code, memory tracking,
  31316. better MMU support, an ARexx port and some other new features.
  31317. .version
  31318. 3.1
  31319. .date
  31320. 1995.05.23
  31321. .author
  31322. Martin Apel
  31323. .reference
  31324. FreshFish-Vol8-1:Useful/util/misc/VMM/
  31325. 2.1
  31326. FreshFish-Vol7:New/util/misc/VMM/
  31327. 2.1
  31328. GoldFish-Vol2-1:Files/util/misc/VMM/
  31329. 2.1
  31330. FreshFish-Vol6:New/util/misc/VMM/
  31331. 2.0
  31332. .requirements
  31333. Requires OS2.0+ and a 68030 or 68040 with a functional MMU or
  31334. 68020+68851
  31335. At least 2 MB of RAM and a harddisk are recommended
  31336. .distribution
  31337. Copyrighted but Freely Redistributable
  31338. .address
  31339. Gerhart-Hauptmann-Str.5
  31340. 67663 Kaiserslautern
  31341. Germany
  31342. .email
  31343. apel@physik.uni-kl.de
  31344. .docs
  31345. README
  31346. doc/BugReportForm
  31347. doc/HISTORY
  31348. doc/TestedPrograms
  31349. doc/VMM.guide
  31350. doc/VMMTools.guide
  31351. doc/vmm_lib.doc
  31352. doc/VMM_Rexx.guide
  31353. doc/VMProgGuideline
  31354. .described-by
  31355. Dan Fish (daf@starfish.amigalib.com)
  31356. .submittal
  31357. Downloaded via ftp from wuarchive.wustl.edu.
  31358. .execute
  31359. LAB Start
  31360. set choice `RequestChoice "VMM" "Please select an option" "Readme" "Guide" "Install" "Run" "Cancel"`
  31361. if $choice GT "0"
  31362.   if $choice EQ "1"
  31363.     MetaTool README TEXT
  31364.   else
  31365.     if $choice EQ "2"
  31366.       cd doc
  31367.       MetaTool VMM.guide GUIDE
  31368.       cd /
  31369.     else
  31370.       if $choice EQ "3"
  31371.         cd InstallVMM
  31372.         set choice2 `RequestChoice "Language Selection" "Please select a language" "English" "Deutsch" "Dansk" "Svenska" "Cancel"`
  31373.         if $choice2 GT "0"
  31374.           if $choice2 EQ "1"
  31375.             Installer English VMM LANGUAGE english NOLOG
  31376.           else
  31377.             if $choice2 EQ "2"
  31378.               Installer deutsch VMM LANGUAGE deutsch NOLOG
  31379.             else
  31380.               if $choice2 EQ "3"
  31381.                 Installer Dansk VMM LANGUAGE dansk NOLOG
  31382.               else
  31383.                 if $choice2 EQ "4"
  31384.                   Installer Svenska VMM LANGUAGE svenska NOLOG
  31385.                 endif
  31386.               endif
  31387.             endif
  31388.           endif
  31389.         endif
  31390.         unset choice2
  31391.         cd /
  31392.       else
  31393.         if $choice EQ "4"
  31394.           set tmpchoice `RequestChoice "Select Version" "Select Page Size" "4K" "8K" "Cancel"`
  31395.           if $tmpchoice GT "0"
  31396.             set tmpchoice2 `RequestChoice "Advice" "A temporary L: directory will be set up*Nin RAM: to hold the appropriate handler" "OK" "Cancel"`
  31397.             if $tmpchoice2 GT "0"
  31398.               makedir RAM:L
  31399.               assign L: RAM:L ADD
  31400.               if $tmpchoice EQ "1"
  31401.                 copy l/VMM-Handler_4K RAM:L/VMM-Handler
  31402.               else
  31403.                 if $tmpchoice EQ "2"
  31404.                   copy l/VMM-Handler_8K RAM:L/VMM-Handler
  31405.                 endif
  31406.               endif
  31407.               assign LOCALE: "" ADD
  31408.               assign env: env/ ADD
  31409.               assign REXX: Rexx/ ADD
  31410.               VMM
  31411.             endif
  31412.             unset tmpchoice2
  31413.           endif
  31414.           unset tmpchoice
  31415.         endif
  31416.       endif
  31417.     endif
  31418.   endif
  31419.   skip Start BACK
  31420. endif
  31421. .aminet-dir
  31422. util/misc
  31423. .stored-in
  31424. FreshFish-Vol10:New/util/misc/VMM/
  31425. .pi-file
  31426. FreshFish-Vol10:New/util/misc/VMM/Product-Info
  31427. .name
  31428. VMM
  31429. .type
  31430. OS Utility
  31431. .short
  31432. Virtual memory for Amigas with MMU
  31433. .description
  31434. VMM implements a virtual memory manager for Amigas with a 68040, 68030
  31435. or 68020+68851 processor.  A localized user interface to enter all
  31436. parameters and to disable certain tasks and load files from using
  31437. virtual memory is also provided.  For the user interface MUI 2.3 is
  31438. needed.
  31439.  
  31440. V3.0 includes the ability to swap out program code, memory tracking,
  31441. better MMU support, an ARexx port and some other new features.
  31442. .version
  31443. 3.1
  31444. .date
  31445. 1995.05.23
  31446. .author
  31447. Martin Apel
  31448. .reference
  31449. FreshFish-Vol8-1:Useful/util/misc/VMM/
  31450. 2.1
  31451. FreshFish-Vol7:New/util/misc/VMM/
  31452. 2.1
  31453. GoldFish-Vol2-1:Files/util/misc/VMM/
  31454. 2.1
  31455. FreshFish-Vol6:New/util/misc/VMM/
  31456. 2.0
  31457. .requirements
  31458. Requires OS2.0+ and a 68030 or 68040 with a functional MMU or
  31459. 68020+68851
  31460. At least 2 MB of RAM and a harddisk are recommended
  31461. .distribution
  31462. Copyrighted but Freely Redistributable
  31463. .address
  31464. Gerhart-Hauptmann-Str.5
  31465. 67663 Kaiserslautern
  31466. Germany
  31467. .email
  31468. apel@physik.uni-kl.de
  31469. .docs
  31470. README
  31471. doc/BugReportForm
  31472. doc/HISTORY
  31473. doc/TestedPrograms
  31474. doc/VMM.guide
  31475. doc/VMMTools.guide
  31476. doc/vmm_lib.doc
  31477. doc/VMM_Rexx.guide
  31478. doc/VMProgGuideline
  31479. .described-by
  31480. Dan Fish (daf@starfish.amigalib.com)
  31481. .submittal
  31482. Downloaded via ftp from wuarchive.wustl.edu.
  31483. .execute
  31484. LAB Start
  31485. set choice `RequestChoice "VMM" "Please select an option" "Readme" "Guide" "Install" "Run" "Cancel"`
  31486. if $choice GT "0"
  31487.   if $choice EQ "1"
  31488.     MetaTool README TEXT
  31489.   else
  31490.     if $choice EQ "2"
  31491.       cd doc
  31492.       MetaTool VMM.guide GUIDE
  31493.       cd /
  31494.     else
  31495.       if $choice EQ "3"
  31496.         cd InstallVMM
  31497.         set choice2 `RequestChoice "Language Selection" "Please select a language" "English" "Deutsch" "Dansk" "Svenska" "Cancel"`
  31498.         if $choice2 GT "0"
  31499.           if $choice2 EQ "1"
  31500.             Installer English VMM LANGUAGE english NOLOG
  31501.           else
  31502.             if $choice2 EQ "2"
  31503.               Installer deutsch VMM LANGUAGE deutsch NOLOG
  31504.             else
  31505.               if $choice2 EQ "3"
  31506.                 Installer Dansk VMM LANGUAGE dansk NOLOG
  31507.               else
  31508.                 if $choice2 EQ "4"
  31509.                   Installer Svenska VMM LANGUAGE svenska NOLOG
  31510.                 endif
  31511.               endif
  31512.             endif
  31513.           endif
  31514.         endif
  31515.         unset choice2
  31516.         cd /
  31517.       else
  31518.         if $choice EQ "4"
  31519.           set tmpchoice `RequestChoice "Select Version" "Select Page Size" "4K" "8K" "Cancel"`
  31520.           if $tmpchoice GT "0"
  31521.             set tmpchoice2 `RequestChoice "Advice" "A temporary L: directory will be set up*Nin RAM: to hold the appropriate handler" "OK" "Cancel"`
  31522.             if $tmpchoice2 GT "0"
  31523.               makedir RAM:L
  31524.               assign L: RAM:L ADD
  31525.               if $tmpchoice EQ "1"
  31526.                 copy l/VMM-Handler_4K RAM:L/VMM-Handler
  31527.               else
  31528.                 if $tmpchoice EQ "2"
  31529.                   copy l/VMM-Handler_8K RAM:L/VMM-Handler
  31530.                 endif
  31531.               endif
  31532.               assign LOCALE: "" ADD
  31533.               assign env: env/ ADD
  31534.               assign REXX: Rexx/ ADD
  31535.               VMM
  31536.             endif
  31537.             unset tmpchoice2
  31538.           endif
  31539.           unset tmpchoice
  31540.         endif
  31541.       endif
  31542.     endif
  31543.   endif
  31544.   skip Start BACK
  31545. endif
  31546. .aminet-dir
  31547. util/misc
  31548. .stored-in
  31549. FreshFish-Vol10:Useful/util/misc/VMM/
  31550. .pi-file
  31551. FreshFish-Vol10:Useful/util/misc/VMM/Product-Info
  31552. .name
  31553. vortix
  31554. .type
  31555. Picture
  31556. .short
  31557. Fantasy JPEG picture - 800 x 600.
  31558. .description
  31559. This is a nice picture I created some time ago on my Amiga 4000/040.
  31560. If you like it and/or want to contact me for any reasons, feel free
  31561. to do so at the address quoted above, or by phone at : +39-2-76110695.
  31562.  
  31563. Enjoy...
  31564. .author
  31565. Roberto Bisconcini
  31566. .distribution
  31567. Copyrighted but Freely Redistributable
  31568. .aminet-dir
  31569. pix/misc
  31570. .execute
  31571. METATOOL vortix.jpg JPEG
  31572. .docs
  31573. Readme.txt
  31574. vortix.readme
  31575. .described-by
  31576. Richard Fish (rjf@amigalib.com)
  31577. .submittal
  31578. Downloaded via ftp from wuarchive.wustl.edu.
  31579. .stored-in
  31580. FreshFish-Vol10:New/pix/misc/vortix/
  31581. .pi-file
  31582. FreshFish-Vol10:New/pix/misc/vortix/Product-Info
  31583. .name
  31584. Voz-Chess
  31585. .type
  31586. Thinking Game
  31587. .short
  31588. A Chess based puzzle game
  31589. .description
  31590. Some pieces have secretly been placed on a chessboard, but hidden from
  31591. you.  You must deduce their position and identity from the number
  31592. of attacks on each square.
  31593.  
  31594. Lots of options for easy or hard games.
  31595.  
  31596. Runs on the Workbench of all Amigas - detects 1.3 / 2.0 colour schemes.
  31597. .version
  31598. 1.1
  31599. .date
  31600. 1995.06.08
  31601. .author
  31602. Gerry Quinn
  31603. .requirements
  31604. Any Amiga
  31605. .reference
  31606. .distribution
  31607. Copyright but Freely Redistributable
  31608. .address
  31609. 21 Forest Park,
  31610. Flaxmill Lane,
  31611. Drogheda,
  31612. Co. Louth,
  31613. Ireland
  31614. .email
  31615. gerard.f.quinn@dm.rs.ch
  31616. .docs
  31617. Voz-Chess.guide
  31618. .described-by
  31619. GQ
  31620. .submittal
  31621. Submitted on disk directly by the author.
  31622. .aminet-dir
  31623. game/think
  31624. .execute
  31625. LAB Start
  31626. set choice `RequestChoice "Options Selection" "Please select an option" "View Guide" "Run Program" "Cancel"`
  31627. if $choice GT "0"
  31628.   if $choice EQ "1"
  31629.     MetaTool Voz-Chess.guide GUIDE
  31630.   else
  31631.     if $choice EQ "2"
  31632.       Voz-Chess
  31633.     endif
  31634.   endif
  31635.   skip Start BACK
  31636. endif
  31637. .stored-in
  31638. FreshFish-Vol10:New/game/think/Voz-Chess/
  31639. .pi-file
  31640. FreshFish-Vol10:New/game/think/Voz-Chess/Product-Info
  31641. .name
  31642. VT
  31643. .fullname
  31644. Virus Terminator
  31645. .type
  31646. Virus Utility
  31647. .short
  31648. A comprehensive virus utility package.
  31649. .description
  31650. A very good virus checker, however all the documentation is in
  31651. German.
  31652. .version
  31653. 2.75
  31654. .date
  31655. 1995.06.19
  31656. .author
  31657. Heiner Schneegold
  31658. .reference
  31659. FreshFish-Vol9-1:Useful/util/virus/VT/
  31660. 2.70
  31661. FreshFish-Vol8-1:Useful/util/virus/VT/
  31662. 2.68
  31663. FreshFish-Vol8-2:BBS/util/VT-2.68.lha
  31664. 2.68
  31665. GoldFish-Vol2-1:Files/util/virus/VT/
  31666. 2.68
  31667. GoldFish-Vol2-2:BBS/util/VT-2.68.lha
  31668. 2.68
  31669. FreshFish-Vol7:BBS/util/VT-2.68.lha
  31670. 2.68
  31671. FreshFish-Vol7:New/util/virus/VT/
  31672. 2.68
  31673. FreshFish-Vol7:Useful/dist/util/virus/VT/
  31674. 2.68
  31675. FreshFish-Vol6:BBS/util/VT-2.67.lha
  31676. 2.67
  31677. FreshFish-Vol6:New/util/virus/VT/
  31678. 2.67
  31679. FreshFish-Vol6:Useful/dist/util/virus/VT/
  31680. 2.67
  31681. FreshFish-Vol5:BBS/util/VT-2.65.lha
  31682. 2.65
  31683. FreshFish-Vol5:New/util/virus/VT/
  31684. 2.65
  31685. FreshFish-Vol5:Useful/dist/util/virus/VT/
  31686. 2.65
  31687. .described-by
  31688. Dan Fish (daf@daffy.amigalib.com)
  31689. .submittal
  31690. Downloaded from aminet (wuarchive.wustl.edu)
  31691. .execute
  31692. LAB Start
  31693. set choice `RequestChoice "Options Selection" "Please select an option" "View Dok" "Run Program" "Cancel"`
  31694. if $choice GT "0"
  31695.   if $choice EQ "1"
  31696.     set orgdir `cd`
  31697.     set filechoice `RequestFile TITLE "Select Dok File" PATTERN "~(#?.info)" DRAWER "VT.Dokumente"`
  31698.     MetaTool $filechoice TEXT
  31699.     cd $orgdir
  31700.     unset filechoice
  31701.   else
  31702.     if $choice EQ "2"
  31703.       run VT2.75
  31704.     endif
  31705.   endif
  31706.   skip Start BACK
  31707. endif
  31708. .aminet-dir
  31709. util/virus
  31710. .stored-in
  31711. FreshFish-Vol10:New/util/virus/VT/
  31712. .pi-file
  31713. FreshFish-Vol10:New/util/virus/VT/Product-Info
  31714. .name
  31715. VT
  31716. .fullname
  31717. Virus Terminator
  31718. .type
  31719. Virus Utility
  31720. .short
  31721. A comprehensive virus utility package.
  31722. .description
  31723. A very good virus checker, however all the documentation is in
  31724. German.
  31725. .version
  31726. 2.75
  31727. .date
  31728. 1995.06.19
  31729. .author
  31730. Heiner Schneegold
  31731. .reference
  31732. FreshFish-Vol9-1:Useful/util/virus/VT/
  31733. 2.70
  31734. FreshFish-Vol8-1:Useful/util/virus/VT/
  31735. 2.68
  31736. FreshFish-Vol8-2:BBS/util/VT-2.68.lha
  31737. 2.68
  31738. GoldFish-Vol2-1:Files/util/virus/VT/
  31739. 2.68
  31740. GoldFish-Vol2-2:BBS/util/VT-2.68.lha
  31741. 2.68
  31742. FreshFish-Vol7:BBS/util/VT-2.68.lha
  31743. 2.68
  31744. FreshFish-Vol7:New/util/virus/VT/
  31745. 2.68
  31746. FreshFish-Vol7:Useful/dist/util/virus/VT/
  31747. 2.68
  31748. FreshFish-Vol6:BBS/util/VT-2.67.lha
  31749. 2.67
  31750. FreshFish-Vol6:New/util/virus/VT/
  31751. 2.67
  31752. FreshFish-Vol6:Useful/dist/util/virus/VT/
  31753. 2.67
  31754. FreshFish-Vol5:BBS/util/VT-2.65.lha
  31755. 2.65
  31756. FreshFish-Vol5:New/util/virus/VT/
  31757. 2.65
  31758. FreshFish-Vol5:Useful/dist/util/virus/VT/
  31759. 2.65
  31760. .described-by
  31761. Dan Fish (daf@daffy.amigalib.com)
  31762. .submittal
  31763. Downloaded from aminet (wuarchive.wustl.edu)
  31764. .execute
  31765. LAB Start
  31766. set choice `RequestChoice "Options Selection" "Please select an option" "View Dok" "Run Program" "Cancel"`
  31767. if $choice GT "0"
  31768.   if $choice EQ "1"
  31769.     set orgdir `cd`
  31770.     set filechoice `RequestFile TITLE "Select Dok File" PATTERN "~(#?.info)" DRAWER "VT.Dokumente"`
  31771.     MetaTool $filechoice TEXT
  31772.     cd $orgdir
  31773.     unset filechoice
  31774.   else
  31775.     if $choice EQ "2"
  31776.       run VT2.75
  31777.     endif
  31778.   endif
  31779.   skip Start BACK
  31780. endif
  31781. .aminet-dir
  31782. util/virus
  31783. .stored-in
  31784. FreshFish-Vol10:Useful/util/virus/VT/
  31785. .pi-file
  31786. FreshFish-Vol10:Useful/util/virus/VT/Product-Info
  31787. # This file contains product information that can be used by
  31788. # KingFisher 2.0 and other similar tools.
  31789.  
  31790. .name
  31791. WarpC++
  31792. .type
  31793. Editor Utility
  31794. .short
  31795. C++ syntax parser for GoldED
  31796. .description
  31797. GoldED is able to highlight sections of text lines and  thus  increase  the
  31798. overall view. Colors are set using GoldED's syntax configuration requester.
  31799. Typical usage of syntax  highlighting  is  to  have  reserved  words  of  a
  31800. programming  language  highlighted.  Syntax  parsing  is  done  by external
  31801. parsers: the editor is responsible for refreshing the display.  The  syntax
  31802. parser  is  responsible  for  parsing  the  text  and for creating a syntax
  31803. description (thus the highlighting  sheme  depends  on  the  parser).  This
  31804. package contains a C++ syntax parser.
  31805.  
  31806. Performance depends on the graphics  hardware:  a  fast  external  graphics
  31807. board  (e.g. Retina Z3) is required to ensure sufficient performance. Amiga
  31808. chipsets are based on bitplanes and  thus  too  slow.  CPU  speed  is  less
  31809. important; suggested system is a 68030 CPU or better.
  31810. .version
  31811. 1.4
  31812. .author
  31813. Dietmar Eilert
  31814. .requirements
  31815. Requires GoldED 3.0.1+
  31816. .distribution
  31817. Copyrighted, explicit permission required for Redistribution
  31818. .address
  31819. Mies-v-d-Rohe-Str.31,
  31820. 52074 Aachen,
  31821. Germany
  31822. .email
  31823. DIETMAR@TOMATE.TNG.OCHE.DE
  31824. .docs
  31825. Readme
  31826. Licence
  31827. .described-by
  31828. Dan Fish (daf@starfish.amigalib.com)
  31829. .submittal
  31830. Downloaded via ftp from wuarchive.wustl.edu.
  31831. .execute
  31832. LAB Start
  31833. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Install Program" "Cancel"`
  31834. if $choice GT "0"
  31835.   if $choice EQ "1"
  31836.     MetaTool ReadMe TEXT
  31837.   else
  31838.     if $choice EQ "2"
  31839.       Installer Install Match AVERAGE EXPERT
  31840.     endif
  31841.   endif
  31842.   skip Start BACK
  31843. endif
  31844. .aminet-dir
  31845. text/edit
  31846. .stored-in
  31847. FreshFish-Vol10:New/text/edit/WarpC++/
  31848. .pi-file
  31849. FreshFish-Vol10:New/text/edit/WarpC++/Product-Info
  31850. # This file contains product information that can be used by
  31851. # KingFisher 2.0 and other similar tools.
  31852.  
  31853. .name
  31854. WarpMOD
  31855. .type
  31856. Editor Utility
  31857. .short
  31858. Modula/Oberon syntax parser for GoldED
  31859. .description
  31860. GoldED is able to highlight sections of text lines and  thus  increase  the
  31861. overall view. Colors are set using GoldED's syntax configuration requester.
  31862. Typical usage of syntax  highlighting  is  to  have  reserved  words  of  a
  31863. programming  language  highlighted.  Syntax  parsing  is  done  by external
  31864. parsers: the editor is responsible for refreshing the display.  The  syntax
  31865. parser  is  responsible  for  parsing  the  text  and for creating a syntax
  31866. description (thus the highlighting  sheme  depends  on  the  parser).  This
  31867. package contains a Modula/Oberon syntax parser.
  31868.  
  31869. Performance depends on the graphics  hardware:  a  fast  external  graphics
  31870. board  (e.g. Retina Z3) is required to ensure sufficient performance. Amiga
  31871. chipsets are based on bitplanes and  thus  too  slow.  CPU  speed  is  less
  31872. important; suggested system is a 68030 CPU or better.
  31873. .version
  31874. 1.3
  31875. .author
  31876. Dietmar Eilert
  31877. .requirements
  31878. Requires GoldED 3.0.1+
  31879. .distribution
  31880. Copyrighted, explicit permission required for Redistribution
  31881. .address
  31882. Mies-v-d-Rohe-Str.31,
  31883. 52074 Aachen,
  31884. Germany
  31885. .email
  31886. DIETMAR@TOMATE.TNG.OCHE.DE
  31887. .docs
  31888. Readme
  31889. Licence
  31890. .described-by
  31891. Dan Fish (daf@starfish.amigalib.com)
  31892. .submittal
  31893. Downloaded via ftp from wuarchive.wustl.edu.
  31894. .execute
  31895. LAB Start
  31896. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Install Program" "Cancel"`
  31897. if $choice GT "0"
  31898.   if $choice EQ "1"
  31899.     MetaTool ReadMe TEXT
  31900.   else
  31901.     if $choice EQ "2"
  31902.       Installer Install Match AVERAGE EXPERT
  31903.     endif
  31904.   endif
  31905.   skip Start BACK
  31906. endif
  31907. .aminet-dir
  31908. text/edit
  31909. .stored-in
  31910. FreshFish-Vol10:New/text/edit/WarpMOD/
  31911. .pi-file
  31912. FreshFish-Vol10:New/text/edit/WarpMOD/Product-Info
  31913. .name
  31914. Watergirl
  31915. .type
  31916. Picture
  31917. .short
  31918. Amazing Picture by JCS/Neoplasia^Sector7
  31919. .description
  31920. Amazing Picture by JCS/Neoplasia^Sector7
  31921. .author
  31922. JCS/Neoplasia^Sector7
  31923. .distribution
  31924. Copyrighted but Freely Redistributable
  31925. .aminet-dir
  31926. pix/misc
  31927. .execute
  31928. METATOOL JCS_Watergirl.IFF ILBM
  31929. .docs
  31930. Watergirl.readme
  31931. .described-by
  31932. Richard Fish (rjf@amigalib.com)
  31933. .submittal
  31934. Downloaded via ftp from wuarchive.wustl.edu.
  31935. .stored-in
  31936. FreshFish-Vol10:New/pix/misc/Watergirl/
  31937. .pi-file
  31938. FreshFish-Vol10:New/pix/misc/Watergirl/Product-Info
  31939. .name
  31940. waterman
  31941. .type
  31942. Picture
  31943. .short
  31944. Fantasy JPEG picture - 800 x 600.
  31945. .description
  31946. This is a nice picture I created some time ago on my Amiga 4000/040.
  31947. If you like it and/or want to contact me for any reasons, feel free
  31948. to do so at the address quoted above, or by phone at : +39-2-76110695.
  31949.  
  31950. Enjoy...
  31951. .author
  31952. Roberto Bisconcini
  31953. .distribution
  31954. Copyrighted but Freely Redistributable
  31955. .aminet-dir
  31956. pix/misc
  31957. .execute
  31958. METATOOL waterman.jpg JPEG
  31959. .docs
  31960. Readme.txt
  31961. waterman.readme
  31962. .described-by
  31963. Richard Fish (rjf@amigalib.com)
  31964. .submittal
  31965. Downloaded via ftp from wuarchive.wustl.edu.
  31966. .stored-in
  31967. FreshFish-Vol10:New/pix/misc/waterman/
  31968. .pi-file
  31969. FreshFish-Vol10:New/pix/misc/waterman/Product-Info
  31970. .name
  31971. WBRun
  31972. .short
  31973. Run detached programs in WB mode via CLI
  31974. .description
  31975. A RunBack style program that runs other programs in WB mode from any
  31976. CLI.  Programs are fully detached.  The program you run must support
  31977. WB startup.
  31978. .version
  31979. 2.2
  31980. .author
  31981. Sylvain Rougier
  31982. Pierre Carrette
  31983. .described-by
  31984. Fred Fish (fnf@amigalib.com)
  31985. .execute
  31986. LAB start
  31987. set choice `RequestChoice "WBRun" "Please select an option" "Documentation" "Cancel"`
  31988. if $choice GT "0"
  31989.   if $choice EQ "1"
  31990.     MetaTool WBRun.doc TEXT
  31991.   endif
  31992.   skip start BACK
  31993. endif
  31994. .aminet-dir
  31995. util/cli
  31996. .stored-in
  31997. FreshFish-Vol10:Useful/util/cli/WBRun/
  31998. .pi-file
  31999. FreshFish-Vol10:Useful/util/cli/WBRun/Product-Info
  32000. .name
  32001. WBStartup+
  32002. .type
  32003. Workbench Tool
  32004. .short
  32005. Provides more control over WBStartup
  32006. .description
  32007. WBStartup+ does the following:
  32008.  
  32009. o  Lets you choose the order in which the startup programs run.
  32010. o  Lets you enable and disable the running of each program quickly.
  32011. o  Allows you to have access to Workbench while all of your
  32012.    startup programs are being loaded.
  32013. .version
  32014. 1.1
  32015. .date
  32016. 1995.07.16
  32017. .author
  32018. John Hughes
  32019. .requirements
  32020. OS3.0+
  32021. .distribution
  32022. Cardware
  32023. .address
  32024. 901 Highview Rd.
  32025. East Peoria, IL 61611 USA
  32026. .email
  32027. johughes@heartland.bradley.edu
  32028. .docs
  32029. WBStartup+.guide
  32030. .described-by
  32031. Richard Fish (rjf@amigalib.com)
  32032. .submittal
  32033. Downloaded via ftp from wuarchive.wustl.edu.
  32034. .aminet-dir
  32035. util/wb
  32036. .execute
  32037. LAB Start
  32038. set choice `RequestChoice "Options Selection" "Please select an option" "View Guide" "Install Program" "Cancel"`
  32039. if $choice GT "0"
  32040.   if $choice EQ "1"
  32041.     MetaTool WBStartup+.guide GUIDE
  32042.   else
  32043.     if $choice EQ "2"
  32044.       Installer Install WBStartup+ EXPERT EXPERT
  32045.     endif
  32046.   endif
  32047.   skip Start BACK
  32048. endif
  32049. .stored-in
  32050. FreshFish-Vol10:New/util/wb/WBStartup+/
  32051. .pi-file
  32052. FreshFish-Vol10:New/util/wb/WBStartup+/Product-Info
  32053. .name
  32054. wdiff
  32055. .type
  32056. Text Processing
  32057. .short
  32058. Display word diffs between text files.
  32059. .description
  32060. `wdiff' is a front-end to GNU `diff'.  It compares two files, finding
  32061. which words have been deleted or added to the first in order to create
  32062. the second.  It has many output formats and interacts well with
  32063. terminals and pagers (notably with `less').  `wdiff' is particularily
  32064. useful when two texts differ only by a few words and paragraphs have
  32065. been refilled.
  32066. .version
  32067. 0.5
  32068. .date
  32069. 1994.11.05
  32070. .author
  32071. Francois Pinard
  32072. .distribution
  32073. GNU Public License
  32074. .email
  32075. pinard@iro.umontreal.ca
  32076. .source
  32077. Includes source in C.
  32078. .described-by
  32079. Fred Fish (fnf@amigalib.com)
  32080. .submittal
  32081. Downloaded via ftp from prep.ai.mit.edu:pub/gnu
  32082. .aminet-dir
  32083. gnu/src
  32084. .stored-in
  32085. FreshFish-Vol10:GNU-src/amiga/wdiff-0.5-src.lha
  32086. .pi-file
  32087. FreshFish-Vol10:GNU-src/amiga/wdiff-0.5-src.lha.pi
  32088. .name
  32089. wdiff
  32090. .type
  32091. Text Processing
  32092. .short
  32093. Display word diffs between text files.
  32094. .description
  32095. `wdiff' is a front-end to GNU `diff'.  It compares two files, finding
  32096. which words have been deleted or added to the first in order to create
  32097. the second.  It has many output formats and interacts well with
  32098. terminals and pagers (notably with `less').  `wdiff' is particularily
  32099. useful when two texts differ only by a few words and paragraphs have
  32100. been refilled.
  32101. .version
  32102. 0.5
  32103. .date
  32104. 1994.11.05
  32105. .author
  32106. Francois Pinard
  32107. .distribution
  32108. GNU Public License
  32109. .email
  32110. pinard@iro.umontreal.ca
  32111. .source
  32112. Includes source in C.
  32113. .described-by
  32114. Fred Fish (fnf@amigalib.com)
  32115. .submittal
  32116. Downloaded via ftp from prep.ai.mit.edu:pub/gnu
  32117. .aminet-dir
  32118. gnu/base
  32119. .stored-in
  32120. FreshFish-Vol10:GNU-src/baseline/wdiff-0.5.tar.gz
  32121. .pi-file
  32122. FreshFish-Vol10:GNU-src/baseline/wdiff-0.5.tar.gz.pi
  32123. .name
  32124. WhatIs
  32125. .author
  32126. Sylvain Rougier
  32127. Pierre Carrette
  32128. .version
  32129. 3.5
  32130. .reference
  32131. AmigaLibDisk843:WhatIs/
  32132. 3.5
  32133. AmigaLibDisk417:WhatIs/
  32134. 2.0
  32135. AmigaLibDisk334:WhatIs/
  32136. 1.2a
  32137. .description
  32138. WhatIs.library can detect file types and is fully parametrable by an
  32139. ascii file.  You can describe file types and they will be recognized
  32140. by the library.  A few tools are also included.
  32141. .described-by
  32142. Automatically generated from Contents file by c2pi program.
  32143. .short
  32144. Can detect file types
  32145. .execute
  32146. LAB start
  32147. set choice `RequestChoice "WhatIs" "Please select an option" "Documentation" "Cancel"`
  32148. if $choice GT "0"
  32149.   if $choice EQ "1"
  32150.     MetaTool WhatIsLibrary.doc TEXT
  32151.   endif
  32152.   skip start BACK
  32153. endif
  32154. .aminet-dir
  32155. util/cli
  32156. .stored-in
  32157. FreshFish-Vol10:Useful/util/cli/WhatIs/
  32158. .pi-file
  32159. FreshFish-Vol10:Useful/util/cli/WhatIs/Product-Info
  32160. .name
  32161. Where_K
  32162. .type
  32163. OS Utility
  32164. .short
  32165. Flexible file utilitiy
  32166. .description
  32167. Where_k is the utility that tries to put almost everything you use at your
  32168. fingertips.
  32169.  
  32170. It plays music, sounds, shows pictures, reads text, alters task priorities,
  32171. launches programs, changes icons, catalogs disks, reads memory locations,
  32172. copies files, formats disks, creates file notes, reads library version numbers,
  32173. talks, displays an incredible amount of information, executes scripts, creates
  32174. files from directories, drops to the back to get out of your way, renames files,
  32175. locks devices, unarcs lha files, runs ed, shows ascii codes, has a screen blanker,
  32176. allows you to select a program to load upon booting, makes directories, runs
  32177. multiview, allows you to select programs such as the music player, sound player,
  32178. picture viewer, and text reader which the program will use as its' default.
  32179.  
  32180. There is much more to where_k as you will see as you read on. The above
  32181. description if far from complete.
  32182. .version
  32183. 1995A
  32184. .date
  32185. 1995.3.1
  32186. .author
  32187. Kenneth J. McCormick
  32188. .requirements
  32189. WB3.0+
  32190. 3.5 to 4 Mb of RAM
  32191. Narrator.device to use TALK.
  32192. .distribution
  32193. Copyrighted but Freely Redistributable
  32194. .docs
  32195. Where_K.guide
  32196. .described-by
  32197. Richard Fish (rjf@amigalib.com)
  32198. .submittal
  32199. Submitted on disk directly by the author.
  32200. .aminet-dir
  32201. util/misc
  32202. .execute
  32203. set choice `RequestChoice "Options Selection" "Please select an option" "View Guide" "Run Program" "Cancel"`
  32204. if $choice GT "0"
  32205.   if $choice EQ "1"
  32206.     MetaTool Where_K.guide GUIDE
  32207.   endif
  32208. endif
  32209. .stored-in
  32210. FreshFish-Vol10:New/util/misc/Where_K/
  32211. .pi-file
  32212. FreshFish-Vol10:New/util/misc/Where_K/Product-Info
  32213. .name
  32214. WinKills
  32215. .type
  32216. Picture
  32217. .short
  32218. A little Windoze gag by LaGuardia!
  32219. .description
  32220. Something I made some time ago, while testing my digtizer...
  32221. Note that the Windoze picture is not a grab, I drawn it by myself
  32222. (except for the leaves pattern, of course!) ;-)
  32223. .author
  32224. Alberto D'Urso
  32225. .distribution
  32226. Copyrighted but Freely Redistributable
  32227. .email
  32228. a.durso@agora.stm.it
  32229. .aminet-dir
  32230. pix/misc
  32231. .execute
  32232. METATOOL WindozeKills.jpg JPEG
  32233. .docs
  32234. WindozeKills.readme
  32235. WinKills.readme
  32236. .described-by
  32237. Richard Fish (rjf@amigalib.com)
  32238. .submittal
  32239. Downloaded via ftp from wuarchive.wustl.edu.
  32240. .stored-in
  32241. FreshFish-Vol10:New/pix/misc/WinKills/
  32242. .pi-file
  32243. FreshFish-Vol10:New/pix/misc/WinKills/Product-Info
  32244. .name
  32245. Words
  32246. .fullname
  32247. Words
  32248. .type
  32249. Editor Utility
  32250. .short
  32251. Spell checking package for GoldED
  32252. .description
  32253. Words is a ready-to-use spell checking package for the editor GoldED. German
  32254. & English dictionaries, a spell checker (ISpell) and a GoldED API interface
  32255. (SpellIT) are included.
  32256. .version
  32257. 2.3
  32258. .date
  32259. 1995.6.15
  32260. .author
  32261. Heinz Knutzen (dictionaries)
  32262. Martin Schulz (dictionaries)
  32263. Loren J. Rittle (ISpell)
  32264. Dietmar Eilert (SpellIT)
  32265. .restrictions
  32266. none
  32267. .reference
  32268. FreshFish-Vol9-2:BBS/text/Words-2.2.lha
  32269. 2.2
  32270. FreshFish-Vol9-1:New/text/edit/Words/
  32271. 2.2
  32272. .requirements
  32273. GoldED 2+, Installer
  32274. .distribution
  32275. Restricted Freeware
  32276. .email
  32277. DIETMAR@TOMATE.TNG.OCHE.DE
  32278. .address
  32279. Kampstraße 28
  32280. D-59269 Beckum
  32281. Germany
  32282. .exectype
  32283. 68xxx
  32284. .installsize
  32285. 1.8 MB
  32286. .source
  32287. C source code included
  32288. .construction
  32289. DICE 2.07.54R
  32290. .described-by
  32291. Dietmar Eilert (DIETMAR@TOMATE.TNG.OCHE.DE)
  32292. .submittal
  32293. Downloaded via ftp from wuarchive.wustl.edu.
  32294. .execute
  32295. LAB Start
  32296. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Install Program" "Cancel"`
  32297. if $choice GT "0"
  32298.   if $choice EQ "1"
  32299.     MetaTool Readme/Readme TEXT
  32300.   else
  32301.     if $choice EQ "2"
  32302.       Installer Install Ispell Database AVERAGE AVERAGE
  32303.     endif
  32304.   endif
  32305.   skip Start BACK
  32306. endif
  32307. .aminet-dir
  32308. text/edit
  32309. .stored-in
  32310. FreshFish-Vol10:New/text/edit/Words/
  32311. .pi-file
  32312. FreshFish-Vol10:New/text/edit/Words/Product-Info
  32313. .name
  32314. WrapGuide
  32315. .aminet-dir
  32316. text/hyper
  32317. .short
  32318. Wrap AmigaGuide lines to given column
  32319. .description
  32320. Converts AmigaGuide files that use Kickstart 3+ style long lines for
  32321. wrapped paragraphs so that Kickstart 2 compatible AmigaGuide won't
  32322. crash.  The column where the wrapping takes place is definable at the
  32323. command line.  The conversion happens in-place, so that this tool can
  32324. serve for floppy installations, too.  Now you can write ALL your
  32325. .guide files with KS3 features and convert them with WrapGuide only if
  32326. necessary.
  32327. .version
  32328. 1.1
  32329. .author
  32330. Udo Schuermann
  32331. .execute
  32332. LAB start
  32333. set choice `RequestChoice "WrapGuide" "Please select an option" "Documentation" "View Guide" "View Source" "Cancel"`
  32334. if $choice GT "0"
  32335.   if $choice EQ "1"
  32336.     MetaTool WrapGuide.doc TEXT
  32337.   else
  32338.     if $choice EQ "2"
  32339.       MetaTool WrapGuide-Demo.guide GUIDE
  32340.     else
  32341.       if $choice EQ "3"
  32342.         MetaTool WrapGuide.c SOURCE
  32343.       endif
  32344.     endif
  32345.   endif
  32346.   skip start BACK
  32347. endif
  32348. .stored-in
  32349. FreshFish-Vol10:New/text/hyper/WrapGuide/
  32350. .pi-file
  32351. FreshFish-Vol10:New/text/hyper/WrapGuide/Product-Info
  32352. .name
  32353. WrapGuide
  32354. .aminet-dir
  32355. text/hyper
  32356. .short
  32357. Wrap AmigaGuide lines to given column
  32358. .description
  32359. Converts AmigaGuide files that use Kickstart 3+ style long lines for
  32360. wrapped paragraphs so that Kickstart 2 compatible AmigaGuide won't
  32361. crash.  The column where the wrapping takes place is definable at the
  32362. command line.  The conversion happens in-place, so that this tool can
  32363. serve for floppy installations, too.  Now you can write ALL your
  32364. .guide files with KS3 features and convert them with WrapGuide only if
  32365. necessary.
  32366. .version
  32367. 1.1
  32368. .author
  32369. Udo Schuermann
  32370. .execute
  32371. LAB start
  32372. set choice `RequestChoice "WrapGuide" "Please select an option" "Documentation" "View Guide" "View Source" "Cancel"`
  32373. if $choice GT "0"
  32374.   if $choice EQ "1"
  32375.     MetaTool WrapGuide.doc TEXT
  32376.   else
  32377.     if $choice EQ "2"
  32378.       MetaTool WrapGuide-Demo.guide GUIDE
  32379.     else
  32380.       if $choice EQ "3"
  32381.         MetaTool WrapGuide.c SOURCE
  32382.       endif
  32383.     endif
  32384.   endif
  32385.   skip start BACK
  32386. endif
  32387. .stored-in
  32388. FreshFish-Vol10:Useful/text/hyper/WrapGuide/
  32389. .pi-file
  32390. FreshFish-Vol10:Useful/text/hyper/WrapGuide/Product-Info
  32391. .name
  32392. Xoper
  32393. .type
  32394. OS Utility
  32395. .short
  32396. Monitor and control system activity
  32397. .description
  32398. Very comprehensive program to monitor and control system activity.
  32399. Monitor cpu, memory usage, ports, interrupts, devices.  Close windows,
  32400. screens, show loaded fonts or last Guru code number.  Clean up memory,
  32401. flush unused libraries, devices, fonts. etc. and a whole bunch more!
  32402. Spawns its own process.  A very handy background task to have loaded.
  32403. .version
  32404. 2.5
  32405. .date
  32406. 1995.02.02
  32407. .author
  32408. Werner Gunther
  32409. .reference
  32410. AmigaLibDisk318:Xoper/
  32411. 2.2
  32412. AmigaLibDisk274:Xoper/
  32413. 2.0
  32414. AmigaLibDisk228:Xoper/
  32415. 1.3
  32416. AmigaLibDisk171:Xoper/
  32417. 1.2
  32418. .distribution
  32419. Copyrighted but Freely Redistributable
  32420. .email
  32421. x41@sun0.urz.uni-heidelberg.de
  32422. .source
  32423. Assembly source included.
  32424. .docs
  32425. Xoper.readme
  32426. Xoper.doc
  32427. .described-by
  32428. Fred Fish (fnf@fishpond.cygnus.com)
  32429. .submittal
  32430. Downloaded via ftp from wuarchive.wustl.edu.
  32431. .execute
  32432. LAB start
  32433. set choice `RequestChoice "XOper" "Please select an option" "View Guide" "Run" "Cancel"`
  32434. if $choice GT "0"
  32435.   if $choice EQ "1"
  32436.     MetaTool Xoper.guide GUIDE
  32437.   else
  32438.     WBRun Xoper
  32439.   endif
  32440.   skip start BACK
  32441. endif
  32442. .aminet-dir
  32443. util/moni
  32444. .stored-in
  32445. FreshFish-Vol10:Useful/util/moni/Xoper/
  32446. .pi-file
  32447. FreshFish-Vol10:Useful/util/moni/Xoper/Product-Info
  32448. # This file contains product information that can be used by
  32449. # KingFisher 2.0 and other similar tools.
  32450.  
  32451. .name
  32452. Yak
  32453. .type
  32454. Workbench Tool
  32455. .short
  32456. A multipurpose commodity
  32457. .description
  32458.  
  32459. Yak stands for "Yet Another Kommodity" and is a mouse/window manipulation
  32460. program along the same lines as DMouse, MightyMouse etc.
  32461.  
  32462. Yak has the following features:
  32463.  
  32464.         o AutoPoint (sunmouse) that only activates when mouse stops
  32465.           can also specify which screens to include/exclude.
  32466.           (Compatible with popup-menu type programs)
  32467.  
  32468.         o AutoPop windows (bring them to front) when they're
  32469.           auto-activated;
  32470.  
  32471.         o KeyActivate windows (when key pressed);
  32472.  
  32473.         o Activate windows when menu button pressed;
  32474.  
  32475.         o Click windows to front or back; may also specify which
  32476.           screens/windows to include/exclude.
  32477.  
  32478.         o Cycle screens with mouse;
  32479.  
  32480.         o Mouse and Screen blanking (hotkey blanking too);
  32481.  
  32482.         o Extensible hotkey system (like FKey's) with actions to:
  32483.  
  32484.                 Execute a CLI Command or an ARexx script;
  32485.                 Insert text (with embedded hotkeys);
  32486.                 Insert date (in custom format if locale present);
  32487.                 Close/Zip/Shrink/Enlarge windows;
  32488.                 Move/Cycle screens and windows;
  32489.                 Activate Workbench;
  32490.                 Blank display;
  32491.                 Pop up a palette on front screen (needs reqtools);
  32492.                 Menu shortcut
  32493.  
  32494.         o KeyClick with adjustable volume;
  32495.  
  32496.         o No Click option (for drives).
  32497.  
  32498.         o Wildstar option (like StarBurst) lets you use '*' as wildcard.
  32499.  
  32500.         o Optional on-screen AppIcon to bring up preferences window.
  32501.  
  32502. Look  familiar?  It's a combination of the AutoPoint, ClickToFront, Blanker
  32503. and  IHelp/FKey  standard  commodities  (on the Extras disk) with a hint of
  32504. KCommodity and DMouse thrown in.
  32505.  
  32506. Fully localized when running OS 2.1 or more!
  32507.  
  32508. And  it's  quite  small!
  32509. .version
  32510. 2.03
  32511. .date
  32512. 1995.08.01
  32513. .author
  32514. Gaël Marziou
  32515. Philippe Bastiani
  32516. .requirements
  32517. Requires OS2.04+, Localization requires OS2.1+, some features
  32518. require OS3.0+
  32519. .reference
  32520. FreshFish-Vol9-1:New/util/cdity/Yak/
  32521. 2.0ß8
  32522. FreshFish-Vol9-2:BBS/util/Yak-2.08.lha
  32523. 2.0ß8
  32524. FreshFish-Vol8-1:New/util/cdity/Yak/
  32525. 1.60
  32526. FreshFish-Vol8-2:BBS/util/Yak-1.60.lha
  32527. 1.60
  32528. GoldFish-Vol2-1:Files/util/cdity/Yak/
  32529. 1.60
  32530. GoldFish-Vol2-2:BBS/util/Yak-1.60.lha
  32531. 1.60
  32532. FreshFish-Jul94/New/util/cdity/Yak/
  32533. 1.59
  32534. GoldFish2-Apr94/d9xx/d971/Yak/
  32535. 1.57
  32536. GoldFish1-Apr94/BBS/d9xx/d971/Yak.lha
  32537. 1.57
  32538. FrozenFish-Apr94/BBS/ALib/d9xx/d971/Yak.lha
  32539. 1.57
  32540. FreshFish-Mar94/New/AmigaLibDisks/Disk971/Yak/
  32541. 1.57
  32542. AmigaLibDisk971:Yak/
  32543. 1.57
  32544. FrozenFish-Apr94/BBS/Dec93/os20/cdity/Yak.lha
  32545. 1.55
  32546. FreshFish-Mar94/Old/Dec93/os20/cdity/Yak/
  32547. 1.55
  32548. FreshFish-Dec93/New/os20/cdity/Yak/
  32549. 1.55
  32550. GoldFish2-Apr94/d9xx/d912/Yak/
  32551. 1.52
  32552. GoldFish1-Apr94/BBS/d9xx/d912/Yak.lha
  32553. 1.52
  32554. FrozenFish-Apr94/BBS/ALib/d9xx/d912/Yak.lha
  32555. 1.52
  32556. FreshFish-Oct93/New/AmigaLibDisks/Disk912/Yak/
  32557. 1.52
  32558. FreshFish-Dec93/Old/AmigaLibDisks/Disks900-919/Disk912/Yak/
  32559. 1.52
  32560. AmigaLibDisk912:Yak/
  32561. 1.52
  32562. GoldFish2-Apr94/d7xx/d782/Yak/
  32563.  1.2
  32564. GoldFish1-Apr94/BBS/d7xx/d782/Yak.lha
  32565.  1.2
  32566. FrozenFish-Apr94/BBS/ALib/d7xx/d782/Yak.lha
  32567.  1.2
  32568. FreshFish-Oct93/Old/AmigaLibDisks/Disks780-799/Disk782/Yak/
  32569.  1.2
  32570. AmigaLibDisk782:Yak/
  32571.  1.2
  32572. GoldFish2-Apr94/d7xx/d753/Yak/
  32573.  1.0
  32574. GoldFish1-Apr94/BBS/d7xx/d753/Yak.lha
  32575.  1.0
  32576. FrozenFish-Apr94/BBS/ALib/d7xx/d753/Yak.lha
  32577.  1.0
  32578. FreshFish-Oct93/Old/AmigaLibDisks/Disks740-759/Disk753/Yak/
  32579.  1.0
  32580. AmigaLibDisk753:Yak/
  32581.  1.0
  32582. .distribution
  32583. Freeware
  32584. .address
  32585. Gaël Marziou
  32586. Cidex 103
  32587. 38920 CROLLES
  32588. FRANCE
  32589. Philippe Bastiani
  32590. 7 Boulevard Ricard
  32591. 13003 MARSEILLE
  32592. FRANCE
  32593. .email
  32594. Gael_Marziou@grenoble.hp.com
  32595. .docs
  32596. ReadMe.1st
  32597. Docs/English/Yak.guide
  32598. Docs/Français/Yak.guide
  32599. .described-by
  32600. Richard Fish (rjf@amigalib.com)
  32601. .submittal
  32602. Downloaded via ftp from aminet (wuarchive.wustl.edu).
  32603. .aminet-dir
  32604. util/cdity
  32605. .execute
  32606. LAB Start
  32607. set choice `RequestChoice "Options Selection" "Please select an option" "Readme 1st" "View Guide" "Install Program" "Run Program" "Cancel"`
  32608. if $choice GT "0"
  32609.   if $choice EQ "1"
  32610.     MetaTool ReadMe.1st TEXT
  32611.   else
  32612.     if $choice EQ "2"
  32613.       set choice2 `RequestChoice "Language Selection" "Please select a language" "English" "Français" "Cancel"`
  32614.       if $choice2 GT "0"
  32615.         if $choice2 EQ "1"
  32616.           cd Docs/English
  32617.           MetaTool Yak.guide GUIDE
  32618.           cd //
  32619.         else
  32620.           if $choice2 EQ "2"
  32621.             cd Docs/Français
  32622.             MetaTool Yak.guide GUIDE
  32623.             cd //
  32624.           endif
  32625.         endif
  32626.       endif
  32627.     else
  32628.       if $choice EQ "3"
  32629.         cd Installation
  32630.         set choice2 `RequestChoice "Language Selection" "Please select a language" "English" "Français" "Dansk" "Deutsch" "More" "Cancel"`
  32631.         if $choice2 GT "0"
  32632.           if $choice2 EQ "1"
  32633.             INSTALLER "Install Yak" Yak AVERAGE Language english
  32634.           else
  32635.             if $choice2 EQ "2"
  32636.               INSTALLER "Install Yak" Yak AVERAGE Language français
  32637.             else
  32638.               if $choice2 EQ "3"
  32639.                 INSTALLER "Install Yak" Yak AVERAGE Language dansk
  32640.               else
  32641.                 if $choice2 EQ "4"
  32642.                   INSTALLER "Install Yak" Yak AVERAGE Language deutsch
  32643.                 else
  32644.                   if $choice2 EQ "5"
  32645.                     set choice3 `RequestChoice "Language Selection" "Please select a language" "Italiano" "Nederlands" "Suomi" "Svenska" "Cancel"`
  32646.                     if $choice3 GT "0"
  32647.                       if $choice3 EQ "1"
  32648.                         INSTALLER "Install Yak" Yak AVERAGE Language italiano
  32649.                       else
  32650.                         if $choice3 EQ "2"
  32651.                           INSTALLER "Install Yak" Yak AVERAGE Language nederlands
  32652.                         else
  32653.                           if $choice3 EQ "3"
  32654.                             INSTALLER "Install Yak" Yak AVERAGE Language suomi
  32655.                           else
  32656.                             if $choice3 EQ "4"
  32657.                               INSTALLER "Install Yak" Yak AVERAGE Language svenska
  32658.                             endif
  32659.                           endif
  32660.                         endif
  32661.                       endif
  32662.                     endif
  32663.                     unset choice3
  32664.                   endif
  32665.                 endif
  32666.               endif
  32667.             endif
  32668.           endif
  32669.         endif
  32670.         unset choice2
  32671.         cd /
  32672.       else
  32673.         if $choice EQ "4"
  32674.           assign env: Env/ ADD
  32675.           assign libs: Libs/ ADD
  32676.           assign Prefs: Prefs/ ADD
  32677.           assign SYS: "" ADD
  32678.           wbrun WBStartup/YAK
  32679.           Prefs/Yak
  32680.         endif
  32681.       endif
  32682.     endif
  32683.   endif
  32684.   skip Start BACK
  32685. endif
  32686. .stored-in
  32687. FreshFish-Vol10:New/util/cdity/Yak/
  32688. .pi-file
  32689. FreshFish-Vol10:New/util/cdity/Yak/Product-Info
  32690. # This file contains product information that can be used by
  32691. # KingFisher 2.0 and other similar tools.
  32692.  
  32693. .name
  32694. YourFault
  32695. .type
  32696. OS Utility
  32697. .short
  32698. Replace system error strings - fun!
  32699. .description
  32700. YourFault is a small hack that lets you change the error messages returned
  32701. by the system. You can replace each and every one with your own message.
  32702. For example instead of
  32703.  
  32704.      "Not a DOS disk"
  32705.  
  32706. you could replace it with
  32707.  
  32708.      "Banana in drive"
  32709. .version
  32710. 1.4
  32711. .date
  32712. 1995.06.15
  32713. .author
  32714. Lee Kindness
  32715. .requirements
  32716. Requires OS2.x
  32717. .distribution
  32718. Freeware
  32719. .address
  32720. 8 Craigmarn Road
  32721. Portlethen Village
  32722. Aberdeen
  32723. AB1 4QR
  32724. SCOTLAND
  32725. .email
  32726. cs1lk@sal.scms.rgu.ac.uk
  32727. cs2lk@sal.scms.rgu.ac.uk
  32728. .source
  32729. Includes C source
  32730. .docs
  32731. YourFault.readme
  32732. YourFault.guide
  32733. Wangi.txt
  32734. .described-by
  32735. Dan Fish (daf@starfish.amigalib.com)
  32736. .submittal
  32737. Downloaded via ftp from wuarchive.wustl.edu.
  32738. .execute
  32739. LAB Start
  32740. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
  32741. if $choice GT "0"
  32742.   if $choice EQ "1"
  32743.     MetaTool YourFault.readme TEXT
  32744.   else
  32745.     if $choice EQ "2"
  32746.       MetaTool YourFault.guide GUIDE
  32747.     else
  32748.       if $choice EQ "3"
  32749.         Installer Install_YourFault YourFault
  32750.       else
  32751.         if $choice EQ "4"
  32752.           run >nil: YourFault FROM=FaultStrings
  32753.         endif
  32754.       endif
  32755.     endif
  32756.   endif
  32757.   skip Start BACK
  32758. endif
  32759. .aminet-dir
  32760. util/boot
  32761. .stored-in
  32762. FreshFish-Vol10:New/util/boot/YourFault/
  32763. .pi-file
  32764. FreshFish-Vol10:New/util/boot/YourFault/Product-Info
  32765. .name
  32766. ZGIFDataType
  32767. .type
  32768. Datatype
  32769. .aminet-dir
  32770. util/dtype
  32771. .short
  32772. Fast datatype for displaying GIF files.
  32773. .description
  32774. A very fast GIF Datatype
  32775.  
  32776.  Main features:
  32777.  
  32778.     o    SPEED.  Try it, after using this you wont want to be without it!
  32779.     o    Supports most gifs (only some esoteric, and mostly unused features
  32780.         of the GIF8?a standard have been ignored)
  32781.     o    Uses async file reading for greater performance - on an A1200 will
  32782.     load a picture the same speed off of floppy as off of hard drive!
  32783.     o    100% Assembly language, very optimised.
  32784.     o    Custom chunky to planar conversion, that is reasonably fast
  32785.         (a version using WritePixelLine8() runs about 50% the speed of
  32786.         this version)
  32787.     o    Now works with all 68000 series CPU's (i hope)
  32788.     o    Now supports transparent gifs ('copy' a transparent gif from
  32789.         multiview and then paste it as a bruch in DPaint - NEAT eh?)
  32790.     o    Its FREE! (this is of course the best bit)
  32791.  
  32792.  
  32793. Main limitations: (hey, its not _perfect_ after all)
  32794.  
  32795.     o    OM_WRITE BOOPSI method not yet implemented.  Expect this in a future
  32796.         release.
  32797.     o    Only decodes pictures with a global colour table.  Most gif loaders
  32798.         do the same, and most writers write them.
  32799.     o    Ignores any local colour tables (but still decodes picture).  Could
  32800.         lead to a bad palette.
  32801. .version
  32802. 39.16
  32803. .author
  32804. Michael Zucchi
  32805. .requirements
  32806. OS 3.x
  32807. .reference
  32808. FreshFish-Vol9-1:Useful/util/dtype/ZGIFDataType/
  32809. 39.13
  32810. FreshFish-Vol8-1:New/util/dtype/ZGIFDataType/
  32811. 39.7
  32812. FreshFish-Vol1:New/OS30/ZGIFDataType/
  32813. 39.3
  32814. .distribution
  32815. Freeware
  32816. .email
  32817. zucchi@zedzone.apana.org.au (at home)
  32818. zucchi@box.apana.org.au
  32819. 9107047w@lux.levels.unisa.edu.au (till end of '95) (at work)
  32820. .address
  32821. PO box 824
  32822. Waikerie SA 5330    <- SA = South Australia
  32823. .docs
  32824. ZGIFDataType.Doc
  32825. .described-by
  32826. Dan Fish (daf@daffy.amigalib.com)
  32827. .submittal
  32828. Downloaded via ftp from wuarchive.wustl.edu.
  32829. .execute
  32830. LAB Start
  32831. set choice `RequestChoice "ZGIF DataType" "Please select an option" "View ReadMe" "View Guide" "Cancel"`
  32832. if $choice GT "0"
  32833.   if $choice EQ "1"
  32834.     MetaTool ZGIFDT39.16.readme TEXT
  32835.   else
  32836.     if $choice EQ "2"
  32837.       MetaTool ZGIFDatatype.Doc TEXT
  32838.     endif
  32839.   endif
  32840.   skip Start BACK
  32841. endif
  32842. .stored-in
  32843. FreshFish-Vol10:New/util/dtype/ZGIFDataType/
  32844. .pi-file
  32845. FreshFish-Vol10:New/util/dtype/ZGIFDataType/Product-Info
  32846. .name
  32847. ZGIFDataType
  32848. .type
  32849. Datatype
  32850. .aminet-dir
  32851. util/dtype
  32852. .short
  32853. Fast datatype for displaying GIF files.
  32854. .description
  32855. A very fast GIF Datatype
  32856.  
  32857.  Main features:
  32858.  
  32859.     o    SPEED.  Try it, after using this you wont want to be without it!
  32860.     o    Supports most gifs (only some esoteric, and mostly unused features
  32861.         of the GIF8?a standard have been ignored)
  32862.     o    Uses async file reading for greater performance - on an A1200 will
  32863.     load a picture the same speed off of floppy as off of hard drive!
  32864.     o    100% Assembly language, very optimised.
  32865.     o    Custom chunky to planar conversion, that is reasonably fast
  32866.         (a version using WritePixelLine8() runs about 50% the speed of
  32867.         this version)
  32868.     o    Now works with all 68000 series CPU's (i hope)
  32869.     o    Now supports transparent gifs ('copy' a transparent gif from
  32870.         multiview and then paste it as a bruch in DPaint - NEAT eh?)
  32871.     o    Its FREE! (this is of course the best bit)
  32872.  
  32873.  
  32874. Main limitations: (hey, its not _perfect_ after all)
  32875.  
  32876.     o    OM_WRITE BOOPSI method not yet implemented.  Expect this in a future
  32877.         release.
  32878.     o    Only decodes pictures with a global colour table.  Most gif loaders
  32879.         do the same, and most writers write them.
  32880.     o    Ignores any local colour tables (but still decodes picture).  Could
  32881.         lead to a bad palette.
  32882. .version
  32883. 39.16
  32884. .author
  32885. Michael Zucchi
  32886. .requirements
  32887. OS 3.x
  32888. .reference
  32889. FreshFish-Vol9-1:Useful/util/dtype/ZGIFDataType/
  32890. 39.13
  32891. FreshFish-Vol8-1:New/util/dtype/ZGIFDataType/
  32892. 39.7
  32893. FreshFish-Vol1:New/OS30/ZGIFDataType/
  32894. 39.3
  32895. .distribution
  32896. Freeware
  32897. .email
  32898. zucchi@zedzone.apana.org.au (at home)
  32899. zucchi@box.apana.org.au
  32900. 9107047w@lux.levels.unisa.edu.au (till end of '95) (at work)
  32901. .address
  32902. PO box 824
  32903. Waikerie SA 5330    <- SA = South Australia
  32904. .docs
  32905. ZGIFDataType.Doc
  32906. .described-by
  32907. Dan Fish (daf@daffy.amigalib.com)
  32908. .submittal
  32909. Downloaded via ftp from wuarchive.wustl.edu.
  32910. .execute
  32911. LAB Start
  32912. set choice `RequestChoice "ZGIF DataType" "Please select an option" "View ReadMe" "View Guide" "Cancel"`
  32913. if $choice GT "0"
  32914.   if $choice EQ "1"
  32915.     MetaTool ZGIFDT39.16.readme TEXT
  32916.   else
  32917.     if $choice EQ "2"
  32918.       MetaTool ZGIFDatatype.Doc TEXT
  32919.     endif
  32920.   endif
  32921.   skip Start BACK
  32922. endif
  32923. .stored-in
  32924. FreshFish-Vol10:Useful/util/dtype/ZGIFDataType/
  32925. .pi-file
  32926. FreshFish-Vol10:Useful/util/dtype/ZGIFDataType/Product-Info
  32927. .name
  32928. zoo
  32929. .type
  32930. Archiver
  32931. .short
  32932. Portable archiver with good compression
  32933. .description
  32934. Zoo is used to create and maintain collections of files in compressed
  32935. form.  It uses a Lempel-Ziv compression algorithm that gives space
  32936. savings in the range of 20% to 80% depending on the type of file data.
  32937. Zoo can store and selectively extract multiple generations of the same
  32938. file.  Data can be recovered from damaged archives by skipping the
  32939. damaged portion and locating undamaged data with the help of fiz(1).
  32940. .version
  32941. 2.1
  32942. .date
  32943. .author
  32944. Rahul Dhesi, et al.
  32945. .restrictions
  32946. .requirements
  32947. .reference
  32948. AmigaLibDisk753:Zoo/
  32949. 2.10
  32950. AmigaLibDisk527:Zoo/
  32951. 2.10
  32952. AmigaLibDisk164:Zoo/
  32953. 2.00
  32954. AmigaLibDisk136:Zoo/
  32955. 1.71
  32956. AmigaLibDisk108:Zoo/
  32957. 1.42B
  32958. AmigaLibDisk87:Zoo/
  32959. 1.42A
  32960. .keywords
  32961. .distribution
  32962. Copyrighted but Freely Redistributable
  32963. .price
  32964. .address
  32965. .email
  32966. .phone
  32967. .fax
  32968. .exectype
  32969. .installsize
  32970. .source
  32971. Includes source in C.
  32972. .construction
  32973. .tested
  32974. .docs
  32975. .described-by
  32976. Fred Fish (fnf@fishpond.cygnus.com)
  32977. .submittal
  32978. Downloaded via ftp from wuarchive.wustl.edu.
  32979. .execute
  32980. LAB start
  32981. set choice `RequestChoice "Zoo" "Please select an option" "Copyright" "Man Page" "Command Options" "Cancel"`
  32982. if $choice GT "0"
  32983.   if $choice EQ "1"
  32984.     MetaTool Copyright TEXT
  32985.   else
  32986.     if $choice EQ "2"
  32987.       MetaTool zoo.man TEXT
  32988.     else
  32989.       if $choice EQ "3"
  32990.         MetaTool options.doc TEXT
  32991.       endif
  32992.     endif
  32993.   endif
  32994.   skip start BACK
  32995. endif
  32996. .aminet-dir
  32997. util/arc
  32998. .stored-in
  32999. FreshFish-Vol10:Useful/util/arc/zoo/
  33000. .pi-file
  33001. FreshFish-Vol10:Useful/util/arc/zoo/Product-Info
  33002.