[106304] trunk/dports/emulators
ryandesign at macports.org
ryandesign at macports.org
Tue May 21 20:34:18 PDT 2013
Revision: 106304
https://trac.macports.org/changeset/106304
Author: ryandesign at macports.org
Date: 2013-05-21 20:34:18 -0700 (Tue, 21 May 2013)
Log Message:
-----------
minivmac, minivmac-devel: speed up configure: no need to quit MnvM_bld and unmount the output disk image since the output is no longer going onto the output disk image
Modified Paths:
--------------
trunk/dports/emulators/minivmac/files/configure.applescript.in
trunk/dports/emulators/minivmac-devel/files/configure.applescript.in
Modified: trunk/dports/emulators/minivmac/files/configure.applescript.in
===================================================================
--- trunk/dports/emulators/minivmac/files/configure.applescript.in 2013-05-22 02:50:42 UTC (rev 106303)
+++ trunk/dports/emulators/minivmac/files/configure.applescript.in 2013-05-22 03:34:18 UTC (rev 106304)
@@ -25,13 +25,8 @@
my key_code(46) -- "M" -- select the MnvM_bld program
my menu_file_open() -- open it
my menu_edit_paste() -- paste the configure args into the window
- my menu_file_go() -- do the build
- my menu_file_quit() -- quit
- my menu_file_close() -- close Finder window
+ my menu_file_go() -- do the configuration
- my key_code(32) -- "U" -- select the untitled output disk
- my menu_file_put_away() -- eject the output disk
-
return "Variations: " & number_of_variations & lf & "CPU speed: " & (round cpu_mhz rounding up) & " MHz" & lf & "Configuration delay: " & ((round configuration_delay * 100 rounding up) / 100) & " seconds"
end run
@@ -63,11 +58,6 @@
delay 0.5 -- wait for zoomrects to draw
end menu_file_close
-on menu_file_put_away()
- my key_code_with_modifiers(16, {command down}) -- "Command-Y"
- delay 0.5 -- wait for zoomrects to draw
-end menu_file_put_away
-
on menu_file_go()
my key_code_with_modifiers(5, {command down}) -- "Command-G"
delay configuration_delay -- wait for configuration to run
Modified: trunk/dports/emulators/minivmac-devel/files/configure.applescript.in
===================================================================
--- trunk/dports/emulators/minivmac-devel/files/configure.applescript.in 2013-05-22 02:50:42 UTC (rev 106303)
+++ trunk/dports/emulators/minivmac-devel/files/configure.applescript.in 2013-05-22 03:34:18 UTC (rev 106304)
@@ -25,13 +25,8 @@
my key_code(46) -- "M" -- select the MnvM_bld program
my menu_file_open() -- open it
my menu_edit_paste() -- paste the configure args into the window
- my menu_file_go() -- do the build
- my menu_file_quit() -- quit
- my menu_file_close() -- close Finder window
+ my menu_file_go() -- do the configuration
- my key_code(32) -- "U" -- select the untitled output disk
- my menu_file_put_away() -- eject the output disk
-
return "Variations: " & number_of_variations & lf & "CPU speed: " & (round cpu_mhz rounding up) & " MHz" & lf & "Configuration delay: " & ((round configuration_delay * 100 rounding up) / 100) & " seconds"
end run
@@ -63,11 +58,6 @@
delay 0.5 -- wait for zoomrects to draw
end menu_file_close
-on menu_file_put_away()
- my key_code_with_modifiers(16, {command down}) -- "Command-Y"
- delay 0.5 -- wait for zoomrects to draw
-end menu_file_put_away
-
on menu_file_go()
my key_code_with_modifiers(5, {command down}) -- "Command-G"
delay configuration_delay -- wait for configuration to run
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130521/6fd6aaf4/attachment.html>
More information about the macports-changes
mailing list