From owner-svn-ports-head@freebsd.org Sun Mar 29 17:34:53 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7B6F72A5500; Sun, 29 Mar 2020 17:34:53 +0000 (UTC) (envelope-from bofh@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48r2lt3n0Vz4Qh8; Sun, 29 Mar 2020 17:34:50 +0000 (UTC) (envelope-from bofh@freebsd.org) Received: from mx.bofh.network (mx.bofh.network [IPv6:2001:19f0:5001:2b77:5400:2ff:fe7b:aa2c]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx.bofh.network", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: bofh/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id CF77C1CEF4; Sun, 29 Mar 2020 17:34:39 +0000 (UTC) (envelope-from bofh@freebsd.org) Received: from [192.168.30.38] ( [118.179.171.14]) by mx.bofh.network (OpenSMTPD) with ESMTPSA id 873a3103 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Sun, 29 Mar 2020 17:34:38 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3608.60.0.2.5\)) Subject: Re: svn commit: r529782 - in head/net-mgmt: . bgpq4 From: Muhammad Moinur Rahman In-Reply-To: <20200329103102.GA73890@FreeBSD.org> Date: Sun, 29 Mar 2020 23:34:30 +0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <202003290929.02T9ToK4090446@repo.freebsd.org> <20200329103102.GA73890@FreeBSD.org> To: Alexey Dokuchaev X-Mailer: Apple Mail (2.3608.60.0.2.5) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Mar 2020 17:34:53 -0000 This is a fork by a different author. This is not the work of the = original author of net-mgmt/bgpq or net-mgmt/bgpq3. Moin > On 29 Mar, 2020, at 16:31, Alexey Dokuchaev wrote: >=20 > On Sun, Mar 29, 2020 at 09:29:50AM +0000, Muhammad Moinur Rahman = wrote: >> New Revision: 529782 >> URL: https://svnweb.freebsd.org/changeset/ports/529782 >>=20 >> Log: >> [NEW] net-mgmt/bgpq4: Lightweight prefix-list generator for various = routers v4 >>=20 >> bgpq4 is a lightweight access-list/prefix-list/as-path access-list = generator >> for Cisco, Juniper and many other routers and routing daemons. >>=20 >> Support for IOS-XR and Mikrotik added over net-mgmt/bgpq3 >>=20 >> WWW: https://github.com/bgp/bgpq4 >>=20 >> Added: >> head/net-mgmt/bgpq4/ >> head/net-mgmt/bgpq4/Makefile (contents, props changed) >=20 > Why wasn't it repocopied but added as a new port instead? >=20 > ./danfe