aboutsummaryrefslogtreecommitdiff
path: root/korean/hunspell
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* hunspell: avoid plist substitutionBaptiste Daroussin2021-08-091-2/+2
| | | | | When using PLIST_FILES substitution is not necessary and recommended not to use, the direct use of make(1) variables, works perfectly fine.
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Update to 0.7.90.Jung-uk Kim2019-07-153-5/+5
| | | | | | | - Update WWW. Notes: svn path=/head/; revision=506673
* Upgrade to 0.7.1.Thierry Thomas2018-10-224-20/+42
| | | | | | | Approved by: maintainer time-out Notes: svn path=/head/; revision=482778
* - Those ports fail to build with python3Antoine Brodin2017-12-121-2/+2
| | | | | | | - Add some explicit FLAVOR to dependencies where needed Notes: svn path=/head/; revision=456181
* Update LICENSESunpoet Po-Chuan Hsieh2017-09-241-2/+2
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=450509
* Use PYTHON_PKGNAMEPREFIX instead of py${PYTHON_SUFFIX}-Sunpoet Po-Chuan Hsieh2017-01-081-1/+1
| | | | | | | With hat: python Notes: svn path=/head/; revision=430874
* textproc/hunspell: update to 1.6.0Jan Beich2017-01-071-1/+1
| | | | | | | | | | | | | | | | | | - 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-1/+1
| | | | | | | | | | 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
* Unbreak the port and modernize.Jung-uk Kim2016-09-144-21/+35
| | | | Notes: svn path=/head/; revision=422162
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-141-0/+2
| | | | | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight Notes: svn path=/head/; revision=422140
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* cleanup plistBaptiste Daroussin2014-12-201-1/+0
| | | | Notes: svn path=/head/; revision=375093
* - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,Marcus von Appen2014-10-191-2/+1
| | | | | | | | | x11-fonts/, x11-toolkits and x11-wm to new USES=python Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371203
* Simplify MASTER_SITES and use USES=tar:xz.Jung-uk Kim2014-03-141-3/+2
| | | | Notes: svn path=/head/; revision=348270
* Support stage, use bsdtar to extractBaptiste Daroussin2013-11-041-5/+4
| | | | Notes: svn path=/head/; revision=332687
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | korean) Notes: svn path=/head/; revision=327739
* - Update to 0.5.6.Jung-uk Kim2012-10-082-8/+4
| | | | | | | - Trim makefile header. Notes: svn path=/head/; revision=305552
* Update to 0.5.5.Jung-uk Kim2011-09-122-3/+3
| | | | Notes: svn path=/head/; revision=281707
* Rename ko-KR.* to ko_KR.* for consistency with other dictionaries.Jung-uk Kim2011-08-091-4/+4
| | | | Notes: svn path=/head/; revision=279369
* Korean hunspell dictionariesJung-uk Kim2011-08-094-0/+51
WWW: http://code.google.com/p/spellcheck-ko/ Notes: svn path=/head/; revision=279367