Commit Graph

19 Commits

Author SHA1 Message Date
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
Jakub Jirutka
730cdcef69 main/*: fix homepage url and source from http:// to https://
Most of these updates is based on data from https://repology.org/,
detection based on permanent redirect from http:// to https://.

$source urls are updated when they contain $url as substring.
2017-11-19 14:16:51 +01:00
Ted Trask
fd88daf468 main/acf-: Update incorrect url for all ACF packages 2016-09-30 14:04:55 +00:00
Ted Trask
c82794a828 main/acf-*: Remove lua dependency and bump pkgrel
Lua dependency was causing lua5.1 to be installed unnecessarily
2016-01-24 16:18:26 +00:00
Sören Tempel
53679caf4f don't prefix GPL version number with a dash
This conforms to wiki documentation regarding package creation:
http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license
2015-10-03 13:19:51 +02:00
Ted Trask
e3dfe298e1 main/acf-snort: upgrade to 0.8.0 2014-04-26 20:14:55 +00:00
Ted Trask
0771a2a9ae main/acf-snort: upgrade to 0.7.0 2013-10-31 03:48:29 +00:00
Natanael Copa
4ebf5fa5e8 main/acf-*: update download url
the cgit update broke every download url.
2013-07-15 11:42:21 +00:00
Ted Trask
7cd712f247 main/acf-snort: upgrade to 0.6.1 2012-10-29 00:41:19 +00:00
Ted Trask
789378d6fb main/acf-snort: upgrade to 0.6.0 2012-08-21 15:18:17 +00:00
Ted Trask
6d8e169e5a multiple packages hosted at git.alpinelinux.org: update source urls 2011-02-04 18:47:55 +00:00
Ted Trask
db248157d3 Modified ACF packages to change build() to package() 2011-01-10 16:08:43 +00:00
Ted Trask
60ce0ed401 Update all ACF packages to set arch to noarch and bump pkgrel
Also updated Contributor and Maintainer
2010-12-24 19:45:13 +00:00
Natanael Copa
da49ad32c4 main/*: add arch 2010-12-13 16:00:16 +00:00
Ted Trask
ebb2e7a8c8 main/acf-snort: upgrade to 0.5.1 2010-02-16 16:06:56 +00:00
Ted Trask
b17671b943 main/acf-snort: upgrade to 0.5.0 2010-01-22 19:32:59 +00:00
Ted Trask
77d7c7cf53 main/acf-snort: upgrade to 0.4.2 2010-01-01 20:37:11 +00:00
Ted Trask
483f73c7d0 main/acf-snort: upgrade to 0.4.1 2009-12-10 20:41:08 +00:00
Natanael Copa
b70981b68e moved extra/* to main/
and fixed misc build issues
2009-07-24 08:01:31 +00:00