FreeBSD Bugzilla – Attachment 253263 Details for
Bug 281200
sysutils/py-tldr: New port: Python command-line client for tldr pages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sysutils/py-tldr: new port
0001-sysutils-py-tldr-New-port-Python-command-line-client.patch (text/plain), 3.28 KB, created by
King John
on 2024-09-02 02:25:54 UTC
(
hide
)
Description:
sysutils/py-tldr: new port
Filename:
MIME Type:
Creator:
King John
Created:
2024-09-02 02:25:54 UTC
Size:
3.28 KB
patch
obsolete
>From 41dda17cbb3d408d5d293112b465db83e9066f17 Mon Sep 17 00:00:00 2001 >From: King John <jinking.this@gmail.com> >Date: Mon, 2 Sep 2024 10:21:20 +0800 >Subject: [PATCH] sysutils/py-tldr: New port: Python command-line client for > tldr pages > >--- > sysutils/Makefile | 1 + > sysutils/py-tldr/Makefile | 25 +++++++++++++++++++++++++ > sysutils/py-tldr/distinfo | 3 +++ > sysutils/py-tldr/pkg-descr | 1 + > 4 files changed, 30 insertions(+) > create mode 100644 sysutils/py-tldr/Makefile > create mode 100644 sysutils/py-tldr/distinfo > create mode 100644 sysutils/py-tldr/pkg-descr > >diff --git a/sysutils/Makefile b/sysutils/Makefile >index 6eb8aae4d502..8e4c03d8eb8c 100644 >--- a/sysutils/Makefile >+++ b/sysutils/Makefile >@@ -1152,40 +1152,41 @@ > SUBDIR += py-py-cpuinfo > SUBDIR += py-pyinfra > SUBDIR += py-python-bareos > SUBDIR += py-python-consul > SUBDIR += py-python-consul2 > SUBDIR += py-python-crontab > SUBDIR += py-python-nomad > SUBDIR += py-pytsk > SUBDIR += py-pywatchman > SUBDIR += py-pyznap > SUBDIR += py-qmk > SUBDIR += py-queuelib > SUBDIR += py-ranger > SUBDIR += py-rdiff-backup > SUBDIR += py-resolve-march-native > SUBDIR += py-salt > SUBDIR += py-scandir > SUBDIR += py-scarab > SUBDIR += py-supervisor > SUBDIR += py-tarsnapper >+ SUBDIR += py-tldr > SUBDIR += py-tmuxp > SUBDIR += py-upt > SUBDIR += py-upt-cpan > SUBDIR += py-upt-freebsd > SUBDIR += py-upt-pypi > SUBDIR += py-upt-rubygems > SUBDIR += py-uptime > SUBDIR += py-zdaemon > SUBDIR += py-zfs-autobackup > SUBDIR += pydf > SUBDIR += qchroot > SUBDIR += qdirstat > SUBDIR += qflipper > SUBDIR += qjail > SUBDIR += qjail54 > SUBDIR += qlogtools > SUBDIR += qmk_hid > SUBDIR += qsudo > SUBDIR += qt5-qtdiag > SUBDIR += qt5-qtpaths >diff --git a/sysutils/py-tldr/Makefile b/sysutils/py-tldr/Makefile >new file mode 100644 >index 000000000000..1bb86630823a >--- /dev/null >+++ b/sysutils/py-tldr/Makefile >@@ -0,0 +1,25 @@ >+PORTNAME= tldr >+PORTVERSION= 3.3.0 >+CATEGORIES= sysutils python >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= jinking.this@gmail.com >+COMMENT= Python command-line client for tldr pages >+WWW= https://github.com/tldr-pages/tldr-python-client >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE.md >+ >+USES= python >+USE_PYTHON= autoplist distutils flavors >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}termcolor>0:devel/py-termcolor@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}shtab>0:devel/py-shtab@${PY_FLAVOR} >+ >+USE_GITHUB= yes >+GH_ACCOUNT= tldr-pages >+GH_PROJECT= tldr-python-client >+ >+NO_ARCH= yes >+ >+.include <bsd.port.mk> >diff --git a/sysutils/py-tldr/distinfo b/sysutils/py-tldr/distinfo >new file mode 100644 >index 000000000000..47d0d6ce07a6 >--- /dev/null >+++ b/sysutils/py-tldr/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1725242142 >+SHA256 (tldr-pages-tldr-python-client-3.3.0_GH0.tar.gz) = a942af54514295845b99bbf43d48f499023849ad35d5ec11bb7c1665d3ca8d6e >+SIZE (tldr-pages-tldr-python-client-3.3.0_GH0.tar.gz) = 96931 >diff --git a/sysutils/py-tldr/pkg-descr b/sysutils/py-tldr/pkg-descr >new file mode 100644 >index 000000000000..14d38bb37c06 >--- /dev/null >+++ b/sysutils/py-tldr/pkg-descr >@@ -0,0 +1 @@ >+Collaborative cheatsheets for console commands. >-- >2.46.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
Flags:
jinking.this
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 281200
: 253263