aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2010-04-20 20:55:50 +0800
committerwen <wen@FreeBSD.org>2010-04-20 20:55:50 +0800
commit96c64d2004f767c966a8d033934dc743393162d3 (patch)
tree9328eb971c357b411519f03534f2befd69d11263 /net-mgmt
parent207aea1d0e95b931dd837fbc1cb88c849f532634 (diff)
downloadfreebsd-ports-gnome-96c64d2004f767c966a8d033934dc743393162d3.tar.gz
freebsd-ports-gnome-96c64d2004f767c966a8d033934dc743393162d3.tar.zst
freebsd-ports-gnome-96c64d2004f767c966a8d033934dc743393162d3.zip
- Update to 0.1.11
PR: ports/145851 Submitted by: Alexandre Snarskii <snar@snar.spb.ru> (maintainer)
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/bgpq3/Makefile2
-rw-r--r--net-mgmt/bgpq3/distinfo6
-rw-r--r--net-mgmt/bgpq3/pkg-descr18
3 files changed, 19 insertions, 7 deletions
diff --git a/net-mgmt/bgpq3/Makefile b/net-mgmt/bgpq3/Makefile
index 3aa3d279deee..7cfeb0285dec 100644
--- a/net-mgmt/bgpq3/Makefile
+++ b/net-mgmt/bgpq3/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bgpq3
-PORTVERSION= 0.1.10
+PORTVERSION= 0.1.11
CATEGORIES= net-mgmt
MASTER_SITES= http://snar.spb.ru/prog/bgpq3/
EXTRACT_SUFX= .tgz
diff --git a/net-mgmt/bgpq3/distinfo b/net-mgmt/bgpq3/distinfo
index 4a69b56735e8..fdc6030343ed 100644
--- a/net-mgmt/bgpq3/distinfo
+++ b/net-mgmt/bgpq3/distinfo
@@ -1,3 +1,3 @@
-MD5 (bgpq3-0.1.10.tgz) = 5ed6e5f4316dffe66c48520abb883410
-SHA256 (bgpq3-0.1.10.tgz) = 74422c9a08e2542f606c6a60837c92d173c70f5be8f9b0308d2f339f463d2f7d
-SIZE (bgpq3-0.1.10.tgz) = 52958
+MD5 (bgpq3-0.1.11.tgz) = fbafaa6101d596de219030832494cd7f
+SHA256 (bgpq3-0.1.11.tgz) = f4a57d0acfed0e7dd687bc29fda7d9238e3036743cadb4648b739f59ce0003d2
+SIZE (bgpq3-0.1.11.tgz) = 53002
diff --git a/net-mgmt/bgpq3/pkg-descr b/net-mgmt/bgpq3/pkg-descr
index d63d9a0f9efa..db615cef3b7e 100644
--- a/net-mgmt/bgpq3/pkg-descr
+++ b/net-mgmt/bgpq3/pkg-descr
@@ -1,5 +1,17 @@
-This program is a lightweight access- and prefix-list generator
-for Cisco routers and GateD/Zebra. Access lists are generated
-based on RADB/RIPE data.
+bgpq3 is a lightweight access-list/prefix-list/as-path access-list generator
+for Cisco and Juniper routers.
+
+This program is a 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 generation.
+- supports asn32 in both asdot and asplain notation, also supports
+"transition" as23456 generation instead of asn32.
+
+However, bgpq3 can not be used as a full replacement of bgpq, because:
+- "more 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/