[Gpg4win-commits] r392 - in trunk/doc: . website

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Sat Apr 14 11:51:05 CEST 2007


Author: werner
Date: 2007-04-14 11:51:05 +0200 (Sat, 14 Apr 2007)
New Revision: 392

Modified:
   trunk/doc/ChangeLog
   trunk/doc/website/build-installer-de.htm4
   trunk/doc/website/build-installer.htm4
   trunk/doc/website/mk-chksums
Log:
* website/mk-chksums: Create macros with the length of the files.
  They should be displayed along with the checksum to allow checking
  for incomplete downloads.
	      
* website/build-installer.htm4: Fixed SVN URL.  Reported by wwp.
* website/build-installer-de.htm4: Ditto.
		 
	      
	      


Modified: trunk/doc/ChangeLog
===================================================================
--- trunk/doc/ChangeLog	2007-04-06 12:51:02 UTC (rev 391)
+++ trunk/doc/ChangeLog	2007-04-14 09:51:05 UTC (rev 392)
@@ -1,3 +1,9 @@
+2007-04-14  Werner Koch  <wk at g10code.com>
+
+	* website/mk-chksums: Create macros with the length of the files.
+	They should be displayed along with the checksum to allow checking
+	for incomplete downloads.
+
 2007-04-06  Bernhard Reiter <bernhard.reiter at intevation.de>
 
 	* website/download-de.htm4, website/download.htm4: Added vim modeline
@@ -70,6 +76,11 @@
 		sc-en-inst-ready.png 
         	sc-en-inst-finished.png 
 
+2007-03-16  Werner Koch  <wk at g10code.com>
+
+	* website/build-installer.htm4: Fixed SVN URL.  Reported by wwp.
+	* website/build-installer-de.htm4: Ditto.
+
 2007-03-14  Werner Koch  <wk at g10code.com>
 
 	* manual/einsteiger.tex (section{Sie entschlüsseln eine Email}):

Modified: trunk/doc/website/build-installer-de.htm4
===================================================================
--- trunk/doc/website/build-installer-de.htm4	2007-04-06 12:51:02 UTC (rev 391)
+++ trunk/doc/website/build-installer-de.htm4	2007-04-14 09:51:05 UTC (rev 392)
@@ -39,7 +39,7 @@
      <em># apt-get install tetex-bin gs-common hyperlatex</em><br>
 
 <li> Die Quellen anonym (also ohne Schreibrechte) holen:<br>
-     <em>$ svn checkout https://svn.wald.intevation.org/gpg4win/trunk/</em><br>
+     <em>$ svn checkout https://svn.wald.intevation.org/svn/gpg4win/trunk/</em><br>
      oder das Quelltextpaket gpg4win-n.n.n.tar.gz herunterladen, auspacken
      und in das Verzeichnis gpg4win-n.n.n wechseln. Wir empfehlen, mit der
      SVN version zu arbeiten wenn Sie mehr als nur ein Modul aktualisieren

Modified: trunk/doc/website/build-installer.htm4
===================================================================
--- trunk/doc/website/build-installer.htm4	2007-04-06 12:51:02 UTC (rev 391)
+++ trunk/doc/website/build-installer.htm4	2007-04-14 09:51:05 UTC (rev 392)
@@ -39,7 +39,7 @@
      <em># apt-get install tetex-bin gs-common hyperlatex</em><br>
 
 <li> Get the sources anonymously (i.e. with out write-access):<br>
-     <em>$ svn checkout https://svn.wald.intevation.org/gpg4win/trunk/</em><br>
+     <em>$ svn checkout https://svn.wald.intevation.org/svn/gpg4win/trunk/</em><br>
      or download the source code package gpg4win-n.n.n.tar.gz, unpack it and
      change to the directory gpg4win-n.n.n. We recommend to work
      with the SVN version if you want to do more that just update a single

Modified: trunk/doc/website/mk-chksums
===================================================================
--- trunk/doc/website/mk-chksums	2007-04-06 12:51:02 UTC (rev 391)
+++ trunk/doc/website/mk-chksums	2007-04-14 09:51:05 UTC (rev 392)
@@ -23,6 +23,10 @@
 md5_exe="`md5sum gpg4win-$version.exe | awk '{print $1}'`"
 md5_exl="`md5sum gpg4win-light-$version.exe | awk '{print $1}'`"
 md5_exs="`md5sum gpg4win-src-$version.exe | awk '{print $1}'`"
+len_src="`ls -l  gpg4win-$version.tar.bz2 | awk '{print $5}'`"
+len_exe="`ls -l  gpg4win-$version.exe | awk '{print $5}'`"
+len_exl="`ls -l  gpg4win-light-$version.exe | awk '{print $5}'`"
+len_exs="`ls -l  gpg4win-src-$version.exe | awk '{print $5}'`"
 
 
 cat <<EOF
@@ -34,4 +38,8 @@
 m4_define(\`MD5_EXE',\`$md5_exe')
 m4_define(\`MD5_EXL',\`$md5_exl')
 m4_define(\`MD5_EXS',\`$md5_exs')
-EOF
\ No newline at end of file
+m4_define(\`LEN_SRC',\`$len_src')
+m4_define(\`LEN_EXE',\`$len_exe')
+m4_define(\`LEN_EXL',\`$len_exl')
+m4_define(\`LEN_EXS',\`$len_exs')
+EOF



More information about the Gpg4win-commits mailing list