Bug 256879 - New port: textproc/yaml.el YAML parser in Elisp
Summary: New port: textproc/yaml.el YAML parser in Elisp
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Guangyuan Yang
URL:
Keywords:
Depends on:
Blocks: 255962
  Show dependency treegraph
 
Reported: 2021-06-28 21:47 UTC by Yasuhiro Kimura
Modified: 2021-06-30 06:46 UTC (History)
1 user (show)

See Also:


Attachments
Patch file (2.63 KB, patch)
2021-06-28 21:47 UTC, Yasuhiro Kimura
no flags Details | Diff
Updated patch file (2.63 KB, patch)
2021-06-28 21:58 UTC, Yasuhiro Kimura
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!