aboutsummaryrefslogtreecommitdiff
path: root/german/hunspell
Commit message (Collapse)AuthorAgeFilesLines
* Pet portlint: reorder knobsSunpoet Po-Chuan Hsieh2019-03-021-4/+5
| | | | Notes: svn path=/head/; revision=494441
* german/hunspell: Use gsed during the buildTobias Kortkamp2019-02-261-1/+4
| | | | | | | | | | | | | | | | | hunspell's build currently attempts to use base sed and \t, most certainly with the expectation that the latter will expand to a tab. With base sed, this is currently not the case - '\t' gets passed through literally to regex(3), which sees this as an escape of an ordinary character. Escapes of ordinary characters will be disallowed in future versions of regex(3), so switch to textproc/gsed for now which does the right thing with \t. PR: 233439 Submitted by: kevans Approved by: office (maintainer timeout, > 2 months) Notes: svn path=/head/; revision=493948
* Update MASTER_SITES and WWWSunpoet Po-Chuan Hsieh2019-01-062-2/+2
| | | | Notes: svn path=/head/; revision=489546
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-301-0/+1
| | | | | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run Notes: svn path=/head/; revision=455167
* Mark some ports failing on armv6, for errors classified as "???".Mark Linimon2017-05-261-0/+2
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441814
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-1/+0
| | | | | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=431796
* textproc/hunspell: update to 1.6.0Jan Beich2017-01-071-0/+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
* - Update to 20161207Sunpoet Po-Chuan Hsieh2016-12-172-5/+4
| | | | Notes: svn path=/head/; revision=428750
* textproc/hunspell: update to 1.5.4Jan Beich2016-12-031-0/+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
* - Update to 20160407Sunpoet Po-Chuan Hsieh2016-11-202-3/+4
| | | | Notes: svn path=/head/; revision=426669
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Make build process independent from locale settingSunpoet Po-Chuan Hsieh2016-01-171-0/+1
| | | | | | | | | PR: 206191 Submitted by: Rainer Hurling <rhurlin@gwdg.de> Sponsored by: PortsCamp Taiwan Notes: svn path=/head/; revision=406368
* - Update to 20151222Sunpoet Po-Chuan Hsieh2016-01-122-3/+3
| | | | Notes: svn path=/head/; revision=405924
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-07-181-0/+1
| | | | Notes: svn path=/head/; revision=392422
* Cleanup plistBaptiste Daroussin2014-12-201-1/+0
| | | | Notes: svn path=/head/; revision=375086
* - Use USES=tar:bzip2Sunpoet Po-Chuan Hsieh2014-07-161-2/+1
| | | | Notes: svn path=/head/; revision=362069
* Use aspell instead of ispell to build the packageBaptiste Daroussin2014-01-281-3/+7
| | | | | | | | Cleanup build_depends mute the mkdir Notes: svn path=/head/; revision=341534
* - Update to 20131206Sunpoet Po-Chuan Hsieh2013-12-092-3/+3
| | | | Notes: svn path=/head/; revision=335972
* - Add my LOCAL to MASTER_SITESSunpoet Po-Chuan Hsieh2013-11-191-4/+8
| | | | | | | | - Add LICENSE - Sort USES Notes: svn path=/head/; revision=334295
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-11-171-1/+1
| | | | Notes: svn path=/head/; revision=334111
* Support stage, use bsdtar to extractBaptiste Daroussin2013-11-041-9/+7
| | | | 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
| | | | | | | german) Notes: svn path=/head/; revision=327732
* - Convert to new perl frameworkAndrej Zverev2013-08-041-2/+2
| | | | | | | Approved by: bapt@ (office@) Notes: svn path=/head/; revision=324225
* Add some shebangfix to allow building most of the ports tree without ↵Baptiste Daroussin2013-05-071-5/+2
| | | | | | | | | | /usr/bin/perl Submitted by: John Marino Obtained from: DPorts Notes: svn path=/head/; revision=317605
* - Update to 20120607Sunpoet Po-Chuan Hsieh2012-06-282-4/+3
| | | | Notes: svn path=/head/; revision=300130
* - Set DIST_SUBDIR: move dist files to DISTDIR/hunspellSunpoet Po-Chuan Hsieh2011-08-172-2/+3
| | | | Notes: svn path=/head/; revision=279921
* - Unify COMMENT and pkg-descrSunpoet Po-Chuan Hsieh2011-08-122-2/+2
| | | | | | | | | - Set WRKSRC - Fix typo - Add trailing slash of WWW Notes: svn path=/head/; revision=279564
* - Fix PLIST: explicitly list installing filenamesSunpoet Po-Chuan Hsieh2011-08-092-2/+4
| | | | | | | - Fix typo Notes: svn path=/head/; revision=279341
* Fix buildBaptiste Daroussin2011-08-011-1/+2
| | | | | | | Reported by: pointyhat (pav@) Notes: svn path=/head/; revision=278745
* - Move language prefix to PKGNAMEPREFIXSunpoet Po-Chuan Hsieh2011-07-291-15/+15
| | | | | | | | | | | | - Use DATADIR - Use PLIST_DIRSTRY for DATADIR - Explicitly list installing filenames - Bump PORTREVISION for PORTNAME and PLIST change - Sort PLIST - Cosmetic change Notes: svn path=/head/; revision=278527
* - Add perl as build dependency [1]Sunpoet Po-Chuan Hsieh2011-07-281-28/+20
| | | | | | | | | | | - Use PLIST_DIRSTRY for PREFIX/share/hunspell - Bump PORTREVISION for PLIST change - Cosmetic change Reported by: pointyhat [1] Notes: svn path=/head/; revision=278453
* - Fix typoSunpoet Po-Chuan Hsieh2011-07-251-15/+15
| | | | Notes: svn path=/head/; revision=278293
* Pass matainership to the new office teamBaptiste Daroussin2011-07-221-1/+1
| | | | Notes: svn path=/head/; revision=278145
* Add german hunspell dictionnariesBaptiste Daroussin2011-07-203-0/+65
Notes: svn path=/head/; revision=278008