Port details |
- gcli CLI utility to interact with various Git forges
- 1.0.0 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: fuz@FreeBSD.org
 - Port Added: 2022-10-22 09:36:06
- Last Update: 2023-03-06 22:23:45
- Commit Hash: 030eb0a
- Also Listed In: net
- License: BSD2CLAUSE
- Description:
- GCLI is a simple and portable CLI tool for interacting with GitHub,
GitLab, and Gitea from the command line.
This tool was written because the official GitHub CLI tool only supports
GitHub. The author wanted a simple unified tool for various git forges
such as GitHub and GitLab because every forge does things differently
yet all build on Git and purposefully break with its philosophy.
Also, the official tool from Github is written in Go, which does manual
DNS resolution which is a massive security vulnerability for people
using Tor as it leaks your IP to the DNS server. This program builds
upon libcurl, which obeys the operating system's DNS resolution
mechanisms and thus also works with Tor.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/gcli/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/gcli
- pkg install gcli
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gcli
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1678028068
SHA256 (gcli-1.0.0.tar.xz) = 95e7df87ea4831a060b8257369daad321fb9c9549acf3edc371cd2c997e9cee8
SIZE (gcli-1.0.0.tar.xz) = 339368
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:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libcurl.so : ftp/curl
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_gcli
- USES:
- libtool pkgconfig tar:xz
- 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.0.0 06 Mar 2023 22:23:45
    |
Robert Clausecker (fuz)  |
devel/gcli: update to 1.0.0
Changelog: https://gitlab.com/herrhotzenplotz/gcli/-/releases/1.0.0 |
0.9.12.b 08 Feb 2023 23:24:25
    |
Robert Clausecker (fuz)  |
*/*: Update fuz@fuz.su to fuz@FreeBSD.org
www/writefreely had a stray duplicate MAINTAINER block
from an earlier botched commit. I did intentionally not
touch the entry in UPDATING.
Reviewed by: eduardo, flo
Differential Revision: https://reviews.freebsd.org/D38435 |
0.9.12.b 09 Dec 2022 19:20:10
    |
Fernando Apesteguía (fernape)  Author: Nico Sonack |
devel/gcli: update to 0.9.12-beta
ChangeLog: https://gitlab.com/herrhotzenplotz/gcli/-/releases/0.9.12-beta
PR: 268219
Reported by: nsonack@outlook.com
Approved by: fuz@fuz.su (maintainer) |
0.9.10.b 01 Nov 2022 00:18:18
    |
Nuno Teixeira (eduardo)  Author: Robert Clausecker |
devel/gcli: Update to 0.9.10-beta
ChangeLog: https://gitlab.com/herrhotzenplotz/gcli/-/tags/v0.9.10-beta
PR: 267481 |
0.9.9.b 22 Oct 2022 09:35:19
    |
Li-Wen Hsu (lwhsu)  Author: Robert Clausecker |
Add devel/gcli: CLI utility to interact with various Git forges
GCLI is a simple and portable CLI tool for interacting with GitHub,
GitLab, and Gitea from the command line.
This tool was written because the official GitHub CLI tool only supports
GitHub. The author wanted a simple unified tool for various git forges
such as GitHub and GitLab because every forge does things differently
yet all build on Git and purposefully break with its philosophy.
Also, the official tool from Github is written in Go, which does manual
DNS resolution which is a massive security vulnerability for people
using Tor as it leaks your IP to the DNS server. This program builds
upon libcurl, which obeys the operating system's DNS resolution
mechanisms and thus also works with Tor.
PR: 267224 |