Port details |
- gitqlient Graphical interface to git repositories
- 1.6.3_1 devel =2 1.6.2Version of this port present on the latest quarterly branch.
- Maintainer: adridg@FreeBSD.org
- Port Added: 2022-06-27 20:15:08
- Last Update: 2024-10-22 20:16:17
- Commit Hash: 3524768
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL21
- WWW:
- https://francescmm.github.io/GitQlient/
- Description:
- GitQlient, pronounced as git+client is a multi-platform Git client.
The original idea was to provide a GUI-oriented Git clientthat was
easy to integrate with QtCreator. In addition, one goal was to
modernize the old code that QGit is based on and provide a easy UI/UX
that I was actually missing on other clients.
- Visualisation and search of git history, branches, tags
- Git operations such as commit, cherry-pick
- Workflow support including pomodoro
- Multiple repositories
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- gitqlient>0:devel/gitqlient
- To install the port:
- cd /usr/ports/devel/gitqlient/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/gitqlient
- pkg install gitqlient
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gitqlient
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1728945397
SHA256 (gitqlient_1.6.3.tar.gz) = 93b68ff1d717db1b745469238d88fdca9a29e87d4b25e97a0410fa8fc7f558d4
SIZE (gitqlient_1.6.3.tar.gz) = 5033798
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- xorgproto>=0 : x11/xorgproto
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- qt5-qmake>=5.15 : devel/qt5-qmake
- Library dependencies:
-
- libGL.so : graphics/libglvnd
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Network.so : net/qt5-network
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_gitqlient
- USES:
- compiler:c++17-lang cpe gl qmake:outsource qt:5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6.3_1 22 Oct 2024 20:16:17 |
Daniel Engberg (diizzy) |
devel/gitqlient: Improve port
* Use upstream release archive as recommended by Porters Handbook and simplifies
port
* Fix usage of USE_GL helper
* Add missing dependency USE_QT= network
* Remove usage of git during build
* Define version and sha checksum for build
PR: 282093
Reviewed by: adridg (maintainer) |
1.6.3 14 Oct 2024 21:49:34 |
Adriaan de Groot (adridg) |
devel/gitqlient: update to 1.6.3, latest upstream
Release notes at
https://github.com/francescmm/GitQlient/releases/tag/v1.6.3
with improved translations, basic rebase functionality and some bugfix. |
1.6.2 12 Sep 2023 13:15:50 |
Adriaan de Groot (adridg) |
devel/gitqlient: update to 1.6.2, latest upstream
Release notes at
https://github.com/francescmm/GitQlient/releases/tag/v1.6.2 |
1.6.1 06 Jan 2023 09:36:53 |
Adriaan de Groot (adridg) |
devel/gitqlient: update to latest replease
New git commands support, could build with CMake (but I
did not change that around yet), supports Qt6 (but I
am not going to flavorize for that).
Reported by: portscout |
1.5.0 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.5.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.5.0 27 Jun 2022 20:13:45 |
Adriaan de Groot (adridg) |
devel/gitqlient: New port, a fancy Git viewer
The code is a fork of devel/qgit, but unrecognizable in its UI.
I can't tell if I like it, yet: there's a lot more going on, and
the UI doesn't follow the environment's theme / style. |