git: c13fd7c811a9 - main - textproc/translate-shell: Replace textproc/google-translate-cli
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Dec 2022 14:15:21 UTC
The branch main has been updated by nivit:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c13fd7c811a90104964ce699a358d3655391e6e3
commit c13fd7c811a90104964ce699a358d3655391e6e3
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2022-12-02 14:10:21 +0000
Commit: Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2022-12-02 14:13:26 +0000
textproc/translate-shell: Replace textproc/google-translate-cli
- Renamed the port to match the project name
PR: 250793
Submitted by: 0mp
---
MOVED | 1 +
textproc/Makefile | 2 +-
textproc/{google-translate-cli => translate-shell}/Makefile | 5 ++---
textproc/{google-translate-cli => translate-shell}/distinfo | 0
.../files/patch-include_Utils.awk | 0
textproc/{google-translate-cli => translate-shell}/pkg-descr | 0
6 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/MOVED b/MOVED
index 599868e17737..e1550321c6c2 100644
--- a/MOVED
+++ b/MOVED
@@ -17627,3 +17627,4 @@ devel/pecl-jsond||2022-11-30|Requires php74 which was EOL on 2022-11-28
databases/pecl-cassandra||2022-11-30|Requires php74 which was EOL on 2022-11-28
deskutils/egroupware||2022-12-01|Requires php74 which was EOL on 2022-11-28
devel/pecl-APCu_bc||2022-12-01|Requires php74 which was EOL on 2022-11-28
+textproc/google-translate-cli|textproc/translate-shell|2022-12-02|Renamed by upstream
diff --git a/textproc/Makefile b/textproc/Makefile
index b12a8eda2dad..df4c556129db 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -240,7 +240,6 @@
SUBDIR += gojq
SUBDIR += goldendict
SUBDIR += google-ctemplate
- SUBDIR += google-translate-cli
SUBDIR += gpp
SUBDIR += grap
SUBDIR += grc-aspell
@@ -1961,6 +1960,7 @@
SUBDIR += toml-f
SUBDIR += tr-aspell
SUBDIR += trang
+ SUBDIR += translate-shell
SUBDIR += translate-toolkit
SUBDIR += trdsql
SUBDIR += ts-hunspell
diff --git a/textproc/google-translate-cli/Makefile b/textproc/translate-shell/Makefile
similarity index 89%
rename from textproc/google-translate-cli/Makefile
rename to textproc/translate-shell/Makefile
index 53223d83ad9c..de21e8521e4e 100644
--- a/textproc/google-translate-cli/Makefile
+++ b/textproc/translate-shell/Makefile
@@ -1,11 +1,11 @@
-PORTNAME= google-translate-cli
+PORTNAME= translate-shell
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.6.12
PORTREVISION= 2
CATEGORIES= textproc
MAINTAINER= nivit@FreeBSD.org
-COMMENT= Google Translate to serve as a command line tool
+COMMENT= Command line interface to translation engines
WWW= https://www.soimort.org/translate-shell/
LICENSE= UNLICENSE
@@ -21,7 +21,6 @@ TEST_DEPENDS= curl:ftp/curl \
USE_GITHUB= yes
GH_ACCOUNT= soimort
-GH_PROJECT= translate-shell
ALL_TARGET= build
TEST_ENV= LC_ALL=C.UTF-8
diff --git a/textproc/google-translate-cli/distinfo b/textproc/translate-shell/distinfo
similarity index 100%
rename from textproc/google-translate-cli/distinfo
rename to textproc/translate-shell/distinfo
diff --git a/textproc/google-translate-cli/files/patch-include_Utils.awk b/textproc/translate-shell/files/patch-include_Utils.awk
similarity index 100%
rename from textproc/google-translate-cli/files/patch-include_Utils.awk
rename to textproc/translate-shell/files/patch-include_Utils.awk
diff --git a/textproc/google-translate-cli/pkg-descr b/textproc/translate-shell/pkg-descr
similarity index 100%
rename from textproc/google-translate-cli/pkg-descr
rename to textproc/translate-shell/pkg-descr