Commit graph

35 commits

Author SHA1 Message Date
Baptiste Daroussin
6f28782695 Fix with 0 lentgh words
Submitted by:	avg (office@ mailing list)
2012-03-04 19:58:02 +00:00
Thierry Thomas
de6a522b18 Upgrade to 0.60.6.1.
Remark: this release includes a patch provided by rdivacky to build with
clang.
2011-07-04 20:24:28 +00:00
Thierry Thomas
e1953fa8df Fix compilation with Clang (patch submitted by rdivacky).
Since I'm there, pet portlint.
2011-05-09 20:08:23 +00:00
Thierry Thomas
da789f6807 - Disable wide char utf8 cursor control for $OSVERSION < 602107; (1)
- Fix segfault when checking TeX files. (2)

Reported by:	Pav (1)
PR:		ports/122873 (2)
Submitted by:	Roland Smith <rsmith (at) xs4all.nl> (2)
Patch from:	Kevin Atkinson <kevina (at) gnu.org> (author) (2)
2008-04-19 07:46:27 +00:00
Thierry Thomas
dbfb1fb6d4 Upgrade to 0.60.6.
List of changes from 0.60.5:

   * Compile fixes for Gcc 4.3.

   * Minor tweak to suggestion code which improved suggestion results in
     certain cases.

   * Always line buffer stdout and stderr in the Aspell utility when
     there is the potential for it to be used interactively through a
     pipe.

   * Removed debug output in `aspell munch-list'.

   * Other minor updates and bug fixes.

   * Enable Unicode support.
2008-04-16 20:35:19 +00:00
Thierry Thomas
0197e9013a Upgrade Aspell to 0.60.5.
Changelog at <http://aspell.sourceforge.net/aspell-0.60.5.txt>.
2006-12-19 21:07:51 +00:00
Thierry Thomas
8d1905f704 All dictionaries can be installed separately:
- 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>
2006-07-15 14:28:44 +00:00
Thierry Thomas
9b125e1421 Fix build with gcc41.
PR:		95132
Submitted by:	Ron MacNeil <macro (at) hotmail.com>
2006-03-31 20:20:45 +00:00
Thierry Thomas
bdab6f5f0e - Add a Gujarati (gu) dictionary;
- Update Lithuanian (lt) & Uzbek (uz) dictionaries.
2006-01-19 23:09:42 +00:00
Thierry Thomas
e5c2458f49 - Update Ukrainian dictionary;
- Add Serbian and Telugu dictionaries.
2005-11-13 11:30:20 +00:00
Thierry Thomas
bd5bdebb6a Upgrade to 0.60.4.
Changelog at <http://aspell.sourceforge.net/aspell-0.60.4.txt>.
2005-10-19 19:21:01 +00:00
Thierry Thomas
6ee7aec70b Upgrade to 0.60.3.
This release fixes several bugs involving some of the C API functions,
fixes a major bug and improves the speed of the suggestion code, and
fixes a number of other bugs.
2005-06-28 20:27:07 +00:00
Thierry Thomas
d35f7fdca2 - Update Irish (ga), Italian (it), Oriya (or), and Uzbek (uz)
dictionaries.

- Add Kashubian (csb), Hindi (hi), Hiligaynon (hil), Marathi (mr), and
  Punjabi (pa) dictionaries.
2005-06-02 21:58:48 +00:00
Thierry Thomas
68e95e3968 Upgrade Hebrew (he) and Uzbek (uz) dictionaries. 2005-01-19 20:40:40 +00:00
Thierry Thomas
7bda762ebb Adding three new dictionaries:
- Amharic (am);
- Oriya (or);
- Low Saxon (nds).
2004-12-28 16:00:41 +00:00
Thierry Thomas
c446f4ee12 Upgrade to 0.60.2. 2004-12-21 22:19:56 +00:00
Thierry Thomas
b685b94e9a - Update the german dictionary;
- Add two new dictionaries: Persian (Farsi) and alt-de (German using the
original spelling rules);

- A new slave port has been created for the Persian dictionary.

Remark: no new slave port for alt-de, because (1) it might get merged
with the normal de dictionary and (2) Serge Gagnon is working on a
reorganization of all these slaves-ports. To install it use the port
textproc/aspell.
2004-11-16 21:39:39 +00:00
Thierry Thomas
4db82ab157 Upgrade to 0.60.1.
This release adds a new Nroff and Texinfo filter and fixes a number
of bugs and portability problems.

Warning: aspell-0.60.1 is now incompatible with the base ncurses.
To keep the ncurses interfaces, please define WITH_NCURSES: aspell
will then depend on the port devel/ncurses.
Since devel/ncurses is not packageable, this is not the default.
2004-11-08 15:35:45 +00:00
Thierry Thomas
7b12bfeff7 Fix configure to accept CXXFLAGS.
Since I'm there, use DATADIR.

PR:		ports/71787
Submitted by:	Alex Semenyaka.
2004-10-18 12:51:55 +00:00
Thierry Thomas
42a7a68fdf Force libaspell to link with libintl to fix gnomespell and balsa.
Bump PORTREVISION.

Reported by:	marcus and Volker Kindermann.
2004-08-29 23:04:54 +00:00
Thierry Thomas
6fd4bdbdfe - Upgrade to 0.60;
- 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.
2004-08-28 22:49:49 +00:00
Thierry Thomas
6fcb668607 Security: fix a buffer overflow in word-list-compress:
- <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>.
2004-06-20 09:04:32 +00:00
Alex Dupre
38596b3c60 Update to 0.50.5 release.
PR:		ports/62752
Submitted by:	Thierry Thomas <thierry@pompo.net> (maintainer)
Approved by:	nork (mentor/implicitly)
2004-02-12 23:27:18 +00:00
Kris Kennaway
88c444ff0e Fix build on gcc 3.3 2003-07-18 02:40:04 +00:00
Ying-Chieh Liao
ce563ea1bb - Support NOPORTDOCS properly
PR:		42893
Submitted by:	Ports Fury
Approved by:	maintainer
2002-09-20 06:36:40 +00:00
Maxim Sobolev
aa0a6b33ab - Drop bash from RUN_DEPENDS, which is ugly and also conflicts with some of
the upcoming bsd.port.mk patches tested on bento.
- make USE_LIBTOOL knob actually working while I'm here.
2002-09-14 09:40:56 +00:00
David W. Chapman Jr.
007c3bebf1 Update to 0.50.1
Give maintainership to originator

PR:		42051
Submitted by:	thierry@pompo.net
2002-09-01 17:19:52 +00:00
Joe Marcus Clarke
532b6e59eb * Do not link libraries against libc explicitly
* Do not install .la files
* Bump PORTREVISION
2002-07-03 23:35:40 +00:00
Mario Sergio Fujikawa Ferreira
4f3c91e09d Update to 0.33.7
PR:		29448
Submitted by:	Kato Tsuguru <tkato@prontomail.com>
2001-08-08 17:16:55 +00:00
Kevin Lo
1657b8c95d Update to version 0.33
PR: 25150
Submitted by: Ports Fury
2001-02-18 16:10:58 +00:00
Maxim Sobolev
b82bff9c55 Remove --buld ltconfig option hacks. Please don't forget to update your libtool
installation.
2000-09-25 08:14:28 +00:00
Ade Lovett
84f83b71aa Update to 0.31 .. now requires textproc/pspell 2000-06-13 23:05:02 +00:00
Chris Piazza
9199d36798 Update to version 0.28.2.1
This port requires gcc 2.95.1 to build, so USE_NEWGCC
isn't set until -current is upgraded to that version.

PR:		13166
Submitted by:	Ade Lovett <ade@lovett.com>
1999-08-26 20:48:31 +00:00
David E. O'Brien
f96d629351 Upgrade to 0.27.
If "HAVE_EGCS" is defined, aspell will not depend on the STL port and will
use the natvie EGCS STL instead.
1999-02-28 10:25:58 +00:00
Seiichirou Hiraoka
bec7fd75f3 PR: ports/9072
Submitted by:	josh@quick.net
Spelling checker with better suggestion logic than ispell
1998-12-24 16:29:00 +00:00