aboutsummaryrefslogtreecommitdiffstats
path: root/main/aspell
Commit message (Collapse)AuthorAgeFilesLines
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/
* main/aspell: modernise and add test suiteA. Wilcox2017-09-191-9/+14
|
* main/aspell: fixes in APKBUILDValery Kartel2016-12-051-18/+9
|
* main/[various]: set proper archTimo Teräs2016-11-011-1/+1
| | | | fixes commit "main/[various]: dont set arch in split function"
* main/[various]: dont set arch in split functionNatanael Copa2016-10-261-2/+0
|
* main/aspell: rebuild against perl 5.24Natanael Copa2016-07-271-1/+1
|
* main/aspell: rebuild against fixed ncurses widechar onlyNatanael Copa2015-12-171-1/+1
|
* main/aspell: rebuild against ncurses wide charNatanael Copa2015-12-171-1/+1
|
* main/aspell: data from /usr/share/aspell moved to aspell-libs subpackageValery Kartel2015-12-101-1/+6
|
* main/aspell: enable pspell compatNatanael Copa2015-11-161-3/+4
| | | | needed by php
* main/aspell: fix aspell-dev dependsValery Kartel2015-11-121-1/+1
|
* main/aspell: remove unneded patch from previous commitValery Kartel2015-11-122-12/+0
|
* main/aspell: data and dicts moved to /usr/share/aspell. libs subpackage ↵Valery Kartel2015-11-121-21/+21
| | | | without ncurses dependence.
* main/aspell: build fix and cleanupNatanael Copa2015-11-101-3/+13
|
* main/aspell: /usr/lib/aspell symlink fix, some build fixes, some staff moved ↵Valery Kartel2015-11-102-20/+39
| | | | to subpackages
* main/aspell: rebuild against ncurses-6.0Natanael Copa2015-10-151-1/+1
|
* Do not delete *.la files manuallyBartłomiej Piotrowski2015-09-101-2/+0
| | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified.
* main/aspell: rebuild against gcc5 libstdc++Natanael Copa2015-07-241-1/+1
|
* main/aspell: specify licenseFabian Affolter2013-10-311-2/+2
|
* main/[various]: update config.sub (and remove charset.alias)Timo Teräs2013-09-291-2/+9
| | | | | | for musl build. the changes are automatically done based on previous build log errors, so this does not guarantee successful build, but is a required.
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-1/+5
|
* main/aspell: upgrade to 0.60.6.1Natanael Copa2011-07-201-3/+3
|
* main/aspell: remove *.laNatanael Copa2011-07-011-1/+3
|
* main: mass-rebuild of packages missing arch in .PKGINFONatanael Copa2011-03-311-1/+1
| | | | this is needed for apk-tools-2.1 migration
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* ./aspell: move .so to -dev packageNatanael Copa2010-07-141-1/+1
| | | | ref #384
* main/aspell: dont use uclibc++Natanael Copa2010-05-041-6/+7
|
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/aspell: build fixNatanael Copa2009-07-251-2/+2
| | | | added perl to makedepends
* moved extra/* to main/Natanael Copa2009-07-242-0/+42
and fixed misc build issues