notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details
lazygit Simple terminal UI for git commands
0.62.1_1 devel on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.60.0_3Version of this port present on the latest quarterly branch.
Maintainer: meta@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-08-28 00:30:59
Last Update: 2026-06-03 17:54:22
Commit Hash: dd8dc2a
People watching this port, also watch:: python311, py311-pycparser, ladspa, gstreamer1-plugins-pango, xerces-c3
License: MIT
WWW:
https://github.com/jesseduffield/lazygit
Description:
lazygit is a CLI tool to handle git repositories, written in Go with the gocui library. You can add files easily, resolve merge conflicts, checkout recent branches easily, scroll through logs/diffs of branches/commits.stash, push/pull quickly, squash down and rename commits in CLI.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/lazygit
  2. /usr/local/share/licenses/lazygit-0.62.1_1/catalog.mk
  3. /usr/local/share/licenses/lazygit-0.62.1_1/LICENSE
  4. /usr/local/share/licenses/lazygit-0.62.1_1/MIT
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • lazygit>0:devel/lazygit
To install the port:
cd /usr/ports/devel/lazygit/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/lazygit
  • pkg install lazygit
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: lazygit
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1780387669 SHA256 (go/devel_lazygit/lazygit-v0.62.1/v0.62.1.mod) = 4b4a89739d8574c03e41b6ccf4c01093a585e9469aabbc348cdd5ee8e1d535f1 SIZE (go/devel_lazygit/lazygit-v0.62.1/v0.62.1.mod) = 3035

Expand this list (2 items)

Collapse this list.

SHA256 (go/devel_lazygit/lazygit-v0.62.1/v0.62.1.zip) = 834c3343e33ccb99e981f2d2b372a4d7751c8ce3503fab3b55cae48279acb2c9 SIZE (go/devel_lazygit/lazygit-v0.62.1/v0.62.1.zip) = 1771013

Collapse this list.


Packages (timestamps in pop-ups are UTC):
lazygit
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.61.10.61.1-0.55.00.61.1n/an/an/a
FreeBSD:13:quarterly0.60.0_10.60.0_1-0.52.00.60.0_1n/an/an/a
FreeBSD:14:latest0.61.1_10.62.1_1-0.54.10.62.1_1---
FreeBSD:14:quarterly0.60.0_20.60.0_3-0.52.00.60.0_3---
FreeBSD:15:latest0.61.1_10.62.1_1n/a-n/an/a--
FreeBSD:15:quarterly0.60.0_30.60.0_3n/a-n/an/a--
FreeBSD:16:latest0.61.1_10.62.1_1n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go125 : lang/go125
Fetch dependencies:
  1. go125 : lang/go125
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_lazygit
USES:
go:1.24+,modules zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://proxy.golang.org/github.com/jesseduffield/lazygit/@v/
Collapse this list.

