aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-11-21 02:47:35 +0800
committermiwi <miwi@FreeBSD.org>2009-11-21 02:47:35 +0800
commitb7b256488b96846bef64dbc2f7b27f85b494fc60 (patch)
treef751f40f6374c8e9c2245ca91bd7aff333f32e65
parent5231a4dbf4ea9e8117b0fb650b8ee0d11033133e (diff)
downloadfreebsd-ports-gnome-b7b256488b96846bef64dbc2f7b27f85b494fc60.tar.gz
freebsd-ports-gnome-b7b256488b96846bef64dbc2f7b27f85b494fc60.tar.zst
freebsd-ports-gnome-b7b256488b96846bef64dbc2f7b27f85b494fc60.zip
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. WWW: http://snar.spb.ru/prog/bgpq3/ PR: ports/140021 Submitted by: Alexandre Snarskii <snar at snar.spb.ru>
-rw-r--r--net-mgmt/Makefile1
-rw-r--r--net-mgmt/bgpq3/Makefile21
-rw-r--r--net-mgmt/bgpq3/distinfo3
-rw-r--r--net-mgmt/bgpq3/pkg-descr5
4 files changed, 30 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index 18602b9ccde3..7c3a2b305632 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -24,6 +24,7 @@
SUBDIR += asused
SUBDIR += bandwidthd
SUBDIR += bgpq
+ SUBDIR += bgpq3
SUBDIR += bigsister
SUBDIR += bpft
SUBDIR += braa
diff --git a/net-mgmt/bgpq3/Makefile b/net-mgmt/bgpq3/Makefile
new file mode 100644
index 000000000000..3aa3d279deee
--- /dev/null
+++ b/net-mgmt/bgpq3/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: bgpq3
+# Date created: 27 October 2009
+# Whom: Alexandre Snarskii <snar@snar.spb.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= bgpq3
+PORTVERSION= 0.1.10
+CATEGORIES= net-mgmt
+MASTER_SITES= http://snar.spb.ru/prog/bgpq3/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= snar@snar.spb.ru
+COMMENT= Lightweight prefix-list generator for Cisco and Juniper routers
+
+MAN8= bgpq3.8
+PLIST_FILES= bin/bgpq3
+HAS_CONFIGURE= yes
+
+.include <bsd.port.mk>
diff --git a/net-mgmt/bgpq3/distinfo b/net-mgmt/bgpq3/distinfo
new file mode 100644
index 000000000000..4a69b56735e8
--- /dev/null
+++ b/net-mgmt/bgpq3/distinfo
@@ -0,0 +1,3 @@
+MD5 (bgpq3-0.1.10.tgz) = 5ed6e5f4316dffe66c48520abb883410
+SHA256 (bgpq3-0.1.10.tgz) = 74422c9a08e2542f606c6a60837c92d173c70f5be8f9b0308d2f339f463d2f7d
+SIZE (bgpq3-0.1.10.tgz) = 52958
diff --git a/net-mgmt/bgpq3/pkg-descr b/net-mgmt/bgpq3/pkg-descr
new file mode 100644
index 000000000000..d63d9a0f9efa
--- /dev/null
+++ b/net-mgmt/bgpq3/pkg-descr
@@ -0,0 +1,5 @@
+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.
+
+WWW: http://snar.spb.ru/prog/bgpq3/