; $VER: IgrackiDataBase 1.6 (10.01.2012) ; ;-------------------------------------------- ## ITEM "IgrackiDatabase" DISPLAYNAME "Grunch - Igrackis Database" ## DATE "10.01.2012" ## DESCRIPTION Grunch-Database of MorphOS Software written by Thomas Igracki Changelog: v1.6 [10.01.2012]: Updated FileInfo to v1.6 v1.5 [04.12.2011]: Updated CRABUM to v1.7 v1.4 [27.11.2011]: Fixed INSTALL procedure v1.3 [24.11.2011]: Updated FileInfo to v1.5 v1.2 [20.11.2011]: Updated CRABUM to v1.6 v1.1 [16.11.2011]: Added otrMUI v1.0 [21.10.2011]: First version with FileInfo and TopCPU ## DESCRIPTION END ## APPTYPE "GRUNCH" ## APPAUTHOR "Thomas Igracki " ## APPWEBPAGE "http://www.Igracki.de/" ## GRUNCHAUTHOR "Thomas Igracki " ## URLARCHIVE "http://www.Igracki.de/Igracki_MorphOS.db" ## URLREADME "http://www.Igracki.de/Igracki_MorphOS.db" ## ARCHIVESIZE 5555 ## INSTALLDIR DEPENDENCY "Grunch" ## INSTALLCHECK "{INSTALLDIR}Grunch/Database/User/Igracki_MorphOS.db" ## INSTALL Copy "{DOWNLOADDIR}{ARCHIVE}" "{INSTALLDIR}Grunch/Database/User/Igracki_MorphOS.db" ## INSTALL END ## UNINSTALL {STANDARDBACKUP} Delete "{INSTALLDIR}Grunch/Database/User/Igracki_MorphOS.db" ## UNINSTALL END ## ITEM END ;-------------------------------------------- ## ITEM "FileInfo" ## DATE "10.01.2012" ## DESCRIPTION A tool to get infos about a file/dir. Will be copied to c:! Changelog: 1.6 (10-Jan-12): New: Added MP=MatchPattern/K match the FILE argument with this amiga dos pattern If the NAME argument is specified, then only the FilePart is checked! A WARN is returned as returncode if pattern doesn't match, so you can check if "IF WARN" in a script! The argument FILE doesn't have to be an existing file, so you can use this feature to match arbitrary strings! QUIET and LF are also supported New: Added MCS=MatchCaseSens/S the pattern match will be case sensitive 1.5 (24-Nov-11): New: Added RNX=RootNameX/N the filename w/o X suffixes and w/o the path f.e. "FileInfo Movie.mpg.avi RNX=2" -> RootName2 : Movie New: Added FRNX=FullRootNameX/N the filename w/o X suffixes but with the path f.e. "FileInfo Movie.mpg.avi FRNX 2" -> FullRoot2 : Video:MyMovies/Movie 1.4 (02-Feb-11): New: Added FC=FileCount/S to show the number of files in a directory if you specified a file instead of a directory as "File" argument, 1 is returned ## DESCRIPTION END ## APPTYPE "TOOL" ## APPAUTHOR "Thomas Igracki " ## APPWEBPAGE "http://igracki.de/frames/progs/FileInfo.html" ## APPPICTURE "http://Igracki.de/previews/FileInfo_Ambient.png" ## GRUNCHAUTHOR "Thomas Igracki " ## URLARCHIVE "http://Igracki.de/archives/FileInfo.lha" ## URLREADME "http://Igracki.de/archives/FileInfo.readme" ## URLWEBPAGE "http://Igracki.de/frames/progs/FileInfo.html" ## URLPATTERN "#?, v{VERSION}.{REVISION}," ## ARCHIVESIZE 55674 ## INSTALLCHECK "{INSTALLDIR}{NAME}/{NAME}" ## INSTALL {STANDARDBACKUP} {STANDARDEXTRACT} {STANDARDCOPY} Copy "{INSTALLDIR}{NAME}/FileInfo" C: ## INSTALL END ## UNINSTALL {STANDARDBACKUP} Delete FORCE "{INSTALLDIR}{NAME}" ALL Delete FORCE "{INSTALLDIR}{NAME}.info" Delete FORCE "C:{NAME}" ## UNINSTALL END ## ITEM END ;-------------------------------------------- ## ITEM "TopCPU" ## DATE "09.10.2011" ## DESCRIPTION A small CPU monitor (MUI) with freeze/setPri/break/ option. Changelog: 09. Okt 2011 v1.19 app_mcc.c: Chg: Replaced Urltext.mcc usage with new Hyperlink.mcc Chg: Replaced my own about window with Aboutbox.mcc New: Added the gcc compiler version in the about window TaskGauge_mcc.c: Fix: Seems so that the "smbfs-fix" from v1.18 didn't worked, although I remember that it worked... Now its working (again;) 30. Juli 2011 v1.18 TaskGauge_mcc.c: Fix: If a process' name is something like "smbfs '//LS-CHL2AD/otr/'", TopCPU displayed only a "'" as name! ## DESCRIPTION END ## APPTYPE "DESKTOP" ## APPAUTHOR "Thomas Igracki " ## APPWEBPAGE "http://igracki.de/frames/progs/TopCPU.html" ## APPPICTURE "http://Igracki.de/previews/TopCPU_without_border" ## GRUNCHAUTHOR "Thomas Igracki " ## URLARCHIVE "http://Igracki.de/archives/TopCPU.lha" ## URLREADME "http://Igracki.de/archives/TopCPU.readme" ## URLWEBPAGE "http://Igracki.de/frames/progs/TopCPU.html" ## URLPATTERN "#?, v{VERSION}.{REVISION}," ## DEPENDENCIES "Aboutbox.mcc" "Hyperlink.mcc" ## ARCHIVESIZE 64766 ## INSTALLCHECK "{INSTALLDIR}{NAME}/{NAME}" ## INSTALL {STANDARDBACKUP} {STANDARDEXTRACT} {STANDARDCOPY} ## INSTALL END ## UNINSTALL {STANDARDBACKUP} Delete FORCE "{INSTALLDIR}{NAME}" ALL Delete FORCE "{INSTALLDIR}{NAME}.info" Delete FORCE "ENVARC:MUI/{UPPERNAME}{MUIPREFSPATTERN}" Delete FORCE "ENV:MUI/{UPPERNAME}{MUIPREFSPATTERN}" ## UNINSTALL END ## ITEM END ;-------------------------------------------- ## ITEM "otrMUI" ## DATE "16.11.2011" ## DESCRIPTION otrMUI is a MUI GUI for the otrdecoder program of onlinetvrecoder.com where you can record tv programs for free! otrMUI is now also a MUI GUI for the omrdecoder (from www.onlinemusicrecoder.com)! You need the otrdecoder and/or omrdecoder programs from their websites! Batch decoding is supported, you can now have a list of otrkey and omrkey files, which will be processed one after the other. Also new is that the progress window is now integrated into the main window, and if the Play-Button is pressed while an omrkey file is selected in the list, a small mp3 player window opens and plays the decoded mp3 file! ## DESCRIPTION END ## APPTYPE "TOOL" ## APPAUTHOR "Thomas Igracki " ## APPWEBPAGE "http://igracki.de/frames/progs/otrMUI.html" ## APPPICTURE "http://Igracki.de/previews/otrMUI_main" ## GRUNCHAUTHOR "Thomas Igracki " ## URLARCHIVE "http://Igracki.de/archives/otrMUI.lha" ## URLREADME "http://Igracki.de/archives/otrMUI.readme" ## URLWEBPAGE "http://Igracki.de/frames/progs/otrMUI.html" ## URLPATTERN "#?, v{VERSION}.{REVISION}," ## DEPENDENCIES "Aboutbox.mcc Hyperlink.mcc" ## ARCHIVESIZE "337117" ## INSTALLCHECK "{INSTALLDIR}{NAME}/{NAME}" ## INSTALL {STANDARDBACKUP} {STANDARDEXTRACT} {STANDARDCOPY} ## INSTALL END ## UNINSTALL {STANDARDBACKUP} Delete FORCE "{INSTALLDIR}{NAME}" ALL Delete FORCE "{INSTALLDIR}{NAME}.info" Delete FORCE "ENVARC:MUI/{UPPERNAME}{MUIPREFSPATTERN}" Delete FORCE "ENV:MUI/{UPPERNAME}{MUIPREFSPATTERN}" ## UNINSTALL END ## ITEM END ;-------------------------------------------- ## ITEM "CRABUM" ## DATE "04.12.2011" ## DESCRIPTION CRABUM is a mui gui for adding own menus to the Ambient screen menu. You can build own user menus, or load/import already defined usermenus. A save function is also implemented;) The "Test" button saves the usermenu to t:CRABUM.rexx and then executes it to install it to Ambient (the current installed menus are removed before!). To install it automatically on every reboot, you have to put the saved usermenu to Sys:WBStartup/ with a project icon and specify "RX" as default program. Changelog: 03. Dezember 2011 v1.7 Fix: If you create two menus, the first is empty or a bar, the second has some entries, then crabum doesn't saved the second and all following menus! [reported by Markus Lunk 27-Nov-11] New: New button "1:1" to clone an entry, cloning of menus isn't supported New: The up/down buttons are now working!! I finally found out how to use MUIM_Listtree_Move 20. November 2011 v1.6 New: If a file called "Project.info" exists in CRABUMs home directory, it will be used as the icon for your saved project New: The version of the gcc compiler is shown in the about window 20. April 2011 v1.5 Fix: Fixed the copyright New: Added an email link to the about window to send me an bug report or suggestions;) New: Added up and down button to move the current entry up or down, but they don't work yet [suggested by Yannick Buchy ] Fix: When saving a project, all quotes in the command string will be preceeded by a "*". An already correctly quoted command will be recognized! [reported by yannick buchy 13-Apr-11] Fix: The line number in the error requester wasn't correct (because it started with 0) Fix: Fixed the not disappearing "dotted lines" when dragging an entry around, by using the DragReport method of OWBs bookmarklisttreeclass! Thanks fab! Fix: Set the modified status to true, when you dragdrop sort something Locale: Chg: Changed MSG_DOSError_ParseString a little bit, removed the "because" line 4. Januar 2011 v1.4 Fix: Removing an entry didn't set the modified status to true (the small "*" mark in the windowtitle) so if you remove an entry from a just saved project, pressing the save button, didn't saved the project, because CRABUM thinks it wasn't modified Chg: Now using Hyperlink.mcc instead Urltext.mcc ## DESCRIPTION END ## APPTYPE "DESKTOP" ## APPAUTHOR "Thomas Igracki " ## APPWEBPAGE "http://igracki.de/frames/progs/CRABUM.html" ## APPPICTURE "http://Igracki.de/previews/CRABUM_example" ## GRUNCHAUTHOR "Thomas Igracki " ## URLARCHIVE "http://Igracki.de/archives/CRABUM.lha" ## URLREADME "http://Igracki.de/archives/CRABUM.readme" ## URLWEBPAGE "http://Igracki.de/frames/progs/CRABUM.html" ## URLPATTERN "#?, v{VERSION}.{REVISION}," ## DEPENDENCIES "Aboutbox.mcc Hyperlink.mcc" ## ARCHIVESIZE "234803" ## INSTALLCHECK "{INSTALLDIR}{NAME}/{NAME}" ## INSTALL {STANDARDBACKUP} {STANDARDEXTRACT} {STANDARDCOPY} ## INSTALL END ## UNINSTALL {STANDARDBACKUP} Delete FORCE "{INSTALLDIR}{NAME}" ALL Delete FORCE "{INSTALLDIR}{NAME}.info" Delete FORCE "ENVARC:MUI/{UPPERNAME}{MUIPREFSPATTERN}" Delete FORCE "ENV:MUI/{UPPERNAME}{MUIPREFSPATTERN}" ## UNINSTALL END ## ITEM END