Bug 256879

Summary: New port: textproc/yaml.el YAML parser in Elisp
Product: Ports & Packages Reporter: Yasuhiro Kimura <yasu>
Component: Individual Port(s)Assignee: Guangyuan Yang <ygy>
Status: Closed FIXED    
Severity: Affects Only Me CC: ygy
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 255962    
Attachments:
Description Flags
Patch file
none
Updated patch file none

Description Yasuhiro Kimura freebsd_committer freebsd_triage 2021-06-28 21:47:05 UTC
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.
Comment 1 Yasuhiro Kimura freebsd_committer freebsd_triage 2021-06-28 21:58:49 UTC
Created attachment 226098 [details]
Updated patch file

Update to latest release.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-06-30 06:44:13 UTC
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(+)
Comment 3 Guangyuan Yang freebsd_committer freebsd_triage 2021-06-30 06:46:06 UTC
Committed, thanks!