aboutsummaryrefslogtreecommitdiff
path: root/textproc/enchant
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* textproc: Add missing USES={gnome,php}Tobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517055
* textproc/hunspell: update to 1.7.0Jan Beich2019-01-181-2/+2
| | | | | | | | | - Drop const optimization as v2 API moved to nuspell Changes: https://github.com/hunspell/hunspell/releases/tag/v1.7.0 Notes: svn path=/head/; revision=490671
* Copy enchant to enchant2 for the new version with shared library bump.Koop Mast2018-04-015-7/+23
| | | | | | | | | | | Fix typo in ZEMBEREK lib depends line and add missing dependancy. Rename sorting file in textproc/enchant to fix conflict with textproc/enchant2. PR: 215083 (based on) Submitted by: thierry@FreeBSD.org Notes: svn path=/head/; revision=466176
* textproc/hunspell: update to 1.6.0Jan Beich2017-01-071-2/+2
| | | | | | | | | | | | | | | | | | - Restore DIST_SUBDIR from r305651 - Adjust license for "or later" clause - Restore GPLv2+/LGPL21+ license files removed upstream as GPLv3+/LGPL3+ only affects Hunspell 2.0 (not currently built) - Unbreak |make makepatch| Changes: https://github.com/hunspell/hunspell/releases/tag/v1.6.0 PR: 215714 Submitted by: sunpoet (based on) Exp-run by: antoine MFH: 2017Q1 Differential Revision: https://reviews.freebsd.org/D8887 Notes: svn path=/head/; revision=430796
* textproc/hunspell: update to 1.5.4Jan Beich2016-12-031-2/+2
| | | | | | | | | | Changes: https://github.com/hunspell/hunspell/blob/v1.5.4/ChangeLog PR: 214837 Exp-run by: antoine (for 1.5.3) Approved by: office (bapt) Notes: svn path=/head/; revision=427743
* textproc/enchant: unbreak with hunspell 1.5Jan Beich2016-11-261-0/+11
| | | | | | | | | | | | | | | myspell_checker.cpp:430:8: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char *enc = myspell->get_dic_encoding(); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ https://github.com/hunspell/hunspell/commit/971f8a9cf52e PR: 214837 Approved by: portmgr blanket Notes: svn path=/head/; revision=427132
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-231-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Drop :keepla from libtool USES.Koop Mast2015-08-012-9/+2
| | | | Notes: svn path=/head/; revision=393403
* Cleanup plistAntoine Brodin2014-11-151-3/+0
| | | | Notes: svn path=/head/; revision=372605
* Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent portsTijl Coosemans2014-07-041-1/+1
| | | | | | | Approved by: portmgr (implicit, PORTREVISION bump on unstaged port) Notes: svn path=/head/; revision=360658
* USE_GNOME=ltverhack -> USES=libtool:keeplaKoop Mast2014-05-032-4/+5
| | | | Notes: svn path=/head/; revision=352868
* Use options helpersBaptiste Daroussin2014-01-281-50/+17
| | | | | | | | | | Use install-strip target to strip binaries (it respect DONTSTRIP which is passed to env in case we do build WITH_DEBUG) Switch ispell -> aspell-ispell Approved by: kwm (gnome) Notes: svn path=/head/; revision=341567
* Fix myspell (hunspell) and ispell backends. It needs to known the exactKoop Mast2013-11-172-8/+11
| | | | | | | | | | | directory where the dictonaries are located. Use MULTI options. A spellcheck library without any spell check backends is useless. Switch default to HUNSPELL, it beter maintained. Stageify. Notes: svn path=/head/; revision=334105
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* Make sure we use system hunspell and look in the right location where toKoop Mast2013-09-202-8/+21
| | | | | | | | | | | | find the dictionaries. [1] Do the same for hspell and ispell, and use new lib_depend syntax. USE_GMAKE => USES=gmake and fix bug in configure script. PR: ports/180660 Submitted by: tijl@ Notes: svn path=/head/; revision=327695
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316355
* Restore default options from before conversion to OptionsNG.Koop Mast2013-04-031-0/+2
| | | | | | | | | Reported by: makc@ Approved by: portmgr (miwi@) Pointyhat to: kwm@ Notes: svn path=/head/; revision=315712
* Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfixKoop Mast2013-03-191-22/+16
| | | | | | | | | | instead of gnomehack and pet portlint. Add conflicts with future gnome3 versions. Reviewed by: miwi, bapt Notes: svn path=/head/; revision=314632
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-081-5/+2
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* - update to 1.3.2Baptiste Daroussin2011-07-191-1/+1
| | | | | | | | | | | - remove hungarian dictionnary (will be readded later as a separate port) - rework description - change WWW - chase library bump - add license Notes: svn path=/head/; revision=277936
* - Connect textproc/hunspell to the buildJulien Laffaye2011-07-181-1/+1
| | | | | | | | | | | - Unconnect hungarian/hunspell - Chase hunspell move - Add an entry to MOVED and UPDATING Approved by: bapt (mentor) Notes: svn path=/head/; revision=277908
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Update to 1.6.0.Koop Mast2010-07-253-32/+52
| | | | | | | | | Add some backend options. [1] Submitted by: makc@ [1] Notes: svn path=/head/; revision=258226
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Use OPTIONSStanislav Sedov2009-02-122-24/+22
| | | | | | | | | - Make zemberek optional (requires dbus). Approved by: gnome (marcus) Notes: svn path=/head/; revision=228124
* Update to 1.4.2.Jeremy Messenger2008-12-042-5/+4
| | | | | | | | PR: ports/128853 Submitted by: bf <bf2006a@yahoo.com> Notes: svn path=/head/; revision=223784
* 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
* Correct the patch.Jeremy Messenger2008-04-171-3/+3
| | | | Notes: svn path=/head/; revision=211425
* Fix build on OSVERSION < 700042Michael Johnson2008-04-161-0/+6
| | | | | | | | PR: ports/122831 Submitted by: barbara <barbara.xxx1975@libero.ot> Notes: svn path=/head/; revision=211393
* Update to 1.4.0Michael Johnson2008-04-163-4/+9
| | | | | | | | PR: ports/122822 Submitted by: Wen heping <wenheping@gmail.com> Notes: svn path=/head/; revision=211378
* Update to 1.3.0.Jeremy Messenger2006-11-303-23/+5
| | | | Notes: svn path=/head/; revision=178381
* INSTALLS_SHLIB -> USE_LDCONFIG.Jeremy Messenger2006-11-051-1/+1
| | | | | | | Found by: portlint (cports.sh) Notes: svn path=/head/; revision=176403
* Update to 1.2.6.Jeremy Messenger2006-07-103-16/+4
| | | | Notes: svn path=/head/; revision=167411
* -Update to 1.2.5.Jeremy Messenger2006-04-144-8/+32
| | | | | | | -Update the pkg-descr, copied from its website. Notes: svn path=/head/; revision=159510
* - Fix build on FreeBSD 4.XPav Lucistnik2006-03-161-0/+18
| | | | | | | | PR: ports/94536 Submitted by: Tod McQuillin <devin@spamcop.net> Notes: svn path=/head/; revision=157429
* - Update to 1.2.3. [1]Jeremy Messenger2006-03-154-30/+28
| | | | | | | | | | | | | | | | - Remove the USE_REINPLACE. [1] - Update the WWW. [1] - Use the DATADIR in plist. [1] - Add --{disable|enable}-* for us can control knob better to disable/enable, because of autocheck exists in the configure. - Disable hspell support for now, it needs newer hspell 0.9 that has a new hspell_get_dictionary_path() function. Current in ports only has hspell 0.8. PR: ports/94326 [1] Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> [1] Notes: svn path=/head/; revision=157308
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+7
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* 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
* - Update to 1.2.0Michael Johnson2005-11-103-12/+15
| | | | Notes: svn path=/head/; revision=147816
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-0/+1
| | | | Notes: svn path=/head/; revision=130974
* - Remove gnomeprefix from USE_GNOME to fix plist for gnome 2.10Michael Johnson2005-03-081-1/+1
| | | | | | | Spotted by: ade via irc Notes: svn path=/head/; revision=130580
* -Update to 1.1.5.Jeremy Messenger2004-12-152-6/+10
| | | | | | | -Use libtool 1.5. Notes: svn path=/head/; revision=124068
* Chase the libpspell shared lib version.Joe Marcus Clarke2004-08-291-2/+2
| | | | Notes: svn path=/head/; revision=117590