From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 27 17:40:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75406106568B for ; Tue, 27 Oct 2009 17:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4CC6A8FC14 for ; Tue, 27 Oct 2009 17:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9RHe1de073574 for ; Tue, 27 Oct 2009 17:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9RHe1qm073573; Tue, 27 Oct 2009 17:40:01 GMT (envelope-from gnats) Resent-Date: Tue, 27 Oct 2009 17:40:01 GMT Resent-Message-Id: <200910271740.n9RHe1qm073573@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexandre Snarskii Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8105106568F for ; Tue, 27 Oct 2009 17:38:23 +0000 (UTC) (envelope-from snar@snar.spb.ru) Received: from ds001.eltel.net (unknown [IPv6:2001:1b00:e:bb::302]) by mx1.freebsd.org (Postfix) with ESMTP id 19F6D8FC1A for ; Tue, 27 Oct 2009 17:38:22 +0000 (UTC) Received: from snar.spb.ru (localhost [127.0.0.1]) by ds001.eltel.net (8.14.3/8.14.3) with ESMTP id n9RHcLfp035262 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 27 Oct 2009 20:38:21 +0300 (MSK) (envelope-from snar@snar.spb.ru) Received: (from snar@localhost) by snar.spb.ru (8.14.3/8.14.3/Submit) id n9RHcL9O035261; Tue, 27 Oct 2009 20:38:21 +0300 (MSK) (envelope-from snar) Message-Id: <200910271738.n9RHcL9O035261@snar.spb.ru> Date: Tue, 27 Oct 2009 20:38:21 +0300 (MSK) From: Alexandre Snarskii To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/140021: new port: net-mgmt/bgpq3, lightweight prefix-list generator for Cisco and Juniper routers. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexandre Snarskii List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Oct 2009 17:40:01 -0000 >Number: 140021 >Category: ports >Synopsis: new port: net-mgmt/bgpq3, lightweight prefix-list generator for Cisco and Juniper routers. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 27 17:40:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Snar >Release: FreeBSD 6.4-PRERELEASE i386 >Organization: >Environment: >Description: bgpq3 is a lightweight access-list/prefix-list/as-path access-list generator for Cisco and Juniper routers. This program is (mostly) complete re-implementation of bgpq (net-mgmt/bgpq), with next major advantages: - much faster, especially for large as-sets. - supports ipv6 both at transport level and in prefix/access-lists. - supports asn32 in both asdot and asplain notation, also supports "transition" as23456 generation instead of asn32. However, bgpq3 can not be used as full replacement of bgpq, because: - specific prefix filtering is not implemented (and not planned). - GateD prefix-filters generation is not implemented (and not planned). - Cisco standard access-lists generation is not implemented (and not planned). - formatted output is not supported (yet?). WWW: http://snar.spb.ru/prog/bgpq3/ >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # net-mgmt-bgpq3 # net-mgmt-bgpq3/Makefile # net-mgmt-bgpq3/distinfo # net-mgmt-bgpq3/pkg-descr # echo c - net-mgmt-bgpq3 mkdir -p net-mgmt-bgpq3 > /dev/null 2>&1 echo x - net-mgmt-bgpq3/Makefile sed 's/^X//' >net-mgmt-bgpq3/Makefile << '4c639563586e6333607d8f5d152beb70' X# New ports collection makefile for: bgpq3 X# Date created: 27 October 2009 X# Whom: snar@snar.spb.ru X# X# $FreeBSD$ X# X XPORTNAME= bgpq3 XPORTVERSION= 0.1.10 XCATEGORIES= net-mgmt XMASTER_SITES= http://snar.spb.ru/prog/bgpq3/ XEXTRACT_SUFX= .tgz X XMAINTAINER= snar@snar.spb.ru XCOMMENT= Lightweight prefix-list generator for Cisco and Juniper routers X XMAN8= bgpq3.8 XPLIST_FILES= bin/bgpq3 XHAS_CONFIGURE= yes X X.include 4c639563586e6333607d8f5d152beb70 echo x - net-mgmt-bgpq3/distinfo sed 's/^X//' >net-mgmt-bgpq3/distinfo << '47bab168a4a0eb2d7158435a732cc4b3' XMD5 (bgpq3-0.1.10.tgz) = 5ed6e5f4316dffe66c48520abb883410 XSHA256 (bgpq3-0.1.10.tgz) = 74422c9a08e2542f606c6a60837c92d173c70f5be8f9b0308d2f339f463d2f7d XSIZE (bgpq3-0.1.10.tgz) = 52958 47bab168a4a0eb2d7158435a732cc4b3 echo x - net-mgmt-bgpq3/pkg-descr sed 's/^X//' >net-mgmt-bgpq3/pkg-descr << '0782a798e8aa63fb6f44b9cc326e7538' XLightweight access-list/prefix-list/as-path access-list generator Xfor Cisco and Juniper routers. X XThis program is (mostly) complete re-implementation of bgpq (net-mgmt/bgpq), Xwith next major advantages: X- much faster, especially for large as-sets. X- supports ipv6 both at transport level and in prefix/access-lists. X- supports asn32 in both asdot and asplain notation, also supports X"transition" as23456 generation instead of asn32. X XHowever, bgpq3 can not be used as full replacement of bgpq, because: X- specific prefix filtering is not implemented (and not planned). X- GateD prefix-filters generation is not implemented (and not planned). X- Cisco standard access-lists generation is not implemented (and not planned). X- formatted output is not supported (yet?). X XWWW: http://snar.spb.ru/prog/bgpq3/ 0782a798e8aa63fb6f44b9cc326e7538 exit >Release-Note: >Audit-Trail: >Unformatted: >System: FreeBSD ds001.eltel.net 6.4-PRERELEASE FreeBSD 6.4-PRERELEASE #4: Wed Oct 22 18:44:46 MSD 2008 root@ds001.eltel.net:/usr/obj/usr/src/sys/VOICE i386