pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lazyjj: update to 0.3.1



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Aug 16 00:26:26 2024 +0200
Changeset:	0b46f6a5fc6812bb1a3f09681aa6b92a80732787

Modified Files:
	lazyjj/DESCR
	lazyjj/Makefile
	lazyjj/distinfo

Log Message:
lazyjj: update to 0.3.1

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0b46f6a5fc6812bb1a3f09681aa6b92a80732787

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lazyjj/DESCR    | 25 ++-----------------------
 lazyjj/Makefile |  5 ++---
 lazyjj/distinfo |  6 +++---
 3 files changed, 7 insertions(+), 29 deletions(-)

diffs:
diff --git a/lazyjj/DESCR b/lazyjj/DESCR
index 1f3febf8d1..ee39da2b6c 100644
--- a/lazyjj/DESCR
+++ b/lazyjj/DESCR
@@ -1,23 +1,2 @@
-TODO: Adjust the following lines from README.md
-
-# lazyjj
-
-TUI for [Jujutsu/jj](https://github.com/martinvonz/jj). Built in Rust with Ratatui. Interacts with `jj` CLI.
-
-https://github.com/Cretezy/lazyjj/assets/2672503/b5e6b4f1-ebdb-448f-af9e-361e86f0c148
-
-## Features
-
-- Log
-  - Scroll through the jj log and view change details in side panel
-  - Create new changes from selected change with `n`
-  - Edit changes with `e`
-  - Desribe changes with `d`
-  - Abandon changes with `a`
-  - Toggle between color words and git diff with `p`
-  - See different revset with `r`
-  - Set a branch to selected change with `b`
-  - Fetch/push with `f`/`p`
-- Files
-  - View files in current change and diff in side panel
-...
+TUI for Jujutsu/jj. Built in Rust with Ratatui. Interacts with the
+`jj` CLI program.
diff --git a/lazyjj/Makefile b/lazyjj/Makefile
index cdb69fa78a..1ae10b02e4 100644
--- a/lazyjj/Makefile
+++ b/lazyjj/Makefile
@@ -1,10 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	lazyjj-0.2.1.20240815
+DISTNAME=	lazyjj-0.3.1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=Cretezy/}
-#GITHUB_TAG=	v${PKGVERSION_NOREV}
-GITHUB_TAG=	940ae464d468edbf12c5d953e36cde37aba5aef6
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/Cretezy/lazyjj/
diff --git a/lazyjj/distinfo b/lazyjj/distinfo
index cc5bc0a3fa..15f28e3a52 100644
--- a/lazyjj/distinfo
+++ b/lazyjj/distinfo
@@ -144,9 +144,9 @@ Size (js-sys-0.3.69.crate) = 81083 bytes
 BLAKE2s (lazy_static-1.4.0.crate) = 0d5f7c2bcfe70610bc27bd6b339ea3e4ca3b7014149714db3a0c199ac6f07cd1
 SHA512 (lazy_static-1.4.0.crate) = e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8
 Size (lazy_static-1.4.0.crate) = 10443 bytes
-BLAKE2s (lazyjj-0.2.1.20240815-940ae464d468edbf12c5d953e36cde37aba5aef6.tar.gz) = 5cdbe13532fc165440ec0df5cad88937bfb8a965c811a4fc50c33ba07f2be947
-SHA512 (lazyjj-0.2.1.20240815-940ae464d468edbf12c5d953e36cde37aba5aef6.tar.gz) = a797ea300ab788e401c9fe7c8bc33da1b627e6299a129948be23a26035b38e8bc143c7712c24cb8e7122b16c822ea047906a9e4dcb99e4c719c2da4d5172d6f8
-Size (lazyjj-0.2.1.20240815-940ae464d468edbf12c5d953e36cde37aba5aef6.tar.gz) = 46632 bytes
+BLAKE2s (lazyjj-0.3.1.tar.gz) = d7aaf26813664c7fe1555b2a20b0a4020b5e69063f3d533e222109c57c984b0d
+SHA512 (lazyjj-0.3.1.tar.gz) = 4308869b89686341a878177882a4ba127c60e1a5c2dd4d52caa9af66bed43ae113f8df0b63d7fadb706db8e433814e0fe898fada49219c447ad342ea1e3c4d63
+Size (lazyjj-0.3.1.tar.gz) = 47303 bytes
 BLAKE2s (libc-0.2.155.crate) = 7d2724d3fdb09b655c8f405ec03a9d9ed8c9c307c38e2461f86edc269f477aab
 SHA512 (libc-0.2.155.crate) = 05354bba532b8338bda1f88f12c7f3893429734a06e33925fca2b99d49548ae5216e2cd84e782d2368a2dfef20b0e035e2dcad8dd13ede7119462a8c639b2807
 Size (libc-0.2.155.crate) = 743539 bytes


Home | Main Index | Thread Index | Old Index