aboutsummaryrefslogtreecommitdiffstats
path: root/german/alt-aspell/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* The port was identical to german/aspell, changed it to the right version.bapt2014-08-271-2/+2
| | | | | | | | - Fix comment and desciption - Bump portepoch (version would have gone backward otherwise) PR: 180616 Submitted by: Kalten <kalten@gmx.at>
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
| | | | With hat: portmgr (myself)
* All dictionaries can be installed separately:thierry2006-07-151-0/+3
- 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>