aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-04-30 07:54:41 +0000
committerRene Ladan <rene@FreeBSD.org>2020-04-30 07:54:41 +0000
commit9b29bf76eba4bd93846ed8ab7acfeea6ab5765ba (patch)
treea04d0c8420c0369c4855a675e1b3593574296ede /net-mgmt
parenta141396b68a07f79baabcb9e89895532f18a77a8 (diff)
downloadports-9b29bf76eba4bd93846ed8ab7acfeea6ab5765ba.tar.gz
ports-9b29bf76eba4bd93846ed8ab7acfeea6ab5765ba.zip
Remove expired ports:
2020-04-30 net-mgmt/bgpq: Use net-mgmt/bgpq3 or net-mgmt/bgpq4 2020-04-30 net/boringtun: Status of the project and motivation is unclear
Notes
Notes: svn path=/head/; revision=533414
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/Makefile1
-rw-r--r--net-mgmt/bgpq/Makefile24
-rw-r--r--net-mgmt/bgpq/distinfo2
-rw-r--r--net-mgmt/bgpq/files/patch-Makefile.in13
-rw-r--r--net-mgmt/bgpq/pkg-descr8
5 files changed, 0 insertions, 48 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index 66ca3e9a76ef..880a947d6258 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -17,7 +17,6 @@
SUBDIR += arpwatch
SUBDIR += arts++
SUBDIR += bandwidthd
- SUBDIR += bgpq
SUBDIR += bgpq3
SUBDIR += bgpq4
SUBDIR += bgpuma
diff --git a/net-mgmt/bgpq/Makefile b/net-mgmt/bgpq/Makefile
deleted file mode 100644
index 9afdbb786a70..000000000000
--- a/net-mgmt/bgpq/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created by: Alexandre Snarskii <snar@paranoia.ru>
-# $FreeBSD$
-
-PORTNAME= bgpq
-PORTVERSION= 1.0.9.9
-CATEGORIES= net-mgmt
-MASTER_SITES= http://snar.spb.ru/prog/bgpq/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Bgpq - lightweight access-list generator for Cisco routers
-
-LICENSE= BSD2CLAUSE BSD4CLAUSE # latter for utils.c
-LICENSE_COMB= multi
-LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/COPYRIGHT
-
-DEPRECATED= Use net-mgmt/bgpq3 or net-mgmt/bgpq4
-EXPIRATION_DATE=2020-04-30
-
-USES= tar:tgz
-GNU_CONFIGURE= yes
-
-PLIST_FILES= bin/bgpq man/man8/bgpq.8.gz
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/bgpq/distinfo b/net-mgmt/bgpq/distinfo
deleted file mode 100644
index d789b2a4421c..000000000000
--- a/net-mgmt/bgpq/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (bgpq-1.0.9.9.tgz) = 7c7262178964d57efde209d78de26ecd8dfe9b319525395376cc7667ea7977f6
-SIZE (bgpq-1.0.9.9.tgz) = 63472
diff --git a/net-mgmt/bgpq/files/patch-Makefile.in b/net-mgmt/bgpq/files/patch-Makefile.in
deleted file mode 100644
index a63eb98c00ff..000000000000
--- a/net-mgmt/bgpq/files/patch-Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.in.orig 2005-04-05 12:44:00 UTC
-+++ Makefile.in
-@@ -25,8 +25,8 @@ clean:
- @rm -f config.cache
-
- install: bgpq
-- $(INSTALL) -s -m 755 bgpq @prefix@@bindir@
-- $(INSTALL) -m 644 bgpq.8 @prefix@@mandir@/man8
-+ $(BSD_INSTALL_PROGRAM) bgpq $(DESTDIR)@prefix@@bindir@
-+ $(BSD_INSTALL_MAN) bgpq.8 $(DESTDIR)@mandir@/man8
-
- test: bgpq
- @rm -f test.out ]
diff --git a/net-mgmt/bgpq/pkg-descr b/net-mgmt/bgpq/pkg-descr
deleted file mode 100644
index 643042923e24..000000000000
--- a/net-mgmt/bgpq/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-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.