FreeBSD Bugzilla – Attachment 245402 Details for
Bug 274236
[NEW PORT] net-p2p/tremotesf: yet another Transmission GUI
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v0
0001-net-p2p-tremotesf-add-new-port.patch (text/plain), 3.52 KB, created by
Anton Saietskii
on 2023-10-03 12:29:19 UTC
(
hide
)
Description:
v0
Filename:
MIME Type:
Creator:
Anton Saietskii
Created:
2023-10-03 12:29:19 UTC
Size:
3.52 KB
patch
obsolete
>From e74d7878e7e1a1156a2c8defcb8cb6bcea6c9531 Mon Sep 17 00:00:00 2001 >From: Anton Saietskii <vsasjason@gmail.com> >Date: Mon, 2 Oct 2023 16:33:32 +0259 >Subject: [PATCH] net-p2p/tremotesf: add new port > >Tremotesf is yet another, but modern cross-platfom GUI for Transmission >daemon written in C++ and Qt. >--- > net-p2p/Makefile | 1 + > net-p2p/tremotesf/Makefile | 32 ++++++++++++++++++++++++++++++++ > net-p2p/tremotesf/distinfo | 5 +++++ > net-p2p/tremotesf/pkg-descr | 2 ++ > net-p2p/tremotesf/pkg-plist | 10 ++++++++++ > 5 files changed, 50 insertions(+) > create mode 100644 net-p2p/tremotesf/Makefile > create mode 100644 net-p2p/tremotesf/distinfo > create mode 100644 net-p2p/tremotesf/pkg-descr > create mode 100644 net-p2p/tremotesf/pkg-plist > >diff --git a/net-p2p/Makefile b/net-p2p/Makefile >index f7a7433ec687..a91244de8cfc 100644 >--- a/net-p2p/Makefile >+++ b/net-p2p/Makefile >@@ -101,6 +101,7 @@ > SUBDIR += transmission > SUBDIR += transmission-components > SUBDIR += transmission-remote-gui >+ SUBDIR += tremotesf > SUBDIR += twitch-tui > SUBDIR += udpt > SUBDIR += uhub >diff --git a/net-p2p/tremotesf/Makefile b/net-p2p/tremotesf/Makefile >new file mode 100644 >index 000000000000..1059cd7628c0 >--- /dev/null >+++ b/net-p2p/tremotesf/Makefile >@@ -0,0 +1,32 @@ >+PORTNAME= tremotesf >+DISTVERSION= 2.4.0 >+CATEGORIES= net-p2p >+ >+MAINTAINER= vsasjason@gmail.com >+COMMENT= Remote GUI for transmission-daemon >+ >+LICENSE= GPLv3+ >+LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-3.0-or-later.txt >+ >+BUILD_DEPENDS= cxxopts>0:devel/cxxopts >+LIB_DEPENDS= libfmt.so:devel/libfmt \ >+ libpsl.so:dns/libpsl >+ >+USES= cmake desktop-file-utils gettext-tools kde:5 pkgconfig qt:5 xorg >+ >+USE_GITHUB= yes >+GH_ACCOUNT= equeim >+GH_PROJECT= tremotesf2 libtremotesf:lib >+GH_SUBDIR= src/libtremotesf:lib >+GH_TAGNAME= 2756631:lib >+ >+USE_KDE= widgetsaddons windowsystem >+ >+USE_QT= concurrent core buildtools:build dbus gui linguisttools:build \ >+ network qmake:build widgets >+ >+USE_XORG= x11 >+ >+CMAKE_OFF= BUILD_TESTING >+ >+.include <bsd.port.mk> >diff --git a/net-p2p/tremotesf/distinfo b/net-p2p/tremotesf/distinfo >new file mode 100644 >index 000000000000..5340779f8a60 >--- /dev/null >+++ b/net-p2p/tremotesf/distinfo >@@ -0,0 +1,5 @@ >+TIMESTAMP = 1696254251 >+SHA256 (equeim-tremotesf2-2.4.0_GH0.tar.gz) = ad5b2a1eeccfdcd275e2ec2bb0f2f355c78f2500f50d22adfce064bd42a3fb75 >+SIZE (equeim-tremotesf2-2.4.0_GH0.tar.gz) = 364704 >+SHA256 (equeim-libtremotesf-2756631_GH0.tar.gz) = 15793adce05fd9798396bff069a829205f1738e9df4916a92e2f700d6a24ad2e >+SIZE (equeim-libtremotesf-2756631_GH0.tar.gz) = 76187 >diff --git a/net-p2p/tremotesf/pkg-descr b/net-p2p/tremotesf/pkg-descr >new file mode 100644 >index 000000000000..454200e22282 >--- /dev/null >+++ b/net-p2p/tremotesf/pkg-descr >@@ -0,0 +1,2 @@ >+Tremotesf is yet another, but modern cross-platfom GUI for Transmission daemon >+written in C++ and Qt. >diff --git a/net-p2p/tremotesf/pkg-plist b/net-p2p/tremotesf/pkg-plist >new file mode 100644 >index 000000000000..0ddf3d3e6fe4 >--- /dev/null >+++ b/net-p2p/tremotesf/pkg-plist >@@ -0,0 +1,10 @@ >+bin/tremotesf >+share/applications/org.equeim.Tremotesf.desktop >+share/icons/hicolor/16x16/apps/org.equeim.Tremotesf.png >+share/icons/hicolor/22x22/apps/org.equeim.Tremotesf.png >+share/icons/hicolor/24x24/apps/org.equeim.Tremotesf.png >+share/icons/hicolor/256x256/apps/org.equeim.Tremotesf.png >+share/icons/hicolor/32x32/apps/org.equeim.Tremotesf.png >+share/icons/hicolor/48x48/apps/org.equeim.Tremotesf.png >+share/icons/hicolor/scalable/apps/org.equeim.Tremotesf.svg >+share/metainfo/org.equeim.Tremotesf.appdata.xml >-- >2.42.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 274236
:
245402
|
245403
|
245411