Port details |
- bgpuma Searching BGP update files
- 20151209_2 net-mgmt =2 20151209_2Version of this port present on the latest quarterly branch.
- Maintainer: pi@FreeBSD.org
- Port Added: 2016-03-05 19:57:29
- Last Update: 2024-02-26 20:22:13
- Commit Hash: c9f389f
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://github.com/cmu-sei/bgpuma
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net-mgmt/bgpuma/ && make install clean
- To add the package, run one of these commands:
- pkg install net-mgmt/bgpuma
- pkg install bgpuma
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bgpuma
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (cmu-sei-bgpuma-20151209-a29b2a7_GH0.tar.gz) = 77b8ae47fcae073d0600aa96d62a0a94bb61bf4a6ffb4743ca7ba067bcfb31d2
SIZE (cmu-sei-bgpuma-20151209-a29b2a7_GH0.tar.gz) = 26516
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- Library dependencies:
-
- libbgpdump.so : net/libbgpdump
- libsilk.so : security/silktools
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net-mgmt_bgpuma
- USES:
- autoreconf libtool
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20151209_2 26 Feb 2024 20:22:13 |
Kurt Jaeger (pi) |
net-mgmt/bgpuma: move man to share/man |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
20151209_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
20151209_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
20151209_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20151209_1 21 Apr 2018 13:24:09 |
antoine |
Update security/silktools to 3.17.0 |
20151209 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
20151209 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
20151209 05 Mar 2016 20:00:12 |
pi |
net-mgmt/bgpuma: fix license |
20151209 05 Mar 2016 19:57:23 |
pi |
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 |