notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
babeld Distance-vector routing protocol
1.10_2 net on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.10_1Version of this port present on the latest quarterly branch.
Maintainer: gaod@hychen.org search for ports maintained by this maintainer
Port Added: 2010-04-22 22:04:47
Last Update: 2024-02-25 07:32:29
Commit Hash: f36bd9b
License: MIT
WWW:
https://www.irif.fr/~jch/software/babel/
Description:
Babel is a distance-vector routing protocol for IPv6 and IPv4 with fast convergence properties. It is based on the ideas in DSDV, AODV and Cisco's EIGRP, but uses a variant of ETX link cost estimation rather than a simple hop-count metric.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (6 items)
Collapse this list.
  1. bin/babeld
  2. share/man/man8/babeld.8.gz
  3. @sample etc/babeld.conf.sample
  4. /usr/local/share/licenses/babeld-1.10_2/catalog.mk
  5. /usr/local/share/licenses/babeld-1.10_2/LICENSE
  6. /usr/local/share/licenses/babeld-1.10_2/MIT
Collapse this list.
Dependency lines:
  • babeld>0:net/babeld
To install the port:
cd /usr/ports/net/babeld/ && make install clean
To add the package, run one of these commands:
  • pkg install net/babeld
  • pkg install babeld
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: babeld
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1635092118 SHA256 (jech-babeld-babeld-1.10_GH0.tar.gz) = d44a0ca3cf67595e1ed67ca219c975c3c011c6046028be75df254715c4611d31 SIZE (jech-babeld-babeld-1.10_GH0.tar.gz) = 89954

Packages (timestamps in pop-ups are UTC):
babeld
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.10_21.10_21.8.51.10_21.10_2-1.8.5-
FreeBSD:13:quarterly1.10_11.10_11.10_11.10_11.10_11.10_11.10_11.10_1
FreeBSD:14:latest1.10_21.10_21.10_11.10_21.10_21.10_1-1.10_1
FreeBSD:14:quarterly1.10_11.10_1-1.10_11.10_11.10_11.10_11.10_1
FreeBSD:15:latest1.10_11.10_2n/a1.10_1n/a1.10_11.10_11.10_1
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net_babeld
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/jech/babeld/tar.gz/babeld-1.10?dummy=/
Collapse this list.

Number of commits found: 30

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.10_2
25 Feb 2024 07:32:29
commit hash: f36bd9b804925cf624c3d7873f735a958ab44484commit hash: f36bd9b804925cf624c3d7873f735a958ab44484commit hash: f36bd9b804925cf624c3d7873f735a958ab44484commit hash: f36bd9b804925cf624c3d7873f735a958ab44484 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
net/babeld: Moved man to share/man

Approved by:    portmgr (blanket)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
1.10_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.10_1
20 Jul 2022 14:22:37
commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
1.10_1
11 Jan 2022 09:30:07
commit hash: 9a61a97a87137ff512692f96aa93d5a3b1cfa8dfcommit hash: 9a61a97a87137ff512692f96aa93d5a3b1cfa8dfcommit hash: 9a61a97a87137ff512692f96aa93d5a3b1cfa8dfcommit hash: 9a61a97a87137ff512692f96aa93d5a3b1cfa8df files touched by this commit
Li-Wen Hsu (lwhsu) search for other commits by this committer
Author: Hung-Yi Chen
net/babeld: Fix rc script to pass config file correctly

While here, update WWW

PR:		261094
Reported by:	Dennis Noordsij <dennis.noordsij@alumni.helsinki.fi>
1.10
24 Dec 2021 10:50:14
commit hash: 157ed36367aea0b6d0e88698312b79ba37ff97d2commit hash: 157ed36367aea0b6d0e88698312b79ba37ff97d2commit hash: 157ed36367aea0b6d0e88698312b79ba37ff97d2commit hash: 157ed36367aea0b6d0e88698312b79ba37ff97d2 files touched by this commit
Bartek Rutkowski (robak) search for other commits by this committer
net/babeld: Update 1.8.5 -> 1.10

PR:		259408
Reported by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
1.8.5
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
1.8.5
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.8.5
11 Sep 2019 08:57:29
Revision:511805Original commit files touched by this commit
mat search for other commits by this committer
Regular USE_GITHUB cleanup.
1.8.5
02 Sep 2019 22:30:15
Revision:510859Original commit files touched by this commit
swills search for other commits by this committer
net/babeld: Update to 1.8.5

PR:		239646
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
1.8.2
27 Sep 2018 08:56:06
Revision:480792Original commit files touched by this commit
madpilot search for other commits by this committer
- Update net/babeld to 1.8.2
- Add startup script
- Add sample configuration file

