diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-02-09 08:15:37 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-02-09 08:15:37 +0000 |
commit | 04d303cc0a9b1a83d03e592754755016da801ae1 (patch) | |
tree | b6af33ced47ed4423300b67f55f8f30754e01f81 /net/bgpq | |
parent | 1f5897bca3ada8fc48dc84a707e77729860d420e (diff) | |
download | ports-04d303cc0a9b1a83d03e592754755016da801ae1.tar.gz ports-04d303cc0a9b1a83d03e592754755016da801ae1.zip |
Notes
Diffstat (limited to 'net/bgpq')
-rw-r--r-- | net/bgpq/Makefile | 21 | ||||
-rw-r--r-- | net/bgpq/distinfo | 1 | ||||
-rw-r--r-- | net/bgpq/pkg-comment | 1 | ||||
-rw-r--r-- | net/bgpq/pkg-descr | 9 | ||||
-rw-r--r-- | net/bgpq/pkg-plist | 1 |
5 files changed, 33 insertions, 0 deletions
diff --git a/net/bgpq/Makefile b/net/bgpq/Makefile new file mode 100644 index 000000000000..5d103e75ff33 --- /dev/null +++ b/net/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/bgpq/distinfo b/net/bgpq/distinfo new file mode 100644 index 000000000000..9c44e9bf0ea0 --- /dev/null +++ b/net/bgpq/distinfo @@ -0,0 +1 @@ +MD5 (bgpq-1.0.7.1.tar.gz) = 0e5a5c114c040c104601d3dcba40c5e0 diff --git a/net/bgpq/pkg-comment b/net/bgpq/pkg-comment new file mode 100644 index 000000000000..0a823f229af4 --- /dev/null +++ b/net/bgpq/pkg-comment @@ -0,0 +1 @@ +Bgpq - lightweight access-list generator for cisco routers diff --git a/net/bgpq/pkg-descr b/net/bgpq/pkg-descr new file mode 100644 index 000000000000..d22b77ce4ecb --- /dev/null +++ b/net/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/bgpq/pkg-plist b/net/bgpq/pkg-plist new file mode 100644 index 000000000000..ac1c59d042ae --- /dev/null +++ b/net/bgpq/pkg-plist @@ -0,0 +1 @@ +bin/bgpq |