[82904] branches/gsoc11-statistics

derek at macports.org derek at macports.org
Sun Aug 21 16:17:27 PDT 2011


Revision: 82904
          http://trac.macports.org/changeset/82904
Author:   derek at macports.org
Date:     2011-08-21 16:17:26 -0700 (Sun, 21 Aug 2011)
Log Message:
-----------
Removed server-scripts directory - moved generate_seed to bin

generate_seed:
 - Output UTF-8 encoding comment

Modified Paths:
--------------
    branches/gsoc11-statistics/bin/generate_seed

Added Paths:
-----------
    branches/gsoc11-statistics/bin/

Removed Paths:
-------------
    branches/gsoc11-statistics/server-scripts/

Modified: branches/gsoc11-statistics/bin/generate_seed
===================================================================
--- branches/gsoc11-statistics/server-scripts/generate_seed	2011-07-14 04:55:56 UTC (rev 80512)
+++ branches/gsoc11-statistics/bin/generate_seed	2011-08-21 23:17:26 UTC (rev 82904)
@@ -25,6 +25,9 @@
 
 FileUtils.touch(TIME_FILE)
 
+# Output encoding magic comment
+puts "# coding: UTF-8"
+
 $ports = Array.new
 $hashed_data = Hash.new
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110821/10399f28/attachment.html>


More information about the macports-changes mailing list