git: df3507e32d41 - main - misc/gemini-cli: Improve COMMENT and pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Sep 2025 20:42:48 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=df3507e32d41ac5af801b2ec5cb9fb7480db2f4d
commit df3507e32d41ac5af801b2ec5cb9fb7480db2f4d
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-09-28 20:41:51 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-09-28 20:42:43 +0000
misc/gemini-cli: Improve COMMENT and pkg-descr
---
misc/gemini-cli/Makefile | 2 +-
misc/gemini-cli/pkg-descr | 6 +++++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/misc/gemini-cli/Makefile b/misc/gemini-cli/Makefile
index 90297b7f6818..172497b03277 100644
--- a/misc/gemini-cli/Makefile
+++ b/misc/gemini-cli/Makefile
@@ -3,7 +3,7 @@ DISTVERSION= 0.6.1
CATEGORIES= misc # machine-learning
MAINTAINER= yuri@FreeBSD.org
-COMMENT= Google Gemini api for terminal (CLI)
+COMMENT= Open-source CLI for direct access to Google's Gemini AI model
WWW= https://google-gemini.github.io/gemini-cli/ \
https://github.com/google-gemini/gemini-cli
diff --git a/misc/gemini-cli/pkg-descr b/misc/gemini-cli/pkg-descr
index 459f80e3a32a..61852c4ab593 100644
--- a/misc/gemini-cli/pkg-descr
+++ b/misc/gemini-cli/pkg-descr
@@ -1,3 +1,7 @@
Gemini CLI is an open-source AI agent that brings the power of Gemini directly
into your terminal. It provides lightweight access to Gemini, giving you the
-most direct path from your prompt to the Google's Gemini model.
+most direct path from your prompt to the Google's Gemini model. This tool
+is ideal for developers and users who prefer command-line interfaces,
+enabling quick interactions and scripting with Gemini's advanced AI
+capabilities. It streamlines workflows by offering immediate access to
+AI-driven insights and content generation without leaving the terminal.