diff options
author | kevlo <kevlo@FreeBSD.org> | 2002-02-09 16:15:37 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2002-02-09 16:15:37 +0800 |
commit | 61ed1d33a7a22fab0ec27c71702c3fc1ae1aa2e4 (patch) | |
tree | 67053c8fd0fece4abc867d585c03c09e33579026 /net-mgmt | |
parent | 96c2cdb8d0f8aa229b667e3b7c1665a44ba96cad (diff) | |
download | freebsd-ports-gnome-61ed1d33a7a22fab0ec27c71702c3fc1ae1aa2e4.tar.gz freebsd-ports-gnome-61ed1d33a7a22fab0ec27c71702c3fc1ae1aa2e4.tar.zst freebsd-ports-gnome-61ed1d33a7a22fab0ec27c71702c3fc1ae1aa2e4.zip |
Initial import of bgpq 1.0.7.1
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.
PR: 34732
Submitted by: Alexander Snarskii <snar@paranoia.ru>
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/bgpq/Makefile | 21 | ||||
-rw-r--r-- | net-mgmt/bgpq/distinfo | 1 | ||||
-rw-r--r-- | net-mgmt/bgpq/pkg-comment | 1 | ||||
-rw-r--r-- | net-mgmt/bgpq/pkg-descr | 9 | ||||
-rw-r--r-- | net-mgmt/bgpq/pkg-plist | 1 |
5 files changed, 33 insertions, 0 deletions
diff --git a/net-mgmt/bgpq/Makefile b/net-mgmt/bgpq/Makefile new file mode 100644 index 000000000000..5d103e75ff33 --- /dev/null +++ b/net-mgmt/bgpq/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: bgpq +# Date created: 21 Jan 2002 +# Whom: Alexandre Snarskii <snar@paranoia.ru> +# +# $FreeBSD$ + +PORTNAME= bgpq +PORTVERSION= 1.0.7.1 +CATEGORIES= net +MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/snar/ + +MAINTAINER= snar@paranoia.ru + +MAN8= bgpq.8 + +HAS_CONFIGURE= yes + +post-install: + strip ${PREFIX}/bin/bgpq + +.include <bsd.port.mk> diff --git a/net-mgmt/bgpq/distinfo b/net-mgmt/bgpq/distinfo new file mode 100644 index 000000000000..9c44e9bf0ea0 --- /dev/null +++ b/net-mgmt/bgpq/distinfo @@ -0,0 +1 @@ +MD5 (bgpq-1.0.7.1.tar.gz) = 0e5a5c114c040c104601d3dcba40c5e0 diff --git a/net-mgmt/bgpq/pkg-comment b/net-mgmt/bgpq/pkg-comment new file mode 100644 index 000000000000..0a823f229af4 --- /dev/null +++ b/net-mgmt/bgpq/pkg-comment @@ -0,0 +1 @@ +Bgpq - lightweight access-list generator for cisco routers diff --git a/net-mgmt/bgpq/pkg-descr b/net-mgmt/bgpq/pkg-descr new file mode 100644 index 000000000000..d22b77ce4ecb --- /dev/null +++ b/net-mgmt/bgpq/pkg-descr @@ -0,0 +1,9 @@ + +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. + +This tool is not so powerful as RAToolSet, but has some +features missing in RAToolSet, such as optional filtering +of more specific routes in the same AS or acl string aggregation; +also, it does not requires Tcl/Tk to be installed. diff --git a/net-mgmt/bgpq/pkg-plist b/net-mgmt/bgpq/pkg-plist new file mode 100644 index 000000000000..ac1c59d042ae --- /dev/null +++ b/net-mgmt/bgpq/pkg-plist @@ -0,0 +1 @@ +bin/bgpq |