1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

New port: net-mgmt/bgpuma

bgpuma is a program for searching BGP update files created by MRT
or Zebra/Quagga for CIDR blocks and/or Autonomous Systems.  Given
a list of CIDR blocks, it looks for those CIDR blocks which match
the list, are contained in the list, or are contained by the list.
For Autonomous Systems, it looks for routes that are announced by
the given system.

It is based on the library created by RIPE called bgpdump and SiLK,
created by CERT.

WWW: https://github.com/cmu-sei/bgpuma
This commit is contained in:
Kurt Jaeger 2016-03-05 19:57:23 +00:00
parent 4d3205c82d
commit bda53e2bad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=410205
4 changed files with 38 additions and 0 deletions

View File

@ -17,6 +17,7 @@
SUBDIR += bandwidthd
SUBDIR += bgpq
SUBDIR += bgpq3
SUBDIR += bgpuma
SUBDIR += bpft
SUBDIR += braa
SUBDIR += bsnmp-jails

24
net-mgmt/bgpuma/Makefile Normal file
View File

@ -0,0 +1,24 @@
# $FreeBSD$
PORTNAME= bgpuma
PORTVERSION= 20151209
CATEGORIES= net-mgmt
MAINTAINER= pi@FreeBSD.org
COMMENT= Searching BGP update files
LICENSE= BSD
LIB_DEPENDS= libbgpdump.so:${PORTSDIR}/net/libbgpdump \
libsilk.so:${PORTSDIR}/security/silktools
USES= autoreconf libtool
USE_GITHUB= yes
GH_ACCOUNT= cmu-sei
GH_TAGNAME= a29b2a7
GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/bgpuma man/man1/bgpuma.1.gz
.include <bsd.port.mk>

2
net-mgmt/bgpuma/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (cmu-sei-bgpuma-20151209-a29b2a7_GH0.tar.gz) = 77b8ae47fcae073d0600aa96d62a0a94bb61bf4a6ffb4743ca7ba067bcfb31d2
SIZE (cmu-sei-bgpuma-20151209-a29b2a7_GH0.tar.gz) = 26516

11
net-mgmt/bgpuma/pkg-descr Normal file
View File

@ -0,0 +1,11 @@
bgpuma is a program for searching BGP update files created by MRT
or Zebra/Quagga for CIDR blocks and/or Autonomous Systems. Given
a list of CIDR blocks, it looks for those CIDR blocks which match
the list, are contained in the list, or are contained by the list.
For Autonomous Systems, it looks for routes that are announced by
the given system.
It is based on the library created by RIPE called bgpdump and SiLK,
created by CERT.
WWW: https://github.com/cmu-sei/bgpuma