OLD | NEW |
1 Name: hunspell | 1 Name: hunspell |
2 URL: http://hunspell.sourceforge.net/ | 2 URL: http://hunspell.sourceforge.net/ |
3 Version: 1.3.2 | 3 Version: 1.3.2 |
4 License: MPL 1.1/GPL 2.0/LGPL 2.1 | 4 License: MPL 1.1/GPL 2.0/LGPL 2.1 |
5 License File: COPYING | 5 License File: COPYING |
6 Security Critical: yes | 6 Security Critical: yes |
7 | 7 |
8 Description: | 8 Description: |
9 This is a partial copy of Hunspell 1.3.2 with the following changes: | 9 This is a partial copy of Hunspell 1.3.2 with the following changes: |
10 * Remove '#include "config.h"' from src/hunspell/hunspell.hxx | 10 * Remove '#include "config.h"' from src/hunspell/hunspell.hxx |
(...skipping 22 matching lines...) Expand all Loading... |
33 $ cd hunspell | 33 $ cd hunspell |
34 $ patch -p0 -i ~/src/third_party/hunspell/google.patch | 34 $ patch -p0 -i ~/src/third_party/hunspell/google.patch |
35 3) Make your new changes inside the CVS hunspell directory. | 35 3) Make your new changes inside the CVS hunspell directory. |
36 4) Generate the updated patch: | 36 4) Generate the updated patch: |
37 $ cvs diff -u > ~/src/third_party/hunspell/google.patch | 37 $ cvs diff -u > ~/src/third_party/hunspell/google.patch |
38 | 38 |
39 All dictionaries used by Chromium has been checked in to the | 39 All dictionaries used by Chromium has been checked in to the |
40 'third_party/hunspell_dictionaries' directory. They have several additions over | 40 'third_party/hunspell_dictionaries' directory. They have several additions over |
41 the default myspell/hunspell dictionaries. | 41 the default myspell/hunspell dictionaries. |
42 (See 'third_party/hunspell_dictionaries/README.chromium' for their details.) | 42 (See 'third_party/hunspell_dictionaries/README.chromium' for their details.) |
OLD | NEW |