<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/testing/qperf, branch 3.8-stable</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>testing/qperf: modernize and add simple check</title>
<updated>2018-01-06T16:22:42+00:00</updated>
<author>
<name>Roberto Oliveira</name>
<email>robertoguimaraes8@gmail.com</email>
</author>
<published>2018-01-06T16:22:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=ca97859e8c52f3b953ee1d76fa5dcd2faee3d3e8'/>
<id>ca97859e8c52f3b953ee1d76fa5dcd2faee3d3e8</id>
<content type='text'>
Add a simple test as upstream doesn't provide a test suite.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a simple test as upstream doesn't provide a test suite.
</pre>
</div>
</content>
</entry>
<entry>
<title>[various]: unify names of licenses according to SPDX</title>
<updated>2017-12-30T20:05:50+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-12-30T18:04:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=63f5e7d295659a855709901ce22a3e5f40fce455'/>
<id>63f5e7d295659a855709901ce22a3e5f40fce455</id>
<content type='text'>
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/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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/
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/qperf: Fix dependency chain</title>
<updated>2017-05-09T14:51:11+00:00</updated>
<author>
<name>Breno Leitao</name>
<email>breno.leitao@gmail.com</email>
</author>
<published>2017-05-09T14:48:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=8df15d916bed58beb64c88b4553b8b487f9e035c'/>
<id>8df15d916bed58beb64c88b4553b8b487f9e035c</id>
<content type='text'>
qperf fails to build on both x86-64 and ppc64le due to lack of
dependency.

qperf depends on /usr/share/perl5/core_perl/pods/perldiag.pod file, and if it
does not exist (as on a clean env), it shows:

  couldn't find diagnostic data in /usr/share/perl5/core_perl/pods/perldiag.pod /usr/local/lib/perl5/site_perl /usr/local/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl . ./mkhelp at /usr/share/perl5/core_perl/diagnostics.pm line 259, &lt;POD_DIAG&gt; line 704.
  Compilation failed in require at ./mkhelp line 5.
  BEGIN failed--compilation aborted at ./mkhelp line 5.
  make[1]: *** [Makefile:475: help.c] Error 2
  make[1]: *** Waiting for unfinished jobs....
  couldn't find diagnostic data in /usr/share/perl5/core_perl/pods/perldiag.pod /usr/local/lib/perl5/site_perl /usr/local/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl . ./mkman at /usr/share/perl5/core_perl/diagnostics.pm line 259, &lt;POD_DIAG&gt; line 704.
  Compilation failed in require at ./mkman line 6.
  BEGIN failed--compilation aborted at ./mkman line 6.
  make[1]: *** [Makefile:471: qperf.1] Error 2

This file is provided by perl-dev on Alpine, thus, adding it to
$makedepends
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
qperf fails to build on both x86-64 and ppc64le due to lack of
dependency.

qperf depends on /usr/share/perl5/core_perl/pods/perldiag.pod file, and if it
does not exist (as on a clean env), it shows:

  couldn't find diagnostic data in /usr/share/perl5/core_perl/pods/perldiag.pod /usr/local/lib/perl5/site_perl /usr/local/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl . ./mkhelp at /usr/share/perl5/core_perl/diagnostics.pm line 259, &lt;POD_DIAG&gt; line 704.
  Compilation failed in require at ./mkhelp line 5.
  BEGIN failed--compilation aborted at ./mkhelp line 5.
  make[1]: *** [Makefile:475: help.c] Error 2
  make[1]: *** Waiting for unfinished jobs....
  couldn't find diagnostic data in /usr/share/perl5/core_perl/pods/perldiag.pod /usr/local/lib/perl5/site_perl /usr/local/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl . ./mkman at /usr/share/perl5/core_perl/diagnostics.pm line 259, &lt;POD_DIAG&gt; line 704.
  Compilation failed in require at ./mkman line 6.
  BEGIN failed--compilation aborted at ./mkman line 6.
  make[1]: *** [Makefile:471: qperf.1] Error 2

This file is provided by perl-dev on Alpine, thus, adding it to
$makedepends
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/qperf: build fix</title>
<updated>2016-10-19T15:04:57+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-10-19T15:04:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=09a192e858d693d39ee48eac12ce51c4299b1025'/>
<id>09a192e858d693d39ee48eac12ce51c4299b1025</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/qperf: new aport</title>
<updated>2016-10-19T15:04:07+00:00</updated>
<author>
<name>Matthieu MONNIER</name>
<email>matthieu.monnier@enalean.com</email>
</author>
<published>2016-09-09T09:35:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=298e63501c42d95fe001389e995613565ee29ba3'/>
<id>298e63501c42d95fe001389e995613565ee29ba3</id>
<content type='text'>
Measuring network performance.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Measuring network performance.
</pre>
</div>
</content>
</entry>
</feed>
