summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2002-02-09 08:15:37 +0000
committerKevin Lo <kevlo@FreeBSD.org>2002-02-09 08:15:37 +0000
commit04d303cc0a9b1a83d03e592754755016da801ae1 (patch)
treeb6af33ced47ed4423300b67f55f8f30754e01f81 /net-mgmt
parent- Update to 6.5.1 (diff)
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>
Notes
Notes: svn path=/head/; revision=54411
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/bgpq/Makefile21
-rw-r--r--net-mgmt/bgpq/distinfo1
-rw-r--r--net-mgmt/bgpq/pkg-comment1
-rw-r--r--net-mgmt/bgpq/pkg-descr9
-rw-r--r--net-mgmt/bgpq/pkg-plist1
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