From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7E8ED158094 for ; Thu, 18 Aug 2022 21:51:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46BBBE0839; Thu, 18 Aug 2022 21:51:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C5D4E0839 for ; Thu, 18 Aug 2022 21:51:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36A2E341548 for ; Thu, 18 Aug 2022 21:51:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B0F0568 for ; Thu, 18 Aug 2022 21:51:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1660859298.0849e9d735d6fa060b41baac668eee399a2829c9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/bgpq4/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/bgpq4/Manifest net-misc/bgpq4/bgpq4-1.5.ebuild net-misc/bgpq4/metadata.xml X-VCS-Directories: net-misc/bgpq4/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0849e9d735d6fa060b41baac668eee399a2829c9 X-VCS-Branch: master Date: Thu, 18 Aug 2022 21:51:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7154016c-876f-4498-a013-0f8afb15eff9 X-Archives-Hash: b18eecd810473addc48ab9d6eaa6fee9 commit: 0849e9d735d6fa060b41baac668eee399a2829c9 Author: Jaco Kroon uls co za> AuthorDate: Thu Aug 18 21:41:15 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Aug 18 21:48:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0849e9d7 net-misc/bgpq4: replacement for bgpq3 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jaco Kroon uls.co.za> Closes: https://github.com/gentoo/gentoo/pull/26918 Signed-off-by: Sam James gentoo.org> net-misc/bgpq4/Manifest | 1 + net-misc/bgpq4/bgpq4-1.5.ebuild | 25 +++++++++++++++++++++++++ net-misc/bgpq4/metadata.xml | 25 +++++++++++++++++++++++++ 3 files changed, 51 insertions(+) diff --git a/net-misc/bgpq4/Manifest b/net-misc/bgpq4/Manifest new file mode 100644 index 000000000000..891a030a87be --- /dev/null +++ b/net-misc/bgpq4/Manifest @@ -0,0 +1 @@ +DIST bgpq4-1.5.tar.gz 52779 BLAKE2B 538d10983180413298ad005032e069c0847f7cb8eb78eee253f1072935a4d0db24626e3e20117224027e71c5f499001ffbe15816066ad89e08c30b7bf3431ce4 SHA512 b0d552634db6e7a90f76387b22c3539b59c5f89f9564b661bc810f9a9729f0dd87931a64fc230b8ed0a38162a572d8d93139a792ee80e996663b47ec3e060b9b diff --git a/net-misc/bgpq4/bgpq4-1.5.ebuild b/net-misc/bgpq4/bgpq4-1.5.ebuild new file mode 100644 index 000000000000..b0440b2764c9 --- /dev/null +++ b/net-misc/bgpq4/bgpq4-1.5.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="Generate access-lists for various routers, maintained fork of bgpq3" +HOMEPAGE="https://github.com/bgp/bgpq4/" +SRC_URI="https://github.com/bgp/bgpq4/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" + +src_prepare() { + eapply_user + eautoreconf +} + +src_install() { + dobin bgpq4 + doman bgpq4.8 + dodoc CHANGES COPYRIGHT README.md +} diff --git a/net-misc/bgpq4/metadata.xml b/net-misc/bgpq4/metadata.xml new file mode 100644 index 000000000000..9c468ef07db7 --- /dev/null +++ b/net-misc/bgpq4/metadata.xml @@ -0,0 +1,25 @@ + + + + + jaco@uls.co.za + Jaco Kroon + + + proxy-maint@gentoo.org + Proxy Maintainers + + + bgpq4 allows to generate different config entries with prefix lists, useful for Cisco/Juniper routers and their software analogs, such as Quagga. + This program is a successor of bgpq from same author, main difference - it supports IPv6. + + + bgpq4 позволяет создавать различные чaсти конфигурационных файлов со списком сетей для маршрутизаторов Cisco/Juniper и их программных аналогов, + таких как Quagga. + Данная программа - идейный наследник bgpq от того же автора, основное отличие - поддержка IPv6. + + + bgp/bgpq4 + https://github.com/bgp/bgpq4/issues + +