Port details |
- libyang2 YANG data modeling language library, version 2
- 2.1.128 net =3 2.1.128Version of this port present on the latest quarterly branch.
- Maintainer: olivier@FreeBSD.org
- Port Added: 2022-07-07 12:15:05
- Last Update: 2023-11-08 11:21:46
- Commit Hash: d4ca64c
- People watching this port, also watch:: opencv, lapce, ollama, openvsp, xxd
- License: BSD3CLAUSE
- WWW:
- https://github.com/CESNET/libyang
- Description:
- libyang is a YANG data modelling language parser and toolkit written
(and providing API) in C.
- ¦ ¦ ¦ ¦
- 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/libyang2/ && make install clean
- To add the package, run one of these commands:
- pkg install net/libyang2
- pkg install libyang2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libyang2
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1698048182
SHA256 (CESNET-libyang-v2.1.128_GH0.tar.gz) = 19a5fe2742ccd68cc90bd7b28736d518ebea4241e798fa49a01b5e6f8a79928e
SIZE (CESNET-libyang-v2.1.128_GH0.tar.gz) = 1262102
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Test dependencies:
-
- cmocka>0 : sysutils/cmocka
- Library dependencies:
-
- libpcre2-8.so : devel/pcre2
- This port is required by:
- for Libraries
-
- net/frr10
- net/frr8
- net/frr9
Configuration Options:
- ===> The following configuration options are available for libyang2-2.1.128:
TEST=off: Build and/or run tests
===> Use 'make config' to modify these settings
- Options name:
- net_libyang2
- USES:
- cmake compiler:c++11-lang pkgconfig
- 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 |
2.1.128 08 Nov 2023 11:21:46 |
Olivier Cochard (olivier) |
net/libyang2: Update to 2.1.128
Fix net/frr8 regression ("Can no longer match a prefix-list in a route-map").
PR: 274667
Reported by: Franco Fichtner <franco@opnsense.org> |
2.1.111 05 Oct 2023 10:26:18 |
Olivier Cochard (olivier) |
net/libyang2: Update to 2.1.111
PR: 273457
Reported by: R. Christian McDonald <rcm@rcm.sh>
Event: Oslo Hackathon at Modirum |
2.1.80 21 Jun 2023 11:50:30 |
Olivier Cochard (olivier) |
net/libyang2: Update to 2.1.80
PR: 272016
Reported by: R. Christian McDonald <rcm@rcm.sh> |
2.1.55 21 Mar 2023 15:01:15 |
Olivier Cochard (olivier) |
net/libyang2: Update to 2.1.55 |
2.1.4 20 Dec 2022 22:34:28 |
Olivier Cochard (olivier) |
net/libyang2: Update to 2.1.4
ChangeLog: https://github.com/CESNET/libyang/releases/tag/v2.1.4
PR: 268475
Reported by: R. Christian McDonald <cmcdonald@netgate.com> |
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) |
2.0.194 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 ) |
2.0.194 07 Jul 2022 12:12:50 |
Olivier Cochard (olivier) |
net/libyang2: New major version of libyang
Upcoming net/frr8 requires libyang2, but net/frr7 stills depends of libyang 1.x |