aboutsummaryrefslogtreecommitdiff
path: root/textproc/aspell/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation with Clang (patch submitted by rdivacky).Thierry Thomas2011-05-091-2/+2
| | | | | | | Since I'm there, pet portlint. Notes: svn path=/head/; revision=273888
* Upgrade English dictionaries to SCOWL 7.1 which corrected several errorsThierry Thomas2011-01-071-2/+2
| | | | | | | | and also added several now common proper names and some other words now in common use. Notes: svn path=/head/; revision=267489
* Upgrade english dictionaries. This adds several variants.Thierry Thomas2010-12-281-2/+4
| | | | Notes: svn path=/head/; revision=267084
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+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
* - Disable wide char utf8 cursor control for $OSVERSION < 602107; (1)Thierry Thomas2008-04-191-2/+10
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211564
* Upgrade to 0.60.6.Thierry Thomas2008-04-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=211390
* Don't depend on gettext if WITHOUT_NLS is defined.Thierry Thomas2007-08-121-2/+2
| | | | | | | Submitted by: dougb Notes: svn path=/head/; revision=197524
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-3/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Fix MASTER_SITE_SUBDIR for the Englich dictionary.Thierry Thomas2007-03-081-1/+2
| | | | | | | | PR: ports/110067 Submitted by: Eric P. Scott <eps+pbug0703 (at) ana.com> Notes: svn path=/head/; revision=186931
* Back-out the s/@dirrm/@dirrmtry/ changeThierry Thomas2006-12-201-2/+2
| | | | | | | | PR: ports/106957 Submitted by: John Merryweather Cooper <john_m_cooper (at) yahoo.com> Notes: svn path=/head/; revision=180241
* Upgrade Aspell to 0.60.5.Thierry Thomas2006-12-191-5/+6
| | | | | | | Changelog at <http://aspell.sourceforge.net/aspell-0.60.5.txt>. Notes: svn path=/head/; revision=180194
* - s/INSTALLS_SHLIB/USE_LDCONFIG/, although not yet recognized byThierry Thomas2006-08-061-1/+1
| | | | | | | | | | | | | portlint; - deinstall share/locale/sl, which is not defined in /etc/mtree/BSD.local.dist. PR: ports/101497 Submitted by: Stanislav Sedov <ssedov (at) mbsd.msk.ru> Notes: svn path=/head/; revision=169855
* All dictionaries can be installed separately:Thierry Thomas2006-07-151-162/+56
| | | | | | | | | | | | | | | | | | | | | - 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
* Conversion to a single libtool environment.Ade Lovett2006-02-231-2/+2
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add a Gujarati (gu) dictionary;Thierry Thomas2006-01-191-4/+5
| | | | | | | - Update Lithuanian (lt) & Uzbek (uz) dictionaries. Notes: svn path=/head/; revision=153904
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* /usr/bin/bzip2 has been part of the base system since 4.4,Thierry Thomas2005-11-141-4/+0
| | | | | | | | | | therefore it's not necessary to explicitely check for it. PR: 88994 Submitted by: edwin Notes: svn path=/head/; revision=148275
* - Update Ukrainian dictionary;Thierry Thomas2005-11-131-2/+5
| | | | | | | - Add Serbian and Telugu dictionaries. Notes: svn path=/head/; revision=148094
* Upgrade to 0.60.4.Thierry Thomas2005-10-191-5/+5
| | | | | | | Changelog at <http://aspell.sourceforge.net/aspell-0.60.4.txt>. Notes: svn path=/head/; revision=145892
* Upgrade to 0.60.3.Thierry Thomas2005-06-281-4/+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. Notes: svn path=/head/; revision=138136
* - Update Irish (ga), Italian (it), Oriya (or), and Uzbek (uz)Thierry Thomas2005-06-021-4/+10
| | | | | | | | | | dictionaries. - Add Kashubian (csb), Hindi (hi), Hiligaynon (hil), Marathi (mr), and Punjabi (pa) dictionaries. Notes: svn path=/head/; revision=136693
* ftp.gnu.org is down => add some mirrors for the dictionnaries.Thierry Thomas2005-01-021-1/+4
| | | | | | | | | Reported by: Kris via pointyhat Approved by: portmgr (marcus) Obtained from: linux-aspell (mezz). Notes: svn path=/head/; revision=125683
* Adding three new dictionaries:Thierry Thomas2004-12-281-4/+7
| | | | | | | | | - Amharic (am); - Oriya (or); - Low Saxon (nds). Notes: svn path=/head/; revision=125348
* Upgrade to 0.60.2.Thierry Thomas2004-12-211-4/+4
| | | | Notes: svn path=/head/; revision=124734
* Upgrade to 0.60.1.1.Thierry Thomas2004-11-201-20/+7
| | | | | | | | | | | This release contains an important bug fix involving checking of capitalized word when affix compression is used. Aspell can be linked again with the base ncurses, then WITH_NCURSES has been removed. Notes: svn path=/head/; revision=122001
* - Update the german dictionary;Thierry Thomas2004-11-161-5/+9
| | | | | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=121775
* Upgrade to 0.60.1.Thierry Thomas2004-11-081-7/+20
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=121129
* 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-291-0/+1
| | | | | | | | | Bump PORTREVISION. Reported by: marcus and Volker Kindermann. Notes: svn path=/head/; revision=117609
* - Upgrade to 0.60;Thierry Thomas2004-08-281-82/+78
| | | | | | | | | | - 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-111-9/+15
| | | | | | | | | | | | | | | | | | 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-201-2/+2
| | | | | | | | | | | | | - <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
* Add dictionaries for Scottish Gaelic (gd) and Manx Gaelic (gv),Thierry Thomas2004-04-161-8/+12
| | | | | | | | | | | | | | 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-151-2/+2
| | | | | | | | | | | 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-311-48/+43
| | | | | | | | | | | | | | | | | | | . 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
* - update cs, da, en, fo, it, pl, sk, sv, and uk dictionnaries;Thierry Thomas2004-03-191-135/+96
| | | | | | | | | | | | | | | - 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-121-4/+3
| | | | | | | | | 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-181-4/+5
| | | | | | | | | | | | * 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-051-6/+4
| | | | | | | | PR: 57583 Submitted by: maintainer Notes: svn path=/head/; revision=90288
* De-pkg-comment.Akinori MUSHA2003-02-201-1/+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