From 04d303cc0a9b1a83d03e592754755016da801ae1 Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Sat, 9 Feb 2002 08:15:37 +0000 Subject: 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 --- net-mgmt/bgpq/Makefile | 21 +++++++++++++++++++++ net-mgmt/bgpq/distinfo | 1 + net-mgmt/bgpq/pkg-comment | 1 + net-mgmt/bgpq/pkg-descr | 9 +++++++++ net-mgmt/bgpq/pkg-plist | 1 + 5 files changed, 33 insertions(+) create mode 100644 net-mgmt/bgpq/Makefile create mode 100644 net-mgmt/bgpq/distinfo create mode 100644 net-mgmt/bgpq/pkg-comment create mode 100644 net-mgmt/bgpq/pkg-descr create mode 100644 net-mgmt/bgpq/pkg-plist (limited to 'net-mgmt') 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 +# +# $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 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 -- cgit v1.2.3