pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
up: add new package
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Wed Oct 15 13:42:40 2025 +0200
Changeset: bce14f0d269de065811ad7324f99031dad57476a
Modified Files:
Makefile
Added Files:
up/DESCR
up/Makefile
up/PLIST
up/TODO
up/distinfo
up/go-modules.mk
Log Message:
up: add new package
ready for test & import
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bce14f0d269de065811ad7324f99031dad57476a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 2 ++
up/DESCR | 11 +++++++++
up/Makefile | 17 ++++++++++++++
up/PLIST | 2 ++
up/TODO | 1 +
up/distinfo | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
up/go-modules.mk | 23 +++++++++++++++++++
7 files changed, 124 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 3c11c00e69..45188382ec 100644
--- a/Makefile
+++ b/Makefile
@@ -5514,6 +5514,7 @@ SUBDIR+= ssu
SUBDIR+= st-term-git
SUBDIR+= stackdriver-collectd
SUBDIR+= stacks
+SUBDIR+= stalwart
SUBDIR+= stardict
SUBDIR+= stardict-tools
SUBDIR+= starfighter
@@ -5891,6 +5892,7 @@ SUBDIR+= unnethack
SUBDIR+= unpaper
SUBDIR+= unrealtournament-server
SUBDIR+= unrest
+SUBDIR+= up
SUBDIR+= uperf
SUBDIR+= uprof
SUBDIR+= ups-monitor
diff --git a/up/DESCR b/up/DESCR
new file mode 100644
index 0000000000..88cea66d3e
--- /dev/null
+++ b/up/DESCR
@@ -0,0 +1,11 @@
+up is the Ultimate Plumber, a tool for writing Linux pipes in a
+terminal-based UI interactively, with instant live preview of
+command results.
+
+The main goal of the Ultimate Plumber is to help interactively and
+incrementally explore textual data in Linux, by making it easier
+to quickly build complex pipelines, thanks to a fast feedback loop.
+This is achieved by boosting any typical Linux text-processing
+utils such as grep, sort, cut, paste, awk, wc, perl, etc., etc.,
+by providing a quick, interactive, scrollable preview of their
+results.
diff --git a/up/Makefile b/up/Makefile
new file mode 100644
index 0000000000..83a8e25a93
--- /dev/null
+++ b/up/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME= up-0.4
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_GITHUB:=akavel/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/akavel/up/
+COMMENT= Pipes with instant live preview
+LICENSE= apache-2.0
+
+USE_LANGUAGES= c
+
+.include "go-modules.mk"
+.include "../../lang/go/go-module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/up/PLIST b/up/PLIST
new file mode 100644
index 0000000000..a43e29fea8
--- /dev/null
+++ b/up/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/up
diff --git a/up/TODO b/up/TODO
new file mode 100644
index 0000000000..8fbfa699d2
--- /dev/null
+++ b/up/TODO
@@ -0,0 +1 @@
+Test and import.
diff --git a/up/distinfo b/up/distinfo
new file mode 100644
index 0000000000..58378f0302
--- /dev/null
+++ b/up/distinfo
@@ -0,0 +1,68 @@
+$NetBSD$
+
+BLAKE2s (github.com_gdamore_encoding_@v_v1.0.0.mod) = d98306119aa62bd2bb2dc3fd0a93976e35a5396dd7d50fb0fc3eb0c157fb88c2
+SHA512 (github.com_gdamore_encoding_@v_v1.0.0.mod) = fb153c4e481c073133f0c933c67eba8a1f160ab146921f2c77125b6ff5c348cea57e3a5701a557c8db2212d32e3cba1c09b9509210660c17b66c2a45ba97cb75
+Size (github.com_gdamore_encoding_@v_v1.0.0.mod) = 77 bytes
+BLAKE2s (github.com_gdamore_encoding_@v_v1.0.0.zip) = 0862bc4e46e9470af0fc008ce4a3370108c00d3382156ae7486f5720a878c937
+SHA512 (github.com_gdamore_encoding_@v_v1.0.0.zip) = 127767c725e376b43fe4e2003ddc12fe89693d6d7e52b01e6d47d73fd04496decc0fd60b64c7a65303428e00a52ece1848610ea35231789a814187ef8503bee3
+Size (github.com_gdamore_encoding_@v_v1.0.0.zip) = 19867 bytes
+BLAKE2s (github.com_gdamore_tcell_@v_v1.4.0.mod) = 1b1ef30a9cbd12a8010c2d36d98b3c96857670742d87275a50fb6032d651e68b
+SHA512 (github.com_gdamore_tcell_@v_v1.4.0.mod) = 412dee57c525bd5a3c0ce9c482e7933814758e36ebb226a16392e648f57e280485f86e30f17be2339eed427b52e4b0b601401503d0bd324c7fa874e2fcba2b60
+Size (github.com_gdamore_tcell_@v_v1.4.0.mod) = 250 bytes
+BLAKE2s (github.com_gdamore_tcell_@v_v1.4.0.zip) = 964c2b9b257ba15b8eb349f95f28893e4f6897dea0e1989941cdf6ba814d6571
+SHA512 (github.com_gdamore_tcell_@v_v1.4.0.zip) = 5fdd7b7b3b2826de6142d2dc0e6b19372636c4442c8878925f8c2af8bdfd2eef3c0cdbe331d0889345eb1e5a1d8c04ac80b3e46be7203d2475df86e04819af80
+Size (github.com_gdamore_tcell_@v_v1.4.0.zip) = 226363 bytes
+BLAKE2s (github.com_lucasb-eyer_go-colorful_@v_v1.0.3.mod) = d659ba07c1540d9564017c785739d2bf124b20eaaf3ffd78fbb38efe21ec5321
+SHA512 (github.com_lucasb-eyer_go-colorful_@v_v1.0.3.mod) = 270b19446ac9a396f5ce7a000873928a44edb1457f86d294971dae08be37cd64ddb8edc0293e100ee60d56c504851aa69ab11db0b4cfd46649c5f79459e40011
+Size (github.com_lucasb-eyer_go-colorful_@v_v1.0.3.mod) = 51 bytes
+BLAKE2s (github.com_lucasb-eyer_go-colorful_@v_v1.0.3.zip) = 16784d20c20ee73dc29b4a31d20d418a8568471de250d06ea135f3013a1cdd05
+SHA512 (github.com_lucasb-eyer_go-colorful_@v_v1.0.3.zip) = 8e275955eb9e5034c155c6e469e2a3117bee30fbe42e8ae394f496b83f473a1568847707707716dd5a3c57dd0e0a4bb4f4cc9af04940218ce24420493e923f14
+Size (github.com_lucasb-eyer_go-colorful_@v_v1.0.3.zip) = 442291 bytes
+BLAKE2s (github.com_mattn_go-isatty_@v_v0.0.3.mod) = 37ec7961d2e1e9102e227894b5db129a4beb1b4cacb699cf762deba01111dd93
+SHA512 (github.com_mattn_go-isatty_@v_v0.0.3.mod) = 00c272b4652db259c46875641b29489ecada2602e38beede8c8bd529d73b6e123bff58f8e0f8cadd2d680a6a5485aadffa448e9445548abbd2fb424b059a31e1
+Size (github.com_mattn_go-isatty_@v_v0.0.3.mod) = 34 bytes
+BLAKE2s (github.com_mattn_go-isatty_@v_v0.0.3.zip) = e801a42fc0c1196b38c77e90139b891b520e7c0595ea978210cd377d191b74ee
+SHA512 (github.com_mattn_go-isatty_@v_v0.0.3.zip) = bb4845cfecd934818a6352ee9d9311d795e0c6e7f8af97da4676b9e2085154bd0175599f745e3cc30ddf123cc807ce50ca02d82fdb665b2582edb842c001a8f7
+Size (github.com_mattn_go-isatty_@v_v0.0.3.zip) = 7014 bytes
+BLAKE2s (github.com_mattn_go-runewidth_@v_v0.0.7.mod) = 425a4ee1bcc04aff2655e119549702481c6bf569079a38ae6a073d031de347eb
+SHA512 (github.com_mattn_go-runewidth_@v_v0.0.7.mod) = 0cfd4101dd8ed90f80b7f4ce2928cd322b93855764abae65d66c5ff9888a7c8aec6ee6581c7f05d1c80db5c78003ee2afc8537fda8a3855e2349bfb8267aba61
+Size (github.com_mattn_go-runewidth_@v_v0.0.7.mod) = 45 bytes
+BLAKE2s (github.com_mattn_go-runewidth_@v_v0.0.9.mod) = 425a4ee1bcc04aff2655e119549702481c6bf569079a38ae6a073d031de347eb
+SHA512 (github.com_mattn_go-runewidth_@v_v0.0.9.mod) = 0cfd4101dd8ed90f80b7f4ce2928cd322b93855764abae65d66c5ff9888a7c8aec6ee6581c7f05d1c80db5c78003ee2afc8537fda8a3855e2349bfb8267aba61
+Size (github.com_mattn_go-runewidth_@v_v0.0.9.mod) = 45 bytes
+BLAKE2s (github.com_mattn_go-runewidth_@v_v0.0.9.zip) = b4a7cfd9dc3e347f588c301d2ad0b557c928b0e020b63b992d5beaade2d1009e
+SHA512 (github.com_mattn_go-runewidth_@v_v0.0.9.zip) = fad08292597cbd4a359e06f85bc7cc37b3d3d84b8046e47828259e36872063069c4ab17b7c89f2a5de4b5d0ab1ca5cc66cc515847a7887339a3a04b5f44e3c92
+Size (github.com_mattn_go-runewidth_@v_v0.0.9.zip) = 20005 bytes
+BLAKE2s (github.com_spf13_pflag_@v_v1.0.3.mod) = 734d16059c12ce97794cddfeeb4ce027e8f07f9fb826e8ce30c3c19f0aacb212
+SHA512 (github.com_spf13_pflag_@v_v1.0.3.mod) = d08b4540b799cee9c5f088c4e1fe002c9fda86f1634380409eec1404598b84376d3ca26b4c1cbcf58bc19234ab56531ab11db8a00c6dd2e15a53f3b4ae757efc
+Size (github.com_spf13_pflag_@v_v1.0.3.mod) = 30 bytes
+BLAKE2s (github.com_spf13_pflag_@v_v1.0.3.zip) = 068acc9fe52a40af0bf62ea65e594633da40f11ef950a1de5d3f08d95f99ec28
+SHA512 (github.com_spf13_pflag_@v_v1.0.3.zip) = c33aa1ac5cf2a8441bc849a49b65a614de6c9e0c5d37a77f0b6972bdd8f25a651752743b1172e0a83fdbb384aa7e8b0685af5c5dad1bc128310c60e13cc9b56d
+Size (github.com_spf13_pflag_@v_v1.0.3.zip) = 74638 bytes
+BLAKE2s (golang.org_x_sys_@v_v0.0.0-20190626150813-e07cf5db2756.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f
+SHA512 (golang.org_x_sys_@v_v0.0.0-20190626150813-e07cf5db2756.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab
+Size (golang.org_x_sys_@v_v0.0.0-20190626150813-e07cf5db2756.mod) = 33 bytes
+BLAKE2s (golang.org_x_sys_@v_v0.0.0-20201029080932-201ba4db2418.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f
+SHA512 (golang.org_x_sys_@v_v0.0.0-20201029080932-201ba4db2418.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab
+Size (golang.org_x_sys_@v_v0.0.0-20201029080932-201ba4db2418.mod) = 33 bytes
+BLAKE2s (golang.org_x_sys_@v_v0.0.0-20201029080932-201ba4db2418.zip) = e8fbf9b612f2e20881198d057ad12f4c5db428c19fc0c3dbf1a0d9d8d435ce3d
+SHA512 (golang.org_x_sys_@v_v0.0.0-20201029080932-201ba4db2418.zip) = 1f9c66cb0dc67a89d087421022ab080f97e5214b71d15b4bfa293e5d7b1ef2172f89e967d832c3a59ca9267c521d3d6aa4cedb39430f9171952d8dab839ab5d2
+Size (golang.org_x_sys_@v_v0.0.0-20201029080932-201ba4db2418.zip) = 1519465 bytes
+BLAKE2s (golang.org_x_text_@v_v0.3.0.mod) = 080036087ec663fb318320442bf68fad98da28e3ea33a1e5a3acf697a0527460
+SHA512 (golang.org_x_text_@v_v0.3.0.mod) = ca081ef7cccd7bbedc6843fbe0c452352661a07e1298cd02ff338ed79d807c6401d613a3cf20011189d2f98a794ffa410547b3e352eb58a6f0a84822285d391d
+Size (golang.org_x_text_@v_v0.3.0.mod) = 25 bytes
+BLAKE2s (golang.org_x_text_@v_v0.3.4.mod) = 70f5179544ccad4f13f0825e55a41b11a7dd38266aada468eb391ab115a3458e
+SHA512 (golang.org_x_text_@v_v0.3.4.mod) = f3f68808ccf5223453f765f59db1ef551b2130069eb83518878961c2d4a2044f9049f8d49df6e67699fcd2645cf90b84d35626590b2cfbca302fcf0eac76dc8b
+Size (golang.org_x_text_@v_v0.3.4.mod) = 97 bytes
+BLAKE2s (golang.org_x_text_@v_v0.3.4.zip) = 27137ee839df16ae62bbe74c87946d6c49e661363e4af990ee94d537f41b192f
+SHA512 (golang.org_x_text_@v_v0.3.4.zip) = 26d09376646c1e7d99581f0fe03ea109b00879dc351996f77e6442b0fd72817d056f630a56cc167014acb55532baa4be5437bf40b4a933cfe450854c618b3508
+Size (golang.org_x_text_@v_v0.3.4.zip) = 8605233 bytes
+BLAKE2s (golang.org_x_tools_@v_v0.0.0-20180917221912-90fa682c2a6e.mod) = d276ed1711a2da66e71b05357b06093eb7c33e7f00c194ff6386deb7b0676fca
+SHA512 (golang.org_x_tools_@v_v0.0.0-20180917221912-90fa682c2a6e.mod) = 3c166b18c0ce47a47e95da9eeede63879a92b0205bd4589d554f7bae89699be0efa83e1f5bba8e50f47714ea23e759b07f4543fe06301995d39373da2db16fc0
+Size (golang.org_x_tools_@v_v0.0.0-20180917221912-90fa682c2a6e.mod) = 26 bytes
+BLAKE2s (golang.org_x_tools_@v_v0.0.0-20180917221912-90fa682c2a6e.zip) = 8bd5eab563e49e1c35cf9713eb0527ea1418429048da9fdd22b331dbd6bade4b
+SHA512 (golang.org_x_tools_@v_v0.0.0-20180917221912-90fa682c2a6e.zip) = 4312878e308561593166cefcae3119e6c4ef9460edbb0a799cac0bd2f992528ffb26fb6d25f05f2ba5e39c47b4ce65f174258db36ef966c6bf5dad2e01d2578a
+Size (golang.org_x_tools_@v_v0.0.0-20180917221912-90fa682c2a6e.zip) = 2687668 bytes
+BLAKE2s (up-0.4.tar.gz) = 8ed3004135ec006c06d5ce63d20d56de7f1798b600f04de7ebf9ec7ae8eab3f7
+SHA512 (up-0.4.tar.gz) = f9032decec6f2288a50c91fbc25d76fb572e8942f035382067fdad79dd319fb42251d6b0df0d65d1eb9a9632b8431122951a4509c06dae759def3075014dcdd0
+Size (up-0.4.tar.gz) = 160408 bytes
diff --git a/up/go-modules.mk b/up/go-modules.mk
new file mode 100644
index 0000000000..0f0f768d71
--- /dev/null
+++ b/up/go-modules.mk
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+GO_MODULE_FILES+= github.com/gdamore/encoding/@v/v1.0.0.mod
+GO_MODULE_FILES+= github.com/gdamore/encoding/@v/v1.0.0.zip
+GO_MODULE_FILES+= github.com/gdamore/tcell/@v/v1.4.0.mod
+GO_MODULE_FILES+= github.com/gdamore/tcell/@v/v1.4.0.zip
+GO_MODULE_FILES+= github.com/lucasb-eyer/go-colorful/@v/v1.0.3.mod
+GO_MODULE_FILES+= github.com/lucasb-eyer/go-colorful/@v/v1.0.3.zip
+GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.3.mod
+GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.3.zip
+GO_MODULE_FILES+= github.com/mattn/go-runewidth/@v/v0.0.7.mod
+GO_MODULE_FILES+= github.com/mattn/go-runewidth/@v/v0.0.9.mod
+GO_MODULE_FILES+= github.com/mattn/go-runewidth/@v/v0.0.9.zip
+GO_MODULE_FILES+= github.com/spf13/pflag/@v/v1.0.3.mod
+GO_MODULE_FILES+= github.com/spf13/pflag/@v/v1.0.3.zip
+GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20190626150813-e07cf5db2756.mod
+GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20201029080932-201ba4db2418.mod
+GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20201029080932-201ba4db2418.zip
+GO_MODULE_FILES+= golang.org/x/text/@v/v0.3.0.mod
+GO_MODULE_FILES+= golang.org/x/text/@v/v0.3.4.mod
+GO_MODULE_FILES+= golang.org/x/text/@v/v0.3.4.zip
+GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20180917221912-90fa682c2a6e.mod
+GO_MODULE_FILES+= golang.org/x/tools/@v/v0.0.0-20180917221912-90fa682c2a6e.zip
Home |
Main Index |
Thread Index |
Old Index