FreeBSD Bugzilla – Attachment 255145 Details for
Bug 282733
[NEW PORT] textproc/dmenu-translate: Quick text translation with dmenu
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
textproc/dmenu-translate.patch
dmenu-translate.patch (text/plain), 3.16 KB, created by
Yusuf Yaman
on 2024-11-13 19:58:35 UTC
(
hide
)
Description:
textproc/dmenu-translate.patch
Filename:
MIME Type:
Creator:
Yusuf Yaman
Created:
2024-11-13 19:58:35 UTC
Size:
3.16 KB
patch
obsolete
>From fb56ff7b5c4861a6e393c7a9e18d875b7c94c251 Mon Sep 17 00:00:00 2001 >From: Yusuf Yaman <nxjoseph@protonmail.com> >Date: Wed, 13 Nov 2024 22:55:30 +0300 >Subject: [PATCH] textproc/dmenu-translate: New port: Quick text translation > with dmenu > >dmenu-translate is a simple and efficient tool that allows users to translate >text quickly using the dmenu or any other dmenu-like utility. It supports >multiple languages and translation services, making it easy >to get instant translations with minimal effort. > >WWW: https://github.com/nxjosephofficial/dmenu-translate > >PR: 282733 >--- > textproc/dmenu-translate/Makefile | 48 ++++++++++++++++++++++++++++++ > textproc/dmenu-translate/distinfo | 3 ++ > textproc/dmenu-translate/pkg-descr | 4 +++ > 3 files changed, 55 insertions(+) > create mode 100644 textproc/dmenu-translate/Makefile > create mode 100644 textproc/dmenu-translate/distinfo > create mode 100644 textproc/dmenu-translate/pkg-descr > >diff --git a/textproc/dmenu-translate/Makefile b/textproc/dmenu-translate/Makefile >new file mode 100644 >index 0000000..aea22c7 >--- /dev/null >+++ b/textproc/dmenu-translate/Makefile >@@ -0,0 +1,48 @@ >+PORTNAME= dmenu-translate >+DISTVERSIONPREFIX= v >+DISTVERSION= 1.0.0 >+CATEGORIES= textproc >+MASTER_SITES= GH >+ >+MAINTAINER= nxjoseph@protonmail.com >+COMMENT= Quick text translation with dmenu >+WWW= https://github.com/NikitaIvanovV/dmenu-translate \ >+ https://github.com/nxjosephofficial/dmenu-translate >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+RUN_DEPENDS= gsed:textproc/gsed \ >+ notify-send:devel/libnotify \ >+ trans:textproc/translate-shell \ >+ xterm:x11/xterm >+ >+USE_GITHUB= yes >+GH_ACCOUNT= nxjosephofficial >+ >+NO_ARCH= yes >+NO_BUILD= yes >+ >+PLIST_FILES= ${PORTEXAMPLES}${EXAMPLESDIR}/config.sh \ >+ bin/${PORTNAME} >+ >+OPTIONS_DEFINE= WAYLAND X11 >+OPTIONS_DEFAULT= X11 >+WAYLAND_DESC= Use wmenu application and wl-clipboard clipboard manager >+X11_DESC= Use dmenu application and xclip clipboard manager >+ >+WAYLAND_RUN_DEPENDS= wl-copy:x11/wl-clipboard \ >+ wmenu:x11/wmenu >+X11_RUN_DEPENDS= dmenu:x11/dmenu \ >+ xclip:x11/xclip >+ >+do-install: >+ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \ >+ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} >+ >+post-install: >+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >+ (cd ${WRKSRC}/examples && \ >+ ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) >+ >+.include <bsd.port.mk> >diff --git a/textproc/dmenu-translate/distinfo b/textproc/dmenu-translate/distinfo >new file mode 100644 >index 0000000..03ca5cb >--- /dev/null >+++ b/textproc/dmenu-translate/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1731527188 >+SHA256 (nxjosephofficial-dmenu-translate-v1.0.0_GH0.tar.gz) = f9b17d723f2aed3f15e9bad7de0e0933964f6dd890f24f1a0d220666a1a7e834 >+SIZE (nxjosephofficial-dmenu-translate-v1.0.0_GH0.tar.gz) = 965559 >diff --git a/textproc/dmenu-translate/pkg-descr b/textproc/dmenu-translate/pkg-descr >new file mode 100644 >index 0000000..ed7fdda >--- /dev/null >+++ b/textproc/dmenu-translate/pkg-descr >@@ -0,0 +1,4 @@ >+dmenu-translate is a simple and efficient tool that allows users to translate >+text quickly using the dmenu or any other dmenu-like utility. It supports >+multiple languages and translation services, making it easy >+to get instant translations with minimal effort. >-- >2.47.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 282733
:
255145
|
255475
|
255487
|
255488