2010-05-02 12:59:24 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.6.0:
* Fix bug 12567: the ispell sources aren't licensed under the LGPL
* Add a function to get enchant's version (enchant_get_version)
* Disable zemberek plugin by default, as it's known to cause issues/crashes \
with WebKit
* Fix bug 12472: Win32 DLL dependency not found popup occurs when module has \
unmet dependencies
* Possibly fix Ubuntu bug 474062
* Fix bug 12409: Registry handle not closed in enchant_get_registry_value_ex
* Fix bug 12406: Leak in _enchant_get_user_home_dirs() on Windows
* Fix bug 12007: Update FSF address
* Fix bug 12305: Zemberek module lists a Turkish dictionary even without \
Zemberek installed
* Don't assert if passed a null string list
* Fix bug 12350: enchant_pwl_init_with_file truncates pwl file
* Fix a double-free memory corruption bug
* Fix bug 12173: fix some small memory leaks
* Fix bug 12174: mis-acceptence of dictionaries which start with a partial \
match of the lang id
* Fix bug 12160: enchant 1.5.0 always looks in "lib" dir for plugins
* Fix the build with the MSVC compiler
* Add a --with-system-myspell option
* Package missing compile-resource file
* Compare paths ignoring case sensitivity on windows
|
2009-10-12 21:56:04 by Adam Hoka | Files touched by this commit (2) |
Log message:
Use hunspell only by default and depend on the en_US dictionary.
|
2009-06-14 20:17:35 by Joerg Sonnenberger | Files touched by this commit (218) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-06-09 15:14:42 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.5.0, set LICENSE.
No changelog provided by upstream.
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2008-10-14 11:19:40 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Standardize format.
|
2008-10-13 22:18:53 by Steven M. Bellovin | Files touched by this commit (1) |
Log message:
Mention the need for dictionaries
|
2008-10-13 22:18:15 by Steven M. Bellovin | Files touched by this commit (2) |
Log message:
Add a dependency on ispell-base if ispell is enabled (parallel to
the dependencies on aspell and hunspell); added a MESSAGE file mentioning
the need for dictionaries.
|
2008-05-21 11:39:12 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.4.2:
Bug fixes.
|
2008-04-22 21:32:18 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update to 1.4.1:
Included hunspell upgraded to 1.2.2, pkgsrc patches integrated.
|