Port details |
- p5-Net-BGP Border Gateway Protocol version 4 speaker/listener library
- 0.18 net =5 0.18Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2003-03-07 16:04:40
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: p5-Net-Telnet, suphp-php81, p5-MIME-Tools, p5-libwww, p5-YAML
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Net-BGP
- Description:
- This module is an implementation of the BGP-4 inter-domain routing protocol. It
encapsulates all of the functionality needed to establish and maintain a BGP
peering session and exchange routing update information with the peer. It aims
to provide a simple API to the BGP protocol for the purposes of automation,
logging, monitoring, testing, and similar tasks using the power and flexibility
of perl. The module does not implement the functionality of a RIB (Routing
Information Base) nor does it modify the kernel routing table of the host
system. However, such operations could be implemented using the API provided by
the module.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Net-BGP>0:net/p5-Net-BGP
- To install the port:
- cd /usr/ports/net/p5-Net-BGP/ && make install clean
- To add the package, run one of these commands:
- pkg install net/p5-Net-BGP
- pkg install p5-Net-BGP
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Net-BGP
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1641045858
SHA256 (Net-BGP-0.18.tar.gz) = d57cbd8a39368cc2122e6a4e2fea5f3ddcf4ce7a9d3031c97274dbdd080ac761
SIZE (Net-BGP-0.18.tar.gz) = 55492
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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_p5-Net-BGP
- USES:
- perl5
- 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 |
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) |
0.18 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 ) |
0.18 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.18 11 Jan 2022 18:44:11 |
Po-Chuan Hsieh (sunpoet) |
net/p5-Net-BGP: Update to 0.18
Changes: https://metacpan.org/dist/Net-BGP/changes |
0.17 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.17 12 Dec 2019 13:45:05 |
sunpoet |
Update WWW
- Take maintainership |
0.17 16 Nov 2019 10:35:17 |
vanilla |
Update to 0.17. |
0.16 04 Nov 2019 21:08:17 |
rene |
Return az's ports to the pool after safekeeping his commit bit. |
0.16 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.16 25 Feb 2015 17:37:08 |
az |
-update to 0.16
Changes: https://metacpan.org/changes/distribution/Net-BGP |
0.14_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.14 15 Dec 2013 08:55:51 |
az |
- add stage support
- pet portlint |
0.14 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.14 04 Aug 2013 12:39:45 |
az |
- Convert to new perl framework
- Trim Makefile header |
0.14 27 Feb 2011 07:26:46 |
az |
Take maintainership
Approved by: skv@ |
0.14 06 Feb 2011 15:43:57 |
az |
Update to 0.14
Changes: http://cpansearch.perl.org/src/KBRINT/Net-BGP-0.14/Changes
PR: ports/154272
Submitted by: Nick Hilliard <nick@foobar.org>
Approved by: maintainer timeout
Feature safe: yes |
0.13_1 26 Jan 2010 22:30:02 |
kuriyama |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 9).
Approved by: portmgr (itetcu) |
0.13 17 Aug 2009 19:30:26 |
skv |
Update to 0.13
Changes: http://cpansearch.perl.org/src/KBRINT/Net-BGP-0.13/Changes
PR: ports/137878
Submitted by: az |
0.12 14 Feb 2009 22:09:32 |
skv |
Update to 0.12
Changes: http://cpansearch.perl.org/src/KBRINT/Net-BGP-0.12/Changes
PR: ports/130987
Submitted by: az |
0.10 28 Sep 2008 18:07:50 |
skv |
Update to 0.10
Changes: http://search.cpan.org/src/KBRINT/Net-BGP-0.10/Changes |
0.09 31 May 2008 20:32:08 |
miwi |
- Update to 0.0.9
PR: 120701
Submitted by: lippe
Approved by: maintainer timeout |
0.08 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
0.08 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
0.08 22 Jan 2006 02:46:07 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.08 17 Oct 2004 16:20:58 |
skv |
Updated to 0.08 |
0.07 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.01 21 May 2003 15:33:02 |
skv |
Fix man3 names. |
0.01 17 Apr 2003 11:45:58 |
skv |
Reflect renaming Net-BGP to Net-BGP4.
PR: ports/43581 |
0.01 07 Mar 2003 06:08:06 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |