aboutsummaryrefslogtreecommitdiff
path: root/textproc/aspell
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade English dictionaries to SCOWL 7.1 which corrected several errorsThierry Thomas2011-01-072-4/+4
| | | | | | | | 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-283-6/+24
| | | | 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-192-2/+21
| | | | | | | | | | | | - 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-164-34/+23
| | | | | | | | | | | | | | | | | | | | | | 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-192-18/+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
* Really normalize Aspell dictionaries ports PKGVERSION...Thierry Thomas2007-02-141-0/+1
| | | | | | | | | | | | textproc/aspell/Makefile.inc had been forgotten in the previous commit. PR: ports/106573 Submitted by: Marcin Wisnicki <mwisnicki+freebsd (at) gmail.com> Reported by: Michel TALON <talon (at) lpthe.jussieu.fr> Pointyhat to: /me Notes: svn path=/head/; revision=185199
* 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-195-31/+22
| | | | | | | 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-062-1/+3
| | | | | | | | | | | | | 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-1583-949/+83
| | | | | | | | | | | | | | | | | | | | | - 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
* Fix build with gcc41.Thierry Thomas2006-03-311-0/+14
| | | | | | | | PR: 95132 Submitted by: Ron MacNeil <macro (at) hotmail.com> Notes: svn path=/head/; revision=158489
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+4
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-16/+16
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154137
* - Add a Gujarati (gu) dictionary;Thierry Thomas2006-01-194-12/+23
| | | | | | | - 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-136-5/+110
| | | | | | | - Add Serbian and Telugu dictionaries. Notes: svn path=/head/; revision=148094
* Upgrade to 0.60.4.Thierry Thomas2005-10-195-41/+26
| | | | | | | Changelog at <http://aspell.sourceforge.net/aspell-0.60.4.txt>. Notes: svn path=/head/; revision=145892
* Add two missing translations files.Thierry Thomas2005-06-291-0/+2
| | | | | | | Reported by: marcus Notes: svn path=/head/; revision=138154
* Upgrade to 0.60.3.Thierry Thomas2005-06-283-1603/+11
| | | | | | | | | 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-029-16/+66
| | | | | | | | | | dictionaries. - Add Kashubian (csb), Hindi (hi), Hiligaynon (hil), Marathi (mr), and Punjabi (pa) dictionaries. Notes: svn path=/head/; revision=136693
* Upgrade Hebrew (he) and Uzbek (uz) dictionaries.Thierry Thomas2005-01-192-6/+6
| | | | Notes: svn path=/head/; revision=126862
* 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-286-4/+36
| | | | | | | | | - Amharic (am); - Oriya (or); - Low Saxon (nds). Notes: svn path=/head/; revision=125348
* Upgrade to 0.60.2.Thierry Thomas2004-12-213-11/+11
| | | | Notes: svn path=/head/; revision=124734
* Don't remove system locale directories (not listed in the relevantKris Kennaway2004-12-201-6/+0
| | | | | | | | | | BSD.*.dist), but do remove locale directories that are not listed there. Moreover, don't try to unconditionally @dirrm these directories since they're shared with other ports and are likely to still be in use. Notes: svn path=/head/; revision=124551
* Clean up handling of locale directories at deinstall-time:Kris Kennaway2004-12-161-7/+0
| | | | | | | | * Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created Notes: svn path=/head/; revision=124183
* Fix plist.Thierry Thomas2004-12-061-0/+1
| | | | | | | Reported by: <http://pointyhat.freebsd.org/errorlogs/i386-6-latest-logs/extras.html>. Notes: svn path=/head/; revision=123293
* Unbreak af-aspell.Thierry Thomas2004-11-261-0/+1
| | | | Notes: svn path=/head/; revision=122515
* Upgrade to 0.60.1.1.Thierry Thomas2004-11-202-22/+9
| | | | | | | | | | | 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-166-9/+36
| | | | | | | | | | | | | | | - 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
* Don't attempt to remove system directoriesKris Kennaway2004-11-131-8/+0
| | | | Notes: svn path=/head/; revision=121499
* Upgrade to 0.60.1.Thierry Thomas2004-11-085-23/+56
| | | | | | | | | | | | | 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
* Fix configure to accept CXXFLAGS.Thierry Thomas2004-10-182-14/+23
| | | | | | | | | | Since I'm there, use DATADIR. PR: ports/71787 Submitted by: Alex Semenyaka. Notes: svn path=/head/; revision=119721
* 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