Created attachment 226097 [details] Patch file yaml.el is a YAML parser written in Emacs List without any external dependencies. It provides an interface similar to the Emacs JSON parsing utility.
Created attachment 226098 [details] Updated patch file Update to latest release.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e2fdcc22cbeac646c4bbeb4d93a90f338dbda505 commit e2fdcc22cbeac646c4bbeb4d93a90f338dbda505 Author: Yasuhiro Kimura <yasu@utahime.org> AuthorDate: 2021-06-30 06:43:09 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2021-06-30 06:43:09 +0000 textproc/yaml.el: New port: YAML parser in Elisp PR: 256879 Approved by: lwhsu (mentor) textproc/Makefile | 1 + textproc/yaml.el/Makefile (new) | 30 ++++++++++++++++++++++++++++++ textproc/yaml.el/distinfo (new) | 3 +++ textproc/yaml.el/pkg-descr (new) | 5 +++++ 4 files changed, 39 insertions(+)
Committed, thanks!