FreeBSD Bugzilla – Attachment 243457 Details for
Bug 272565
[NEW PORT] games/py-legendary-gl: Free and open-source replacement for the Epic Games Launcher
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
The patch file including the new port
legendary-gl.patch (text/plain), 2.87 KB, created by
ffqq
on 2023-07-18 09:59:31 UTC
(
hide
)
Description:
The patch file including the new port
Filename:
MIME Type:
Creator:
ffqq
Created:
2023-07-18 09:59:31 UTC
Size:
2.87 KB
patch
obsolete
>From 300e1775519c8ce0ab6d10e75b9416d412972e96 Mon Sep 17 00:00:00 2001 >From: ffqq <ffqq@danwin1210.de> >Date: Tue, 18 Jul 2023 12:57:02 +0300 >Subject: [PATCH] [NEW PORT] games/py-legendary-gl: Free and open-source > replacement for the Epic Games Launcher > >--- > games/Makefile | 1 + > games/py-legendary-gl/Makefile | 30 ++++++++++++++++++++++++++++++ > games/py-legendary-gl/distinfo | 3 +++ > games/py-legendary-gl/pkg-descr | 7 +++++++ > 4 files changed, 41 insertions(+) > create mode 100644 games/py-legendary-gl/Makefile > create mode 100644 games/py-legendary-gl/distinfo > create mode 100644 games/py-legendary-gl/pkg-descr > >diff --git a/games/Makefile b/games/Makefile >index 043238ea15e4..6945b0e291c3 100644 >--- a/games/Makefile >+++ b/games/Makefile >@@ -794,6 +794,7 @@ > SUBDIR += py-cbeams > SUBDIR += py-discord.py > SUBDIR += py-fife >+ SUBDIR += py-legendary-gl > SUBDIR += py-mnemosyne > SUBDIR += py-pychess > SUBDIR += py-pysol-cards >diff --git a/games/py-legendary-gl/Makefile b/games/py-legendary-gl/Makefile >new file mode 100644 >index 000000000000..e509af7001fa >--- /dev/null >+++ b/games/py-legendary-gl/Makefile >@@ -0,0 +1,30 @@ >+PORTNAME= legendary-gl >+PORTVERSION= 0.20.33 >+CATEGORIES= games >+MASTER_SITES= PYPI >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= ffqq@danwin1210.de >+COMMENT= Free and open-source Epic Games Launcher alternative >+WWW= https://github.com/derrod/legendary >+ >+LICENSE= GPLv3 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}filelock>=0:sysutils/py-filelock@${PY_FLAVOR} >+ >+USES= python >+USE_PYTHON= distutils autoplist >+NO_ARCH= yes >+ >+PORTDOCS= README.md >+ >+OPTIONS_DEFINE= DOCS >+ >+post-install-DOCS-on: >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} >+ >+.include <bsd.port.mk> >diff --git a/games/py-legendary-gl/distinfo b/games/py-legendary-gl/distinfo >new file mode 100644 >index 000000000000..a3ce9f8cda23 >--- /dev/null >+++ b/games/py-legendary-gl/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1689652575 >+SHA256 (legendary-gl-0.20.33.tar.gz) = a4d2c03872921f8bbf98af0d1e34f8b4e35395e8d603060162bed89b46a81e30 >+SIZE (legendary-gl-0.20.33.tar.gz) = 149051 >diff --git a/games/py-legendary-gl/pkg-descr b/games/py-legendary-gl/pkg-descr >new file mode 100644 >index 000000000000..04391c0e982b >--- /dev/null >+++ b/games/py-legendary-gl/pkg-descr >@@ -0,0 +1,7 @@ >+Legendary is an open-source game launcher that can >+download and install games from the Epic Games platform >+on Linux, macOS, and Windows. Its name as a tongue-in-cheek play >+on tiers of item rarity in many MMORPGs. >+ >+Note: Legendary is currently a CLI (command-line interface) application >+without a graphical user interface, it has to be run from a terminal >-- >2.41.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 272565
: 243457