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) combination for a given watch list. This is what FreshPorts will look for.

Port details
libfyaml YAML parser and emitter
0.9_1 textproc 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 0.7.12Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-11-03 08:06:24
Last Update: 2024-03-22 22:05:27
Commit Hash: 26d6e4a
License: MIT
WWW:
https://github.com/pantoniou/libfyaml
Description:
libfyaml is a fully feature complete YAML parser and emitter, supporting the latest YAML spec and passing the full YAML testsuite. It is designed to be very efficient, avoiding copies of data, and has no artificial limits like the 1024 character limit for implicit keys.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (27 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/libfyaml-0.9_1/catalog.mk
  3. /usr/local/share/licenses/libfyaml-0.9_1/LICENSE
  4. /usr/local/share/licenses/libfyaml-0.9_1/MIT
  5. bin/fy-compose
  6. bin/fy-dump
  7. bin/fy-filter
  8. bin/fy-join
  9. bin/fy-testsuite
  10. bin/fy-tool
  11. bin/fy-ypath
  12. include/libfyaml.h
  13. lib/libfyaml.a
  14. lib/libfyaml.so
  15. lib/libfyaml.so.0
  16. lib/libfyaml.so.0.0.0
  17. libdata/pkgconfig/libfyaml.pc
  18. share/man/man1/fy-compose.1.gz
  19. share/man/man1/fy-dump.1.gz
  20. share/man/man1/fy-filter.1.gz
  21. share/man/man1/fy-join.1.gz
  22. share/man/man1/fy-testsuite.1.gz
  23. share/man/man1/fy-tool.1.gz
  24. share/man/man1/fy-ypath.1.gz
  25. @owner
  26. @group
  27. @mode
Collapse this list.
Dependency lines:
  • libfyaml>0:textproc/libfyaml
To install the port:
cd /usr/ports/textproc/libfyaml/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/libfyaml
  • pkg install libfyaml
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: libfyaml
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1704445564 SHA256 (libfyaml-0.9.tar.gz) = 7731edc5dfcc345d5c5c9f6ce597133991a689dabede393cd77bae89b327cd6d SIZE (libfyaml-0.9.tar.gz) = 875608

Packages (timestamps in pop-ups are UTC):
libfyaml
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.9_10.9_1-0.9_10.9_1---
FreeBSD:13:quarterly0.7.120.7.120.7.120.7.120.9_10.7.120.7.120.7.12
FreeBSD:14:latest0.9_10.9_10.7.120.9_10.9_10.7.12-0.7.12
FreeBSD:14:quarterly0.7.120.9_1-0.7.120.9_10.7.120.7.120.7.12
FreeBSD:15:latest0.90.9_1n/a0.9n/a0.90.90.9
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.4.1 : devel/gmake
Test dependencies:
  1. git : devel/git
  2. bash : shells/bash
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
textproc_libfyaml
USES:
gmake libtool shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/pantoniou/libfyaml/releases/download/v0.9/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.9_1
22 Mar 2024 22:05:27
commit hash: 26d6e4a87aeff11173ce061d85f94ff6a57ecc98commit hash: 26d6e4a87aeff11173ce061d85f94ff6a57ecc98commit hash: 26d6e4a87aeff11173ce061d85f94ff6a57ecc98commit hash: 26d6e4a87aeff11173ce061d85f94ff6a57ecc98 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
textproc/libfyaml: Move man pages to share/man

Approved by:	portmgr (blanket)
0.9
05 Jan 2024 09:38:15
commit hash: 19529b0b6d03c77102a6add54952c0d96fca83e1commit hash: 19529b0b6d03c77102a6add54952c0d96fca83e1commit hash: 19529b0b6d03c77102a6add54952c0d96fca83e1commit hash: 19529b0b6d03c77102a6add54952c0d96fca83e1 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
textproc/libfyaml: update 0.7.12 → 0.9
0.7.12
03 Nov 2022 08:03:48
commit hash: 575671763c0352d951d303ce687194ac7d4a737dcommit hash: 575671763c0352d951d303ce687194ac7d4a737dcommit hash: 575671763c0352d951d303ce687194ac7d4a737dcommit hash: 575671763c0352d951d303ce687194ac7d4a737d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
textproc/libfyaml: New port: YAML parser and emitter

Number of commits found: 3