[106243] trunk/dports/emulators

ryandesign at macports.org ryandesign at macports.org
Mon May 20 05:19:47 PDT 2013


Revision: 106243
          https://trac.macports.org/changeset/106243
Author:   ryandesign at macports.org
Date:     2013-05-20 05:19:47 -0700 (Mon, 20 May 2013)
Log Message:
-----------
minivmac, minivmac-devel: output statistics from AppleScript on multiple lines

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-20 12:12:42 UTC (rev 106242)
+++ trunk/dports/emulators/minivmac/files/configure.applescript.in	2013-05-20 12:19:47 UTC (rev 106243)
@@ -2,6 +2,8 @@
 
 global configuration_delay
 
+property lf : ASCII character 10
+
 on run argv
 	set number_of_variations to item 1 of argv
 	
@@ -30,7 +32,7 @@
 	my key_code(32) -- "U" -- select the untitled output disk
 	my menu_file_put_away() -- eject the output disk
 	
-	return "Variations: " & number_of_variations & ". CPU speed: " & (round cpu_mhz rounding up) & " MHz. Configuration delay: " & ((round configuration_delay * 100 rounding up) / 100) & " seconds."
+	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
 
 on key_code(key_code)

Modified: trunk/dports/emulators/minivmac-devel/files/configure.applescript.in
===================================================================
--- trunk/dports/emulators/minivmac-devel/files/configure.applescript.in	2013-05-20 12:12:42 UTC (rev 106242)
+++ trunk/dports/emulators/minivmac-devel/files/configure.applescript.in	2013-05-20 12:19:47 UTC (rev 106243)
@@ -2,6 +2,8 @@
 
 global configuration_delay
 
+property lf : ASCII character 10
+
 on run argv
 	set number_of_variations to item 1 of argv
 	
@@ -30,7 +32,7 @@
 	my key_code(32) -- "U" -- select the untitled output disk
 	my menu_file_put_away() -- eject the output disk
 	
-	return "Variations: " & number_of_variations & ". CPU speed: " & (round cpu_mhz rounding up) & " MHz. Configuration delay: " & ((round configuration_delay * 100 rounding up) / 100) & " seconds."
+	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
 
 on key_code(key_code)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130520/aff2a733/attachment-0001.html>


More information about the macports-changes mailing list