Port details on branch 2025Q1 |
- gcli CLI utility to interact with various Git forges
- 2.6.1 devel =0 2.6.0Version of this port present on the latest quarterly branch.
- Maintainer: fuz@FreeBSD.org
- Port Added: 2025-01-21 23:56:37
- Last Update: 2025-01-21 23:51:14
- Commit Hash: 62bd26e
- Also Listed In: net
- License: BSD2CLAUSE
- WWW:
- https://herrhotzenplotz.de/gcli/
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- 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 = 1737309777
SHA256 (gcli-2.6.1.tar.xz) = ce91365eb6220056a1326cfa2afe287b7bb1708de9af12141dab21a00965c79a
SIZE (gcli-2.6.1.tar.xz) = 369140
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- 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
- Test dependencies:
-
- kyua : devel/kyua
- Library dependencies:
-
- libcurl.so : ftp/curl
- liblowdown.so : textproc/lowdown
- libedit.so.0 : devel/libedit
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for gcli-2.6.1:
LOWDOWN=on: pretty-print Markdown using textproc/lowdown
TEST=off: Build and/or run tests
====> Options available for the radio LINEEDIT: you can only select none or one of them
LIBEDIT=on: Command line editing via libedit
READLINE=off: Command line editing via libreadline
===> Use 'make config' to modify these settings
- Options name:
- devel_gcli
- USES:
- libtool pathfix pkgconfig ssl tar:xz libedit
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|