net-misc/nat-traverse: add 0.7

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2025-06-17 10:27:34 +03:00
parent c62b4bcfce
commit 379f8aab5b
2 changed files with 22 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST nat-traverse-0.6.tar.bz2 17230 BLAKE2B 8bfd30bd433b5b0afbb45ec08ae4da12039781d05fae7b75fc7239256b2ac5db13f56c58ca42455895f9a0887cdb5b535ade76b019b5343a0f76c066bebebb0c SHA512 4ee940b1bdef9ea061d983e0df780378d1dfde16e770ac7af8c11c8746f867f5e4cc80280decfa478062defcf3f9f1f5023e212cd2f9c36e67758be68da254fc
DIST nat-traverse-0.7.tar.bz2 17361 BLAKE2B 5e3c92b99b33e32f3b9f7f5c6f2721ba2f59f16324a062c07b1a8cb28b0b9eaabf8d47a4ebf5ea8c51d3a5a78ba8497af510a6611a17dcb039ddc7064e89bcc4 SHA512 f6444d4708f5d33b4b9b3a7b64a6a5dc5b59ff62c50f2e7ad5c964b5b63c7ca519109dcce5eca55f1d1e39a1a2e8087a0d70731dc542ac50a99ff865b8028095

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Traverse NAT gateways with the Use of UDP"
HOMEPAGE="https://gitlab.com/iblech/nat-traverse"
SRC_URI="https://gitlab.com/iblech/${PN}/-/raw/master/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
RDEPEND=">=dev-lang/perl-5.6.1"
src_install() {
doman nat-traverse.1
dobin nat-traverse
dodoc ChangeLog README
}