From: Brian S. <xue...@us...> - 2007-11-24 00:11:32
|
Update of /cvsroot/popfile/windows/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25077/languages Modified Files: Tag: b0_22_2 English-parser.nsh Japanese-parser.nsh Log Message: The MeCab zip file is over 12 MB so only download it if the installation folder does not already contain the files from the zip file. If there is an existing 'mecab' folder check the files in it by comparing MD5 sums against the set of expected values downloaded from the POPFile web site. If all of the MD5 sums match do not bother downloading any MeCab files. Index: Japanese-parser.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Attic/Japanese-parser.nsh,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -C2 -d -r1.1.2.4 -r1.1.2.5 *** Japanese-parser.nsh 19 Oct 2007 16:00:22 -0000 1.1.2.4 --- Japanese-parser.nsh 24 Nov 2007 00:11:34 -0000 1.1.2.5 *************** *** 81,84 **** --- 81,92 ---- ;------------------------------------------------------------------------------------------- + ; Message shown above the progress bar while comparing the expected and actual MD5 sums for the files listed in 'mecab.md5' + + !define C_NPLS_VERIFYING_MECAB "Verifying the files in the '$G_PLS_FIELD_1' folder..." + + ; Message shown above the progress bar with the result of the 'mecab.md5' MD5 checks + + !define C_NPLS_MECAB_MD5_RESULT "MeCab validity check result: $G_PLS_FIELD_1" + ; Message shown if internet connection does not appear to be working Index: English-parser.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Attic/English-parser.nsh,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -C2 -d -r1.1.2.3 -r1.1.2.4 *** English-parser.nsh 18 Oct 2007 01:42:50 -0000 1.1.2.3 --- English-parser.nsh 24 Nov 2007 00:11:34 -0000 1.1.2.4 *************** *** 81,84 **** --- 81,92 ---- ;------------------------------------------------------------------------------------------- + ; Message shown above the progress bar while comparing the expected and actual MD5 sums for the files listed in 'mecab.md5' + + !define C_NPLS_VERIFYING_MECAB "Verifying the files in the '$G_PLS_FIELD_1' folder..." + + ; Message shown above the progress bar with the result of the 'mecab.md5' MD5 checks + + !define C_NPLS_MECAB_MD5_RESULT "MeCab validity check result: $G_PLS_FIELD_1" + ; Message shown if internet connection does not appear to be working |