net-dns/dnsperf: new package, add 2.11.0
This commit is contained in:
parent
c6d72b9fdd
commit
d40a79841d
1
net-dns/dnsperf/Manifest
Normal file
1
net-dns/dnsperf/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DIST dnsperf-2.11.0.tar.gz 457834 BLAKE2B 0d228d12a45d53b69776f0f2df4392c92b3fc5b4e9cb6698ce8931b7f065c86952a8224dbad2961838cdaf245f0447b5bbfd2dcbc561fd1f816eda12c7c84fac SHA512 b096bdf2ec3f9d6f5c71708cf37d6ab30755d8ce663c72d1343f244d88efddb8e5958cccb042178334ee24f11c9796fe32514b5b8d5f9f0c6b9cb3aaa364daa9
|
21
net-dns/dnsperf/dnsperf-2.11.0.ebuild
Normal file
21
net-dns/dnsperf/dnsperf-2.11.0.ebuild
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Copyright 2023 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
DESCRIPTION="DNS Performance Testing Tools"
|
||||||
|
HOMEPAGE="https://www.dns-oarc.net/tools/dnsperf"
|
||||||
|
SRC_URI="https://www.dns-oarc.net/files/${PN}/${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="Apache-2.0"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
dev-libs/openssl
|
||||||
|
dev-libs/concurrencykit
|
||||||
|
net-libs/ldns
|
||||||
|
net-libs/nghttp2
|
||||||
|
"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
BDEPEND=""
|
8
net-dns/dnsperf/metadata.xml
Normal file
8
net-dns/dnsperf/metadata.xml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>alarig@swordarmor.fr</email>
|
||||||
|
<name>Alarig Le Lay</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
Loading…
Reference in a new issue