diff options
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/bgpq3/Makefile | 21 | ||||
-rw-r--r-- | net-mgmt/bgpq3/distinfo | 3 | ||||
-rw-r--r-- | net-mgmt/bgpq3/pkg-descr | 5 |
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/ |