aboutsummaryrefslogtreecommitdiff
path: root/textproc/en-aspell
Commit message (Collapse)AuthorAgeFilesLines
* No longer install the english dictionary (please use textproc/en-aspell if youBaptiste Daroussin2012-09-241-5/+2
| | | | | | | | | | | want the english dictionary) Optionify Remove the now useless textproc/aspell-with-dicten port textproc/en-aspell now depends on textproc/aspell clean up the Makefile Notes: svn path=/head/; revision=304800
* Drop maintainership to office.Thierry Thomas2011-12-051-1/+1
| | | | | | | | Feature safe: yes Seen with: bapt Notes: svn path=/head/; revision=286943
* Upgrade English dictionaries to SCOWL 7.1 which corrected several errorsThierry Thomas2011-01-072-3/+3
| | | | | | | | and also added several now common proper names and some other words now in common use. Notes: svn path=/head/; revision=267489
* Upgrade english dictionaries. This adds several variants.Thierry Thomas2010-12-283-5/+21
| | | | Notes: svn path=/head/; revision=267084
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* All dictionaries can be installed separately:Thierry Thomas2006-07-154-0/+85
- by default, textproc/aspell installs the English dictionaries (no change); - thereafter you can install any foreign dictionary; - when you install a foreign dictionary, i.e. french/aspell or textproc/da-aspell, it installs only the dictionaries, and depends upon textproc/aspell for the programs; - if you don't need the English dictionaries, you can define WITHOUT_DICTEN or install textproc/aspell-without-dicten; - add a new port for textproc/en-aspell: if aspell had been installed without the English dictionaries, they can be added thereafter; - add a missing port for german/alt-aspell; - foreign dictionaries are almost independent from textproc/aspell, and their maintainership is available. Credits: special thanks to Serge Gagnon <ser_gagnon (at) sympatico.ca> Notes: svn path=/head/; revision=167900