From: Brian S. <xue...@us...> - 2007-11-13 22:58:42
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30226 Modified Files: Tag: b0_22_2 getparser.nsh Log Message: Update a comment to make it match the code. Index: getparser.nsh =================================================================== RCS file: /cvsroot/popfile/windows/Attic/getparser.nsh,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** getparser.nsh 18 Oct 2007 01:35:50 -0000 1.1.2.2 --- getparser.nsh 13 Nov 2007 22:58:45 -0000 1.1.2.3 *************** *** 6,10 **** # (and earlier) only supported the 'Kakasi' parser. The 1.0.0 # release offers a choice of three parsers (Kakasi, MeCab and ! # internal. To make it easier to change the Nihongo Parser # the 1.0.0 release creates a "Change" option in the "Add/Remove # Programs" entry for POPFile. This new option is handled by the --- 6,10 ---- # (and earlier) only supported the 'Kakasi' parser. The 1.0.0 # release offers a choice of three parsers (Kakasi, MeCab and ! # internal. To make it easier to change the Nihongo Parser # the 1.0.0 release creates a "Change" option in the "Add/Remove # Programs" entry for POPFile. This new option is handled by the *************** *** 43,47 **** ;------------------------------------------------ ! ; This script uses a special NSIS plugin (inetc) to download the SSL files. This plugin ; has much better proxy support than the standard NSISdl plugin shipped with NSIS. ; --- 43,47 ---- ;------------------------------------------------ ! ; This script uses a special NSIS plugin (inetc) to download the MeCab files. This plugin ; has much better proxy support than the standard NSISdl plugin shipped with NSIS. ; *************** *** 188,195 **** # In order to keep the size of the uninstaller down (and thus reduce the # overall size of the installer) we only install these extra Perl packages ! # when _installing_ POPFile. When the uninstaller is used to _change_ the ! # selected Nihongo parser an error message asking the user to re-run the ! # installer is shown if it looks like these extra Perl packages are missing ! # from the existing installation. #-------------------------------------------------------------------------- --- 188,198 ---- # In order to keep the size of the uninstaller down (and thus reduce the # overall size of the installer) we only install these extra Perl packages ! # when _installing_ POPFile. ! # ! # To Do: ! # When the uninstaller is used to _change_ the selected Nihongo parser ! # an error message asking the user to re-run the installer should be shown ! # if it looks like these extra Perl packages are missing from the existing ! # installation. #-------------------------------------------------------------------------- *************** *** 369,373 **** !define L_RESERVED $0 ; used in system.dll call ! !define L_RESULT $R0 ; result from 'GetSSLFile' function or the 'untgz' plugin ; WARNING: The 'untgz' plugin is hard-coded to use $R0 --- 372,376 ---- !define L_RESERVED $0 ; used in system.dll call ! !define L_RESULT $R0 ; result from 'GetMeCabFile' function or the 'untgz' plugin ; WARNING: The 'untgz' plugin is hard-coded to use $R0 |