11 Commits

Author SHA1 Message Date
prspkt
b968079acb testing/mxml: add check function 2018-10-05 06:15:50 +00:00
prspkt
91a3ac9619 testing/mxml: upgrade to 2.12, use https 2018-10-05 06:15:49 +00:00
Roberto Oliveira
df62621cc4 testing/mxml: update project url 2018-03-28 21:45:19 +00:00
Jakub Jirutka
63f5e7d295 [various]: unify names of licenses according to SPDX
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/
2017-12-30 21:05:50 +01:00
Roberto Oliveira
e8bf1c6681 testing/mxml: fix source url 2017-12-28 21:03:48 +00:00
Roberto Oliveira
2712c5dea3 testing/mxml: upgrade to 2.11 and modernize 2017-12-28 20:57:41 +00:00
Breno Leitao
d87a1c42f9 testing/mxml: Move package source URL
This package moved to github, so, moving the source URL properly.
No changes in the checksum.
2017-04-27 17:58:09 +00:00
Breno Leitao
a2457d46ca testing/mxml: Move package source URL
This package moved to github, so, moving the source URL properly.
No changes in the checksum.
2017-04-27 17:53:36 +00:00
Christian Kampka
02f8d2c555 testing/mxml: new upstream version 2.10 2016-07-11 21:25:17 +02:00
Bartłomiej Piotrowski
b4a13e7314 Do not delete *.la files manually
Since abuild v2.22.0, these are removed automatically unless 'libtool'
option has been specified.
2015-09-10 13:59:03 +02:00
Natanael Copa
79786eae2a testing/mxml: new aport
small XML library that you can use to read and write XML files
http://www.msweet.org/projects.php?Z3
2013-07-23 12:29:16 +00:00