Bug 245578 - [NEW PORT] devel/git-bug: Distributed, offline-first bug tracker embedded in git, with bridges
Summary: [NEW PORT] devel/git-bug: Distributed, offline-first bug tracker embedded in ...
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: Dmitri Goutnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-12 20:21 UTC by Lewis Cook
Modified: 2020-04-12 21:34 UTC (History)
1 user (show)

See Also:


Attachments
git-bug.0.7.1.diff (16.72 KB, patch)
2020-04-12 20:21 UTC, Lewis Cook
no flags Details | Diff
git-bug.0.7.1.log (34.29 KB, text/plain)
2020-04-12 20:21 UTC, Lewis Cook
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lewis Cook freebsd_committer freebsd_triage 2020-04-12 20:21:35 UTC
Created attachment 213345 [details]
git-bug.0.7.1.diff

Fully featured git bug tracker that:

* Is fully embeded in git: you only need
  your git repository to have a bug tracker.
* Is distributed: use your normal git remote
  to collaborate, push and pull your bugs!
* Works offline: in a plane or under the sea?
  Keep reading and writing bugs!
* Prevents vendor lock-in: your usual service
  is down or went bad? You already have a full backup.
* Is fast: listing bugs or opening them is a matter
  of milliseconds.
* Doesn't pollute your project: no files are added
  in your project.
* Integrates with your tooling: use the UI you like
  (CLI, terminal, web) or integrate with your existing
  tools through the CLI or the GraphQL API.
* Bridges to other bug trackers: use bridges to import
  and export to other trackers.

WWW: https://github.com/MichaelMure/git-bug

Tested:
 * portlint: OK (looks fine).
 * testport: OK (poudriere: 3.3.4).
Comment 1 Lewis Cook freebsd_committer freebsd_triage 2020-04-12 20:21:59 UTC
Created attachment 213346 [details]
git-bug.0.7.1.log

* Poudriere testport log.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-04-12 21:33:15 UTC
A commit references this bug:

Author: dmgk
Date: Sun Apr 12 21:32:44 UTC 2020
New revision: 531558
URL: https://svnweb.freebsd.org/changeset/ports/531558

Log:
  New port: devel/git-bug

  Fully featured git bug tracker that:

  * Is fully embeded in git: you only need
    your git repository to have a bug tracker.
  * Is distributed: use your normal git remote
    to collaborate, push and pull your bugs!
  * Works offline: in a plane or under the sea?
    Keep reading and writing bugs!
  * Prevents vendor lock-in: your usual service
    is down or went bad? You already have a full backup.
  * Is fast: listing bugs or opening them is a matter
    of milliseconds.
  * Doesn't pollute your project: no files are added
    in your project.
  * Integrates with your tooling: use the UI you like
    (CLI, terminal, web) or integrate with your existing
    tools through the CLI or the GraphQL API.
  * Bridges to other bug trackers: use bridges to import
    and export to other trackers.

  WWW: https://github.com/MichaelMure/git-bug

  PR:		245578
  Submitted by:	Lewis Cook <vulcan@wired.sh>

Changes:
  head/devel/Makefile
  head/devel/git-bug/
  head/devel/git-bug/Makefile
  head/devel/git-bug/distinfo
  head/devel/git-bug/pkg-descr
  head/devel/git-bug/pkg-plist
Comment 3 Dmitri Goutnik freebsd_committer freebsd_triage 2020-04-12 21:34:10 UTC
Committed, thanks!