Bug 255963

Summary: New port: devel/forge Work with Git forges from the comfort of Magit (Release Version)
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: 255959, 256153    
Bug Blocks:    
Attachments:
Description Flags
Patch file
none
Updated patch file none

Description Yasuhiro Kimura freebsd_committer freebsd_triage 2021-05-18 04:52:55 UTC
Created attachment 225054 [details]
Patch file

Forge allows you to work with Git forges, such as Github and Gitlab, from the comfort of Magit and the rest of Emacs.

Forge fetches issues, pull-requests and other data using the forge's API and stores that in a local database. Additionally it fetches the pull-request references using Git. Forge implements various features that use this data but the database and pull-request refs can also be used by third-party packages.

This is release version of forge and works with devel/magit.
Comment 1 Yasuhiro Kimura freebsd_committer freebsd_triage 2021-05-25 17:40:00 UTC
Created attachment 225254 [details]
Updated patch file

New version 0.2.0 is released.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-06-03 10:38:34 UTC
A commit in branch main references this bug:

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

commit caeb9552ed2bbf7e2ab1ada23d273c791fc86dc1
Author:     Yasuhiro Kimura <yasu@utahime.org>
AuthorDate: 2021-06-03 10:35:10 +0000
Commit:     Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2021-06-03 10:35:10 +0000

    devel/forge: New port: Work with Git forges from Magit

    PR:             255963
    Approved by:    lwhsu (mentor)

 devel/Makefile              |  1 +
 devel/forge/Makefile (new)  | 52 +++++++++++++++++++++++++++++++++++++++++++++
 devel/forge/distinfo (new)  |  3 +++
 devel/forge/pkg-descr (new) | 10 +++++++++
 devel/forge/pkg-plist (new) | 37 ++++++++++++++++++++++++++++++++
 5 files changed, 103 insertions(+)
Comment 3 Guangyuan Yang freebsd_committer freebsd_triage 2021-06-03 10:42:05 UTC
(In reply to Yasuhiro Kimura from comment #1)

Committed, thanks!