The bgpq3 utility used to generate Cisco and Juniper prefix-lists,

extended access-lists, policy-statement terms and as-path lists based on
RADB data.

OK sthen@
This commit is contained in:
phessler 2015-11-30 11:06:59 +00:00
parent aa7f6d8dac
commit 8ccb5d1bfe
4 changed files with 38 additions and 0 deletions

30
net/bgpq3/Makefile Normal file
View File

@ -0,0 +1,30 @@
# $OpenBSD: Makefile,v 1.1.1.1 2015/11/30 11:06:59 phessler Exp $
COMMENT = bgp filtering automation for Cisco and Juniper routers
VERSION = 0.1.32-rc6
DISTNAME = bgpq3-${VERSION}
PKGNAME = ${DISTNAME:S/-rc/rc/}
CATEGORIES = net
HOMEPAGE = https://github.com/snar/bgpq3
# XXX - use this until 0.1.32-rc6 is really released
GH_COMMIT = 2df0a548116c146d8a2b22295eef9484302ba504
#GH_TAGNAME = ${VERSION}
GH_ACCOUNT = snar
GH_PROJECT = bgpq3
# BSD
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c
CONFIGURE_STYLE = gnu
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bgpq3 ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/bgpq3.8 ${PREFIX}/man/man8
.include <bsd.port.mk>

2
net/bgpq3/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (bgpq3-0.1.32-rc6.tar.gz) = g+9yjN+WkrcYFAZxs7HT9Uzu1ivYeQVmpmd0mfPy/YY=
SIZE (bgpq3-0.1.32-rc6.tar.gz) = 82068

3
net/bgpq3/pkg/DESCR Normal file
View File

@ -0,0 +1,3 @@
The bgpq3 utility used to generate Cisco and Juniper prefix-lists,
extended access-lists, policy-statement terms and as-path lists based on
RADB data.

3
net/bgpq3/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2015/11/30 11:06:59 phessler Exp $
@bin bin/bgpq3
@man man/man8/bgpq3.8