aboutsummaryrefslogtreecommitdiff
path: root/textproc/mythes
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* 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
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Fix port builds for architectures which remain on gcc as the default compiler.Mark Linimon2018-06-111-1/+1
| | | | | | | | | | | | | | | | | This will primarily help powerpc64. For archs where clang is the default compiler, these changes will have no effect, as the base compiler already has these capabilities (primarily, but not exclusively, c++-11). Tested for no-harm on amd64. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=472160
* 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
* - Add missing USES=perl5 and USE_PERL5=run for th_gen_idx.plSunpoet Po-Chuan Hsieh2016-11-262-5/+6
| | | | | | | | | | - Fix indent - Move build-related knobs together - Update WWW - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=427154
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Update to 1.2.4Baptiste Daroussin2014-06-293-6/+11
| | | | | | | | | | - Fix shebang for perl script - Strip binary - add license - convert to USES=libtool Notes: svn path=/head/; revision=359796
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-11-171-1/+1
| | | | Notes: svn path=/head/; revision=334111
* - Remove NO_STAGE as these have been tested to be safeBryan Drewery2013-09-251-1/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=328226
* 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
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-7/+1
| | | | Notes: svn path=/head/; revision=316355
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* use PKGCONFIG macroBaptiste Daroussin2012-07-271-1/+2
| | | | Notes: svn path=/head/; revision=301608
* - Update to 1.2.3Sunpoet Po-Chuan Hsieh2012-07-132-4/+4
| | | | | | | | | | | | | - Partially pet portlint: remove ABI version number from LIB_DEPENDS Changes: 2012-06-28: - Fix some cppcheck warnings - Fix some parfait warnings Notes: svn path=/head/; revision=300835
* - Update to 1.2.2Sunpoet Po-Chuan Hsieh2011-12-282-4/+4
| | | | | | | | | | | | | | | - Set DIST_SUBDIR: move dist files to DISTDIR/mythes Changes: 2011-12-21: - Fix some coverity warnings 2011-02-15: - Crash in es thesaurus (rhbz#675806) Notes: svn path=/head/; revision=288172
* - Sort PLISTSunpoet Po-Chuan Hsieh2011-07-291-4/+4
| | | | Notes: svn path=/head/; revision=278519
* Pass matainership to the new office teamBaptiste Daroussin2011-07-221-1/+1
| | | | Notes: svn path=/head/; revision=278145
* - update to 1.3.2Baptiste Daroussin2011-07-191-4/+3
| | | | | | | | | | | - 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
* MyThes is a simple thesaurus that uses a structured text data file and an indexBaptiste Daroussin2011-06-174-0/+39
file with binary search to lookup words and phrases and return information on part of speech, meanings, and synonyms WWW: http://hunspell.sourceforge.net Notes: svn path=/head/; revision=275753