Up to [cvs.netbsd.org] / pkgsrc / textproc / enchant
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Mon Oct 12 19:56:04 2009 UTC (2 years, 7 months ago) by ahoka
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
HEAD
Changes since 1.4: +3 -2
lines
Diff to previous 1.4 (colored)
Use hunspell only by default and depend on the en_US dictionary.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Oct 13 20:18:15 2008 UTC (3 years, 7 months ago) by smb
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
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.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Apr 17 21:07:18 2008 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Fix hunspell backend. Idea from Matthias Drochner, patch from Adam Hoka. Fix path to hunspell directories. Make hunspell the default backend. Bump PKGREVISION.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Apr 17 14:29:58 2008 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Make aspell the default backend again (for now), until http://bugzilla.abisource.com/show_bug.cgi?id=11550 is fixed. Add fix for compiling with gcc3, from Adam Hoka. Bump PKGREVISION.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Apr 14 11:35:50 2008 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
Update to 1.4.0. Change default backend to hunspell. aspell support is now a (disabled by default) option. Add some other options. Remove aspell from includes in buildlink3.mk. The backends are abstracted into dynamically loaded modules and don't need to be pulled in by buildlink3.mk. Release notes: Voikko (Finnish) language support. Zemberek (Turkish) language support. Better support for Unicode in the personal dictionaries. Personal dictionaries offer better suggestions. OpenOffice's dictionaries are used on Windows. Aspell works on Windows. This release can use a system-wide Hunspell/Myspell installation on Unix-like platforms. Hunspell 1.2.1 and NET bindings are required. This release has more lax language matching rules. It uses XDG's data-dirs spec for locating dictionaries. There are many unit tests and bugfixes.