pkgsrc-WIP-changes archive

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

ncdu2: start package, but doesn't work with current zig



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Thu Jan 19 00:18:21 2023 +0100
Changeset:	73bb961ce434a2f5b60c6c8071155a0e7a28ebda

Modified Files:
	Makefile
Added Files:
	ncdu2/DESCR
	ncdu2/Makefile
	ncdu2/PLIST
	ncdu2/distinfo

Log Message:
ncdu2: start package, but doesn't work with current zig

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

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

diffstat:
 Makefile       |  3 ++-
 ncdu2/DESCR    |  7 +++++++
 ncdu2/Makefile | 19 +++++++++++++++++++
 ncdu2/PLIST    |  3 +++
 ncdu2/distinfo |  5 +++++
 5 files changed, 36 insertions(+), 1 deletion(-)

diffs:
diff --git a/Makefile b/Makefile
index 9e39cd508e..fac41d044d 100644
--- a/Makefile
+++ b/Makefile
@@ -2578,6 +2578,7 @@ SUBDIR+=	ncbi-bin
 SUBDIR+=	ncbi-blast+
 SUBDIR+=	ncbi-c++-lib
 SUBDIR+=	ncbi-lib
+SUBDIR+=	ncdu2
 SUBDIR+=	ncp
 SUBDIR+=	ncrack
 SUBDIR+=	neb-cd512
@@ -4851,6 +4852,7 @@ SUBDIR+=	py-traitsgui
 SUBDIR+=	py-tranquil
 SUBDIR+=	py-transaction
 SUBDIR+=	py-translationstring
+SUBDIR+=	py-tree-sitter
 SUBDIR+=	py-tribe
 SUBDIR+=	py-trie3
 SUBDIR+=	py-trimesh
@@ -5763,7 +5765,6 @@ SUBDIR+=	trackballs
 SUBDIR+=	tracy
 SUBDIR+=	translate-toolkit
 SUBDIR+=	trayion
-SUBDIR+=	tree-sitter-python
 SUBDIR+=	treetool
 SUBDIR+=	treeviewx
 SUBDIR+=	trelby
diff --git a/ncdu2/DESCR b/ncdu2/DESCR
new file mode 100644
index 0000000000..919e0cbf91
--- /dev/null
+++ b/ncdu2/DESCR
@@ -0,0 +1,7 @@
+ncdu (NCurses Disk Usage) is a curses-based version of the well-known
+'du', and provides a fast way to see what directories are using
+your disk space.
+
+This is major version 2 of the program, written in Zig.  Since Zig
+is still in development, it will be developed in parallel to major
+version 1.
diff --git a/ncdu2/Makefile b/ncdu2/Makefile
new file mode 100644
index 0000000000..87df7a80e1
--- /dev/null
+++ b/ncdu2/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.16 2023/01/03 13:29:49 wiz Exp $
+
+DISTNAME=	ncdu-2.2.1
+CATEGORIES=	sysutils
+MASTER_SITES=	https://dev.yorhel.nl/download/
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://dev.yorhel.nl/ncdu
+COMMENT=	Disk usage visualization tool
+LICENSE=	modified-bsd
+
+FAKE_NCURSES=	yes
+USE_CURSES=	vw_printw
+
+BROKEN=		"Does not support zig-0.10.0."
+
+.include "../../mk/curses.buildlink3.mk"
+.include "../../lang/zig/application.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ncdu2/PLIST b/ncdu2/PLIST
new file mode 100644
index 0000000000..45b1e2322a
--- /dev/null
+++ b/ncdu2/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2013/08/23 11:31:29 wiz Exp $
+bin/ncdu
+man/man1/ncdu.1
diff --git a/ncdu2/distinfo b/ncdu2/distinfo
new file mode 100644
index 0000000000..f2c63fe9bf
--- /dev/null
+++ b/ncdu2/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.12 2023/01/03 13:29:49 wiz Exp $
+
+BLAKE2s (ncdu-2.2.1.tar.gz) = c53d20457a4e0fe003a0e704fdecc1f93f4893b55d955831ffa84a83fbc00b78
+SHA512 (ncdu-2.2.1.tar.gz) = 63a3b0d12c1c265d826276a01b37f7785d50721da5dc35c2934ee6ba7923254c02ab906bc49df60b26b8bf18b7d4c49b0cc02eb7e805cf32cde3e0cd35187973
+Size (ncdu-2.2.1.tar.gz) = 55972 bytes


Home | Main Index | Thread Index | Old Index