Bug 275740 - [NEW PORT] textproc/ox-gfm.el: Github Flavored Markdown exporter for Org Mode
Summary: [NEW PORT] textproc/ox-gfm.el: Github Flavored Markdown exporter for Org Mode
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: Koichiro Iwao
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-13 07:03 UTC by Pat Maddox
Modified: 2024-01-09 04:18 UTC (History)
1 user (show)

See Also:
pat: maintainer-feedback+


Attachments
patch (3.34 KB, patch)
2023-12-13 07:33 UTC, Pat Maddox
pat: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pat Maddox 2023-12-13 07:03:55 UTC
A single emacs-lisp file to provide GFM option for org-mode export. No dependencies.
Comment 1 Pat Maddox 2023-12-13 07:33:28 UTC
Created attachment 247019 [details]
patch
Comment 2 Koichiro Iwao freebsd_committer freebsd_triage 2024-01-09 04:16:23 UTC
Hi, LICENSE is set to NONE but it has the same license as Emacs. So it's GPLv3+.
https://github.com/larstvei/ox-gfm/issues/22
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-01-09 04:18:04 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=63843561f321c329301beec829a2403d9b55feef

commit 63843561f321c329301beec829a2403d9b55feef
Author:     Pat Maddox <pat@patmaddox.com>
AuthorDate: 2023-12-13 07:27:33 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2024-01-09 04:14:57 +0000

    textproc/ox-gfm.el: new port

    This package adds an Org mode export backend for GitHub Flavored
    Markdown.

    Exporting to Github Flavored Markdown is available through Org mode's
    export dispatcher once ox-gfm is loaded. Alternatively, exporting can
    be triggered by calling the (autoloaded) function M-x
    org-gfm-export-to-markdown.

    PR:             275740

 textproc/Makefile                  |  1 +
 textproc/ox-gfm.el/Makefile (new)  | 32 ++++++++++++++++++++++++++++++++
 textproc/ox-gfm.el/distinfo (new)  |  3 +++
 textproc/ox-gfm.el/pkg-descr (new) |  7 +++++++
 textproc/ox-gfm.el/pkg-plist (new) |  2 ++
 5 files changed, 45 insertions(+)
Comment 4 Koichiro Iwao freebsd_committer freebsd_triage 2024-01-09 04:18:36 UTC
Committed with a minor change, thanks!