From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1D81A15808B for ; Mon, 12 Feb 2024 21:20:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EE02E29D2; Mon, 12 Feb 2024 21:20:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0128E29D2 for ; Mon, 12 Feb 2024 21:20:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 025EC335C20 for ; Mon, 12 Feb 2024 21:20:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61DCE1437 for ; Mon, 12 Feb 2024 21:20:00 +0000 (UTC) From: "Dirk Gouders" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dirk Gouders" Message-ID: <1707772734.8d9a04fec590a141aca27fd9b80fbb3d4aa55afd.dirk@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-text/lsp/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-text/lsp/Manifest app-text/lsp/lsp-0.5.0_rc4.ebuild app-text/lsp/metadata.xml X-VCS-Directories: app-text/lsp/ X-VCS-Committer: dirk X-VCS-Committer-Name: Dirk Gouders X-VCS-Revision: 8d9a04fec590a141aca27fd9b80fbb3d4aa55afd X-VCS-Branch: dev Date: Mon, 12 Feb 2024 21:20:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2d8278a2-855c-4d97-838c-26e65ad505b0 X-Archives-Hash: fa8a0d202eeeccee01621eb8765abc2a commit: 8d9a04fec590a141aca27fd9b80fbb3d4aa55afd Author: Dirk Gouders gouders net> AuthorDate: Mon Feb 12 21:18:54 2024 +0000 Commit: Dirk Gouders gouders net> CommitDate: Mon Feb 12 21:18:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8d9a04fe app-text/lsp: new package, add 0.5.0-rc4 Signed-off-by: Dirk Gouders gouders.net> app-text/lsp/Manifest | 1 + app-text/lsp/lsp-0.5.0_rc4.ebuild | 38 ++++++++++++++++++++++++++++++++++++++ app-text/lsp/metadata.xml | 28 ++++++++++++++++++++++++++++ 3 files changed, 67 insertions(+) diff --git a/app-text/lsp/Manifest b/app-text/lsp/Manifest new file mode 100644 index 0000000000..97b8f9f5b7 --- /dev/null +++ b/app-text/lsp/Manifest @@ -0,0 +1 @@ +DIST v0.5.0-rc4.tar.gz 60316 BLAKE2B db8b45b7f0e584f8be865fc7e0bb201bbddc780b5adfe21b9367d76f4d5a581382ff8bb8d76f68a6929cf66f16e8467e9eb2cad34385f8512e35e1acac21631d SHA512 7682f060b489cafa671d78bb9e6c130a317eaee08da6638c35ae422b7ce30436f06487e5dd2fce2055edb32a12cb63d7fefbfb29169a316105210609016a2f1c diff --git a/app-text/lsp/lsp-0.5.0_rc4.ebuild b/app-text/lsp/lsp-0.5.0_rc4.ebuild new file mode 100644 index 0000000000..f4743a069d --- /dev/null +++ b/app-text/lsp/lsp-0.5.0_rc4.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +MY_PV="${PV/_/-}" +MY_P="lsp-${MY_PV}" +S="${WORKDIR}/${MY_P}" + +DESCRIPTION="The least significant pager" +HOMEPAGE="https://github.com/dgouders/lsp" +SRC_URI="https://github.com/dgouders/lsp/archive/refs/tags/v${MY_PV}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +RDEPEND=" + >=sys-apps/man-db-2.12.0 + >=sys-libs/ncurses-6.4_p20230401 +" +DEPEND="${RDEPEND}" + +src_configure() { + meson_src_configure +} + +pkg_postinst() { + elog "lsp(1) is still considered experimental." + elog "Testers and feedback are very welcome!" + elog "" + elog "One known problem are files with long lines." + elog "Movement within those files isn't accurate but" + elog "this will get fixed in the near future." + elog "" + elog "To enable lsp(1) to be automatically selected" + elog "as a pager, set either MANPAGER, GIT_PAGER and/or PAGER." +} diff --git a/app-text/lsp/metadata.xml b/app-text/lsp/metadata.xml new file mode 100644 index 0000000000..524f5aa9ea --- /dev/null +++ b/app-text/lsp/metadata.xml @@ -0,0 +1,28 @@ + + + + + dirk@gouders.net + Primary maintainer + + + https://github.com/dgouders/lsp/issues + https://github.com/dgouders/lsp/ + dgouders/lsp + + + lsp(1) is a terminal pager with a focus on manual pages. + + It offers some assistance in handling manual pages: + + * Navigation to other referenced manual pages. + * Opening of any manual page by name. + * Maintainance of several open manual pages in a session. + * Experimental TOC mode that is helpful to show only sections and + subsections of manual pages. + * Creating a pseudo-file with the output of apropos. + This could be useful especially for novice users: this can be + used to search or read through all manual pages' short descriptions + and immediately open interesting ones. + +