aboutsummaryrefslogtreecommitdiff
path: root/textproc/aspell
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly disable threading:Thierry Thomas2004-08-301-1/+3
| | | | | | | | | | | | | - on FreeBSD 4.x, it links with -pthread, but no link is retained in the resulting library; - on FreeBSD 5.x and 6, it works, but since libaspell is used by un-threaded programs, this is not a good choice. Reviewed by: marcus. Notes: svn path=/head/; revision=117709
* Always USE_GETTEXT, even WITHOUT_NLS.Thierry Thomas2004-08-301-1/+1
| | | | Notes: svn path=/head/; revision=117624
* Force libaspell to link with libintl to fix gnomespell and balsa.Thierry Thomas2004-08-292-1/+11
| | | | | | | | | Bump PORTREVISION. Reported by: marcus and Volker Kindermann. Notes: svn path=/head/; revision=117609
* - Upgrade to 0.60;Thierry Thomas2004-08-2872-360/+2175
| | | | | | | | | | - Add dictionaries for Azerbaijani, Belarusian, Bengali, Estonian, Finnish, Hebrew, Hungarian, Kinyarwanda, Latin, Latvian, Lithuanian, Macedonian, Mongolian, Nyanja, Quechua, Sardinian, Tagalog, Tamil, Tetum, Upper Sorbian, Uzbek, Vietnamese, and Yiddish. Notes: svn path=/head/; revision=117534
* Aspell English Dictionary Updated.Thierry Thomas2004-08-113-21/+63
| | | | | | | | | | | | | | | | | | Changes from version 0.51: - Updated to SCOWL 6 which avoided using the original Ispell dictionaries as they were a source of too many errors, among other changes. - Added en_GB-ize dictionary (British with "ize" spelling). - Added en-variant_* auxiliary dictionaries. The version number of this dictionary is 6.0 to correspond to the SCOWL version. Aspell-6.0 is coming soon. Notes: svn path=/head/; revision=115972
* - Actually use libtool15 [1]Thierry Thomas2004-06-201-3/+9
| | | | | | | | | | - install static libraries [2] PR: ports/63944 [1] Reported by: many [2] Notes: svn path=/head/; revision=111874
* Security: fix a buffer overflow in word-list-compress:Thierry Thomas2004-06-202-2/+73
| | | | | | | | | | | | | - <http://marc.theaimsgroup.com/?l=bugtraq&m=108761564006503&w=2> - <http://nettwerked.mg2.org/advisories/wlc> Since I'm there, switch from libtool 1.3 to 1.5, to cope with PR ports/63944. Obtained from: Robert Nagy <robert@openbsd.org>. Notes: svn path=/head/; revision=111849
* Fix package building for textproc/nn-aspellThierry Thomas2004-04-271-2/+0
| | | | | | | | | (remove no.alias and nynorsk.alias). Approved by: marcus (portmgr). Notes: svn path=/head/; revision=107812
* Add dictionaries for Scottish Gaelic (gd) and Manx Gaelic (gv),Thierry Thomas2004-04-166-22/+42
| | | | | | | | | | | | | | and update the following dictionaries: - Irish (ga) - Indonesian (id) - Croatian (hr) - Italian (it) - Slovak (sk). Approved by: mat (mentor). Notes: svn path=/head/; revision=107273
* Norwegian dictionaries have been upgraded.Thierry Thomas2004-04-153-7/+7
| | | | | | | | | | | No PORTREVISION bump, but users of these dictionaries are encouraged to upgrade. Noticed by: Kris / bento Approved by: mat (implicit). Notes: svn path=/head/; revision=107091
* Adding new dictionaries:Thierry Thomas2004-03-3112-55/+105
| | | | | | | | | | | | | | | | | | | . Interlingua (ia) . Maltese (mt) . Norwegian Bokmal (nb) . Norwegian Nynorsk (nn) . Swahili (sw) . Tswana (tn) . Turkish (tr) . Walloon (wa) . Zulu (zu) Remark: Norwegian (no) is replaced by Norwegian Nynorsk (nn). Approved by: mat (mentor). Notes: svn path=/head/; revision=105803
* Fix my previous commit (missing ga dictionary).Thierry Thomas2004-03-221-0/+2
| | | | | | | | Approved by: mat (implicit) Noticed by: Kris (via bento). Notes: svn path=/head/; revision=104899
* - update cs, da, en, fo, it, pl, sk, sv, and uk dictionnaries;Thierry Thomas2004-03-1915-154/+180
| | | | | | | | | | | | | | | - add af, bg, ga, gl, hr, id, is, mi, ms, and sl dictionnaries; - bump portrevision; - simplify this port. PR: ports/64186 Submitted by: maintainer Approved by: mat (mentor). Notes: svn path=/head/; revision=104680
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Update to 0.50.5 release.Alex Dupre2004-02-124-79/+110
| | | | | | | | | PR: ports/62752 Submitted by: Thierry Thomas <thierry@pompo.net> (maintainer) Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=100795
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.Trevor Johnson2003-11-171-1/+0
| | | | Notes: svn path=/head/; revision=94172
* - Fix build problmeDirk Meyer2003-11-171-0/+5
| | | | | | | | | Does not link without at least -O, after update to 0.50.4.1 Submitted by: thierry@pompo.net Notes: svn path=/head/; revision=94146
* Update to 0.50.4.1. From the official announcement:Christian Weisgerber2003-10-182-5/+6
| | | | | | | | | | | | * Fixed major bug in pipe mode which caused the last character to be chopped off words before they were stored. * Minor formating fixes in the manual. PR: 58136 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=91538
* - Update to version 0.50.4Kirill Ponomarev2003-10-052-7/+5
| | | | | | | | PR: 57583 Submitted by: maintainer Notes: svn path=/head/; revision=90288
* Fix build on gcc 3.3Kris Kennaway2003-07-181-0/+10
| | | | Notes: svn path=/head/; revision=85085
* De-pkg-comment.Akinori MUSHA2003-02-202-2/+1
| | | | Notes: svn path=/head/; revision=75976
* Convert COMMENT to COMMENTFILE until these ports can be converted.Kris Kennaway2003-02-101-1/+1
| | | | | | | Submitted by: lioux Notes: svn path=/head/; revision=75232
* Maintainer upgrades the English dictionary to v. 0.51.Edwin Groothuis2003-01-302-2/+14
| | | | | | | | | | | Bumps PORTREVISION. Removes unused PLIST_SUB. PR: ports/46739 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=74246
* Upgrade to 0.50.3SADA Kenji2002-11-243-8/+6
| | | | | | | | PR: ports/45676 Submitted by: maintainer Notes: svn path=/head/; revision=71035
* - upgrade French dictionary to fix problemSADA Kenji2002-11-137-14/+89
| | | | | | | | | - add three new dictionaries PR: ports/44244 Submitted by: maintainer Notes: svn path=/head/; revision=70025
* Install the English dictionary when LANG is set to an unsupportedAkinori MUSHA2002-10-251-3/+6
| | | | | | | | | language by aspell. Approved by: MAINTAINER Notes: svn path=/head/; revision=68815
* Add missing file to plistPatrick Li2002-10-171-0/+1
| | | | | | | | | PR: ports/43815 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer Notes: svn path=/head/; revision=68223
* Update to 0.50.2Patrick Li2002-10-062-5/+4
| | | | | | | | PR: ports/43472 Submitted by: maintainer Notes: svn path=/head/; revision=67469
* - Support NOPORTDOCS properlyYing-Chieh Liao2002-09-203-5/+21
| | | | | | | | | PR: 42893 Submitted by: Ports Fury Approved by: maintainer Notes: svn path=/head/; revision=66799
* - Drop bash from RUN_DEPENDS, which is ugly and also conflicts with some ofMaxim Sobolev2002-09-143-5/+34
| | | | | | | | the upcoming bsd.port.mk patches tested on bento. - make USE_LIBTOOL knob actually working while I'm here. Notes: svn path=/head/; revision=66298
* Bump PORTREVISION after recent dictionary updates. For users that alreadyJoe Marcus Clarke2002-09-111-0/+1
| | | | | | | | | | | | | | | installed the English aspell-dict port, you can update by removing aspell-dict, then doing: make ASPELL_EN=yes install If you use portupgrade, you can add -m ASPELL_EN=yes to the command line, or add ASPELL_EN=yes to /etc/make.conf. Approved by: maintainer Notes: svn path=/head/; revision=66110
* Fix missing characterDirk Meyer2002-09-101-1/+1
| | | | Notes: svn path=/head/; revision=66024
* Depends on bzip2 only if not in baseDirk Meyer2002-09-101-2/+4
| | | | Notes: svn path=/head/; revision=66015
* convert language variants into meta portsDirk Meyer2002-09-1023-39/+323
| | | | | | | | | PR: 42396 Submitted by: coop9211@uidaho.edu Reviewed by: thierry@pompo.net Notes: svn path=/head/; revision=65970
* Add missing pkg-messageDavid W. Chapman Jr.2002-09-011-0/+31
| | | | | | | Notice by: many Notes: svn path=/head/; revision=65442
* Update to 0.50.1David W. Chapman Jr.2002-09-017-191/+57
| | | | | | | | | | Give maintainership to originator PR: 42051 Submitted by: thierry@pompo.net Notes: svn path=/head/; revision=65432
* * Do not link libraries against libc explicitlyJoe Marcus Clarke2002-07-033-2/+11
| | | | | | | | * Do not install .la files * Bump PORTREVISION Notes: svn path=/head/; revision=62398
* Removed obsolate variables.Ying-Chieh Liao2002-05-311-7/+1
| | | | | | | | | | Correctly patch libtool. PR: 37314 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=60346
* .33.7 -> .33.7.1. It seems, the new version is not very different in theMikhail Teterin2001-09-032-2/+2
| | | | | | | | code, but the manual and the build files (libtool, configure, etc.) were rerolled. Notes: svn path=/head/; revision=47371
* Update to 0.33.7Mario Sergio Fujikawa Ferreira2001-08-084-30/+10
| | | | | | | | PR: 29448 Submitted by: Kato Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=45977
* Update to version 0.33.6.3Kevin Lo2001-06-153-17/+12
| | | | | | | | PR: 28062 Submitted by: Ports Fury Notes: svn path=/head/; revision=44025
* Update to version 0.33Kevin Lo2001-02-186-119/+120
| | | | | | | | PR: 25150 Submitted by: Ports Fury Notes: svn path=/head/; revision=38466
* More style fixes for ports/textproc.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37996
* Update pspell version number.Maxim Sobolev2001-01-311-1/+1
| | | | Notes: svn path=/head/; revision=37843
* Release a few more ports so I can concentrate more on GNOMEAde Lovett2000-11-171-1/+1
| | | | Notes: svn path=/head/; revision=35227
* Remove --buld ltconfig option hacks. Please don't forget to update your libtoolMaxim Sobolev2000-09-251-1/+1
| | | | | | | installation. Notes: svn path=/head/; revision=33093
* Update to 0.32.5Ade Lovett2000-08-213-4/+5
| | | | Notes: svn path=/head/; revision=31820
* Update to 0.32.1Ade Lovett2000-08-083-14/+9
| | | | Notes: svn path=/head/; revision=31433
* Update to 0.32Ade Lovett2000-08-043-6/+39
| | | | Notes: svn path=/head/; revision=31292