aboutsummaryrefslogtreecommitdiff
path: root/german/aspell
Commit message (Collapse)AuthorAgeFilesLines
* german: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Andreas Fehlner (fehlner@gmx.de) * Boris Samorodov <bsam@FreeBSD.org> * Emanuel Haupt <ehaupt@critical.ch> * Slaven Rezic <eserte@cs.tu-berlin.de> * Thierry Thomas <thierry@pompo.net> * hq@FreeBSD.org * miwi * n@nectar.com * wosch With hat: portmgr
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* the aspell dictionnary actually depends on perl to be built properlyBaptiste Daroussin2019-01-162-2/+6
| | | | | | | | | While here add a de alias so one can call aspell -d de PR: 234666 Notes: svn path=/head/; revision=490473
* de-aspell: install the .multi files in the right placeBaptiste Daroussin2019-01-072-7/+7
| | | | | | | | | | | aspell look up for the .multi files in the datadir in order to load the proper dictionnaries. PR: 234666 Reported by: aeuii@posteo.de Notes: svn path=/head/; revision=489564
* Fix build of aspell by adding the missingBaptiste Daroussin2019-01-041-0/+2
| | | | | | | | | | | build dependency on aspell. While here add the runtime dependency as well PR: 234602 Pointyhat: bapt Notes: svn path=/head/; revision=489248
* Update to 20161207Baptiste Daroussin2019-01-033-20/+39
| | | | | | | | Reported by: repology Obtained from: ravenports Notes: svn path=/head/; revision=489161
* Rename the magic DISTVERSION into SPELLVERSION for the aspell ports.Mathieu Arnold2017-04-121-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=438338
* StagifyBaptiste Daroussin2013-11-041-1/+0
| | | | | | | | Fix shebang for aspell itself, make perl also a run dependency for aspell (needed for a couple of scripts) Always install manpages for aspell. Notes: svn path=/head/; revision=332672
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | german) Notes: svn path=/head/; revision=327732
* - Pass maintainership to office@FreeBSD.orgSunpoet Po-Chuan Hsieh2011-11-281-1/+1
| | | | | | | | Discussed with: bapt Feature safe: yes Notes: svn path=/head/; revision=286578
* Remove WWW entries from unmaintained ports that return 404 or where the domainEmanuel Haupt2011-08-021-2/+0
| | | | | | | disappeared. Notes: svn path=/head/; revision=278829
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* 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-7/+24
| | | | | | | | | | | | | | | | | | | | | - 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
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75976
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* build aspell with dictionaryDirk Meyer2002-09-103-0/+21
PR: 42528 Submitted by: thierry@pompo.net Notes: svn path=/head/; revision=65975