Number of commits found: 113 (showing only 13 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.10.4
12 Nov 2019 12:07:38
Revision:517325Original commit files touched by this commit
meta search for other commits by this committer
devel/lazygit: Update to 0.10.4

Relnotes:	https://github.com/jesseduffield/lazygit/releases/tag/v0.10
		https://github.com/jesseduffield/lazygit/releases/tag/v0.10.1
		https://github.com/jesseduffield/lazygit/releases/tag/v0.10.2
		https://github.com/jesseduffield/lazygit/releases/tag/v0.10.3
		https://github.com/jesseduffield/lazygit/releases/tag/v0.10.4
Differential Revision:	HAW International, Inc.
0.9
06 Nov 2019 05:28:32
Revision:516860Original commit files touched by this commit
meta search for other commits by this committer
devel/lazygit: Update to 0.9

While here, switch to USES=go:modules. Thank you decke@ and dmgk@!

Relnotes	https://github.com/jesseduffield/lazygit/releases/tag/v0.8.2
		https://github.com/jesseduffield/lazygit/releases/tag/0.8.3
		https://github.com/jesseduffield/lazygit/releases/tag/v0.9
0.8.1
29 Sep 2019 22:29:40
Revision:513274Original commit files touched by this commit
dmgk search for other commits by this committer
Go ports: cleanup, finish transition to USES=go started with r505321 (cat.
audio-mail)

- Remove custom build/install targets left in place after r505321
- Switch to the new GO_TARGET tuple syntax introduced in r512001
- Switch to go:modules when upstream already uses them

Reviewed by:	tobik
Approved by:	araujo (mentor), portmgr (adamw)
Differential Revision:	https://reviews.freebsd.org/D21741
0.8.1
25 Jun 2019 08:45:02
Revision:505075Original commit files touched by this commit
meta search for other commits by this committer
devel/lazygit: Update to 0.8.1

Relnotes:	https://github.com/jesseduffield/lazygit/releases/tag/v0.8.1
0.8
13 May 2019 08:40:25
Revision:501533Original commit files touched by this commit
meta search for other commits by this committer
devel/lazygit: Update to 0.8

Relnotes:	https://github.com/jesseduffield/lazygit/releases/tag/v0.8
Sponsored by:	HAW International, Inc.
0.7.2
05 Mar 2019 13:07:56
Revision:494698Original commit files touched by this commit
meta search for other commits by this committer
devel/lazygit: Update to 0.7.2

Fixed an issue created in v0.7.0 that caused high CPU usage, now the CPU
usage is back to being negligible

Relnotes:	https://github.com/jesseduffield/lazygit/releases/tag/v0.7.2
0.7.1
05 Mar 2019 12:58:42
Revision:494697Original commit files touched by this commit
meta search for other commits by this committer
devel/lazygit: Update to 0.7.1

Relnotes:	https://github.com/jesseduffield/lazygit/releases/tag/v0.7.1
0.6
21 Jan 2019 04:38:04
Revision:490817Original commit files touched by this commit
meta search for other commits by this committer
devel/lazygit: Update to 0.6

Approved by:	mentors (implicit)
Relnotes:	https://github.com/jesseduffield/lazygit/releases/tag/v0.6
0.5
25 Oct 2018 06:41:56
Revision:482954Original commit files touched by this commit
meta search for other commits by this committer
devel/lazygit: Update to 0.5

Approved by:	mentors (implicit)
Relnotes:	https://github.com/jesseduffield/lazygit/releases/tag/v0.5
Sponsored by:	HAW International, Inc.
0.4
23 Oct 2018 05:48:25
Revision:482809Original commit files touched by this commit
meta search for other commits by this committer
devel/lazygit: Update to 0.4

Approved by:	mentors (implicit)
Relnotes:	https://github.com/jesseduffield/lazygit/releases/tag/v0.4
Differential Revision:	https://reviews.freebsd.org/D17514
0.3.1
25 Sep 2018 06:06:54
Revision:480639Original commit files touched by this commit
meta search for other commits by this committer
devel/lazygit: Update to 0.3.1

Approved by:	pi (mentor)
Relnotes:	https://github.com/jesseduffield/lazygit/releases/tag/v0.2.2
		https://github.com/jesseduffield/lazygit/releases/tag/v0.3.0
		https://github.com/jesseduffield/lazygit/releases/tag/v0.3.1
Differential Revision:	https://reviews.freebsd.org/D17127
0.2.1
29 Aug 2018 05:21:00
Revision:478339Original commit files touched by this commit
meta search for other commits by this committer
devel/lazygit: Update to 0.2.1

Also, while here, fix typos in pkg-descr.

Approved by:	hrs (mentor)
Relnotes:	https://github.com/jesseduffield/lazygit/releases/tag/v0.2.0
		https://github.com/jesseduffield/lazygit/releases/tag/v0.2.1
Differential Revision:	https://reviews.freebsd.org/D16933
0.1.80
28 Aug 2018 00:30:42
Revision:478270Original commit files touched by this commit
meta search for other commits by this committer
New port: devel/lazygit: Simple terminal UI for git commands

lazygit is a CLI tool to handle git repository, written in Go wigh the gocui
library.  You can add files easily, resolve merge conflicts, checkout recent
branches easily, scroll through logs/diffs of branches/commits.stash,
push/pull quickly, squash down and rename commits in CLI.

WWW: https://github.com/jesseduffield/lazygit

Approved by:	pi (mentor)
Differential Revision:	https://reviews.freebsd.org/D16862

Number of commits found: 113 (showing only 13 on this page)

«  1 | 2