aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-03-05 19:57:23 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-03-05 19:57:23 +0000
commitbda53e2bad36de42ae01c56cc178ee3b2a7d86f0 (patch)
treea1aeeba0ebee9f3318fdc35243bd2025898fd50a
parent4d3205c82d504bde56f0445df3bfafa8c277b74f (diff)
downloadports-bda53e2bad36de42ae01c56cc178ee3b2a7d86f0.tar.gz
ports-bda53e2bad36de42ae01c56cc178ee3b2a7d86f0.zip
Notes
-rw-r--r--net-mgmt/Makefile1
-rw-r--r--net-mgmt/bgpuma/Makefile24
-rw-r--r--net-mgmt/bgpuma/distinfo2
-rw-r--r--net-mgmt/bgpuma/pkg-descr11
4 files changed, 38 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index 2526bda515d1..b4cd7a97ca84 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -17,6 +17,7 @@
SUBDIR += bandwidthd
SUBDIR += bgpq
SUBDIR += bgpq3
+ SUBDIR += bgpuma
SUBDIR += bpft
SUBDIR += braa
SUBDIR += bsnmp-jails
diff --git a/net-mgmt/bgpuma/Makefile b/net-mgmt/bgpuma/Makefile
new file mode 100644
index 000000000000..e86d90498a25
--- /dev/null
+++ b/net-mgmt/bgpuma/Makefile
@@ -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>
diff --git a/net-mgmt/bgpuma/distinfo b/net-mgmt/bgpuma/distinfo
new file mode 100644
index 000000000000..bd95767f0122
--- /dev/null
+++ b/net-mgmt/bgpuma/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cmu-sei-bgpuma-20151209-a29b2a7_GH0.tar.gz) = 77b8ae47fcae073d0600aa96d62a0a94bb61bf4a6ffb4743ca7ba067bcfb31d2
+SIZE (cmu-sei-bgpuma-20151209-a29b2a7_GH0.tar.gz) = 26516
diff --git a/net-mgmt/bgpuma/pkg-descr b/net-mgmt/bgpuma/pkg-descr
new file mode 100644
index 000000000000..e855ed782b18
--- /dev/null
+++ b/net-mgmt/bgpuma/pkg-descr
@@ -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