PR:		229785
Submitted by:	Max Stucchi ?<max@stucchi.ch>
Approved by:	Maintainer timeout
1.8.1
08 May 2018 21:03:20
Revision:469415Original commit files touched by this commit
fernape search for other commits by this committer
PR:	228049
Reported by:	gaod@hychen.org (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D15352
1.8.0
22 Jan 2017 10:43:25
Revision:432110Original commit files touched by this commit
riggs search for other commits by this committer
Update to upstream version 1.8.0

PR:		216318
Submitted by:	gaod@hychen.org (maintainer)
1.7.1
19 May 2016 10:44:12
Revision:415499Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [g-n]*

Approved by:	portmgr blanket
1.7.1
08 Apr 2016 17:52:44
Revision:412778Original commit files touched by this commit
pi search for other commits by this committer
net/babeld: 1.5.1 -> 1.7.1

Changes:
  https://github.com/jech/babeld/blob/master/CHANGES

PR:		208065
Approved by:	gaod@hychen.org (maintainer timeout)
1.5.1
06 Nov 2014 10:04:42
Revision:372217Original commit files touched by this commit
robak search for other commits by this committer
net/babeld: update 1.5.0 -> 1.5.1

PR:		194451
Submitted by:	Hung-Yi Chen <gaod@hychen.org>
Approved by:	mentors (implicit)
1.5.0
22 Jun 2014 18:47:48
Revision:358820Original commit files touched by this commit
rakuco search for other commits by this committer
Update to 1.5.0.

PR:		191268
Submitted by:	gaod@hychen.org (maintainer)
1.4.3
23 Nov 2013 18:20:41
Revision:334690Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.4.3
- While I'm here:
  - Add LICENSE
  - Strip binary executable
  - Support STAGEDIR

Changes:	http://git.wifi.pps.univ-paris-diderot.fr/?p=babeld.git;a=blob;f=CHANGES
PR:		ports/184198
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
1.4.2
20 Sep 2013 22:10:25
Revision:327755Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
1.4.2
27 Jun 2013 07:00:26
Revision:321858Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.4.2

PR:		179985
Submitted by:	maintainer
1.4.1
27 May 2013 20:22:56
Revision:319285Original commit files touched by this commit
wg search for other commits by this committer
- Update to 1.4.1

Changes: https://github.com/jech/babeld/blob/47ef5722/CHANGES

PR:		ports/179008
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
Approved by:	jpaetzel (mentor)
1.4.0
07 May 2013 12:31:49
Revision:317600Original commit files touched by this commit
bdrewery search for other commits by this committer
- Update to 1.4.0
- Remove indefinite article from COMMENT

PR:		ports/178380
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
1.3.5
27 Apr 2013 11:13:28
Revision:316660Original commit files touched by this commit
madpilot search for other commits by this committer
- Update to 1.3.5
- Trim Makefile headers

PR:		ports/178003
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
1.3.4
04 Oct 2012 06:07:44
Revision:305230Original commit files touched by this commit
jgh search for other commits by this committer
- update to 1.3.4

PR:		172310
Submitted by:	maintainer, gaod@hychen.org
1.3.3
02 Aug 2012 20:59:48
Original commit files touched by this commit
jgh search for other commits by this committer
- update to 1.3.3 [1]
- update master_sites, remove patch after upstream inclusion [2]

PR:	ports/170271 [1]
PR:	ports/170291 [2]
Submitted by:	maintainer, gaod@hychen.org [1], anarcat@anarcat.ath.cx [2]
Approved by: maintainer
1.2.0
12 Oct 2011 11:40:35
Original commit files touched by this commit
culot search for other commits by this committer
- Update to 1.2.0

Changes:        http://www.pps.jussieu.fr/~jch/software/babel/CHANGES.text
PR:             ports/161508
Submitted by:   Hung-Yi Chen <gaod@hychen.org> (maintainer)
1.1.1
11 Jul 2011 12:43:48
Original commit files touched by this commit
jlaffaye search for other commits by this committer
Update to 1.1.1

PR:             ports/158784
Submitted by:   Hung-Yi Chen <gaod@hychen.org> (maintainer)
Approved by:    bapt (mentor, implicit)
1.1.0
11 Mar 2011 14:22:55
Original commit files touched by this commit
dhn search for other commits by this committer
- Update to 1.1.0

PR:             ports/155465
Submitted by:   Hung-Yi Chen <gaod@hychen.org> (maintainer)
1.0.1
05 May 2010 12:00:54
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.0.1

PR:             ports/146323
Submitted by:   Hung-Yi Chen <gaod@hychen.org> (maintainer)
0.98
22 Apr 2010 22:04:22
Original commit files touched by this commit
rene search for other commits by this committer
Add babeld 0.98, a distance-vector routing protocol.

PR:             ports/145861
Submitted by:   Hung-Yi Chen <gaod at hychen.org>
Approved by:    tabthorpe (mentor)

Number of commits found: 30