aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/sk-aspell
Commit message (Collapse)AuthorAgeFilesLines
* - Pass maintainership to office@FreeBSD.orgsunpoet2011-11-291-1/+1
| | | | | Discussed with: bapt Feature safe: yes
* Remove WWW entries from unmaintained ports that return 404 or where the domainehaupt2011-08-031-2/+0
| | | | disappeared.
* -remove MD5ohauer2011-07-031-1/+0
|
* Upgrade to 2.01-2.thierry2009-04-222-5/+4
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-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)
* Upgrade to 6-sk-2.00-0.thierry2007-12-124-12/+7
|
* All dictionaries can be installed separately:thierry2006-07-154-7/+21
| | | | | | | | | | | | | | | | | | - 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>
* De-pkg-comment.knu2003-02-212-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* build aspell with dictionarydinoex2002-09-103-0/+23
PR: 42531 Submitted by: thierry@pompo.net