summaryrefslogtreecommitdiffstats
path: root/package/dawgdic
Commit message (Collapse)AuthorAgeFilesLines
* boot, package: use SPDX short identifier for BSD-3cRahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for BSD-3c is BSD-3-Clause. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/BSD-3c/BSD-3-Clause/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* dawgdic: add .hash filePeter Korsgaard2016-06-151-0/+2
| | | | | | | | | | | | Fixes: http://autobuild.buildroot.org/results/66b/66b2989c9441f7fab446d2cc60f047fbed954f25/ http://autobuild.buildroot.org/results/fd6/fd69070ad15792d5a2eea62da6bf22cef78d6f30/ Similar to jquery-keyboard, it seems the dawdgic tarball on the autobuilder is corrupt. Fix it by adding a .hash file so it falls back to our s.b.o mirror. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dawgdic: enable with gcc 4.6Thomas Petazzoni2015-08-081-4/+4
| | | | | | | | | According to Nicolas Cavallari and confirmed by testing, std::strtoll is indeed available in gcc 4.6, so the dawgdic package can be enabled on gcc >= 4.6 instead of gcc >= 4.7. Reported-by: Nicolas Cavallari <Nicolas.Cavallari@green-communications.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/dawgdic: needs gcc >= 4.7Romain Naour2015-08-081-2/+4
| | | | | | | | | | std::strtoll is only supported since C++11. Fixes: http://autobuild.buildroot.net/results/cae/cae3cda9be779ea8359f94d13bbbca97e68495ca/ Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* dawgdic: new packageJonathan Ben Avraham2015-08-042-0/+31
The dawgdic package provides object files and utilities for building and accessing directed acyclical word graph (DAWG) dictionaries. This version of the patch uses the updated GitHub dawgdic repo instead of the Google Code repo used in the previous version of this patch. [Thomas: - use the github macro for <pkg>_SITE - remove <pkg>_SITE_METHOD, useless once you use the github macro for <pkg>_SITE - fix the license, it is BSD-3c and not GPLv3 - remove commented <pkg>_SITE in the .mk file - add missing dependency on C++.] Signed-off-by: Jonathan Ben Avraham <yba@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud