[or-cvs] r12974: Add license to patch-language, fix SVN properties (torbrowser/trunk/build-scripts)

sjm217 at seul.org sjm217 at seul.org
Tue Dec 25 14:16:41 UTC 2007


Author: sjm217
Date: 2007-12-25 09:16:41 -0500 (Tue, 25 Dec 2007)
New Revision: 12974

Modified:
   torbrowser/trunk/build-scripts/README
   torbrowser/trunk/build-scripts/patch-language.sh
Log:
Add license to patch-language, fix SVN properties

Modified: torbrowser/trunk/build-scripts/README
===================================================================
--- torbrowser/trunk/build-scripts/README	2007-12-25 14:07:19 UTC (rev 12973)
+++ torbrowser/trunk/build-scripts/README	2007-12-25 14:16:41 UTC (rev 12974)
@@ -1,39 +1,39 @@
-Building Tor Browser.exe
-========================
-
-To build Tor Browser.exe, you need to have built:
- Vidalia and Tor (in /c/build/vidalia and /c/build/tor-<version> by default)
- FirefoxPortable (in ./FirefoxPortable/ by default)
-
-Vidalia needs to have the BrowserExecutable option enabled (currently in
-trunk).
-
-FirefoxPortable can be downloaded from:
- http://portableapps.com/apps/internet/firefox_portable
-
-7zip can be downloaded from:
- http://www.7-zip.org/download.html
-
-Customization
--------------
-
-The locations of Qt, MinGW32, the Vidalia/Tor build directory, 7zip,
-FirefoxPortable can be altered in Makefile.
-
-Building the bundle
--------------------
-
-Firefox must not be running while you are building the bundle
-
-Run "make bundle"
-
-To specify a different language configuration, set $LANGCODE,
-e.g. "LANGCODE=fa make bundle" or "LANGCODE=zh-cn make bundle"
-
-To compress it, run "make compress-bundle"
-
-Archived code
--------------
-
-The patch to Vidalia can be found in archive/. This has now been
-applied to the Vidalia trunk, so is no longer needed.
+Building Tor Browser.exe
+========================
+
+To build Tor Browser.exe, you need to have built:
+ Vidalia and Tor (in /c/build/vidalia and /c/build/tor-<version> by default)
+ FirefoxPortable (in ./FirefoxPortable/ by default)
+
+Vidalia needs to have the BrowserExecutable option enabled (currently in
+trunk).
+
+FirefoxPortable can be downloaded from:
+ http://portableapps.com/apps/internet/firefox_portable
+
+7zip can be downloaded from:
+ http://www.7-zip.org/download.html
+
+Customization
+-------------
+
+The locations of Qt, MinGW32, the Vidalia/Tor build directory, 7zip,
+FirefoxPortable can be altered in Makefile.
+
+Building the bundle
+-------------------
+
+Firefox must not be running while you are building the bundle
+
+Run "make bundle"
+
+To specify a different language configuration, set $LANGCODE,
+e.g. "LANGCODE=fa make bundle" or "LANGCODE=zh-cn make bundle"
+
+To compress it, run "make compress-bundle"
+
+Archived code
+-------------
+
+The patch to Vidalia can be found in archive/. This has now been
+applied to the Vidalia trunk, so is no longer needed.


Property changes on: torbrowser/trunk/build-scripts/README
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: torbrowser/trunk/build-scripts/patch-language.sh
===================================================================
--- torbrowser/trunk/build-scripts/patch-language.sh	2007-12-25 14:07:19 UTC (rev 12973)
+++ torbrowser/trunk/build-scripts/patch-language.sh	2007-12-25 14:16:41 UTC (rev 12974)
@@ -1,9 +1,13 @@
 #!/bin/sh
 
-##
-## Set language code in Vidalia config file
-## Steven J. Murdoch <http://www.cl.cam.ac.uk/users/sjm217>
-##
+###
+### Set language code in Vidalia config file
+###
+### Copyright 2007 Steven J. Murdoch <http://www.cl.cam.ac.uk/users/sjm217/>
+### See LICENSE for licensing information
+###
+### $Id$
+###
 
 ## Parse command line
 FILENAME=$1
@@ -14,4 +18,4 @@
 mv "$FILENAME" "$ORIGFILENAME"
 
 ## Replace LanguageCode value with $LANGCODE
-sed -c "s/\\(LanguageCode=\\).*/\\1$LANGCODE/" "$ORIGFILENAME" > "$FILENAME"
\ No newline at end of file
+sed -c "s/\\(LanguageCode=\\).*/\\1$LANGCODE/" "$ORIGFILENAME" > "$FILENAME"


Property changes on: torbrowser/trunk/build-scripts/patch-language.sh
___________________________________________________________________
Name: svn:keywords
   + id



More information about the tor-commits mailing list